@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

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

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

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

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

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

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

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

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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

pre {
  overflow: auto;
}

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

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

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

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

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

input {
  line-height: normal;
}

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

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

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

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

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

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

td,
th {
  padding: 0;
}

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

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

html {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333;
  background-color: #fff;
}

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

figure {
  margin: 0;
}

img {
  vertical-align: middle;
}

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

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

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

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

hr {
  margin-top: 20px;
  margin-bottom: 20px;
  border: 0;
  border-top: 1px solid #eee;
}

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

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

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

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}

@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}

@media (min-width: 1200px) {
  .container {
    width: 1130px;
  }
}

.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 1200px) {
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 76px;
    padding-right: 76px;
  }
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0;
  }
}

.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after {
  content: " ";
  display: table;
}

.clearfix:after,
.container:after,
.container-fluid:after,
.row:after {
  clear: both;
}

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

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

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

.hide {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden;
}

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

.hidden {
  display: none !important;
}

.affix {
  position: fixed;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/*
  Многоколоночная верстка через flexbox.

  Пример:
    .list {
      @include flexbox;
      @include flex-flow(row wrap);

      .item {
        @include flex-columns(2, 10px, 10px);
      }
    }
*/
@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueCyr-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueCyr-Roman.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueCyr-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "HelveticaNeue";
  src: url("../fonts/HelveticaNeueCyr-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
}

html.popup_active,
body.popup_active {
  overflow: hidden;
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 100vh;
  height: 100%;
  margin: 0 auto;
  min-width: 320px;
  font-weight: 300;
  font-family: "HelveticaNeue", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  color: #000;
  background-color: #fff;
  -webkit-overflow-scrolling: touch;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

.main-content {
  margin-bottom: 40px;
}

@media all and (min-width: 1024px) {
  .main-content {
    margin-bottom: 60px;
  }
}

.home-page .main-header {
  margin-bottom: 0;
}

.wrap {
  overflow: hidden;
}

.page__header {
  min-height: 90px;
  margin-bottom: 5px;
}

@media all and (min-width: 768px) {
  .page__header {
    margin-bottom: 15px;
  }
}



.page__title {
  margin-top: 10px;
}



.page_post .grid__inner {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 1280px) {
  .page_post .grid__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
  .page_post .grid__aside {
    margin-left: 80px;
    width: 370px;
  }
}

@media all and (min-width: 1400px) {
  .page_post .grid__aside {
    width: 480px;
    margin-left: 80px;
  }
}

@media all and (min-width: 1024px) {
  .page_map-place .page__header {
    margin-bottom: 25px;
  }
}

.page_map-place .grid {
  margin-bottom: 60px;
}

.page_map-place .grid__inner {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media all and (min-width: 1280px) {
  .page_map-place .grid__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
  .page_map-place .grid__aside {
    margin-left: 80px;
    width: 370px;
  }
}

@media all and (min-width: 1400px) {
  .page_map-place .grid__aside {
    width: 440px;
    margin-left: 80px;
  }
}

.container-fluid {
  width: 100%;
  max-width: 2400px;
}

p {
  margin: 0;
}

input,
button,
textarea {
  border-radius: 0;
  -webkit-appearance: none;
  outline: none !important;
}

input:hover,
input:active,
input:focus,
input:visited,
button:hover,
button:active,
button:focus,
button:visited,
textarea:hover,
textarea:active,
textarea:focus,
textarea:visited {
  outline: none !important;
}

button {
  padding: 0;
  border: none;
  background-color: transparent;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type="number"] {
  -moz-appearance: textfield;
}

input[type="number"]:hover,
input[type="number"]:focus {
  -moz-appearance: number-input;
}

input {
  color: #000;
}

a {
  text-decoration: none;
  color: inherit;
}

a:hover {
  text-decoration: none;
}

a:active,
a:focus,
a:visited {
  text-decoration: none;
}

* {
  outline: none !important;
}

* {
  min-height: 0;
  min-width: 0;
}

img {
  max-width: 100%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
  padding: 0;
  font-size: inherit;
}

input {
  border: none;
  white-space: nowrap;
  text-overflow: ellipsis !important;
  background-color: transparent;
}

@-webkit-keyframes autofill {
  to {
    background: transparent;
  }
}

input:-webkit-autofill {
  -webkit-animation-name: autofill;
  -webkit-animation-fill-mode: both;
}

@media all and (max-width: 767px) {
  .mobile-hide {
    display: none !important;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .table-hide {
    display: none !important;
  }
}

@media all and (min-width: 1024px) {
  .desktop-hide {
    display: none !important;
  }
}

.btn {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  padding: 18px 30px 18px 58px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
  color: #000;
}

@media all and (min-width: 1024px) {
  .btn:hover:before,
  .btn:hover:after {
    left: 95%;
  }
  .btn:hover > span {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
    color: #fff;
  }
  .btn:hover > span span {
    color: #fff;
  }
}



.btn:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.btn:after {
  bottom: 50%;
  -webkit-transform: translateY(100%) skewX(-35deg);
  transform: translateY(100%) skewX(-35deg);
}

.btn > span {
  position: relative;
  z-index: 1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: color 0.35s, -webkit-transform 0.35s;
  transition: color 0.35s, -webkit-transform 0.35s;
  transition: color 0.35s, transform 0.35s;
  transition: color 0.35s, transform 0.35s, -webkit-transform 0.35s;
}





@media all and (min-width: 1024px) {
  .btn_red:hover {
    background-position: 0 0;
  }
}



@media all and (min-width: 1024px) {
  .btn_white:hover {
    background-position: 0 0;
  }
}

@media all and (min-width: 1400px) {
  .btn_white.header__btn {
    background-position: 97% 0;
  }
}

@media all and (min-width: 1400px) and (min-width: 1024px) {
  .btn_white.header__btn:hover {
    background-position: -15px 0;
  }
}

@media all and (min-width: 1024px) {
  .home .btn_white.header__btn:hover {
    background-position: 0 0;
  }
}

.btn-arrow {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 60px;
  font-weight: 700;
  text-align: left;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1.325;
  color: #fff;
}





.btn-arrow:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.btn-arrow:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.btn-arrow > span {
  display: inline-block;
}

@media all and (min-width: 768px) {
  .btn-arrow > span:before,
  .btn-arrow > span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -35px;
    width: 25px;
    height: 50%;
    background-color: white;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
}

.btn-arrow > span:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.btn-arrow > span:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

@media all and (min-width: 1024px) {
  .btn-arrow_black:hover:before,
  .btn-arrow_black:hover:after {
    background-color: #121212;
  }
}

.btn-arrow_black:before,
.btn-arrow_black:after {
  background-color: #000;
}

.title {
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 0.75;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .title {
    font-size: 50px;
    font-size: 3.125rem;
    line-height: 0.6;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .title {
    font-size: 70px;
    font-size: 4.375rem;
    line-height: 0.75714;
  }
}

@media all and (min-width: 1024px) {
  .title {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 0.58889;
  }
}



.grid {
  position: relative;
  margin-top: 20px;
  margin-bottom: 60px;
}

@media all and (min-width: 768px) {
  .grid {
    margin-top: 50px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .grid {
    margin-bottom: 80px;
  }
}

@media all and (min-width: 1400px) {
  .grid {
    margin-bottom: 160px;
  }
}

.grid__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.grid__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
}

@media all and (min-width: 1024px) {
  .grid + .buy-step {
    padding: 80px 0 15px;
  }
  .grid + .buy-step .buy-step__list {
    margin-top: 60px;
  }
}

.youtube {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  cursor: pointer;
}

@media all and (min-width: 1024px) {
  .youtube:hover:before {
    background-color: rgba(0, 0, 0, 0.75);
  }
}

.youtube:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.play-descr {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px 0px;
  width: 151px;
  height: 151px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .play-descr {
    -webkit-transform: translate(-50%, -50%) scale(0.7);
    transform: translate(-50%, -50%) scale(0.7);
  }
}

@media all and (min-width: 1024px) {
  .play-descr {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

@media all and (min-width: 768px) {
  .person {
    padding-left: 0;
  }
}



.person__thumb {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  margin-right: 17px;
  border-radius: 50em;
}

.person__first-name {
  margin-top: 13px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.85;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.person__last-name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.21429;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.person__city {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #c4b8b2;
}

.single-place.float-left {
  display: inline-block;
  margin: 30px 0;
}

@media all and (min-width: 640px) {
  .single-place.float-left {
    float: left;
    margin: 53px 82px 35px 0;
  }
}

.single-place.float-right {
  display: inline-block;
  margin: 30px 0;
}

@media all and (min-width: 640px) {
  .single-place.float-right {
    float: right;
    margin: 53px 0 35px 82px;
  }
}

.single-place__author {
  overflow: hidden;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  -webkit-transform: translatey(-50%);
  transform: translatey(-50%);
  border-radius: 50em;
}

@media all and (min-width: 480px) {
  .single-place__author {
    top: 30px;
    left: 0;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.single-place__caption {
  margin-bottom: 6px;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 0.73333;
}

@media all and (min-width: 640px) {
  .single-place__caption {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.8;
  }
}

.single-place__description {
  margin-bottom: 17px;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media all and (min-width: 640px) {
  .single-place__description {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

.single-place__link {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  width: 100%;
  max-width: 320px;
  min-height: 220px;
  font-weight: 500;
  color: #fff;
}

@media all and (min-width: 600px) {
  .single-place__link {
    min-height: 435px;
  }
}

@media all and (min-width: 1024px) {
  .single-place__link:hover .single-place__text,
  .single-place__link:hover:before {
    opacity: 1;
  }
}

.single-place__link:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.single-place__link:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: linear-gradient(to top, #000 0%, transparent 100%);
}

@media all and (min-width: 600px) and (max-width: 1023px) {
  .single-place__link:after {
    height: 70%;
  }
}

@media all and (min-width: 1024px) {
  .single-place__link:after {
    height: 50%;
  }
}

.single-place__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.single-place__footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 20px 10px;
}

@media all and (min-width: 600px) {
  .single-place__footer {
    padding: 0 40px 20px;
  }
}

@media all and (min-width: 640px) {
  .single-place__footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}



@media all and (min-width: 600px) {
  .single-place__active {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}

.single-place__active:before {
  content: "";
  margin-right: 5px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -326px -70px;
  width: 12px;
  height: 13px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.single-place__city {
  margin-top: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 600px) {
  .single-place__city {
    margin-left: auto;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.single-place__meta {
  font-weight: 400;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 600px) {
  .single-place__meta {
    padding-right: 10px;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.28571;
  }
}

.single-place__meta-item {
  display: inline-block;
  margin-right: 5px;
}

.single-place__title {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 20px 20px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
}

@media all and (min-width: 600px) {
  .single-place__title {
    min-height: 102px;
    padding: 20px 25px 20px 40px;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media all and (min-width: 1400px) {
  .single-place__title {
    padding: 20px 40px 20px 40px;
  }
}


.single-place__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -311px 0px;
  width: 11px;
  height: 31px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

@media all and (min-width: 600px) {
  .single-place__title:after {
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: 25px;
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -285px 0px;
    width: 22px;
    height: 60px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
  }
}

.single-place__text {
  display: none;
}

@media all and (min-width: 1024px) {
  .single-place__text {
    position: relative;
    z-index: 1;
    display: block;
    margin: auto 20px;
    padding: 30px 0 20px 35px;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
}

.single-place__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -280px -232px;
  width: 25px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.single-place + p {
  margin-top: 4px;
}

.aside__header {
  margin-top: 40px;
  margin-bottom: 20px;
}

@media all and (min-width: 1280px) {
  .aside__header {
    margin-top: 80px;
  }
}

.aside__title {
  font-weight: 700;
  font-size: 35px;
  font-size: 2.1875rem;
  line-height: 0.91429;
}

@media all and (min-width: 768px) {
  .aside__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.8;
  }
}

.aside__description {
  margin-top: 7px;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.33333;
}

.aside__description a {
  border-bottom: 1px solid #000;
  -webkit-transition: color 0.35s, border-color 0.35s;
  transition: color 0.35s, border-color 0.35s;
}



.radio {
  display: inline-block;
  margin-top: 20px;
  margin-bottom: 10px;
  cursor: pointer;
}

.radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.radio-box > *:first-child {
  margin-right: 35px;
}

.radio input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}


.radio input:checked + .radio__text:after {
  opacity: 1;
}

.radio__text {
  position: relative;
  display: inline-block;
  padding-left: 50px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  color: #adadad;
  cursor: pointer;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 768px) {
  .radio__text {
    padding-left: 70px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

.radio__text:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 35px;
  height: 35px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  background-color: #f5f5f5;
  -webkit-transition: background-color 0.35s, border-color 0.35s;
  transition: background-color 0.35s, border-color 0.35s;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .radio__text:before {
    width: 45px;
    height: 45px;
  }
}

@media all and (min-width: 1024px) {
  .radio__text:before {
    width: 55px;
    height: 55px;
  }
}



@media all and (min-width: 768px) and (max-width: 1023px) {
  .radio__text:after {
    left: 11px;
    width: 24px;
    height: 24px;
  }
}

@media all and (min-width: 1024px) {
  .radio__text:after {
    left: 13px;
    width: 28px;
    height: 28px;
  }
}

/*! Pushy - v1.3.0 - 2019-6-25
* Pushy is a responsive off-canvas navigation menu using CSS transforms & transitions.
* https://github.com/christophery/pushy/
* by Christopher Yee */
/* Menu Appearance */
.pushy {
  position: fixed;
  width: 310px;
  height: 100%;
  top: 0;
  z-index: 9999;
  background: #fff;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  /* enables momentum scrolling in iOS overflow elements */
}

.pushy a {
  display: block;
  text-decoration: none;
}

.pushy ul:first-child {
  margin-top: 10px;
}

.pushy.pushy-left {
  left: 0;
}

.pushy.pushy-right {
  right: 0;
}

.pushy ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pushy-content {
  visibility: hidden;
}

/* Menu Movement */
.pushy-left {
  -webkit-transform: translate3d(-310px, 0, 0);
  transform: translate3d(-310px, 0, 0);
}

.pushy-open-left #container,
.pushy-open-left .push {
  -webkit-transform: translate3d(310px, 0, 0);
  transform: translate3d(310px, 0, 0);
}

.pushy-right {
  -webkit-transform: translate3d(310px, 0, 0);
  transform: translate3d(310px, 0, 0);
}

.pushy-open-right #container,
.pushy-open-right .push {
  -webkit-transform: translate3d(-310px, 0, 0);
  transform: translate3d(-310px, 0, 0);
}

.pushy-open-left .pushy,
.pushy-open-right .pushy {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.pushy-open-left .pushy-content,
.pushy-open-right .pushy-content {
  visibility: visible;
}

/* Menu Transitions */
#container,
.pushy,
.push {
  -webkit-transition: -webkit-transform 0.2s
    cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99),
    -webkit-transform 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

.pushy-content {
  -webkit-transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
  transition: visibility 0.2s cubic-bezier(0.16, 0.68, 0.43, 0.99);
}

/* Site Overlay */
.site-overlay {
  display: none;
}

.pushy-open-left .site-overlay,
.pushy-open-right .site-overlay {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 9998;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-animation: fade 500ms;
  animation: fade 500ms;
}

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

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

/* Submenu Appearance */
.pushy-submenu {
  /* Submenu Buttons */
  /* Submenu Icon */
}

.pushy-submenu > ul {
  padding-left: 15px;
  -webkit-transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
  transition: max-height 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.pushy-submenu > ul .pushy-link {
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}

.pushy-submenu button {
  text-transform: none !important;
}

.pushy-submenu button {
  width: 100%;
  color: #000000;
  padding: 15px 30px;
  text-align: left;
  background: transparent;
  border: 0;
  text-transform: uppercase;
  border-bottom: 1px solid #e3eaed;
}

.pushy-submenu > a,
.pushy-submenu > button {
  position: relative;
}

.pushy-submenu > a::after,
.pushy-submenu > button::after {
  content: "";
  display: block;
  height: 11px;
  width: 8px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
}

/* Submenu Movement */
.pushy-submenu-closed > ul {
  max-height: 0;
  overflow: hidden;
  visibility: hidden;
}

.pushy-submenu-closed .pushy-link {
  opacity: 0;
}

.pushy-submenu-open {
  /* Submenu Icon */
}

.pushy-submenu-open > ul {
  max-height: 1000px;
  visibility: visible;
}

.pushy-submenu-open .pushy-link {
  opacity: 1;
}

.pushy-submenu-open > a::after,
.pushy-submenu-open > button::after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

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

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  -webkit-transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable="true"] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0;
  transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */
.fancybox-caption {
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.85)),
    color-stop(50%, rgba(0, 0, 0, 0.3)),
    color-stop(65%, rgba(0, 0, 0, 0.15)),
    color-stop(75.5%, rgba(0, 0, 0, 0.075)),
    color-stop(82.85%, rgba(0, 0, 0, 0.037)),
    color-stop(88%, rgba(0, 0, 0, 0.019)),
    to(rgba(0, 0, 0, 0))
  );
  background: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  background: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.85) 0%,
    rgba(0, 0, 0, 0.3) 50%,
    rgba(0, 0, 0, 0.15) 65%,
    rgba(0, 0, 0, 0.075) 75.5%,
    rgba(0, 0, 0, 0.037) 82.85%,
    rgba(0, 0, 0, 0.019) 88%,
    rgba(0, 0, 0, 0) 100%
  );
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

/*@supports (padding: max(0px)) {*/
/*    .fancybox-caption {*/
/*        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));*/
/*    }*/
/*}*/
.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */
.fancybox-loading {
  -webkit-animation: fancybox-rotate 1s linear infinite;
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes fancybox-rotate {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  /*@supports (padding: max(0px)) {*/
  /*    .fancybox-caption {*/
  /*        padding-left: max(12px, env(safe-area-inset-left));*/
  /*        padding-right: max(12px, env(safe-area-inset-right));*/
  /*    }*/
  /*}*/
}

/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.ms-ctn {
  position: relative;
  padding: 5px 12px;
  height: auto;
}

.ms-inv {
  border: 1px solid #c00;
}

.ms-ctn-readonly {
  cursor: pointer;
}

.ms-ctn-disabled {
  cursor: not-allowed;
  background-color: #eee;
}

.ms-ctn-bootstrap-focus,
.ms-ctn-bootstrap-focus .ms-res-ctn {
  border-color: rgba(82, 168, 236, 0.8) !important;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6) !important;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(82, 168, 236, 0.6) !important;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.ms-ctn-focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075),
    0 0 8px rgba(102, 175, 233, 0.6);
}

.ms-ctn input {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  outline: 0;
  display: block;
  padding: 0;
  line-height: 1.42857143;
  margin: 1px 0;
  width: 100%;
}

.ms-ctn .ms-sel-ctn input {
  float: left;
}

.ms-ctn-disabled input {
  cursor: not-allowed;
  background-color: #eee;
}

.ms-ctn .ms-input-readonly {
  cursor: pointer;
}

.ms-ctn .ms-empty-text {
  color: #ddd;
}

.ms-ctn input:focus {
  border: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: none;
  background: #fff;
}

.ms-ctn input::-ms-clear {
  width: 0;
  height: 0;
}

.ms-ctn .ms-trigger {
  top: 0;
  width: 25px;
  height: 100%;
  position: absolute;
  right: 0;
  background: transparent;
  border-left: 1px solid #ccc;
  cursor: pointer;
}

.ms-ctn .ms-trigger .ms-trigger-ico {
  display: inline-block;
  width: 0;
  height: 0;
  vertical-align: top;
  border-top: 4px solid #333;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: "";
  margin-left: 8px;
  margin-top: 15px;
}

.ms-ctn .ms-trigger:hover {
  background-color: #e6e6e6;
}

.ms-ctn .ms-trigger:hover .ms-trigger-ico {
  background-position: 0 -4px;
}

.ms-ctn-disabled .ms-trigger {
  cursor: not-allowed;
  background-color: #eee;
}

.ms-ctn-bootstrap-focus {
  border-bottom: 1px solid #ccc;
}

.ms-res-ctn {
  width: 100%;
  display: block;
  overflow-y: auto;
}

.ms-res-ctn .ms-res-group {
  line-height: 23px;
  text-align: left;
  padding: 2px 5px;
  font-weight: bold;
  border-bottom: 1px dotted #ccc;
  border-top: 1px solid #ccc;
  background: #f3edff;
  color: #333;
}

.ms-res-ctn .ms-res-item {
  line-height: 25px;
  text-align: left;
  padding: 2px 5px;
  color: #666;
  cursor: pointer;
}

.ms-res-ctn .ms-res-item-grouped {
  padding-left: 15px;
}

.ms-res-ctn .ms-res-odd {
  background: #fafafa;
}

.ms-res-ctn .ms-res-item-active {
  background-color: #f5f5f5;
}

.ms-res-ctn .ms-res-item-disabled {
  color: #ccc;
  cursor: default;
}

.ms-sel-ctn {
  overflow: auto;
  line-height: 18px;
  padding-right: 25px;
}

.ms-no-trigger .ms-sel-ctn {
  padding-right: 0;
}

.ms-sel-ctn .ms-sel-item {
  background: #f3f3f3;
  color: #999;
  float: left;
  font-size: 12px;
  padding: 3px 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 3px 0 1px 0;
}

.ms-sel-ctn .ms-sel-invalid {
  border-color: #f8a5a5 !important;
  background: #fdf2f2 !important;
}

.ms-sel-ctn .ms-sel-item:hover {
  border: 1px solid #bbb;
}

.ms-ctn .ms-sel-item {
  background: #f3f3f3;
  color: #999;
  float: left;
  font-size: 12px;
  padding: 0 5px;
  border-radius: 3px;
  border: 1px solid #ddd;
  margin: 1px 5px 1px 0;
}

.ms-ctn .ms-sel-item:hover {
  border: 1px solid transparent;
}

.ms-ctn-focus .ms-sel-item:hover {
  border: 1px solid #bbb;
}

.ms-sel-ctn .ms-sel-text {
  background: #fff;
  color: #666;
  padding-right: 0;
  margin-left: 0;
  font-size: 14px;
  font-weight: normal;
}

.ms-as-string .ms-sel-text {
  border-color: transparent;
}

.ms-res-ctn .ms-res-item em {
  font-style: normal;
  background: #565656;
  color: #fff;
}

.ms-sel-ctn .ms-sel-text:hover {
  background: #fff;
}

.ms-sel-ctn .ms-sel-item-active {
  border: 1px solid red;
  background: #757575;
}

.ms-stacked .ms-sel-item {
  float: inherit;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn {
  width: 7px;
  cursor: pointer;
  height: 7px;
  float: right;
  margin: 6px 2px 0 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAOCAYAAADjXQYbAAAACXBIWXMAAAsTAAALEwEAmpwYAAAKT2lDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjanVNnVFPpFj333vRCS4iAlEtvUhUIIFJCi4AUkSYqIQkQSoghodkVUcERRUUEG8igiAOOjoCMFVEsDIoK2AfkIaKOg6OIisr74Xuja9a89+bN/rXXPues852zzwfACAyWSDNRNYAMqUIeEeCDx8TG4eQuQIEKJHAAEAizZCFz/SMBAPh+PDwrIsAHvgABeNMLCADATZvAMByH/w/qQplcAYCEAcB0kThLCIAUAEB6jkKmAEBGAYCdmCZTAKAEAGDLY2LjAFAtAGAnf+bTAICd+Jl7AQBblCEVAaCRACATZYhEAGg7AKzPVopFAFgwABRmS8Q5ANgtADBJV2ZIALC3AMDOEAuyAAgMADBRiIUpAAR7AGDIIyN4AISZABRG8lc88SuuEOcqAAB4mbI8uSQ5RYFbCC1xB1dXLh4ozkkXKxQ2YQJhmkAuwnmZGTKBNA/g88wAAKCRFRHgg/P9eM4Ors7ONo62Dl8t6r8G/yJiYuP+5c+rcEAAAOF0ftH+LC+zGoA7BoBt/qIl7gRoXgugdfeLZrIPQLUAoOnaV/Nw+H48PEWhkLnZ2eXk5NhKxEJbYcpXff5nwl/AV/1s+X48/Pf14L7iJIEyXYFHBPjgwsz0TKUcz5IJhGLc5o9H/LcL//wd0yLESWK5WCoU41EScY5EmozzMqUiiUKSKcUl0v9k4t8s+wM+3zUAsGo+AXuRLahdYwP2SycQWHTA4vcAAPK7b8HUKAgDgGiD4c93/+8//UegJQCAZkmScQAAXkQkLlTKsz/HCAAARKCBKrBBG/TBGCzABhzBBdzBC/xgNoRCJMTCQhBCCmSAHHJgKayCQiiGzbAdKmAv1EAdNMBRaIaTcA4uwlW4Dj1wD/phCJ7BKLyBCQRByAgTYSHaiAFiilgjjggXmYX4IcFIBBKLJCDJiBRRIkuRNUgxUopUIFVIHfI9cgI5h1xGupE7yAAygvyGvEcxlIGyUT3UDLVDuag3GoRGogvQZHQxmo8WoJvQcrQaPYw2oefQq2gP2o8+Q8cwwOgYBzPEbDAuxsNCsTgsCZNjy7EirAyrxhqwVqwDu4n1Y8+xdwQSgUXACTYEd0IgYR5BSFhMWE7YSKggHCQ0EdoJNwkDhFHCJyKTqEu0JroR+cQYYjIxh1hILCPWEo8TLxB7iEPENyQSiUMyJ7mQAkmxpFTSEtJG0m5SI+ksqZs0SBojk8naZGuyBzmULCAryIXkneTD5DPkG+Qh8lsKnWJAcaT4U+IoUspqShnlEOU05QZlmDJBVaOaUt2ooVQRNY9aQq2htlKvUYeoEzR1mjnNgxZJS6WtopXTGmgXaPdpr+h0uhHdlR5Ol9BX0svpR+iX6AP0dwwNhhWDx4hnKBmbGAcYZxl3GK+YTKYZ04sZx1QwNzHrmOeZD5lvVVgqtip8FZHKCpVKlSaVGyovVKmqpqreqgtV81XLVI+pXlN9rkZVM1PjqQnUlqtVqp1Q61MbU2epO6iHqmeob1Q/pH5Z/YkGWcNMw09DpFGgsV/jvMYgC2MZs3gsIWsNq4Z1gTXEJrHN2Xx2KruY/R27iz2qqaE5QzNKM1ezUvOUZj8H45hx+Jx0TgnnKKeX836K3hTvKeIpG6Y0TLkxZVxrqpaXllirSKtRq0frvTau7aedpr1Fu1n7gQ5Bx0onXCdHZ4/OBZ3nU9lT3acKpxZNPTr1ri6qa6UbobtEd79up+6Ynr5egJ5Mb6feeb3n+hx9L/1U/W36p/VHDFgGswwkBtsMzhg8xTVxbzwdL8fb8VFDXcNAQ6VhlWGX4YSRudE8o9VGjUYPjGnGXOMk423GbcajJgYmISZLTepN7ppSTbmmKaY7TDtMx83MzaLN1pk1mz0x1zLnm+eb15vft2BaeFostqi2uGVJsuRaplnutrxuhVo5WaVYVVpds0atna0l1rutu6cRp7lOk06rntZnw7Dxtsm2qbcZsOXYBtuutm22fWFnYhdnt8Wuw+6TvZN9un2N/T0HDYfZDqsdWh1+c7RyFDpWOt6azpzuP33F9JbpL2dYzxDP2DPjthPLKcRpnVOb00dnF2e5c4PziIuJS4LLLpc+Lpsbxt3IveRKdPVxXeF60vWdm7Obwu2o26/uNu5p7ofcn8w0nymeWTNz0MPIQ+BR5dE/C5+VMGvfrH5PQ0+BZ7XnIy9jL5FXrdewt6V3qvdh7xc+9j5yn+M+4zw33jLeWV/MN8C3yLfLT8Nvnl+F30N/I/9k/3r/0QCngCUBZwOJgUGBWwL7+Hp8Ib+OPzrbZfay2e1BjKC5QRVBj4KtguXBrSFoyOyQrSH355jOkc5pDoVQfujW0Adh5mGLw34MJ4WHhVeGP45wiFga0TGXNXfR3ENz30T6RJZE3ptnMU85ry1KNSo+qi5qPNo3ujS6P8YuZlnM1VidWElsSxw5LiquNm5svt/87fOH4p3iC+N7F5gvyF1weaHOwvSFpxapLhIsOpZATIhOOJTwQRAqqBaMJfITdyWOCnnCHcJnIi/RNtGI2ENcKh5O8kgqTXqS7JG8NXkkxTOlLOW5hCepkLxMDUzdmzqeFpp2IG0yPTq9MYOSkZBxQqohTZO2Z+pn5mZ2y6xlhbL+xW6Lty8elQfJa7OQrAVZLQq2QqboVFoo1yoHsmdlV2a/zYnKOZarnivN7cyzytuQN5zvn//tEsIS4ZK2pYZLVy0dWOa9rGo5sjxxedsK4xUFK4ZWBqw8uIq2Km3VT6vtV5eufr0mek1rgV7ByoLBtQFr6wtVCuWFfevc1+1dT1gvWd+1YfqGnRs+FYmKrhTbF5cVf9go3HjlG4dvyr+Z3JS0qavEuWTPZtJm6ebeLZ5bDpaql+aXDm4N2dq0Dd9WtO319kXbL5fNKNu7g7ZDuaO/PLi8ZafJzs07P1SkVPRU+lQ27tLdtWHX+G7R7ht7vPY07NXbW7z3/T7JvttVAVVN1WbVZftJ+7P3P66Jqun4lvttXa1ObXHtxwPSA/0HIw6217nU1R3SPVRSj9Yr60cOxx++/p3vdy0NNg1VjZzG4iNwRHnk6fcJ3/ceDTradox7rOEH0x92HWcdL2pCmvKaRptTmvtbYlu6T8w+0dbq3nr8R9sfD5w0PFl5SvNUyWna6YLTk2fyz4ydlZ19fi753GDborZ752PO32oPb++6EHTh0kX/i+c7vDvOXPK4dPKy2+UTV7hXmq86X23qdOo8/pPTT8e7nLuarrlca7nuer21e2b36RueN87d9L158Rb/1tWeOT3dvfN6b/fF9/XfFt1+cif9zsu72Xcn7q28T7xf9EDtQdlD3YfVP1v+3Njv3H9qwHeg89HcR/cGhYPP/pH1jw9DBY+Zj8uGDYbrnjg+OTniP3L96fynQ89kzyaeF/6i/suuFxYvfvjV69fO0ZjRoZfyl5O/bXyl/erA6xmv28bCxh6+yXgzMV70VvvtwXfcdx3vo98PT+R8IH8o/2j5sfVT0Kf7kxmTk/8EA5jz/GMzLdsAAAAEZ0FNQQAAsY58+1GTAAAAIGNIUk0AAHolAACAgwAA+f8AAIDpAAB1MAAA6mAAADqYAAAXb5JfxUYAAABSSURBVHjahI7BCQAwCAOTzpThHMHh3Kl9CVos9XckFwQAuPtGuWTWwMwaczKzyHsqg6+5JqMJr28BABHRwmTWQFJjTmYWOU1L4tdck9GE17dnALGAS+kAR/u2AAAAAElFTkSuQmCC);
  background-position: 0 -7px;
}

.ms-sel-ctn .ms-sel-item .ms-close-btn:hover {
  background-position: 0 0;
}

.ms-stacked .ms-sel-item .ms-close-btn {
  margin-left: 0;
}

.ms-helper {
  color: #aaa;
  font-size: 10px;
  position: absolute;
  top: -17px;
  right: 0;
}

.ms-ctn.input-lg .ms-trigger .ms-trigger-ico {
  margin-top: 17px;
}

.ms-ctn.input-sm .ms-trigger .ms-trigger-ico {
  margin-top: 13px;
}

.ms-ctn.input-lg .ms-sel-ctn .ms-sel-item {
  padding-top: 2px;
  padding-bottom: 3px;
}

.ms-ctn.input-sm .ms-sel-ctn {
  line-height: 15px;
}

.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item {
  padding-top: 1px;
  padding-bottom: 1px;
  margin-top: 0;
  margin-bottom: 0;
}

.ms-ctn.input-sm .ms-sel-ctn .ms-sel-item .ms-close-btn {
  margin-top: 4px;
}

.ms-ctn .ms-sel-ctn {
  margin-left: -7px;
}

.ms-ctn .ms-trigger:hover {
  width: 24px;
  right: 1px;
  border-radius: 0 3px 3px 0;
}

/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(
    linear,
    right top,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    left,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to right,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(0, 0, 0, 0.5)),
    to(rgba(0, 0, 0, 0))
  );
  background-image: -webkit-linear-gradient(
    top,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
  background-image: linear-gradient(
    to bottom,
    rgba(0, 0, 0, 0.5),
    rgba(0, 0, 0, 0)
  );
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s top, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top;
  -webkit-transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal
  > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s left, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left;
  -webkit-transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s right, 0.2s -webkit-transform;
  -webkit-transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right;
  -webkit-transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white
  .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black
  .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

.aside__nearby-list {
  margin-top: 30px;
}

@media all and (max-width: 639px) {
  .aside__nearby-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

@media all and (min-width: 640px) and (max-width: 1279px) {
  .aside__nearby-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 30px -15px 0;
  }
}

.aside__nearby-item {
  margin-bottom: 40px;
}

@media all and (max-width: 767px) {
  .aside__nearby-item:last-child {
    margin-bottom: 0;
  }
}

@media all and (min-width: 768px) {
  .aside__nearby-item {
    margin-bottom: 60px;
  }
}

@media all and (min-width: 640px) and (max-width: 899px) {
  .aside__nearby-item {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media all and (min-width: 900px) and (max-width: 1279px) {
  .aside__nearby-item {
    width: calc(33% - 30px);
    margin-left: 15px;
    margin-right: 15px;
  }
}

.aside__save {
  position: relative;
  margin: 90px 0 50px;
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .aside__save {
    margin: 100px 0 80px;
  }
}

@media all and (min-width: 1400px) {
  .aside__save {
    margin: 150px 0 130px;
  }
}

.aside__save-thumb {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}

@media all and (min-width: 375px) {
  .aside__save-thumb {
    left: 55px;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media all and (min-width: 480px) {
  .aside__save-thumb {
    left: 80px;
  }
}

.aside__save-content {
  overflow: hidden;
  margin-top: 30px;
}



@media all and (max-width: 359px) {
  .aside__save-btn {
    padding: 0 15px 0 77px;
  }
}

@media all and (min-width: 1024px) {
  .aside__save-btn:hover:before {
    width: 101%;
  }
  .aside__save-btn:hover > span:before {
    left: 102%;
    -webkit-transform: translateY(-100%) skewX(35deg);
    transform: translateY(-100%) skewX(35deg);
  }
  .aside__save-btn:hover > span:after {
    left: 102%;
    -webkit-transform: translateY(0%) skewX(-35deg);
    transform: translateY(0%) skewX(-35deg);
  }
}



.aside__save-btn > span {
  display: block;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
}

@media all and (min-width: 480px) {
  .aside__save-btn > span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}



.aside__save-btn > span:before {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.aside__save-btn > span:after {
  -webkit-transform: translateY(0%);
  transform: translateY(0%);
}





.aside__save-btn > span span:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.aside__save-btn > span span:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.aside__error {
  margin-top: 5px;
}

@media all and (min-width: 1024px) {
  .aside__error {
    margin: 5px 0 80px;
  }
}

.aside__error-text {
  position: relative;
  margin-left: 20px;
  padding-top: 30px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) {
  .aside__error-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media all and (min-width: 1280px) {
  .aside__error-text {
    margin-left: 0;
  }
}

.aside__error-text:before {
  content: "";
  position: absolute;
  left: -10px;
  top: 0;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -77px -207px;
  width: 20px;
  height: 20px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}



@media all and (min-width: 1024px) {
  .aside__error-btn:hover {
    border-color: #f89c9f;
    color: #f89c9f;
  }
}

.aside__banner {
  display: inline-block;
  margin: 40px 0;
}

@media all and (min-width: 1024px) {
  .aside__banner {
    margin: 73px 0;
  }
}

@media all and (min-width: 1900px) {
  .aside__banner_lg {
    margin-right: -40px;
  }
}

.aside__place {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 12px;
}

@media all and (min-width: 640px) and (max-width: 1279px) {
  .aside__place {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media all and (min-width: 1280px) {
  .aside__place {
    margin-bottom: 125px;
  }
}

.aside__place .single-place {
  margin-bottom: 45px;
  margin-top: 20px;
}

@media all and (min-width: 480px) {
  .aside__place .single-place {
    margin-left: 40px;
    margin-top: 0;
  }
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .aside__place .single-place {
    width: calc(49.5% - 40px);
  }
}

@media all and (max-width: 1023px) {
  .aside__place .single-place:last-child {
    margin-bottom: 20px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .aside__place .single-place {
    width: calc(33% - 40px);
  }
}

@media all and (min-width: 1280px) {
  .aside__place .single-place {
    margin-left: 0;
  }
}

.aside__place .single-place__link {
  max-width: none;
  min-height: 310px;
}

@media all and (min-width: 1024px) {
  .aside__place .single-place__title {
    padding: 20px 40px 5px 33px;
    min-height: auto;
    font-weight: 700;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.16667;
  }
  .aside__place .single-place__title:after {
    bottom: 4px;
  }
}

.aside__place .single-place__text {
  padding-left: 60px;
}

.aside__place .single-place__text:before {
  left: 25px;
}

@media all and (min-width: 1024px) {
  .aside__place .single-place__footer {
    padding: 0 20px 15px 30px;
  }
}



.aside__quotes-item:last-child {
  margin-bottom: 40px;
}

@media all and (min-width: 480px) {
  .aside__quotes-item {
    padding: 45px 40px 15px 0;
  }
}

@media all and (min-width: 768px) and (max-width: 1279px) {
  .aside__quotes-item {
    margin: 75px 0 97px 40px;
  }
}

@media all and (min-width: 1280px) {
  .aside__quotes-item {
    margin: 75px 0 97px 0;
  }
}

.aside__quotes-author {
  position: absolute;
  left: -55px;
  top: -50px;
  padding-right: 30px;
  padding-bottom: 30px;
  background-color: #fff;
}

@media all and (max-width: 359px) {
  .aside__quotes-author {
    left: -76px;
  }
}

.aside__quotes-text {
  position: relative;
  margin-left: -55px;
  padding: 15px 0 20px 40px;
  font-weight: 700;
  background-color: #fff;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.75;
}

@media all and (min-width: 768px) {
  .aside__quotes-text {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}



.aside__quotes-text:after {
  content: "";
  position: absolute;
  left: 6px;
  top: 5px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -260px -155px;
  width: 20px;
  height: 22px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.aside__quotes-meta {
  position: relative;
  z-index: 1;
  margin-top: -2px;
  padding-left: 15px;
  font-weight: 500;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #c4b8b2;
}

@media all and (min-width: 480px) {
  .aside__quotes-meta {
    padding-left: 40px;
  }
}

.aside__visit {
  margin-bottom: 40px;
}

@media all and (min-width: 1024px) {
  .aside__visit {
    margin-bottom: 105px;
  }
}

.aside__visit-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

@media all and (min-width: 768px) and (max-width: 1279px) {
  .aside__visit-list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media all and (min-width: 1024px) {
  .aside__visit-list {
    margin-bottom: 60px;
  }
}

.aside__visit-item {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-bottom: 38px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

@media all and (min-width: 1024px) {
  .aside__visit-item:hover {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
  .aside__visit-item:hover .aside__visit-thumb:before {
    background-color: rgba(0, 0, 0, 0.4);
  }
  .aside__visit-item:hover .aside__visit-content {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  .aside__visit-item:hover .aside__visit-label {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
}

@media all and (min-width: 768px) and (max-width: 1279px) {
  .aside__visit-item {
    width: 48%;
  }
}

@media all and (min-width: 1280px) {
  .aside__visit-item {
    max-width: 440px;
  }
}

.aside__visit-thumb {
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 120px;
  width: 120px;
}

.aside__visit-thumb:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  -webkit-transition: background-color 0.5s;
  transition: background-color 0.5s;
  pointer-events: none;
}

.aside__visit-label {
  position: absolute;
  z-index: 1;
  left: 120px;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-width: 177px;
  height: 75px;
  -webkit-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  padding-left: 35px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  pointer-events: none;
}



.aside__visit-label:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.aside__visit-label:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}



.aside__visit-label span:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.aside__visit-label span:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.aside__visit-content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 20px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  background-color: #faf8f6;
  -webkit-transform-origin: 0 50%;
  transform-origin: 0 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}

.aside__visit-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  font-weight: 700;
  color: #36172a;
}

.aside__visit-rating span {
  margin-right: 5px;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.75;
}

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

.aside__visit-text span {
  display: inline-block;
  color: #c4b8b2;
}

.editing__form {
  padding: 20px 0 70px 20px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__form {
    padding: 20px 0 70px 40px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1899px) {
  .editing__form {
    padding: 70px 0 70px 70px;
  }
}

@media all and (min-width: 1900px) {
  .editing__form {
    padding: 70px 0 70px 50px;
  }
}

.editing__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.editing__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
  .editing__list {
    max-width: 830px;
  }
}

@media all and (min-width: 1400px) and (max-width: 1699px) {
  .editing__list {
    max-width: 940px;
  }
}

@media all and (min-width: 1700px) {
  .editing__list {
    max-width: 1200px;
    padding-right: 100px;
  }
}

.editing__list-title {
  margin: 10px 0;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.58333;
}

@media all and (min-width: 640px) {
  .editing__list-title {
    margin: 0;
    padding-left: 40px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.editing__list-caption {
  margin-top: 25px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 0.91667;
}

@media all and (min-width: 640px) {
  .editing__list-caption {
    padding-left: 40px;
  }
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__list-caption {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 0.89286;
  }
}

@media all and (min-width: 1024px) and (max-width: 1699px) {
  .editing__list-caption {
    font-size: 33px;
    font-size: 2.0625rem;
    line-height: 0.90909;
  }
}

@media all and (min-width: 1700px) {
  .editing__list-caption {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.95;
  }
}

.editing__info {
  position: relative;
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__info {
    margin-bottom: 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media all and (min-width: 1024px) {
  .editing__info {
    margin-bottom: 25px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
  }
}



@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__info:before {
    left: -40px;
    top: 10px;
    font-size: 60px;
    font-size: 3.75rem;
    line-height: 0.66667;
  }
}

@media all and (min-width: 1024px) {
  .editing__info:before {
    left: -50px;
    top: 0;
    font-size: 86px;
    font-size: 5.375rem;
    line-height: 0.5814;
  }
}

.editing__field {
  position: relative;
  margin: 15px 0;
}

@media all and (min-width: 640px) {
  .editing__field {
    margin: 25px 0;
  }
}

@media all and (min-width: 1024px) {
  .editing__field {
    margin: 35px 0;
  }
}

.editing__field:before {
  content: attr(data-num);
  position: absolute;
  left: -25px;
  top: 10px;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 0.5;
  color: #f1f1f1;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__field:before {
    left: -45px;
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 0.69091;
  }
}

@media all and (min-width: 1024px) {
  .editing__field:before {
    left: -60px;
    font-size: 55px;
    font-size: 3.4375rem;
    line-height: 0.69091;
  }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .editing__field:before {
    font-size: 65px;
    font-size: 4.0625rem;
    line-height: 0.58462;
  }
}

@media all and (min-width: 1400px) {
  .editing__field:before {
    font-size: 90px;
    font-size: 5.625rem;
    line-height: 0.42222;
  }
}

.editing__field-box {
  padding: 10px 20px;
  background-color: #f5f5f5;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .editing__field-box {
    padding: 15px 25px;
  }
}

@media all and (min-width: 1024px) {
  .editing__field-box {
    padding: 15px 40px;
  }
}

.editing__field-info {
  position: relative;
  width: 100%;
  margin-top: 20px;
  padding-top: 55px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
  color: #676767;
}

@media all and (min-width: 640px) and (max-width: 1279px) {
  .editing__field-info {
    margin-top: 40px;
  }
}

@media all and (min-width: 1280px) {
  .editing__field-info {
    position: absolute;
    left: 100%;
    top: 0;
    max-width: 340px;
    margin-top: 0;
    padding-left: 40px;
  }
}

.editing__field-info:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -64px;
  width: 16px;
  height: 37px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

@media all and (min-width: 1280px) {
  .editing__field-info:before {
    left: 40px;
  }
}

.editing__field_title p {
  padding: 8px 0;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .editing__field_title p {
    padding: 5px 0 10px;
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .editing__field_title p {
    padding: 10px 0 15px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media all and (min-width: 1400px) {
  .editing__field_title p {
    padding: 15px 0 20px;
    font-size: 57px;
    font-size: 3.5625rem;
    line-height: 0.92982;
  }
}



.editing__field_preview textarea {
  display: block;
  width: 100%;
  min-height: 150px;
  border: none;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
  background-color: transparent;
  resize: none;
}

@media all and (min-width: 640px) and (max-width: 1399px) {
  .editing__field_preview textarea {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.53846;
  }
}

@media all and (min-width: 1400px) {
  .editing__field_preview textarea {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

.editing__field_preview textarea::-webkit-input-placeholder {
  color: #000;
}

.editing__field_preview textarea::-moz-placeholder {
  color: #000;
}

.editing__field_preview textarea:-ms-input-placeholder {
  color: #000;
}

.editing__field_preview textarea::-ms-input-placeholder {
  color: #000;
}

.editing__field_preview textarea::placeholder {
  color: #000;
}

.editing__field_editor .editing__field-box {
  padding-top: 20px;
}

@media all and (min-width: 640px) {
  .editing__field_editor .editing__field-box {
    padding-top: 50px;
  }
}

.editing__field_editor h2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.09091;
}

@media all and (min-width: 640px) {
  .editing__field_editor h2 {
    margin-bottom: 30px;
  }
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__field_editor h2 {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 0.93333;
  }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .editing__field_editor h2 {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0.94444;
  }
}

@media all and (min-width: 1400px) {
  .editing__field_editor h2 {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.95;
  }
}



@media all and (max-width: 639px) {
  .editing__field_editor h2:before {
    display: none;
  }
}

@media all and (min-width: 1400px) {
  .editing__field_editor h2:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.editing__field_editor h2 span {
  position: relative;
  display: inline-block;
  padding-right: 40px;
  background-color: #f5f5f5;
}

.editing__field_editor h2 button {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: block;
  width: 30px;
  height: 30px;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: #f5f5f5;
}

@media all and (min-width: 1024px) {
  .editing__field_editor h2 button:hover:before {
    opacity: 0.75;
  }
}

@media all and (min-width: 640px) and (max-width: 1399px) {
  .editing__field_editor h2 button {
    width: 40px;
    height: 40px;
  }
}

@media all and (min-width: 1400px) {
  .editing__field_editor h2 button {
    width: 45px;
    height: 45px;
  }
}

.editing__field_editor h2 button:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) scale(0.5);
  transform: translateY(-50%) scale(0.5);
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -77px -232px;
  width: 30px;
  height: 30px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 640px) and (max-width: 1399px) {
  .editing__field_editor h2 button:before {
    -webkit-transform: translateY(-50%) scale(0.8);
    transform: translateY(-50%) scale(0.8);
  }
}

@media all and (min-width: 1400px) {
  .editing__field_editor h2 button:before {
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.editing__field_editor textarea {
  overflow: hidden;
  display: block;
  width: 100%;
  margin-bottom: 25px;
  border: none;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.44444;
  background-color: transparent;
  resize: none;
}

@media all and (min-width: 640px) {
  .editing__field_editor textarea {
    margin-bottom: 40px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.63636;
  }
}

@media all and (min-width: 1400px) {
  .editing__field_editor textarea {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.editing__field_video input {
  display: block;
  width: 100%;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.5;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__field_video input {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.41667;
  }
}

@media all and (min-width: 1024px) {
  .editing__field_video input {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35714;
  }
}

.editing__field_video input::-webkit-input-placeholder {
  color: #adadad;
}

.editing__field_video input::-moz-placeholder {
  color: #adadad;
}

.editing__field_video input:-ms-input-placeholder {
  color: #adadad;
}

.editing__field_video input::-ms-input-placeholder {
  color: #adadad;
}

.editing__field_video input::placeholder {
  color: #adadad;
}

.editing__field_map .map {
  max-width: none;
  margin: 0;
}

.editing__field_region:before {
  top: 0;
}

.editing__field_region .editing__list-caption {
  margin-top: 0;
}

.editing__field_region .editing__field-row {
  margin-top: 30px;
}

@media all and (min-width: 1024px) {
  .editing__field_region .editing__field-row {
    margin-top: 60px;
  }
}

.editing__field_city:before {
  top: 0;
}

.editing__field_city .editing__field-row {
  margin-top: 0;
}

.editing__field_city .editing__list-caption {
  margin: 0 0 30px 0;
  padding-left: 0;
}

@media all and (min-width: 1024px) {
  .editing__field_city .editing__list-caption {
    margin: 0 0 40px 0;
  }
}

.editing__field-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
}

@media all and (min-width: 1024px) {
  .editing__field-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-top: 45px;
    padding-left: 50px;
  }
}

.editing__field-row > * {
  width: 100%;
  margin-bottom: 25px;
}

@media all and (min-width: 1024px) {
  .editing__field-row > * {
    margin-bottom: 0;
  }
  .editing__field-row > *:first-child {
    width: 40%;
  }
  .editing__field-row > *:last-child {
    width: 55%;
  }
}

.editing__field-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.editing__field-btn-item {
  position: relative;
  margin-bottom: 30px;
  text-align: left;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #adadad;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 640px) and (max-width: 1399px) {
  .editing__field-btn-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
  }
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing__field-btn-item {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .editing__field-btn-item {
    font-size: 32px;
    font-size: 2rem;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) {
  .editing__field-btn-item:hover {
    opacity: 0.75;
  }
}

@media all and (min-width: 1400px) {
  .editing__field-btn-item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 45px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1;
  }
}

@media all and (min-width: 640px) {
  .editing__field-btn-item:after {
    content: "";
    position: relative;
    display: block;
    margin-left: 15px;
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -39px -232px;
    width: 34px;
    height: 34px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media all and (min-width: 640px) and (min-width: 1400px) {
  .editing__field-btn-item:after {
    -webkit-transform: none;
    transform: none;
  }
}

.editing__field-btn-item span {
  display: inline;
  border-bottom: 2px dotted #adadad;
}



.editing .search-block__item:after {
  -webkit-transform: translateY(-50%) rotateX(0);
  transform: translateY(-50%) rotateX(0);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -202px -184px;
  width: 17px;
  height: 11px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.editing .search-block__input {
  margin: 0;
  width: 100%;
  color: #000;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing .search-block__input {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) {
  .editing .search-block__input {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.editing .search-block__input::-webkit-input-placeholder {
  color: #000;
}

.editing .search-block__input::-moz-placeholder {
  color: #000;
}

.editing .search-block__input:-ms-input-placeholder {
  color: #000;
}

.editing .search-block__input::-ms-input-placeholder {
  color: #000;
}

.editing .search-block__input::placeholder {
  color: #000;
}

.editing .share {
  margin: 30px 0 0 0;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing .share {
    margin: 45px 0 30px 60px;
  }
}

@media all and (min-width: 1024px) {
  .editing .share {
    margin: 70px 0 100px 60px;
  }
}

@media all and (max-width: 639px) {
  .editing .share__link {
    width: 100%;
    padding: 25px 55px 25px 45px;
  }
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .editing .share__link {
    padding: 30px 82px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) {
  .editing .share__link {
    min-width: 480px;
  }
}

.editing .share__link:before,
.editing .share__link:after {
  width: 89%;
}

@media all and (min-width: 640px) {
  .editing .share__link:before,
  .editing .share__link:after {
    width: 92%;
  }
}

.single-image {
  position: relative;
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .single-image {
    margin-bottom: 40px;
  }
}

.single-image__input {
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  visibility: hidden;
  z-index: -5;
}

.single-image__label {
  position: relative;
  display: block;
  pointer-events: none;
}

.single-image__label:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  pointer-events: none;
}

.single-image__remove {
  /* position: absolute;
  left: 50%;
  top: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-transform: translate(-125%, -50%) scale(0.5);
  transform: translate(-125%, -50%) scale(0.5); */

  background-color: #fff;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.single-image__remove:before {
  content: "";
  background-image: url(../img/png-sprite/96dpi/remove.png);
  background-position: center;

  background-size: contain;
  background-repeat: no-repeat;
}



.single-image__reload:before {
  content: "";
  background-image: url(../img/png-sprite/96dpi/refresh.png);
  background-position: center;

  background-size: contain;
  background-repeat: no-repeat;
}

.single-image__gorizontal {
  /* position: absolute;
  left: 50%;
  top: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-transform: translate(-35%, -50%) scale(0.5);
  transform: translate(-35%, -50%) scale(0.5); */

  background-color: #000000;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.single-image__gorizontal:before {
  content: "";
  background-image: url(../img/png-sprite/96dpi/gorizontal.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}

.single-image__vertical {
  /* position: absolute;
  left: 50%;
  top: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-transform: translate(-35%, -50%) scale(0.5);
  transform: translate(-35%, -50%) scale(0.5); */

  background-color: #000000;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.single-image__vertical:before {
  content: "";
  background-image: url(../img/png-sprite/96dpi/vertical.png);
  background-position: center;

  background-size: contain;
  background-repeat: no-repeat;
}

/* add */

.single-image__primary {
  /* position: absolute;
  left: 50%;
  top: 50%; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /* -webkit-transform: translate(55%, -50%) scale(0.5);
  transform: translate(55%, -50%) scale(0.5); */

  background-color: #fff;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.single-image__primary:before {
  content: "";
  background-image: url(../img/png-sprite/96dpi/favorite.png);
  background-position: center;

  background-size: contain;
  background-repeat: no-repeat;
}

/* end add */
.single-image__control > span {
  width: 80px;
  height: 80px;
}
.single-image__control > span:hover {
  opacity: 0.8;
}
.single-image__control > span:before {
  width: 35px;
  height: 35px;
}
.single-image__control {
  position: absolute;
  /* left: 50%; */
  top: calc(50% - 40px);
  display: grid;
  grid-template-columns: auto auto auto auto auto;
  grid-gap: 20px;
}
@media (max-width: 640px) {
  .single-image__control > span {
    width: 40px;
    height: 40px;
  }
  .single-image__control > span:before {
    width: 17px;
    height: 17px;
  }
  .single-image__control {
    position: absolute;
    /* left: 50%; */
    top: calc(50% - 20px);
    display: grid;
    grid-template-columns: auto auto auto auto auto;
    grid-gap: 10px;
  }
}

.single-image__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.drag input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: red;
  opacity: 0;
}

@media all and (min-width: 1024px) {
  .drag input:hover + .drag__field-title,
  .drag input:focus + .drag__field-title {
    opacity: 0.75;
  }
}

.drag__field {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 180px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__field {
    min-height: 240px;
  }
}

@media all and (min-width: 1024px) {
  .drag__field {
    min-height: 310px;
  }
}

.drag__field-icon {
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -155px 0px;
  width: 126px;
  height: 110px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__field-icon {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media all and (min-width: 1024px) {
  .drag__field-icon {
    -webkit-transform: none;
    transform: none;
  }
}

.drag__field-title {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: -5px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  color: #adadad;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__field-title {
    margin-top: 10px;
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.30769;
  }
}

@media all and (min-width: 1024px) {
  .drag__field-title {
    margin-top: 20px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35714;
  }
}

.drag__field-title:after {
  content: "";
  display: inline-block;
  margin-left: 10px;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -39px -232px;
  width: 34px;
  height: 34px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__field-title:after {
    margin-left: 25px;
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
}

@media all and (min-width: 1024px) {
  .drag__field-title:after {
    margin-left: 40px;
    -webkit-transform: none;
    transform: none;
  }
}

.drag__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -10px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__list {
    margin: 0 -15px;
  }
}

@media all and (min-width: 1024px) {
  .drag__list {
    margin: 0 -25px;
  }
}

.drag__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: calc(33.33% - 20px);
  height: 120px;
  margin: 0 10px 20px 10px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__item {
    height: 145px;
    width: calc(33.33% - 30px);
    margin: 0 15px 30px 15px;
  }
}

@media all and (min-width: 1024px) {
  .drag__item {
    width: calc(25% - 50px);
    margin: 0 25px 50px 25px;
  }
  .drag__item:hover:before {
    opacity: 1;
  }
  .drag__item:hover .drag__delete {
    opacity: 1;
  }
  .drag__item:hover .drag__primary {
    /* add3 */
    opacity: 1;
  }
}

.drag__item:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(239, 37, 45, 0.25);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 1024px) {
  .drag__item:before {
    background-color: rgba(0, 0, 0, 0.5);
    opacity: 0;
  }
}

.drag__item img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.drag__delete {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%) scale(0.5);
  transform: translate(-100%, -50%) scale(0.5);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -155px;
  width: 73px;
  height: 73px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__delete {
    -webkit-transform: translate(-100%, -50%) scale(0.7);
    transform: translate(-100%, -50%) scale(0.7);
  }
}

@media all and (min-width: 1024px) {
  .drag__delete {
    -webkit-transform: translate(-100%, -50%);
    transform: translate(-100%, -50%);
    opacity: 0;
  }
  .drag__delete:hover {
    opacity: 0.75;
  }
}

/* add2 */

.drag__primary {
  position: absolute;
  z-index: 1;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%) scale(0.5);
  transform: translate(50%, -50%) scale(0.5);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -146px -232px;
  width: 35px;
  height: 35px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .drag__primary {
    -webkit-transform: translate(50%, -50%) scale(0.7);
    transform: translate(50%, -50%) scale(0.7);
  }
}

@media all and (min-width: 1024px) {
  .drag__primary {
    -webkit-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
    opacity: 0;
  }
  .drag__primary:hover {
    opacity: 0.75;
  }
}

/* end add2 */

.footer {
  padding: 40px 0;
  color: #fff;
  background-color: #000;
}

@media all and (min-width: 640px) and (max-width: 1399px) {
  .footer {
    padding: 60px 0;
  }
}

@media all and (min-width: 1400px) {
  .footer {
    padding: 95px 0 80px;
  }
}

.footer__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media all and (min-width: 1400px) {
  .footer__inner {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.footer__logo {
  -webkit-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin-bottom: 30px;
  text-align: center;
}

@media all and (min-width: 640px) and (max-width: 1399px) {
  .footer__logo {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 1400px) {
  .footer__logo {
    width: auto;
    text-align: left;
    margin: -7px 56px 20px 0;
  }
}

.footer__text {
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  max-width: 350px;
  margin: 0 auto 20px;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
}

@media all and (min-width: 640px) and (max-width: 1399px) {
  .footer__text {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: auto;
    margin: 0 15px 20px 0;
    text-align: left;
  }
}

@media all and (min-width: 1400px) {
  .footer__text {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: auto;
    margin: 0 55px 20px 0;
    text-align: left;
  }
}

.footer__description {
  margin-top: 13px;
  font-weight: 300;
  color: #999999;
}

@media all and (min-width: 640px) {
  .footer__description {
    padding-left: 20px;
  }
}

.footer__menu {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
}

@media all and (min-width: 640px) {
  .footer__menu {
    margin-bottom: 40px;
  }
}

@media all and (min-width: 1400px) {
  .footer__menu {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: auto;
    margin-right: 40px;
    margin-bottom: 20px;
  }
}

.footer__menu-item {
  display: block;
  margin: 0 10px 15px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 600px) {
  .footer__menu-item {
    margin: 0 15px 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}



.footer__contacts {
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 20px;
  font-weight: 300;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  color: #999999;
}

@media all and (min-width: 640px) {
  .footer__contacts {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: auto;
    margin-left: auto;
  }
}

@media all and (min-width: 1900px) {
  .footer__contacts {
    margin-right: 24px;
  }
}

.footer__contacts a {
  margin: 0 20px 20px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}



.filter {
  max-width: 2500px;
  margin: 0 auto;
  padding: 0 15px;
}

.filter__banner {
  position: relative;
  min-height: 220px;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 600px) {
  .filter__banner {
    min-height: 435px;
  }
}

@media all and (min-width: 1024px) {
  .filter__banner:hover {
    opacity: 0.75;
  }
}

.filter__banner-thumb {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.filter__hashtag {
  margin-top: 50px;
}

@media all and (max-width: 1099px) {
  .filter__hashtag {
    display: none;
  }
}

.filter__hashtag-list {
  margin: 0 -10px;
  padding: 0 80px;
}

@media all and (min-width: 768px) {
  .filter__hashtag-list {
    margin: 0 -15px;
  }
}

.filter__hashtag-row {
  display: inline-block;
}

@media all and (min-width: 1400px) {
  .filter__hashtag-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
  }
  .filter__hashtag-row .filter__hashtag-link {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.42857;
    opacity: 0.25;
  }
  .filter__hashtag-row:nth-child(2) .filter__hashtag-link {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
    opacity: 0.5;
  }
  .filter__hashtag-row:nth-child(1) .filter__hashtag-link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
    opacity: 1;
  }
}

.filter__hashtag-link {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  display: inline-block;
  margin: 0 10px 15px 20px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
  -webkit-transition: color 0.35s, border-color 0.35s, opacity 0.35s;
  transition: color 0.35s, border-color 0.35s, opacity 0.35s;
}




.filter__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 40px;
}

.filter__content-top {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
  margin-bottom: 40px;
}

@media all and (min-width: 480px) and (max-width: 1399px) {
  .filter__content-top {
    grid-gap: 20px;
  }
}

@media all and (min-width: 1400px) {
  .filter__content-top {
    grid-gap: 40px;
  }
}

@media all and (min-width: 1280px) {
  .filter__content-top {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 74.372%;
  }
}

@media all and (max-width: 1199px) {
  .filter__content-top .single-place {
    grid-column: 2 span / 2 span;
  }
}

@media all and (min-width: 1200px) {
  .filter__content-top .single-place:nth-child(6n + 3) {
    grid-column: 2 span / 2 span;
  }
  .filter__content-top .single-place:nth-child(6n + 3) .single-place__text {
    margin: auto 40px;
    padding: 30px 40px 20px 35px;
  }
  .filter__content-top .single-place:nth-child(6n + 4) {
    grid-column: 2 span / 2 span;
  }
  .filter__content-top .single-place:nth-child(6n + 4) .single-place__text {
    margin: auto 40px;
    padding: 30px 40px 20px 35px;
  }
}

.filter__content-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
  width: 100%;
}

@media all and (min-width: 480px) and (max-width: 1399px) {
  .filter__content-bottom {
    grid-gap: 20px;
  }
}

/*@media all and (min-width: 1400px) {
  .filter__content-bottom {
    grid-gap: 40px;
  }

}*/

@media all and (min-width: 1200px) {
  .filter__content-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media all and (min-width: 1280px) {
  .filter__content-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media all and (min-width: 1280px) {
  .filter__content .filter__content-bottom {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 93.49%;
  }
}

@media all and (max-width: 1279px) {
  .filter__content-bottom > * {
    grid-column: 2 span / 2 span;
  }
}

@media all and (min-width: 1280px) {
  .filter__content-bottom > *:nth-child(8n + 4) {
    grid-column: 2 span / 2 span;
  }
  .filter__content-bottom > *:nth-child(8n + 5) {
    grid-column: 2 span / 2 span;
  }
}

@media all and (min-width: 1280px) and (max-width: 1699px) {
  .filter__content-bottom > *:nth-child(11) {
    grid-column: 2 span / 2 span;
  }
}

.filter__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

@media all and (min-width: 1900px) {
  .filter__aside {
    margin-top: 48px;
  }
}

@media all and (min-width: 1280px) {
  .filter__content .filter__aside {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 25.628%;
    padding-left: 40px;
    margin-bottom: 40px;
  }
}

.filter .single-place__link {
  max-width: none;
  height: 100%;
}

@media all and (min-width: 1280px) {
  .filter .aside__header {
    margin-top: 0;
  }
}

.filter .aside__visit {
  margin-bottom: 0;
}

.filter .aside__visit-list {
  margin-bottom: 0;
}

.filter .aside__visit-item:last-child {
  margin-bottom: 0;
}

.filter .place__more {
  width: 100%;
  margin-top: 60px;
}

@media all and (min-width: 1280px) {
  .filter .place__more {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
}

@media all and (min-width: 1280px) {
  .filter .box-small {
    grid-column: 1 span / 1 span !important;
  }
  .filter .box-small .single-place__text {
    padding: 30px 0 20px 35px;
  }
}

@media all and (min-width: 768px) {
  .filter .box-big {
    grid-column: 2 span / 2 span !important;
  }
  .filter .box-big .single-place__text {
    margin: auto 40px;
    padding: 30px 40px 20px 35px;
  }
}

.become-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  min-height: 435px;
}

@media all and (max-width: 639px) {
  .become-author {
    grid-column: 4 span / 4 span;
  }
}

.become-author__thumb {
  margin-bottom: 10px;
}

.become-author__title {
  font-weight: 700;
  font-size: 28px;
  font-size: 1.75rem;
  line-height: 1;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .become-author__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0.88889;
  }
}

@media all and (min-width: 1024px) {
  .become-author__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.8;
  }
}

.become-author__text {
  margin-top: 5px;
  margin-bottom: 30px;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media all and (min-width: 768px) {
  .become-author__text {
    margin-bottom: 40px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

@media all and (max-width: 1023px) {
  .become-author__btn {
    padding: 25px 40px;
    font-size: 23px;
    font-size: 1.4375rem;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) and (max-width: 1279px) {
  .become-author__btn {
    padding: 29px 55px;
  }
}

@media all and (min-width: 1280px) {
  .become-author__btn {
    padding: 29px 90px;
  }
}

.header {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 0;
  width: 100%;
  padding: 30px 0;
}

@media all and (min-width: 1024px) {
  .header {
    overflow: hidden;
  }
}

.header .search {
  width: calc(100% - 30px);
  color: #000;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .header .search {
    max-width: 660px;
  }
}

@media all and (min-width: 1024px) {
  .header .search {
    max-width: 305px;
  }
}

.header .search:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #e1e1e1;
}

@media all and (min-width: 480px) {
  .header .search:after {
    bottom: -10px;
  }
}

.header .search__inner {
  margin-bottom: 0;
  background-color: transparent;
}

@media all and (min-width: 768px) {
  .header .search__placeholder {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.header .search__placeholder-text {
  left: 0;
}

@media all and (min-width: 768px) {
  .header .search__placeholder-text {
    top: 10px;
  }
}

.header .search__input-item {
  padding-left: 0;
  color: #000;
}

@media all and (min-width: 768px) {
  .header .search__input-item {
    padding: 10px 10px 10px 0;
  }
}

@media all and (min-width: 768px) {
  .header .search__btn {
    width: 30px;
  }
  .header .search__btn:before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -214px -232px;
    width: 29px;
    height: 29px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
  }
  .header .search__btn:after {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -247px -232px;
    width: 29px;
    height: 29px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
    opacity: 0;
  }
}

.header_page {
  position: relative;
  margin-bottom: 82px;
  padding: 0;
}

@media all and (min-width: 360px) {
  .header_page {
    margin-bottom: 87px;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .header_page {
    margin-bottom: 107px;
  }
}

@media all and (min-width: 1024px) {
  .header_page {
    margin-bottom: 0;
  }
}


@media all and (max-width: 767px) {
  .header_page .menu-btn span {
    background-color: #000;
  }
  .header_page .menu-btn span:before,
  .header_page .menu-btn span:after {
    background-color: #000;
  }
}

.header_page .header__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.header_page .header__logo {
  min-width: 120px;
  margin: 19px 0 20px;
}

@media all and (min-width: 768px) {
  .header_page .header__logo {
    min-width: 150px;
  }
}
.favorite_gallery_intro {
  width: 100%;
}
.editing .registration__aside {
  margin-top: 0;
}
@media all and (min-width: 1024px) {
  .header_page .header__logo {
    margin: 25px 0 25px;
  }
}

.header_page .header__navigation {
  -ms-flex-item-align: stretch;
  align-self: stretch;
}

.header_page .header__menu {
  -ms-flex-item-align: stretch;
  align-self: stretch;
  margin-right: 40px;
}

@media all and (min-width: 1750px) {
  .header_page .header__menu {
    margin-right: 108px;
  }
}

.header_page .header__menu-item {
  color: #000;
}

.header_page .header__btn {
  overflow: visible;
  height: 100%;
  padding-right: 5px;
  padding-left: 56px;
  color: #fff;
}

@media all and (min-width: 1400px) and (max-width: 1899px) {
  .header_page .header__btn {
    padding-right: 90px;
    padding-left: 90px;
  }
}

@media all and (min-width: 1900px) {
  .header_page .header__btn {
    padding-right: 110px;
    padding-left: 115px;
  }
}

.header_page .header__btn:before,
.header_page .header__btn:after {
  left: -9px;
  height: 50%;
}

@media all and (min-width: 1024px) {
  .header_page .header__btn:before,
  .header_page .header__btn:after {
    height: 51%;
  }
}

.header_page .header__btn:before {
  height: 51%;
}

.header_page .header__btn > span span {
  color: #fff;
}





.header__box {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-item-align: stretch;
  align-self: stretch;
}



@media all and (min-width: 768px) and (min-width: 1024px) {
  .header__box:after {
    width: 50vw;
  }
}

.header__search {
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .header__search {
    margin-top: 10px;
  }
}

@media all and (min-width: 1024px) {
  .header__search {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    transform: none;
    margin-left: 50px;
  }
}

@media all and (min-width: 1400px) {
  .header__search {
    margin-left: 100px;
  }
}

.header__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.header__logo {
  max-width: 21vw;
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
  .header__logo {
    max-width: 17vw;
  }
}

@media all and (min-width: 1400px) and (max-width: 1599px) {
  .header__logo {
    max-width: 21vw;
  }
}

@media all and (min-width: 1600px) {
  .header__logo {
    margin-top: 20px;
  }
}

@media all and (min-width: 1700px) {
  .header__logo {
    margin: 20px 0 0 0px;
  }
}

.header__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: auto;
}

@media all and (min-width: 1900px) {
  .header__navigation {
    margin-right: 0px;
  }
}

.header__menu {
  display: none;
}

@media all and (min-width: 1280px) {
  .header__menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin: 10px 80px 10px 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media all and (min-width: 1280px) and (max-width: 1399px) {
  .header__menu {
    margin: 10px 40px 10px 0;
  }
}

.header__menu-item {
  margin: 5px 0 5px 31px;
  font-weight: 500;
  color: #c4b8b2;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}



.header__user {
  overflow: hidden;
  position: relative;
  z-index: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 58px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.5);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 360px) {
  .header__user {
    margin-left: 30px;
  }
}

@media all and (min-width: 1024px) {
  .header__user:hover {
    opacity: 0.75;
  }
}

.header__user_login {
  background-color: #fff;
}

.header__user_login:before {
  content: "";
  position: absolute;

  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -310px -200px;
  width: 27px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.header .menu-btn {
  z-index: 1;
  margin-left: 20px;
}

@media all and (min-width: 360px) {
  .header .menu-btn {
    margin-left: 30px;
  }
}

@media all and (min-width: 1280px) {
  .header .menu-btn {
    display: none;
  }
}

@media all and (max-width: 767px) {
  .header__btn {
    display: none;
  }
}

.logo {
  display: inline-block;
  min-width: 150px;
}

@media all and (min-width: 480px) {
  .logo {
    min-width: 200px;
  }
}

.pushy {
  width: 100%;
  padding: 30px 15px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: url("../img/general/menu_bg.jpg");
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.pushy__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.pushy__logo {
  max-width: 21vw;
}

.pushy__menu {
  text-align: center;
}

.pushy__menu li {
  margin-bottom: 30px;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

@media all and (min-width: 768px) {
  .pushy__menu li {
    margin-bottom: 40px;
  }
}

.pushy__menu li:nth-child(1) {
  margin-top: 70px;
}

@media all and (min-width: 768px) {
  .pushy__menu li:nth-child(1) {
    margin-top: 150px;
  }
}

.pushy__menu li:last-child {
  margin-bottom: 0;
}

.pushy__menu li a {
  display: inline-block;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.16667;
  color: #fff;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 768px) {
  .pushy__menu li a {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.07143;
  }
}





.pushy__footer {
  text-align: center;
}

.pushy .menu-btn {
  margin-top: 10px;
}

.pushy .add-place {
  width: 100%;
  max-width: 285px;
  margin: 40px auto 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
  opacity: 0;
}

@media all and (min-width: 768px) {
  .pushy .add-place {
    display: none;
  }
}

.pushy-left {
  -webkit-transform: none;
  transform: none;
}

.pushy-content {
  visibility: visible;
  position: relative;
  z-index: 2;
}

.pushy-open-left .pushy {
  opacity: 1;
  pointer-events: auto;
}

.pushy-open-left .pushy__menu li {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}

.pushy-open-left .pushy__menu li:nth-child(1) {
  -webkit-transition: opacity 0.35s 0.3s, -webkit-transform 0.35s 0.3s;
  transition: opacity 0.35s 0.3s, -webkit-transform 0.35s 0.3s;
  transition: transform 0.35s 0.3s, opacity 0.35s 0.3s;
  transition: transform 0.35s 0.3s, opacity 0.35s 0.3s,
    -webkit-transform 0.35s 0.3s;
}

.pushy-open-left .pushy__menu li:nth-child(2) {
  -webkit-transition: opacity 0.35s 0.4s, -webkit-transform 0.35s 0.4s;
  transition: opacity 0.35s 0.4s, -webkit-transform 0.35s 0.4s;
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s;
  transition: transform 0.35s 0.4s, opacity 0.35s 0.4s,
    -webkit-transform 0.35s 0.4s;
}

.pushy-open-left .pushy__menu li:nth-child(3) {
  -webkit-transition: opacity 0.35s 0.5s, -webkit-transform 0.35s 0.5s;
  transition: opacity 0.35s 0.5s, -webkit-transform 0.35s 0.5s;
  transition: transform 0.35s 0.5s, opacity 0.35s 0.5s;
  transition: transform 0.35s 0.5s, opacity 0.35s 0.5s,
    -webkit-transform 0.35s 0.5s;
}

.pushy-open-left .pushy__menu li:nth-child(4) {
  -webkit-transition: opacity 0.35s 0.6s, -webkit-transform 0.35s 0.5s;
  transition: opacity 0.35s 0.6s, -webkit-transform 0.35s 0.5s;
  transition: transform 0.35s 0.5s, opacity 0.35s 0.6s;
  transition: transform 0.35s 0.5s, opacity 0.35s 0.6s,
    -webkit-transform 0.35s 0.5s;
}

.pushy-open-left .menu-btn span {
  background-color: transparent;
}

.pushy-open-left .menu-btn span:before {
  -webkit-transform: translate(-50%, -50%) rotate(225deg);
  transform: translate(-50%, -50%) rotate(225deg);
}

.pushy-open-left .menu-btn span:after {
  -webkit-transform: translate(-50%, -50%) rotate(-225deg);
  transform: translate(-50%, -50%) rotate(-225deg);
}


.pushy-open-left .add-place {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  -webkit-transition: opacity 0.35s 0.7s, -webkit-transform 0.35s 0.7s;
  transition: opacity 0.35s 0.7s, -webkit-transform 0.35s 0.7s;
  transition: transform 0.35s 0.7s, opacity 0.35s 0.7s;
  transition: transform 0.35s 0.7s, opacity 0.35s 0.7s,
    -webkit-transform 0.35s 0.7s;
}

.menu-btn {
  display: block;
  width: 40px;
  height: 40px;
  padding: 0;
}



.menu-btn span {
  position: relative;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background-color 0.35s, opacity 0.35s;
  transition: background-color 0.35s, opacity 0.35s;
}

.menu-btn span:before,
.menu-btn span:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 40px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background-color 0.35s, -webkit-transform 0.35s;
  transition: background-color 0.35s, -webkit-transform 0.35s;
  transition: background-color 0.35s, transform 0.35s;
  transition: background-color 0.35s, transform 0.35s, -webkit-transform 0.35s;
}

.menu-btn span:before {
  -webkit-transform: translate(-50%, -15px);
  transform: translate(-50%, -15px);
}

.menu-btn span:after {
  -webkit-transform: translate(-50%, 11px);
  transform: translate(-50%, 11px);
}

.about {
  position: relative;
  z-index: 1;
  color: #fff;
}

.about:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
}

.about__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
  font-family: "object-fit: cover; object-position: bottom;";
  pointer-events: none;
}

.about__inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 60px 0;
  text-align: center;
}

@media all and (min-width: 600px) and (max-width: 1023px) {
  .about__inner {
    padding: 90px 0;
  }
}

@media all and (min-width: 1024px) and (max-width: 1199px) {
  .about__inner {
    padding: 120px 0;
  }
}

@media all and (min-width: 1200px) {
  .about__inner {
    padding: 177px 0 120px;
  }
}

.about__title {
  margin-bottom: 40px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .about__title {
    margin-bottom: 60px;
  }
}

@media all and (min-width: 1024px) {
  .about__title {
    margin-bottom: 85px;
  }
}

.about__text {
  width: 100%;
  max-width: 960px;
  margin: 0 auto 40px;
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .about__text {
    margin-bottom: 60px;
  }
}

@media all and (min-width: 1024px) {
  .about__text {
    margin: 0 auto 81px;
  }
}

.about .share {
  margin: 0;
}

.about .share__link {
  min-width: auto;
}

.about .share__link:before,
.about .share__link:after {
  width: 85%;
}

@media all and (min-width: 480px) {
  .about .share__link:before,
  .about .share__link:after {
    width: 90%;
  }
}

.community {
  position: relative;
}

.community__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 0 56px 0;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .community__inner {
    padding: 60px 0 56px 150px;
  }
}

@media all and (min-width: 1024px) {
  .community__inner {
    padding: 60px 0 56px 315px;
  }
}

.community__inner:before {
  display: none;
}

@media all and (min-width: 768px) {
  .community__inner:before {
    content: "";
    position: absolute;
    z-index: -2;
    left: 115px;
    bottom: 0;
    display: block;
    width: 2021px;
    height: 696px;
    -webkit-transform: translate(-100%, 13%);
    transform: translate(-100%, 13%);
    background-image: url("../img/general/community_figure.png");
    background-repeat: no-repeat;
    background-size: cover;
  }
}

@media all and (min-width: 1024px) {
  .community__inner:before {
    left: 280px;
  }
}

.community__slider {
  width: calc(100% + 30px);
  margin: 40px -15px 75px;
}

@media all and (min-width: 768px) {
  .community__slider {
    width: calc(100% + 15px);
    margin: 48px -15px 106px 4px;
  }
}

@media all and (min-width: 1900px) {
  .community__slider {
    width: 1390px;
  }
}

.community__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

@media all and (min-width: 768px) {
  .community__item {
    padding-left: 0;
  }
}



.community__thumb {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  margin-right: 17px;
  border-radius: 50em;
}

.community__first-name {
  margin-top: 13px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.85;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.community__last-name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.21429;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.community__city {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #c4b8b2;
}

@media all and (min-width: 1280px) {
  .community__btn {
    margin-left: 15px;
  }
}

.hero {
  position: relative;
}

.hero:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.hero__bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top center;
  object-position: top center;
  font-family: "object-fit: cover; object-position: top center;";
}

.hero__inner {
  position: relative;
  z-index: 1;
  padding: 180px 0 96px 0;
}

@media all and (min-width: 640px) and (max-width: 1199px) {
  .hero__inner {
    padding: 230px 0 96px 0;
  }
}

@media all and (min-width: 1200px) {
  .hero__inner {
    padding: 245px 0 96px 0px;
  }
}

.hero__title {
  margin-bottom: 60px;
  font-weight: 500;
  font-size: 44px;
  font-size: 3.0rem;
  line-height: 1.41667;
  letter-spacing: -0.2px;
  color: #fff;
}

@media all and (min-width: 360px) {
  .hero__title {
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35714;
  }
}

@media all and (min-width: 480px) {
  .hero__title {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.33333;
  }
}

@media all and (min-width: 640px) {
  .hero__title {
    margin-bottom: 87px;
  }
}

.hero-slider .swiper-pagination-bullet {
  width: 18px;
  height: 18px;
}

@media all and (min-width: 640px) {
  .hero-slider .swiper-pagination-bullet {
    width: 25px;
    height: 25px;
  }
}

.hero-slider .swiper-pagination-bullet {
  background-color: #fff;
  -webkit-transition: margin 0.35s, -webkit-transform 0.35s;
  transition: margin 0.35s, -webkit-transform 0.35s;
  transition: margin 0.35s, transform 0.35s;
  transition: margin 0.35s, transform 0.35s, -webkit-transform 0.35s;
}



.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet {
  margin: 0 6px;
}

@media all and (min-width: 640px) {
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet {
    margin: 0 10px;
  }
}

.swiper-container-horizontal
  > .swiper-pagination-bullets
  .swiper-pagination-bullet.swiper-pagination-bullet-active {
  margin: 0 10px;
}

@media all and (min-width: 640px) {
  .swiper-container-horizontal
    > .swiper-pagination-bullets
    .swiper-pagination-bullet.swiper-pagination-bullet-active {
    margin: 0 15px;
  }
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 20px;
}

.search {
  width: 100%;
  color: #fff;
}

@media all and (min-width: 1200px) {
  .search {
    max-width: 960px;
  }
}

.search__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 21px;
  background-color: rgba(0, 0, 0, 0.51);
}

.search__placeholder {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media all and (max-width: 359px) {
  .search__placeholder {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.375;
  }
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .search__placeholder {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.5;
  }
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .search__placeholder {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.43333;
  }
}

@media all and (min-width: 1024px) {
  .search__placeholder {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.search__placeholder-text {
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  letter-spacing: 0.5px;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 768px) {
  .search__placeholder-text {
    left: 45px;
    top: 32px;
  }
}



.search__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search__input-item {
  display: block;
  width: 100%;
  padding: 20px 10px 20px 20px;
  color: #fff;
  letter-spacing: 0.5px;
}

@media all and (min-width: 768px) {
  .search__input-item {
    padding: 32px 10px 32px 45px;
  }
}

.search__input-item:focus + * {
  opacity: 0;
}



.search__btn {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 50px;
  padding: 0;
}

@media all and (min-width: 480px) and (max-width: 1023px) {
  .search__btn {
    width: 90px;
  }
}

@media all and (min-width: 1024px) {
  .search__btn {
    width: 110px;
  }
  .search__btn:hover:before {
    opacity: 0;
  }
  .search__btn:hover:after {
    opacity: 1;
  }
}

.search__btn:before,
.search__btn:after {
  content: "";
  position: absolute;
  left: 49%;
  top: 53%;
  -webkit-transform: translate(-50%, -50%) scale(0.5);
  transform: translate(-50%, -50%) scale(0.5);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 480px) {
  .search__btn:before,
  .search__btn:after {
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

.search__btn:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -77px -155px;
  width: 48px;
  height: 48px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.search__btn:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -129px -155px;
  width: 48px;
  height: 48px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  opacity: 0;
}

.search__meta {
  font-weight: 300;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2.06667;
}

@media all and (min-width: 480px) {
  .search__meta {
    padding-left: 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.6;
  }
}

@media all and (min-width: 768px) {
  .search__meta {
    padding-left: 42px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

.search__meta a {
  position: relative;
  display: inline-block;
  font-weight: 700;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}



.search__meta a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: rgba(255, 255, 255, 0.5);
  background-size: 6px 6px;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

@media all and (min-width: 480px) {
  .search__meta a:after {
    height: 3px;
    bottom: -2px;
  }
}

@media all and (min-width: 768px) {
  .search__meta a:after {
    bottom: -4px;
  }
}

.place {
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 2500px;
  margin: 0 auto;
  padding: 40px 15px 0;
}

.place__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 45px;
}

@media all and (min-width: 768px) {
  .place__inner {
    margin-bottom: 52px;
  }
}

@media all and (min-width: 1280px) {
  .place__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.place__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
}

@media all and (min-width: 1280px) {
  .place__aside {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    width: 320px;
    margin-bottom: 0;
    margin-left: 40px;
  }
}

@media all and (min-width: 1900px) {
  .place__aside {
    margin-left: 80px;
  }
}

.place__aside-item {
  position: relative;
  width: calc(50% - 20px);
  margin: 0 10px 20px;
}

@media all and (min-width: 480px) and (max-width: 1023px) {
  .place__aside-item {
    width: calc(50% - 40px);
    margin: 0 20px 40px;
  }
}

@media all and (min-width: 1024px) and (max-width: 1699px) {
  .place__aside-item {
    width: calc(25% - 40px);
    margin: 0 20px 40px;
  }
}

@media all and (min-width: 1280px) {
  .place__aside-item {
    width: auto;
    margin: 150px 0 0;
  }
  .place__aside-item:before {
    content: "";
    position: absolute;
    left: 50%;
    top: -75px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    pointer-events: none;
  }
  .place__aside-item:nth-child(1) {
    margin-top: 55px;
  }
  .place__aside-item:nth-child(1):before {
    display: none;
  }
  .place__aside-item:nth-child(2):before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -222px -114px;
    width: 50px;
    height: 25px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
  }
  .place__aside-item:nth-child(3):before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -181px -155px;
    width: 50px;
    height: 25px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
  }
  .place__aside-item:nth-child(4):before {
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -155px -114px;
    width: 63px;
    height: 25px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
  }
}

.place__aside-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}



.place__aside-thumb {
  height: 95px;
  text-align: center;
}

@media all and (min-width: 480px) {
  .place__aside-thumb {
    margin-bottom: 20px;
  }
}

@media all and (max-width: 1023px) {
  .place__aside-thumb {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media all and (min-width: 1700px) {
  .place__aside-thumb {
    height: auto;
  }
}

.place__aside-thumb img {
  max-height: 100%;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

@media all and (min-width: 480px) {
  .place__aside-thumb img {
    -webkit-transform: none;
    transform: none;
  }
}

.place__aside-title {
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
  text-decoration: underline;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 1.46667;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 360px) and (max-width: 479px) {
  .place__aside-title {
    margin-bottom: 18px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.33333;
  }
}

@media all and (min-width: 480px) and (max-width: 639px) {
  .place__aside-title {
    margin-bottom: 26px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.36364;
  }
}

@media all and (min-width: 1200px) {
  .place__aside-title {
    margin-bottom: 34px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.13333;
  }
}

.place__aside-text {
  width: 100%;
  max-width: 250px;
  margin: 0 auto;
  text-align: center;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

@media all and (min-width: 360px) and (max-width: 479px) {
  .place__aside-text {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1;
  }
}

@media all and (min-width: 480px) and (max-width: 1199px) {
  .place__aside-text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}

@media all and (min-width: 1200px) {
  .place__aside-text {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.place__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
}

@media all and (min-width: 600px) and (max-width: 1399px) {
  .place__content {
    grid-gap: 7px;
  }
}

@media all and (min-width: 1400px) {
  .place__content {
    grid-gap: 40px;
  }
}

.place__item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 220px;
  font-weight: 500;
  color: #fff;
}

@media all and (min-width: 600px) {
  .place__item {
    min-height: 435px;
  }
}

@media all and (min-width: 1024px) {
  .place__item:hover .place__text,
  .place__item:hover:before {
    opacity: 1;
  }
}

.place__item:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.place__item:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(
    linear,
    left bottom,
    left top,
    from(#000),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(bottom, #000 0%, transparent 100%);
  background-image: linear-gradient(to top, #000 0%, transparent 100%);
}

@media all and (min-width: 600px) {
  .place__item:after {
    height: 50%;
  }
}

@media all and (max-width: 599px) {
  .place__item {
    grid-column: 2 span / 2 span;
  }
}

@media all and (min-width: 600px) and (max-width: 899px) {
  .place__item:nth-child(odd) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .place__item:nth-child(even) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .place__item:nth-child(3),
  .place__item:nth-child(9) {
    grid-column-start: 1;
    grid-column-end: 5;
  }
  .place__item:nth-child(4),
  .place__item:nth-child(10) {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media all and (min-width: 900px) and (max-width: 1199px) {
  .place__item:nth-child(odd) {
    grid-column-start: 1;
    grid-column-end: 3;
  }
  .place__item:nth-child(even) {
    grid-column-start: 3;
    grid-column-end: 5;
  }
  .place__item:last-child {
    grid-column-start: 1;
    grid-column-end: 5;
  }
}

@media all and (min-width: 1200px) {
  .place__item:nth-child(3),
  .place__item:nth-child(9) {
    grid-column: 2 span / 2 span;
  }
  .place__item:nth-child(3) .place__text,
  .place__item:nth-child(9) .place__text {
    margin: auto 40px;
    padding: 30px 40px 20px 35px;
  }
  .place__item:nth-child(4),
  .place__item:nth-child(10) {
    grid-column: 2 span / 2 span;
  }
  .place__item:nth-child(4) .place__text,
  .place__item:nth-child(10) .place__text {
    margin: auto 40px;
    padding: 30px 40px 20px 35px;
  }
}

.place__item-bg {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.place__item-footer {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0 20px 10px;
}

@media all and (min-width: 600px) {
  .place__item-footer {
    padding: 0 40px 20px;
  }
}

@media all and (min-width: 640px) {
  .place__item-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}



@media all and (min-width: 600px) {
  .place__active {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}

.place__active:before {
  content: "";
  margin-right: 5px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -326px -70px;
  width: 12px;
  height: 13px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.place__city {
  margin-top: 5px;
  text-transform: uppercase;
  font-size: 10px;
  font-size: 0.625rem;
  line-height: 1.6;
  letter-spacing: 1px;
  color: rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 600px) {
  .place__city {
    margin-left: auto;
    font-size: 12px;
    font-size: 0.75rem;
    line-height: 1.5;
  }
}

.place__title {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding: 20px 20px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.42857;
}

@media all and (min-width: 600px) {
  .place__title {
    min-height: 102px;
    padding: 20px 25px 20px 40px;
    font-weight: 700;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
  }
}

@media all and (min-width: 1400px) {
  .place__title {
    padding: 20px 40px 20px 40px;
  }
}



.place__title:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -311px 0px;
  width: 11px;
  height: 31px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

@media all and (min-width: 600px) {
  .place__title:after {
    -webkit-transform: none;
    transform: none;
    top: auto;
    bottom: 25px;
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -285px 0px;
    width: 22px;
    height: 60px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
  }
}

.place__text {
  display: none;
}

@media all and (min-width: 1024px) {
  .place__text {
    position: relative;
    z-index: 1;
    display: block;
    margin: auto 20px;
    padding: 30px 0 20px 35px;
    font-weight: 300;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.4;
    opacity: 0;
    -webkit-transition: opacity 0.35s;
    transition: opacity 0.35s;
  }
}

.place__text:before {
  content: "";
  position: absolute;
  left: 0;
  top: 10px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -280px -232px;
  width: 25px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.place__more {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 20px 0;
}

.place__more:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #eaeaea;
}

.place__more-link {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 21px 31px;
  border-radius: 50em;
  font-weight: 600;
}



.place__more-link:before {
  content: "";
  position: absolute;
  z-index: -1;
  left: -20px;
  top: 50%;
  right: -20px;
  height: 10px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}

.place__more-link:after {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50em;
  background-color: #efefef;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
}

.place__more-link span {
  position: relative;
  z-index: 1;
  display: inline-block;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.9;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 768px) {
  .place__more-link span {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 0.75;
  }
}

.place__more-link span:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c0c0c0),
    color-stop(50%, #c0c0c0),
    color-stop(50%, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    #c0c0c0,
    #c0c0c0 50%,
    transparent 50%,
    transparent 100%
  );
  background-image: linear-gradient(
    90deg,
    #c0c0c0,
    #c0c0c0 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 6px 6px;
}

.place__meta {
  padding-right: 10px;
  font-weight: 400;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.28571;
  color: rgba(255, 255, 255, 0.5);
}

.place__meta-item {
  display: inline-block;
  margin-right: 5px;
}

.ie11 .place__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: calc(100% + 20px);
  margin: 0 -10px;
}

.ie11 .place__item {
  width: calc(33.33% - 20px);
  margin: 20px 10px 0;
}

.ie11 .place__text {
  margin: 20px;
}

.ie11 .header__navigation {
  margin-right: 0;
}

.map-place {
  max-width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

@media all and (min-width: 1900px) {
  .map-place {
    max-width: 1920px;
    padding-top: 15px;
  }
}

@media all and (min-width: 1900px) {
  .map-place .grid__aside {
    padding-top: 45px;
  }
}

.map-place__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  min-height: 100%;
  margin-top: 40px;
}

@media all and (min-width: 1280px) {
  .map-place__inner {
    margin-bottom: 80px;
    margin-top: 0;
  }
}

@media all and (min-width: 1900px) {
  .map-place__inner {
    margin-left: 128px;
  }
}

.map-place__box {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-bottom: 40px;
}

@media all and (min-width: 1700px) {
  .map-place__box {
    margin-bottom: 120px;
  }
}

@media all and (min-width: 1900px) {
  .map-place__box {
    margin-bottom: 170px;
  }
}

.map-place__thumb {
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding: 0 40px;
  opacity: 0.8;
  pointer-events: none;
}

.map-place__list {
  margin: 0;
  padding: 0 15px 0 0;
  list-style: none;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

@media all and (min-width: 600px) and (max-width: 899px) {
  .map-place__list {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media all and (min-width: 900px) and (max-width: 1023px) {
  .map-place__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media all and (min-width: 1280px) and (max-width: 1649px) {
  .map-place__list {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media all and (min-width: 1024px) {
  .map-place__list {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

.map-place__list.column-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.map-place__list.column-2 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

@media all and (min-width: 600px) {
  .map-place__list.column-2 {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}



/******Правка на***26.10.2020************/


/**********пункт 2 по правке - 3 колонок на странице (по умолчанию - старая версия)*********/
  /*.map-place__list.column-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
    -webkit-column-gap: 0;
    -moz-column-gap: 0;
    column-gap: 0;
  }

  @media all and (min-width: 600px) and (max-width: 899px) {
    .map-place__list.column-3 {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
    }
  }

  @media all and (min-width: 900px) {
    .map-place__list.column-3 {
      -webkit-column-count: 3;
      -moz-column-count: 3;
      column-count: 3;
      -webkit-column-gap: 40px;
      -moz-column-gap: 40px;
      column-gap: 40px;
    }
  }*/
/*******************/

.map-place__list.column-3 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

@media all and (min-width: 600px) and (max-width: 899px) {
  .map-place__list.column-3 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}

@media all and (min-width: 900px) {
  .map-place__list.column-3 {
    -webkit-column-count: 4;
    -moz-column-count: 4;
    column-count: 4;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px;
  }
}


@media (min-width: 1200px) and (max-width: 1600px) {
  * {
    font-size: 0.925em;
  } 

  input {
    font-size: 0.925em;
  }

  input + span{
    font-size: 0.925em;
  }

  p{
    font-size: 1.25rem;
  }

  button {
    font-size: 1rem;
  }

  span {
    font-size: 0.75em;
  }

  /********************/

    .search-block__input {
      font-size: 1rem;
    }

    .editing__field input ,
    .editing__field textarea {
      font-size: 1.75rem;
    }

    .editing__field textarea.auto {
      font-size: 1.2rem;
      height: 100% !important;
    }

  /********************/

}

@media (min-width: 1200px) and (max-width: 1500px) {

  .search__placeholder * {
    font-size: 0.7em;
  }

  .header__menu-item {
    font-size: 0.7em;
  }
 
}

.search-block__item {
  flex: 0 0 28%;
}

/***********Попап***************/
.popup-article {
  width: 100%;
  max-width: 460px;
  padding: 0;
  background-color: #FFF;
  border-radius: 15px;
}

.popup-article .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
  align-items: flex-start;
}

.popup-article .popup__content .popup-title {
  width: 100%;
  font-size: 30px;
  font-weight: 500;
  text-align: left;
  padding: 35px 0 20px 30px;
  background: #fff6f2;
}

.popup-article .fancybox-button.fancybox-close-small {
  top: 35px;
}

.popup-article .popup__content .popup-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-start;
  -ms-flex-align: flex-start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.popup-article .popup__content .popup-inner h4{
  text-align: left;
  font-size: 16px;
  padding: 30px 0 25px;
  font-weight: 300;
}


.popup-article .popup__content .popup-inner a.btn-arrow{
  margin-bottom: 25px;
}

@media (max-width: 992px) {

  .popup-article .popup__content .popup-inner h4{
    padding: 30px 15px 25px;
  }

}


/*******Правка на**26.10.2020************/

.map-place__item {
  margin-bottom: 15px;
}

.map-place__link {
  position: relative;
  display: inline-block;
  padding-left: 35px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}



.map-place .banner {
  display: inline-block;
  margin-top: auto;
  margin-left: 15px;
}

.map-place .aside__visit {
  margin-bottom: 0;
}

.map-place .aside__visit-list {
  margin-bottom: 20px;
}

.map-place .btn-arrow {
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

@media all and (max-width: 374px) {
  .map-place .btn-arrow {
    padding: 25px 40px;
  }
}

.new-place {
  margin-top: 40px;
}

@media all and (min-width: 1024px) and (max-width: 1399px) {
  .new-place {
    margin-top: 100px;
  }
}

@media all and (min-width: 1400px) {
  .new-place {
    margin-top: 130px;
  }
}

.new-place__title {
  position: relative;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.06667;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .new-place__title {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 0.88889;
  }
}

@media all and (min-width: 1024px) {
  .new-place__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.8;
  }
}

.new-place__title:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 50%;
  top: 50%;
  width: 100vw;
  height: 2px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #ddcdc5;
}

.new-place__title span {
  display: inline-block;
  padding: 10px 20px;
  background-color: #fff;
}

@media all and (min-width: 1024px) {
  .new-place__title span {
    padding: 10px 50px;
  }
}



.new-place__list {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
  margin-top: 40px;
}

@media all and (min-width: 480px) and (max-width: 1399px) {
  .new-place__list {
    grid-gap: 20px;
  }
}

@media all and (min-width: 1280px) {
  .new-place__list {
    margin-top: 50px;
  }
}

@media all and (min-width: 1400px) {
  .new-place__list {
    grid-gap: 40px;
    margin-bottom: 40px;
  }
}

@media all and (min-width: 1280px) {
  .new-place__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
}

@media all and (max-width: 767px) {
  .new-place__list > * {
    grid-column: 4 span / 4 span;
  }
}

@media all and (min-width: 768px) and (max-width: 1599px) {
  .new-place__list > * {
    grid-column: 1 span / 1 span;
  }
  .new-place__list > *:nth-child(1) {
    grid-column: 2 span / 2 span;
  }
}

@media all and (min-width: 1600px) {
  .new-place__list > *:nth-child(4n + 1) {
    grid-column: 2 span / 2 span;
  }
  .new-place__list > *:nth-child(4n + 1) .single-place__text {
    margin: auto 40px;
    padding: 30px 40px 20px 35px;
  }
}

.new-place .single-place__link {
  max-width: none;
  height: 100%;
}

@media all and (min-width: 768px) {
  .page__header-inner {
    /*padding-left: 38px;*/
  }
}

.page__header-approved {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
  color: #ccc1bd;
}

.page__header-approved:before {
  content: "";
  display: block;
  margin: 0 10px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -181px -232px;
  width: 29px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.page__header-title {
  display: block;
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1;
}



@media all and (min-width: 768px) and (max-width: 1023px) {
  .page__header-title {
    font-size: 45px;
    font-size: 2.8125rem;
    line-height: 1;
  }
}

@media all and (min-width: 1024px) {
  .page__header-title {
    font-size: 57px;
    font-size: 3.5625rem;
    line-height: 0.92982;
  }
}

.page__header-description {
  font-weight: 500;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.27273;
}

@media all and (min-width: 768px) {
  .page__header-description {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.page__header-description a {
  display: inline-block;
  border-bottom: 1px solid #000;
  -webkit-transition: color 0.35s, border-color 0.35s;
  transition: color 0.35s, border-color 0.35s;
}



.popup__content {
  text-align: center;
  padding-top: 40px;
  padding-bottom: 20px;
}

.popup__title {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 40px;
  font-size: 2.5rem;
  line-height: 1;
}

@media all and (min-width: 640px) {
  .popup__title {
    font-size: 57px;
    font-size: 3.5625rem;
    line-height: 0.52632;
  }
}



.popup__text {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.08333;
}

@media all and (min-width: 640px) {
  .popup__text {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}

.popup__politic {
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 25px auto 0;
  padding: 0 15px;
  padding-bottom: 15px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  color: #fff6f2;
}

@media all and (min-width: 640px) {
  .popup__politic {
    margin: 45px auto 0;
    padding-bottom: 30px;
  }
}

.popup__politic a {
  text-decoration: underline;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 1024px) {
  .popup__politic a:hover {
    text-decoration: underline;
    color: rgba(239, 37, 45, 0.7);
  }
}

.development {
  width: 100%;
  max-width: 560px;
}

@media all and (max-width: 639px) {
  .development {
    padding: 15px;
  }
}

.form-email {
  margin-top: 40px;
}

.form-email__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
  border-bottom: 2px solid #e1e1e1;
}

.form-email__input {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: block;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

.form-email__btn {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  min-height: 40px;
  width: 65px;
}

.form-email__btn:hover > span span {
  -webkit-animation: btn-anim 0.3s linear;
  animation: btn-anim 0.3s linear;
}

.form-email__btn > span {
  position: absolute;
  left: 50%;
  top: 50%;
  display: block;
  width: 100%;
  height: 27px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}



.form-email__btn > span:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.form-email__btn > span:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.form-email__btn > span span {
  position: absolute;
  left: 66%;
  top: 0;
  display: block;
  width: 20px;
  height: 100%;
}

.form-email__btn > span span:before,
.form-email__btn > span span:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 0;
  width: 6px;
  height: 50%;
  background-color: #fff;
  -webkit-transition: background-color 0.35s;
  transition: background-color 0.35s;
  pointer-events: none;
}

.form-email__btn > span span:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.form-email__btn > span span:after {
  height: 55%;
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.form-email__meta {
  display: inline-block;
  max-width: 300px;
  margin-top: 40px;
  font-weight: 500;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  color: #c4b8b2;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}



.form-email__meta span {
  border-bottom: 1px solid #c4b8b2;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}

@-webkit-keyframes btn-anim {
  0% {
    left: 66%;
  }
  50% {
    left: 100%;
  }
  51% {
    left: 0;
  }
  100% {
    left: 66%;
  }
}

@keyframes btn-anim {
  0% {
    left: 66%;
  }
  50% {
    left: 100%;
  }
  51% {
    left: 0;
  }
  100% {
    left: 66%;
  }
}

.fancybox-button.fancybox-close-small {
  top: 20px;
  right: 20px;
  width: 25px;
  height: 25px;
  border-radius: 4px;
  opacity: 1;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 1024px) {
  .fancybox-button.fancybox-close-small:hover {
    opacity: 0.75;
  }
}



.fancybox-button.fancybox-close-small:before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.fancybox-button.fancybox-close-small:after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.fancybox-button.fancybox-close-small svg {
  display: none;
}

.toogle-block {
  display: none;
}

.login {
  width: 100%;
  max-width: 560px;
  padding: 0;
  background-color: transparent;
}

.login__header {
  padding: 50px 0 25px;
  background-color: #fff;
}

@media all and (min-width: 1024px) {
  .login__header {
    padding: 100px 0 40px;
  }
}

.login__social {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

@media all and (min-width: 640px) {
  .login__social {
    margin: 40px 0 0;
  }
}



.login__social-item {
  position: relative;
  padding: 10px;
  background-color: #fff;
}

.login__social-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 100px;
  text-align: center;
}



@media all and (min-width: 640px) {
  .login__social-icon {
    width: 80px;
    height: 80px;
  }
}

.login__social-icon img {
  max-width: 100%;
  max-height: 100%;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}

@media all and (min-width: 640px) {
  .login__social-icon img {
    -webkit-transform: none;
    transform: none;
  }
}

.login__social-text {
  display: block;
  margin-top: 10px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  color: #c4b8b2;
}

.login__form {
  padding: 20px 15px;
  text-align: left;
  background-color: #fff6f2;
}

@media all and (min-width: 640px) {
  .login__form {
    padding: 40px 15px;
  }
}

.login__form-inner {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
}

.login__form-title {
  width: 100%;
  font-weight: 500;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.23077;
}

@media all and (min-width: 640px) {
  .login__form-title {
    margin-bottom: -20px;
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.login__form-footer {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 30px;
}

@media all and (min-width: 640px) {
  .login__form-footer {
    margin-top: 50px;
  }
}

.login__form-btn {
  padding: 20px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

@media all and (min-width: 360px) {
  .login__form-btn {
    padding: 20px 42px;
  }
}

@media all and (min-width: 480px) {
  .login__form-btn {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.login__form-btn:last-child {
  padding: 20px 35px;
}

.login__form-btn:last-child:before,
.login__form-btn:last-child:after {
  width: 80%;
}

@media all and (min-width: 360px) {
  .login__form-btn:last-child {
    padding: 20px 45px;
  }
  .login__form-btn:last-child:before,
  .login__form-btn:last-child:after {
    width: 84%;
  }
}

.login__form-meta {
  margin-top: 20px;
  font-weight: 400;
  text-decoration: underline;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  color: #c4b8b2;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 640px) {
  .login__form-meta {
    margin-top: 40px;
  }
}

@media all and (min-width: 1024px) {
  .login__form-meta:hover {
    color: rgba(239, 37, 45, 0.8);
    text-decoration: underline;
  }
}

.login__form-reg {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.125;
  color: #c4b8b2;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 640px) {
  .login__form-reg {
    margin-top: 40px;
  }
}

.login .popup__title {
  padding: 0 20px;
}

.login .popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0;
}

.input {
  position: relative;
  display: block;
  width: 100%;
  margin-top: 25px;
  border-bottom: 2px solid #e1e1e1;
}

@media all and (min-width: 640px) {
  .input {
    margin-top: 40px;
  }
}

.input.focus .input__placeholder {
  -webkit-transform: scale(0.9) translateY(-225%);
  transform: scale(0.9) translateY(-225%);
}

.input__placeholder {
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  font-weight: 500;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

@media all and (min-width: 640px) {
  .input__placeholder {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}



.input__field {
  display: block;
  width: 100%;
  padding: 15px 0;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
}

.input__field:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 30px #fff6f2 inset !important;
  -webkit-text-fill-color: inherit !important;
}

@media all and (min-width: 640px) {
  .input__field {
    padding: 19px 0;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1;
  }
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.5;
}

.post {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .post {
    padding-left: 80px;
  }
}

.post + .grid__aside {
  margin-top: 55px;
}

.post__description {
  margin-bottom: 20px;
  font-weight: 700;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45455;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .post__description {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1.57692;
  }
}

@media all and (min-width: 1024px) {
  .post__description {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.5;
  }
}

@media all and (min-width: 1400px) {
  .post__description {
    padding-right: 75px;
  }
}



.post__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 20px;
}

@media all and (min-width: 768px) {
  .post__header {
    margin-bottom: 25px;
  }
}

.post__header-box {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 760px;
}

.post__author {
  margin: 10px auto 10px 0;
  padding-right: 20px;
}



@media all and (min-width: 480px) {
  .post__here {
    min-width: 220px;
    padding: 18px 25px;
  }
}



.post__here:active {
  opacity: 0.7;
}

.post__here:before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -169px;
  width: 20px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__visit {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin: 10px 0;
  font-weight: 700;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 480px) {
  .post__visit {
    margin: 10px 20px 10px 0;
  }
}



.post__visit:active {
  opacity: 0.7;
}

.post__visit span {
  display: inline-block;
  border-bottom: 2px dotted #e5e5e5;
  -webkit-transition: color 0.35s, border-color 0.35s;
  transition: color 0.35s, border-color 0.35s;
}


.drop_filter {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin: 10px 0;
  font-weight: 700;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 480px) {
  .drop_filter {
    margin: 10px 20px 10px 0;
  }
}



.drop_filter:active {
  opacity: 0.7;
}

.drop_filter span {
  display: inline-block;
  border-bottom: 2px dotted #e5e5e5;
  -webkit-transition: color 0.35s, border-color 0.35s;
  transition: color 0.35s, border-color 0.35s;
}

.post__voting {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 10px 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}



.post__voting:active {
  opacity: 0.7;
}



@media all and (min-width: 480px) {
  .post__voting-content {
    padding: 17px 35px 17px 20px;
  }
}

.post__voting-content:before {
  content: "";
  display: inline-block;
  margin-right: 10px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -99px -271px;
  width: 29px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}


@media all and (min-width: 480px) {
  .post__voting-sum {
    width: 110px;
    height: 110px;
    font-size: 34px;
    font-size: 2.125rem;
    line-height: 0.88235;
  }
}

.post__hashtag {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px 20px;
  padding: 0;
  list-style: none;
}

@media all and (min-width: 768px) {
  .post__hashtag {
    margin: 0 -15px 50px;
  }
}

.post__hashtag-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 7px 10px;
}

@media all and (min-width: 768px) {
  .post__hashtag-item {
    margin: 10px 15px;
  }
}

.post__hashtag-link {
  position: relative;
  display: inline-block;
  margin-left: 20px;
  border-bottom: 1px solid #000;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
  -webkit-transition: color 0.35s, border-color 0.35s;
  transition: color 0.35s, border-color 0.35s;
}

@media all and (min-width: 768px) {
  .post__hashtag-link {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.09091;
  }
}



.post__content {
  position: relative;
  padding-top: 5px;
  font-weight: 400;
  font-size: 18px;
  line-height: 34px;
}

@media all and (min-width: 640px) {
  .post__content {
    font-size: 24px;
    line-height: 38px;
  }
}

.post__panel {
  position: absolute;
  z-index: 5;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 80px;
  -webkit-transform: translateX(-110%);
  transform: translateX(-110%);
  padding: 10px;
  border-radius: 5px;
  background-color: #fff;
}

@media all and (max-width: 767px) {
  .post__panel {
    display: none;
  }
}

@media all and (min-width: 1900px) {
  .post__panel {
    -webkit-transform: translateX(-177%);
    transform: translateX(-177%);
  }
}

.post__panel-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
  margin-bottom: 7px;
  padding-top: 50px;
  font-weight: 300;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
  color: #c4b8b2;
  -webkit-transition: color 0.35s, font-weight 0.35s, opacity 0.35s;
  transition: color 0.35s, font-weight 0.35s, opacity 0.35s;
}

@media all and (min-width: 1024px) {
  .post__panel-item:hover {
    font-weight: 500;
    color: #000;
  }
  .post__panel-item:hover::before {
    opacity: 0;
  }
  .post__panel-item:hover:after {
    opacity: 1;
  }
}

.post__panel-item:active {
  opacity: 0.7;
}

.post__panel-item:last-child {
  margin-bottom: 0;
}

.post__panel-item:before,
.post__panel-item:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.post__panel-item:after {
  opacity: 0;
}

.post__panel-item.like-icon:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -271px;
  width: 29px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.like-icon:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -66px -271px;
  width: 29px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}
.post__panel-item.like-icon.checked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: 0px -271px;
  width: 29px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.like-icon.checked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -66px -271px;
  width: 29px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.location-icon:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -169px;
  width: 20px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.location-icon:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -200px;
  width: 20px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}
.post__panel-item.location-icon.checked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -169px;
  width: 20px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.location-icon.checked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -200px;
  width: 20px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.star-icon:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -111px -232px;
  width: 31px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.star-icon:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -146px -232px;
  width: 31px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}
.post__panel-item.star-icon.checked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -111px -232px;
  width: 31px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.star-icon.checked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -146px -232px;
  width: 31px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.edit-icon:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -155px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.edit-icon:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -132px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}
.post__panel-item.edit-icon.checked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -155px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.edit-icon.checked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -132px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.vk-icon:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -206px -271px;
  width: 23px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.vk-icon:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -178px -271px;
  width: 23px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.vk-icon.checked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -206px -271px;
  width: 23px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.vk-icon.checked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -178px -271px;
  width: 23px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.fb-icon:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -260px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.fb-icon:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -235px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.fb-icon.checked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -260px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.fb-icon.checked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -235px -271px;
  width: 19px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.ok-icon:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -301px -271px;
  width: 12px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.ok-icon:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -271px;
  width: 12px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.ok-icon.checked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -271px;
  width: 12px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__panel-item.ok-icon.checked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -301px -271px;
  width: 12px;
  height: 21px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__distance {
  margin-bottom: 30px;
}

@media all and (min-width: 480px) {
  .post__distance {
    margin-bottom: 48px;
  }
}

.post__summary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-bottom: 30px;
}

@media all and (min-width: 480px) {
  .post__summary {
    margin-bottom: 37px;
  }
}

@media all and (min-width: 1280px) {
  .post__summary {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}



@media all and (min-width: 480px) {
  .post__summary-content {
    padding: 10px 50px 0 70px;
  }
}

@media all and (min-width: 1600px) {
  .post__summary-content {
    width: 400px;
    margin: 40px 0 0 85px;
  }
}

.post__summary-title {
  margin-bottom: 30px;
  font-weight: 600;
  font-size: 32px;
  font-size: 2rem;
  line-height: 1;
}

@media all and (min-width: 640px) {
  .post__summary-title {
    margin-bottom: 45px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.8;
  }
}

.post__summary-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.post__summary-item {
  margin-bottom: 15px;
}

@media all and (min-width: 640px) {
  .post__summary-item {
    margin-bottom: 26px;
  }
}

.post__summary-item:last-child {
  margin-bottom: 0;
}

.post__summary-item:nth-child(odd) .post__summary-link {
  border-bottom: 2px dotted #bbbbbb;
}

.post__summary-item:nth-child(even) {
  color: #919191;
}

.post__summary-item:nth-child(even) .post__summary-link {
  border-bottom: 2px solid #bbbbbb;
}

.post__summary-item:nth-child(even) .post__summary-link:before,
.post__summary-item:nth-child(even) .post__summary-link:after {
  content: "";
  position: absolute;
  right: -20px;
  bottom: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.post__summary-item:nth-child(even) .post__summary-link:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -326px -26px;
  width: 12px;
  height: 18px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__summary-item:nth-child(even) .post__summary-link:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -326px -48px;
  width: 12px;
  height: 18px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  opacity: 0;
}

.post__summary-link {
  position: relative;
  display: inline-block;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  -webkit-transition: color 0.35s, border-color 0.35s;
  transition: color 0.35s, border-color 0.35s;
}

@media all and (min-width: 640px) {
  .post__summary-link {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333;
  }
}



.post__text {
  width: 100%;
  max-width: 1038px;
}

.post__text > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.post__text p:not([class]) {
  margin: 25px 0;
}

.post__text > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}

.post__text h2:not([class]) {
  margin: 30px 0 20px;
  font-weight: 700;
  font-size: 36px;
  font-size: 2.25rem;
  line-height: 1.36111;
}

@media all and (min-width: 640px) {
  .post__text h2:not([class]) {
    margin: 50px 0 35px;
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.325;
  }
}

.post__text h3:not([class]) {
  margin: 35px 0 25px;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.45455;
  letter-spacing: 1.1px;
}

@media all and (min-width: 640px) {
  .post__text h3:not([class]) {
    margin: 70px 0 40px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35714;
    letter-spacing: 5.6px;
  }
}

.post__text figure {
  margin: 30px 0 40px;
}

@media all and (min-width: 640px) {
  .post__text figure {
    margin: 40px 0;
  }
}

.post__text figcaption {
  margin-top: 15px;
  text-align: center;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.25;
  color: #999999;
}

@media all and (min-width: 640px) {
  .post__text figcaption {
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.22222;
  }
}


@media all and (min-width: 640px) {
  .post__text blockquote {
    margin: 62px 40px 110px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}

.post__text blockquote:before {
  content: "";
  position: absolute;
  left: -40px;
  top: -26px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -280px -232px;
  width: 25px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

@media all and (min-width: 1900px) {
  .post__text blockquote:before {
    left: -51px;
  }
}



.post__text blockquote .blockquote-author {
  position: absolute;
  left: 0;
  top: 100%;
  display: inline-block;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  padding-right: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.22222;
  color: #867e7a;
  background-color: #fff;
}

.post__text ol {
  margin: 30px 0 30px 45px;
  padding: 0;
  list-style: none;
  counter-reset: list;
}

@media all and (min-width: 640px) {
  .post__text ol {
    margin: 48px 0 50px 53px;
  }
}

.post__text ol li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  color: #676767;
}

@media all and (min-width: 640px) {
  .post__text ol li {
    margin-bottom: 55px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.72727;
  }
}

.post__text ol li:last-child {
  margin-bottom: 0;
}

.post__text ol li:before {
  counter-increment: list;
  content: counter(list) ".";
  position: absolute;
  left: -7px;
  top: 1px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.7;
  color: #000;
}

@media all and (min-width: 640px) {
  .post__text ol li:before {
    top: -1px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.58333;
  }
}

.post__text ol li:after {
  content: "";
  position: absolute;
  left: -47px;
  top: 8px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -326px -48px;
  width: 12px;
  height: 18px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__text ul {
  margin: 30px 0 30px 45px;
  padding: 0;
  list-style: none;
  counter-reset: list;
}

@media all and (min-width: 640px) {
  .post__text ul {
    margin: 48px 0 50px 53px;
  }
}

.post__text ul li {
  position: relative;
  margin-bottom: 20px;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 2;
  color: #676767;
}

@media all and (min-width: 640px) {
  .post__text ul li {
    margin-bottom: 55px;
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.72727;
  }
}

.post__text ul li:last-child {
  margin-bottom: 0;
}

.post__text ul li:after {
  content: "";
  position: absolute;
  left: -30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -326px -48px;
  width: 12px;
  height: 18px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.post__text .footnote {
  position: relative;
  width: 100%;
  max-width: 1000px;
  margin: 40px 0;
  padding-left: 40px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.4;
}

@media all and (min-width: 640px) {
  .post__text .footnote {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.33333;
  }
}


.post__text .gallery {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-rows: auto;
  grid-gap: 15px;
  margin-bottom: 40px;
}

@media all and (min-width: 480px) and (max-width: 1399px) {
  .post__text .gallery {
    grid-gap: 20px;
  }
}

@media all and (min-width: 1400px) {
  .post__text .gallery {
    grid-gap: 40px;
  }
}

.post__text .gallery__item {
  overflow: hidden;
  position: relative;
  padding-bottom: 64%;
  background-color: #000;
}

@media all and (max-width: 599px) {
  .post__text .gallery__item {
    grid-column: 4 span / 4 span;
  }
}

@media all and (min-width: 600px) {
  .post__text .gallery__item:nth-child(4n + 1) {
    grid-column: 2 span / 2 span;
  }
  .post__text .gallery__item:nth-child(4n) {
    grid-column: 2 span / 2 span;
  }
}

.post__text .gallery__item img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: "object-fit: cover; object-position: center;";
}

.post__text .gallery__item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.post__text .two-column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin: 40px 0;
}

@media all and (min-width: 1600px) {
  .post__text .two-column {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

@media all and (min-width: 1900px) {
  .post__text .two-column {
    margin: 40px -70px 40px 0;
  }
}

.post__text .two-column > * > *:first-child {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.post__text .two-column > * > *:last-child {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}



@media all and (min-width: 640px) {
  .post__text .two-column > *:nth-child(2) {
    margin-bottom: 40px;
    padding: 24px 0 20px 40px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.55556;
  }
}

@media all and (min-width: 1600px) {
  .post__text .two-column > *:nth-child(2) {
    width: 400px;
    margin-left: 40px;
    margin-bottom: 0;
  }
}

.post__text .two-column > *:nth-child(2) p {
  margin: 20px 0;
}

@media all and (min-width: 640px) {
  .post__text .two-column > *:nth-child(2) p {
    margin: 30px 0;
  }
}

.post .banner {
  margin-bottom: 50px;
}

.post .banner > * {
  width: 100%;
}

.post .link-parts {
  position: relative;
  display: inline-block;
  margin: 10px 20px 10px 0;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.66667;
  letter-spacing: 0.9px;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 480px) and (max-width: 767px) {
  .post .link-parts {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.45455;
    letter-spacing: 1.1px;
  }
}

@media all and (min-width: 768px) {
  .post .link-parts {
    margin: 18px 20px 18px 65px;
    font-size: 28px;
    font-size: 1.75rem;
    line-height: 1.35714;
  }
}



@media all and (min-width: 1900px) {
  .post .link-parts {
    margin: 18px 20px 18px 0;
  }
}



@media all and (min-width: 768px) {
  .post .link-parts:after {
    content: "";
    position: absolute;
    left: -23px;
    top: 8px;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    background-image: url(../img/png-sprite/96dpi/sprite.png);
    background-position: -326px 0px;
    width: 15px;
    height: 22px;
    background-size: 341px, 298px;
    background-repeat: no-repeat;
    -webkit-transition: -webkit-transform 0.35s;
    transition: -webkit-transform 0.35s;
    transition: transform 0.35s;
    transition: transform 0.35s, -webkit-transform 0.35s;
  }
}

.post .link-parts > span {
  border-bottom: 2px dotted #dddddd;
  -webkit-transition: border-color 0.35s;
  transition: border-color 0.35s;
}


.post .link-parts + p {
  margin-top: 20px;
}

@media all and (min-width: 768px) {
  .post .link-parts + p {
    margin-top: 60px;
  }
}

.post .author-post {
  margin-top: 25px;
}

@media all and (min-width: 640px) {
  .post .author-post {
    margin-top: 50px;
  }
}

.post .comments {
  width: 100%;
  max-width: 1020px;
}

@media all and (min-width: 640px) {
  .post .comments__list {
    padding-left: 43px;
  }
}

.banner {
  display: block;
}

.distance {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

@media all and (min-width: 1280px) {
  .distance {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.distance__content {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  margin: 0 0 20px;
  padding: 40px 30px 40px 60px;
  list-style: none;
  background-color: #fffbf9;
}

@media all and (min-width: 480px) {
  .distance__content {
    margin: 0 0 40px;
    padding: 62px 50px 50px 80px;
  }
}

@media all and (min-width: 1600px) {
  .distance__content {
    width: 400px;
    margin: 15px 0 0 85px;
  }
}

.distance__item {
  position: relative;
  margin-bottom: 25px;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
}

@media all and (min-width: 480px) {
  .distance__item {
    font-size: 22px;
    font-size: 1.375rem;
    line-height: 1.27273;
  }
}

.distance__item:last-child {
  margin-bottom: 0;
}



.distance__item a {
  text-decoration: underline;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}



.distance__item-place {
  color: #919191;
}

.distance__item.star-icon span,
.distance__item.location-icon span {
  font-size: 34px;
  font-size: 2.125rem;
  line-height: 0.76471;
}

@media all and (min-width: 480px) {
  .distance__item.star-icon span,
  .distance__item.location-icon span {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 0.7;
  }
}

.distance__item.star-icon:before,
.distance__item.location-icon:before {
  content: "";
  position: absolute;
  display: inline-block;
}

.distance__item.star-icon:before {
  left: -40px;
  top: -2px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -146px -232px;
  width: 31px;
  height: 29px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.distance__item.location-icon:before {
  left: -34px;
  top: -2px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -235px -155px;
  width: 21px;
  height: 25px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 15px;
}

@media all and (min-width: 768px) {
  .author {
    padding-left: 0;
  }
}


.author__thumb {
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 79px;
  height: 79px;
  margin-right: 17px;
  border-radius: 50em;
}

.author__first-name {
  margin-top: 13px;
  margin-bottom: 5px;
  font-weight: 700;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 0.85;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.author__last-name {
  margin-bottom: 10px;
  font-weight: 700;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.21429;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

.author__city {
  text-transform: uppercase;
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.33333;
  color: #c4b8b2;
}

.share {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px 0 40px 0;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .share {
    margin: 80px 0 100px;
  }
}

@media all and (min-width: 1024px) {
  .share {
    margin: 100px 0 120px;
  }
}


.share:before {
  top: 51%;
  -webkit-transform: translate(-120%, -100%) skewX(35deg);
  transform: translate(-120%, -100%) skewX(35deg);
}

.share:after {
  -webkit-transform: translate(-120%, 0%) skewX(-35deg);
  transform: translate(-120%, 0%) skewX(-35deg);
}

.share__link {
  overflow: hidden;
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 25px 60px;
  font-weight: 500;
  text-align: left;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1;
  color: #fff;
}

@media all and (min-width: 480px) and (max-width: 639px) {
  .share__link {
    font-size: 26px;
    font-size: 1.625rem;
    line-height: 1;
  }
}

@media all and (min-width: 640px) and (max-width: 1023px) {
  .share__link {
    font-size: 36px;
    font-size: 2.25rem;
    line-height: 1;
  }
}

@media all and (max-width: 639px) {
  .share__link {
    padding: 25px 40px 25px 45px;
  }
}

@media all and (min-width: 768px) {
  .share__link {
    padding: 34px 82px;
  }
}




.share__link:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.share__link:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.share__link > span {
  display: inline-block;
}

@media all and (min-width: 768px) {
  .share__link > span:before,
  .share__link > span:after {
    content: "";
    position: absolute;
    z-index: 1;
    top: 50%;
    left: -100px;
    width: 25px;
    height: 50%;
    background-color: white;
    -webkit-transition: left 0.5s;
    transition: left 0.5s;
  }
}

.share__link > span:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.share__link > span:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.share__link > span span {
  font-weight: 700;
}

.map {
  width: 100%;
  max-width: 1038px;
  height: 360px;
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .map {
    height: 470px;
    margin: 50px 0;
  }
}

.comments {
  margin: 40px 0;
}

@media all and (min-width: 768px) {
  .comments {
    margin: 50px 0;
  }
}

.comments__title {
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.43333;
}

@media all and (min-width: 640px) {
  .comments__title {
    font-size: 40px;
    font-size: 2.5rem;
    line-height: 1.325;
  }
}


.comments__header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.comments__header:before,
.comments__header:after {
  content: "";
  position: absolute;
  top: 38px;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 27px;
  background-color: #faf8f6;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
  pointer-events: none;
}

@media all and (min-width: 640px) {
  .comments__header:before,
  .comments__header:after {
    left: -50px;
  }
}

.comments__header:before {
  top: 39px;
  -webkit-transform: translate(-100%, -100%) skewX(35deg);
  transform: translate(-100%, -100%) skewX(35deg);
}

.comments__header:after {
  -webkit-transform: translate(-100%, 0%) skewX(-35deg);
  transform: translate(-100%, 0%) skewX(-35deg);
}

.comments__author {
  margin-right: 42px;
  margin-bottom: 20px;
}

.comments__liked {
  position: relative;
  margin-bottom: 20px;
  padding: 5px 40px 5px 10px;
  font-weight: 700;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  color: #c4b8b2;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 1024px) {
  .comments__liked:hover {
    color: #000;
  }
  .comments__liked:hover:before {
    opacity: 0;
  }
  .comments__liked:hover:after {
    opacity: 1;
  }
}

.comments__liked:before,
.comments__liked:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

.comments__liked:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -33px -271px;
  width: 29px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.comments__liked:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -66px -271px;
  width: 29px;
  height: 27px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  opacity: 0;
}

.comments__liked.active {
  color: #000;
}

.comments__liked.active:before {
  opacity: 0;
}

.comments__liked.active:after {
  opacity: 1;
}

.comments__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.comments__item {
  margin-bottom: 30px;
}

@media all and (min-width: 640px) {
  .comments__item {
    margin-bottom: 45px;
  }
}

.comments__item:last-child {
  margin-bottom: 0;
}

.comments__content {
  padding: 0 10px;
}

@media all and (min-width: 640px) {
  .comments__content {
    padding: 0 10px 0 36px;
  }
}



.comments__add-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 0 10px 0 36px;
}

@media all and (min-width: 1024px) {
  .comments__add-content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media all and (min-width: 1900px) {
  .comments__add-content {
    margin-right: -50px;
  }
}



.comments__add-text::-webkit-input-placeholder {
  color: #676767;
}

.comments__add-text::-moz-placeholder {
  color: #676767;
}

.comments__add-text:-ms-input-placeholder {
  color: #676767;
}

.comments__add-text::-ms-input-placeholder {
  color: #676767;
}

.comments__add-text::placeholder {
  color: #676767;
}

.comments__add-btn {
  overflow: hidden;
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
  padding: 5px 10px 5px 30px;
  font-weight: 700;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.11111;
}

@media all and (max-width: 359px) {
  .comments__add-btn {
    padding: 5px 10px 5px 25px;
    font-size: 17px;
    font-size: 1.0625rem;
    line-height: 1.11765;
  }
}

@media all and (min-width: 480px) and (max-width: 639px) {
  .comments__add-btn {
    padding: 5px 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.1;
  }
}

@media all and (min-width: 640px) {
  .comments__add-btn {
    padding: 5px 30px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.08333;
  }
}

@media all and (min-width: 1024px) {
  .comments__add-btn:hover:before,
  .comments__add-btn:hover:after {
    left: 95%;
  }
}



.comments__add-btn:before {
  top: 51%;
  -webkit-transform: translateY(-100%) skewX(35deg);
  transform: translateY(-100%) skewX(35deg);
}

.comments__add-btn:after {
  -webkit-transform: translateY(0%) skewX(-35deg);
  transform: translateY(0%) skewX(-35deg);
}

.comments__add-btn span {
  display: inline-block;
}



.registration .footer {
  margin-top: auto;
}

.registration .page__header {
  margin-top: 40px;
}

@media all and (min-width: 1024px) {
  .registration .page__header {
    margin-top: 80px;
  }
}

.registration__inner {
  padding-bottom: 40px;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
  .registration__inner {
    padding-bottom: 60px;
  }
}

@media all and (min-width: 1024px) {
  .registration__inner {
    padding-bottom: 80px;
  }
}

.registration__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media all and (min-width: 1280px) {
  .registration__form {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
}

.registration__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 30px;
}

@media all and (min-width: 768px) {
  .registration__row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin-bottom: 50px;
  }
}

.registration__row-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px;
}

@media all and (min-width: 768px) {
  .registration__row-item {
    margin-bottom: 0;
  }
}

.registration__row > * {
  width: 100%;
}

@media all and (min-width: 768px) {
  .registration__row > * {
    width: 48.5% !important;
  }
}

@media all and (min-width: 1024px) {
  .registration__row > * {
    width: 47% !important;
  }
}

.registration__load-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}

.registration__load-thumb[src="#"] {
  display: none;
}

.registration__load-label {
  overflow: hidden;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  min-height: 280px;
  padding: 40px;
  text-align: center;
  font-weight: 400;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1;
  color: #adadad;
  background-color: #f5f5f5;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
  cursor: pointer;
}

@media all and (min-width: 480px) and (max-width: 1023px) {
  .registration__load-label {
    min-height: 400px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}



@media all and (min-width: 1400px) and (max-width: 1699px) {
  .registration__load-label {
    min-height: auto;
    padding: 60px 40px;
  }
}

.registration__load-label:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 280px;
  height: 280px;
  border-radius: 50em;
  background-color: #f9f9f9;
}

@media all and (min-width: 480px) {
  .registration__load-label:before {
    left: 40px;
    top: 40px;
    right: 40px;
    bottom: 40px;
    -webkit-transform: none;
    transform: none;
  }
}

.registration__load-label.on span {
  display: none;
}

.registration__load-label.on .registration__load-icon {
  display: none;
}

.registration__load-text {
  position: relative;
  margin-top: 25px;
}

@media all and (min-width: 480px) {
  .registration__load-text {
    margin-top: 40px;
  }
}

.registration__load-icon {
  position: relative;
  max-width: 130px;
  -webkit-transform: translateX(-30px);
  transform: translateX(-30px);
}

@media all and (min-width: 480px) {
  .registration__load-icon {
    max-width: none;
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
  }
}

.registration__load-thumb {
  position: relative;
}

.registration__aside {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

@media all and (min-width: 1500px) {
  .registration__aside {
    width: 480px;
    margin-left: 80px;
    margin-top: 65px;
  }
}

.registration__content {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media all and (min-width: 1900px) {
  .registration__content {
    margin-left: -40px;
  }
}

.registration__caption {
  position: relative;
  display: inline-block;
  margin-bottom: 30px;
  font-weight: 700;
  font-size: 26px;
  font-size: 1.625rem;
  line-height: 1.23077;
}

@media all and (min-width: 768px) {
  .registration__caption {
    /*padding-left: 40px;*/
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.registration__caption-box {
  overflow: hidden;
  width: 100%;
}


.registration__caption span {
  font-weight: 500;
  color: #969696;
}

.registration__btn {
  padding: 25px 25px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1;
  z-index: 1;
}

@media all and (min-width: 360px) and (max-width: 479px) {
  .registration__btn {
    padding: 25px 40px;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1;
  }
}

@media all and (min-width: 480px) {
  .registration__btn {
    padding: 25px 60px;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1;
  }
}

.registration__meta {
  display: block;
  width: 100%;
  max-width: 600px;
  margin-top: 25px;
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.55556;
}

@media all and (min-width: 768px) {
  .registration__meta {
    margin-top: 65px;
  }
}

@media all and (min-width: 1500px) {
  .registration__meta {
    max-width: 360px;
  }
}

.registration__meta a {
  text-decoration: underline;
  color: #676767;
  -webkit-transition: color 0.35s;
  transition: color 0.35s;
}

@media all and (min-width: 1024px) {
  .registration__meta a:hover {
    color: rgba(239, 37, 45, 0.8);
    text-decoration: underline;
  }
}

.registration__message {
  width: 100%;
  height: 300px;
  margin-bottom: 60px;
  padding: 30px;
  border: none;
  font-weight: 400;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.25;
  background-color: #f5f5f5;
  resize: none;
}

@media all and (min-width: 480px) {
  .registration__message {
    height: 405px;
  }
}

@media all and (min-width: 1024px) {
  .registration__message {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1.2;
  }
}

.registration__message::-webkit-input-placeholder {
  color: #969696;
}

.registration__message::-moz-placeholder {
  color: #969696;
}

.registration__message:-ms-input-placeholder {
  color: #969696;
}

.registration__message::-ms-input-placeholder {
  color: #969696;
}

.registration__message::placeholder {
  color: #969696;
}


.registration .search-block__item:after {
  -webkit-transform: translateY(-50%) rotateX(0);
  transform: translateY(-50%) rotateX(0);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -202px -184px;
  width: 17px;
  height: 11px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.registration .search-block__input {
  margin: 0;
  width: 100%;
  color: #000;
}

.registration .search-block__input::-webkit-input-placeholder {
  color: #000;
}

.registration .search-block__input::-moz-placeholder {
  color: #000;
}

.registration .search-block__input:-ms-input-placeholder {
  color: #000;
}

.registration .search-block__input::-ms-input-placeholder {
  color: #000;
}

.registration .search-block__input::placeholder {
  color: #000;
}

.input-box {
  width: 100%;
  margin-bottom: 30px;
}

.input-box__field {
  display: block;
  width: 100%;
  padding: 20px;
  color: #000;
  background-color: #f5f5f5;
}

@media all and (min-width: 768px) {
  .input-box__field {
    padding: 23px 40px;
  }
}

.input-box__field:focus + * {
  opacity: 0;
}

.input-box__placeholder {
  position: relative;
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1;
}

@media all and (min-width: 1024px) {
  .input-box__placeholder {
    font-size: 30px;
    font-size: 1.875rem;
    line-height: 1;
  }
}

.input-box__text {
  position: absolute;
  left: 20px;
  top: 20px;
  display: block;
  pointer-events: none;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
  white-space: nowrap;
}

@media all and (min-width: 768px) {
  .input-box__text {
    left: 40px;
    top: 25px;
  }
}



.search-block__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

@media all and (min-width: 1280px) {
  .search-block__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.search-block__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  font-size: 18px;
  font-size: 1.125rem;
  line-height: 1.33333;
}

@media all and (min-width: 375px) and (max-width: 599px) {
  .search-block__row {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media all and (min-width: 600px) {
  .search-block__row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: auto;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 900px) and (max-width: 1280px) {
  .search-block__row {
    width: calc(100% + 30px);
    margin: 0 -15px;
  }
}

@media all and (min-width: 1500px) {
  .search-block__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

.search-block__item {
  position: relative;
  width: 100%;
  margin: 10px 0;
  padding-bottom: 2px;
  border-bottom: 3px solid rgba(255, 255, 255, 0.5);
}

@media all and (min-width: 600px) {
  .search-block__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media all and (min-width: 900px) {
  .search-block__item:nth-child(1) {
    width: 290px;
  }
  .search-block__item:nth-child(2) {
    width: 480px;
  }
  .search-block__item:nth-child(3) {
    width: 320px;
  }
}

@media all and (min-width: 900px) and (max-width: 1499px) {
  .search-block__item {
    margin: 10px 15px;
  }
}

@media all and (min-width: 1500px) {
  .search-block__item {
    margin: 10px 40px 10px 0;
  }
  .search-block__item:nth-child(1) {
    width: 290px;
  }
  .search-block__item:nth-child(2) {
    width: 480px;
  }
  .search-block__item:nth-child(3) {
    width: 320px;
  }
}

.search-block__item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -223px -184px;
  width: 17px;
  height: 11px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
  pointer-events: none;
}

.search-block__label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 5px;
  padding: 4px 0 5px;
  font-weight: 500;
}

@media all and (min-width: 375px) {
  .search-block__label {
    padding: 6px 0 10px;
  }
}

.search-block__link {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 20px 0;
  white-space: nowrap;
  font-weight: 500;
  font-size: 20px;
  font-size: 1.25rem;
  line-height: 1.3;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}

@media all and (min-width: 375px) {
  .search-block__link {
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 1.25;
  }
}

@media all and (min-width: 1024px) {
  .search-block__link:hover {
    opacity: 0.75;
  }
}

.search-block__link:before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 10px;
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -137px;
  width: 21px;
  height: 28px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.search-block select {
  pointer-events: none;
}

.search-block__input {
  display: block;
  width: 100%;
  padding: 6px 30px 10px 0;
  font-weight: 500;
  color: #fff;
  cursor: pointer;
}



.search-block__input::-webkit-input-placeholder {
  color: #fff;
}

.search-block__input::-moz-placeholder {
  color: #fff;
}

.search-block__input:-ms-input-placeholder {
  color: #fff;
}

.search-block__input::-ms-input-placeholder {
  color: #fff;
}

.search-block__input::placeholder {
  color: #fff;
}



.search-block_light .search-block__inner {
  color: #000;
}

.search-block_light .search-block__item {
  border-color: rgba(0, 0, 0, 0.5);
}

.search-block_light .search-block__item:after {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -181px -184px;
  width: 17px;
  height: 11px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

.search-block_light .search-block__input {
  color: #000;
}

.search-block_light .search-block__input::-webkit-input-placeholder {
  color: #000;
}

.search-block_light .search-block__input::-moz-placeholder {
  color: #000;
}

.search-block_light .search-block__input:-ms-input-placeholder {
  color: #000;
}

.search-block_light .search-block__input::-ms-input-placeholder {
  color: #000;
}

.search-block_light .search-block__input::placeholder {
  color: #000;
}

.search-block_light .search-block__link:before {
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -285px -105px;
  width: 21px;
  height: 28px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
}

@media all and (min-width: 1024px) {
  .search-block_light .search-block__link:hover {
    opacity: 0.65;
  }
}

.autocomplete-suggestions {
  overflow-y: auto;
  width: 100% !important;
  max-width: none !important;
  top: 100%;
  margin: 15px 0 0;
  padding: 0;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(239, 37, 45, 0.17);
  box-shadow: 0 2px 4px 0 rgba(239, 37, 45, 0.17);
  background-color: #fff;
}

.autocomplete-suggestions strong {
  color: #000;
}



@media all and (min-width: 375px) and (max-width: 479px) {
  .autocomplete-suggestion {
    padding: 12px 25px;
  }
}

@media all and (min-width: 480px) {
  .autocomplete-suggestion {
    padding: 15px 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media all and (min-width: 1024px) {
  .autocomplete-suggestion:not(.selected):hover {
    background-color: rgba(239, 37, 45, 0.2);
  }
}

.autocomplete-selected {
  background-color: rgba(239, 37, 45, 0.2);
}

.jq-selectbox,
.jq-select-multiple {
  width: 100%;
}

@media all and (min-width: 600px) {
  .jq-selectbox,
  .jq-select-multiple {
    position: static;
  }
}

@media all and (min-width: 900px) {
  .jq-selectbox,
  .jq-select-multiple {
    width: auto;
  }
}

.jq-selectbox.opened .jq-selectbox__select-text:after,
.jq-select-multiple.opened .jq-selectbox__select-text:after {
  -webkit-transform: translateY(-50%) rotateX(180deg);
  transform: translateY(-50%) rotateX(180deg);
}


@media all and (min-width: 375px) and (max-width: 479px) {
  .jq-selectbox li,
  .jq-select-multiple li {
    padding: 12px 25px;
  }
}

@media all and (min-width: 480px) {
  .jq-selectbox li,
  .jq-select-multiple li {
    padding: 15px 30px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.3;
  }
}

@media all and (min-width: 1024px) {
  .jq-selectbox li:not(.selected):hover,
  .jq-select-multiple li:not(.selected):hover {
    background-color: rgba(239, 37, 45, 0.2);
  }
}

.jq-selectbox li:last-child,
.jq-select-multiple li:last-child {
  margin-bottom: 0;
}

.jq-selectbox li.selected,
.jq-select-multiple li.selected {
  background-color: rgba(239, 37, 45, 0.2);
}

.jq-selectbox__select-text {
  position: relative;
  padding: 6px 50px 10px 0;
  font-weight: 700;
  cursor: pointer;
}

.jq-selectbox__select-text:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%) rotateX(0);
  transform: translateY(-50%) rotateX(0);
  background-image: url(../img/png-sprite/96dpi/sprite.png);
  background-position: -223px -184px;
  width: 17px;
  height: 11px;
  background-size: 341px, 298px;
  background-repeat: no-repeat;
  -webkit-transition: -webkit-transform 0.35s;
  transition: -webkit-transform 0.35s;
  transition: transform 0.35s;
  transition: transform 0.35s, -webkit-transform 0.35s;
}

.jq-selectbox__dropdown {
  left: 0;
  width: 100% !important;
}

.jq-selectbox__dropdown ul {
  padding: 0;
  margin: 15px 0 0;
  border-radius: 15px;
  -webkit-box-shadow: 0 2px 4px 0 rgba(239, 37, 45, 0.17);
  box-shadow: 0 2px 4px 0 rgba(239, 37, 45, 0.17);
  background-color: #fff;
}

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

/* Comment block */
.popular {
  margin: 80px 0 90px;
}
.popular_inner {
  display: flex;
  align-items: center;
}
.popular_nav_text {
  display: flex;
  flex-wrap: wrap;
  max-width: 1210px;
  width: 100%;
  padding-left: 23px;
  color: #000;
}
.popular_nav_text li {
  list-style: none;
  transition: 0.35s;
  margin: 0 15px;
  font-size: 22px;
  font-weight: 400;
}
.popular_nav_text a {
  padding: 3px 0 0;
  padding-bottom: 2px;
  border-bottom: 1px solid #000;
  transition: all 0.2s linear;
}

.popular_nav_text .nav_text_active:hover {
  border-bottom-color: transparent;
}
.popular_img .header__user {
  width: 85px;
  height: 85px;
  margin-left: 0;
}
.popular_nav_text .popular_active {
  border-bottom: 0;
}

.popular_inner_left {
  display: flex;
  align-items: center;
}
.popular_inner_right {
  max-width: 417px;
  width: 100%;
  margin-left: auto;
}
.inner_right_stat {
  max-width: 417px;
  width: 100%;
  display: flex;
  list-style: none;
}
.inner_right_stat li {
  font-size: 18px;
  font-weight: 400;
  color: #615b5b;
  margin-right: 15px;
}
.inner_right_stat li:first-child a:after {
  display: none;
}
.inner_right_stat li:last-child {
  margin-right: 0;
}
.inner_right_stat li:first-child {
  color: #bbbbbb;
  border-bottom: 0;
}
.inner_right_stat a {
  padding-bottom: 8px;
  position: relative;
}
.inner_right_stat a:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 3px;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    from(#c0c0c0),
    color-stop(50%, #c0c0c0),
    color-stop(50%, transparent),
    to(transparent)
  );
  background-image: -webkit-linear-gradient(
    left,
    #c0c0c0,
    #c0c0c0 50%,
    transparent 50%,
    transparent 100%
  );
  background-image: linear-gradient(
    90deg,
    #c0c0c0,
    #c0c0c0 50%,
    transparent 50%,
    transparent 100%
  );
  background-size: 6px 6px;
}
/* Quotes */
.quotes {
  margin-bottom: 650px;
}
.quotes_inner {
  display: flex;
  align-items: center;
}
.quotes_left {
  max-width: 1700px;
  padding-right: 15px;
}
.quotes_left_inner {
  display: flex;
  margin-bottom: 50px;
}
.quote_man {
  width: 85px;
  height: 85px;
  margin: 0 15px 0 43px;
}
.wayarrow_quote_inner {
  display: flex;
  align-items: center;
}
.quotes_left_img {
  display: flex;
  align-items: center;
}
.img_text_top {
  font-size: 20px;
  font-weight: bold;
}
.img_text_middle {
  font-size: 14px;
  font-weight: medium;
}
.img_text_bottom {
  font-size: 12px;
  font-weight: medium;
  color: #c4b8b2;
  text-transform: uppercase;
}
.quotes_left_info {
  margin-left: 240px;
  margin-top: 25px;
}
.img_stat {
  display: flex;
  align-items: center;
}
.img_stat_count {
  font-size: 24px;
  color: #c4b8b2;
  font-weight: bold;
  margin-left: 50px;
  margin-right: 6px;
}
.img_stat img {
  padding: 0;
}
.quote_heart {
  margin-right: 22px;
}
.quotes_right {
  max-width: 445px;
  padding-left: 70px;
}
.material_inner {
  padding-left: 70px;
}
.material {
  padding-left: 35px;
  position: relative;
  margin-bottom: 115px;
}
.material:last-child {
  margin-bottom: 0;
}

.material_title {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  color: #c4b8b2;
  margin-bottom: 20px;
}
.material_text {
  font-size: 24px;
  font-weight: bold;
  transition: color 0.2s linear;
}


/* Media not done for comment page */

/* Favorite_gallery */
.favorite_inner {
  display: flex;
}
.favorite_gallery {
  padding-bottom: 500px;
}

.gallery_intro_main {
  display: flex;
  flex-wrap: wrap;
  max-width: 1440px;
  width: 100%;
}
.gallery_inner {
  padding-left: 145px;
  display: flex;
  max-width: 29%;
  width: 100%;
  background-color: #faf8f6;
  margin-bottom: 38px;
  margin-right: 40px;
  transition: background 0.2s linear;
  position: relative;
  min-height: 120px;
}



.gallery_inner:hover .gallery_arrow {
  left: 110px;
  visibility: visible;
}
.gallery_inner:hover {
  background-color: transparent;
}
.gallery_inner:hover .inner_stat_intro {
  opacity: 0;
}
.gallery_inner:hover .gallery_inner_img {
  transform: translateX(-10px);
}
.gallery_inner:hover .gallery_inner_img img {
  opacity: 0.6;
}
.gallery_inner_img {
  position: absolute;
  background-color: #000;
  top: 0;
  z-index: 30;
  left: 0;
  width: 120px;
  height: 120px;
  transition: all 0.2s linear;
}
.gallery_inner_img img {
  transition: opacity 0.2s linear;
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.inner_stat_intro {
  margin: 25px 0 0 0;
  max-width: 248px;
  transition: all 0.2s linear;
}
.gallery_inner_stat {
  font-size: 24px;
  font-weight: medium;
  color: #36172a;
}
.inner_stat_span {
  font-size: 14px;
  font-weight: 400;
}
.gallery_inner_text {
  font-size: 14px;
  font-weight: medium;
}
.inner_text_span {
  color: #c4b8b2;
}
.gallery_aside {
  max-width: 315px;
  text-align: left;
}
.aside_nav {
  margin-top: 46px;
  padding-left: 0px;
}
.aside_nav li {
  list-style: none;
  font-size: 22px;
  font-weight: 400;
  margin: 15px 0;
  padding-left: 20px;
  position: relative;
}

.aside_nav li a {
  border-bottom: 1px solid #000;
  transition: all 0.2s linear;
}

.aside_title {
  font-size: 40px;
  font-weight: bold;
  line-height: 32px;
}

/* Profile_inner */
.profile_inner {
  max-width: 1170px;
  width: 100%;
}
.profile_inner .share:before,
.profile_inner .share:after {
  left: 95px;
}
.profile_inner .share {
  padding-left: 95px;
}
.profile_inner .registration__content {
  margin-left: 0;
}

/* articles */
h1 img {
  margin-top: -10px;
}
.articles .filter {
  padding: 0;
}
.articles .filter__content-bottom > *:nth-child(8n + 8) {
  grid-column: 2 span / 2 span;
}
.articles .filter__content-bottom > *:nth-child(8n + 5),
.articles .filter__content-bottom > *:nth-child(8n + 4) {
  grid-column: 1 span / 1 span;
}
.articles .filter__content-bottom > *:nth-child(8n + 1) {
  grid-column: 2 span / 2 span;
}
.articles .single-place {
  position: relative;
}
.articles_devices {
  position: absolute;
  width: 100%;
  max-width: 100%;
  z-index: 1;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  justify-content: center;
}
.articles .single-place__link:hover:before {
  display: none;
}
.articles .single-place {
  position: relative;
}
.articles .single-place:before {
  content: "";
  position: absolute;
  z-index: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.77);
  opacity: 0;
  -webkit-transition: opacity 0.35s;
  transition: opacity 0.35s;
}
.popular_img .header__user:hover {
  opacity: 1;
}
.articles .single-place:hover:before {
  opacity: 1;
}

.articles_devices-icon img {
  transition: all 0.2s linear;
}
.articles_devices-icon:hover img {
  transform: scale(1.2);
}
.articles .single-place:hover .articles_devices-icon {
  opacity: 1;
}
.articles_icon-1 {
  background-color: #fff;
  margin-right: 35px;
}
.check {
  opacity: 1;
  pointer-events: none;
  position: absolute;
  top: 20px;
  left: 30px;
  z-index: 200;
}
.articles .single-place__title {
  padding: 20px 20px 20px 40px;
}
.articles .filter__content-bottom {
  width: 100%;
}
.articles .share:before,
.articles .share:after {
  left: 95px;
}
.share:before,
.articles .share:after {
  z-index: 20;
}
.articles .share {
  padding-left: 95px;
  margin: 100px 0 120px;
}
.articles {
  padding-bottom: 200px;
}
.articles {
  margin-top: -80px;
}
.profile_inner .share__link {
  min-width: 540px;
}
@media (max-width: 1732px) {
  .popular_nav_text li {
    margin: 0 15px 10px 15px;
  }
  .popular_img img {
    width: 85px;
    height: 85px;
    max-width: initial;
  }
}
@media (max-width: 1400px) {
  .gallery_inner {
    margin-right: 15px;
  }
}
@media (max-width: 1340px) {
  .gallery_aside {
    max-width: 362px;
  }
  .gallery_aside .aside_nav {
    display: flex;
    flex-wrap: wrap;
    margin-top: 20px;
  }
  .gallery_aside {
    margin-top: 20px;
  }
  .aside_nav li {
    margin-right: 15px;
  }
  .inner_stat_intro {
    margin: 25px 0px 0 0;
  }
  .gallery_inner {
    max-width: 30%;
  }
}
@media (max-width: 1275px) {
  .popular_nav_text {
    padding-left: 33px;
  }
}
@media (max-width: 1155px) {
  .gallery_inner {
    max-width: 30%;
  }
}
@media (max-width: 1100px) {
  .wayarrow {
    display: none;
  }
  .quote_man {
    margin: 0 15px 0 0;
  }
  .quotes_inner {
    padding: 0 15px;
  }
  .quotes_left_info {
    margin-left: 30px;
  }
  .quotes_right {
    padding-left: 0px;
  }
  .quotes {
    margin-bottom: 100px;
  }
}
@media (max-width: 1064px) {
  .articles .filter__content-bottom > *:nth-child(8n + 5),
  .articles .filter__content-bottom > *:nth-child(8n + 4) {
    grid-column: 2 span / 2 span;
  }
}
@media (max-width: 1008px) {
  .popular_inner_right {
    display: none;
  }
  .popular_nav_text {
    justify-content: flex-end;
  }
  .favorite_gallery {
    padding-bottom: 100px;
  }
}
@media (max-width: 900px) {
  .gallery_inner {
    max-width: 48%;
  }
}
@media (max-width: 785px) {
  .gallery_inner {
    max-width: 46%;
  }
}
@media (max-width: 768px) {
  .articles .share {
    padding-left: 0;
  }
  .articles .share .share__link {
    margin: 0 auto;
  }
  .articles {
    padding-bottom: 5px;
  }
  .quotes_left_inner {
    display: block;
  }
  .material_inner {
    padding-left: 15px;
    margin-top: 15px;
  }
  .material_title {
    margin-bottom: 10px;
  }
  .material:before {
    top: 25%;
  }
  .profile_inner .share {
    padding-left: 0;
  }
  .profile_inner .share__link {
    margin: 0 auto;
  }
}
@media (max-width: 645px) {
  .articles .filter__content-bottom > *:nth-child(8n + 5),
  .articles .filter__content-bottom > *:nth-child(8n + 4),
  .articles .filter__content-bottom > *:nth-child(8n + 1),
  .articles .filter__content-bottom > *,
  .articles .filter__content-bottom > *:nth-child(8n + 8) {
    grid-column: 4 span / 4 span;
  }
}
@media (max-width: 640px) {
  .articles .share__link:before,
  .articles .share__link:after {
    width: 89%;
  }
  .popular {
    margin: 0 0 55px;
  }
}
@media (max-width: 600px) {
  .articles_devices {
    top: 35%;
  }
}
@media (max-width: 595px) {
  .gallery_inner {
    max-width: 47%;
  }
  .gallery_inner {
    padding-left: 127px;
  }
}
@media (max-width: 575px) {
  .profile_inner .share__link {
    min-width: 445px;
  }
}
@media (max-width: 530px) {
  .gallery_inner {
    max-width: 100%;
    margin-right: 0;
  }
  .gallery_inner {
    padding-left: 147px;
  }
}
@media (max-width: 520px) {
  .popular_inner_left {
    display: block;
  }
  .popular_nav_text {
    padding-left: 0;
    justify-content: start;
  }
  .popular_nav_text li {
    margin: 0 10px 10px 0;
  }
  .articles_devices-icon {
    padding: 10px;
  }
  .img_stat_count {
    margin-left: 20px;
  }
}
@media (max-width: 490px) {
  .profile_inner .share__link {
    min-width: 100%;
    padding: 25px 55px 25px 56px;
  }
}
@media (max-width: 435px) {
  .quotes_left_img {
    flex-wrap: wrap;
  }
  .img_stat_count {
    margin-left: 4px;
  }
  .quotes_left_info {
    margin-left: 0px;
  }
}
@media (max-width: 395px) {
  .material_text {
    font-size: 21px;
  }
  .material_inner {
    padding-left: 0;
  }
  .material {
    padding-left: 27px;
  }
}
@media (max-width: 375px) {
  .articles_icon-1 {
    margin-right: 15px;
  }
  .gallery_inner {
    padding-left: 127px;
  }
}
@media (max-width: 375px) {
  .articles .share__link-content {
    text-align: center;
  }
}
.popular_img {
  border-radius: 50%;
}
.inner_right_stat a {
  transition: all 0.2s linear;
}

.inner_right_stat li {
  transition: all 0.2s linear;
}

.inner_right_stat li img {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  opacity: 0.5;
  transition: all 0.2s linear;
}
.inner_right_stat li:hover img {
  filter: grayscale(0);
  -webkit-filter: grayscale(0);
  opacity: 1;
}

.header_inner {
  padding: 20px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header_inner_left {
  display: flex;
}

.companies_inner {
  margin-top: 65px;
}
.companies_inner_top {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.companies_asign-inner {
  text-align: center;
  position: absolute;
  top: 86%;
  left: 50%;
  transform: translate(-50%, -86%);
  font-weight: 400;
}
.companies_img:last-child {
  padding-left: 60px;
}
.asign_count,
.asign_text {
  display: block;
  position: relative;
}
.asign_count {
  padding: 18px 0;
  font-weight: bold;
  font-size: 60px;
  line-height: 53px;
  color: #d92229;
}
.asign_text {
  font-size: 20px;
  line-height: 53px;
  color: #d92229;
}
.asign_count:before,
.asign_text:before {
  position: absolute;
  content: "";
  width: 60px;
  height: 3px;
  background: #d92229;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.companies_inner_bottom {
  margin-top: 110px;
  text-align: center;
}
.intro_text_top,
.intro_text_down {
  font-size: 40px;
  line-height: 66px;
  color: #949494;
}
.intro_text_middle {
  font-size: 50px;
  line-height: 66px;
  font-weight: 500;
}

.about_inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about_inner_item {
  max-width: 490px;
  width: 100%;
  text-align: center;
}
.inner_item_text {
  font-size: 24px;
  line-height: 36px;
}
.inner_item_img {
  min-height: 167px;
}
.inner_item_img img {
  padding-top: 30px;
}
.item_img-last img {
  padding-top: 0;
}
.about_inner {
  margin-top: 80px;
}

.inner_top_img {
  display: flex;
}

.request {
  background: url(../img/general/request_bg.jpg);
  background-size: cover;
  background-position: center;
  margin-top: 130px;
}
.request_inner {
  max-width: 1215px;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  padding: 115px 0 95px;
}
.request_inner_info {
  display: flex;
  align-items: center;
}
.inner_info_text {
  font-size: 57px;
  font-weight: bold;
  color: #fff;
  line-height: 53px;
}

.item_info_title {
  font-size: 32px;
  font-weight: bold;
  line-height: 53px;
  color: #fff;
  padding-bottom: 14px;
}
.item_info_text {
  font-size: 24px;
  line-height: 36px;
  color: #fff;
}
.request_inner_item {
  display: flex;
  align-items: center;
  text-align: left;
  padding-top: 75px;
}
.inner_item-first {
  padding-top: 55px;
}
.inner_item_info {
  margin-left: 40px;
}
.inner_item_number:after {
  position: absolute;
  content: "";
  width: 115px;
  height: 110px;
  border: 5px solid #ddcdc5;
  border-radius: 50%;
  left: 0px;
  top: -28px;
}
.inner_stages {
  font-size: 57px;
  line-height: 53px;
  font-weight: bold;
  text-align: center;
}

.compatition_stages {
  position: relative;
  display: flex;
  margin-top: 40px;
  padding-top: 55px;
  border-top: 1px solid #ddcdc5;
}
.progress_line {
  position: absolute;
  top: -12px;
  left: -16px;
}
.step_item_text {
  max-width: 222px;
  width: 100%;
  margin-left: 100px;
  font-size: 24px;
  line-height: 39px;
  margin-bottom: 40px;
}
.step_item_btn {
  margin-top: 40px;
}
.compatition_step_item {
  min-height: 590px;
  width: 25%;
  position: relative;
}
.step_item_date {
  text-transform: uppercase;
  position: absolute;
  top: 272px;
  text-align: right;
  left: -285px;
  width: 590px;
  transform: rotate(-90deg);
  font-size: 40px;
  line-height: 53px;
  font-weight: 300;
  color: #ddcdc5;
  letter-spacing: 8px;
}
.header_land.header_page:before {
  background-color: #fff;
}
.participation {
  margin-top: 70px;
}
.participation .participation_inner_btn {
  text-align: center;
  position: relative;
}
.participation .participation_inner_btn:before {
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  max-width: 100%;
  width: 100%;
  height: 3px;
  background-color: #d92229;
}
.participation .participation_inner_btn:after {
  position: absolute;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  max-width: 500px;
  width: 100%;
  height: 74px;
  background-color: #fff;
}
.participation_inner_text {
  margin-top: 15px;
  text-align: center;
}
.item_info_title a {
  color: #d92229;
  border-bottom: 1px solid #d92229;
  transition: all 0.2s linear;
}
.item_info_title a:hover {
  color: #fff;
  border-bottom-color: #fff;
}
.request .participation_inner_btn {
  text-align: left;
  margin-top: 80px;
  margin-left: 155px;
}
.request .btn-arrow > span:before,
.request .btn-arrow > span:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: 50%;
  left: -38px;
  width: 25px;
  height: 50%;
  background-color: white;
  -webkit-transition: left 0.5s;
  transition: left 0.5s;
}
.request .btn-arrow > span::before {
  top: 51%;
  transform: translateY(-100%) skewX(35deg);
}
.request .btn-arrow:hover > span:before,
.request .btn-arrow:hover > span:after {
  left: 105%;
}
.request .registration__btn {
  max-width: 340px;
  width: 100%;
}
.compatition {
  padding-top: 120px;
}
.step_item_btn .btn:hover:before,
.step_item_btn .btn:hover:after {
  left: 50%;
}
.step_item_btn .btn_white.header__btn:hover {
  background-position: 0px 0;
}


.jury {
  padding-top: 180px;
}
.jury_inner {
  margin-top: 75px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.jury_item {
  width: 25%;
  margin-bottom: 80px;
}
.jury_item-link img:first-child {
  height: 45px;
}
.jury_item-link img:last-child {
  width: 200px;
}
.jury_item-title {
  margin-top: 35px;
  font-size: 32px;
  line-height: 36px;
  font-weight: bold;
}
.jury_item-text {
  margin: 30px 0;
  padding-right: 82px;
}
.land_footer {
  padding: 164px 0 100px;
  background-image: url(../img/general/footer_bg.png);
  background-position: center center;
  background-size: cover;
}
.participation_inner_text {
  font-weight: bold;
}

.land_footer .participation_inner_text {
  color: #fff;
}
.land_footer .participation .participation_inner_btn:after {
  display: none;
}
.land_footer .btn-arrow:before,
.land_footer .btn-arrow:after {
  background-color: #fff;
}
.land_footer .btn-arrow {
  color: #000;
}
.inner_btn-white {
  position: relative;
  text-align: center;
}
.land_footer .participation .inner_btn-white:before {
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  max-width: 36%;
  width: 100%;
  height: 3px;
}
.land_footer .participation .inner_btn-white:after {
  background-color: #fff;
  position: absolute;
  content: "";
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  max-width: 36%;
  width: 100%;
  height: 3px;
}
.land_footer .btn-arrow > span:before,
.land_footer .btn-arrow > span:after {
  left: -38px;
}

.header_land .header__menu {
  margin-right: 0;
}
.header_land .header__navigation {
  margin-right: 0;
}


.step_item_btn .registration__load-label {
  min-height: auto;
  padding: 0;
  text-align: left;
  flex-direction: row;
  background-color: transparent;
  overflow: initial;
}


.step_item_btn .registration__load-icon {
  max-width: 35px;
  width: 100%;
  display: inline;
  z-index: 1;
  transform: translateX(0);
}
.step_item_btn .registration__load-text {
  font-size: 19px;
  line-height: 24px;
  text-decoration: underline;
  margin-top: 0;
  margin-left: 15px;
  display: inline;
}
.edit_title {
  padding: 15px 0 20px;
  font-size: 57px;
  font-size: 3.5625rem;
  line-height: 1.5;
  font-weight: 700;
  width: 100%;
  resize: none;
  border: 0;
  padding: 15px 15px 15px 40px;
  background-color: #f5f5f5;
  height: 117px;
  display: block;
}
.edit_title::placeholder {
  color: #000;
  transition: opacity 0.2s linear;
}
.edit_title:focus::placeholder {
  opacity: 0;
}
.editing__field_title p {
  margin-top: -15px;
}
@media (max-width: 1820px) {
  .step_item_date {
    left: -267px;
  }
}
@media (max-width: 1790px) {
  .new-place__list .single-place__title {
    padding: 20px 14px 20px 30px;
  }
}
@media (max-width: 1760px) {
  .place .place__title {
    padding: 20px 5px 20px 26px;
  }
}
@media (max-width: 1700px) {
  .filter__content .single-place__title {
    padding: 20px 13px 20px 26px;
    font-size: 1.1rem;
  }
}
@media (max-width: 1617px) {
  .popular_nav_text li {
    font-size: 20px;
    margin: 0 9px 10px 9px;
  }
  .place .place__title {
    font-size: 1rem;
  }
}
@media (max-width: 1599px) {
  .distance__content,
  .post__summary-content {
    width: auto;
  }
  .registration__aside {
    width: 420px;
    margin-left: 80px;
    margin-top: 65px;
  }
  .registration__aside .btn-arrow > span {
    text-align: center;
  }
}
@media (max-width: 1570px) {
  .new-place__list .single-place__title {
    padding: 20px 14px 20px 30px;
    font-size: 1rem;
  }
}
@media (max-width: 1540px) {
  .jury_item {
    max-width: 375px;
    width: 100%;
    padding-right: 10px;
  }
  .articles .single-place__title {
    padding: 20px 20px 20px 30px;
    font-size: 1.1rem;
  }
  .header__search {
    margin-left: 50px;
  }
  .header_page .header__btn {
    padding-right: 5px;
    padding-left: 56px;
  }
  .header__box .header__btn:before,
  .header__box .header__btn:after {
    left: -13px;
  }
  .header__box .header__btn:hover:before,
  .header__box .header__btn:hover:after {
    left: 85%;
  }
  .header__box .btn:hover > span {
    transform: translateX(-27px);
  }
}
@media (max-width: 1529px) {
  .jury_inner {
    justify-content: space-around;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 34%;
  }
}
@media (max-width: 1510px) {
  .filter__content .single-place__title {
    padding: 20px 5px 20px 24px;
    font-size: 1rem;
  }
}
@media (max-width: 1473px) {
  .popular_inner_right {
    max-width: 366px;
    width: 100%;
    margin-left: auto;
  }
  .inner_right_stat li {
    font-size: 16px;
  }
}
@media (max-width: 1445px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 32%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 32%;
  }
}
@media (max-width: 1440px) {
  .page__header-title {
    font-size: 3rem;
    line-height: 0.92982;
  }
  .articles_devices-icon {
    padding: 15px;
  }
  .search-block__item:nth-child(2) {
    width: 366px;
  }
  .single-place__link {
    min-height: 380px;
  }
  .filter__content .single-place__link {
    max-height: 440px;
  }
  .place .place__item {
    max-height: 440px;
  }
  .place .place__item .place__text p {
    font-size: 0.9rem;
  }
  .filter__content .single-place__text p {
    font-size: 0.9rem;
  }
  .page_post .grid__aside {
    width: 390px;
  }
  .post__description {
    font-size: 1.65rem;
  }
  .post__content {
    font-size: 20px;
    line-height: 34px;
  }
  .distance__item.star-icon span,
  .distance__item.location-icon span {
    font-size: 2.2rem;
  }
  .distance__item {
    font-size: 1.2rem;
  }
  .post__summary-title {
    font-size: 2.2rem;
  }
  .post__summary-link {
    font-size: 1.4rem;
  }
  .post__summary-item {
    margin-bottom: 18px;
  }
  .post__content {
    font-size: 18px;
    line-height: 32px;
  }
}
@media (max-width: 1429px) {
  .popular_nav_text li {
    font-size: 18px;
  }
}
@media (max-width: 1420px) {
  .place .place__item .place__text p {
    font-size: 1rem;
  }
  .filter__content .single-place__text p {
    font-size: 1rem;
  }
}
@media (max-width: 1399px) {
  .become-author__content .btn-arrow__content {
    text-align: center;
    font-size: 2rem;
  }
  .header__box .header__btn:hover:before,
  .header__box .header__btn:hover:after {
    left: 89%;
  }
}
@media (max-width: 1370px) {
  .step_item_date {
    text-transform: uppercase;
    position: absolute;
    top: 272px;
    text-align: right;
    left: -266px;
    width: 590px;
    transform: rotate(-90deg);
    font-size: 40px;
    line-height: 53px;
    font-weight: 300;
    color: #ddcdc5;
    letter-spacing: 8px;
  }
  .filter__content .filter__aside {
    padding-left: 20px;
  }
}
@media (max-width: 1363px) {
  .header__search {
    margin-left: 23px;
  }
  .header_page .header__menu {
    -ms-flex-item-align: stretch;
    align-self: stretch;
    margin-right: 22px;
  }
}
@media (max-width: 1343px) {
  .popular_nav_text {
    padding-left: 5px;
  }
  .popular_nav_text li {
    font-size: 17px;
  }
  .inner_right_stat li {
    font-size: 15px;
  }
  .popular_inner_right {
    max-width: 348px;
  }
  .articles .single-place__title {
    padding: 20px 5px 20px 30px;
    font-size: 1rem;
  }
  .filter__content .single-place__text {
    font-size: 1rem;
  }
  .filter__aside .aside__visit-item {
    margin-bottom: 15px;
  }
}
@media (max-width: 1315px) {
  .compatition_step_item {
    width: 50%;
    margin-bottom: 30px;
  }
  .compatition_step_item-2 .step_item_text,
  .compatition_step_item-2 .step_item_text {
    margin-left: auto;
  }
  .compatition_step_item-2 .step_item_date {
    left: initial;
    right: 0;
  }
  .compatition_stages {
    flex-wrap: wrap;
  }
  .header__user {
    margin-left: 6px;
  }
  .header__menu-item {
    margin: 5px 0 5px 21px;
  }
  .header__search {
    margin-left: 30px;
  }
  .search-block__item:nth-child(1) {
    width: 235px;
  }
}
@media (max-width: 1290px) {
  .post__voting-sum {
    width: 100px;
    height: 100px;
  }
}
@media (max-width: 1279px) {
  .header__search {
    margin-left: 50px;
  }
  .filter__content-bottom > * {
    grid-column: 1 span / 2 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 6) {
    grid-column: 2 span / 2 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 7) {
    grid-column: 2 span / 2 span;
  }
  .favorite_inner {
    display: block;
  }
  .gallery_aside {
    max-width: 100%;
  }
  .new-place__list > * {
    grid-column: 2 span / 2 span;
  }
  .new-place__list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  }
  .new-place__list > *:nth-child(1) {
    grid-column: 3 span / 3 span;
  }
  .new-place__list > *:nth-child(4) {
    grid-column: 3 span / 3 span;
  }
  .search-block__inner {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .search-block__item:nth-child(1) {
    width: 290px;
  }
  .search-block__item:nth-child(2) {
    width: 480px;
  }
  .distance__content,
  .post__summary-content {
    width: 100%;
  }
  .registration__aside {
    width: 100%;
    margin: 30px 0 0 0;
  }
  .become-author__content .btn-arrow__content {
    text-align: center;
    font-size: 1.3rem;
  }
  .filter__content .filter__aside {
    padding-left: 0;
  }
  .place .place__content {
    grid-gap: 20px;
  }
  .place .place__item .place__text p {
    font-size: 1rem;
  }
}
@media (max-width: 1230px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 30%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 30%;
  }
}
@media (max-width: 1210px) {
  .about_inner {
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .about_inner_item {
    margin-bottom: 20px;
  }
}
@media (max-width: 1180px) {
  .companies_asign {
    position: inherit;
  }
  .companies_inner_top {
    display: block;
  }
  .inner_top_img {
    justify-content: center;
  }
  .companies_asign {
    margin: 25px auto 0;
  }
  .popular_nav_text {
    padding-left: 25px;
  }
}
@media (max-width: 1110px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 27%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 27%;
  }
}
@media (max-width: 1064px) {
  .filter__content-bottom {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 6) {
    grid-column: 1 span / 1 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 7) {
    grid-column: 1 span / 1 span;
  }
}
@media (max-width: 1023px) {
  .header__search {
    margin-left: 0;
  }
  .editing__field_city .editing__list-caption.edit_ten {
    padding-left: 47px;
  }
}
@media (max-width: 970px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 23%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 23%;
  }
}
@media (max-width: 899px) {
  .search-block__item:nth-child(2),
  .search-block__item:nth-child(1) {
    width: 100%;
  }
}
@media (max-width: 870px) {
  .edit_title {
    font-size: 3rem;
  }
}
@media (max-width: 845px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 19%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 19%;
  }
}
@media (max-width: 790px) {
  .intro_text_middle {
    font-size: 31px;
    line-height: 48px;
  }
  .intro_text_top,
  .intro_text_down {
    font-size: 34px;
  }
}
@media (max-width: 779px) {
  .jury_item {
    padding-right: 0;
    text-align: center;
  }
  .jury_item-text {
    padding-right: 0;
  }
  .jury {
    padding-top: 0;
  }
}
@media (max-width: 768px) {
  .filter__content-bottom {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .filter__content-bottom > * {
    grid-column: 2 span / 2 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 6) {
    grid-column: 2 span / 2 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 7) {
    grid-column: 2 span / 2 span;
  }
  .new-place__list {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
  .new-place__list > *:nth-child(1) {
    grid-column: 2 span / 2 span;
  }
  .new-place__list > *:nth-child(4) {
    grid-column: 2 span / 2 span;
  }
  .header__btn.add-place.btn.btn_white {
    display: none;
  }
  .edit_title {
    font-size: 2.6rem;
  }
}
@media (max-width: 767px) {
  .header__btn {
    display: block;
  }
  .header__box .header__btn {
    display: none;
  }
}
@media (max-width: 725px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 14%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 14%;
  }
}
@media (max-width: 700px) {
  .compatition_step_item {
    width: 100%;
  }
}
@media (max-width: 678px) {
  .filter__content-bottom > * {
    grid-column: 4 span / 4 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 1) {
    grid-column: 4 span / 4 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 5) {
    grid-column: 4 span / 4 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 6) {
    grid-column: 4 span / 4 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 8) {
    grid-column: 4 span / 4 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 7) {
    grid-column: 4 span / 4 span;
  }
  .articles .filter__content-bottom > *:nth-child(8n + 4) {
    grid-column: 4 span / 4 span;
  }
  .new-place__list > *:nth-child(1) {
    grid-column: 4 span / 4 span;
  }
  .new-place__list > *:nth-child(4) {
    grid-column: 4 span / 4 span;
  }
  .new-place__list > * {
    grid-column: 4 span / 4 span;
  }
}
@media (max-width: 670px) {
  .item_info_text {
    font-size: 20px;
    line-height: 30px;
  }
  .step_item_btn .item_info_title {
    font-size: 26px;
    line-height: 46px;
  }
  .page__header-title {
    font-size: 2.4rem;
  }
}
@media (max-width: 639px) {
  .editing__field_city .editing__list-caption.edit_ten {
    padding-left: 30px;
  }
}
@media (max-width: 630px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 10%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 10%;
  }
}
@media (max-width: 620px) {
  .inner_info_text {
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 53px;
  }
}
@media (max-width: 599px) {
  .filter .single-place__link {
    min-height: 330px;
  }
  .articles_devices {
    top: 38%;
  }
}
@media (max-width: 575px) {
  .request_inner_item {
    display: block;
  }
  .inner_item_number {
    margin: 0 auto;
  }
  .inner_item_info {
    margin-left: 0;
    margin-top: 40px;
    text-align: center;
  }
  .request .participation_inner_btn {
    margin-left: 0;
    text-align: center;
  }
  .inner_item-first {
    padding-top: 90px;
  }
}
@media (max-width: 550px) {
  .intro_text_middle {
    font-size: 24px;
    line-height: 34px;
  }
  .intro_text_top,
  .intro_text_down {
    font-size: 25px;
  }
  .land_footer .participation .inner_btn-white:before {
    max-width: 6%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 6%;
  }
  .edit_title {
    height: 96px;
    font-size: 2.4rem;
    padding: 15px 20px;
  }
}
@media (max-width: 520px) {
  .page__header-title {
    font-size: 2rem;
  }
  .filter__content-top .single-place {
    grid-column: 4 span / 4 span;
  }
  .place .place__item {
    grid-column: 4 span / 4 span;
  }
  .popular_nav_text {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 2%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 2%;
  }
}
@media (max-width: 485px) {
  .page__header-title {
    font-size: 1.8rem;
  }
}
@media (max-width: 479px) {
  .land_footer .participation .inner_btn-white:before {
    max-width: 10%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 10%;
  }
  .step_item_btn .registration__load-label:before {
    left: 36px;
    top: 36px;
  }
}
@media (max-width: 475px) {
  .participation .participation_inner_btn:after {
    max-width: 360px;
  }
  .inner_info_text {
    font-size: 30px;
    line-height: 42px;
  }
}
@media (max-width: 442px) {
  h1 img {
    margin-top: 0;
  }
}
@media (max-width: 420px) {
  .companies_inner {
    margin-top: 25px;
  }
  .inner_top_img {
    display: block;
  }
  .companies_img:last-child {
    padding-left: 0;
  }
  .companies_img {
    text-align: center;
  }
  .intro_text_top,
  .intro_text_down {
    font-size: 21px;
  }
  .inner_item_text {
    font-size: 20px;
    line-height: 30px;
  }
  .item_info_title {
    font-size: 20px;
    line-height: 42px;
  }
  .item_info_text {
    font-size: 18px;
    line-height: 26px;
  }
  .request_inner_info {
    display: block;
  }
  .compatition_step_item-2 .step_item_text,
  .compatition_step_item-2 .step_item_text {
    margin-right: auto;
  }
  .compatition_step_item .step_item_text {
    margin: 0 auto;
  }
  .step_item_date {
    left: -270px;
    top: 269px;
  }
  .compatition_step_item-2 .step_item_date {
    left: -270px;
    right: initial;
  }
  .compatition_step_item {
    min-height: 415px;
  }
  .compatition_step_item:first-of-type {
    min-height: 590px;
  }
  .inner_stages {
    font-size: 40px;
    line-height: 46px;
  }
  .land_footer .participation .inner_btn-white:before {
    max-width: 6%;
  }
  .land_footer .participation .inner_btn-white:after {
    max-width: 6%;
  }
  .articles .share {
    margin: 38px 0 44px;
  }
  .edit_title {
    height: 76px;
    font-size: 1.8rem;
  }
}
@media (max-width: 380px) {
  .jury_item-title {
    margin-top: 35px;
    font-size: 24px;
    line-height: 26px;
    font-weight: bold;
  }
}
@media (max-width: 375px) {
  .compatition_step_item .step_item_text {
    margin-left: 68px;
  }
  .page__header-title {
    font-size: 2rem;
  }
}
@media (max-width: 359px) {
  .participation .btn-arrow > span {
    padding-left: 7px;
  }
  .participation .participation_inner_btn:after {
    max-width: 290px;
  }
  .inner_item_text {
    font-size: 18px;
    line-height: 26px;
  }
}
@media (max-width: 347px) {
  .intro_text_top,
  .intro_text_down {
    font-size: 18px;
  }
  .inner_stages {
    font-size: 36px;
    line-height: 42px;
  }
  .edit_title {
    height: 70px;
    font-size: 1.5rem;
  }
}
@media (max-width: 325px) {
  .item_info_title {
    font-size: 19px;
  }
}
.inner_btn-black .btn-arrow:before {
  background-color: #000;
}
.inner_btn-black .btn-arrow:after {
  background-color: #000;
}
.cropper-crop-box {
  pointer-events: visible;
}
.save_crop {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 99;
  width: 32px;
  height: 32px;
  cursor: pointer;
  pointer-events: visible;
}
.editing__teg-box {
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
}

.editing__teg-box > li:hover {
  opacity: 1;
  transform: 0.5s;
}

.cropper-container {
  pointer-events: auto;
  top: 0;
  left: 0 !important;
}
.cropper-dragger {
  position: absolute;
}
.cropper-disable {
  -webkit-mask-image: url(../img/content/checkmark.png);
  -webkit-mask-position: center;
  -webkit-mask-size: contain;
  width: 25px;
  height: 25px;
  position: absolute;
  right: 5px;
  bottom: 5px;
  background-color: lawngreen;
  cursor: pointer;
  opacity: 0.7;
  pointer-events: all;
  z-index: 999;
}
.cropper-disable:hover {
  opacity: 0.7;
}

.search-block__hide {
  display: none;
}
@media (max-width: 600px) {
  .search-block > .container-fluid {
    display: none;
    padding-top: 20px;
  }
  .search-block__hide {
    display: block;
    color: white;
    margin-left: 15px;
    border-bottom-style: dashed;
    border-bottom-width: 1px;
    border-bottom-color: white;
    width: fit-content;
    font-size: 23px;
  }

  .home .search {
    width: calc(100% + 30px);
    color: #fff;
    margin-left: -15px;
  }
  .search__inner {
    margin-bottom: 0;
  }
  .hero__inner {
    padding-bottom: 0;
  }
  .search__meta {
    display: none;
  }
  .hero-slider .swiper-pagination {
    display: none;
  }
}
@media (max-width: 1279px) {
  .editing .editing__content {
    flex-direction: column-reverse;
  }
  .editing .registration__aside {
    margin-top: 0;
    margin-bottom: 40px;
  }
  .editing .registration__aside > button {
    width: 100%;
  }
}
@media (max-width: 640px) {
  .editing .share {
    display: flex;
    flex-direction: column;
  }
  .editing .share .inner_btn-black {
    margin-top: 20px;
    width: 100%;
  }
  .editing .share .inner_btn-black > button {
    width: 100%;
  }
}
@media (max-width: 1279px) {
  .page_post .grid__aside {
    width: 100%;
  }
}