.hidden {
  display: none !important; }

.js-hidden-item {
  display: none; }

.text-bold {
  font-weight: 700; }

.display-ib {
  display: inline-block !important; }

.text-dotted {
  border-bottom: 1px dotted; }
  .text-dotted:hover {
    border-color: transparent; }

.text-large {
  font-size: 28px; }

.mb-5 {
  margin-bottom: 5px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-20 {
  margin-bottom: 20px; }

@media (min-width: 0px) {
  .pull-xs-right {
    float: right !important; }
  .pull-xs-left {
    float: left !important; } }

@media (min-width: 768px) {
  .pull-sm-right {
    float: right !important; }
  .pull-sm-left {
    float: left !important; } }

@media (min-width: 920px) {
  .pull-md-right {
    float: right !important; }
  .pull-md-left {
    float: left !important; } }

@media (min-width: 1220px) {
  .pull-lg-right {
    float: right !important; }
  .pull-lg-left {
    float: left !important; } }

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active,
a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

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

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

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

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

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

td,
th {
  padding: 0; }

/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: ""; }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  .navbar {
    display: none; }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important; }
  .label {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important; } }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

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

html {
  font-size: 10px;
  -webkit-tap-highlight-color: transparent; }

body {
  font-family: "site-font", Arial, sans-serif;
  font-size: 13px;
  line-height: 1.4;
  color: #323232;
  background-color: #f0f0f0; }

input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

a {
  color: #323232;
  text-decoration: none; }
  a:hover, a:focus {
    color: #323232;
    text-decoration: none; }
  a:focus {
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px; }

figure {
  margin: 0; }

img {
  vertical-align: middle; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-rounded {
  border-radius: 6px; }

.img-thumbnail {
  padding: 4px;
  line-height: 1.4;
  background-color: #f0f0f0;
  border: 1px solid #ddd;
  border-radius: 4px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  max-width: 100%;
  height: auto; }

.img-circle {
  border-radius: 50%; }

hr {
  margin-top: 18px;
  margin-bottom: 18px;
  border: 0;
  border-top: 1px solid #eeeeee; }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto; }

[role="button"] {
  cursor: pointer; }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 640px; } }
  @media (min-width: 920px) {
    .container {
      width: 900px; } }
  @media (min-width: 1220px) {
    .container {
      width: 1200px; } }

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 10px;
  padding-right: 10px; }
  .container-fluid:before, .container-fluid:after {
    content: " ";
    display: table; }
  .container-fluid:after {
    clear: both; }

.row {
  margin-left: -10px;
  margin-right: -10px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .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 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 920px) {
  .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 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1220px) {
  .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 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -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; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-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; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  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;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.4; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }
  .modal-sm {
    width: 300px; } }

@media (min-width: 920px) {
  .modal-lg {
    width: 900px; } }

.clearfix:before, .clearfix:after {
  content: " ";
  display: table; }

.clearfix:after {
  clear: both; }

.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.pull-right {
  float: right !important; }

.pull-left {
  float: left !important; }

.hide {
  display: none !important; }

.show {
  display: block !important; }

.invisible {
  visibility: hidden; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.hidden {
  display: none !important; }

.affix {
  position: fixed; }

@-ms-viewport {
  width: device-width; }

.visible-xs {
  display: none !important; }

.visible-sm {
  display: none !important; }

.visible-md {
  display: none !important; }

.visible-lg {
  display: none !important; }

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important; }

@media (max-width: 767px) {
  .visible-xs {
    display: block !important; }
  table.visible-xs {
    display: table !important; }
  tr.visible-xs {
    display: table-row !important; }
  th.visible-xs,
  td.visible-xs {
    display: table-cell !important; } }

@media (max-width: 767px) {
  .visible-xs-block {
    display: block !important; } }

@media (max-width: 767px) {
  .visible-xs-inline {
    display: inline !important; } }

@media (max-width: 767px) {
  .visible-xs-inline-block {
    display: inline-block !important; } }

@media (min-width: 768px) and (max-width: 919px) {
  .visible-sm {
    display: block !important; }
  table.visible-sm {
    display: table !important; }
  tr.visible-sm {
    display: table-row !important; }
  th.visible-sm,
  td.visible-sm {
    display: table-cell !important; } }

@media (min-width: 768px) and (max-width: 919px) {
  .visible-sm-block {
    display: block !important; } }

@media (min-width: 768px) and (max-width: 919px) {
  .visible-sm-inline {
    display: inline !important; } }

@media (min-width: 768px) and (max-width: 919px) {
  .visible-sm-inline-block {
    display: inline-block !important; } }

@media (min-width: 920px) and (max-width: 1219px) {
  .visible-md {
    display: block !important; }
  table.visible-md {
    display: table !important; }
  tr.visible-md {
    display: table-row !important; }
  th.visible-md,
  td.visible-md {
    display: table-cell !important; } }

@media (min-width: 920px) and (max-width: 1219px) {
  .visible-md-block {
    display: block !important; } }

@media (min-width: 920px) and (max-width: 1219px) {
  .visible-md-inline {
    display: inline !important; } }

@media (min-width: 920px) and (max-width: 1219px) {
  .visible-md-inline-block {
    display: inline-block !important; } }

@media (min-width: 1220px) {
  .visible-lg {
    display: block !important; }
  table.visible-lg {
    display: table !important; }
  tr.visible-lg {
    display: table-row !important; }
  th.visible-lg,
  td.visible-lg {
    display: table-cell !important; } }

@media (min-width: 1220px) {
  .visible-lg-block {
    display: block !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline {
    display: inline !important; } }

@media (min-width: 1220px) {
  .visible-lg-inline-block {
    display: inline-block !important; } }

@media (max-width: 767px) {
  .hidden-xs {
    display: none !important; } }

@media (min-width: 768px) and (max-width: 919px) {
  .hidden-sm {
    display: none !important; } }

@media (min-width: 920px) and (max-width: 1219px) {
  .hidden-md {
    display: none !important; } }

@media (min-width: 1220px) {
  .hidden-lg {
    display: none !important; } }

.visible-print {
  display: none !important; }

@media print {
  .visible-print {
    display: block !important; }
  table.visible-print {
    display: table !important; }
  tr.visible-print {
    display: table-row !important; }
  th.visible-print,
  td.visible-print {
    display: table-cell !important; } }

.visible-print-block {
  display: none !important; }
  @media print {
    .visible-print-block {
      display: block !important; } }

.visible-print-inline {
  display: none !important; }
  @media print {
    .visible-print-inline {
      display: inline !important; } }

.visible-print-inline-block {
  display: none !important; }
  @media print {
    .visible-print-inline-block {
      display: inline-block !important; } }

@media print {
  .hidden-print {
    display: none !important; } }

@font-face {
  font-family: 'site-font';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/roboto-regular.woff2") format("woff2"), url("../fonts/roboto-regular.woff") format("woff"); }

@font-face {
  font-family: 'site-font';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/roboto-bold.woff2") format("woff2"), url("../fonts/roboto-bold.woff") format("woff"); }

h1, h2, h3, h4, h5, h6 {
  font-weight: 700; }

.svg-wrap-small,
.svg-wrap-small svg {
  width: 16px;
  height: 16px; }

.svg-wrap-middle {
  width: 20px;
  height: 20px; }

.svg-wrap-mid30 {
  width: 30px;
  height: 30px; }

.svg-color-brand {
  fill: #90b400 !important; }

.svg-favourites:hover svg,
.svg-favourites.selected svg,
.svg-fav-filled {
  fill: #90b400 !important; }

.svg-like:hover svg,
.svg-like.selected svg {
  fill: #90b400 !important; }

.svg-comment:hover svg {
  fill: #90b400 !important; }

.header {
  padding-top: 20px;
  background-color: #fff;
  min-height: 120px; }

.logo {
  display: block;
  max-width: 230px; }

.header-thin {
  background-color: #fff;
  padding: 15px 0; }
  .header-thin .logo-mini {
    display: block;
    width: 100px;
    height: 20px; }
    .header-thin .logo-mini img {
      width: 100%;
      height: 100%; }
  .header-thin .header-thin__link a {
    color: #90b400; }
    .header-thin .header-thin__link a:hover {
      text-decoration: underline; }
  .header-thin .user {
    padding: 0; }
    .header-thin .user.authorized {
      min-width: 150px; }
      .header-thin .user.authorized .user__avatar {
        vertical-align: super; }
      .header-thin .user.authorized .user__link {
        padding-top: 0;
        vertical-align: super; }
  .header-thin .btn.btn-add {
    display: inline-block; }

.navigation {
  width: 75%;
  float: left; }
  .navigation .navigation-primary {
    font-size: 16px;
    margin-bottom: 5px; }
    .navigation .navigation-primary .navigation__link {
      padding-right: 15px; }
      .navigation .navigation-primary .navigation__link a {
        font-weight: 700; }
  .navigation .navigation-secondary {
    font-size: 12px; }
    .navigation .navigation-secondary .navigation__link {
      padding-right: 10px; }
      .navigation .navigation-secondary .navigation__link a {
        font-weight: 400; }
  .navigation .navigation__link {
    float: left; }
    .navigation .navigation__link:last-child {
      padding-right: 0; }
    .navigation .navigation__link a {
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .navigation .navigation__link a:hover, .navigation .navigation__link a.active, .navigation .navigation__link a:active {
        color: #90b400; }
  .navigation .navigation__link-more {
    padding-right: 0;
    display: none; }
  .navigation .navigation-dropdown {
    display: none; }

.install-links-container {
  float: right;
  width: -webkit-calc(25% - 40px);
  width: calc(25% - 40px);
  margin-right: 40px; }
  .install-links-container .install-links {
    font-size: 16px;
    font-weight: 700;
    margin-right: 20px; }
    .install-links-container .install-links:last-child {
      margin-right: 0; }
    .install-links-container .install-links .svg-wrap {
      display: inline-block;
      vertical-align: top; }

#drop-btn {
  cursor: pointer; }

.arrow {
  display: inline-block;
  vertical-align: sub;
  border: 4px solid transparent; }
  .arrow.arrow-down {
    border-top: 4px solid #323232; }
  .arrow.arrow-up {
    border-bottom: 4px solid #323232;
    margin-bottom: 4px; }

.header__top {
  position: relative;
  min-height: 70px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.5); }
  .header__top .form-container {
    right: 45px;
    top: 8px; }

.header__menu {
  padding: 10px 0;
  position: relative; }

.weather {
  padding: 12px 0; }
  .weather .weather__city,
  .weather .weather__icon,
  .weather .weather__info,
  .weather .weather__link {
    display: inline-block;
    font-size: 11px; }
  .weather .weather__city,
  .weather .weather__info {
    margin-right: 10px; }
  .weather .weather__icon {
    vertical-align: middle; }

aside a {
  text-decoration: none;
  padding: 0 5px; }

aside .aside__part {
  padding: 10px 15px;
  border-top: 1px solid rgba(205, 205, 205, 0.5); }

aside .aside__part:first-child {
  border-top: none; }
  aside .aside__part:first-child a:last-child {
    padding: 0 5px 0 0; }
    aside .aside__part:first-child a:last-child::before {
      content: '|';
      padding: 0 5px 0 0; }
  aside .aside__part:first-child a:last-child.dotted {
    padding: 0; }
    aside .aside__part:first-child a:last-child.dotted::before {
      content: '';
      padding: 0; }

aside ul {
  padding: 0;
  margin: 0;
  list-style-type: none; }
  aside ul li {
    margin-bottom: 15px; }
  aside ul li:last-child {
    margin-bottom: 0; }
  aside ul li a:hover,
  aside ul li a.active {
    color: #90b400; }

aside .aside__icon {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px; }
  aside .aside__icon img {
    width: 100%;
    height: 100%; }

.user {
  font-size: 11px;
  padding: 12px 0; }
  .user.authorized {
    min-width: 182px; }
    .user.authorized .user__avatar {
      display: inline-block;
      width: 16px;
      height: 16px;
      margin-right: 10px;
      vertical-align: text-bottom; }
      .user.authorized .user__avatar img {
        width: 100%;
        height: 100%; }
      .user.authorized .user__avatar svg {
        fill: rgba(0, 0, 0, 0.25); }
    .user.authorized .user__link.exit {
      float: right;
      width: 16px;
      height: 16px;
      margin-right: 0; }
      .user.authorized .user__link.exit svg {
        fill: rgba(0, 0, 0, 0.25); }
  .user .user__link {
    display: inline-block;
    cursor: pointer;
    padding-top: 6px;
    margin-right: 10px;
    outline: none; }

.menu-btn {
  display: none;
  width: 20px;
  margin: 20px 10px 0 0; }
  .menu-btn span {
    display: block;
    width: 20px;
    height: 2px;
    background-color: #323232;
    border-radius: 1px; }
  .menu-btn span + span {
    margin-top: 5px; }

.form-container {
  position: absolute;
  right: 0;
  top: 0;
  width: 0; }

.search-init {
  position: absolute;
  right: 0;
  top: 10px;
  width: 20px;
  height: 20px;
  background: url("../img/svg/search.svg");
  cursor: pointer; }

.search-init.worked {
  z-index: -10; }

.search-input {
  float: right;
  padding: 10px;
  border: none;
  outline: none;
  width: 0;
  -webkit-transition: 0.5s;
  transition: 0.5s; }

.search-input.focused {
  width: 100%;
  border-color: rgba(205, 205, 205, 0.5); }

.header__top .form-container.focused {
  width: 90%; }

.form-container.focused {
  width: 100%; }

@media (max-width: 919px) {
  .menu-btn {
    display: block; } }

@media (max-width: 400px) {
  .logo {
    max-width: 220px; }
    .logo img {
      max-width: 100%;
      height: auto; } }

.footer {
  background-color: #e6e6e6;
  min-height: 200px; }

.bottom-links-title {
  margin: 20px 0 10px;
  font-weight: 700;
  font-size: 13px; }

ul.bottom-links {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  ul.bottom-links li {
    margin-bottom: 10px;
    font-size: 11px; }
  ul.bottom-links li:last-child {
    margin-bottom: 0; }
  ul.bottom-links a,
  ul.bottom-links a.userName:hover {
    text-decoration: none; }
  ul.bottom-links a:hover {
    text-decoration: underline; }

.socials {
  margin-top: 30px;
  padding: 20px 0;
  border-top: 1px solid rgba(205, 205, 205, 0.5);
  font-size: 11px; }
  .socials p {
    margin: 0 0 10px 0; }

.socials:last-child {
  margin-top: 0; }

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

.soc-link {
  display: inline-block;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 0 2px;
  border-radius: 50%;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .soc-link:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.5); }
  .soc-link svg {
    fill: #fff; }
  .soc-link .svg-wrap-middle {
    margin: 10px auto; }
  .soc-link.vk {
    background-color: #41658b; }
    .soc-link.vk:hover {
      background-color: #4c77a3; }
  .soc-link.fb {
    background-color: #3b5998; }
    .soc-link.fb:hover {
      background-color: #4568b2; }
  .soc-link.ok {
    background-color: #f68634; }
    .soc-link.ok:hover {
      background-color: #f89a56; }
  .soc-link.tw {
    background-color: #00aced; }
    .soc-link.tw:hover {
      background-color: #12beff; }
  .soc-link.tl {
    background-color: #0088cc; }
    .soc-link.tl:hover {
      background-color: #00a0f0; }
  .soc-link.in {
    background-color: #916747; }
    .soc-link.in:hover {
      background-color: #a97853; }
  .soc-link.gp {
    background-color: #dd4b39; }
    .soc-link.gp:hover {
      background-color: #e26757; }
  .soc-link.vb {
    background-color: #7c529e; }
    .soc-link.vb:hover {
      background-color: #8e65af; }
  .soc-link.yt {
    background-color: #cd201f; }
    .soc-link.yt:hover {
      background-color: #e03130; }

.download-links {
  display: inline-block;
  height: 40px;
  margin-right: 10px; }
  .download-links img {
    max-height: 100%; }

@media (max-width: 919px) {
  .download-links {
    margin-top: 15px; } }

.btn {
  display: block;
  text-align: center;
  border-radius: 2px;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background-color: transparent;
  border: 1px solid #323232;
  outline: none; }
  .btn:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.5); }
  .btn.btn-wide {
    width: 300px; }
  .btn.btn-narrow {
    width: 150px; }
  .btn.btn-thick {
    height: 40px;
    line-height: 38px; }
  .btn.btn-thin {
    height: 30px;
    line-height: 28px;
    font-size: 11px; }
  .btn.btn-full-width {
    width: 100%; }
  .btn.btn-small {
    display: inline-block;
    height: 25px;
    line-height: 23px;
    padding: 0 10px;
    font-size: 11px; }
  .btn.btn-brand {
    background-color: #90b400;
    color: #fff;
    border-color: transparent; }
  .btn.btn-search {
    height: 60px;
    line-height: 58px;
    padding: 0;
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 700; }
    .btn.btn-search svg {
      width: 18px;
      height: 18px;
      fill: #fff;
      vertical-align: baseline; }
  .btn.btn-recommend svg {
    width: 16px;
    height: 16px;
    fill: #fff; }
  .btn.btn-show {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    height: 30px;
    line-height: 28px;
    padding: 0 10px;
    background-color: #f0f0f0;
    font-size: 11px; }
  .btn.btn-keyword {
    display: inline-block;
    margin-bottom: 5px;
    padding: 0 25px;
    border-color: transparent;
    background-color: rgba(205, 205, 205, 0.5); }

.btn-up {
  display: none;
  position: fixed;
  bottom: 30px;
  right: 40px;
  z-index: 10;
  cursor: pointer;
  width: 40px;
  height: 40px;
  background: url("../img/svg/arrow-up.svg") 50% no-repeat rgba(0, 0, 0, 0.25);
  background-size: 80%;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .btn-up:hover, .btn-up:active {
    background-color: rgba(0, 0, 0, 0.5); }

@media (max-width: 767px) {
  .btn.btn-wide {
    width: 280px; } }

.section-title {
  overflow: hidden;
  text-align: center;
  font-weight: 700;
  margin-bottom: 15px; }
  .section-title.left {
    text-align: left; }
  .section-title.right {
    text-align: right; }
  .section-title::before, .section-title::after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 100%;
    height: 1px;
    background-color: rgba(205, 205, 205, 0.5);
    position: relative; }
  .section-title::before {
    margin-left: -100%;
    left: -10px; }
  .section-title::after {
    margin-right: -100%;
    right: -10px; }

.check-block:before, .check-block:after,
.radio-block:before,
.radio-block:after {
  content: " ";
  display: table; }

.check-block:after,
.radio-block:after {
  clear: both; }

.checkbox,
.radio {
  display: none; }

.checkbox-custom,
.radio-custom {
  width: 15px;
  height: 15px;
  border: 1px solid rgba(0, 0, 0, 0.25);
  position: relative;
  background-color: #fff;
  cursor: pointer; }

.checkbox-custom,
.radio-custom {
  float: left;
  margin-top: 2px; }

.label {
  float: left;
  vertical-align: text-top;
  margin-left: 5px;
  max-width: 85%; }

.checkbox:checked + .checkbox-custom::before,
.radio:checked + .radio-custom::before {
  content: "";
  display: block;
  position: absolute; }

.checkbox:checked + .checkbox-custom::before {
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  background: url("../img/svg/checked.svg"); }

.radio:checked + .radio-custom::before {
  top: 4px;
  right: 4px;
  bottom: 4px;
  left: 4px;
  background-color: #323232;
  border-radius: 50%; }

.radio-custom,
.radio:checked + .radio-custom::before {
  border-radius: 50%; }

.input-field {
  outline: none;
  border: 1px solid rgba(205, 205, 205, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .input-field:focus {
    border-color: #90b400; }

.input-wide {
  width: 300px; }

.input-narrow {
  width: 140px; }

.input-full-width {
  width: 100%; }

.input-thin {
  height: 40px;
  line-height: 40px;
  padding: 0 10px; }

.input-thick {
  height: 60px;
  line-height: 60px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 20px; }

.textarea-comment {
  width: 100%;
  height: 80px;
  padding: 10px;
  resize: none; }

.input-calendar {
  position: relative;
  padding: 0 45px; }

.input-calendar__icon {
  position: absolute;
  left: 11px;
  top: 1px;
  z-index: 10;
  width: 38px;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  background-color: #eee; }
  .input-calendar__icon svg {
    width: 18px;
    height: 18px; }

input[type="number"] {
  font-size: 16px;
  padding: 0 0 0 10px; }

@media (max-width: 767px) {
  .input-wide {
    width: 260px; }
  .input-searchfield {
    margin-bottom: 10px; } }

/* @group Base */
.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  left: -9999px;
  z-index: 1010;
  width: 100%;
  border: 1px solid rgba(205, 205, 205, 0.5);
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.15); }

.chosen-container.chosen-with-drop .chosen-drop {
  left: 0; }

.chosen-container a {
  cursor: pointer; }

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999; }

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top; }

/* @end */
/* @group Single Chosen */
.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 40px;
  line-height: 40px;
  border: 1px solid rgba(205, 205, 205, 0.5);
  background-color: #fff;
  background-clip: padding-box;
  color: #323232;
  text-decoration: none;
  white-space: nowrap; }

.chosen-container-single .chosen-default {
  color: #999; }

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px; }

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px; }

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 16px;
  height: 100%; }

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  margin-top: 8px;
  background: url("../img/chosen-sprite.png") no-repeat 0px 2px; }

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap; }

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid rgba(205, 205, 205, 0.5);
  background: white url("../img/chosen-sprite.png") no-repeat 100% -20px;
  background: url("../img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box; }

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  left: -9999px; }

/* @end */
/* @group Results */
.chosen-container .chosen-results {
  color: #323232;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0;
  padding: 0;
  max-height: 240px;
  -webkit-overflow-scrolling: touch; }

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 0 6px;
  list-style: none;
  height: 40px;
  line-height: 40px;
  -webkit-touch-callout: none;
  /*word-wrap: break-word;*/
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis; }

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer; }

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default; }

.chosen-container .chosen-results li.highlighted {
  background-color: #90b400;
  color: #fff; }

.chosen-container .chosen-results li.no-results {
  color: #dcdcdc;
  display: list-item;
  background: #f4f4f4; }

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default; }

.chosen-container .chosen-results li.group-option {
  padding-left: 15px; }

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline; }

/* @end */
/* @group Multi Chosen */
.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: -webkit-linear-gradient(#eeeeee 1%, #ffffff 15%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eeeeee), color-stop(15%, #ffffff));
  background-image: linear-gradient(#eeeeee 1%, #ffffff 15%);
  cursor: text; }

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none; }

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap; }

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
          box-shadow: none;
  color: #323232;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0; }

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid rgba(205, 205, 205, 0.5);
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
          box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #323232;
  line-height: 13px;
  cursor: default; }

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px; }

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), color-stop(100%, #eeeeee));
  background-image: -webkit-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eeeeee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eeeeee 100%);
  color: #666; }

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4; }

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px; }

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0; }

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default; }

/* @end */
/* @group Active  */
.chosen-container-active .chosen-single {
  border: 1px solid #90b400; }

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid rgba(205, 205, 205, 0.5);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-color: rgba(0, 0, 0, 0.05); }

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent; }

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px; }

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 5px rgba(0, 0, 0, 0.3); }

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important; }

/* @end */
/* @group Disabled Support */
.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default; }

.chosen-disabled .chosen-single {
  cursor: default; }

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default; }

/* @end */
/* @group Right to Left */
.chosen-rtl {
  text-align: right; }

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0; }

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl; }

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px; }

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px; }

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px; }

.chosen-rtl .chosen-choices li {
  float: right; }

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl; }

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px; }

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px; }

.chosen-rtl.chosen-container-single-nosearch .chosen-search,
.chosen-rtl .chosen-drop {
  left: 9999px; }

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0; }

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0; }

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none; }

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: white url("../img/chosen-sprite.png") no-repeat -30px -20px;
  background: url("../img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl; }

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px; }

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px; }

/* @end */
/* @group Retina compatibility */
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important; } }

/* @end */
.has-error input[type="text"],
.has-error input[type="email"],
.has-error input[type="password"],
.has-error input[type="number"],
.has-error textarea {
  border-color: #fb661c; }

.has-error .help-block {
  color: #fb661c; }

.has-error .form-err {
  display: block;
  font-size: 11px;
  color: #fb661c; }

.anonymous-user-comment .form-group {
  display: inline-block;
  vertical-align: top; }
  .anonymous-user-comment .form-group input[type="text"] {
    display: inline-block; }
  .anonymous-user-comment .form-group.field-comment-captcha {
    margin-left: 10px; }
    .anonymous-user-comment .form-group.field-comment-captcha input {
      margin-left: 10px; }
  .anonymous-user-comment .form-group .cancel-btn {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top; }
    .anonymous-user-comment .form-group .cancel-btn svg {
      vertical-align: baseline;
      fill: rgba(0, 0, 0, 0.25); }

html {
  min-height: 120%; }

body {
  min-height: inherit; }

[data-sidebar] {
  display: none;
  position: fixed;
  height: auto;
  z-index: 40;
  right: 0;
  top: 0; }

[data-sidebar-overlay] {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  opacity: 0;
  width: 100%;
  min-height: inherit;
  z-index: 30; }

aside {
  background-color: #fff; }

aside a {
  color: #323232;
  text-decoration: none;
  outline: none !important; }

.aside__icon {
  fill: rgba(0, 0, 0, 0.25); }

.overlay {
  background-color: #000; }

.modal {
  padding-right: 0 !important; }

.modal-inner {
  padding: 20px; }
  .modal-inner form {
    margin-bottom: 15px; }
  .modal-inner .modal-inner__title {
    font-size: 20px;
    margin-bottom: 15px;
    font-weight: 700;
    text-align: center; }
  .modal-inner .modal-inner__subtitle {
    text-align: center;
    margin-bottom: 15px; }
  .modal-inner .form-group {
    margin-bottom: 20px; }
  .modal-inner .modal-inner__input {
    font-size: 16px; }
  .modal-inner .modal-inner__link a {
    cursor: pointer;
    border-bottom: 1px dotted; }
    .modal-inner .modal-inner__link a:hover {
      border-bottom: none; }
  .modal-inner .btn-modal {
    padding-left: 15px;
    margin-bottom: 20px;
    display: block;
    width: 140px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    font-weight: 700;
    text-align: center;
    border-radius: 2px;
    border: none; }
    .modal-inner .btn-modal.facebook {
      background: url("../img/svg/fb.svg") #3b5998 7% 50% no-repeat;
      background-size: 15%;
      -webkit-box-shadow: 0px 2px 0px 0px #263961;
              box-shadow: 0px 2px 0px 0px #263961; }
      .modal-inner .btn-modal.facebook:hover {
        background-color: #4264aa; }
    .modal-inner .btn-modal.google {
      background: url("../img/svg/google-plus.svg") #dd4b39 10% 50% no-repeat;
      background-size: 15%;
      -webkit-box-shadow: 0px 2px 0px 0px #96271a;
              box-shadow: 0px 2px 0px 0px #96271a; }
      .modal-inner .btn-modal.google:hover {
        background-color: #e15f4f; }
    .modal-inner .btn-modal.vkontakte {
      background: url("../img/svg/vk.svg") #41658b 10% 50% no-repeat;
      background-size: 15%;
      -webkit-box-shadow: 0px 2px 0px 0px #2e3d61;
              box-shadow: 0px 2px 0px 0px #2e3d61; }
      .modal-inner .btn-modal.vkontakte:hover {
        background-color: #49729c; }
  .modal-inner .section-title {
    font-weight: 400; }
  .modal-inner .modal-close {
    position: absolute;
    top: -20px;
    right: -20px;
    cursor: pointer;
    width: 20px;
    height: 20px; }
    .modal-inner .modal-close svg {
      fill: #dcdcdc; }
      .modal-inner .modal-close svg:hover {
        fill: #fff; }

.modal-dialog {
  margin: 30px auto; }
  .modal-dialog.authorization, .modal-dialog.registration, .modal-dialog.restore {
    max-width: 340px; }
  .modal-dialog.recommend {
    max-width: 380px; }
    .modal-dialog.recommend .recommend-section {
      margin-bottom: 10px; }
      .modal-dialog.recommend .recommend-section .recommend-section__title {
        font-weight: 700; }
    .modal-dialog.recommend .recommend-section__rateline .rateline-item {
      display: inline-block;
      width: 16px;
      height: 16px;
      border-radius: 50%;
      background-color: #dcdcdc;
      cursor: pointer; }
      .modal-dialog.recommend .recommend-section__rateline .rateline-item.active {
        background-color: #90b400; }
    .modal-dialog.recommend .recommend-section__rateline .rateline-count {
      float: right;
      font-size: 14px;
      font-weight: 700; }
  .modal-dialog .modal-inner.catalog-graphic, .modal-dialog .modal-inner.catalog-departments {
    padding: 40px 15px; }
    .modal-dialog .modal-inner.catalog-graphic .modal-inner__title, .modal-dialog .modal-inner.catalog-departments .modal-inner__title {
      font-size: 24px;
      margin-bottom: 40px; }
    .modal-dialog .modal-inner.catalog-graphic .modal-inner__content .head, .modal-dialog .modal-inner.catalog-departments .modal-inner__content .head {
      margin-bottom: 10px;
      padding: 20px 30px;
      background-color: rgba(205, 205, 205, 0.5);
      font-size: 16px;
      font-weight: 700; }
    .modal-dialog .modal-inner.catalog-graphic .modal-inner__content .item, .modal-dialog .modal-inner.catalog-departments .modal-inner__content .item {
      padding: 15px 30px;
      border-bottom: 1px solid rgba(205, 205, 205, 0.5); }
      .modal-dialog .modal-inner.catalog-graphic .modal-inner__content .item:last-child, .modal-dialog .modal-inner.catalog-departments .modal-inner__content .item:last-child {
        border-bottom: none; }
    .modal-dialog .modal-inner.catalog-graphic .modal-inner__content .sub-item .icon,
    .modal-dialog .modal-inner.catalog-graphic .modal-inner__content .sub-item .info, .modal-dialog .modal-inner.catalog-departments .modal-inner__content .sub-item .icon,
    .modal-dialog .modal-inner.catalog-departments .modal-inner__content .sub-item .info {
      display: inline-block; }
    .modal-dialog .modal-inner.catalog-graphic .modal-inner__content .sub-item .icon, .modal-dialog .modal-inner.catalog-departments .modal-inner__content .sub-item .icon {
      width: 12px;
      height: 12px;
      fill: rgba(0, 0, 0, 0.25);
      vertical-align: top; }
    .modal-dialog .modal-inner.catalog-graphic .modal-inner__content .sub-item .info, .modal-dialog .modal-inner.catalog-departments .modal-inner__content .sub-item .info {
      width: -webkit-calc(100% - 20px);
      width: calc(100% - 20px); }
  .modal-dialog .modal-inner.competition {
    padding: 20px 40px; }
    .modal-dialog .modal-inner.competition .owl-competition,
    .modal-dialog .modal-inner.competition .competition-item__photo {
      height: 360px; }
    .modal-dialog .modal-inner.competition .competition-item__title {
      font-size: 21px;
      font-weight: 700; }
    .modal-dialog .modal-inner.competition .competition-item__subtitle {
      font-weight: 700; }
    .modal-dialog .modal-inner.competition .competition-item__votes {
      color: #dcdcdc; }
    .modal-dialog .modal-inner.competition .competition-item__description {
      padding: 10px 0;
      text-align: justify; }
  .modal-dialog .modal-inner.trailer {
    padding: 5px; }
    .modal-dialog .modal-inner.trailer .yt-video {
      margin-bottom: 0; }
  .modal-dialog .modal-inner.recommend {
    padding: 10px; }

@media (min-width: 920px) {
  .modal-dialog.trailer {
    width: 900px; } }

@media (max-width: 920px) {
  .modal-dialog.trailer {
    width: 95%; } }

@media (min-width: 768px) {
  .modal-dialog.catalog-graphic, .modal-dialog.catalog-departments {
    width: 620px; }
  .modal-dialog.competition {
    width: 760px; } }

@media (max-width: 767px) {
  .modal-inner .modal-close {
    top: 5px;
    right: 5px;
    z-index: 10; }
    .modal-inner .modal-close svg:hover {
      fill: #323232; }
  .modal-inner .btn-modal {
    width: 125px; } }

.right-bank-kurs {
  display: block;
  overflow: hidden;
  background: #fff; }
  .right-bank-kurs .kurs-title {
    display: block;
    padding: 12px 20px;
    color: #fff;
    font-weight: 700;
    font-size: 13px; }
  .right-bank-kurs .bot {
    display: block;
    padding: 15px 20px;
    font-size: 11px;
    border-top: solid 1px #f1f2f3; }
  .right-bank-kurs .data {
    display: block;
    overflow: hidden;
    padding: 20px 0 20px 20px; }
    .right-bank-kurs .data .logo {
      display: block;
      float: left;
      width: 50px;
      overflow: hidden;
      margin-top: 5px; }
    .right-bank-kurs .data .table {
      display: block;
      float: left;
      margin-left: 10px;
      overflow: hidden;
      width: 160px; }
    .right-bank-kurs .data .table table {
      width: 100%;
      border: 0; }
      .right-bank-kurs .data .table table td {
        padding: 0 15px 0px 0;
        font-size: 13px;
        text-align: left;
        vertical-align: middle;
        white-space: nowrap; }
        .right-bank-kurs .data .table table td .arr-up {
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 0;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-bottom: 5px solid #5dbb46;
          margin-left: 5px; }
        .right-bank-kurs .data .table table td .arr-dwn {
          display: inline-block;
          vertical-align: middle;
          width: 0;
          height: 0;
          border-left: 3px solid transparent;
          border-right: 3px solid transparent;
          border-top: 5px solid #e10007;
          margin-left: 5px; }
      .right-bank-kurs .data .table table tr:first-child td {
        font-size: 11px;
        padding-bottom: 5px; }
      .right-bank-kurs .data .table table tr td:first-child {
        font-weight: 700; }

a {
  cursor: pointer; }

main {
  padding: 10px 0 0; }

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0; }

.card {
  position: relative;
  height: 300px;
  margin-bottom: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .card:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5); }
  .card:hover .card__img-wrap::before {
    background-color: rgba(0, 0, 0, 0.2); }
  .card .card__img-wrap::before {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    top: 0;
    z-index: 10;
    content: "";
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: rgba(0, 0, 0, 0.1) -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.7)), color-stop(65%, transparent));
    background: rgba(0, 0, 0, 0.1) -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.7) 0, transparent 65%);
    background: rgba(0, 0, 0, 0.1) linear-gradient(0deg, rgba(0, 0, 0, 0.7) 0, transparent 65%); }
  .card .card__img-wrap {
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: hidden;
    position: absolute; }
  .card .card__playbtn {
    position: absolute;
    z-index: 20;
    top: 70px;
    left: 50%;
    margin-left: -35px;
    width: 70px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .card .card__playbtn:hover {
      opacity: 0.9; }
  .card .card__info {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0; }
  .card .card__title {
    font-weight: 700;
    bottom: 45px;
    max-height: 5.4em;
    width: 100%;
    padding: 0 15px 2px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 16px; }
    .card .card__title a {
      color: #fff;
      text-decoration: underline; }
      .card .card__title a:hover {
        text-decoration: none; }
  .card .card__title,
  .card .card__bottom,
  .card .card__label {
    position: absolute;
    z-index: 20;
    color: #fff; }
  .card .card__label {
    overflow: hidden; }
  .card .card__bottom {
    bottom: 0;
    height: 40px;
    width: 100%;
    border-top: 1px solid rgba(205, 205, 205, 0.5); }
    .card .card__bottom svg {
      fill: #f0f0f0; }
      .card .card__bottom svg.svg-like:hover {
        fill: #90b400; }
  .card.without-photo {
    background-color: #fff; }
    .card.without-photo .card__title {
      bottom: 100px; }
      .card.without-photo .card__title a {
        color: #323232; }
    .card.without-photo .card__label .label__icon {
      fill: #323232; }
    .card.without-photo .card__bottom {
      color: #323232; }
      .card.without-photo .card__bottom svg {
        fill: #dcdcdc; }

.card__label {
  top: 20px;
  left: 15px; }
  .card__label .label__theme,
  .card__label .label__icon {
    float: left; }
  .card__label .label__theme {
    height: 20px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis;
    line-height: 21px;
    margin-right: 20px;
    padding: 0 20px;
    font-size: 11px;
    text-transform: uppercase;
    background-color: #90b400; }
    .card__label .label__theme.spec__theme {
      background-color: #fb661c; }
  .card__label .label__icon {
    vertical-align: middle;
    margin-right: 15px;
    padding-top: 5px;
    fill: #fff; }

.bottom__info {
  padding: 10px 15px;
  font-size: 11px;
  height: 100%; }
  .bottom__info .date {
    float: left;
    padding-top: 6px; }

.user-actions {
  float: right; }

svg {
  vertical-align: sub;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.ua__item,
.ua__ico,
.ua__link {
  display: inline-block;
  vertical-align: sub; }

.ua__item {
  margin-left: 5px; }

.ua__item:first-child {
  margin-left: 0; }

.ua__link {
  text-decoration: none;
  color: inherit; }

.ua__link:hover {
  color: inherit; }

.card-middle {
  color: #323232; }
  .card-middle .card__img-wrap::before {
    background: rgba(0, 0, 0, 0.1); }
  .card-middle .card__title {
    max-height: 4.4em; }
  .card-middle .card__title a {
    color: #323232; }
  .card-middle .card__info {
    z-index: 10;
    background-color: #fff;
    position: absolute;
    top: 170px;
    width: 100%;
    bottom: 0;
    left: 0;
    right: 0; }
  .card-middle .card__bottom,
  .card-middle .bottom__info .ua__link {
    color: #323232; }
  .card-middle .card__bottom svg {
    fill: #dcdcdc; }
  .card-middle .card__img-wrap {
    bottom: 130px; }

.social-card__img {
  position: absolute;
  width: 100px;
  height: 100px;
  bottom: 0;
  right: 10px;
  fill: #f0f0f0; }

.social-card a {
  color: #fff; }

.social-card .title {
  position: absolute;
  left: 20px;
  top: 30px;
  color: #fff;
  font-weight: 700;
  font-size: 20px; }

.social-card .button {
  position: absolute;
  left: 20px;
  bottom: 65px;
  width: 140px;
  height: 40px;
  line-height: 38px;
  text-align: center;
  border: 1px solid;
  border-radius: 2px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }

.social-card .link {
  position: absolute;
  left: 20px;
  bottom: 20px;
  font-size: 11px; }

.social-card__fb {
  background-color: #3b5998; }
  .social-card__fb .button {
    background-color: #355089;
    border-color: #4264aa; }
    .social-card__fb .button:hover {
      background-color: #324c82; }

.social-card__tw {
  background-color: #00aced; }
  .social-card__tw .button {
    background-color: #009dd9;
    border-color: #08bbff; }
    .social-card__tw .button:hover {
      background-color: #0096ce; }
  .social-card__tw .social-card__img {
    bottom: -10px; }

.social-card__vk {
  background-color: #41658b; }
  .social-card__vk .button {
    background-color: #3b5b7d;
    border-color: #49729c; }
    .social-card__vk .button:hover {
      background-color: #375676; }
  .social-card__vk .social-card__img {
    bottom: -22px; }

.social-card__ok {
  background-color: #f68634; }
  .social-card__ok .button {
    background-color: #f57a20;
    border-color: #f7954c; }
    .social-card__ok .button:hover {
      background-color: #f57517; }

.social-card__tl {
  background-color: #0088cc; }
  .social-card__tl .button {
    background-color: #007ab8;
    border-color: #0099e6; }
    .social-card__tl .button:hover {
      background-color: #0074ad; }
  .social-card__tl .social-card__img {
    bottom: -7px; }

.social-card__in {
  background-color: #916747; }
  .social-card__in .button {
    background-color: #835d40;
    border-color: #a2734f; }
    .social-card__in .button:hover {
      background-color: #7c583d; }

.social-card__vb {
  background-color: #7c529e; }
  .social-card__vb .button {
    background-color: #714b91;
    border-color: #895eab; }
    .social-card__vb .button:hover {
      background-color: #6c488a; }

.social-card__yt {
  background-color: #cd201f; }
  .social-card__yt .button {
    background-color: #bb1d1c;
    border-color: #de2827; }
    .social-card__yt .button:hover {
      background-color: #b21c1b; }
  .social-card__yt .social-card__img {
    bottom: -15px; }

.social-card__gp {
  background-color: #dd4b39; }
  .social-card__gp .button {
    background-color: #da3b28;
    border-color: #e15f4f; }
    .social-card__gp .button:hover {
      background-color: #d33724; }

.card-afisha {
  height: 420px; }
  .card-afisha .card__img-wrap {
    bottom: 110px;
    background-position: center;
    background-size: cover;
    z-index: 10; }
    .card-afisha .card__img-wrap::before {
      display: none; }
  .card-afisha .afisha__ticket {
    float: left;
    padding-top: 2px; }
  .card-afisha .afisha__icon {
    display: inline-block;
    vertical-align: sub; }
    .card-afisha .afisha__icon svg {
      fill: #90b400 !important; }
  .card-afisha .card__info {
    top: 280px; }
  .card-afisha .card__title {
    top: 10px;
    width: 100%;
    line-height: 1.2;
    max-height: 3.7em;
    padding: 0;
    padding: 0 20px;
    font-size: 16px;
    word-wrap: break-word; }
  .card-afisha .card__subinfo {
    position: absolute;
    z-index: 20;
    bottom: 45px;
    max-height: 28px;
    margin: 0 20px;
    overflow: hidden;
    word-wrap: break-word;
    font-size: 11px; }
  .card-afisha .user-actions svg {
    fill: rgba(0, 0, 0, 0.25); }
    .card-afisha .user-actions svg:hover {
      fill: #90b400; }

.card.spec__theme .section-title-wrap {
  position: absolute;
  top: 90px;
  width: 100%;
  color: #fff;
  z-index: 10; }
  .card.spec__theme .section-title-wrap .section-title {
    width: 50%;
    margin: 0 auto; }

.banner {
  display: block;
  position: relative;
  overflow: hidden; }
  .banner.br-container {
    min-height: 400px;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    border-radius: 3px; }
    .banner.br-container .jacket-line {
      width: 240px;
      height: 400px;
      margin-bottom: 5px; }
      .banner.br-container .jacket-line:last-child {
        margin-bottom: 0; }
  .banner .br-inner {
    display: block;
    width: 240px;
    height: 400px; }
  .banner.bc-container {
    height: 80px;
    margin-bottom: 20px; }
    .banner.bc-container .b-nav {
      bottom: 10px;
      right: 5px; }
  .banner .bc-inner {
    display: block;
    width: 100%;
    height: 100%; }
  .banner .b-nav {
    position: absolute;
    bottom: 10px;
    right: 25px; }
  .banner .b-nav__item {
    display: inline-block;
    height: 15px;
    width: 15px;
    line-height: 15px;
    text-align: center;
    font-size: 10px;
    background-color: rgba(250, 250, 250, 0.6);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    border-radius: 3px; }
    .banner .b-nav__item:hover {
      background-color: rgba(250, 250, 250, 0.9); }

.right-block {
  margin-bottom: 40px;
  padding-top: 6px; }
  .right-block .check-block {
    position: relative;
    margin-bottom: 10px; }
  .right-block .vkElement,
  .right-block .fbElement {
    margin: 0 auto;
    text-align: center; }

.right-filter {
  position: relative; }

.sect-mb {
  margin-bottom: 30px; }

h3.section-title {
  font-size: 20px; }

.section-title__label {
  display: inline-block;
  padding: 2px 10px;
  font-size: 11px;
  font-weight: 400;
  text-transform: uppercase;
  color: #fff;
  background-color: #00afe1;
  vertical-align: middle; }

.urgent-title {
  color: #fb661c;
  font-size: inherit; }

.topitem {
  margin-bottom: 20px; }
  .topitem .topitem__num,
  .topitem .topitem__illustration,
  .topitem .topitem__text {
    float: left; }
  .topitem .topitem__num {
    font-weight: 700;
    width: 20px;
    margin-right: 5px; }
  .topitem .topitem__num::after {
    content: "."; }
  .topitem .topitem__illustration {
    width: 40px;
    height: 40px;
    margin-right: 10px;
    border-radius: 50%; }
  .topitem .topitem__text {
    max-width: 70%; }
  .topitem .topitem__description {
    height: 3em;
    overflow: hidden;
    font-weight: 700;
    font-size: 13px; }
    .topitem .topitem__description a {
      text-decoration: underline; }
      .topitem .topitem__description a:hover {
        text-decoration: none; }
  .topitem .topitem__date {
    font-size: 11px; }

.yt-video {
  width: 100%;
  margin-bottom: 20px;
  overflow: hidden; }
  .yt-video.yt-video-big {
    height: 550px; }
  .yt-video object,
  .yt-video iframe,
  .yt-video embed {
    width: 100% !important;
    height: 100% !important; }

.vidcard {
  position: relative;
  display: block;
  height: 180px;
  margin-bottom: 20px;
  text-decoration: none; }
  .vidcard.afisha {
    height: 200px; }
  .vidcard .vidcard__img {
    height: 100px;
    width: 100%; }
  .vidcard .vidcard__title {
    max-height: 3em;
    font-weight: 700;
    overflow: hidden;
    margin-bottom: 5px; }
    .vidcard .vidcard__title a {
      text-decoration: underline; }
      .vidcard .vidcard__title a:hover {
        text-decoration: none; }
  .vidcard .vidcard__subinfo {
    text-decoration: none;
    font-size: 11px; }

.spec-items {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 0 10px;
  color: #fff; }
  .spec-items .spec-item {
    margin-bottom: 10px; }
  .spec-items .spec-item__title {
    font-size: 16px;
    word-wrap: break-word;
    max-height: 2.9em;
    overflow: hidden; }
    .spec-items .spec-item__title a {
      color: #fff;
      text-decoration: underline; }
      .spec-items .spec-item__title a:hover {
        text-decoration: none; }
  .spec-items .spec-item__date {
    font-size: 11px; }

.dotted {
  text-decoration: none;
  border-bottom: 1px dotted; }
  .dotted:hover, .dotted.active {
    border-color: transparent; }

.underline {
  text-decoration: underline; }
  .underline:hover {
    text-decoration: none; }

.small-dotted-link {
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px dotted; }
  .small-dotted-link:hover, .small-dotted-link.active {
    border-color: transparent; }

.owl-stage-outer {
  position: relative; }

.owl-prev,
.owl-next {
  position: absolute;
  top: 40%;
  width: 40px;
  height: 40px;
  opacity: 0.7;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .owl-prev:hover,
  .owl-next:hover {
    opacity: 1; }
  .owl-prev.disabled,
  .owl-next.disabled {
    display: none; }

.owl-prev {
  left: 0;
  background: url("../img/svg/back.svg"); }

.owl-next {
  right: 0;
  background: url("../img/svg/next.svg"); }

.page-top-container {
  background-color: #e6e6e6;
  margin-top: -10px;
  padding-top: 10px; }

.title-container h1,
.title-subinfo {
  display: inline-block; }

.title-container h1 {
  font-size: 35px;
  margin-bottom: 20px; }

.title-subinfo {
  margin-left: 10px;
  font-size: 20px;
  font-weight: 700; }
  .title-subinfo a {
    color: #90b400;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .title-subinfo a:hover, .title-subinfo a.active {
      border-color: transparent; }

.title__toplink {
  display: inline-block;
  height: 24px;
  text-decoration: none;
  border-bottom: 1px dotted; }
  .title__toplink:hover, .title__toplink.active {
    border-color: transparent; }

.title__toplink-block {
  position: absolute;
  z-index: 20;
  right: 36%;
  top: 25px;
  font-size: 13px;
  background-color: #fff;
  border: 1px solid rgba(205, 205, 205, 0.5); }
  .title__toplink-block ul {
    margin: 0;
    padding: 0;
    list-style-type: none; }
  .title__toplink-block li {
    display: block;
    cursor: pointer;
    padding: 5px 20px;
    font-weight: 700;
    text-align: center; }
    .title__toplink-block li:hover, .title__toplink-block li.active {
      background-color: #e6e6e6; }

.tabs .tabs-item {
  display: block;
  float: left;
  padding: 15px 20px 10px;
  text-align: center;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .tabs .tabs-item:focus {
    outline: none; }
  .tabs .tabs-item.active, .tabs .tabs-item:hover {
    background-color: #f0f0f0; }
  .tabs .tabs-item.important {
    color: #90b400; }
  .tabs .tabs-item .tabs-item__date {
    font-size: 16px; }
  .tabs .tabs-item .tabs-item__day {
    font-size: 11px; }
  .tabs .tabs-item .block-num {
    display: none; }

.date-choose {
  display: block;
  margin-top: 15px; }
  .date-choose .date-choose__ico {
    display: block;
    width: 16px;
    height: 16px; }

.event {
  position: relative;
  margin-bottom: 20px;
  height: 210px; }
  .event .event__img-wrap,
  .event .event__info,
  .event .event__bottom {
    position: absolute;
    bottom: 0; }
  .event .event__img-wrap {
    z-index: 10;
    left: 0;
    top: 0;
    width: 140px;
    height: 210px;
    overflow: hidden;
    background-position: center;
    background-size: cover; }
  .event .event__info {
    left: 140px;
    top: 0;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
    background-color: #fff; }
  .event .event__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 5px;
    max-height: 2.9em;
    overflow: hidden; }
    .event .event__title a {
      text-decoration: underline; }
      .event .event__title a:hover {
        text-decoration: none; }
  .event .event__subinfo {
    font-size: 11px;
    max-height: 4.3em;
    margin-bottom: 15px;
    overflow: hidden; }
  .event .event__top {
    padding: 10px 10px 0 20px; }
    .event .event__top .svg-wrap {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
  .event .event__place {
    position: absolute;
    bottom: 45px;
    width: 89%;
    overflow: hidden; }
    .event .event__place svg {
      fill: rgba(0, 0, 0, 0.25); }
  .event .event__time,
  .event .event__map {
    font-size: 11px; }
    .event .event__time span,
    .event .event__map span {
      display: inline-block;
      width: 80%;
      height: 1.4em;
      overflow: hidden;
      white-space: nowrap;
      text-overflow: ellipsis; }
  .event .event__time {
    font-weight: 700;
    margin-bottom: 5px; }
  .event .event__map span a {
    text-decoration: underline; }
    .event .event__map span a:hover {
      text-decoration: none; }
  .event .event__bottom {
    bottom: 0;
    height: 40px;
    width: 100%;
    border-top: 1px solid rgba(205, 205, 205, 0.5); }
  .event .afisha__ticket {
    float: left;
    padding-top: 2px; }
    .event .afisha__ticket svg {
      fill: #90b400 !important; }
  .event .ua__link {
    color: #323232; }
  .event svg {
    fill: #dcdcdc; }
  .event.film .event__title {
    max-height: 4.4em;
    margin-bottom: 5px;
    overflow: hidden; }
  .event.film .event__subinfo {
    max-height: 2.8em;
    margin-bottom: 0;
    overflow: hidden; }

.event-big {
  height: 455px; }
  .event-big .event__img-wrap {
    width: 100%;
    height: 290px; }
  .event-big .event__info {
    top: 290px;
    left: 0;
    width: 100%; }

.event-illustration {
  position: relative;
  height: 450px;
  margin-bottom: 20px;
  overflow: hidden;
  text-align: center; }
  .event-illustration .event-illustration__bg {
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-filter: blur(10px);
            filter: blur(10px); }
  .event-illustration .event-illustration__img {
    display: inline-block;
    max-width: 60%;
    width: 100%;
    height: 100%; }

.yt-video-actions.event-info {
  padding: 15px 20px 0;
  font-size: 13px;
  margin-bottom: 0; }
  .yt-video-actions.event-info:last-child {
    border-top: 1px solid rgba(204, 204, 204, 0.5);
    margin-bottom: 20px; }
  .yt-video-actions.event-info .event-line {
    margin-bottom: 15px; }
    .yt-video-actions.event-info .event-line:after {
      display: table;
      content: '';
      clear: both; }
  .yt-video-actions.event-info .event-info__ico {
    float: left;
    padding-top: 2px; }
  .yt-video-actions.event-info .event-date {
    float: left;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    font-weight: 700;
    font-size: 18px; }
  .yt-video-actions.event-info .event-link {
    float: left;
    width: -webkit-calc(100% - 35px);
    width: calc(100% - 35px);
    font-weight: 700;
    font-size: 18px; }
    .yt-video-actions.event-info .event-link a {
      text-decoration: underline; }
      .yt-video-actions.event-info .event-link a:hover {
        text-decoration: none; }
  .yt-video-actions.event-info .event-subinfo {
    display: inline-block; }
  .yt-video-actions.event-info .event-logo {
    width: 50px;
    height: 50px;
    margin-bottom: 20px; }
    .yt-video-actions.event-info .event-logo img {
      width: 100%;
      height: auto; }

.yt-video-actions .user-actions svg {
  fill: #dcdcdc; }

.event-info__ico {
  display: inline-block;
  width: 18px;
  height: 18px;
  margin-right: 10px;
  fill: rgba(0, 0, 0, 0.25); }
  .event-info__ico.lux {
    fill: #fb661c; }
  .event-info__ico.premium {
    fill: #cc00ff; }

.event-info__bottom {
  margin-bottom: 20px;
  padding: 15px 20px;
  background-color: #fff;
  border-top: 1px solid rgba(204, 204, 204, 0.5); }
  .event-info__bottom .event-subinfo {
    display: inline-block; }

.video {
  margin-bottom: 20px; }
  .video .yt-video {
    margin-bottom: 0; }
  .video .video__info,
  .video .video__info.news__info {
    position: relative;
    width: 100%;
    font-size: 11px;
    background-color: #fff; }
  .video .video__info {
    height: 210px; }
  .video .video__info.news__info {
    height: 100px; }
  .video .video__top {
    padding: 10px 15px 0; }
    .video .video__top .svg-wrap {
      display: inline-block;
      vertical-align: top;
      margin-right: 5px; }
  .video .video__title {
    font-size: 16px;
    font-weight: 700;
    max-height: 2.9em;
    overflow: hidden;
    word-wrap: break-word; }
    .video .video__title a {
      text-decoration: underline; }
      .video .video__title a:hover {
        text-decoration: none; }
  .video .video__subinfo,
  .video .video__description {
    margin-bottom: 15px; }
  .video .video__place {
    position: absolute;
    bottom: 50px;
    width: 89%;
    overflow: hidden; }
    .video .video__place svg {
      fill: rgba(0, 0, 0, 0.25); }
  .video .video__time {
    font-weight: 700;
    margin-bottom: 5px; }
    .video .video__time span {
      display: inline-block;
      width: 80%; }
  .video .video__map span {
    display: inline-block;
    width: 80%;
    text-decoration: underline; }
    .video .video__map span:hover {
      text-decoration: none; }
  .video .video__bottom {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    border-top: 1px solid rgba(205, 205, 205, 0.5); }
    .video .video__bottom svg {
      fill: #dcdcdc; }
  .video .afisha__ticket {
    float: left;
    padding-top: 2px;
    fill: #90b400 !important; }
  .video .ua__link {
    color: #323232; }

.vidcard {
  position: relative; }
  .vidcard .vidcard__img-wrap,
  .vidcard .vidcard__info {
    position: absolute;
    left: 0;
    width: 100%; }
  .vidcard .vidcard__img-wrap {
    top: 0;
    height: 120px; }
  .vidcard .vidcard__info {
    top: 130px;
    overflow: hidden;
    word-wrap: break-word; }

.vidcard.afisha {
  height: 220px; }
  .vidcard.afisha .vidcard__img-wrap {
    z-index: 10;
    background-position: center;
    background-size: cover;
    overflow: hidden; }
  .vidcard.afisha .vidcard__title {
    font-size: 16px;
    max-height: 2.8em; }
    .vidcard.afisha .vidcard__title a {
      text-decoration: underline; }
      .vidcard.afisha .vidcard__title a:hover {
        text-decoration: none; }
  .vidcard.afisha .vidcard__subinfo {
    max-height: 4.2em;
    overflow: hidden;
    font-size: 11px; }

.report .card__img-wrap {
  background-size: cover;
  background-position: center;
  z-index: 10; }

.report .card__info {
  top: 0; }

.report .card__title {
  width: 100%;
  top: 110px;
  text-align: center;
  font-size: 24px; }

.report.card-large .card__date {
  padding: 0 190px; }

.report .card__date {
  position: absolute;
  top: 80px;
  width: 100%;
  padding: 0 30px;
  text-align: center;
  z-index: 20;
  color: #fff;
  font-weight: 700; }

.report .place {
  position: absolute;
  z-index: 20;
  padding-top: 6px;
  max-width: 120px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
  text-decoration: underline; }
  .report .place:hover {
    text-decoration: none; }

.report .report-label {
  position: absolute;
  z-index: 20;
  width: 100%;
  left: 0;
  bottom: 70px;
  text-align: center; }
  .report .report-label .report-label__inner {
    display: inline-block;
    height: 20px;
    line-height: 20px;
    padding: 0 20px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 11px;
    color: #fff; }
    .report .report-label .report-label__inner.orange {
      background-color: #fb661c; }
    .report .report-label .report-label__inner.black {
      background-color: #323232; }

.right-report {
  margin-bottom: 15px; }
  .right-report .right-report__photo {
    width: 40px;
    height: 40px;
    border-radius: 50%; }
  .right-report .right-report__info {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px); }
  .right-report .right-report__name {
    margin-bottom: 5px;
    font-weight: 700; }
    .right-report .right-report__name a {
      text-decoration: underline; }
      .right-report .right-report__name a:hover {
        text-decoration: none; }
  .right-report .right-report__date {
    font-size: 11px; }

.inner-title {
  text-align: center;
  word-wrap: break-word; }
  .inner-title h1 {
    display: block; }

.seo-text {
  font-size: 11px;
  text-align: justify;
  word-wrap: break-word; }

.site-head {
  margin-bottom: 10px;
  overflow: hidden; }

.yt-video-actions {
  padding: 15px 20px;
  margin-bottom: 20px;
  background-color: #fff;
  font-size: 11px; }
  .yt-video-actions .share-links {
    margin-top: 5px; }
    .yt-video-actions .share-links .share-links__item {
      float: left;
      height: 20px;
      line-height: 20px;
      margin: 0 10px 5px 0; }
      .yt-video-actions .share-links .share-links__item.vk a {
        -webkit-box-sizing: content-box;
                box-sizing: content-box; }
      .yt-video-actions .share-links .share-links__item:last-child {
        margin-right: 0; }
    .yt-video-actions .share-links .share-links__item.ex {
      background-color: #dd4b39; }
      .yt-video-actions .share-links .share-links__item.ex:hover {
        background-color: #e47365; }
    .yt-video-actions .share-links .share-links__item.fb {
      background-color: #3b5998; }
      .yt-video-actions .share-links .share-links__item.fb:hover {
        background-color: #4c70ba; }
    .yt-video-actions .share-links .share-links__item.tw {
      background-color: #00aced; }
      .yt-video-actions .share-links .share-links__item.tw:hover {
        background-color: #21c2ff; }
  .yt-video-actions div.category-link {
    text-decoration: none; }
  .yt-video-actions .category-link {
    display: inline-block;
    margin-right: 5px;
    vertical-align: bottom;
    text-decoration: underline; }
    .yt-video-actions .category-link:hover {
      text-decoration: none; }

.afisha-img-wrap {
  position: relative;
  display: block;
  height: 140px;
  margin-bottom: 20px; }
  .afisha-img-wrap .afisha-img__more {
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: -10px;
    background-color: #90b400;
    color: #fff;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }

.afisha-poster {
  width: 140px;
  height: 210px;
  margin-bottom: 10px; }

.info__line {
  padding: 10px 20px;
  border-top: 1px solid rgba(205, 205, 205, 0.5); }
  .info__line .info__label,
  .info__line .info__text {
    float: left; }
  .info__line .info__label {
    font-weight: 700; }

.film-paragraph,
.title-paragraph {
  font-size: 16px; }

.session-tabs .tabs-item {
  padding: 15px 15px 10px; }

.session-tabs .tabs-item.active,
.session-tabs .tabs-item:hover {
  background-color: #fff; }

.session-list {
  background-color: #fff;
  min-height: 80px; }
  .session-list .session__line {
    padding: 40px 20px;
    border-bottom: 1px solid rgba(205, 205, 205, 0.5); }
  .session-list .session__line:last-child {
    border-bottom: none; }
  .session-list .session__place .session__place-name {
    font-weight: 700;
    margin-bottom: 10px; }
    .session-list .session__place .session__place-name a {
      text-decoration: underline; }
      .session-list .session__place .session__place-name a:hover {
        text-decoration: none; }
  .session-list .session__place .session__place-address {
    margin-bottom: 10px;
    font-size: 11px; }
  .session-list .event-info__ico {
    fill: #90b400; }
  .session-list .session__time {
    margin-bottom: 10px; }
  .session-list .session-subinfo {
    display: inline-block; }
  .session-list .time-item {
    position: relative;
    float: left;
    margin-right: 20px;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .session-list .time-item:last-child {
      margin-right: 0; }
    .session-list .time-item:hover, .session-list .time-item.active {
      border-color: transparent; }
    .session-list .time-item.past {
      color: #dcdcdc;
      text-decoration: line-through; }
  .session-list .session-type {
    position: absolute;
    right: -12px;
    top: -7px;
    font-size: 9px;
    color: #90b400;
    text-transform: uppercase; }

.text-field {
  border: 1px solid rgba(205, 205, 205, 0.5);
  border-radius: 3px;
  color: #323232;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  resize: none; }
  .text-field.comment-field {
    width: 100%;
    margin-bottom: 20px;
    height: 78px;
    padding: 10px; }
  .text-field.subscribe-field {
    width: 100%;
    margin-bottom: 5px;
    height: 38px;
    line-height: 36px;
    padding: 0 10px; }
  .text-field:focus {
    border-color: #90b400; }

.comment {
  margin-bottom: 20px;
  font-size: 11px; }
  .comment:last-child {
    margin-bottom: 0; }
  .comment .comment__userface {
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    vertical-align: middle;
    margin-right: 10px; }
    .comment .comment__userface.comment__userface-big {
      width: 40px;
      height: 40px;
      float: left;
      margin-left: 20px; }
  .comment .comment__username {
    font-weight: 700;
    margin-right: 10px;
    text-decoration: underline; }
    .comment .comment__username:hover {
      text-decoration: none; }
  .comment .comment__control {
    margin-right: 10px;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .comment .comment__control:hover, .comment .comment__control.active {
      border-color: transparent; }
  .comment .comment__text {
    font-size: 13px;
    margin: 10px 0; }
  .comment .comment__info {
    float: right;
    width: -webkit-calc(100% - 80px);
    width: calc(100% - 80px);
    margin-bottom: 20px; }
  .comment .comment__answer {
    margin-left: 40px; }
  .comment .comment__answer:last-child {
    margin-bottom: 0; }

.authorization-block {
  height: 15px;
  font-size: 11px;
  margin-bottom: 20px; }
  .authorization-block .authorization-block__link {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .authorization-block .authorization-block__link:hover, .authorization-block .authorization-block__link.active {
      border-color: transparent; }
    .authorization-block .authorization-block__link.active {
      border-bottom: none; }
  .authorization-block span {
    margin: 0 5px; }

.authorized-block {
  height: 40px;
  line-height: 40px;
  margin-bottom: 10px; }
  .authorized-block .authorized-block__userface {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin-right: 5px;
    border-radius: 50%; }
  .authorized-block .authorized-block__usertext {
    display: inline-block;
    font-size: 11px;
    vertical-align: top;
    margin-right: 5px; }
  .authorized-block .authorized-block__exit {
    display: inline-block;
    width: 10px;
    height: 10px;
    vertical-align: top; }
    .authorized-block .authorized-block__exit svg {
      vertical-align: baseline;
      fill: rgba(0, 0, 0, 0.25); }
  .authorized-block .btn-small {
    vertical-align: top;
    margin-top: 5px;
    font-size: 11px; }

.article-photo {
  height: 500px; }
  .article-photo.main {
    height: 514px; }

.article-caption {
  margin-top: 5px;
  text-align: right;
  font-size: 11px; }

.article-info {
  font-size: 11px; }
  .article-info .article-info__time {
    font-weight: 700;
    margin-bottom: 5px; }
  .article-info .article-info__category {
    display: block;
    margin-bottom: 15px;
    text-decoration: underline; }
    .article-info .article-info__category:hover {
      text-decoration: none; }
  .article-info .user-actions {
    float: none; }
    .article-info .user-actions svg {
      fill: #dcdcdc; }

.article-text {
  font-size: 16px; }
  .article-text p {
    margin: 0 0 20px; }

p a {
  text-decoration: underline; }
  p a:hover {
    text-decoration: none; }

.inner-ill.ill {
  width: 100%;
  overflow: hidden; }

.quote {
  text-align: center;
  margin-bottom: 20px; }
  .quote .section-title::before,
  .quote .section-title::after {
    height: 3px;
    margin-bottom: 10px;
    background-color: #323232; }
  .quote span {
    display: inline-block;
    width: 30px;
    height: 30px; }
  .quote .quote-text {
    margin-bottom: 10px;
    font-size: 28px; }
  .quote .quote-person .quote-person__photo {
    margin-bottom: 10px; }
    .quote .quote-person .quote-person__photo img {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
  .quote .quote-person .quote-person__name {
    font-weight: 700;
    text-decoration: underline; }
  .quote .quote-person .quote-person__prof {
    font-size: 11px; }

.article-subinfo .article-subinfo__link {
  display: block;
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 15px;
  text-decoration: underline; }
  .article-subinfo .article-subinfo__link:hover {
    text-decoration: none; }

.article-subinfo .article-subinfo__title {
  font-weight: 700;
  font-size: 16px;
  margin-bottom: 10px; }

.article-subinfo .article-subinfo__keyword {
  margin-bottom: 20px; }

.tag-item {
  display: inline-block;
  height: 30px;
  line-height: 30px;
  padding: 0 15px;
  margin: 0 10px 10px 0;
  font-size: 11px;
  text-align: center;
  border: 1px solid #323232;
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .tag-item:hover {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 2px 5px 0px rgba(102, 102, 102, 0.5); }

.form-note {
  text-align: center; }

.newslist {
  position: relative;
  background-color: #fff;
  height: 940px;
  padding: 20px;
  margin-bottom: 20px; }
  .newslist .newslist__container {
    height: 860px; }
  .newslist .newslist__title {
    font-weight: 700;
    font-size: 16px;
    margin-bottom: 30px; }
  .newslist .newslist__subtitle {
    margin-bottom: 15px;
    font-style: italic;
    font-weight: 700; }
  .newslist .newsitem {
    margin-bottom: 20px; }
    .newslist .newsitem .newsitem__time {
      font-weight: 700;
      float: left;
      margin-right: 15px; }
    .newslist .newsitem .newsitem__text {
      float: right;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px); }
      .newslist .newsitem .newsitem__text a:hover {
        text-decoration: underline; }
    .newslist .newsitem .newsitem__label {
      display: inline-block;
      margin-right: 5px;
      padding: 0 5px;
      background-color: #90b400;
      color: #fff; }
  .newslist .newslist__button {
    position: absolute;
    bottom: 20px;
    left: 0;
    width: 100%;
    padding: 0 40px; }
    .newslist .newslist__button .btn-narrow {
      min-width: 150px; }

.section-sublinks {
  text-align: center; }
  .section-sublinks .section-sublinks__item {
    display: inline-block;
    border-bottom: 1px dashed;
    margin: 0 5px; }
    .section-sublinks .section-sublinks__item.active, .section-sublinks .section-sublinks__item:hover {
      border-bottom: none; }

.catalog-tabs {
  background-color: #e6e6e6;
  height: 58px;
  padding: 6px 5px 0 5px; }
  .catalog-tabs .catalog-tabs__item {
    float: left;
    height: 52px;
    line-height: 52px;
    padding: 0 25px;
    font-size: 16px;
    font-weight: 700;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .catalog-tabs .catalog-tabs__item.active, .catalog-tabs .catalog-tabs__item:hover {
      background-color: #f0f0f0; }

.catalog-search-input {
  width: 100%;
  height: 60px;
  line-height: 60px;
  margin-bottom: 10px;
  padding: 0 20px;
  font-weight: 700;
  font-size: 20px;
  outline: none;
  border: 1px solid rgba(205, 205, 205, 0.5);
  border-radius: 3px;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .catalog-search-input:focus {
    border-color: #90b400; }

.catalog-search-item {
  margin-bottom: 10px; }
  .catalog-search-item .illustration {
    float: left;
    width: 20px;
    height: 20px;
    margin: 0 10px; }
    .catalog-search-item .illustration img {
      max-width: 100%;
      max-height: 100%; }
  .catalog-search-item .link {
    float: right;
    width: -webkit-calc(100% - 40px);
    width: calc(100% - 40px);
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
    .catalog-search-item .link a {
      text-decoration: underline; }
      .catalog-search-item .link a:hover {
        text-decoration: none; }

.exchange-block {
  padding: 15px;
  background-color: #90b400;
  color: #fff; }
  .exchange-block .exchange-block__title {
    margin-bottom: 10px;
    font-size: 11px; }
  .exchange-block .exchange-block__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .exchange-block .exchange-block__items .exchange-block__item {
      -webkit-flex-basis: 80px;
          -ms-flex-preferred-size: 80px;
              flex-basis: 80px;
      text-align: center;
      font-size: 16px;
      font-weight: 700; }

.teaser-line {
  margin-bottom: 20px; }
  .teaser-line:before, .teaser-line:after {
    content: " ";
    display: table; }
  .teaser-line:after {
    clear: both; }
  .teaser-line:last-child {
    margin-bottom: 0; }
  .teaser-line .teaser-line__img {
    float: left;
    width: 70px;
    height: 70px; }
    .teaser-line .teaser-line__img img {
      max-width: 100%;
      max-height: 100%; }
  .teaser-line .teaser-line__info {
    float: right;
    width: -webkit-calc(100% - 90px);
    width: calc(100% - 90px);
    font-size: 12px; }
    .teaser-line .teaser-line__info a {
      text-decoration: underline;
      color: #00afe1; }
      .teaser-line .teaser-line__info a:hover {
        text-decoration: none; }

.action-block {
  margin-bottom: 20px;
  padding: 20px;
  border: 3px solid #fff; }
  .action-block .action-block__name {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 30px; }
  .action-block .radio-block {
    margin-bottom: 10px; }
    .action-block .radio-block:last-child {
      margin-bottom: 20px; }
  .action-block .action-block__subinfo {
    font-size: 11px;
    margin-bottom: 10px; }
    .action-block .action-block__subinfo span {
      font-weight: 700; }
  .action-block .action-block__link {
    margin-right: 10px;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .action-block .action-block__link:last-child {
      margin-right: 0; }
    .action-block .action-block__link:hover, .action-block .action-block__link.active {
      border-color: transparent; }

.vote-item {
  margin-bottom: 10px; }
  .vote-item .vote-item__name {
    float: left;
    width: 85%; }
  .vote-item .vote-item__percent {
    float: right;
    font-weight: 700; }
  .vote-item .vote-item__line {
    height: 12px;
    background-color: rgba(0, 0, 0, 0.25); }
    .vote-item .vote-item__line.win {
      background-color: #90b400; }

.action-block.horoscope {
  min-height: 330px; }
  .action-block.horoscope .section-title {
    margin-bottom: 60px; }
  .action-block.horoscope .action-block__name {
    margin-bottom: 10px;
    padding: 0 20px;
    font-size: 16px;
    font-weight: 400;
    text-align: center; }

.action-block.horoscope-result {
  min-height: 300px; }
  .action-block.horoscope-result .section-title {
    margin-bottom: 5px; }
  .action-block.horoscope-result .horoscope-result__period {
    display: inline-block;
    margin: 0 5px 10px 0;
    font-size: 11px;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .action-block.horoscope-result .horoscope-result__period:hover, .action-block.horoscope-result .horoscope-result__period.active {
      border-color: transparent; }
    .action-block.horoscope-result .horoscope-result__period:last-child {
      margin: 0; }
  .action-block.horoscope-result .horoscope-result__item {
    margin-bottom: 20px; }
    .action-block.horoscope-result .horoscope-result__item .horoscope-result__name,
    .action-block.horoscope-result .horoscope-result__item .horoscope-result__ico,
    .action-block.horoscope-result .horoscope-result__item .horoscope-result__date {
      display: inline-block; }
    .action-block.horoscope-result .horoscope-result__item .horoscope-result__name {
      font-size: 20px;
      font-weight: 700; }
    .action-block.horoscope-result .horoscope-result__item .horoscope-result__ico {
      width: 30px;
      height: 30px;
      margin: 0 5px;
      vertical-align: middle; }
      .action-block.horoscope-result .horoscope-result__item .horoscope-result__ico svg {
        width: 30px;
        height: 30px; }
    .action-block.horoscope-result .horoscope-result__item .horoscope-result__date {
      font-size: 11px; }
    .action-block.horoscope-result .horoscope-result__item .horoscope-result__text {
      margin-top: 15px; }

.zodiac__list {
  margin: 0 auto 15px;
  width: 240px; }
  .zodiac__list .zodiac__item {
    display: inline-block;
    position: relative;
    width: 30px;
    height: 30px;
    margin: 3px; }
    .zodiac__list .zodiac__item > svg {
      width: 30px;
      height: 30px; }
    .zodiac__list .zodiac__item .zodiac__check {
      position: absolute;
      right: -5px;
      top: -5px;
      width: 16px;
      height: 16px; }
      .zodiac__list .zodiac__item .zodiac__check > svg {
        width: 16px;
        height: 16px; }

.card.widget {
  display: block;
  height: 300px;
  margin-bottom: 20px;
  text-align: center; }
  .card.widget .card__img-wrap::before {
    display: none; }
  .card.widget .widget__title {
    position: absolute;
    width: 100%;
    top: 5%;
    left: 0;
    font-size: 16px;
    font-weight: 700; }
  .card.widget .widget__subtitle {
    position: absolute;
    width: 100%;
    top: 20%;
    left: 0; }

.bottom-rating {
  float: left;
  padding-top: 6px;
  cursor: default; }
  .bottom-rating .bottom-rating__point {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: rgba(205, 205, 205, 0.5); }
    .bottom-rating .bottom-rating__point.active {
      background-color: #90b400; }
  .bottom-rating .bottom-rating__num {
    margin-left: 10px; }

.catalog-item {
  min-height: 300px;
  margin-bottom: 20px; }
  .catalog-item .pull-right {
    width: -webkit-calc(100% - 50px);
    width: calc(100% - 50px); }
  .catalog-item .catalog-item__ico {
    width: 38px;
    height: 38px; }
    .catalog-item .catalog-item__ico img {
      max-width: 100%;
      max-height: 100%; }
  .catalog-item .catalog-item__title {
    font-weight: 700;
    font-size: 16px;
    margin: 7px 0 15px; }
    .catalog-item .catalog-item__title a:hover {
      text-decoration: underline; }
  .catalog-item .catalog-item__label {
    display: inline-block;
    vertical-align: text-top;
    height: 16px;
    line-height: 16px;
    padding: 0 5px;
    font-size: 11px;
    text-align: center;
    color: #fff; }
    .catalog-item .catalog-item__label.green {
      background-color: #90b400; }
    .catalog-item .catalog-item__label.orange {
      background-color: #fb661c; }
    .catalog-item .catalog-item__label.blue {
      background-color: #00afe1; }
    .catalog-item .catalog-item__label.yellow {
      background-color: #efdf00; }
  .catalog-item .catalog-item__list .catalog-item__line {
    height: 1.4em;
    margin-bottom: 10px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .catalog-item .catalog-item__list .catalog-item__line:last-child {
      margin-bottom: 15px; }
    .catalog-item .catalog-item__list .catalog-item__line a {
      text-decoration: underline; }
      .catalog-item .catalog-item__list .catalog-item__line a:hover {
        text-decoration: none; }
  .catalog-item .catalog-item__more {
    font-size: 11px;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .catalog-item .catalog-item__more:hover, .catalog-item .catalog-item__more.active {
      border-color: transparent; }

.toppage-search__container,
.toppage-search__container-hidden {
  background-color: #e6e6e6; }

.toppage-search__container,
.toppage-search__filter {
  padding: 25px 150px; }

.toppage-search__filter.add-page {
  padding: 25px 0; }
  .toppage-search__filter.add-page:first-child {
    padding: 0 0 25px;
    border-top: none; }
  .toppage-search__filter.add-page .filter-item {
    margin-bottom: 35px; }

.toppage-search__filter .check-block {
  margin-bottom: 15px; }

.toppage-search__container .toppage-search__link {
  margin-top: 20px;
  font-size: 11px; }
  .toppage-search__container .toppage-search__link a {
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .toppage-search__container .toppage-search__link a:hover, .toppage-search__container .toppage-search__link a.active {
      border-color: transparent; }

.toppage-search__container .loader {
  margin-top: 10px; }

.toppage-search__container-hidden {
  display: none; }

.toppage-search__filter {
  border-top: 1px solid;
  border-color: rgba(205, 205, 205, 0.5); }
  .toppage-search__filter .filter-item {
    margin-bottom: 20px; }
    .toppage-search__filter .filter-item:last-child {
      margin-bottom: 0; }
    .toppage-search__filter .filter-item .filter-item__name {
      margin-top: 12px; }
      .toppage-search__filter .filter-item .filter-item__name.required::after {
        content: '*'; }
    .toppage-search__filter .filter-item .filter-item__content.checkboxes {
      margin-top: 12px; }
    .toppage-search__filter .filter-item .filter-item__content input[type="number"]:first-child {
      margin-right: 17px; }
    .toppage-search__filter .filter-item .filter-item__content .map-container {
      height: 520px; }
    .toppage-search__filter .filter-item .hint-block {
      margin-top: 10px;
      font-size: 11px;
      color: #a3a3a3; }
      .toppage-search__filter .filter-item .hint-block a {
        color: inherit;
        text-decoration: underline; }
        .toppage-search__filter .filter-item .hint-block a:hover {
          text-decoration: none; }
    .toppage-search__filter .filter-item .chosen-container {
      vertical-align: bottom; }

.catalog-stats {
  padding: 30px 0 20px;
  text-align: center;
  border-bottom: 1px solid rgba(205, 205, 205, 0.5); }
  .catalog-stats .catalog-stat {
    display: inline-block;
    margin: 0 15px;
    text-align: left; }
    .catalog-stats .catalog-stat:before, .catalog-stats .catalog-stat:after {
      content: " ";
      display: table; }
    .catalog-stats .catalog-stat:after {
      clear: both; }
    .catalog-stats .catalog-stat .catalog-stat__num {
      margin-right: 10px;
      font-weight: 700;
      font-size: 28px; }
    .catalog-stats .catalog-stat .catalog-stat__text {
      max-width: 100px;
      font-size: 11px; }

.catalog-top-companies {
  text-align: center; }
  .catalog-top-companies .top-company {
    display: inline-block;
    width: 100px;
    height: 100px;
    margin: 0 10px; }
    .catalog-top-companies .top-company img {
      width: 100%;
      height: auto; }

.right-rate .section-title {
  margin-bottom: 5px; }

.right-rate__sort {
  margin-bottom: 15px; }
  .right-rate__sort a {
    outline: none;
    margin-right: 10px;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .right-rate__sort a:hover, .right-rate__sort a.active {
      border-color: transparent; }

.rate-item {
  margin-bottom: 20px; }
  .rate-item:before, .rate-item:after {
    content: " ";
    display: table; }
  .rate-item:after {
    clear: both; }
  .rate-item .rate-item__numb {
    font-weight: 700; }
  .rate-item .rate-item__info {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px); }
  .rate-item .rate-item__name {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    font-weight: 700;
    display: inline-block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .rate-item .rate-item__name a {
      text-decoration: underline; }
      .rate-item .rate-item__name a:hover {
        text-decoration: none; }
  .rate-item .rate-item__ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    vertical-align: top; }
    .rate-item .rate-item__ico svg {
      width: 16px;
      height: 16px; }
    .rate-item .rate-item__ico.lux svg {
      fill: #fb661c; }
    .rate-item .rate-item__ico.premium svg {
      fill: #cc00ff; }

.company-card {
  position: relative;
  height: 120px;
  margin-bottom: 20px;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .company-card.lux {
    border: 1px solid #fb661c; }
  .company-card.premium {
    border: 1px solid #cc00ff; }
  .company-card:before, .company-card:after {
    content: " ";
    display: table; }
  .company-card:after {
    clear: both; }
  .company-card:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5); }
  .company-card .company-card__ico {
    position: absolute;
    top: 0;
    right: 0; }
    .company-card .company-card__ico.lux {
      border: 22px solid transparent;
      border-top: 22px solid #fb661c;
      border-right: 22px solid #fb661c; }
    .company-card .company-card__ico.premium {
      border: 22px solid transparent;
      border-top: 22px solid #cc00ff;
      border-right: 22px solid #cc00ff; }
    .company-card .company-card__ico svg {
      position: absolute;
      top: -18px;
      right: -18px;
      width: 16px;
      height: 16px;
      fill: #fff;
      z-index: 10; }
  .company-card .company-card__ill {
    float: left;
    width: 35px;
    height: 35px;
    margin: 0 10px 0 0; }
    .company-card .company-card__ill img {
      width: 100%;
      height: auto; }
  .company-card .company-card__info {
    float: right;
    width: -webkit-calc(100% - 55px);
    width: calc(100% - 55px); }
    .company-card .company-card__info svg {
      fill: #dcdcdc; }
  .company-card .company-card__name {
    margin-bottom: 20px;
    height: 2.8em;
    overflow: hidden;
    font-weight: 700; }
    .company-card .company-card__name a {
      text-decoration: underline; }
      .company-card .company-card__name a:hover {
        text-decoration: none; }
  .company-card .company-card__place,
  .company-card .company-card__tel {
    max-height: 1.4em;
    overflow: hidden;
    font-size: 11px; }
  .company-card .company-card__tel {
    margin-bottom: 20px; }
  .company-card .company-card__place a {
    display: inline-block;
    text-decoration: none;
    border-bottom: 1px dotted; }
    .company-card .company-card__place a:hover, .company-card .company-card__place a.active {
      border-color: transparent; }
  .company-card .company-card__mark {
    color: #90b400;
    font-weight: 700;
    margin-bottom: 20px; }
    .company-card .company-card__mark span {
      display: block;
      font-size: 20px; }
  .company-card .user-actions {
    float: none; }

.company-card.on-map {
  min-height: 120px;
  height: auto; }
  .company-card.on-map .company-card__mark {
    margin-bottom: 0; }

.company-card.large {
  height: 200px;
  padding: 40px 20px;
  line-height: 1.2; }
  .company-card.large .company-card__name {
    height: 3.6em;
    font-size: 20px; }
  .company-card.large .company-card__ill {
    width: 120px;
    height: 120px; }
  .company-card.large .company-card__info {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px); }
  .company-card.large .company-card__link {
    font-size: 11px; }
    .company-card.large .company-card__link.marks {
      margin-bottom: 20px; }
    .company-card.large .company-card__link.ratings {
      margin-bottom: 10px; }
    .company-card.large .company-card__link a {
      text-decoration: underline; }
      .company-card.large .company-card__link a:hover {
        text-decoration: none; }
  .company-card.large .company-card__views {
    font-weight: 700; }
    .company-card.large .company-card__views span {
      display: block;
      font-size: 28px; }
  .company-card.large .company-card__mark {
    margin-bottom: 0; }
    .company-card.large .company-card__mark span {
      font-size: 28px; }

.company-card.vertical {
  height: 450px; }
  .company-card.vertical .company-card__ill {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    float: none;
    width: 120px;
    height: 120px;
    margin: 10px auto 20px;
    padding: 10px; }
    .company-card.vertical .company-card__ill img {
      width: 100%;
      height: auto; }
  .company-card.vertical .company-card__info {
    float: none;
    width: 100%; }
  .company-card.vertical .company-card__name {
    height: 4.2em;
    font-size: 16px; }
  .company-card.vertical .company-card__tel {
    margin-bottom: 10px; }
  .company-card.vertical .company-card__vertical-mark .num {
    font-size: 36px;
    margin-right: 10px; }
  .company-card.vertical .company-card__vertical-mark .num,
  .company-card.vertical .company-card__vertical-mark .mark {
    font-weight: 700;
    color: #90b400; }
  .company-card.vertical .company-card__vertical-mark .mark {
    padding-top: 5px; }
  .company-card.vertical .company-card__vertical-mark .company-card__link {
    font-size: 11px; }
    .company-card.vertical .company-card__vertical-mark .company-card__link a {
      text-decoration: underline; }
      .company-card.vertical .company-card__vertical-mark .company-card__link a:hover {
        text-decoration: none; }
  .company-card.vertical .company-card__views {
    font-size: 11px; }

.company-subcard {
  height: 220px;
  margin: -20px 0 20px;
  padding: 40px 20px;
  background-color: #fff; }
  .company-subcard .company-subcard__name {
    font-weight: 700; }
    .company-subcard .company-subcard__name a {
      text-decoration: underline; }
      .company-subcard .company-subcard__name a:hover {
        text-decoration: none; }
      .company-subcard .company-subcard__name a:hover span {
        text-decoration: none; }
  .company-subcard .company-subcard__text {
    font-size: 11px; }
  .company-subcard.lux .company-subcard__name span {
    color: #fb661c;
    text-decoration: underline; }
  .company-subcard.premium .company-subcard__name span {
    color: #cc00ff;
    text-decoration: underline; }
  .company-subcard .company-subcard__ill {
    display: block;
    width: 140px;
    height: 140px; }
    .company-subcard .company-subcard__ill img {
      width: 100%;
      height: auto; }

.search-item {
  margin-bottom: 40px; }
  .search-item:before, .search-item:after {
    content: " ";
    display: table; }
  .search-item:after {
    clear: both; }
  .search-item .search-item__ill {
    float: left;
    width: 40px;
    height: 40px;
    margin: 0 10px; }
    .search-item .search-item__ill img {
      width: 100%;
      height: 100%;
      border-radius: 50%; }
  .search-item .search-item__info {
    float: right;
    width: -webkit-calc(100% - 62px);
    width: calc(100% - 62px); }
  .search-item .search-item__date {
    margin-bottom: 5px;
    font-size: 11px; }
  .search-item .search-item__name {
    margin-bottom: 5px;
    font-weight: 700; }
    .search-item .search-item__name a {
      text-decoration: underline; }
      .search-item .search-item__name a:hover {
        text-decoration: none; }
  .search-item .search-item__text {
    font-size: 11px; }
  .search-item .searched {
    background-color: #fcff00; }

.add-company-form label {
  display: block;
  margin-bottom: 10px;
  font-weight: 700; }
  .add-company-form label::after {
    content: '*'; }

.add-company-form .add-company-form__line {
  padding: 20px 0 30px; }
  .add-company-form .add-company-form__line:first-child {
    border-bottom: 1px solid #dcdcdc; }
  .add-company-form .add-company-form__line:before, .add-company-form .add-company-form__line:after {
    content: " ";
    display: table; }
  .add-company-form .add-company-form__line:after {
    clear: both; }

.add-company-form__table td:first-child {
  width: 45%; }

.add-company-form__table td:not(:first-child) {
  width: 18.33%;
  text-align: center; }

.add-company-form__table .table-head td {
  margin-bottom: 20px;
  padding: 10px 20px;
  background-color: #dcdcdc;
  font-weight: 700; }

.add-company-form__table .table-body td {
  padding: 10px 20px;
  border-bottom: 1px solid #dcdcdc; }

.add-company-form__table svg {
  width: 16px;
  height: 16px; }

.add-company-form__table .table-textline {
  display: block;
  margin-bottom: 5px; }

.add-company-form__text {
  margin: 20px 0;
  padding: 0 20px; }

.add-form label {
  display: block;
  margin-bottom: 5px;
  padding-top: 10px; }
  .add-form label::after {
    content: '*'; }

.add-form .cart-input-line {
  margin-bottom: 20px; }

.add-form .textarea-text {
  height: 140px;
  padding: 10px;
  resize: none; }

.add-form .hint-block {
  padding-top: 5px;
  font-size: 11px;
  color: #909090; }

.cart-title {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 40px; }

.cart-product {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px;
  border-bottom: 1px solid #dcdcdc; }
  .cart-product .cart-product__img {
    width: 100px;
    height: 100px;
    margin: 0 auto; }
    .cart-product .cart-product__img img {
      max-width: 100px;
      max-height: 100px; }
  .cart-product .cart-product__title {
    margin-bottom: 10px; }
    .cart-product .cart-product__title a {
      text-decoration: underline; }
      .cart-product .cart-product__title a:hover {
        text-decoration: none; }
  .cart-product .cart-product__subtitle {
    font-size: 16px;
    color: #909090; }
  .cart-product .cart-product__summ {
    font-size: 24px; }
  .cart-product .cart-product__quant {
    position: relative;
    max-width: 85px;
    height: 40px;
    margin: 0 auto; }
    .cart-product .cart-product__quant .quant {
      position: absolute;
      right: 0;
      width: 20px;
      height: 20px;
      padding: 4px;
      cursor: pointer;
      border-radius: 2px;
      background-color: #fff;
      fill: #323232;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .cart-product .cart-product__quant .quant svg {
        display: block;
        width: 12px;
        height: 12px;
        fill: #323232; }
      .cart-product .cart-product__quant .quant:hover {
        background-color: #dcdcdc; }
    .cart-product .cart-product__quant .quant-plus {
      top: 0; }
    .cart-product .cart-product__quant .quant-minus {
      bottom: 0;
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
  .cart-product .cart-product__input {
    position: absolute;
    top: 0;
    right: 18px;
    max-width: 60px;
    height: 40px;
    line-height: 38px;
    padding: 0 0 0 10px;
    border: 1px solid rgba(205, 205, 205, 0.5);
    border-radius: 3px;
    outline: none;
    font-size: 16px; }
    .cart-product .cart-product__input:disabled {
      background-color: #e6e6e6; }
  .cart-product .cart-product__close {
    text-align: center; }
    .cart-product .cart-product__close a {
      display: inline-block;
      width: 16px;
      height: 16px; }
      .cart-product .cart-product__close a svg {
        width: 16px;
        height: 16px;
        fill: #323232; }

.sort-line {
  margin-bottom: 10px; }
  .sort-line .sort-line__block {
    display: inline-block; }
    .sort-line .sort-line__block:not(:last-child) {
      margin-right: 30px; }
  .sort-line .sort-line__name {
    display: inline-block;
    margin-right: 10px;
    font-size: 11px;
    font-weight: 700; }
  .sort-line .sort-line__link {
    display: inline-block;
    margin: 0 5px;
    font-size: 11px; }
    .sort-line .sort-line__link a {
      text-decoration: none;
      border-bottom: 1px dotted; }
      .sort-line .sort-line__link a:hover, .sort-line .sort-line__link a.active {
        border-color: transparent; }
  .sort-line .sort-line__ico {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 2px;
    fill: rgba(0, 0, 0, 0.25); }
  .sort-line .sort-line__map {
    font-size: 11px; }
    .sort-line .sort-line__map svg {
      width: 12px;
      height: 12px;
      fill: rgba(0, 0, 0, 0.25); }
    .sort-line .sort-line__map a {
      text-decoration: none;
      border-bottom: 1px dotted; }
      .sort-line .sort-line__map a:hover, .sort-line .sort-line__map a.active {
        border-color: transparent; }

.filter-btns .filter-btns__title {
  display: inline-block;
  font-size: 11px;
  font-weight: 700; }

.filter-links .filter-links__item {
  display: inline-block;
  margin-right: 5px; }

.filter-links .filter-links__name {
  display: inline-block;
  vertical-align: sub;
  font-size: 11px; }

.filter-links .filter-links__close {
  display: inline-block;
  width: 8px;
  height: 8px;
  fill: rgba(0, 0, 0, 0.25); }

.filter-holder {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 40;
  width: 100%; }

.filt-menu {
  background: #fff;
  padding: 20px 0 0; }
  .filt-menu .filt-head {
    padding: 0 20px 20px; }
  .filt-menu .name {
    font-weight: 700;
    font-size: 20px; }
  .filt-menu .cat-title {
    cursor: pointer;
    border-top: solid 1px #dcdcdc;
    padding: 12px 20px; }
    .filt-menu .cat-title.act {
      background: #dcdcdc; }
    .filt-menu .cat-title:last-child {
      border-bottom: solid 1px rgba(205, 205, 205, 0.5); }
  .filt-menu .cat-block {
    display: none;
    padding: 20px; }
    .filt-menu .cat-block .check-block {
      margin-bottom: 10px; }

.filter-bg {
  display: none;
  position: fixed;
  z-index: 30;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); }

.company-action {
  margin-bottom: 5px;
  background-color: #fff; }
  .company-action:last-child {
    margin-bottom: 5px; }
  .company-action .company-action__top {
    padding: 15px 20px; }
  .company-action .company-action__info p {
    margin: 0;
    padding: 0 20px 15px; }
  .company-action .company-action__label,
  .company-action .company-action__name {
    display: inline-block; }
  .company-action .company-action__label {
    padding: 0 20px;
    height: 20px;
    line-height: 20px;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    font-size: 11px;
    font-weight: 700; }
    .company-action .company-action__label.orange {
      background-color: #fb661c; }
  .company-action .company-action__name {
    font-size: 16px;
    font-weight: 700;
    cursor: pointer; }
    .company-action .company-action__name span {
      text-decoration: none;
      border-bottom: 1px dotted; }
      .company-action .company-action__name span:hover, .company-action .company-action__name span.active {
        border-color: transparent; }
  .company-action .company-action__info {
    display: none; }
  .company-action .company-action__bottom {
    height: 40px;
    width: 100%;
    padding: 10px 20px;
    font-size: 11px;
    border-top: 1px solid rgba(204, 204, 204, 0.5); }
    .company-action .company-action__bottom svg {
      fill: #dcdcdc; }
  .company-action .company-action__date {
    float: left; }
  .company-action .ua__item,
  .company-action .ua__ico,
  .company-action .ua__link {
    vertical-align: top; }

.premium-top {
  margin: -10px 0 40px; }
  .premium-top h1 {
    text-align: center;
    font-size: 36px;
    margin: 60px 0; }
  .premium-top .premium-poster {
    height: 320px; }

.owl-carousel.owl-premium-big {
  margin-bottom: 60px; }
  .owl-carousel.owl-premium-big .owl-nav {
    position: absolute;
    bottom: 10px;
    right: 10px;
    height: 20px; }
  .owl-carousel.owl-premium-big .owl-prev,
  .owl-carousel.owl-premium-big .owl-next {
    position: static;
    display: inline-block;
    margin: 0 5px;
    width: 20px;
    height: 20px;
    opacity: 0.7;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .owl-carousel.owl-premium-big .owl-prev:hover,
    .owl-carousel.owl-premium-big .owl-next:hover {
      opacity: 1; }
  .owl-carousel.owl-premium-big .owl-prev {
    background: url("../img/svg/circle-arrow-left.svg"); }
  .owl-carousel.owl-premium-big .owl-next {
    background: url("../img/svg/circle-arrow-right.svg"); }

.company-infoblock {
  padding: 40px 20px;
  border-top: 1px solid rgba(205, 205, 205, 0.5); }
  .company-infoblock.first-block {
    padding-top: 20px;
    border-top: none; }
  .company-infoblock .company-infoblock__title {
    margin-bottom: 20px;
    font-weight: 700; }
  .company-infoblock .company-infoblock__item {
    margin-bottom: 10px; }
    .company-infoblock .company-infoblock__item svg {
      width: 12px;
      height: 12px;
      fill: rgba(0, 0, 0, 0.25); }
  .company-infoblock .company-infoblock__bigitem {
    margin-bottom: 20px; }
    .company-infoblock .company-infoblock__bigitem .ill {
      margin-bottom: 30px;
      text-align: center; }
    .company-infoblock .company-infoblock__bigitem .badge {
      display: inline-block;
      height: 45px;
      line-height: 45px;
      padding: 0 15px;
      text-align: center;
      color: #fff;
      font-weight: 700;
      font-size: 26px;
      border-radius: 10px; }
      .company-infoblock .company-infoblock__bigitem .badge.yellow {
        background-color: #ffc333;
        background-image: -webkit-gradient(linear, left top, right bottom, color-stop(55%, #ffc333), color-stop(45%, #ffb400));
        background-image: -webkit-linear-gradient(top left, #ffc333 55%, #ffb400 45%);
        background-image: linear-gradient(to bottom right, #ffc333 55%, #ffb400 45%); }
    .company-infoblock .company-infoblock__bigitem .descr {
      text-align: center; }
  .company-infoblock .last-word::after {
    content: '...'; }
  .company-infoblock .company-infoblock__link {
    margin-top: 20px; }
    .company-infoblock .company-infoblock__link a {
      text-decoration: none;
      border-bottom: 1px dotted; }
      .company-infoblock .company-infoblock__link a:hover, .company-infoblock .company-infoblock__link a.active {
        border-color: transparent; }
  .company-infoblock .hidden-text {
    display: none; }

.company-map-container {
  height: 460px; }
  .company-map-container.complex {
    margin-bottom: 20px; }

.complex-rightblock .complex-rightblock__image {
  height: 460px;
  margin-bottom: 30px; }

.complex-rightblock .complex-rightblock__name {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 15px; }

.complex-rightblock .complex-rightblock__text {
  margin-bottom: 20px;
  text-align: justify; }

.card.product .card__label {
  top: 130px;
  left: 0;
  font-weight: 700; }

.card.product .card__title {
  font-size: 13px;
  font-weight: 400;
  bottom: 50px;
  max-width: 50%; }

.card.product .card__subtitle {
  position: absolute;
  z-index: 20;
  bottom: 50px;
  right: 15%;
  max-width: 40%; }
  .card.product .card__subtitle .price {
    font-weight: 700;
    font-size: 16px;
    color: #fff; }
  .card.product .card__subtitle .status {
    font-size: 11px; }
  .card.product .card__subtitle.yes .status {
    color: #90b400; }
  .card.product .card__subtitle.no .status {
    color: #323232; }

.card.product.card-middle .card__info {
  top: 150px; }

.card.product.card-middle .card__title {
  bottom: 100px;
  max-width: 100%;
  max-height: 34px; }

.card.product.card-middle .card__label {
  width: 100%; }
  .card.product.card-middle .card__label .label__theme {
    width: 100%; }

.card.product.card-middle .card__subtitle {
  right: 0;
  left: 15px;
  bottom: 50px;
  max-width: 90%; }
  .card.product.card-middle .card__subtitle .price {
    color: #323232; }
  .card.product.card-middle .card__subtitle.no .price {
    color: #dcdcdc; }

.event.small {
  height: 140px; }
  .event.small .event__img-wrap {
    height: 140px; }
  .event.small .event__title {
    height: 1.4em;
    overflow: hidden; }
  .event.small .event__subinfo {
    height: 2.8em;
    overflow: hidden; }
  .event.small .user-review {
    float: left; }
    .event.small .user-review .user-review__photo,
    .event.small .user-review .user-review__text {
      display: inline-block; }
    .event.small .user-review .user-review__photo {
      width: 20px;
      height: 20px; }
      .event.small .user-review .user-review__photo img {
        width: 20px;
        height: 20px;
        border-radius: 50%; }
    .event.small .user-review .user-review__text {
      max-width: 230px;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      vertical-align: middle; }

.company-marks {
  background-color: #fff; }
  .company-marks .bottom-rating__point {
    background-color: rgba(205, 205, 205, 0.5); }
  .company-marks .company-marks__top {
    padding: 20px; }

.rating-line {
  margin-bottom: 20px; }
  .rating-line .rating-line__name {
    display: inline-block;
    width: 90px;
    font-size: 11px; }
  .rating-line .bottom-rating {
    float: none;
    padding: 0;
    display: inline-block;
    cursor: pointer; }
    .rating-line .bottom-rating .bottom-rating__point {
      background-color: rgba(205, 205, 205, 0.5); }
      .rating-line .bottom-rating .bottom-rating__point.active {
        background-color: #90b400; }
    .rating-line .bottom-rating .bottom-rating__num {
      margin-left: 5px;
      font-weight: 700; }
  .rating-line .rating-line__link {
    font-size: 11px; }
    .rating-line .rating-line__link a {
      text-decoration: underline; }
      .rating-line .rating-line__link a:hover {
        text-decoration: none; }

.top-reviews .top-reviews__stats {
  margin-bottom: 20px; }
  .top-reviews .top-reviews__stats .icon {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: rgba(0, 0, 0, 0.25); }
  .top-reviews .top-reviews__stats .num {
    font-size: 16px;
    font-weight: 700; }

.top-reviews .top-reviews__btn {
  display: inline-block;
  width: 60%; }

.top-reviews .top-reviews__link {
  padding-top: 5px;
  font-size: 11px; }
  .top-reviews .top-reviews__link a {
    text-decoration: none;
    border-bottom: 1px dotted; }
    .top-reviews .top-reviews__link a:hover, .top-reviews .top-reviews__link a.active {
      border-color: transparent; }

.top-rating .top-rating__mark {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  color: #90b400; }

.top-rating .top-rating__info {
  font-size: 11px; }

.company-marks__bottom {
  padding: 20px;
  border-top: 1px solid #f0f0f0; }
  .company-marks__bottom .review .review__user {
    margin-bottom: 10px; }
    .company-marks__bottom .review .review__user .review__user-photo {
      display: inline-block;
      width: 20px;
      height: 20px;
      margin-right: 5px; }
      .company-marks__bottom .review .review__user .review__user-photo img {
        width: 20px;
        height: 20px;
        border-radius: 50%; }
    .company-marks__bottom .review .review__user .review__user-name {
      display: inline-block;
      vertical-align: middle;
      font-size: 11px;
      font-weight: 700;
      text-decoration: underline; }
  .company-marks__bottom .review .review__text {
    font-size: 11px;
    margin-bottom: 15px; }

.company-info {
  background-color: #fff;
  margin-bottom: 15px; }
  .company-info .company-info__top {
    padding: 15px 20px;
    border-bottom: 1px solid #f0f0f0; }
    .company-info .company-info__top .icon {
      width: 16px;
      height: 16px;
      display: inline-block;
      vertical-align: super;
      fill: rgba(0, 0, 0, 0.25); }
    .company-info .company-info__top .time {
      font-size: 24px; }
    .company-info .company-info__top .status {
      font-weight: 700; }
      .company-info .company-info__top .status.opened {
        color: #90b400; }
      .company-info .company-info__top .status.closed {
        color: #dcdcdc; }
    .company-info .company-info__top .schedule {
      float: right;
      padding-top: 10px; }
      .company-info .company-info__top .schedule a {
        cursor: pointer;
        text-decoration: none;
        border-bottom: 1px dotted; }
        .company-info .company-info__top .schedule a:hover, .company-info .company-info__top .schedule a.active {
          border-color: transparent; }
  .company-info .company-info__bottom {
    padding: 30px 20px; }
    .company-info .company-info__bottom .item {
      margin-bottom: 20px; }
      .company-info .company-info__bottom .item .name {
        font-weight: 700; }
      .company-info .company-info__bottom .item .icon {
        width: 12px;
        height: 12px;
        display: inline-block;
        vertical-align: top;
        fill: rgba(0, 0, 0, 0.25); }
      .company-info .company-info__bottom .item .info {
        display: inline-block;
        width: -webkit-calc(100% - 20px);
        width: calc(100% - 20px);
        font-size: 16px;
        border-bottom: 1px transparent; }
        .company-info .company-info__bottom .item .info a.dotted {
          text-decoration: none;
          border-bottom: 1px dotted; }
          .company-info .company-info__bottom .item .info a.dotted:hover, .company-info .company-info__bottom .item .info a.dotted.active {
            border-color: transparent; }
        .company-info .company-info__bottom .item .info a.lined {
          text-decoration: underline; }
          .company-info .company-info__bottom .item .info a.lined:hover {
            text-decoration: none; }
    .company-info .company-info__bottom .more-link {
      font-size: 11px; }
      .company-info .company-info__bottom .more-link a {
        cursor: pointer;
        text-decoration: none;
        border-bottom: 1px dotted; }
        .company-info .company-info__bottom .more-link a:hover, .company-info .company-info__bottom .more-link a.active {
          border-color: transparent; }

.right-block .item {
  margin-bottom: 15px;
  font-size: 11px; }
  .right-block .item .file {
    display: inline-block;
    width: 40px;
    height: 40px;
    margin: 0 5px; }
  .right-block .item .link {
    display: inline-block;
    vertical-align: top; }
    .right-block .item .link .name {
      font-weight: 700; }
    .right-block .item .link a {
      text-decoration: underline; }
      .right-block .item .link a:hover {
        text-decoration: none; }

.gal-item {
  height: 320px;
  margin-bottom: 20px; }
  .gal-item img {
    width: 100%;
    height: 100%; }

.company-tabs .tab,
.company-tabs .tab-more {
  float: left;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  color: #fff;
  padding: 0 30px; }
  .company-tabs .tab.active, .company-tabs .tab:hover,
  .company-tabs .tab-more.active,
  .company-tabs .tab-more:hover {
    background-color: #f0f0f0;
    color: #323232; }

.company-tabs .tab-more {
  display: none;
  position: relative;
  cursor: pointer;
  color: #fff; }
  .company-tabs .tab-more.active, .company-tabs .tab-more:hover {
    background-color: #e6e6e6; }

.company-tabs .tabs-dropdown {
  display: none;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 10; }
  .company-tabs .tabs-dropdown .tab {
    float: none;
    display: block;
    background-color: #e6e6e6;
    color: #323232;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    white-space: nowrap;
    padding: 0 30px; }
    .company-tabs .tabs-dropdown .tab.active, .company-tabs .tabs-dropdown .tab:hover {
      background-color: #f0f0f0; }

.Collage {
  padding: 10px; }

.effect-parent {
  -webkit-perspective: 1300px;
          perspective: 1300px; }

.effect-2 {
  -webkit-transform: translateY(200px);
      -ms-transform: translateY(200px);
          transform: translateY(200px);
  -webkit-animation: moveUp ease forwards;
          animation: moveUp ease forwards; }

@-webkit-keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

@keyframes moveUp {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1; } }

/* Universal durations */
.effect-duration-1 {
  -webkit-animation-duration: .4s;
          animation-duration: .4s; }

.effect-duration-2 {
  -webkit-animation-duration: .5s;
          animation-duration: .5s; }

.effect-duration-3 {
  -webkit-animation-duration: .6s;
          animation-duration: .6s; }

.effect-duration-4 {
  -webkit-animation-duration: .7s;
          animation-duration: .7s; }

.effect-duration-5 {
  -webkit-animation-duration: .8s;
          animation-duration: .8s; }

.effect-duration-6 {
  -webkit-animation-duration: .9s;
          animation-duration: .9s; }

.effect-duration-7 {
  -webkit-animation-duration: .95s;
          animation-duration: .95s; }

.effect-duration-8 {
  -webkit-animation-duration: 1s;
          animation-duration: 1s; }

.effect-duration-9 {
  -webkit-animation-duration: 1.05s;
          animation-duration: 1.05s; }

.effect-duration-10 {
  -webkit-animation-duration: 1.1s;
          animation-duration: 1.1s; }

.left-side {
  min-height: 100vh;
  float: left;
  width: 45%;
  padding-left: 10px;
  padding-right: 10px; }

.right-side {
  height: 100vh;
  width: 100%;
  float: left;
  padding-left: 10px;
  padding-right: 10px; }

.sticky-spacer {
  width: 55% !important; }

.limit-block .limit-block__label {
  float: left;
  position: relative;
  width: 52px;
  height: 52px;
  margin-right: 10px;
  background: #fb661c;
  border-radius: 50%; }
  .limit-block .limit-block__label .limit-block__label-inner,
  .limit-block .limit-block__label .limit-block__label-text {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
  .limit-block .limit-block__label .limit-block__label-inner {
    width: 40px;
    height: 40px;
    background: #f0f0f0;
    border-radius: 50%; }
  .limit-block .limit-block__label .limit-block__label-text {
    font-weight: 700;
    font-size: 22px; }
  .limit-block .limit-block__label.rating-NC-17, .limit-block .limit-block__label.rating-G, .limit-block .limit-block__label.rating-PG, .limit-block .limit-block__label.rating-PG-13, .limit-block .limit-block__label.rating-R {
    border-radius: 0; }
    .limit-block .limit-block__label.rating-NC-17 .limit-block__label-inner,
    .limit-block .limit-block__label.rating-NC-17 .limit-block__label-text, .limit-block .limit-block__label.rating-G .limit-block__label-inner,
    .limit-block .limit-block__label.rating-G .limit-block__label-text, .limit-block .limit-block__label.rating-PG .limit-block__label-inner,
    .limit-block .limit-block__label.rating-PG .limit-block__label-text, .limit-block .limit-block__label.rating-PG-13 .limit-block__label-inner,
    .limit-block .limit-block__label.rating-PG-13 .limit-block__label-text, .limit-block .limit-block__label.rating-R .limit-block__label-inner,
    .limit-block .limit-block__label.rating-R .limit-block__label-text {
      display: none; }
  .limit-block .limit-block__label.rating-NC-17 {
    width: 80px;
    height: 50px;
    background: url("../img/svg/rate/Nc-17.svg") no-repeat center; }
  .limit-block .limit-block__label.rating-G {
    background: url("../img/svg/rate/RATED_G.svg") no-repeat center; }
  .limit-block .limit-block__label.rating-PG {
    background: url("../img/svg/rate/RATED_PG.svg") no-repeat center; }
  .limit-block .limit-block__label.rating-PG-13 {
    width: 80px;
    height: 50px;
    background: url("../img/svg/rate/RATED_PG-13.svg") no-repeat center; }
  .limit-block .limit-block__label.rating-R {
    background: url("../img/svg/rate/RATED_R.svg") no-repeat center; }

.limit-block .limit-block__text {
  margin-top: 10px;
  font-weight: 700; }

.limit {
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  width: 30px;
  height: 20px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  color: #fff;
  background-color: #fb661c; }
  .limit.rating-0::after {
    content: '0+'; }
  .limit.rating-6::after {
    content: '6+'; }
  .limit.rating-12::after {
    content: '12+'; }
  .limit.rating-16::after {
    content: '16+'; }
  .limit.rating-18::after {
    content: '18+'; }
  .limit.rating-NC-17 {
    width: 50px;
    height: 15px;
    background: url("../img/svg/rate/Nc-17.svg") no-repeat center #fff; }
  .limit.rating-G {
    width: 23px;
    background: url("../img/svg/rate/RATED_G.svg") no-repeat center #fff; }
  .limit.rating-PG {
    width: 38px;
    background: url("../img/svg/rate/RATED_PG.svg") no-repeat center #fff; }
  .limit.rating-PG-13 {
    width: 50px;
    height: 15px;
    background: url("../img/svg/rate/RATED_PG-13.svg") no-repeat center #fff; }
  .limit.rating-R {
    width: 23px;
    background: url("../img/svg/rate/RATED_R.svg") no-repeat center #fff; }

.limit-label {
  display: inline-block;
  height: 20px;
  margin-right: 10px;
  padding: 0 10px;
  line-height: 20px;
  text-align: center;
  font-weight: 700;
  font-size: 13px;
  color: #fff;
  background-color: #fb661c;
  vertical-align: bottom; }
  .limit-label.rating-0::after {
    content: '0+'; }
  .limit-label.rating-6::after {
    content: '6+'; }
  .limit-label.rating-12::after {
    content: '12+'; }
  .limit-label.rating-16::after {
    content: '16+'; }
  .limit-label.rating-18::after {
    content: '18+'; }

.weather-line {
  padding: 20px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.5); }
  .weather-line:first-child {
    margin-top: 50px;
    border-top: 1px solid rgba(205, 205, 205, 0.5); }
  .weather-line:last-child {
    border-bottom: none; }
  .weather-line .row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  .weather-line .weather-line__time {
    font-weight: 700; }
  .weather-line .weather-line__temp {
    font-weight: 700;
    font-size: 36px;
    text-align: center; }
  .weather-line .weather-line__ico {
    width: 85px;
    height: 85px; }

.weather-line-mini {
  margin-bottom: 10px; }
  .weather-line-mini .weather-line-mini__info {
    font-weight: 700; }

.right-block.weather {
  margin-top: 30px; }

.tabs.weather {
  padding: 0; }
  .tabs.weather .tabs-item {
    background-color: transparent; }
    .tabs.weather .tabs-item.active, .tabs.weather .tabs-item:hover {
      background-color: #f0f0f0; }
    .tabs.weather .tabs-item .block-num {
      display: none; }

.top-links-line {
  font-size: 12px;
  font-weight: 700; }
  .top-links-line .top-links-line__item {
    display: inline-block;
    margin-right: 25px;
    margin-bottom: 10px; }
    .top-links-line .top-links-line__item.premium {
      display: inline-block;
      height: 20px;
      line-height: 20px;
      margin-right: 15px;
      padding: 0 5px;
      background-color: #00afe1;
      color: #fff; }
    .top-links-line .top-links-line__item .top-links-line__ico {
      display: inline-block;
      width: 14px;
      height: 14px;
      margin-right: 3px; }
      .top-links-line .top-links-line__item .top-links-line__ico img {
        width: 100%;
        height: 100%;
        vertical-align: text-bottom; }

.catalog-select-block {
  margin-bottom: 20px; }
  .catalog-select-block .catalog-select-block__title {
    font-weight: 700;
    margin-right: 20px; }

.arrow-link {
  display: inline-block; }

.classified-card {
  position: relative;
  height: 310px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .classified-card:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5); }
  .classified-card.top {
    background-color: #fefbde; }
    .classified-card.top .classified-card__title span {
      color: #fb661c; }
  .classified-card.auto .classified-card__price, .classified-card.estate .classified-card__price {
    position: absolute;
    bottom: 40px;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 15px;
    font-size: 16px; }
  .classified-card.estate .classified-card__status {
    position: absolute;
    bottom: 42px;
    left: 15px;
    right: auto;
    padding: 0 10px;
    height: 21px;
    line-height: 21px;
    font-size: 11px;
    text-align: center;
    color: #fff;
    text-transform: uppercase; }
    .classified-card.estate .classified-card__status.done {
      background-color: #cc00ff; }
    .classified-card.estate .classified-card__status.in-progress {
      background-color: #00afe1; }
  .classified-card.estate .classified-card__note {
    max-height: 1.4em; }
  .classified-card.wide {
    height: 110px; }
    .classified-card.wide .classified-card__img-wrap {
      bottom: 0;
      height: 100%;
      width: 140px; }
    .classified-card.wide .classified-card__info {
      top: 0;
      left: 140px; }
    .classified-card.wide .classified-card__title {
      width: -webkit-calc(100% - 100px);
      width: calc(100% - 100px); }
    .classified-card.wide .classified-card__price {
      position: static;
      width: auto;
      margin-top: 10px;
      padding: 0 15px; }
    .classified-card.wide .classified-card__label {
      right: auto;
      left: 80px; }
    .classified-card.wide.advert .classified-card__title {
      width: 100%;
      max-height: 1.4em;
      margin: 10px 0 0; }
  .classified-card.agency-vacancy {
    height: 160px;
    margin-bottom: 10px; }
    .classified-card.agency-vacancy .classified-card__info {
      top: 0;
      left: 0;
      bottom: 40px; }
    .classified-card.agency-vacancy .classified-card__img-wrap {
      position: static;
      float: left;
      height: 120px;
      width: 140px;
      padding: 10px; }
      .classified-card.agency-vacancy .classified-card__img-wrap img {
        width: 100%;
        height: auto; }
    .classified-card.agency-vacancy .classified-card__data {
      float: left;
      width: -webkit-calc(100% - 140px);
      width: calc(100% - 140px);
      height: 120px; }
    .classified-card.agency-vacancy .classified-card__title {
      width: 100%; }
    .classified-card.agency-vacancy .classified-card__price {
      margin-top: 5px;
      padding: 0 15px;
      font-size: 16px; }
    .classified-card.agency-vacancy.without-photo .classified-card__data {
      width: 100%; }
  .classified-card.work {
    margin-bottom: 10px; }
    .classified-card.work .classified-card__info {
      left: 0; }
    .classified-card.work .classified-card__price {
      font-size: 16px; }
    .classified-card.work .classified-card__note {
      width: 100%; }
    .classified-card.work.agency-work .classified-card__info {
      left: 140px; }
    .classified-card.work.agency-work .classified-card__img-wrap {
      padding: 10px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      .classified-card.work.agency-work .classified-card__img-wrap img {
        width: 100%;
        height: auto; }
  .classified-card.small {
    height: 230px; }
    .classified-card.small .classified-card__img-wrap {
      bottom: 130px; }
    .classified-card.small .classified-card__info {
      top: 100px; }
    .classified-card.small .classified-card__title {
      font-size: 13px;
      max-height: 4.2em; }
    .classified-card.small.advert .classified-card__title {
      max-height: 2.8em; }
  .classified-card .classified-card__img-wrap {
    position: absolute;
    overflow: hidden;
    top: 0;
    left: 0;
    right: 0;
    bottom: 140px; }
  .classified-card .classified-card__label {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    width: 56px;
    height: 56px;
    padding: 2px;
    background-color: #fff; }
    .classified-card .classified-card__label img {
      width: 100%;
      height: auto; }
  .classified-card .classified-card__info {
    position: absolute;
    top: 170px;
    left: 0;
    right: 0;
    bottom: 0; }
  .classified-card .classified-card__title {
    max-height: 2.8em;
    margin: 10px 0 5px;
    padding: 0 15px 2px;
    font-size: 16px;
    font-weight: 700;
    overflow: hidden; }
    .classified-card .classified-card__title a {
      text-decoration: underline; }
      .classified-card .classified-card__title a:hover {
        text-decoration: none; }
  .classified-card .classified-card__note {
    padding: 0 15px;
    font-size: 11px;
    max-height: 2.8em;
    overflow: hidden; }
  .classified-card .classified-card__bottom {
    position: absolute;
    bottom: 0;
    height: 40px;
    width: 100%;
    border-top: 1px solid rgba(205, 205, 205, 0.5); }
  .classified-card .date {
    color: #dcdcdc; }
  .classified-card svg {
    fill: #dcdcdc; }

.resume-photo {
  width: 240px;
  height: 240px;
  margin: 0 auto; }
  .resume-photo img {
    width: 100%;
    height: auto; }

.classified-main-photo {
  height: 450px;
  margin: 0 40px; }

.right-block-action {
  display: block;
  margin-bottom: 20px; }
  .right-block-action .action-text {
    display: inline-block;
    margin: 5px 0 0 10px;
    vertical-align: top; }
  .right-block-action:hover .action-text {
    text-decoration: underline; }
  .right-block-action .action-label {
    display: inline-block;
    width: 44px;
    height: 44px;
    border-radius: 10px; }
    .right-block-action .action-label.yellow {
      background-color: #ffc333;
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(55%, #ffc333), color-stop(45%, #ffb400));
      background-image: -webkit-linear-gradient(top left, #ffc333 55%, #ffb400 45%);
      background-image: linear-gradient(to bottom right, #ffc333 55%, #ffb400 45%); }
    .right-block-action .action-label.red {
      background-color: #f8958b;
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(55%, #f8958b), color-stop(45%, #d9645d));
      background-image: -webkit-linear-gradient(top left, #f8958b 55%, #d9645d 45%);
      background-image: linear-gradient(to bottom right, #f8958b 55%, #d9645d 45%); }
    .right-block-action .action-label.blue {
      background-color: #4898cb;
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(55%, #4898cb), color-stop(45%, #488ac9));
      background-image: -webkit-linear-gradient(top left, #4898cb 55%, #488ac9 45%);
      background-image: linear-gradient(to bottom right, #4898cb 55%, #488ac9 45%); }
    .right-block-action .action-label.gray {
      background-color: #d5d5d5;
      background-image: -webkit-gradient(linear, left top, right bottom, color-stop(55%, #d5d5d5), color-stop(45%, #cacaca));
      background-image: -webkit-linear-gradient(top left, #d5d5d5 55%, #cacaca 45%);
      background-image: linear-gradient(to bottom right, #d5d5d5 55%, #cacaca 45%); }
    .right-block-action .action-label .svg-wrap {
      display: block;
      width: 28px;
      height: 28px;
      margin: 8px auto;
      fill: #fff; }

.right-block__filter {
  margin-bottom: 20px; }
  .right-block__filter:last-child {
    margin-bottom: 0; }
  .right-block__filter .right-block__filter-name {
    display: inline-block;
    width: 100px; }

.show-phone__link .show-phone__hidden {
  display: none; }

.show-phone__link .show-phone__visible {
  display: inline; }

.show-phone__link.active .show-phone__hidden {
  display: inline; }

.show-phone__link.active .show-phone__visible {
  display: none; }

.spravka-item {
  margin-bottom: 10px;
  padding: 20px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .spravka-item:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5); }
  .spravka-item .spravka-item__name {
    font-size: 18px;
    font-weight: 700; }
  .spravka-item .spravka-item__line {
    margin-bottom: 15px; }
  .spravka-item .spravka-item__infoblock {
    margin-bottom: 10px; }
    .spravka-item .spravka-item__infoblock:last-child {
      margin-bottom: 0; }
  .spravka-item .spravka-item__ico {
    display: inline-block;
    width: 16px;
    height: 16px;
    fill: rgba(0, 0, 0, 0.25); }
  .spravka-item .spravka-item__info {
    display: inline-block;
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
    vertical-align: top; }
    .spravka-item .spravka-item__info.address a {
      text-decoration: underline; }
      .spravka-item .spravka-item__info.address a:hover {
        text-decoration: none; }
  .spravka-item.on-map .spravka-item__name {
    margin-bottom: 15px; }
  .spravka-item.active {
    background-color: transparent; }

.category-line {
  margin-bottom: 12px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(205, 205, 205, 0.5); }

.category-line__more {
  font-size: 11px;
  text-decoration: none;
  border-bottom: 1px dotted; }
  .category-line__more:hover, .category-line__more.active {
    border-color: transparent; }

.competition-card {
  position: relative;
  height: 550px;
  margin-bottom: 20px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s; }
  .competition-card:hover {
    -webkit-box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5);
            box-shadow: 0px 5px 15px 0px rgba(102, 102, 102, 0.5); }
  .competition-card .competition-card__image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 400px; }
    .competition-card .competition-card__image:focus {
      outline: none; }
  .competition-card .competition-card__info {
    position: absolute;
    left: 0;
    top: 400px;
    width: 100%;
    height: 100px;
    padding: 10px 20px;
    line-height: 1; }
  .competition-card .competition-card__title {
    height: 2em;
    font-size: 21px;
    font-weight: 700;
    overflow: hidden; }
  .competition-card .competition-card__subtitle {
    height: 2em;
    overflow: hidden;
    font-weight: 700; }
  .competition-card .competition-card__votes {
    color: #dcdcdc; }
  .competition-card .competition-card__button {
    position: absolute;
    left: 0;
    bottom: 10px;
    width: 100%;
    padding: 0 20px; }

.right-photoblock {
  padding: 15px;
  background-color: #fff; }
  .right-photoblock .right-photoblock__title {
    max-height: 2.9em;
    overflow: hidden;
    margin-bottom: 20px;
    font-size: 20px;
    font-weight: 700; }
    .right-photoblock .right-photoblock__title a {
      text-decoration: underline; }
      .right-photoblock .right-photoblock__title a:hover {
        text-decoration: none; }
  .right-photoblock .right-photoblock__image {
    display: block;
    height: 350px;
    margin-bottom: 10px; }
  .right-photoblock .right-photoblock__info {
    margin-bottom: 20px; }
    .right-photoblock .right-photoblock__info span {
      font-weight: 700; }

.owl-competition-item .owl-prev {
  left: -40px;
  background: url("../img/svg/back-black.svg"); }

.owl-competition-item .owl-next {
  right: -40px;
  background: url("../img/svg/next-black.svg"); }

.owl-competition .owl-dots {
  position: absolute;
  bottom: 5px;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .owl-competition .owl-dots .owl-dot {
    display: inline-block;
    width: 15px;
    height: 15px;
    margin: 0 2px;
    border-radius: 50%;
    background-color: #e6e6e6;
    -webkit-transition: 0.3s;
    transition: 0.3s; }
    .owl-competition .owl-dots .owl-dot.active, .owl-competition .owl-dots .owl-dot:hover {
      background-color: #90b400; }

.spec-theme__item {
  margin-bottom: 10px; }
  .spec-theme__item .spec-theme__more,
  .spec-theme__item .spec-theme__date {
    font-size: 11px; }
  .spec-theme__item .spec-theme__name {
    font-size: 20px;
    font-weight: 700; }
    .spec-theme__item .spec-theme__name a {
      text-decoration: underline; }
      .spec-theme__item .spec-theme__name a:hover {
        text-decoration: none; }

.response .response__photo {
  width: 120px;
  height: 120px;
  margin: 0 auto 20px; }
  .response .response__photo img {
    width: 100%;
    height: auto;
    border-radius: 50%; }

.response .response__name {
  margin-bottom: 20px;
  font-weight: 700; }

.response .response__text {
  margin-bottom: 20px; }

.response .response__contacts .contact-line .contact-line__name {
  font-weight: 700; }

.response .response__contacts .contact-line .contact-line__info {
  word-wrap: break-word; }
  .response .response__contacts .contact-line .contact-line__info a {
    color: #00afe1; }

.votesForm .g-recaptcha {
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transform-origin: 0 0;
      -ms-transform-origin: 0 0;
          transform-origin: 0 0; }

.header-cart {
  display: block;
  padding: 14px 0; }
  .header-cart .header-cart__ico {
    display: inline-block;
    width: 20px;
    height: 20px;
    vertical-align: middle;
    fill: #90b400; }
  .header-cart .header-cart__quantity {
    display: inline-block;
    font-size: 11px; }

@media (min-width: 768px) {
  .card-large .card__title {
    font-size: 28px; }
  .card.spec__theme {
    height: 500px; }
    .card.spec__theme .card__title {
      font-size: 28px;
      text-align: center;
      bottom: 250px; } }

@media (max-width: 767px) {
  .tabs .tabs-item {
    padding: 15px 10px 10px; }
  .video .video__info {
    max-height: 165px; }
  .btn.btn-more {
    width: 180px; }
  .yt-video.yt-video-big {
    height: 300px; }
  .yt-video-actions .user-actions {
    float: none; }
  .session-list .session__place span {
    margin-bottom: 10px; }
  .session-list .session__time {
    margin-top: 5px; }
  .title-container h1 {
    font-size: 20px;
    margin-bottom: 10px; }
  .article-photo {
    height: 300px; }
    .article-photo.main {
      height: 300px; }
  .newslist {
    height: 620px; }
    .newslist .newslist__container {
      height: 540px; }
  .company-card.large {
    height: 150px;
    padding: 20px; }
    .company-card.large .company-card__ill {
      width: 35px;
      height: 35px; }
    .company-card.large .company-card__info {
      width: -webkit-calc(100% - 55px);
      width: calc(100% - 55px); }
    .company-card.large .company-card__name {
      height: 2.4em;
      font-size: 13px; }
    .company-card.large .company-card__mark span {
      font-size: 16px;
      display: inline; }
  .company-infoblock {
    padding: 20px 0; }
    .company-infoblock.first-block {
      padding: 20px 0; }
  .event.small {
    height: 40px; }
    .event.small .event__img-wrap {
      width: 40px;
      height: 40px;
      border-radius: 50%; }
    .event.small .event__info {
      left: 50px;
      width: -webkit-calc(100% - 50px);
      width: calc(100% - 50px);
      background-color: transparent; }
    .event.small .event__top {
      padding: 0; }
    .event.small .event__title {
      height: 3em;
      font-size: 13px; }
    .event.small .event__subinfo,
    .event.small .event__bottom {
      display: none; }
  .company-tabs .tabs-dropdown .tab {
    font-size: 13px;
    max-width: 250px;
    overflow: hidden;
    text-overflow: ellipsis; }
  .yt-video-actions.event-info .event-line:last-child {
    margin-bottom: 15px; }
  .classified-card.wide .classified-card__title {
    max-height: 1.4em;
    width: 100%; }
  .classified-card.work {
    height: 135px; }
    .classified-card.work.classified-card__price {
      margin-top: 0; }
  .classified-main-photo {
    height: 400px;
    margin: 0; }
  .article-info .user-actions {
    float: right; } }

@media (max-width: 919px) {
  .btn.btn-more {
    width: 180px; }
  .weather {
    padding: 8px 0; }
  .yt-video.yt-video-big {
    height: 390px; }
  .toppage-search__container,
  .toppage-search__filter {
    padding: 10px; }
  .company-card {
    height: 150px; }
    .company-card .company-card__name {
      margin-bottom: 15px; }
    .company-card .company-card__mark {
      margin-bottom: 0; }
      .company-card .company-card__mark span {
        display: inline;
        font-size: 16px; }
  .company-info .company-info__top .time {
    font-size: 18px; }
  .company-info .company-info__top .schedule {
    float: none;
    display: inline-block;
    padding-top: 5px;
    font-size: 11px; }
  .company-info .company-info__bottom .item .name {
    font-size: 11px; }
  .company-info .company-info__bottom .item .info {
    font-size: 13px; }
  .right-block {
    max-width: 340px;
    margin: 0 auto 20px; }
    .right-block .item {
      display: inline-block; }
  .br-container,
  .action-block {
    max-width: 340px;
    margin: 0 auto 20px; }
  .company-tabs .tab,
  .company-tabs .tab-more {
    padding: 0 15px; }
  .company-tabs .tabs-dropdown .tab-dropdown {
    padding: 0 15px; }
  .left-side,
  .right-side {
    width: 100%; }
  .weather-line {
    padding: 10px; }
  .owl-carousel.owl-premium-big {
    margin-bottom: 20px; }
  .premium-top h1 {
    margin: 40px 0;
    font-size: 24px; }
  .toppage-search__filter .filter-item .filter-item__name {
    margin-top: 0;
    margin-bottom: 10px; }
  .spravka-item .spravka-item__name {
    margin-bottom: 10px; }
  .company-map-container {
    height: 390px; }
  .banner.bc-container,
  .banner.br-container {
    display: none; }
  .search-item {
    margin-bottom: 20px; }
  .add-company-form__table {
    font-size: 11px; }
  .cart-product .cart-product__summ {
    font-size: 16px; } }

@media (min-width: 768px) and (max-width: 1219px) {
  .company-card.large {
    height: 220px; }
    .company-card.large .company-card__name {
      font-size: 16px; }
    .company-card.large .company-card__views {
      font-weight: 400;
      font-size: 11px; }
      .company-card.large .company-card__views span {
        display: inline;
        font-size: 11px; }
  .top-rating {
    margin-bottom: 30px; } }

@media (max-width: 919px) and (min-width: 768px) {
  .article-photo {
    height: 390px; }
    .article-photo.main {
      height: 390px; } }

@media (min-width: 1380px) {
  .container-fluid {
    width: 95%;
    max-width: 1600px; } }

/*# sourceMappingURL=main.css.map */
