/*!
 * CMC Media - new package 10-2017
 * Author: Jakub Cmil
 */
/* IMPORT main file */
/*!
 * CMC Media - new package 10-2017
 * Author: Jakub Cmil
 */
/* BOOTSTRAP BASE STYLES IMPORT */
/*!
 * Bootstrap v4.0.0-beta.2 (https://getbootstrap.com)
 * Copyright 2011-2017 The Bootstrap Authors
 * Copyright 2011-2017 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #868e96;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #868e96;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --font-family-monospace: "SFMono-Regular", Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

@-ms-viewport {
  width: device-width; }

article, aside, dialog, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus {
  outline: none !important; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem; }

p, .c-content li {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

dfn {
  font-style: italic; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }
  a:hover {
    color: #0056b3;
    text-decoration: underline; }

a:not([href]):not([tabindex]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none; }
  a:not([href]):not([tabindex]):focus {
    outline: 0; }

pre,
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  -ms-overflow-style: scrollbar; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

a,
area,
button,
[role="button"],
input:not([type="range"]),
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #868e96;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  max-width: 100%; }

.col-auto {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  max-width: none; }

.col-1 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 8.33333%;
          flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 41.66667%;
          flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 58.33333%;
          flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 83.33333%;
          flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 91.66667%;
          flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1; }

.order-1 {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1; }

.order-2 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2; }

.order-3 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3; }

.order-4 {
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4; }

.order-5 {
  -webkit-box-ordinal-group: 6;
      -ms-flex-order: 5;
          order: 5; }

.order-6 {
  -webkit-box-ordinal-group: 7;
      -ms-flex-order: 6;
          order: 6; }

.order-7 {
  -webkit-box-ordinal-group: 8;
      -ms-flex-order: 7;
          order: 7; }

.order-8 {
  -webkit-box-ordinal-group: 9;
      -ms-flex-order: 8;
          order: 8; }

.order-9 {
  -webkit-box-ordinal-group: 10;
      -ms-flex-order: 9;
          order: 9; }

.order-10 {
  -webkit-box-ordinal-group: 11;
      -ms-flex-order: 10;
          order: 10; }

.order-11 {
  -webkit-box-ordinal-group: 12;
      -ms-flex-order: 11;
          order: 11; }

.order-12 {
  -webkit-box-ordinal-group: 13;
      -ms-flex-order: 12;
          order: 12; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-sm-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-sm-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-sm-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-sm-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-sm-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-sm-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-sm-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-sm-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; } }

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-md-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-md-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-md-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-md-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-md-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-md-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-md-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-md-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-md-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-lg-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-lg-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-lg-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-lg-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-lg-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-lg-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-lg-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-lg-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
        flex-basis: 0;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    max-width: 100%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: auto;
    max-width: none; }
  .col-xl-1 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 8.33333%;
            flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16.66667%;
            flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 33.33333%;
            flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.66667%;
            flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.33333%;
            flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 66.66667%;
            flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 75%;
            flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 83.33333%;
            flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 91.66667%;
            flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5; }
  .order-xl-6 {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6; }
  .order-xl-7 {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7; }
  .order-xl-8 {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8; }
  .order-xl-9 {
    -webkit-box-ordinal-group: 10;
        -ms-flex-order: 9;
            order: 9; }
  .order-xl-10 {
    -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
            order: 10; }
  .order-xl-11 {
    -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
            order: 11; }
  .order-xl-12 {
    -webkit-box-ordinal-group: 13;
        -ms-flex-order: 12;
            order: 12; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; } }

.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:focus, .nav-link:hover {
    text-decoration: none; }
  .nav-link.disabled {
    color: #868e96; }

.nav-tabs {
  border-bottom: 1px solid #ddd; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .nav-tabs .nav-link:focus, .nav-tabs .nav-link:hover {
      border-color: #e9ecef #e9ecef #ddd; }
    .nav-tabs .nav-link.disabled {
      color: #868e96;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #ddd #ddd #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0.25rem; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #007bff; }

.nav-fill .nav-item {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.navbar {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0.5rem 1rem; }
  .navbar > .container,
  .navbar > .container-fluid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap; }
  .navbar-brand:focus, .navbar-brand:hover {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static;
    float: none; }

.navbar-text {
  display: inline-block;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem; }
  .navbar-toggler:focus, .navbar-toggler:hover {
    text-decoration: none; }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%; }

@media (max-width: 575px) {
  .navbar-expand-sm > .container,
  .navbar-expand-sm > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 576px) {
  .navbar-expand-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-sm > .container,
    .navbar-expand-sm > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 767px) {
  .navbar-expand-md > .container,
  .navbar-expand-md > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 768px) {
  .navbar-expand-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-md > .container,
    .navbar-expand-md > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 991px) {
  .navbar-expand-lg > .container,
  .navbar-expand-lg > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 992px) {
  .navbar-expand-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-lg > .container,
    .navbar-expand-lg > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

@media (max-width: 1199px) {
  .navbar-expand-xl > .container,
  .navbar-expand-xl > .container-fluid {
    padding-right: 0;
    padding-left: 0; } }

@media (min-width: 1200px) {
  .navbar-expand-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .dropdown-menu-right {
        right: 0;
        left: auto; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: .5rem;
        padding-left: .5rem; }
    .navbar-expand-xl > .container,
    .navbar-expand-xl > .container-fluid {
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -ms-flex-preferred-size: auto;
          flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .dropup .dropdown-menu {
      top: auto;
      bottom: 100%; } }

.navbar-expand {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    padding-right: 0;
    padding-left: 0; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .dropdown-menu-right {
      right: 0;
      left: auto; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: .5rem;
      padding-left: .5rem; }
  .navbar-expand > .container,
  .navbar-expand > .container-fluid {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
        flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .dropup .dropdown-menu {
    top: auto;
    bottom: 100%; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:focus, .navbar-light .navbar-brand:hover {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .nav-link:hover {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .active > .nav-link,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1); }

.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(0, 0, 0, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.5); }
  .navbar-light .navbar-text a {
    color: rgba(0, 0, 0, 0.9); }
    .navbar-light .navbar-text a:focus, .navbar-light .navbar-text a:hover {
      color: rgba(0, 0, 0, 0.9); }

.navbar-dark .navbar-brand {
  color: #fff; }
  .navbar-dark .navbar-brand:focus, .navbar-dark .navbar-brand:hover {
    color: #fff; }

.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .nav-link:hover {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .active > .nav-link,
.navbar-dark .navbar-nav .nav-link.show,
.navbar-dark .navbar-nav .nav-link.active {
  color: #fff; }

.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.5);
  border-color: rgba(255, 255, 255, 0.1); }

.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255, 255, 255, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"); }

.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.5); }
  .navbar-dark .navbar-text a {
    color: #fff; }
    .navbar-dark .navbar-text a:focus, .navbar-dark .navbar-text a:hover {
      color: #fff; }

.modal-open {
  overflow: hidden; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
    -webkit-transform: translate(0, -25%);
            transform: translate(0, -25%); }
  .modal.show .modal-dialog {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
  pointer-events: none; }

.modal-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 15px;
    margin: -15px -15px -15px auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 15px; }

.modal-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 15px;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto; }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

.carousel {
  position: relative; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }

.carousel-item {
  position: relative;
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  -webkit-transition: -webkit-transform 0.6s ease;
  transition: -webkit-transform 0.6s ease;
  transition: transform 0.6s ease;
  transition: transform 0.6s ease, -webkit-transform 0.6s ease;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px; }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next,
.carousel-item-prev {
  position: absolute;
  top: 0; }

.carousel-item-next.carousel-item-left,
.carousel-item-prev.carousel-item-right {
  -webkit-transform: translateX(0);
          transform: translateX(0); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next.carousel-item-left,
    .carousel-item-prev.carousel-item-right {
      -webkit-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); } }

.carousel-item-next,
.active.carousel-item-right {
  -webkit-transform: translateX(100%);
          transform: translateX(100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-next,
    .active.carousel-item-right {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0); } }

.carousel-item-prev,
.active.carousel-item-left {
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%); }
  @supports (transform-style: preserve-3d) {
    .carousel-item-prev,
    .active.carousel-item-left {
      -webkit-transform: translate3d(-100%, 0, 0);
              transform: translate3d(-100%, 0, 0); } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5; }
  .carousel-control-prev:focus, .carousel-control-prev:hover,
  .carousel-control-next:focus,
  .carousel-control-next:hover {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: .9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: transparent no-repeat center center;
  background-size: 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 10px;
  left: 0;
  z-index: 15;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    background-color: rgba(255, 255, 255, 0.5); }
    .carousel-indicators li::before {
      position: absolute;
      top: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
    .carousel-indicators li::after {
      position: absolute;
      bottom: -10px;
      left: 0;
      display: inline-block;
      width: 100%;
      height: 10px;
      content: ""; }
  .carousel-indicators .active {
    background-color: #fff; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #e9ecef; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #e9ecef; }
  .table tbody + tbody {
    border-top: 2px solid #e9ecef; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #e9ecef; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #e9ecef; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #dddfe2; }

.table-hover .table-secondary:hover {
  background-color: #cfd2d6; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #cfd2d6; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #e9ecef; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm.table-bordered {
      border: 0; } }

@media (max-width: 767px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md.table-bordered {
      border: 0; } }

@media (max-width: 991px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg.table-bordered {
      border: 0; } }

@media (max-width: 1199px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl.table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive.table-bordered {
    border: 0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit; }

h1, .h1 {
  font-size: 2.5rem; }

h2, .h2 {
  font-size: 2rem; }

h3, .h3 {
  font-size: 1.75rem; }

h4, .h4 {
  font-size: 1.5rem; }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 5px; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #868e96; }
  .blockquote-footer::before {
    content: "\2014 \00A0"; }

/* TEST */
/* CMC SETTINGS */
/* CMC LAYOUT STYLES */
body {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

p, .c-content li {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.375;
  color: #000; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

a {
  font-size: inherit;
  color: #333; }
  a:hover {
    color: #337ab7; }

blockquote {
  font-family: "Roboto Slab", serif;
  font-style: italic;
  position: relative;
  background: #f8f8f8;
  padding: 60px 30px; }
  blockquote:before, blockquote:after {
    content: '"';
    position: absolute;
    line-height: 0rem;
    font-size: 7rem;
    color: #337ab7; }
  blockquote:before {
    left: 0;
    top: 60px; }
  blockquote:after {
    right: 30px;
    bottom: 0; }

.l-font--inverted {
  color: #fff; }

.l-font--light {
  font-weight: 300; }

.l-font--red {
  color: #d32626 !important; }

.l-font--bold {
  font-weight: 700; }

.text-center {
  text-align: center !important; }

.text-align--justify {
  text-align: justify !important; }

.text-align--left {
  text-align: left !important; }

.text-align--right {
  text-align: right !important; }

.s-bold {
  font-weight: 700; }

.s-italic {
  font-style: italic; }

/* BODY */
.background--gray {
  background-color: #f8f8f8; }

/* LAYOUT GRID */
.l-header, .l-ad-top, .l-container {
  width: 1230px;
  padding: 0;
  margin-right: auto;
  margin-left: auto; }

.l-container {
  padding: 30px 30px 0 30px;
  background-color: #fff;
  position: relative;
  z-index: 1; }
  .l-container--no-bg {
    background: none; }
  .l-container--full {
    width: auto;
    min-width: 0;
    max-width: none;
    padding: 60px 0;
    margin-top: 30px; }
    .l-container--full .l-row {
      margin: 0 auto;
      max-width: 1170px; }
    .l-container--full-gray {
      background-color: #f8f8f8; }
    .l-container--full-bg {
      background-color: #337ab7; }
    .l-container--full-gray + .l-container--full-bg, .l-container--full-bg + .l-container--full-gray, .l-container--full-bg + .l-container--full-bg, .l-container--full-gray + .l-container--full-gray {
      margin-top: 0; }
  .l-container--full.l-container--rwd {
    max-width: none; }
  .l-container__bg-img {
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    height: 100%;
    opacity: 0.15;
    background-position: center;
    background-size: cover; }

.l-nav-wrapper {
  background-color: #fff;
  width: 1230px;
  margin: 0 auto;
  position: sticky;
  top: 0;
  padding: 0 30px;
  z-index: 9900; }

.l-navigation {
  height: 45px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 1170px; }
  .l-navigation--inverted {
    background-color: #333; }
    .l-navigation--inverted a {
      color: #fff; }
      .l-navigation--inverted a:hover {
        color: #fff; }
    .l-navigation--inverted button:hover {
      color: #fff !important; }

.l-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px;
  background-color: #fff; }

.l-logo {
  margin: 0; }

.l-ad-top {
  padding: 30px 0;
  text-align: center; }

.l-ad-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px; }
  .l-ad-box > div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }

.l-container-full, .l-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  min-width: 1230px;
  margin-top: 30px; }

.l-footer--inverted {
  background-color: #333; }

.l-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  clear: both;
  height: auto; }
  .l-row + .l-row:not(.l-row--mt0) {
    margin-top: 30px; }
  .l-row--inverted {
    width: 1230px;
    background-color: #333;
    padding: 30px; }
    .l-row--inverted .l-box__more:before {
      background-color: #fff !important; }
    .l-row--inverted .c-btn--read-more {
      background: #333 !important; }
  .l-row__header {
    -webkit-box-flex: 100%;
        -ms-flex: 100%;
            flex: 100%;
    text-transform: uppercase;
    font-size: 2rem;
    border-top: 5px solid #f8f8f8;
    padding-top: 5px;
    color: #337ab7; }

.l-breadcrumbs--float {
  float: left; }

/* BOX GRID */
.l-box, .l-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative; }

.l-box + .l-box, .l-col + .l-box, .l-box + .l-col, .l-col + .l-col {
  margin-left: 30px; }

.l-box--inverted {
  background-color: #333; }

.l-box--inverted, [class$="--inverted"] {
  color: #fff; }
  .l-box--inverted a, [class$="--inverted"] a {
    color: #fff; }
    .l-box--inverted a:hover, [class$="--inverted"] a:hover {
      color: #fff; }
  .l-box--inverted .l-box__more:before, [class$="--inverted"] .l-box__more:before {
    background-color: #fff !important; }
  .l-box--inverted .c-btn--read-more, [class$="--inverted"] .c-btn--read-more {
    background: #333 !important; }

.l-box--expand {
  margin-left: -15px;
  margin-right: -15px;
  padding: 0 15px; }

.l-box--16, .c-box-advert-1000__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16.66667%;
          flex: 0 0 16.66667%;
  max-width: 16.66667%;
  max-width: 170px; }

.l-box--33, .l-col--33 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.33333%;
          flex: 0 0 33.33333%;
  max-width: 33.33333%;
  max-width: 370px; }

.l-box--66, .l-col--66 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 66.66667%;
          flex: 0 0 66.66667%;
  max-width: 66.66667%;
  max-width: 770px; }

.l-box--99, .l-col--99 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  max-width: 1170px; }

.l-box--25 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  max-width: 25%;
  max-width: 270px; }

.l-box--50, .l-col--50 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  max-width: 50%;
  max-width: 570px; }

.l-box--75 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 75%;
          flex: 0 0 75%;
  max-width: 75%;
  max-width: 870px; }

.l-box--100 {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  max-width: 1170px; }

[class^='l-box__box'] {
  height: 100%; }

.l-box--godzilla {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 0;
  clear: both;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start; }
  .l-box--godzilla > div {
    width: 100%; }
  .l-box--godzilla .l-box, .l-box--godzilla .l-col {
    margin-top: 30px; }
  .l-box--godzilla .l-box--66, .l-box--godzilla .l-col--66 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 100%; }
  .l-box--godzilla .l-box--33 + .l-box--33, .l-box--godzilla .l-col--33 + .l-box--33, .l-box--godzilla .l-box--33 + .l-col--33, .l-box--godzilla .l-col--33 + .l-col--33 {
    margin-left: 30px; }
  .l-box--godzilla .l-box--33:nth-of-type(2n+1), .l-box--godzilla .l-col--33:nth-of-type(2n+1) {
    margin-left: 0; }
  .l-box--godzilla .l-box--66 ~ .l-box--33, .l-box--godzilla .l-col--66 ~ .l-box--33, .l-box--godzilla .l-box--66 ~ .l-col--33, .l-box--godzilla .l-col--66 ~ .l-col--33 {
    margin-left: 0; }
  .l-box--godzilla .l-box--66 ~ .l-box--33:nth-of-type(2n+1), .l-box--godzilla .l-col--66 ~ .l-box--33:nth-of-type(2n+1), .l-box--godzilla .l-box--66 ~ .l-col--33:nth-of-type(2n+1), .l-box--godzilla .l-col--66 ~ .l-col--33:nth-of-type(2n+1) {
    margin-left: 30px; }
  .l-box--godzilla .l-box--first-row {
    margin-top: 0; }

/* COLUMNS GRID */
.l-col__item {
  position: relative; }

.l-col__item + .l-col__item {
  margin-top: 30px; }

.l-col__item--sticky {
  position: sticky;
  top: 30px; }

/* BOX STATIC ELEMENTS */
.l-box__title {
  border-top: 3px solid #337ab7;
  padding: 11px 0;
  margin: 0;
  color: #000;
  text-transform: uppercase;
  font-size: 1.375rem; }
  .l-box__title a {
    color: #000; }

.l-box--25 .l-box__title {
  font-size: 1rem; }

.l-box__more-link {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 15px;
  font-size: 0.75rem; }

.l-box__add {
  position: absolute;
  right: 0;
  font-size: 1.25rem;
  top: 10px;
  opacity: 0.2; }
  .l-box__add:hover {
    opacity: 1.0; }

.l-box__more {
  margin-top: auto;
  padding-top: 5px;
  width: 100%;
  text-align: center;
  position: relative;
  z-index: 0; }
  .l-box__more:before {
    content: ' ';
    position: absolute;
    background-color: #337ab7;
    height: 1px;
    left: 0;
    right: 0;
    top: 50%;
    z-index: -1; }

.l-link--bold {
  font-weight: 700; }

.l-link--inverted {
  color: #fff; }
  .l-link--inverted:hover {
    color: #fff; }

.l-content-header, .c-comments__header, .c-poll__header, .c-business-more__header,
.c-business-page__title {
  font-size: 1.125rem;
  color: #999;
  border-top: 4px solid #f8f8f8;
  padding-top: 5px;
  margin-top: 30px; }

.l-page__title {
  font-size: 2rem;
  font-family: "Roboto Slab", serif;
  margin: 15px 0; }

/* TEMPORARY LISTS */
ul {
  padding: 0;
  list-style: none; }

.c-text--formatted ul {
  padding-left: 15px;
  list-style: disc; }

button {
  background: none;
  border: none;
  cursor: pointer; }

.l-box__ad {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.l-seo-head {
  margin-bottom: 30px; }

.c-seo-head__img {
  max-width: 200px;
  max-height: 150px;
  margin-right: 15px;
  float: left; }

.c-seo-head__lead {
  color: #999;
  font-size: 0.875rem;
  text-align: justify; }
  .c-seo-head__lead--full {
    max-width: none; }

.l-news__content .c-table tr {
  border-bottom: 1px solid #d9d9d9; }
  .l-news__content .c-table tr:nth-child(2n+2) {
    background-color: #f8f8f8; }

.l-news__content .c-table td {
  text-align: center;
  padding: 5px; }

.l-container--inverted .l-box__title, .l-row--inverted .l-box__title, .l-footer--inverted .l-box__title {
  color: #fff; }

.l-container--inverted h1, .l-container--inverted h2, .l-container--inverted h3, .l-container--inverted h4, .l-container--inverted h5, .l-container--inverted h6, .l-container--inverted p, .l-container--inverted .c-content li, .c-content .l-container--inverted li, .l-row--inverted h1, .l-row--inverted h2, .l-row--inverted h3, .l-row--inverted h4, .l-row--inverted h5, .l-row--inverted h6, .l-row--inverted p, .l-row--inverted .c-content li, .c-content .l-row--inverted li, .l-footer--inverted h1, .l-footer--inverted h2, .l-footer--inverted h3, .l-footer--inverted h4, .l-footer--inverted h5, .l-footer--inverted h6, .l-footer--inverted p, .l-footer--inverted .c-content li, .c-content .l-footer--inverted li {
  color: #fff; }

.l-container--inverted h3 > a, .l-row--inverted h3 > a, .l-footer--inverted h3 > a {
  color: #fff; }

.l-container--inverted .c-tabs, .l-row--inverted .c-tabs, .l-footer--inverted .c-tabs {
  border-bottom: 1px solid #999; }

.l-container--inverted .l-box__title, .l-row--inverted .l-box__title, .l-footer--inverted .l-box__title {
  border-top: 4px solid #fff; }

.l-container--inverted .c-box-news__comments, .l-container--inverted .c-box-display-bundle__comments, .l-row--inverted .c-box-news__comments, .l-row--inverted .c-box-display-bundle__comments, .l-footer--inverted .c-box-news__comments, .l-footer--inverted .c-box-display-bundle__comments {
  color: #d9d9d9; }

.c-tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.c-tabs__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }

.c-tabs__link {
  width: 100%;
  display: inline-block;
  font-size: 0.875rem;
  text-decoration: none !important; }

.c-tabs__title {
  font-weight: 400;
  color: #999; }

.c-tabs__link.active .c-tabs__title {
  font-weight: 700;
  color: #000; }

.c-tabs__item:nth-child(n+2) .c-tabs__title {
  font-size: 0.875rem; }

.tab-content {
  height: calc(100% - 33px); }
  .tab-content > .active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    overflow: hidden;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }

.l-footer {
  background-color: #333; }
  .l-footer .l-row {
    padding: 0 30px;
    margin-top: 0;
    width: 1230px; }

.l-footer__title {
  font-size: 1.25rem;
  font-weight: 400;
  margin-top: 30px; }

.l-footer__link {
  color: #337ab7 !important;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  font-size: 0.875rem; }

.l-footer__list--double {
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2; }

.l-footer__list-item {
  padding: 2px 0; }
  .l-footer__list-item:hover {
    background-color: #383838; }

.l-footer__copyright {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  color: #999 !important;
  font-size: 0.875rem;
  text-align: center;
  width: 100%;
  margin-top: 15px; }

.c-footer-company__logo {
  width: 100%;
  background-color: #fff;
  text-align: center;
  padding: 15px; }
  .c-footer-company__logo .c-logo__image {
    max-width: 140px; }

.c-footer-company__contact {
  color: #fff;
  font-size: 0.75rem;
  margin-top: 10px; }

.c-footer-company__contact-item--special {
  font-size: 0.875rem;
  font-weight: 700; }

.c-footer-company__contact-item--map {
  margin-top: 10px;
  max-width: 275px; }

.c-footer-company__contact-link {
  color: #337ab7 !important;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

.c-footer-socials__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 30px; }

.c-footer-socials__item + .c-footer-socials__item {
  margin-left: 15px; }

.c-footer-socials__link {
  font-size: 1.375rem; }
  .c-footer-socials__link:hover {
    color: #337ab7; }

/* DEFAULTS */
.c-btn, .c-box-advert__lunch-order-button {
  background: #337ab7;
  border: none;
  color: #fff;
  font-weight: 700;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  padding: 10px 15px;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  border-radius: 3px;
  text-align: center; }
  .c-btn:hover, .c-box-advert__lunch-order-button:hover, .c-btn:focus, .c-box-advert__lunch-order-button:focus {
    background-color: #285f8f;
    text-decoration: none !important;
    color: #fff; }
    .c-btn:hover .c-btn__icon, .c-box-advert__lunch-order-button:hover .c-btn__icon, .c-btn:focus .c-btn__icon, .c-box-advert__lunch-order-button:focus .c-btn__icon {
      color: #fff !important; }
  .c-btn + .c-btn, .c-box-advert__lunch-order-button + .c-btn, .c-btn + .c-box-advert__lunch-order-button, .c-box-advert__lunch-order-button + .c-box-advert__lunch-order-button {
    margin-top: 3px; }
  .c-btn__text {
    color: #fff;
    font-weight: 700;
    position: relative;
    text-decoration: none; }
  .c-btn__icon {
    font-size: 0.875rem !important;
    position: relative;
    top: 0; }
  .c-btn__icon + .c-btn__text {
    margin-left: 10px;
    padding: 10px 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.3); }
  .c-btn--divided {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-height: 45px; }
    .c-btn--divided .c-btn__icon {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .c-btn--divided .c-btn__text {
      -webkit-box-flex: 10;
          -ms-flex: 10;
              flex: 10; }
  .c-btn--inactive, .c-btn--inactive:hover {
    background: #d9d9d9;
    color: #999;
    cursor: context-menu; }
  .c-btn--ghost {
    background: none;
    border: 2px solid #333;
    padding: 8px 13px;
    color: #333; }
    .c-btn--ghost:hover {
      border-color: #285f8f; }
  .c-btn__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    .c-btn__group--wide .c-btn, .c-btn__group--wide .c-box-advert__lunch-order-button {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .c-btn__group .c-btn + .c-btn, .c-btn__group .c-box-advert__lunch-order-button + .c-btn, .c-btn__group .c-btn + .c-box-advert__lunch-order-button, .c-btn__group .c-box-advert__lunch-order-button + .c-box-advert__lunch-order-button {
      margin: 0; }
  .c-btn--s {
    padding: 5px 10px;
    font-size: 0.75rem; }
    .c-btn--s.c-btn--ghost {
      padding: 3px 8px; }
  .c-btn--xs {
    padding: 3px 6px;
    font-size: 0.75rem;
    font-weight: 400;
    border-width: 1px; }
  .c-btn--l {
    padding: 15px 30px;
    font-size: 1.25rem; }
  .c-btn--wide {
    padding-left: 60px;
    padding-right: 60px; }
  .c-btn--full {
    width: 100%; }
  .c-btn--center {
    margin: 0 auto;
    display: block; }

/* LOGIN REGISTER */
.c-btn--register {
  text-transform: uppercase;
  width: 100%;
  margin: 5px 0; }

.c-btn--login, .c-btn--submit {
  background-color: #333; }

.c-btn-login--facebook {
  background-color: #3c5a9a; }

.c-btn-login--twitter {
  background-color: #1cabe3; }

.c-btn-login--googlep {
  background-color: #d44837; }

.c-btn-login--facebook, .c-btn-login--googlep {
  color: #fff; }

/* ACTIONS */
.c-btn-add, .l-box__btn, .c-box-business__new-business, .c-btn--add {
  font-weight: 700;
  color: #fff !important; }

.c-btn-add__icon {
  margin-left: 2px;
  -webkit-transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all; }

/* OPEN, GO FURTHER */
.c-btn--more {
  position: relative;
  background: none;
  color: #337ab7;
  padding: 5px 15px;
  font-size: 0.75rem;
  text-transform: lowercase;
  width: 270px; }
  .c-btn--more:hover {
    background-color: #337ab7;
    color: #fff; }
    .c-btn--more:hover:before, .c-btn--more:hover:after {
      content: none; }
  .c-btn--more:before, .c-btn--more:after {
    content: '';
    width: 100px;
    height: 1px;
    position: absolute;
    top: 50%;
    background-color: #337ab7; }
  .c-btn--more:before {
    left: 0; }
  .c-btn--more:after {
    right: 0; }

.c-btn--read-more {
  background: #fff;
  color: #337ab7;
  font-size: 0.75rem;
  padding: 5px 20px;
  z-index: 1;
  text-transform: uppercase; }

.l-row--inverted .c-btn--more {
  color: #fff; }
  .l-row--inverted .c-btn--more:before, .l-row--inverted .c-btn--more:after {
    background-color: #fff; }

.c-btn--report {
  background: none;
  color: #999;
  border: 2px solid #999;
  padding: 5px 15px;
  font-size: 0.75rem; }
  .c-btn--report:hover {
    background-color: #999;
    color: #fff;
    text-decoration: none !important; }

.c-btn--back {
  background: none;
  color: #999;
  border: 2px solid #999;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px 13px; }
  .c-btn--back:hover {
    background-color: #999;
    color: #fff;
    text-decoration: none !important; }

.c-box__btn {
  display: block;
  margin: 0 auto;
  text-align: center; }

.l-box--inverted .c-box__btn {
  border: 2px solid #fff;
  margin-bottom: 30px; }
  .l-box--inverted .c-box__btn:hover {
    background-color: #fff;
    color: #333; }

.l-button--full {
  width: 100%;
  text-align: center;
  margin: 30px 0; }

[class^='c-box__carousel-arrow'] {
  position: absolute;
  color: #fff;
  background: #337ab7;
  top: -38px;
  font-size: 15px;
  padding: 3px 8px;
  z-index: 1000; }
  [class^='c-box__carousel-arrow']:hover {
    color: #fff;
    background: #999; }

.c-box__carousel-arrow-left {
  right: 30px; }

.c-box__carousel-arrow-right {
  right: 0; }

.c-divider {
  position: relative;
  width: 100%;
  height: 30px;
  text-align: center;
  margin: 15px 0; }
  .c-divider__text {
    font-size: 1rem;
    background-color: #fff;
    color: #999;
    padding: 0 15px;
    position: relative;
    z-index: 2;
    display: inline-block; }
  .c-divider::before {
    content: '';
    height: 1px;
    width: 100%;
    background-color: #d9d9d9;
    height: 1px;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 15px;
    z-index: 1; }

.is-hidden {
  display: none; }

/* CMC COMPONENTS */
.c-logo__image {
  max-height: 60px; }

.c-wheather {
  margin-left: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-wheather__icon {
  font-size: 30px;
  position: relative;
  top: 5px;
  color: #337ab7; }

.c-wheather__info {
  margin-left: 10px;
  display: inline-block; }

.c-wheather__date {
  display: block;
  font-size: 0.875rem;
  color: #999; }

.c-wheather__temp {
  font-size: 1.5rem;
  line-height: 1.0rem;
  color: #000; }

.c-search {
  margin-left: 30px; }

.c-search-form {
  position: relative; }

.c-search-form__input {
  width: 280px;
  height: 40px;
  padding: 10px;
  border: 1px solid #d9d9d9; }

.c-search-form__icon {
  background: none;
  border: none;
  position: absolute;
  top: 5px;
  right: 10px;
  cursor: pointer;
  color: #337ab7; }

.c-login {
  margin-left: 30px; }
  .c-login__avatar {
    width: 30px;
    height: 30px;
    border-radius: 100%; }

.c-login__log-in, .c-login__register {
  color: #337ab7;
  text-transform: uppercase;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  font-weight: 900;
  font-size: 0.875rem; }

.c-login__register {
  margin-left: 15px; }

.header-wrapper {
  width: 100%;
  min-width: 1200px;
  background-color: #337ab7;
  position: fixed;
  top: 0;
  z-index: 9999; }

.body-margin-top {
  margin-top: 150px; }

.header {
  width: 1170px;
  margin: 0 auto;
  display: grid;
  right: -17px;
  -webkit-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out; }
  .header--full {
    grid-template-columns: 200px auto 200px;
    grid-template-rows: 100px 50px;
    grid-template-areas: "prebrand brand socials" "weather navbar actions";
    height: 150px;
    -webkit-transition: none;
    transition: none; }
  .header--horizontal {
    grid-template-columns: 45px 150px auto auto;
    grid-template-areas: "menu brand navbar actions";
    height: 50px; }
  .header--mobile {
    grid-template-columns: auto 140px 40px;
    grid-template-rows: 60px;
    grid-template-areas: "brand actions navbar";
    height: auto; }
    .header--mobile .header__brand {
      justify-self: left;
      padding-left: 15px; }
  .header--rwd {
    grid-template-columns: auto 100px;
    grid-template-rows: 60px;
    grid-template-areas: "brand actions";
    height: auto; }
    .header--rwd .header__brand {
      justify-self: left;
      padding-left: 15px; }
      .header--rwd .header__brand .brand__image {
        max-width: 180px; }
        .header--rwd .header__brand .brand__image--mobile {
          display: none; }
  .header__item {
    -ms-flex-item-align: center;
        align-self: center; }
  .header__brand {
    grid-area: brand;
    justify-self: center;
    opacity: 1.0;
    -webkit-transition: opacity 0.2s ease-in-out;
    transition: opacity 0.2s ease-in-out; }
    .header__brand--hidden {
      opacity: 0; }
    .header__brand .brand__image--mobile {
      display: none; }
  .header__weather {
    grid-area: weather; }
  .header__menu {
    grid-area: menu; }
  .header__navbar {
    grid-area: navbar;
    justify-self: center; }
  .header__socials {
    grid-area: socials;
    justify-self: end; }
  .header__actions {
    grid-area: actions;
    justify-self: end; }
  .header__weather--white {
    color: #fff; }

.weather, .air-quality {
  color: #fff;
  display: inline-block; }
  .weather__icon, .air-quality__icon {
    font-size: 1.5rem !important; }
  .weather__info, .air-quality__info {
    display: inline-block;
    margin-left: 5px;
    margin-top: -10px; }
  .weather__descr, .air-quality__descr {
    font-size: 0.625rem; }
  .weather__temp, .weather__state, .air-quality__temp, .air-quality__state {
    font-size: 1rem;
    line-height: 1.125rem;
    display: block; }

.weather + .air-quality {
  margin-left: 15px; }

.socials__list {
  margin: 0; }

.socials__item {
  display: inline-block;
  margin-left: 15px; }

.socials__link {
  color: #fff; }
  .socials__link:hover {
    color: #fff; }

.navigation__list {
  margin: 0; }

.navigation__item {
  display: inline-block; }

.navigation__link {
  color: #fff;
  font-weight: 400;
  font-size: 1rem;
  padding: 15px 10px;
  background-color: #337ab7;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in;
  text-transform: uppercase; }
  .navigation__link:hover {
    text-decoration: none;
    color: #fff;
    background-color: #2d6da3; }

.navigation__dropdown {
  margin-top: 12px; }

.menu__link {
  font-size: 1.1rem;
  color: #fff;
  padding: 14px;
  background-color: #337ab7;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in; }
  .menu__link:hover {
    color: #fff;
    background-color: #2d6da3; }

.actions__button {
  font-size: 1.1rem;
  line-height: 1.1rem;
  color: #fff;
  padding: 15px 10px;
  margin-top: 1px;
  background-color: #337ab7;
  -webkit-transition: background 0.1s ease-in;
  transition: background 0.1s ease-in; }
  .actions__button:hover {
    color: #fff;
    background-color: #2d6da3; }

.actions__user-image {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  margin: -10px; }

a.actions__button {
  background: none !important;
  margin-left: 10px; }

.dropdown {
  position: absolute;
  left: 0;
  right: 0;
  background-color: #f8f8f8;
  height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.7s ease;
  transition: all 0.7s ease; }
  .dropdown__content {
    max-width: 1170px;
    height: 100%;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .dropdown.c-navi__dropdown--is-shown {
    opacity: 1.0; }

.c-navi__dropdown--is-shown#dropdown-search, .c-navi__dropdown--is-shown[id^="dropdown-more"], .c-navi__dropdown--is-shown#dropdown-adv {
  height: 150px;
  -webkit-transition: none;
  transition: none; }

.c-navi__dropdown--is-shown#dropdown-add {
  min-height: 150px;
  height: auto; }

.c-navi__dropdown--is-shown#dropdown-mobile {
  min-height: 150px;
  height: calc(100vh - 60px);
  max-height: none !important;
  bottom: 0;
  top: 60px;
  margin-top: 0;
  -webkit-transition: none;
  transition: none; }
  .c-navi__dropdown--is-shown#dropdown-mobile .top-more::-webkit-scrollbar-track {
    background-color: #F5F5F5; }
  .c-navi__dropdown--is-shown#dropdown-mobile .top-more::-webkit-scrollbar {
    width: 5px;
    background-color: #F5F5F5; }
  .c-navi__dropdown--is-shown#dropdown-mobile .top-more::-webkit-scrollbar-thumb {
    background-color: #337ab7; }

.c-navi__dropdown--is-shown#dropdown-news {
  min-height: 385px;
  height: auto; }

.c-navi__dropdown--is-shown#dropdown-user {
  height: 190px; }

.top-search__form {
  margin: 30px; }

.top-search__input {
  width: 800px;
  background-color: #fff;
  border: 1px solid #d9d9d9;
  padding: 10px;
  text-transform: uppercase; }
  .top-search__input::-webkit-input-placeholder {
    color: #999; }
  .top-search__input::-moz-placeholder {
    color: #999; }
  .top-search__input:-ms-input-placeholder {
    color: #999; }
  .top-search__input::-ms-input-placeholder {
    color: #999; }
  .top-search__input::placeholder {
    color: #999; }

.top-search__btn {
  text-transform: uppercase;
  border: 1px solid #337ab7; }

.top-user {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-user__form {
    margin: 30px; }
  .top-user__input {
    width: 300px;
    background-color: #fff;
    border: 1px solid #d9d9d9;
    padding: 10px;
    text-transform: uppercase; }
    .top-user__input::-webkit-input-placeholder {
      color: #999; }
    .top-user__input::-moz-placeholder {
      color: #999; }
    .top-user__input:-ms-input-placeholder {
      color: #999; }
    .top-user__input::-ms-input-placeholder {
      color: #999; }
    .top-user__input::placeholder {
      color: #999; }
  .top-user__heading {
    color: #999;
    font-weight: 300;
    margin: 0;
    text-align: center; }
  .top-user__register-info, .top-add__user-board {
    padding: 30px;
    border-top: 1px solid #d9d9d9;
    text-align: center; }
  .top-user__avatar {
    width: 75px;
    height: 75px;
    border-radius: 100%; }
  .top-user__name {
    font-size: 1rem;
    display: block;
    margin-top: 5px; }
  .top-user__list {
    margin-left: 30px; }
  .top-user__item {
    display: inline-block;
    margin-right: 15px; }
  .top-user__link {
    font-size: 1.25rem;
    font-weight: 300; }
    .top-user__link--important {
      color: #337ab7; }

.top-add {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .top-add__heading {
    color: #999;
    font-weight: 300;
    margin: 0; }
  .top-add__buttons {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .top-add__button {
    margin-left: 30px; }

.top-news {
  display: grid;
  grid-template-areas: "categories" "subcategories" "news"; }
  .top-news__category-wrapper {
    grid-area: categories;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 30px 0;
    border-bottom: 1px solid #d9d9d9;
    margin-bottom: 15px; }
  .top-news__heading {
    color: #999;
    font-weight: 300;
    margin: 0; }
  .top-news__category-list {
    margin-left: 30px; }
  .top-news__category-item {
    display: inline-block; }
    .top-news__category-item + .top-news__category-item {
      margin-left: 15px; }
  .top-news__category-link {
    font-size: 1.25rem;
    font-weight: 300; }
  .top-news__subcategory-list {
    grid-area: subcategories;
    text-align: center;
    margin-bottom: 15px; }
  .top-news__subcategory-item {
    display: inline-block; }
    .top-news__subcategory-item + .top-news__subcategory-item {
      margin-left: 15px; }
  .top-news__subcategory-link {
    color: #337ab7;
    font-weight: 700;
    font-size: 0.875rem;
    text-transform: uppercase; }
  .top-news__news-list {
    margin: 15px 0 30px 0; }
  .top-news__news-item {
    width: 270px; }
    .top-news__news-item .c-box-display__category-link {
      font-size: 0.625rem;
      text-transform: uppercase;
      position: relative;
      top: 10px;
      left: 15px; }

.top-more {
  padding: 30px; }
  .top-more__heading {
    color: #999;
    font-weight: 300;
    margin: 0; }
  .top-more__list {
    margin-left: 30px; }
  .top-more__item {
    display: inline-block;
    margin-right: 15px; }
  .top-more__link {
    font-size: 1.25rem;
    font-weight: 300; }

.header--horizontal .brand__image, .header--mobile .brand__image {
  max-width: 180px;
  max-height: 45px; }
  .header--horizontal .brand__image--mobile, .header--mobile .brand__image--mobile {
    display: block; }
  @media screen and (max-width: 1230px) {
    .header--horizontal .brand__image--desktop, .header--mobile .brand__image--desktop {
      display: none; } }

.header--horizontal .actions__button, .header--mobile .actions__button {
  padding: 10px; }

.header--horizontal .weather__icon, .header--horizontal .weather__temp, .header--mobile .weather__icon, .header--mobile .weather__temp {
  font-size: 1rem; }

.header--horizontal .header__weather, .header--mobile .header__weather {
  text-align: center; }

.header--horizontal .weather__descr, .header--horizontal .header__socials, .header--horizontal .air-quality, .header--horizontal .header__weather, .header--horizontal .menu__link--home, .header--mobile .weather__descr, .header--mobile .header__socials, .header--mobile .air-quality, .header--mobile .header__weather, .header--mobile .menu__link--home {
  display: none; }

.header--horizontal .dropdown, .header--mobile .dropdown {
  margin-top: 6px; }

.header-wrapper--white {
  background-color: #fff; }
  .header-wrapper--white .header--white {
    padding-bottom: 15px;
    border-bottom: 1px solid #d9d9d9; }
    .header-wrapper--white .header--white a, .header-wrapper--white .header--white button {
      color: #337ab7;
      background: none; }
    .header-wrapper--white .header--white .header__actions {
      margin-right: -10px; }
    .header-wrapper--white .header--white .weather, .header-wrapper--white .header--white .air-quality {
      color: #337ab7; }

.c-menu, .c-navi-socials {
  margin: 0;
  padding: 0; }

.c-menu__item {
  position: relative;
  float: left;
  list-style-type: none;
  height: 45px;
  padding: 0 10px;
  cursor: pointer;
  -webkit-transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all;
  transition: 0.2s cubic-bezier(0.075, 0.82, 0.165, 1) all; }
  .c-menu__item:hover, .c-menu__item:focus, .c-menu__item:focus-within {
    background-color: #337ab7; }

.c-menu__item--home {
  background: #337ab7;
  padding: 0 15px;
  position: relative;
  width: 45px; }
  .c-menu__item--home:hover {
    background: #999; }

.c-menu__link {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  text-decoration: none !important;
  display: block;
  position: relative;
  padding-top: 10px;
  height: 45px; }

.c-navi-socials {
  margin-left: auto; }

.c-navi-socials__item {
  margin: 0 5px;
  display: inline;
  list-style-type: none; }

.c-navi-socials__link:hover {
  color: #337ab7 !important; }

.c-navi-news, .c-navi-distr {
  width: 1170px;
  left: -45px !important;
  background-color: #fff !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .c-navi-news .c-box-news__item, .c-navi-distr .c-box-news__item {
    width: 300px;
    float: left;
    margin-bottom: 15px; }
  .c-navi-news .c-box-news__image, .c-navi-distr .c-box-news__image {
    width: 300px; }

.c-navi-distr {
  left: -141px !important; }

.c-navi-action {
  background: #337ab7;
  padding: 0 15px;
  margin-left: 15px;
  height: 45px; }

.c-menu__drop {
  height: 45px; }

.c-navi__dropdown {
  position: absolute;
  top: 45px;
  left: 0;
  min-width: 200px;
  max-height: 0;
  opacity: 0.75;
  background: #337ab7;
  overflow: hidden; }

.c-navi__dropdown--is-shown {
  opacity: 1;
  max-height: none; }

.c-navi__dropdown-list {
  width: 100%;
  height: 100%;
  padding-bottom: 3px;
  margin-bottom: 0; }

.c-navi__dropdown-item {
  display: block;
  padding: 5px 15px;
  width: auto;
  height: auto; }

.c-navi__dropdown-link {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }
  .c-navi__dropdown-link:hover {
    text-decoration: none;
    font-weight: 700;
    border-bottom: 3px solid #337ab7; }

.c-navi__dropdown-list--v {
  padding: 15px 0;
  background-color: #337ab7;
  margin-right: 15px;
  width: 195px;
  height: auto !important; }
  .c-navi__dropdown-list--v li {
    display: block;
    padding: 5px 0;
    margin-left: 15px;
    height: auto; }

.c-navi__dropdown-cat-list {
  display: inline-block;
  width: 970px;
  position: relative;
  top: 15px;
  padding-bottom: 15px; }
  .c-navi__dropdown-cat-list .hd a {
    color: #000; }

.c-navi__dropdown-cat-item {
  display: inline-block;
  width: 480px;
  overflow: hidden;
  height: 75px;
  margin-bottom: 5px; }

.c-drop-news__image {
  float: left;
  margin-right: 15px; }

.c-drop-news__category, .c-drop-news__cat-link {
  font-size: 0.75rem;
  color: #337ab7;
  position: relative;
  top: -3px;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

.c-drop-news__title {
  position: relative;
  top: -10px; }

.c-navi__dropdown--actions {
  min-height: 0;
  right: 30px;
  left: 30px;
  text-align: left;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .c-navi__dropdown--actions > div {
    display: inline-block;
    padding: 15px; }
    .c-navi__dropdown--actions > div h5 {
      font-weight: 300; }

.c-navi-action__register-info {
  width: 400px;
  background-color: #fff; }

.c-navi-action__register {
  width: 200px;
  background-color: #d9d9d9;
  text-align: center; }

.c-navi-action__profile {
  width: 180px;
  background-color: #f8f8f8;
  text-align: center; }

.c-navi-action__login {
  width: 500px;
  background-color: #f8f8f8; }

.c-navi-action__panel {
  background-color: #337ab7;
  width: 1050px; }

.c-profile__picture {
  margin: auto; }
  .c-profile__picture--round img {
    width: 75px;
    height: 75px;
    border-radius: 100%; }

.c-profile__name {
  display: block;
  text-align: center;
  font-family: "Roboto Slab", serif;
  color: #999;
  font-size: 0.75rem; }

.c-panel__block {
  float: left;
  position: relative;
  height: 100%;
  border-right: 1px solid #2d6da3;
  padding: 0 15px; }
  .c-panel__block a:hover {
    color: #fff !important;
    font-weight: 700; }

.c-panel__block--1 {
  width: 370px; }

.c-panel__block--2 {
  width: 240px;
  padding-right: 0; }
  .c-panel__block--2:last-child {
    border: none;
    padding-right: 0; }
    .c-panel__block--2:last-child .c-panel__load-more, .c-panel__block--2:last-child .c-panel__add {
      right: 0; }

.c-panel__block-item {
  height: 120px;
  position: relative; }
  .c-panel__block-item:first-child {
    margin-bottom: 10px; }
    .c-panel__block-item:first-child .c-panel__load-more {
      bottom: 10px; }

.c-panel__list--user {
  text-align: left; }
  .c-panel__list--user a {
    color: #333; }
    .c-panel__list--user a:hover {
      color: #337ab7; }

.c-panel__item {
  margin: 5px 0; }

.c-panel__item-link {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }
  .c-panel__item-link--important {
    color: #337ab7 !important; }

.c-panel__add {
  position: absolute;
  top: 0;
  right: 15px; }

.c-panel__load-more {
  position: absolute;
  bottom: 0;
  right: 15px;
  font-size: 0.75rem; }

.c-panel__no-items {
  font-style: italic;
  color: #fff; }

.c-nav-action__login-form {
  padding: 15px 0;
  margin-bottom: 15px;
  border-bottom: 1px solid #285f8f; }

.c-navi-action__label {
  height: 40px;
  width: 40px;
  background-color: #285f8f;
  color: #fff;
  position: relative;
  top: -8px;
  left: 4px;
  text-align: center; }
  .c-navi-action__label .fa {
    position: relative;
    top: 7px; }

.c-navi-action__input, .l-modal-login .c-modal-form__input {
  height: 40px;
  width: 130px;
  padding: 15px;
  border: 1px solid #f8f8f8;
  background-color: #fff;
  font-family: "Roboto Slab", serif;
  color: #999; }
  .c-navi-action__input::-webkit-input-placeholder, .l-modal-login .c-modal-form__input::-webkit-input-placeholder {
    color: #999; }
  .c-navi-action__input::-moz-placeholder, .l-modal-login .c-modal-form__input::-moz-placeholder {
    color: #999; }
  .c-navi-action__input:-ms-input-placeholder, .l-modal-login .c-modal-form__input:-ms-input-placeholder {
    color: #999; }
  .c-navi-action__input::-ms-input-placeholder, .l-modal-login .c-modal-form__input::-ms-input-placeholder {
    color: #999; }
  .c-navi-action__input::placeholder, .l-modal-login .c-modal-form__input::placeholder {
    color: #999; }

.c-navi__dropdown-link--white {
  color: #fff !important; }
  .c-navi__dropdown-link--white:hover {
    border-color: #fff; }

.c-nav-action__publish {
  width: 270px;
  border-left: 1px solid #285f8f; }

.c-nav-publish__list {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-nav-publish__item {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%; }

.c-nav-publish__item + .c-nav-publish__item {
  border-top: 1px solid #2d6da3; }

.c-nav-publish__item:hover {
  background-color: #3b87c8; }

.c-nav-publish__link {
  -ms-flex-item-align: center;
      align-self: center;
  padding-left: 15px; }

.c-nav-publish__link--icon {
  margin-left: auto;
  margin-right: 15px; }

.c-navi__dropdown .c-box-display__category-link {
  font-size: 0.625rem;
  text-transform: uppercase;
  position: relative;
  top: 10px;
  left: 15px; }

.l-ticker {
  height: 34px;
  position: relative;
  width: 1170px;
  margin-bottom: 30px; }

.c-ticker__head {
  background-color: #d32626;
  color: #fff;
  font-weight: 700;
  width: 70px;
  text-align: center;
  padding: 5px 0; }

.c-ticker__content {
  width: 1100px;
  background-color: #f8f8f8; }

.c-ticker__item {
  padding: 5px 10px; }

.c-box-display {
  position: relative;
  min-height: 485px;
  overflow: hidden; }
  .c-box-display a:hover .c-box-display__title {
    text-decoration: underline; }

/* DISPLAY IMAGES */
.c-box-display__image-container {
  overflow: hidden;
  height: 420px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .c-box-display__image-container.c-box-display__image-container--fit {
    height: auto; }
    .c-box-display__image-container.c-box-display__image-container--fit .c-box-display__image {
      width: 100%;
      height: auto; }
  .c-box-display__image-container.c-box-display__image--pull-left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
  .c-box-display__image-container.c-box-display__image--pull-right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end; }
  .c-box-display__image-container.c-box-display__image--pull-up {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
  .c-box-display__image-container.c-box-display__image--pull-down {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }

.c-box-display--half .c-box-display__image-container, .c-box-display-bundle__list .c-box-display__image-container {
  height: 100% !important; }

.c-box-display__image--33 {
  height: 420px; }

.c-box-display__image--66 {
  height: 420px; }

.c-box-display__image--25 {
  height: 420px; }

.c-box-display__image--50 {
  height: 420px; }

.c-box-display__image--75 {
  width: 870px; }

.c-box-display__image--99 {
  width: 100%; }

.c-box-display--half {
  min-height: 320px;
  max-height: 320px; }
  .c-box-display--half > a {
    display: block;
    height: 100%; }
  .c-box-display--half .c-box-display__image--33 {
    width: auto;
    height: 100%; }
  .c-box-display--half .c-box-display__image--66 {
    width: 100%;
    height: auto; }
  .c-box-display--half .c-box-display__image--25 {
    height: 100%; }
  .c-box-display--half .c-box-display__image--50 {
    width: auto;
    height: 100%; }
  .c-box-display--half .c-box-display__image--75 {
    width: 100%;
    height: auto; }
  .c-box-display--half .l-display__image-mask, .c-box-display--half .l-gallery__image-mask {
    bottom: 0; }
  .c-box-display--half .l-display__image-overlay {
    bottom: 0; }
  .c-box-display--half .c-box-display__title {
    position: absolute;
    bottom: 15px;
    left: 15px;
    right: 15px;
    color: #fff;
    z-index: 1001; }
    .c-box-display--half .c-box-display__title:hover {
      text-decoration: underline; }
    @media screen and (max-width: 600px) {
      .c-box-display--half .c-box-display__title {
        font-size: 1.0rem; } }

/* DISPLAY MASK & OVERLAY */
.l-display__image-mask, .l-gallery__image-mask {
  position: absolute;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
  bottom: 80px;
  height: 150px; }

.l-display__image-overlay {
  position: absolute;
  left: 0;
  right: 0; }

.l-display__image-overlay--top {
  top: 15px; }

.l-display__image-overlay--bottom {
  height: 0;
  bottom: 0; }

.l-display__image-overlay--low {
  bottom: -30px !important; }

.c-box-display__title {
  margin-top: 5px;
  margin-bottom: 0;
  overflow: hidden; }

.c-box-display--75 .c-box-display__title, .c-box-display--100 .c-box-display__title, .c-box-display--99 .c-box-display__title {
  font-size: 2rem; }

.c-box-display__comments {
  position: relative;
  left: 20px;
  bottom: 110px;
  text-shadow: 0px 1px 5px #000;
  color: #fff;
  font-size: 0.75rem; }

.c-box-display--33:not(.c-box-display--half) .c-box-display__title {
  max-height: 60px; }

/* OVERLAY ITEMS - DISPLAY */
.l-box-display--33 .c-box-news__category-tag--on-photo, .l-box-display--33 .c-box-display-bundle__category-tag--on-photo {
  bottom: 90px !important;
  left: 15px; }

.l-box-display--33 .c-box-news__date, .l-box-display--33 .c-box-display-bundle__date {
  bottom: 105px !important;
  left: auto;
  right: 15px; }

.l-box-display--33 .c-box-news__comments, .l-box-display--33 .c-box-display-bundle__comments {
  left: auto;
  right: 15px; }

.l-box-display--50 .c-box-news__category-tag--on-photo, .l-box-display--50 .c-box-display-bundle__category-tag--on-photo {
  bottom: 90px !important;
  left: 15px; }

.l-box-display--50 .c-box-news__date, .l-box-display--50 .c-box-display-bundle__date {
  bottom: 105px !important;
  left: auto;
  right: 15px; }

.l-box-display--50 .c-box-news__comments, .l-box-display--50 .c-box-display-bundle__comments {
  left: auto;
  right: 15px; }

/* SLIDER */
[class^='l-box--slider'], [class*=' l-box--slider'] {
  max-height: 420px; }
  [class^='l-box--slider'] .c-carousel__arrow-left, [class*=' l-box--slider'] .c-carousel__arrow-left {
    left: 0; }
  [class^='l-box--slider'] .c-carousel__arrow-right, [class*=' l-box--slider'] .c-carousel__arrow-right {
    right: 0; }
  [class^='l-box--slider'] [class^="c-carousel__arrow"], [class*=' l-box--slider'] [class^="c-carousel__arrow"] {
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    font-size: 1.375rem;
    width: 50px;
    height: 50px;
    text-align: center;
    opacity: 0.85;
    background: none; }
    [class^='l-box--slider'] [class^="c-carousel__arrow"]:hover, [class*=' l-box--slider'] [class^="c-carousel__arrow"]:hover {
      background: none;
      color: #337ab7;
      opacity: 1.0; }

.slick-list .l-display__image-mask, .slick-list .l-gallery__image-mask {
  bottom: 0; }

.slick-list .c-box-display__title {
  font-size: 2rem !important;
  position: absolute;
  bottom: 15px;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 110;
  height: auto;
  overflow: hidden; }

.slick-list .l-display__image-overlay--bottom {
  bottom: 20px; }

.slick-list .l-display__image-overlay--low {
  bottom: -15px !important; }

.slick-slide {
  margin-bottom: 0 !important; }

.slick-dots {
  bottom: 0px !important;
  height: 40px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }
  .slick-dots li button:before {
    font-size: 40px !important;
    color: #fff !important; }

.slick-dotted.slick-slider {
  margin-bottom: 0 !important; }

.c-box-display-bundle__item {
  position: relative; }
  .c-box-display-bundle__item .l-display__image-mask, .c-box-display-bundle__item .l-gallery__image-mask {
    bottom: 0; }
  .c-box-display-bundle__item .l-display__image-overlay {
    bottom: 0; }

.c-box-display-bundle__item--2nd-line {
  margin-top: 30px;
  float: left; }
  .c-box-display-bundle__item--2nd-line:nth-child(3) {
    margin-left: 30px; }

.c-box-display-bundle__item--33 {
  width: 370px; }

.c-box-display-bundle__item--66 {
  width: 770px; }

.c-box-display-bundle__item--25 {
  width: 270px; }

.c-box-display-bundle__item--50 {
  width: 570px; }

.c-box-display__image--half {
  /* height: 285px; */ }

.c-box-display-bundle__title {
  position: absolute;
  bottom: 30px;
  left: 15px;
  right: 15px;
  color: #fff;
  z-index: 1001; }

.c-box-display-bundle__category-tag--on-photo {
  bottom: 15px !important; }

.c-box-display-bundle__date {
  bottom: 30px !important; }

.c-box-display-bundle__comments {
  bottom: 15px !important; }

.c-box-hot-news {
  border-top: 3px solid #337ab7;
  padding-top: 10px;
  width: 100%; }

.c-hot-news__list {
  padding: 0; }

.c-hot-news__item {
  list-style: none;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.c-hot-news__item + .c-hot-news__item {
  border-top: 1px solid #f8f8f8; }

.c-hot-news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  width: 45px; }
  .c-hot-news__info .c-hot-news__date {
    -webkit-box-flex: 0;
        -ms-flex: 0;
            flex: 0; }

.c-hot-news__article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px; }
  .c-hot-news__article .c-hot-news__author {
    font-size: 0.75rem;
    color: #999; }
  .c-hot-news__article .c-hot-news__link {
    margin-left: 0;
    font-size: 0.875rem; }

.c-hot-news__date {
  font-size: 0.75rem;
  color: #999;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  position: relative;
  top: 3px;
  max-width: 50px; }

.c-hot-news__link {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  -webkit-box-flex: 4;
      -ms-flex: 4;
          flex: 4;
  max-height: 24px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  margin-left: 15px; }

.c-hot-news__comments {
  position: relative;
  top: 1px;
  color: #d9d9d9;
  font-size: 0.875rem;
  width: 35px; }

.c-box-news__counter {
  color: #fff;
  width: 20px;
  height: 20px;
  background-color: #337ab7;
  position: absolute;
  line-height: 20px;
  text-align: center;
  left: 0;
  top: 0; }
  .c-box-news__counter--l {
    width: 50px;
    height: 50px;
    line-height: 50px;
    font-size: 1.5rem; }

.c-box-news__item--full .c-box-news__title {
  position: absolute;
  bottom: 10px;
  left: 15px;
  right: 15px;
  z-index: 99;
  color: #fff; }

.c-box-news__item--full .l-news__image-overlay {
  left: 45px; }

/* NEWS BOX STYLING */
.c-box-news__list {
  padding: 0; }

/* HORIZONTAL MODIFICATOR */
.c-box-news__list--horizontal, .c-box-news__list--3cols {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: -30px 0 0 -30px; }
  .c-box-news__list--horizontal .c-box-news__item, .c-box-news__list--3cols .c-box-news__item {
    margin-left: 30px;
    margin-top: 30px; }
  .c-box-news__list--horizontal .c-box-news__image, .c-box-news__list--3cols .c-box-news__image {
    float: none;
    margin-right: 0; }
  .c-box-news__list--horizontal .c-box-news__title, .c-box-news__list--3cols .c-box-news__title {
    margin-top: 5px;
    height: 65px;
    overflow: hidden;
    font-size: 1.1rem;
    line-height: 1.375;
    margin-bottom: 5px; }

.c-box-news__list--3cols {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (min-width: 931px) {
    .c-box-news__list--3cols li {
      width: calc(33% - 30px) !important; } }
  @media screen and (max-width: 930px) {
    .c-box-news__list--3cols li {
      width: calc(50% - 30px) !important; } }
  @media screen and (max-width: 425px) {
    .c-box-news__list--3cols li {
      width: 100% !important;
      margin: 15px 0 0 !important; } }

.c-box-news__item {
  list-style: none;
  position: relative; }

.c-box-news__title {
  margin: 0; }

/* OVERLAY ITEMS */
.l-news__image-mask {
  position: absolute;
  left: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0)); }

.l-news__image-overlay {
  position: absolute;
  left: 0;
  right: 0; }

.l-news__image-overlay--top {
  top: 0; }

.l-news__image-overlay--bottom {
  height: 0;
  bottom: 0; }

.c-box-news__state-tag {
  font-size: 0.875rem;
  text-transform: uppercase;
  color: #fff;
  background-color: #337ab7;
  padding: 5px 10px;
  position: relative;
  bottom: 110px;
  left: 15px;
  z-index: 999; }

.c-box-news__state-tag--alert {
  background-color: #d32626; }

.c-box-news__media-icon {
  position: absolute;
  top: 10px;
  right: 15px;
  color: #fff;
  opacity: 0.6; }

.c-box-news__category-tag, .c-box-display__category-tag, .c-box-news__date, .c-box-display-bundle__date, .c-box-news__comments, .c-box-display-bundle__comments {
  position: relative;
  color: #fff;
  font-size: 0.625rem;
  top: 10px;
  left: 15px;
  text-transform: uppercase; }

.c-box-news__category-link, .c-box-display__category-link {
  padding: 3px 6px;
  background-color: rgba(0, 0, 0, 0.3); }

.c-box-news__date, .c-box-display-bundle__date, .c-box-news__comments, .c-box-display-bundle__comments {
  position: absolute;
  left: auto;
  right: 15px;
  text-shadow: 0px 1px 5px #000; }

.c-box-news__lead {
  margin: 0;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.375;
  text-align: left;
  margin-bottom: 15px; }

.l-box--33 .c-box-news__list--horizontal li, .l-col--33 .c-box-news__list--horizontal li, .l-box--33 .c-box-news__list--3cols li, .l-col--33 .c-box-news__list--3cols li, .l-box--66 .c-box-news__list--horizontal li, .l-col--66 .c-box-news__list--horizontal li, .l-box--66 .c-box-news__list--3cols li, .l-col--66 .c-box-news__list--3cols li, .l-box--99 .c-box-news__list--horizontal li, .l-col--99 .c-box-news__list--horizontal li, .l-box--99 .c-box-news__list--3cols li, .l-col--99 .c-box-news__list--3cols li {
  width: 370px; }

.l-box--33 .c-box-news__image, .l-col--33 .c-box-news__image, .l-box--66 .c-box-news__image, .l-col--66 .c-box-news__image, .l-box--99 .c-box-news__image, .l-col--99 .c-box-news__image {
  width: 100%;
  height: auto; }

.l-box--33 .l-news__image-mask, .l-col--33 .l-news__image-mask, .l-box--66 .l-news__image-mask, .l-col--66 .l-news__image-mask, .l-box--99 .l-news__image-mask, .l-col--99 .l-news__image-mask {
  bottom: 75px;
  height: 75px; }

.l-box--25 .c-box-news__list--horizontal li, .l-box--25 .c-box-news__list--3cols li, .l-box--50 .c-box-news__list--horizontal li, .l-col--50 .c-box-news__list--horizontal li, .l-box--50 .c-box-news__list--3cols li, .l-col--50 .c-box-news__list--3cols li, .l-box--75 .c-box-news__list--horizontal li, .l-box--75 .c-box-news__list--3cols li, .l-box--100 .c-box-news__list--horizontal li, .l-box--100 .c-box-news__list--3cols li {
  width: 270px; }

.l-box--25 .c-box-news__list--lead li, .l-box--50 .c-box-news__list--lead li, .l-col--50 .c-box-news__list--lead li, .l-box--75 .c-box-news__list--lead li, .l-box--100 .c-box-news__list--lead li {
  height: 275px; }

.l-box--25 .c-box-news__image, .l-box--50 .c-box-news__image, .l-col--50 .c-box-news__image, .l-box--75 .c-box-news__image, .l-box--100 .c-box-news__image {
  width: 270px;
  height: 145px; }

.l-box--25 .l-news__image-mask, .l-box--50 .l-news__image-mask, .l-col--50 .l-news__image-mask, .l-box--75 .l-news__image-mask, .l-box--100 .l-news__image-mask {
  bottom: 80px;
  height: 50px; }

/* SIMPLE MODIFICATOR + TOP 5 */
.c-box-news__list--simple {
  margin-bottom: 0;
  /* FULL in TOP 5 */ }
  .c-box-news__list--simple .c-box-news__item {
    min-height: 75px; }
  .c-box-news__list--simple .c-box-news__link {
    display: block; }
  .c-box-news__list--simple .c-box-news__title {
    font-size: 1rem;
    font-weight: 400;
    height: 75px;
    overflow: hidden;
    background-color: #f8f8f8;
    padding: 5px; }
  .c-box-news__list--simple .c-box-news__item + .c-box-news__item {
    margin-top: 15px; }
  .c-box-news__list--simple .c-box-news__image {
    width: 140px;
    height: 75px;
    float: left; }
  .c-box-news__list--simple .c-box-news__item--full .c-box-news__image {
    width: 370px;
    height: 200px;
    float: none; }
  .c-box-news__list--simple .c-box-news__item--full .l-news__image-mask {
    bottom: auto;
    top: 125px; }
  .c-box-news__list--simple .c-box-news__item--full .c-box-news__category-tag--simple {
    left: 15px;
    top: 175px;
    color: #fff !important; }
    .c-box-news__list--simple .c-box-news__item--full .c-box-news__category-tag--simple a {
      color: #fff; }
  .c-box-news__list--simple .c-box-news__item--full .c-box-news__title {
    padding-top: 10px;
    background: none !important; }
  .c-box-news__list--simple + .c-btn--more {
    margin-top: 15px; }

.c-box-news__category-tag--simple {
  position: absolute;
  left: 155px;
  top: 5px; }
  .c-box-news__category-tag--simple .c-box-display__category-link {
    padding: 2px 5px; }

.l-box--25 .c-box-news__list--simple .c-box-news__item--full .c-box-news__image {
  width: 270px;
  height: 145px; }

.l-box--25 .c-box-news__list--simple .c-box-news__item--full .l-news__image-mask {
  top: 95px; }

.l-box--25 .c-box-news__list--simple .c-box-news__item--full .c-box-news__title {
  height: 60px;
  overflow: hidden; }

.l-box--25 .c-box-news__list--simple .c-box-news__title {
  overflow: hidden; }

.l-box--25 .c-box-news__list--simple .c-box-news__comments, .l-box--25 .c-box-news__list--simple .c-box-display-bundle__comments {
  right: 135px;
  top: 4px; }

.c-box-news__list--horizontal .c-box-news__video-tag, .c-box-news__list--3cols .c-box-news__video-tag, .c-box-news__list--horizontal .c-box-news__media-icon, .c-box-news__list--3cols .c-box-news__media-icon {
  right: 0;
  left: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 50%; }

.l-box--33 .c-box-news__list--horizontal .c-box-news__video-tag, .l-col--33 .c-box-news__list--horizontal .c-box-news__video-tag, .l-box--33 .c-box-news__list--3cols .c-box-news__video-tag, .l-col--33 .c-box-news__list--3cols .c-box-news__video-tag, .l-box--33 .c-box-news__list--horizontal .c-box-news__media-icon, .l-col--33 .c-box-news__list--horizontal .c-box-news__media-icon, .l-box--33 .c-box-news__list--3cols .c-box-news__media-icon, .l-col--33 .c-box-news__list--3cols .c-box-news__media-icon, .l-box--66 .c-box-news__list--horizontal .c-box-news__video-tag, .l-col--66 .c-box-news__list--horizontal .c-box-news__video-tag, .l-box--66 .c-box-news__list--3cols .c-box-news__video-tag, .l-col--66 .c-box-news__list--3cols .c-box-news__video-tag, .l-box--66 .c-box-news__list--horizontal .c-box-news__media-icon, .l-col--66 .c-box-news__list--horizontal .c-box-news__media-icon, .l-box--66 .c-box-news__list--3cols .c-box-news__media-icon, .l-col--66 .c-box-news__list--3cols .c-box-news__media-icon, .l-box--99 .c-box-news__list--horizontal .c-box-news__video-tag, .l-col--99 .c-box-news__list--horizontal .c-box-news__video-tag, .l-box--99 .c-box-news__list--3cols .c-box-news__video-tag, .l-col--99 .c-box-news__list--3cols .c-box-news__video-tag, .l-box--99 .c-box-news__list--horizontal .c-box-news__media-icon, .l-col--99 .c-box-news__list--horizontal .c-box-news__media-icon, .l-box--99 .c-box-news__list--3cols .c-box-news__media-icon, .l-col--99 .c-box-news__list--3cols .c-box-news__media-icon {
  top: 75px;
  width: 50px;
  height: 50px; }
  .l-box--33 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-col--33 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-box--33 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-col--33 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-box--33 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-col--33 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-box--33 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-col--33 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-box--66 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-col--66 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-box--66 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-col--66 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-box--66 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-col--66 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-box--66 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-col--66 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-box--99 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-col--99 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-box--99 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-col--99 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-box--99 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-col--99 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-box--99 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-col--99 .c-box-news__list--3cols .c-box-news__media-icon .fa {
    font-size: 2rem; }
    .l-box--33 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-col--33 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-box--33 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-col--33 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-box--33 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-col--33 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-box--33 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-col--33 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-box--66 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-col--66 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-box--66 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-col--66 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-box--66 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-col--66 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-box--66 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-col--66 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-box--99 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-col--99 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-box--99 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-col--99 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-box--99 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-col--99 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-box--99 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-col--99 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle {
      font-size: 3rem; }

.l-box--25 .c-box-news__list--horizontal .c-box-news__video-tag, .l-box--25 .c-box-news__list--3cols .c-box-news__video-tag, .l-box--25 .c-box-news__list--horizontal .c-box-news__media-icon, .l-box--25 .c-box-news__list--3cols .c-box-news__media-icon, .l-box--50 .c-box-news__list--horizontal .c-box-news__video-tag, .l-col--50 .c-box-news__list--horizontal .c-box-news__video-tag, .l-box--50 .c-box-news__list--3cols .c-box-news__video-tag, .l-col--50 .c-box-news__list--3cols .c-box-news__video-tag, .l-box--50 .c-box-news__list--horizontal .c-box-news__media-icon, .l-col--50 .c-box-news__list--horizontal .c-box-news__media-icon, .l-box--50 .c-box-news__list--3cols .c-box-news__media-icon, .l-col--50 .c-box-news__list--3cols .c-box-news__media-icon, .l-box--75 .c-box-news__list--horizontal .c-box-news__video-tag, .l-box--75 .c-box-news__list--3cols .c-box-news__video-tag, .l-box--75 .c-box-news__list--horizontal .c-box-news__media-icon, .l-box--75 .c-box-news__list--3cols .c-box-news__media-icon, .l-box--100 .c-box-news__list--horizontal .c-box-news__video-tag, .l-box--100 .c-box-news__list--3cols .c-box-news__video-tag, .l-box--100 .c-box-news__list--horizontal .c-box-news__media-icon, .l-box--100 .c-box-news__list--3cols .c-box-news__media-icon {
  top: 50px;
  width: 40px;
  height: 40px; }
  .l-box--25 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-box--25 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-box--25 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-box--25 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-box--50 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-col--50 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-box--50 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-col--50 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-box--50 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-col--50 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-box--50 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-col--50 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-box--75 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-box--75 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-box--75 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-box--75 .c-box-news__list--3cols .c-box-news__media-icon .fa, .l-box--100 .c-box-news__list--horizontal .c-box-news__video-tag .fa, .l-box--100 .c-box-news__list--3cols .c-box-news__video-tag .fa, .l-box--100 .c-box-news__list--horizontal .c-box-news__media-icon .fa, .l-box--100 .c-box-news__list--3cols .c-box-news__media-icon .fa {
    font-size: 1.5rem; }
    .l-box--25 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-box--25 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-box--25 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-box--25 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-box--50 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-col--50 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-box--50 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-col--50 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-box--50 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-col--50 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-box--50 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-col--50 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-box--75 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-box--75 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-box--75 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-box--75 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle, .l-box--100 .c-box-news__list--horizontal .c-box-news__video-tag .fa .fa-play-circle, .l-box--100 .c-box-news__list--3cols .c-box-news__video-tag .fa .fa-play-circle, .l-box--100 .c-box-news__list--horizontal .c-box-news__media-icon .fa .fa-play-circle, .l-box--100 .c-box-news__list--3cols .c-box-news__media-icon .fa .fa-play-circle {
      font-size: 2.25rem; }

.c-box-magazine {
  background-color: #f8f8f8; }
  .c-box-magazine .c-btn--read-more {
    background-color: #f8f8f8 !important; }

.c-box-magazine .l-box__title {
  background-color: #fff; }

.c-box-magazine__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px; }

.c-box-magazine__image {
  max-height: 300px;
  max-width: 250px;
  margin: 0 auto;
  display: block; }

.c-box-magazine__title {
  margin-top: 10px; }

.l-box--25 .c-box-magazine__title {
  font-size: 1rem; }

.c-box-magazine__link {
  display: block;
  font-size: 0.875rem;
  color: #337ab7;
  margin-top: 5px;
  padding: 5px;
  border: 1px solid #d9d9d9;
  width: 180px;
  text-align: center; }

.c-box-magazine__distr .c-box-magazine__image {
  width: 100%;
  height: auto;
  max-height: none;
  margin-bottom: 15px; }

.c-box-forum {
  border-top: 3px solid #337ab7;
  padding-top: 10px; }

.l-box__btn {
  width: 100%;
  text-align: right;
  margin: 10px 0 0 0; }

.c-box-forum__list {
  padding: 0;
  margin: 15px 0 0 0;
  width: 100%; }

.c-box-forum__item {
  list-style: none;
  margin-bottom: 5px; }
  .c-box-forum__item + li {
    border-top: 1px solid #d9d9d9;
    padding-top: 5px; }

.c-box-forum__image {
  width: 30px;
  height: 30px;
  border-radius: 100%;
  float: left;
  margin-right: 15px;
  margin-top: 10px; }

.c-box-forum__date, .c-box-forum__author {
  font-size: 0.75rem;
  color: #999; }

.c-box-forum__link {
  display: block;
  font-size: 0.875rem; }

.c-box-forum__list--50 .c-box-forum__item, .c-box-forum__list--66 .c-box-forum__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-box-forum__list--50 .c-box-forum__image, .c-box-forum__list--66 .c-box-forum__image {
  margin: 0 15px 0 0; }

.c-box-forum__list--50 .c-box-forum__author, .c-box-forum__list--66 .c-box-forum__author {
  display: inline-block;
  text-align: center;
  margin-left: 15px;
  overflow: hidden;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-overflow: ellipsis; }

.c-box-forum__list--50 .c-box-forum__link, .c-box-forum__list--66 .c-box-forum__link {
  display: inline-block;
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5;
  margin-left: 15px; }

.c-box-calendar {
  background-color: #f8f8f8; }

.c-box-calendar .l-box__title {
  background-color: #fff; }

.c-box-calendar__app {
  text-align: center;
  margin: 15px; }

.c-box-calendar__title {
  margin-left: 15px; }

.c-box-calendar__list {
  list-style: none;
  padding: 0 15px; }

li.c-box-calendar__item + li {
  margin-top: 5px; }

.c-box-events {
  border-top: 4px solid #f8f8f8;
  padding-top: 10px; }

.c-box-events__list {
  list-style: none;
  margin-top: 30px; }

.c-box-events__item {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-box-events__calendar-sheet {
  width: 50px;
  min-width: 50px;
  height: 50px;
  border-top: 4px solid red;
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-line-pack: center;
      align-content: center;
  text-align: center;
  float: left; }

.c-box-events__month {
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  color: #999;
  text-transform: uppercase; }

.c-box-events__day {
  font-size: 1.5rem;
  font-weight: 700;
  color: #000;
  margin-top: -8px; }

.c-box-events__img-wrapper {
  width: 200px;
  margin: 0 0 0 15px; }
  @media screen and (max-width: 930px) {
    .c-box-events__img-wrapper {
      width: calc(100% - 65px); } }

.c-box-events__img {
  max-width: 100%; }

.c-box-events__info {
  display: inline-block;
  width: 290px;
  margin: 0 0 0 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  @media screen and (max-width: 930px) {
    .c-box-events__info {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin: 15px 0 0 0; } }

.c-box-events__title {
  margin: 0; }

.c-box-events__descr {
  font-size: 0.875rem;
  margin: 5px 0 0 0; }

.c-box-events__actions {
  margin: 5px 0 0 0; }

/* .c-box-events__time + .c-box-events__place {
    margin-left: 15px;
} */
.c-box-events__time, .c-box-events__place {
  margin: 0;
  color: #999;
  font-size: 0.75rem;
  display: inline-block;
  line-height: 1.25em;
  margin: 5px 0 0 0; }

.c-box-events__place:before {
  content: " / "; }

.l-box--66 .c-box-events__info, .l-col--66 .c-box-events__info, .l-box--75 .c-box-events__info {
  width: auto; }

.l-box--50 .c-box-events__info, .l-col--50 .c-box-events__info {
  width: auto;
  max-width: 500px; }

.c-events .c-box-events__item + .c-box-events__item {
  padding-top: 15px;
  border-top: 1px solid #d9d9d9; }

.c-box-news__photos-num {
  background: transparent url("../images/photo-icon.png") no-repeat;
  display: inline-block;
  width: 50px;
  height: 39px;
  opacity: 0.75;
  position: absolute;
  top: 150px;
  right: 10px;
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  padding-top: 2px; }

.c-box-news__video-tag {
  background: transparent url("../images/video-icon.png") no-repeat;
  display: inline-block;
  width: 50px;
  height: 33px;
  opacity: 0.5;
  position: absolute;
  top: 150px;
  right: 10px; }

.c-box-blogs__image, .c-box-business-premium__carousel .c-box-business-premium__image {
  display: block;
  border-radius: 100%;
  margin: 0 auto;
  width: 150px;
  height: 150px; }

.c-box-blogs__title, .c-box-business-premium__carousel .c-box-business-premium__title {
  margin-top: 15px;
  text-align: center;
  margin-bottom: 0; }

.c-box-blogs__link, .c-box-business-premium__carousel .c-box-business-premium__link {
  display: block;
  color: #337ab7;
  text-align: center; }

.c-box-blogs__new-blog {
  display: block;
  font-weight: 700;
  text-transform: uppercase;
  color: #337ab7;
  margin-top: 5px;
  text-align: center; }

.c-box-blogs__descr, .c-box-business-premium__carousel .c-box-business-premium__descr {
  text-align: center;
  font-size: 0.875rem;
  max-height: 120px;
  overflow: hidden; }

.c-box-blogs__carousel, .c-box-business-premium__carousel {
  background-color: #f8f8f8;
  padding: 30px; }

.c-box-blogs, .c-box-business-premium__carousel .c-box-business-premium {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-box-pets__carousel {
  height: 100%; }

.c-box-pets__info-list {
  margin-top: 30px; }

.c-box-pets__info-item {
  margin: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-box-pets__info-type {
  font-size: 0.75rem;
  color: #999;
  margin-right: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-box-pets__info {
  -webkit-box-flex: 5;
      -ms-flex: 5;
          flex: 5; }

.c-box-pets__descr {
  font-size: 1rem; }

[class^='c-box-pets__arrow'] {
  position: absolute;
  color: #fff;
  background: #337ab7;
  top: -38px;
  font-size: 15px;
  padding: 3px 8px;
  z-index: 1000; }
  [class^='c-box-pets__arrow']:hover {
    color: #fff;
    background: #999; }

.c-box-pets__arrow-left {
  right: 60px; }

.c-box-pets__arrow-right {
  right: 30px; }

.c-box-business {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-box-business__new-business {
  width: 100%;
  text-align: right; }

.c-box-business__map-container {
  margin-right: 30px; }

.c-box-business__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%; }

.c-box-business__list-title {
  font-weight: 700;
  padding: 0 0 5px 0;
  margin: 0 0 5px 0;
  border-bottom: 1px dotted #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-box-business__list-title i {
    color: #337ab7; }

.c-box-business__list-block {
  padding: 5px 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .c-box-business__list-block + .c-box-business__list-block {
    border-top: 1px solid #d9d9d9; }

.c-box-business__item {
  padding: 5px 10px;
  margin: 5px 0;
  border: 1px solid #f8f8f8; }

.c-box-business__link, .c-box-advert__link {
  color: #000; }
  .c-box-business__link--item {
    height: 50px;
    overflow: hidden;
    display: block; }

.c-counter {
  font-size: 0.875rem;
  color: #999;
  position: relative;
  float: right; }

.c-box-business__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: 100%; }
  .c-box-business__wrapper--1000 {
    border: 1px solid #d9d9d9; }
    .c-box-business__wrapper--1000 .c-box-business__item {
      margin: 0;
      padding: 0;
      border: none; }
    .c-box-business__wrapper--1000 .c-box-business__link, .c-box-business__wrapper--1000 .c-box-advert__link {
      font-size: 0.875rem; }
  .c-box-business__wrapper div[class^="wrapper-col"] {
    width: 100%;
    -webkit-column-count: 4;
       -moz-column-count: 4;
            column-count: 4; }
    .c-box-business__wrapper div[class^="wrapper-col"] + div[class^="wrapper-col"] {
      border-left: 1px solid #d9d9d9; }
    .c-box-business__wrapper div[class^="wrapper-col"]:nth-child(2n+1) .c-box-business__list-block:nth-child(2n+1) {
      background-color: #f8f8f8; }
    .c-box-business__wrapper div[class^="wrapper-col"]:nth-child(2n) .c-box-business__list-block:nth-child(2n) {
      background-color: #f8f8f8; }
    .c-box-business__wrapper div[class^="wrapper-col"] .c-box-business__list-block {
      border: none; }
    .c-box-business__wrapper div[class^="wrapper-col"] .c-box-business__list-block:nth-child(n+5) {
      border-top: 1px solid #d9d9d9; }

.c-box-business__adv, .c-box-advert__adv {
  background-color: #337ab7;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 370px;
  margin-right: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .c-box-business__adv:after, .c-box-advert__adv:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/mapa-placeholder.png") no-repeat;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.c-box-business__lead, .c-box-advert__lead, .c-box-business__title, .c-box-advert__title {
  color: #fff;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  z-index: 99; }

.c-box-business__add, .c-box-advert__add {
  border: 3px solid #fff;
  text-transform: uppercase;
  z-index: 99;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
  text-align: center; }
  .c-box-business__add:hover, .c-box-advert__add:hover {
    background-color: #fff;
    color: #337ab7; }

.c-box-advert {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-box-advert-cat {
  height: 100%; }

.c-box-advert-cat__list, .c-box-food__list, .c-box-cinema__list {
  width: 100%; }

.c-box-advert__list {
  margin: 0; }

.c-box-advert__item {
  padding: 10px 0;
  border-top: 1px solid #f8f8f8;
  clear: both; }
  .c-box-advert__item:first-child {
    font-weight: 700; }

.c-box-adv__wrapper .c-box-advert-cat__list, .c-box-adv__wrapper .c-box-food__list, .c-box-adv__wrapper .c-box-cinema__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-box-adv__wrapper .c-box-advert__special {
  width: 270px;
  display: inline-block;
  margin-left: 30px; }
  .c-box-adv__wrapper .c-box-advert__special .c-box-advert__special-img {
    width: 270px; }

.c-box-advert__cat-item, .c-box-food__cat-item, .c-box-cinema__movie {
  padding: 5px 10px;
  margin: 5px 0;
  border: 1px solid #f8f8f8; }
  .c-box-advert__cat-item--filter {
    border-top: 1px dotted #d9d9d9; }
    .c-box-advert__cat-item--filter + .c-box-advert__cat-item--filter {
      border: none; }

.c-box-advert__item-img {
  float: left;
  margin-right: 10px;
  max-width: 110px;
  max-height: 55px; }

.c-box-advert__link {
  color: #000; }
  .c-box-advert__link--item {
    height: 50px;
    overflow: hidden;
    display: block; }

.c-box-advert__special {
  display: inline-block;
  height: 100%; }

.c-box-advert__special-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-box-advert__special-list .c-box-advert__special-item {
    -webkit-box-shadow: 0 0 10px #d9d9d9;
            box-shadow: 0 0 10px #d9d9d9;
    padding: 15px;
    -webkit-transition: -webkit-box-shadow 0.2s ease;
    transition: -webkit-box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease;
    transition: box-shadow 0.2s ease, -webkit-box-shadow 0.2s ease; }
    .c-box-advert__special-list .c-box-advert__special-item:hover {
      -webkit-box-shadow: 0 0 15px #999;
              box-shadow: 0 0 15px #999; }
      .c-box-advert__special-list .c-box-advert__special-item:hover img {
        width: 110%; }
  @media screen and (min-width: 931px) {
    .c-box-advert__special-list li {
      width: calc(33% - 17px) !important; }
    .c-box-advert__special-list li:nth-child(n+2):not(:nth-child(3n+1)) {
      margin-left: 30px; }
    .c-box-advert__special-list li:nth-child(n+4) {
      margin-top: 30px; } }
  @media screen and (max-width: 930px) {
    .c-box-advert__special-list li {
      width: calc(50% - 30px) !important; }
    .c-box-advert__special-list li:nth-child(n+2):not(:nth-child(2n+1)) {
      margin-left: 30px; }
    .c-box-advert__special-list li:nth-child(n+3) {
      margin-top: 30px; } }
  @media screen and (max-width: 425px) {
    .c-box-advert__special-list li {
      width: 100% !important;
      margin: 15px 0 0 !important; } }

.c-box-advert__special-item, .c-box-advert__lunch-item {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-box-advert__special-img-wrapper {
  margin: -15px -15px 15px;
  width: calc(100% + 30px);
  height: 175px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-box-advert__special-img {
  width: 100%;
  -webkit-transition: width 0.2s ease;
  transition: width 0.2s ease; }

.c-box-advert__lunch-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto; }

.c-box-advert__lunch-img {
  width: 50%;
  margin: 0 auto 15px;
  max-width: 150px; }

.c-box-advert__lunch-photo {
  width: 100%;
  margin-bottom: 5px; }

.c-box-advert__special-lead, .c-box-advert__lunch-lead {
  margin: 0;
  font-size: 0.75rem;
  max-height: 200px;
  overflow: hidden;
  -webkit-box-flex: 10;
      -ms-flex: 10;
          flex: 10;
  margin-bottom: 15px; }

.c-box-advert__lunch-info {
  font-size: 0.875rem;
  color: #999;
  margin-top: 5px;
  padding-top: 5px;
  border-top: 1px solid #d9d9d9; }

.c-box-advert__special-price, .c-box-advert__lunch-price {
  color: #337ab7;
  font-weight: 700;
  font-size: 1rem;
  margin-top: 10px; }

.c-box-advert__lunch-order {
  font-size: 0.875rem; }
  .c-box-advert__lunch-order-button {
    display: block;
    padding: 5px 10px;
    width: 100%; }
    .c-box-advert__lunch-order-button i {
      margin-right: 5px;
      font-size: 0.75rem; }

.c-box-advert__lunch-title {
  font-size: 1rem;
  text-align: center; }

.c-box-advert__lunch-url {
  font-size: 0.75rem;
  font-weight: 400;
  color: #999;
  text-align: center; }

.c-box-advert__lunch-descr {
  background-color: #f8f8f8;
  padding: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.l-box--25 .c-box-advert__special-img {
  width: 270px; }

.l-box--50 .c-box-advert__lunch-item, .l-col--50 .c-box-advert__lunch-item {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 15px; }

/* SLICK */
.slick-list, .slick-track {
  height: 100%; }

/* ADVERT */
.c-box-adv__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  height: 100%; }

.c-box-advert__adv {
  margin-right: auto;
  margin-left: 30px; }
  .c-box-advert__adv:after {
    content: "";
    display: block;
    position: absolute;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: url("../images/adv-img.png") no-repeat;
    background-size: cover;
    background-position: bottom right;
    opacity: 0.5;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0; }

.l-col__item .c-box-advert__adv {
  margin: 0 auto;
  width: auto; }

/* BOX 1000 */
.c-box-advert-1000 {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .c-box-advert-1000__item {
    position: relative;
    margin: 0 15px; }
  .c-box-advert-1000__link {
    display: block;
    height: 100%;
    position: relative;
    overflow: hidden; }
  .c-box-advert-1000__image {
    width: 100%; }
  .c-box-advert-1000__title {
    font-size: 1rem;
    background: #f8f8f8;
    padding: 10px;
    height: 100%; }
  .c-box-advert-1000__price {
    position: absolute;
    top: 5px;
    right: 5px;
    background-color: #337ab7;
    color: #fff; }
    .c-box-advert-1000__price-value {
      font-weight: 700;
      font-size: 0.875rem;
      display: block;
      padding: 2px 5px;
      text-align: center; }
    .c-box-advert-1000__price-alt {
      display: block;
      font-size: 0.625rem;
      background-color: #999;
      padding: 2px;
      text-align: center; }

.l-container--inverted .c-box-advert-1000__title {
  background: none !important; }

.c-box-partner__carousel, .c-box-partner__food, .c-box-city__carousel {
  text-align: center; }

.c-box-partner__food .c-box-partner__img, .c-box-partner__food .c-box-city__img {
  max-height: 140px; }

.c-box-partner__item, .c-box-city__item {
  margin: 10px 0; }

.l-box--25 .c-box-partner__link, .l-box--33 .c-box-partner__link, .l-col--33 .c-box-partner__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.l-box--25 .c-box-partner__img, .l-box--25 .c-box-city__img, .l-box--33 .c-box-partner__img, .l-col--33 .c-box-partner__img, .l-box--33 .c-box-city__img, .l-col--33 .c-box-city__img {
  margin: 0 15px 0; }

.c-box-partner__img, .c-box-city__img {
  margin: 0 auto; }

.c-box-partner__title, .c-box-city__title {
  font-weight: 400;
  margin-top: 10px;
  font-size: 0.75rem; }

.l-box--25 .c-box-city__link, .l-box--33 .c-box-city__link, .l-col--33 .c-box-city__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.l-box--25 .c-box-city__img, .l-box--33 .c-box-city__img, .l-col--33 .c-box-city__img {
  margin: 0 15px 0; }

.c-box-partner__carousel--horizontal .c-box-partner__item, .c-box-partner__carousel--horizontal .c-box-city__item, .c-box-partner__carousel--horizontal .c-box-city__item, .c-box-city__carousel--horizontal .c-box-partner__item, .c-box-city__carousel--horizontal .c-box-city__item, .c-box-city__carousel--horizontal .c-box-city__item {
  text-align: center;
  padding: 5px; }
  .c-box-partner__carousel--horizontal .c-box-partner__item a, .c-box-partner__carousel--horizontal .c-box-city__item a, .c-box-partner__carousel--horizontal .c-box-city__item a, .c-box-city__carousel--horizontal .c-box-partner__item a, .c-box-city__carousel--horizontal .c-box-city__item a, .c-box-city__carousel--horizontal .c-box-city__item a {
    padding: 5px;
    display: block;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
            box-shadow: 0 0 3px rgba(0, 0, 0, 0.3); }

[class^='c-carousel__arrow'] {
  position: absolute;
  color: #fff;
  background: #337ab7;
  top: -38px;
  font-size: 18px;
  z-index: 1000;
  width: 30px;
  height: 30px;
  text-align: center; }
  [class^='c-carousel__arrow'] i {
    line-height: 30px; }
  [class^='c-carousel__arrow']:hover {
    color: #fff;
    background: #999; }

.c-carousel__arrow-left, .c-carousel__arrow-up {
  right: 33px; }

.c-carousel__arrow-right, .c-carousel__arrow-down {
  right: 0; }

.c-box-necro {
  position: relative;
  background: #333;
  padding: 0 15px 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-box-necro .l-box__title {
    color: #fff;
    border: none;
    position: relative;
    z-index: 100; }
  .c-box-necro__link {
    display: block;
    color: #fff;
    font-size: 1rem; }
  .c-box-necro::after, .c-box-necro::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    width: 100px;
    height: 73px;
    opacity: 0.5;
    z-index: 99;
    margin: 0 auto; }
  .c-box-necro::before {
    background: url(../images/nekrolog-inv.jpg) no-repeat;
    top: 15px; }
  .c-box-necro::after {
    background: url(../images/nekrolog-inv-2.jpg) no-repeat;
    bottom: 0; }

.c-box-necro__list {
  position: relative;
  z-index: 100;
  margin: 60px 0 45px; }

.c-box-necro__item {
  margin: 5px 0;
  text-align: center; }

.c-box-traffic__map {
  height: 370px;
  margin: 0 auto;
  position: relative;
  overflow: hidden; }

.c-box-traffic__info {
  text-align: center;
  margin-top: 15px; }

.c-box-traffic__info-header {
  font-family: "Roboto Slab", serif;
  font-weight: 300; }

.c-box-traffic__info-type {
  font-family: "Roboto Slab", serif;
  font-size: 0.875rem;
  color: #999;
  position: relative;
  bottom: 5px; }

.c-box-traffic__info-bar {
  display: inline-block;
  width: 30px;
  height: 15px; }
  .c-box-traffic__info-bar--green {
    background-color: #84CA50; }
  .c-box-traffic__info-bar--orange {
    background-color: #F07D02; }
  .c-box-traffic__info-bar--red {
    background-color: #E60000; }
  .c-box-traffic__info-bar--claret {
    background-color: #9E1313; }

.c-box-weather__bundle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-box-weather__today {
  text-align: center; }

.c-box-weather__icon, .c-weather__icon, .c-box-weather__temp, .c-box-weather__airq .c-box-weather__qual, .c-weather__temp {
  color: #337ab7;
  font-size: 2.25rem; }
  .c-box-weather__icon--xxl, .c-box-weather__temp--xxl {
    font-size: 5rem;
    line-height: 5rem; }

.c-box-weather__state {
  font-weight: 300;
  color: #999;
  font-size: 0.875rem; }

.c-box-weather__info {
  width: 100%;
  border: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.c-box-weather__info-item {
  padding: 10px 0;
  font-size: 0.875rem;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  font-family: "Roboto Slab", serif;
  color: #999; }
  .c-box-weather__info-item + .c-box-weather__info-item {
    border-left: 1px solid #d9d9d9; }

.c-box-weather__ico {
  color: #d9d9d9;
  position: relative;
  display: block; }

.c-box-weather__next .forecast {
  display: inline-block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-box-weather__next .forecast:last-child {
  display: none; }

.c-box-weather__days {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.c-box-weather__day {
  text-align: center;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .c-box-weather__day .c-box-weather__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-box-weather__day .c-box-weather__state {
    font-size: 0.75rem; }
  .c-box-weather__day + .c-box-weather__day {
    border-left: 1px solid #f8f8f8; }
  .c-box-weather__day .c-box-weather__temp, .c-box-weather__day .c-box-weather__airq .c-box-weather__qual, .c-box-weather__airq .c-box-weather__day .c-box-weather__qual, .c-box-weather__day .c-weather__temp, .c-box-weather__day .c-box-weather__ico {
    color: #337ab7;
    font-size: 0.875rem;
    text-align: center;
    display: block; }

.l-box--50 .c-box-weather__icon--xxl, .l-col--50 .c-box-weather__icon--xxl, .l-box--50 .c-box-weather__temp--xxl, .l-col--50 .c-box-weather__temp--xxl {
  font-size: 7rem; }

.l-box--25 .c-box-weather__forecast-days, .l-box--33 .c-box-weather__forecast-days, .l-col--33 .c-box-weather__forecast-days {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.l-box--25 .c-box-weather__forecast-day, .l-box--33 .c-box-weather__forecast-day, .l-col--33 .c-box-weather__forecast-day {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px; }
  .l-box--25 .c-box-weather__forecast-day h6, .l-box--33 .c-box-weather__forecast-day h6, .l-col--33 .c-box-weather__forecast-day h6 {
    margin: 0; }

.c-box-weather__today {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-box-weather__forecast, .c-box-weather__airq {
  position: relative;
  width: 50%;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-box-weather__airq {
  background-color: #f8f8f8; }
  .c-box-weather__airq .c-box-weather__icon, .c-box-weather__airq .c-weather__icon {
    font-size: 2.8125rem; }
  .c-box-weather__airq .c-box-weather__qual {
    font-size: 1.125rem;
    position: relative;
    bottom: 10px;
    left: 5px; }

.c-box-weather__current {
  font-size: 0.75rem;
  display: block;
  margin-bottom: 15px;
  font-weight: 400; }

.c-box-weather__forecast-days {
  border-top: 1px solid #d9d9d9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-box-weather__forecast-day {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center;
  padding: 15px 0; }
  .c-box-weather__forecast-day:nth-child(2n+1) {
    background-color: #f8f8f8; }
  .c-box-weather__forecast-day .c-box-weather__icon, .c-box-weather__forecast-day .c-weather__icon, .c-box-weather__forecast-day .c-box-weather__temp, .c-box-weather__forecast-day .c-box-weather__airq .c-box-weather__qual, .c-box-weather__airq .c-box-weather__forecast-day .c-box-weather__qual, .c-box-weather__forecast-day .c-weather__temp {
    font-size: 1.25rem; }

.l-box--25 .c-box-weather__disp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.l-box--25 .c-box-weather .c-box-weather__icon, .l-box--25 .c-box-weather .c-weather__icon {
  font-size: 2.25rem; }

.l-box--25 .c-box-weather .c-box-weather__temp, .l-box--25 .c-box-weather .c-box-weather__airq .c-box-weather__qual, .c-box-weather__airq .l-box--25 .c-box-weather .c-box-weather__qual, .l-box--25 .c-box-weather .c-weather__temp {
  font-size: 1.125rem; }

.l-box--25 .c-box-weather .c-box-weather__qual {
  font-size: 1.125rem;
  position: relative;
  bottom: 0;
  left: 0; }

.l-box--25 .c-box-weather__state {
  font-size: 0.75rem; }

.l-box__box-gallery {
  background: #f8f8f8;
  padding: 0 15px 15px;
  border-top: 3px solid #337ab7; }
  .l-box__box-gallery .l-box__title {
    border-top: none; }

.c-box-gallery__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.c-box-gallery__photo {
  display: inline-block; }
  .c-box-gallery__photo + .c-box-gallery__photo {
    margin-left: 5px; }

.l-box--25 .c-box-gallery__photo {
  display: inline-block;
  text-align: center; }

.l-box--25 .c-box-gallery__img {
  width: 117px; }

.l-box--25 .c-box-gallery__photo:nth-child(2n+1) {
  margin-left: 0; }

.l-box--25 .c-box-gallery__photo:nth-child(n+3) .c-box-gallery__img {
  margin-top: 5px; }

.l-box--33 .c-box-gallery__photos, .l-col--33 .c-box-gallery__photos {
  text-align: center; }

.l-box--33 .c-box-gallery__photo + .c-box-gallery__photo, .l-col--33 .c-box-gallery__photo + .c-box-gallery__photo {
  margin-left: 15px; }

.l-box--33 .c-box-gallery__photo:nth-child(2n+1), .l-col--33 .c-box-gallery__photo:nth-child(2n+1) {
  margin-left: 0; }

.l-box--33 .c-box-gallery__photo:nth-child(n+3) .c-box-gallery__img, .l-col--33 .c-box-gallery__photo:nth-child(n+3) .c-box-gallery__img {
  margin-top: 15px; }

.l-box--50 .c-box-gallery__photos, .l-col--50 .c-box-gallery__photos {
  width: 430px;
  margin: 0 auto;
  margin-bottom: 15px; }

.l-box--50 .c-box-gallery__img, .l-col--50 .c-box-gallery__img {
  width: 140px; }

.l-box--50 .c-box-gallery__photo:nth-child(4n+1), .l-col--50 .c-box-gallery__photo:nth-child(4n+1) {
  margin-left: 0; }

.l-box--50 .c-box-gallery__photo:nth-child(n+4) .c-box-gallery__img, .l-col--50 .c-box-gallery__photo:nth-child(n+4) .c-box-gallery__img {
  margin-top: 5px; }

.c-box-gallery__title {
  font-weight: 400;
  text-align: center; }

.c-box-gallery__simple-title {
  text-align: center;
  font-size: 1.375rem; }

.c-box-gallery__info {
  text-align: center; }
  .c-box-gallery__info-title {
    font-size: 0.875rem;
    color: #999;
    margin-right: 10px; }
  .c-box-gallery__info-link {
    font-size: 0.875rem;
    color: #333;
    font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

.c-box-display--33 .c-box-gallery__title {
  font-size: 1.5rem; }

.c-gallery-count {
  position: absolute;
  top: 15px;
  right: 15px;
  color: #fff;
  font-weight: 700;
  text-shadow: 0 0 10px #000;
  font-size: 1.375rem; }

.c-box-gallery__header {
  text-shadow: 0 0 10px #000;
  position: relative;
  left: 15px; }

.c-box-gallery__head {
  font-size: 1.375rem;
  line-height: 1.375rem; }

.c-box-gallery__title {
  color: #fff;
  font-size: 2.25rem;
  font-weight: 700;
  position: absolute;
  bottom: 90px;
  z-index: 100;
  width: 100%;
  padding: 0 30px; }

.l-display__image-overlay--bottom-gallery {
  bottom: 30px;
  text-align: center; }

.l-gallery__image-mask {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(30%, rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to top, rgba(0, 0, 0, 0.9) 30%, rgba(0, 0, 0, 0));
  height: 50%; }

.l-box--ig {
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
  padding: 15px; }

.l-box__title--alone {
  border-top: none;
  padding: 0;
  display: inline-block; }

.c-ig {
  padding: 15px;
  background-color: #fff; }
  .c-ig__tags {
    margin: 0;
    display: inline-block; }
  .c-ig__tag {
    display: inline-block; }
    .c-ig__tag-link {
      color: #d9d9d9;
      font-weight: 700;
      margin-left: 10px; }
  .c-ig__posts {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-ig__post {
    display: inline-block;
    position: relative;
    width: 270px;
    height: 270px;
    overflow: hidden;
    margin-top: 10px; }
    .c-ig__post:hover .c-ig__photo {
      width: 300px; }
  .c-ig__photo-wrap {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-ig__photo {
    width: 270px;
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    margin: 0 auto;
    -ms-flex-negative: 0;
        flex-shrink: 0; }
  .c-ig__overlay {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #fff;
    z-index: 10; }
  .c-ig__title {
    color: #fff; }
    .c-ig__title:hover {
      text-decoration: underline; }
  .c-ig__likes .fa {
    display: block; }
  .c-ig__mask {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.9)), to(rgba(0, 0, 0, 0)));
    background: linear-gradient(to top, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
    height: 100px; }

.c-lotto__section {
  margin-bottom: 30px; }
  .c-lotto__section--lotto .c-lotto__ball {
    background: #ffd105; }
  .c-lotto__section--lottop .c-lotto__ball {
    background: #009be4;
    color: #fff; }
  .c-lotto__section--euro .c-lotto__ball {
    background: #9a8457;
    color: #fff; }
  .c-lotto__section--multi .c-lotto__ball {
    background: #8a288f;
    color: #fff; }
  .c-lotto__section--spec .c-lotto__ball {
    background: #e2000f;
    color: #fff; }

.c-lotto__header {
  margin: 0; }

.c-lotto__date {
  font-size: 0.875rem;
  color: #999; }

.c-lotto__balls {
  margin-top: 5px; }

.c-lotto__ball {
  font-size: 1.1rem;
  line-height: 30px;
  font-weight: 700;
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  border-radius: 100%;
  margin: 5px; }
  .c-lotto__ball--special {
    background-color: #333 !important; }

.c-box__food {
  height: 100%; }
  .c-box__food--33, .c-box__food--66 {
    border-top: 3px solid #337ab7;
    padding-top: 10px; }
    .c-box__food--33 .c-food__dish, .c-box__food--66 .c-food__dish, .c-box__food--33 .c-food__restaurant, .c-box__food--66 .c-food__restaurant, .c-box__food--33 .c-adv-list__virt-item, .c-box__food--66 .c-adv-list__virt-item {
      width: calc(50% - 5px);
      height: 140px;
      overflow: hidden; }
  .c-box__food--66 .c-food__dish, .c-box__food--66 .c-food__restaurant, .c-box__food--66 .c-adv-list__virt-item {
    width: calc(25% - 5px); }
  .c-box__food .c-food__selection, .c-box__food .c-adv-list__virt-list {
    margin: 0; }

.c-box__cinema--33 {
  border-top: 3px solid #337ab7;
  padding-top: 10px; }

.c-box-cinema__movie-descr {
  font-size: 0.75rem;
  color: #999; }

.c-box-cinema__hours {
  margin-top: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }

.c-box-cinema__hour {
  padding: 2px 5px;
  margin: 0 2px 2px 0;
  font-size: 0.75rem;
  background-color: #337ab7;
  border-radius: 3px; }
  .c-box-cinema__hour a, .c-box-cinema__hour a:hover {
    color: #fff; }

.c-box__movie {
  background-color: #000; }
  .c-box__movie .l-box__title {
    color: #fff;
    padding-left: 30px; }

.c-box-movie__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 30px;
  text-align: center; }

.c-box-movie__img-w {
  max-width: 100%;
  height: 290px;
  overflow: hidden;
  border: 1px solid #333; }

.c-box-movie__img {
  width: 100%; }

.c-box-movie__title {
  margin: 5px 0 15px;
  color: #fff; }

.c-box-movie__descr {
  display: none;
  font-size: 0.75rem;
  color: #999;
  margin: 0; }

.c-box-movie__lead {
  display: none;
  font-size: 0.75rem;
  text-align: justify; }

.c-box-movie__btn {
  max-width: 50%;
  margin: 0 auto; }

.l-box--50 .c-box-cinema__hours, .l-col--50 .c-box-cinema__hours, .l-box--66 .c-box-cinema__hours, .l-col--66 .c-box-cinema__hours {
  float: right; }

/* NEWS COMPONENTS */
.c-bc__list {
  color: #d9d9d9;
  margin: 0; }
  .c-bc__list--float {
    float: left; }

.c-bc__item {
  display: inline-block;
  font-size: 0.75rem; }
  .c-bc__item:nth-child(n+2)::before {
    content: '/';
    font-size: 0.5rem;
    margin-right: 10px;
    margin-left: 5px;
    position: relative;
    bottom: 1px; }
  .c-bc__item:not(:last-child) {
    font-weight: 700;
    text-transform: uppercase; }

.c-bc__link {
  color: #999; }

.c-bc__socials {
  float: right; }

.l-news__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.l-news__title {
  font-size: 2.25rem;
  line-height: 2.8125rem;
  margin: 15px 0;
  font-family: "Roboto Slab", serif; }
  .l-news__title--centered {
    text-align: center; }

.l-news__image {
  width: 100%; }

.c-news-gal, .c-gallery__thumbs {
  margin-top: 6px; }

.l-col--main iframe {
  width: 100% !important; }

.c-news-gal__list {
  width: 100%;
  margin-bottom: 0; }

.c-news-gal__item {
  position: relative;
  float: left; }
  .c-news-gal__item + .c-news-gal__item {
    margin-left: 6px; }
  .c-news-gal__item .c-news-gal__more {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    text-align: center;
    font-size: 2.25rem;
    line-height: 150px;
    font-weight: 700; }

.c-news-gal__img {
  width: 135px;
  height: 135px; }

.c-news__info {
  max-width: 840px;
  margin-bottom: -15px; }

.c-news__date {
  display: block;
  margin: 0 5px;
  color: #999;
  font-size: 0.875rem; }

.c-author {
  position: sticky;
  top: 60px; }
  .c-author__link {
    display: block;
    margin: 15px 0; }
  .c-author__img {
    max-width: 130px; }
  .c-author__img--round {
    max-width: 100px;
    border-radius: 100%; }
  .c-author__title {
    font-size: 0.75rem;
    font-weight: 300;
    margin-top: 15px;
    margin-bottom: 0; }
  .c-author__name {
    font-size: 1rem;
    color: #337ab7; }
  .c-author .bloger-img {
    margin-top: 30px; }

.c-news__tag-list {
  margin-bottom: 0;
  display: inline-block; }

.c-news__tag-item {
  display: inline-block;
  background-color: #337ab7;
  padding: 0 5px;
  text-align: center;
  font-size: 0.75rem; }
  .c-news__tag-item + .c-news__tag-item {
    margin-left: 3px; }
  .c-news__tag-item--cat {
    background-color: #333; }
  .c-news__tag-item--loc {
    background-color: #999; }

.c-news__tag-link {
  color: #fff !important; }
  .c-news__tag-link:hover {
    text-decoration: none; }

.c-event__info {
  display: block;
  margin-bottom: 30px; }

.c-event__date, .c-event__location {
  margin-left: 60px;
  color: #999;
  display: block; }

.c-event__ico {
  font-size: 0.625rem;
  color: #d9d9d9;
  margin-right: 5px; }

.l-news__author {
  width: 200px;
  text-align: center; }

.c-content {
  max-width: 660px;
  margin-left: 15px; }
  .c-content iframe {
    max-width: 100%; }
  .c-content a {
    color: #337ab7; }
  .c-content ul {
    list-style: disc; }
  .c-content li {
    margin: 0; }

.c-content__lead, .lead {
  font-weight: 700; }

.c-content p, .c-content li {
  text-align: justify; }
  .c-content p a, .c-content li a {
    color: #337ab7; }
  .c-content p img, .c-content li img {
    max-width: 100%;
    width: auto;
    height: auto; }

.c-content > ul {
  list-style: disc;
  padding-left: 30px; }

.c-content__tags {
  margin-top: 30px;
  opacity: 0.2;
  -webkit-transition: all 0.1s ease-in;
  transition: all 0.1s ease-in; }
  .c-content__tags .c-tags__item {
    background-color: #000;
    -webkit-transition: all 0.1s ease-in;
    transition: all 0.1s ease-in; }
  .c-content__tags:hover {
    opacity: 1.0; }
    .c-content__tags:hover .c-tags__item {
      background-color: #337ab7; }

.c-tags__item {
  display: inline-block;
  text-transform: uppercase;
  padding: 0 10px;
  text-align: center; }

.c-tags__link {
  color: #fff;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  font-weight: 300;
  font-size: 0.75rem; }
  .c-tags__link:hover {
    color: #fff; }

.c-content__report {
  text-align: center; }

.c-content__adv,
.c-content__attach {
  padding-top: 30px;
  margin: 30px 0;
  border-top: 1px solid #d9d9d9;
  position: relative;
  text-align: center; }

.c-content__adv-title,
.c-content__attach-title {
  color: #999;
  font-family: "Roboto Slab", serif;
  font-size: 0.75rem;
  position: absolute;
  left: 0;
  top: 5px; }

.c-content__attach {
  border-bottom: none; }
  .c-content__attach-item {
    display: inline-block;
    padding: 5px 15px;
    font-size: 0.75rem;
    background-color: #d9d9d9; }
    .c-content__attach-item:hover {
      background-color: #337ab7; }
  .c-content__attach-link {
    color: #fff !important; }

.c-content__quote {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }
  .c-content__quote-img-wrap {
    border-radius: 100%;
    width: 100px;
    height: 100px;
    overflow: hidden; }
  .c-content__quote-img {
    width: inherit;
    height: inherit; }
  .c-content__quote-text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-left: 15px;
    padding: 30px; }
    .c-content__quote-text:before {
      content: '';
      position: absolute;
      top: 40px;
      left: -10px;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 10px 10px 10px 0;
      border-color: transparent #f8f8f8 transparent transparent; }

.c-content__news-block {
  position: relative;
  margin: 30px 0;
  background-color: #f8f8f8; }

.c-content__news-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-content__news-more {
  position: absolute;
  left: 5px;
  top: 5px;
  padding: 0 5px;
  z-index: 100;
  font-size: 0.75rem;
  background-color: rgba(255, 255, 255, 0.5); }
  .c-content__news-more:hover {
    text-decoration: underline; }

.c-content__news-img {
  width: 270px;
  height: 145px; }

.c-content__news-title {
  margin: 10px;
  position: relative; }
  .c-content__news-title:before {
    content: '';
    position: absolute;
    top: 5px;
    left: -20px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 10px 10px 0;
    border-color: transparent #f8f8f8 transparent transparent; }

.c-content__news-btn {
  display: block;
  margin-top: 5px; }

.l-news__map {
  border-top: 4px solid #f8f8f8;
  padding-top: 5px;
  margin-top: 30px; }

.c-map__header {
  font-size: 1.125rem;
  color: #999; }

.c-map {
  width: 100%;
  height: 240px;
  position: relative;
  overflow: hidden; }

.l-news__more {
  margin-top: 30px;
  position: relative; }

.l-col--side .c-box-news__item--full .c-box-news__title, .l-box__box-hot-news .c-box-news__item--full .c-box-news__title {
  max-height: 34px;
  overflow: hidden; }

.l-col--side .c-box-news__item--full:hover .c-box-news__title, .l-box__box-hot-news .c-box-news__item--full:hover .c-box-news__title {
  max-height: 60px !important; }

.l-news-full {
  width: 100%;
  margin-top: 30px; }
  .l-news-full .c-news-gal__item + .c-news-gal__item {
    margin-left: 7px; }
  .l-news-full .c-news-gal__img {
    width: 140px;
    height: 140px; }

/* COMMENTS */
.l-news__comments {
  margin-top: 30px; }

ul.c-comments__list {
  margin: 30px 0;
  list-style: none; }

.c-comments__item {
  position: relative; }
  .c-comments__item + .c-comments__item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #f8f8f8; }
  .c-comments__item.c-comments__item--subcomment {
    padding-left: 30px; }

ul.c-comments__list img.c-comments__avatar, .c-comments__avatar {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left; }

.c-comments__author, .c-comments__date {
  font-weight: 700;
  margin-left: 15px; }

.c-comments__author {
  font-size: 1rem;
  color: #000; }

.c-comments__date {
  font-size: 0.75rem;
  color: #999;
  display: block;
  margin-left: 55px;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif; }

.c-comments__content {
  font-size: 0.875rem;
  margin-left: 55px;
  padding: 15px 0;
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif; }

.c-comments__actions {
  text-align: right; }
  .c-comments__actions .c-comments__actions-link {
    font-size: 0.75rem;
    color: #d9d9d9;
    margin-left: 10px; }
    .c-comments__actions .c-comments__actions-link:first-child {
      color: #337ab7; }
  .c-comments__actions i {
    font-size: 0.75rem; }

.c-comments__button {
  padding: 5px;
  font-size: 0.75rem;
  color: #d9d9d9; }
  .c-comments__button:hover {
    color: #337ab7; }

/* COMMENTS - ADD NEW */
.c-new-comment__form {
  min-height: 260px; }

.c-new-comment__avatar {
  border-radius: 100%;
  width: 40px;
  height: 40px;
  float: left;
  top: -2px; }

.c-new-comment__acc-ico {
  position: relative;
  left: 10px;
  font-size: 0.75rem !important;
  color: #d9d9d9; }

.c-new-comment__input {
  border: none;
  border-bottom: 1px solid #d9d9d9;
  width: 100px;
  padding-left: 15px;
  margin-right: 15px; }

.c-new-comment__acc {
  margin-left: 15px; }

.c-new-comment__login {
  text-transform: uppercase;
  font-weight: 700; }

.c-new-comment__content {
  width: 100%;
  resize: none;
  height: 150px;
  margin: 15px 0;
  padding: 15px;
  border: none;
  background-color: #f8f8f8;
  color: #999; }

.c-new-comment__accept {
  font-size: 0.875rem;
  float: right;
  margin-right: 15px; }

.c-new-comment__actions {
  display: block;
  margin-bottom: 30px;
  height: 80px; }

.c-new-comment__captcha {
  float: left; }

.c-new-comment__a-link {
  border-bottom: 1px solid #337ab7; }
  .c-new-comment__a-link:hover {
    text-decoration: none; }

.c-new-comment__button {
  background-color: #333;
  font-size: 1rem;
  float: right;
  padding: 5px 10px; }
  .c-new-comment__button .c-btn-add__icon {
    margin-right: 5px; }

.c-comments__login {
  border: solid #d9d9d9;
  border-width: 1px 0 1px 0;
  padding: 30px 0;
  margin: 30px 0;
  text-align: center;
  background-color: #f8f8f8; }

.c-comments__msg {
  font-weight: 400;
  margin-bottom: 15px; }

.l-col--main {
  width: 840px; }
  .l-col--main .c-box-news__list--horizontal li, .l-col--main .c-box-news__list--3cols li {
    width: calc(50% - 30px);
    min-height: 150px; }
    .l-col--main .c-box-news__list--horizontal li .c-box-news__image, .l-col--main .c-box-news__list--3cols li .c-box-news__image {
      width: 100%;
      height: auto; }

.l-col--side {
  width: 300px; }
  .l-col--side .c-box-news__list--simple .c-box-news__item--full .c-box-news__image {
    width: 100%;
    height: auto !important; }
  .l-col--side .l-news__image-mask {
    height: 75px;
    bottom: 0 !important;
    top: auto !important; }

.l-news-full {
  width: 100%;
  margin-top: 30px; }

/* LISTS COMPONENTS */
.l-list {
  width: 100%; }
  .l-list__title {
    padding-top: 15px;
    margin-bottom: 15px;
    border-top: 3px solid #f8f8f8;
    font-size: 1.5rem; }
  .l-list__subtitle {
    font-weight: 300; }
  .l-list__alert {
    font-size: 1.25rem;
    font-weight: 300;
    color: #999;
    margin-bottom: 30px; }

.c-news-list__item {
  display: block;
  width: 100%;
  min-height: 160px;
  position: relative; }
  .c-news-list__item + .c-news-list__item {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 1px solid #d9d9d9; }

.c-news-list-item__image-container {
  float: left;
  position: relative;
  margin-right: 30px; }
  .c-news-list-item__image-container .c-box-news__media-icon {
    left: 0;
    right: 0;
    top: 57px;
    width: 32px;
    margin: 0 auto; }

.c-news-list-item__image {
  float: none;
  margin-right: 0; }

.c-news-list-item__title {
  font-size: 1.375rem;
  max-height: 60px;
  overflow: hidden; }

.c-news-list-item__info {
  margin-top: 10px; }

.c-news-list-item__author > a {
  font-size: 0.875rem;
  color: #999; }

.c-news-list-item__date, .c-news-list-item__comments {
  font-size: 0.875rem;
  color: #d9d9d9;
  margin-left: 15px; }

.c-news-list-item__lead {
  margin-top: 10px;
  max-height: 100px;
  overflow: hidden; }

/* .l-list__image-mask {
    @extend .l-news__image-mask;
}
.l-list__image-overlay {
    @extend .l-news__image-overlay;
}
.l-list__image-overlay--bottom {
    @extend .l-news__image-overlay--bottom;
}
.c-list-item__o-left {
    @extend .c-box-news__category-tag;
}
.c-list-item__o-left--2nd-line {
    bottom: 45px;

    &::after {
        content: '_';
        position: absolute;
        left: 0;
        top: 5px;
        font-size: $font-size-s;
    }
}
.c-list-item__o-right {
    @extend .c-box-news__comments;
}
 */
.l-pagination {
  margin-top: 30px;
  text-align: center; }

.c-paginator {
  opacity: 0.75;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out; }
  .c-paginator:hover {
    opacity: 1.0; }

.c-paginator__item {
  display: inline-block;
  border: 1px solid #337ab7; }
  .c-paginator__item:hover {
    background-color: #337ab7; }

.c-paginator__item--active {
  background-color: #337ab7; }
  .c-paginator__item--active .c-paginator__link {
    color: #fff; }

.c-paginator__link {
  display: block;
  padding: 5px 10px;
  color: #337ab7; }
  .c-paginator__link:hover {
    color: #fff;
    text-decoration: none; }

.c-tag-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-tag-list__item {
    max-width: 270px;
    margin-left: 15px; }
    .c-tag-list__item--first {
      margin-left: 0; }

.c-tag-list-item__image {
  width: 270px; }

.c-tag-list-item__title {
  font-size: 1.125rem;
  font-weight: 700;
  margin-top: 5px; }

.c-catad .c-content__adv {
  position: sticky;
  top: 45px; }

.c-catad-cat {
  border: 1px solid #f8f8f8;
  position: relative; }

.c-catad-cat__list {
  margin: 15px 30px;
  -webkit-columns: 3;
     -moz-columns: 3;
          columns: 3; }
  .c-catad-cat__list--side {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1; }
  .c-catad-cat__list--next {
    padding-top: 15px; }
  .c-catad-cat__list-title {
    font-size: 1.375rem;
    margin: 0 30px;
    padding-top: 10px; }

.c-catad-cat__item {
  font-weight: 300; }
  .c-catad-cat__item + .c-catad-cat__item {
    padding-top: 10px; }
  .c-catad-cat__item .c-catad-cat__link {
    color: #333; }
  .c-catad-cat__item--child {
    padding-left: 15px;
    border-left: 3px solid #f8f8f8; }
  .c-catad-cat__item--2nd-child {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 3px solid #f8f8f8; }
  .c-catad-cat__item--active .c-catad-cat__link {
    font-weight: 700; }

.c-catad-cat__count {
  font-size: 0.875rem;
  padding: 0 5px;
  color: #999;
  position: relative;
  bottom: 1px;
  float: right; }

.c-catad-cat__back-link {
  color: #999;
  font-weight: 300;
  font-size: 0.875rem; }

.c-adv-list__item {
  padding: 15px 0;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 110px; }
  .c-adv-list__item + .c-adv-list__item {
    border-top: 1px solid #f8f8f8; }
  .c-adv-list__item--premium {
    border-top: 3px solid #337ab7;
    background-color: rgba(51, 122, 183, 0.05);
    margin: 5px 0; }
  .c-adv-list__item--promoted {
    border-top: 3px solid #d9d9d9 !important;
    background-color: #f8f8f8; }

.c-adv-list-item {
  position: relative; }
  .c-adv-list-item:hover {
    background-color: #f8f8f8; }
  .c-adv-list-item__image-container {
    float: left;
    margin-right: 15px; }
  .c-adv-list-item__image {
    max-width: 110px;
    max-height: 110px;
    margin-left: 5px; }
  .c-adv-list-item__title {
    font-size: 1.125rem;
    font-weight: 400;
    margin-bottom: 0;
    max-width: 610px; }
  .c-adv-list-item__type {
    display: inline-block;
    color: #999;
    font-size: 0.875rem; }
  .c-adv-list-item__location, .c-user-list-item__location, .c-blog-list-item__location {
    margin-left: 10px;
    color: #999;
    font-size: 0.875rem; }
  .c-adv-list-item__date {
    position: absolute;
    bottom: 15px;
    left: 125px;
    font-size: 0.875rem;
    color: #999; }
  .c-adv-list-item__price {
    float: right;
    position: relative; }
  .c-adv-list-item__price-value {
    font-size: 1.5rem;
    color: #337ab7;
    font-weight: 700; }
  .c-adv-list-item__price-alt {
    display: block;
    font-size: 0.875rem;
    color: #d9d9d9; }
  .c-adv-list-item__premium-tag, .c-adv-list-item__promoted-tag {
    position: absolute;
    right: 0;
    top: 0;
    padding: 2px 10px;
    background-color: #337ab7;
    font-size: 0.75rem;
    color: #fff;
    text-transform: uppercase; }
  .c-adv-list-item__promoted-tag {
    background-color: #d9d9d9; }
  .c-adv-list-item__rating, .c-business-page__rating, .c-virtuals__rating {
    color: #d9d9d9; }
    .c-adv-list-item__rating .fa--checked, .c-business-page__rating .fa--checked, .c-virtuals__rating .fa--checked {
      color: #337ab7; }
  .c-adv-list-item__tag {
    display: inline-block;
    font-size: 0.875rem;
    color: #d9d9d9;
    text-transform: lowercase; }
  .c-adv-list-item__tag:nth-child(n+2)::before {
    content: '>'; }
  .c-adv-list-item__url {
    border: 1px solid #d9d9d9;
    border-radius: 5px;
    padding: 0 5px; }
    .c-adv-list-item__url a {
      color: #999;
      font-size: 0.875rem; }
  .c-adv-list-item__buttons-block {
    margin-top: 5px;
    text-transform: uppercase; }
  .c-adv-list-item__actions {
    margin-top: 5px;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.c-adv-list-ad {
  position: relative;
  height: auto;
  text-align: center; }
  .c-adv-list-ad__title {
    color: #999;
    font-family: "Roboto Slab", serif;
    font-size: 0.75rem;
    position: absolute;
    left: 0;
    top: 5px; }

.c-adv-list__virt-list {
  margin: 15px 0; }

.c-adv-list__virt-item {
  width: 100px !important;
  height: 100px !important; }

.l-list__header {
  font-size: 1.375rem;
  border-top: 2px solid #f8f8f8;
  padding-top: 10px; }

.c-partner-list {
  margin: 30px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  .c-partner-list__item, .c-user-list-item, .c-blog-list-item {
    width: 250px;
    height: 250px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-left: 1px solid #f8f8f8; }
    .c-partner-list__item:hover, .c-user-list-item:hover, .c-blog-list-item:hover {
      background-color: #f8f8f8; }
  .c-partner-list__item:nth-child(3n+1), .c-user-list-item:nth-child(3n+1), .c-blog-list-item:nth-child(3n+1) {
    border-left: none !important; }
  .c-partner-list__item:nth-child(n+4), .c-user-list-item:nth-child(n+4), .c-blog-list-item:nth-child(n+4) {
    border-top: 1px solid #f8f8f8; }
  .c-partner-list-item__link {
    text-align: center; }
  .c-partner-list-item__image {
    width: 150px; }
  .c-partner-list-item__title {
    margin-top: 15px;
    font-weight: 300; }
  .c-partner-list--vertical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-partner-list--vertical .c-partner-list__item, .c-partner-list--vertical .c-user-list-item, .c-partner-list--vertical .c-blog-list-item {
      width: 100%;
      height: auto;
      padding: 15px 0;
      border: none; }

.c-user-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-user-list-item__link {
  text-align: center; }

.c-user-list-item__image {
  border-radius: 100%;
  width: 120px;
  height: 120px; }

.c-user-list-item__title {
  margin-top: 15px;
  font-size: 1.125rem; }
  .c-user-list-item__title--full {
    font-weight: 300; }

.c-user-list-item__location {
  color: #d9d9d9 !important; }
  .c-user-list-item__location a {
    color: #d9d9d9 !important; }

.c-blog-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-blog-list-item {
  height: auto !important;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .c-blog-list-item__link {
    text-align: center; }
  .c-blog-list-item__image {
    border-radius: 100%;
    width: 120px;
    height: 120px; }
  .c-blog-list-item__title {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 1.125rem; }
    .c-blog-list-item__title--full {
      font-weight: 300; }
  .c-blog-list-item__url {
    font-weight: 300;
    font-size: 0.875rem;
    color: #999;
    margin-top: 0; }

.c-blog-list-item__location {
  color: #d9d9d9 !important; }
  .c-blog-list-item__location a {
    color: #d9d9d9 !important; }

.c-blog-list-item__action {
  display: inline-block;
  opacity: 0.3; }
  .c-blog-list-item__action:hover {
    opacity: 1.0; }
  .c-blog-list-item__action + .c-blog-list-item__action {
    margin-left: 5px; }

.c-blog-list-item__descr {
  font-size: 0.75rem;
  color: #333;
  display: block; }

/* ADVERT COMPONENTS */
.c-filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 15px 0; }

.c-filter {
  padding: 5px 10px;
  border: 1px solid #d9d9d9;
  border-radius: 5px;
  margin-right: 15px; }
  .c-filter:hover {
    background-color: #f8f8f8; }
  .c-filter__select {
    color: #999; }
    .c-filter__select i {
      margin-right: 5px; }

.c-rating__descr {
  float: left;
  margin-right: 15px;
  color: #999; }

.c-rating__stars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-rating__star {
  color: #337ab7;
  margin-right: 5px;
  margin-top: 5px; }
  .c-rating__star i {
    font-size: 1.25rem; }

.c-rating__button {
  clear: both;
  display: block;
  width: 100%; }

.l-form-advert {
  margin-bottom: 30px;
  height: 100%; }

.c-catad-add {
  background-color: #337ab7;
  border: 1px solid #337ab7;
  position: absolute;
  right: 0;
  top: 10px; }
  .c-catad-add:hover {
    text-decoration: none; }

.c-catad-form {
  padding: 30px;
  background-color: #f8f8f8;
  color: #fff;
  font-family: "Roboto Slab", serif; }

.c-catad-form__input, .c-catad-form__select {
  padding: 5px 10px;
  height: 40px;
  width: 270px;
  display: block;
  margin-bottom: 15px;
  border: 1px solid #d9d9d9; }

.c-catad-form__input {
  color: #000;
  font-weight: 700; }
  .c-catad-form__input::-webkit-input-placeholder {
    color: #d9d9d9;
    font-weight: 300; }
  .c-catad-form__input::-moz-placeholder {
    color: #d9d9d9;
    font-weight: 300; }
  .c-catad-form__input:-ms-input-placeholder {
    color: #d9d9d9;
    font-weight: 300; }
  .c-catad-form__input::-ms-input-placeholder {
    color: #d9d9d9;
    font-weight: 300; }
  .c-catad-form__input::placeholder {
    color: #d9d9d9;
    font-weight: 300; }

.c-catad-form__select {
  color: #999; }

.c-catad-form__select--cat {
  display: inline-block;
  margin-right: 30px; }

.c-catad-form__select--area {
  margin-bottom: 0; }

.c-adv-map {
  margin-bottom: 30px; }
  .c-adv-map #map {
    height: 300px;
    width: 100%; }

.c-catad__image {
  width: 770px; }

.c-adv-gal__list {
  text-align: center;
  width: 100%;
  margin-top: 10px; }

.c-adv-gal__item {
  display: inline-block; }
  .c-adv-gal__item:nth-child(n+3) {
    margin-top: 5px; }

.c-adv-gal__img {
  width: 115px; }

.c-catad__info {
  padding: 5px 0;
  border-bottom: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  width: 100%; }
  .c-catad__info-link {
    font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

.c-catad__info-item {
  display: inline-block; }
  .c-catad__info-item--date {
    float: right;
    color: #d9d9d9; }
  .c-catad__info-item--id {
    font-weight: 700; }
  .c-catad__info-item + .c-catad__info-item {
    margin-left: 15px; }

.c-adv-info__price {
  height: 60px;
  line-height: 60px;
  font-size: 2rem;
  background-color: #337ab7;
  color: #fff;
  text-align: center;
  width: 100%;
  display: block; }

.c-adv-info__contact {
  font-size: 1.125rem;
  font-weight: 300;
  text-align: center;
  width: 100%;
  background-color: #f8f8f8;
  display: block;
  padding: 15px 0; }

/* GALLERY COMPONENTS */
.l-container--gallery {
  background-color: #333;
  color: #fff;
  margin: 0;
  position: relative; }
  .l-container--gallery .c-prev-next, .l-container--gallery .c-go-back {
    margin: 30px 0;
    text-align: center;
    max-width: 900px; }
  .l-container--gallery .l-row {
    width: 1170px; }

.c-bc--gallery {
  margin: 30px 0; }

.c-gallery__title {
  color: #fff;
  line-height: 2.5rem; }

.c-gallery__info-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.c-gallery__info {
  font-size: 0.875rem;
  color: #d9d9d9; }

.c-gallery__author-link {
  color: #fff; }

.c-gallery__source {
  color: #999; }

.c-gallery__list {
  max-width: 900px;
  height: 140px;
  margin-top: 12px; }

.c-gallery__item {
  position: relative;
  float: left; }
  .c-gallery__item + .c-gallery__item {
    margin-left: 12px; }

.c-gallery__flist {
  margin-top: 15px; }

.c-gallery__fitem {
  text-align: center;
  max-width: 900px; }
  .c-gallery__fitem + .c-gallery__fitem {
    margin-top: 30px; }

.c-gallery__img {
  width: 140px;
  height: 140px; }

.c-gallery__photo-carousel {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.c-gallery__photo {
  max-width: 900px; }

.c-gallery__navi-icon {
  position: absolute;
  font-size: 2.25rem;
  color: #fff;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  .c-gallery__navi-icon--left, .c-gallery__navi-icon--right {
    height: 100%;
    width: 40px;
    background: rgba(255, 255, 255, 0.1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-gallery__navi-icon--left:hover, .c-gallery__navi-icon--right:hover {
      background: #337ab7;
      color: #fff;
      text-decoration: none; }
  .c-gallery__navi-icon--left {
    left: -40px; }
  .c-gallery__navi-icon--right {
    left: 900px; }
  .c-gallery__navi-icon--close {
    right: 0;
    top: 30px !important;
    font-weight: 300; }

.c-gallery__side-ad {
  position: absolute;
  left: 970px;
  height: 100%; }
  .c-gallery__side-ad-wrap {
    position: sticky;
    top: 30px; }

.c-gallery__descr {
  max-width: 900px;
  text-align: center;
  margin-top: 10px; }

.c-gallery__photo-counter {
  font-weight: 700; }

.c-gallery__photo-descr {
  font-size: 0.875rem;
  color: #fff; }

.c-gallery__bilboard-ad {
  padding-top: 30px;
  margin: -30px 0 30px 0;
  text-align: center; }

.c-gallery__adv-title {
  top: -20px;
  font-size: 0.875rem;
  color: #d9d9d9; }

.c-btn--gallery {
  color: #fff;
  border-color: #fff;
  max-width: 200px;
  margin: 30px auto; }
  .c-btn--gallery:hover {
    border-color: #337ab7; }

/* MODAL COMPONENTS */
.modal {
  z-index: 9999; }

.l-modal-login .l-modal__close {
  float: right;
  font-size: 0.75rem;
  color: #999;
  text-shadow: none;
  position: absolute;
  top: 5px;
  right: 5px;
  border: 1px solid #f8f8f8;
  padding: 0px 5px; }

.l-modal-login .modal-body, .l-modal-login .modal-footer {
  padding: 30px; }

.l-modal-login .modal-footer {
  display: block; }

.l-modal-login .c-modal-form__label {
  height: 40px;
  width: 40px;
  background-color: #337ab7;
  color: #fff;
  text-align: center;
  float: left;
  clear: both; }
  .l-modal-login .c-modal-form__label .fa {
    position: relative;
    top: 7px; }

.l-modal-login .c-modal-form__input {
  width: 398px !important;
  float: left; }
  .l-modal-login .c-modal-form__input--full {
    width: 100% !important;
    margin-top: 5px; }

.l-modal-login .c-modal-form__login {
  width: 100%;
  background-color: #337ab7;
  text-transform: uppercase;
  padding-top: 9px; }
  .l-modal-login .c-modal-form__login--fb {
    background-color: #3c5a9a; }

.l-modal-login .c-modal-form__login:hover {
  background-color: #999; }

.l-modal-login .c-modal-form__check {
  position: relative;
  top: 5px; }

.l-modal-login .c-modal-form__label-check {
  position: relative;
  left: 5px;
  top: 5px;
  color: #999; }

.l-modal-login .c-modal-form__check-link {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  color: #999;
  border-bottom: 1px solid #337ab7; }

.l-modal-login .c-modal-form__break {
  font-size: 0.875rem;
  color: #d9d9d9;
  font-weight: 300;
  width: 100%;
  margin-top: 10px;
  text-align: center;
  position: relative; }
  .l-modal-login .c-modal-form__break::before, .l-modal-login .c-modal-form__break::after {
    content: '';
    border-top: 1px solid #d9d9d9;
    width: 30%;
    position: absolute;
    top: 10px; }
  .l-modal-login .c-modal-form__break:before {
    left: 0; }
  .l-modal-login .c-modal-form__break:after {
    right: 0; }

.modal-backdrop {
  z-index: 9998; }

.c-modal-form__input-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-modal-form__input-item {
  width: 215px; }
  .c-modal-form__input-item:nth-child(2n) {
    margin-left: 8px; }

/* FORUM COMPONENTS */
.l-forum {
  width: 100%; }
  .l-forum__title {
    font-weight: 700;
    text-transform: uppercase; }
  .l-forum__table {
    width: 100%; }

.c-table {
  margin-bottom: 60px; }
  .c-table__header {
    background-color: #f8f8f8;
    border: 1px solid #d9d9d9;
    border-left: none;
    border-right: none; }
    .c-table__header th {
      padding: 15px 0 15px 15px;
      font-weight: 300; }
      .c-table__header th:first-child {
        width: 60%; }
      .c-table__header th:nth-child(2) {
        width: 15%; }
      .c-table__header th:nth-child(3) {
        width: 25%; }
  .c-table__topic {
    display: block; }
  .c-table__author {
    color: #d9d9d9;
    font-size: 0.875rem; }
  .c-table__author-link {
    color: #d9d9d9;
    font-weight: 700;
    font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }
  .c-table__comment {
    color: #337ab7; }
  .c-table__avatar {
    width: 40px;
    height: 40px;
    border-radius: 100%;
    float: left;
    margin-right: 5px; }
  .c-table__last-author {
    font-size: 0.875rem;
    display: block;
    position: relative;
    top: 3px; }
  .c-table__last-date {
    font-size: 0.875rem;
    color: #d9d9d9;
    position: relative;
    top: -3px; }
  .c-table__footer {
    text-align: center; }
  .c-table__button-topic {
    float: right; }

.c-table__row + .c-table__row {
  border-top: 1px solid #f8f8f8; }

.c-table__col {
  padding: 15px 0 15px 15px;
  font-weight: 300; }
  .c-table__col--comments {
    text-align: center;
    font-size: 1rem; }

/* PAGES */
.c-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-search__input-wrap {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-search__btn-wrap {
  margin-left: 5px;
  -ms-flex-item-align: end;
      align-self: flex-end; }

.c-search__btn {
  padding: 8px 15px;
  width: 100% !important; }

.c-search__checks {
  margin-top: 15px; }

.c-search__category {
  width: 100%; }

.c-search__header {
  font-size: 1.375rem;
  border-top: 1px solid #d9d9d9;
  padding-top: 10px;
  margin-top: 30px;
  width: 100%; }

.c-search__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  margin-top: 30px; }
  .c-search__item + .c-search__item {
    border-top: 1px solid #f8f8f8;
    padding-top: 15px; }
  .c-search__item--user {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }

.c-search__img-wrap {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 60px;
          flex: 0 0 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-search__img-wrap > i {
    font-size: 1.5rem;
    color: #d9d9d9; }

.c-search__info-wrap {
  margin-left: 15px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: calc(100% - 75px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-search__title {
  font-weight: 400;
  margin-bottom: 0;
  font-size: 1.125rem;
  color: #337ab7; }
  .c-search__title .c-search__icon {
    margin-right: 5px;
    color: #d9d9d9; }

.c-search__info {
  color: #999;
  font-size: 0.875rem;
  margin-top: 5px; }

.c-search__preview {
  color: #999;
  font-size: 0.875rem;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%;
  margin-top: 5px; }

.c-search__user-avatar {
  width: 50px;
  border-radius: 100%; }

.c-search__tag {
  display: inline-block;
  font-size: 1rem;
  background-color: #337ab7;
  border-radius: 10px;
  padding: 2px 10px;
  margin-bottom: 5px; }
  .c-search__tag a, .c-search__tag a:hover {
    color: #fff; }
  .c-search__tag:hover {
    background-color: #333; }

.c-search__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 600px) {
    .c-search__filters {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .c-search__filters > * {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1; }
  .c-search__filters .c-form__label-checkbox {
    margin-left: 5px; }

.c-weather__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin: 30px 0; }

.c-weather__item {
  width: 250px;
  padding: 15px 15px 0 15px;
  border-left: 1px solid #f8f8f8;
  text-align: center; }
  .c-weather__item:nth-child(3n+1) {
    border-left: none !important; }

.c-weather__hour {
  font-family: "Roboto Slab", serif;
  color: #d9d9d9;
  display: block; }

.c-weather__icon {
  margin-top: 30px; }

.c-weather__temp {
  font-size: 2.25rem; }

.c-traffic__map {
  width: 770px;
  height: 600px; }

.c-author-page {
  margin-bottom: 30px; }
  .c-author-page__title {
    margin: 15px 0;
    font-size: 1.5rem; }
  .c-author-page__descr {
    font-size: 0.875rem; }
  .c-author-page__map {
    width: 370px;
    height: 200px;
    float: left;
    margin-right: 30px; }
  .c-author-page__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-author-page__info-item--gray {
    color: #999;
    margin-right: 30px; }

.c-necro-list__item {
  padding-bottom: 30px;
  text-align: center; }
  .c-necro-list__item + .c-necro-list__item {
    padding-top: 30px;
    border-top: 1px solid #d9d9d9; }

.c-necro-list-item__image {
  width: 100%;
  max-width: 800px; }

.c-necro-list-item__title {
  margin-top: 15px;
  font-size: 1.375rem;
  width: 100%;
  text-align: center; }

.c-necro-list-item__info-item {
  margin: 5px 0;
  width: 100%;
  text-align: center; }

.c-necro-list-item__cat {
  font-weight: 700; }

.c-necro-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  margin-bottom: 15px; }
  .c-necro-search__input {
    -webkit-box-flex: 7;
        -ms-flex: 7;
            flex: 7; }
  .c-necro-search__button {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }

.necro-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 15px; }
  .necro-list li {
    border: 5px solid #000;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 49%;
            flex: 0 0 49%;
    padding: 15px;
    height: 200px; }
    .necro-list li a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      height: 100%; }
    .necro-list li p, .necro-list li .c-content li, .c-content .necro-list li li, .necro-list li h5 {
      margin: 0;
      text-align: center; }
    .necro-list li p, .necro-list li .c-content li, .c-content .necro-list li li {
      font-family: "Roboto Slab", sans-serif;
      font-size: 0.75rem; }
    .necro-list li h5 {
      font-size: 1.5rem; }

.necro-item {
  padding: 30px;
  margin-bottom: 30px;
  border: 10px solid #000;
  position: relative; }
  .necro-item:before {
    content: '';
    position: absolute;
    left: -7px;
    top: -7px;
    width: calc(100% + 14px);
    height: calc(100% + 14px);
    border: 4px double #fff; }
  .necro-item:after {
    content: '';
    position: absolute;
    left: 30px;
    top: 30px;
    background-image: url("../images/nekrolog.jpg");
    width: 100px;
    height: 73px;
    background-size: cover; }
  .necro-item:hover {
    border-color: #999; }
  .necro-item div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 30px; }
    @media (max-width: 650px) {
      .necro-item div {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .necro-item p, .necro-item .c-content li, .c-content .necro-item li {
    width: 100%;
    text-align: center;
    font-family: serif; }
  .necro-item a {
    display: block;
    position: relative;
    z-index: 2; }
  .necro-item__photo {
    width: 125px;
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%);
    margin: 0 auto;
    position: relative;
    z-index: 5; }
  .necro-item__name {
    font-weight: 700;
    font-size: 2.25rem; }
  .necro-item__sign {
    display: block;
    text-align: right;
    margin-top: 30px; }
  .necro-item__contact {
    margin: 30px 0 -30px;
    padding-top: 30px;
    border-top: 1px solid #d9d9d9; }
    .necro-item__contact img {
      height: 50px;
      float: left;
      margin-right: 30px; }
    .necro-item__contact h5, .necro-item__contact p, .necro-item__contact .c-content li, .c-content .necro-item__contact li {
      color: #999;
      text-align: center;
      font-size: 0.75rem;
      line-height: 1.0rem; }

ul.GazetaNumery li {
  height: 430px;
  float: left;
  overflow: hidden; }
  ul.GazetaNumery li + ul.GazetaNumery li {
    margin-left: 30px; }

img.Okladka {
  max-height: 360px;
  overflow: hidden;
  display: block; }

.c-mag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.c-mag__item {
  display: inline-block;
  width: 270px;
  text-align: center;
  margin-bottom: 30px; }
  .c-mag__item + .c-mag__item {
    margin-left: 30px; }
  .c-mag__item:nth-child(4n+1) {
    margin-left: 0; }
  .c-mag__item:nth-child(n+5) {
    padding-top: 30px;
    border-top: 1px solid #f8f8f8; }

.c-mag__title {
  font-size: 1rem;
  margin: 5px 0; }

.c-mag__link {
  display: block; }

.c-mag__img {
  height: 300px;
  border: 1px solid #f8f8f8; }

.c-mag__point {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid #f8f8f8; }

.c-mag-point__name {
  font-weight: 700; }

.c-mag-point__address {
  color: #999; }

.c-user-page {
  height: 200px; }
  .c-user-page__img {
    border-radius: 100%;
    width: 160px;
    height: 160px;
    float: left;
    margin-right: 30px; }
  .c-user-page__register {
    font-size: 0.875rem;
    color: #d9d9d9;
    display: inline-block; }
  .c-user-page__loc {
    display: inline-block;
    margin-left: 30px; }
    .c-user-page__loc-list {
      display: inline-block; }
    .c-user-page__loc-item {
      display: inline-block;
      font-size: 0.75rem;
      padding: 2px 5px;
      background-color: #d9d9d9; }
      .c-user-page__loc-item:hover {
        background-color: #337ab7; }
    .c-user-page__loc-link {
      color: #fff; }
      .c-user-page__loc-link:hover {
        color: #fff; }

.c-user-act {
  margin-bottom: 30px; }
  .c-user-act__date {
    color: #d9d9d9; }
  .c-user-act__link {
    margin-left: 15px; }

.c-business-page {
  margin: 30px 0; }
  .c-business-page__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
  .c-business-page__main-photo-w {
    width: 150px; }
    .c-business-page__main-photo-w a {
      width: 100%; }
  .c-business-page__main-photo {
    width: 100%; }
  .c-business-page__info-item {
    color: #999; }
  .c-business-page__rating {
    position: relative;
    left: auto;
    bottom: auto; }
    .c-business-page__rating p, .c-business-page__rating .c-content li, .c-content .c-business-page__rating li {
      display: inline-block;
      margin-left: 5px;
      color: #999;
      font-size: 0.875rem; }
  .c-business-page__rate {
    font-weight: 700;
    color: #333; }
  .c-business-page__price {
    color: #999;
    margin-bottom: 15px;
    font-size: 0.75rem; }
    .c-business-page__price-val {
      font-weight: 700;
      color: #337ab7;
      font-size: 1rem;
      display: block; }
  .c-business-page__gallery {
    margin: 30px 0 0;
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 3px; }
    @media screen and (max-width: 930px) {
      .c-business-page__gallery {
        width: 100%; } }
  .c-business-page__photo {
    overflow: hidden; }
    .c-business-page__photo:first-child {
      width: 100%;
      height: auto;
      -webkit-box-flex: 0;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%; }
    .c-business-page__photo:nth-child(n+2) {
      -webkit-box-flex: 0;
          -ms-flex: 0 0 calc(33% - 1px);
              flex: 0 0 calc(33% - 1px); }
    .c-business-page__photo img {
      width: 100%; }
  .c-business-page__more-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-left: 15px; }
    .c-business-page__more-link a {
      color: #999;
      font-size: 2rem; }
  .c-business-page__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .c-business-page__descr {
    -webkit-box-flex: 10;
        -ms-flex: 10;
            flex: 10; }
    .c-business-page__descr p, .c-business-page__descr .c-content li, .c-content .c-business-page__descr li {
      font-size: 1rem; }
  .c-business-page__contact {
    width: calc(50% - 15px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-business-page__contact .c-btn__group {
      margin-top: auto; }
    @media screen and (max-width: 930px) {
      .c-business-page__contact {
        width: 100%; } }
  .c-business-page__adress-item {
    margin-bottom: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px; }
  .c-business-page__type {
    color: #d9d9d9;
    width: 15px; }
    .c-business-page__type-content {
      color: #333; }
      .c-business-page__type-content a {
        color: #337ab7; }
  .c-business-page .l-box--33 + .l-box--33, .c-business-page .l-col--33 + .l-box--33, .c-business-page .l-box--33 + .l-col--33, .c-business-page .l-col--33 + .l-col--33 {
    margin-left: 10px;
    max-width: 270px; }
  .c-business-page .c-box-advert__special-list {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  .c-business-page .c-box-advert__special-item {
    margin-left: 0 !important;
    width: 270px !important; }
  .c-business-page .l-page__title {
    margin: 0 0 15px 0; }

.l-news__comments--business .c-comments__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media screen and (max-width: 880px) {
    .l-news__comments--business .c-comments__item {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  @media screen and (min-width: 881px) {
    .l-news__comments--business .c-comments__item {
      gap: 30px; } }

.l-news__comments--business .c-comments__rating {
  background-color: #f8f8f8;
  height: 100%;
  padding: 10px;
  width: 270px; }
  @media screen and (max-width: 880px) {
    .l-news__comments--business .c-comments__rating {
      width: 100%; } }
  .l-news__comments--business .c-comments__rating-list {
    min-width: 250px; }
  .l-news__comments--business .c-comments__rating-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 0.875rem; }
    .l-news__comments--business .c-comments__rating-item:first-child {
      margin-bottom: 15px; }
      .l-news__comments--business .c-comments__rating-item:first-child .c-comments__rating-val {
        font-size: 1.25rem; }
    .l-news__comments--business .c-comments__rating-item:nth-child(n+2) .c-business-page__rating .fa--checked {
      color: #999; }
  .l-news__comments--business .c-comments__rating-type {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
    color: #999; }
  .l-news__comments--business .c-comments__rating-val {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-weight: 700; }

.c-business-more__list .c-box-pets__arrow-right {
  right: 0;
  top: -33px; }

.c-business-more__list .c-box-pets__arrow-left {
  right: 30px;
  top: -33px; }

.c-business-more__item {
  display: inline-block; }
  .c-business-more__item .c-business-page__rating .fa {
    font-size: 0.875rem; }
  .c-business-more__item + .c-business-more__item {
    margin-left: 10px; }

.c-business-more__item a {
  padding: 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden; }
  .c-business-more__item a:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 0 10px #d9d9d9;
            box-shadow: 0 0 10px #d9d9d9; }

.c-business-more__image-container {
  margin: -5px -5px 5px -5px; }

.c-business-more__title {
  font-size: 0.875rem; }

.l-container--business-lp {
  background-image: url("../images/firmy-bg.jpg");
  background-size: cover;
  background-position: center bottom;
  background-repeat: no-repeat;
  min-height: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  .l-container--business-lp:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1; }

.c-business-lp {
  position: relative;
  z-index: 5;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center; }
  .c-business-lp .l-page__title {
    color: #fff; }
  .c-business-lp__search {
    max-width: 800px;
    background-color: rgba(255, 255, 255, 0.8);
    border: 1px solid #d9d9d9;
    padding: 30px;
    margin: 0 auto; }
  .c-business-lp__info {
    font-size: 0.875rem; }

.c-ig__list {
  margin-top: -30px; }
  .c-ig__list .c-ig__post {
    border: 1px solid #f8f8f8;
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: -webkit-box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out;
    transition: box-shadow 0.1s ease-in-out, -webkit-box-shadow 0.1s ease-in-out;
    margin-top: 30px; }
    .c-ig__list .c-ig__post:hover {
      -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 15px rgba(0, 0, 0, 0.5); }

.c-ig__post-wrapper {
  padding: 15px;
  background: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%); }

.c-lunch__table-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.c-lunch__img {
  max-width: 100%; }

.c-lunch__name {
  font-size: 1rem;
  margin: 15px 0; }

.c-lunch-col {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  border: 1px solid #d9d9d9;
  -webkit-box-shadow: 0 0 10px #d9d9d9;
          box-shadow: 0 0 10px #d9d9d9;
  margin: 5px;
  overflow: hidden; }
  .c-lunch-col:not(.c-lunch-col--active) {
    opacity: 0.4;
    -webkit-transition: 0.2s ease-in opacity;
    transition: 0.2s ease-in opacity; }
  .c-lunch-col:hover, .c-lunch-col:first-child {
    opacity: 1.0; }
  .c-lunch-col:first-child .c-lunch__link {
    text-align: center; }
  .c-lunch-col:first-child {
    -webkit-box-shadow: none;
            box-shadow: none;
    border: none; }
  .c-lunch-col--head {
    height: 50px;
    padding: 15px;
    background-color: #f8f8f8;
    -webkit-box-shadow: none;
            box-shadow: none; }
  .c-lunch-col--active.c-lunch-col--head {
    border-bottom: 3px solid #337ab7;
    font-weight: 700; }

.c-lunch-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch; }
  .c-lunch-row--head {
    height: 50px;
    padding: 15px;
    background-color: #f8f8f8; }

@media screen and (max-width: 1230px) {
  .c-lunch:not(.c-lunch--v) .c-lunch-col:nth-child(2):not(.c-lunch-col--active),
  .c-lunch:not(.c-lunch--v) .c-lunch-col:nth-child(8):not(.c-lunch-col--active) {
    display: none; } }

@media screen and (max-width: 930px) {
  .c-lunch:not(.c-lunch--v) .c-lunch-col:nth-child(3):not(.c-lunch-col--active),
  .c-lunch:not(.c-lunch--v) .c-lunch-col:nth-child(7):not(.c-lunch-col--active) {
    display: none; } }

@media screen and (max-width: 880px) {
  .c-lunch:not(.c-lunch--v) .c-lunch-col:nth-child(4):not(.c-lunch-col--active),
  .c-lunch:not(.c-lunch--v) .c-lunch-col:nth-child(6):not(.c-lunch-col--active) {
    display: none; } }

@media screen and (max-width: 425px) {
  .c-lunch:not(.c-lunch--v) .c-lunch-col:nth-child(5):not(.c-lunch-col--active) {
    display: none; } }

.c-lunch--v .c-lunch__table-grid {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.c-lunch--v .c-lunch-row {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-lunch--v .c-lunch-col--head {
  -webkit-box-flex: unset;
      -ms-flex: unset;
          flex: unset; }

@media screen and (max-width: 880px) {
  .c-lunch--v .c-lunch__table-grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; } }

.l-cookies-msg {
  padding: 20px 0;
  border-top: 1px solid #d9d9d9;
  background-color: #f8f8f8;
  text-align: center;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 9999; }

.c-cookies {
  width: 1230px;
  margin: 0 auto; }
  .c-cookies__msg {
    font-family: "Roboto Slab", serif;
    font-size: 0.875rem; }
  .c-cookies__link {
    font-weight: 700; }

.l-steps {
  width: 650px;
  height: 45px;
  margin: 0 auto; }

.l-form {
  width: 960px;
  margin: 30px auto;
  padding: 30px;
  background-color: #fff;
  position: relative; }
  .l-form--wide {
    width: 960px; }
  .l-form--finish {
    text-align: center; }
  .l-form--login {
    max-width: 600px; }

.c-form {
  /* CHECK */ }
  .c-form-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 15px; }
  .c-form__title {
    margin-top: 15px;
    font-size: 1.125rem;
    text-transform: uppercase;
    width: 100%;
    text-align: center; }
  .c-form__list {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-form__reg {
    width: 50%;
    margin-left: 30px;
    padding: 15px 0 0 30px;
    background-color: #f8f8f8;
    font-size: 0.875rem; }
  .c-form__item {
    width: 100%;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    .c-form__item:after {
      content: '';
      width: 100%; }
    .c-form__item--inline {
      width: 48%; }
      @media screen and (max-width: 930px) {
        .c-form__item--inline {
          width: 100%; }
          .c-form__item--inline .c-btn, .c-form__item--inline .c-box-advert__lunch-order-button {
            width: 100%; } }
    .c-form__item:first-child {
      padding-top: 0; }
  .c-form__label {
    color: #999;
    font-weight: 300;
    width: 100%; }
  .c-form__req {
    color: #ff0000; }
  .c-form__field {
    width: 100%;
    border: 1px solid #d9d9d9;
    background-color: #f8f8f8;
    border-radius: 3px;
    padding: 5px 10px; }
    .c-form__field:focus {
      outline: 0; }
  .c-form__select-wrap {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (max-width: 880px) {
      .c-form__select-wrap {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-form__select {
    height: 48px;
    display: block;
    width: 100%; }
    .c-form__select:nth-child(n+1) {
      -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
    @media screen and (min-width: 601px) {
      .c-form__select + .c-form__select {
        margin-left: 5px; } }
    @media screen and (max-width: 600px) {
      .c-form__select + .c-form__select {
        margin-top: 5px; } }
  .c-form__input, .c-form__select {
    height: 40px; }
  .c-form__text {
    height: 120px;
    resize: none; }
  .c-form__option--disabled {
    color: #d9d9d9; }
  .c-form__label-checkbox {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%; }
  .c-form__checkbox {
    -webkit-appearance: none;
    background-color: white;
    border: 1px solid #d9d9d9;
    padding: 9px !important;
    border-radius: 3px;
    display: inline-block;
    position: relative;
    top: 4px;
    margin-right: 5px; }
    .c-form__checkbox:active, .c-form__checkbox:checked:active {
      -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1);
              box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05), inset 0px 1px 3px rgba(0, 0, 0, 0.1); }
    .c-form__checkbox:checked {
      background-color: #337ab7;
      border-color: #337ab7;
      color: #fff; }
    .c-form__checkbox:checked:after {
      content: '\2714';
      font-size: 0.875rem;
      position: absolute;
      top: -1px;
      left: 3px;
      color: #fff; }
    .c-form__checkbox:focus {
      outline: 0; }
  .c-form__map {
    height: 300px; }
  .c-form__btns {
    text-align: center; }
    .c-form__btns--right {
      text-align: right; }
  .c-form__close {
    position: absolute;
    top: -75px;
    right: 0; }
    .c-form__close .fa {
      font-size: 1.375rem;
      position: relative;
      top: 2px; }
  .c-form__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .c-form__col1, .c-form__col2, .c-form__col3 {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .c-form__col1 .c-form__list, .c-form__col2 .c-form__list, .c-form__col3 .c-form__list {
      width: auto; }
  .c-form__col2, .c-form__col3 {
    padding-left: 15px;
    margin-left: 15px;
    border-left: 1px dotted #d9d9d9; }
  .c-form__alert {
    font-weight: 700;
    color: #d32626;
    display: block;
    font-size: 0.875rem;
    margin: 15px 0; }
  .c-form__descr {
    font-size: 0.875rem;
    color: #999; }
  .c-form__icon {
    display: block !important;
    text-align: center;
    color: #d9d9d9;
    font-size: 2.25rem !important;
    -webkit-transition: color 0.2s linear;
    transition: color 0.2s linear; }
  .c-form__price {
    font-size: 1.25rem;
    font-weight: 700;
    text-align: center;
    margin: auto 0 0; }
  .c-form__err {
    color: #d32626;
    font-size: 0.75rem;
    display: block;
    font-weight: 700; }
  .c-form__msg {
    font-size: 0.875rem;
    color: #999;
    margin: 10px 5px; }
  .c-form__link {
    font-size: 0.875rem; }
  .c-form__additional-actions {
    text-align: center;
    margin: 30px -30px -30px -30px;
    padding: 30px;
    background-color: #f8f8f8; }
  .c-form__social-login {
    text-align: center;
    margin: 15px 0; }
  .c-form__cards {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media screen and (min-width: 881px) {
      .c-form__cards {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
            -ms-flex-direction: row;
                flex-direction: row; } }
    @media screen and (max-width: 880px) {
      .c-form__cards {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .c-form__card {
    padding: 15px;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-transition: -webkit-box-shadow 0.2s linear;
    transition: -webkit-box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear;
    transition: box-shadow 0.2s linear, -webkit-box-shadow 0.2s linear;
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 0 4px #f8f8f8, 0 0 0 0 rgba(0, 0, 0, 0.15);
            box-shadow: inset 0 0 0 4px #f8f8f8, 0 0 0 0 rgba(0, 0, 0, 0.15); }
    @media screen and (min-width: 881px) {
      .c-form__card + .c-form__card {
        margin-left: 15px; } }
    @media screen and (max-width: 880px) {
      .c-form__card {
        margin-top: 15px; } }
    .c-form__card:hover {
      -webkit-box-shadow: inset 0 0 0 4px #337ab7, 0 0 0 0 rgba(0, 0, 0, 0.15) !important;
              box-shadow: inset 0 0 0 4px #337ab7, 0 0 0 0 rgba(0, 0, 0, 0.15) !important; }
    .c-form__card--selected {
      -webkit-box-shadow: inset 0 0 0 4px #337ab7, 0 0 0 0 rgba(0, 0, 0, 0.15) !important;
              box-shadow: inset 0 0 0 4px #337ab7, 0 0 0 0 rgba(0, 0, 0, 0.15) !important; }
    .c-form__card-info {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      margin-right: 30px; }
    .c-form__card .c-form__label-checkbox {
      font-size: 1.125rem;
      width: 100%;
      height: 45px;
      position: relative; }
    .c-form__card .c-form__card-price {
      color: #d32626;
      font-weight: 700;
      position: absolute;
      right: 0;
      top: 0;
      float: right; }
    .c-form__card .c-form__card-small-text {
      display: block;
      font-size: 0.875rem;
      margin-left: 30px;
      color: #999; }
    .c-form__card .c-form-check__item {
      background-color: #f8f8f8;
      padding: 3px 5px;
      width: 100%; }
      .c-form__card .c-form-check__item + .c-form-check__item {
        margin-top: 3px; }

.c-form-check__list {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.c-form-check__item {
  display: inline-block;
  margin-right: 15px; }
  .c-form-check__item .c-form__label-checkbox {
    left: auto !important; }

.c-steps {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-steps__item {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    -ms-flex-positive: 1;
        flex-grow: 1;
    cursor: pointer;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-steps__item + .c-steps__item {
      border-left: 1px solid #d9d9d9; }
  .c-steps__item--l {
    -webkit-box-flex: 1.5;
        -ms-flex-positive: 1.5;
            flex-grow: 1.5; }
  .c-steps__item--active a {
    color: #000;
    font-weight: 700; }
  .c-steps__link {
    font-size: 0.875rem;
    color: #999;
    display: block;
    width: 100%;
    text-align: center; }

.c-box-form {
  height: calc(100% - 47px);
  background: #f8f8f8;
  padding: 0 15px; }
  .c-box-form .l-box__title {
    margin: 0 -15px;
    padding: 11px 15px; }
  .c-box-form .c-form {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-box-form .c-form__list {
    width: 100%;
    margin: 0;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none; }
  .c-box-form .c-form__item {
    padding: 5px 0; }
  .c-box-form .c-form__item + .c-form__item {
    border: none; }
  .c-box-form .c-btn, .c-box-form .c-box-advert__lunch-order-button {
    width: 100%;
    margin-top: auto; }

.c-form__pay-met-sel {
  background: #f8f8f8;
  padding: 15px;
  margin: 5px;
  width: 100%;
  text-align: center; }
  .c-form__pay-met-sel img {
    margin-left: 15px; }

.c-form__payment-met, .banki {
  width: 100px;
  height: 100px;
  border: 1px solid #f8f8f8;
  margin: 5px;
  padding: 5px;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-form__payment-met:hover, .banki:hover {
    background-color: #f8f8f8; }
  .c-form__payment-met img, .banki img {
    max-width: 80px; }

.l-form--login .tab-pane, .l-form--login .c-form-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.l-form--login .c-btn, .l-form--login .c-box-advert__lunch-order-button {
  width: 100%;
  margin-left: auto;
  margin-right: auto; }

.l-form--login .c-login__tabs {
  margin-bottom: 15px; }

.l-form--login .c-tabs__item .c-tabs__title {
  font-size: 0.875rem; }

.l-form--login .c-form__reg {
  width: 100%;
  margin-left: 0;
  margin-top: 30px; }

.l-form--login .c-login__tabs {
  margin-top: -30px;
  border: none; }
  @media screen and (max-width: 1230px) {
    .l-form--login .c-login__tabs {
      margin-top: -15px; } }
  .l-form--login .c-login__tabs .c-tabs__item:first-child {
    margin-left: -30px;
    padding-left: 30px; }
    @media screen and (max-width: 1230px) {
      .l-form--login .c-login__tabs .c-tabs__item:first-child {
        margin-left: -15px;
        padding-left: 15px; } }
  .l-form--login .c-login__tabs .c-tabs__item:last-child {
    margin-right: -30px;
    padding-right: 30px; }
    @media screen and (max-width: 1230px) {
      .l-form--login .c-login__tabs .c-tabs__item:last-child {
        margin-right: -15px;
        padding-right: 15px; } }
  .l-form--login .c-login__tabs .c-tabs__item {
    padding-top: 10px; }
  .l-form--login .c-login__tabs .c-tabs__item:not(.active) {
    background-color: #f8f8f8; }

.l-jumbotron {
  border: 2px solid #d9d9d9;
  padding: 30px; }
  .l-jumbotron__title {
    font-size: 1.125rem;
    font-weight: 300;
    color: #999; }

.c-jumbotron {
  border-top: 1px solid #d9d9d9;
  text-align: center; }
  .c-jumbotron__alert {
    font-size: 3.375rem;
    font-weight: 300;
    margin: 30px 0; }
  .c-jumbotron__msg {
    margin-bottom: 30px;
    text-align: center; }
  .c-jumbotron .c-btn--more {
    padding: 8px 15px;
    font-size: 1rem; }

.c-food h3, .c-food h4 {
  font-weight: 400;
  text-align: center; }

.c-food h4 {
  font-size: 1.375rem; }

.c-food__welcome {
  text-align: center; }

.c-food__selection, .c-adv-list__virt-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 5px; }

.c-food__dish, .c-food__restaurant, .c-adv-list__virt-item {
  width: calc(25% - 5px);
  height: 150px;
  overflow: hidden; }

.c-food__heading {
  text-align: center;
  line-height: 150px;
  width: 100%;
  color: #fff;
  position: relative;
  z-index: 2; }

.c-food__dish .c-food__link {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  position: relative; }
  .c-food__dish .c-food__link:before {
    content: '';
    background-color: rgba(51, 51, 51, 0.7);
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0; }
  .c-food__dish .c-food__link:hover .c-food__photo {
    opacity: 0.5; }
  .c-food__dish .c-food__link:hover:before {
    background-color: rgba(51, 51, 51, 0.5); }

.c-food__restaurant, .c-adv-list__virt-item {
  padding: 10px;
  -webkit-box-shadow: 0 0 10px #d9d9d9;
          box-shadow: 0 0 10px #d9d9d9; }
  .c-food__restaurant:hover, .c-adv-list__virt-item:hover {
    -webkit-box-shadow: 0 0 10px #999;
            box-shadow: 0 0 10px #999; }

.c-food__restaurant .c-food__link, .c-adv-list__virt-item .c-food__link {
  display: block;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat; }

.c-paywall {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px; }
  @media screen and (max-width: 1230px) {
    .c-paywall {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-paywall__container {
    max-width: 800px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 15px;
    padding: 30px;
    -webkit-box-flex: 1;
        -ms-flex: 1 0 0px;
            flex: 1 0 0; }
  .c-paywall__heading {
    text-align: center;
    margin-bottom: 30px; }
  .c-paywall__header {
    text-transform: uppercase;
    text-align: center; }
  .c-paywall__descr {
    font-size: 0.875rem;
    color: #999; }
  .c-paywall__options {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .c-paywall__option {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 50%;
            flex: 1 0 50%;
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-paywall__option + .c-paywall__option {
      border-left: 1px solid #d9d9d9; }
  .c-paywall__price {
    font-size: 2.25rem;
    color: #337ab7;
    margin-bottom: 30px; }
    .c-paywall__price-period {
      font-size: 1rem;
      color: #333; }
  .c-paywall__btn {
    text-transform: uppercase;
    padding: 10px 30px; }
  .c-paywall__benefits {
    margin: 50px auto; }
    .c-paywall__benefits-item {
      margin-bottom: 5px;
      text-align: left;
      font-size: 0.875rem;
      color: #999; }
      .c-paywall__benefits-item:before {
        content: '\f00c';
        font: normal normal normal 14px/1 FontAwesome;
        color: #337ab7;
        font-size: 0.875rem;
        margin-right: 10px; }

/* SOCIAL MEDIA FLOAT BAR */
.l-socials__wrapper {
  position: absolute;
  top: 0;
  bottom: 0; }

.c-socials {
  position: sticky;
  top: 100px;
  margin-left: -40px; }
  .c-socials__item {
    margin-bottom: 3px; }
  .c-socials__wrapper {
    width: 32px;
    height: 32px;
    background-color: #999;
    display: block; }
    .c-socials__wrapper:hover {
      background-color: #337ab7; }
  .c-socials__icon {
    width: 32px;
    height: 32px;
    fill: #fff; }

/* ADVERTISEMENT */
.c-ads {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-ads__billboard {
    margin-top: 5px; }
  .c-ads__title {
    font-size: 0.875rem;
    color: #999;
    position: relative;
    width: 100%;
    text-align: center; }
    .c-ads__title:before, .c-ads__title:after {
      content: '';
      width: calc(50% - 50px);
      height: 1px;
      position: absolute;
      top: 50%;
      background-color: #d9d9d9; }
    .c-ads__title:before {
      left: 0; }
    .c-ads__title:after {
      right: 0; }

/* FILTERS */
.c-filters__item {
  display: inline-block;
  font-size: 0.875rem;
  border: 1px solid #d9d9d9;
  padding: 2px 5px;
  color: #999; }

.c-filters__del {
  color: #999; }

/* FONTS */
body {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

p, .c-content li {
  font-family: Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.1rem;
  line-height: 1.75;
  color: #333; }

h1, h2, h3, h4, h5, h6 {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  font-weight: 700;
  line-height: 1.375;
  color: #000; }
  h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif; }

h1 {
  font-size: 2.25rem; }

h2 {
  font-size: 2rem; }

h3 {
  font-size: 1.5rem; }

h4 {
  font-size: 1.375rem; }

h5 {
  font-size: 1.125rem; }

h6 {
  font-size: 1rem; }

a {
  font-size: inherit;
  color: #333; }
  a:hover {
    color: #337ab7; }

blockquote {
  font-family: "Roboto Slab", serif;
  font-style: italic;
  position: relative;
  background: #f8f8f8;
  padding: 60px 30px; }
  blockquote:before, blockquote:after {
    content: '"';
    position: absolute;
    line-height: 0rem;
    font-size: 7rem;
    color: #337ab7; }
  blockquote:before {
    left: 0;
    top: 60px; }
  blockquote:after {
    right: 30px;
    bottom: 0; }

.l-font--inverted {
  color: #fff; }

.l-font--light {
  font-weight: 300; }

.l-font--red {
  color: #d32626 !important; }

.l-font--bold {
  font-weight: 700; }

.text-center {
  text-align: center !important; }

.text-align--justify {
  text-align: justify !important; }

.text-align--left {
  text-align: left !important; }

.text-align--right {
  text-align: right !important; }

.s-bold {
  font-weight: 700; }

.s-italic {
  font-style: italic; }

/* TAGS */
.c-hashtags__item {
  display: inline-block;
  padding: 2px 10px;
  margin-right: 5px;
  margin-top: 5px;
  background-color: #d9d9d9;
  border-radius: 10px; }
  .c-hashtags__item:hover {
    background-color: #000; }
  .c-hashtags__item--prior1 {
    background-color: #999; }
  .c-hashtags__item--prior2 {
    background-color: #333; }
  .c-hashtags__item--prior3 {
    background-color: #222; }

.c-hashtags__link {
  color: #fff;
  font-size: 0.875rem; }
  .c-hashtags__link:hover {
    color: #fff; }

/* RWD */
.l-container--rwd {
  width: auto !important;
  max-width: 1230px;
  min-width: 0;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1230px) {
    .l-container--rwd .l-row {
      -ms-flex-wrap: nowrap !important;
          flex-wrap: nowrap !important;
      width: 100%; }
    .l-container--rwd .l-box + .l-box, .l-container--rwd .l-col + .l-box, .l-container--rwd .l-box + .l-col, .l-container--rwd .l-col + .l-col {
      margin-left: 2%; }
    .l-container--rwd .l-box--33, .l-container--rwd .l-col--33, .l-container--rwd .l-col--side {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 32%; }
    .l-container--rwd .l-box--50, .l-container--rwd .l-col--50 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 50%; }
    .l-container--rwd .l-box--100, .l-container--rwd .l-box--99, .l-container--rwd .l-col--99 {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      width: 100%;
      max-width: 100%; }
    .l-container--rwd .l-col--main {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      max-width: 68%; } }
  @media screen and (max-width: 930px) {
    .l-container--rwd .l-row {
      -ms-flex-wrap: wrap !important;
          flex-wrap: wrap !important; }
    .l-container--rwd .l-col--side, .l-container--rwd .l-col--main {
      width: 100%;
      max-width: none;
      -webkit-box-flex: 0;
          -ms-flex: none;
              flex: none; } }
  @media screen and (max-width: 880px) {
    .l-container--rwd {
      padding: 15px 15px 0; }
      .l-container--rwd .l-box + .l-box, .l-container--rwd .l-col + .l-box, .l-container--rwd .l-box + .l-col, .l-container--rwd .l-col + .l-col {
        margin-left: 0;
        margin-top: 10px; }
      .l-container--rwd .l-box--25, .l-container--rwd .l-box--33, .l-container--rwd .l-col--33, .l-container--rwd .l-box--50, .l-container--rwd .l-col--50, .l-container--rwd .l-box--66, .l-container--rwd .l-col--66, .l-container--rwd .l-box--75 {
        -webkit-box-flex: 0;
            -ms-flex: 0 0 100%;
                flex: 0 0 100%;
        max-width: 100%;
        -webkit-box-flex: 100%;
            -ms-flex: 100%;
                flex: 100%; }
      .l-container--rwd .c-box-display--half .c-box-display__image--33 {
        height: auto; }
      .l-container--rwd .c-box-display {
        height: 100%; }
      .l-container--rwd .c-box-display--half {
        max-height: none;
        min-height: 0; } }
  @media screen and (max-width: 425px) {
    .l-container--rwd .c-box-news__list--horizontal, .l-container--rwd .c-box-news__list--3cols {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      margin: 0; }
    .l-container--rwd .l-col--main .c-box-news__list--horizontal li, .l-container--rwd .l-col--main .c-box-news__list--3cols li {
      width: 100%;
      margin: 15px 0; } }

@media screen and (max-width: 930px) {
  .l-footer {
    min-width: 0; }
    .l-footer .l-row {
      padding: 0 30px;
      margin-top: 0;
      width: 1230px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .l-footer .l-box, .l-footer .l-col {
      display: block;
      margin-left: 0;
      max-width: none;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      min-width: 300px; } }

@media screen and (max-width: 1230px) {
  .header-wrapper {
    min-width: 0; } }

.navigation__item--mobile {
  display: none; }

@media screen and (max-width: 1230px) {
  .header--mobile {
    width: auto;
    height: 60px; }
    .header--mobile .header__prebrand {
      display: inline-block; }
    .header--mobile .navigation__item:not(.navigation__item--mobile) {
      display: none; }
    .header--mobile .navigation__item--mobile {
      display: inline-block; }
    .header--mobile .top-more {
      overflow-y: scroll;
      display: block; }
    .header--mobile .top-more__list {
      text-align: center; }
    .header--mobile .top-more__item {
      display: block;
      padding: 10px 0; }
    .header--mobile .header__brand {
      justify-self: left;
      padding-left: 15px; }
    .header--mobile .header__navbar {
      justify-self: right;
      padding-right: 15px; }
    .header--mobile .header__actions {
      justify-self: right;
      padding-right: 15px; }
    .header--mobile [data-target="dropdown-search"] {
      display: none; }
    .header--mobile .c-logo__image {
      max-width: 250px; } }

@media screen and (max-width: 930px) {
  .l-header {
    padding: 10px; }
    .l-header .c-logo__image {
      max-width: 150px; } }

@media screen and (max-width: 1230px) {
  .top-user {
    margin: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .top-user__input {
      display: block;
      width: 100%; }
      .top-user__input + .top-user__input {
        margin-top: 5px; } }

@media screen and (max-width: 1230px) {
  .dropdown {
    margin-top: 0;
    top: 60px; }
  .l-ad-top {
    width: auto; }
  body {
    overflow-x: hidden; }
  .c-navi__dropdown--is-shown#dropdown-user {
    height: auto; }
  .top-search__form {
    width: 60%; }
  .top-search__input {
    width: 100%; }
  .c-btn, .c-box-advert__lunch-order-button {
    width: 90%;
    margin-top: 5px; }
  .top-add__buttons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .top-add__button {
    margin-top: 10px;
    text-align: center; }
  .l-news__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .l-news__author {
    width: 100%; }
  .c-content {
    margin-left: 0; }
  .c-author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .c-author__link {
      margin: 0 15px 0 0; }
  .l-socials__wrapper {
    display: none; }
  .l-news__more .c-box-news__item {
    margin-left: 0 !important;
    width: 100% !important;
    min-height: 0 !important; }
  .l-news__more .c-box-news__title {
    max-height: none; }
  .l-news__more .c-box-news__image {
    width: 100% !important; }
  .c-news-list-item__image-container {
    float: none;
    margin: 0 0 5px; }
  .c-news-list-item__image {
    width: 100%; }
  .c-news-list-item__title {
    max-height: none; }
  .c-news-list-item + div {
    margin: 15px 0; } }

@media screen and (max-width: 1230px) {
  .c-news-gal__list {
    width: 100%;
    margin-bottom: 0;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .c-news-gal__item {
    position: relative;
    margin: 1px !important; } }

@media screen and (max-width: 1230px) {
  .l-form {
    padding: 15px; }
  .l-form, .l-steps {
    width: auto; }
  .c-form__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-form-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
  .c-form__reg {
    width: 100%;
    margin: 0;
    padding: 15px; }
  .c-cookies {
    width: auto;
    padding: 30px; }
  .uploader {
    padding: 15px; }
  .c-form__col2 {
    border-left: none;
    border-top: 1px solid #d9d9d9;
    padding: 15px 0 0 0;
    margin: 15px 0 0 0; } }

@media screen and (max-width: 1230px) {
  .l-header {
    width: auto;
    height: 60px;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #337ab7; }
    .l-header .top-more {
      overflow-y: scroll;
      display: block; }
    .l-header .top-more__list {
      text-align: center; }
    .l-header .top-more__item {
      display: block;
      padding: 3px 0; }
      .l-header .top-more__item .c-btn, .l-header .top-more__item .c-box-advert__lunch-order-button {
        display: block;
        width: 100%; }
  .l-nav-wrapper, .c-wheather, .c-search, .c-login {
    display: none; }
  .navigation__item--mobile {
    display: inline-block; } }

@media screen and (max-width: 1230px) {
  .c-catad-add {
    position: relative;
    text-align: center; }
  .c-adv-list__item {
    padding: 30px 0; } }

@media screen and (max-width: 1230px) {
  .l-ticker {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; } }

@media screen and (max-width: 1230px) {
  .c-box-advert-1000 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .c-box-advert-1000__item {
      margin: 0 5px; } }

@media screen and (max-width: 930px) {
  .gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    top: 80px; } }

@media screen and (min-width: 931px) {
  .gsc-results-wrapper-overlay.gsc-results-wrapper-visible {
    top: 160px; } }

/* DASHBOARD */
.c-dashboard {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative; }
  @media screen and (min-width: 931px) {
    .c-dashboard {
      display: grid;
      grid-template-columns: 1fr 3fr;
      grid-template-rows: auto;
      grid-template-areas: "user counters" "menu content"; } }
  @media screen and (max-width: 880px) {
    .c-dashboard {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-dashboard > div {
    padding: 30px; }
    @media screen and (max-width: 930px) {
      .c-dashboard > div {
        padding: 15px; } }
  .c-dashboard__user {
    grid-area: user;
    background-color: #333;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border-bottom: 1px solid #3b3b3b; }
  .c-dashboard__counters {
    grid-area: counters;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-color: #f8f8f8; }
    @media screen and (max-width: 930px) {
      .c-dashboard__counters {
        display: none; } }
  .c-dashboard__menu {
    grid-area: menu;
    background-color: #333; }
    @media screen and (max-width: 930px) {
      .c-dashboard__menu {
        display: none;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        overflow-x: scroll; }
        .c-dashboard__menu.c-navi__dropdown--is-shown {
          display: block; } }
  .c-dashboard__menu-handle {
    width: 60px;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 999;
    display: none; }
    @media screen and (max-width: 930px) {
      .c-dashboard__menu-handle {
        display: block; } }
  .c-dashboard__burger {
    font-size: 1.25rem;
    color: #fff;
    line-height: initial; }
  .c-dashboard__content {
    grid-area: content; }
    @media screen and (max-width: 930px) {
      .c-dashboard__content {
        padding: 15px !important; } }

.c-udb__user-image {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  overflow: hidden; }

.c-udb__image {
  width: 100px;
  height: 100px; }

.c-udb__user-name {
  color: #fff;
  font-weight: 300;
  margin-top: 15px; }
  .c-udb__user-name strong {
    font-weight: 700; }

.c-udb__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-udb__counter-title {
  font-weight: 300;
  color: #999; }

.c-udb__counter-icon {
  color: #337ab7;
  margin-right: 5px; }

.c-udb__count {
  font-weight: 300;
  margin: 10px 0; }

.c-udb__counter-actions {
  color: #d9d9d9; }

.c-udb__counter-link {
  color: #999;
  font-size: 0.875rem; }

.c-udb__menu-section {
  margin: 0 -30px 30px -30px;
  padding: 0 30px;
  border-bottom: 1px solid #3b3b3b; }
  @media screen and (max-width: 930px) {
    .c-udb__menu-section {
      margin: 0 0 30px 0;
      padding: 0 15px; } }

.c-udb__menu-title {
  font-size: 1rem;
  color: #999;
  font-weight: 300; }

.c-udb__menu-list {
  margin: 15px 0 30px; }

.c-udb__menu-item {
  padding: 10px 0; }
  .c-udb__menu-item + .c-udb__menu-item {
    border-top: 1px solid #3b3b3b; }

.c-udb__menu-link {
  color: #fff; }

.c-udb__menu-icon {
  margin-right: 10px; }

.c-udb__list {
  margin: 30px 0; }

.c-udb__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  padding: 10px; }
  .c-udb__item:nth-child(2n) {
    background-color: #f8f8f8;
    border: 1px solid #f3f3f3;
    border-left: 0;
    border-right: 0; }
  @media screen and (max-width: 600px) {
    .c-udb__item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.c-udb__item-img {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
  .c-udb__item-img img {
    height: 60px; }
    @media screen and (max-width: 600px) {
      .c-udb__item-img img {
        height: auto;
        width: 100%; } }

.c-udb__item-title {
  -webkit-box-flex: 3;
      -ms-flex: 3;
          flex: 3; }
  .c-udb__item-title p, .c-udb__item-title .c-content li, .c-content .c-udb__item-title li {
    font-size: 0.875rem; }

.c-udb__icon {
  color: #999;
  margin-right: 10px; }

.c-udb__item-actions {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right; }
  @media screen and (max-width: 600px) {
    .c-udb__item-actions {
      margin: -15px 0 15px 0; }
      .c-udb__item-actions .dsbd-edit, .c-udb__item-actions .dsbd-delete {
        padding: 10px 15px; } }

.c-udb__action-icon {
  color: #999; }
  .c-udb__action-icon + .c-udb__action-icon {
    margin-left: 10px; }

.c-udb__item-info {
  width: 100px;
  margin-left: 30px; }
  @media screen and (max-width: 880px) {
    .c-udb__item-info {
      display: none; } }

.c-udb__item-date {
  color: #d9d9d9;
  font-size: 0.875rem; }

/* VIRTUALS */
.body-virtuals-margin-top {
  margin-top: 60px; }

.main-portal-bar {
  width: 100%;
  top: 0;
  z-index: 9999;
  padding: 0 30px;
  background-color: #337ab7;
  margin-bottom: 5px; }

.main-portal-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 50px;
  width: auto;
  max-width: 1230px;
  margin: 0 auto; }
  .main-portal-header .brand__image {
    max-width: 150px;
    max-height: 30px; }

.site-info {
  max-width: 1230px;
  padding: 5px 0;
  margin: 0 auto 15px;
  border-bottom: 1px solid #f8f8f8; }
  .site-info__link {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .site-info__msg {
    color: #999;
    font-size: 0.75rem;
    margin: 0 10px 0 0; }
  .site-info__img {
    max-height: 20px; }

.header__goto {
  text-transform: uppercase;
  font-size: 0.875rem; }
  .header__goto-link {
    color: #fff;
    font-size: 1.25rem; }
    .header__goto-link:hover {
      color: #fff; }
  .header__goto-icon {
    margin-left: 5px; }

.header__user {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: right;
  z-index: 9999; }

.header__brand {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  text-align: center; }

.header--gray {
  background-color: #000; }
  .header--gray .actions__button {
    background-color: #000; }

.virtuals {
  max-width: 1230px;
  margin: 0 auto 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative; }
  .virtuals-wrapper {
    width: 100%;
    background: #fff; }
  .virtuals__box + .virtuals__box {
    margin-top: 30px; }
  .virtuals__box--inverted {
    background-color: #333;
    padding: 0 15px 15px; }
  .virtuals__brand {
    width: 100%;
    min-height: 100px;
    background-color: #d9d9d9;
    max-height: 300px;
    overflow: hidden; }
    .virtuals__brand-header {
      margin: 0; }
    .virtuals__brand-img {
      max-width: 1230px;
      width: 100%; }
    .virtuals__brand-h1 {
      position: absolute;
      left: 200px;
      top: -50%; }
    .virtuals__brand-title {
      color: #fff;
      font-size: 1.5rem;
      text-shadow: 2px 2px 5px #000; }
  .virtuals__nav {
    text-transform: uppercase;
    font-size: 1rem;
    font-weight: 700;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px;
    position: relative; }
    .virtuals__nav-list, .virtuals__nav-socials {
      margin: 0; }
    .virtuals__nav-socials {
      position: absolute; }
    .virtuals__nav-item, .virtuals__nav-social {
      display: inline-block;
      position: relative; }
      .virtuals__nav-item + .virtuals__nav-item, .virtuals__nav-social + .virtuals__nav-item, .virtuals__nav-item + .virtuals__nav-social, .virtuals__nav-social + .virtuals__nav-social {
        margin-left: 10px; }
    .virtuals__nav-link {
      text-decoration: none !important;
      font-weight: 400; }
    .virtuals__nav-item-logo {
      position: absolute;
      width: 150px;
      height: 150px;
      bottom: 0;
      overflow: hidden;
      padding: 5px;
      background-color: #fff;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      z-index: 10; }
      .virtuals__nav-item-logo a {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .virtuals__nav-item-logo + .virtuals__nav-item {
        margin-left: 180px; }
    .virtuals__nav-item .navigation__dropdown {
      height: auto;
      z-index: 90;
      right: auto; }
    .virtuals__nav-item .top-more__list {
      margin-left: 0; }
    .virtuals__nav-sub-item {
      font-size: 0.875rem;
      display: block; }
    .virtuals__nav--horizontal {
      position: fixed;
      background: #fff;
      z-index: 999;
      top: 0;
      height: 50px;
      max-width: 1230px; }
      .virtuals__nav--horizontal .virtuals__brand-title {
        display: none; }
      .virtuals__nav--horizontal .virtuals__nav-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .virtuals__nav--horizontal .virtuals__nav-item-logo {
        position: relative;
        height: auto;
        max-height: 50px;
        width: 100px;
        padding: 0; }
        .virtuals__nav--horizontal .virtuals__nav-item-logo + .virtuals__nav-item {
          margin-left: 30px; }
  .virtuals__nav-logo {
    width: 100%; }

.l-footer--virtuals {
  width: 100%;
  min-width: 0; }

.l-box--slider-full {
  max-height: 546px; }
  .l-box--slider-full .c-box-display__image-container {
    height: 546px; }

.virtuals__hamburger-logo {
  width: 125px;
  height: 125px;
  left: 0;
  right: 0;
  margin: 0 auto; }
  @media screen and (max-width: 425px) {
    .virtuals__hamburger-logo {
      width: 100px;
      height: 100px; } }

.virtuals__hamburger {
  position: absolute;
  right: 15px;
  z-index: 999;
  background-color: #fff;
  padding: 10px;
  font-size: 1.25rem; }

.c-cta-contact {
  position: fixed;
  bottom: 30px;
  right: 30px;
  background-color: #337ab7;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  z-index: 990; }
  .c-cta-contact__link {
    display: block;
    color: #fff;
    font-size: 1.5rem;
    line-height: 50px;
    text-align: center; }
  .c-cta-contact:hover {
    background-color: #f8f8f8; }

@media screen and (max-width: 425px) {
  .brand__image {
    max-width: 100px !important; }
  .header__goto {
    font-size: 0.75rem; } }

@media screen and (min-width: 931px) {
  .virtuals__hamburger,
  .virtuals__hamburger-logo,
  .virtuals__nav--mobile {
    display: none !important; } }

@media screen and (max-width: 930px) {
  .virtuals__nav-list {
    display: none; }
  .virtuals__brand-h1 {
    left: 0;
    right: 0;
    text-align: center;
    top: 100%;
    z-index: 2; }
    .virtuals__brand-h1 .virtuals__brand-title {
      color: #333;
      text-shadow: none;
      font-size: 0.875rem; }
  .virtuals__nav--horizontal .virtuals__nav-list {
    display: none; }
  .virtuals__nav--mobile {
    position: absolute;
    top: 100%;
    height: auto;
    right: 0;
    overflow-y: scroll;
    padding: 0;
    z-index: 998; }
    .virtuals__nav--mobile.c-navi__dropdown--is-shown .virtuals__nav-list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      background-color: #f8f8f8;
      width: 100%;
      text-align: center;
      padding: 30px; }
      .virtuals__nav--mobile.c-navi__dropdown--is-shown .virtuals__nav-list .virtuals__nav-item {
        padding: 5px 0; }
    .virtuals__nav--mobile .virtuals__nav-item {
      margin-left: 0; } }

.c-virtuals__rating {
  position: relative;
  left: auto;
  bottom: 10px; }

.c-virtuals__description {
  font-size: 1rem; }

.c-virtuals__photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: stretch;
      -ms-flex-pack: stretch;
          justify-content: stretch; }

.c-virtuals__photo {
  margin: 5px; }
  .c-virtuals__photo-img {
    width: 100%; }
  .c-virtuals__photo:not(:first-child) {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-width: 110px; }

.c-info-section__header {
  color: #337ab7;
  font-size: 2rem;
  font-weight: 300; }

.c-info-section__txt, .c-cta__msg {
  font-size: 1rem;
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  margin: 30px 0;
  text-align: justify; }

.c-info-section__cta {
  display: inline-block;
  margin-bottom: 30px;
  text-align: center; }

.c-cta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .c-cta * {
    color: #fff; }
  .c-cta__header {
    font-size: 2rem;
    line-height: 1.5rem;
    margin: 0;
    text-transform: uppercase; }
  .c-cta__msg {
    font-size: 1.1rem; }
  .c-cta__btn {
    background: none;
    border: 2px solid #fff !important; }
  @media screen and (max-width: 930px) {
    .c-cta {
      padding: 15px 0 30px;
      text-align: center; }
      .c-cta__header {
        line-height: 2rem; }
      .c-cta__msg {
        text-align: center; } }

.c-menu-special {
  background-color: #f8f8f8;
  padding: 15px;
  height: 100%;
  max-height: 420px; }
  .c-menu-special__header {
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #337ab7; }
  .c-menu-special__cta {
    text-align: center;
    margin-top: auto; }
  .c-menu-special .c-menu-dish {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .c-menu-special .c-menu-dish__img {
      display: block;
      width: 100%;
      margin: 0 auto 15px; }
    .c-menu-special .c-menu-dish__title {
      font-size: 1.375rem;
      margin: 0; }
    .c-menu-special .c-menu-dish__details {
      font-size: 0.875rem;
      margin: 5px 0 15px;
      color: #999; }
    .c-menu-special .c-menu-dish__price {
      font-size: 2.25rem;
      line-height: 1.5rem;
      color: #337ab7;
      float: right;
      margin-right: 15px; }

.c-necro-box {
  background-color: #000;
  padding: 15px;
  font-family: "Roboto Slab", serif;
  height: 100%; }
  .c-necro-box p, .c-necro-box .c-content li, .c-content .c-necro-box li, .c-necro-box h5 {
    font-family: "Roboto Slab", serif;
    color: #fff; }
  .c-necro-box__img {
    max-width: 100%;
    margin: 0 auto 15px; }
  .c-necro-box__title {
    text-align: center;
    margin: auto 0 0; }
  .c-necro-box__details {
    font-size: 0.75rem;
    margin: 5px 0 15px; }
  .c-necro-box__info {
    font-size: 0.875rem;
    margin: 0 0 5px;
    text-align: center;
    color: #999; }
  .c-necro-box__wrapper {
    height: 100%; }
    .c-necro-box__wrapper a {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      height: 100%; }

.c-contact__item {
  margin: 15px 0; }

.c-contact__title {
  display: inline-block;
  color: #337ab7;
  font-weight: 400;
  text-transform: uppercase; }

.c-contact__icon {
  color: #337ab7;
  margin-right: 15px;
  font-size: 1.5rem !important; }

.c-contact__data {
  font-family: Roboto Condensed, "Helvetica Neue", Arial, sans-serif;
  color: #333;
  font-size: 1rem; }

.c-contact__link {
  color: #999; }

.c-contact__form {
  padding: 30px;
  border: 10px solid #f8f8f8; }

.c-food__img {
  float: left;
  margin-right: 30px;
  margin-bottom: 30px; }

.c-food__category {
  clear: both;
  width: 100%;
  text-align: center;
  margin: 30px 0 15px;
  text-transform: uppercase; }

.c-food__item {
  display: block;
  padding: 15px; }
  .c-food__item:nth-child(2n) {
    background-color: #f8f8f8; }

.c-food__title {
  font-size: 1.375rem;
  font-weight: 400;
  float: left; }

.c-food__price {
  font-weight: 400;
  float: right; }

.c-food__info {
  clear: both;
  margin: 0;
  color: #999;
  font-size: 0.875rem; }

.c-food--boxed .c-food__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 15px; }

.c-food--boxed .c-food__item {
  padding: 0;
  margin: 5px 0 0; }

.c-food--boxed .c-food__title {
  font-size: 1.25rem; }

.c-food--boxed .c-food__price {
  font-size: 1.25rem;
  color: #337ab7; }

.c-movie {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
  @media screen and (max-width: 930px) {
    .c-movie {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-movie + .c-movie {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid #d9d9d9; }
  .c-movie__img {
    margin-right: 30px;
    margin-bottom: 30px; }
  .c-movie__img-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
  .c-movie__title {
    display: block; }
  .c-movie__descr {
    font-size: 1rem; }
  .c-movie__info {
    color: #000;
    font-weight: 700; }
  .c-movie__info-wrapper {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3; }
  .c-movie__header {
    margin: 30px 0; }
    @media screen and (max-width: 930px) {
      .c-movie__header {
        clear: both; } }
  .c-movie__list {
    width: 100%; }
  .c-movie__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px; }
    .c-movie__item:nth-child(2n) {
      background-color: #f8f8f8; }
    .c-movie__item + .c-movie__item {
      border-top: 1px solid #ebebeb; }
    @media screen and (max-width: 1230px) {
      .c-movie__item-button {
        max-width: 100px; } }
  .c-movie__price {
    float: right; }
  .c-movie .l-box__more {
    width: 100%; }

.c-pets__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.c-pets__item {
  margin: 15px;
  padding: 15px;
  background-color: #f8f8f8;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 360px;
  max-width: 360px; }
  @media screen and (max-width: 1230px) {
    .c-pets__item {
      max-width: 500px; } }
  @media screen and (max-width: 930px) {
    .c-pets__item {
      max-width: 100%; } }

.c-pets__img-wrapper {
  overflow: hidden; }

.c-pets__img {
  width: 100%; }

.c-pets__info {
  font-weight: 700; }

.c-pets__descr {
  font-size: 0.875rem; }

.c-pet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 930px) {
    .c-pet {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .c-pet__img-wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
    margin-bottom: 15px; }
  .c-pet__img {
    width: 100%; }
  .c-pet__info-wrapper {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2; }
  .c-pet__info {
    font-weight: 700; }
  .c-pet__descr {
    font-size: 0.875rem; }

@media screen and (max-width: 930px) {
  .l-box--slider-full .c-box-display__image-container {
    height: auto; } }

@media screen and (max-width: 880px) {
  .c-box-necro__link {
    font-size: 1.25rem;
    padding: 15px; }
  .c-food__img {
    float: none !important;
    margin: 0 auto 15px;
    display: block; }
  .c-menu-special .c-menu-dish__img {
    width: 50%; } }

@media screen and (max-width: 425px) {
  .slick-list .c-box-display__title {
    font-size: 1rem !important; }
  .c-menu-special .c-menu-dish__img {
    width: 100%; } }

.blog__wrapper {
  max-width: 1230px;
  margin: 0 auto;
  width: 100%;
  background: #fff; }

.blog__cover {
  width: 100%;
  height: auto;
  max-height: 300px;
  overflow: hidden;
  border-radius: 0 0 20px 20px; }
  @media screen and (max-width: 930px) {
    .blog__cover {
      max-height: 200px; } }

.blog__author {
  background-color: #fff;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media screen and (max-width: 1230px) {
    .blog__author {
      padding: 0 15px;
      margin-left: -5px; } }
  .blog__author-img-w {
    padding: 5px;
    background-color: #fff;
    margin-top: -5%;
    max-width: 150px;
    max-height: 150px; }
  .blog__author-img {
    width: 100%; }
  .blog__author-w {
    margin-left: 10px; }
  .blog__author-title {
    margin-bottom: -5px; }
  .blog__author-url {
    font-size: 1rem;
    color: #999; }

.blog__section-title {
  font-weight: 300;
  text-transform: uppercase;
  border-bottom: 1px solid #d9d9d9;
  padding-bottom: 10px; }

.c-poll__question {
  margin: 15px 0;
  font-weight: 700; }

.c-poll__votes {
  list-style: none !important; }

.c-poll__vote {
  position: relative; }

.c-poll__radio {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 10px;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  width: 14px;
  height: 14px;
  border: 1px solid #d9d9d9;
  border-radius: 100%; }
  .c-poll__radio:before {
    content: '';
    position: absolute;
    left: 1px;
    top: 1px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #337ab7;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in; }
  .c-poll__radio:checked:before {
    opacity: 1.0; }

.c-poll__answer {
  width: 100%;
  padding: 15px 15px 15px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.c-poll__descr {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  padding-left: 15px;
  line-height: 1.5rem; }

.c-poll__txt {
  font-size: 0.875rem; }

.c-poll__radio:checked + .c-poll__answer {
  -webkit-transition: background-color 0.2s ease-in;
  transition: background-color 0.2s ease-in;
  background-color: #f8f8f8; }

.c-poll__bar-wrapper {
  width: 100%;
  border: 1px solid #d9d9d9;
  position: relative; }

.c-poll__bar {
  height: 40px;
  background-color: #337ab7; }
  .c-poll__bar--low {
    height: 20px; }

.c-poll__bar-value {
  font-size: 0.875rem;
  color: #999;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 5px; }

.c-poll__img-wrapper {
  width: 80px;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.c-poll__img {
  height: 100% !important;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  max-width: none !important; }

.c-poll__vote-count {
  font-size: 0.875rem;
  color: #999;
  text-align: center !important; }
