@charset "UTF-8";
@font-face {
  font-family: 'Apercu Pro';
  src: url("/static/fonts/apercupro-regular.eot");
  src: url("/static/fonts/apercupro-regular.eot?#iefix") format("embedded-opentype"), url("/static/fonts/apercupro-regular.woff") format("woff"), url("/static/fonts/apercupro-regular.ttf") format("truetype"), url("/static/fonts/apercupro-regular.svg#apercupro-regular") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Apercu Pro';
  src: url("/static/fonts/apercupro-bold.eot");
  src: url("/static/fonts/apercupro-bold.eot?#iefix") format("embedded-opentype"), url("/static/fonts/apercupro-bold.woff") format("woff"), url("/static/fonts/apercupro-bold.ttf") format("truetype"), url("/static/fonts/apercupro-bold.svg#apercupro-bold") format("svg");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Blogger Sans';
  src: url("/static/fonts/blogger-sans-medium.eot");
  src: url("/static/fonts/blogger-sans-medium.eot?#iefix") format("embedded-opentype"), url("/static/fonts/blogger-sans-medium.woff") format("woff"), url("/static/fonts/blogger-sans-medium.ttf") format("truetype"), url("/static/fonts/blogger-sans-medium.svg#blogger-sans-medium") format("svg");
  font-weight: 500;
  font-style: normal; }

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 {
  outline: 0; }

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 {
  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"] {
  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;
  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; }

html {
  box-sizing: border-box; }

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

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

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

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

@viewport {
  width: device-width; }

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

body {
  font-family: "Apercu Pro", Arial, Helvetica, Verdana;
  font-size: 1rem;
  line-height: 1.5;
  color: #000000;
  background-color: #FFFFFF; }

[tabindex="-1"]:focus {
  outline: none !important; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Blogger Sans';
  padding: 0;
  margin: 0;
  line-height: 1.5em; }

p {
  padding: 0;
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  cursor: help;
  border-bottom: 1px dotted #e4e4e4; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 500; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

a {
  color: #22ab5e;
  text-decoration: none;
  /*&:focus {

  }*/ }
  a:hover {
    color: #22ab5e;
    text-decoration: underline; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border: none;
  text-decoration: none; }

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

a,
area,
button,
[role="button"],
input,
label,
select,
summary,
textarea {
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

table {
  background-color: transparent; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #e4e4e4;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: left; }

label {
  display: inline-block;
  margin-bottom: .5rem; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
textarea {
  margin: 0;
  line-height: inherit;
  border-radius: 0; }

textarea {
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit; }

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

output {
  display: inline-block; }

[hidden] {
  display: none !important; }

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

.btn {
  display: inline-block;
  padding: .25rem 0.5rem .35rem 0.5rem;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid transparent;
  font-size: 16px;
  line-height: 16px; }
  .btn.btn-grey {
    border-color: #e4e4e4; }
    .btn.btn-grey:hover, .btn.btn-grey:active, .btn.btn-grey.active {
      background: #f0f0f0; }
  .btn.btn-green {
    border-color: #22ab5e; }
    .btn.btn-green:hover, .btn.btn-green:active, .btn.btn-green.active {
      border-color: #22ab5e;
      color: #FFFFFF;
      background: #22ab5e; }
  .btn.btn-green-bg {
    background-color: #22ab5e;
    color: #FFFFFF; }
    .btn.btn-green-bg:hover, .btn.btn-green-bg:active, .btn.btn-green-bg.active {
      border-color: #22ab5e;
      color: #FFFFFF;
      background: #22ab5e; }
  .btn.btn-white {
    border-color: #FFFFFF; }
    .btn.btn-white:hover, .btn.btn-white:active, .btn.btn-white.active {
      border-color: #22ab5e;
      color: #FFFFFF;
      background-color: #22ab5e; }
  .btn.btn-big {
    padding: 0.8rem 6rem 0.9rem; }
    @media (max-width: 480px) {
      .btn.btn-big {
        padding: 0.8rem 1rem; } }
  .btn.btn-big_more:hover {
    text-decoration: none;
    color: #FFFFFF;
    background-color: #22ab5e; }
  .btn.btn-full {
    width: 100%;
    padding: 8px; }

.btn-group {
  display: table;
  box-sizing: border-box; }
  .btn-group .btn {
    display: block;
    float: left;
    border-left: none;
    margin: 0; }
    .btn-group .btn:first-child {
      border-left: 1px solid #e4e4e4; }

.forms .form-style {
  display: inline-block;
  width: 100%;
  padding: .375rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #55595c;
  background-color: #fff;
  background-image: none;
  border: 1px solid #e4e4e4;
  outline: none; }
  .forms .form-style.form-style_green, .forms .form-style:active, .forms .form-style:focus {
    border-color: #22ab5e; }
  .forms .form-style.form-style_dark {
    background-color: #000000;
    border-color: #000000;
    border-bottom-color: #cacaca; }
    .forms .form-style.form-style_dark:active, .forms .form-style.form-style_dark:focus {
      border-bottom-color: #22ab5e; }
    .forms .form-style.form-style_dark.error {
      border-bottom-color: #d71920; }
  .forms .form-style.form-style_white {
    background-color: #FFFFFF;
    border-color: #FFFFFF;
    border-bottom-color: #808080;
    padding-left: 0;
    padding-right: 0; }
    .forms .form-style.form-style_white:active, .forms .form-style.form-style_white:focus {
      border-bottom-color: #22ab5e; }
    .forms .form-style.form-style_white.error {
      border-bottom-color: #d71920; }

.forms .hidden-input > .btn input[type=checkbox],
.forms .hidden-input > .btn input[type=radio] {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }

.forms .form__group {
  margin: 0; }

.filter select.form-style {
  width: 240px; }

.filter .btn-group .btn {
  padding: .52rem 0.5rem .7rem 0.5rem; }

.filter .filter__wrapper .filter__group {
  padding: 0 15px 0 0; }
  .filter .filter__wrapper .filter__group:last-child {
    padding-right: 0; }

.filter .filter__wrapper.inline-group {
  display: table;
  box-sizing: border-box;
  width: 100%; }
  .filter .filter__wrapper.inline-group .filter__group {
    float: left; }
  .filter .filter__wrapper.inline-group .form__group {
    float: left;
    margin-right: 20px; }

.feed__post-place-link,
.feed__post-counter,
.feed__post-comments {
  display: inline-block;
  font-size: 0.875em;
  margin-left: 0.75em;
  padding-left: 1.75em; }
  .feed__post-place-link:hover,
  .feed__post-counter:hover,
  .feed__post-comments:hover {
    color: #22ab5e; }

.feed__post-counter {
  background: transparent url("/image/feed__post-counter.svg") no-repeat scroll left center/20px 13px; }
  .feed__post-counter.feed__post-counter_white {
    background: transparent url("/image/feed__post-counter-white.svg") no-repeat scroll left 0.35em/16px 16px; }

.feed__post-comments {
  background: transparent url("/image/feed__post-comments.svg") no-repeat scroll left 0.35em/16px 16px;
  padding-left: 1.5em; }
  .feed__post-comments.feed__post-comments_white {
    background: transparent url("/image/feed__post-comments-white.svg") no-repeat scroll left 0.35em/16px 16px; }

.feed .feed__post {
  padding: 24px;
  border-right: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4; }
  .feed .feed__post:first-child {
    border-left: 1px solid #e4e4e4 !important; }
  @media (max-width: 440px) {
    .feed .feed__post {
      border-right: none;
      border-left: none; }
      .feed .feed__post:first-child {
        border-left: none; } }
  .feed .feed__post .feed__post-header {
    padding: 0 0 8px 0;
    font-weight: bold; }
  .feed .feed__post .feed__post-img {
    padding: 0 0 22px 0;
    position: relative; }
    .feed .feed__post .feed__post-img img {
      width: 100%;
      height: auto; }
  .feed .feed__post .feed__post-button {
    margin-bottom: 12px;
    padding: 4px 8px 6px;
    color: #000000; }
    .feed .feed__post .feed__post-button:hover {
      color: #22ab5e;
      text-decoration: none;
      background: none; }
  .feed .feed__post .feed__post-place {
    padding: 0 0 9px 0; }
    .feed .feed__post .feed__post-place a:hover {
      text-decoration: none; }

.feednb .feednb__post {
  position: relative;
  border: 1px solid #e4e4e4;
  margin: 0 8px 8px 0;
  overflow: hidden; }
  .feednb .feednb__post .feednb__post-main-link {
    text-decoration: none; }
    .feednb .feednb__post .feednb__post-main-link:hover {
      text-decoration: none; }
    .feednb .feednb__post .feednb__post-main-link:visited .feed__post-description .feed__post-title {
      color: #808080; }
  .feednb .feednb__post .feed__post-img {
    position: relative;
    margin: -1px; }
    .feednb .feednb__post .feed__post-img:hover {
      cursor: pointer; }
    .feednb .feednb__post .feed__post-img img {
      width: 100%;
      height: auto; }
    .feednb .feednb__post .feed__post-img .feed__post-img-bottom {
      position: absolute;
      z-index: 10;
      bottom: 0;
      left: 0;
      padding: 16px 24px;
      width: 100%; }
  .feednb .feednb__post .feed__post-description {
    padding: 24px; }
    .feednb .feednb__post .feed__post-description .feed__post-title {
      color: #000000;
      padding-bottom: 45px; }
      @media (min-width: 1920px) {
        .feednb .feednb__post .feed__post-description .feed__post-title {
          font-size: 18px; } }
  .feednb .feednb__post .feed__post-meta {
    position: absolute;
    color: #808080;
    bottom: 18px;
    width: calc(100% - 44px); }
    .feednb .feednb__post .feed__post-meta .feed__post-place {
      float: left;
      max-width: 65%;
      line-height: 1em; }
      .feednb .feednb__post .feed__post-meta .feed__post-place a {
        max-width: 89%; }
    .feednb .feednb__post .feed__post-meta .feed__post-counter,
    .feednb .feednb__post .feed__post-meta .feed__post-comments {
      float: right; }
  .feednb .feednb__post.feednb__post_dipole {
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    .feednb .feednb__post.feednb__post_dipole .feednb__post-main-link {
      /*position: absolute;width: 100%;height: 100%;top: 0;left: 0;*/ }
      .feednb .feednb__post.feednb__post_dipole .feednb__post-main-link:visited .feed__post-description .feed__post-title {
        color: #e4e4e4; }
    .feednb .feednb__post.feednb__post_dipole .feed__post-img {
      width: calc(100% + 1px);
      height: 100%;
      min-width: 100%;
      min-height: 100%;
      position: relative; }
      .feednb .feednb__post.feednb__post_dipole .feed__post-img img {
        width: 100%;
        height: 100%; }
      .feednb .feednb__post.feednb__post_dipole .feed__post-img i {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .feednb .feednb__post.feednb__post_dipole .feed__post-description {
      color: #FFFFFF;
      position: absolute;
      bottom: 0;
      width: 100%;
      z-index: 11; }
      .feednb .feednb__post.feednb__post_dipole .feed__post-description .feed__post-title {
        color: #FFFFFF;
        font-size: 26px;
        line-height: 30px;
        font-family: 'Blogger Sans';
        padding-bottom: 0; }
        @media (min-width: 1920px) {
          .feednb .feednb__post.feednb__post_dipole .feed__post-description .feed__post-title {
            font-size: 28px; } }
      .feednb .feednb__post.feednb__post_dipole .feed__post-description .feed__post-meta {
        color: #FFFFFF; }
        .feednb .feednb__post.feednb__post_dipole .feed__post-description .feed__post-meta .feed__post-counter {
          background: transparent url("/image/feed__post-counter-white.svg") no-repeat scroll left center/20px 13px; }
          .feednb .feednb__post.feednb__post_dipole .feed__post-description .feed__post-meta .feed__post-counter:hover {
            background: transparent url("/image/feed__post-counter-hover.svg") no-repeat scroll left center/20px 13px; }
        .feednb .feednb__post.feednb__post_dipole .feed__post-description .feed__post-meta .feed__post-comments {
          background: transparent url("/image/feed__post-comments-white.svg") no-repeat scroll left 0.35em/16px 16px; }
          .feednb .feednb__post.feednb__post_dipole .feed__post-description .feed__post-meta .feed__post-comments:hover {
            background: transparent url("/image/feed__post-comments-hover.svg") no-repeat scroll left 0.35em/16px 16px; }

.icon {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none; }
  .icon.icon__link {
    text-decoration: none; }
  .icon.icon__link-circle {
    background-position: center center;
    background-repeat: no-repeat;
    padding: 10px;
    border-radius: 45%; }

.page {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }
  .page.page_overflow-hidden {
    overflow: hidden; }
  .page.grey-light-bg {
    background: #e4e4e4; }
  .page.gray-bg-light {
    background: #f0f0f0; }
  .page .grey {
    color: #808080; }
  .page .ps-title-h1 {
    font-family: 'Blogger Sans';
    font-size: 32px;
    line-height: 30px;
    margin: 32px 0 22px;
    padding: 0 24px; }
    @media (max-width: 768px) {
      .page .ps-title-h1 {
        font-size: 28px; } }
    .page .ps-title-h1.ps-title-h1_center {
      text-align: center; }
    .page .ps-title-h1.ps-title-h1_padding {
      padding: 32px 0 22px 0; }
  .page .ps-title-h2 {
    font-family: 'Blogger Sans';
    font-size: 24px;
    line-height: 1em;
    margin: 24px 0 16px;
    padding: 0 24px; }
    .page .ps-title-h2.ps-title-h2_center {
      text-align: center; }
    .page .ps-title-h2.ps-title-h2_padding {
      padding: 32px 0 22px 0; }

.page__block {
  display: block;
  box-sizing: border-box;
  width: 100%;
  padding: 8px; }
  @media (max-width: 480px) {
    .page__block {
      padding: 0; } }
  .page__block.page__block_gray-light-bg {
    background-color: #f0f0f0; }
  .page__block.page__block_green {
    background-color: #22ab5e; }
  .page__block.page__block_dark {
    background-color: #1a1a1a; }
  .page__block.page__block_not-padding {
    padding: 0; }
  .page__block .page__block-title {
    font-size: 32px;
    line-height: 32px;
    font-family: 'Blogger Sans';
    font-weight: bold; }
  .page__block.page__block_not-padding-top {
    padding-top: 0; }
  .page__block.page__block_border-top {
    border-top: 1px solid #e4e4e4; }

.block-end-news .block-end-news__left {
  float: left;
  width: calc(100% - 350px); }

.block-end-news .block-end-news__right {
  float: right;
  width: 350px; }

.stars {
  white-space: nowrap;
  vertical-align: middle; }
  .stars .star-rating {
    font-size: 0;
    white-space: nowrap;
    display: inline-block;
    width: 80px;
    height: 16px;
    overflow: hidden;
    position: relative;
    background: url("/image/star.svg");
    background-size: contain; }
    .stars .star-rating i {
      opacity: 0;
      position: absolute;
      left: 0;
      top: 0;
      height: 100%;
      width: 20%;
      z-index: 1;
      background: url("/image/star-hover.svg");
      background-size: contain; }
    .stars .star-rating input {
      -moz-appearance: none;
      -webkit-appearance: none;
      opacity: 0;
      display: inline-block;
      width: 20%;
      height: 100%;
      margin: 0;
      padding: 0;
      z-index: 2;
      position: relative; }
      .stars .star-rating input:hover + i,
      .stars .star-rating input:checked + i {
        opacity: 1; }
    .stars .star-rating i ~ i {
      width: 40%; }
    .stars .star-rating i ~ i ~ i {
      width: 60%; }
    .stars .star-rating i ~ i ~ i ~ i {
      width: 80%; }
    .stars .star-rating i ~ i ~ i ~ i ~ i {
      width: 100%; }
  .stars .choice {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    text-align: center;
    padding: 20px;
    display: block; }
  .stars .stars-text {
    display: inline-block;
    color: #808080;
    vertical-align: middle; }

.reviews__page {
  border-top: 1px solid #e4e4e4;
  background: #f0f0f0; }
  .reviews__page.reviews__page_white-bg {
    background: #FFFFFF; }
  @media (max-width: 480px) {
    .reviews__page {
      padding: 0;
      margin-top: 1px; } }
  .reviews__page .reviews-wrapp {
    width: 1024px;
    margin: 0 auto;
    padding: 0 8px 24px; }
    @media (max-width: 1024px) {
      .reviews__page .reviews-wrapp {
        width: 100%; } }
    @media (max-width: 480px) {
      .reviews__page .reviews-wrapp {
        padding: 0; } }
  .reviews__page .block-end-reviews {
    display: table;
    width: 100%; }
    .reviews__page .block-end-reviews .block-end-reviews__left {
      float: left;
      width: calc(100% - 332px - 8px);
      background: #fff; }
    .reviews__page .block-end-reviews .block-end-reviews__right {
      float: right;
      width: 332px;
      background: #fff;
      margin-top: 8px; }
    @media (max-width: 800px) {
      .reviews__page .block-end-reviews .block-end-reviews__left {
        width: 100%;
        float: none; }
      .reviews__page .block-end-reviews .block-end-reviews__right {
        width: 100%;
        float: none;
        margin-top: 0px; }
        .reviews__page .block-end-reviews .block-end-reviews__right .banner__block {
          display: none; } }
  .reviews__page .collage-wrapp {
    padding: 20px 24px 24px;
    border: 1px solid #e4e4e4; }
    @media (max-width: 800px) {
      .reviews__page .collage-wrapp {
        display: none; } }

.reviews {
  margin-top: -1px;
  border: 1px solid #e4e4e4; }
  @media (max-width: 480px) {
    .reviews {
      border-bottom: none;
      margin-top: -2px; } }
  .reviews .reviews__header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 32px 24px 18px; }
    .reviews .reviews__header .reviews__header__title {
      font-family: "Blogger Sans";
      font-size: 32px;
      line-height: 30px; }
      @media (max-width: 768px) {
        .reviews .reviews__header .reviews__header__title {
          font-size: 28px; } }
    .reviews .reviews__header .reviews__header__add-review {
      position: relative;
      top: 6px; }
  .reviews .reviews__item {
    position: relative;
    padding: 14px 0;
    border-top: 1px solid #e4e4e4; }
    .reviews .reviews__item:last-of-type {
      border-bottom: 1px solid #e4e4e4; }
  .reviews .reviews__item-avatar {
    position: absolute;
    top: 14px;
    left: 24px;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    overflow: hidden; }
  .reviews .reviews__item-header {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 480px) {
      .reviews .reviews__item-header {
        -ms-flex-direction: column;
        flex-direction: column; } }
  .reviews .srars-item {
    display: inline-block; }
  .reviews .reviews__item-content {
    padding: 0 24px 0 86px; }
  .reviews .reviews__item-text {
    margin-top: 6px; }
    .reviews .reviews__item-text p {
      margin: 0;
      padding: 0; }
    @media (max-width: 480px) {
      .reviews .reviews__item-text {
        margin-left: -62px; } }
  .reviews .reviews__item-data {
    margin-top: 14px;
    color: #808080;
    font-size: 14px; }
    @media (max-width: 480px) {
      .reviews .reviews__item-data {
        margin-left: -62px; } }
  .reviews .reviews__show-more {
    padding: 21px 24px 16px; }
    .reviews .reviews__show-more .btn-big_more {
      width: 100%; }

.block-interesting {
  margin-bottom: -6px; }
  @media (max-width: 520px) {
    .block-interesting {
      margin-bottom: -1px; } }
  .block-interesting .feednb {
    -ms-flex-align: stretch;
    align-items: stretch;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
    flex-flow: row wrap;
    margin-right: -8px; }
    .block-interesting .feednb .feednb__post {
      width: calc(33.3333% - 8px);
      margin-bottom: 8px; }
      @media (max-width: 768px) {
        .block-interesting .feednb .feednb__post {
          width: calc(50% - 8px); } }
      @media (max-width: 520px) {
        .block-interesting .feednb .feednb__post {
          width: 100%; }
          .block-interesting .feednb .feednb__post:last-of-type {
            margin-bottom: 0; } }
      .block-interesting .feednb .feednb__post .feed__post-place a {
        color: #808080; }

.ps-cool-search {
  position: relative; }
  .ps-cool-search .forms .form-style {
    padding-left: 24px;
    font-size: 18px;
    color: #000000; }
  .ps-cool-search .forms .search {
    background: url("/image/search-hover.svg") no-repeat scroll center center;
    cursor: pointer;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    width: 2.5rem; }

/* 404 Page */
.ps-404 {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0; }
  .ps-404 .ps-404__row {
    display: table-row; }
    .ps-404 .ps-404__row .ps-404__cell {
      position: relative;
      display: table-cell;
      vertical-align: middle;
      text-align: center; }
  .ps-404 .ps-404__block {
    display: inline-block;
    max-width: 356px;
    text-align: left;
    padding: 0 8px; }
  .ps-404 .ps-404__logo {
    padding: 0 0 8px 0;
    margin: 0; }
    .ps-404 .ps-404__logo a {
      background: url("/image/logo-hover.svg") no-repeat center center;
      display: block;
      width: 10em;
      height: 60px; }
  .ps-404 .ps-404__big-text {
    font-family: 'Blogger Sans';
    font-size: 24px;
    line-height: 24px;
    padding: 0 0 16px 0; }
  .ps-404 .ps-404__text {
    padding: 0 0 24px 0; }

.social-apps {
  margin-top: 24px;
  padding: 16px 24px 13px;
  border: 1px solid #e4e4e4;
  background: #f0f0f0; }
  @media (max-width: 480px) {
    .social-apps {
      text-align: center; } }

.block-end-othernews .other-news {
  padding: 0 24px; }

.block-end-othernews .other-news__title {
  margin: 32px 0 18px;
  font-size: 32px;
  line-height: 30px;
  font-family: 'Blogger Sans'; }
  @media (max-width: 480px) {
    .block-end-othernews .other-news__title {
      font-size: 28px; } }

.block-end-othernews .other-news__tags {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: baseline;
  align-items: baseline; }
  @media (max-width: 320px) {
    .block-end-othernews .other-news__tags {
      -ms-flex-direction: column;
      flex-direction: column; } }

.block-end-othernews .other-news__tags__title {
  display: inline-block;
  position: relative;
  top: 3px;
  width: 98px;
  margin-bottom: 8px;
  font-size: 24px;
  font-family: 'Blogger Sans'; }
  @media (max-width: 520px) {
    .block-end-othernews .other-news__tags__title {
      margin-bottom: 16px;
      font-size: 18px; } }

.block-end-othernews .other-news__tags__list {
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 8px;
  width: calc(100% - 104px);
  list-style: none;
  padding: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  @media (max-width: 320px) {
    .block-end-othernews .other-news__tags__list {
      width: 100%; } }

.block-end-othernews .other-news__tags__list__item {
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 8px; }
  .block-end-othernews .other-news__tags__list__item:last-child {
    margin-right: 0; }
  .block-end-othernews .other-news__tags__list__item .btn {
    color: #000000; }
    .block-end-othernews .other-news__tags__list__item .btn:hover {
      background: none;
      text-decoration: none;
      border-color: #22ab5e;
      color: #22ab5e; }
  @media (max-width: 480px) {
    .block-end-othernews .other-news__tags__list__item {
      margin-bottom: 8px; } }

.gradient {
  position: relative;
  z-index: 0; }
  .gradient:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 );
    z-index: 1;
    pointer-events: none; }
  .gradient.feednb__post_dipole-deleted:before {
    display: none; }
  .gradient:hover:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.6) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); }
  .gradient.gradient_no-hover:hover:before {
    background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.4) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#80000000',GradientType=0 ); }

.text-link {
  color: #000000;
  text-decoration: none; }
  .text-link:hover {
    color: #22ab5e; }

.breadscrumbs {
  padding: 0;
  margin: 0; }
  .breadscrumbs .breadscrumbs__item {
    display: inline-block; }
    .breadscrumbs .breadscrumbs__item a {
      text-decoration: none; }
    .breadscrumbs .breadscrumbs__item:not(:last-child) a:after {
      content: ">";
      color: #808080;
      margin-left: 5px; }

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

.clearfix:after {
  clear: both; }

.clearfix {
  *zoom: 1; }

.disabled {
  pointer-events: none;
  cursor: default; }

.hidden {
  display: none !important;
  visibility: hidden !important; }

.social {
  padding-top: 8px;
  padding-bottom: 0; }
  .social .social__block {
    text-align: center; }
    .social .social__block a {
      display: inline-block;
      font-size: 16px;
      line-height: 10px;
      margin: 0 10px; }
      .social .social__block a i {
        padding: 20px; }
  .social .social__block-facebook {
    background-image: url("/static/image/facebook.svg"); }
  .social .social__block-vk {
    background-image: url("/static/image/VK.svg"); }
  .social .social__block-instagram {
    background-image: url("/static/image/Instagram.svg"); }

.ps-popup {
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto; }
  .ps-popup .ps-popup-outside {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%; }
  .ps-popup .ps-popup__content {
    background: #FFFFFF;
    position: relative;
    padding: 8px;
    margin: 24px 0; }
    .ps-popup .ps-popup__content.ps-popup__content_w725 {
      max-width: 725px;
      margin-left: auto;
      margin-right: auto; }
    .ps-popup .ps-popup__content .ps-popup__content-close-button {
      display: block;
      position: absolute;
      width: 18px;
      height: 18px;
      top: 8px;
      right: 8px;
      cursor: pointer; }
      .ps-popup .ps-popup__content .ps-popup__content-close-button:before, .ps-popup .ps-popup__content .ps-popup__content-close-button:after {
        background: #808080;
        content: "";
        position: absolute;
        width: 2px;
        height: 22px;
        left: 8px;
        top: 7px;
        border-radius: 15px;
        z-index: 10; }
      .ps-popup .ps-popup__content .ps-popup__content-close-button:before {
        transform: rotate(-45deg); }
      .ps-popup .ps-popup__content .ps-popup__content-close-button:after {
        transform: rotate(45deg); }
      .ps-popup .ps-popup__content .ps-popup__content-close-button:hover:before, .ps-popup .ps-popup__content .ps-popup__content-close-button:hover:after {
        background: #22ab5e; }
  .ps-popup.ps-popup_vertical-center {
    position: absolute;
    display: table;
    height: 100%;
    width: 100%; }
    .ps-popup.ps-popup_vertical-center .ps-popup__content-row {
      display: table-cell;
      vertical-align: middle; }

.search-popup {
  background-color: #000000;
  position: absolute;
  z-index: 100;
  color: #cacaca;
  top: 64px;
  right: 0;
  padding: 8px 24px 24px 24px;
  border: 1px solid #333333;
  width: 359px; }
  @media (max-width: 400px) {
    .search-popup {
      width: 100%; } }
  .search-popup .search-popup__input {
    padding: 0 0 24px 0; }
    .search-popup .search-popup__input input {
      width: 100%;
      color: #cacaca; }
      .search-popup .search-popup__input input:-webkit-input-placeholder, .search-popup .search-popup__input input:-ms-input-placeholder, .search-popup .search-popup__input input:-ms-input-placeholder {
        color: #cacaca; }

.profile-popup {
  background-color: #000000;
  position: absolute;
  z-index: 100;
  color: #cacaca;
  top: 64px;
  height: calc(100% - 64px);
  right: 0;
  padding: 24px;
  border: 1px solid #333333;
  width: 359px;
  overflow-y: auto; }
  @media (max-width: 400px) {
    .profile-popup {
      width: 100%; } }
  .profile-popup .login-popup__input input {
    width: 100%;
    color: #cacaca;
    margin: 0 0 24px 0; }
    .profile-popup .login-popup__input input:-webkit-input-placeholder, .profile-popup .login-popup__input input:-ms-input-placeholder, .profile-popup .login-popup__input input:-ms-input-placeholder {
      color: #cacaca; }
  .profile-popup .btn-facebook {
    background: #365698 url("/image/facebook-clear.svg") no-repeat center center;
    border-color: #365698;
    width: 100%;
    padding: 24px;
    margin: 0 0 16px 0; }
  .profile-popup .btn-vk {
    background: #486e9b url("/image/VK-clear.svg") no-repeat center center;
    border-color: #486e9b;
    width: 100%;
    padding: 24px;
    margin: 0 0 16px 0; }
  .profile-popup .btn-ny-email {
    display: block;
    background-color: #000000;
    border-color: #cacaca;
    text-align: center;
    width: 100%;
    padding: 12px;
    margin: 0 0 16px 0; }
    .profile-popup .btn-ny-email:hover, .profile-popup .btn-ny-emailactive, .profile-popup .btn-ny-email:focus {
      text-decoration: none;
      color: #22ab5e;
      border-color: #22ab5e; }
  .profile-popup .login-popup__tabs .login-popup__tabs-nav {
    display: table;
    width: 100%;
    margin: 0;
    padding: 0; }
    .profile-popup .login-popup__tabs .login-popup__tabs-nav .login-popup__tabs-nav-item {
      display: block;
      float: left;
      margin: 0;
      padding: 8px 0;
      list-style: none;
      min-width: 140px;
      border-bottom: 2px solid #333333;
      cursor: pointer; }
      .profile-popup .login-popup__tabs .login-popup__tabs-nav .login-popup__tabs-nav-item.active {
        border-color: #FFFFFF; }
      .profile-popup .login-popup__tabs .login-popup__tabs-nav .login-popup__tabs-nav-item:hover {
        color: #22ab5e;
        border-color: #22ab5e; }
  .profile-popup .login-popup__tabs .login-popup__tabs-panel {
    padding: 24px 0; }
  .profile-popup .login-popup__hide {
    display: none; }
  .profile-popup .profile__achievement-links {
    position: relative;
    display: block;
    background: none;
    border: 1px solid #333333;
    color: #FFFFFF;
    text-decoration: none;
    cursor: pointer;
    padding: 8px 12px;
    margin: 0 0 16px 0; }
    .profile-popup .profile__achievement-links:hover, .profile-popup .profile__achievement-linksactive, .profile-popup .profile__achievement-links:focus {
      text-decoration: none;
      color: #22ab5e;
      border-color: #22ab5e; }
    .profile-popup .profile__achievement-links.profile__achievement-links_center {
      text-align: center; }
    .profile-popup .profile__achievement-links:focus:after, .profile-popup .profile__achievement-links:hover:after {
      content: "";
      display: block;
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      height: 1px;
      background: #22ab5e; }
    .profile-popup .profile__achievement-links:nth-of-type(n+2):after {
      display: none; }
    .profile-popup .profile__achievement-links span {
      color: #22ab5e; }
  .profile-popup .profile__achievement-group {
    margin-bottom: 16px; }
    .profile-popup .profile__achievement-group .profile__achievement-links {
      margin-bottom: -1px; }
      .profile-popup .profile__achievement-group .profile__achievement-links:last-child {
        margin-bottom: 0; }
  .profile-popup .profile__user {
    display: table;
    width: 100%;
    margin: 0 0 24px 0; }
    .profile-popup .profile__user .profile__user-img {
      background-repeat: no-repeat;
      background-position: center center;
      position: relative;
      width: 64px;
      height: 64px;
      margin: 0 16px 0 0;
      float: left;
      border: 1px solid #333333;
      border-radius: 50px;
      cursor: pointer; }
      .profile-popup .profile__user .profile__user-img:hover {
        border: 1px solid #22ab5e; }
        .profile-popup .profile__user .profile__user-img:hover:after {
          content: "";
          background: rgba(51, 51, 51, 0.5) url("/image/camera.png") no-repeat center center;
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          border-radius: 50px; }
      .profile-popup .profile__user .profile__user-img:focus, .profile-popup .profile__user .profile__user-img.active {
        background-image: none !important;
        background-color: #22ab5e !important; }
    .profile-popup .profile__user .profile__user-name {
      width: calc(100% - 80px);
      float: right; }
      .profile-popup .profile__user .profile__user-name span {
        display: block;
        padding: 0 0 8px 0; }
        .profile-popup .profile__user .profile__user-name span.name {
          padding-top: 8px;
          font-size: 18px;
          line-height: 18px; }
        .profile-popup .profile__user .profile__user-name span.status {
          font-size: 14px;
          line-height: 14px; }

.profile-settings-popup {
  background-color: #FFFFFF;
  padding: 16px 32px; }
  .profile-settings-popup .profile-settings-popup__title {
    font-family: 'Blogger Sans';
    font-size: 24px;
    line-height: 24px;
    font-weight: 500;
    padding: 0 0 32px 0;
    margin: 0; }
  .profile-settings-popup .profile-settings-popup__form-group {
    margin: 0 0 40px 0; }
    .profile-settings-popup .profile-settings-popup__form-group input {
      margin-bottom: 8px; }
      .profile-settings-popup .profile-settings-popup__form-group input:last-child {
        margin-bottom: 0; }

.ps-slider {
  position: relative;
  /* https://github.com/viljamis/ResponsiveSlides.js */ }
  .ps-slider .rslides {
    position: relative;
    list-style: none;
    overflow: hidden;
    width: 100%;
    padding: 0;
    margin: 0; }
    .ps-slider .rslides li {
      -webkit-backface-visibility: hidden;
      position: absolute;
      display: none;
      width: 100%;
      left: 0;
      top: 0; }
      .ps-slider .rslides li:first-child {
        position: relative;
        display: block;
        float: left; }
      .ps-slider .rslides li img {
        display: block;
        float: left;
        width: 100%;
        height: 100%;
        border: 0; }
      .ps-slider .rslides li i.cover {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
  .ps-slider .rslides_tabs {
    margin: 0;
    padding: 0 16px;
    display: block;
    position: absolute;
    width: 100%;
    bottom: 24px;
    z-index: 20;
    text-align: center; }
    .ps-slider .rslides_tabs li {
      display: inline-block;
      margin: 0 5px;
      padding: 0; }
      .ps-slider .rslides_tabs li a {
        background-color: rgba(255, 255, 255, 0.5);
        display: block;
        width: 16px;
        height: 16px;
        border-radius: 50px; }
      .ps-slider .rslides_tabs li.rslides_here a {
        background-color: white; }
  .ps-slider .rslides_nav {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    z-index: 15; }
    .ps-slider .rslides_nav.prev {
      left: 0;
      width: 10%; }
    .ps-slider .rslides_nav.next {
      right: 0;
      width: 90%; }

.header {
  box-sizing: border-box; }
  .header .header__wrapper, .header .header__wrapper-min {
    display: table;
    background-color: #000000;
    height: 64px;
    border-top: 2px solid #333333;
    border-bottom: 1px solid #333333;
    color: #FFFFFF;
    width: 100%;
    position: relative; }
    .header .header__wrapper .header__wrapper-left, .header .header__wrapper-min .header__wrapper-left {
      height: 64px;
      padding-left: 32px;
      position: absolute;
      left: 0;
      top: 0;
      width: 38.9062%; }
      .header .header__wrapper .header__wrapper-left > div, .header .header__wrapper-min .header__wrapper-left > div {
        float: left; }
    @media (max-width: 1185px) {
      .header .header__wrapper .header__wrapper-left, .header .header__wrapper-min .header__wrapper-left {
        padding: 0;
        width: auto; } }
    .header .header__wrapper .header__wrapper-center, .header .header__wrapper-min .header__wrapper-center {
      height: 64px;
      text-align: center; }
      .header .header__wrapper .header__wrapper-center > div, .header .header__wrapper-min .header__wrapper-center > div {
        text-align: center; }
    .header .header__wrapper .header__wrapper-right, .header .header__wrapper-min .header__wrapper-right {
      height: 64px;
      position: absolute;
      right: 0;
      top: 0; }
      .header .header__wrapper .header__wrapper-right > div, .header .header__wrapper-min .header__wrapper-right > div {
        float: right; }
    @media (max-width: 1185px) {
      .header .header__wrapper .header__wrapper-right, .header .header__wrapper-min .header__wrapper-right {
        padding: 0; } }
  @media (max-width: 1185px) {
    .header .header__wrapper {
      display: none; }
    .header .header__wrapper-min {
      display: block; } }
  @media (min-width: 1185px) {
    .header .header__wrapper {
      display: block; }
    .header .header__wrapper-min {
      display: none; } }
  .header .header__hamburger {
    width: 64px;
    height: 60px;
    background: url("/static/image/header__hamburger.svg") no-repeat center center;
    margin: 0;
    border-right: 1px solid #333333;
    cursor: pointer; }
    .header .header__hamburger:hover, .header .header__hamburger:active, .header .header__hamburger.active {
      color: #22ab5e;
      background-image: url("/static/image/header__hamburger-hover.svg"); }
  .header .header__logo {
    text-align: center;
    position: relative;
    bottom: 2px; }
    .header .header__logo a {
      display: block;
      width: 10em;
      height: 60px;
      background: url("/static/image/logo.svg") no-repeat center center; }
  @media (max-width: 1185px) {
    .header .header__logo {
      display: inline-block; } }
  .header .header__wather {
    height: 60px;
    padding: 0 20px;
    display: table;
    vertical-align: middle;
    position: relative;
    left: calc(55% - 192px); }
    @media (max-width: 1185px) {
      .header .header__wather {
        left: 0; } }
    .header .header__wather .header__wather_center {
      display: table-cell;
      vertical-align: middle; }
    .header .header__wather span {
      display: inline-block; }
      .header .header__wather span.header__wather-sity {
        padding: 0 4px 0 0; }
      .header .header__wather span.header__wather-degree {
        background: url("/static/image/sun.svg") no-repeat left center;
        padding: 4px 0 4px 30px; }
  @media (max-width: 1224px) {
    .header .header__wather {
      margin: 0; } }
  @media (max-width: 745px) {
    .header .header__wather {
      display: none; } }
  @media (max-width: 1220px) {
    .header .header__apps {
      display: none; } }
  .header .header__apps a {
    display: inline-block;
    width: 9em;
    height: 2.5em;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0 0 0; }
    .header .header__apps a.header__apps-links_app-store {
      background-image: url("/static/image/header__img-link_app-store.svg"); }
    .header .header__apps a.header__apps-links_google-play {
      background-image: url("/static/image/header__img-link_google-play.svg");
      border-radius: 3px; }
  .header .header__menu ul {
    display: table;
    margin: 0;
    padding: 0 20px 0 0; }
    .header .header__menu ul li {
      display: table-row;
      float: left;
      margin: 0;
      padding: 0 3px 0 0;
      list-style: none; }
      .header .header__menu ul li a {
        display: table-cell;
        height: 60px;
        color: #FFFFFF;
        vertical-align: middle;
        padding: 0 5px;
        font-size: 21px; }
        .header .header__menu ul li a:hover, .header .header__menu ul li a:active, .header .header__menu ul li a.active {
          color: #22ab5e;
          text-decoration: none; }
  @media (max-width: 1185px) {
    .header .header__menu {
      display: none; } }
  .header .header__menu_mini {
    display: none;
    background-color: #000000;
    position: absolute;
    width: 100%;
    top: 62px;
    z-index: 200; }
    .header .header__menu_mini ul {
      display: block;
      margin: 0;
      padding: 0; }
      .header .header__menu_mini ul li {
        display: block;
        margin: 0;
        padding: 0 0 0 32px;
        list-style: none;
        border-bottom: 1px solid #333333; }
        .header .header__menu_mini ul li a {
          display: block;
          color: #FFFFFF;
          vertical-align: middle;
          padding: 16px 0;
          font-size: 24px;
          line-height: 32px; }
          .header .header__menu_mini ul li a:hover, .header .header__menu_mini ul li a:active, .header .header__menu_mini ul li a.active {
            color: #22ab5e;
            text-decoration: none; }
  .header .header__search {
    position: relative;
    text-align: center;
    border-left: 1px solid #333333; }
    @media (max-width: 1185px) {
      .header .header__search {
        border-left: 1px solid #333333; } }
    .header .header__search a.header__search-link {
      display: block;
      background: url("/static/image/search.svg") no-repeat center center;
      width: 64px;
      height: 60px; }
      .header .header__search a.header__search-link:hover {
        background-image: url("/static/image/search-hover.svg"); }
  .header .header__authorization {
    position: relative;
    text-align: center;
    border-left: 1px solid #333333; }
    @media (max-width: 1185px) {
      .header .header__authorization {
        border-left: 1px solid #333333; } }
    .header .header__authorization a.header_authorization-link {
      display: block;
      background: url("/static/image/login.svg") no-repeat center center;
      width: 64px;
      height: 60px; }
      .header .header__authorization a.header_authorization-link i {
        display: block;
        background-repeat: no-repeat;
        background-position: center center;
        position: absolute;
        width: 34px;
        height: 34px;
        margin: 0;
        border: 1px solid #333333;
        border-radius: 50px;
        cursor: pointer;
        top: 13px;
        left: 15px; }
      .header .header__authorization a.header_authorization-link:hover {
        background-image: url("/static/image/login-hover.svg"); }
        .header .header__authorization a.header_authorization-link:hover i {
          border-color: #22ab5e; }
  .header .top-panel_close-popup-button {
    background-color: #000000;
    border-top: 1px solid #333333;
    border-left: 1px solid #333333;
    border-right: 1px solid #333333;
    display: block;
    position: absolute;
    width: 100%;
    height: calc(100% + 3px);
    top: 0;
    left: 0;
    cursor: pointer;
    z-index: 100000; }
    .header .top-panel_close-popup-button:before, .header .top-panel_close-popup-button:after {
      background: #FFFFFF;
      content: "";
      position: absolute;
      width: 2px;
      height: 22px;
      left: calc(50%);
      top: calc(50% - 11px);
      border-radius: 15px;
      z-index: 10; }
    .header .top-panel_close-popup-button:before {
      transform: rotate(-45deg); }
    .header .top-panel_close-popup-button:after {
      transform: rotate(45deg); }
    .header .top-panel_close-popup-button:hover:before, .header .top-panel_close-popup-button:hover:after {
      background: #22ab5e; }

.footer {
  background-color: #1a1a1a;
  box-sizing: border-box;
  padding: 8px; }
  .footer .footer__wrapper {
    display: table;
    color: #b1b1b1;
    width: 100%;
    position: relative;
    padding: 12px 0 16px 0; }
  .footer .footer__block {
    text-align: center;
    border-bottom: 1px solid #333333;
    padding: 0 0 20px 0;
    margin: 0 auto 20px auto; }
    .footer .footer__block:last-child {
      border-bottom: none;
      padding: 0;
      margin: 0 auto; }
    .footer .footer__block p {
      margin: 0; }
  @media (max-width: 400px) {
    .footer .footer__block {
      width: 100%; } }
  .footer form {
    width: 275px;
    margin: 10px auto 0 auto;
    position: relative; }
    .footer form .submit {
      background: #22ab5e;
      width: 2.5rem;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      cursor: pointer; }
      .footer form .submit:before {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        right: 7px;
        top: 4px;
        border-top: 14px solid transparent;
        border-left: 15px solid #FFF;
        border-bottom: 14px solid transparent; }
      .footer form .submit:after {
        content: "";
        display: block;
        position: absolute;
        width: 0;
        height: 0;
        right: 9px;
        top: 4px;
        border-top: 14px solid transparent;
        border-left: 15px solid #22ab5e;
        border-bottom: 14px solid transparent; }
  .footer .footer__copyright {
    font-size: 14px;
    line-height: 14px; }
  .footer .footer__menu {
    padding: 0 0 15px 0; }
    .footer .footer__menu ul {
      margin: 0;
      padding: 0 20px 0 0;
      text-align: center; }
      .footer .footer__menu ul li {
        display: inline-block;
        margin: 0;
        padding: 0;
        list-style: none; }
        .footer .footer__menu ul li a {
          display: table-cell;
          color: #FFFFFF;
          vertical-align: middle;
          padding: 0 5px; }
          .footer .footer__menu ul li a:hover, .footer .footer__menu ul li a:active, .footer .footer__menu ul li a.active {
            color: #22ab5e;
            text-decoration: none; }

.main__page .block-end-news__left .feednb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .main__page .block-end-news__left .feednb .feednb__post {
    width: calc(33.3333% - 8px); }
    @media (max-width: 480px) {
      .main__page .block-end-news__left .feednb .feednb__post {
        border-top: none;
        border-left: none;
        border-right: none; } }
    .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big {
      width: calc(66.6666% - 8px); }
      .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big .feed__post-description .feed__post-title {
        font-family: 'Blogger Sans';
        width: 75%; }
        @media (max-width: 960px) {
          .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big .feed__post-description .feed__post-title {
            width: auto; } }
  @media (min-width: 1600px) {
    .main__page .block-end-news__left .feednb .feednb__post {
      width: calc(25% - 8px); }
      .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big {
        width: calc(50% - 8px); }
      .main__page .block-end-news__left .feednb .feednb__post:nth-last-of-type(1) {
        display: none; } }
  @media (max-width: 1300px) {
    .main__page .block-end-news__left .feednb .feednb__post {
      width: calc(50% - 8px); }
      .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big {
        width: calc(100% - 8px); } }
  @media (min-width: 950px) and (max-width: 1300px) {
    .main__page .block-end-news__left .feednb .feednb__post:nth-last-of-type(1) {
      display: none; } }
  @media (max-width: 950px) {
    .main__page .block-end-news__left .feednb .feednb__post {
      width: calc(100% - 8px); }
      .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big {
        width: calc(100% - 8px); } }
  @media (max-width: 800px) {
    .main__page .block-end-news__left .feednb .feednb__post {
      width: 100%; }
      .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big {
        width: 100%; } }
  @media (max-width: 575px) {
    .main__page .block-end-news__left .feednb .feednb__post {
      width: 100%; }
      .main__page .block-end-news__left .feednb .feednb__post.feednb__post_big {
        width: 100%; } }

@media (max-width: 768px) {
  .main__page .block-end-news__left {
    width: 100%;
    float: none; }
    .main__page .block-end-news__left .feednb .feednb__post {
      margin: 0 0 8px 0; }
  .main__page .block-end-news__right {
    width: 100%;
    float: none; }
    .main__page .block-end-news__right .banner__block {
      display: none; } }

.main__page .main__page-feen-more-button {
  text-align: center;
  margin-top: 13px;
  width: calc(100% - 8px); }
  .main__page .main__page-feen-more-button .btn {
    display: block; }
  @media (max-width: 800px) {
    .main__page .main__page-feen-more-button {
      padding: 0 24px; } }

.page__block-join {
  overflow: hidden; }
  .page__block-join .join-as {
    text-align: center;
    font-size: 32px;
    line-height: 32px;
    padding: 24px 0 22px 0; }
    .page__block-join .join-as a {
      display: block;
      text-decoration: none;
      outline: none; }
      .page__block-join .join-as a .join-as__title {
        font-family: 'Blogger Sans';
        color: #FFFFFF; }
  @media (max-width: 800px) {
    .page__block-join .join-as {
      font-size: 24px;
      line-height: 24px; } }
  .page__block-join .join-images {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -8px -8px 0; }
    @media (max-width: 480px) {
      .page__block-join .join-images {
        margin-bottom: 0; } }
    .page__block-join .join-images a {
      display: block;
      width: 25%;
      padding: 0 8px 8px 0;
      outline: none; }
    @media (max-width: 400px) {
      .page__block-join .join-images a {
        padding: 0 4px 4px 0; } }
    @media (max-width: 800px) {
      .page__block-join .join-images a {
        width: 33.3333%; }
        .page__block-join .join-images a:nth-of-type(n+7) {
          display: none; } }
    @media (min-width: 1600px) {
      .page__block-join .join-images a {
        width: 20%; }
        .page__block-join .join-images a:nth-of-type(n+6) {
          display: none; } }
    @media (min-width: 1800px) {
      .page__block-join .join-images a {
        width: 16.6666%; }
        .page__block-join .join-images a:nth-of-type(6) {
          display: block; }
        .page__block-join .join-images a:nth-of-type(n+7) {
          display: none; } }
    .page__block-join .join-images img {
      width: 100%;
      height: 100%; }

.our-apps {
  position: relative;
  width: 850px;
  padding: 120px 0 70px 470px;
  margin: 0 auto; }
  .our-apps .our-apps__big-hand {
    background: url("/static/media/phone-hand.png") no-repeat 0 0;
    position: absolute;
    width: 399px;
    height: 321px;
    left: 0;
    bottom: -21px; }
  @media (max-width: 870px) {
    .our-apps .our-apps__big-hand {
      display: none; } }
  .our-apps .our-apps__text {
    font-size: 18px;
    line-height: 18px;
    padding: 0 0 18px 0; }
  .our-apps .our-apps__big-text {
    font-family: 'Blogger Sans';
    font-size: 40px;
    line-height: 40px;
    padding: 0 0 18px 0;
    color: #22ab5e; }
    .our-apps .our-apps__big-text a {
      text-decoration: none; }
  @media (max-width: 430px) {
    .our-apps .our-apps__big-text {
      font-size: 24px;
      line-height: 24px; } }
  .our-apps .our-apps__apps a {
    display: inline-block;
    width: 9em;
    height: 2.5em;
    background-position: center center;
    background-repeat: no-repeat;
    margin: 10px 0 0 0; }
    .our-apps .our-apps__apps a.our-apps__apps-links_app-store {
      background-image: url("/static/image/header__img-link_app-store.svg"); }
    .our-apps .our-apps__apps a.our-apps__apps-links_google-play {
      background-image: url("/static/image/header__img-link_google-play.svg");
      border-radius: 3px; }

@media (max-width: 870px) {
  .our-apps {
    padding: 120px 0 70px 0;
    text-align: center;
    width: auto; } }

@media (max-width: 430px) {
  .our-apps {
    padding: 40px 0; } }

.index-afisha {
  padding: 0 0 16px; }
  .index-afisha .page__block-title {
    padding: 32px 0 22px 0;
    text-align: center;
    margin: 0; }
  .index-afisha .feed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .index-afisha .feed .feed__post {
      width: 33.3333%;
      margin-bottom: -1px; }
  @media (min-width: 1280px) {
    .index-afisha .feed {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .index-afisha .feed .feed__post {
        width: 33.3333%; } }
  @media (max-width: 800px) {
    .index-afisha .feed {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .index-afisha .feed .feed__post {
        width: 50%; } }
  @media (max-width: 800px) and (min-width: 450px) {
    .index-afisha .feed .feed__post:first-child {
      width: 100%; }
    .index-afisha .feed .feed__post:nth-of-type(even) {
      border-left: 1px solid #e4e4e4; }
    .index-afisha .feed .feed__post:last-child:nth-of-type(even) {
      width: 100%; } }
  @media (max-width: 450px) {
    .index-afisha .feed .feed__post {
      width: 100%; }
      .index-afisha .feed .feed__post .feed__post-place {
        padding: 0 0 10px; } }
  .index-afisha .index-afisha__more-posts {
    margin: 21px 0 0 0;
    padding: 0 24px;
    text-align: center; }
    @media (max-width: 800px) {
      .index-afisha .index-afisha__more-posts .btn {
        display: block; } }
  .index-afisha .feed__post-bottom .btn {
    font-size: 14px; }
  .index-afisha .feed__post-bottom .feed__post-place {
    font-size: 14px; }

.filter-afisha {
  padding: 16px 0; }
  .filter-afisha .page__block-title {
    padding: 32px 24px 18px;
    margin: 0;
    font-family: 'Blogger Sans';
    font-weight: bold; }
  .filter-afisha .feed {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .filter-afisha .feed h3 {
      padding: 0 24px; }
    .filter-afisha .feed .feed__post {
      margin-top: -1px;
      width: 25%; }
      .filter-afisha .feed .feed__post:nth-of-type(4n + 1) {
        border-left: 1px solid #e4e4e4; }
      .filter-afisha .feed .feed__post:nth-of-type(5n + 1) {
        border-left: none; }
      @media (max-width: 1280px) {
        .filter-afisha .feed .feed__post {
          width: 33.3333%; }
          .filter-afisha .feed .feed__post:nth-of-type(3n + 1) {
            border-left: 1px solid #e4e4e4; }
          .filter-afisha .feed .feed__post:nth-of-type(4n + 1) {
            border-left: none; } }
      @media (max-width: 768px) {
        .filter-afisha .feed .feed__post {
          width: 50%; }
          .filter-afisha .feed .feed__post:nth-of-type(2n + 1) {
            border-left: 1px solid #e4e4e4; }
          .filter-afisha .feed .feed__post:nth-of-type(3n + 1) {
            border-left: none; } }
      @media (max-width: 480px) {
        .filter-afisha .feed .feed__post {
          width: 100%; } }
  .filter-afisha .filter {
    padding-right: 24px;
    padding-left: 24px; }
    @media (max-width: 940px) {
      .filter-afisha .filter .filter__wrapper.inline-group .filter__group {
        display: table;
        float: none;
        padding: 0 0 15px 0; } }
  @media (max-width: 940px) and (max-width: 590px) {
    .filter-afisha .filter .filter__wrapper.inline-group .filter__group {
      padding: 0; } }
    @media (max-width: 590px) {
      .filter-afisha .filter .filter__wrapper.inline-group .form__group {
        margin-bottom: 15px; } }
  .filter-afisha .filter-afisha__more-posts {
    margin: 21px 0 0 0;
    text-align: center;
    padding: 0 24px; }
    @media (max-width: 800px) {
      .filter-afisha .filter-afisha__more-posts .btn {
        display: block; } }

.places .places__category {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -8px 0 0; }
  @media (max-width: 480px) {
    .places .places__category {
      margin: 0; } }
  .places .places__category .places__cat-feed {
    position: relative;
    width: calc(25% - 8px);
    margin: 0 8px 8px 0; }
    @media (max-width: 800px) {
      .places .places__category .places__cat-feed {
        width: calc(33.3333% - 8px); } }
    @media (max-width: 570px) {
      .places .places__category .places__cat-feed {
        width: calc(50% - 8px); }
        .places .places__category .places__cat-feed:nth-of-type(n + 7) {
          display: none; } }
    @media (max-width: 480px) {
      .places .places__category .places__cat-feed {
        width: 100%;
        margin: 0 0 8px 0; }
        .places .places__category .places__cat-feed:nth-of-type(n + 5) {
          display: none; } }
    @media (min-width: 800px) {
      .places .places__category .places__cat-feed:nth-of-type(n + 9) {
        display: none; } }
    @media (min-width: 1180px) {
      .places .places__category .places__cat-feed {
        width: calc(20% - 8px); }
        .places .places__category .places__cat-feed:nth-of-type(n + 6) {
          display: none; } }
    @media (min-width: 1300px) {
      .places .places__category .places__cat-feed {
        width: calc(16.6666% - 8px); }
        .places .places__category .places__cat-feed:nth-of-type(6) {
          display: block; }
        .places .places__category .places__cat-feed:nth-of-type(n + 7) {
          display: none; } }
    .places .places__category .places__cat-feed .places__cat-feed-img {
      width: 100%;
      height: 100%; }
      .places .places__category .places__cat-feed .places__cat-feed-img img {
        width: 100%;
        height: 100%; }
      .places .places__category .places__cat-feed .places__cat-feed-img i {
        position: absolute;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0; }
    .places .places__category .places__cat-feed .places__cat-feed-bottom {
      position: absolute;
      bottom: 0;
      color: #FFFFFF;
      padding: 16px;
      z-index: 11; }
      .places .places__category .places__cat-feed .places__cat-feed-bottom .places__cat-feed-title {
        font-size: 24px;
        line-height: 24px;
        font-family: 'Blogger Sans'; }

.places .places__category__more-posts {
  padding: 13px 0 16px;
  text-align: center; }
  @media (max-width: 800px) and (min-width: 570px) {
    .places .places__category__more-posts {
      display: none; } }
  @media (max-width: 480px) {
    .places .places__category__more-posts {
      padding: 13px 24px 16px; } }
  @media (max-width: 570px) {
    .places .places__category__more-posts .btn {
      display: block; } }
  .places .places__category__more-posts .btn-block {
    display: block;
    width: calc(100% - 8px); }
    @media (max-width: 800px) {
      .places .places__category__more-posts .btn-block {
        width: 100%; } }
    .places .places__category__more-posts .btn-block.btn-block_full {
      width: 100%; }

.places .places__recommendations .ps-title-h1 {
  padding-top: 0; }

@media (max-width: 800px) {
  .places .places__recommendations .places__recommendations-row {
    display: block; } }

.places .places__recommendations .places__recommendations-left {
  position: relative;
  width: calc(66.6666% - 4px);
  vertical-align: middle;
  display: inline-block; }

.places .places__recommendations .places__recommendations-right {
  position: relative;
  width: calc(33.3333% - 4px);
  vertical-align: top;
  display: inline-block; }

@media (min-width: 1200px) {
  .places .places__recommendations .places__recommendations-left {
    width: calc(50% - 4px); }
  .places .places__recommendations .places__recommendations-right {
    width: calc(50% - 4px); } }

@media (max-width: 800px) {
  .places .places__recommendations .places__recommendations-left {
    width: 100%;
    display: block; }
  .places .places__recommendations .places__recommendations-right {
    width: 100%;
    height: 425px;
    display: block; } }

.places .places__recommendations .places__recommendations-map {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media (max-width: 800px) {
    .places .places__recommendations .places__recommendations-map {
      height: 425px; } }

.places .places__recommendations .places__recommendations-filter {
  border-bottom: 1px solid #e4e4e4;
  border-top: 1px solid #e4e4e4;
  padding: 16px 0;
  margin: 0 8px 16px 0; }
  @media (max-width: 800px) {
    .places .places__recommendations .places__recommendations-filter {
      margin-right: 0; } }
  @media (max-width: 530px) {
    .places .places__recommendations .places__recommendations-filter {
      padding: 12px 24px; } }
  .places .places__recommendations .places__recommendations-filter .filter__group {
    display: table;
    width: 100%;
    text-align: center; }
    .places .places__recommendations .places__recommendations-filter .filter__group .form__group {
      display: inline-block;
      margin-right: 52px; }
      @media (max-width: 560px) {
        .places .places__recommendations .places__recommendations-filter .filter__group .form__group {
          display: block;
          width: 100%; } }
      .places .places__recommendations .places__recommendations-filter .filter__group .form__group:last-child {
        margin: 0; }
        @media (max-width: 560px) {
          .places .places__recommendations .places__recommendations-filter .filter__group .form__group:last-child {
            margin-top: 12px; } }
      .places .places__recommendations .places__recommendations-filter .filter__group .form__group .select2 {
        text-align: left; }
        @media (max-width: 530px) {
          .places .places__recommendations .places__recommendations-filter .filter__group .form__group .select2 {
            display: block;
            margin: 0 auto; } }

.places .places__recommendations .feednb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (max-width: 800px) {
    .places .places__recommendations .feednb {
      margin: 0 -8px 8px 0; } }
  @media (max-width: 530px) {
    .places .places__recommendations .feednb {
      margin: 0 0 8px 0; } }
  .places .places__recommendations .feednb .feednb__post {
    width: calc(50% - 8px); }
    @media (max-width: 530px) {
      .places .places__recommendations .feednb .feednb__post {
        width: 100%;
        margin: 0 0 8px 0; } }
    @media (max-width: 480px) {
      .places .places__recommendations .feednb .feednb__post {
        border-top: none;
        border-right: none;
        border-left: none; } }
    .places .places__recommendations .feednb .feednb__post .feed__post-img-name {
      color: #000000;
      display: inline-block;
      margin-bottom: 45px; }
      .places .places__recommendations .feednb .feednb__post .feed__post-img-name:hover {
        color: #22ab5e; }
    .places .places__recommendations .feednb .feednb__post .feed__post-place a {
      color: #808080; }
      .places .places__recommendations .feednb .feednb__post .feed__post-place a:hover {
        text-decoration: none;
        color: #22ab5e; }
  .places .places__recommendations .feednb .feed__post-img-bottom {
    z-index: 11; }
  .places .places__recommendations .feednb .feed__post-img-name {
    color: #FFFFFF; }
    .places .places__recommendations .feednb .feed__post-img-name:hover {
      color: #FFFFFF; }
  .places .places__recommendations .feednb .feed__post-title {
    color: #FFFFFF; }
  .places .places__recommendations .feednb .feed__post-img-btn {
    color: #FFFFFF;
    text-decoration: none;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 11; }
    .places .places__recommendations .feednb .feed__post-img-btn:hover {
      color: #22ab5e;
      background: transparent; }

.places .places__recommendations-ps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: -8px; }
  @media (max-width: 800px) {
    .places .places__recommendations-ps {
      margin-right: -8px; } }
  .places .places__recommendations-ps .places__cat-feed {
    display: block;
    position: relative;
    margin: 0 8px 8px 0;
    width: calc(33.3333% - 8px); }
    .places .places__recommendations-ps .places__cat-feed:nth-of-type(n + 4) {
      display: none; }
    @media (min-width: 1100px) {
      .places .places__recommendations-ps .places__cat-feed {
        width: calc(25% - 8px); }
        .places .places__recommendations-ps .places__cat-feed:nth-of-type(n + 5) {
          display: none; }
        .places .places__recommendations-ps .places__cat-feed:nth-of-type(n + 4) {
          display: block; } }
    @media (max-width: 800px) {
      .places .places__recommendations-ps .places__cat-feed {
        width: calc(50% - 8px); }
        .places .places__recommendations-ps .places__cat-feed:nth-of-type(n + 3) {
          display: none; } }
    @media (max-width: 530px) {
      .places .places__recommendations-ps .places__cat-feed {
        width: calc(100% - 8px);
        margin-right: 0; }
        .places .places__recommendations-ps .places__cat-feed:nth-of-type(n + 3) {
          display: block; }
        .places .places__recommendations-ps .places__cat-feed:nth-of-type(n + 4) {
          display: none; } }
    .places .places__recommendations-ps .places__cat-feed .places__cat-feed-img {
      width: 100%;
      height: 100%; }
      .places .places__recommendations-ps .places__cat-feed .places__cat-feed-img img {
        width: 100%;
        height: 100%; }
    .places .places__recommendations-ps .places__cat-feed .places__cat-feed-title {
      font-family: 'Blogger Sans';
      text-align: center;
      position: absolute;
      left: 0;
      top: 0;
      right: 0;
      bottom: 0;
      width: 100%;
      height: 100%;
      z-index: 11; }
      .places .places__recommendations-ps .places__cat-feed .places__cat-feed-title span {
        display: inline-block;
        vertical-align: middle;
        font-size: 32px;
        line-height: 32px;
        color: #FFFFFF; }
      .places .places__recommendations-ps .places__cat-feed .places__cat-feed-title:before {
        /* для IE8+ */
        content: "";
        display: inline-block;
        min-height: inherit;
        height: 100%;
        vertical-align: middle; }

.place-popup .place-popup__title {
  font-family: 'Blogger Sans';
  font-size: 24px;
  line-height: 24px;
  padding: 5px 0 18px; }

.place-popup .place-popup__img img {
  width: 100%;
  height: 100%; }

.place-popup .place-popup__infomation {
  display: table;
  width: 100%;
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 16px;
  position: relative; }
  .place-popup .place-popup__infomation .place-popup__infomation-left, .place-popup .place-popup__infomation .place-popup__infomation-right {
    width: 50%;
    padding: 24px;
    float: left; }
    @media (max-width: 660px) {
      .place-popup .place-popup__infomation .place-popup__infomation-left, .place-popup .place-popup__infomation .place-popup__infomation-right {
        position: relative;
        width: 100%; } }
  @media (max-width: 660px) {
    .place-popup .place-popup__infomation .place-popup__infomation-left {
      padding-bottom: 64px;
      border-bottom: 1px solid #e4e4e4; } }
  .place-popup .place-popup__infomation .place-popup__infomation-right {
    border-left: 1px solid #e4e4e4;
    float: right; }
    @media (max-width: 660px) {
      .place-popup .place-popup__infomation .place-popup__infomation-right {
        border-left: 0; } }
  .place-popup .place-popup__infomation p {
    margin: 0;
    padding: 0; }
  .place-popup .place-popup__infomation .place-popup__infomation-stars {
    position: absolute;
    bottom: 24px; }

.place-popup .place-popup__description {
  padding: 0 24px; }

.place-popup .reviews {
  margin: 0 0 -8px;
  border: none;
  border-top: 1px solid #e4e4e4; }

.news__page {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .news__page {
      width: 100%; } }
  .news__page .block-end-banner {
    display: table;
    width: 100%;
    padding: 22px 0 36px 0;
    border-bottom: 1px solid #e4e4e4; }
    .news__page .block-end-banner .block-end-news__left {
      float: left;
      width: calc(100% - 332px - 8px); }
    .news__page .block-end-banner .block-end-news__right {
      float: right;
      width: 330px; }
    .news__page .block-end-banner .news__header__info-block {
      padding: 0 24px;
      color: #808080; }
      .news__page .block-end-banner .news__header__info-block .info-block__item {
        margin-right: 24px; }
        @media (max-width: 480px) {
          .news__page .block-end-banner .news__header__info-block .info-block__item {
            margin-right: 15px; } }
        .news__page .block-end-banner .news__header__info-block .info-block__item.info-block__date {
          margin-right: 10px; }
      @media (max-width: 480px) {
        .news__page .block-end-banner .news__header__info-block {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-pack: justify;
          justify-content: space-between; } }
    .news__page .block-end-banner .news-article {
      padding: 0 24px; }
    .news__page .block-end-banner .news-article__header__title {
      font-family: 'Blogger Sans';
      margin: 16px 0;
      font-size: 32px;
      line-height: 38px; }
      @media (max-width: 480px) {
        .news__page .block-end-banner .news-article__header__title {
          font-size: 27px;
          line-height: 34px;
          margin: 22px 0; } }
    .news__page .block-end-banner .news-article__content {
      margin-top: 26px; }
      @media (max-width: 480px) {
        .news__page .block-end-banner .news-article__content {
          margin-top: 0px; } }
      .news__page .block-end-banner .news-article__content .news-article__content__text {
        font-size: 17px; }
      .news__page .block-end-banner .news-article__content .news-article__content__image {
        margin: 0 0 18px; }
        .news__page .block-end-banner .news-article__content .news-article__content__image img {
          width: 100%;
          display: block; }
    .news__page .block-end-banner .banner-dev-wrapp {
      padding: 0 20px; }
      @media (max-width: 800px) {
        .news__page .block-end-banner .banner-dev-wrapp {
          display: none; } }
    .news__page .block-end-banner .banner-dev {
      width: 100%;
      height: 200px;
      background: #EEE; }
    @media (max-width: 800px) {
      .news__page .block-end-banner .block-end-news__left {
        width: 100%;
        float: none; }
      .news__page .block-end-banner .block-end-news__right {
        width: 100%;
        float: none; }
        .news__page .block-end-banner .block-end-news__right .banner__block {
          display: none; } }
    @media (max-width: 800px) {
      .news__page .block-end-banner {
        padding-bottom: 42px; } }
  .news__page .block-interesting {
    margin-top: 3px; }

.layer-promo {
  position: relative;
  margin: 0 auto;
  padding-top: 242px; }
  @media (max-width: 1024px) {
    .layer-promo {
      padding-top: 0; } }
  .layer-promo .layer-promo__link {
    position: absolute;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1; }

.article-wrapp {
  position: relative;
  width: 1024px;
  margin: 0 auto;
  z-index: 2; }
  @media (max-width: 1024px) {
    .article-wrapp {
      width: 100%; } }

.article__page {
  box-sizing: border-box;
  background: #fff; }
  .article__page .block-interesting {
    margin-bottom: 0; }
  .article__page .article__top {
    display: table;
    width: 100%; }
    .article__page .article__top .article__top__left {
      float: left;
      width: calc(100% - 332px - 8px); }
      @media (max-width: 1024px) {
        .article__page .article__top .article__top__left {
          width: 100%; } }
      .article__page .article__top .article__top__left:only-child {
        float: none;
        position: relative;
        width: 100%; }
        .article__page .article__top .article__top__left:only-child .article__header {
          overflow: hidden; }
    .article__page .article__top .article__header__title {
      position: absolute;
      left: 0;
      bottom: 0;
      padding: 0 24px 26px;
      width: 80%;
      color: #fff; }
      @media (max-width: 768px) {
        .article__page .article__top .article__header__title {
          width: 100%; } }
      @media (max-width: 520px) {
        .article__page .article__top .article__header__title {
          padding: 0 24px 20px; } }
    .article__page .article__top .article-title {
      margin: 14px 0 16px;
      font-size: 40px;
      line-height: 50px; }
      @media (max-width: 768px) {
        .article__page .article__top .article-title {
          margin: 12px 0 14px;
          font-size: 28px;
          line-height: 32px; } }
    .article__page .article__top .article__header {
      position: relative;
      overflow: hidden; }
    .article__page .article__top .article__header__img img {
      width: 100%; }
      @media (max-width: 480px) {
        .article__page .article__top .article__header__img img {
          position: relative;
          left: calc((100% - 480px) / 2);
          width: calc( 100% + (480px - 100%)); } }
    .article__page .article__top .article__header__img i {
      position: absolute;
      background-repeat: no-repeat;
      background-position: center center;
      background-size: cover;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
    .article__page .article__top .article__info-block .feed__post-counter {
      margin-left: 0; }
      .article__page .article__top .article__info-block .feed__post-counter:hover {
        color: #FFFFFF; }
    .article__page .article__top .article__info-block .feed__post-comments:hover {
      color: #FFFFFF; }
  .article__page .article__top__right {
    float: right;
    vertical-align: top;
    width: 332px; }
    @media (max-width: 1024px) {
      .article__page .article__top__right {
        display: none; } }
  .article__page .article__section {
    margin-top: 24px;
    margin-bottom: 34px; }
    @media (max-width: 520px) {
      .article__page .article__section {
        margin-top: 12px;
        margin-bottom: 24px; } }
    .article__page .article__section.article__section_intro {
      margin: 37px 0 0; }
      @media (max-width: 520px) {
        .article__page .article__section.article__section_intro {
          margin: 16px 0 0; } }
    .article__page .article__section.article__section-last {
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 0; }
    .article__page .article__section .article__section__wrapp {
      display: table;
      width: 100%;
      margin-bottom: 24px; }
      .article__page .article__section .article__section__wrapp .section__left-side {
        float: left;
        width: calc(100% - 332px - 8px); }
        @media (max-width: 768px) {
          .article__page .article__section .article__section__wrapp .section__left-side {
            float: none;
            width: 100%; } }
      .article__page .article__section .article__section__wrapp .section__right-side {
        float: right;
        width: 332px; }
        @media (max-width: 768px) {
          .article__page .article__section .article__section__wrapp .section__right-side {
            float: none;
            width: 100%; } }
        @media (max-width: 520px) {
          .article__page .article__section .article__section__wrapp .section__right-side .article-data {
            font-size: 14px; }
          .article__page .article__section .article__section__wrapp .section__right-side .article-autor {
            font-size: 14px; } }
        .article__page .article__section .article__section__wrapp .section__right-side .article__section__title {
          width: auto; }
        .article__page .article__section .article__section__wrapp .section__right-side.article__section__title-right {
          margin-bottom: 16px; }
    .article__page .article__section .article__section__title {
      position: relative;
      padding: 0 24px 0 24px;
      margin-bottom: 4px;
      width: calc(100% - 332px - 8px - 24px); }
      @media (max-width: 768px) {
        .article__page .article__section .article__section__title {
          width: 100%; } }
      .article__page .article__section .article__section__title h2 {
        margin-left: 48px;
        font-size: 32px; }
        .article__page .article__section .article__section__title h2:only-child {
          margin-left: 0; }
        @media (max-width: 520px) {
          .article__page .article__section .article__section__title h2 {
            font-size: 24px; } }
    .article__page .article__section .article__section__descr {
      margin-left: 24px;
      font-size: 18px; }
    .article__page .article__section .icon-num {
      position: absolute;
      top: 5px;
      left: 24px;
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid #22ab5e;
      border-radius: 50%;
      color: #22ab5e;
      font-weight: normal; }
      @media (max-width: 520px) {
        .article__page .article__section .icon-num {
          top: -1px; } }
      .article__page .article__section .icon-num span {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        width: 100%;
        text-align: center;
        font-style: normal; }
    .article__page .article__section .article__section__text {
      padding: 0 24px;
      font-size: 18px; }
      .article__page .article__section .article__section__text p {
        margin-bottom: 10px; }
      .article__page .article__section .article__section__text.article__section__text-center {
        padding: 32px 195px 36px; }
        @media (max-width: 1024px) {
          .article__page .article__section .article__section__text.article__section__text-center {
            padding: 32px 24px; } }
    .article__page .article__section .article__section__info {
      padding: 0 24px;
      color: #808080; }
      .article__page .article__section .article__section__info.article__section__info-grey {
        background: #f0f0f0;
        color: #000;
        border: 1px solid #e4e4e4;
        padding: 16px 24px;
        margin-top: -38px; }
        @media (max-width: 768px) {
          .article__page .article__section .article__section__info.article__section__info-grey {
            margin-top: 8px;
            margin-bottom: 24px;
            padding: 14px 24px 16px; } }
    .article__page .article__section .list-options {
      padding: 0;
      margin: 4px 0 0 0;
      list-style: none; }
    .article__page .article__section .list-options__item {
      margin-bottom: 5px; }
      .article__page .article__section .list-options__item:last-of-type {
        margin-bottom: 0; }
    .article__page .article__section .article__section__image:last-of-type {
      padding-bottom: 24px; }
    .article__page .article__section .article__section__image + .article__section__image {
      margin-top: 16px; }
    .article__page .article__section .article__section__image img {
      width: 100%; }
    .article__page .article__section .article__section__image .image-description {
      margin-top: 8px;
      padding: 0 24px; }

.search__page {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .search__page {
      width: 100%; } }
  .search__page .block-end-banner {
    display: table;
    width: 100%; }
  .search__page .block-end-search__left {
    float: left;
    width: calc(100% - 332px - 8px); }
    @media (max-width: 1024px) {
      .search__page .block-end-search__left {
        width: 100%; } }
  .search__page .block-end-search__right {
    float: right;
    width: 330px; }
    @media (max-width: 1024px) {
      .search__page .block-end-search__right {
        display: none; } }
  .search__page .search-wrapp {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 640px) {
      .search__page .search-wrapp {
        display: block;
        padding: 0 24px; } }
  .search__page .forms {
    margin: 24px 0;
    position: relative;
    width: 400px; }
    @media (max-width: 640px) {
      .search__page .forms {
        width: auto;
        margin-bottom: 14px; } }
  .search__page .found {
    margin: 0 0 0 32px; }
    @media (max-width: 640px) {
      .search__page .found {
        margin: 0 0 10px 0;
        text-align: center; } }
  .search__page .searching-results__list {
    border: 1px solid #e4e4e4; }
  .search__page .results-list {
    padding: 0;
    margin: 0;
    list-style: none; }
  .search__page .results-list__item {
    padding: 24px;
    border-bottom: 1px solid #e4e4e4; }
    .search__page .results-list__item:last-of-type {
      border-bottom: 0; }
  .search__page .found-material {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .search__page .found-material__foto {
    width: 112px;
    height: 112px; }
    @media (max-width: 360px) {
      .search__page .found-material__foto {
        display: none; } }
    .search__page .found-material__foto img {
      min-width: 100%;
      min-heigth: 110%; }
  .search__page .found-material__info {
    width: calc(100% - 112px - 26px); }
    @media (max-width: 360px) {
      .search__page .found-material__info {
        margin-left: 0;
        width: auto; } }
    .search__page .found-material__info .material-category {
      font-size: 14px;
      color: #808080;
      cursor: pointer; }
      .search__page .found-material__info .material-category:hover {
        color: #22ab5e; }
    .search__page .found-material__info .material-date {
      font-size: 14px;
      color: #808080; }
    .search__page .found-material__info .vert-separtor {
      border-right: 1px solid #808080;
      margin: 0 11px 0 9px;
      font-size: 14px; }
    .search__page .found-material__info .material-content {
      font-size: 18px;
      margin: 6px 0; }
      @media (max-width: 360px) {
        .search__page .found-material__info .material-content {
          font-size: 16px;
          margin: 10px 0; } }
      .search__page .found-material__info .material-content p {
        margin: 0; }
    .search__page .found-material__info .material-feed {
      color: #808080; }
      .search__page .found-material__info .material-feed span:first-of-type {
        margin: 0; }
      .search__page .found-material__info .material-feed .feed__post-counter {
        font-size: 14px; }
      .search__page .found-material__info .material-feed .feed__post-comments {
        font-size: 14px; }
  .search__page .reviews__show-more {
    padding: 21px 0 16px; }
    @media (max-width: 1024px) {
      .search__page .reviews__show-more {
        padding: 21px 24px 16px; } }
    .search__page .reviews__show-more .btn-big_more {
      width: 100%; }

.text-page {
  width: 620px;
  margin: 0 auto;
  padding: 33px 0;
  font-size: 18px; }
  @media (max-width: 620px) {
    .text-page {
      width: 100%;
      padding: 24px; } }
  .text-page .news__header__info-block {
    margin-bottom: 15px; }
  .text-page .text-page__title {
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 31px; }
    @media (max-width: 620px) {
      .text-page .text-page__title {
        line-height: 34px; } }
  .text-page p {
    margin: 0; }
  .text-page .text-page__section {
    margin-top: 18px; }
    .text-page .text-page__section .section__title {
      font-size: 24px;
      margin-bottom: 4px; }
  .text-page .text-list {
    margin: 0;
    padding-left: 32px;
    list-style: none; }
    .text-page .text-list.text-list_num {
      padding: 0;
      margin-bottom: 40px; }
  .text-page .text-list__item {
    margin: 8px 0; }
    .text-page .text-list__item.text-list__item_num {
      display: table;
      margin: 3px 0 6px; }
      .text-page .text-list__item.text-list__item_num .item__num {
        display: table-cell;
        width: 30px; }
      .text-page .text-list__item.text-list__item_num .item__content {
        display: table-cell;
        vertical-align: top; }
  @media (max-width: 620px) {
    .text-page .text-page__title {
      font-size: 28px; } }

.parks-page .banner {
  position: relative; }
  @media (max-width: 1024px) {
    .parks-page .banner {
      /*height: 320px;*/
      height: 0px;
      overflow: hidden; }
      .parks-page .banner.gradient:before {
        z-index: 2; } }
  .parks-page .banner img {
    width: 100%;
    z-index: 1; }
    @media (max-width: 1024px) {
      .parks-page .banner img {
        position: absolute;
        top: 0;
        left: calc( (100% - 1024px) /2);
        height: 320px;
        width: auto; } }
  .parks-page .banner .parks-page__title {
    position: absolute;
    width: 408px;
    left: 24px;
    bottom: 64px;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 1.4em;
    font-weight: normal;
    font-family: "Blogger Sans";
    z-index: 2; }
    @media (max-width: 1024px) {
      .parks-page .banner .parks-page__title {
        width: 314px;
        bottom: 48px;
        font-size: 24px;
        line-height: 30px; } }
    @media (max-width: 480px) {
      .parks-page .banner .parks-page__title {
        width: calc(100% - 48px); } }
    .parks-page .banner .parks-page__title span {
      display: block;
      font-weight: 700; }

.parks-page .block-end-banner .block-end-banner__left {
  float: left;
  width: calc(100% - 326px - 8px); }
  @media (max-width: 640px) {
    .parks-page .block-end-banner .block-end-banner__left {
      width: 100%; } }

.parks-page .block-end-banner .block-end-banner__right {
  float: right;
  width: 326px; }
  @media (max-width: 640px) {
    .parks-page .block-end-banner .block-end-banner__right {
      width: 100%; } }

.parks-page .parks__title {
  display: inline-block;
  vertical-align: middle; }
  .parks-page .parks__title.ps-title-h1 {
    font-size: 26px;
    margin: 22px 0; }
  @media (max-width: 850px) {
    .parks-page .parks__title {
      display: block; } }

.parks-page .wrapp {
  position: relative; }
  .parks-page .wrapp .btn {
    display: inline-block;
    margin-left: calc((100% - 263px) / 2 - 116px);
    padding: 0.52rem 0.5rem 0.7rem; }
    .parks-page .wrapp .btn:hover {
      text-decoration: none; }
    @media (max-width: 850px) {
      .parks-page .wrapp .btn {
        margin: 0 24px 24px; } }
    .parks-page .wrapp .btn.btn_icon {
      position: relative;
      padding-left: 36px;
      padding-right: 12px; }
  .parks-page .wrapp .icon-map_label {
    position: absolute;
    top: 8px;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url("/static/image/map-label-white.png"); }

.parks-page .filter {
  display: inline-block;
  vertical-align: middle; }
  @media (max-width: 390px) {
    .parks-page .filter {
      padding: 14px 24px; } }
  .parks-page .filter .filter__wrapper .filter__group {
    padding: 0 24px 0 0; }
    .parks-page .filter .filter__wrapper .filter__group:last-of-type {
      padding: 0; }
  @media (max-width: 390px) {
    .parks-page .filter .filter__group.filter__group_full {
      width: 100%;
      padding-right: 0; }
      .parks-page .filter .filter__group.filter__group_full .btn-group {
        width: 100%; }
        .parks-page .filter .filter__group.filter__group_full .btn-group .btn {
          width: 50%; } }
  @media (max-width: 894px) {
    .parks-page .filter .filter-categories .btn {
      margin-top: 14px; } }
  @media (min-width: 559px) and (max-width: 640px) {
    .parks-page .filter .filter-categories .btn {
      margin-top: 0; } }
  @media (max-width: 390px) {
    .parks-page .filter .filter-categories {
      display: none; } }
  .parks-page .filter .filter__group_select {
    display: none;
    width: 100%; }
    @media (max-width: 390px) {
      .parks-page .filter .filter__group_select {
        display: block; } }
    .parks-page .filter .filter__group_select .btn {
      width: 100%;
      text-align: left;
      border-bottom: none; }
      .parks-page .filter .filter__group_select .btn:last-of-type {
        border-bottom: 1px solid #e4e4e4; }
    .parks-page .filter .filter__group_select .hidden-input .hidden-input__hide-block {
      display: none; }
    .parks-page .filter .filter__group_select .hidden-input__show-block {
      position: relative; }
      .parks-page .filter .filter__group_select .hidden-input__show-block:before {
        content: "";
        position: absolute;
        top: calc( (100% - 12px) / 2);
        right: 14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: #22ab5e transparent transparent transparent; }
      .parks-page .filter .filter__group_select .hidden-input__show-block:after {
        content: "";
        position: absolute;
        top: calc( (100% - 14px) / 2);
        right: 14px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 12px 12px 0 12px;
        border-color: #FFFFFF transparent transparent transparent; }
      .parks-page .filter .filter__group_select .hidden-input__show-block:hover:after {
        border-color: #f0f0f0 transparent transparent transparent; }
      .parks-page .filter .filter__group_select .hidden-input__show-block.clicked:before {
        top: calc( (100% - 12px) / 2);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #22ab5e transparent; }
      .parks-page .filter .filter__group_select .hidden-input__show-block.clicked:after {
        top: calc( (100% - 10px) / 2);
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 12px 12px 12px;
        border-color: transparent transparent #FFFFFF transparent; }
      .parks-page .filter .filter__group_select .hidden-input__show-block.clicked:hover:after {
        border-color: transparent transparent #f0f0f0 transparent; }
      .parks-page .filter .filter__group_select .hidden-input__show-block.clicked.btn {
        border-bottom: none; }
  .parks-page .filter .btn-group .btn {
    margin: 0; }
    .parks-page .filter .btn-group .btn:first-of-type {
      border-left: 1px solid #e4e4e4; }
  .parks-page .filter .btn {
    padding: 0.52rem 0.5rem 0.7rem;
    margin: 0 10px 0 0; }
    .parks-page .filter .btn:last-of-type {
      margin-right: 0; }
    .parks-page .filter .btn.btn_icon {
      position: relative; }
      @media (min-width: 390px) {
        .parks-page .filter .btn.btn_icon {
          padding-left: 36px;
          padding-right: 12px; } }
  .parks-page .filter .icon-map_label {
    position: absolute;
    top: 8px;
    left: 10px;
    display: inline-block;
    vertical-align: middle;
    width: 16px;
    height: 22px;
    background: url("/static/image/map-label-white.png"); }

.parks-page .feed {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .parks-page .feed .feed__post {
    position: relative;
    width: 100%;
    padding: 22px 24px;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-right: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    margin-top: -1px;
    margin-left: -1px; }
    @media (min-width: 390px) and (max-width: 640px) {
      .parks-page .feed .feed__post {
        width: 50%; } }
    @media (min-width: 768px) {
      .parks-page .feed .feed__post {
        width: 50%; } }
    @media (min-width: 1026px) {
      .parks-page .feed .feed__post {
        width: 33.3333%; } }
    @media (min-width: 1442px) {
      .parks-page .feed .feed__post {
        width: 20%;
        padding: 24px 24px 20px; } }
    .parks-page .feed .feed__post.feed__post_wide {
      width: calc(100% - 1px); }
      .parks-page .feed .feed__post.feed__post_wide .feed__post-place {
        font-size: 21px; }
      .parks-page .feed .feed__post.feed__post_wide .feed__post-description {
        font-size: 21px; }
      @media (min-width: 1026px) {
        .parks-page .feed .feed__post.feed__post_wide {
          width: calc(66.6666% - 1px); } }
      @media (min-width: 1442px) {
        .parks-page .feed .feed__post.feed__post_wide {
          width: calc(40% - 1px); } }
    .parks-page .feed .feed__post .feed__post-description {
      padding-bottom: 48px; }
      .parks-page .feed .feed__post .feed__post-description a {
        display: block; }
        .parks-page .feed .feed__post .feed__post-description a:hover {
          text-decoration: none; }
    .parks-page .feed .feed__post .feed__post-meta {
      bottom: 18px;
      color: #808080;
      position: absolute;
      width: calc(100% - 44px); }
    .parks-page .feed .feed__post .feed__post-stars {
      float: left; }
    .parks-page .feed .feed__post .feed__post-comments {
      float: right; }

.parks-page .parks__show-more {
  padding: 21px 0 16px;
  margin-left: -1px; }
  .parks-page .parks__show-more .btn-big_more {
    width: 100%; }
  @media (max-width: 640px) {
    .parks-page .parks__show-more {
      padding: 21px 24px 16px; } }
  @media (max-width: 640px) {
    .parks-page .parks__show-more {
      border-bottom: 1px solid #e4e4e4; } }

.parks-page .aside-news {
  padding: 18px 0 24px; }
  .parks-page .aside-news .separator {
    margin-top: 16px; }

.parks-page ~ .ps-popup .ps-popup__content .ps-popup__content-close-button {
  width: 41px;
  height: 41px;
  border: 1px solid #e4e4e4;
  background: #FFFFFF;
  z-index: 11; }
  .parks-page ~ .ps-popup .ps-popup__content .ps-popup__content-close-button:before, .parks-page ~ .ps-popup .ps-popup__content .ps-popup__content-close-button:after {
    left: 19px;
    top: 8px; }

.parks-popup .parks-popup__map {
  position: relative;
  height: 652px;
  background-size: cover; }

.parks-popup .tooltip {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 416px;
  padding: 8px;
  border: 1px solid #cacaca;
  background: #FFFFFF; }
  .parks-popup .tooltip .tooltip__foto {
    width: 160px;
    height: 160px; }
    .parks-popup .tooltip .tooltip__foto img {
      display: block;
      width: 100%; }
  .parks-popup .tooltip .tooltip__right {
    position: relative;
    width: 198px;
    margin-left: 24px;
    padding-top: 6px; }
  .parks-popup .tooltip .tooltip__park-name {
    margin-bottom: 4px; }
  .parks-popup .tooltip .tooltip__park-description {
    padding-bottom: 54px; }
  .parks-popup .tooltip .tooltip__park-meta {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 11px; }
  .parks-popup .tooltip .feed__post-comments {
    color: #808080; }
  .parks-popup .tooltip .tooltip__arrow {
    position: absolute;
    top: 100%;
    left: 201px;
    width: 44px;
    height: 44px;
    background: transparent; }
    .parks-popup .tooltip .tooltip__arrow:before {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 28px 22px 0 22px;
      border-color: #cacaca transparent transparent transparent; }
    .parks-popup .tooltip .tooltip__arrow:after {
      content: "";
      display: block;
      position: absolute;
      top: -2px;
      left: 0;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 28px 22px 0 22px;
      border-color: #FFFFFF transparent transparent transparent; }

.pack .pack__info-block {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: -8px; }
  @media (max-width: 850px) {
    .pack .pack__info-block {
      -ms-flex-direction: column;
      flex-direction: column; } }
  .pack .pack__info-block .pack__info-block-left {
    width: calc(50% - 4px);
    padding-right: 24px; }
    @media (max-width: 1440px) {
      .pack .pack__info-block .pack__info-block-left {
        padding-right: 0; } }
    @media (max-width: 1280px) {
      .pack .pack__info-block .pack__info-block-left {
        width: calc(66.6666% - 4px); } }
    @media (max-width: 850px) {
      .pack .pack__info-block .pack__info-block-left {
        width: 100%;
        float: none; } }
  .pack .pack__info-block .pack__info-block-right {
    position: relative;
    padding: 16px 0 0;
    width: calc(50% - 4px); }
    @media (max-width: 1280px) {
      .pack .pack__info-block .pack__info-block-right {
        width: calc(33.3333% - 4px); } }
    @media (max-width: 850px) {
      .pack .pack__info-block .pack__info-block-right {
        width: 100%;
        float: none;
        padding: 24px 0 0; } }
  .pack .pack__info-block .pack__info-block__slider {
    border: 1px solid #e4e4e4; }
    .pack .pack__info-block .pack__info-block__slider img {
      width: 100%;
      height: 100%;
      min-width: 100%;
      min-height: 100%; }
  .pack .pack__info-block .pack__info-block__parent-link {
    margin: 0 0 12px 0;
    padding: 0 24px; }
  .pack .pack__info-block .pack__info-block__title {
    font-size: 42px;
    line-height: 32px;
    padding: 0 24px;
    margin: 0 0 24px 0;
    font-family: 'Blogger Sans'; }
    @media (max-width: 1440px) {
      .pack .pack__info-block .pack__info-block__title {
        font-size: 36px; } }
    @media (max-width: 1280px) {
      .pack .pack__info-block .pack__info-block__title {
        font-size: 32px; } }
  .pack .pack__info-block .nav-tab > .tab-content,
  .pack .pack__info-block .nav-tab > input {
    display: none; }
  .pack .pack__info-block .nav-tab .tab-content {
    padding: 14px 24px 0; }
    @media (max-width: 850px) {
      .pack .pack__info-block .nav-tab .tab-content {
        min-height: 0; } }
    @media (max-width: 360px) {
      .pack .pack__info-block .nav-tab .tab-content {
        border-bottom: 1px solid #e4e4e4;
        padding: 14px 24px 24px; } }
  .pack .pack__info-block .nav-tab .nav-tab__tab {
    padding: 5px 35px;
    border-top: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    line-height: 28px;
    cursor: pointer;
    position: relative;
    left: 24px;
    background: #FFFFFF;
    z-index: 1;
    display: inline;
    margin: 0 -4px 0 0;
    font-size: 14px;
    color: #808080; }
    .pack .pack__info-block .nav-tab .nav-tab__tab.nav-tab__tab_last {
      border-right: 1px solid #e4e4e4; }
    @media (max-width: 360px) {
      .pack .pack__info-block .nav-tab .nav-tab__tab {
        display: inline-block;
        width: 50%;
        left: 0;
        bottom: -2px; } }
  .pack .pack__info-block .nav-tab input[type="radio"]:checked + label {
    border-bottom: 2px solid #FFFFFF; }
  .pack .pack__info-block .nav-tab > input:nth-of-type(1):checked ~ div:nth-of-type(1),
  .pack .pack__info-block .nav-tab > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
    display: block;
    border-top: 1px solid #e4e4e4; }
  .pack .pack__info-block .nav-tab .park-contacts-list {
    padding-left: 0;
    list-style: none; }
    @media (min-width: 1380px) {
      .pack .pack__info-block .nav-tab .park-contacts-list {
        max-width: 92%; } }
  .pack .pack__info-block .nav-tab .park-contacts-list__item {
    margin-bottom: 8px;
    color: #000000 !important;
    text-decoration: none !important; }
  .pack .pack__info-block .nav-tab .forms {
    position: absolute;
    left: 24px;
    bottom: 24px; }
    @media (max-width: 850px) {
      .pack .pack__info-block .nav-tab .forms {
        position: relative;
        left: 0;
        bottom: 0; } }
    @media (min-width: 1440px) {
      .pack .pack__info-block .nav-tab .forms {
        bottom: 48px; } }
  .pack .pack__info-block .nav-tab .btn {
    padding: 0.52rem 0.5rem 0.7rem;
    margin-bottom: 0; }
    .pack .pack__info-block .nav-tab .btn:hover {
      background: #FFFFFF; }
    .pack .pack__info-block .nav-tab .btn.btn_icon {
      position: relative;
      border-color: #22ab5e;
      color: #22ab5e;
      padding-left: 32px; }
      .pack .pack__info-block .nav-tab .btn.btn_icon label {
        font-size: 16px; }
      .pack .pack__info-block .nav-tab .btn.btn_icon .icon-map_label {
        position: absolute;
        top: 8px;
        left: 10px;
        display: inline-block;
        vertical-align: middle;
        width: 16px;
        height: 22px;
        background: url("/static/image/map_label.png"); }
  .pack .pack__info-block .pack__info-block__description {
    font-size: 18px; }
    @media (min-width: 1380px) {
      .pack .pack__info-block .pack__info-block__description {
        max-width: 92%; } }
  .pack .pack__info-block .pack__info-block-stars {
    padding: 0 0 24px 0; }
  .pack .pack__info-block .pack__info-block-linksto {
    display: block;
    width: 100%; }
    .pack .pack__info-block .pack__info-block-linksto .pack__info-block-linksto__site {
      padding: 0 0 0 16px; }

.pack .filter-afisha {
  padding: 0 0 8px 0; }
  .pack .filter-afisha .feed .feed__post {
    width: 100%;
    border-top: 1px solid #e4e4e4;
    border-bottom: 1px solid #e4e4e4;
    border-left: 1px solid #e4e4e4;
    border-right: none; }
    .pack .filter-afisha .feed .feed__post:last-of-type {
      border-right: 1px solid #e4e4e4; }
    @media (min-width: 640px) {
      .pack .filter-afisha .feed .feed__post {
        width: 50%; } }
    @media (min-width: 768px) {
      .pack .filter-afisha .feed .feed__post {
        width: 33.3333%; } }
    @media (min-width: 1024px) {
      .pack .filter-afisha .feed .feed__post {
        width: 25%; } }
    @media (min-width: 1440px) {
      .pack .filter-afisha .feed .feed__post {
        width: 20%; } }

.pack .pack__recommendations .ps-title-h1 {
  padding-top: 0; }

@media (max-width: 800px) {
  .pack .pack__recommendations .pack__recommendations-row {
    display: block; } }

.pack .pack__recommendations .pack__recommendations-left {
  display: inline-block;
  position: relative;
  width: calc(66.6666% - 4px);
  vertical-align: middle; }

.pack .pack__recommendations .pack__recommendations-right {
  display: inline-block;
  position: relative;
  width: calc(33.3333% - 4px);
  vertical-align: top; }

@media (min-width: 1200px) {
  .pack .pack__recommendations .pack__recommendations-left {
    width: calc(50% - 4px); }
  .pack .pack__recommendations .pack__recommendations-right {
    width: calc(50% - 4px); } }

@media (max-width: 800px) {
  .pack .pack__recommendations .pack__recommendations-left {
    width: 100%;
    display: block; }
  .pack .pack__recommendations .pack__recommendations-right {
    width: 100%;
    height: 425px;
    display: block; } }

.pack .pack__recommendations .pack__recommendations-map {
  position: absolute;
  width: 100%;
  height: 100%; }
  @media (max-width: 800px) {
    .pack .pack__recommendations .pack__recommendations-map {
      height: 425px; } }

.pack .pack__recommendations .pack__recommendations-filter {
  border-top: 1px solid #e4e4e4;
  border-bottom: 1px solid #e4e4e4;
  padding: 0 24px;
  margin: 0 8px 16px 0;
  display: table;
  width: calc(100% - 8px); }
  @media (max-width: 830px) {
    .pack .pack__recommendations .pack__recommendations-filter {
      padding: 8px 12px; } }
  @media (max-width: 530px) {
    .pack .pack__recommendations .pack__recommendations-filter {
      padding: 12px 24px; } }
  .pack .pack__recommendations .pack__recommendations-filter .pack__recommendations-filter-title {
    float: left;
    padding: 0; }
    @media (max-width: 530px) {
      .pack .pack__recommendations .pack__recommendations-filter .pack__recommendations-filter-title {
        float: none; } }
  .pack .pack__recommendations .pack__recommendations-filter .filter {
    position: relative;
    top: 26px;
    float: right; }
    @media (max-width: 530px) {
      .pack .pack__recommendations .pack__recommendations-filter .filter {
        float: none;
        top: 0; } }
  .pack .pack__recommendations .pack__recommendations-filter .pack__group {
    display: table;
    width: 100%; }
    .pack .pack__recommendations .pack__recommendations-filter .pack__group .form__group {
      width: 50%;
      float: left; }
      @media (max-width: 530px) {
        .pack .pack__recommendations .pack__recommendations-filter .pack__group .form__group {
          float: none;
          width: 100%; } }
      .pack .pack__recommendations .pack__recommendations-filter .pack__group .form__group:last-child {
        text-align: right; }
        @media (max-width: 530px) {
          .pack .pack__recommendations .pack__recommendations-filter .pack__group .form__group:last-child {
            margin-top: 12px; } }
      .pack .pack__recommendations .pack__recommendations-filter .pack__group .form__group .select2 {
        text-align: left; }
        @media (max-width: 530px) {
          .pack .pack__recommendations .pack__recommendations-filter .pack__group .form__group .select2 {
            display: block;
            margin: 0 auto; } }

.pack .pack__recommendations .pack__recommendations-place-title {
  font-size: 24px;
  line-height: 24px; }

.pack .pack__recommendations .feednb {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media (max-width: 800px) {
    .pack .pack__recommendations .feednb {
      margin-right: -8px; } }
  @media (max-width: 480px) {
    .pack .pack__recommendations .feednb {
      margin-right: 0; } }
  .pack .pack__recommendations .feednb .feednb__post {
    width: calc(50% - 8px); }
    @media (max-width: 530px) {
      .pack .pack__recommendations .feednb .feednb__post {
        width: calc(100% - 8px); } }
    @media (max-width: 480px) {
      .pack .pack__recommendations .feednb .feednb__post {
        margin-right: 0;
        width: 100%; } }
    .pack .pack__recommendations .feednb .feednb__post:hover .feed__post-img:after {
      background: rgba(0, 0, 0, 0.4);
      content: "";
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      z-index: 10;
      top: 0;
      left: 0;
      pointer-events: none; }
  .pack .pack__recommendations .feednb .feed__post-img-bottom {
    z-index: 11; }
  .pack .pack__recommendations .feednb .feed__post-img-name {
    color: #000000;
    display: block;
    margin-bottom: 45px; }
    .pack .pack__recommendations .feednb .feed__post-img-name:hover {
      color: #22ab5e; }
  .pack .pack__recommendations .feednb .feed__post-img-btn {
    color: #FFFFFF;
    position: absolute;
    top: 24px;
    right: 24px;
    text-decoration: none;
    z-index: 11; }
    .pack .pack__recommendations .feednb .feed__post-img-btn:hover {
      color: #22ab5e;
      background: transparent; }
  .pack .pack__recommendations .feednb .feed__post-title {
    color: #FFFFFF; }
  .pack .pack__recommendations .feednb .feed__post-description:hover {
    cursor: pointer; }
  .pack .pack__recommendations .feednb .feed__post-place a {
    color: #808080; }
    .pack .pack__recommendations .feednb .feed__post-place a:hover {
      text-decoration: none;
      color: #22ab5e; }

.pack .pack__category__more-posts {
  padding: 13px 0 16px;
  text-align: center; }
  .pack .pack__category__more-posts .btn {
    display: block;
    width: calc(100% - 8px); }
  @media (max-width: 800px) {
    .pack .pack__category__more-posts {
      padding: 13px 24px 16px; }
      .pack .pack__category__more-posts .btn {
        display: block; } }
  @media (max-width: 480px) {
    .pack .pack__category__more-posts .btn {
      width: 100%; } }

.afisha {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .afisha {
      width: 100%; } }
  .afisha .afisha__info-block {
    display: table;
    width: 100%; }
    .afisha .afisha__info-block .afisha__info-block-left {
      width: calc(100% - 332px - 8px);
      float: left; }
      @media (max-width: 850px) {
        .afisha .afisha__info-block .afisha__info-block-left {
          width: 100%;
          float: none; } }
    .afisha .afisha__info-block .afisha__info-block-right {
      width: 332px;
      float: right; }
      @media (max-width: 850px) {
        .afisha .afisha__info-block .afisha__info-block-right {
          width: 100%;
          float: none; } }
      @media (max-width: 400px) {
        .afisha .afisha__info-block .afisha__info-block-right {
          padding: 16px 8px; } }
    .afisha .afisha__info-block .event-info {
      padding: 8px 24px 16px;
      background: #f0f0f0; }
    .afisha .afisha__info-block .event-info-list {
      list-style: none;
      padding: 0;
      margin: 0; }
      .afisha .afisha__info-block .event-info-list .event-info-list__item {
        margin-bottom: 8px; }
    .afisha .afisha__info-block .afisha-top {
      position: relative;
      margin-bottom: 32px;
      overflow: hidden; }
      @media (max-width: 480px) {
        .afisha .afisha__info-block .afisha-top {
          height: 320px; } }
      .afisha .afisha__info-block .afisha-top .image-wrapp {
        height: 100%; }
      .afisha .afisha__info-block .afisha-top .afisha-top__img {
        display: block;
        position: relative;
        width: 100%;
        height: auto; }
        @media (max-width: 480px) {
          .afisha .afisha__info-block .afisha-top .afisha-top__img {
            position: absolute;
            top: 0;
            left: 0;
            height: 320px;
            width: auto; } }
      .afisha .afisha__info-block .afisha-top .afisha-header {
        position: absolute;
        bottom: 24px;
        left: 24px;
        color: #FFFFFF;
        z-index: 2; }
        .afisha .afisha__info-block .afisha-top .afisha-header:only-child {
          position: relative;
          bottom: 0;
          left: 0;
          padding: 0 24px;
          margin: 16px 0 -16px;
          color: #000000; }
          .afisha .afisha__info-block .afisha-top .afisha-header:only-child .afisha-header__category .btn {
            color: #22ab5e; }
      .afisha .afisha__info-block .afisha-top .afisha-header__category {
        margin-bottom: 12px; }
        .afisha .afisha__info-block .afisha-top .afisha-header__category .btn {
          color: #FFFFFF; }
          .afisha .afisha__info-block .afisha-top .afisha-header__category .btn:hover {
            color: #FFFFFF;
            background: transparent;
            text-decoration: none; }
      .afisha .afisha__info-block .afisha-top .afisha-header__title {
        line-height: 1.2em;
        font-weight: normal;
        padding-right: 24px;
        margin-bottom: 8px;
        font-size: 32px; }
        @media (max-width: 768px) {
          .afisha .afisha__info-block .afisha-top .afisha-header__title {
            font-size: 28px; } }
      .afisha .afisha__info-block .afisha-top .afisha-header__place {
        padding-right: 24px; }
    .afisha .afisha__info-block .afisha-content {
      padding: 0 24px;
      font-size: 18px; }

@media (max-width: 360px) {
  .festival-article .article__top .article-title {
    font-size: 21px;
    line-height: 24px; } }

.festival-article .article__section_center {
  position: relative;
  max-width: 655px;
  margin: 0 auto;
  margin-top: 32px;
  margin-bottom: 32px; }
  .festival-article .article__section_center:after {
    content: "";
    position: absolute;
    width: 160%;
    left: -30%;
    border-bottom: 1px solid #e4e4e4;
    bottom: 0; }

.festival-article .article__article-festival {
  border-bottom: 1px solid #e4e4e4;
  margin-bottom: 32px;
  padding-bottom: 16px; }
  .festival-article .article__article-festival:last-child {
    border-bottom: none;
    margin-bottom: 0; }
  .festival-article .article__article-festival .article__article-festival__info {
    display: table;
    width: 100%;
    margin: 0 0 24px 0; }
    .festival-article .article__article-festival .article__article-festival__info .article__article-festival__info-img {
      width: 50%;
      float: left; }
      .festival-article .article__article-festival .article__article-festival__info .article__article-festival__info-img img {
        width: 100%;
        height: 100%;
        border: none; }
    .festival-article .article__article-festival .article__article-festival__info .article__article-festival__info-meta {
      width: 50%;
      float: right;
      padding: 0 0 0 32px; }
      .festival-article .article__article-festival .article__article-festival__info .article__article-festival__info-meta h3 {
        font-size: 32px;
        line-height: 32px;
        margin: -4px 0 16px 0; }
      .festival-article .article__article-festival .article__article-festival__info .article__article-festival__info-meta p {
        padding: 0 0 16px 0;
        margin: 0; }

.news-main__page {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1024px) {
    .news-main__page {
      width: 100%; } }
  .news-main__page .block-end-banner {
    display: table;
    width: 100%; }
  .news-main__page .block-end-news-main__left {
    float: left;
    width: calc(100% - 332px - 8px); }
    @media (max-width: 1024px) {
      .news-main__page .block-end-news-main__left {
        width: 100%; } }
  .news-main__page .block-end-news-main__right {
    float: right;
    width: 330px; }
    @media (max-width: 1024px) {
      .news-main__page .block-end-news-main__right {
        display: none; } }
  .news-main__page .ps-title-h1 {
    margin-top: 21px; }
    @media (max-width: 480px) {
      .news-main__page .ps-title-h1 {
        margin: 28px 0 14px; } }
  .news-main__page .news-prew-wrapp {
    border: 1px solid #e4e4e4; }
  .news-main__page .list-news-prew {
    list-style: none;
    margin: 0;
    padding: 0; }
  .news-main__page .list-news-prew__item {
    padding: 14px 0 22px;
    border-bottom: 1px solid #e4e4e4; }
    .news-main__page .list-news-prew__item:last-child {
      border-bottom: 0; }
    @media (max-width: 480px) {
      .news-main__page .list-news-prew__item {
        padding: 18px 0; } }
  .news-main__page .news-prew__date {
    padding: 0 24px;
    margin-bottom: 10px;
    color: #808080; }
  .news-main__page .news-prew__title {
    padding: 0 24px;
    margin-bottom: 8px;
    font-size: 21px;
    font-family: 'Blogger Sans'; }
    .news-main__page .news-prew__title a {
      color: #000000; }
      .news-main__page .news-prew__title a:hover {
        color: #22ab5e;
        text-decoration: none; }
  .news-main__page .news-prew__content {
    padding: 0 24px;
    font-size: 18px; }
    .news-main__page .news-prew__content a.three-dots {
      color: #22ab5e; }
      .news-main__page .news-prew__content a.three-dots:hover {
        text-decoration: none; }
    .news-main__page .news-prew__content p {
      margin-bottom: 0; }
  .news-main__page .news-prew__image {
    margin: 20px 0 2px;
    padding: 0 24px; }
    .news-main__page .news-prew__image img {
      display: block;
      width: 100%; }
    @media (max-width: 480px) {
      .news-main__page .news-prew__image {
        margin: 18px 0 2px; } }
  .news-main__page .news-prew-show-more {
    margin-bottom: 16px; }
    .news-main__page .news-prew-show-more .btn {
      display: block; }
    @media (max-width: 480px) {
      .news-main__page .news-prew-show-more {
        padding: 0 24px;
        margin: 21px 0 24px; } }

.contacts__page {
  width: 620px;
  margin: 0 auto;
  padding: 44px 0;
  font-size: 18px; }
  @media (max-width: 620px) {
    .contacts__page {
      width: 100%;
      padding: 24px; } }
  .contacts__page .cont-section {
    margin-bottom: 36px; }
    .contacts__page .cont-section:last-child {
      margin-bottom: 0; }
  .contacts__page .cont-section__title {
    font-family: 'Blogger Sans';
    font-size: 32px;
    line-height: 32px;
    font-weight: bold;
    margin-bottom: 24px; }
  .contacts__page .cont-section__content p {
    margin-bottom: 0; }
  .contacts__page .email-list {
    list-style: none;
    padding: 0;
    margin: 14px 0 40px; }
    .contacts__page .email-list .email-list__item {
      margin-bottom: 21px; }
      .contacts__page .email-list .email-list__item:last-child {
        margin-bottom: 0; }
  .contacts__page .contacts-list {
    list-style: none;
    padding: 0; }
  .contacts__page .contacts-list__item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px; }
    .contacts__page .contacts-list__item:last-child {
      margin-bottom: 0; }
    @media (max-width: 480px) {
      .contacts__page .contacts-list__item {
        -ms-flex-direction: column;
        flex-direction: column; } }
    .contacts__page .contacts-list__item .position {
      width: calc(50% - 8px);
      text-align: right;
      color: #808080; }
      @media (max-width: 480px) {
        .contacts__page .contacts-list__item .position {
          width: 100%;
          text-align: left; } }
    .contacts__page .contacts-list__item .contact {
      width: calc(50% - 8px); }
      @media (max-width: 480px) {
        .contacts__page .contacts-list__item .contact {
          width: 100%;
          margin-top: 8px; } }

.place__page {
  width: 1024px;
  margin: 0 auto;
  background: #FFFFFF;
  border-left: 1px solid #e4e4e4;
  border-right: 1px solid #e4e4e4; }
  @media (max-width: 1024px) {
    .place__page {
      width: 100%; } }
  .place__page .place {
    padding: 10px 0 0; }
    @media (max-width: 480px) {
      .place__page .place {
        padding-top: 18px; } }
    .place__page .place .place__nav {
      padding: 0 24px;
      margin: 0 0 10px; }
    .place__page .place .place__title {
      font-family: "Blogger Sans";
      font-size: 24px;
      line-height: 24px;
      padding: 0 24px 18px; }
    .place__page .place .place__img img {
      height: 100%;
      width: 100%; }
    .place__page .place .place__infomation {
      border-bottom: 1px solid #e4e4e4;
      display: table;
      margin-bottom: 16px;
      position: relative;
      width: 100%; }
      .place__page .place .place__infomation p {
        margin: 0;
        padding: 0; }
    .place__page .place .place__infomation-left {
      float: left;
      padding: 24px 24px 24px 176px;
      width: 50%; }
      @media (max-width: 800px) {
        .place__page .place .place__infomation-left {
          padding-left: 80px; } }
      @media (max-width: 640px) {
        .place__page .place .place__infomation-left {
          padding-left: 24px; } }
      @media (max-width: 480px) {
        .place__page .place .place__infomation-left {
          float: none;
          width: 100%;
          padding-right: 24px;
          padding-bottom: 36px;
          position: relative; } }
    .place__page .place .place__infomation-stars {
      bottom: 24px;
      position: absolute; }
      @media (max-width: 480px) {
        .place__page .place .place__infomation-stars {
          bottom: 0; } }
    .place__page .place .place__infomation-right {
      float: right;
      border-left: 1px solid #e4e4e4;
      padding: 24px 176px 24px 24px;
      width: 50%; }
      @media (max-width: 800px) {
        .place__page .place .place__infomation-right {
          padding-right: 80px; } }
      @media (max-width: 640px) {
        .place__page .place .place__infomation-right {
          padding-right: 24px; } }
      @media (max-width: 480px) {
        .place__page .place .place__infomation-right {
          float: none;
          width: 100%;
          padding-left: 24px;
          padding-bottom: 24px;
          border: none; } }
    .place__page .place .place__description {
      padding: 5px 176px 12px; }
      @media (max-width: 800px) {
        .place__page .place .place__description {
          padding: 5px 80px 12px; } }
      @media (max-width: 640px) {
        .place__page .place .place__description {
          padding: 5px 24px 12px; } }
  .place__page .reviews__page .reviews-wrapp {
    padding: 0 0 16px;
    width: 100%; }

.layer-jazz {
  position: relative;
  margin: 0 auto;
  padding-top: 242px; }
  @media (max-width: 1023px) {
    .layer-jazz {
      padding-top: 0;
      background: #26A65C !important; } }

.wrapp-jazz-page {
  width: 1024px;
  margin: 0 auto; }
  @media (max-width: 1023px) {
    .wrapp-jazz-page {
      width: 100%; } }
  .wrapp-jazz-page .top-link {
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 0 8px;
    margin: 0; }
    .wrapp-jazz-page .top-link .top-link__item a {
      display: inline-block;
      position: relative;
      bottom: 25px;
      width: 150px;
      height: 100px;
      margin-right: 10px; }
      @media (max-width: 1024px) {
        .wrapp-jazz-page .top-link .top-link__item a {
          display: none; } }

.jazz__page {
  box-sizing: border-box;
  background: #fff; }
  .jazz__page .article__top__left {
    float: left;
    width: calc(100% - 332px - 8px); }
    @media (max-width: 1024px) {
      .jazz__page .article__top__left {
        width: 100%; } }
    .jazz__page .article__top__left:only-child {
      float: none;
      position: relative;
      width: 100%; }
      .jazz__page .article__top__left:only-child .article__header {
        overflow: hidden; }
  .jazz__page .article__header__title {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 0 24px 26px;
    width: 80%;
    color: #fff; }
    @media (max-width: 768px) {
      .jazz__page .article__header__title {
        width: 100%; } }
    @media (max-width: 520px) {
      .jazz__page .article__header__title {
        padding: 0 24px 20px; } }
  .jazz__page .article-title {
    margin: 14px 0 16px;
    font-size: 40px;
    line-height: 50px; }
    @media (max-width: 768px) {
      .jazz__page .article-title {
        margin: 12px 0 14px;
        font-size: 28px;
        line-height: 32px; } }
  .jazz__page .article__header__img img {
    width: 100%; }
    @media (max-width: 480px) {
      .jazz__page .article__header__img img {
        position: relative;
        left: calc((100% - 480px) / 2);
        width: calc( 100% + (480px - 100%)); } }
  .jazz__page .article__header__img i {
    position: absolute;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  .jazz__page .article__info-block .feed__post-counter {
    margin-left: 0; }
    .jazz__page .article__info-block .feed__post-counter:hover {
      color: #FFFFFF; }
  .jazz__page .article__info-block .feed__post-comments:hover {
    color: #FFFFFF; }
  .jazz__page .article__top__right {
    float: right;
    vertical-align: top;
    width: 332px; }
    @media (max-width: 1024px) {
      .jazz__page .article__top__right {
        display: none; } }
  .jazz__page .article__section {
    margin-top: 24px;
    margin-bottom: 34px; }
    @media (max-width: 520px) {
      .jazz__page .article__section {
        margin-top: 12px;
        margin-bottom: 24px; } }
    .jazz__page .article__section.article__section_intro {
      margin: 37px 0 0; }
      @media (max-width: 520px) {
        .jazz__page .article__section.article__section_intro {
          margin: 16px 0 0; } }
    .jazz__page .article__section.article__section-last {
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 0; }
    .jazz__page .article__section .article__section__wrapp {
      display: table;
      width: 100%;
      margin-bottom: 24px; }
      .jazz__page .article__section .article__section__wrapp .section__left-side {
        float: left;
        width: calc(100% - 332px - 8px); }
        @media (max-width: 768px) {
          .jazz__page .article__section .article__section__wrapp .section__left-side {
            float: none;
            width: 100%; } }
      .jazz__page .article__section .article__section__wrapp .section__right-side {
        float: right;
        width: 332px; }
        @media (max-width: 768px) {
          .jazz__page .article__section .article__section__wrapp .section__right-side {
            float: none;
            width: 100%; } }
        @media (max-width: 520px) {
          .jazz__page .article__section .article__section__wrapp .section__right-side .article-data {
            font-size: 14px; }
          .jazz__page .article__section .article__section__wrapp .section__right-side .article-autor {
            font-size: 14px; } }
        .jazz__page .article__section .article__section__wrapp .section__right-side .article__section__title {
          width: auto; }
        .jazz__page .article__section .article__section__wrapp .section__right-side.article__section__title-right {
          margin-bottom: 16px; }
    .jazz__page .article__section .article__section__title {
      position: relative;
      padding: 0 24px 0 24px;
      margin-bottom: 4px;
      width: calc(100% - 332px - 8px - 24px); }
      @media (max-width: 768px) {
        .jazz__page .article__section .article__section__title {
          width: 100%; } }
      .jazz__page .article__section .article__section__title h2 {
        margin-left: 48px;
        font-size: 32px; }
        .jazz__page .article__section .article__section__title h2:only-child {
          margin-left: 0; }
        @media (max-width: 520px) {
          .jazz__page .article__section .article__section__title h2 {
            font-size: 24px; } }
    .jazz__page .article__section .article__section__descr {
      margin-left: 24px;
      font-size: 18px; }
    .jazz__page .article__section .icon-num {
      position: absolute;
      top: 5px;
      left: 24px;
      display: inline-block;
      width: 40px;
      height: 40px;
      border: 1px solid #22ab5e;
      border-radius: 50%;
      color: #22ab5e;
      font-weight: normal; }
      @media (max-width: 520px) {
        .jazz__page .article__section .icon-num {
          top: -1px; } }
      .jazz__page .article__section .icon-num span {
        display: inline-block;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 24px;
        line-height: 24px;
        height: 24px;
        width: 100%;
        text-align: center;
        font-style: normal; }
    .jazz__page .article__section .article__section__text {
      padding: 0 24px;
      font-size: 18px; }
      .jazz__page .article__section .article__section__text p {
        margin-bottom: 10px; }
      .jazz__page .article__section .article__section__text.article__section__text-center {
        padding: 32px 195px 36px; }
        @media (max-width: 1024px) {
          .jazz__page .article__section .article__section__text.article__section__text-center {
            padding: 32px 24px; } }
    .jazz__page .article__section .article__section__info .shedule__title {
      font: 500 1.625em/1.5em "Blogger Sans";
      padding: 0 24px; }
    .jazz__page .article__section .article__section__info .separator {
      background-color: #22ab5e;
      border: medium none;
      color: #22ab5e;
      height: 1px; }
    .jazz__page .article__section .article__section__info .shedule__item {
      margin: 1em 0 0.5em;
      padding: 0 24px; }
      .jazz__page .article__section .article__section__info .shedule__item .event__data {
        font-weight: bold; }
  .jazz__page .social-apps {
    margin-bottom: 16px; }

.banner__block {
  display: table;
  padding: 22px 0;
  border: 1px solid #e4e4e4;
  width: 100%;
  text-align: center; }
  .banner__block a {
    text-decoration: none; }
    .banner__block a:hover, .banner__block a:active {
      text-decoration: none; }

.aside-news {
  position: relative;
  padding: 18px 0 52px; }
  .aside-news .news-col__title {
    font: 500 1.625em/1.5em "Blogger Sans";
    padding: 0 24px; }
  .aside-news .separator {
    border: none;
    color: #e4e4e4;
    background-color: #e4e4e4;
    height: 1px; }
  .aside-news .news-col__item {
    display: block;
    margin: 1em 0 0.5em;
    padding: 0 24px; }
    .aside-news .news-col__item p {
      margin: 0;
      padding: 0; }
    .aside-news .news-col__item .news-col__meta {
      color: #808080; }
    .aside-news .news-col__item a {
      text-decoration: none;
      color: #000; }
      .aside-news .news-col__item a:hover {
        text-decoration: none;
        color: #22ab5e; }
      .aside-news .news-col__item a:visited {
        color: #808080; }
  .aside-news .aside-news__more-posts {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 13px 24px 0;
    text-align: center; }
    .aside-news .aside-news__more-posts .btn {
      display: block;
      text-align: center;
      padding: 0.8rem 0 0.9rem; }
