/*! normalize.css v7.0.0 | 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
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 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
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 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 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * 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 style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 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;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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 */
}
/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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 and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}
/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}
/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}
/**
 * Add the correct display in IE.
 */
template {
  display: none;
}
/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif"), local("PTSerif-Regular"), url("../assets/fonts/PTSerif-Regular.woff2") format("woff2"), url("../assets/fonts/PTSerif-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Italic"), local("PTSerif-Italic"), url("../assets/fonts/PTSerif-Italic.woff2") format("woff2"), url("../assets/fonts/PTSerif-Italic.woff") format("woff");
  font-weight: normal;
  font-style: italic;
}
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Bold"), local("PTSerif-Bold"), url("../assets/fonts/PTSerif-Bold.woff2") format("woff2"), url("../assets/fonts/PTSerif-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "PT Serif";
  src: local("PT Serif Bold Italic"), local("PTSerif-BoldItalic"), url("../assets/fonts/PTSerif-BoldItalic.woff2") format("woff2"), url("../assets/fonts/PTSerif-BoldItalic.woff") format("woff");
  font-weight: bold;
  font-style: italic;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans"), local("PTSans-Regular"), url("../assets/fonts/PTSans-Regular.woff2") format("woff2"), url("../assets/fonts/PTSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "PT Sans";
  src: local("PT Sans Bold"), local("PTSans-Bold"), url("../assets/fonts/PTSans-Bold.woff2") format("woff2"), url("../assets/fonts/PTSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
}
html,
body {
  width: 100%;
  margin: 0px;
  padding: 0px;
}
body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 320px;
  height: 100vh;
  background-color: #ffffff;
  font-family: "PT Serif", serif;
  color: #262421;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  overflow-x: hidden;
}
.body--preload {
  background-color: #fff;
}
.body--preload .wrapper,
.body--preload .page-footer {
  visibility: hidden !important;
  opacity: 0 !important;
}
.main {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
}
.page-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}
a {
  color: #262421;
}
img {
  max-width: 100%;
  height: auto;
  image-rendering: -webkit-optimize-contrast;
  -o-object-fit: cover;
     object-fit: cover;
}
textarea {
  resize: none;
}
textarea + .cke {
  margin-top: 5px;
}
button {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  cursor: pointer;
}
input,
textarea {
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  color: #262421;
  font-family: "PT Serif", serif;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #262421;
}
input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #262421;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #262421;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #262421;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input::-ms-clear {
  display: none;
}
input::-ms-reveal {
  display: none;
}
input[type="text"],
input[type="email"],
input[type="submit"],
textarea {
  -webkit-appearance: none;
}
* {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
label.error,
span.error {
  display: none;
  color: red;
  cursor: default;
}
.page-footer__subscribe-form span.error,
.page-footer__subscribe-form label.error,
.subscribe-form label.error,
.subscribe-form span.error,
.selectize-input span.error {
  position: absolute;
  left: 0;
  top: 100%;
  color: #e74c3c;
}
.page-footer__subscribe-form label.error,
.page-footer__subscribe-form span.error,
.subscribe-form label.error,
.subscribe-form span.error {
  margin-top: 5px;
}
.add-form label.error,
.add-form label.error,
.add-veterans label.error,
.add-form span.error,
.add-form span.error,
.add-veterans span.error {
  width: 100%;
}
.js-show-pass {
  color: #C1A886;
  cursor: pointer;
}
.js-show-pass--active {
  color: #262421;
}
.js-collapsible-block {
  height: 0;
  overflow: hidden;
}
.js-collapsible-btn--active .js-collapsible-btn__open {
  display: none;
}
.js-collapsible-btn--active .js-collapsible-btn__close {
  display: inline;
}
.js-collapsible-btn__close {
  display: none;
}
.content,
.add-veterans__content,
.coord__content,
.donations__content,
.instructions__content,
.help-us__content,
.news__content,
.form__content,
.region__content,
.search-center__content,
.story__content,
.podcast__content,
.creation__text {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 1.5;
}
.content--serif,
.add-veterans__content--serif,
.coord__content--serif,
.donations__content--serif,
.instructions__content--serif,
.help-us__content--serif,
.news__content--serif,
.form__content--serif,
.region__content--serif,
.search-center__content--serif,
.story__content--serif,
.podcast__content--serif,
.creation__text--serif {
  font-family: "PT Serif", serif;
}
.content h1,
.add-veterans__content h1,
.coord__content h1,
.donations__content h1,
.instructions__content h1,
.help-us__content h1,
.news__content h1,
.form__content h1,
.region__content h1,
.search-center__content h1,
.story__content h1,
.podcast__content h1,
.creation__text h1,
.content h2,
.add-veterans__content h2,
.coord__content h2,
.donations__content h2,
.instructions__content h2,
.help-us__content h2,
.news__content h2,
.form__content h2,
.region__content h2,
.search-center__content h2,
.story__content h2,
.podcast__content h2,
.creation__text h2,
.content h3,
.add-veterans__content h3,
.coord__content h3,
.donations__content h3,
.instructions__content h3,
.help-us__content h3,
.news__content h3,
.form__content h3,
.region__content h3,
.search-center__content h3,
.story__content h3,
.podcast__content h3,
.creation__text h3,
.content h4,
.add-veterans__content h4,
.coord__content h4,
.donations__content h4,
.instructions__content h4,
.help-us__content h4,
.news__content h4,
.form__content h4,
.region__content h4,
.search-center__content h4,
.story__content h4,
.podcast__content h4,
.creation__text h4,
.content h5,
.add-veterans__content h5,
.coord__content h5,
.donations__content h5,
.instructions__content h5,
.help-us__content h5,
.news__content h5,
.form__content h5,
.region__content h5,
.search-center__content h5,
.story__content h5,
.podcast__content h5,
.creation__text h5,
.content h6,
.add-veterans__content h6,
.coord__content h6,
.donations__content h6,
.instructions__content h6,
.help-us__content h6,
.news__content h6,
.form__content h6,
.region__content h6,
.search-center__content h6,
.story__content h6,
.podcast__content h6,
.creation__text h6 {
  font-family: "PT Serif", serif;
  line-height: 1.3;
}
.content--donate {
  line-height: 1.1;
}
.content--donate-info {
  font-size: 14px;
  line-height: 1.3;
  color: rgba(38, 36, 33, 0.8);
}
.content p,
.add-veterans__content p,
.coord__content p,
.donations__content p,
.instructions__content p,
.help-us__content p,
.news__content p,
.form__content p,
.region__content p,
.search-center__content p,
.story__content p,
.podcast__content p {
  margin: 20px 0 30px;
}
.content p:first-child,
.add-veterans__content p:first-child,
.coord__content p:first-child,
.donations__content p:first-child,
.instructions__content p:first-child,
.help-us__content p:first-child,
.news__content p:first-child,
.form__content p:first-child,
.region__content p:first-child,
.search-center__content p:first-child,
.story__content p:first-child,
.podcast__content p:first-child {
  margin-top: 0;
}
.content p:last-child,
.add-veterans__content p:last-child,
.coord__content p:last-child,
.donations__content p:last-child,
.instructions__content p:last-child,
.help-us__content p:last-child,
.news__content p:last-child,
.form__content p:last-child,
.region__content p:last-child,
.search-center__content p:last-child,
.story__content p:last-child,
.podcast__content p:last-child {
  margin-bottom: 0;
}
.content blockquote,
.about__slide blockquote,
.add-veterans__content blockquote,
.coord__content blockquote,
.donations__content blockquote,
.instructions__content blockquote,
.help-us__content blockquote,
.news__content blockquote,
.form__content blockquote,
.region__content blockquote,
.search-center__content blockquote,
.story__content blockquote,
.podcast__content blockquote {
  margin: 20px 0 30px;
  font-style: italic;
}
.content blockquote:first-child,
.about__slide blockquote:first-child,
.add-veterans__content blockquote:first-child,
.coord__content blockquote:first-child,
.donations__content blockquote:first-child,
.instructions__content blockquote:first-child,
.help-us__content blockquote:first-child,
.news__content blockquote:first-child,
.form__content blockquote:first-child,
.region__content blockquote:first-child,
.search-center__content blockquote:first-child,
.story__content blockquote:first-child,
.podcast__content blockquote:first-child {
  margin-top: 0;
}
.content blockquote:last-child,
.about__slide blockquote:last-child,
.add-veterans__content blockquote:last-child,
.coord__content blockquote:last-child,
.donations__content blockquote:last-child,
.instructions__content blockquote:last-child,
.help-us__content blockquote:last-child,
.news__content blockquote:last-child,
.form__content blockquote:last-child,
.region__content blockquote:last-child,
.search-center__content blockquote:last-child,
.story__content blockquote:last-child,
.podcast__content blockquote:last-child {
  margin-bottom: 0;
}
.content ul,
.add-veterans__content ul,
.coord__content ul,
.donations__content ul,
.instructions__content ul,
.help-us__content ul,
.news__content ul,
.form__content ul,
.region__content ul,
.search-center__content ul,
.story__content ul,
.podcast__content ul,
.content ol,
.add-veterans__content ol,
.coord__content ol,
.donations__content ol,
.instructions__content ol,
.help-us__content ol,
.news__content ol,
.form__content ol,
.region__content ol,
.search-center__content ol,
.story__content ol,
.podcast__content ol {
  padding: 0 0 0 23px;
  margin: 20px 0 30px;
}
.content ul:first-child,
.add-veterans__content ul:first-child,
.coord__content ul:first-child,
.donations__content ul:first-child,
.instructions__content ul:first-child,
.help-us__content ul:first-child,
.news__content ul:first-child,
.form__content ul:first-child,
.region__content ul:first-child,
.search-center__content ul:first-child,
.story__content ul:first-child,
.podcast__content ul:first-child,
.content ol:first-child,
.add-veterans__content ol:first-child,
.coord__content ol:first-child,
.donations__content ol:first-child,
.instructions__content ol:first-child,
.help-us__content ol:first-child,
.news__content ol:first-child,
.form__content ol:first-child,
.region__content ol:first-child,
.search-center__content ol:first-child,
.story__content ol:first-child,
.podcast__content ol:first-child {
  margin-top: 0;
}
.content ul:last-child,
.add-veterans__content ul:last-child,
.coord__content ul:last-child,
.donations__content ul:last-child,
.instructions__content ul:last-child,
.help-us__content ul:last-child,
.news__content ul:last-child,
.form__content ul:last-child,
.region__content ul:last-child,
.search-center__content ul:last-child,
.story__content ul:last-child,
.podcast__content ul:last-child,
.content ol:last-child,
.add-veterans__content ol:last-child,
.coord__content ol:last-child,
.donations__content ol:last-child,
.instructions__content ol:last-child,
.help-us__content ol:last-child,
.news__content ol:last-child,
.form__content ol:last-child,
.region__content ol:last-child,
.search-center__content ol:last-child,
.story__content ol:last-child,
.podcast__content ol:last-child {
  margin-bottom: 0;
}
.faq__answer, .contact__answer {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.faq__answer p, .contact__answer p {
  margin: 20px 0;
}
.faq__answer p:first-child, .contact__answer p:first-child {
  margin-top: 0;
}
.faq__answer p:last-child, .contact__answer p:last-child {
  margin-bottom: 10px;
}
.guardhouse__intro p {
  margin: 0 0 10px;
  line-height: 28px;
}
.soldier {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 30px;
}
.creation__text p,
.soldier p,
.creation__text blockquote,
.soldier blockquote {
  margin: 20px 0 20px;
}
.creation__text p:first-child,
.soldier p:first-child,
.creation__text blockquote:first-child,
.soldier blockquote:first-child {
  margin-top: 0;
}
.creation__text p:last-child,
.soldier p:last-child,
.creation__text blockquote:last-child,
.soldier blockquote:last-child {
  margin-bottom: 0;
}
.creation__text blockquote,
.soldier blockquote {
  font-style: italic;
}
.about__slide,
.war-years__content {
  font-size: 24px;
  line-height: 30px;
}
.about__slide img,
.about__slide ul,
.about__slide ol,
.about__slide p,
.war-years__content ul,
.war-years__content ol,
.war-years__content p {
  margin: 35px 0;
}
.about__slide img:first-child,
.about__slide ul:first-child,
.about__slide ol:first-child,
.about__slide p:first-child,
.war-years__content ul:first-child,
.war-years__content ol:first-child,
.war-years__content p:first-child {
  margin-top: 0;
}
.about__slide img:last-child,
.about__slide ul:last-child,
.about__slide ol:last-child,
.about__slide p:last-child,
.war-years__content ul:last-child,
.war-years__content ol:last-child,
.war-years__content p:last-child {
  margin-bottom: 0;
}
.about__slide p + ul,
.about__slide p + ol {
  margin-top: -30px;
}
.about__slide ul,
.about__slide ol,
.war-years__content ul,
.war-years__content ol {
  padding: 0 0 0 23px;
}
.about__slide a,
.news__content a,
.war-years__content a,
.add-veterans__content a,
.donations__content a,
.faq__answer a,
.instructions__content a,
.form__content a,
.podcast__content a {
  display: inline-block;
  max-width: 100%;
  vertical-align: bottom;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
}
.about__slide a:hover,
.news__content a:hover,
.war-years__content a:hover,
.add-veterans__content a:hover,
.donations__content a:hover,
.faq__answer a:hover,
.instructions__content a:hover,
.form__content a:hover,
.podcast__content a:hover,
.about__slide a:active,
.news__content a:active,
.war-years__content a:active,
.add-veterans__content a:active,
.donations__content a:active,
.faq__answer a:active,
.instructions__content a:active,
.form__content a:active,
.podcast__content a:active {
  color: #E60004;
}
.about__slide a,
.war-years__content a {
  color: #fff;
}
.about__slide a:hover,
.war-years__content a:hover,
.about__slide a:active,
.war-years__content a:active {
  color: #cfc1a2;
}
.faq__answer strong a,
.instructions__content strong a {
  text-decoration: none;
}
.donations__agreement-msg a {
  color: #a09081;
  font-weight: 700;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.donations__agreement-msg a:hover,
.donations__agreement-msg a:active {
  color: #fff;
}
.contacts__list * {
  display: block;
  margin: 0 0 15px;
}
.contacts__list a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: none;
}
.contacts__list a:hover,
.contacts__list a:active {
  color: #E60004;
}
.content--dark,
.add-veterans__content--dark,
.donations__content--dark,
.instructions__content--dark,
.news__content--dark,
.region__content--dark,
.search-center__content--dark,
.story__content--dark {
  color: #fff;
}
.content--dark a,
.add-veterans__content--dark a,
.donations__content--dark a,
.instructions__content--dark a,
.news__content--dark a,
.region__content--dark a,
.search-center__content--dark a,
.story__content--dark a {
  color: #fff;
}
.coord__agreement-msg a,
.add-veterans__agreement-msg a,
.add-form__agreement-msg a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.coord__agreement-msg a:hover,
.add-veterans__agreement-msg a:hover,
.add-form__agreement-msg a:hover,
.coord__agreement-msg a:active,
.add-veterans__agreement-msg a:active,
.add-form__agreement-msg a:active {
  color: #E60004;
}
.cols__aside-content p {
  margin: 30px 0;
}
.cols__aside-content p:first-child {
  margin-top: 0;
}
.cols__aside-content p:last-child {
  margin-bottom: 0;
}
.cols__aside-content a {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.cols__aside-content a:hover,
.cols__aside-content a:active {
  color: #E60004;
}
.content img,
.about__slide img,
.coord__content img,
.instructions__content img,
.news__content img,
.region__content img,
.story__content img,
.podcast__content img {
  display: block;
  width: auto !important;
  height: auto !important;
}
.coord__content img {
  margin: 50px auto;
}
.coord__content img:first-child {
  margin-top: 0;
}
.coord__content img:last-child {
  margin-bottom: 0;
}
.news__content img {
  margin: 30px 0;
}
.news__content img + .news__info,
.news__content img + .news__media-description,
.news__content img + .story__time {
  margin-top: -20px;
}
.content img,
.story__content img,
.podcast__content img {
  margin: 30px 0;
}
.content img + .story__media-description,
.story__content img + .story__media-description,
.podcast__content img + .story__media-description,
.content img + .story__time,
.story__content img + .story__time,
.podcast__content img + .story__time {
  margin-top: -20px;
}
.instructions__content img,
.region__content img {
  margin: 50px 0;
}
.instructions__content--shim img {
  -webkit-box-shadow: 0 10px 30px rgba(38, 36, 33, 0.7);
          box-shadow: 0 10px 30px rgba(38, 36, 33, 0.7);
  margin: 30px 0 50px;
}
.about__slide h3 {
  margin: 40px 0 35px;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.3;
}
.about__slide h3:first-child {
  margin-top: 0;
}
.comment__content img,
.comment__text img {
  display: block;
  max-width: 560px;
  margin: 30px auto 17px;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
}
.comment__content p,
.comment__text p {
  margin: 9px 0;
}
.comment__content span,
.comment__text span {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  text-align: center;
  color: #797166;
  display: block;
}
/*!
 * OverlayScrollbars
 * https://github.com/KingSora/OverlayScrollbars
 *
 * Version: 1.2.3
 * 
 * Copyright KingSora.
 * https://github.com/KingSora
 *
 * Released under the MIT license.
 * Date: 02.02.2018
 */
/*
OVERLAY SCROLLBARS CORE:
*/
html.os-html,
html.os-html > .os-host {
  display: block;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100% !important;
  width: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  margin: 0 !important;
  position: absolute !important;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
html.os-html > .os-host > .os-padding {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
}
body.os-dragging,
body.os-dragging * {
  cursor: default;
}
.os-host,
.os-host-textarea {
  position: relative;
  overflow: visible !important;
}
#hs-dummy-scrollbar-size {
  position: fixed;
  opacity: 0;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=0)';
  visibility: hidden;
  overflow: scroll;
  height: 500px;
  width: 500px;
}
#hs-dummy-scrollbar-size,
.os-viewport {
  -ms-overflow-style: scrollbar !important;
}
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar,
.os-viewport-native-scrollbars-invisible#hs-dummy-scrollbar-size::-webkit-scrollbar-corner,
.os-viewport-native-scrollbars-invisible.os-viewport::-webkit-scrollbar-corner {
  display: none !important;
  width: 0px !important;
  height: 0px !important;
  visibility: hidden !important;
  background: transparent !important;
}
.os-content-glue {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}
.os-padding {
  direction: inherit;
  position: absolute;
  overflow: visible;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 1;
}
.os-host-overflow > .os-padding {
  overflow: hidden;
}
.os-viewport {
  direction: inherit !important;
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}
.os-content-arrange {
  position: absolute;
  z-index: -1;
  min-height: 1px;
  min-width: 1px;
  pointer-events: none;
}
.os-content {
  direction: inherit;
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: 100%;
  visibility: visible;
}
.os-host-textarea > .os-padding > .os-content {
  overflow: hidden !important;
}
.os-content > .os-textarea {
  direction: inherit !important;
  float: none !important;
  margin: 0 !important;
  max-height: none !important;
  max-width: none !important;
  border: none !important;
  border-radius: 0px !important;
  background: transparent !important;
  outline: 0px none transparent !important;
  overflow: hidden !important;
  resize: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 1;
  padding: 0px;
}
.os-host-rtl > .os-padding > .os-viewport > .os-content > .os-textarea {
  right: 0 !important;
}
.os-content > .os-textarea-cover {
  z-index: -1;
  pointer-events: none;
}
.os-content > .os-textarea[wrap='off'] {
  white-space: pre !important;
  margin: 0px !important;
}
.os-text-inherit {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-transform: inherit;
  text-decoration: inherit;
  text-indent: inherit;
  text-align: inherit;
  text-shadow: inherit;
  text-overflow: inherit;
  letter-spacing: inherit;
  word-spacing: inherit;
  line-height: inherit;
  unicode-bidi: inherit;
  direction: inherit;
  color: inherit;
  cursor: text;
}
.os-resize-observer,
.os-resize-observer-host {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}
.os-resize-observer-host {
  padding: inherit;
  border: inherit;
  border-color: transparent;
  border-style: solid;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.os-resize-observer-host:after {
  content: '';
}
.os-resize-observer-host > .os-resize-observer,
.os-resize-observer-host:after {
  height: 200%;
  width: 200%;
  padding: inherit;
  border: inherit;
  margin: 0px;
  display: block;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}
.os-resize-observer.observed,
object.os-resize-observer {
  -webkit-box-sizing: border-box !important;
          box-sizing: border-box !important;
}
.os-size-auto-observer {
  -webkit-box-sizing: inherit !important;
          box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  margin-top: -1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
}
.os-size-auto-observer > .os-resize-observer {
  width: 1000%;
  height: 1000%;
  min-height: 1px;
  min-width: 1px;
}
.os-resize-observer-item {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
  z-index: -1;
  opacity: 0;
  direction: ltr !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.os-resize-observer-item-final {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-transition: none !important;
  transition: none !important;
  -webkit-box-flex: 0 !important;
  -ms-flex: none !important;
  flex: none !important;
}
.os-resize-observer {
  -webkit-animation-duration: 0.001s;
  animation-duration: 0.001s;
  -webkit-animation-name: hs-resize-observer-dummy-animation;
  animation-name: hs-resize-observer-dummy-animation;
}
/*
CUSTOM SCROLLBARS AND CORNER CORE:
*/
.os-host-transition > .os-scrollbar,
.os-host-transition > .os-scrollbar-corner {
  -webkit-transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: opacity 0.3s, visibility 0.3s, top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
html.os-html > .os-host > .os-scrollbar {
  position: absolute;
  /* could be position: fixed; but it causes issues on iOS (-webkit-overflow-scrolling: touch) */
  z-index: 999999;
  /* highest z-index of the page */
}
.os-scrollbar,
.os-scrollbar-corner {
  position: absolute;
  opacity: 1;
  -ms-filter: 'progid:DXImageTransform.Microsoft.Alpha(Opacity=100)';
  z-index: 1;
}
.os-scrollbar-corner {
  bottom: 0;
  right: 0;
}
.os-scrollbar {
  pointer-events: none;
}
.os-scrollbar-track {
  pointer-events: auto;
  position: relative;
  height: 100%;
  width: 100%;
  padding: 0 !important;
  border: none !important;
}
.os-scrollbar-handle {
  pointer-events: auto;
  position: absolute;
  width: 100%;
  height: 100%;
}
.os-scrollbar-handle-off,
.os-scrollbar-track-off {
  pointer-events: none;
}
.os-scrollbar.os-scrollbar-unusable,
.os-scrollbar.os-scrollbar-unusable * {
  pointer-events: none !important;
}
.os-scrollbar.os-scrollbar-unusable .os-scrollbar-handle {
  opacity: 0 !important;
}
.os-scrollbar-horizontal {
  bottom: 0;
  left: 0;
}
.os-scrollbar-vertical {
  top: 0;
  right: 0;
}
.os-host-rtl > .os-scrollbar-horizontal {
  right: 0;
}
.os-host-rtl > .os-scrollbar-vertical {
  right: auto;
  left: 0;
}
.os-host-rtl > .os-scrollbar-corner {
  right: auto;
  left: 0;
}
.os-scrollbar-auto-hidden,
.os-padding + .os-scrollbar-corner,
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-corner,
.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal,
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-corner,
.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical + .os-scrollbar-corner,
.os-scrollbar-horizontal + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner,
.os-scrollbar-horizontal.os-scrollbar-auto-hidden + .os-scrollbar-vertical.os-scrollbar-auto-hidden + .os-scrollbar-corner {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.os-scrollbar-corner-resize-both {
  cursor: nwse-resize;
}
.os-host-rtl > .os-scrollbar-corner-resize-both {
  cursor: nesw-resize;
}
.os-scrollbar-corner-resize-horizontal {
  cursor: ew-resize;
}
.os-scrollbar-corner-resize-vertical {
  cursor: ns-resize;
}
.os-dragging .os-scrollbar-corner.os-scrollbar-corner-resize {
  cursor: default;
}
.os-host-resize-disabled.os-host-scrollbar-horizontal-hidden > .os-scrollbar-vertical {
  top: 0;
  bottom: 0;
}
.os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
  right: 0;
  left: 0;
}
.os-scrollbar:hover,
.os-scrollbar-corner.os-scrollbar-corner-resize {
  opacity: 1 !important;
  visibility: visible !important;
}
.os-scrollbar-corner.os-scrollbar-corner-resize {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB3aWR0aD0iMTAiICAgaGVpZ2h0PSIxMCIgICB2ZXJzaW9uPSIxLjEiPiAgPGcgICAgIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAsLTEwNDIuMzYyMikiICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojMDAwMDAwO2ZpbGwtb3BhY2l0eTowLjQ5NDExNzY1O2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDcuNDI0MjE4NywxMDQyLjM2MjIgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjYgLTEuMzEwMTU2MiwxLjMxMDIgMCwwLjI5OSAwLjEwNDM0MTksMC41NzEgMC4yNzI5NDkyLDAuNzkxNSAwLjIwOTEwMjQsMC4xNDEzIDAuNDY1NjIwNiwwLjIxODQgMC43MzY5NjI5LDAuMjE4NCAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NiAxLjMxMDE1NjMsLTEuMzEwMiAwLC0wLjI3MTMgLTAuMDc3MDkzLC0wLjUyNzggLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0MSwtMC4xNjg2IC0wLjQ5MjU0NDMsLTAuMjcyOSAtMC43OTE1NTI4LC0wLjI3MjkgeiBtIDAsMy4wODQzIGMgLTAuNzIzNTc5MiwwIC0xLjMxMDE1NjIsMC41ODY2IC0xLjMxMDE1NjIsMS4zMTAyIDAsMC4yOTkgMC4xMDQzNDE5LDAuNTcxIDAuMjcyOTQ5MiwwLjc5MTUgMC4yMDkxMDI0LDAuMTQxMyAwLjQ2NTYyMDYsMC4yMTg0IDAuNzM2OTYyOSwwLjIxODQgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjYgMS4zMTAxNTYzLC0xLjMxMDIgMCwtMC4yNzEzIC0wLjA3NzA5MywtMC41Mjc4IC0wLjIxODM1OTQsLTAuNzM2OSAtMC4yMjA0OTQxLC0wLjE2ODYgLTAuNDkyNTQ0MywtMC4yNzMgLTAuNzkxNTUyOCwtMC4yNzMgeiBtIC0zLjA4NDMyNjEsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NiAtMS4zMTAxNTYzLDEuMzEwMiAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MSAwLjI3Mjk0OTIsMC43OTE1IDAuMjA5MTAyNCwwLjE0MTMgMC40NjU2MjA3LDAuMjE4NCAwLjczNjk2MjksMC4yMTg0IDAuNzIzNTc5MywwIDEuMzEwMTU2MywtMC41ODY2IDEuMzEwMTU2MywtMS4zMTAyIDAsLTAuMjcxMyAtMC4wNzcwOTMsLTAuNTI3OCAtMC4yMTgzNTk0LC0wLjczNjkgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzMgLTAuNzkxNTUyNywtMC4yNzMgeiBtIC0zLjAyOTczNjQsMy4wMjk4IEMgMC41ODY1NzY5MywxMDQ4LjQ3NjMgMCwxMDQ5LjA2MjggMCwxMDQ5Ljc4NjQgYyAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyMiwwLjc5MTYgMC4yMDkxMDIyOSwwLjE0MTIgMC40NjU2MjA2NSwwLjIxODMgMC43MzY5NjI4OCwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHogbSAzLjAyOTczNjQsMCBjIC0wLjcyMzU3OTMsMCAtMS4zMTAxNTYzLDAuNTg2NSAtMS4zMTAxNTYzLDEuMzEwMSAwLDAuMjk5IDAuMTA0MzQxOSwwLjU3MTEgMC4yNzI5NDkyLDAuNzkxNiAwLjIwOTEwMjQsMC4xNDEyIDAuNDY1NjIwNywwLjIxODMgMC43MzY5NjI5LDAuMjE4MyAwLjcyMzU3OTMsMCAxLjMxMDE1NjMsLTAuNTg2NSAxLjMxMDE1NjMsLTEuMzEwMSAwLC0wLjI3MTQgLTAuMDc3MDkzLC0wLjUyNzkgLTAuMjE4MzU5NCwtMC43MzcgLTAuMjIwNDk0LC0wLjE2ODYgLTAuNDkyNTQ0MiwtMC4yNzI5IC0wLjc5MTU1MjcsLTAuMjcyOSB6IG0gMy4wODQzMjYxLDAgYyAtMC43MjM1NzkyLDAgLTEuMzEwMTU2MiwwLjU4NjUgLTEuMzEwMTU2MiwxLjMxMDEgMCwwLjI5OSAwLjEwNDM0MTksMC41NzExIDAuMjcyOTQ5MiwwLjc5MTYgMC4yMDkxMDI0LDAuMTQxMiAwLjQ2NTYyMDYsMC4yMTgzIDAuNzM2OTYyOSwwLjIxODMgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjUgMS4zMTAxNTYzLC0xLjMxMDEgMCwtMC4yNzE0IC0wLjA3NzA5MywtMC41Mjc5IC0wLjIxODM1OTQsLTAuNzM3IC0wLjIyMDQ5NDEsLTAuMTY4NiAtMC40OTI1NDQzLC0wLjI3MjkgLTAuNzkxNTUyOCwtMC4yNzI5IHoiLz4gIDwvZz4gIDxnICAgICBzdHlsZT0iZGlzcGxheTppbmxpbmUiPiAgICA8cGF0aCAgICAgICBzdHlsZT0iZmlsbDojZmZmZmZmO2ZpbGwtb3BhY2l0eToxO2ZpbGwtcnVsZTpldmVub2RkO3N0cm9rZTpub25lIiAgICAgICBkPSJtIDguMjE1NzcxNSwwLjI3Mjk0OTIyIGMgMC4xNDEyNjY3LDAuMjA5MTAyMjkgMC4yMTgzNTk0LDAuNDY1NjIwNjUgMC4yMTgzNTk0LDAuNzM2OTYyODggMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDc2IC0wLjIwNTUxNzYsLTAuNzk3Nzk2NTkgLTAuNTE4NjAzNSwtMS4wMzcyMDY5OCB6IG0gMCwzLjA4NDMyNjE4IGMgMC4xNDEyNjY3LDAuMjA5MTAyMyAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MiAtMS4zMTAxNTYzLDEuMzEwMTU2MiAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTkzIDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAtMy4wODQzMjYyLDAgYyAwLjE0MTI2NjcsMC4yMDkxMDIzIDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYyIC0xLjMxMDE1NjMsMS4zMTAxNTYyIC0wLjI3MTM0MjIsMCAtMC41Mjc4NjA1LC0wLjA3NzA5MyAtMC43MzY5NjI5LC0wLjIxODM1OTMgMC4yMzk0MTA0LDAuMzEzMDg1OSAwLjYxMjYzNjMsMC41MTg2MDM1IDEuMDM3MjA3MSwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYyLC0wLjU4NjU3NyAxLjMxMDE1NjIsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NSwtMC43OTc3OTY3IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogTSAyLjEwMTcwOSw2LjM4NzAxMTcgYyAwLjE0MTI2NjcsMC4yMDkxMDI0IDAuMjE4MzU5NCwwLjQ2NTYyMDYgMC4yMTgzNTk0LDAuNzM2OTYyOSAwLDAuNzIzNTc5MyAtMC41ODY1NzcsMS4zMTAxNTYzIC0xLjMxMDE1NjMsMS4zMTAxNTYzIC0wLjI3MTM0MjIzLDAgLTAuNTI3ODYwNTksLTAuMDc3MDkzIC0wLjczNjk2Mjg4LC0wLjIxODM1OTQgMC4yMzk0MTAzOSwwLjMxMzA4NTkgMC42MTI2MzYyMiwwLjUxODYwMzUgMS4wMzcyMDY5OCwwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHogbSAzLjAyOTczNjMsMCBjIDAuMTQxMjY2NywwLjIwOTEwMjQgMC4yMTgzNTk0LDAuNDY1NjIwNiAwLjIxODM1OTQsMC43MzY5NjI5IDAsMC43MjM1NzkzIC0wLjU4NjU3NywxLjMxMDE1NjMgLTEuMzEwMTU2MywxLjMxMDE1NjMgLTAuMjcxMzQyMiwwIC0wLjUyNzg2MDUsLTAuMDc3MDkzIC0wLjczNjk2MjksLTAuMjE4MzU5NCAwLjIzOTQxMDQsMC4zMTMwODU5IDAuNjEyNjM2MywwLjUxODYwMzUgMS4wMzcyMDcxLDAuNTE4NjAzNSAwLjcyMzU3OTMsMCAxLjMxMDE1NjIsLTAuNTg2NTc3IDEuMzEwMTU2MiwtMS4zMTAxNTYzIDAsLTAuNDI0NTcwOCAtMC4yMDU1MTc1LC0wLjc5Nzc5NjYgLTAuNTE4NjAzNSwtMS4wMzcyMDcgeiBtIDMuMDg0MzI2MiwwIGMgMC4xNDEyNjY3LDAuMjA5MTAyNCAwLjIxODM1OTQsMC40NjU2MjA2IDAuMjE4MzU5NCwwLjczNjk2MjkgMCwwLjcyMzU3OTMgLTAuNTg2NTc3LDEuMzEwMTU2MyAtMS4zMTAxNTYzLDEuMzEwMTU2MyAtMC4yNzEzNDIzLDAgLTAuNTI3ODYwNSwtMC4wNzcwOTMgLTAuNzM2OTYyOSwtMC4yMTgzNTk0IDAuMjM5NDEwNCwwLjMxMzA4NTkgMC42MTI2MzYyLDAuNTE4NjAzNSAxLjAzNzIwNywwLjUxODYwMzUgMC43MjM1NzkzLDAgMS4zMTAxNTYzLC0wLjU4NjU3NyAxLjMxMDE1NjMsLTEuMzEwMTU2MyAwLC0wLjQyNDU3MDggLTAuMjA1NTE3NiwtMC43OTc3OTY2IC0wLjUxODYwMzUsLTEuMDM3MjA3IHoiIC8+ICA8L2c+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: 100% 100%;
  pointer-events: auto !important;
}
.os-host-rtl > .os-scrollbar-corner.os-scrollbar-corner-resize {
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
      transform: scale(-1, 1);
}
.os-host-overflow {
  overflow: hidden !important;
}
@-webkit-keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
@keyframes hs-resize-observer-dummy-animation {
  from {
    z-index: 0;
  }
  to {
    z-index: -1;
  }
}
/*
THEMES:
*/
/* NONE THEME: */
.os-theme-none > .os-scrollbar-horizontal,
.os-theme-none > .os-scrollbar-vertical,
.os-theme-none > .os-scrollbar-corner {
  display: none !important;
}
.os-theme-none > .os-scrollbar-corner-resize {
  display: block !important;
  min-width: 10px;
  min-height: 10px;
}
/* DARK & LIGHT THEME: */
.os-theme-dark > .os-scrollbar-horizontal,
.os-theme-light > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}
.os-theme-dark > .os-scrollbar-vertical,
.os-theme-light > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}
.os-theme-dark.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-light.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}
.os-theme-dark > .os-scrollbar-corner,
.os-theme-light > .os-scrollbar-corner {
  background-color: transparent;
}
.os-theme-dark > .os-scrollbar,
.os-theme-light > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}
.os-theme-dark > .os-scrollbar.os-scrollbar-unusable,
.os-theme-light > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track,
.os-theme-light > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}
.os-theme-dark > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}
.os-theme-dark > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 11px;
  opacity: 0.4;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #000;
}
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #fff;
}
.os-theme-dark.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.os-theme-dark > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-light > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  opacity: 0.55;
}
.os-theme-dark > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active,
.os-theme-light > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  opacity: 0.7;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-theme-dark.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-dark.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}
.os-theme-dark > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}
.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}
.os-host-rtl.os-theme-dark > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-host-rtl.os-theme-light > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}
/*------ Theme brown, red ------*/
.os-theme-brown > .os-scrollbar-horizontal,
.os-theme-red > .os-scrollbar-horizontal {
  right: 10px;
  height: 10px;
}
.os-theme-brown > .os-scrollbar-vertical,
.os-theme-red > .os-scrollbar-vertical {
  bottom: 10px;
  width: 10px;
}
.os-theme-brown.os-host-rtl > .os-scrollbar-horizontal,
.os-theme-red.os-host-rtl > .os-scrollbar-horizontal {
  left: 10px;
  right: 0;
}
.os-theme-brown > .os-scrollbar-corner,
.os-theme-red > .os-scrollbar-corner {
  height: 10px;
  width: 10px;
}
.os-theme-brown > .os-scrollbar-corner,
.os-theme-red > .os-scrollbar-corner {
  background-color: transparent;
}
.os-theme-brown > .os-scrollbar,
.os-theme-red > .os-scrollbar {
  padding: 2px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: transparent;
}
.os-theme-brown > .os-scrollbar.os-scrollbar-unusable,
.os-theme-red > .os-scrollbar.os-scrollbar-unusable {
  background: transparent;
}
.os-theme-brown > .os-scrollbar > .os-scrollbar-track,
.os-theme-red > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}
.os-theme-brown > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-red > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  min-width: 30px;
}
.os-theme-brown > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-red > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  min-height: 30px;
}
.os-theme-brown > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active,
.os-theme-red > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle.active {
  right: 0;
}
.os-theme-brown > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-red > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 5px;
  opacity: 1;
}
.os-theme-red > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #E60004;
}
.os-theme-brown > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  background: #a09081;
}
.os-theme-brown.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-red.os-host-transition > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.os-theme-brown > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle,
.os-theme-red > .os-scrollbar:hover > .os-scrollbar-track > .os-scrollbar-handle {
  opacity: 1;
}
.os-theme-brown > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active,
.os-theme-red > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle.active {
  opacity: 1;
}
.os-theme-rbrowned > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-brown > .os-scrollbar-vertical .os-scrollbar-handle:before,
.os-theme-red > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-red > .os-scrollbar-vertical .os-scrollbar-handle:before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
}
.os-theme-brown.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-brown.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before .os-theme-red.os-host-scrollbar-horizontal-hidden > .os-scrollbar-horizontal .os-scrollbar-handle:before,
.os-theme-red.os-host-scrollbar-vertical-hidden > .os-scrollbar-vertical .os-scrollbar-handle:before {
  display: none;
}
.os-theme-brown > .os-scrollbar-horizontal .os-scrollbar-handle:before .os-theme-red > .os-scrollbar-horizontal .os-scrollbar-handle:before {
  top: -6px;
  bottom: -2px;
}
.os-theme-brown > .os-scrollbar-vertical .os-scrollbar-handle:before .os-theme-red > .os-scrollbar-vertical .os-scrollbar-handle:before {
  left: -6px;
  right: -2px;
}
.os-host-rtl.os-theme-brown > .os-scrollbar-vertical .os-scrollbar-handle:before .os-host-rtl.os-theme-red > .os-scrollbar-vertical .os-scrollbar-handle:before {
  right: -6px;
  left: -2px;
}
/* ----- Theme immortal: ----- */
.os-theme-immortal .os-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.os-theme-immortal .os-content::after {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 1px;
  height: 100%;
  min-height: 1px;
}
.os-theme-immortal > .os-scrollbar {
  padding: 0;
}
.os-theme-immortal > .os-scrollbar-horizontal {
  height: 54px;
  right: 0;
  top: 0px;
  bottom: auto;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, #5b5851), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #5b5851 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left center;
  background-size: 13px 2px;
  background-repeat: repeat-x;
}
.os-theme-immortal > .os-scrollbar-vertical {
  bottom: 0px;
  width: 54px;
}
.os-theme-immortal > .os-scrollbar-corner {
  height: 20px;
  width: 20px;
  background-color: transparent;
}
.os-theme-immortal > .os-scrollbar > .os-scrollbar-track {
  background: transparent;
}
.os-theme-immortal > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle {
  border-radius: 50%;
  background-color: transparent;
  background-image: url(../assets/icons/hand.svg);
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  cursor: -webkit-grab;
  cursor: grab;
}
.os-theme-immortal > .os-scrollbar > .os-scrollbar-track > .os-scrollbar-handle:active {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.os-theme-immortal > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
  height: 54px;
  min-width: 54px;
  max-width: 54px;
}
.os-theme-immortal > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
  width: 54px;
  min-height: 54px;
  max-height: 54px;
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
}
.owl-nav.disabled,
.owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel .owl-nav button.owl-next,
.owl-carousel button.owl-dot {
  background: none;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
/* No Js */
.no-js .owl-carousel {
  display: block;
}
/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut;
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}
/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
			This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
			calculation of the height of the owl-item that breaks page layouts
		 */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""],
.owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}
/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3);
}
.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #000;
  opacity: 0.9;
}
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-wrap .mfp-arrow {
  position: fixed;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.mfp-content {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a09081 transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1045;
}
.mfp-content::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
.mfp-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: transparent;
}
.mfp-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #a09081;
}
.mfp-content::before,
.mfp-content::after {
  content: '';
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 100%;
  height: 1px;
  pointer-events: none;
}
.mfp-content::before {
  margin-bottom: auto;
}
.mfp-content::after {
  margin-top: auto;
}
.mfp-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: auto 0;
  padding: 40px 96px;
}
.mfp-close,
.mfp-arrow {
  cursor: pointer;
  z-index: 1046;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
}
.mfp-arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow-left {
  left: 20px;
}
.mfp-arrow-right {
  right: 20px;
}
.mfp-close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  right: 0;
  top: 0;
  display: block;
  width: 50px;
  height: 40px;
  padding: 0;
  border: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent;
  outline: none;
  text-decoration: none;
  text-align: center;
  font-size: 0;
}
.mfp-close::after,
.mfp-close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background-color: #C1A886;
  border-radius: 3px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.mfp-close::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.mfp-close::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.mfp-close:hover::after,
.mfp-close:active::after,
.mfp-close:hover::before,
.mfp-close:active::before {
  background-color: #E60004;
}
.mfp-close-inside {
  position: absolute;
  width: 44px;
  height: 44px;
  top: -44px;
  right: -15px;
}
.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #CCC;
}
.mfp-preloader a:hover {
  color: #FFF;
}
.mfp-s-ready .mfp-preloader {
  display: none;
}
.mfp-s-error .mfp-content {
  display: none;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-iframe-scaler {
  position: relative;
  width: 100%;
  max-width: 900px;
  max-height: calc(100vh - 150px);
  margin: auto;
  overflow: hidden;
}
.mfp-iframe-ratio {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.mfp-iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
.mpf-video {
  display: block;
  max-width: 100%;
  margin: auto;
  max-height: calc(100vh - 100px);
}
.mfp-figure {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
}
.mfp-figure * {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mfp-img {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 150px) !important;
  margin: 0 auto;
  margin: 0px auto;
  border: 2px solid #cfc1a2;
  cursor: pointer;
}
.mfp-bottom-bar {
  max-width: 810px;
  margin: 0 auto;
  cursor: auto;
}
.mfp-title {
  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%;
  color: #fff;
  cursor: auto;
}
.mfp-title > *:first-child {
  margin-top: 20px;
}
.mfp-title-heading {
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
}
.mfp-title-author {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.3;
  text-align: center;
}
.mfp-title-text {
  margin-top: 15px;
  font-size: 18px;
  line-height: 1.5;
  text-align: left;
}
.mfp-img-popup.mfp-bg,
.mfp-img-popup.mfp-gallery {
  position: fixed !important;
  height: auto !important;
  top: 0 !important;
  bottom: 0 !important;
}
.mfp-ajax-cur {
  cursor: progress;
}
.pickmeup {
  background: #fff;
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.2);
  border-radius: 0.1em;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  display: inline-block;
  position: absolute;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  z-index: 41;
}
.pickmeup * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.pickmeup.pmu-flat {
  position: relative;
}
.pickmeup.pmu-hidden {
  display: none;
}
.pickmeup .pmu-instance {
  display: inline-block;
  height: 15.8em;
  padding: 0.5em;
  text-align: center;
  width: 17em;
}
.pickmeup .pmu-instance .pmu-button {
  color: #000;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}
.pickmeup .pmu-instance .pmu-today {
  color: #0066FF;
}
.pickmeup .pmu-instance .pmu-button:hover {
  color: red;
}
.pickmeup .pmu-instance .pmu-not-in-month {
  color: #666;
}
.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #999;
  cursor: default;
}
.pickmeup .pmu-instance .pmu-selected {
  background: #cfc1a2;
  color: #eee;
}
.pickmeup .pmu-instance .pmu-selected.pmu-today {
  color: #0066FF;
}
.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #cfc1a2;
}
.pickmeup .pmu-instance nav {
  color: #eee;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  line-height: 2em;
}
.pickmeup .pmu-instance nav *:first-child :hover {
  color: red;
}
.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 5em;
}
.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}
.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}
.pickmeup .pmu-instance .pmu-day-of-week {
  color: #766357;
  cursor: default;
  margin: 10px 0;
}
.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2.2em;
}
.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}
.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}
.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}
.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em;
}
.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}
.selectize-control.single .selectize-input:not(.has-items)::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #262421 transparent transparent transparent;
}
.selectize--dark.selectize-control.single .selectize-input:not(.has-items)::after {
  border-color: #fff transparent transparent transparent;
}
.selectize-control.single .selectize-input.dropdown-active:not(.has-items)::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #262421 transparent;
}
.selectize--dark.single .selectize-input.dropdown-active:not(.has-items)::after {
  border-color: transparent transparent #fff transparent;
}
.selectize-control {
  height: 50px;
  min-width: 0;
  text-align: left;
}
.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #262421;
  font-family: inherit;
  font-size: 16px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}
.selectize--dark .selectize-dropdown,
.selectize--dark .selectize-input,
.selectize--dark .selectize-input input {
  color: #fff;
}
.selectize-input,
.selectize-control.single .selectize-input.input-active {
  cursor: text;
}
.selectize-input {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 15px;
  padding-right: 60px;
  height: 50px;
  z-index: 1;
  background: transparent;
}
.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}
.selectize-input > input {
  display: inline-block !important;
  padding: 0 0 2px !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: transparent !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  pointer-events: none;
}
.selectize-input > input::-webkit-input-placeholder {
  color: #c1a886;
}
.selectize-input > input::-moz-placeholder {
  color: #c1a886;
}
.selectize-input > input:-moz-placeholder {
  color: #c1a886;
}
.selectize-input > input:-ms-input-placeholder {
  color: #c1a886;
}
.selectize-input > input:focus::-webkit-input-placeholder {
  color: transparent;
}
.selectize-input > input:focus::-moz-placeholder {
  color: transparent;
}
.selectize-input > input:focus:-moz-placeholder {
  color: transparent;
}
.selectize-input > input:focus:-ms-input-placeholder {
  color: transparent;
}
.selectize-input > input + .error {
  position: absolute;
  top: 100%;
  left: 0;
}
.selectize-input > input::-ms-clear {
  display: none;
}
.selectize-input > input:focus {
  outline: none !important;
}
.selectize-input > div {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.selectize-dropdown {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0 !important;
  right: 0 !important;
  width: auto !important;
  margin: 10px 0 0;
  border: none;
  background-color: #fff;
  z-index: 3;
}
.selectize--dark .selectize-dropdown {
  background-color: #2a272c;
}
.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
  font-size: 16px;
}
.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
}
.selectize-dropdown [data-selectable] {
  padding: 10px 30px 10px 30px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.selectize-dropdown .active[data-selectable] {
  padding-left: 45px;
  color: #E60004;
}
.selectize-dropdown .optgroup-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 30px 10px 30px;
  color: #C1A886;
  font-size: 16px;
  text-transform: uppercase;
}
.selectize-dropdown .optgroup-header::before {
  content: '– ';
}
.selectize-dropdown .optgroup-header::after {
  content: ' –';
}
.selectize-dropdown-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-height: 305px;
  padding: 10px 0;
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: thin;
  scrollbar-color: #E60004 transparent;
}
.selectize-dropdown-content::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
.selectize-dropdown-content::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: transparent;
}
.selectize-dropdown-content::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #E60004;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}
.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}
.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}
.selectize-control.plugin-clear_button .clearAll {
  display: block;
  position: absolute;
  width: 48px;
  height: 48px;
  right: 1px;
  bottom: 1px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #E60004;
  font-size: 0;
  z-index: 1;
  cursor: pointer;
}
/*======================================
  Selectric v1.13.0
======================================*/
.selectric-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.selectric-wrapper::after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #262421 transparent transparent transparent;
  pointer-events: none;
}
.selectric {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100%;
  padding: 10px 20px 10px 15px;
  border: 1px solid #cfc1a2;
  border-radius: 0;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.selectric-label {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-button {
  display: none;
}
.selectric-open {
  z-index: 9999;
}
.selectric-open::after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #262421 transparent;
}
.selectric-open .selectric-items {
  display: block;
}
.selectric-disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-hide-select {
  position: relative;
  overflow: hidden;
  width: 0;
  height: 0;
}
.selectric-hide-select select {
  position: absolute;
  left: -100%;
}
.selectric-hide-select.selectric-is-native {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.selectric-hide-select.selectric-is-native select {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  border: none;
  z-index: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  opacity: 0;
}
.selectric-input {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 1px !important;
  height: 1px !important;
  outline: none !important;
  border: none !important;
  font: 0/0 a !important;
  background: none !important;
}
.selectric-temp-show {
  position: absolute !important;
  visibility: hidden !important;
  display: block !important;
}
/* Items box */
.selectric-items {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  position: absolute;
  z-index: -1;
  top: 100%;
  left: 0;
  margin: 6px 0 5px;
  background-color: #ffffff;
  border: 1px solid #cfc1a2;
  font-size: 16px;
}
.selectric-items .selectric-scroll {
  height: 100%;
  overflow: auto;
}
.selectric-above .selectric-items {
  top: auto;
  bottom: 100%;
}
.selectric-items ul,
.selectric-items li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.selectric-items li {
  display: block;
  padding: 10px;
  color: #262421;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.selectric-items li.selected {
  color: #E60004;
  padding-left: 20px;
}
.selectric-items li.highlighted {
  color: #E60004;
  padding-left: 20px;
}
.selectric-items li:hover {
  color: #E60004;
  padding-left: 20px;
}
.selectric-items .disabled {
  filter: alpha(opacity=50);
  opacity: 0.5;
  cursor: default !important;
  background: none !important;
  color: #2f2f2f !important;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.selectric-items .selectric-group .selectric-group-label {
  font-weight: bold;
  padding-left: 10px;
  cursor: default;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  background: none;
  color: #161616;
}
.selectric-items .selectric-group.disabled li {
  filter: alpha(opacity=100);
  opacity: 1;
}
.selectric-items .selectric-group li {
  padding-left: 25px;
}
/*
 * The MIT License
 * Copyright (c) 2012 Matias Meno <m@tias.me>
 */
@-webkit-keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@keyframes passing-through {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30%,
  70% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px);
  }
}
@-webkit-keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@keyframes slide-in {
  0% {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
  }
  30% {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px);
  }
}
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
  10% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }
  20% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}
.drop-zone {
  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;
  width: 100%;
  z-index: 0;
}
.drop-zone__container {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.drop-zone__similar {
  margin-top: 50px;
  margin-bottom: 30px;
}
.drop-zone__top-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 7px;
  font-size: 16px;
}
.drop-zone__ad-block {
  margin-left: auto;
  padding-left: 15px;
  font-size: 12px;
  line-height: 15px;
  color: rgba(38, 36, 33, 0.5);
}
.drop-zone__ad-link {
  color: rgba(38, 36, 33, 0.5);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  white-space: nowrap;
}
.drop-zone__ad-link:hover,
.drop-zone__ad-link:active {
  color: #0053FF;
}
.drop-zone__ad-svg {
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.drop-zone__bottom-msg {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.drop-zone__bottom-msg--unknown {
  text-align: left;
}
.dropzone-previews {
  text-align: center;
}
.dropzone,
.dropzone * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.dropzone {
  min-height: 150px;
  padding: 20px 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #cfc1a2), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, #cfc1a2), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #cfc1a2), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, #cfc1a2), color-stop(50%, transparent));
  background-image: linear-gradient(to right, #cfc1a2 50%, transparent 50%), linear-gradient(to right, #cfc1a2 50%, transparent 50%), linear-gradient(to bottom, #cfc1a2 50%, transparent 50%), linear-gradient(to bottom, #cfc1a2 50%, transparent 50%);
  background-position: left top, left bottom, left top, right top;
  background-repeat: repeat-x, repeat-x, repeat-y, repeat-y;
  background-size: 20px 1px, 20px 1px, 1px 20px, 1px 20px;
}
.dropzone.dz-clickable {
  cursor: pointer;
}
.dropzone.dz-clickable * {
  cursor: default;
}
.dropzone.dz-clickable .dz-message,
.dropzone.dz-clickable .dz-message * {
  cursor: pointer;
}
.dropzone.dz-started .dz-message {
  display: none;
}
.dropzone.dz-drag-hover {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, red), color-stop(50%, transparent)), -webkit-gradient(linear, left top, right top, color-stop(50%, red), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, red), color-stop(50%, transparent)), -webkit-gradient(linear, left top, left bottom, color-stop(50%, red), color-stop(50%, transparent));
  background-image: linear-gradient(to right, red 50%, transparent 50%), linear-gradient(to right, red 50%, transparent 50%), linear-gradient(to bottom, red 50%, transparent 50%), linear-gradient(to bottom, red 50%, transparent 50%);
}
.dropzone.dz-drag-hover .dz-message {
  opacity: 0.5;
}
.dropzone .dz-message {
  text-align: center;
  margin: 2em 0;
}
.dropzone .dz-preview {
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin: 16px;
  min-height: 100px;
}
.dropzone .dz-preview:hover {
  z-index: 1000;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-file-preview .dz-image {
  border-radius: 20px;
  background: #999;
  background: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ddd));
  background: linear-gradient(to bottom, #eee, #ddd);
}
.dropzone .dz-preview.dz-file-preview .dz-details {
  opacity: 1;
}
.dropzone .dz-preview.dz-image-preview {
  background: white;
}
.dropzone .dz-preview.dz-image-preview .dz-details {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
}
.dropzone .dz-preview .dz-remove {
  font-size: 14px;
  text-align: center;
  display: block;
  cursor: pointer;
  border: none;
}
.dropzone .dz-preview .dz-remove:hover {
  text-decoration: underline;
}
.dropzone .dz-preview:hover .dz-details {
  opacity: 1;
}
.dropzone .dz-preview .dz-details {
  z-index: 20;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  font-size: 13px;
  min-width: 100%;
  max-width: 100%;
  padding: 2em 1em;
  text-align: center;
  color: rgba(0, 0, 0, 0.9);
  line-height: 150%;
}
.dropzone .dz-preview .dz-details .dz-size {
  margin-bottom: 1em;
  font-size: 16px;
}
.dropzone .dz-preview .dz-details .dz-filename {
  white-space: nowrap;
}
.dropzone .dz-preview .dz-details .dz-filename:hover span {
  border: 1px solid rgba(200, 200, 200, 0.8);
  background-color: rgba(255, 255, 255, 0.8);
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) {
  overflow: hidden;
  text-overflow: ellipsis;
}
.dropzone .dz-preview .dz-details .dz-filename:not(:hover) span {
  border: 1px solid transparent;
}
.dropzone .dz-preview .dz-details .dz-filename span,
.dropzone .dz-preview .dz-details .dz-size span {
  background-color: rgba(255, 255, 255, 0.4);
  padding: 0 0.4em;
  border-radius: 3px;
}
.dropzone .dz-preview:hover .dz-image img {
  -webkit-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
  -webkit-filter: blur(8px);
  filter: blur(8px);
}
.dropzone .dz-preview .dz-image {
  border-radius: 20px;
  overflow: hidden;
  width: 120px;
  height: 120px;
  position: relative;
  display: block;
  z-index: 10;
}
.dropzone .dz-preview .dz-image img {
  display: block;
}
.dropzone .dz-preview.dz-success .dz-success-mark {
  -webkit-animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: passing-through 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview.dz-error .dz-error-mark {
  opacity: 1;
  -webkit-animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
  animation: slide-in 3s cubic-bezier(0.77, 0, 0.175, 1);
}
.dropzone .dz-preview .dz-success-mark,
.dropzone .dz-preview .dz-error-mark {
  pointer-events: none;
  opacity: 0;
  z-index: 500;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  margin-left: -27px;
  margin-top: -27px;
}
.dropzone .dz-preview .dz-success-mark svg,
.dropzone .dz-preview .dz-error-mark svg {
  display: block;
  width: 54px;
  height: 54px;
}
.dropzone .dz-preview.dz-processing .dz-progress {
  opacity: 1;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.dropzone .dz-preview.dz-complete .dz-progress {
  opacity: 0;
  -webkit-transition: opacity 0.4s ease-in;
  transition: opacity 0.4s ease-in;
}
.dropzone .dz-preview:not(.dz-processing) .dz-progress {
  -webkit-animation: pulse 6s ease infinite;
  animation: pulse 6s ease infinite;
}
.dropzone .dz-preview .dz-progress {
  opacity: 1;
  z-index: 1000;
  pointer-events: none;
  position: absolute;
  height: 16px;
  left: 50%;
  top: 50%;
  margin-top: -8px;
  width: 80px;
  margin-left: -40px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-transform: scale(1);
  border-radius: 8px;
  overflow: hidden;
}
.dropzone .dz-preview .dz-progress .dz-upload {
  background: #333;
  background: -webkit-gradient(linear, left top, left bottom, from(#666), to(#444));
  background: linear-gradient(to bottom, #666, #444);
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 0;
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
}
.dropzone .dz-preview.dz-error .dz-error-message {
  display: block;
}
.dropzone .dz-preview.dz-error:hover .dz-error-message {
  opacity: 1;
  pointer-events: auto;
}
.dropzone .dz-preview .dz-error-message {
  pointer-events: none;
  z-index: 1000;
  position: absolute;
  display: block;
  display: none;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  border-radius: 8px;
  font-size: 13px;
  bottom: 140px;
  left: -10px;
  width: 140px;
  background: #be2626;
  background: -webkit-gradient(linear, left top, left bottom, from(#be2626), to(#a92222));
  background: linear-gradient(to bottom, #be2626, #a92222);
  padding: 0.5em 1.2em;
  color: white;
}
.dropzone .dz-preview .dz-error-message:after {
  content: '';
  position: absolute;
  bottom: -6px;
  left: 64px;
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid #be2626;
}
.dropzone .dropzone-error {
  text-align: center;
  color: #e60004;
}
/*!
 * Cropper.js v1.3.3
 * https://github.com/fengyuanchen/cropperjs
 *
 * Copyright (c) 2015-2018 Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2018-03-18T03:19:07.619Z
 */
.cropper-container {
  direction: ltr;
  font-size: 0;
  line-height: 0;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.cropper-container img {
  /*Avoid margin top issue (Occur only when margin-top <= -height)
 */
  display: block;
  height: 100%;
  image-orientation: 0deg;
  max-height: none !important;
  max-width: none !important;
  min-height: 0 !important;
  min-width: 0 !important;
  width: 100%;
}
.cropper-wrap-box,
.cropper-canvas,
.cropper-drag-box,
.cropper-crop-box,
.cropper-modal {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.cropper-wrap-box,
.cropper-canvas {
  overflow: hidden;
}
.cropper-drag-box {
  background-color: #fff;
  opacity: 0;
}
.cropper-modal {
  background-color: #000;
  opacity: 0.5;
}
.cropper-view-box {
  display: block;
  height: 100%;
  outline-color: rgba(51, 153, 255, 0.75);
  outline: 1px solid #39f;
  overflow: hidden;
  width: 100%;
}
.cropper-dashed {
  border: 0 dashed #eee;
  display: block;
  opacity: 0.5;
  position: absolute;
}
.cropper-dashed.dashed-h {
  border-bottom-width: 1px;
  border-top-width: 1px;
  height: 33.33333%;
  left: 0;
  top: 33.33333%;
  width: 100%;
}
.cropper-dashed.dashed-v {
  border-left-width: 1px;
  border-right-width: 1px;
  height: 100%;
  left: 33.33333%;
  top: 0;
  width: 33.33333%;
}
.cropper-center {
  display: block;
  height: 0;
  left: 50%;
  opacity: 0.75;
  position: absolute;
  top: 50%;
  width: 0;
}
.cropper-center:before,
.cropper-center:after {
  background-color: #eee;
  content: ' ';
  display: block;
  position: absolute;
}
.cropper-center:before {
  height: 1px;
  left: -3px;
  top: 0;
  width: 7px;
}
.cropper-center:after {
  height: 7px;
  left: 0;
  top: -3px;
  width: 1px;
}
.cropper-face,
.cropper-line,
.cropper-point {
  display: block;
  height: 100%;
  opacity: 0.1;
  position: absolute;
  width: 100%;
}
.cropper-face {
  background-color: #fff;
  left: 0;
  top: 0;
}
.cropper-line {
  background-color: #39f;
}
.cropper-line.line-e {
  cursor: ew-resize;
  right: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-n {
  cursor: ns-resize;
  height: 5px;
  left: 0;
  top: -3px;
}
.cropper-line.line-w {
  cursor: ew-resize;
  left: -3px;
  top: 0;
  width: 5px;
}
.cropper-line.line-s {
  bottom: -3px;
  cursor: ns-resize;
  height: 5px;
  left: 0;
}
.cropper-point {
  background-color: #39f;
  height: 5px;
  opacity: 0.75;
  width: 5px;
}
.cropper-point.point-e {
  cursor: ew-resize;
  margin-top: -3px;
  right: -3px;
  top: 50%;
}
.cropper-point.point-n {
  cursor: ns-resize;
  left: 50%;
  margin-left: -3px;
  top: -3px;
}
.cropper-point.point-w {
  cursor: ew-resize;
  left: -3px;
  margin-top: -3px;
  top: 50%;
}
.cropper-point.point-s {
  bottom: -3px;
  cursor: s-resize;
  left: 50%;
  margin-left: -3px;
}
.cropper-point.point-ne {
  cursor: nesw-resize;
  right: -3px;
  top: -3px;
}
.cropper-point.point-nw {
  cursor: nwse-resize;
  left: -3px;
  top: -3px;
}
.cropper-point.point-sw {
  bottom: -3px;
  cursor: nesw-resize;
  left: -3px;
}
.cropper-point.point-se {
  bottom: -3px;
  cursor: nwse-resize;
  height: 20px;
  opacity: 1;
  right: -3px;
  width: 20px;
}
.cropper-point.point-se:before {
  background-color: #39f;
  bottom: -50%;
  content: ' ';
  display: block;
  height: 200%;
  opacity: 0;
  position: absolute;
  right: -50%;
  width: 200%;
}
.cropper-invisible {
  opacity: 0;
}
.cropper-bg {
  background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQAQMAAAAlPW0iAAAAA3NCSVQICAjb4U/gAAAABlBMVEXMzMz////TjRV2AAAACXBIWXMAAArrAAAK6wGCiw1aAAAAHHRFWHRTb2Z0d2FyZQBBZG9iZSBGaXJld29ya3MgQ1M26LyyjAAAABFJREFUCJlj+M/AgBVhF/0PAH6/D/HkDxOGAAAAAElFTkSuQmCC');
}
.cropper-hide {
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}
.cropper-hidden {
  display: none !important;
}
.cropper-move {
  cursor: move;
}
.cropper-crop {
  cursor: crosshair;
}
.cropper-disabled .cropper-drag-box,
.cropper-disabled .cropper-face,
.cropper-disabled .cropper-line,
.cropper-disabled .cropper-point {
  cursor: not-allowed;
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}
[dir='rtl'] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
/* Component containers
----------------------------------*/
.ui-dialog {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 400px !important;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
  background: #f0e5d1;
  font-family: "PT Serif", serif;
  z-index: 40 !important;
  /* states and images */
}
.ui-dialog .ui-dialog-titlebar {
  position: relative;
  padding: 20px 45px;
}
.ui-dialog .ui-dialog-title {
  text-align: center;
  display: block;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  width: 100%;
}
.ui-dialog .ui-dialog-titlebar-close {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 18px;
  top: 18px;
  width: 21px;
  height: 21px;
  padding: 2px;
}
.ui-dialog .ui-dialog-titlebar-close:hover::before,
.ui-dialog .ui-dialog-titlebar-close:active::before,
.ui-dialog .ui-dialog-titlebar-close:hover::after,
.ui-dialog .ui-dialog-titlebar-close:active::after {
  background-color: red;
}
.ui-dialog .ui-dialog-titlebar-close::before,
.ui-dialog .ui-dialog-titlebar-close::after {
  content: "";
  display: block;
  position: absolute;
  left: 9px;
  top: 0;
  width: 3px;
  height: 20px;
  border-radius: 2px;
  background-color: #C1A886;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.ui-dialog .ui-dialog-titlebar-close::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.ui-dialog .ui-dialog-titlebar-close::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.ui-dialog .ui-dialog-titlebar-close .ui-icon {
  display: none;
}
.ui-dialog .ui-icon {
  display: block;
  font-size: 0;
  overflow: hidden;
  background-repeat: no-repeat;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  padding: 10px 20px 20px;
}
.ui-dialog .ui-dialog-buttonpane button {
  display: block;
  margin: 0 auto;
}
.ui-dialog .ui-resizable-se {
  width: 14px;
  height: 14px;
  right: 3px;
  bottom: 3px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
/* helper */
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Misc visuals
----------------------------------*/
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
}
.ui-resizable-s {
  cursor: s-resize;
}
.ui-resizable-e {
  cursor: e-resize;
}
.ui-resizable-w {
  cursor: w-resize;
}
.ui-resizable-se {
  cursor: se-resize;
}
.ui-resizable-sw {
  cursor: sw-resize;
}
.ui-resizable-nw {
  cursor: nw-resize;
}
.ui-resizable-ne {
  cursor: ne-resize;
}
.photoLabel__img-wrap {
  position: relative;
  display: block;
  width: 100%;
  margin: 0 auto;
}
.photoLabel__img-wrap .friendDialog {
  display: none;
}
.photoLabel__img {
  display: block;
  max-width: 100%;
  max-height: 70vh;
  margin: 0 auto;
  -webkit-user-select: none !important;
     -moz-user-select: none !important;
      -ms-user-select: none !important;
          user-select: none !important;
  pointer-events: none !important;
}
.photoLabel__list-container {
  position: relative;
  font-size: 16px;
  line-height: 21px;
}
.photoLabel__list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0;
  padding: 0;
  list-style: none;
  color: #655d54;
}
.photoLabel__list li {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 10px;
  padding: 0;
}
.photoLabel__list li:last-child > .comma {
  display: none;
}
.photoLabel__list i {
  font-style: normal;
}
.photoLabel__list .tag {
  margin: 0;
  color: #655d54;
  text-decoration: none;
  cursor: default;
}
.photoLabel__list .tag:hover {
  color: red;
}
.photoLabel__list .lnk {
  display: block;
  position: relative;
  top: 1px;
  margin-left: 10px;
  margin-top: -1px;
  color: #C1A886;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.photoLabel__list .lnk:hover,
.photoLabel__list .lnk:active {
  color: red;
}
.photoLabel__list .del {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: 1px;
  width: 14px;
  height: 14px;
  margin-right: 5px;
  margin-top: -1px;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  font-size: 0;
  line-height: 0;
  cursor: pointer;
}
.photoLabel__list .del:hover::before,
.photoLabel__list .del:active::before,
.photoLabel__list .del:hover::after,
.photoLabel__list .del:active::after {
  background-color: red;
}
.photoLabel__list .del::before,
.photoLabel__list .del::after {
  content: "";
  display: block;
  position: absolute;
  left: 6px;
  top: -1px;
  width: 2px;
  height: 16px;
  border-radius: 2px;
  background-color: #C1A886;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  pointer-events: none;
}
.photoLabel__list .del::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.photoLabel__list .del::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.photoLabel .img-overlay {
  background: none repeat scroll 0 0 black;
}
.photoLabel .img-area {
  font-size: 0;
  border: 3px solid rgba(169, 141, 115, 0.9);
  overflow: hidden;
}
.photoLabel .img-view-area {
  position: absolute;
}
.photoLabel .inside-img-area {
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
}
.photoLabel .img-cont .rel {
  position: relative;
}
.photoLabel .img-taglabel {
  line-height: 30px;
  border: medium none;
}
.photoLabel .img-taglabel span {
  background: #F4EAD7;
  bottom: -55px;
  display: none;
  left: 0;
  padding: 10px;
  position: absolute;
  text-align: center;
  width: auto;
}
.photoLabel .img-taglabel span::before {
  content: "";
  position: absolute;
  display: block;
  top: -8px;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #F4EAD7;
}
.photoLabel .recoverTags {
  display: none;
  padding: 7px 0;
}
.photoLabel .tag_view {
  border: 3px solid rgba(169, 141, 115, 0.9);
  display: none;
  overflow: hidden;
}
.photoLabel .tag_view img {
  max-width: unset;
}
.photoLabel__del-query {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 240px;
  left: 0;
  margin-top: -110px;
  -webkit-transform: translate(0, -200px);
      -ms-transform: translate(0, -200px);
          transform: translate(0, -200px);
  background-color: #f4ead7;
  -webkit-box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
  color: #262421;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 30;
}
.photoLabel__del-query--active {
  -webkit-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
          transform: translate(0, 0);
  visibility: visible;
  opacity: 1;
}
.photoLabel__del-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 55px;
  padding: 5px 10px;
  border-bottom: 1px solid #a09081;
  text-align: center;
  overflow: hidden;
}
.photoLabel__del-name {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.photoLabel__del-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  color: #262421;
}
.photoLabel__del-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 50%;
  height: 45px;
  padding: 10px;
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.photoLabel__del-btn:hover,
.photoLabel__del-btn:active {
  background: #CFC1A2;
}
.photoLabel__del-btn:first-child {
  border-right: 1px solid #a09081;
}
.photoLabel__add-btn {
  display: block;
  width: 100%;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.photoLabel__add-btn:hover .ui-button-text::before,
.photoLabel__add-btn:active .ui-button-text::before,
.photoLabel__add-btn:hover .ui-button-text::after,
.photoLabel__add-btn:active .ui-button-text::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.photoLabel__add-btn .ui-button-text {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 100%;
  padding: 10px 20px 9px;
}
.photoLabel__add-btn .ui-button-text::before,
.photoLabel__add-btn .ui-button-text::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 50%;
  background-color: red;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.photoLabel__add-btn .ui-button-text::before {
  left: 0;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.photoLabel__add-btn .ui-button-text::after {
  right: 0;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.photoLabel__btn--above-list {
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.photoLabel__hint {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  pointer-events: none;
}
.photoLabel__hint--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.photoLabel .img-area .ui-resizable-handle {
  position: absolute;
  width: 8px;
  height: 8px;
  background: #f0e5d1;
  border: none;
  -webkit-box-shadow: 0 0 3px #969696;
          box-shadow: 0 0 3px #969696;
  opacity: 0.7;
  z-index: 25;
}
.photoLabel .img-area .ui-resizable-handle:hover {
  opacity: 0.9;
}
.photoLabel .img-area .ui-resizable-nw {
  left: 0;
  top: 0;
}
.photoLabel .img-area .ui-resizable-n {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 0;
}
.photoLabel .img-area .ui-resizable-ne {
  right: 0;
  top: 0;
}
.photoLabel .img-area .ui-resizable-w {
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.photoLabel .img-area .ui-resizable-e {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.photoLabel .img-area .ui-resizable-sw {
  bottom: 0;
  left: 0;
}
.photoLabel .img-area .ui-resizable-s {
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.photoLabel .img-area .ui-resizable-se {
  bottom: 0;
  right: 0;
}
.friendDialog .findbox {
  position: relative;
  padding: 0 20px;
  background: #f0e5d1;
}
.friendDialog .findbox__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 50px;
  padding-left: 15px;
  padding-right: 40px;
  outline: none;
  border: 1px solid #cfc1a2;
  background-color: transparent;
  font-size: 16px;
}
.friendDialog .findbox__input::-webkit-input-placeholder {
  color: #C1A886;
}
.friendDialog .findbox__input::-moz-placeholder {
  color: #C1A886;
}
.friendDialog .findbox__input:-moz-placeholder {
  color: #C1A886;
}
.friendDialog .findbox__input:-ms-input-placeholder {
  color: #C1A886;
}
.friendDialog .findbox__input:focus::-webkit-input-placeholder {
  color: transparent;
}
.friendDialog .findbox__input:focus::-moz-placeholder {
  color: transparent;
}
.friendDialog .findbox__input:focus:-moz-placeholder {
  color: transparent;
}
.friendDialog .findbox__input:focus:-ms-input-placeholder {
  color: transparent;
}
.friendDialog .findbox__filter-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0px;
  right: 20px;
  width: 40px;
  height: 50px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #C1A886;
  font-size: 0;
  cursor: pointer;
}
.friendDialog .findbox__filter-svg {
  pointer-events: none;
}
.friendDialog .userbox {
  height: 200px;
  margin-top: 10px;
  overflow-x: hidden;
  overflow-y: auto;
}
.friendDialog .userbox__list {
  list-style: none;
  margin: 0;
  padding: 0px;
}
.friendDialog .userbox__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3px 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.friendDialog .userbox__item:hover,
.friendDialog .userbox__item:active {
  background-color: #C1A886 !important;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.friendDialog .userbox__photo {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 10px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
}
.friendDialog .userbox__name {
  color: #655D54;
  font-size: 14px;
  font-style: italic;
  line-height: 26px;
}
.friendDialog .userbox__rank {
  font-size: 11px;
  font-style: italic;
  text-transform: uppercase;
  color: #655D54;
}
.friendDialog .userbox .empty {
  padding: 5px 10px;
  text-align: center;
  color: gray;
}
.friendFilters {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  background: #f0e5d1;
  z-index: 100;
}
.friendFilters__clear {
  position: absolute;
  left: 20px;
  top: 20px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #C1A886;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.friendFilters__clear:hover,
.friendFilters__clear:active {
  color: red;
}
.friendFilters__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px 20px;
}
.friendFilters__label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.friendFilters__date-wrapper {
  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%;
  margin: 0 auto 20px;
}
.friendFilters__date-wrapper .friendFilters__input {
  min-width: 0;
  margin: 0;
}
.friendFilters__date-wrapper .friendFilters__input--year {
  width: 25%;
}
.friendFilters__date-wrapper .friendFilters__select-wrapper {
  height: 50px;
}
.friendFilters__date-wrapper .friendFilters__select-wrapper--day {
  width: 25%;
}
.friendFilters__date-wrapper .friendFilters__select-wrapper--month {
  width: 40%;
}
.friendFilters__date-wrapper .friendFilters__select-wrapper .selectric {
  background: transparent;
}
.friendFilters__date-wrapper .friendFilters__select-wrapper .selectric-items {
  background: #f4ead7;
  -webkit-box-shadow: 5px 5px 5px #dcdcdc;
          box-shadow: 5px 5px 5px #dcdcdc;
}
.friendFilters__date-wrapper-label {
  width: 100%;
  margin-bottom: 5px;
}
.friendFilters__input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
  background-color: transparent;
}
.friendFilters__input::-webkit-input-placeholder {
  color: #C1A886;
}
.friendFilters__input::-moz-placeholder {
  color: #C1A886;
}
.friendFilters__input:-moz-placeholder {
  color: #C1A886;
}
.friendFilters__input:-ms-input-placeholder {
  color: #C1A886;
}
.friendFilters__btn {
  width: 100%;
  margin-top: 75px;
}
/*
//for dropzones
.user-add-block {
  position: absolute;
  top: 0;
  z-index: 100;
  left: 0;
  padding-top: 52px;
  width: 100%;
  height: 88%;
  .js-user-add {
    outline: 0 !important;
    cursor: pointer !important;
    display: block;
  }
  &__svg {
    color: #fff;
    height: 27px;
    width: 41px;
    padding-left: 10px;
  }
  &__text {
    text-align: center;
    color: #fff;
    font-size: 16px;
    margin: 0px;
  }
}

.white-popup-block {
  width: 90%;
  background: #fff;
  margin: 0 auto;
  max-width: 1500px;
}
*/
.up-button {
  position: fixed;
  right: 15px;
  bottom: 45px;
  display: block;
  width: 50px;
  height: 50px;
  padding: 0;
  background-color: rgba(169, 169, 169, 0.5);
  border-radius: 50%;
  border: none;
  outline: none;
  text-decoration: none;
  -webkit-transition: background-color 0.2s, -webkit-transform 0.4s ease-out;
  transition: background-color 0.2s, -webkit-transform 0.4s ease-out;
  transition: background-color 0.2s, transform 0.4s ease-out;
  transition: background-color 0.2s, transform 0.4s ease-out, -webkit-transform 0.4s ease-out;
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  cursor: pointer;
  z-index: 30;
}
.up-button--active {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: background-color 0.2s, -webkit-transform 0.5s 0.2s ease-out;
  transition: background-color 0.2s, -webkit-transform 0.5s 0.2s ease-out;
  transition: background-color 0.2s, transform 0.5s 0.2s ease-out;
  transition: background-color 0.2s, transform 0.5s 0.2s ease-out, -webkit-transform 0.5s 0.2s ease-out;
}
.up-button::before,
.up-button::after {
  content: "";
  position: absolute;
  display: block;
  width: 9px;
  height: 25px;
  top: 15px;
  background-color: #fff;
  border-radius: 2px;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
}
.up-button::before {
  left: 23px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.up-button::after {
  right: 23px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.up-button:hover,
.up-button:active {
  background-color: rgba(169, 169, 169, 0.8);
}
.btn {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 50px;
  padding: 0;
  outline: none;
  border: none;
  -webkit-box-shadow: inset 0 0 0 1px #cfc1a2;
          box-shadow: inset 0 0 0 1px #cfc1a2;
  background-color: transparent;
  color: #262421;
  font-family: "PT Serif", serif;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 14px;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.btn--light {
  -webkit-box-shadow: inset 0 0 0 1px #554f4e;
          box-shadow: inset 0 0 0 1px #554f4e;
  color: #fff;
}
.btn--s {
  height: 40px;
}
.btn--l,
.btn--ll,
.btn--xl {
  height: 65px;
}
.btn--l .btn__inner,
.btn--ll .btn__inner,
.btn--xl .btn__inner {
  padding: 10px 40px;
}
.btn--xl,
.btn--ll {
  font-size: 18px;
}
.btn:hover::before,
.btn:active::before {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn:hover::after,
.btn:active::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn:hover .btn__inner::before,
.btn:active .btn__inner::before,
.btn:hover .btn__inner::after,
.btn:active .btn__inner::after {
  -webkit-transform: scaleX(1.01);
      -ms-transform: scaleX(1.01);
          transform: scaleX(1.01);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.btn::before,
.btn::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.btn::before {
  height: 100%;
  border-left: 1px solid red;
  border-right: 1px solid red;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.btn::after {
  height: 1px;
  background-color: red;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  -webkit-transform: scaleX(0.5);
      -ms-transform: scaleX(0.5);
          transform: scaleX(0.5);
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.btn--photo {
  height: 76px;
  color: #C1A886;
  font-size: 14px;
  text-transform: uppercase;
}
.btn--photo .btn__inner {
  padding: 10px 25px 9px;
}
.btn--disabled {
  pointer-events: none;
  opacity: 0.5;
}
.btn--active .btn__default {
  display: none;
}
.btn--active .btn__active {
  display: inline;
}
.btn__inner {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  height: 100%;
  padding: 10px 20px 9px;
}
.btn__inner::before,
.btn__inner::after {
  content: "";
  position: absolute;
  top: 0;
  height: 1px;
  width: 50%;
  background-color: red;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.btn__inner::before {
  left: 0;
  -webkit-transform-origin: 0 50%;
      -ms-transform-origin: 0 50%;
          transform-origin: 0 50%;
}
.btn__inner::after {
  right: 0;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.btn__inner--personal {
  padding: 10px 11px 9px;
}
.btn__icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
  color: #C1A886;
}
.btn__active {
  display: none;
}
.btn__hint {
  display: block;
  position: absolute;
}
.btn__hint--left {
  top: 0;
  right: 100%;
  padding-right: 30px;
}
.btn2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 50px;
  padding: 16px 40px 15px;
  outline: none;
  border: none;
  background-color: #D92424;
  font-family: "PT Serif", serif;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  overflow: hidden;
  text-overflow: ellipsis;
  text-transform: uppercase;
  letter-spacing: 2.8px;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.btn2:active {
  background-color: #A70000;
}
.close-btn {
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  border: none;
  outline: none;
  background: transparent;
  text-decoration: none;
  text-align: center;
  font-size: 0;
  cursor: pointer;
}
.close-btn::after,
.close-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2px;
  height: 16px;
  background-color: #E60004;
  border-radius: 2px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
.close-btn::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.close-btn::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.close-btn:hover::after,
.close-btn:active::after,
.close-btn:hover::before,
.close-btn:active::before {
  background-color: #262421;
}
.btn-arrow {
  position: relative;
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 56px;
  height: 56px;
  padding: 0;
  border-radius: 50%;
  border: 2px solid #a09081;
  outline: none;
  text-decoration: none;
  font-size: 0;
  background-color: transparent;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  overflow: hidden;
  cursor: pointer;
}
.btn-arrow::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  margin-top: -10px;
  width: 18px;
  height: 18px;
  border-right: 2px solid #a09081;
  border-top: 2px solid #a09081;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
  pointer-events: none;
}
.btn-arrow::after {
  margin-left: -14px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.btn-arrow--left::after {
  margin-left: -6px;
  -webkit-transform: rotate(-135deg);
      -ms-transform: rotate(-135deg);
          transform: rotate(-135deg);
}
.btn-arrow:hover,
.btn-arrow:active {
  border-color: #a09081;
  background-color: #a09081;
}
.btn-arrow:hover::after,
.btn-arrow:active::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.btn-arrow--white {
  border-color: #fff;
}
.btn-arrow--white::after {
  border-right-color: #fff;
  border-top-color: #fff;
}
.btn-arrow--white:hover,
.btn-arrow--white:active {
  background-color: red;
  border-color: red;
}
.btn-arrow--white:hover::after,
.btn-arrow--white:active::after {
  border-right-color: #a09081;
  border-top-color: #a09081;
}
.btn-arrow--disabled {
  opacity: 0.2;
  pointer-events: none;
}
.bird-btn {
  position: relative;
  display: inline-block;
  padding: 10px 10px 25px;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-decoration: none;
  color: #655d54;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.bird-btn:hover,
.bird-btn:active {
  color: red;
}
.bird-btn:hover::after,
.bird-btn:active::after {
  background-color: red;
  background-image: none;
}
.bird-btn:hover .bird-btn__svg,
.bird-btn:active .bird-btn__svg {
  color: red;
}
.bird-btn::after {
  content: "";
  position: absolute;
  height: 1px;
  left: 17%;
  right: 17%;
  bottom: 1px;
  background-color: #948372;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.bird-btn--light {
  color: #fff;
}
.bird-btn--light::after {
  background-image: none;
}
.bird-btn__svg {
  display: block;
  text-align: center;
  margin: 0 auto 20px;
  color: #8b8073;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.double-arrow {
  position: relative;
  width: 16px;
  height: 15px;
}
.double-arrow::before,
.double-arrow::after {
  content: "";
  position: absolute;
  top: 7px;
  display: block;
  width: 11px;
  height: 2px;
  background-color: #bbafa1;
}
.double-arrow::before {
  right: 7px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.double-arrow::after {
  left: 7px;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.double-arrow__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.double-arrow__inner::before,
.double-arrow__inner::after {
  content: "";
  position: absolute;
  bottom: 0px;
  display: block;
  width: 11px;
  height: 2px;
  background-color: #e5e2e0;
}
.double-arrow__inner::before {
  right: 7px;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.double-arrow__inner::after {
  left: 7px;
  -webkit-transform-origin: 0% 50%;
      -ms-transform-origin: 0% 50%;
          transform-origin: 0% 50%;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.tab-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 14px;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
  color: #797166;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.tab-link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(160, 144, 129, 0.75) 30%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}
.tab-link--active {
  padding-bottom: 9px;
  color: #262421;
  pointer-events: none;
}
.tab-link--active::after {
  display: none;
}
.tab-link--active .tab-link__svg-wrapper {
  background-color: #262421;
  color: #fff;
}
.tab-link--active .tab-link__svg-wrapper::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
          transform: translateX(-6px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #262421;
}
.tab-link--active .tab-link__svg {
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
      -ms-transform: translate(-50%, -50%) rotate(180deg);
          transform: translate(-50%, -50%) rotate(180deg);
}
.tab-link__br {
  display: none;
}
.tab-link__sum {
  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: 3px 7px;
  margin-left: 8px;
  background: #F4EBD8;
  border-radius: 3px;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  text-align: center;
  color: #262421;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.tab-link[href]:hover .tab-link__sum,
.tab-link[href]:active .tab-link__sum {
  background: #262421;
  color: #FFFFFF;
}
.tab-link[href]:hover .tab-link__svg-wrapper,
.tab-link[href]:active .tab-link__svg-wrapper {
  background-color: #262421;
  color: #fff;
}
.tab-link__svg-wrapper {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 47px;
  height: 24px;
  margin-left: 7px;
  padding: 0;
  border-radius: 3px;
  background-color: #f4ebd8;
  color: #262421;
  font-size: 0;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.tab-link__svg-wrapper--left {
  margin-left: 0;
  margin-right: 7px;
}
.tab-link__svg,
.tab-link__icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.document {
  display: inline-block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  margin-right: 30px;
  margin-bottom: 30px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  overflow: hidden;
  word-wrap: break-word;
}
.document:hover::after,
.document:active::after {
  opacity: 1;
}
.document::before,
.document::after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  border-radius: 6px;
}
.document::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 12px;
  background-image: url("../assets/icons/doc.svg"), -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: url("../assets/icons/doc.svg"), linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  background-size: 51px 58px, 100%;
  background-repeat: no-repeat;
  background-position: 27px center, center;
}
.document::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../assets/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 43px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.del-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0;
  color: #262421;
  cursor: pointer;
  z-index: 2;
}
.del-btn::before,
.del-btn::after {
  content: "";
  display: block;
  position: absolute;
  left: 17px;
  top: 7px;
  width: 2px;
  height: 22px;
  border-radius: 2px;
  background-color: #262421;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.del-btn::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.del-btn::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.del-btn:hover {
  -webkit-box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
}
.del-btn:active {
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.del-btn:hover::before,
.del-btn:active::before,
.del-btn:hover::after,
.del-btn:active::after {
  background-color: #E60004;
}
.del {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 60px;
  padding-left: 60px;
  border-radius: 10px;
  background-color: #43413B;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  cursor: default;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  z-index: 0;
}
.del:hover,
.del:active,
.del--active {
  background-color: #E60004;
}
.del--active {
  width: 220px;
}
.del--active .del__open:before {
  opacity: 1;
  -webkit-transform: scale(1) rotate(-45deg);
      -ms-transform: scale(1) rotate(-45deg);
          transform: scale(1) rotate(-45deg);
}
.del--active .del__open:after {
  opacity: 1;
  -webkit-transform: scale(1) rotate(45deg);
      -ms-transform: scale(1) rotate(45deg);
          transform: scale(1) rotate(45deg);
}
.del--active .del__open-svg {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
}
.del__open {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 23px;
  border: none;
  background-color: transparent;
  color: #fff;
  text-align: left;
  font-size: 0;
  z-index: 1;
}
.del__open:before,
.del__open:after {
  content: '';
  display: block;
  position: absolute;
  left: 29px;
  top: 50%;
  margin-top: -10px;
  width: 2px;
  height: 20px;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.del__open:before {
  -webkit-transform: scale(0) rotate(-45deg);
      -ms-transform: scale(0) rotate(-45deg);
          transform: scale(0) rotate(-45deg);
}
.del__open:after {
  -webkit-transform: scale(0) rotate(45deg);
      -ms-transform: scale(0) rotate(45deg);
          transform: scale(0) rotate(45deg);
}
.del__open:hover ~ .del__close::before,
.del__open:active ~ .del__close::before {
  background-color: #fff;
}
.del__open-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 14px;
  height: 18px;
  pointer-events: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.del__close,
.del__confirm {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 15px 20px;
  height: 100%;
  border: none;
  background-color: transparent;
  font-family: "PT Serif", serif;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 2.8px;
  text-decoration: none;
  text-align: center;
}
.del__close::before,
.del__confirm::before {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 10px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  -webkit-transition: 0.2s ease-out;
  transition: 0.2s ease-out;
  pointer-events: none;
}
.del__close:hover::before,
.del__confirm:hover::before,
.del__close:active::before,
.del__confirm:active::before {
  background-color: #fff;
}
.del__confirm {
  z-index: 2;
}
.del__confirm::after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 2px;
  height: 16px;
  background-color: #fff;
  pointer-events: none;
}
.del__close {
  pointer-events: none;
}
.edit-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 36px;
  height: 36px;
  padding: 0 2px 2px 0;
  border: none;
  outline: none;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0;
  color: #262421;
  cursor: pointer;
  z-index: 1;
}
.edit-btn:hover {
  -webkit-box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
}
.edit-btn:active {
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: scale(0.94);
      -ms-transform: scale(0.94);
          transform: scale(0.94);
}
.edit-btn:hover,
.edit-btn:active {
  color: #E60004;
}
.edit-btn__svg {
  display: block;
  margin: auto;
}
.edit-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 45px;
  height: 45px;
  padding: 12px 0 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0;
  color: #262421;
  z-index: 8;
}
.edit-link:hover {
  -webkit-box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
}
.edit-link:active {
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.edit-link__svg {
  display: block;
  margin: auto;
}
.edit-link--s {
  width: 35px;
  height: 35px;
  padding: 8px 0 0;
}
.check {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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-left: 16px;
  min-height: 16px;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
}
.check--20 {
  padding-left: 20px;
  min-height: 20px;
  font-size: 20px;
}
.check--20 .check__mark {
  width: 20px;
  height: 20px;
}
.check--20 .check__mark::after {
  top: 3px;
  left: 3px;
  width: 11px;
  height: 6px;
}
.check__mark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 16px;
  height: 16px;
  top: 2px;
  font-size: 0;
  border: 1px solid #cfc1a2;
}
.check__mark::after {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 5px;
  border-bottom: 1px solid #E60004;
  border-left: 1px solid #E60004;
  -webkit-transform: rotate(-47deg);
      -ms-transform: rotate(-47deg);
          transform: rotate(-47deg);
  display: none;
}
.check__heading {
  position: relative;
  display: inline-block;
  margin-left: 10px;
}
.check__heading a {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.check__heading a:hover,
.check__heading a:active {
  color: #E60004;
}
.check__input {
  position: absolute;
  width: 0;
  height: 0;
  padding: 0;
  border: none;
  opacity: 0;
  pointer-events: none;
}
.check__input.error ~ .check__mark {
  border-color: #E60004;
}
.check__input:checked ~ .check__mark::after {
  display: block;
}
.check__input ~ span.error,
.check__input ~ label.error {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-left: 10px;
}
.radio {
  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;
  font-size: 16px;
  line-height: 1.3;
}
.radio__label {
  display: block;
  position: relative;
  min-height: 26px;
  margin-top: 24px;
  padding-top: 3px;
  padding-left: 36px;
  outline: none;
  cursor: pointer;
}
.radio__label:first-child {
  margin-top: 0;
}
.radio__error {
  margin-top: 5px;
}
.radio__input {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
}
.radio__input:checked ~ .radio__mark::after {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
.radio__mark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  border: 1px solid #cfc1a2;
}
.radio__mark::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 4px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #E60004;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.radio2 {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.radio2::before,
.radio2::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  background-color: #cfc1a2;
  pointer-events: none;
}
.radio2::before {
  width: 100%;
  height: 1px;
}
.radio2::after {
  width: 1px;
  height: 100%;
}
.radio2__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 50px;
  z-index: 1;
}
.radio2__label--w50 {
  width: 50%;
}
.radio2__label--w40 {
  width: 40%;
}
.radio2__label--w20-33 {
  width: 20%;
}
.radio2__label--w20-50 {
  width: 20%;
}
.radio2__label[data-caption] .radio2__text-input {
  padding-right: 40px;
}
.radio2__label[data-caption]::after {
  content: attr(data-caption);
  position: absolute;
  top: 16px;
  right: 29px;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  color: #262421;
  pointer-events: none;
}
.radio2__input {
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.radio2__input:checked ~ .radio2__name {
  color: #fff;
  background-color: #D92424;
  border-color: #D92424;
}
.radio2__input[disabled] ~ .radio2__name {
  color: rgba(38, 36, 33, 0.6);
  pointer-events: none;
  cursor: default;
}
.radio2__name {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 15px 20px 16px;
  width: 100%;
  height: 100%;
  border: 1px solid #cfc1a2;
  border-top-color: transparent;
  border-right-color: transparent;
  background-color: transparent;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 2.8px;
  color: #262421;
  -webkit-transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  transition: background-color 0.2s, border-color 0.2s, color 0.2s;
  cursor: pointer;
}
.radio2__text-input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
  border-top-color: transparent;
  border-right-color: transparent;
  background-color: transparent;
}
.radim {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto -70px;
}
.radim__label {
  display: block;
  position: relative;
  width: 215px;
  margin: 0 20px 70px;
  outline: none;
  cursor: pointer;
}
.radim__input {
  display: none;
}
.radim__input:checked ~ .radim__image-container::before,
.radim__input:checked ~ .radim__image-container::after {
  border-top: 12px solid red;
}
.radim__input:checked ~ .radim__image-container .radim__image-wrapper {
  -webkit-box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.9);
          box-shadow: inset 0px 0px 30px rgba(0, 0, 0, 0.9);
}
.radim__input:checked ~ .radim__image-container .radim__image-wrapper::before,
.radim__input:checked ~ .radim__image-container .radim__image-wrapper::after {
  border-bottom: 12px solid red;
}
.radim__image-container {
  display: block;
  position: relative;
  width: 215px;
  height: 280px;
  background-color: #cfc1a2;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 0;
}
.radim__image-container::before,
.radim__image-container::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-top: 12px solid #948372;
  z-index: 2;
  pointer-events: none;
}
.radim__image-container::before {
  left: -2px;
  top: -2px;
  border-right: 12px solid transparent;
}
.radim__image-container::after {
  right: -2px;
  top: -2px;
  border-left: 12px solid transparent;
}
.radim__image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}
.radim__image-wrapper::before,
.radim__image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-bottom: 12px solid #948372;
  pointer-events: none;
  z-index: 2;
}
.radim__image-wrapper::before {
  left: -2px;
  bottom: -2px;
  border-right: 12px solid transparent;
}
.radim__image-wrapper::after {
  right: -2px;
  bottom: -2px;
  border-left: 12px solid transparent;
}
.radim__image {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
}
.radim__heading {
  display: block;
  max-width: 100%;
  margin-top: 10px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  word-wrap: break-word;
}
.success-msg {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: -1px;
  right: -1px;
  top: -1px;
  bottom: -1px;
  padding: 5px 10px 10px;
  background-image: -webkit-gradient(linear, left top, right top, from(#3E3B35), to(#7D7368));
  background-image: linear-gradient(90deg, #3E3B35 0%, #7D7368 100%);
  -webkit-box-shadow: 2px 2px 20px 0 #151415;
          box-shadow: 2px 2px 20px 0 #151415;
  color: #fff;
  line-height: 1.2;
  text-align: center;
  overflow: hidden;
  z-index: 1;
}
.success-msg--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.success-msg__row-1 {
  margin: 0 0 5px;
  font-size: 32px;
}
.success-msg__row-2 {
  font-size: 18px;
}
.attach {
  display: block;
}
.attach--file {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 5;
  overflow: visible;
}
.attach--file .attach__del-btn::before {
  top: 59px;
  right: 20px;
}
.attach__check {
  display: none;
}
.attach__check:checked + .attach__del-btn {
  color: #E60004;
  -webkit-box-shadow: 0 0 30px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 30px rgba(38, 36, 33, 0.3);
}
.attach__check:checked + .attach__del-btn::before {
  opacity: 1;
}
.attach__check:checked ~ .attach__edit-btn {
  opacity: 0;
  pointer-events: none;
}
.attach__check:checked ~ .attach__img {
  -webkit-filter: grayscale(100%) brightness(0.5);
          filter: grayscale(100%) brightness(0.5);
  opacity: 0.8;
}
.attach__check:checked ~ .attach__cover {
  background-color: rgba(38, 36, 33, 0.7);
}
.attach__cover {
  display: block;
  position: absolute;
  width: 110px;
  height: 130px;
  right: 0px;
  top: 0px;
  border-radius: 6px;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}
.attach__del-btn,
.attach__edit-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 0;
  color: #262421;
  z-index: 5;
  cursor: pointer;
}
.attach__del-btn {
  top: -15px;
  right: -15px;
}
.attach__del-btn::before {
  content: "Помечено на удаление";
  display: block;
  position: absolute;
  top: 45px;
  right: 45px;
  width: 90px;
  padding: 5px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 10px #655d54;
          box-shadow: inset 0 0 10px #655d54;
  background-color: #fff;
  color: #655d54;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.attach__edit-btn {
  top: 35px;
  right: -15px;
}
.attach__del-svg,
.attach__edit-svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.attach__edit-svg {
  -webkit-transform: translate(-1px, 0);
      -ms-transform: translate(-1px, 0);
          transform: translate(-1px, 0);
}
.attached-file {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  overflow: hidden;
  word-wrap: break-word;
}
.attached-file:hover::after,
.attached-file:active::after {
  opacity: 1;
}
.attached-file::before,
.attached-file::after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  border-radius: 6px;
}
.attached-file::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 12px;
  background-image: url("../assets/icons/doc.svg"), -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: url("../assets/icons/doc.svg"), linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  background-size: 51px 58px, 100%;
  background-repeat: no-repeat;
  background-position: 27px center, center;
}
.attached-file::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../assets/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 43px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.control {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 28px;
  position: relative;
  font-family: "PT Serif", serif;
  font-weight: normal;
  letter-spacing: 0;
  text-transform: none;
  z-index: 0;
}
.control::before {
  content: "•••";
  -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: 100%;
  height: 28px;
  position: relative;
  font-weight: 700;
  color: #CFC1A2;
  font-size: 15px;
  line-height: 1;
  letter-spacing: 2px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  cursor: pointer;
}
.control::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  width: 140px;
  height: 50px;
}
.control:hover .control__hidden,
.control:active .control__hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.control:hover::after,
.control:active::after {
  display: block;
}
.control__hidden {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -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;
  position: absolute;
  top: 27px;
  right: 0;
  width: 140px;
  height: auto;
  min-height: 58px;
  padding: 5px 0;
  border-radius: 3px;
  background: #FFFFFF;
  -webkit-box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 6px 3px rgba(0, 0, 0, 0.1);
  color: #948372;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 1;
}
.control__btn,
.control__del-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  outline: none;
  border: none;
  background: #FFFFFF;
  color: #948372;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 19px;
  cursor: pointer;
}
.control__btn:hover,
.control__del-btn:hover,
.control__btn:active,
.control__del-btn:active {
  background: #FAECBD;
}
.control__btn {
  width: 100%;
  height: 24px;
  padding: 0 13px;
  text-align: left;
}
.control__del-btn {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50%;
  height: 27px;
  padding: 2px 13px 4px;
  border-top: 1px solid #F4EAD7;
  line-height: 16px;
  text-align: center;
}
.control__del-btn:first-child {
  border-right: 1px solid #F4EAD7;
}
.control__del {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  -ms-flex-line-pack: end;
      align-content: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  height: 100%;
  border-radius: 3px;
  background-color: #fff;
}
.control__del--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.control__del::before {
  content: "Удалить?";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-item-align: center;
      align-self: center;
  display: block;
  width: 100%;
  margin: auto 0;
  padding: 4px 13px;
}
.info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  position: relative;
  margin-left: 15px;
  color: #C1A886;
  z-index: 1;
  cursor: default;
  cursor: help;
}
.info--label {
  display: block;
  position: absolute;
  right: 0;
  top: -2px;
  margin: 0;
}
.info--forum {
  display: inline-block;
  position: relative;
  margin-left: 30px;
}
.balloon {
  position: relative;
}
.balloon__btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: transparent;
  padding: 0;
  border: none;
  outline: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  color: #262421;
  cursor: pointer;
}
.balloon__btn:hover,
.balloon__btn:active {
  color: #d2d2d2;
}
.balloon__popup {
  position: absolute;
  left: -28px;
  bottom: 100%;
  margin-bottom: 20px;
  min-width: 70px;
  padding: 15px;
  border-radius: 5px;
  background-color: #f4ead7;
  -webkit-box-shadow: 2px 2px 20px #c1a886;
          box-shadow: 2px 2px 20px #c1a886;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
  z-index: 5;
  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;
}
.balloon__popup::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  left: 25px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-top: 13px solid #f4ead7;
}
.balloon__popup--menu {
  width: 400px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  padding: 0;
  color: #262421;
  font-size: 16px;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.balloon__popup--menu::after {
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}
.balloon__popup--active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.balloon__link {
  display: block;
  margin-bottom: 5px;
  color: #948372;
  font-size: 16px;
  line-height: 1.2;
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.balloon__link:hover,
.balloon__link:active {
  color: red;
}
.balloon__link:last-child {
  margin-bottom: 1px;
}
.balloon__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 12px 25px;
}
.balloon__button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 12px 25px;
  outline: none;
  border: none;
  border-top: 1px solid #cfc1a2;
  background-color: transparent;
  font-family: "PT Serif", serif;
  color: #262421;
  font-size: 16px;
  letter-spacing: 1px;
  text-decoration: none;
  text-align: center;
  text-transform: uppercase;
}
.balloon__button:hover,
.balloon__button:active {
  color: red;
  cursor: pointer;
}
.hint {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  min-height: 60px;
  max-height: 55vh;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 20px 0;
  background-color: #F4EAD7;
  -webkit-box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
          box-shadow: 0px -4px 20px rgba(0, 0, 0, 0.15);
  z-index: 35;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-transform: translate3D(0, 150%, 0);
      -ms-transform: translate3D(0, 150%, 0);
          transform: translate3D(0, 150%, 0);
}
.hint--active {
  -webkit-transform: translate3D(0, 0, 0);
      -ms-transform: translate3D(0, 0, 0);
          transform: translate3D(0, 0, 0);
}
.hint__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 810px;
  min-height: 20px;
  margin: 0 auto;
  padding-right: 40px;
  font-size: 16px;
  line-height: 1.3;
}
.hint__close-btn {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}
.feeder {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 52px 50px 113px;
  -webkit-box-shadow: 0 35px 68px #a6a199;
          box-shadow: 0 35px 68px #a6a199;
  z-index: 0;
}
.feeder--no-shadow {
  -webkit-box-shadow: none;
          box-shadow: none;
}
.feeder__title {
  margin: 0 auto 85px;
  color: #C1A886;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.19em;
  text-align: center;
}
.feeder__steps {
  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;
}
.feeder__step {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C1A886;
  max-width: 20%;
}
.feeder__step::before {
  content: "";
  display: block;
  width: 146px;
  height: 4px;
  border-radius: 2px;
  background-color: #C1A886;
}
.feeder__step--current {
  color: #E60004;
}
.feeder__step--current::before {
  width: 134px;
}
.feeder__step--current .feeder__step-svg {
  width: 116px;
  height: 100px;
  margin: 0 -35px 0 -25px;
}
.feeder__step--current ~ .feeder__step {
  color: #5B554D;
}
.feeder__step--current ~ .feeder__step::before {
  background-color: #7D7368;
  background-image: -webkit-gradient(linear, right top, left top, from(#3E3B35), to(#7D7368));
  background-image: linear-gradient(270deg, #3E3B35 0%, #7D7368 100%);
}
.feeder__step:first-child::before {
  display: none;
}
.feeder__step:first-child .feeder__step-svg {
  margin-left: 0;
}
.feeder__step:last-child .feeder__step-svg {
  margin-right: 0;
}
.feeder__step--current:last-child {
  max-width: 25%;
}
.feeder__step-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 0 -15px 0 -10px;
}
.places {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 100px 40px 130px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  line-height: 1.3;
}
.places--page {
  -webkit-box-shadow: 0 35px 68px #a6a199;
          box-shadow: 0 35px 68px #a6a199;
}
.places__title {
  margin: 0 0 50px;
  color: #C1A886;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.places__title--page {
  margin: 0 auto 65px;
  color: #C1A886;
  font-size: 62px;
  font-style: normal;
  line-height: 1.3;
  letter-spacing: 0.19em;
  text-align: center;
  text-transform: uppercase;
}
.places__table {
  border-collapse: collapse;
  margin: 0 auto;
  text-align: left;
  width: 100%;
  max-width: 1052px;
}
.places__caption {
  font-size: 24px;
  font-weight: 700;
  color: #a09081;
  text-transform: uppercase;
}
.places__pin {
  position: relative;
  display: inline-block;
  top: 1px;
  margin-left: 10px;
}
.places__caption {
  text-align: left;
}
.places__th {
  padding: 25px 0 8px;
  font-size: 24px;
  text-transform: uppercase;
}
.places__td {
  padding: 5px 40px 5px 0;
  font-size: 18px;
  max-width: 340px;
  word-wrap: break-word;
}
.places__td:last-child {
  padding-right: 0;
}
.places__heading {
  margin-bottom: 5px;
}
.places__no-msg {
  max-width: 700px;
  margin: 0 auto;
  color: #a09081;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 1px;
  text-align: center;
  text-transform: uppercase;
}
.places__select-wrap {
  max-width: 810px;
  margin: 0 auto;
  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;
}
.places__select-title {
  font-family: PT Serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  color: #AE9C8C;
  margin-bottom: 50px;
}
.places__select-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 48%;
  margin-bottom: 30px;
  color: #FFF;
}
.places__select-label:only-child {
  margin-left: auto;
  margin-right: auto;
}
.places__selectize {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: 0;
  border: 1px solid #CFC1A2;
}
.form--dark {
  color: #fff;
}
.form--dark .form__input,
.form--dark .form__textarea {
  color: #fff;
}
.form--ph-grey .form__input::-webkit-input-placeholder, .form--ph-grey .radio2__text-input::-webkit-input-placeholder {
  color: rgba(38, 36, 33, 0.6);
}
.form--ph-grey .form__input::-moz-placeholder, .form--ph-grey .radio2__text-input::-moz-placeholder {
  color: rgba(38, 36, 33, 0.6);
}
.form--ph-grey .form__input:-ms-input-placeholder, .form--ph-grey .radio2__text-input:-ms-input-placeholder {
  color: rgba(38, 36, 33, 0.6);
}
.form--ph-grey .form__input::-ms-input-placeholder, .form--ph-grey .radio2__text-input::-ms-input-placeholder {
  color: rgba(38, 36, 33, 0.6);
}
.form--ph-grey .form__input::placeholder,
.form--ph-grey .radio2__text-input::placeholder {
  color: rgba(38, 36, 33, 0.6);
}
.form--ph-grey .form__input:focus::-webkit-input-placeholder, .form--ph-grey .radio2__text-input:focus::-webkit-input-placeholder {
  color: transparent;
}
.form--ph-grey .form__input:focus::-moz-placeholder, .form--ph-grey .radio2__text-input:focus::-moz-placeholder {
  color: transparent;
}
.form--ph-grey .form__input:focus:-ms-input-placeholder, .form--ph-grey .radio2__text-input:focus:-ms-input-placeholder {
  color: transparent;
}
.form--ph-grey .form__input:focus::-ms-input-placeholder, .form--ph-grey .radio2__text-input:focus::-ms-input-placeholder {
  color: transparent;
}
.form--ph-grey .form__input:focus::placeholder,
.form--ph-grey .radio2__text-input:focus::placeholder {
  color: transparent;
}
.form--810 {
  max-width: 810px;
  margin: 0 auto;
}
.form__heading {
  margin: 50px 0 70px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  text-align: center;
}
.form__heading:first-child {
  margin-top: 0;
}
.form__heading--in-stream {
  margin: 50px 0 30px;
}
.form__heading--bt {
  padding-top: 30px;
  border-top: 1px solid #cfc1a2;
}
.form__content {
  margin: 50px 0;
}
.form__content:first-child {
  margin-top: 0;
}
.form__content:last-child {
  margin-bottom: 0;
}
.form__inputs-wrapper {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.form__inputs-wrapper .form__label {
  width: 48%;
  margin: 0 0 30px;
}
.form__wrapper-390 {
  width: 100%;
  max-width: 390px;
  margin: 0 auto;
}
.form__wrapper-810 {
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.form__date-wrapper {
  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%;
  max-width: 390px;
  margin: 0 auto 30px;
}
.form__date-wrapper .form__input,
.form__date-wrapper .form__select {
  min-width: 0;
  margin: 0;
}
.form__date-wrapper .form__input--year {
  width: 25%;
}
.form__date-wrapper .form__select-wrapper {
  height: 50px;
}
.form__date-wrapper .form__select-wrapper--day {
  width: 25%;
}
.form__date-wrapper .form__select-wrapper--month {
  width: 40%;
}
.form__date-wrapper .form__select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  cursor: pointer;
}
.form__date-wrapper-label {
  width: 100%;
  margin-bottom: 5px;
}
.form__large-label {
  width: 100%;
  margin-bottom: 16px;
  font-size: 26px;
  line-height: 1.3;
  letter-spacing: 3.2px;
}
.form__check {
  margin-bottom: 30px;
}
.form__label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  margin: 0 auto 30px;
}
.form__label--mt25 {
  margin-top: 25px;
}
.form__label--last-of-item {
  margin-bottom: 10px;
}
.form__label--date {
  min-width: 240px;
}
.form__label select {
  height: 50px;
}
.form__label--forum {
  min-width: 280px;
  margin: 0 0 25px;
  max-width: 390px;
}
.form__label--full {
  max-width: 810px;
}
.form__label--name {
  max-width: 410px;
  width: 100%;
  margin: 0 auto 10px;
}
.form__word-red {
  color: #D92424;
}
.form__word-red--mr3 {
  margin-right: 3px;
}
.form__input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.form__input-wrapper .form__clear-input {
  bottom: auto;
  top: 1px;
}
.form__input-wrapper .form__input-svg {
  bottom: auto;
  top: 15px;
}
.form__input,
.form__textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
  background-color: transparent;
}
.form__input::-webkit-input-placeholder,
.form__textarea::-webkit-input-placeholder {
  color: #C1A886;
}
.form__input::-moz-placeholder,
.form__textarea::-moz-placeholder {
  color: #C1A886;
}
.form__input:-ms-input-placeholder,
.form__textarea:-ms-input-placeholder {
  color: #C1A886;
}
.form__input:focus::-webkit-input-placeholder, .form__textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
.form__input:focus::-moz-placeholder, .form__textarea:focus::-moz-placeholder {
  color: transparent;
}
.form__input:focus:-ms-input-placeholder, .form__textarea:focus:-ms-input-placeholder {
  color: transparent;
}
.form__input:focus::-ms-input-placeholder, .form__textarea:focus::-ms-input-placeholder {
  color: transparent;
}
.form__input:focus::placeholder,
.form__textarea:focus::placeholder {
  color: transparent;
}
.form__input.error,
.form__textarea.error {
  border-color: red;
}
.form__input {
  height: 50px;
}
.form__input--date {
  padding: 10px 50px 10px 15px;
  cursor: pointer;
}
.form__input--forum {
  min-width: 810px;
}
.form__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.form__select::-ms-expand {
  display: none;
}
.form__textarea {
  height: 170px;
}
.form__textarea--h100 {
  height: 100px;
}
.form__textarea--forum {
  height: 292px;
  min-width: 810px;
  padding: 23px 26px;
  border: 1px solid #C4C4C4;
  border-top: 35px solid #C4C4C4;
  margin-top: 24px;
}
.form__textarea--forum::-moz-placeholder {
  color: #C4C4C4;
}
.form__textarea--forum:-moz-placeholder {
  color: #C4C4C4;
}
.form__textarea--forum::-webkit-input-placeholder {
  color: #C4C4C4;
}
.form__input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.form__clear-input {
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  padding: 14px 15px;
  right: 1px;
  bottom: 1px;
  color: #E60004;
  cursor: pointer;
}
.form__required-badge {
  display: inline-block;
  margin-left: -2px;
  color: red;
}
.form__submit {
  width: 100%;
  max-width: 342px;
  height: 65px;
  font-size: 18px;
  cursor: pointer;
}
.form__submit--center {
  display: block;
  margin: 0 auto;
}
.form__submit--on-center {
  display: block;
  margin: 100px auto 0;
}
.form__submit--forum {
  margin-top: 50px;
  max-width: 390px;
}
.form__action-link-wrapper {
  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;
  width: 100%;
  max-width: 342px;
  height: 65px;
}
.form__action-link {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__action-link:hover,
.form__action-link:active {
  color: #E60004;
}
.form__actions {
  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;
  width: 100%;
  max-width: 810px;
  margin: 100px auto 0;
}
.form__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 30px;
  font-size: 24px;
  line-height: 1.3;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.form__list-title:first-child {
  margin-top: 0;
}
.form__list-title + .form__clarification {
  margin-top: -25px;
}
.form__clarification {
  margin: 0 0 30px;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 1px;
  text-align: center;
}
.form__link {
  color: #E60004;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@supports (display:-ms-grid) {
  .form__link {
    text-decoration: none;
  }
}
.form__link:hover,
.form__link:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #E60004;
          text-decoration-color: #E60004;
}
.form__add-more {
  margin-bottom: 40px;
}
.form__drop-zone {
  margin-bottom: 30px;
}
.form__drop-zone--last-of-item {
  margin-bottom: 5px;
}
.form__agreement-msg {
  margin-top: 50px;
  font-size: 14px;
  line-height: 1.3;
}
.form__agreement-msg--large {
  font-size: 16px;
}
.form__agreement-link {
  text-decoration: none;
  font-weight: 700;
  font-style: italic;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.form__agreement-link:hover,
.form__agreement-link:active {
  color: #E60004;
}
.form__info {
  margin: -15px 0 30px;
  font-size: 14px;
  line-height: 1.3;
  color: rgba(38, 36, 33, 0.8);
}
.form__info:last-child {
  margin-bottom: 0;
}
.form__info-link {
  text-decoration: underline;
  color: #D92424;
  -webkit-transition: -webkit-text-decoration-color 0.2s;
  transition: -webkit-text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s;
  transition: text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
.form__info-link:hover {
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
.form__draft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 0 auto 90px;
}
.form__draft-photo {
  position: relative;
  width: 390px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.form__draft-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10%;
  background: linear-gradient(180deg, #3E3B35 0%, rgba(111, 102, 93, 0.98) 70px, rgba(125, 115, 104, 0) 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  z-index: 1;
  cursor: pointer;
}
.form__draft-link:hover,
.form__draft-link:active {
  opacity: 1;
}
.form__draft-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 420px;
  padding: 30px 10px 50px 65px;
}
.form__draft-btn {
  max-width: 390px;
  width: 100%;
  margin: 0 auto 50px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.form__draft-btn + .form__draft-descr {
  margin-top: -20px;
}
.form__draft-btn + .form__ad-block {
  margin-top: -40px;
}
.form__draft-descr {
  margin: 30px 0;
  font-size: 18px;
  line-height: 28px;
}
.form__draft-descr:first-child {
  margin-top: 0;
}
.form__draft-descr:last-child {
  margin-bottom: 0;
}
.form__form-main {
  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: 810px;
  margin: 0 auto;
  padding: 80px 0 150px;
}
.form__form-main--forum {
  padding: 0;
}
.form__edits {
  display: none;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
}
.form__edits--active {
  display: block;
}
.form__edit-el {
  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%;
  max-width: 810px;
  margin: 40px auto 70px;
}
.form__edit-el:first-child {
  margin-top: 0;
}
.form__edit-el .form__label {
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__edit-img {
  display: block;
  -ms-flex-item-align: center;
      align-self: center;
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 370px;
  margin: 0 auto 20px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__edit-del-label {
  position: relative;
  display: block;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: -15px 0 0;
  padding-right: 20px;
  color: #E60004;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.form__edit-del-label::before {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  right: 0;
  top: 2px;
  width: 14px;
  height: 14px;
  border-radius: 3px;
  border: 1px solid #E60004;
}
.form__edit-del-label::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  right: 1px;
  top: -1px;
  width: 7px;
  height: 14px;
  border-right: 2px solid #E60004;
  border-bottom: 2px solid #E60004;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  pointer-events: none;
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__edit-del-check {
  display: none;
}
.form__edit-del-check:checked ~ .form__edit-img {
  -webkit-filter: grayscale(100%) brightness(0.5);
          filter: grayscale(100%) brightness(0.5);
  opacity: 0.8;
}
.form__edit-del-check:checked ~ .form__label {
  pointer-events: none;
  opacity: 0.5;
}
.form__edit-del-check:checked ~ .form__edit-del-label::after {
  opacity: 1;
}
.form__ad-block {
  margin: 0 0 40px;
  color: rgba(38, 36, 33, 0.5);
  font-size: 14px;
  line-height: 20px;
}
.form__ad-link {
  color: rgba(38, 36, 33, 0.5);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.form__ad-link:hover,
.form__ad-link:active {
  color: #0053FF;
}
.form__ad-svg {
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.form__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  width: 100%;
}
.form__section:last-child {
  margin-bottom: 0;
}
.form__section-block {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
}
.form__section-block--mt15 {
  margin-top: 15px;
}
.form__section-title {
  margin: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #262421;
}
.form__section-title--mb12 {
  margin-bottom: 12px;
}
.form__section-wrapper {
  width: calc(100% - 220px);
  margin-left: auto;
}
.form__radio2 {
  margin-bottom: 30px;
}
.form__radio2--mb--15 {
  margin-bottom: 15px;
}
.form__radio2:last-child {
  margin-bottom: 0;
}
.form__section-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.form__btn2 {
  margin-right: auto;
}
.form__link2 {
  margin-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #262421;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.form__link2:active {
  color: #D92424;
}
.subscribe-form {
  width: 100%;
  position: relative;
}
.subscribe-form__title {
  margin: 0 0 5px;
  font-size: 11px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.subscribe-form__container {
  position: relative;
}
.subscribe-form__input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 60px;
  padding: 20px 40px 20px 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #a09081;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #262421;
}
.subscribe-form__input::-webkit-input-placeholder {
  color: #a09081;
}
.subscribe-form__input::-moz-placeholder {
  color: #a09081;
}
.subscribe-form__input:-moz-placeholder {
  color: #a09081;
}
.subscribe-form__input:-ms-input-placeholder {
  color: #a09081;
}
.subscribe-form__submit {
  position: absolute;
  bottom: 8px;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  background-color: transparent;
  color: #E60004;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.subscribe-form__submit:hover,
.subscribe-form__submit:active {
  color: #a09081;
}
.delimiter {
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  font-size: 0;
}
.delimiter * {
  display: none;
}
.clouds {
  opacity: 0.1;
  position: absolute;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-color: #221f23;
  background-image: url("../assets/images/clouds/clouds_1.png");
  -webkit-animation: clouds__loop-1 150s infinite linear;
          animation: clouds__loop-1 150s infinite linear;
  background-repeat: repeat-x;
  z-index: -1;
  pointer-events: none;
}
.clouds::before,
.clouds::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 510px;
  max-height: 100%;
  background-repeat: repeat-x;
}
.clouds::before {
  background-image: url("../assets/images/clouds/clouds_2.png");
  -webkit-animation: clouds__loop-2 120s infinite linear;
          animation: clouds__loop-2 120s infinite linear;
}
.clouds::after {
  background-image: url("../assets/images/clouds/clouds_3.png");
  -webkit-animation: clouds__loop-3 100s infinite linear;
          animation: clouds__loop-3 100s infinite linear;
}
.clouds--b {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
  animation-direction: reverse;
}
.clouds--b::before,
.clouds--b::after {
  animation-direction: reverse;
}
@-webkit-keyframes clouds__loop-1 {
  to {
    background-position: -1000px 0;
  }
}
@keyframes clouds__loop-1 {
  to {
    background-position: -1000px 0;
  }
}
@-webkit-keyframes clouds__loop-2 {
  to {
    background-position: -1000px 0;
  }
}
@keyframes clouds__loop-2 {
  to {
    background-position: -1000px 0;
  }
}
@-webkit-keyframes clouds__loop-3 {
  to {
    background-position: -1579px 0;
  }
}
@keyframes clouds__loop-3 {
  to {
    background-position: -1579px 0;
  }
}
.page-share {
  position: relative;
  width: 100%;
  padding-bottom: 30px;
  margin: 100px auto 150px;
}
.page-share--top {
  margin: 0 0 40px;
}
.page-share--forum {
  margin: 0 0 40px;
}
.page-share::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.page-share__heading {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
}
.page-share__heading::after {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.share-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0;
}
.share-links--brown .share-links__link {
  color: #948372;
}
.share-links--brown .share-links__link:hover,
.share-links--brown .share-links__link:active {
  color: red;
}
.share-links--wide .share-links__link {
  margin-right: 30px;
}
.share-links--wide .share-links__link--google {
  margin-right: 20px;
}
.share-links--wide .share-links__svg {
  height: 17px;
}
.share-links__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 20px;
  font-size: 0;
  cursor: pointer;
}
.share-links__link--google {
  margin-right: 12px;
}
.share-links__link:last-child {
  margin-right: 0;
}
.share-links__link:hover,
.share-links__link:active {
  color: #a89b8e;
}
.share-links__svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  height: 18px;
}
.add-more {
  width: 100%;
}
.add-more--short {
  max-width: 390px;
  margin: 0 auto;
}
.add-more__list {
  margin-bottom: 5px;
}
.add-more__item:nth-child(n+2) {
  margin-top: 40px;
}
.add-more__item:only-child .add-more__del-btn {
  display: none;
}
.add-more__del-btn,
.add-more__add-btn {
  display: inline-block;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "PT Sans", sans-serif;
  color: #E60004;
  text-decoration: underline;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
}
.page-title {
  display: block;
  margin: 0;
  font-size: 72px;
  line-height: 1.3;
  font-weight: 400;
  color: #655d54;
  letter-spacing: 12px;
  text-transform: uppercase;
  text-decoration: none;
}
.page-title--alone {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
  text-align: center;
}
.page-title--alone2,
.page-title--alone2c {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.page-title--alone2c {
  text-align: center;
}
.page-title--alone3 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.page-title--alone,
.page-title--alone2,
.page-title--alone2c,
.page-title--alone3,
.page-title--cols {
  margin: 130px auto 100px;
}
.page-title__small {
  display: block;
  font-size: 50px;
}
.page-title__small--inline-red {
  display: inline;
  color: #E60004;
  font-weight: 700;
}
.main-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 140px auto 100px;
}
.main-header__page-title {
  margin-right: auto;
}
.main-header__btn {
  margin-left: 50px;
}
.main-header__btn .btn__inner {
  padding: 10px 35px 9px;
}
.main-header__quantity {
  margin-left: 50px;
}
.paragraph {
  margin: 30px 0;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.adaptive-video {
  position: relative;
  overflow: hidden;
  background-color: #000;
}
.adaptive-video::before {
  content: '';
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  pointer-events: none;
}
.adaptive-video__iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
  outline: none;
}
.wrapper {
  position: relative;
}
.wrapper--index {
  background-color: #f0e5d1;
  background-image: url("../assets/images/soldiers.png"), url("../assets/images/bg-index.png");
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100% auto;
}
.wrapper--sign,
.wrapper--full {
  background-color: #f0e5d1;
  background-image: url("../assets/images/soldiers.png"), url("../assets/images/bg-default.jpg");
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100% auto;
}
.wrapper--search,
.wrapper--soldier,
.wrapper--short {
  background-image: url("../assets/images/bg-short.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
}
.wrapper--search,
.wrapper--short {
  background-size: 100% auto;
}
.wrapper--soldier {
  background-size: 100% 396px;
}
.wrapper--nav {
  background-image: url("../assets/images/bg-nav.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 258px;
}
.wrapper--dark {
  background-image: url("../assets/images/bg-nav.jpg"), url("../assets/images/bg-black-clouds.jpg");
  background-position: 0 0, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 258px, cover;
}
.main {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 100vh;
  padding-top: 225px;
}
.main--index {
  background-color: #f0e5d1;
  background-image: url("../assets/images/soldiers.png"), url("../assets/images/bg-index.png");
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100% auto;
}
.main--sign,
.main--full {
  background-color: #f0e5d1;
  background-image: url("../assets/images/soldiers.png"), url("../assets/images/bg-default.jpg");
  background-position: 100% 0, 0 0;
  background-repeat: no-repeat, no-repeat;
  background-size: auto, 100% auto;
}
.main--search,
.main--search2,
.main--soldier,
.main--short {
  background-image: url("../assets/images/bg-short.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% auto;
}
.main--search,
.main--search2 {
  background-size: 100% 435px;
}
.main--soldier {
  background-size: 100% 395px;
}
.main--nav,
.main--forum {
  background-image: url("../assets/images/bg-nav.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 250px;
}
.main--dark {
  background-image: url("../assets/images/bg-nav.jpg"), url("../assets/images/bg-black.jpg");
  background-position: 0 0, center;
  background-repeat: no-repeat, no-repeat;
  background-size: 100% 258px, cover;
  z-index: 0;
}
.main--forum {
  background-image: url("../assets/images/bg-nav.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 250px;
}
.notifications {
  position: relative;
  top: 2px;
  margin-right: 12px;
  padding: 0px 20px 0 10px;
  overflow: visible;
  display: none;
}
.notifications--enabled {
  display: block;
}
.notifications--active .notifications__container {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  z-index: 5;
}
.notifications--active .notifications__btn {
  color: #D8232A;
}
.notifications__btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  border: none;
  outline: none;
  padding: 5px;
  background-color: transparent;
  color: #948372;
  cursor: pointer;
}
.notifications__svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
}
.notifications__counter {
  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;
  position: absolute;
  top: -4px;
  right: -6px;
  width: 18px;
  height: 18px;
  background-color: #D8232A;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 0 3px #f6ecdb;
          box-shadow: 0 0 0 3px #f6ecdb;
  color: #fff;
  font-size: 11px;
  line-height: 12px;
  text-align: center;
}
.notifications__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  width: 380px;
  top: 100%;
  right: -65px;
  margin-top: 18px;
  border-top: 2px solid red;
  background-color: rgba(240, 229, 209, 0.96);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  pointer-events: none;
  z-index: -1;
}
.notifications__container::before {
  content: "";
  position: absolute;
  display: block;
  top: -7px;
  right: 95px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}
.notifications__header,
.notifications__notice {
  position: relative;
}
.notifications__header::after,
.notifications__notice::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 16px;
  right: 16px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#AF9D8C), to(#5A5750));
  background-image: linear-gradient(to right, #AF9D8C, #5A5750);
}
.notifications__header {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  height: 56px;
  padding: 0 16px;
  font-size: 14px;
}
.notifications__heading {
  letter-spacing: 2px;
  text-transform: uppercase;
}
.notifications__clear {
  display: inline-block;
  padding: 2px 0;
  text-decoration: none;
  color: #655d54;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.notifications__clear:hover,
.notifications__clear:active {
  color: #E60004;
}
.notifications__scroll {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 384px;
  overflow: hidden;
}
.notifications__scroll .os-scrollbar-vertical {
  bottom: 8px !important;
}
.notifications__notice {
  padding: 20px 46px 22px 66px;
}
.notifications__notice:last-child {
  margin-bottom: 10px;
}
.notifications__notice--new::before {
  content: "";
  display: block;
  position: absolute;
  left: 10px;
  top: 30px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #E60004;
}
.notifications__text {
  display: block;
  font-size: 14px;
  line-height: 19px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.notifications__time {
  display: block;
  margin-top: 2px;
  font-size: 12px;
  color: #655d54;
}
.notifications__link {
  display: block;
  text-decoration: none;
}
.notifications__link:hover .notifications__text,
.notifications__link:active .notifications__text {
  color: #E60004;
}
.notifications__notice-svg {
  position: absolute;
  left: 24px;
  top: 24px;
  color: #655d54;
}
.notifications__notice-clear {
  display: block;
  position: absolute;
  right: 6px;
  top: 17px;
  width: 29px;
  height: 29px;
  text-decoration: none;
  font-size: 0;
}
.notifications__notice-clear:hover::before,
.notifications__notice-clear:active::before,
.notifications__notice-clear:hover::after,
.notifications__notice-clear:active::after {
  background-color: #E60004;
}
.notifications__notice-clear::before,
.notifications__notice-clear::after {
  content: "";
  display: block;
  position: absolute;
  left: 14px;
  top: 10px;
  width: 1px;
  height: 9px;
  background-color: #C1A886;
}
.notifications__notice-clear::before {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.notifications__notice-clear::after {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.emerge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  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;
  right: 50%;
  top: 30px;
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transform: translateX(50%);
      -ms-transform: translateX(50%);
          transform: translateX(50%);
  padding: 70px 65px 30px 70px;
  border-top: 2px solid red;
  background-color: rgba(240, 229, 209, 0.96);
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0.2s linear, opacity 0.2s linear;
  transition: visibility 0.2s linear, opacity 0.2s linear;
  z-index: 5;
}
.emerge::before {
  content: "";
  position: absolute;
  display: block;
  top: -7px;
  right: 50%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid red;
}
.emerge--col {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  min-width: 580px;
}
.emerge--personal {
  right: -30px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.emerge--personal::before {
  right: 30px;
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.emerge__col:not(:last-child) {
  margin-right: 60px;
}
.emerge__link {
  position: relative;
  display: none;
  margin-bottom: 40px;
  padding-left: 31px;
  font-size: 14px;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.emerge__link::before {
  content: "";
  display: inline-block;
  top: -2px;
  width: 16px;
  height: 1px;
  margin-right: 15px;
  margin-left: -31px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
  vertical-align: middle;
}
.emerge__link:hover,
.emerge__link:active {
  color: red;
}
.emerge__link:hover::before,
.emerge__link:active::before {
  background-color: red;
  background-image: none;
}
.emerge__link[href] {
  display: block;
}
.emerge__counter {
  display: inline-block;
  color: #E60004;
  margin-left: 5px;
}
.nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 70%;
  margin-top: 25px;
}
.nav__index-link {
  text-align: center;
  font-size: 0;
  margin-right: auto;
}
.nav__index-link-svg {
  display: inline-block;
}
.nav__list {
  margin: 8px 10px 0 auto;
}
.nav__item {
  position: relative;
  display: inline-block;
  margin-right: 24px;
}
.nav__item::after {
  content: "";
  position: relative;
  top: -1px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 4px solid #262421;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 1.5px;
      -ms-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
.nav__item::before {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 20px;
  left: 0;
  top: 100%;
}
.nav__item:hover::before,
.nav__item:active::before {
  display: block;
}
.nav__item:hover::after,
.nav__item:active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.nav__item:hover .emerge,
.nav__item:active .emerge {
  opacity: 1;
  visibility: visible;
}
.nav__item:hover .emerge--personal,
.nav__item:active .emerge--personal {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.nav__item--no-emerge {
  margin-right: 37px;
}
.nav__item--no-emerge::before,
.nav__item--no-emerge::after {
  display: none;
}
.nav__link {
  display: inline-block;
  font-size: 15px;
  letter-spacing: 0.1em;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: default;
}
.nav__link[href] {
  cursor: pointer;
}
.nav__link:hover,
.nav__link:active {
  color: red;
}
.breadcrumbs {
  position: absolute;
  left: 0;
  right: 0;
  top: 137px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  white-space: nowrap;
  overflow: hidden;
}
.breadcrumbs__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  letter-spacing: 0.04em;
  font-size: 16px;
  line-height: 1;
  white-space: nowrap;
  cursor: default;
}
.breadcrumbs__link-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  max-width: 100%;
  margin-left: 12px;
  padding-right: 18px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}
.breadcrumbs__link-wrapper--index {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.breadcrumbs__link-wrapper--index .breadcrumbs__link {
  position: relative;
  top: 1px;
}
.breadcrumbs__link-wrapper:last-child {
  padding-right: 0;
}
.breadcrumbs__link-wrapper:last-child::before,
.breadcrumbs__link-wrapper:last-child::after {
  display: none;
}
.breadcrumbs__link-wrapper:last-child .breadcrumbs__link {
  pointer-events: none;
}
.breadcrumbs__link-wrapper::before,
.breadcrumbs__link-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 7px;
  right: 1px;
  width: 6px;
  height: 1px;
  background-color: #262421;
  pointer-events: none;
  -webkit-transform-origin: 100% 50%;
      -ms-transform-origin: 100% 50%;
          transform-origin: 100% 50%;
}
.breadcrumbs__link-wrapper::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.breadcrumbs__link-wrapper::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.breadcrumbs__link {
  display: inline-block;
  max-width: 100%;
  font-size: 12px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:active {
  color: red;
}
.page-header {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 50;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
}
.page-header::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-image: url("../assets/images/bg-nav.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 258px;
  z-index: -1;
  opacity: 0;
}
.page-header--on-scroll {
  position: fixed;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-animation: animateMenu 0.4s 0.3s ease-out forwards;
          animation: animateMenu 0.4s 0.3s ease-out forwards;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
}
.page-header--on-scroll::before {
  opacity: 1;
}
.page-header--on-scroll .page-header__inner::after {
  opacity: 0;
}
.page-header--on-scroll .page-header__collapsed {
  height: 0;
}
.page-header--on-scroll .nav__item {
  pointer-events: none;
}
.page-header--on-scroll:hover .page-header__inner::after,
.page-header--on-scroll:active .page-header__inner::after {
  opacity: 1;
}
.page-header--on-scroll:hover .page-header__collapsed,
.page-header--on-scroll:active .page-header__collapsed {
  height: 170px;
}
.page-header--scrolling .page-header__collapsed .emerge {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: 0s;
  transition: 0s;
}
.page-header--start-scrolling .page-header__inner::after {
  -webkit-transition: 0s;
  transition: 0s;
}
.page-header--start-scrolling .page-header__collapsed {
  -webkit-transition: 0s;
  transition: 0s;
}
.page-header--on-hover .page-header__collapsed {
  overflow: visible !important;
}
.page-header--on-hover .nav__item {
  pointer-events: auto;
}
.page-header--search-active .page-header__search {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page-header__plank {
  display: none;
}
.page-header__plank-btn {
  position: relative;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #a09081;
  width: 50px;
  height: 62px;
  border: none;
  outline: none;
  cursor: pointer;
  background-color: transparent;
}
.page-header__plank-btn:hover .page-header__search-svg,
.page-header__plank-btn:active .page-header__search-svg {
  color: red;
}
.page-header__search {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  height: 56px;
  background-color: #f0e5d1;
  -webkit-box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 20px rgba(38, 36, 33, 0.3);
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  z-index: 15;
}
.page-header__search-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 92%;
  max-width: 1746px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  position: relative;
}
.page-header__search-categories {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  top: 55px;
  height: auto;
  background: #EEE5D0;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 92%;
  max-width: 1748px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 9;
  padding: 15px 0 8px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-200%);
      -ms-transform: translateY(-200%);
          transform: translateY(-200%);
  margin-left: auto;
  margin-right: auto;
}
.page-header__search-categories--active {
  -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.page-header__search-form-title {
  padding: 0 20px 15px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
.page-header__search-form-link {
  padding: 8px 50px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}
.page-header__search-form-link:hover,
.page-header__search-form-link:active {
  background: #E0D4B7;
}
.page-header__search-form-link--active {
  background: #E8DDC5;
}
.page-header__search-forms {
  width: 150px;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  position: relative;
  height: 50px;
  z-index: 0;
}
.page-header__text-form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
}
.page-header__search-input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 0;
  height: 100%;
  padding: 0 50px 0 20px;
  outline: none;
  border: 2px dotted rgba(160, 144, 129, 0.75);
  background-color: transparent;
  font-size: 16px;
  font-style: italic;
  font-family: 'PT Serif';
  color: #262421;
}
.page-header__file-form {
  position: absolute;
  width: 50px;
  top: 0;
  bottom: 0;
  right: 148px;
  z-index: 1;
}
.page-header__file-form.has-error .page-header__file-error {
  display: block;
}
.page-header__file-form.form-submiting .page-header__file-btn {
  pointer-events: none;
  opacity: 0.3;
}
.page-header__file-error {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  right: 100%;
  top: 50%;
  margin-top: -13px;
  padding: 3px 5px 5px;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 18px;
  white-space: nowrap;
  pointer-events: none;
  z-index: 1;
  display: none;
}
.page-header__file-error::before {
  content: '';
  display: block;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -5px;
  width: 0;
  height: 0;
  border-top: 5px solid transparent;
  border-left: 5px solid #ffffff;
  border-bottom: 5px solid transparent;
}
.page-header__file-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  background-color: transparent;
  color: #655d54;
  font-size: 0;
  cursor: pointer;
}
.page-header__file-btn:hover,
.page-header__file-btn:active {
  color: #E60004;
}
.page-header__file-input {
  display: none;
}
.page-header__file-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 20px;
  height: 18px;
  margin: auto;
  pointer-events: none;
}
.page-header__search-submit,
.page-header__search-close {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  cursor: pointer;
}
.page-header__search-submit {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  left: 2px;
  width: 146px;
  height: 100%;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  border: 2px dotted rgba(160, 144, 129, 0.75);
  border-left: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-header__search-submit:hover,
.page-header__search-submit:active {
  color: red;
}
.page-header__search-submit-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 7px;
  margin-bottom: 2px;
  pointer-events: none;
}
.page-header__search-close {
  position: relative;
  width: 60px;
  height: 100%;
  right: -15px;
}
.page-header__search-close::before,
.page-header__search-close::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  width: 30px;
  height: 2px;
  background-color: #a09081;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 2px;
}
.page-header__search-close::after {
  -webkit-transform: translateY(-2px) rotate(45deg);
      -ms-transform: translateY(-2px) rotate(45deg);
          transform: translateY(-2px) rotate(45deg);
}
.page-header__search-close::before {
  -webkit-transform: translateY(-2px) rotate(-45deg);
      -ms-transform: translateY(-2px) rotate(-45deg);
          transform: translateY(-2px) rotate(-45deg);
}
.page-header__search-close:hover::before,
.page-header__search-close:active::before,
.page-header__search-close:hover::after,
.page-header__search-close:active::after {
  background-color: red;
}
.page-header__search-link {
  display: block;
  width: 170px;
  margin: 0 55px 0 25px;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.2em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.page-header__search-link:hover,
.page-header__search-link:active {
  color: #E60004;
}
.page-header__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 92%;
  max-width: 1746px;
  margin: 0 auto;
  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;
  z-index: 1;
}
.page-header__inner::after {
  content: "";
  position: absolute;
  left: 0;
  top: 54px;
  height: 2px;
  width: 100%;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(160, 144, 129, 0.75) 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 13px 2px;
  background-repeat: repeat-x;
}
.page-header__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 55px;
  font-size: 14px;
  margin-right: auto;
}
.page-header__location-title,
.page-header__location-link {
  position: relative;
  top: -3px;
}
.page-header__location-link,
.page-header__personal-link,
.page-header__location-name {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-header__location-link:hover,
.page-header__personal-link:hover,
.page-header__location-name:hover,
.page-header__location-link:active,
.page-header__personal-link:active,
.page-header__location-name:active {
  color: red;
}
.page-header__location-choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 35px;
}
.page-header__location-name {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 36px;
  overflow: hidden;
  outline: none;
  text-decoration: none;
  padding: 0 20px 0 15px;
  cursor: pointer;
}
.page-header__location-name::after {
  content: "";
  position: absolute;
  right: 5px;
  top: 15px;
  display: block;
  width: 0;
  height: 0;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 4px solid #a09081;
}
.page-header__location-region,
.page-header__location-city {
  display: block;
  max-width: 300px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-header__personal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
}
.page-header__personal--signed::after {
  content: "";
  position: relative;
  top: -2px;
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 2px;
  margin-right: 2px;
  vertical-align: middle;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 4px solid #262421;
  -webkit-transition: -webkit-transform 0.2s;
  transition: -webkit-transform 0.2s;
  transition: transform 0.2s;
  transition: transform 0.2s, -webkit-transform 0.2s;
  -webkit-transform-origin: 50% 1.5px;
      -ms-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
.page-header__personal--signed::before {
  content: "";
  position: absolute;
  display: none;
  width: 100%;
  height: 20px;
  left: 0;
  top: 100%;
}
.page-header__personal--signed:hover::before,
.page-header__personal--signed:active::before {
  display: block;
}
.page-header__personal--signed:hover::after,
.page-header__personal--signed:active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.page-header__personal--signed:hover .emerge,
.page-header__personal--signed:active .emerge {
  opacity: 1;
  visibility: visible;
}
.page-header__personal--signed:hover .emerge--personal,
.page-header__personal--signed:active .emerge--personal {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.page-header__personal-link {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 450px;
  text-decoration: none;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 0.2em;
  white-space: nowrap;
  text-transform: uppercase;
  overflow: hidden;
  text-overflow: ellipsis;
}
.page-header__personal-link-svg {
  display: inline-block;
  margin-right: 5px;
  color: red;
}
.page-header__search-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 44px;
  height: 30px;
  margin: 0 0 0 30px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(25%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, rgba(160, 144, 129, 0.75) 25%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 2px 12px;
  background-repeat: repeat-y;
  font-size: 14px;
  font-style: italic;
  font-family: 'PT Serif';
  color: #262421;
  cursor: pointer;
}
.page-header__search-btn:hover .page-header__search-svg,
.page-header__search-btn:active .page-header__search-svg {
  color: red;
}
.page-header__search-svg {
  padding: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-bottom: 2px;
  color: #a09081;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-header__collapsed {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  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;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  width: 100%;
  height: 170px;
  -webkit-transition: height 0.4s ease;
  transition: height 0.4s ease;
}
.page-header__help-link {
  max-width: 231px;
  width: 100%;
  margin-top: 54px;
}
.page-footer {
  position: relative;
  padding: 72px 0 148px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  color: #a09081;
  z-index: 0;
}
.page-footer__delimiter {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 92%;
  max-width: 1746px;
  margin: 0 auto;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(101, 93, 84, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(101, 93, 84, 0.75) 20%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 13px 2px;
  background-repeat: repeat-x;
}
.page-footer__container {
  width: 86.2%;
  max-width: 1180px;
  margin: 0 auto;
}
.page-footer__logo {
  display: block;
  margin: 0 auto;
  color: #fff;
}
.page-footer__slogan {
  margin: 28px 25px 95px;
  font-size: 11px;
  line-height: 16px;
  letter-spacing: 0.2em;
  text-align: center;
}
.page-footer__heading {
  margin: 0;
  color: #fff;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.page-footer__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  list-style: none;
  margin: 0 0 30px;
  padding: 0;
}
.page-footer__item {
  display: inline-block;
  width: 27.2%;
}
.page-footer__item:nth-child(4n-1) {
  width: 26.1%;
  margin-left: auto;
}
.page-footer__item:nth-child(4n) {
  width: 18%;
}
.page-footer__link {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-bottom: 40px;
  padding-right: 10px;
  color: #a09081;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports (display:-ms-grid) {
  .page-footer__link {
    text-decoration: none;
  }
}
.page-footer__link:hover,
.page-footer__link:active {
  color: #fff;
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.page-footer__second {
  width: 86.2%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 64px 0 83px;
}
.page-footer__subscribe {
  position: relative;
  width: 43.4%;
}
.page-footer__subscribe-form {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-top: 30px;
}
.page-footer__subscribe-form--success ~ .page-footer__subscribe-msg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-footer__subscribe-form--error ~ .page-footer__subscribe-error {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.page-footer__subscribe-input {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 22px 10px 22px 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #a09081;
  background-color: transparent;
  font-size: 14px;
  letter-spacing: 0.2em;
  color: #fff;
}
.page-footer__subscribe-input::-webkit-input-placeholder {
  color: #a09081;
}
.page-footer__subscribe-input::-moz-placeholder {
  color: #a09081;
}
.page-footer__subscribe-input:-moz-placeholder {
  color: #a09081;
}
.page-footer__subscribe-input:-ms-input-placeholder {
  color: #a09081;
}
.page-footer__subscribe-submit {
  padding: 22px 0;
  outline: none;
  border: none;
  border-bottom: 1px solid #fff;
  background-color: transparent;
  color: #fff;
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.page-footer__subscribe-submit:hover,
.page-footer__subscribe-submit:active {
  border-bottom-color: red;
}
.page-footer__social {
  width: 44%;
}
.page-footer__social-links {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  font-size: 0;
}
.page-footer__social-link {
  display: inline-block;
  margin-left: auto;
  color: #cbb4a0;
}
.page-footer__social-link:first-child {
  margin-left: 0;
}
.page-footer__social-link--tamtam {
  margin-right: -12px;
}
.page-footer__social-link:hover,
.page-footer__social-link:active {
  color: #fff;
}
.page-footer__social-link-svg {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.page-footer__third {
  width: 86.2%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 60px 0;
}
.page-footer__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 44%;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.page-footer__info:only-child {
  width: 520px;
  max-width: 100%;
  margin: 0 auto;
}
.page-footer__info:only-child .page-footer__info-icon {
  margin-left: auto;
  margin-right: auto;
}
.page-footer__text {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 12px;
  line-height: 18px;
}
.page-footer__bird,
.page-footer__info-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.page-footer__info-icon {
  margin: 0 0 30px;
}
.page-footer__vault {
  width: 86.2%;
  max-width: 1180px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  font-family: "PT Sans", sans-serif;
  font-size: 13px;
  line-height: 18px;
}
.page-footer__copyright {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  color: #cbb4a0;
  text-decoration: none;
}
.page-footer__terms-of-use-link {
  display: inline-block;
  color: #a09081;
}
.page-footer__terms-of-use-link:first-child {
  margin-right: 35px;
}
.page-footer__terms-of-use-link,
.page-footer__copyright--link {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.page-footer__terms-of-use-link:hover,
.page-footer__copyright--link:hover,
.page-footer__terms-of-use-link:active,
.page-footer__copyright--link:active {
  color: #fff;
}
.page-footer__copyright-symbol {
  display: inline-block;
  margin-right: 3px;
  font-size: 16px;
}
.paginator {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin: 0 auto;
}
.paginator__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.paginator__dots {
  position: relative;
  color: #797166;
  pointer-events: none;
}
.paginator__link {
  position: relative;
  margin: 0 10px;
  color: #797166;
  font-size: 24px;
  text-decoration: none;
  padding: 5px 10px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.paginator__link--current {
  top: 9px;
  color: #262421;
  font-size: 48px;
  padding: 5px 15px 16px;
  pointer-events: none;
}
.paginator__link--current::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5b5751));
  background-image: linear-gradient(to right, #af9d8c, #5b5751);
}
.paginator__link:hover,
.paginator__link:active {
  color: #E60004;
}
.quantity {
  -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;
  font-size: 15px;
  letter-spacing: 0.1em;
}
.quantity--hr {
  position: relative;
  padding-bottom: 15px;
}
.quantity--hr::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706b62), to(#af9d8c));
  background-image: linear-gradient(270deg, #706b62 0%, #af9d8c 100%);
}
.quantity--text .quantity__quantities:hover .quantity__options,
.quantity--text .quantity__quantities:active .quantity__options {
  -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
          transform: scaleY(1);
}
.quantity--text .quantity__options {
  left: 0;
  right: auto;
  width: auto;
  min-width: calc(100% - 12px);
  -webkit-transform: scaleY(0);
      -ms-transform: scaleY(0);
          transform: scaleY(0);
  text-align: left;
}
.quantity--text .quantity__option {
  font-size: 16px;
}
.quantity--c {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.quantity--forum {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.quantity__position {
  padding-top: 10px;
}
.quantity__quantities {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  cursor: pointer;
}
.quantity__quantities:hover .quantity__options,
.quantity__quantities:active .quantity__options {
  -webkit-transform: translateX(-50%) scaleY(1);
      -ms-transform: translateX(-50%) scaleY(1);
          transform: translateX(-50%) scaleY(1);
}
.quantity__quantities:hover .quantity__current::after,
.quantity__quantities:active .quantity__current::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.quantity__quantities--forum {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.quantity__current {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  min-width: 24px;
  font-size: 24px;
  padding: 4px 0 5px;
  white-space: nowrap;
}
.quantity__current::after {
  content: "";
  position: relative;
  display: inline-block;
  top: -1px;
  width: 0;
  height: 0;
  margin-left: 5px;
  vertical-align: middle;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 4px solid #262421;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  -webkit-transform-origin: 50% 1.5px;
      -ms-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
.quantity__current::before {
  content: "";
  position: absolute;
  left: 0;
  right: 10px;
  bottom: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(160, 144, 129, 0.75) 30%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 10px 2px;
  background-repeat: repeat-x;
}
.quantity__current--forum {
  position: relative;
}
.quantity__options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  left: calc(50% - 6px);
  right: 0;
  width: 50px;
  top: 100%;
  padding: 10px 5px 5px;
  text-align: center;
  background-color: #fff;
  border-radius: 3px;
  -webkit-box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
          box-shadow: 0 10px 15px rgba(0, 0, 0, 0.2);
  -webkit-transform-origin: 50% 0;
      -ms-transform-origin: 50% 0;
          transform-origin: 50% 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  -webkit-transform: translateX(-50%) scaleY(0);
      -ms-transform: translateX(-50%) scaleY(0);
          transform: translateX(-50%) scaleY(0);
  overflow: hidden;
  z-index: 5;
}
.quantity__options--forum {
  width: 100%;
}
.quantity__option {
  display: inline-block;
  margin: 3px 0;
  text-decoration: none;
  font-size: 18px;
}
.quantity__option:hover,
.quantity__option:active {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  color: red;
}
.section-title {
  position: relative;
  margin: 0;
  padding-bottom: 20px;
  font-family: "PT Serif", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 31px;
  text-transform: uppercase;
}
.section-title--qty {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.section-title::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.section-title__quantity {
  position: relative;
  top: -5px;
  margin-bottom: -10px;
  margin-left: auto;
  padding-left: 50px;
}
.podcast-player {
  width: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
}
.help-us {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
  padding: 40px;
  max-width: 390px;
  width: 100%;
  border-radius: 12px;
  background-color: #262421;
  background-image: url(../assets/images/donate/bg-card.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.help-us__svg {
  margin-bottom: 20px;
  display: block;
  width: 42px;
  height: 37px;
  -o-object-fit: contain;
     object-fit: contain;
  color: rgba(207, 193, 162, 0.5);
}
.help-us__title {
  margin: 0 0 40px;
  position: relative;
  padding: 0 30px 21px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  letter-spacing: 3.6px;
}
.help-us__title::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  height: 1px;
  background-color: rgba(207, 193, 162, 0.5);
}
.help-us__content {
  margin-bottom: 40px;
  font-weight: 400;
  font-family: "PT Serif", serif;
}
.help-us__btn2 {
  width: 100%;
}
.cols {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.cols--header {
  margin: 100px 0 30px;
}
.cols__main,
.cols__main-header {
  width: 100%;
  max-width: 810px;
}
.cols__aside,
.cols__aside-header {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 400px;
  margin-left: 50px;
}
.cols__aside {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cols__aside--indented {
  margin-bottom: 130px;
}
.cols__aside * + .sticky {
  margin-top: 40px;
}
.cols__aside-header {
  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;
}
.cols__aside-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.cols__aside-link {
  margin-top: 30px;
  -ms-flex-item-align: center;
      align-self: center;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #262421;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.cols__aside-link:active {
  color: #D92424;
}
.cols__aside-link + .cols__aside-link {
  margin-top: 30px;
}
.cols__header-link {
  margin: 10px 0;
}
.cols__header-link .btn__inner {
  padding: 10px 30px 9px;
}
.cols__bottom-link {
  margin-top: 50px;
}
.cols__bottom-link .btn__inner {
  padding: 10px 40px 9px;
}
.cols__main-title,
.cols__caption {
  font-size: 48px;
  line-height: 62px;
  font-style: italic;
  font-weight: 400;
}
.cols__main-title {
  margin: 0;
}
.cols__caption {
  margin: 0 0 50px;
}
.cols__aside-title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
.cols__aside-title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.cols__aside-title--red {
  color: #E60004;
}
.cols__aside-content {
  font-size: 24px;
  line-height: 1.3;
}
.coordinators {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 50px 40px 20px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  text-align: center;
  z-index: 0;
}
.coordinators__heading {
  max-width: 600px;
  margin: 0 auto 40px;
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
}
.coordinators__list {
  max-width: 600px;
  margin: 0 auto;
}
.coordinators__item {
  margin-bottom: 20px;
}
.coordinators__name {
  margin: 0 auto 20px;
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
}
.coordinators__contacts {
  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;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.coordinators__contact {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-bottom: 10px;
  margin-right: 30px;
  text-align: left;
}
.coordinators__contact:nth-child(2n) {
  margin-right: 0;
}
.coordinators__contact:only-child {
  margin-right: 0;
}
.coordinators__link {
  display: inline-block;
  padding-top: 3px;
  font-size: 18px;
  color: #a09081;
  font-style: italic;
  text-decoration: none;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.coordinators__link::before {
  content: "";
  display: inline-block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  height: 25px;
  margin-right: 20px;
  margin-bottom: 3px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  vertical-align: middle;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.coordinators__link--email::before {
  width: 35px;
  background-image: url("../assets/icons/email.svg");
}
.coordinators__link--tel::before {
  width: 23px;
  background-image: url("../assets/icons/phone.svg");
}
.coordinators__link:hover,
.coordinators__link:active {
  color: #E60004;
}
.coordinators__link:hover::before,
.coordinators__link:active::before {
  opacity: 0.8;
}
.frame--index {
  position: relative;
  margin: -140px 0 240px;
  background-image: url(../assets/images/clouds.png);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: auto;
  z-index: 0;
}
.frame__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.frame__title {
  max-width: 1200px;
  margin: 0 auto 20px;
  font-size: 24px;
}
.frame__video-wrap {
  position: relative;
  z-index: 0;
}
.frame__video-wrap::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 10%;
  height: 50%;
  background-color: rgba(67, 62, 59, 0.1);
  z-index: -1;
}
.frame__triangles {
  position: relative;
  position: absolute;
  left: 0;
  right: 0;
  pointer-events: none;
  z-index: 2;
}
.frame__triangles::before,
.frame__triangles::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
}
.frame__triangles--top {
  top: 0;
}
.frame__triangles--top::before {
  left: -2px;
  top: -2px;
  border-top: 12px solid red;
  border-right: 12px solid transparent;
}
.frame__triangles--top::after {
  right: -2px;
  top: -2px;
  border-top: 12px solid red;
  border-left: 12px solid transparent;
}
.frame__triangles--bottom {
  bottom: 0;
}
.frame__triangles--bottom::before {
  left: -2px;
  bottom: -2px;
  border-bottom: 12px solid red;
  border-right: 12px solid transparent;
}
.frame__triangles--bottom::after {
  right: -2px;
  bottom: -2px;
  border-bottom: 12px solid red;
  border-left: 12px solid transparent;
}
.frame__video-container {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  -webkit-box-shadow: 0px 16px 46px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 16px 46px rgba(0, 0, 0, 0.2);
  z-index: 0;
}
.stories {
  color: #655d54;
}
.stories--index {
  margin-bottom: 220px;
}
.stories--region {
  margin-top: -30px;
  padding-bottom: 100px;
}
.stories__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.stories__logo {
  display: block;
  margin: -52px auto -77px;
  color: #fff;
}
.stories__slogan {
  width: 850px;
  margin: 0 auto 5px;
  font-weight: 400;
  font-size: 38px;
  line-height: 62px;
  letter-spacing: 0.2em;
  text-align: center;
}
.stories__count {
  margin: 0;
}
.stories__count-title {
  display: block;
  font-size: 16px;
  letter-spacing: 0.56em;
  text-align: center;
}
.stories__count-num {
  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;
  font-size: 48px;
  letter-spacing: 0.2em;
}
.stories__count-num::before,
.stories__count-num::after {
  content: "";
  display: block;
  height: 1px;
  width: 75px;
  background-color: #655d54;
}
.stories__count-num::before {
  margin-right: 80px;
}
.stories__count-num::after {
  margin-left: 70px;
}
.stories__btn {
  margin-top: 20px;
}
.stories__title-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  margin: 20px auto 0;
}
.stories__title {
  display: inline-block;
  position: relative;
  bottom: -65px;
  margin: -65px 35px 0 0;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.stories__list {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 702px;
  padding: 100px 0 2px;
  margin-bottom: 47px;
}
.stories__list::before {
  content: "";
  position: absolute;
  left: 0;
  bottom: 2px;
  height: 600px;
  width: 100vw;
  background-image: linear-gradient(to left, rgba(245, 235, 216, 0.6), transparent 120px);
  pointer-events: none;
  z-index: 2;
}
.stories__list .os-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
}
.stories__item {
  position: relative;
  width: 216px;
  height: 280px;
  margin-right: 56px;
  background-color: #9a9a9a;
}
.stories__item:first-child {
  width: 463px;
  height: 600px;
}
.stories__item:first-child .stories__item-content {
  padding: 50px;
}
.stories__item:first-child .stories__item-name {
  margin-bottom: 10px;
  font-size: 30px;
  line-height: 36px;
}
.stories__item:first-child .stories__item-rank {
  font-size: 14px;
}
.stories__item:nth-child(2n) {
  margin-bottom: 40px;
}
.stories__item:hover::before,
.stories__item:active::before {
  border-top-color: red;
}
.stories__item:hover::after,
.stories__item:active::after {
  border-bottom-color: red;
}
.stories__item:hover .stories__link::before,
.stories__item:active .stories__link::before {
  border-bottom-color: red;
}
.stories__item:hover .stories__link::after,
.stories__item:active .stories__link::after {
  border-top-color: red;
}
.stories__item:hover .stories__item-content,
.stories__item:active .stories__item-content {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(54, 47, 40, 0.2)));
  background-image: linear-gradient(to bottom, transparent, rgba(54, 47, 40, 0.2));
}
.stories__item::before,
.stories__item::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 2;
  pointer-events: none;
}
.stories__item::before {
  left: -2px;
  top: -2px;
  border-top: 12px solid #948372;
  border-right: 12px solid transparent;
}
.stories__item::after {
  right: -2px;
  bottom: -2px;
  border-bottom: 12px solid #948372;
  border-left: 12px solid transparent;
}
.stories__link {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.stories__link::before,
.stories__link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
}
.stories__link::before {
  left: -2px;
  bottom: -2px;
  border-bottom: 12px solid #948372;
  border-right: 12px solid transparent;
}
.stories__link::after {
  right: -2px;
  top: -2px;
  border-top: 12px solid #948372;
  border-left: 12px solid transparent;
}
.stories__item-inner {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.stories__item-img {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.stories__item-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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%;
  height: 100%;
  padding: 15px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(54, 47, 40, 0.82)));
  background-image: linear-gradient(to bottom, transparent, rgba(54, 47, 40, 0.82));
  -webkit-box-shadow: inset 6px 6px 29px rgba(29, 26, 32, 0.74);
          box-shadow: inset 6px 6px 29px rgba(29, 26, 32, 0.74);
  color: #fff;
  z-index: 1;
}
.stories__item-name {
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 20px;
  font-style: italic;
}
.stories__item-rank {
  text-transform: capitalize;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.search {
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 40px;
  background-color: #221f23;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 35px 68px rgba(166, 161, 153, 0.5);
          box-shadow: 0 35px 68px rgba(166, 161, 153, 0.5);
  z-index: 10;
}
.search--1500 .search__link--l,
.search--index .search__link--l {
  left: 45px;
}
.search--1500 .search__link--r,
.search--index .search__link--r {
  right: 45px;
}
.search--index {
  max-width: 1500px;
  position: relative;
  margin: -120px auto 120px;
}
.search--advanced {
  padding-bottom: 116px;
}
.search--advanced .search__advanced {
  display: block;
}
.search--photo {
  padding-bottom: 40px;
}
.search--photo .search__tab--text {
  background-color: transparent;
  color: #a09081;
  cursor: pointer;
}
.search--photo .search__tab--photo {
  color: #fff;
  background-color: #C1A886;
  cursor: default;
}
.search--photo .search__form--text {
  display: none;
}
.search--photo .search__form--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search--photo .search__advanced {
  display: none;
}
.search__header {
  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;
  max-width: 810px;
  margin: -5px auto 40px;
}
.search__header--w1170 {
  max-width: 1170px;
}
.search__header--w1170 .search__descr {
  max-width: 1170px;
}
.search__title {
  font-family: "PT Serif", serif;
  display: block;
  color: #AB9A89;
  margin: 0;
  font-size: 52px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.search__descr {
  color: #AB9A89;
  width: 100%;
  max-width: 700px;
  font-size: 22px;
  line-height: 1.2;
  font-style: italic;
  margin: 20px auto 0;
  text-align: center;
}
.search__tabs {
  -ms-flex-item-align: center;
      align-self: center;
  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;
  width: 810px;
  max-width: 100%;
  margin: 0 auto 40px;
  color: #a09081;
}
.search__tab {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-height: 50px;
  padding: 10px 20px;
  border: 1px solid #C1A886;
  background-color: transparent;
  color: #a09081;
  font-family: "PT Serif", serif;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 0.16em;
  text-align: center;
  text-transform: uppercase;
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}
.search__tab:hover,
.search__tab:active {
  color: #fff;
}
.search__tab--text {
  color: #fff;
  background-color: #C1A886;
  cursor: default;
}
.search__link {
  position: absolute;
  top: 58px;
  color: #a09081;
  font-size: 14px;
  line-height: 1.15;
  letter-spacing: 0.2em;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
}
.search__link:hover,
.search__link:active {
  color: #fff;
}
.search__link--l {
  left: 75px;
}
.search__link--r {
  right: 75px;
}
.search__form {
  width: 810px;
  max-width: 100%;
  min-height: 76px;
  margin: 0 auto;
  font-size: 24px;
}
.search__form--photo {
  display: none;
  -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;
}
.search__form.has-error .search__error {
  display: block;
}
.search__form.form-submiting .search__photo-btn {
  pointer-events: none;
  opacity: 0.3;
}
.search__form.form-submiting .search__photo-wrapper {
  min-height: 44px;
  min-width: 44px;
  pointer-events: none;
}
.search__form.form-submiting .search__photo-wrapper::after {
  content: "";
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  width: 44px;
  height: 44px;
  border: 2px solid #a09081;
  border-top-color: transparent;
  border-radius: 50%;
  -webkit-animation: rotate360 1.5s linear infinite;
          animation: rotate360 1.5s linear infinite;
}
.search__form.form-submiting .search__photo-img {
  opacity: 0.4;
}
.search__form.form-submiting .search__photo-loader {
  display: block;
  -webkit-animation: rotate360 1.5s linear infinite;
          animation: rotate360 1.5s linear infinite;
}
.search__form-wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 76px;
}
.search__form-wrap::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#332f30));
  background-image: linear-gradient(to right, #af9d8c, #332f30);
}
.search__form__msg {
  width: 100%;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
.search__form__msg--agreement {
  color: #fff;
}
.search__form__msg a{
  color: #fff;
}
.search__photo-btn {
  width: 310px;
}
.search__photo-input {
  display: none;
}
.search__photo-wrapper {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
}
.search__photo-wrapper.has-photo {
  margin-top: 40px;
}
.search__photo-wrapper.has-photo .search__photo-img {
  display: block;
}
.search__photo-img {
  display: none;
  max-height: 240px;
  margin: 0 auto 0;
  min-height: 44px;
  min-width: 44px;
  -o-object-fit: contain;
     object-fit: contain;
}
.search__error {
  display: none;
  margin: 10px 0 0;
  color: #E60004;
  font-size: 14px;
  line-height: 18px;
  text-align: center;
}
.search__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 76px;
  padding-bottom: 16px;
}
.search__input {
  display: block;
  width: 100%;
  height: 40px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-style: italic;
  font-size: 36px;
  line-height: 40px;
}
.search__input + span.error {
  position: absolute;
  top: 100%;
  left: 0;
  margin-top: 5px;
  font-size: 14px;
  line-height: 16px;
  white-space: nowrap;
}
.search__input::-webkit-input-placeholder {
  color: #fff;
}
.search__input::-moz-placeholder {
  color: #fff;
}
.search__input:-moz-placeholder {
  color: #fff;
}
.search__input:-ms-input-placeholder {
  color: #fff;
}
.search__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  margin-bottom: 16px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.search__submit:hover {
  color: #cbb4a0;
}
.search__submit:active {
  color: #cbb4a0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.search__submit-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search__categories-wrapper {
  position: relative;
  width: 100%;
}
.search__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background: #eee5d0;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 810px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 15px 0 8px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
  z-index: 15;
}
.search__categories--active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.search__categories-title {
  padding: 0 20px 15px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
.search__category {
  padding: 8px 50px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}
.search__category:hover,
.search__category:active {
  background: #e0d4b7;
}
.search__category--active {
  background: #e8ddc5;
}
.search__advanced {
  display: none;
  position: absolute;
  margin-top: -76px;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 10;
}
.search__advanced-btn {
  padding: 22px 15px 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
  cursor: pointer;
}
.search__advanced-btn .double-arrow {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.search__advanced-btn--opened .double-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search__advanced-title {
  margin: 0 0 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
.search__advanced-arrow {
  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;
  color: #fff;
}
.search__advanced-arrow::before,
.search__advanced-arrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 0 15px;
  background-color: #fff;
}
.search__collapsed {
  position: relative;
  height: 0;
  overflow: hidden;
}
.search__collapsed::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
}
.search__collapsed--opened {
  overflow: visible;
  height: auto;
}
.search__collapsed-inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  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;
  padding: 40px 10% 38px;
  border-left: 1px solid #af9d8c;
  border-right: 1px solid #5a5750;
  background-color: #ffffff;
}
.search__collapsed-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.search__adv-inputs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 362px;
  padding: 0 10px;
  min-width: 300px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.search__date-wrapper {
  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%;
  max-width: 390px;
  margin: 0 auto 20px;
}
.search__date-wrapper .search__adv-input,
.search__date-wrapper .search__select {
  min-width: 0;
  margin: 0;
}
.search__date-wrapper .search__adv-input--year {
  width: 25%;
}
.search__date-wrapper .search__select-wrapper {
  height: 50px;
}
.search__date-wrapper .search__select-wrapper--day {
  width: 25%;
}
.search__date-wrapper .search__select-wrapper--month {
  width: 40%;
}
.search__date-wrapper .search__select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  cursor: pointer;
}
.search__date-wrapper-label {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.search__adv-label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.search__adv-label--date {
  width: 240px;
}
.search__adv-label select {
  height: 50px;
}
.search__adv-input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
}
.search__adv-input--date {
  padding: 10px 50px 10px 15px;
  cursor: pointer;
}
.search__adv-input::-webkit-input-placeholder {
  color: #C1A886;
}
.search__adv-input::-moz-placeholder {
  color: #C1A886;
}
.search__adv-input:-moz-placeholder {
  color: #C1A886;
}
.search__adv-input:-ms-input-placeholder {
  color: #C1A886;
}
.search__adv-input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.search__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.search__select::-ms-expand {
  display: none;
}
.search__adv-input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.search__adv-input-wrapper .search__clear-input {
  bottom: auto;
  top: 1px;
}
.search__adv-input-wrapper .search__input-svg {
  bottom: auto;
  top: 15px;
}
.search__clear-input {
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  padding: 14px 15px;
  right: 1px;
  bottom: 1px;
  color: #E60004;
  cursor: pointer;
}
.search__input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.search__adv-submit {
  width: 342px;
  margin: 30px auto 0;
  font-size: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.search__adv-submit-svg {
  margin-right: 10px;
}
.search.unknowns__search.search--advanced {
  width: 100%;
}
.soldier-search {
  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;
  margin: 0 auto;
  -webkit-box-shadow: 0 35px 68px rgba(166, 161, 153, 0.5);
          box-shadow: 0 35px 68px rgba(166, 161, 153, 0.5);
  z-index: 3;
}
.soldier-search--index {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  top: -240px;
  margin-bottom: -110px;
}
.soldier-search.has-error .soldier-search__photo-error {
  display: block;
}
.soldier-search__inner {
  position: relative;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 1;
}
.soldier-search__topics-lists {
  display: inline-block;
}
.soldier-search__topics-list {
  display: inline-block;
  margin-right: 50px;
}
.soldier-search__topics-text {
  margin-bottom: 25px;
}
.soldier-search__radio {
  position: absolute;
  z-index: -1;
  opacity: 0;
  margin: 10px 0 0 7px;
}
.soldier-search__radio + label {
  position: relative;
  padding: 0 0 0 35px;
  cursor: pointer;
}
.soldier-search__radio + label:before {
  content: '';
  position: absolute;
  top: 0px;
  left: 0;
  width: 22px;
  height: 22px;
  border: 1px solid #CFC1A2;
  border-radius: 50%;
  background: #FFF;
}
.soldier-search__radio + label:after {
  content: '';
  position: absolute;
  top: 8px;
  left: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: red;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.5);
  opacity: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.soldier-search__radio:checked + label:after {
  opacity: 1;
}
.soldier-search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 55px 100px 60px;
  color: #a09081;
}
.soldier-search__header--column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 0 !important;
}
.soldier-search__header--search2 {
  padding: 35px 95px 45px;
}
.soldier-search__header-svg {
  position: absolute;
  top: 24px;
  width: 144px;
  height: 122px;
  opacity: 0.4;
}
.soldier-search__title {
  display: block;
  margin: 0;
  font-size: 62px;
  font-weight: 400;
  letter-spacing: 0.15em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.soldier-search__title--search2 {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
  text-align: center;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  color: #AB9A89;
}
.soldier-search__title-row {
  display: block;
  margin-top: 10px;
  letter-spacing: 0.2em;
  font-size: 31px;
}
.soldier-search__header-text {
  width: 100%;
  max-width: 1130px;
  font-size: 20px;
  font-style: italic;
  margin: 20px auto 0;
  text-align: center;
}
.soldier-search__bird {
  position: absolute;
  top: 24px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  color: #AF9D8C;
  opacity: 0.4;
  z-index: -1;
}
.soldier-search__header-link {
  margin-bottom: 40px;
  color: #a09081;
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
.soldier-search__header-link--search2 {
  margin-bottom: 0;
}
.soldier-search__header-link:hover,
.soldier-search__header-link:active {
  color: #fff;
}
.soldier-search__photo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 40px;
  padding: 0 2.63%;
  text-align: center;
}
.soldier-search__photo-img {
  max-height: 240px;
  margin: 30px auto 0;
  -o-object-fit: contain;
     object-fit: contain;
}
.soldier-search__photo-label {
  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: #a09081;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}
.soldier-search__photo-label:hover,
.soldier-search__photo-label:active {
  color: #fff;
}
.soldier-search__photo-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  color: #fff;
  pointer-events: none;
}
.soldier-search__photo-text {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 18px;
  text-decoration: underline;
}
.soldier-search__photo-input {
  display: none;
}
.soldier-search__photo-error {
  display: none;
  margin: 10px 0 0;
  color: #E60004;
  font-size: 14px;
  line-height: 18px;
}
.soldier-search__input-wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 810px;
  height: 110px;
  margin: 0 auto 70px;
  font-size: 24px;
}
.soldier-search__input-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#332f30));
  background-image: linear-gradient(to right, #af9d8c, #332f30);
}
.soldier-search__input-wrapper--search2 {
  margin-bottom: 43px;
  height: 80px;
}
.soldier-search__input-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  height: 100%;
}
.soldier-search__input {
  display: block;
  width: 100%;
  height: 42px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  font-style: italic;
}
.soldier-search__input--search2 {
  font-size: 36px;
}
.soldier-search__input--search2::after {
  display: block;
}
.soldier-search__input::-webkit-input-placeholder {
  color: #fff;
}
.soldier-search__input::-moz-placeholder {
  color: #fff;
}
.soldier-search__input:-moz-placeholder {
  color: #fff;
}
.soldier-search__input:-ms-input-placeholder {
  color: #fff;
}
.soldier-search__submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 60px;
  height: 60px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #fff;
  cursor: pointer;
}
.soldier-search__submit:hover {
  color: #cbb4a0;
}
.soldier-search__submit:active {
  color: #cbb4a0;
  -webkit-transform: scale(0.9);
      -ms-transform: scale(0.9);
          transform: scale(0.9);
}
.soldier-search__svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin: auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.soldier-search__advanced-btn {
  padding: 22px 15px 16px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
  cursor: pointer;
}
.soldier-search__advanced-btn .double-arrow {
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.soldier-search__advanced-btn--opened .double-arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.soldier-search__advanced-title {
  margin: 0 0 7px;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
.soldier-search__advanced-arrow {
  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;
  color: #fff;
}
.soldier-search__advanced-arrow::before,
.soldier-search__advanced-arrow::after {
  content: "";
  display: block;
  width: 54px;
  height: 1px;
  margin: 0 15px;
  background-color: #fff;
}
.soldier-search__collapsed {
  position: relative;
  height: 0;
  overflow: hidden;
}
.soldier-search__collapsed::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
}
.soldier-search__collapsed--opened {
  overflow: visible;
  height: auto;
}
.soldier-search__collapsed-inner {
  position: relative;
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 10% 38px;
  border-left: 1px solid #af9d8c;
  border-right: 1px solid #5a5750;
  background-color: #ffffff;
}
.soldier-search__collapsed-inner::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
}
.soldier-search__adv-inputs {
  width: 342px;
  min-width: 280px;
  font-size: 16px;
  margin-left: auto;
  margin-right: auto;
}
.soldier-search__date-wrapper {
  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%;
  max-width: 390px;
  margin: 0 auto 20px;
}
.soldier-search__date-wrapper .soldier-search__adv-input,
.soldier-search__date-wrapper .soldier-search__select {
  min-width: 0;
  margin: 0;
}
.soldier-search__date-wrapper .soldier-search__adv-input--year {
  width: 25%;
}
.soldier-search__date-wrapper .soldier-search__select-wrapper {
  height: 50px;
}
.soldier-search__date-wrapper .soldier-search__select-wrapper--day {
  width: 25%;
}
.soldier-search__date-wrapper .soldier-search__select-wrapper--month {
  width: 40%;
}
.soldier-search__date-wrapper .soldier-search__select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  cursor: pointer;
}
.soldier-search__date-wrapper-label {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.soldier-search__adv-label {
  position: relative;
  display: block;
  width: 100%;
  margin-bottom: 20px;
}
.soldier-search__adv-label--date {
  width: 240px;
}
.soldier-search__adv-label select {
  height: 50px;
}
.soldier-search__adv-input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
}
.soldier-search__adv-input--date {
  padding: 10px 50px 10px 15px;
  cursor: pointer;
}
.soldier-search__adv-input::-webkit-input-placeholder {
  color: #C1A886;
}
.soldier-search__adv-input::-moz-placeholder {
  color: #C1A886;
}
.soldier-search__adv-input:-moz-placeholder {
  color: #C1A886;
}
.soldier-search__adv-input:-ms-input-placeholder {
  color: #C1A886;
}
.soldier-search__adv-input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.soldier-search__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.soldier-search__select::-ms-expand {
  display: none;
}
.soldier-search__adv-input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.soldier-search__adv-input-wrapper .soldier-search__clear-input {
  bottom: auto;
  top: 1px;
}
.soldier-search__adv-input-wrapper .soldier-search__input-svg {
  bottom: auto;
  top: 15px;
}
.soldier-search__clear-input {
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  padding: 14px 15px;
  right: 1px;
  bottom: 1px;
  color: #E60004;
  cursor: pointer;
}
.soldier-search__input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.soldier-search__adv-submit {
  width: 342px;
  margin: 30px auto 0;
  font-size: 16px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.soldier-search__adv-submit-svg {
  margin-right: 10px;
}
.soldier-search__categories {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  background: #EEE5D0;
  -webkit-box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
  width: 100%;
  max-width: 810px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  z-index: 10;
  padding: 15px 0 8px;
  left: 0;
  right: 0;
  margin: -1px auto 0;
  position: absolute;
  top: 100%;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.15s linear;
  transition: all 0.15s linear;
}
.soldier-search__categories--active {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.soldier-search__form-title {
  padding: 0 20px 15px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
}
.soldier-search__form-link {
  padding: 8px 50px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  letter-spacing: 1px;
  color: #000000;
  text-decoration: none;
}
.soldier-search__form-link:hover,
.soldier-search__form-link:active {
  background: #E0D4B7;
}
.soldier-search__form-link--active {
  background: #E8DDC5;
}
.index-news {
  padding-bottom: 102px;
}
.index-news--region {
  padding-bottom: 50px;
}
.index-news__mobile-header {
  display: none;
}
.index-news__btn-mobile {
  display: none;
}
.index-news__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  list-style: none;
  padding: 0;
}
.index-news__left-col {
  width: 32%;
}
.index-news__left-col .index-news__image-link {
  width: 82%;
}
.index-news__left-col .index-news__time {
  width: 28%;
}
.index-news__left-col .index-news__heading {
  margin-left: 28%;
}
.index-news__right-col {
  width: 60%;
}
.index-news__right-col .index-news__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin: 15px 0 60px;
}
.index-news__right-col .index-news__image-link {
  width: 43.7%;
}
.index-news__right-col .index-news__content {
  width: 56.3%;
  padding-bottom: 15px;
}
.index-news__right-col .index-news__time {
  width: 33%;
}
.index-news__right-col .index-news__heading {
  margin-left: 33%;
}
.index-news__title {
  margin: 0;
  color: #655d54;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.1em;
}
.index-news__title-row {
  display: block;
  font-size: 48px;
}
.index-news__about-link {
  display: inline-block;
  margin: 8px 0 57px;
  font-size: 14px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.index-news__about-link:hover,
.index-news__about-link:active {
  color: red;
}
.index-news__image-link {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.index-news__image-wrapper {
  display: block;
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 76.64%;
}
.index-news__image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: saturate(45%) sepia(70%);
          filter: saturate(45%) sepia(70%);
}
.index-news__image:hover,
.index-news__image:active {
  -webkit-filter: none;
          filter: none;
}
.index-news__heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 0 25px;
  padding-bottom: 20px;
  color: #E60004;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.35;
  letter-spacing: 0.2em;
  text-decoration: none;
  text-transform: uppercase;
}
.index-news__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 1px;
  width: 90px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.index-news__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 35px;
}
.index-news__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.index-news__time {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  padding-right: 30px;
  padding-top: 4px;
  color: #ae9c8c;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 0.2em;
  text-align: right;
  text-transform: uppercase;
}
.index-news__text {
  font-size: 24px;
  line-height: 30px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports (display:-ms-grid) {
  .index-news__text {
    text-decoration: none;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
.index-news__text:hover,
.index-news__text:active {
  color: #ae9c8c;
  text-decoration: underline;
  -webkit-text-decoration-color: #ae9c8c;
          text-decoration-color: #ae9c8c;
}
.index-news__btn-inner {
  padding: 10px 45px;
}
.isearch {
  position: relative;
  background-color: #221f23;
  background-image: url("../assets/images/bg-black.jpg");
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0;
}
.isearch__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 90px 0 310px;
}
.isearch__container--pb {
  padding-bottom: 90px;
}
.isearch__header {
  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;
  width: 100%;
  margin-bottom: 50px;
}
.isearch__title {
  display: block;
  margin: 0;
  color: #a09081;
  font-size: 72px;
  font-weight: 400;
  text-decoration: none;
  line-height: 1;
  letter-spacing: 0.2em;
}
.isearch__btn {
  width: 300px;
  max-width: 100%;
  margin: 0 0 10px 40px;
}
.isearch__tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin-bottom: 40px;
}
.isearch__tab-btn {
  display: block;
  position: relative;
  margin-right: 60px;
  margin-bottom: 40px;
  padding-bottom: 20px;
  color: #a09081;
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 0.2em;
  cursor: pointer;
}
.isearch__tab-btn:last-child {
  margin-right: 0;
}
.isearch__tab-btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0.2em;
  height: 3px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ffffdc), to(#ffffdc));
  background-image: linear-gradient(to right, #ffffdc 0%, #ffffdc 100%);
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-transform: scaleX(0);
      -ms-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.isearch__tabs {
  width: 100%;
  margin-bottom: 35px;
}
.isearch__advertisements {
  display: none;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
.isearch__advertisement {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30.4%;
  padding: 50px 0 50px;
}
.isearch__tab-check {
  display: none;
}
.isearch__tab-check:checked#isearchCheck1 ~ .isearch__tab-btns .isearch__tab-btn[for=isearchCheck1]::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.isearch__tab-check:checked#isearchCheck1 ~ .isearch__tabs .isearch__advertisements[data-for=isearchCheck1] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isearch__tab-check:checked#isearchCheck2 ~ .isearch__tab-btns .isearch__tab-btn[for=isearchCheck2]::after {
  -webkit-transform: scaleX(1);
      -ms-transform: scaleX(1);
          transform: scaleX(1);
}
.isearch__tab-check:checked#isearchCheck2 ~ .isearch__tabs .isearch__advertisements[data-for=isearchCheck2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.isearch__advertisement-time {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100px;
  margin-top: 5px;
  margin-right: 25px;
  color: #ae9c8c;
  font-size: 14px;
  letter-spacing: 0.2em;
  text-align: right;
  text-transform: uppercase;
  overflow: hidden;
}
.isearch__advertisement-text {
  margin: 0;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports (display:-ms-grid) {
  .isearch__advertisement-text {
    text-decoration: none;
  }
}
.isearch__advertisement-text::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #ae9c8c;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports (display:-ms-grid) {
  .isearch__advertisement-text::before {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
}
.isearch__advertisement-text:hover,
.isearch__advertisement-text:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.isearch__advertisement-text:hover::before,
.isearch__advertisement-text:active::before {
  background-color: red;
}
.learn-more {
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  text-align: center;
  top: -212px;
  margin-bottom: -100px;
  padding: 75px 85px 60px;
  background-color: #f0e5d1;
  background-image: url("../assets/images/clouds-light.png");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 35px 68px rgba(239, 227, 203, 0.5);
          box-shadow: 0 35px 68px rgba(239, 227, 203, 0.5);
}
.learn-more__header-svg {
  color: red;
}
.learn-more__title {
  margin: 28px 0 50px;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.learn-more__title-row {
  display: block;
  font-size: 48px;
}
.learn-more__slider {
  position: relative;
  margin: 50px 0 65px;
}
.learn-more__slider .btn-arrow {
  position: absolute;
  top: 71px;
}
.learn-more__slider .btn-arrow--left {
  left: -17px;
}
.learn-more__slider .btn-arrow--right {
  right: -17px;
}
.learn-more__img {
  display: block;
  height: 200px;
  width: auto;
  position: relative;
}
.learn-more__link {
  display: inline-block;
  font-size: 0;
  position: relative;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-filter: saturate(45%) sepia(70%);
          filter: saturate(45%) sepia(70%);
}
.learn-more__link:hover,
.learn-more__link:active {
  -webkit-filter: none;
          filter: none;
}
.war-years {
  background-color: #2a272c;
  background-image: url("../assets/images/bg-war-years.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
}
.war-years__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 150px 0;
}
.war-years__title {
  margin: 0 0 50px;
  color: #a09081;
  font-size: 72px;
  line-height: 93px;
  letter-spacing: 13px;
  font-weight: 400;
}
.war-years__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}
.war-years__photo-link {
  display: block;
  position: relative;
  width: 30.6%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.war-years__photo-link::before,
.war-years__photo-link::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 2;
}
.war-years__photo-link::before {
  left: -2px;
  bottom: -2px;
  border-bottom: 12px solid #948372;
  border-right: 12px solid transparent;
}
.war-years__photo-link::after {
  right: -2px;
  top: -2px;
  border-top: 12px solid #948372;
  border-left: 12px solid transparent;
}
.war-years__photo-link:hover .war-years__gradient,
.war-years__photo-link:active .war-years__gradient {
  background-image: none;
}
.war-years__photo-link:hover .war-years__photo-inner::before,
.war-years__photo-link:active .war-years__photo-inner::before {
  border-top-color: red;
}
.war-years__photo-link:hover .war-years__photo-inner::after,
.war-years__photo-link:active .war-years__photo-inner::after {
  border-bottom-color: red;
}
.war-years__photo-link:hover::before,
.war-years__photo-link:active::before {
  border-bottom-color: red;
}
.war-years__photo-link:hover::after,
.war-years__photo-link:active::after {
  border-top-color: red;
}
.war-years__photo-inner {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 0;
  padding-top: 130%;
}
.war-years__photo-inner::before,
.war-years__photo-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  pointer-events: none;
  z-index: 2;
}
.war-years__photo-inner::before {
  left: -2px;
  top: -2px;
  border-top: 12px solid #948372;
  border-right: 12px solid transparent;
}
.war-years__photo-inner::after {
  right: -2px;
  bottom: -2px;
  border-bottom: 12px solid #948372;
  border-left: 12px solid transparent;
}
.war-years__image,
.war-years__gradient {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.war-years__image {
  -o-object-fit: cover;
     object-fit: cover;
}
.war-years__gradient {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(54, 47, 40, 0.86)));
  background-image: linear-gradient(to bottom, transparent, rgba(54, 47, 40, 0.86));
  -webkit-box-shadow: inset 0 0 29px 3px rgba(29, 26, 32, 0.74);
          box-shadow: inset 0 0 29px 3px rgba(29, 26, 32, 0.74);
  z-index: 1;
}
.war-years__content {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-left: 8.9%;
  max-height: 435px;
  overflow: hidden;
}
.war-years__all-link {
  margin: 50px auto 0;
}
.partners {
  padding: 0 0 120px;
}
.partners__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.partners__title {
  position: relative;
  display: inline-block;
  top: 53px;
  margin: -30px 30px 0 0;
  font-size: 48px;
  font-weight: 400;
  color: #655d54;
  letter-spacing: 0.2em;
  white-space: nowrap;
}
.partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
}
.partners__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  position: relative;
  margin-right: 90px;
  text-decoration: none;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.partners__item:hover,
.partners__item:active {
  opacity: 0.8;
}
.partners__img {
  display: block;
  height: 100px;
  width: auto;
}
.search-sorting {
  margin: 0 auto;
}
.search-sorting--isearch .search-sorting__grid-btn,
.search-sorting--alphabet .search-sorting__grid-btn {
  width: 50px;
  height: 50px;
  margin-left: 30px;
}
.search-sorting--isearch .search-sorting__grid-btn:first-child,
.search-sorting--alphabet .search-sorting__grid-btn:first-child {
  margin-left: 50px;
}
.search-sorting--isearch .search-sorting__title,
.search-sorting--alphabet .search-sorting__title {
  font-size: 72px;
  letter-spacing: 0.15em;
}
.search-sorting--alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.search-sorting--alphabet .search-sorting__views {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  max-width: 830px;
}
.search-sorting--alphabet .search-sorting__view {
  margin-right: 0;
}
.search-sorting__alphabet {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin: 35px 0 5px;
}
.search-sorting__alph-link {
  display: inline-block;
  margin-right: 12px;
  padding: 0 1px;
  color: #655d54;
  font-size: 20px;
  text-decoration: none;
}
.search-sorting__alph-link:hover,
.search-sorting__alph-link:active {
  color: #E60004;
}
.search-sorting__unknown-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.search-sorting__views {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search-sorting__topics-text {
  font-size: 16px;
  font-family: "PT Serif", serif;
  color: #262421;
}
.search-sorting__actions {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 50px;
}
.search-sorting__actions .search-sorting__add-link {
  margin: 15px 0 auto;
}
.search-sorting__actions .search-sorting__add-link .btn__inner {
  padding: 10px 30px 9px;
}
.search-sorting__title {
  margin: 0;
  font-size: 36px;
  font-weight: 400;
  color: #655d54;
  letter-spacing: 0.1em;
}
.search-sorting__view {
  margin-top: 3px;
  margin-right: auto;
}
.search-sorting__grid-btn {
  position: relative;
  display: inline-block;
  margin-left: 34px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  width: 25px;
  height: 25px;
  color: #BEB0A2;
  cursor: pointer;
}
.search-sorting__grid-btn--active {
  color: #262421;
}
.search-sorting__grid-btn svg {
  width: 100%;
  height: 100%;
}
.search-sorting__add-link {
  margin-left: 49px;
}
.search-sorting__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 30px 0 45px;
}
.search-sorting__link {
  position: relative;
  display: inline-block;
  padding-bottom: 14px;
  font-size: 18px;
  text-decoration: none;
  color: #797166;
  letter-spacing: 0.2em;
  margin-top: 20px;
  white-space: nowrap;
}
.search-sorting__link:last-child {
  margin-right: 0;
}
.search-sorting__link::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 2px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, rgba(160, 144, 129, 0.75) 30%, rgba(255, 255, 255, 0) 0%);
  background-position: left top;
  background-size: 11px 2px;
  background-repeat: repeat-x;
}
.search-sorting__link--current {
  padding-bottom: 0px;
  color: #262421;
  pointer-events: none;
}
.search-sorting__link--current::after {
  display: none;
}
.search-sorting__link--current .search-sorting__link-count {
  background-color: #262421;
  color: #fff;
}
.search-sorting__link--current .search-sorting__link-count::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-6px);
      -ms-transform: translateX(-6px);
          transform: translateX(-6px);
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 5px solid #262421;
}
.search-sorting__link--active {
  padding-bottom: 0px;
  color: #262421;
  pointer-events: none;
}
.search-sorting__link--active::after {
  display: none;
}
.search-sorting__link:hover .search-sorting__link-count,
.search-sorting__link:active .search-sorting__link-count {
  background-color: #262421;
  color: #fff;
}
.search-sorting__link-count {
  position: relative;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 46px;
  padding: 2px;
  border-radius: 3px;
  background-color: #f4ebd8;
  color: #262421;
  font-size: 16px;
  letter-spacing: 0;
  text-align: center;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-results {
  margin: 100px auto 0;
}
.search-results--inserted {
  margin: 0;
}
.search-results--list .search-results__inner {
  -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;
}
.search-results__wrapper {
  margin: 0 0 100px;
}
.search-results__section-title {
  margin: 0 0 100px;
}
.search-results__inner {
  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;
  max-width: 1500px;
  margin: 0 auto;
}
.search-results__not-found {
  margin: 0;
  color: #655d54;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
.search-results__paginator {
  margin: 15px 0 0;
}
.search-results__bird-btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 70px 0 0;
}
.search-results--list .card-veterans {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}
.search-results--list .card-veterans__image-wrapper {
  display: none;
}
.search-results--list .card-veterans__info {
  padding: 0;
}
.search-results--list .card-veterans__name {
  display: block;
  margin: 0 0 5px;
  font-style: normal;
}
.search-results--list .card-veterans__rank {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin: 5px 0 0;
  font-size: 14px;
  line-height: 17px;
  color: #a09081;
}
.search-results--list .card-veterans__rank2,
.search-results--list .card-veterans__years {
  color: #a09081;
}
.search-results--list .card-veterans__rank2 {
  margin-top: 5px;
}
.search-results--list .card-veterans__description {
  margin: 5px 0;
  font-size: 18px;
  line-height: 28px;
  color: #262421;
  max-height: 60px;
}
.search-results--list .card-veterans__region {
  margin: 5px 0 5px;
  font-size: 18px;
  line-height: 28px;
  letter-spacing: 0;
  text-transform: none;
}
.search-results--list .card-veterans__city {
  margin: 5px 0 0;
  color: #a09081;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.search-results--list .card-veterans__contacts {
  margin-top: 10px;
}
.personal__cards-list .card-veterans__image-wrapper::before,
.personal__cards-list .card-veterans__image-wrapper::after {
  display: none;
}
.card-veterans {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 33.33%;
  margin-bottom: 60px;
}
.card-veterans--810 {
  width: 50%;
  margin-bottom: 50px;
}
.card-veterans--810 .card-veterans__image-wrapper {
  width: 37%;
}
.card-veterans--810 .card-veterans__image {
  height: 194px;
}
.card-veterans--810 .card-veterans__info {
  padding: 0 5%;
}
.card-veterans--810 .card-veterans__rank2,
.card-veterans--810 .card-veterans__years {
  font-size: 16px;
}
.card-veterans--pa {
  width: 33%;
}
.card-veterans--pau {
  width: 180px;
  margin-right: 60px;
}
.card-veterans--pa .card-veterans__image-wrapper,
.card-veterans--pau .card-veterans__image-wrapper {
  width: 180px;
  height: 234px;
}
.card-veterans--pa .card-veterans__image,
.card-veterans--pau .card-veterans__image {
  width: 100%;
  height: 100%;
}
.card-veterans--pa .card-veterans__info,
.card-veterans--pau .card-veterans__info {
  padding: 0 5%;
}
.card-veterans--pa .card-veterans__rank2,
.card-veterans--pau .card-veterans__rank2,
.card-veterans--pa .card-veterans__years,
.card-veterans--pau .card-veterans__years {
  font-size: 16px;
}
.card-veterans--static {
  width: 576px;
  margin-bottom: 0px;
}
.card-veterans--active .card-veterans__image-wrapper::before,
.card-veterans--active .card-veterans__image-inner::before,
.card-veterans--active .card-veterans__image-wrapper::after,
.card-veterans--active .card-veterans__image-inner::after {
  opacity: 1;
}
.card-veterans__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card-veterans__link:hover ~ .card-veterans__image-wrapper::before,
.card-veterans__link:active ~ .card-veterans__image-wrapper::before,
.card-veterans__link:hover ~ .card-veterans__image-wrapper::after,
.card-veterans__link:active ~ .card-veterans__image-wrapper::after {
  opacity: 1;
}
.card-veterans__link:hover ~ .card-veterans__image-wrapper .card-veterans__image-inner,
.card-veterans__link:active ~ .card-veterans__image-wrapper .card-veterans__image-inner {
  background-image: none;
}
.card-veterans__link:hover ~ .card-veterans__image-wrapper .card-veterans__image-inner::before,
.card-veterans__link:active ~ .card-veterans__image-wrapper .card-veterans__image-inner::before,
.card-veterans__link:hover ~ .card-veterans__image-wrapper .card-veterans__image-inner::after,
.card-veterans__link:active ~ .card-veterans__image-wrapper .card-veterans__image-inner::after {
  opacity: 1;
}
.card-veterans__link:hover ~ .card-veterans__info .card-veterans__name,
.card-veterans__link:active ~ .card-veterans__info .card-veterans__name,
.card-veterans__link:hover ~ .card-veterans__name,
.card-veterans__link:active ~ .card-veterans__name {
  color: red;
  text-decoration: underline;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}
.card-veterans__image-wrapper {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 37%;
  max-width: 220px;
}
.card-veterans__image-wrapper::before,
.card-veterans__image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 1;
}
.card-veterans__image-wrapper::before {
  left: -2px;
  top: -2px;
  border-top: 12px solid red;
  border-right: 12px solid transparent;
}
.card-veterans__image-wrapper::after {
  right: -2px;
  bottom: -2px;
  border-bottom: 12px solid red;
  border-left: 12px solid transparent;
}
.card-veterans__image-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(54, 47, 40, 0.14)));
  background-image: linear-gradient(to bottom, transparent, rgba(54, 47, 40, 0.14));
  -webkit-box-shadow: inset 0 0 29px 3px rgba(29, 26, 32, 0.74);
          box-shadow: inset 0 0 29px 3px rgba(29, 26, 32, 0.74);
}
.card-veterans__image-inner::before,
.card-veterans__image-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.card-veterans__image-inner::before {
  left: -2px;
  bottom: -2px;
  border-bottom: 12px solid red;
  border-right: 12px solid transparent;
}
.card-veterans__image-inner::after {
  right: -2px;
  top: -2px;
  border-top: 12px solid red;
  border-left: 12px solid transparent;
}
.card-veterans__actions {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  width: 100%;
  padding: 20px 10px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 3;
}
.card-veterans__actions--active {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}
.card-veterans__actions--active ~ .card-veterans__actions-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.card-veterans__actions-btn,
.card-veterans__del-btn {
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.card-veterans__del {
  position: absolute;
  left: 0;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 3;
}
.card-veterans__del--active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}
.card-veterans__del--active ~ .card-veterans__del-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.card-veterans__del-msg {
  margin: 0 0 25px;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.card-veterans__del-actions {
  position: relative;
  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;
  height: 50px;
}
.card-veterans__del-actions::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #BDBDBD;
}
.card-veterans__del-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 55px;
  padding: 10px 15px;
  margin: 0 1px;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "PT Serif", serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.card-veterans__del-action:first-child {
  text-align: right;
}
.card-veterans__del-action:last-child {
  text-align: left;
}
.card-veterans__del-action:hover,
.card-veterans__del-action:active {
  color: #E60004;
}
.card-veterans__action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  height: 18px;
  margin: 5px 0;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "PT Serif", serif;
  color: #262421;
  font-size: 12px;
  line-height: 14px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.card-veterans__action:hover,
.card-veterans__action:active {
  color: red;
}
.card-veterans__action-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: -1px;
  display: block;
  margin-right: 5px;
}
.card-veterans__edit-link {
  display: block;
  position: relative;
  padding: 8px 0 8px 17px;
  font-size: 12px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
.card-veterans__edit-link:hover,
.card-veterans__edit-link:active {
  color: #E60004;
}
.card-veterans__edit-svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-7px);
      -ms-transform: translateY(-7px);
          transform: translateY(-7px);
}
.card-veterans__image {
  display: block;
  width: 100%;
  max-height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}
.card-veterans__info {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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%;
  padding: 0 8%;
  overflow: hidden;
}
.card-veterans__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 3%;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  -webkit-transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@supports (display:-ms-grid) {
  .card-veterans__name {
    text-decoration: none;
  }
}
.card-veterans__name * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-veterans__rank {
  display: inline-block;
  margin: 6px 0 6px;
  text-transform: uppercase;
  font-size: 11px;
  letter-spacing: 0.2em;
}
.card-veterans__rank2 {
  margin-top: 14px;
}
.card-veterans__rank2,
.card-veterans__years {
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 1.3;
  letter-spacing: 0.1em;
}
.card-veterans__description {
  max-height: 120px;
  margin: 5px 0 0;
  color: #797166;
  font-size: 16px;
  line-height: 24px;
  overflow: hidden;
}
.card-veterans__region {
  margin: 10px 0 5px;
  font-size: 11px;
  line-height: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card-veterans__city {
  margin: 5px 0;
  font-size: 18px;
  line-height: 23px;
  letter-spacing: 3px;
}
.card-veterans__contacts {
  margin-top: 4px;
  font-size: 16px;
  line-height: 16px;
}
.card-veterans__contact {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-veterans__contact-link {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.card-veterans__contact-link:hover,
.card-veterans__contact-link:active {
  color: #E60004;
}
.card-veterans__status,
.card-veterans__status-2 {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-transform: none;
  font-size: 13px;
  color: red;
  pointer-events: none;
}
.card-veterans__status--ok,
.card-veterans__status-2--ok {
  color: #262421;
}
.card-veterans__status {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  margin-top: 10px;
  text-align: center;
}
.card-veterans__status-2 {
  margin-top: 15px;
}
.card-veterans__last-name,
.card-veterans__first-name,
.card-veterans__patronymic {
  display: inline;
}
.card-isearch {
  margin-bottom: 100px;
  width: 32%;
  margin-right: 1.33%;
}
.card-isearch__heading {
  display: inline-block;
  position: relative;
  min-width: 140px;
  height: 50px;
  margin: 0px 0 23px 125px;
  color: #e60004;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}
.card-isearch__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 96px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.card-isearch__heading:hover::after,
.card-isearch__heading:active::after {
  width: 140px;
}
.card-isearch__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.card-isearch__time,
.card-isearch__donate {
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 95px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
  padding-top: 4px;
  color: #ae9c8c;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-align: right;
  text-transform: uppercase;
  overflow: hidden;
}
.card-isearch__donate {
  display: block;
}
.card-isearch__text {
  display: inline-block;
  max-height: 124px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
  overflow: hidden;
}
@supports (display:-ms-grid) {
  .card-isearch__text {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
}
.card-isearch__text:hover,
.card-isearch__text:active {
  color: #ae9c8c;
  text-decoration: underline;
  -webkit-text-decoration-color: #ae9c8c;
          text-decoration-color: #ae9c8c;
}
.card-video {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 50px;
}
.card-video__container {
  width: 46%;
  min-width: 230px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.card-video__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 54%;
  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 6.7% 0 4.7%;
}
.card-video__heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  position: relative;
  height: 50px;
  margin-bottom: 15px;
  color: #e60004;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-decoration: none;
  overflow: hidden;
}
.card-video__heading::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 96px;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#af9d8c), to(#5a5750));
  background-image: linear-gradient(to right, #af9d8c, #5a5750);
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.card-video__heading:hover::after,
.card-video__heading:active::after {
  width: 140px;
}
.card-video__description {
  margin: 10px 0 4px;
  font-size: 24px;
  line-height: 30px;
  text-decoration: none;
  max-height: 94px;
  max-width: 1000px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
  overflow: hidden;
}
@supports (display:-ms-grid) {
  .card-video__description {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
}
.card-video__description:hover,
.card-video__description:active {
  color: #ae9c8c;
  text-decoration: underline;
  -webkit-text-decoration-color: #ae9c8c;
          text-decoration-color: #ae9c8c;
}
.card-video__time {
  margin: 4px 0;
  color: #a09081;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 2px;
  text-transform: uppercase;
}
.card-coord {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 40px;
}
.card-coord__link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
.card-coord__link:hover ~ .card-coord__image-wrapper::before,
.card-coord__link:active ~ .card-coord__image-wrapper::before,
.card-coord__link:hover ~ .card-coord__image-wrapper::after,
.card-coord__link:active ~ .card-coord__image-wrapper::after {
  opacity: 1;
}
.card-coord__link:hover ~ .card-coord__image-wrapper .card-coord__image-inner,
.card-coord__link:active ~ .card-coord__image-wrapper .card-coord__image-inner {
  background-image: none;
}
.card-coord__link:hover ~ .card-coord__image-wrapper .card-coord__image-inner::before,
.card-coord__link:active ~ .card-coord__image-wrapper .card-coord__image-inner::before,
.card-coord__link:hover ~ .card-coord__image-wrapper .card-coord__image-inner::after,
.card-coord__link:active ~ .card-coord__image-wrapper .card-coord__image-inner::after {
  opacity: 1;
}
.card-coord__link:hover ~ .card-coord__info .card-coord__name,
.card-coord__link:active ~ .card-coord__info .card-coord__name,
.card-coord__link:hover ~ .card-coord__name,
.card-coord__link:active ~ .card-coord__name {
  color: red;
  text-decoration: underline;
  -webkit-text-decoration-color: red;
          text-decoration-color: red;
}
.card-coord__image-wrapper {
  position: relative;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 180px;
}
.card-coord__image-wrapper::before,
.card-coord__image-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  z-index: 1;
}
.card-coord__image-wrapper::before {
  left: -2px;
  top: -2px;
  border-top: 12px solid red;
  border-right: 12px solid transparent;
}
.card-coord__image-wrapper::after {
  right: -2px;
  bottom: -2px;
  border-bottom: 12px solid red;
  border-left: 12px solid transparent;
}
.card-coord__image {
  display: block;
  width: 100%;
}
.card-coord__image-inner {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}
.card-coord__image-inner::before,
.card-coord__image-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.card-coord__image-inner::before {
  left: -2px;
  bottom: -2px;
  border-bottom: 12px solid red;
  border-right: 12px solid transparent;
}
.card-coord__image-inner::after {
  right: -2px;
  top: -2px;
  border-top: 12px solid red;
  border-left: 12px solid transparent;
}
.card-coord__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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%;
  padding: 0 4%;
  overflow: hidden;
}
.card-coord__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 24px;
  line-height: 26px;
  font-style: italic;
  -webkit-transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, -webkit-text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s;
  transition: color 0.2s, text-decoration 0.2s, -webkit-text-decoration 0.2s;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
}
@supports (display:-ms-grid) {
  .card-coord__name {
    text-decoration: none;
  }
}
.card-coord__name * {
  overflow: hidden;
  text-overflow: ellipsis;
}
.card-coord__city {
  margin: 5px 0;
  font-size: 11px;
  line-height: 26px;
  text-transform: uppercase;
}
.card-coord__description {
  font-size: 16px;
  line-height: 28px;
}
.card-coord__contacts {
  position: relative;
  z-index: 3;
}
.card-coord__contact {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 16px;
  line-height: 16px;
}
.card-coord__contact-link {
  display: inline-block;
  padding: 5px 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.card-coord__contact-link:hover,
.card-coord__contact-link:active {
  color: #E60004;
}
.feeds__list .card-feed,
.search2__list-feeds .card-feed {
  margin: 0 38px 76px;
}
.soldier-slider--feeds .card-feed {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.soldier-slider--feeds-shadow .card-feed {
  background-color: #E6D4BA;
}
.soldier-slider--feeds-shadow .card-feed:hover .card-feed__list::after,
.soldier-slider--feeds-shadow .card-feed:active .card-feed__list::after {
  opacity: 0.2;
}
.soldier-slider--feeds-shadow .card-feed__list::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(54, 47, 40, 0.82)));
  background-image: linear-gradient(to bottom, transparent, rgba(54, 47, 40, 0.82));
  -webkit-box-shadow: inset 6px 6px 29px rgba(29, 26, 32, 0.74);
          box-shadow: inset 6px 6px 29px rgba(29, 26, 32, 0.74);
  z-index: 1;
  pointer-events: none;
  -webkit-transition: opacity 0.1s;
  transition: opacity 0.1s;
}
.card-feed {
  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;
  width: 318px;
  background-color: #faf4e7;
  -webkit-box-shadow: 0px 2px 6px rgba(61, 55, 48, 0.16);
          box-shadow: 0px 2px 6px rgba(61, 55, 48, 0.16);
  z-index: 0;
  -webkit-transition: -webkit-box-shadow 0.2s;
  transition: -webkit-box-shadow 0.2s;
  transition: box-shadow 0.2s;
  transition: box-shadow 0.2s, -webkit-box-shadow 0.2s;
}
.card-feed:hover,
.card-feed:active {
  -webkit-box-shadow: 0px 6px 14px rgba(61, 55, 48, 0.18);
          box-shadow: 0px 6px 14px rgba(61, 55, 48, 0.18);
}
.card-feed:hover .card-feed__item::before,
.card-feed:active .card-feed__item::before {
  opacity: 1;
}
.card-feed__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 100%;
  z-index: 0;
  overflow: hidden;
}
.card-feed__container::before,
.card-feed__container::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  width: 20px;
  height: 20px;
  background-color: #E60004;
  z-index: 1;
  pointer-events: none;
}
.card-feed__container::before {
  left: 0;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.card-feed__container::after {
  right: 0;
  -webkit-transform: translate(50%, -50%) rotate(45deg);
      -ms-transform: translate(50%, -50%) rotate(45deg);
          transform: translate(50%, -50%) rotate(45deg);
}
.card-feed__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  z-index: 0;
}
.card-feed__list:not(:hover):not(:active) .card-feed__item:nth-child(1)::before {
  background-color: #E60004;
}
.card-feed__list:not(:hover):not(:active) .card-feed__item:nth-child(1) .card-feed__image {
  opacity: 1;
}
.card-feed__list:not(:hover):not(:active) .card-feed__item[data-frame]:nth-child(1)::after,
.card-feed__list:not(:hover):not(:active) .card-feed__item[data-video]:nth-child(1)::after {
  opacity: 1;
}
.card-feed__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  font-size: 0;
  text-decoration: none;
}
.card-feed__item::before {
  content: '';
  display: block;
  margin: auto auto 10px;
  width: 80%;
  height: 3px;
  background-color: #cccccc;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  opacity: 0;
}
.card-feed__item:hover::before,
.card-feed__item:active::before {
  background-color: #E60004;
}
.card-feed__item:hover .card-feed__image,
.card-feed__item:active .card-feed__image {
  opacity: 1;
}
.card-feed__item[data-frame]::after,
.card-feed__item[data-video]::after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 34px;
  height: 42px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMzQiIGhlaWdodD0iNDIiIHZpZXdCb3g9IjAgMCAzMSAzOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJNNC42MTA2MiAwLjkzNDAzM0MyLjYxMzQ1IC0wLjMzNjg5NyAwIDEuMDk3NzUgMCAzLjQ2NTAyVjM0LjUzNUMwIDM2LjkwMjMgMi42MTM0NSAzOC4zMzY5IDQuNjEwNjMgMzcuMDY2TDI5LjAyMjcgMjEuNTMxQzMwLjg3NTIgMjAuMzUyMSAzMC44NzUyIDE3LjY0NzkgMjkuMDIyNyAxNi40NjlMNC42MTA2MiAwLjkzNDAzM1oiIGZpbGw9IndoaXRlIi8+PC9zdmc+);
  background-size: 100% 100%;
  pointer-events: none;
  opacity: 0;
  z-index: -1;
}
.card-feed__item[data-frame]:hover::after,
.card-feed__item[data-video]:hover::after,
.card-feed__item[data-frame]:active::after,
.card-feed__item[data-video]:active::after {
  opacity: 1;
}
.card-feed__item:only-child::before {
  display: none;
}
.card-feed__item:nth-child(n+6) {
  display: none;
}
.card-feed__image {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  pointer-events: none;
  opacity: 0;
  z-index: -2;
}
.card-feed__footer {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 90px;
  padding: 11px 20px 12px;
}
.card-feed__info {
  margin-right: auto;
  max-width: calc(100% - 51px);
}
.card-feed__time {
  display: block;
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 19px;
}
.card-feed__title {
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 700;
  word-break: break-word;
}
.card-feed__text {
  margin: 3px 0 0;
  font-size: 14px;
  line-height: 1.2;
  font-family: "PT Sans", sans-serif;
  word-break: break-word;
}
.card-feed__link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: 15px;
  width: 36px;
  height: 36px;
  background-color: #3d3730;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  overflow: hidden;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.card-feed__link:hover,
.card-feed__link:active {
  opacity: 0.9;
}
.card-feed__link-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: auto;
  pointer-events: none;
}
.card-feed__del {
  position: absolute;
  z-index: 10;
  top: -30px;
  left: 10.7%;
}
.p-card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 180px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
  background-color: #f0e5d1;
  color: #3d3730;
  font-family: "PT Sans", sans-serif;
  line-height: 1.2;
  z-index: 0;
  overflow: hidden;
}
.p-card__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.p-card__link:hover ~ .p-card__container .p-card__footer,
.p-card__link:active ~ .p-card__container .p-card__footer {
  color: #d92424;
}
.p-card__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 180px;
  height: 180px;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
}
.p-card__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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%;
  padding-left: 180px;
  background-color: #f0e5d1;
  overflow: hidden;
}
.p-card__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  padding: 15px 20px;
  overflow: hidden;
}
.p-card__title {
  margin: 0 0 3px;
  color: #d92424;
  font-size: 18px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-card__subtitle {
  margin: 0 0 12px;
  font-size: 15px;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.p-card__data-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.p-card__data {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-right: 40px;
  font-size: 14px;
}
.p-card__data:last-child {
  margin-right: 0;
}
.p-card__data::before {
  content: attr(data-caption);
  margin: 0 0 3px;
  font-weight: 700;
}
.p-card__footer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 56px;
  margin-top: auto;
  padding: 10px 20px;
  font-size: 18px;
  font-weight: 700;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.p-card__footer::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background-image: -webkit-gradient(linear, left top, right top, from(#AF9D8C), to(#706B62));
  background-image: linear-gradient(to right, #AF9D8C, #706B62);
}
.thread {
  padding-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.thread::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.thread__header {
  position: relative;
  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;
  margin: 0 0 10px;
}
.thread__title {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  color: #262421;
  margin: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thread__title:hover,
.thread__title:active {
  color: #E60004;
}
.thread__info {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
  padding-left: 20px;
}
.thread__control {
  margin-bottom: 5px;
}
.thread__time,
.thread__replays {
  white-space: nowrap;
}
.thread__author,
.thread__replays,
.thread__time {
  color: #797166;
  text-transform: uppercase;
}
.thread__author,
.thread__section,
.thread__section-link,
.thread__replays,
.thread__time {
  font-family: "PT Serif", serif;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-decoration: none;
}
.thread__section {
  margin-top: 10px;
  color: #262421;
  text-transform: none;
}
.thread__section-link {
  font-style: italic;
  text-transform: none;
  color: #E60004;
  margin-right: 5px;
}
.thread__section-link:hover,
.thread__section-link:active {
  text-decoration: underline;
}
.thread__author {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.thread__author:hover,
.thread__author:active {
  color: #262421;
}
.thread__nav {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search-on {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 1240px;
  padding: 0 20px;
  margin: 105px auto 87px;
}
.search-on__title {
  margin: 0 auto 30px;
  color: #655d54;
  font-size: 18px;
  font-weight: 400;
  letter-spacing: 0.2em;
  text-align: center;
}
.search-on__links {
  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 -10px;
  font-size: 16px;
}
.search-on__link {
  display: block;
  margin: 10px;
  padding: 15px 20px;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #cfc1a2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.search-on__link:hover,
.search-on__link:active {
  border: 1px solid red;
}
.similar--has-items .similar__slider {
  display: block;
}
.similar--has-items .similar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.similar--no-items .similar__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.similar--no-items .similar__no-items {
  display: block;
}
.similar__slider {
  display: none;
}
.similar__header {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
  display: none;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.similar__no-items {
  margin: 0 auto 0 0;
  font-size: 18px;
  line-height: 20px;
  display: none;
}
.similar__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #C1A886;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 1px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.similar__about:hover,
.similar__about:active {
  color: red;
}
.similar__about-icon {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 8px;
  pointer-events: none;
}
.soldier {
  position: relative;
  margin: 50px 0 60px;
}
.soldier__bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  background-color: #797166;
  opacity: 0.5;
  z-index: 8;
}
.soldier__unpublished {
  position: sticky;
  top: 40%;
  left: 50%;
  font-family: "PT Serif", serif;
  text-align: center;
  color: #a09081;
  font-weight: 700;
  font-size: 4vw;
  line-height: 1.1;
  z-index: 8;
}
.soldier__container {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.soldier__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.soldier__photo {
  position: relative;
  width: 390px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
  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;
  color: #797166;
}
.soldier__photo--editor {
  display: block;
}
.soldier__photo--editor::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 35px 4px rgba(29, 26, 32, 0.26);
          box-shadow: inset 0 0 35px 4px rgba(29, 26, 32, 0.26);
  z-index: 1;
}
.soldier__photo-wrapper {
  position: relative;
  width: 100%;
  margin-bottom: 15px;
}
.soldier__photo-wrapper::before,
.soldier__photo-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  pointer-events: none;
  z-index: 2;
}
.soldier__photo-wrapper::before {
  left: -2px;
  bottom: -2px;
  border-bottom: 12px solid #948372;
  border-right: 12px solid transparent;
}
.soldier__photo-wrapper::after {
  right: -2px;
  top: -2px;
  border-top: 12px solid #948372;
  border-left: 12px solid transparent;
}
.soldier__photo-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: inset 0 0 29px 3px rgba(29, 26, 32, 0.74);
          box-shadow: inset 0 0 29px 3px rgba(29, 26, 32, 0.74);
  z-index: 1;
}
.soldier__photo-inner::before,
.soldier__photo-inner::after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  z-index: 1;
  pointer-events: none;
  z-index: 2;
}
.soldier__photo-inner::before {
  left: -2px;
  top: -2px;
  border-top: 12px solid #948372;
  border-right: 12px solid transparent;
}
.soldier__photo-inner::after {
  right: -2px;
  bottom: -2px;
  border-bottom: 12px solid #948372;
  border-left: 12px solid transparent;
}
.soldier__edit-link {
  position: absolute;
  left: -10px;
  top: -10px;
}
.soldier__header-image {
  display: block;
  width: 100%;
}
.soldier__header-time,
.soldier__views-count {
  letter-spacing: 0.1em;
}
.soldier__header-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 420px;
  padding: 38px 10px 0 65px;
}
.soldier__header-info--no-btn {
  padding: 88px 10px 0 65px;
}
.soldier__name {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 95px 0 28px;
  font-family: "PT Serif", serif;
  font-size: 48px;
  line-height: 1.15;
  font-style: italic;
  width: 100%;
}
.soldier__last-name,
.soldier__first-name,
.soldier__patronymic {
  overflow: hidden;
  text-overflow: ellipsis;
  width: 500px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3px;
}
.soldier__militaty-info {
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.soldier__militaty-info,
.soldier__header-life-years {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 3px;
  margin-bottom: 12px;
  font-size: 16px;
}
.soldier__share-title {
  margin: auto 0 20px;
  font-size: 16px;
  line-height: 24px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.soldier__history {
  margin: 55px 0 62px;
}
.soldier__block-title {
  position: relative;
  width: 100%;
  margin: 30px 0 30px;
  padding-bottom: 22px;
  font-size: 24px;
  font-weight: 400;
}
.soldier__block-title::after {
  content: "";
  position: absolute;
  display: block;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#5a5750), to(#af9d8c));
  background-image: linear-gradient(to right, #5a5750, #af9d8c);
}
.soldier__info {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 55px auto 82px;
  padding: 76px 0 42px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 0;
}
.soldier__info-wrapper {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.soldier__info-item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52%;
  margin-bottom: 42px;
  padding-right: 60px;
  color: #948372;
  font-size: 18px;
}
.soldier__info-item:nth-child(2n) {
  width: 48%;
  padding-right: 0;
}
.soldier__info-value {
  margin-top: 8px;
  display: block;
  color: #fff;
  font-family: "PT Sans", sans-serif;
}
.soldier__combat-route,
.soldier__memories,
.soldier__after-war {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.soldier__memories {
  margin: 85px auto 97px;
}
.soldier__text-block {
  margin: 30px 0 40px;
}
.soldier__text-title {
  margin: 20px 0 15px;
  font-size: 18px;
}
.soldier__after-war {
  margin: 50px auto 0px;
}
.soldier__about {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 1140px;
  margin: 90px auto 0;
  padding: 65px 0 90px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #fff;
  z-index: 0;
}
.soldier__about-wrapper {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.soldier__about-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 45px 0 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.soldier__contact-info {
  max-width: 730px;
  margin: 20px 0;
  color: #fff;
  font-size: 18px;
  line-height: 24px;
}
.soldier__about-item,
.soldier__about-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50%;
}
.soldier__about-item:nth-child(2n-1),
.soldier__about-link:nth-child(2n-1) {
  width: calc(50% - 30px);
  max-width: 350px;
  margin-right: 30px;
}
.soldier__about-item {
  margin-bottom: 20px;
}
.soldier__about-heading {
  display: block;
  margin-bottom: 6px;
  color: #948372;
}
.soldier__region-link,
.soldier__about-link {
  color: #fff;
}
.soldier__region-link {
  display: inline-block;
  margin-right: 15px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports (display:-ms-grid) {
  .soldier__region-link {
    text-decoration: none;
  }
}
.soldier__region-link:hover,
.soldier__region-link:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #fff;
          text-decoration-color: #fff;
}
.soldier__about-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 50px;
}
.soldier__about-link {
  min-width: 280px;
  max-width: 350px;
  line-height: 1.2;
}
.combat-route {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0px;
}
.combat-route__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 52%;
  margin-bottom: 42px;
  padding-right: 60px;
  color: #948372;
  font-size: 18px;
}
.combat-route__item:nth-child(2n) {
  width: 48%;
  padding-right: 0;
}
.combat-route__value {
  margin-top: 8px;
  display: block;
  font-family: "PT Sans", sans-serif;
  color: #262421;
}
.soldier-slider {
  position: relative;
  z-index: 0;
}
.soldier-slider--mb {
  margin-bottom: 320px;
}
.soldier-slider--items-mr30 .soldier-slider__item {
  margin-right: 30px;
}
.soldier-slider--awards {
  padding: 55px 0 105px;
  background-color: #f4ebd8;
}
.soldier-slider--awards .soldier-slider__img {
  -o-object-fit: contain;
     object-fit: contain;
}
.soldier-slider--documents,
.soldier-slider--letters,
.soldier-slider--photos {
  padding: 50px 0 40px;
}
.soldier-slider--videos {
  padding: 50px 0 40px;
}
.soldier-slider--family {
  padding: 15px 0;
}
.soldier-slider--related {
  padding: 55px 0;
}
.soldier-slider--related .soldier-slider__item,
.soldier-slider--family .soldier-slider__item {
  margin-right: 20px;
}
.soldier-slider--combined .soldier-slider__item {
  margin-right: 50px;
}
.soldier-slider--feeds .soldier-slider__item {
  margin-right: 56px;
  padding: 10px 0 20px;
}
.soldier-slider--under > .os-host-scrollbar-horizontal-hidden .os-content {
  padding-top: 0 !important;
}
.soldier-slider--under > .os-host-scrollbar-horizontal-hidden .card-feed__del {
  top: -10px;
}
.soldier-slider__title-container {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.soldier-slider__wide-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.soldier-slider__1440 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1440px;
  margin: 0 auto;
}
.soldier-slider__edit-btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: absolute;
  top: 50px;
  right: -10px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 0;
  color: #262421;
  z-index: 5;
  cursor: pointer;
}
.soldier-slider__title {
  position: relative;
  display: inline-block;
  top: 38px;
  margin: 0 30px 0 0;
  font-size: 24px;
  font-weight: 400;
  cursor: default;
  white-space: nowrap;
  z-index: 5;
}
.soldier-slider__title[data-redcaption]::before {
  content: attr(data-redcaption);
  display: block;
  margin: 0 0 3px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  letter-spacing: 0;
  color: #E60004;
}
.soldier-slider__title--big {
  top: 67px;
  color: #655d54;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 0.16em;
}
.soldier-slider__title--for-index {
  top: 60px;
  color: #655d54;
  font-size: 48px;
  font-weight: 400;
  letter-spacing: 0.2em;
}
.soldier-slider__title--m0 {
  margin-right: 0;
}
.soldier-slider__title-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  font-size: 29px;
  margin-top: 3px;
}
.soldier-slider__title-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 20px;
  margin-bottom: 10px;
}
.soldier-slider__links-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1440px;
  margin: 0 auto;
  margin-top: 30px;
  margin-bottom: 10px;
  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;
}
.soldier-slider__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 20px;
}
.soldier-slider__teg {
  font-size: 18px;
  line-height: 1.5;
  color: #655d54;
}
.soldier-slider__title-link {
  margin-left: 20px;
  color: #E60004;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 1.3;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports (display:-ms-grid) {
  .soldier-slider__title-link {
    text-decoration: none;
  }
}
.soldier-slider__title-link:first-child {
  margin-left: 0;
}
.soldier-slider__title-link:hover,
.soldier-slider__title-link:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #E60004;
          text-decoration-color: #E60004;
}
.soldier-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
}
.soldier-slider__list--mb30 {
  margin-bottom: 30px;
}
.soldier-slider__item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 210px;
  margin-right: 84px;
  position: relative;
}
.soldier-slider__item:hover .soldier-slider__gallery-content,
.soldier-slider__item:active .soldier-slider__gallery-content {
  opacity: 1;
}
.soldier-slider__img,
.soldier-slider__combined-img {
  display: block;
  height: 280px;
  width: auto;
  min-width: 50px;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.soldier-slider__video {
  display: block;
  width: 365px;
  text-decoration: none;
}
.soldier-slider__video ~ .soldier-slider__description {
  max-width: 365px;
}
.soldier-slider__video-inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
}
.soldier-slider__video-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../assets/icons/youtube.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68px 48px;
  pointer-events: none;
}
.soldier-slider__video-inner--vk::after {
  background-image: url(../assets/icons/video-vk.svg);
  background-size: 48px 48px;
}
.soldier-slider__video-inner--odn::after {
  background-image: url(../assets/icons/odn.webp);
  background-size: 64px 64px;
}
.soldier-slider__video-preview {
  display: block;
  width: 100%;
  min-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.soldier-slider__combined-video {
  width: 498px;
}
.soldier-slider__combined-video ~ .soldier-slider__description {
  max-width: 498px;
}
.soldier-slider__description {
  display: block;
  max-width: 210px;
  margin-top: 20px;
  font-size: 16px;
  line-height: 20px;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  word-wrap: break-word;
}
.soldier-slider__info {
  margin: 10px 0 0;
  font-size: 14px;
  line-height: 16px;
  opacity: 0.6;
}
.soldier-slider__author,
.soldier-slider__text {
  display: none;
}
.soldier-slider__link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  outline: none;
}
.soldier-slider__link:hover ~ .soldier-slider__img,
.soldier-slider__link:active ~ .soldier-slider__img,
.soldier-slider__link:hover ~ .soldier-slider__combined-img,
.soldier-slider__link:active ~ .soldier-slider__combined-img,
.soldier-slider__link:hover ~ .soldier-slider__del-label .soldier-slider__img,
.soldier-slider__link:active ~ .soldier-slider__del-label .soldier-slider__img {
  opacity: 0.8;
}
.soldier-slider__link:hover ~ .soldier-slider__description,
.soldier-slider__link:active ~ .soldier-slider__description {
  color: #E60004;
}
.soldier-slider__del-label {
  display: block;
}
.soldier-slider__del {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  font-size: 0;
  color: #262421;
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  overflow: visible;
  cursor: pointer;
  z-index: 4;
}
.soldier-slider__del-check {
  display: none;
}
.soldier-slider__del-check:checked + .soldier-slider__del {
  color: #E60004;
  -webkit-box-shadow: 0 0 30px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 30px rgba(38, 36, 33, 0.3);
}
.soldier-slider__del-check:checked + .soldier-slider__del .soldier-slider__del-text {
  opacity: 1;
}
.soldier-slider__del-check:checked ~ .soldier-slider__img {
  -webkit-filter: grayscale(100%) brightness(0.5);
          filter: grayscale(100%) brightness(0.5);
  opacity: 0.8;
}
.soldier-slider__del-svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.soldier-slider__del-text {
  display: block;
  position: absolute;
  top: 45px;
  right: 45px;
  width: 90px;
  padding: 5px;
  border-radius: 6px;
  -webkit-box-shadow: inset 0 0 10px #655d54;
          box-shadow: inset 0 0 10px #655d54;
  background-color: #fff;
  color: #655d54;
  font-size: 14px;
  text-align: center;
  pointer-events: none;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 0;
}
.soldier-slider__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
}
.soldier-slider__all-link {
  font-size: 12px;
}
.soldier-slider__gallery-content {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 20px;
  background: linear-gradient(0deg, #3E3B35 0, rgba(111, 102, 93, 0.98) 80px, rgba(125, 115, 104, 0) 100%);
  color: #fff;
  line-height: 1.25;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}
.soldier-slider__gallery-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.soldier-slider__gallery-description {
  font-size: 12px;
  max-height: 32px;
  overflow-x: hidden;
  overflow-y: hidden;
}
.doc-slider__title-container {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.doc-slider__title {
  position: relative;
  display: inline-block;
  top: 38px;
  margin: 0 30px 0 0;
  font-size: 24px;
  font-weight: 400;
}
.doc-slider__title--hidden {
  top: 0;
  width: 0px;
  height: 0px;
  margin: 0;
  overflow: hidden;
}
.doc-slider__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 90px;
}
.doc-slider__item-wrapper {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  width: 110px;
  margin-right: 30px;
}
.doc-slider__item-wrapper .doc-slider__item {
  margin-right: 0;
}
.doc-slider__item {
  display: block;
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 110px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 18px;
  text-decoration: none;
  overflow: hidden;
  word-wrap: break-word;
}
.doc-slider__item:hover::after,
.doc-slider__item:active::after {
  opacity: 1;
}
.doc-slider__item::before,
.doc-slider__item::after {
  content: "";
  display: block;
  width: 100%;
  height: 130px;
  border-radius: 6px;
}
.doc-slider__item::before {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-bottom: 12px;
  background-image: url("../assets/icons/doc.svg"), -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: url("../assets/icons/doc.svg"), linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  background-size: 51px 58px, 100%;
  background-repeat: no-repeat;
  background-position: 27px center, center;
}
.doc-slider__item::after {
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../assets/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 43px;
  opacity: 0;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.doc-slider__del-label {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
  overflow: visible;
}
.doc-slider__del {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 45px;
  height: 45px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s ease-in;
  transition: all 0.2s ease-in;
  font-size: 0;
  color: #262421;
  cursor: pointer;
}
.doc-slider__del-svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.doc-slider__del-cover {
  display: block;
  position: absolute;
  width: 110px;
  height: 130px;
  right: 0px;
  top: 0px;
  border-radius: 6px;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: -1;
}
.doc-slider__del-check {
  display: none;
}
.doc-slider__del-check:checked + .doc-slider__del {
  color: #E60004;
  -webkit-box-shadow: 0 0 30px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 30px rgba(38, 36, 33, 0.3);
}
.doc-slider__del-check:checked ~ .doc-slider__del-cover {
  background-color: rgba(38, 36, 33, 0.7);
}
.region__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  margin: 50px auto 80px;
  text-align: center;
  text-transform: uppercase;
}
.region__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.region__war-years {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.region__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 916px;
  height: 400px;
  margin: 80px auto 150px;
}
.region__image {
  display: block;
  width: 600px;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.region__links {
  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;
  width: 265px;
  height: 100%;
}
.region__link {
  width: 100%;
  text-transform: uppercase;
}
.region__white-block {
  padding: 140px 0;
}
.region__full-white {
  padding: 140px 0 0;
}
.news__title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  margin: 140px auto 50px;
  text-align: center;
}
.news__title-region {
  display: block;
  margin: 10px 0 -10px;
  text-align: center;
  font-size: 30px;
  line-height: 38px;
}
.news__quantity {
  margin: 0 auto;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.news__quantity--empty {
  display: none;
}
.news__empty {
  font-size: 36px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.news__single,
.news__list,
.news__share {
  width: 86.84%;
  max-width: 810px;
}
.news__single {
  margin: 70px auto 40px;
}
.news__list {
  margin: 0 auto 100px;
}
.news__item {
  position: relative;
  margin: 50px 0 50px;
  padding-bottom: 50px;
}
.news__item::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.news__item:last-child {
  padding-bottom: 0;
}
.news__item:last-child::after {
  display: none;
}
.news__header {
  position: relative;
  margin: 0 0 30px;
}
.news__edit-link {
  position: absolute;
  top: 0;
  right: 0px;
}
.news__edit-link + .news__heading {
  margin-right: 50px;
}
.news__heading {
  display: block;
  margin: 0 0 30px;
  font-size: 48px;
  line-height: 62px;
  font-style: italic;
  font-weight: 400;
  text-decoration: none;
}
.news__image-link {
  display: block;
  width: 100%;
  margin: 30px 0 15px;
  text-decoration: none;
}
.news__preview {
  display: block;
  max-height: 80vh;
}
.news__header-img {
  display: block;
  max-height: 80vh;
}
.news__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 0;
  color: #797166;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
}
.news__views {
  margin-left: 30px;
}
.news__description {
  max-height: 57px;
  margin: 30px 0;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.news__adaptive-video {
  display: block;
  width: 100%;
  margin: 30px 0 30px;
}
.news__adaptive-video:first-child {
  margin-top: 0;
}
.news__adaptive-video:last-child {
  margin-bottom: 0;
}
.news__adaptive-video + .news__media-description {
  margin: -15px 0 30px;
}
.news__media-description {
  display: block;
  margin: 30px 0;
  color: #797166;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
}
.news__media-description:first-child {
  margin-top: 0;
}
.news__media-description:last-child {
  margin-bottom: 0;
}
.news__media-description + .news__adaptive-video {
  margin-top: -15px;
}
.news__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.news__about-publishing {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 11px;
  line-height: 20px;
}
.news__link-btn {
  width: 228px;
}
.news__paginator {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  margin: 100px auto 150px;
}
.news__share {
  margin: 90px auto 150px;
}
.news__slider,
.news__doc-slider {
  margin: 30px 0;
}
.guardhouse {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.guardhouse__main-header {
  margin-bottom: 20px;
}
.guardhouse__intro {
  max-width: 810px;
  margin-bottom: 100px;
  font-size: 18px;
}
.guardhouse__read-more {
  display: inline-block;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #E60004;
  text-decoration: underline;
  cursor: pointer;
}
.guardhouse__read-more--active .guardhouse__read-more-open {
  display: none;
}
.guardhouse__read-more--active .guardhouse__read-more-close {
  display: inline;
}
.guardhouse__read-more-close {
  display: none;
}
.guardhouse__email-link {
  font-weight: 700;
}
.guardhouse__year-section {
  margin-bottom: 100px;
}
.guardhouse__section-title {
  margin: 50px 0 50px;
  font-size: 36px;
}
.guardhouse__item {
  margin-bottom: 30px;
}
.guardhouse__item-header {
  position: relative;
}
.guardhouse__item-header:hover .guardhouse__item-title,
.guardhouse__item-header:active .guardhouse__item-title {
  color: #E60004;
}
.guardhouse__item-link {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  background-color: transparent;
  z-index: 1;
}
.guardhouse__item-title {
  margin: 0 0 5px;
  font-size: 48px;
  line-height: 62px;
  font-style: italic;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.guardhouse__item-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.guardhouse__item-region {
  display: inline-block;
  margin-right: 10px;
  color: #797166;
  font-size: 24px;
}
.guardhouse__media-link {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  width: 27px;
  height: 20px;
  margin-left: 20px;
  font-size: 0;
  text-decoration: none;
  background-size: cover;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.guardhouse__media-link--video {
  background-image: url("../assets/icons/video.svg");
}
.guardhouse__media-link--photo {
  background-image: url("../assets/icons/photo.svg");
}
.guardhouse__item-text {
  margin: 25px 0;
  font-size: 18px;
  line-height: 28px;
  height: 140px;
}
.instructions__container {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.instructions__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.instructions__section-title {
  margin: 70px 0 50px;
}
.instructions__section-title:first-child {
  margin-top: 0;
}
.instructions__video {
  width: 100%;
  margin: 50px 0;
}
.instructions__video + .instructions__views {
  margin-top: -40px;
}
.instructions__views {
  margin: 50px 0;
  color: #797166;
  font-family: "PT Serif", serif;
  line-height: 1.3;
}
.instructions__views + .instructions__video {
  margin-top: 10px;
}
.instructions__views-count {
  display: inline-block;
  margin-left: 5px;
}
.instructions__page-share {
  margin: 100px 0 140px;
}
.faq__section-title {
  margin: 70px 0 25px;
}
.faq__section-title:first-child {
  margin-top: 0;
}
.faq__item {
  position: relative;
  margin-bottom: 20px;
}
.faq__question {
  display: block;
  margin-bottom: 10px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  text-align: left;
  color: #262421;
  font-family: "PT Sans";
  font-size: 18px;
  line-height: 28px;
  font-weight: 700;
  cursor: pointer;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.faq__question:active,
.faq__question.js-collapsible-btn--active {
  color: #E60004;
}
.faq__answer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 0;
  padding-left: 30px;
  font-family: "PT Sans";
  font-size: 18px;
  line-height: 28px;
  overflow: hidden;
}
.faq__form-submit {
  width: 340px;
  margin-top: 20px;
}
.faq__add-question {
  width: 340px;
  margin: 50px 0 0;
}
.faq__edit-link {
  position: absolute;
  top: -8px;
  right: 0px;
}
.faq__edit-link + .faq__question {
  margin-right: 50px;
}
.request {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.request__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.request__form-submit {
  width: 340px;
  margin: 70px auto 150px;
}
.contacts__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.contacts__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 30px;
  margin: 30px 0 55px;
}
.contacts__icon-wrapper {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 65px;
}
.contacts__svg {
  position: absolute;
  top: 5px;
  left: 0;
  color: #262421;
}
.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: 1.3;
}
.coords__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.coords__actions {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.coords__select-label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  max-width: 390px;
  margin-right: 50px;
  margin-bottom: 20px;
  z-index: 5;
}
.coords__select-label select {
  height: 50px;
}
.coords__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.coords__select::-ms-expand {
  display: none;
}
.coords__quantity {
  margin-top: 10px;
  margin-bottom: 20px;
}
.coords__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 15px 0 60px;
}
.coord__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.coord__main-photo {
  display: block;
  max-height: 460px;
}
.coord__content {
  margin-top: 50px;
}
.coord__contacts {
  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: 50px 0 70px;
}
.coord__contact-list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: auto;
  min-width: 33.33%;
  max-width: 100%;
  min-height: 70px;
  margin-bottom: 30px;
  padding-left: 85px;
  padding-right: 25px;
}
.coord__contact-list::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  background-color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  overflow: hidden;
}
.coord__contact-list--skype::before {
  background-image: url(../assets/icons/skype-round.svg);
}
.coord__contact-list--phone::before {
  background-image: url(../assets/icons/phone-round.svg);
}
.coord__contact-list--email::before {
  background-image: url(../assets/icons/email-round.svg);
}
.coord__contact {
  margin: 5px 0;
}
.coord__contact-link {
  display: inline-block;
  font-family: "PT Sans", sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.coord__contact-link:hover,
.coord__contact-link:active {
  color: #E60004;
}
.coord__section-title {
  margin: 70px 0 50px;
}
.coord__agreement-msg {
  margin-top: 50px;
  font-size: 14px;
  line-height: 18px;
}
.coord__form-submit {
  width: 340px;
  margin-top: 10px;
}
.donations__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.donations__tabs {
  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;
  width: 100%;
  margin-bottom: 15px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.donations__tab-link {
  margin-bottom: 20px;
}
.donations__offers {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  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;
  margin: 100px auto;
  padding: 100px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 35px 68px #a6a199;
          box-shadow: 0 35px 68px #a6a199;
  z-index: 0;
}
.donations__offer-check {
  display: none;
}
.donations__offer-check--card:checked ~ .donations__offer--card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.donations__offer-check--card:checked ~ .donations__methods .donations__method--card {
  color: #fff;
  pointer-events: none;
}
.donations__offer-check--sber:checked ~ .donations__offer--sber {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.donations__offer-check--sber:checked ~ .donations__methods .donations__method--sber {
  color: #fff;
  pointer-events: none;
}
.donations__offer-check--things:checked ~ .donations__offer--things {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.donations__offer-check--things:checked ~ .donations__methods .donations__method--things {
  color: #fff;
  pointer-events: none;
}
.donations__offer {
  display: none;
  -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;
}
.donations__methods {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
.donations__method {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: inline-block;
  margin-bottom: 15px;
  padding: 0 10px;
  color: #a09081;
  font-size: 24px;
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.donations__method::after {
  content: "";
  position: absolute;
  display: block;
  width: 2px;
  right: 0;
  top: 2px;
  bottom: 2px;
  background-color: #fff;
  pointer-events: none;
}
.donations__method:last-child::after {
  display: none;
}
.donations__method:hover,
.donations__method:active {
  color: #fff;
}
.donations__method-description {
  width: 100%;
  max-width: 810px;
}
.donations__method-description--center {
  text-align: center;
}
.donations__bank-account {
  margin-top: 30px;
  color: #a09081;
  font-size: 24px;
  line-height: 1.3;
}
.donations__offer-btn {
  min-width: 280px;
  -ms-flex-item-align: center;
      align-self: center;
  margin-top: 50px;
  color: #fff;
}
.donations__form {
  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%;
  max-width: 810px;
}
.donations__agreement-msg {
  margin: 20px 0;
  font-size: 18px;
  line-height: 23px;
  font-style: italic;
  text-align: center;
  color: #a09081;
}
.donations__form-submit {
  -ms-flex-item-align: center;
      align-self: center;
  color: #fff;
  min-width: 280px;
}
.donations .form__textarea {
  height: 150px;
}
.donations__donators,
.donations__reports {
  margin-top: 55px;
}
.donations__quantity {
  margin-bottom: 65px;
}
.donations__reports-list {
  margin: 65px 0 100px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  background-position: 0 0px;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.donations__donators-list {
  margin: 0 0 100px;
}
.donations__donator,
.donations__report {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.donations__report {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 25px 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.donations__donator {
  -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: 25px 0 40px;
}
.donations__donator-name,
.donations__report-name {
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
}
.donations__report-name {
  display: block;
  width: 100%;
  margin: 0;
  font-weight: 400;
}
.donations__donator-text {
  margin: 10px 0;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.donations__donator-amount {
  color: #E60004;
  font-size: 18px;
  text-decoration: underline;
}
.donations__report-link {
  width: 236px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 15px 25px 0 0;
}
.donations__report-link .btn__inner {
  padding: 10px 30px 9px;
}
.donations__report-text {
  width: 100%;
  margin: 10px 0 0;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 28px;
}
.donate__page-title {
  margin: 0 0 30px;
}
.donate__container {
  margin: 0 auto;
  padding: 60px 20px 90px;
  max-width: 810px;
  width: 100%;
}
.donate__content {
  margin-bottom: 60px;
}
.donate__content--mb50 {
  margin-bottom: 50px;
}
.donate__tabs {
  margin-bottom: 100px;
}
.donate__section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}
.donate__block-title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 220px;
  margin: 0 0 40px;
  font-weight: 700;
  font-size: 16px;
  line-height: 1.3;
  color: #262421;
}
.donate__block-title--order {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}
.donate__section-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.donate__radio {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
.donate__radio .radio__label {
  margin-top: 0;
  margin-right: 40px;
}
.donate__radio .radio__label:last-child {
  margin-right: 0;
}
.donate__tab-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 0 20px;
}
.donate__tab-btn {
  margin: 0 40px 20px 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  background-color: transparent;
  outline: none;
  border: none;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #262421;
  text-decoration: none;
  text-align: left;
}
.donate__tab-btn:last-child {
  margin-right: 0px;
}
.donate__tab-btn.tabs-btn-active {
  pointer-events: none;
}
.donate__tab-btn.tabs-btn-active .donate__tab-mark {
  background-color: #E60004;
}
.donate__tab-mark {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-right: 12px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #cfc1a2;
  padding: 3px;
  background-clip: content-box;
  background-color: transparent;
}
.donate__tabs-content {
  display: none;
  width: 100%;
}
.donate__tabs-content.tabs-content-active {
  display: block;
}
.donate__section-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 20px;
}
.donate__btn2 {
  margin-right: auto;
}
.donate__link2 {
  margin-left: 30px;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.25;
  color: #262421;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.donate__link2:active {
  color: #D92424;
}
.donate__title {
  margin: 0 0 50px;
  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;
  text-transform: uppercase;
  text-align: center;
  font-weight: 400;
  font-size: 24px;
  line-height: 1.3;
  letter-spacing: 3.6px;
  color: #262421;
}
.donate__about {
  margin-bottom: 60px;
}
.donate__about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -45px;
}
.donate__about-item {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 45px 40px;
  width: 210px;
}
.donate__about-img {
  display: block;
  margin-bottom: 15px;
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
     object-fit: contain;
}
.donate__about-text {
  margin: 0;
  text-align: center;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.1;
  color: #262421;
}
.donate__faq {
  margin-bottom: 100px;
}
.donate__edit-link {
  margin-left: 30px;
}
.donate__section-receipt {
  margin-left: 220px;
}
.donate .form__input.error,
.donate .form__textarea.error {
  border-color: #D92424;
}
.donate label.error,
.donate span.error {
  display: none;
  color: #D92424;
  cursor: default;
  font-size: 14px;
}
.msg-page {
  padding: 65px 0 90px;
}
.msg-page__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1440px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.msg-page__svg {
  display: block;
  margin-bottom: 20px;
  color: #D92424;
}
.msg-page__page-title {
  margin: 0 0 40px;
  text-align: center;
}
.msg-page__content {
  margin-bottom: 70px;
  max-width: 810px;
  width: 100%;
  text-align: center;
}
.msg-page__link {
  max-width: 206px;
  width: 100%;
}
.sitemap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  padding-bottom: 50px;
}
.sitemap__section {
  margin: 0 0 50px;
}
.sitemap__section:last-child {
  margin: 0;
}
.sitemap__section-title,
.sitemap__letter {
  margin: 0 auto 60px;
  font-family: "PT Serif", serif;
  color: #E60004;
  font-weight: 400;
  font-size: 30px;
  line-height: 1.2;
  text-align: center;
  text-transform: uppercase;
}
.sitemap__letter-group {
  margin: 0 0 50px;
}
.sitemap__letter {
  margin: 0 auto 30px;
}
.sitemap__sub-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 20px;
}
.sitemap__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -20px;
}
.sitemap__nav-group {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 20%;
  margin: 0 0 30px;
  padding: 0 20px;
}
.sitemap__nav-sub-group {
  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;
  margin: auto 0 0;
  padding-left: 20px;
}
.sitemap__nav-item {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0 0 15px;
  font-family: "PT Serif", serif;
  font-size: 18px;
  line-height: 1.3;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: default;
}
.sitemap__nav-item--main {
  margin: 0 0 20px;
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
}
.sitemap__nav-item:last-child {
  margin: 0;
}
.sitemap__nav-item[href] {
  cursor: pointer;
}
.sitemap__nav-item[href]:hover,
.sitemap__nav-item[href]:active {
  color: #E60004;
}
.image-gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.image-gallery__item {
  position: relative;
  width: calc(20% - 9.6px);
  margin-bottom: 12px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.image-gallery__item:hover .image-gallery__content,
.image-gallery__item:active .image-gallery__content {
  opacity: 1;
}
.image-gallery__img {
  display: block;
  width: 100%;
  min-height: 100px;
  -o-object-fit: cover;
     object-fit: cover;
}
.image-gallery__content,
.image-gallery__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.image-gallery__content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  padding: 20px;
  background: linear-gradient(0deg, #3E3B35 0, rgba(111, 102, 93, 0.98) 80px, rgba(125, 115, 104, 0) 100%);
  color: #fff;
  line-height: 1.25;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
  z-index: 1;
}
.image-gallery__link {
  display: block;
  z-index: 2;
}
.image-gallery__title {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.image-gallery__description {
  font-size: 12px;
  max-height: 32px;
}
.image-gallery__paginator {
  margin: 60px 0;
}
.image-gallery__paginator:last-child {
  margin-bottom: 110px;
}
.image-gallery__about {
  max-width: 740px;
  margin: 60px auto 110px;
  color: #C1A886;
  font-size: 12px;
  line-height: 1.4;
  text-align: center;
}
.gallery {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.gallery__section-title {
  margin: 50px 0;
}
.gallery__paginator {
  margin: 80px 0 110px;
}
.gallery__videos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.gallery__video {
  display: block;
  width: calc(33.33% - 30px);
  margin-right: auto;
  margin-bottom: 45px;
  text-decoration: none;
}
.gallery__video:nth-child(3n) {
  margin-right: 0;
}
.gallery__video-inner {
  position: relative;
  display: block;
  width: 100%;
  min-height: 50px;
}
.gallery__video-inner::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../assets/icons/youtube.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68px 48px;
  pointer-events: none;
}
.gallery__video-preview {
  display: block;
  width: 100%;
  min-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.gallery__video-title {
  display: block;
  margin-top: 10px;
}
.feeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.feeds__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
}
.feeds__search {
  margin: 40px auto 60px;
}
.feeds__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.feeds__title {
  margin: 140px 0 20px;
}
.feeds__description-content {
  max-width: 880px;
  margin: 0 0 20px;
}
.feeds__links {
  -ms-flex-item-align: center;
      align-self: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 20px;
}
.feeds__link {
  display: block;
  margin-right: 20px;
  color: #E60004;
  font-size: 18px;
  letter-spacing: 0;
  line-height: 20px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
@supports (display:-ms-grid) {
  .feeds__link {
    text-decoration: none;
  }
}
.feeds__link:last-child {
  margin-right: 0;
}
.feeds__link:hover,
.feeds__link:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #E60004;
          text-decoration-color: #E60004;
}
.feeds__add-btn {
  -ms-flex-item-align: center;
      align-self: center;
  margin: 30px 0 100px;
  min-width: 300px;
}
.feeds__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -38px 24px;
}
.pa-standers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pa-standers__item {
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px;
}
.pa-standers__img {
  display: block;
  width: auto;
  height: 220px;
  -o-object-fit: cover;
     object-fit: cover;
}
.pa-standers__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  color: #fff;
  font-size: 0;
  text-decoration: none;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
  z-index: 1;
}
.pa-standers__link:hover,
.pa-standers__link:active {
  opacity: 1;
}
.pa-standers__link::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(255, 255, 255, 0.9);
  background-image: url("../assets/icons/download.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 46px 43px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pa-standers__del-btn {
  position: absolute;
  top: -18px;
  left: -18px;
  z-index: 2;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.pa-standers__del {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10px;
  background-color: rgba(255, 255, 255, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  z-index: 3;
}
.pa-standers__del--active {
  opacity: 1;
  visibility: visible;
}
.pa-standers__del--active ~ .pa-standers__del-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.pa-standers__del-msg {
  max-width: 200px;
  margin: 0 auto 25px;
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
}
.pa-standers__del-actions {
  position: relative;
  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;
  height: 50px;
}
.pa-standers__del-actions::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #BDBDBD;
}
.pa-standers__del-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 55px;
  padding: 10px 15px;
  margin: 0 1px;
  outline: none;
  border: none;
  background-color: transparent;
  font-family: "PT Serif", serif;
  font-size: 14px;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.pa-standers__del-action:first-child {
  text-align: right;
}
.pa-standers__del-action:last-child {
  text-align: left;
}
.pa-standers__del-action:hover,
.pa-standers__del-action:active {
  color: #E60004;
}
.success-stories {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.success-stories__list {
  margin: 14px 0 60px;
}
.success-stories__item {
  position: relative;
  padding: 30px 0 40px;
}
.success-stories__item::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.success-stories__header {
  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: 0 0 10px;
}
.success-stories__time {
  margin-left: 20px;
  color: #797166;
  font-size: 16px;
}
.success-stories__heading {
  margin: 0;
  font-size: 24px;
  line-height: 31px;
  font-style: italic;
  font-weight: 400;
}
.success-stories__text {
  margin: 10px 0;
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
}
.success-stories__link {
  font-size: 18px;
  color: #E60004;
}
.story {
  padding-top: 25px;
  padding-bottom: 150px;
}
.story__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.story__container {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.story__heading {
  margin: 100px 0 70px;
  font-size: 48px;
  line-height: 62px;
  font-style: italic;
  font-weight: 400;
}
.story__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.story__header {
  margin: 0 0 40px;
}
.story__header-img {
  display: block;
  margin: 30px 0;
}
.story__header-img:first-child {
  margin-top: 0;
}
.story__header-img:last-child {
  margin-bottom: 0;
}
.story__cols {
  margin-bottom: 30px;
}
.story__content {
  margin-bottom: 30px;
}
.story__content:last-child {
  margin-bottom: 0;
}
.story__adaptive-video {
  display: block;
  width: 100%;
  margin: 30px 0 30px;
}
.story__adaptive-video:first-child {
  margin-top: 0;
}
.story__adaptive-video:last-child {
  margin-bottom: 0;
}
.story__adaptive-video + .story__media-description,
.story__adaptive-video + .story__time {
  margin: -15px 0 10px;
}
.story__time,
.story__media-description {
  display: block;
  margin: 30px 0;
  color: #797166;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
}
.story__time:first-child,
.story__media-description:first-child {
  margin-top: 0;
}
.story__time:last-child,
.story__media-description:last-child {
  margin-bottom: 0;
}
.story__time + .story__media-description,
.story__media-description + .story__media-description,
.story__time + .story__time,
.story__media-description + .story__time {
  margin: -25px 0 30px;
}
.story__time + .story__adaptive-video,
.story__media-description + .story__adaptive-video {
  margin-top: -15px;
}
.story__time + img,
.story__media-description + img {
  margin-top: -20px;
}
.story__btn {
  -ms-flex-item-align: end;
      align-self: flex-end;
  margin-top: 30px;
}
.story__btn .btn__inner {
  padding: 10px 40px 9px;
}
.story__slider {
  margin-bottom: 50px;
}
.story__coordinators {
  margin: 50px 0 30px;
}
.story__delimiter {
  margin-top: 30px;
}
.story__section-title {
  margin: 50px 0 30px;
}
.story__contacts-link {
  -ms-flex-item-align: start;
      align-self: flex-start;
  width: 100%;
  max-width: 330px;
  margin: 25px 0 25px;
}
.podcast {
  padding-top: 140px;
}
.podcast__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.podcast__page-title {
  margin: 0 0 30px;
}
.podcast__header {
  margin: 0 0 100px;
}
.podcast__quantity {
  margin-bottom: 50px;
}
.podcast__list {
  margin-bottom: 70px;
}
.podcast__player-wrap,
.podcast__card {
  margin: 0 0 50px;
}
.podcast__player-wrap:last-child,
.podcast__card:last-child {
  margin-bottom: 0;
}
.podcast__player-data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-top: 25px;
}
.podcast__time {
  display: block;
  margin: 0 auto 0 0;
  color: #655d54;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
}
.podcast__bookmark-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #655d54;
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 1.3;
  letter-spacing: 3.2px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.podcast__bookmark-link:hover,
.podcast__bookmark-link:active {
  color: #E60004;
}
.podcast__bookmark-link--active .podcast__bookmark-svg {
  color: #E60004;
}
.podcast__bookmark-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  top: -1px;
  margin-left: 10px;
}
.podcast__section {
  margin-top: 100px;
}
.podcast__section-title {
  margin: 0 0 40px;
}
.podcast__info-link {
  display: inline-block;
  margin-top: 5px;
  color: #E60004;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
@supports (display:-ms-grid) {
  .podcast__info-link {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
}
.podcast__info-link:hover,
.podcast__info-link:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #E60004;
          text-decoration-color: #E60004;
}
.creation__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.creation__title {
  margin: 100px 0 30px;
  font-size: 48px;
  line-height: 62px;
  font-style: italic;
  font-weight: 400;
}
.creation__main {
  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: 30px;
}
.creation__slider {
  margin-bottom: 50px;
}
.creation__time {
  display: block;
  margin: 0;
  color: #797166;
  font-family: "PT Serif", serif;
  font-size: 16px;
  line-height: 1.3;
}
.creation__section {
  margin: 30px 0 0;
}
.creation__section-title {
  margin: 0 0 30px;
}
.creation__item {
  margin: 0 0 50px;
}
.creation__heading {
  margin: 0 0 20px;
  font-family: "PT Serif", serif;
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
  font-weight: 400;
}
.creation__description {
  margin: 20px 0 30px;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  line-height: 28px;
}
.creation__audio,
.creation__adaptive-video,
.creation__text {
  display: block;
  margin: 30px 0 30px;
  width: 100%;
}
.creation__audio:first-child,
.creation__adaptive-video:first-child,
.creation__text:first-child {
  margin-top: 0;
}
.creation__audio:last-child,
.creation__adaptive-video:last-child,
.creation__text:last-child {
  margin-bottom: 0;
}
.creation__video {
  display: block;
  position: relative;
  width: 100%;
}
.creation__video::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 100%;
  height: 100%;
  background-image: url(../assets/icons/youtube.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 68px 48px;
  pointer-events: none;
}
.creation__video-preview {
  display: block;
  width: 100%;
  min-height: 50px;
  -o-object-fit: cover;
     object-fit: cover;
}
.last-ads__item {
  position: relative;
  margin: 30px 0;
}
.last-ads__link {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  z-index: 1;
}
.last-ads__link:hover ~ .last-ads__heading,
.last-ads__link:active ~ .last-ads__heading {
  color: #E60004;
}
.last-ads__heading {
  margin: 0 0 10px;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.last-ads__text {
  margin: 10px 0;
  font-size: 18px;
  line-height: 28px;
  max-height: 56px;
  overflow: hidden;
}
.last-ads__time {
  color: #797166;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 2px;
}
.rubricator--collapsed-1120.rubricator--active .rubricator__title::before {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.rubricator__title {
  position: relative;
  margin: 0 0 30px;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-size: 24px;
  line-height: 31px;
  font-weight: 400;
}
.rubricator__title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.rubricator__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: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.rubricator__link {
  display: inline-block;
  margin-bottom: 10px;
  font-size: 24px;
  line-height: 31px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.rubricator__link:hover,
.rubricator__link:active,
.rubricator__link--active {
  color: #E60004;
}
.crop--loaded .crop__download-label {
  display: none;
}
.crop--loaded .crop__actions,
.crop--loaded .crop__actions-badge {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.crop--loaded .crop__del-btn,
.crop--loaded .crop__change-btn {
  display: block !important;
}
.crop--personal .crop__del-msg {
  font-size: 18px;
}
.crop--personal .crop__del-action {
  font-size: 14px;
}
.crop--personal .crop__load-animation {
  padding: 20px 5px;
  font-size: 18px;
}
.crop--personal .crop__load-animation::before,
.crop--personal .crop__load-animation::after {
  top: 55%;
}
.crop--personal .crop__load-animation--ok::after {
  top: calc(55% + 15px);
}
.crop--personal .crop__load-animation--error::before,
.crop--personal .crop__load-animation--error::after {
  height: 36px;
}
.crop__photo-input {
  display: none;
}
.crop__photo-wrapper {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.crop__photo-wrapper:hover .crop__actions,
.crop__photo-wrapper:active .crop__actions {
  opacity: 1;
}
.crop__photo-wrapper:hover .crop__actions::after,
.crop__photo-wrapper:active .crop__actions::after {
  visibility: hidden;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.crop__photo-wrapper:hover .crop__action,
.crop__photo-wrapper:active .crop__action {
  pointer-events: auto;
}
.crop__photo-wrapper:hover .crop__actions-badge,
.crop__photo-wrapper:active .crop__actions-badge {
  opacity: 0;
}
.crop__photo-wrapper--personal:hover .crop__actions,
.crop__photo-wrapper--personal:active .crop__actions {
  opacity: 1;
}
.crop__photo-wrapper--personal:hover .crop__actions::after,
.crop__photo-wrapper--personal:active .crop__actions::after {
  visibility: visible;
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.crop__photo-wrapper--personal:hover .crop__action,
.crop__photo-wrapper--personal:active .crop__action {
  pointer-events: auto;
}
.crop__photo-wrapper--personal:hover .crop__actions-badge,
.crop__photo-wrapper--personal:active .crop__actions-badge {
  opacity: 1;
}
.crop__image {
  display: block;
  width: 100%;
}
.crop__download-label,
.crop__actions,
.crop__del-confirm,
.crop__load-animation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px 10%;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  z-index: 1;
}
.crop__load-animation {
  background-color: rgba(255, 255, 255, 0.85);
  font-size: 24px;
  text-align: center;
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  pointer-events: none;
  z-index: 2;
}
.crop__load-animation::before,
.crop__load-animation::after {
  content: "";
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: all 1s linear;
  transition: all 1s linear;
  font-size: 0;
  background-color: transparent;
}
.crop__load-animation::before {
  width: 70px;
  height: 70px;
  border-radius: 70px 0 0 70px;
  border-left: solid 5px #7D1935;
  -webkit-animation: rotateOnCenter 1s linear infinite;
          animation: rotateOnCenter 1s linear infinite;
}
.crop__load-animation::after {
  width: 40px;
  height: 40px;
  border-radius: 40px 0 0 40px;
  border-left: solid 5px #B71427;
  -webkit-animation: rotateOnCenter 2s linear infinite;
          animation: rotateOnCenter 2s linear infinite;
}
.crop__load-animation--ok::before,
.crop__load-animation--ok::after {
  width: 5px;
  -webkit-animation: none;
          animation: none;
  border-radius: 0;
  border-left: solid 5px green;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
}
.crop__load-animation--ok::before {
  -webkit-transform: translate(-50%, -50%) rotate(40deg);
      -ms-transform: translate(-50%, -50%) rotate(40deg);
          transform: translate(-50%, -50%) rotate(40deg);
}
.crop__load-animation--ok::after {
  top: calc(50% + 15px);
  left: calc(50% + 3px);
  -webkit-transform: translate(-50%, -50%) rotate(-50deg);
      -ms-transform: translate(-50%, -50%) rotate(-50deg);
          transform: translate(-50%, -50%) rotate(-50deg);
}
.crop__load-animation--error::before,
.crop__load-animation--error::after {
  width: 5px;
  height: 50px;
  -webkit-animation: none;
          animation: none;
  border-radius: 0;
  border-left: solid 5px #e74c3c;
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.crop__load-animation--error::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.crop__load-animation--error::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.crop__load-animation--hidden {
  opacity: 0;
}
.crop__load-animation ~ .crop__actions {
  display: none;
}
.crop__load-animation ~ .crop__del-btn {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  opacity: 0;
  visibility: hidden;
}
.crop__load-animation ~ .crop__resending {
  -webkit-transform: translate3d(0, 0, 0) scaleY(0);
          transform: translate3d(0, 0, 0) scaleY(0);
}
.crop__load-animation--error-end {
  background-color: transparent;
}
.crop__load-animation--error-end::before,
.crop__load-animation--error-end::after {
  top: 8px;
  left: 8px;
  height: 40px;
}
.crop__load-animation--error-end ~ .crop__actions {
  visibility: visible;
}
.crop__resending {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  padding: 0;
  border: none;
  outline: none;
  color: #262421;
  font-size: 16px;
  background-color: rgba(255, 255, 255, 0.85);
  -webkit-transform: translate3d(0, 0, 0) scaleY(1);
          transform: translate3d(0, 0, 0) scaleY(1);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-transform-origin: 50% 100%;
      -ms-transform-origin: 50% 100%;
          transform-origin: 50% 100%;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  cursor: pointer;
}
.crop__resending:hover,
.crop__resending:active {
  color: #E60004;
}
.crop__download-label {
  background: linear-gradient(180deg, #3E3B35 0%, rgba(111, 102, 93, 0.98) 70px, rgba(125, 115, 104, 0) 100%);
  color: #fff;
  font-size: 16px;
  text-align: center;
  opacity: 0;
  cursor: pointer;
}
.crop__download-label:hover,
.crop__download-label:active {
  opacity: 1;
}
.crop__actions {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.85);
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  transition: opacity 0.2s;
}
.crop__actions::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  visibility: visible;
  -webkit-transition: visibility 0s linear;
  transition: visibility 0s linear;
}
.crop__action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 200px;
  margin: 5px 0;
  padding: 3px 5px 3px 20px;
  border: none;
  outline: none;
  background-color: transparent;
  font-family: "PT Serif", serif;
  font-size: 14px;
  text-align: left;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  cursor: pointer;
}
.crop__action:hover,
.crop__action:active {
  color: #E60004;
}
.crop__action-svg {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
      -ms-transform: translateY(-55%);
          transform: translateY(-55%);
}
.crop__actions-badge {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 45px;
  height: 45px;
  padding-bottom: 2px;
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
          box-shadow: 0 0 10px rgba(38, 36, 33, 0.3);
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  font-size: 0;
  color: #262421;
  z-index: 2;
}
.crop__actions-svg {
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.crop__del-confirm {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  background-color: rgba(255, 255, 255, 0.85);
}
.crop__del-confirm--hidden {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
}
.crop__del-confirm--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 1;
  visibility: visible;
}
.crop__del-confirm--active + .crop__actions {
  display: none;
}
.crop__del-confirm--active ~ .crop__del-btn {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.crop__del-confirm--active ~ .crop__resending {
  -webkit-transform: translate3d(0, 0, 0) scaleY(0);
          transform: translate3d(0, 0, 0) scaleY(0);
}
.crop__del-msg {
  margin: 0 0 20px;
  line-height: 1.3;
  text-align: center;
  font-size: 20px;
}
.crop__del-actions {
  position: relative;
  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;
  height: 50px;
}
.crop__del-actions::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #BDBDBD;
}
.crop__del-action {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  width: 55px;
  padding: 10px 15px;
  margin: 0 1px;
  outline: none;
  border: none;
  background-color: transparent;
  font-size: 16px;
  font-family: "PT Serif", serif;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.crop__del-action:first-child {
  text-align: right;
}
.crop__del-action:last-child {
  text-align: left;
}
.crop__del-action:hover,
.crop__del-action:active {
  color: #E60004;
}
.crop__inputs {
  display: none;
}
.crop__change-btn {
  display: none !important;
}
.crop__del-btn {
  display: none !important;
  position: absolute;
  top: -18px;
  right: -18px;
  z-index: 3;
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.1s linear;
  transition: all 0.1s linear;
  font-size: 0;
}
.crop__photo-valid {
  display: inline-block;
  color: #E60004;
  margin-top: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-left: 20px;
}
.crop__accept {
  margin-top: 10px;
  font-size: 14px;
  text-align: center;
  cursor: default;
}
.add-veterans--following {
  padding-top: 40px;
}
.add-veterans--redactor {
  margin-top: 35px;
}
.add-veterans__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  margin-bottom: 100px;
}
.add-veterans__cover {
  width: 100%;
}
.add-veterans__aside-text {
  margin: 0 0 50px;
  font-size: 24px;
  line-height: 31px;
}
.add-veterans__aside-btn {
  display: block;
  width: 284px;
  margin: 30px 0;
}
.add-veterans__notice {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 580px;
  margin-bottom: 70px;
  padding: 90px 100px 110px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 35px 68px #a6a199;
          box-shadow: 0 35px 68px #a6a199;
  z-index: 0;
}
.add-veterans__notice-text {
  width: 100%;
  max-width: 930px;
  margin: 0 auto 70px;
  color: #C1A886;
  font-size: 48px;
  line-height: 1.3;
  font-style: italic;
  text-align: center;
}
.add-veterans__notice-link {
  width: 100%;
  height: 65px;
  max-width: 342px;
  font-size: 18px;
}
.add-veterans__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.add-veterans__form-main {
  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%;
  padding: 80px 0 150px;
}
.add-veterans__form-inner {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.add-veterans__switch {
  margin-top: 10px;
  margin-left: 20px;
}
.add-veterans__content-bundle {
  display: none;
  width: 100%;
  margin-top: 10px;
}
.add-veterans__form-heading {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 50px auto;
  padding: 0 20px;
  font-size: 48px;
  line-height: 1.3;
  font-weight: 400;
  font-style: italic;
  text-align: center;
  max-width: 810px;
}
.add-veterans__form-heading--sml-ind {
  margin-bottom: 20px;
}
.add-veterans__form-heading--red {
  margin: 40px auto 25px;
  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;
  cursor: pointer;
}
.add-veterans__form-heading--active + .add-veterans__content-bundle {
  display: block;
}
.add-veterans__form-heading--active .switch {
  border: 1px solid #C1A886;
}
.add-veterans__form-heading--active .switch::before {
  -webkit-box-shadow: 0px 0px 12px #C1A886;
          box-shadow: 0px 0px 12px #C1A886;
  background: #C1A886;
  right: -2px;
  left: auto;
}
.add-veterans__add-more {
  margin-bottom: 40px;
}
.add-veterans__list-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 20px 0 30px;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.add-veterans__drop-zone {
  margin-bottom: 30px;
}
.add-veterans__drop-zone--last-of-item {
  margin-bottom: 5px;
}
.add-veterans__date-wrapper {
  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%;
  max-width: 390px;
  margin: 0 auto 30px;
}
.add-veterans__date-wrapper .add-veterans__input,
.add-veterans__date-wrapper .add-veterans__select {
  min-width: 0;
  margin: 0;
}
.add-veterans__date-wrapper .add-veterans__input--year {
  width: 25%;
}
.add-veterans__date-wrapper .add-veterans__select-wrapper {
  height: 50px;
}
.add-veterans__date-wrapper .add-veterans__select-wrapper--day {
  width: 25%;
}
.add-veterans__date-wrapper .add-veterans__select-wrapper--month {
  width: 40%;
}
.add-veterans__date-wrapper .add-veterans__select {
  width: 100%;
  height: 50px;
  padding: 10px 15px;
  cursor: pointer;
}
.add-veterans__date-wrapper-label {
  position: relative;
  width: 100%;
  margin-bottom: 5px;
}
.add-veterans__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 24px;
}
.add-veterans__label--full {
  max-width: 810px;
}
.add-veterans__label--last-of-item {
  margin-bottom: 10px;
}
.add-veterans__label--check {
  padding-left: 35px;
  line-height: 20px;
  cursor: pointer;
}
.add-veterans__label select {
  height: 50px;
}
.add-veterans__label--under {
  margin-top: -15px;
}
.add-veterans__label--mb5 {
  margin-bottom: 5px;
}
.add-veterans__check-mark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #cfc1a2;
}
.add-veterans__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.add-veterans__check:checked + .add-veterans__check-mark::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 5px;
  border-bottom: 1px solid #E60004;
  border-left: 1px solid #E60004;
  -webkit-transform: rotate(-47deg);
      -ms-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
.add-veterans__input,
.add-veterans__textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
  background-color: #ffffff;
}
.add-veterans__input::-webkit-input-placeholder,
.add-veterans__textarea::-webkit-input-placeholder {
  color: #C1A886;
}
.add-veterans__input::-moz-placeholder,
.add-veterans__textarea::-moz-placeholder {
  color: #C1A886;
}
.add-veterans__input:-moz-placeholder,
.add-veterans__textarea:-moz-placeholder {
  color: #C1A886;
}
.add-veterans__input:-ms-input-placeholder,
.add-veterans__textarea:-ms-input-placeholder {
  color: #C1A886;
}
.add-veterans__input.error,
.add-veterans__textarea.error {
  border-color: red;
}
.add-veterans__input {
  height: 50px;
}
.add-veterans__input--date {
  padding: 10px 50px 10px 15px;
  cursor: pointer;
}
.add-veterans__input.js-youtube-input .add-veterans__input.js-moypolk-input {
  padding-right: 48px;
}
.add-veterans__input--pr48 {
  padding-right: 42px;
}
.add-veterans__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.add-veterans__select::-ms-expand {
  display: none;
}
.add-veterans__textarea {
  height: 170px;
}
.add-veterans__input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.add-veterans__clear-input {
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  padding: 14px 15px;
  right: 1px;
  bottom: 1px;
  color: #E60004;
  cursor: pointer;
}
.add-veterans__input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.add-veterans__input-wrapper .add-veterans__clear-input {
  bottom: auto;
  top: 1px;
}
.add-veterans__input-wrapper .add-veterans__input-svg {
  bottom: auto;
  top: 15px;
}
.add-veterans__btns {
  margin-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
}
.add-veterans__submit,
.add-veterans__btn-back {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 342px;
  height: 65px;
  margin-top: 0px;
  font-size: 18px;
  cursor: pointer;
}
.add-veterans__submit--mt55,
.add-veterans__btn-back--mt55 {
  margin-top: 55px;
}
.add-veterans__btn-back {
  margin-right: 30px;
}
.add-veterans__agreement-msg {
  margin: 60px 0 -30px;
  font-size: 14px;
  text-align: center;
}
.add-veterans__agreement-msg--mt0 {
  margin-top: 0;
}
.add-veterans__after-war {
  width: 100%;
  margin-top: 20px;
}
.add-veterans__doc-slider,
.add-veterans__soldier-slider {
  margin-bottom: 50px;
}
.add-veterans__crop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  width: 100%;
  margin: 0 auto 60px;
}
.add-veterans__similar.similar--has-items,
.add-veterans__similar.similar--no-items {
  margin: 0 0 70px;
}
.add-veterans__photo {
  width: 390px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.add-veterans__crop-aside {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 420px;
  padding: 0 10px 0 65px;
}
.add-veterans__download-photo-btn {
  max-width: 390px;
  width: 100%;
  margin: 0 auto 30px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.add-veterans__download-photo-btn + .add-veterans__ad-block {
  margin-top: -24px;
}
.add-veterans__ad-block {
  margin: 0 0 20px;
  color: rgba(38, 36, 33, 0.5);
  font-size: 14px;
  line-height: 20px;
}
.add-veterans__ad-link {
  color: rgba(38, 36, 33, 0.5);
  text-decoration: none;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.add-veterans__ad-link:hover,
.add-veterans__ad-link:active {
  color: #0053FF;
}
.add-veterans__ad-svg {
  display: inline-block;
  margin-left: 4px;
  -webkit-transform: translateY(4px);
      -ms-transform: translateY(4px);
          transform: translateY(4px);
}
.add-veterans__sticky-panel {
  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;
  margin-top: 100px;
  padding: 30px 40px;
  bottom: 0;
  background: #ffffff;
  -webkit-box-shadow: 0px -20px 30px rgba(0, 0, 0, 0.05);
          box-shadow: 0px -20px 30px rgba(0, 0, 0, 0.05);
  z-index: 10;
}
.add-veterans__change-msg {
  margin: -20px 0 50px;
  color: red;
  font-family: "PT Sans", sans-serif;
  font-weight: 400;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
}
.add-veterans__top-fields {
  width: 100%;
  padding-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.add-form {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 150px;
}
.add-form__tabs-title {
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 70px 0 30px;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.add-form__tabs-title + .add-form__tabs {
  margin-top: 30px;
}
.add-form__tabs {
  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;
  width: 100%;
  margin: 50px 0;
}
.add-form__add-more {
  margin-top: 30px;
  margin-bottom: 60px;
}
.add-form__drop-zone {
  margin-bottom: 30px;
}
.add-form__drop-zone--last-of-item {
  margin-bottom: 5px;
}
.add-form__inputs-wrapper {
  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;
  width: 100%;
}
.add-form__inputs-wrapper .add-form__label {
  width: 48%;
  margin: 0 0 30px;
}
.add-form__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.add-form__label--date {
  min-width: 240px;
}
.add-form__label--last-of-item {
  margin-bottom: 10px;
}
.add-form__label select {
  height: 50px;
}
.add-form__input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.add-form__input-wrapper .add-form__clear-input {
  bottom: auto;
  top: 1px;
}
.add-form__input-wrapper .add-form__input-svg {
  bottom: auto;
  top: 15px;
}
.add-form__input,
.add-form__textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
  background-color: #ffffff;
}
.add-form__input::-webkit-input-placeholder,
.add-form__textarea::-webkit-input-placeholder {
  color: #C1A886;
}
.add-form__input::-moz-placeholder,
.add-form__textarea::-moz-placeholder {
  color: #C1A886;
}
.add-form__input:-moz-placeholder,
.add-form__textarea:-moz-placeholder {
  color: #C1A886;
}
.add-form__input:-ms-input-placeholder,
.add-form__textarea:-ms-input-placeholder {
  color: #C1A886;
}
.add-form__input.error,
.add-form__textarea.error {
  border-color: red;
}
.add-form__input {
  height: 50px;
}
.add-form__input--date {
  padding: 10px 50px 10px 15px;
  cursor: pointer;
}
.add-form__input.js-youtube-input,
.add-form__input.js-moypolk-input {
  padding-right: 48px;
}
.add-form__textarea {
  height: 170px;
}
.add-form__input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.add-form__clear-input {
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  padding: 14px 15px;
  right: 1px;
  bottom: 1px;
  color: #E60004;
  cursor: pointer;
}
.add-form__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.add-form__select::-ms-expand {
  display: none;
}
.add-form__submit {
  -ms-flex-item-align: center;
      align-self: center;
  width: 100%;
  max-width: 342px;
  height: 65px;
  margin-top: 70px;
  font-size: 18px;
  cursor: pointer;
}
.add-form__agreement-msg {
  margin: 70px 0 -50px;
  font-size: 14px;
  text-align: center;
}
.add-form__description {
  max-width: 680px;
  margin: 0 auto 80px;
  font-size: 18px;
  line-height: 28px;
  text-align: center;
}
.add-form__description--uh {
  margin-top: -30px;
}
.questionnaire {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 150px;
}
.questionnaire__form {
  max-width: 810px;
  margin: 130px auto 0;
}
.personal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 40px auto 150px;
  background-color: #ffffff;
}
.personal__panel {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 364px;
  padding: 30px 0 100px;
  background-color: #FAF4E7;
  -webkit-box-shadow: 10px 0px 34px rgba(55, 52, 52, 0.25);
          box-shadow: 10px 0px 34px rgba(55, 52, 52, 0.25);
}
.personal__main {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 80px 60px 90px;
  overflow: hidden;
}
.personal__crop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 20px;
}
.personal__photo-wrapper {
  width: 130px;
  height: 170px;
  margin: 0 auto 24px;
}
.personal__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.personal__name {
  margin: 24px 0 16px;
  font-style: italic;
  font-size: 24px;
  line-height: 30px;
  text-align: center;
  overflow: hidden;
}
.personal__last-name,
.personal__first-name,
.personal__patronymic {
  display: inline-block;
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal__with-us {
  margin: 16px 0 24px;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 3.1px;
  text-align: center;
  text-transform: uppercase;
}
.personal__photo-btn {
  display: block;
  width: 250px;
  margin: 16px auto;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.personal__sticky {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 29px;
}
.personal__nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0 0 33px;
}
.personal__nav-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 60px;
  padding: 0 24px;
  color: #797166;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 3.4px;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.personal__nav-link:hover,
.personal__nav-link:active,
.personal__nav-link--active {
  background-color: #fff;
  color: #262421;
}
.personal__nav-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  margin-right: 15px;
}
.personal__nav-text {
  margin-right: auto;
}
.personal__nav-count {
  display: inline-block;
  margin-left: 5px;
  color: #E60004;
}
.personal__panel-btn {
  display: block;
  margin: 0 auto;
  width: 280px;
}
.personal__main-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.personal__main-header-inner {
  margin-right: auto;
}
.personal__main-header-btn {
  min-width: 280px;
  margin-left: 50px;
}
.personal__title {
  margin: 0 0 10px;
  font-size: 36px;
  line-height: 48px;
  font-weight: 700;
  text-align: left;
}
.personal__title--c {
  text-align: center;
}
.personal__title--mb85 {
  margin-bottom: 85px;
}
.personal__info {
  margin: 76px 0 80px;
}
.personal__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  margin-bottom: 30px;
}
.personal__info-item:last-child {
  margin-bottom: 0;
}
.personal__info-title,
.personal__info-label {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 300px;
  margin-right: 25px;
  font-size: 24px;
  line-height: 32px;
  text-transform: uppercase;
}
.personal__info-label {
  cursor: pointer;
}
.personal__info-value {
  margin: 0;
  font-size: 16px;
  line-height: 1.3;
  overflow: hidden;
  text-overflow: ellipsis;
}
.personal__info-value[href] {
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.personal__info-value[href]:active {
  color: #D92424;
}
.personal__edit-link {
  height: 65px;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.personal__form {
  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;
  max-width: 810px;
  margin: 76px 0 0;
}
.personal__label,
.personal__labels {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 48%;
  margin-bottom: 30px;
}
.personal__label select,
.personal__labels select {
  height: 50px;
}
.personal__label--width,
.personal__labels--width {
  width: 100%;
}
.personal__label--mb55,
.personal__labels--mb55 {
  margin-bottom: 55px;
}
.personal__label--check,
.personal__labels--check {
  padding-left: 25px;
  line-height: 20px;
  cursor: pointer;
  font-size: 14px;
}
.personal__labels .personal__label {
  margin-bottom: 0px;
  width: 100%;
}
.personal__labels .personal__label + .personal__label {
  margin-top: 5px;
}
.personal__input,
.personal__textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
  background-color: transparent;
}
.personal__input::-webkit-input-placeholder,
.personal__textarea::-webkit-input-placeholder {
  color: #C1A886;
}
.personal__input::-moz-placeholder,
.personal__textarea::-moz-placeholder {
  color: #C1A886;
}
.personal__input:-ms-input-placeholder,
.personal__textarea:-ms-input-placeholder {
  color: #C1A886;
}
.personal__input::-webkit-input-placeholder, .personal__textarea::-webkit-input-placeholder {
  color: #C1A886;
}
.personal__input::-moz-placeholder, .personal__textarea::-moz-placeholder {
  color: #C1A886;
}
.personal__input:-ms-input-placeholder, .personal__textarea:-ms-input-placeholder {
  color: #C1A886;
}
.personal__input::-ms-input-placeholder, .personal__textarea::-ms-input-placeholder {
  color: #C1A886;
}
.personal__input::placeholder,
.personal__textarea::placeholder {
  color: #C1A886;
}
.personal__input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.personal__input-wrapper .personal__input-svg {
  bottom: auto;
  top: 15px;
}
.personal__show-pass {
  position: absolute;
  padding: 18px 19px;
  right: 1px;
  top: 1px;
}
.personal__input {
  height: 50px;
}
.personal__input--date {
  padding: 10px 50px 10px 15px;
  cursor: pointer;
}
.personal__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.personal__select::-ms-expand {
  display: none;
}
.personal__input-svg {
  position: absolute;
  right: 13px;
  bottom: 15px;
  color: #C1A886;
  pointer-events: none;
}
.personal__submit {
  width: 48%;
  margin-top: 40px;
}
.personal__submit--w100 {
  width: 100%;
}
.personal__cancel-wrapper {
  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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 48%;
  margin-top: 40px;
  height: 65px;
  padding: 9px 30px 10px;
}
.personal__cancel-edit {
  display: inline-block;
  max-width: 100%;
  text-align: center;
  text-decoration: none;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 18px;
  letter-spacing: 0.2em;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.personal__cancel-edit:hover,
.personal__cancel-edit:active {
  color: #E60004;
}
.personal__cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 35px 0 0;
}
.personal__standers {
  margin: 35px 0 0;
}
.personal__paginator {
  margin: 40px 0 0;
}
.personal__comment {
  margin: 30px auto;
}
.personal__thread {
  margin: 25px auto 0;
  max-width: 940px;
}
.personal__form-confirmation {
  max-width: 390px;
  width: 100%;
}
.personal__btn {
  width: 100%;
}
.personal__text {
  margin: 0 0 12px;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.3;
  color: #262421;
}
.personal__check {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  z-index: -1;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.personal__check:checked + .personal__check-mark::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 5px;
  border-bottom: 1px solid #E60004;
  border-left: 1px solid #E60004;
  -webkit-transform: rotate(-47deg);
      -ms-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
.personal__check-mark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 3px;
  width: 16px;
  height: 16px;
  border: 1px solid #cfc1a2;
}
.stander {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 150px;
}
.stander__form {
  margin: 130px auto 0;
}
.stander__places {
  margin-top: 150px;
}
.stander__places--page {
  margin-top: 0;
}
.main-search__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.main-search__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
}
.main-search__soldier-search {
  margin: 50px auto 50px;
}
.main-search__paginator {
  max-width: 1500px;
  margin: 15px auto 0;
}
.main-isearch__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.main-isearch__soldier-search,
.main-isearch__search {
  margin: 40px auto 100px;
}
.main-isearch__search.search--photo ~ .search2__about--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.main-isearch__search.search--photo ~ .search-on {
  display: none;
}
.search-center {
  padding: 40px 0 120px;
}
.search-center__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.search-center__hidden-title {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  background: pink;
  height: 0;
  overflow: hidden;
}
.search-center__inner {
  max-width: 820px;
  margin: 0 auto;
}
.search-center__plank {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  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;
  margin-bottom: 130px;
  padding: 50px 100px 50px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 35px 68px #a6a199;
          box-shadow: 0 35px 68px #a6a199;
  text-align: center;
  z-index: 0;
}
.search-center__plank-title {
  margin: 0;
  color: #a09081;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.19em;
  text-align: center;
}
.search-center__plank-svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 50px auto;
  color: #E60004;
}
.search-center__plank-email {
  color: #a09081;
  font-family: "PT Sans";
  font-size: 48px;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  text-transform: lowercase;
}
.search-center__plank-email:hover,
.search-center__plank-email:active {
  color: red;
}
.search-center__section-title {
  margin: 70px 0 50px;
}
.search-center__paginator {
  margin: 15px 0 100px;
}
.search-center__docs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.resources {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.resources__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 31px 0 30px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 100% 1px;
}
.resources__heading {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 250px;
  width: 23%;
  padding-right: 30px;
}
.resources__title-link {
  font-size: 24px;
  line-height: 1.3;
  font-style: italic;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  word-wrap: break-word;
}
.resources__title-link:hover,
.resources__title-link:active {
  color: #E60004;
}
.resources__description {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.resources__description-text {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 28px;
}
.resources__description-link {
  display: inline-block;
  max-width: 450px;
  color: #E60004;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.resources__description-link:hover,
.resources__description-link:active {
  color: #ae9c8c;
}
.sign {
  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-sizing: border-box;
          box-sizing: border-box;
  padding: 80px 4.7% 140px;
}
.sign__title {
  margin: 0 0 0 6px;
  font-size: 72px;
  font-weight: 400;
  letter-spacing: 13px;
  color: #655d54;
  text-align: center;
}
.sign__title--restoring {
  margin-bottom: 85px;
}
.sign__sub-caption {
  margin: 15px auto 0;
  font-family: "PT Serif", serif;
  font-size: 16px;
  text-align: center;
  color: #262421;
}
.sign__declaration {
  margin: 15px 0 35px;
  font-size: 24px;
  line-height: 31px;
  text-align: center;
}
.sign__soc-links {
  margin-bottom: 28px;
}
.sign__soc-link {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin-right: 13px;
  font-size: 0;
  background-size: cover;
  background-repeat: no-repeat;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sign__soc-link:last-child {
  margin-right: 0;
}
.sign__soc-link--fb {
  background-image: url(../assets/icons/sign-fb.svg);
}
.sign__soc-link--vk {
  background-image: url(../assets/icons/sign-vk.svg);
}
.sign__soc-link--ok {
  background-image: url(../assets/icons/sign-ok.svg);
}
.sign__soc-link:hover,
.sign__soc-link:active {
  opacity: 0.8;
}
.sign__soc-link:active {
  -webkit-transform: scale(0.95);
      -ms-transform: scale(0.95);
          transform: scale(0.95);
}
.sign__label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: block;
  width: 100%;
  max-width: 400px;
  margin: 24px 0 7px;
}
.sign__label--select {
  margin: 24px 0 0;
}
.sign__label select {
  height: 50px;
  background-color: transparent;
}
.sign__label--end {
  margin-top: 50px;
}
.sign__input-wrapper {
  position: relative;
  width: 100%;
  max-width: 400px;
}
.sign__input {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 50px;
  padding: 5px 20px;
  border: 1px solid #cfc1a2;
  outline: none;
  background-color: transparent;
  font-size: 16px;
}
.sign__input--btn {
  padding: 5px 65px 5px 20px;
}
.sign__input-svg {
  position: absolute;
  padding: 18px 19px;
  right: 1px;
  top: 1px;
  color: #C1A886;
  cursor: pointer;
}
.sign__input-svg--active {
  color: #262421;
}
.sign__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.sign__select::-ms-expand {
  display: none;
}
.sign__select .selectize-dropdown {
  background-color: #F0E5D1;
}
.sign__select.selectize-control.plugin-clear_button .clearAll {
  background-color: #F0E5D1;
}
.sign__required-badge {
  display: inline-block;
  margin-left: -2px;
  color: red;
}
.sign__msg {
  width: 100%;
  max-width: 400px;
  margin-top: 5px;
  font-size: 14px;
  line-height: 18px;
}
.sign__msg--agreement {
  margin-top: 35px;
}
.sign__msg--agreement + .sign__submit {
  margin-top: 15px;
}
.sign__submit {
  width: 228px;
  height: 65px;
  margin-top: 60px;
  margin-bottom: 20px;
}
.sign__submit--up {
  width: 100%;
  max-width: 400px;
}
.sign__submit--end {
  text-transform: uppercase;
}
.sign__link {
  display: inline-block;
  font-size: 16px;
  line-height: 20px;
  margin: 10px auto 10px;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sign__link:hover,
.sign__link:active {
  color: red;
}
.sign__agreement-link {
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.sign__agreement-link:hover,
.sign__agreement-link:active {
  color: red;
}
.sign__check-wrapper {
  width: 100%;
  max-width: 400px;
  margin-top: 25px;
}
.about {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  overflow-x: hidden;
  margin: 40px auto 150px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-war-years.jpg");
  background-attachment: fixed;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 35px 68px rgba(166, 161, 153, 0.5);
          box-shadow: 0 35px 68px rgba(166, 161, 153, 0.5);
  color: #fff;
}
.about__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 810px;
  margin: 0 auto;
  padding: 150px 20px 50px;
  overflow-x: hidden;
}
.about__title {
  margin: 0 0 50px;
  color: #a09081;
  font-size: 72px;
  line-height: 93px;
  letter-spacing: 0.2em;
  font-weight: 400;
  text-align: center;
}
.about__nav {
  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: 50px 0;
}
.about__nav--bottom {
  margin: 75px 0;
}
.about__nav-slider {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 655px;
  overflow: hidden;
}
.about__nav-btn {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 20px;
  margin: 0 40px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #a09081;
  font-family: "PT Serif", serif;
  font-size: 24px;
  white-space: nowrap;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.about__nav-btn::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 15px;
  left: 20px;
  right: 20px;
  height: 1px;
  background-color: #a09081;
  opacity: 0;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.about__nav-btn:hover::after,
.about__nav-btn:active::after {
  opacity: 1;
}
.about__nav-btn.slick-center {
  -webkit-transform: scale3D(2, 1.8, 1);
      -ms-transform: scale3D(2, 1.8, 1);
          transform: scale3D(2, 1.8, 1);
  pointer-events: none;
}
.about__nav-btn.slick-center::after {
  opacity: 1;
}
.about__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}
.about__slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 1px;
  outline: none;
}
.about__video {
  margin: 35px 0;
}
.about__video:first-child {
  margin-top: 0;
}
.about__video:last-child {
  margin-bottom: 0;
}
.p404 {
  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;
  text-align: center;
  padding: 200px 50px 50px;
}
.p404--error {
  padding-top: 270px;
}
.p404__bird {
  position: absolute;
  left: 50%;
  color: #524f47;
}
.p404__bird--left {
  top: 190px;
  -webkit-transform: translateX(-100px);
      -ms-transform: translateX(-100px);
          transform: translateX(-100px);
}
.p404__bird--right {
  top: 100px;
  -webkit-transform: translateX(80px);
      -ms-transform: translateX(80px);
          transform: translateX(80px);
}
.p404__404 {
  font-size: 286px;
  line-height: 1;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.p404__first4,
.p404__last4 {
  display: inline-block;
}
.p404__first4 {
  color: #686057;
}
.p404__last4 {
  color: #47453e;
}
.p404__star {
  display: inline-block;
  width: 212px;
  height: 212px;
  margin: 0 -50px;
}
.p404__msg {
  margin: 30px 0 60px;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.15em;
  color: #a09081;
}
.p404__btn {
  color: #fff;
}
.p404__btn .btn__inner {
  padding: 10px 35px 9px;
}
.pp-regions {
  position: fixed;
  top: 90px;
  bottom: 90px;
  left: 90px;
  right: 90px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 3px solid #C1A886;
  background-color: rgba(11, 10, 9, 0.96);
  color: #C1A886;
  text-align: left;
}
.pp-regions .os-content::after {
  content: "";
  display: block;
  position: static;
  width: 100%;
  height: 50px;
}
.pp-regions__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 50px 70px 70px;
  overflow-x: hidden;
  overflow-y: auto;
}
.pp-regions__search-block {
  margin-bottom: 20px;
}
.pp-regions__input-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  width: 242px;
  padding: 4px 0;
  border-bottom: 1px solid #C1A886;
}
.pp-regions__search-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  min-width: 0;
  padding: 0 30px 0 1px;
  border: none;
  outline: none;
  background-color: transparent;
  color: #C1A886;
}
.pp-regions__search-input::-webkit-input-placeholder {
  color: #E60004;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 14px;
}
.pp-regions__search-input::-moz-placeholder {
  color: #E60004;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 14px;
}
.pp-regions__search-input:-moz-placeholder {
  color: #E60004;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 14px;
}
.pp-regions__search-input:-ms-input-placeholder {
  color: #E60004;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 14px;
}
.pp-regions__search-label {
  position: absolute;
  bottom: 5px;
  right: 0;
  font-size: 0;
  color: #E60004;
}
.pp-regions__search-clear {
  position: absolute;
  bottom: 4px;
  right: 1px;
  font-weight: 700;
  width: 20px;
  height: 20px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  z-index: 1;
  font-family: Arial, Baskerville, monospace;
  cursor: pointer;
  display: none;
}
.pp-regions__search-clear::after,
.pp-regions__search-clear::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 3px;
  background-color: #E60004;
  border-radius: 3px;
}
.pp-regions__search-clear::after {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
      -ms-transform: translate(-50%, -50%) rotate(-45deg);
          transform: translate(-50%, -50%) rotate(-45deg);
}
.pp-regions__search-clear::before {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}
.pp-regions__search-results {
  list-style: none;
  margin: 20px 0 0;
  padding: 0;
  display: none;
}
.pp-regions__search-result {
  font-size: 18px;
  line-height: 30px;
}
.pp-regions__list {
  list-style: none;
  margin: 0;
  padding: 0;
  columns: 4;
  -webkit-columns: 4;
  -moz-columns: 4;
  -webkit-column-fill: balance;
     -moz-column-fill: balance;
          column-fill: balance;
}
.pp-regions__letter {
  margin: 10px 20px 10px 0;
  color: #E60004;
  font-size: 24px;
  line-height: 31px;
  font-weight: 700;
  text-transform: uppercase;
}
.pp-regions__item {
  margin-right: 20px;
  font-size: 18px;
  line-height: 30px;
}
.pp-regions__region-link,
.pp-regions__city-link {
  color: #C1A886;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
  cursor: pointer;
}
@supports (display:-ms-grid) {
  .pp-regions__region-link,
  .pp-regions__city-link {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
}
.pp-regions__region-link:hover,
.pp-regions__city-link:hover,
.pp-regions__region-link:active,
.pp-regions__city-link:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #C1A886;
          text-decoration-color: #C1A886;
}
.pp-regions__cities {
  display: none;
}
.pp-regions__cities-header {
  margin-bottom: 10px;
}
.pp-regions__cities-back,
.pp-regions__current {
  display: inline-block;
  font-size: 18px;
  line-height: 30px;
  font-weight: 700;
  color: #C1A886;
  text-decoration: none;
}
.pp-regions__cities-back {
  margin-right: 50px;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, -webkit-text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s;
  transition: color 0.2s, text-decoration-color 0.2s, -webkit-text-decoration-color 0.2s;
}
@supports (display:-ms-grid) {
  .pp-regions__cities-back {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
}
.pp-regions__cities-back:hover,
.pp-regions__cities-back:active {
  text-decoration: underline;
  -webkit-text-decoration-color: #C1A886;
          text-decoration-color: #C1A886;
}
.pp-regions__current {
  color: #E60004;
}
.pp-regions__region-notice {
  max-width: 600px;
  margin: 0 0 10px;
  color: #E60004;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
}
.pp-crop {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 70vh;
  min-height: 450px;
  margin: 50px auto;
  padding: 10px;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.pp-crop__editing {
  width: calc(100% - 300px);
  height: 100%;
}
.pp-crop__editing-wrapper {
  width: 100%;
  height: 100%;
}
.pp-crop__image {
  width: 100%;
}
.pp-crop__aside {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 300px;
  height: 100%;
}
.pp-crop__preview {
  width: 100%;
  height: 250px;
  margin: 50px auto 0;
  overflow: hidden;
}
.pp-crop__rotate-btns {
  margin: 10px 0 25px;
  text-align: center;
}
.pp-crop__rotate-btn {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #a09081;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.pp-crop__rotate-btn:hover,
.pp-crop__rotate-btn:active {
  color: #E60004;
}
.pp-crop__confirm-btn {
  width: 190px;
}
.pp {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px;
  display: none;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: rgba(11, 10, 9, 0.6);
  z-index: 1000;
}
.pp--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.pp__container {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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 80px;
  background-color: #f0e5d1;
}
.pp__title {
  margin: 0;
  font-style: italic;
  text-align: center;
  font-weight: 400;
  font-family: "PT Serif", serif;
  font-size: 32px;
  line-height: 1.3;
  color: #262421;
}
.pp__text {
  margin: 30px 0 0;
  text-align: center;
  font-size: 20px;
  line-height: 1.3;
  color: #262421;
}
.pp__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.admin__plank {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  position: relative;
  margin: 40px auto;
  padding: 70px 110px 90px;
  background-color: #2a272c;
  background-image: url("../assets/images/bg-black-clouds-small.jpg");
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 35px 68px 0 #A6A199;
          box-shadow: 0 35px 68px 0 #A6A199;
}
.admin__plank-title {
  margin: 0 0 40px;
  color: #a09081;
  font-size: 62px;
  font-weight: 400;
  line-height: 1.3;
  letter-spacing: 0.19em;
  text-align: center;
}
.admin__plank-inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin: 50px 0;
}
.admin__plank-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.admin__plank-btn {
  display: inline-block;
  width: calc(33% - 30px);
  margin: 0 10px;
  color: #fff;
}
.admin__panel {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  margin-bottom: 150px;
  padding: 10px 0;
}
.admin__panel--pa {
  margin-top: -260px;
  padding-top: 260px;
}
.admin__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.admin__title {
  margin: 55px 0 50px;
  font-family: "PT Serif", serif;
  font-size: 48px;
  font-style: italic;
  font-weight: 400;
  text-align: center;
}
.admin__content-counter {
  color: #a09081;
}
.admin__group-title {
  margin: 50px 0 0;
  font-size: 24px;
  font-weight: 400;
  letter-spacing: 1px;
  text-align: center;
}
.admin__group-title + .admin__drop-zone {
  margin-top: 30px;
}
.admin__group-title + .admin__add-more {
  margin-top: 20px;
}
.admin__form {
  margin: 70px auto 50px;
}
.admin__form-inner {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.admin__form-btns {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 80px 0 100px;
}
.admin__form-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 340px;
  margin: 0 25px;
}
.admin__form-confirm {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: none;
}
.admin__form-confirm--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin__form-confirm--active ~ * {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}
.admin__form-confirm-msg {
  margin-right: 20px;
  font-size: 18px;
}
.admin__form-confirm-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 60px;
  margin: 2px 5px;
  padding: 5px;
  border: 1px solid #cfc1a2;
  outline: none;
  background-color: transparent;
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.admin__form-confirm-btn:hover,
.admin__form-confirm-btn:active {
  color: #E60004;
}
.admin__city-image-container {
  width: 600px;
  margin: 30px auto;
}
.admin__city-image {
  display: block;
  width: 100%;
  height: 400px;
  -o-object-fit: cover;
     object-fit: cover;
}
.admin__war-years-image-container {
  width: 460px;
  margin: 30px auto;
}
.admin__war-years-image {
  display: block;
  width: 100%;
  height: 600px;
  -o-object-fit: cover;
     object-fit: cover;
}
.admin__news-image-container {
  width: 100%;
  margin: 30px auto;
}
.admin__news-image {
  display: block;
  width: 100%;
}
.admin__add-more {
  margin: 30px 0;
}
.admin__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-left: -12px;
  margin-right: -12px;
}
.admin__actions + .admin__actions {
  margin-top: 30px;
}
.admin__actions > * {
  margin-right: 12px;
  margin-left: 12px;
}
.admin__actions .admin__label {
  width: calc(30% - 24px);
}
.admin__actions .admin__btn {
  width: calc(20% - 24px);
}
.admin__btn {
  margin-bottom: 30px;
  font-size: 16px;
  text-transform: uppercase;
}
.admin__plank-label,
.admin__form-label,
.admin__label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
}
.admin__plank-label select,
.admin__form-label select,
.admin__label select {
  height: 50px;
}
.admin__plank-label {
  width: calc(25% - 15px);
  color: #fff;
}
.admin__plank-label input,
.admin__plank-label select {
  background-color: transparent;
  color: #fff;
}
.admin__form-label {
  width: 100%;
  max-width: 390px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
}
.admin__form-label--full {
  max-width: 810px;
}
.admin__form-label--last-of-item {
  margin-bottom: 10px;
}
.admin__label {
  width: 100%;
  margin-bottom: 30px;
}
.admin__label--390 {
  max-width: 390px;
}
.admin__input-wrapper {
  position: relative;
  display: block;
  width: 100%;
}
.admin__input-wrapper .admin__clear-input {
  bottom: auto;
  top: 1px;
}
.admin__input-wrapper .admin__input-svg {
  bottom: auto;
  top: 15px;
}
.admin__input,
.admin__textarea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  padding: 10px 15px;
  outline: none;
  border: 1px solid #cfc1a2;
  background-color: transparent;
}
.admin__input::-webkit-input-placeholder,
.admin__textarea::-webkit-input-placeholder {
  color: #C1A886;
}
.admin__input::-moz-placeholder,
.admin__textarea::-moz-placeholder {
  color: #C1A886;
}
.admin__input:-moz-placeholder,
.admin__textarea:-moz-placeholder {
  color: #C1A886;
}
.admin__input:-ms-input-placeholder,
.admin__textarea:-ms-input-placeholder {
  color: #C1A886;
}
.admin__input {
  height: 50px;
}
.admin__input.js-youtube-input,
.admin__input.js-moypolk-input {
  padding-right: 48px;
}
.admin__textarea {
  height: 170px;
}
.admin__select {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin-top: 5px;
  outline: none;
  border: 1px solid #cfc1a2;
  -webkit-appearance: none;
  -moz-appearance: none;
}
.admin__select::-ms-expand {
  display: none;
}
.admin__check-wrapper {
  margin-bottom: 30px;
}
.admin__checks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 auto;
}
.admin__check-label {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  padding-left: 35px;
  cursor: pointer;
}
.admin__check-label--no-text {
  width: 16px;
  height: 16px;
  padding-left: 0;
  font-size: 0;
}
.admin__check-label--no-text .admin__check-mark {
  top: 0;
}
.admin__check-label--inlist {
  margin: 0 30px 20px 0;
}
.admin__check-label--del-image {
  margin: 10px 0 0;
}
.admin__check-mark {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  top: 1px;
  width: 16px;
  height: 16px;
  border: 1px solid #cfc1a2;
}
.admin__check {
  display: none;
}
.admin__check:checked + .admin__check-mark::after {
  content: "";
  position: absolute;
  display: block;
  top: 2px;
  left: 2px;
  width: 9px;
  height: 5px;
  border-bottom: 1px solid #E60004;
  border-left: 1px solid #E60004;
  -webkit-transform: rotate(-47deg);
      -ms-transform: rotate(-47deg);
          transform: rotate(-47deg);
}
.admin__clear-input {
  display: block;
  position: absolute;
  width: 18px;
  height: 20px;
  padding: 14px 15px;
  right: 1px;
  bottom: 1px;
  color: #E60004;
  cursor: pointer;
}
.admin__drop-zone {
  margin-bottom: 30px;
}
.admin__drop-zone--last-of-item {
  margin-bottom: 5px;
}
.admin__doc-slider,
.admin__soldier-slider {
  margin-bottom: 50px;
}
.admin__quantity {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: auto;
  margin-bottom: 30px;
}
.admin__x-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #a09081 transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin__x-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
.admin__x-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: transparent;
}
.admin__x-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #a09081;
}
.admin__x-wrap {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
}
.admin__table {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  margin: 0 0 25px;
  border-collapse: collapse;
  text-align: left;
}
.admin__th {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px 20px;
  font-size: 34px;
  font-weight: 700;
}
.admin__th:first-child {
  width: 50px;
  padding: 40px 5px;
  text-align: center;
}
.admin__th .admin__check-label {
  top: -4px;
}
.admin__th-link {
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  white-space: nowrap;
}
.admin__th-link--up::after,
.admin__th-link--down::after {
  display: inline-block;
  margin-left: 5px;
  font-size: 25px;
}
.admin__th-link--up::after {
  content: '▲';
}
.admin__th-link--down::after {
  content: '▼';
}
.admin__th-link:hover,
.admin__th-link:active {
  color: #C1A886;
}
.admin__tr {
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.admin__tr:last-child .admin__td {
  border-bottom: 1px solid #cfc1a2;
}
.admin__tr:hover,
.admin__tr:active,
.admin__tr--active {
  background-color: #FAF4E7;
  -webkit-box-shadow: 0 5px 20px 0 rgba(13, 21, 40, 0.1);
          box-shadow: 0 5px 20px 0 rgba(13, 21, 40, 0.1);
}
.admin__tr:hover .admin__td,
.admin__tr:active .admin__td,
.admin__tr--active .admin__td {
  border-top: 1px solid #FAF4E7;
}
.admin__tr:hover + .admin__tr .admin__td,
.admin__tr:active + .admin__tr .admin__td,
.admin__tr--active + .admin__tr .admin__td {
  border-top: 1px solid #FAF4E7;
}
.admin__tr:hover:last-child .admin__td,
.admin__tr:active:last-child .admin__td,
.admin__tr--active:last-child .admin__td {
  border-bottom: 1px solid #FAF4E7;
}
.admin__td {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 40px 0 40px 20px;
  font-size: 16px;
  border-top: 1px solid #cfc1a2;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  max-width: 300px;
}
.admin__td:first-child {
  width: 50px;
  padding: 40px 5px;
  text-align: center;
}
.admin__td-inner {
  display: inline-block;
  max-width: 300px;
}
.admin__table-time,
.admin__table-val {
  display: block;
  margin: 0 0 3px;
}
.admin__table-time:only-child,
.admin__table-val:only-child {
  margin: 0;
}
.admin__table-link {
  color: #E60004;
  font-style: italic;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.admin__table-link:hover,
.admin__table-link:active {
  color: #a09081;
}
.admin__td-action {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0 5px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: #262421;
  vertical-align: middle;
  font-size: 0;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  cursor: pointer;
}
.admin__td-action:first-child {
  margin-left: 0;
}
.admin__td-action::last-child {
  margin-right: 0;
}
.admin__td-action:hover,
.admin__td-action:active {
  color: #E60004;
}
.admin__td-action--active + .admin__td-confirm {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin__td-confirm {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding-left: 20px;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
  display: none;
  z-index: 0;
}
.admin__td-confirm--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.admin__td-confirm--active ~ * {
  display: none;
  visibility: hidden;
}
.admin__td-confirm-msg {
  display: block;
  margin-bottom: 3px;
  text-align: left;
}
.admin__td-confirm-btn {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 50px;
  margin: 2px 5px;
  padding: 2px;
  border: 1px solid #cfc1a2;
  outline: none;
  background-color: #fff;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  cursor: pointer;
}
.admin__td-confirm-btn:hover,
.admin__td-confirm-btn:active {
  color: #E60004;
}
.admin__tabs {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 80px auto 60px;
}
.admin__tab-link {
  margin: 0 100px 20px 0;
}
.admin__tab-link:last-child {
  margin-right: 0;
}
.admin__paginator {
  margin: 75px auto 100px;
}
.admin__device-msg {
  display: none;
}
.admin-nav {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  min-height: 60px;
  margin: 40px auto;
  padding: 10px;
  background-color: #2a272c;
  -webkit-box-shadow: 0 25px 50px 0 #A6A199;
          box-shadow: 0 25px 50px 0 #A6A199;
}
.admin-nav--redactor {
  margin: 70px auto 35px;
}
.admin-nav__link {
  position: relative;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin: 2px 0;
  padding: 2px 10px 2px 9px;
  color: #a09081;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.admin-nav__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 3px;
  bottom: 3px;
  width: 1px;
  background-color: #a09081;
  pointer-events: none;
}
.admin-nav__link:hover,
.admin-nav__link:active,
.admin-nav__link--active {
  color: #fff;
}
.admin-nav__link:last-child::after {
  display: none;
}
.unknowns {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
}
.unknowns__soldier-search,
.unknowns__search {
  margin: 40px auto 50px;
}
.unknowns__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}
.unknowns__title {
  color: #262421;
  margin-right: 50px;
}
.unknowns__add-btn,
.unknowns__recomend-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 30px;
}
.unknowns__add-btn:last-child,
.unknowns__recomend-btn:last-child {
  margin-right: 0;
}
.unknowns__quantity {
  margin-right: auto;
}
.unknowns__quantity-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 30px;
}
.unknowns__quantity-wrapper::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706b62), to(#af9d8c));
  background-image: linear-gradient(270deg, #706b62 0%, #af9d8c 100%);
}
.comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.comments__sign {
  margin-top: auto;
  color: #655d54;
  font-size: 16px;
  line-height: 1.3;
}
.comments__link {
  color: red;
  font-style: italic;
  text-decoration: none;
}
.comments__link--normal {
  font-style: normal;
}
.comments__link[href]:hover,
.comments__link[href]:active {
  text-decoration: underline;
}
.comments__img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 40px;
  height: 40px;
  margin-right: 8px;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.comments__msg-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.comments__form {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 40px;
  border: 1px solid #cfc1a2;
}
.comments__form--txa {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: auto;
  border: none;
}
.comments__form--forum {
  display: none;
}
.comments__form-vault {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.comments__txa-submit {
  min-width: 200px;
  margin-right: 25px;
  letter-spacing: 3px;
}
.comments__txa-msg {
  margin: 0;
  color: #C1A886;
  font-size: 12px;
  line-height: 16px;
}
.comments__input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  width: 100%;
  height: 100%;
  padding: 0 10px 2px;
  border: none;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.2;
}
.comments__input--txa {
  height: 80px;
  width: 100%;
  padding: 10px;
  border: 1px solid #cfc1a2;
}
.comments__input::-webkit-input-placeholder {
  color: #C1A886;
}
.comments__input::-moz-placeholder {
  color: #C1A886;
}
.comments__input:-moz-placeholder {
  color: #C1A886;
}
.comments__input:-ms-input-placeholder {
  color: #C1A886;
}
.comments__submit {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 40px;
  height: 100%;
  border: none;
  outline: none;
  background-color: transparent;
  color: #C1A886;
  font-size: 0;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.comments__submit:hover,
.comments__submit:active {
  color: red;
}
.comments__form-msg {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 100%;
  margin-bottom: 10px;
  padding: 5px 10px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  color: #948372;
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 1.3;
}
.comments__form-msg::after {
  content: "";
  display: block;
  position: absolute;
  top: 100%;
  margin-top: -1px;
  left: 10px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #fff;
  pointer-events: 0;
}
.comments__more-btn {
  display: none;
  width: 100%;
  margin: 0 0 20px;
  padding: 10px 0;
  border: none;
  outline: none;
  border-top: 1px solid #C1A886;
  border-bottom: 1px solid #C1A886;
  background-color: transparent;
  font-size: 14px;
  line-height: 1.2;
  color: red;
  font-style: italic;
  text-align: center;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comments__more-btn:hover,
.comments__more-btn:active {
  background-color: rgba(193, 168, 134, 0.5);
}
.comments__more-btn--active {
  display: block;
}
.comments__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 0 25px;
  padding-bottom: 20px;
  border-bottom: 1px solid #cfc1a2;
}
.comments__item {
  color: #655d54;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 10px;
}
.comments__item:last-child {
  margin-bottom: 0;
}
.comments__item .comments__form {
  margin-top: 5px;
}
.comments__inner {
  width: 100%;
}
.comments__content {
  font-size: 14px;
  line-height: 1.3;
}
.comments__content a {
  word-break: break-all;
  color: #655d54;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.comments__content a:hover,
.comments__content a:active {
  color: #262421;
}
.comments__data {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.3;
}
.comments__reply-btn {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: red;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.comments__reply-btn:hover,
.comments__reply-btn:active {
  text-decoration: underline;
}
.comments__reply-btn + .comments__time {
  margin: 0 3px;
}
.comments__reply-btn + .comments__time::before {
  content: "•";
  display: inline-block;
  margin-right: 3px;
}
.comments__reply-btn--active + .comments__form--forum {
  display: block;
}
.comments__time {
  display: block;
  margin-right: 3px;
  margin-left: 5px;
}
.comments__actions {
  position: relative;
  margin-left: auto;
  padding-right: 5px;
}
.comments__actions-btn {
  padding: 0 1px;
  border: none;
  outline: none;
  color: #C1A886;
  background-color: transparent;
  font-size: 14px;
  line-height: 1;
  letter-spacing: 1px;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.comments__actions-btn:hover,
.comments__actions-btn:active {
  color: red;
}
.comments__actions-query {
  position: absolute;
  display: none;
  -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;
  top: 100%;
  margin-top: 10px;
  right: 0;
  padding: 8px 12px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 3px 14px rgba(0, 0, 0, 0.15);
  background-color: #fff;
  z-index: 1;
}
.comments__actions-query::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 100%;
  margin-bottom: -1px;
  right: 5px;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 10px solid #fff;
  pointer-events: 0;
}
.comments__actions-query--active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.comments__action {
  padding: 3px 0;
  outline: none;
  border: none;
  background-color: transparent;
  color: #948372;
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 1.2;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  cursor: pointer;
}
.comments__action:hover,
.comments__action:active {
  color: red;
}
.comments__replies {
  margin-top: 10px;
}
.comments__replies .comments__img {
  width: 20px;
  height: 20px;
}
.comments__replies-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: red;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 14px;
  line-height: 1.3;
  cursor: pointer;
}
.comments__replies-btn:hover,
.comments__replies-btn:active {
  text-decoration: underline;
}
.comments__replies-svg {
  margin-right: 5px;
}
.comments__empty-msg {
  margin: 0;
  color: #655d54;
  font-size: 16px;
  line-height: 1.3;
}
.unknown {
  padding: 100px 0 150px;
}
.unknown__container {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
}
.unknown__container--border {
  padding-bottom: 25px;
  border-bottom: 1px solid #cfc1a2;
}
.unknown__wrapper {
  padding-bottom: 25px;
  border-bottom: 1px solid #cfc1a2;
}
.unknown__wrapper--nb {
  padding-bottom: 0;
  border: none;
}
.unknown__page-title {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
  margin-bottom: 55px;
}
.unknown__section {
  margin-top: 30px;
}
.unknown__data {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  margin: 0 auto 20px;
  color: #262421;
}
.unknown__data--edit {
  padding-right: 40px;
}
.unknown__edit-link {
  position: absolute;
  bottom: 0;
  right: 0;
}
.unknown__presentation {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 100%;
  min-height: 160px;
  width: 100%;
  background: #F5F5F5;
  z-index: 1;
}
.unknown__img-wrap {
  width: 86%;
  max-width: 810px;
  margin: 0 auto;
  position: relative;
}
.unknown__presentation-img {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  max-height: 70vh;
  margin: 0 auto;
}
.unknown__expand-link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  top: 5px;
  right: 5px;
  padding: 7px;
  outline: none;
  border-radius: 50%;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  color: #fff;
  font-size: 0;
  background-color: rgba(42, 39, 44, 0.5);
  z-index: 25;
}
.unknown__expand-link:hover,
.unknown__expand-link:active {
  color: #f0e5d1;
}
.unknown__arrow {
  position: absolute;
  z-index: 1;
}
.unknown__arrow--left {
  left: 0.5%;
}
.unknown__arrow--right {
  right: 0.5%;
}
.unknown__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 15px 0;
}
.unknown__actions--del {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.unknown__action {
  margin-right: 25px;
}
.unknown__mark-hint {
  margin-right: 25px;
  margin-left: auto;
}
.unknown__mark-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 260px;
}
.unknown__download-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  display: block;
  width: 260px;
}
.unknown__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  font-size: 16px;
  line-height: 21px;
}
.unknown__info--center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.unknown__info-title {
  margin: 0px 10px 0 0;
  color: #262421;
  font-size: 16px;
  line-height: 21px;
  font-weight: 400;
  white-space: nowrap;
}
.unknown__text {
  margin: 0;
  color: #655d54;
}
.unknown__text--red {
  color: red;
}
.unknown__text a {
  color: red;
  font-style: italic;
  text-decoration: none;
}
.unknown__text a[href]:hover,
.unknown__text a[href]:active {
  text-decoration: underline;
}
.unknown__author {
  display: inline-block;
  margin-right: 12px;
}
.unknown__list-wrapper {
  display: none;
}
.unknown__list-wrapper--edt {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 25px;
}
.unknown__list-wrapper--edt .unknown__list-container {
  margin: 5px 0 0;
  padding: 10px 15px;
  border: 1px solid #cfc1a2;
}
.unknown__comments-title {
  width: 100%;
  font-size: 18px;
  margin: 25px auto 30px;
}
.unknown__comments {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.unknown__about-project {
  max-width: 695px;
  margin: 50px 0 0;
  color: #C1A886;
  font-size: 12px;
}
.pace {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  position: fixed;
  margin: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #fff;
  -webkit-transition: opacity 1s;
  transition: opacity 1s;
  z-index: 2000;
}
.pace--done {
  opacity: 0;
}
.pace--inactive {
  opacity: 0;
  visibility: hidden;
  z-index: -1000;
}
.pace .pace__progress {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-clip: padding-box;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  display: block;
  position: absolute;
  right: 100%;
  width: 100%;
  top: 0;
  height: 2px;
  background: #f3f3f3;
}
.pace__activity {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
}
.pace__activity::before {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  color: black;
  font-size: 43.8vw;
  font-family: Arial, sans-serif;
  font-weight: 700;
  text-align: right;
  z-index: 100;
}
.pace__logo-wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  border: 1px solid #fff;
  width: 600px;
  height: 601px;
}
.pace__logo-wrapper::after {
  content: "";
  position: absolute;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border: 2px solid #fff;
  z-index: 10;
}
.pace__logo {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 600px;
  height: 600px;
}
.pace__logo-wave {
  position: absolute;
  top: -25px;
  right: 1px;
  left: 1px;
  bottom: 2px;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: 1s ease-out;
  transition: 1s ease-out;
  z-index: -1;
  overflow: hidden;
  background-image: linear-gradient(to bottom, transparent 24px, red 24px);
}
.pace__wave-svg {
  width: 200%;
  height: 25px;
  -webkit-transform: translate3d(-49%, 0, 0);
          transform: translate3d(-49%, 0, 0);
  -webkit-animation: wave-animate 1s linear infinite;
          animation: wave-animate 1s linear infinite;
}
@-webkit-keyframes wave-animate {
  0% {
    -webkit-transform: translate3d(-49%, 0, 0);
            transform: translate3d(-49%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@keyframes wave-animate {
  0% {
    -webkit-transform: translate3d(-49%, 0, 0);
            transform: translate3d(-49%, 0, 0);
  }
  100% {
    -webkit-transform: translate3d(0%, 0, 0);
            transform: translate3d(0%, 0, 0);
  }
}
@supports (-ms-ime-align:auto) {
  .pace__logo-wave::after {
    display: none;
    content: "";
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: -10px;
    left: 0;
    width: 100%;
    height: 35px;
    background-color: #fff;
    z-index: 11;
  }
}
.search2 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #ffffff;
  margin: 0 auto;
  padding-bottom: 65px;
  width: 100%;
  z-index: 2;
}
.search2__wrapper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1746px;
  margin: 0 auto;
}
.search2__container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1440px;
  margin: 0 auto;
}
.search2__container--feeds {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1500px;
  margin: 0 auto;
}
.search2__search,
.search2__soldier-search {
  margin: 40px auto 50px;
}
.search2__search.search--photo ~ .search2__about--photo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search2__search.search--photo ~ .search2__results--text {
  display: none;
}
.search2__search.search--photo ~ .search-on {
  display: none;
}
.search2__search.search--text ~ .search2__results--photo {
  display: none;
}
.search2__not-found {
  margin: 70px auto;
  color: #655d54;
  font-size: 36px;
  line-height: 1.3;
  text-transform: uppercase;
  text-align: center;
}
.search2__soldier-slider {
  margin-bottom: 55px;
}
.search2__about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto 70px;
}
.search2__about--photo {
  display: none;
}
.search2__about-link {
  color: #a09081;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
}
.search2__about-link:hover,
.search2__about-link:active {
  color: red;
}
.search2__about-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 40px auto 0;
  width: 93.4%;
  max-width: 1340px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.search2__about-wrapper {
  width: 100%;
}
.search2__about-image {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  position: sticky;
  top: 100px;
  width: 30%;
  margin-left: 5%;
}
.search2__about-caption {
  margin: 0;
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 72px;
  line-height: 1.5;
  letter-spacing: 13px;
  text-transform: uppercase;
}
.search2__about-content {
  margin: 60px 0 0;
  max-width: 800px;
}
.search2__results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.search2__statement {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 800px;
  margin: 0 auto 30px;
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 19px;
  text-align: center;
}
.search2__nav {
  margin: 0 0 50px;
}
.search2__search-title {
  margin: 0 0 25px;
  color: #262421;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 36px;
  line-height: 1.3;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
}
.search2__link-wrap {
  margin: 0 auto;
  z-index: 2;
  max-width: 990px;
}
.search2__hash-links {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: -20px 0 0;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.search2__hash-btn {
  display: none;
}
.search2__hash-btn::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0px;
  bottom: 0;
  height: 2px;
  background-color: #262421;
}
.search2__hash-btn::after {
  content: '';
  display: inline-block;
  position: relative;
  width: 0;
  height: 0;
  top: -2px;
  right: -4px;
  margin-left: 6px;
  vertical-align: middle;
  background-image: none;
  border-left: 2.5px solid transparent;
  border-right: 2.5px solid transparent;
  border-top: 4px solid #262421;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 50% 1.5px;
      -ms-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
.search2__hash-link {
  position: relative;
  display: inline-block;
  text-decoration: none;
  color: #797166;
  letter-spacing: 0.2em;
  margin-top: 20px;
  white-space: nowrap;
  padding: 0 11px;
  font-size: 16px;
}
.search2__hash-link:hover,
.search2__hash-link:active {
  color: #262421;
}
.search2__caption-wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  width: 100%;
  margin: 0 auto;
}
.search2__caption {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search2__caption--result {
  margin: 0 auto 0 0;
  padding: 0;
  max-width: 1380px;
}
.search2__caption--feeds {
  margin: 0 auto 0 0;
  padding: 0;
  max-width: 1380px;
}
.search2__caption--feeds .tab-link {
  white-space: normal;
  -ms-flex-negative: 1;
      flex-shrink: 1;
}
.search2__caption--result-slider {
  max-width: 400px;
}
.search2__tab-link {
  width: auto;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #262421;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.search2__tab-link--result {
  font-size: 36px;
  margin-left: 0;
}
.search2__list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.search2__list-feeds {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 20px -38px 24px;
}
.search2__search-card {
  margin: 75px 0 75px;
}
.search2__btn {
  width: 228px;
  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;
  margin: 0 auto 55px;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #262421;
}
.search2__btn--w260 {
  width: 260px;
}
.search2__paginator {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 93.4%;
  max-width: 1440px;
  margin: 0 auto;
  margin: 15px auto 0;
}
.search-card {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  width: 47%;
  max-width: 676px;
  height: auto;
  padding: 33px 30px 20px;
  background-image: url("../assets/images/card/card-bg.jpg");
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0px 4px 20px rgba(117, 104, 78, 0.4);
          box-shadow: 0px 4px 20px rgba(117, 104, 78, 0.4);
}
.search-card--empty .search-card__photo-container {
  display: none;
}
.search-card__swipe-block {
  display: none;
}
.search-card__swipe-element {
  position: relative;
  width: 12px;
  height: 20px;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
  -webkit-animation: infinite 2s swipeFirst;
          animation: infinite 2s swipeFirst;
}
.search-card__swipe-element::after,
.search-card__swipe-element::before {
  content: '';
  display: inline-block;
  position: absolute;
  width: 20px;
  height: 1px;
  top: -2px;
  border-left: 12px solid #FFAE00;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  -webkit-transform-origin: 50% 1.5px;
      -ms-transform-origin: 50% 1.5px;
          transform-origin: 50% 1.5px;
}
.search-card__swipe-element::after {
  top: 12px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.search-card__swipe-element::before {
  top: 6px;
  left: 1px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.search-card__swipe-element:nth-child(2) {
  -webkit-animation: infinite 2s swipeSecond;
          animation: infinite 2s swipeSecond;
}
.search-card__swipe-element:nth-child(3) {
  -webkit-animation: infinite 2s swipeThird;
          animation: infinite 2s swipeThird;
}
.search-card__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.search-card__wrapping {
  width: auto;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}
.search-card__photo-container {
  min-width: 200px;
  margin-top: -105px;
  margin-left: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 220px;
  height: 200px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.search-card__photo {
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-box-shadow: 0px 4px 20px rgba(117, 104, 78, 0.6);
          box-shadow: 0px 4px 20px rgba(117, 104, 78, 0.6);
  max-width: 100%;
  max-height: 100%;
}
.search-card__breadcrumbs {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  border-bottom: 1px solid rgba(240, 229, 209, 0.6);
  color: #262421;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 26px;
  font-size: 12px;
  letter-spacing: 2px;
}
.search-card__breadcrumbs-hidden {
  position: absolute;
  top: 27px;
  left: 0;
  width: 200px;
  min-width: 175px;
  height: auto;
  padding: 6px 0;
  background: #FAF4E7;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.search-card__breadcrumbs-list {
  position: relative;
  margin-right: 3px;
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
  z-index: 1;
}
.search-card__breadcrumbs-list::before {
  content: "... /";
  font-weight: 700;
  cursor: pointer;
}
.search-card__breadcrumbs-list::after {
  content: '';
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 200px;
  height: 50px;
  z-index: -1;
}
.search-card__breadcrumbs-list:hover .search-card__breadcrumbs-hidden,
.search-card__breadcrumbs-list:active .search-card__breadcrumbs-hidden {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.search-card__breadcrumbs-list:hover::after,
.search-card__breadcrumbs-list:active::after {
  display: block;
}
.search-card__breadcrumbs-link {
  display: block;
  width: 175px;
  max-width: 175px;
  height: 23px;
  padding: 0 13px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #262421;
  text-decoration: none;
  -webkit-transition: color 0.2s;
  transition: color 0.2s;
  white-space: nowrap;
}
.search-card__breadcrumbs-link:hover,
.search-card__breadcrumbs-link:active {
  background: #FAECBD;
}
.search-card__caption {
  display: block;
  max-height: 94px;
  margin-top: 24px;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 26px;
  font-size: 20px;
  letter-spacing: 1px;
  color: #262421;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-card__caption:hover,
.search-card__caption:active {
  color: red;
}
.search-card__text {
  overflow: hidden;
  max-height: 40px;
}
.search-card__text:only-child {
  max-height: 55px;
}
.search-card__rank {
  max-height: 80px;
  height: auto;
  position: relative;
}
.search-card__rank:nth-child(n+2) {
  margin-left: 10px;
}
.search-card__rank:nth-child(n+2)::before {
  height: 12px;
  width: 1px;
  content: '';
  left: -7px;
  top: 0;
  position: absolute;
  background: #000000;
}
.search-card__info {
  display: block;
  color: #59564F;
}
.search-card__info-link {
  text-decoration: none;
}
.search-card__line-none {
  display: inline;
}
.search-card__br-none {
  display: none;
}
.search-card__description {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 18px;
  font-size: 14px;
  text-align: justify;
  color: #59564F;
  margin: 20px 0;
  width: 100%;
  max-width: 596px;
}
.search-card__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: auto;
  padding-top: 20px;
  border-top: 1px solid rgba(240, 229, 209, 0.6);
}
.search-card__date {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 14px;
  font-size: 12px;
  text-align: right;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #262421;
}
.search-card__more {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  text-align: right;
  letter-spacing: 2.2px;
  text-transform: uppercase;
  color: #262421;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.search-card__more:hover,
.search-card__more:active {
  color: red;
}
.forum {
  padding-bottom: 70px;
  width: 100%;
  margin: 0 auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forum__soldier-search {
  width: 90%;
  max-width: 1400px;
  margin: 40px auto 50px;
}
.forum__container {
  max-width: 1400px;
  width: 90%;
  margin: 0 auto 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forum__container--profile {
  max-width: 1845px;
}
.forum__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.forum__head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 380px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forum__head-link {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #262421;
  text-decoration: none;
  opacity: 0.5;
}
.forum__head-link--active {
  opacity: 1;
}
.forum__head-btn {
  padding: 0 30px;
  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;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  font-size: 18px;
  text-align: center;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #262421;
}
.forum__caption {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  color: #262421;
  position: relative;
  padding-bottom: 32px;
  margin: 40px 0 32px;
}
.forum__caption::after {
  content: '';
  background: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
}
.forum__sorting {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0 0 40px;
}
.forum__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.forum__column--left {
  width: 63%;
}
.forum__column--right {
  width: 23%;
  min-width: 342px;
  margin-left: 50px;
}
.forum__column--rubricator {
  padding-top: 82px;
}
.forum__heading {
  padding-bottom: 15px;
  margin-top: 35px;
  margin-bottom: 40px;
  position: relative;
}
.forum__heading::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.forum__heading-caption {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 30px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262421;
  margin: 0 0 15px;
}
.forum__heading-text {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  color: #262421;
}
.forum__thread {
  margin-top: 25px;
}
.forum__thread:first-child {
  margin-top: 0;
}
.forum__paginator {
  margin-top: 50px;
}
.forum-main__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 15px;
  position: relative;
}
.forum-main__item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.forum-main__item--admin {
  max-width: 520px;
}
.forum-main__item-wrap {
  max-width: 600px;
  width: 58%;
  text-decoration: none;
}
.forum-main__item-wrap:hover .forum-main__item-title,
.forum-main__item-wrap:active .forum-main__item-title {
  color: #E60004;
}
.forum-main__item-wrap--admin {
  width: 100%;
}
.forum-main__item-cover {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.forum-main__item-title {
  display: block;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  color: #262421;
  margin: 24px 0 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forum-main__item-text {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 16px;
  color: #797166;
}
.forum-main__item-message {
  text-align: center;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #262421;
  margin: 0 30px 0 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.forum-main__item-message-icon {
  margin-right: 10px;
}
.forum-main__item-author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: capitalize;
  color: #E60004;
  text-decoration: none;
  width: 220px;
}
.forum-main__item-author-avatar {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 42px;
  height: 42px;
  margin-right: 6px;
}
.forum-main__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
}
.forum-main__message::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background-image: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background-image: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
}
.forum-main__message-title {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  font-size: 24px;
  color: #262421;
  margin: 24px 0 16px;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forum-main__message-title:hover,
.forum-main__message-title:active {
  color: #E60004;
}
.forum-main__message-author,
.forum-main__message-address,
.forum-main__message-time {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #797166;
  text-decoration: none;
}
.forum-main__message-author {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forum-main__message-author:hover,
.forum-main__message-author:active {
  color: #E60004;
}
.forum-main__message-item {
  font-style: italic;
  text-transform: capitalize;
  color: #E60004;
  text-decoration: none;
}
.forum-main__message-text {
  display: block;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 16px;
  color: #979797;
  text-decoration: none;
  max-height: 85px;
  height: auto;
  overflow: hidden;
  text-overflow: ellipsis;
  margin: 10px 0 16px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forum-main__message-text:hover,
.forum-main__message-text:active {
  color: #262421;
}
.forum-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0 40px;
}
.forum-detail__caption {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
  color: #262421;
}
.forum-detail__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 15px;
}
.forum-detail__avatar {
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
  width: 60px;
  height: 60px;
  margin-right: 6px;
}
.forum-detail__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-left: 10px;
}
.forum-detail__name,
.forum-detail__write {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 16px;
  color: #E60004;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forum-detail__name:hover,
.forum-detail__name:active {
  text-decoration: underline;
}
.forum-detail__write {
  border-radius: 3px;
  border: 1px solid #E60004;
  padding: 0 8px;
  margin-left: 8px;
}
.forum-detail__write:hover,
.forum-detail__write:active {
  background: #E60004;
  color: #FFFFFF;
}
.forum-detail__time {
  margin-top: 10px;
}
.forum-detail__time,
.forum-detail__address {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #AB9A89;
}
.forum-detail__address {
  text-decoration: none;
  position: relative;
  margin-left: 9px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forum-detail__address::after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #AB9A89;
  position: absolute;
  left: -7px;
  top: 50%;
}
.forum-detail__column-head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
}
.forum-detail__column-head-topic {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 18px;
  letter-spacing: 2.6px;
  text-transform: uppercase;
  color: #E60004;
  text-decoration: none;
}
.forum-detail__column-head-btn {
  min-width: 170px;
  text-transform: uppercase;
}
.forum-detail__messages {
  padding: 40px 0;
}
.forum-detail__message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 24px 0;
}
.forum-detail__message-title {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #E60004;
  text-decoration: none;
  position: relative;
  padding-bottom: 24px;
}
.forum-detail__message-title:after {
  content: '';
  width: 96px;
  height: 1px;
  background: -webkit-gradient(linear, right top, left top, from(#706B62), to(#AF9D8C));
  background: linear-gradient(270deg, #706B62 0%, #AF9D8C 100%);
  position: absolute;
  bottom: 0;
  left: 0;
}
.forum-detail__message-link {
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.forum-detail__message-link:hover,
.forum-detail__message-link:active {
  opacity: 0.7;
}
.forum-detail__message-text {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 30px;
  font-size: 24px;
  color: #262421;
  text-decoration: none;
  margin: 16px 0 26px;
  display: block;
}
.forum-detail__message-wrap,
.forum-detail__message-address {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  color: #AB9A89;
}
.forum-detail__message-address {
  text-decoration: none;
  position: relative;
  margin-left: 10px;
}
.forum-detail__message-address::after {
  content: '';
  width: 2px;
  height: 2px;
  border-radius: 50%;
  background: #AB9A89;
  position: absolute;
  left: -7px;
  top: 10px;
}
.forum-detail__publication {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 90px;
}
.forum-detail__publication-title {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  text-transform: uppercase;
  color: #262421;
  margin: 0;
}
.forum-detail__publication-comment {
  width: 100%;
  height: 190px;
  margin: 20px auto 25px;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 10px 20px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #262421;
}
.forum-detail__publication-comment::-webkit-input-placeholder {
  color: #a09081;
}
.forum-detail__publication-comment::-moz-placeholder {
  color: #a09081;
}
.forum-detail__publication-comment:-moz-placeholder {
  color: #a09081;
}
.forum-detail__publication-comment:-ms-input-placeholder {
  color: #a09081;
}
.forum-detail__publication-btn {
  width: 100%;
  max-width: 270px;
  margin: 0 auto;
}
.forum-detail__back-btn {
  display: block;
  margin-top: 50px;
  max-width: 400px;
  text-transform: uppercase;
  position: sticky;
  top: 100px;
}
.forum-detail__comment {
  margin-bottom: 30px;
}
.forum-profile {
  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;
  width: 100%;
  max-width: 1745px;
  padding-top: 100px;
}
.forum-profile__inform {
  width: 21%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FAF4E7;
  max-width: 365px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 30px 25px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forum-profile__avatar {
  width: 130px;
  height: 176px;
}
.forum-profile__name {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: 30px;
  font-size: 24px;
  text-align: center;
  color: #262421;
  margin: 20px auto 15px;
}
.forum-profile__time {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 20px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 3.1px;
  text-transform: uppercase;
  color: #262421;
}
.forum-profile__btn {
  width: 252px;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 14px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 2.8px;
  text-transform: uppercase;
  color: #262421;
  margin: 24px auto 45px;
}
.forum-profile__link {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #797166;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
}
.forum-profile__link-sum {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 14px;
  letter-spacing: 3.6px;
  text-transform: uppercase;
  color: #E60004;
}
.forum-profile__comments {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #FFFFFF;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.forum-profile__comments-title {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: bold;
  line-height: normal;
  font-size: 36px;
  color: #262421;
  margin: 0;
}
.forum-profile__comments-quantity {
  margin: 20px 0 40px;
}
.forum-form {
  padding: 340px 40px 100px;
}
.forum-form__caption-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.forum-form__caption {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.2;
  font-size: 72px;
  letter-spacing: 13px;
  text-transform: uppercase;
  color: #262421;
  text-align: center;
  margin: 0 auto;
}
.forum-form__sub-caption {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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;
  position: relative;
  width: 100%;
  max-width: 100%;
  margin: 33px auto 96px;
  color: #262421;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 16px;
  line-height: 1.3;
  text-align: center;
  letter-spacing: 7px;
  text-transform: uppercase;
}
.forum-form__sub-caption::after,
.forum-form__sub-caption::before {
  content: '';
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: block;
  width: auto;
  height: 1px;
  background: #000000;
}
.forum-form__sub-caption::before {
  margin-right: 50px;
}
.forum-form__sub-caption::after {
  margin-left: 50px;
}
.forum-form__content {
  max-width: 1596px;
  width: 83%;
  margin: 0 auto;
  padding: 125px 0;
  -webkit-box-shadow: 0 4px 20px rgba(117, 104, 78, 0.4);
          box-shadow: 0 4px 20px rgba(117, 104, 78, 0.4);
  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;
}
.forum-form__content-block {
  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%;
  max-width: 810px;
  margin: 0 auto;
}
.forum-form__content-block:first-child {
  margin-bottom: 60px;
}
.forum-form__content-bundle {
  display: none;
  margin-top: 10px;
}
.forum-form__content-caption {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  font-size: 48px;
  line-height: normal;
  text-align: center;
  color: #262421;
  margin: 15px auto;
  position: relative;
}
.forum-form__content-select {
  max-width: 390px;
  width: 100%;
  margin: 21px 0;
}
.forum-form__content-sub-caption,
.forum-form__switcher {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #262421;
  text-align: center;
  position: relative;
  margin: 10px 0;
  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;
}
.forum-form__switcher {
  cursor: pointer;
}
.forum-form__switcher--active + .forum-form__content-bundle {
  display: block;
}
.forum-form__switcher--active .switch {
  border: 1px solid #C1A886;
}
.forum-form__switcher--active .switch::before {
  -webkit-box-shadow: 0px 0px 12px #C1A886;
          box-shadow: 0px 0px 12px #C1A886;
  background: #C1A886;
  right: -2px;
  left: auto;
}
.forum-form__tabs {
  width: auto;
  margin: 0 auto;
}
.forum-form__tabs-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 0 50px;
}
.forum-form__photos,
.forum-form__files,
.forum-form__tabs-radio {
  display: none;
}
.forum-form__tabs-radio#forum-form_tab_1:checked ~ .forum-form__tabs-list .forum-form__tab:nth-child(1) {
  color: #262421;
  opacity: 1;
  border: none;
  text-decoration: underline;
}
.forum-form__tabs-radio#forum-form_tab_1:checked ~ .forum-form__photos {
  display: block;
}
.forum-form__tabs-radio#forum-form_tab_2:checked ~ .forum-form__tabs-list .forum-form__tab:nth-child(2) {
  color: #262421;
  opacity: 1;
  border: none;
  text-decoration: underline;
}
.forum-form__tabs-radio#forum-form_tab_2:checked ~ .forum-form__files {
  display: block;
}
.forum-form__tab {
  display: inline-block;
  margin: 0 10px;
  color: #262421;
  opacity: 0.5;
  background: transparent;
  cursor: pointer;
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: normal;
}
.forum-form__attached-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  margin: 0 0 50px;
}
.forum-form__attached-photo {
  position: relative;
  margin: 0 20px 30px;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 124px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.forum-form__attached-photo:last-child {
  margin-right: 0;
}
.forum-form__attached-photo:hover .forum-form__attach-photo,
.forum-form__attached-photo:active .forum-form__attach-photo {
  opacity: 0.7;
}
.forum-form__attach-photo-link {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1;
}
.forum-form__attach-img {
  display: block;
  width: 124px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.forum-form__attach-photo-name {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #262421;
  text-decoration: none;
}
.forum-form__attached-file {
  position: relative;
  margin: 0 20px 30px;
}
.switch {
  display: block;
  width: 37px;
  height: 19px;
  position: relative;
  border: 1px solid #DADADA;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 9.5px;
  margin-left: 20px;
  cursor: pointer;
  -webkit-transition: 0.2s;
  transition: 0.2s;
}
.switch::before {
  content: '';
  position: absolute;
  height: 23px;
  width: 23px;
  -webkit-box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.2);
  background: #DADADA;
  left: -2px;
  top: -3px;
  border-radius: 50%;
}
.switch--active {
  border: 1px solid #C1A886;
}
.switch--active::before {
  -webkit-box-shadow: 0px 0px 12px #C1A886;
          box-shadow: 0px 0px 12px #C1A886;
  background: #C1A886;
  right: -2px;
  left: auto;
}
.comment {
  max-width: 810px;
}
.comment--re {
  padding-left: 60px;
}
.comment--personal {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 17px 0 17px 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #FFFFFF;
  -webkit-box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
          box-shadow: 0px 0px 11px rgba(0, 0, 0, 0.1);
}
.comment__head {
  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;
}
.comment__caption {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 36px;
  color: #262421;
  margin: 0;
}
.comment__control {
  margin-top: 10px;
  margin-left: 10px;
}
.comment__content {
  padding: 15px 0;
  margin: 0;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 28px;
  font-size: 18px;
  color: #262421;
  word-wrap: break-word;
}
.comment__sum {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: normal;
  line-height: normal;
  font-size: 12px;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #797166;
}
.comment__text {
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 24px;
  font-size: 16px;
  text-align: justify;
  color: #262421;
  padding-top: 13px;
  max-height: 65px;
  overflow: hidden;
  word-wrap: break-word;
}
.comment__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 723px;
  width: calc(100% - 61px);
  padding-right: 23px;
}
.comment__title {
  font-family: "PT Serif", serif;
  font-style: italic;
  font-weight: normal;
  line-height: normal;
  font-size: 24px;
  color: #262421;
  margin: 0;
  max-height: 64px;
  text-decoration: none;
  overflow: hidden;
  cursor: pointer;
}
.comment__title:hover,
.comment__title:active {
  text-decoration: underline;
}
.comment__away {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  border-bottom: 1px solid rgba(171, 154, 137, 0.1);
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-bottom: 7px;
}
.comment__btn {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  position: relative;
  width: 61px;
  min-width: 61px;
  max-width: 61px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-left: 1px solid rgba(171, 154, 137, 0.1);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.comment__btn::after,
.comment__btn::before {
  position: absolute;
  content: '';
  top: 50%;
  width: 10px;
  height: 1px;
  background: #B5A697;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.comment__btn::after {
  left: 21px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comment__btn::before {
  right: 22px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.comment__btn--active::after {
  left: 21px;
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.comment__btn--active::before {
  right: 22px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.comment__btn--active + .comment__wrap .comment__text {
  max-height: none;
}
.comment__btn:hover::after,
.comment__btn:active::after,
.comment__btn:hover::before,
.comment__btn:active::before {
  background: #262421;
}
.comment__attach-title {
  font-family: "PT Serif", serif;
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
  line-height: normal;
  color: #262421;
  margin: 25px 0 10px 0;
}
.comment__attach-photos {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.comment__attach-photo-link {
  margin: 10px 30px 10px 0;
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 124px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.comment__attach-photo-link:last-child {
  margin-right: 0;
}
.comment__attach-photo-link:hover .comment__attach-photo,
.comment__attach-photo-link:active .comment__attach-photo {
  opacity: 0.7;
}
.comment__attach-photo {
  display: block;
  width: 124px;
  height: 150px;
  -o-object-fit: cover;
     object-fit: cover;
  margin-bottom: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  border-radius: 6px;
}
.comment__attach-photo-name {
  font-family: "PT Serif", serif;
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #262421;
  text-decoration: none;
}
.comment__attach-files-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.comment__attach-file {
  margin: 0 30px 30px 0;
}
.comment__first-comment {
  display: block;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 16px;
  line-height: normal;
  text-decoration: none;
  color: #E60004;
  margin: 15px 0 -10px 0;
}
.comment__first-comment-arrow {
  margin-right: 15px;
}
.comment__answer-comment {
  width: 100%;
  display: none;
  height: auto;
  min-height: 200px;
  margin: 20px auto 25px;
  border: 1px solid #C4C4C4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  border-top: 35px solid #C4C4C4;
  padding: 20px;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 28px;
  color: #262421;
}
.comment__btn-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 10px 0 0;
}
.comment__answer-btn {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  min-width: 170px;
  text-transform: uppercase;
}
.comment__login-msg {
  margin: 0 0 0 40px;
  font-family: "PT Serif", serif;
  font-size: 14px;
  line-height: 19px;
}
.comment__link {
  color: red;
  text-decoration: none;
}
.comment__link[href]:hover,
.comment__link[href]:active {
  text-decoration: underline;
}
.comment__answer {
  width: 100%;
}
.comment__reply-btn {
  margin-bottom: 15px;
  padding: 0;
  border: none;
  outline: none;
  background-color: transparent;
  color: red;
  font-family: "PT Serif", serif;
  font-style: italic;
  font-size: 16px;
  line-height: 1.3;
  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.comment__reply-btn:hover,
.comment__reply-btn:active {
  text-decoration: underline;
}
.comment__form {
  position: relative;
  width: 100%;
}
.comment__close-btn {
  position: absolute;
  right: 0;
  top: -35px;
}
.comment__textarea {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  height: 130px;
  padding: 10px 20px;
  border: 1px solid #C4C4C4;
  font-family: "PT Sans", sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  line-height: 1.5;
  color: #262421;
}
.comment__textarea::-webkit-input-placeholder {
  color: #a09081;
}
.comment__textarea::-moz-placeholder {
  color: #a09081;
}
.comment__textarea:-moz-placeholder {
  color: #a09081;
}
.comment__textarea:-ms-input-placeholder {
  color: #a09081;
}
.comment__submit {
  width: 100%;
  max-width: 270px;
  margin-top: 10px;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.show-block {
  display: block;
}
.show-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.hide-block {
  display: none;
}
.no-events {
  pointer-events: none !important;
}
.overflow {
  overflow: hidden !important;
}
.pp-overflow {
  overflow: hidden;
}
.underline {
  text-decoration: underline;
}
.white-block {
  background-color: #fff;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
}
.red-text {
  color: #E60004;
}
.is-ios * {
  cursor: pointer;
}
.sticky {
  position: sticky;
  top: 100px;
}
.sticky::before,
.sticky::after {
  content: '';
  display: table;
}
.nowrap {
  display: inline-block;
  white-space: nowrap;
}
.custom-scroll {
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: #a09081 transparent;
}
.custom-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
.custom-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: transparent;
}
.custom-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #a09081;
}
.custom-x-scroll {
  overflow-x: auto;
  scrollbar-width: thin;
  scrollbar-color: #a09081 transparent;
}
.custom-x-scroll::-webkit-scrollbar-track {
  background-color: transparent;
  border-radius: 2px;
}
.custom-x-scroll::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  border-radius: 2px;
  background-color: transparent;
}
.custom-x-scroll::-webkit-scrollbar-thumb {
  border-radius: 2px;
  background-color: #a09081;
}
@-webkit-keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    height: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    height: 70px;
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    height: 70px;
    opacity: 0.5;
  }
  85% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    height: 70px;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: 70px;
  }
}
@keyframes fadeInRight {
  0% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    height: 0;
    opacity: 0;
  }
  50% {
    -webkit-transform: translateX(100vw);
            transform: translateX(100vw);
    height: 70px;
    opacity: 0;
  }
  70% {
    -webkit-transform: translateX(-20px);
            transform: translateX(-20px);
    height: 70px;
    opacity: 0.5;
  }
  85% {
    -webkit-transform: translateX(15px);
            transform: translateX(15px);
    height: 70px;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
    height: 70px;
  }
}
@-webkit-keyframes left-right {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(2%, 0);
            transform: translate(2%, 0);
  }
  75% {
    -webkit-transform: translate(-2%, 0);
            transform: translate(-2%, 0);
  }
}
@keyframes left-right {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(2%, 0);
            transform: translate(2%, 0);
  }
  75% {
    -webkit-transform: translate(-2%, 0);
            transform: translate(-2%, 0);
  }
}
@-webkit-keyframes top-bottom {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
  75% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
  }
}
@keyframes top-bottom {
  0%,
  50%,
  100% {
    -webkit-transform: translate(0, 0);
            transform: translate(0, 0);
  }
  25% {
    -webkit-transform: translate(0, 4%);
            transform: translate(0, 4%);
  }
  75% {
    -webkit-transform: translate(0, -4%);
            transform: translate(0, -4%);
  }
}
@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@-webkit-keyframes rotateOnCenter {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes rotateOnCenter {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
            transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
            transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInLeft {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-3000px, 0, 0);
            transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(25px, 0, 0);
            transform: translate3d(25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(-10px, 0, 0);
            transform: translate3d(-10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(5px, 0, 0);
            transform: translate3d(5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInRight {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(3000px, 0, 0);
            transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(-25px, 0, 0);
            transform: translate3d(-25px, 0, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(10px, 0, 0);
            transform: translate3d(10px, 0, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(-5px, 0, 0);
            transform: translate3d(-5px, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceInUp {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
            transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, 10px, 0);
            transform: translate3d(0, 10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, -5px, 0);
            transform: translate3d(0, -5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes bounceInDown {
  60%,
  75%,
  90%,
  from,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
            transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
            transform: translate3d(0, 25px, 0);
  }
  75% {
    opacity: 1;
    -webkit-transform: translate3d(0, -10px, 0);
            transform: translate3d(0, -10px, 0);
  }
  90% {
    opacity: 1;
    -webkit-transform: translate3d(0, 5px, 0);
            transform: translate3d(0, 5px, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes zoomIn {
  from {
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes popup-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes popup-show {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes toUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes toUp {
  from {
    -webkit-transform: translate3d(0, 100px, 0);
            transform: translate3d(0, 100px, 0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    opacity: 1;
  }
}
@keyframes pulse {
  from {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
  50% {
    -webkit-transform: scale3d(1.2, 1.2, 1.2);
            transform: scale3d(1.2, 1.2, 1.2);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes rubberBand {
  from {
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
  }
  30% {
    -webkit-transform: scale3d(1.25, 1.2, 1);
            transform: scale3d(1.25, 1.2, 1);
  }
  40% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@keyframes rubberBand {
  from {
    -webkit-transform: scale3d(0, 0, 0);
            transform: scale3d(0, 0, 0);
  }
  30% {
    -webkit-transform: scale3d(1.25, 1.2, 1);
            transform: scale3d(1.25, 1.2, 1);
  }
  40% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 1.15, 1);
            transform: scale3d(1.15, 1.15, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 0.95, 1);
            transform: scale3d(0.95, 0.95, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 1.05, 1);
            transform: scale3d(1.05, 1.05, 1);
  }
  to {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}
@-webkit-keyframes animateMenu {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@keyframes animateMenu {
  0% {
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0);
  }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
}
@-webkit-keyframes swipeFirst {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.8;
  }
}
@keyframes swipeFirst {
  0% {
    opacity: 1;
  }
  10% {
    opacity: 0.8;
  }
  20% {
    opacity: 0.6;
  }
  30% {
    opacity: 0.4;
  }
  40% {
    opacity: 0.2;
  }
  50% {
    opacity: 0.1;
  }
  60% {
    opacity: 0.1;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0.8;
  }
}
@-webkit-keyframes swipeSecond {
  0% {
    opacity: 0.4;
  }
  10% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.1;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.2;
  }
}
@keyframes swipeSecond {
  0% {
    opacity: 0.4;
  }
  10% {
    opacity: 0.6;
  }
  20% {
    opacity: 0.8;
  }
  30% {
    opacity: 1;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 0.6;
  }
  60% {
    opacity: 0.4;
  }
  70% {
    opacity: 0.2;
  }
  80% {
    opacity: 0.1;
  }
  90% {
    opacity: 0.1;
  }
  100% {
    opacity: 0.2;
  }
}
@-webkit-keyframes swipeThird {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.1;
  }
}
@keyframes swipeThird {
  0% {
    opacity: 0.1;
  }
  10% {
    opacity: 0.2;
  }
  20% {
    opacity: 0.4;
  }
  30% {
    opacity: 0.6;
  }
  40% {
    opacity: 0.8;
  }
  50% {
    opacity: 1;
  }
  60% {
    opacity: 0.8;
  }
  70% {
    opacity: 0.6;
  }
  80% {
    opacity: 0.4;
  }
  90% {
    opacity: 0.2;
  }
  100% {
    opacity: 0.1;
  }
}
@media (max-width: 1899px) {
  .search-sorting__link {
    font-size: 16px;
  }
  .search-sorting__link-count {
    min-width: 44px;
    font-size: 14px;
  }
  .card-veterans--pa {
    width: 50%;
  }
  .search2__hash-link {
    font-size: 16px;
  }
}
@media (max-width: 1680px) {
  .search--1500 .search__link,
  .search--index .search__link {
    left: auto;
    right: auto;
  }
  .search__title {
    font-size: 46px;
  }
  .search__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    width: 100%;
    max-width: 810px;
    margin: 35px auto 0;
  }
  .search__link {
    position: static;
    left: auto;
    right: auto;
    top: auto;
  }
  .search__input + span.error {
    margin-top: 2px;
  }
  .feeds__list .card-feed,
  .search2__list-feeds .card-feed {
    margin: 0 32px 64px;
  }
  .feeds__list {
    margin: 0 -32px 36px;
  }
  .search2__list-feeds {
    margin: 20px -32px 36px;
  }
}
@media (max-width: 1579px) {
  .about__slide,
  .war-years__content {
    font-size: 20px;
    line-height: 30px;
  }
  .os-theme-immortal > .os-scrollbar-horizontal {
    height: 48px;
  }
  .os-theme-immortal > .os-scrollbar-horizontal > .os-scrollbar-track > .os-scrollbar-handle {
    height: 48px;
    min-width: 48px;
    max-width: 48px;
  }
  .os-theme-immortal > .os-scrollbar-vertical > .os-scrollbar-track > .os-scrollbar-handle {
    width: 48px;
    min-height: 48px;
    max-height: 48px;
  }
  .bird-btn {
    padding: 10px 10px 23px;
  }
  .bird-btn__svg {
    margin: 0 auto 15px;
  }
  .feeder {
    padding: 52px 50px 90px;
  }
  .feeder__title {
    margin-bottom: 70px;
    font-size: 52px;
  }
  .page-title {
    font-size: 56px;
  }
  .page-title--alone,
  .page-title--alone2,
  .page-title--alone2c,
  .page-title--alone3,
  .page-title--cols {
    margin: 100px auto 70px;
  }
  .page-title--alone3 {
    text-align: center;
  }
  .page-title__small {
    font-size: 38px;
  }
  .main-header {
    margin: 120px auto 100px;
  }
  .wrapper--index {
    background-image: url("../assets/images/soldiers--desktop.png"), url("../assets/images/bg-index--desktop.png");
    background-position: 100% 70px, 0 0;
  }
  .wrapper--sign,
  .wrapper--full {
    background-image: url("../assets/images/soldiers--desktop.png"), url("../assets/images/bg-index--desktop.png");
    background-position: 100% 70px, 0 0;
  }
  .wrapper--search,
  .wrapper--soldier,
  .wrapper--short {
    background-image: url("../assets/images/bg-short--desktop.jpg");
  }
  .wrapper--soldier {
    background-size: 100% 340px;
  }
  .wrapper--nav {
    background-image: url("../assets/images/bg-nav--desktop.jpg");
    background-size: 100% 205px;
  }
  .wrapper--dark {
    background-image: url("../assets/images/bg-nav--desktop.jpg"), url("../assets/images/bg-black-clouds.jpg");
    background-size: 100% 205px, cover;
  }
  .main {
    padding-top: 195px;
  }
  .main--index {
    background-image: url("../assets/images/soldiers--desktop.png"), url("../assets/images/bg-index--desktop.png");
    background-position: 100% 70px, 0 0;
  }
  .main--sign,
  .main--full {
    background-image: url("../assets/images/soldiers--desktop.png"), url("../assets/images/bg-index--desktop.png");
    background-position: 100% 70px, 0 0;
  }
  .main--search,
  .main--search2,
  .main--soldier,
  .main--short {
    background-image: url("../assets/images/bg-short--desktop.jpg");
  }
  .main--search,
  .main--search2 {
    background-size: 100% 405px;
  }
  .main--soldier {
    background-size: 100% 345px;
  }
  .main--nav,
  .main--forum {
    background-image: url("../assets/images/bg-nav--desktop.jpg");
    background-size: 100% 210px;
  }
  .main--dark {
    background-image: url("../assets/images/bg-nav--desktop.jpg"), url("../assets/images/bg-black.jpg");
    background-size: 100% 205px, cover;
  }
  .main--forum {
    background-image: url("../assets/images/bg-nav--desktop.jpg");
    background-size: 100% 200px;
  }
  .emerge--col {
    min-width: 500px;
  }
  .emerge__link {
    font-size: 12px;
  }
  .nav__index-link-svg {
    width: 160px;
    height: 55px;
  }
  .nav__list {
    margin: 15px 10px 0 auto;
  }
  .nav__item {
    margin-right: 18px;
  }
  .nav__item--no-emerge {
    margin-right: 25px;
  }
  .nav__link {
    font-size: 12px;
  }
  .breadcrumbs {
    top: 95px;
  }
  .breadcrumbs__title {
    font-size: 9px;
  }
  .breadcrumbs__links {
    margin-top: -3px;
  }
  .page-header::before {
    background-image: url("../assets/images/bg-nav--desktop.jpg");
    background-size: 100% 205px;
  }
  .page-header--on-scroll:hover .page-header__collapsed,
  .page-header--on-scroll:active .page-header__collapsed {
    height: 120px;
  }
  .page-header__search-container {
    width: 100%;
    padding-left: 3.3%;
    padding-right: 3.3%;
  }
  .page-header__search-categories {
    top: 75px;
    width: 93.5%;
  }
  .page-header__search-forms {
    height: 60px;
  }
  .page-header__inner {
    width: 100%;
    padding-left: 3.3%;
    padding-right: 3.3%;
  }
  .page-header__search {
    height: 75px;
  }
  .page-header__search-link {
    margin: 0 0 0 25px;
  }
  .page-header__inner::after {
    top: 73px;
  }
  .page-header__location {
    height: 74px;
  }
  .page-header__location-choice {
    -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;
  }
  .page-header__location-title,
  .page-header__location-link {
    top: 0;
  }
  .page-header__location-name {
    padding-left: 0;
  }
  .page-header__location-link {
    max-width: 150px;
    text-align: center;
  }
  .page-header__personal-link {
    font-size: 13px;
  }
  .page-header__collapsed {
    height: 120px;
  }
  .page-header__help-link {
    margin-top: 36px;
    padding-left: 16px;
    padding-right: 16px;
    max-width: 185px;
  }
  .page-footer__delimiter {
    width: 100%;
    padding-left: 3.3%;
    padding-right: 3.3%;
  }
  .page-footer {
    padding: 45px 0 60px;
  }
  .page-footer__slogan {
    margin: 28px 25px 52px;
  }
  .page-footer__links {
    margin: 0 0 20px;
  }
  .page-footer__item {
    width: 25%;
  }
  .page-footer__item:nth-child(4n-1) {
    width: 26.1%;
  }
  .page-footer__item:nth-child(4n) {
    width: 18%;
  }
  .page-footer__link {
    margin-bottom: 32px;
    font-size: 12px;
  }
  .page-footer__second {
    padding: 42px 0 60px;
  }
  .page-footer__subscribe {
    width: 44%;
  }
  .page-footer__subscribe-form {
    margin-top: 20px;
  }
  .page-footer__subscribe-submit {
    letter-spacing: 0.1em;
  }
  .page-footer__social-links {
    margin-top: 40px;
  }
  .page-footer__vault {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .page-footer__terms-of-use {
    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;
  }
  .page-footer__terms-of-use-link:first-child {
    margin: 0 0 10px;
  }
  .paginator--pa .paginator__link {
    font-size: 20px;
    margin: 0 5px;
    padding: 5px 10px;
  }
  .paginator--pa .paginator__link--current {
    top: 6px;
    font-size: 36px;
    padding: 5px 10px 10px;
  }
  .cols--header {
    margin: 70px 0 30px;
  }
  .frame--index {
    margin-top: -120px;
  }
  .stories--index {
    margin-bottom: 180px;
  }
  .stories--region {
    padding-bottom: 80px;
  }
  .stories__logo {
    width: 116px;
    height: 102px;
    margin: -23px auto -58px;
  }
  .stories__slogan {
    width: 690px;
    margin: 0 auto 11px;
    font-size: 32px;
    line-height: 44px;
  }
  .stories__btn {
    margin-top: 8px;
  }
  .stories__title {
    bottom: -49px;
    margin: -14px 35px 0 0;
    font-size: 46px;
  }
  .stories__list {
    height: 472px;
    padding: 73px 0 2px;
    margin-bottom: 34px;
  }
  .stories__list::before {
    height: 397px;
  }
  .stories__item {
    width: 140px;
    height: 182px;
    margin-right: 40px;
  }
  .stories__item:first-child {
    width: 306px;
    height: 397px;
  }
  .stories__item:first-child .stories__item-content {
    padding: 35px;
  }
  .stories__item:first-child .stories__item-name {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 30px;
  }
  .stories__item:first-child .stories__item-rank {
    font-size: 11px;
  }
  .stories__item:nth-child(2n) {
    margin-bottom: 33px;
  }
  .stories__item-content {
    padding: 13px 15px;
  }
  .stories__item-name {
    margin-bottom: 10px;
    font-size: 13px;
    line-height: 14px;
  }
  .stories__item-rank {
    font-size: 9px;
  }
  .stories__all-link {
    font-size: 12px;
  }
  .search--index {
    margin-bottom: 100px;
  }
  .search__collapsed-inner {
    padding: 40px 5% 38px;
  }
  .soldier-search--index {
    top: -212px;
    margin-bottom: -132px;
  }
  .soldier-search__header {
    padding: 42px 62px 28px;
  }
  .soldier-search__title {
    font-size: 46px;
  }
  .soldier-search__title--search2 {
    font-size: 36px;
  }
  .soldier-search__header-text {
    max-width: 950px;
  }
  .soldier-search__header-link {
    font-size: 12px;
  }
  .soldier-search__input-wrapper {
    margin: 0 auto 60px;
  }
  .soldier-search__collapsed-inner {
    padding: 40px 5% 38px;
  }
  .soldier-search__title-row {
    letter-spacing: 0.2em;
    font-size: 22px;
  }
  .soldier-search__adv-submit--align {
    width: 342px !important;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .soldier-search__bird {
    top: 7px;
  }
  .index-news__content {
    padding-top: 30px;
  }
  .index-news__time {
    padding-top: 6px;
    font-size: 12px;
  }
  .index-news__text {
    font-size: 20px;
  }
  .isearch__container {
    padding: 60px 0 180px;
  }
  .isearch__container--pb {
    padding-bottom: 70px;
  }
  .isearch__tabs {
    margin-bottom: 25px;
  }
  .isearch__advertisement {
    padding: 30px 0;
  }
  .isearch__advertisement-time {
    max-width: 90px;
    margin-right: 20px;
    font-size: 12px;
  }
  .isearch__advertisement-text {
    font-size: 18px;
    line-height: 24px;
  }
  .learn-more {
    top: -112px;
    margin-bottom: 0px;
    padding: 45px 85px 40px;
  }
  .learn-more__header-svg {
    width: 35px;
    height: 35px;
  }
  .learn-more__title {
    margin: 17px 0 32px;
    font-size: 46px;
  }
  .learn-more__title-row {
    font-size: 30px;
  }
  .learn-more__slider {
    margin: 32px 0 40px;
  }
  .war-years__container {
    padding: 100px 0;
  }
  .war-years__title {
    font-size: 46px;
    line-height: 56px;
  }
  .war-years__content {
    max-height: 376px;
  }
  .partners__title {
    top: 46px;
    margin: -20px 30px 0 0;
    font-size: 40px;
  }
  .search-sorting__unknown-title {
    line-height: 75px;
  }
  .search-sorting__unknown-title span {
    font-size: 45px;
  }
  .search-sorting--isearch .search-sorting__grid-btn,
  .search-sorting--alphabet .search-sorting__grid-btn {
    width: 36px;
    height: 36px;
    margin-left: 20px;
  }
  .search-sorting--isearch .search-sorting__grid-btn:first-child,
  .search-sorting--alphabet .search-sorting__grid-btn:first-child {
    margin-left: 20px;
  }
  .search-sorting--isearch .search-sorting__title,
  .search-sorting--alphabet .search-sorting__title {
    font-size: 56px;
    letter-spacing: 0.1em;
  }
  .search-sorting--alphabet .search-sorting__views {
    max-width: 800px;
  }
  .search-sorting__alph-link {
    margin-right: 7px;
  }
  .search-sorting__views {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .search-sorting__actions .search-sorting__add-link {
    margin: 10px 0 auto;
  }
  .search-sorting__actions .search-sorting__add-link .btn__inner {
    padding: 10px 20px 9px;
  }
  .search-sorting__title {
    font-size: 30px;
  }
  .search-sorting__grid-btn {
    margin-left: 24px;
  }
  .search-sorting__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 36px 0;
  }
  .card-veterans {
    width: 50%;
  }
  .card-veterans--pau {
    width: 180px;
  }
  .card-veterans--static {
    width: 576px;
    margin-bottom: 0px;
  }
  .card-veterans--static .card-veterans__image-wrapper {
    width: 37%;
  }
  .card-veterans--static .card-veterans__description {
    max-height: 120px;
  }
  .card-veterans__image-wrapper {
    width: 25%;
  }
  .card-veterans__description {
    max-height: 100px;
  }
  .card-isearch__heading {
    height: 48px;
    margin-left: 115px;
    font-size: 12px;
  }
  .card-isearch__time,
  .card-isearch__donate {
    width: 95px;
    margin-right: 20px;
    font-size: 12px;
  }
  .card-isearch__text {
    font-size: 20px;
  }
  .card-video__heading {
    margin-bottom: 10px;
    height: 48px;
    font-size: 12px;
  }
  .card-video__description {
    font-size: 20px;
    line-height: 26px;
  }
  .card-video__time {
    font-size: 12px;
    line-height: 15px;
  }
  .feeds__list .card-feed,
  .search2__list-feeds .card-feed {
    width: 280px;
    margin: 0 22px 44px;
  }
  .soldier {
    margin: 30px 0 60px;
  }
  .soldier-slider--mb {
    margin-bottom: 210px;
  }
  .soldier-slider--feeds .soldier-slider__item {
    margin-right: 40px;
  }
  .soldier-slider__title--for-index {
    font-size: 42px;
    top: 53px !important;
  }
  .soldier-slider__title-row {
    font-size: 23px;
  }
  .soldier-slider__title {
    top: 34px;
  }
  .soldier-slider__title--big {
    top: 48px;
    font-size: 46px;
  }
  .soldier-slider__list {
    padding-top: 70px;
  }
  .doc-slider__title {
    top: 34px;
  }
  .doc-slider__list {
    padding-top: 70px;
  }
  .news__title {
    margin: 120px auto 40px;
  }
  .news__title-region {
    margin-bottom: -5px;
  }
  .news__single {
    margin: 40px auto 40px;
  }
  .news__item {
    margin: 35px 0 50px;
  }
  .donations__page-title {
    text-align: center;
  }
  .donations__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .donations__tabs::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
  .donations__tab-link {
    margin: 0 20px 30px;
  }
  .donations__tab-link:nth-child(n+4) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .msg-page {
    padding: 70px 0 90px;
  }
  .feeds__title {
    margin: 110px 0 20px;
  }
  .feeds__list {
    margin: 0 -22px 56px;
  }
  .story__heading {
    margin: 70px 0 50px;
  }
  .podcast {
    padding-top: 110px;
  }
  .podcast__page-title {
    margin: 0 0 30px;
  }
  .search-center__plank-title {
    font-size: 52px;
  }
  .about__container {
    padding: 100px 20px 50px;
  }
  .admin__plank {
    padding: 70px 7% 90px;
  }
  .admin__plank-title {
    font-size: 52px;
  }
  .admin__btn {
    font-size: 14px;
  }
  .admin__th {
    font-size: 30px;
  }
  .admin__th-link--up::after,
  .admin__th-link--down::after {
    font-size: 22px;
  }
  .admin-nav--redactor {
    margin: 50px auto 35px;
  }
  .search2__hash-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: -20px 0 0;
  }
  .search2__list-feeds {
    margin: 20px -22px 56px;
  }
  .forum-detail__back-btn {
    top: 110px;
  }
  .forum-profile__inform {
    width: 30%;
  }
  .forum-form {
    padding: 300px 40px 100px;
  }
}
@media (max-width: 1439px) {
  .soldier-search__title--search2 {
    font-size: 22px;
  }
  .search-sorting__link {
    font-size: 14px;
  }
  .search-sorting__link-count {
    min-width: 40px;
    font-size: 12px;
  }
  .card-veterans--pa {
    -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;
    width: 30%;
    margin-right: auto;
    min-width: 180px;
  }
  .card-veterans--pa:nth-child(3n) {
    margin-right: 0;
  }
  .card-veterans--pa .card-veterans__image-wrapper {
    margin-bottom: 10px;
  }
  .card-veterans--pa .card-veterans__name {
    font-size: 20px;
    line-height: 22px;
  }
  .card-veterans--pa .card-veterans__region {
    font-size: 10px;
  }
  .card-veterans--pa .card-veterans__rank2 {
    font-size: 14px;
  }
  .card-veterans--pa .card-veterans__years {
    font-size: 14px;
  }
  .sitemap__nav-group {
    width: 25%;
  }
  .search2__about-caption {
    font-size: 64px;
    letter-spacing: 10px;
  }
  .search2__search-title {
    font-size: 32px;
  }
  .search2__hash-link {
    font-size: 14px;
  }
  .forum-form__caption {
    font-size: 64px;
    letter-spacing: 10px;
  }
}
@media (max-width: 1339px) {
  .help-us__content {
    font-size: 15px;
  }
  .feeder {
    padding: 52px 50px 90px;
  }
  .feeder__title {
    font-size: 46px;
  }
  .places__title {
    font-size: 44px;
  }
  .places__title--page {
    font-size: 40px;
  }
  .page-title {
    font-size: 46px;
    letter-spacing: 8px;
  }
  .page-title__small {
    font-size: 32px;
  }
  .main-header {
    margin: 110px auto 100px;
  }
  .main-header__btn .btn__inner {
    padding: 10px 25px 9px;
  }
  .page-header__personal-link {
    max-width: 250px;
  }
  .page-header__help-link {
    max-width: 142px;
  }
  .paginator__link {
    font-size: 20px;
    margin: 0 5px;
    padding: 5px 8px;
  }
  .paginator__link--current {
    top: 6px;
    font-size: 36px;
    padding: 5px 10px 10px;
  }
  .paginator--pa .paginator__link {
    font-size: 14px;
    margin: 0 5px;
    padding: 5px 10px;
  }
  .paginator--pa .paginator__link--current {
    font-size: 28px;
    padding: 5px 10px 10px;
  }
  .quantity {
    font-size: 12px;
  }
  .quantity__current {
    font-size: 20px;
  }
  .help-us {
    padding: 30px;
  }
  .cols__aside,
  .cols__aside-header {
    width: 300px;
  }
  .cols__main-title,
  .cols__caption {
    font-size: 42px;
    line-height: 52px;
  }
  .cols__aside-title {
    padding-bottom: 16px;
    font-size: 22px;
  }
  .cols__aside-content {
    font-size: 20px;
  }
  .search__collapsed-inner {
    padding: 25px 20px 35px;
  }
  .soldier-search__collapsed-inner {
    padding: 20px 3% 25px;
  }
  .soldier-search__adv-inputs {
    width: 30.6%;
  }
  .soldier-search__adv-submit {
    width: 30.6%;
    margin: 5px auto 0;
  }
  .soldier-search__adv-submit--align {
    width: 342px !important;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 0;
    margin-bottom: 1px;
  }
  .index-news__time {
    padding-top: 2px;
    padding-right: 18px;
    font-size: 10px;
  }
  .index-news__text {
    font-size: 15px;
    line-height: 19px;
  }
  .index-news {
    padding-bottom: 46px;
  }
  .index-news--region {
    padding-bottom: 50px;
  }
  .index-news__left-col .index-news__image-link {
    width: 80%;
  }
  .index-news__right-col {
    width: 59.5%;
  }
  .index-news__right-col .index-news__item {
    margin: 12px 0 40px;
  }
  .index-news__right-col .index-news__image-link {
    width: 42.5%;
  }
  .index-news__right-col .index-news__content {
    width: 57.5%;
  }
  .index-news__right-col .index-news__time {
    width: 34%;
  }
  .index-news__right-col .index-news__heading {
    margin-left: 34%;
  }
  .index-news__title {
    font-size: 46px;
  }
  .index-news__title-row {
    font-size: 30px;
  }
  .index-news__about-link {
    display: inline-block;
    margin: 10px 0 28px;
    font-size: 12px;
    letter-spacing: 0.2em;
  }
  .partners__title {
    top: 40px;
    margin: -15px 30px 0 0;
    font-size: 30px;
    letter-spacing: 0.1em;
  }
  .search-sorting__link {
    font-size: 12px;
  }
  .search-sorting__unknown-title {
    line-height: 65px;
  }
  .search-sorting__unknown-title span {
    font-size: 35px;
  }
  .search-results__wrapper {
    margin: 0 0 80px;
  }
  .search-results__section-title {
    margin-bottom: 80px;
  }
  .card-veterans {
    margin-bottom: 40px;
  }
  .card-veterans--pau {
    margin-right: 50px;
  }
  .card-veterans--pa,
  .card-veterans--pau,
  .card-veterans--810 {
    margin-bottom: 50px;
  }
  .card-veterans--static {
    width: 576px;
    margin-bottom: 0px;
  }
  .card-veterans--static .card-veterans__image-wrapper {
    width: 37%;
  }
  .card-veterans--static .card-veterans__description {
    max-height: 120px;
    font-size: 16px;
  }
  .card-veterans--static .card-veterans__info {
    padding: 0 8%;
  }
  .card-veterans__image-wrapper {
    width: 38%;
    max-width: 190px;
  }
  .card-veterans__description {
    max-height: 120px;
    font-size: 18px;
  }
  .card-veterans__info {
    padding: 0 5% 0 8%;
  }
  .card-isearch {
    margin-bottom: 70px;
  }
  .card-isearch__heading {
    height: 34px;
    margin-left: 95px;
    font-size: 10px;
    line-height: 12px;
  }
  .card-isearch__time,
  .card-isearch__donate {
    width: 75px;
    font-size: 10px;
    line-height: 12px;
  }
  .card-isearch__text {
    font-size: 15px;
    line-height: 19px;
  }
  .card-video__heading {
    height: 34px;
    margin-bottom: 5px;
    font-size: 10px;
    line-height: 12px;
  }
  .card-video__description {
    font-size: 18px;
    line-height: 24px;
  }
  .card-video__time {
    font-size: 10px;
    line-height: 12px;
  }
  .card-coord {
    width: 100%;
  }
  .feeds__list .card-feed,
  .search2__list-feeds .card-feed {
    width: 318px;
    margin: 0 32px 64px;
  }
  .search-on {
    margin: 95px auto 87px;
  }
  .soldier__name {
    font-size: 42px;
  }
  .soldier__last-name,
  .soldier__first-name,
  .soldier__patronymic {
    width: 440px;
  }
  .soldier-slider__title--for-index {
    font-size: 36px;
  }
  .soldier-slider__title-link {
    margin-left: 15px;
  }
  .region__white-block {
    padding: 120px 0;
  }
  .region__full-white {
    padding: 120px 0 0;
  }
  .guardhouse__main-header {
    margin-bottom: 20px;
  }
  .guardhouse__item-title {
    font-size: 40px;
    line-height: 54px;
  }
  .coords__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coord__contact-list {
    min-width: 50%;
  }
  .donations__report-name {
    font-size: 21px;
  }
  .donations__report-link {
    width: 200px;
  }
  .image-gallery__item {
    width: calc(25% - 9px);
  }
  .feeds__list {
    margin: 0 -32px 36px;
  }
  .story__heading {
    font-size: 42px;
    line-height: 52px;
  }
  .last-ads__heading {
    font-size: 20px;
  }
  .last-ads__text {
    font-size: 15px;
  }
  .last-ads__time {
    font-size: 12px;
  }
  .rubricator__title {
    padding-bottom: 15px;
    font-size: 22px;
  }
  .rubricator__link {
    font-size: 20px;
  }
  .add-veterans__aside-text {
    font-size: 20px;
    line-height: 28px;
  }
  .add-veterans__notice-text {
    font-size: 44px;
  }
  .add-form {
    margin-bottom: 100px;
  }
  .add-form__agreement-msg {
    margin: 50px 0 -50px;
  }
  .personal__main-header {
    -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;
  }
  .personal__main-header-inner {
    margin-right: 0;
  }
  .personal__main-header-btn {
    margin-top: 25px;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .search-center__plank-title {
    font-size: 46px;
  }
  .pp-regions {
    top: 70px;
    bottom: 70px;
    left: 70px;
    right: 70px;
  }
  .pp-regions__inner {
    padding: 50px;
  }
  .pp-regions__list {
    -webkit-columns: 3;
       -moz-columns: 3;
            columns: 3;
  }
  .admin__plank {
    padding: 70px 7% 60px;
  }
  .admin__plank-title {
    font-size: 46px;
  }
  .admin__plank-inputs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 50px auto 30px;
  }
  .admin__plank-btns {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .admin__plank-btn {
    margin: 0 15px 30px;
    width: calc(40% - 30px);
  }
  .admin__btn {
    font-size: 12px;
  }
  .admin__plank-label {
    width: calc(50% - 15px);
    margin-bottom: 20px;
  }
  .admin__th {
    font-size: 26px;
  }
  .admin__th-link--up::after,
  .admin__th-link--down::after {
    font-size: 19px;
  }
  .admin__tab-link {
    margin: 0 40px 20px 0;
  }
  .admin-nav {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    min-height: 70px;
  }
  .admin-nav::before {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .admin-nav__link:nth-child(4)::after {
    display: none;
  }
  .admin-nav__link:nth-child(n+5) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .search2__search-title {
    font-size: 24px;
  }
  .search2__hash-link {
    font-size: 12px;
  }
  .search2__list-feeds {
    margin: 20px -32px 36px;
  }
}
@media (max-width: 1220px) {
  .search-sorting--isearch .search-sorting__title {
    width: auto;
    margin-bottom: 30px;
    margin-left: 25%;
  }
  .search-sorting--isearch .search-sorting__view {
    margin-right: 25%;
    margin-bottom: 30px;
  }
  .search-sorting--isearch .search-sorting__grid-btn {
    margin-left: 30px;
  }
  .search-sorting--isearch .search-sorting__grid-btn:first-child {
    margin-left: 18px;
  }
  .search-sorting--isearch .search-sorting__quantity {
    margin-left: 30px;
    margin-right: auto;
  }
  .search-sorting--isearch .search-sorting__add-link {
    margin-right: 30px;
  }
  .search-sorting--alphabet {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 100%;
    padding: 0 30px;
  }
  .search-sorting--alphabet .search-sorting__views {
    max-width: 100%;
  }
  .search-sorting--alphabet .search-sorting__title {
    width: auto;
    margin: 0;
  }
  .search-sorting__actions {
    -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;
    width: 100%;
    margin: 30px 0 0;
  }
  .search-sorting__actions .search-sorting__add-link {
    margin: 0;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .search-sorting__actions .search-sorting__quantity {
    margin: 0;
  }
  .search-sorting__views {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .search-sorting__grid-btn {
    margin-left: 30px;
  }
  .search-sorting__grid-btn:first-child {
    margin-left: 0;
  }
  .search-sorting__quantity {
    margin-left: 55px;
  }
  .search-sorting__links {
    max-width: 800px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 45px auto 4px;
  }
  .search-sorting__links--search {
    max-width: 902px;
  }
  .search-sorting__link {
    margin: 0 17px 40px;
    font-size: 14px;
  }
  .search-results {
    margin-top: 50px;
  }
  .unknowns__add-btn,
  .unknowns__recomend-btn {
    width: 48%;
    margin: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .unknowns__quantity {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 30px 0 0;
  }
  .unknowns__quantity::after {
    display: none;
  }
  .unknowns__quantity-wrapper {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search2__hash-links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: -20px auto 0;
    max-width: 902px;
  }
  .forum__soldier-search {
    width: 97%;
  }
  .forum__container {
    width: 97%;
  }
}
@media (max-width: 1169px) {
  .btn--l {
    height: 50px;
  }
  .btn--ll {
    height: 50px;
    font-size: 16px;
  }
  .btn--ll .btn__inner {
    padding: 9px 25px 10px;
  }
  .balloon__popup--menu {
    width: 320px;
    font-size: 14px;
  }
  .balloon__button {
    font-size: 14px;
  }
  .frame--index {
    background-image: none;
  }
  .soldier-search__header--search2 {
    padding: 32px 9% 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .soldier-search__title--search2 {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 25px;
  }
  .soldier-search__input-wrapper--search2 {
    width: 82%;
    height: 90px;
  }
  .isearch__container {
    padding: 50px 0 180px;
  }
  .isearch__container--pb {
    padding-bottom: 55px;
  }
  .isearch__header {
    margin-bottom: 40px;
  }
  .isearch__title {
    font-size: 52px;
  }
  .isearch__tab-btns {
    margin-bottom: 25px;
  }
  .isearch__tab-btn {
    font-size: 32px;
  }
  .isearch__advertisement-time {
    max-width: 75px;
    font-size: 10px;
  }
  .isearch__advertisement-text {
    font-size: 16px;
  }
  .card-veterans--pau {
    width: 170px;
  }
  .card-veterans--pa,
  .card-veterans--pau {
    min-width: 170px;
  }
  .card-veterans--pa .card-veterans__image-wrapper,
  .card-veterans--pau .card-veterans__image-wrapper {
    width: 170px;
    height: 221px;
  }
  .card-veterans--pa .card-veterans__del-btn,
  .card-veterans--pau .card-veterans__del-btn {
    left: auto;
    right: -18px;
  }
  .feeds__list .card-feed,
  .search2__list-feeds .card-feed {
    width: 280px;
    margin: 0 22px 44px;
  }
  .sitemap__nav-group {
    width: 33.333%;
  }
  .feeds__list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 -22px 56px;
  }
  .pa-standers__del-btn {
    left: auto;
    right: -18px;
  }
  .personal__panel {
    width: 300px;
  }
  .personal__main {
    padding: 80px 30px 90px;
  }
  .personal__last-name,
  .personal__first-name,
  .personal__patronymic {
    display: block;
  }
  .personal__nav-link {
    padding: 0 20px;
  }
  .personal__panel-btn {
    width: 250px;
  }
  .personal__info-item {
    -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;
    margin-bottom: 20px;
  }
  .personal__info-title,
  .personal__info-label {
    margin-bottom: 5px;
  }
  .admin__th {
    font-size: 24px;
  }
  .admin__th-link--up::after,
  .admin__th-link--down::after {
    font-size: 18px;
  }
  .admin__td {
    font-size: 15px;
  }
  .admin__td-confirm-btn {
    font-size: 15px;
  }
  .search2__about-caption {
    max-width: 560px;
    font-size: 50px;
    letter-spacing: 7px;
  }
  .search2__list-feeds {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 20px -22px 56px;
  }
  .forum-form {
    padding-top: 275px;
  }
  .forum-form__caption {
    font-size: 50px;
    letter-spacing: 7px;
  }
  .forum-form__sub-caption {
    margin: 13px auto 0;
    letter-spacing: 3px;
  }
  .forum-form__sub-caption::before {
    margin-right: 35px;
  }
  .forum-form__sub-caption::after {
    margin-left: 35px;
  }
  .forum-form__content {
    width: 100%;
    -webkit-box-shadow: 0 0 0;
            box-shadow: 0 0 0;
    padding: 50px 0;
  }
  .forum-form__content-block:first-child {
    margin-bottom: 30px;
  }
  .forum-form__content-caption {
    font-size: 40px;
  }
  .forum-form__content-sub-caption,
  .forum-form__switcher {
    font-size: 20px;
  }
}
@media (max-width: 1120px) {
  .page-share--forum {
    margin: 40px 0 40px;
  }
  .cols__aside-title {
    margin: 0 0 20px;
  }
  .soldier-slider--stroy .soldier-slider__wide-container {
    width: 100%;
    padding-left: 5%;
    padding-right: 5%;
  }
  .soldier-slider--stroy .soldier-slider__title--for-index {
    margin-top: 65px !important;
    top: 0 !important;
  }
  .soldier-slider--stroy .os-host-resize-disabled.os-host-scrollbar-vertical-hidden > .os-scrollbar-horizontal {
    left: 6% !important;
  }
  .soldier-slider__title--for-index2 {
    display: block;
    width: 100%;
    top: 0;
    margin: 0 0 20px;
    text-align: center;
    white-space: normal;
  }
  .rubricator--collapsed-1120 .rubricator__list {
    display: none;
  }
  .rubricator--collapsed-1120 .rubricator__title {
    position: relative;
    padding-right: 20px;
    cursor: pointer;
  }
  .rubricator--collapsed-1120 .rubricator__title::before {
    content: "";
    display: block;
    position: absolute;
    top: 17px;
    right: 0;
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #797166;
  }
  .rubricator--collapsed-1120.rubricator--active .rubricator__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .rubricator__title {
    margin: 0 0 20px;
  }
  .rubricator__link {
    font-size: 18px;
    margin-bottom: 5px;
  }
  .unknowns__header {
    -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;
    text-align: center;
    margin-bottom: 30px;
  }
  .forum__soldier-search {
    max-width: 946px;
  }
  .forum__container {
    margin: 0 auto 50px;
    max-width: 946px;
  }
  .forum__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .forum__content--forum {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .forum__content--detail {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  .forum__column {
    width: 100%;
  }
  .forum__column--right {
    margin-left: 0;
  }
  .forum__column--rubricator {
    padding-top: 35px;
  }
  .forum-detail {
    padding-top: 40px;
  }
  .forum-detail__column-head {
    margin-top: 60px;
    margin-bottom: 30px;
  }
  .forum-detail__column-head-btn {
    display: none;
  }
  .forum-detail__messages {
    display: none;
  }
  .w1120 {
    display: none;
  }
}
@media (max-width: 1019px) {
  .soldier {
    font-size: 16px;
  }
  .about__slide,
  .war-years__content {
    font-size: 18px;
    line-height: 24px;
  }
  .about__slide img,
  .about__slide ul,
  .about__slide ol,
  .about__slide p,
  .war-years__content ul,
  .war-years__content ol,
  .war-years__content p {
    margin: 18px 0;
  }
  .about__slide img:first-child,
  .about__slide ul:first-child,
  .about__slide ol:first-child,
  .about__slide p:first-child,
  .war-years__content ul:first-child,
  .war-years__content ol:first-child,
  .war-years__content p:first-child {
    margin-top: 0;
  }
  .about__slide img:last-child,
  .about__slide ul:last-child,
  .about__slide ol:last-child,
  .about__slide p:last-child,
  .war-years__content ul:last-child,
  .war-years__content ol:last-child,
  .war-years__content p:last-child {
    margin-bottom: 0;
  }
  .about__slide p + ul,
  .about__slide p + ol {
    margin-top: -15px;
  }
  .about__slide h3 {
    margin: 30px 0 25px;
  }
  .photoLabel .img-area .ui-resizable-handle {
    width: 12px;
    height: 12px;
  }
  .tab-link {
    font-size: 14px;
    line-height: 19px;
    padding-bottom: 10px;
  }
  .tab-link--active {
    padding-bottom: 7px;
  }
  .tab-link__svg-wrapper {
    width: 40px;
    height: 20px;
  }
  .tab-link__svg,
  .tab-link__icon {
    height: 13px;
  }
  .places__td {
    padding-right: 50px;
  }
  .form__draft-link {
    display: none;
  }
  .form__draft {
    max-width: 694px;
    margin: 0 auto 70px;
  }
  .form__draft-photo {
    width: 310px;
  }
  .form__draft-aside {
    width: 384px;
    padding: 20px 0 20px 50px;
  }
  .form__draft-btn {
    margin: 0 auto 35px;
  }
  .form__draft-btn + .form__ad-block {
    margin-top: -25px;
  }
  .form__actions {
    max-width: 695px;
  }
  .form__submit,
  .form__action-link-wrapper {
    max-width: 334px;
  }
  .page-share {
    margin: 80px auto 100px;
  }
  .page-share--top {
    margin: 0 0 40px;
  }
  .page-share--forum {
    margin: 40px 0 40px;
  }
  .page-share__heading {
    font-size: 18px;
    line-height: 23px;
  }
  .page-title--alone {
    width: 90.64%;
  }
  .page-title--alone2,
  .page-title--alone2c {
    width: 90.64%;
  }
  .page-title--alone3 {
    max-width: 810px;
  }
  .page-title--alone,
  .page-title--alone2,
  .page-title--alone2c,
  .page-title--alone3,
  .page-title--cols {
    margin: 80px auto 70px;
  }
  .page-title--alone2 {
    text-align: center;
  }
  .main-header {
    margin: 100px auto 60px;
  }
  .wrapper--index {
    background-image: url("../assets/images/soldiers--tablet.png"), url("../assets/images/bg-index--tablet.png");
    background-position: 100% 180px, 0 0;
  }
  .wrapper--sign,
  .wrapper--full {
    background-image: url("../assets/images/soldiers--tablet.png"), url("../assets/images/bg-index--tablet.png");
    background-position: 100% 180px, 0 0;
  }
  .wrapper--search,
  .wrapper--soldier,
  .wrapper--short {
    background-image: url("../assets/images/bg-short--tablet.jpg");
  }
  .wrapper--soldier {
    background-size: 100% 326px;
  }
  .main--index {
    background-image: url("../assets/images/soldiers--tablet.png"), url("../assets/images/bg-index--tablet.png");
    background-position: 100% 180px, 0 0;
  }
  .main--sign,
  .main--full {
    background-image: url("../assets/images/soldiers--tablet.png"), url("../assets/images/bg-index--tablet.png");
    background-position: 100% 180px, 0 0;
  }
  .main--search,
  .main--search2,
  .main--soldier,
  .main--short {
    background-image: url("../assets/images/bg-short--tablet.jpg");
  }
  .main--search,
  .main--search2 {
    background-size: 100% 350px;
  }
  .main--soldier {
    background-size: 100% 320px;
  }
  .main--nav,
  .main--forum {
    background-size: 100% 200px;
  }
  .emerge {
    padding: 50px 45px 10px 50px;
  }
  .emerge--r1020 {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0;
  }
  .emerge--r1020::before {
    right: 37px;
  }
  .nav {
    width: 100%;
    margin-top: 15px;
  }
  .nav__index-link-svg {
    width: 126px;
    height: 43px;
  }
  .nav__list {
    margin: 0 0 10px auto;
  }
  .nav__item {
    margin-right: 10px;
  }
  .nav__item--no-emerge {
    margin-right: 20px;
  }
  .nav__item:last-child {
    margin-right: 0;
  }
  .breadcrumbs {
    right: 180px;
  }
  .breadcrumbs {
    top: 70px;
  }
  .page-header__search-container {
    width: 100%;
    padding-left: 2.63%;
    padding-right: 2.63%;
  }
  .page-header__search-categories {
    width: 94.5%;
  }
  .page-header__inner {
    width: 100%;
    padding-left: 2.63%;
    padding-right: 2.63%;
  }
  .page-header__search-link {
    display: none;
  }
  .page-header__location {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 12px;
  }
  .page-header__location-choice {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-bottom: 5px;
  }
  .page-header__location-title {
    width: 70px;
    margin-right: 5px;
  }
  .page-header__location-name {
    padding-bottom: 0;
    height: auto;
  }
  .page-header__location-region,
  .page-header__location-city {
    max-width: 255px;
  }
  .page-header__location-link {
    max-width: none;
    text-align: left;
  }
  .page-header__personal-link {
    max-width: 270px;
    font-size: 12px;
  }
  .page-header__help-link {
    max-width: 185px;
    margin-top: 0;
    margin-left: auto;
  }
  .page-footer__delimiter {
    width: 100%;
    padding-left: 2.63%;
    padding-right: 2.63%;
  }
  .page-footer__container {
    width: 94.7%;
  }
  .page-footer__second {
    width: 94.7%;
  }
  .page-footer__third {
    width: 94.7%;
  }
  .page-footer__vault {
    width: 94.7%;
  }
  .page-footer {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 45px 0.5% 50px;
  }
  .page-footer__item {
    width: 24.6%;
  }
  .page-footer__item:nth-child(4n-1) {
    width: 27.2%;
  }
  .page-footer__item:nth-child(4n) {
    width: 18.5%;
  }
  .page-footer__second {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 42px 0 48px;
  }
  .page-footer__subscribe {
    width: 100%;
    margin-bottom: 70px;
  }
  .page-footer__subscribe-form {
    margin-top: 10px;
    margin-bottom: 5px;
  }
  .page-footer__subscribe-submit {
    letter-spacing: 0.15em;
  }
  .page-footer__social {
    width: 100%;
  }
  .page-footer__social-links {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-top: 45px;
    width: 100%;
  }
  .page-footer__social-link {
    margin: 0;
  }
  .page-footer__social-link-svg {
    height: 32px;
  }
  .page-footer__social-link-svg--vk {
    width: 52px;
  }
  .page-footer__social-link-svg--tw {
    width: 41px;
  }
  .page-footer__social-link-svg--fb {
    width: 32px;
  }
  .page-footer__social-link-svg--inst {
    width: 32px;
  }
  .page-footer__social-link-svg--ytb {
    width: 43px;
  }
  .page-footer__social-link-svg--zen {
    width: 32px;
  }
  .page-footer__social-link-svg--tamtam {
    width: 51px;
  }
  .page-footer__social-link-svg--ok {
    width: 19px;
  }
  .page-footer__social-link-svg--vb {
    width: 29px;
  }
  .page-footer__third {
    padding: 45px 0;
  }
  .page-footer__bird {
    display: none;
  }
  .page-footer__info {
    width: 46%;
  }
  .page-footer__vault {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .page-footer__terms-of-use {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 40px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page-footer__terms-of-use-link:first-child {
    margin: 0;
  }
  .paginator {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .paginator__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 18px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .paginator__link {
    font-size: 14px;
    margin: 0 5px 10px;
    padding: 5px 10px;
  }
  .paginator__link--current {
    top: 3px;
    font-size: 24px;
    padding: 5px 10px 10px;
  }
  .paginator__link--forum {
    display: none;
  }
  .paginator .btn-arrow {
    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;
    width: 44%;
    height: 50px;
    border-radius: 0;
    border-width: 1px;
    color: #262421;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2em;
    overflow: hidden;
  }
  .paginator .btn-arrow--left {
    padding-left: 25px;
    padding-right: 10px;
  }
  .paginator .btn-arrow--left::after {
    left: 20px;
  }
  .paginator .btn-arrow--right {
    padding-right: 25px;
    padding-left: 10px;
  }
  .paginator .btn-arrow--right::after {
    left: auto;
    right: 14px;
  }
  .paginator .btn-arrow:hover,
  .paginator .btn-arrow:active {
    color: #fff;
  }
  .paginator--pa {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .paginator--pa .paginator__links {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    margin-top: 18px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .paginator--pa .paginator__link {
    margin: 0 5px 10px;
  }
  .paginator--pa .paginator__link--current {
    top: 3px;
    font-size: 24px;
  }
  .paginator--pa .btn-arrow {
    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;
    width: 44%;
    height: 50px;
    border-radius: 0;
    border-width: 1px;
    color: #262421;
    font-size: 14px;
    line-height: 14px;
    letter-spacing: 0.2em;
    overflow: hidden;
  }
  .paginator--pa .btn-arrow--left {
    padding-left: 25px;
    padding-right: 10px;
  }
  .paginator--pa .btn-arrow--left::after {
    left: 20px;
  }
  .paginator--pa .btn-arrow--right {
    padding-right: 25px;
    padding-left: 10px;
  }
  .paginator--pa .btn-arrow--right::after {
    left: auto;
    right: 14px;
  }
  .paginator--pa .btn-arrow:hover,
  .paginator--pa .btn-arrow:active {
    color: #fff;
  }
  .help-us {
    padding: 40px 40px 50px;
    max-width: 100%;
    background-image: url(../assets/images/donate/bg-card-apapt.png);
  }
  .help-us__content {
    margin-bottom: 60px;
    text-align: center;
  }
  .help-us__btn2 {
    max-width: 310px;
  }
  .cols {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .cols__main,
  .cols__main-header {
    max-width: 100%;
  }
  .cols__main {
    margin-bottom: 20px;
  }
  .cols__main-header {
    margin-bottom: 25px;
  }
  .cols__aside,
  .cols__aside-header {
    width: 100%;
    margin-left: 0;
  }
  .cols__aside {
    margin: 20px 0 40px;
  }
  .cols__header-link {
    margin: 10px auto;
  }
  .frame__container {
    width: 94.74%;
  }
  .stories--region {
    padding-bottom: 60px;
  }
  .stories__inner {
    width: 94.74%;
  }
  .stories__title-container {
    width: 94.74%;
  }
  .stories__logo {
    margin: 0px auto -60px;
  }
  .stories__title-container {
    margin: 25px auto 0;
  }
  .search {
    width: 94.74%;
  }
  .search--index {
    margin-bottom: 80px;
  }
  .search__title {
    font-size: 42px;
  }
  .search__descr {
    max-width: 644px;
    font-size: 20px;
  }
  .search__tab {
    font-size: 20px;
    letter-spacing: 0.1em;
  }
  .search__collapsed-inner {
    padding: 25px 10px 35px;
  }
  .soldier-search--index {
    width: 94.74%;
  }
  .soldier-search--index {
    top: -180px;
    margin-bottom: -122px;
  }
  .soldier-search__header {
    padding: 32px 9% 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .soldier-search__title {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    width: 100%;
    margin-bottom: 20px;
  }
  .soldier-search__header-text {
    margin: 0 auto 0;
  }
  .soldier-search__header-link {
    margin-bottom: 0;
  }
  .soldier-search__input-wrapper {
    width: 82%;
    height: 90px;
  }
  .soldier-search__collapsed-inner {
    padding: 25px 4% 35px;
  }
  .soldier-search__title-row {
    margin-top: 7px;
  }
  .soldier-search__adv-inputs {
    width: 46%;
  }
  .soldier-search__adv-inputs:nth-child(3) {
    width: 96%;
    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;
  }
  .soldier-search__adv-inputs:nth-child(3) .soldier-search__adv-label {
    width: 48%;
  }
  .soldier-search__adv-submit {
    width: 270px;
    margin: 20px auto 0;
  }
  .soldier-search__adv-submit--align {
    width: 342px !important;
    -ms-flex-item-align: center;
        align-self: center;
    margin-right: 0;
    margin-bottom: 1px;
  }
  .index-news__inner {
    width: 94.74%;
  }
  .index-news {
    padding-bottom: 68px;
  }
  .index-news--region {
    padding-bottom: 40px;
  }
  .index-news__left-col {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 53%;
    padding-right: 60px;
  }
  .index-news__left-col .index-news__image-link {
    width: 75%;
  }
  .index-news__left-col .index-news__time {
    width: 26.5%;
  }
  .index-news__left-col .index-news__heading {
    margin-left: 26.5%;
  }
  .index-news__right-col {
    width: 47%;
  }
  .index-news__right-col .index-news__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .index-news__right-col .index-news__item:nth-child(2) {
    display: none;
  }
  .index-news__right-col .index-news__image-link {
    width: 71%;
  }
  .index-news__right-col .index-news__content {
    width: 100%;
  }
  .index-news__right-col .index-news__time {
    width: 29%;
  }
  .index-news__right-col .index-news__heading {
    margin-left: 29%;
  }
  .index-news__btn {
    margin-top: 25px;
  }
  .isearch__container {
    width: 94.74%;
  }
  .isearch__tabs {
    margin-bottom: 10px;
  }
  .isearch__advertisement {
    width: 46%;
  }
  .isearch__advertisement:nth-child(n+3) {
    display: none;
  }
  .learn-more {
    width: 94.74%;
  }
  .learn-more {
    top: -102px;
  }
  .war-years__container {
    width: 94.74%;
  }
  .war-years__content {
    margin-left: 6%;
    max-height: 284px;
  }
  .partners__wrapper {
    max-width: 810px;
  }
  .search-sorting__title {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .search-sorting__view {
    margin-right: 0;
  }
  .search-sorting__links {
    max-width: 600px;
  }
  .search-results {
    margin: 40px auto 0;
  }
  .search-results--inserted {
    margin: 0;
  }
  .search-results--veterans {
    max-width: 600px;
  }
  .search-results--list {
    max-width: 100%;
  }
  .search-results--isearch {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 30px;
    margin: 90px auto 26px;
  }
  .search-results__inner {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .search-results__not-found {
    font-size: 28px;
  }
  .card-veterans {
    -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;
    width: 37.4%;
    margin-bottom: 60px;
  }
  .card-veterans--pau {
    width: 170px;
    margin-bottom: 50px;
  }
  .card-veterans--pau .card-veterans__image-wrapper {
    margin-bottom: 0;
  }
  .card-veterans--pa {
    margin-bottom: 50px;
  }
  .card-veterans--pa:nth-child(3n) {
    margin-right: auto;
  }
  .card-veterans--810 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 400px;
    margin-bottom: 50px;
  }
  .card-veterans--810 .card-veterans__image-wrapper {
    margin-bottom: 0;
  }
  .card-veterans--810 .card-veterans__image {
    height: 192px;
  }
  .card-veterans--810 .card-veterans__info {
    margin-top: 0;
  }
  .card-veterans--static {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 576px;
    margin-bottom: 0px;
  }
  .card-veterans--static .card-veterans__image-wrapper {
    width: 37%;
    margin-bottom: 0;
  }
  .card-veterans--static .card-veterans__info {
    margin-top: 0;
    padding: 0 8%;
  }
  .card-veterans__image-wrapper {
    width: 100%;
    max-width: 224px;
    margin-bottom: 20px;
  }
  .card-veterans__image {
    max-height: 291px;
  }
  .card-veterans__action-link {
    margin: 5px 0;
  }
  .card-veterans__info {
    padding: 0;
  }
  .card-isearch {
    width: 48%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .card-isearch__heading {
    margin: 0px 0 15px 95px;
  }
  .card-isearch__text {
    max-height: 60px;
  }
  .card-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 40%;
    margin: 0 5% 50px;
  }
  .card-video__heading {
    margin-top: 20px;
  }
  .card-video__container {
    width: 100%;
  }
  .card-video__info {
    width: 100%;
    padding: 0;
  }
  .soldier-slider--feeds .card-feed {
    width: 280px;
  }
  .thread--pa .thread__header {
    -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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .thread--pa .thread__header--controls {
    padding-right: 35px;
  }
  .thread--pa .thread__title {
    font-size: 20px;
  }
  .thread--pa .thread__control {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .thread--pa .thread__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: left;
  }
  .soldier__unpublished {
    font-size: 46px;
  }
  .soldier {
    margin: 0px 0 15px;
  }
  .soldier__photo {
    width: 312px;
  }
  .soldier__photo-wrapper {
    margin-bottom: 25px;
  }
  .soldier__header-info {
    width: 400px;
    padding: 38px 10px 0 40px;
  }
  .soldier__header-info--no-btn {
    padding: 88px 10px 0 40px;
  }
  .soldier__name {
    margin: 75px 0 20px;
    font-size: 36px;
  }
  .soldier__last-name,
  .soldier__first-name,
  .soldier__patronymic {
    width: 350px;
  }
  .soldier__militaty-info,
  .soldier__header-life-years {
    margin-bottom: 5px;
    font-size: 14px;
  }
  .soldier__block-title {
    margin: 30px 0 20px;
  }
  .soldier__history {
    margin: 47px 0 48px;
  }
  .soldier__info {
    margin: 47px auto 45px;
    padding: 66px 0 50px;
  }
  .soldier__info-item {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .soldier__memories {
    margin: 40px auto 55px;
  }
  .soldier__text-block {
    margin: 25px 0 30px;
  }
  .soldier__about {
    margin: 70px auto 0;
  }
  .soldier__about-info,
  .soldier__contact-info {
    font-size: 16px;
  }
  .soldier__contact-info {
    margin: 10px 0;
  }
  .soldier__about-link {
    min-width: 270px;
  }
  .combat-route {
    margin-top: 24px;
  }
  .combat-route__item {
    font-size: 16px;
    margin-bottom: 28px;
  }
  .soldier-slider--mb {
    margin-bottom: 150px;
  }
  .soldier-slider__wide-container {
    width: 94.74%;
  }
  .soldier-slider__1440 {
    width: 94.74%;
  }
  .soldier-slider__title-row {
    font-size: 18px;
  }
  .soldier-slider__links-wrap {
    width: 94.74%;
  }
  .soldier-slider__inner {
    width: 94.74%;
  }
  .soldier-slider__title--big {
    top: 45px;
    font-size: 40px;
    letter-spacing: 0.1em;
  }
  .soldier-slider__combined-img {
    height: 220px;
  }
  .soldier-slider__combined-video {
    width: 391px;
  }
  .soldier-slider__combined-video ~ .soldier-slider__description {
    max-width: 391px;
  }
  .region__title {
    width: 90.64%;
  }
  .region__wrapper {
    width: 94.74%;
  }
  .region__title {
    margin: 40px auto 60px;
  }
  .region__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 90%;
    max-width: 600px;
    height: auto;
    margin: 100px auto 100px;
  }
  .region__links {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
    height: auto;
  }
  .region__link {
    width: 275px;
    margin-top: 30px;
  }
  .region__white-block {
    padding: 100px 0;
  }
  .region__full-white {
    padding: 100px 0 0;
  }
  .news__title {
    width: 94.74%;
  }
  .news__paginator {
    width: 94.74%;
  }
  .news__title {
    margin: 96px auto 40px;
  }
  .news__single {
    margin: 30px auto 20px;
  }
  .news__list {
    margin: 0 auto 70px;
  }
  .news__heading {
    font-size: 36px;
    line-height: 47px;
  }
  .news__paginator {
    margin: 70px auto 115px;
  }
  .news__share {
    margin: 70px auto 100px;
  }
  .guardhouse {
    width: 94.74%;
  }
  .guardhouse__main-header {
    margin-bottom: 30px;
  }
  .guardhouse__intro {
    margin-bottom: 60px;
  }
  .guardhouse__item-title {
    font-size: 36px;
    line-height: 44px;
  }
  .guardhouse__item-region {
    font-size: 22px;
  }
  .guardhouse__read-more {
    margin: -10px 0;
    padding: 10px 0;
  }
  .instructions__wrapper {
    max-width: 810px;
  }
  .request__form-submit {
    margin: 70px auto 120px;
  }
  .contacts__wrapper {
    max-width: 810px;
  }
  .contacts {
    padding-bottom: 50px;
  }
  .coords__wrapper {
    max-width: 810px;
  }
  .coord__wrapper {
    max-width: 810px;
  }
  .coord__contacts {
    margin: 50px 0;
  }
  .coord__contact-list {
    min-height: 50px;
    padding-left: 70px;
  }
  .coord__contact-list::before {
    width: 50px;
    height: 50px;
  }
  .coord__section-title {
    margin: 50px 0;
  }
  .donations__wrapper {
    max-width: 810px;
  }
  .donations__offers {
    max-width: 810px;
  }
  .donations__donators-list {
    margin: 0 0 80px;
  }
  .donations__reports-list {
    margin: 65px 0 80px;
  }
  .donate__about-inner {
    margin: 0 -30px;
  }
  .donate__about-item {
    margin: 0 30px 40px;
  }
  .msg-page__container {
    width: 94.74%;
  }
  .msg-page__svg {
    width: 99px;
    height: 86px;
  }
  .msg-page__content {
    max-width: 622px;
  }
  .sitemap {
    width: 90.64%;
  }
  .image-gallery__item {
    width: calc(33.33% - 8px);
  }
  .image-gallery__content {
    padding: 15px;
  }
  .image-gallery__paginator:last-child {
    margin-bottom: 80px;
  }
  .image-gallery__about {
    margin-bottom: 80px;
  }
  .gallery {
    width: 90.64%;
  }
  .gallery__video {
    width: calc(50% - 20px);
    margin-bottom: 40px;
  }
  .gallery__video:nth-child(2n) {
    margin-right: 0;
  }
  .gallery__video:nth-child(3n) {
    margin-right: auto;
  }
  .gallery__paginator {
    margin: 60px 0 80px;
  }
  .feeds__wrapper {
    width: 94.74%;
  }
  .feeds__container {
    width: 90.64%;
  }
  .feeds__list {
    margin: 0 -22px 36px;
  }
  .success-stories {
    max-width: 810px;
  }
  .success-stories {
    padding-bottom: 80px;
  }
  .story__wrapper {
    max-width: 810px;
  }
  .story {
    padding-bottom: 80px;
  }
  .story__heading {
    margin: 50px 0 50px;
  }
  .story__btn {
    -ms-flex-item-align: center;
        align-self: center;
  }
  .story__contacts-link {
    margin: 25px 0 25px;
  }
  .podcast__wrapper {
    max-width: 810px;
  }
  .podcast__header {
    margin: 0 0 20px;
  }
  .creation__wrapper {
    max-width: 810px;
  }
  .rubricator {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-top: 0;
  }
  .rubricator--collapsed-1120 .rubricator__title::before {
    top: 11px;
  }
  .rubricator__title {
    font-size: 18px;
    line-height: 23px;
  }
  .crop__download-label {
    display: none;
  }
  .add-veterans--following {
    padding-top: 20px;
  }
  .add-veterans__inner {
    max-width: 810px;
  }
  .add-veterans__notice {
    max-width: 810px;
  }
  .add-veterans__container {
    max-width: 810px;
  }
  .add-veterans__crop {
    max-width: 670px;
  }
  .add-veterans__similar .similar__header {
    max-width: 670px;
  }
  .add-veterans__change-msg {
    margin: -20px auto 50px;
    max-width: 520px;
  }
  .add-veterans__inner {
    margin-bottom: 50px;
  }
  .add-veterans__photo {
    width: 290px;
  }
  .add-veterans__crop-aside {
    width: 380px;
    padding: 0 0 0 30px;
  }
  .add-veterans__ad-block {
    margin: 0 0 25px;
  }
  .add-veterans__download-photo-btn {
    margin: 0 auto 35px;
  }
  .add-veterans__download-photo-btn + .add-veterans__ad-block {
    margin-top: -25px;
  }
  .add-form__tabs-title {
    margin: 50px 0 20px;
    font-size: 30px;
    font-weight: 400;
  }
  .add-form__tabs-title + .add-form__tabs {
    margin-top: 20px;
  }
  .add-form__tabs {
    margin: 40px 0;
  }
  .questionnaire {
    max-width: 810px;
  }
  .questionnaire {
    padding-top: 20px;
  }
  .personal {
    width: 94.74%;
  }
  .personal {
    margin-top: 20px;
  }
  .personal__form {
    -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;
  }
  .personal__label,
  .personal__labels {
    width: 100%;
  }
  .personal__submit {
    width: 280px;
  }
  .personal__cancel-wrapper {
    width: 280px;
  }
  .stander {
    width: 94.74%;
  }
  .stander {
    padding-top: 20px;
  }
  .main-search__container {
    width: 94.74%;
  }
  .main-search__wrapper {
    width: 94.74%;
  }
  .main-search__soldier-search {
    margin: 50px auto 60px;
  }
  .main-isearch__wrapper {
    width: 94.74%;
  }
  .main-isearch__soldier-search,
  .main-isearch__search {
    margin: 20px auto 80px;
  }
  .search-center__wrapper {
    width: 90.64%;
  }
  .search-center__hidden-title {
    width: 90.64%;
  }
  .search-center__plank {
    width: 90.64%;
  }
  .search-center {
    padding: 20px 0 100px;
  }
  .search-center__inner {
    max-width: 100%;
  }
  .search-center__plank {
    padding: 50px 80px 50px;
  }
  .search-center__plank-title {
    font-size: 42px;
    letter-spacing: 0.15em;
  }
  .search-center__plank-email {
    font-size: 44px;
  }
  .search-center__paginator {
    margin: 30px 0 80px;
  }
  .resources {
    width: 90.64%;
  }
  .resources__heading {
    min-width: 200px;
  }
  .resources__title-link {
    font-size: 20px;
  }
  .resources__description-text {
    font-size: 16px;
  }
  .sign {
    padding-top: 60px;
  }
  .sign__title {
    font-size: 50px;
  }
  .sign__declaration {
    margin: 10px 0 25px;
    font-size: 18px;
    line-height: 24px;
  }
  .about {
    width: 94.74%;
  }
  .about {
    margin: 20px auto 120px;
  }
  .about__title {
    font-size: 46px;
    line-height: 56px;
  }
  .about__nav-slider {
    width: 565px;
  }
  .about__nav-btn {
    margin: 0 35px;
    font-size: 20px;
  }
  .about__video {
    margin: 18px 0;
  }
  .about__video:first-child {
    margin-top: 0;
  }
  .about__video:last-child {
    margin-bottom: 0;
  }
  .p404--error {
    padding-top: 250px;
  }
  .p404__bird--left {
    top: 170px;
    -webkit-transform: translateX(-80px);
        -ms-transform: translateX(-80px);
            transform: translateX(-80px);
  }
  .p404__bird--right {
    -webkit-transform: translateX(70px);
        -ms-transform: translateX(70px);
            transform: translateX(70px);
  }
  .p404__404 {
    font-size: 200px;
  }
  .p404__star {
    width: 150px;
    height: 150px;
    margin: 0 -40px;
  }
  .p404__msg {
    font-size: 30px;
  }
  .pp-regions {
    top: 50px;
    bottom: 50px;
    left: 50px;
    right: 50px;
  }
  .pp-regions__inner {
    padding: 40px;
  }
  .pp-regions__list {
    -webkit-columns: 2;
       -moz-columns: 2;
            columns: 2;
  }
  .pp-crop {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    min-height: 0;
  }
  .pp-crop__editing {
    width: 100%;
    height: calc(100vh - 260px);
    max-height: 500px;
    min-height: 210px;
  }
  .pp-crop__aside {
    width: 100%;
    height: auto;
  }
  .pp-crop__preview {
    display: none;
  }
  .pp-crop__confirm-btn {
    margin: 0 auto 10px;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
  }
  .admin__plank {
    width: 94.74%;
  }
  .admin__plank {
    margin-top: 20px;
  }
  .admin__panel {
    width: 94.74%;
  }
  .admin__container {
    width: 94.74%;
  }
  .admin__form-btn {
    width: 250px;
    margin: 0 20px;
  }
  .admin__x-scroll {
    width: 94.74%;
  }
  .admin__table {
    min-width: 900px;
  }
  .admin-nav {
    width: 90.64%;
  }
  .admin-nav {
    margin-top: 30px;
  }
  .admin-nav::after {
    content: "";
    display: block;
    height: 1px;
    width: 100%;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
  .admin-nav--redactor {
    margin: 60px auto 35px;
  }
  .admin-nav__link:nth-child(3)::after,
  .admin-nav__link:nth-child(5)::after {
    display: none;
  }
  .admin-nav__link:nth-child(4)::after {
    display: block;
  }
  .admin-nav__link:nth-child(n+4) {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .admin-nav__link:nth-child(n+6) {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
  .unknowns {
    width: 94.74%;
  }
  .unknowns__soldier-search,
  .unknowns__search {
    margin-top: 20px;
  }
  .unknown {
    padding: 80px 0 120px;
  }
  .unknown__presentation {
    width: 100%;
    height: auto;
    max-height: 80vh;
  }
  .search2__wrapper {
    width: 94.74%;
  }
  .search2__container {
    width: 94.74%;
  }
  .search2__container--feeds {
    width: 90.64%;
  }
  .search2__search,
  .search2__soldier-search {
    margin: 20px auto 50px;
  }
  .search2__not-found {
    font-size: 28px;
  }
  .search2__about-image {
    display: none;
  }
  .search2__statement {
    max-width: 600px;
  }
  .search2__hash-links {
    max-width: 100%;
  }
  .search2__list-feeds {
    margin: 20px -22px 36px;
  }
  .search2__paginator {
    width: 94.74%;
  }
  .forum__soldier-search {
    margin-top: 20px;
    width: 95%;
  }
  .forum__container {
    width: 95%;
  }
  .forum-form {
    padding-top: 250px;
  }
  .no-tablet {
    display: none;
  }
}
@media (max-width: 979px) {
  .form__input--forum {
    min-width: 280px;
  }
  .form__textarea--forum {
    min-width: 280px;
    width: 100%;
    max-width: 100%;
    padding: 20px 26px;
  }
  .admin__actions .admin__label {
    width: calc(50% - 24px);
  }
  .admin__actions .admin__btn {
    width: calc(50% - 24px);
  }
  .unknown__arrow {
    display: none;
  }
  .search2__search-card {
    margin: 75px auto;
  }
  .search-card {
    width: 100%;
  }
  .forum-form__caption {
    font-size: 44px;
  }
  .forum-form__sub-caption {
    font-size: 14px;
  }
  .forum-form__content-bundle {
    max-width: 100%;
    width: 100%;
  }
  .w980 {
    display: none;
  }
}
@media (max-width: 899px) {
  .form__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__section-block {
    margin: 0 0 24px;
    width: 100%;
  }
  .form__section-block--mt15 {
    margin: 0 0 24px;
  }
  .form__section-wrapper {
    width: 100%;
    margin-left: 0;
  }
  .form__btn2 {
    width: 48%;
  }
  .page-header__location-region,
  .page-header__location-city {
    max-width: 220px;
  }
  .page-header__personal-link {
    max-width: 210px;
  }
  .soldier-search__adv-submit--align {
    margin: 20px auto 1px;
    margin-bottom: 2px;
  }
  .search-sorting__unknown-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-sorting__unknown-title {
    text-align: center;
  }
  .card-veterans--pau {
    width: 160px;
  }
  .card-veterans--pa,
  .card-veterans--pau {
    min-width: 160px;
  }
  .card-veterans--pa .card-veterans__image-wrapper,
  .card-veterans--pau .card-veterans__image-wrapper {
    width: 160px;
    height: 208px;
  }
  .donate__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 20px 80px;
    max-width: 100%;
  }
  .donate__content {
    margin-bottom: 50px;
  }
  .donate__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .donate__block-title {
    width: 100%;
    margin: 0 0 24px;
  }
  .donate__radio .radio__label {
    margin-right: 75px;
  }
  .donate__tab-btn {
    margin: 0 75px 20px 0;
  }
  .donate__btn2 {
    width: 48%;
  }
  .donate__section-receipt {
    margin-left: 0;
  }
  .msg-page__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 60px 20px 80px;
    max-width: 100%;
  }
  .sitemap__nav-group {
    width: 50%;
  }
  .unknowns__title {
    margin: 0 0 30px;
  }
}
@media (max-width: 767px) {
  .content,
  .add-veterans__content,
  .coord__content,
  .donations__content,
  .instructions__content,
  .help-us__content,
  .news__content,
  .form__content,
  .region__content,
  .search-center__content,
  .story__content,
  .podcast__content,
  .creation__text {
    font-size: 15px;
    line-height: 1.8;
  }
  .content--donate {
    font-size: 16px;
    line-height: 1.3;
  }
  .content--donate-info {
    font-size: 14px;
    line-height: 1.3;
  }
  .content p,
  .add-veterans__content p,
  .coord__content p,
  .donations__content p,
  .instructions__content p,
  .help-us__content p,
  .news__content p,
  .form__content p,
  .region__content p,
  .search-center__content p,
  .story__content p,
  .podcast__content p {
    margin: 10px 0 20px;
  }
  .content blockquote,
  .about__slide blockquote,
  .add-veterans__content blockquote,
  .coord__content blockquote,
  .donations__content blockquote,
  .instructions__content blockquote,
  .help-us__content blockquote,
  .news__content blockquote,
  .form__content blockquote,
  .region__content blockquote,
  .search-center__content blockquote,
  .story__content blockquote,
  .podcast__content blockquote {
    margin: 15px 0 20px;
  }
  .content ul,
  .add-veterans__content ul,
  .coord__content ul,
  .donations__content ul,
  .instructions__content ul,
  .help-us__content ul,
  .news__content ul,
  .form__content ul,
  .region__content ul,
  .search-center__content ul,
  .story__content ul,
  .podcast__content ul,
  .content ol,
  .add-veterans__content ol,
  .coord__content ol,
  .donations__content ol,
  .instructions__content ol,
  .help-us__content ol,
  .news__content ol,
  .form__content ol,
  .region__content ol,
  .search-center__content ol,
  .story__content ol,
  .podcast__content ol {
    margin: 15px 0 20px;
  }
  .faq__answer {
    font-size: 15px;
  }
  .soldier {
    font-size: 16px;
    line-height: 24px;
  }
  .creation__text p,
  .soldier p,
  .creation__text blockquote,
  .soldier blockquote {
    margin: 15px 0 20px;
  }
  .instructions__content img,
  .region__content img {
    margin: 30px 0;
  }
  .instructions__content--shim img {
    margin: 20px 0 30px;
  }
  .comment__content img,
  .comment__text img {
    margin-top: 0;
  }
  .drop-zone__container {
    width: 90.6%;
  }
  .drop-zone__top-msg {
    -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;
  }
  .drop-zone__ad-block {
    margin: 2px 0 0;
    padding: 0;
    line-height: 20px;
  }
  .ui-dialog {
    width: 310px !important;
  }
  .photoLabel__list li {
    padding: 2px 0;
  }
  .friendFilters__date-wrapper .friendFilters__input--year {
    width: 27%;
  }
  .friendFilters__date-wrapper .friendFilters__select-wrapper--day {
    width: 27%;
  }
  .up-button {
    bottom: 25px;
  }
  .btn--ll {
    font-size: 14px;
    padding: 10px 25px 9px;
  }
  .btn--xl {
    height: 60px;
    font-size: 16px;
  }
  .btn--xl .btn__inner {
    padding: 10px 30px 9px;
  }
  .info--forum {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 5px;
    margin-left: 0;
  }
  .balloon__popup {
    left: -5px;
    margin-bottom: 15px;
  }
  .balloon__popup::after {
    left: 7px;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-top: 9px solid #f4ead7;
  }
  .balloon__popup--menu {
    left: 50%;
    width: 290px;
  }
  .balloon__popup--menu::after {
    left: 50%;
  }
  .balloon__header {
    padding: 12px 15px;
  }
  .balloon__button {
    padding: 12px 15px;
  }
  .hint__container {
    width: 90.6%;
    padding-right: 30px;
    font-size: 14px;
  }
  .hint__close-btn {
    top: 0px;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .feeder {
    padding: 52px 40px 80px;
  }
  .feeder__title {
    margin-bottom: 50px;
    font-size: 38px;
  }
  .feeder__step--current .feeder__step-svg {
    width: 72px;
    height: 62px;
    margin: 0 -25px 0 -16px;
  }
  .feeder__step-svg {
    width: 36px;
    height: 31px;
    margin: 0 -10px 0 -5px;
  }
  .places__title {
    font-size: 38px;
  }
  .places__title--page {
    font-size: 28px;
  }
  .places__table,
  .places__caption,
  .places tbody,
  .places__tr,
  .places__th,
  .places__td {
    display: block;
  }
  .places__td {
    padding-right: 0;
  }
  .places__select-label {
    width: 100%;
  }
  .form__select--forum {
    max-width: 100%;
  }
  .form__select--forum option {
    max-width: 200px;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .form__submit--forum {
    margin-top: 0;
  }
  .form__section-btns {
    -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;
  }
  .form__btn2 {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  .form__link2 {
    margin-left: 0;
    margin-top: 24px;
  }
  .form__heading {
    font-size: 42px;
  }
  .form__inputs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__inputs-wrapper .form__label {
    width: 100%;
  }
  .form__large-label {
    font-size: 20px;
  }
  .form__clarification {
    font-size: 16px;
  }
  .form__submit,
  .form__action-link-wrapper {
    height: 60px;
  }
  .form__actions {
    -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;
    margin: 80px auto 0;
  }
  .form__actions .form__submit {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    margin-bottom: 30px;
  }
  .form__submit--on-center {
    margin: 80px auto 0;
  }
  .form__draft {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 390px;
    margin-bottom: 0;
  }
  .form__draft-photo {
    width: 100%;
  }
  .form__draft-aside {
    width: 100%;
    padding: 50px 0 0;
  }
  .form__draft-btn {
    width: 100%;
  }
  .form__form-main {
    width: 90.6%;
    margin: 0 auto;
    padding: 10px 0 100px;
  }
  .form__form-main--forum {
    padding-bottom: 0;
    width: 100%;
  }
  .page-share {
    margin: 70px auto 80px;
  }
  .page-share--top {
    margin: 0 0 40px;
  }
  .page-share--forum {
    margin: 40px 0 40px;
  }
  .add-more__del-btn--forum,
  .add-more__add-btn--forum {
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .page-title--alone3 {
    width: 90.6%;
  }
  .page-title {
    font-size: 30px;
    letter-spacing: 6px;
  }
  .page-title--alone,
  .page-title--alone2,
  .page-title--alone2c,
  .page-title--alone3,
  .page-title--cols {
    margin: 50px auto 40px;
    text-align: center;
  }
  .page-title__small {
    font-size: 22px;
  }
  .main-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 50px auto 20px;
    padding: 0 4.68%;
    text-align: center;
  }
  .main-header__page-title {
    margin: 0 auto;
  }
  .main-header__btn {
    margin: 30px 0 0;
  }
  .main-header__quantity {
    margin: 30px 0 0;
  }
  .paragraph {
    margin: 20px 0 10px;
    font-size: 15px;
  }
  .wrapper--index {
    background-image: url("../assets/images/soldiers--mobile.png"), url("../assets/images/bg-index--mobile.png");
    background-position: 100% 62px, 0 0;
  }
  .wrapper--sign,
  .wrapper--full {
    background-image: url("../assets/images/soldiers--mobile.png"), url("../assets/images/bg-index--mobile.png");
    background-position: 100% 62px, 0 0;
  }
  .wrapper--search,
  .wrapper--short {
    background-image: none;
  }
  .wrapper--soldier {
    background-image: url("../assets/images/bg-short--mobile.jpg");
    background-size: 100% 240px;
  }
  .wrapper--nav {
    background-image: none;
  }
  .wrapper--dark {
    background-image: url("../assets/images/bg-black-clouds.jpg");
    background-size: cover;
    background-position: center;
  }
  .main {
    padding-top: 62px;
  }
  .main--index {
    background-image: url("../assets/images/soldiers--mobile.png"), url("../assets/images/bg-index--mobile.png");
    background-position: 100% 62px, 0 0;
  }
  .main--sign,
  .main--full {
    background-image: url("../assets/images/soldiers--mobile.png"), url("../assets/images/bg-index--mobile.png");
    background-position: 100% 62px, 0 0;
  }
  .main--short {
    background-image: none;
  }
  .main--search,
  .main--search2 {
    background-image: none;
  }
  .main--soldier {
    background-image: url("../assets/images/bg-short--mobile.jpg");
    background-size: 100% 240px;
  }
  .main--nav,
  .main--forum {
    background-image: none;
  }
  .main--dark {
    background-image: url("../assets/images/bg-black.jpg");
    background-size: cover;
    background-position: center;
  }
  .main--forum {
    background-image: none;
  }
  .notifications {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    top: 62px;
    left: 0;
    right: 0;
    height: 0;
    margin: 0;
    padding: 0;
    overflow: visible;
    z-index: 10;
  }
  .notifications--active .notifications__container {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .notifications__btn {
    position: absolute;
    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;
    padding: 0;
    color: #a09081;
    width: 50px;
    height: 62px;
    padding-top: 3px;
    top: -62px;
    right: 118px;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .notifications__counter {
    top: 13px;
    right: 5px;
  }
  .notifications__container {
    position: relative;
    top: 0;
    width: 100%;
    height: calc(100vh - 62px);
    left: 0;
    right: 0;
    margin: 0;
    opacity: 1;
    border-top: none;
    visibility: visible;
    pointer-events: auto;
    -webkit-transition: -webkit-transform 0.2s;
    transition: -webkit-transform 0.2s;
    transition: transform 0.2s;
    transition: transform 0.2s, -webkit-transform 0.2s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    z-index: 5;
  }
  .notifications__container::before {
    display: none;
  }
  .notifications__header {
    height: 70px;
  }
  .notifications__scroll {
    height: calc(100% - 70px);
  }
  .notifications__scroll .os-scrollbar-vertical {
    bottom: 68px !important;
  }
  .notifications__notice:last-child {
    margin-bottom: 70px;
  }
  .emerge {
    display: none;
    position: static;
    left: 0;
    top: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    padding: 20px 0 0;
    border: none;
    background-color: transparent;
    -webkit-box-shadow: none;
            box-shadow: none;
    opacity: 1;
    visibility: visible;
    z-index: 0;
  }
  .emerge::before {
    display: none;
  }
  .emerge--col {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: auto;
  }
  .emerge__col {
    margin: 0;
  }
  .emerge__link {
    margin: 0 0 30px;
    white-space: normal;
    font-size: 14px;
    line-height: 24px;
  }
  .emerge__link::before {
    display: none;
  }
  .nav {
    -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;
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-top: 0;
  }
  .nav__index-link {
    display: none;
  }
  .nav__list {
    width: 89vw;
    margin: 0 0 5px;
  }
  .nav__item {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 89vw;
    margin: 0;
    padding: 15px 11vw 15px 0;
  }
  .nav__item::before {
    content: "";
    position: absolute;
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
    right: 11vw;
    height: 2px;
    width: auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(160, 144, 129, 0.75) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: left top;
    background-size: 13px 2px;
    background-repeat: repeat-x;
  }
  .nav__item::after {
    position: absolute;
    top: 25px;
    right: 11vw;
    margin: 0;
  }
  .nav__item:hover::after,
  .nav__item:active::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav__item:hover .emerge,
  .nav__item:active .emerge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .nav__item.emerge-showed::after {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .nav__item.emerge-showed .emerge {
    display: block;
  }
  .nav__link {
    font-size: 16px;
    line-height: 24px;
  }
  .breadcrumbs {
    display: none;
  }
  .page-header::before {
    background-image: none;
    display: none;
  }
  .page-header--on-scroll {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    -webkit-animation: none;
            animation: none;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .page-header--on-scroll .page-header__wrapper {
    -webkit-box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
            box-shadow: 0px 4px 14px rgba(0, 0, 0, 0.15);
  }
  .page-header--on-scroll .page-header__collapsed {
    height: auto;
  }
  .page-header--on-scroll .nav__item {
    pointer-events: auto;
  }
  .page-header--on-scroll:hover .page-header__collapsed,
  .page-header--on-scroll:active .page-header__collapsed {
    height: auto;
  }
  .page-header--scrolling .page-header__collapsed .emerge {
    opacity: 1;
    visibility: visible;
  }
  .page-header--search-active .page-header__plank-inner {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .page-header--search-active .page-header__search {
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .page-header--search-active .notifications__btn {
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transform: translateY(-200%);
        -ms-transform: translateY(-200%);
            transform: translateY(-200%);
  }
  .page-header__search-container {
    padding-left: 0%;
    padding-right: 0%;
  }
  .page-header__search-forms {
    height: 62px;
  }
  .page-header__search-input {
    border: none;
    padding-left: 5px;
  }
  .page-header__file-form {
    right: 50px;
  }
  .page-header__file-btn {
    color: #a09081;
  }
  .page-header__search-submit {
    width: 50px;
    left: 0;
    border: none;
    color: #a09081;
    font-size: 0;
  }
  .page-header__search-submit-svg {
    margin-right: 0;
    width: 23px;
    height: 22px;
  }
  .page-header__inner {
    padding-left: 0%;
    padding-right: 0%;
  }
  .page-header {
    position: fixed;
    height: auto;
    -webkit-animation: none;
            animation: none;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    overflow: visible;
  }
  .page-header--menu-showed .page-header__wrapper {
    height: 100vh;
    -webkit-transition-delay: 0s;
            transition-delay: 0s;
  }
  .page-header--menu-showed .page-header__wrapper .page-header__plank .page-header__toggle::before {
    -webkit-transform: translate(0, 11px) rotate(45deg);
        -ms-transform: translate(0, 11px) rotate(45deg);
            transform: translate(0, 11px) rotate(45deg);
  }
  .page-header--menu-showed .page-header__wrapper .page-header__plank .page-header__toggle::after {
    -webkit-transform: translate(0, -11px) rotate(-45deg);
        -ms-transform: translate(0, -11px) rotate(-45deg);
            transform: translate(0, -11px) rotate(-45deg);
    -webkit-box-shadow: 0 0 0 0 transparent;
            box-shadow: 0 0 0 0 transparent;
  }
  .page-header--menu-showed .page-header__wrapper .page-header__inner {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .page-header__plank {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 62px;
    background-color: #f0e5d1;
    background-image: url("../assets/images/bg-index--mobile.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
  }
  .page-header__plank-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    height: 100%;
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    -webkit-transition-delay: 0.2s;
            transition-delay: 0.2s;
  }
  .page-header__plank-index-link {
    margin-right: auto;
    padding-left: 15px;
  }
  .page-header__plank-notifications-counter {
    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;
    position: absolute;
    top: 10px;
    right: 5px;
    width: 18px;
    height: 18px;
    background-color: #D8232A;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 3px #f6ecdb;
            box-shadow: 0 0 0 3px #f6ecdb;
    color: #fff;
    font-size: 11px;
    line-height: 1;
  }
  .page-header__toggle {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    display: inline-block;
    width: 68px;
    height: 62px;
    padding: 0;
    background-color: transparent;
    font-size: 0;
    border: none;
    outline: none;
    cursor: pointer;
    z-index: 1;
  }
  .page-header__toggle::before,
  .page-header__toggle::after {
    content: "";
    position: absolute;
    top: 18px;
    right: 15px;
    width: 38px;
    height: 4px;
    background-color: red;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    border-radius: 2px;
  }
  .page-header__toggle::after {
    top: 40px;
    -webkit-box-shadow: 0 -11px 0 0 red;
            box-shadow: 0 -11px 0 0 red;
  }
  .page-header__search {
    height: 62px;
    right: 68px;
    -webkit-box-shadow: none;
            box-shadow: none;
    background-color: transparent;
  }
  .page-header__search-close {
    width: 50px;
    right: 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page-header__search-close::before,
  .page-header__search-close::after {
    height: 3px;
    right: 10px;
    border-radius: 3px;
  }
  .page-header__wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 62px;
    overflow: hidden;
    -webkit-transition: height 0s 0.2s, -webkit-box-shadow 0.2s;
    transition: height 0s 0.2s, -webkit-box-shadow 0.2s;
    transition: height 0s 0.2s, box-shadow 0.2s;
    transition: height 0s 0.2s, box-shadow 0.2s, -webkit-box-shadow 0.2s;
  }
  .page-header__inner {
    position: static;
    height: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: -62px;
    padding: 12px 11% 100px;
    background-color: rgba(240, 229, 209, 0.96);
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
            transform: translateX(-100%);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .page-header__inner::after {
    display: none;
  }
  .page-header__search-btn {
    display: none;
  }
  .page-header__collapsed {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: auto;
  }
  .page-header__location {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
    width: 100%;
  }
  .page-header__location-choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    margin: 0;
  }
  .page-header__location-title {
    width: auto;
    margin: 0 0 5px;
  }
  .page-header__location-name,
  .page-header__location-region,
  .page-header__location-city {
    max-width: 100%;
  }
  .page-header__location-link {
    margin: 20px 0 0;
  }
  .page-header__notifications-wrapper {
    display: none;
  }
  .page-header__personal {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 89vw;
    margin: 0;
    padding: 15px 11vw 15px 0;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .page-header__personal::before {
    content: "";
    position: absolute;
    display: block;
    top: auto;
    bottom: 0;
    left: 0;
    right: 11vw;
    height: 2px;
    width: auto;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(20%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(160, 144, 129, 0.75) 20%, rgba(255, 255, 255, 0) 0%);
    background-position: left top;
    background-size: 13px 2px;
    background-repeat: repeat-x;
  }
  .page-header__personal--signed::after {
    position: absolute;
    top: 25px;
    right: 11vw;
    margin: 0;
  }
  .page-header__personal--signed:hover::after,
  .page-header__personal--signed:active::after {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page-header__personal--signed:hover .emerge,
  .page-header__personal--signed:active .emerge {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .page-header__personal--signed.emerge-showed::after {
    -webkit-transform: rotate(180deg) !important;
        -ms-transform: rotate(180deg) !important;
            transform: rotate(180deg) !important;
  }
  .page-header__personal--signed.emerge-showed .emerge {
    display: block;
  }
  .page-header__personal-link {
    max-width: 100%;
    padding-right: 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .page-header__personal-link-svg {
    margin-bottom: 1px;
  }
  .page-header__help-link {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    max-width: 230px;
    margin: 25px 0 20px;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .page-header__location {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    height: auto;
  }
  .page-header__location-choice {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 0;
  }
  .page-header__location-title {
    width: auto;
    margin: 0 0 5px;
  }
  .page-header__location-link {
    margin: 20px 0 0;
  }
  .page-header__search-categories {
    position: absolute;
    height: auto;
    width: 100%;
    left: 0;
    min-width: 320px;
    top: 62px;
    -webkit-transform: translateX(-200%);
        -ms-transform: translateX(-200%);
            transform: translateX(-200%);
  }
  .page-header__search-categories--active {
    -webkit-transform: translateX(0);
        -ms-transform: translateX(0);
            transform: translateX(0);
  }
  .page-footer__delimiter {
    padding-left: 0%;
    padding-right: 0%;
  }
  .page-footer__info-icon {
    margin: 0 auto 20px;
  }
  .page-footer {
    padding: 45px 2% 50px;
  }
  .page-footer__links {
    display: none;
  }
  .page-footer__delimiter--firrst {
    display: none;
  }
  .page-footer__heading {
    text-align: center;
    line-height: 18px;
  }
  .page-footer__slogan {
    margin: 28px 0 43px;
  }
  .page-footer__second {
    padding: 0px 0 48px;
  }
  .page-footer__subscribe {
    margin-bottom: 45px;
  }
  .page-footer__subscribe-form {
    margin-top: 16px;
  }
  .page-footer__subscribe-input {
    font-size: 12px;
    padding: 16px 10px 16px 0;
  }
  .page-footer__subscribe-submit {
    padding: 16px 0;
    font-size: 12px;
  }
  .page-footer__social-links {
    position: relative;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 26px;
    padding: 0 5%;
  }
  .page-footer__social-links::after {
    content: "";
    display: block;
    width: 100%;
    height: 29px;
  }
  .page-footer__social-link:nth-child(n+5) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .page-footer__social-link--tamtam {
    margin-right: -18px;
  }
  .page-footer__social-link-svg {
    height: 26px;
  }
  .page-footer__social-link-svg--vk {
    width: 40px;
  }
  .page-footer__social-link-svg--tw {
    width: 33px;
  }
  .page-footer__social-link-svg--fb {
    width: 26px;
  }
  .page-footer__social-link-svg--inst {
    width: 26px;
  }
  .page-footer__social-link-svg--ytb {
    width: 36px;
  }
  .page-footer__social-link-svg--zen {
    width: 26px;
  }
  .page-footer__social-link-svg--tamtam {
    width: 42px;
  }
  .page-footer__social-link-svg--ok {
    width: 26px;
  }
  .page-footer__social-link-svg--vb {
    width: 24px;
  }
  .page-footer__third {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 4% 0px;
  }
  .page-footer__info {
    width: 100%;
    margin-bottom: 36px;
  }
  .page-footer__info:last-child {
    margin-bottom: 35px;
  }
  .page-footer__vault {
    -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-sizing: border-box;
            box-sizing: border-box;
    padding: 0 10%;
  }
  .page-footer__terms-of-use {
    -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;
    text-align: center;
    margin-bottom: 25px;
  }
  .page-footer__terms-of-use-link:first-child {
    margin-bottom: 13px;
  }
  .page-footer__copyright {
    margin-bottom: 4px;
  }
  .quantity {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .quantity--result {
    width: auto;
  }
  .quantity--forum {
    width: auto;
  }
  .quantity--hr {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .quantity__quantities--forum {
    margin-right: 0;
  }
  .quantity__quantities--comment {
    margin-left: 8px;
  }
  .quantity__position {
    padding-top: 6px;
  }
  .quantity__current--forum {
    font-size: 14px;
  }
  .quantity__option--forum {
    font-size: 14px;
  }
  .section-title {
    font-size: 22px;
  }
  .section-title--qty {
    padding-bottom: 75px;
  }
  .section-title--qty::after {
    bottom: 55px;
  }
  .section-title--s {
    font-size: 20px;
  }
  .section-title__quantity {
    position: absolute;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    top: auto;
    bottom: 0;
    left: 0;
    margin: 0;
    padding: 0;
  }
  .cols__aside-title--detail {
    font-size: 20px;
    padding-bottom: 7px;
    margin-bottom: 10px;
  }
  .cols--header {
    margin: 40px 0 30px;
  }
  .cols__main-title,
  .cols__caption {
    font-size: 30px;
    line-height: 42px;
  }
  .cols__caption {
    margin: 0 0 30px;
  }
  .cols__bottom-link {
    width: 100%;
  }
  .coordinators__heading,
  .coordinators__name {
    font-size: 20px;
  }
  .coordinators__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coordinators__contact:nth-child(n) {
    width: auto;
    margin: 0 0 10px;
  }
  .frame--index {
    margin-top: 0;
    margin-bottom: 80px;
  }
  .frame__container {
    width: 90%;
  }
  .frame__title {
    font-size: 20px;
  }
  .stories--index {
    margin-bottom: 60px;
  }
  .stories--region {
    padding-bottom: 50px;
  }
  .stories__inner {
    width: 100%;
  }
  .stories__title-container {
    width: 100%;
  }
  .stories__logo {
    margin: 0 auto -60px !important;
  }
  .stories__slogan {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    margin: 0 auto 15px;
    padding: 0 5%;
    font-size: 21px;
    line-height: 29px;
  }
  .stories__count-title {
    font-size: 12px;
  }
  .stories__count {
    margin-top: 3px;
    font-size: 30px;
  }
  .stories__count::before,
  .stories__count::after {
    width: 50px;
  }
  .stories__count::before {
    margin-right: 20px;
  }
  .stories__count::after {
    margin-left: 20px;
  }
  .stories__btn {
    margin-top: 17px;
    letter-spacing: 0.13em;
  }
  .stories__title-container {
    margin: 10px auto 0;
  }
  .stories__title {
    bottom: -37px;
    margin: -7px 0px 0 5%;
    font-size: 24px;
  }
  .stories__list {
    height: 450px;
    padding: 67px 0 2px;
    margin-bottom: 20px;
  }
  .stories__list::before {
    height: 381px;
    background-image: linear-gradient(to left, rgba(245, 235, 216, 0.6), transparent 40px);
  }
  .stories__item {
    margin-right: 18px;
  }
  .stories__item:first-child {
    width: 294px;
    height: 381px;
  }
  .stories__item:nth-child(2n) {
    margin-bottom: 17px;
  }
  .search {
    width: 100%;
  }
  .search--index {
    margin-top: 0;
  }
  .search__title {
    font-size: 30px;
  }
  .search__tab {
    font-size: 16px;
  }
  .search__link {
    font-size: 12px;
  }
  .search__submit {
    width: 40px;
    height: 40px;
  }
  .search__submit-icon {
    width: 30px;
    height: 28px;
  }
  .search__collapsed-inner {
    padding: 20px 10px 35px;
    border: none;
  }
  .soldier-search--index {
    width: 100%;
  }
  .soldier-search--index {
    margin-bottom: -139px;
  }
  .soldier-search__inner {
    padding-bottom: 100px;
  }
  .soldier-search__inner--no-links {
    padding-bottom: 50px;
  }
  .soldier-search__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 30px 5% 0px;
  }
  .soldier-search__header--search2 {
    padding: 25px 10% 0;
  }
  .soldier-search__title {
    font-size: 30px;
  }
  .soldier-search__title--search2 {
    font-size: 22px;
  }
  .soldier-search__header-text {
    margin-bottom: 20px;
  }
  .soldier-search__header-link {
    display: block;
    position: absolute;
    bottom: 30px;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
  }
  .soldier-search__header-link:last-of-type {
    margin-bottom: 30px;
  }
  .soldier-search__photo {
    margin: 0 auto 10px;
  }
  .soldier-search__input-wrapper {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 60px;
    margin: 0 auto;
    padding: 0 5%;
    font-size: 16px;
  }
  .soldier-search__input-wrapper::after {
    left: 5%;
    width: 90%;
  }
  .soldier-search__input-wrapper--search2 {
    height: 50px;
  }
  .soldier-search__input--search2 {
    font-size: 20px;
  }
  .soldier-search__submit {
    width: 40px;
    height: 40px;
  }
  .soldier-search__svg {
    width: 30px;
    height: 28px;
  }
  .soldier-search__collapsed-inner {
    padding: 20px 4.7% 35px;
    border: none;
  }
  .soldier-search__categories {
    max-width: 690px;
    width: 90%;
  }
  .soldier-search__title-row {
    font-size: 16px;
  }
  .soldier-search__input {
    height: 30px;
  }
  .soldier-search__adv-inputs {
    width: 100%;
  }
  .soldier-search__adv-inputs:nth-child(3) {
    width: 100%;
    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;
  }
  .soldier-search__adv-inputs:nth-child(3) .soldier-search__adv-label {
    width: 100%;
  }
  .soldier-search__adv-submit {
    width: 270px;
    margin: 10px auto 0;
  }
  .soldier-search__adv-submit--align {
    width: 270px !important;
    margin: 40px auto 1px;
  }
  .index-news__inner {
    width: 100%;
  }
  .index-news__heading {
    margin: 0 0 20px;
    padding-bottom: 18px;
    letter-spacing: 0.1em;
    font-size: 12px;
  }
  .index-news {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 100%;
    padding-left: 5%;
  }
  .index-news--region {
    padding-bottom: 70px;
  }
  .index-news__title,
  .index-news__about-link {
    display: none;
  }
  .index-news__mobile-header {
    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;
  }
  .index-news__title-mobile {
    margin: 0;
    color: #655d54;
    font-size: 30px;
    font-weight: 400;
    letter-spacing: 0.2em;
    text-align: center;
  }
  .index-news__title-mobile-row {
    display: block;
    font-size: 24px;
  }
  .index-news__about-link-mobile {
    display: inline-block;
    margin: 12px auto 30px;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-align: center;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
  }
  .index-news__about-link-mobile:hover,
  .index-news__about-link-mobile:active {
    color: red;
  }
  .index-news__inner {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    width: 100%;
    margin: 0;
  }
  .index-news__left-col,
  .index-news__right-col {
    width: 275px;
    padding: 0 35px 0 0;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .index-news__left-col .index-news__item,
  .index-news__right-col .index-news__item {
    margin: 0;
  }
  .index-news__left-col .index-news__image-link,
  .index-news__right-col .index-news__image-link {
    width: 240px;
  }
  .index-news__left-col .index-news__time,
  .index-news__right-col .index-news__time {
    width: 85px;
  }
  .index-news__left-col .index-news__heading,
  .index-news__right-col .index-news__heading {
    margin-left: 85px;
  }
  .index-news__item {
    width: 240px;
  }
  .index-news__btn {
    display: none;
  }
  .index-news__btn-mobile {
    display: block;
    width: 220px;
    margin: 0 auto;
  }
  .isearch__container {
    width: 90%;
  }
  .isearch__container {
    padding: 30px 0 150px;
  }
  .isearch__container--pb {
    padding-bottom: 35px;
  }
  .isearch__header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 20px;
  }
  .isearch__title {
    text-align: center;
    font-size: 32px;
    margin-bottom: 25px;
  }
  .isearch__btn {
    margin-left: 0;
  }
  .isearch__tab-btns {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0;
  }
  .isearch__tab-btn {
    margin: 0 15px 15px;
    font-size: 24px;
    padding-bottom: 15px;
  }
  .isearch__tab-btn:last-child {
    margin: 0 15px 15px;
  }
  .isearch__tab-btn::after {
    height: 2px;
  }
  .isearch__tabs {
    margin-bottom: 10px;
  }
  .isearch__advertisements {
    -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;
  }
  .isearch__advertisement {
    width: 100%;
  }
  .isearch__advertisement:first-child .isearch__advertisement-text::before {
    display: none;
  }
  .isearch__advertisement-time {
    width: 75px;
  }
  .learn-more {
    width: 100%;
  }
  .learn-more {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 25px 0 40px;
  }
  .learn-more__title {
    margin: 7px 0 23px;
    font-size: 30px;
    letter-spacing: 0.15em;
  }
  .learn-more__title-row {
    font-size: 24px;
  }
  .learn-more__slider {
    margin: 23px 0 40px;
  }
  .learn-more__slider .btn-arrow {
    width: 45px;
    height: 45px;
    top: 78px;
  }
  .learn-more__slider .btn-arrow--left {
    left: 5px;
  }
  .learn-more__slider .btn-arrow--right {
    right: 5px;
  }
  .war-years__container {
    width: 100%;
  }
  .war-years {
    background-image: url("../assets/images/bg-war-years--mobile.jpg");
  }
  .war-years__container {
    padding: 50px 5% 80px;
  }
  .war-years__title {
    margin: 0 0 40px;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
  }
  .war-years__wrapper {
    -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;
  }
  .war-years__photo-link {
    width: 300px;
    margin-bottom: 50px;
  }
  .war-years__content {
    width: 100%;
  }
  .war-years__all-link {
    margin: 40px auto 0;
  }
  .partners__wrapper {
    width: 90.6%;
  }
  .partners {
    padding: 0 0 100px;
  }
  .partners__title {
    display: block;
    width: 100%;
    top: 0;
    margin: 0 0 20px;
    line-height: 1.3;
    text-align: center;
    white-space: normal;
  }
  .partners__list {
    padding-top: 70px;
  }
  .partners__list.os-host-scrollbar-horizontal-hidden {
    padding-top: 20px;
  }
  .partners__list.os-host-scrollbar-horizontal-hidden .os-content {
    padding-top: 20px !important;
  }
  .search-sorting {
    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;
    width: 90.64%;
    max-width: 600px;
    margin-bottom: 115px;
    padding: 0 0;
  }
  .search-sorting__unknown-title {
    line-height: 45px;
  }
  .search-sorting__unknown-title span {
    font-size: 25px;
  }
  .search-sorting--isearch,
  .search-sorting--alphabet {
    margin-bottom: 60px;
  }
  .search-sorting--isearch .search-sorting__title,
  .search-sorting--alphabet .search-sorting__title {
    margin-left: 0;
    font-size: 40px;
  }
  .search-sorting--isearch .search-sorting__quantity,
  .search-sorting--alphabet .search-sorting__quantity {
    margin: 0 auto 40px;
    top: 0;
  }
  .search-sorting--isearch .search-sorting__add-link,
  .search-sorting--alphabet .search-sorting__add-link {
    margin: 0 auto;
  }
  .search-sorting--alphabet .search-sorting__view,
  .search-sorting--veterans .search-sorting__view {
    display: block;
    margin-top: 25px;
  }
  .search-sorting--alphabet .search-sorting__view {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .search-sorting__alphabet {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 25px 0 0;
  }
  .search-sorting__alph-link {
    padding: 0 3px;
    margin: 0 5px 10px;
  }
  .search-sorting__title {
    font-size: 18px;
    margin-bottom: 0;
  }
  .search-sorting__actions {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 25px 0 0;
  }
  .search-sorting__views {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search-sorting__view {
    display: none;
  }
  .search-sorting__quantity {
    position: relative;
    top: 65px;
    margin: 0 0 -15px;
  }
  .search-sorting__links {
    position: absolute;
    top: 100%;
    left: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 38px;
    margin: 0 0;
    padding-top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0);
            box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
  }
  .search-sorting__links--opened {
    -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .search-sorting__links--opened .search-sorting__link--current::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search-sorting__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 0 0 20px;
    font-size: 12px;
  }
  .search-sorting__link--current {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .search-sorting__link--current::after {
    display: inline-block;
    position: relative;
    width: 0;
    height: 0;
    top: -2px;
    margin-left: 10px;
    vertical-align: middle;
    background-image: none;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
    border-top: 4px solid #262421;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: 50% 1.5px;
        -ms-transform-origin: 50% 1.5px;
            transform-origin: 50% 1.5px;
  }
  .search-sorting__link--active::before {
    content: "";
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: -7px;
    height: 2px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, rgba(160, 144, 129, 0.75)), color-stop(0%, rgba(255, 255, 255, 0)));
    background-image: linear-gradient(to right, rgba(160, 144, 129, 0.75) 30%, rgba(255, 255, 255, 0) 0%);
    background-position: left top;
    background-size: 11px 2px;
    background-repeat: repeat-x;
  }
  .search-sorting__link-count {
    min-width: 34px;
    margin-left: 7px;
    font-size: 12px;
  }
  .search-results {
    width: 90.64%;
    margin: 20px auto 0;
  }
  .search-results--inserted {
    width: 100%;
    margin: 0;
  }
  .search-results--veterans {
    max-width: 550px;
  }
  .search-results--isearch {
    margin: 60px auto 0;
    padding: 0;
  }
  .search-results__wrapper {
    margin: 0 0 50px;
  }
  .search-results__section-title {
    margin: 50px 0 50px;
  }
  .search-results__not-found {
    font-size: 24px;
  }
  .search-results__paginator {
    margin: 20px auto 0;
  }
  .search-results__bird-btn-wrapper {
    margin: 40px 0 0;
  }
  .card-veterans__edit-link {
    left: 0;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .search-results--list .card-veterans__description {
    display: block;
    max-height: 40px;
    font-size: 16px;
    line-height: 20px;
  }
  .card-veterans {
    -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;
    width: 48.2%;
    max-width: 240px;
    margin-bottom: 40px;
  }
  .card-veterans--pau {
    width: 160px;
    margin: 0 25px 50px;
  }
  .card-veterans--pa {
    width: 100%;
    max-width: 210px;
    min-width: 180px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .card-veterans--pa:nth-child(n) {
    margin: 0 auto 50px;
  }
  .card-veterans--pa .card-veterans__image-wrapper {
    width: 180px;
    height: 234px;
  }
  .card-veterans--810 {
    width: 100%;
    max-width: 240px;
  }
  .card-veterans--810 .card-veterans__image-wrapper {
    width: 100%;
  }
  .card-veterans--810 .card-veterans__image {
    height: 311px;
  }
  .card-veterans--810 .card-veterans__action-link {
    font-size: 18px;
    padding-left: 25px;
  }
  .card-veterans--810 .card-veterans__action-svg {
    -webkit-transform: scale(1.2) translateY(-5px);
        -ms-transform: scale(1.2) translateY(-5px);
            transform: scale(1.2) translateY(-5px);
  }
  .card-veterans--810 .card-veterans__info {
    margin-top: 20px;
    padding: 0;
  }
  .card-veterans--810 .card-veterans__name {
    font-size: 20px;
    line-height: 1.3;
  }
  .card-veterans--810 .card-veterans__region {
    font-size: 11px;
  }
  .card-veterans--static {
    -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;
    width: 216px;
    margin-bottom: 0px;
  }
  .card-veterans--static .card-veterans__image-wrapper {
    width: 100%;
  }
  .card-veterans--static .card-veterans__info {
    margin-top: 20px;
    padding: 0;
  }
  .card-veterans--static .card-veterans__name {
    font-size: 24px;
    line-height: 26px;
  }
  .card-veterans--static .card-veterans__rank {
    font-size: 11px;
  }
  .card-veterans__image-wrapper {
    max-width: 240px;
    margin-bottom: 10px;
  }
  .card-veterans__image {
    max-height: 311px;
  }
  .card-veterans__description {
    display: none;
  }
  .card-veterans__public {
    text-align: left;
  }
  .personal__cards-list .card-veterans {
    margin-bottom: 50px;
  }
  .personal__cards-list--veterans .card-veterans__info {
    margin-top: 25px;
  }
  .card-isearch {
    width: 100%;
    margin: 0 0 50px;
  }
  .card-isearch__heading {
    height: auto;
    margin: 0 0 10px 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0;
    color: #262421;
    text-transform: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .card-isearch__heading::after {
    display: none;
  }
  .card-isearch__heading:hover,
  .card-isearch__heading:active {
    color: red;
  }
  .card-isearch__inner {
    -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;
  }
  .card-isearch__time,
  .card-isearch__donate {
    display: inline-block;
    width: auto;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .card-isearch__text {
    max-height: none;
    margin: 0 0 5px;
    font-size: 15px;
    line-height: 24px;
  }
  .card-isearch__text:hover,
  .card-isearch__text:active {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
  }
  .search-results--list .card-video,
  .card-video {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100%;
    max-width: 500px;
    margin: 0 auto 50px;
  }
  .feeds__list .card-feed,
  .search2__list-feeds .card-feed {
    width: 318px;
    max-width: 100%;
    margin: 0 auto 40px;
    -ms-flex-item-align: center;
        align-self: center;
  }
  .p-card {
    background-color: transparent;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .p-card__img {
    position: static;
    width: 160px;
    height: 160px;
    margin-left: 20px;
    margin-right: auto;
    border-radius: 5px;
  }
  .p-card__container {
    border-radius: 5px;
    margin-top: -80px;
    -webkit-box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
            box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.06);
    width: 100%;
    padding: 80px 0 0;
  }
  .p-card__title {
    white-space: normal;
    font-size: 16px;
  }
  .p-card__subtitle {
    white-space: normal;
  }
  .p-card__footer::before {
    left: 20px;
    right: 20px;
  }
  .thread__header {
    -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;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
  }
  .thread__header--controls {
    padding-right: 35px;
  }
  .thread__title {
    font-size: 20px;
  }
  .thread__info {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: 100%;
    margin-top: 10px;
    padding: 0;
    text-align: left;
  }
  .thread__control {
    margin: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .search-on {
    margin: 75px auto 60px;
  }
  .search-on__title {
    margin-bottom: 8px;
  }
  .search-on__links {
    margin: 0 -8px;
  }
  .search-on__link {
    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;
    max-width: 244px;
    margin: 8px;
    padding: 11px 17px;
    white-space: normal;
    text-align: center;
    font-size: 11px;
  }
  .similar__slider {
    margin-top: 20px;
  }
  .similar__header {
    width: 90.6%;
  }
  .similar__header {
    -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;
    text-align: center;
  }
  .similar__no-items {
    margin: 0 0 20px;
  }
  .soldier__container {
    width: 90.6%;
  }
  .soldier__info-wrapper {
    width: 90.6%;
  }
  .soldier__combat-route,
  .soldier__memories,
  .soldier__after-war {
    width: 90.6%;
  }
  .soldier__about-wrapper {
    width: 90.6%;
  }
  .soldier {
    margin: 10px 0 15px;
  }
  .soldier__header {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 244px;
    max-width: 390px;
    margin: 0 auto;
    padding: 0 22px;
  }
  .soldier__photo {
    width: 100%;
  }
  .soldier__photo-wrapper {
    margin-bottom: 12px;
  }
  .soldier__edit-link {
    left: -15px;
    top: -5px;
  }
  .soldier__header-info {
    width: 100%;
    padding: 38px 0 0 0;
  }
  .soldier__header-bookmark-btn {
    width: 100%;
  }
  .soldier__name {
    margin: 30px 0 20px;
  }
  .soldier__last-name,
  .soldier__first-name,
  .soldier__patronymic {
    width: 100%;
  }
  .soldier__militaty-info {
    margin-bottom: 5px;
  }
  .soldier__militaty-info {
    margin-bottom: 8px;
  }
  .soldier__header-life-years {
    margin-bottom: 30px;
  }
  .soldier__history {
    margin: 52px 0 48px;
  }
  .soldier__share-title {
    margin: auto 0 10px;
  }
  .soldier__block-title {
    margin: 25px 0 15px;
    padding-bottom: 19px;
    font-size: 21px;
  }
  .soldier__info {
    margin: 47px auto 25px;
    padding: 35px 25px 10px;
  }
  .soldier__info-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .soldier__info-item {
    width: 100%;
    margin-bottom: 27px;
    padding-right: 0;
  }
  .soldier__info-item:nth-child(2n) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .soldier__memories {
    margin: 30px auto 35px;
  }
  .soldier__after-war {
    margin: 0px auto 0px;
  }
  .soldier__about {
    margin-top: 30px;
    padding: 1px 0 10px;
  }
  .soldier__about-info {
    margin: 20px 0 0;
    font-size: 18px;
  }
  .soldier__contact-info {
    margin: 10px 0 40px;
    font-size: 18px;
  }
  .soldier__about-item,
  .soldier__about-link {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .soldier__about-item:nth-child(2n-1),
  .soldier__about-link:nth-child(2n-1) {
    width: 100%;
    max-width: 100%;
    margin-right: 0;
  }
  .soldier__about-heading {
    margin-bottom: 8px;
  }
  .soldier__about-links {
    margin-top: 35px;
  }
  .combat-route {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0 25px;
  }
  .combat-route__item {
    width: 100%;
    margin-bottom: 27px;
    padding-right: 0;
  }
  .combat-route__item:nth-child(2n) {
    width: 100%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .soldier-slider--mb {
    margin-bottom: 180px;
  }
  .soldier-slider--feeds .soldier-slider__item {
    margin-right: 30px;
  }
  .soldier-slider__title-container {
    width: 90.6%;
  }
  .soldier-slider__wide-container {
    width: 100%;
  }
  .soldier-slider__1440 {
    padding: 0 20px;
    width: 100%;
  }
  .soldier-slider__title--for-index {
    font-size: 24px;
    margin-top: 65px !important;
    top: 0 !important;
  }
  .soldier-slider__title-row {
    font-size: 24px;
    -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;
  }
  .soldier-slider__title-row--inline-mob {
    display: inline;
  }
  .soldier-slider__title-links {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: 0;
    margin-top: 10px;
  }
  .soldier-slider__links-wrap {
    padding: 0 20px;
    width: 100%;
  }
  .soldier-slider__links-wrap {
    -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;
  }
  .soldier-slider__teg {
    margin-left: 0px;
  }
  .soldier-slider__title-link {
    margin-left: 20px;
    margin-bottom: 20px;
  }
  .soldier-slider__inner {
    width: 100%;
  }
  .soldier-slider__inner {
    margin-top: 20px;
  }
  .soldier-slider--awards {
    padding: 30px 0 35px;
  }
  .soldier-slider--documents {
    padding: 50px 0 50px;
  }
  .soldier-slider--photos,
  .soldier-slider--letters {
    padding: 50px 0 15px;
  }
  .soldier-slider--videos,
  .soldier-slider--family {
    padding: 40px 0 25px;
  }
  .soldier-slider--related {
    padding: 40px 0 40px;
  }
  .soldier-slider--combined .soldier-slider__item {
    margin-right: 38px;
  }
  .soldier-slider__wide-container {
    padding-left: 5%;
    padding-right: 5%;
  }
  .soldier-slider__title {
    display: block;
    width: 100%;
    top: 0;
    margin: 0 0 20px;
    text-align: center;
    white-space: normal;
  }
  .soldier-slider__title--big {
    font-size: 30px;
  }
  .soldier-slider__list.os-host-scrollbar-horizontal-hidden {
    padding-top: 20px;
  }
  .soldier-slider__list.os-host-scrollbar-horizontal-hidden .os-content {
    padding-top: 20px !important;
  }
  .soldier-slider__item {
    margin-right: 38px;
  }
  .soldier-slider__video,
  .soldier-slider__combined-video {
    width: 251px;
  }
  .soldier-slider__video ~ .soldier-slider__description,
  .soldier-slider__combined-video ~ .soldier-slider__description {
    max-width: 250px;
  }
  .soldier-slider__combined-img {
    height: 141px;
  }
  .doc-slider__title-container {
    width: 90.6%;
  }
  .doc-slider__title {
    display: block;
    width: 100%;
    top: 0;
    margin: 0 0 20px;
    text-align: center;
  }
  .doc-slider__title--hidden {
    width: 0;
    margin: -50px 0 0;
  }
  .doc-slider__list.os-host-scrollbar-horizontal-hidden {
    padding-top: 20px;
  }
  .doc-slider__list.os-host-scrollbar-horizontal-hidden .os-content {
    padding-top: 20px !important;
  }
  .region__wrapper {
    width: 100%;
  }
  .region__war-years {
    width: 90.6%;
  }
  .region__title {
    margin: 30px auto 50px;
  }
  .region__header {
    margin: 50px auto 70px;
  }
  .region__image {
    width: 100%;
    height: auto;
  }
  .region__link {
    width: 48%;
    font-size: 12px;
  }
  .region__white-block {
    padding: 80px 0;
  }
  .region__full-white {
    padding: 80px 0 0;
  }
  .region__soldier-slider {
    margin-bottom: 50px;
  }
  .region__soldier-slider:last-child {
    margin-bottom: 0;
  }
  .news__title {
    width: 100%;
  }
  .news__empty {
    font-size: 24px;
  }
  .news__paginator {
    width: 100%;
  }
  .news__title {
    margin: 35px auto 35px;
    padding: 0 4.68%;
  }
  .news__title-region {
    margin: 4px 0 0;
    font-size: 18px;
    line-height: 24px;
  }
  .news__single {
    margin: 30px auto 40px;
    width: 90.64%;
  }
  .news__list {
    width: 90.64%;
    margin: 0 auto 60px;
  }
  .news__item {
    margin: 40px 0 40px;
    padding-bottom: 40px;
  }
  .news__heading {
    font-size: 24px;
    line-height: 31px;
    margin: 0 0 20px;
  }
  .news__image-link {
    margin: 20px 0 10px;
  }
  .news__description {
    margin: 20px 0 10px;
    font-size: 15px;
  }
  .news__about {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__about-publishing {
    margin-top: 30px;
    font-size: 10px;
    text-align: center;
  }
  .news__link-btn {
    width: 264px;
    margin: 20px auto 0;
  }
  .news__paginator {
    margin: 60px auto 70px;
    padding: 0 4.68%;
  }
  .news__share {
    width: 90.64%;
    margin: 50px auto 70px;
  }
  .news__slider,
  .news__doc-slider {
    margin: 50px 0;
  }
  .guardhouse {
    width: 100%;
  }
  .guardhouse {
    padding: 0 4.68%;
  }
  .guardhouse__main-header {
    margin-bottom: 40px;
  }
  .guardhouse__intro {
    margin-bottom: 30px;
    font-size: 15px;
  }
  .guardhouse__year-section {
    margin-bottom: 70px;
  }
  .guardhouse__section-title {
    margin: 40px 0 40px;
    font-size: 30px;
  }
  .guardhouse__item-title {
    font-size: 28px;
    line-height: 36px;
  }
  .guardhouse__item-region {
    font-size: 20px;
  }
  .guardhouse__item-text {
    margin: 15px 0;
    font-size: 15px;
  }
  .instructions__container {
    width: 90.6%;
  }
  .instructions__wrapper {
    width: 90.6%;
  }
  .instructions__section-title {
    margin: 30px 0;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 26px;
  }
  .instructions__video {
    margin: 30px 0;
  }
  .instructions__slider {
    margin: 30px 0 20px;
  }
  .faq__section-title {
    margin: 30px 0;
    padding-bottom: 14px;
    font-size: 18px;
    line-height: 26px;
  }
  .faq__section-title:first-child {
    margin-top: 0;
  }
  .faq__answer {
    padding-left: 20px;
  }
  .faq__form-submit {
    width: 100%;
  }
  .faq__add-question {
    width: 100%;
  }
  .request {
    width: 90.6%;
  }
  .request__form-submit {
    width: 100%;
    margin: 50px auto 100px;
  }
  .contacts__wrapper {
    width: 90.6%;
  }
  .contacts__icon-wrapper {
    width: 50px;
  }
  .coords__wrapper {
    width: 90.6%;
  }
  .coords__actions {
    -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;
  }
  .coords__select-label {
    margin-right: 0;
  }
  .coord__wrapper {
    width: 90.6%;
  }
  .coord__form-submit {
    width: 100%;
  }
  .coord__contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .coord__contact-list {
    width: 100%;
    padding-right: 0;
  }
  .donations__wrapper {
    width: 90.6%;
  }
  .donations__offers {
    width: 90.6%;
  }
  .donations {
    position: relative;
  }
  .donations__tabs {
    position: absolute;
    width: 90%;
    left: 5%;
    top: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    height: 42px;
    padding-top: 10px;
    background-color: #fff;
    -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0);
            box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0);
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
  }
  .donations__tabs--opened {
    -webkit-box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0.3);
            box-shadow: 10px 0 0 #fff, -10px 0 0 #fff, 0 10px 10px 10px rgba(0, 0, 0, 0.3);
  }
  .donations__tabs--opened .tab-link--active::before {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .donations__tabs::after {
    display: none;
  }
  .donations__tabs--opened .tab-link--active::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .donations__tab-link {
    margin-bottom: 20px;
  }
  .donations__tab-link.tab-link--active {
    position: relative;
    margin-bottom: 15px;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .donations__tab-link.tab-link--active::after {
    display: block;
    -ms-flex-item-align: center;
        align-self: center;
    position: relative;
    width: 0;
    height: 0;
    top: 1px;
    margin-left: 10px;
    background-image: none;
    border-left: 2.5px solid transparent;
    border-right: 2.5px solid transparent;
    border-top: 4px solid #262421;
    -webkit-transition: -webkit-transform 0.4s;
    transition: -webkit-transform 0.4s;
    transition: transform 0.4s;
    transition: transform 0.4s, -webkit-transform 0.4s;
    -webkit-transform-origin: 50% 1.5px;
        -ms-transform-origin: 50% 1.5px;
            transform-origin: 50% 1.5px;
  }
  .donations__offers {
    width: 100%;
    padding: 50px;
  }
  .donations__report {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .donations__report-name {
    text-align: center;
  }
  .donations__report-link {
    margin: 15px auto 0;
  }
  .donations__donator-name {
    font-size: 20px;
  }
  .donations__donator-text,
  .donations__donator-amount,
  .donations__report-text {
    font-size: 15px;
  }
  .donate__tabs {
    margin-bottom: 80px;
  }
  .donate__radio .radio__label {
    margin-right: 40px;
  }
  .donate__tab-btn {
    margin: 0 40px 20px 0;
  }
  .donate__section-btns {
    -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;
  }
  .donate__btn2 {
    margin-right: 0;
    margin-bottom: 16px;
    width: 100%;
  }
  .donate__link2 {
    margin-left: 0;
    margin-top: 24px;
  }
  .donate__title {
    -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;
    font-size: 20px;
  }
  .donate__about {
    margin-bottom: 80px;
  }
  .donate__about-inner {
    margin: 0;
  }
  .donate__about-item {
    margin-bottom: 30px;
  }
  .donate__about-item:last-child {
    margin-bottom: 0px;
  }
  .donate__faq {
    margin-bottom: 80px;
  }
  .donate__edit-link {
    margin-left: 0;
    margin-top: 30px;
  }
  .msg-page {
    padding: 65px 0 90px;
  }
  .msg-page__container {
    padding: 0 20px;
    width: 100%;
  }
  .msg-page__svg {
    width: 75px;
    height: 65px;
  }
  .msg-page__content {
    margin-bottom: 60px;
  }
  .sitemap__section-title,
  .sitemap__letter {
    font-size: 28px;
    margin: 0 auto 50px;
  }
  .image-gallery__item {
    width: calc(50% - 6px);
  }
  .image-gallery__paginator {
    margin-bottom: 40px;
  }
  .image-gallery__paginator:last-child {
    margin-bottom: 60px;
  }
  .image-gallery__about {
    margin: 40px auto 60px;
  }
  .gallery__video {
    width: 100%;
  }
  .gallery__video:nth-child(n) {
    margin-right: 0;
  }
  .feeds__wrapper {
    width: 100%;
  }
  .feeds__search {
    margin-top: 0;
  }
  .feeds__title {
    margin: 50px 0 20px;
  }
  .feeds__add-btn {
    min-width: 0;
  }
  .feeds__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 0 0 30px;
  }
  .pa-standers {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .pa-standers__item {
    margin: 0 15px 30px;
  }
  .success-stories {
    width: 90.6%;
  }
  .success-stories {
    padding-bottom: 70px;
  }
  .success-stories__header {
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
  }
  .success-stories__heading {
    font-size: 20px;
  }
  .success-stories__text,
  .success-stories__link {
    font-size: 15px;
  }
  .success-stories__time {
    font-size: 12px;
  }
  .story__wrapper {
    width: 90.6%;
  }
  .story__container {
    width: 90.6%;
  }
  .story {
    padding-top: 0;
  }
  .story__heading {
    margin: 40px 0 30px;
    font-size: 30px;
    line-height: 42px;
  }
  .story__coordinators {
    margin: 50px 0 0px;
  }
  .podcast {
    padding-top: 50px;
  }
  .podcast__wrapper {
    width: 90.6%;
  }
  .podcast__page-title {
    margin: 0 0 30px;
    text-align: center;
  }
  .podcast__section {
    margin-top: 70px;
  }
  .podcast__section-title {
    margin: 0 0 25px;
  }
  .creation__wrapper {
    width: 90.6%;
  }
  .creation__description {
    font-size: 15px;
  }
  .add-veterans--following {
    padding-top: 0;
  }
  .add-veterans__inner {
    width: 90.6%;
  }
  .add-veterans__notice {
    width: 100%;
  }
  .add-veterans__container {
    width: 100%;
  }
  .add-veterans__form-main {
    padding: 10px 0 100px;
  }
  .add-veterans__form-inner {
    width: 90.6%;
  }
  .add-veterans__btns {
    margin-top: 30px;
  }
  .add-veterans__crop {
    -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;
    max-width: 390px;
    margin-bottom: 50px;
  }
  .add-veterans__change-msg {
    max-width: 390px;
    margin: 30px auto 50px;
    font-size: 16px;
  }
  .add-veterans--redactor {
    margin-top: 0;
  }
  .add-veterans__notice {
    min-height: calc(100vh - 132px);
    padding: 65px 4.7% 75px;
  }
  .add-veterans__notice-text {
    margin-bottom: 60px;
    font-size: 38px;
  }
  .add-veterans__switch {
    margin-top: 10px;
    margin-left: 0;
  }
  .add-veterans__form-heading {
    -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;
    font-size: 40px;
  }
  .add-veterans__submit,
  .add-veterans__btn-back {
    height: 60px;
  }
  .add-veterans__agreement-msg {
    margin: 20px 0 -30px;
  }
  .add-veterans__agreement-msg--mt0 {
    margin-top: 0;
  }
  .add-veterans__photo {
    width: 100%;
  }
  .add-veterans__crop-aside {
    width: 100%;
    padding: 50px 0 0;
  }
  .add-veterans__download-photo-btn {
    width: 100%;
  }
  .add-veterans__scroll {
    padding: 0 20px 20px;
  }
  __sticky-panel {
    padding: 15px 20px 20px;
  }
  .add-form {
    width: 90.6%;
  }
  .add-form__description {
    margin: 0 auto 50px;
  }
  .add-form__tabs-title {
    -ms-flex-item-align: center;
        align-self: center;
    text-align: center;
    font-size: 28px;
  }
  .add-form__tabs {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 10px;
  }
  .add-form__tabs::after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
  }
  .add-form__tab-link {
    margin: 0 20px 30px;
  }
  .add-form__tab-link:nth-child(n+3) {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .add-form__inputs-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .add-form__inputs-wrapper .add-form__label {
    width: 100%;
    margin: 0 0 30px;
  }
  .add-form__submit {
    height: 60px;
  }
  .questionnaire {
    width: 100%;
  }
  .questionnaire {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .questionnaire__form {
    width: 90.6%;
    margin: 70px auto 0;
  }
  .personal {
    width: 100%;
  }
  .personal {
    -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;
    margin: 0;
  }
  .personal__panel {
    width: 100%;
    margin: 0 auto;
    padding: 30px 0 20px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .personal__main {
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    padding: 35px 20px 90px;
  }
  .personal__main--fw {
    max-width: 100%;
  }
  .personal__photo-btn {
    width: 280px;
  }
  .personal__sticky {
    position: static;
    max-width: 400px;
    margin: 16px auto 0;
  }
  .personal__nav {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: 20px 0 0;
  }
  .personal__panel-btn {
    width: 280px;
  }
  .personal__main-header {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .personal__title--mc {
    text-align: center;
  }
  .personal__info {
    margin: 25px 0 50px;
  }
  .personal__info-title,
  .personal__info-label {
    width: 100%;
  }
  .personal__form {
    margin: 35px 0 0;
  }
  .personal__cancel-wrapper {
    height: 60px;
    font-size: 16px;
  }
  .personal__cards--unknown {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .stander {
    width: 100%;
  }
  .stander {
    padding-top: 0;
    padding-bottom: 80px;
  }
  .stander__form {
    width: 90.6%;
    margin: 70px auto 0;
  }
  .stander__places {
    margin-top: 80px;
  }
  .stander__places--page {
    margin-top: 0;
  }
  .main-search__container {
    width: 100%;
  }
  .main-search__wrapper {
    width: 100%;
  }
  .main-search__wrapper {
    -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;
  }
  .main-search__soldier-search {
    margin: 0 auto 35px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .main-search__paginator {
    margin: 20px auto 0;
  }
  .main-search__page-share {
    width: 90.64%;
  }
  .main-isearch__wrapper {
    width: 100%;
  }
  .main-isearch__soldier-search,
  .main-isearch__search {
    margin: 0 auto 60px;
  }
  .search-center {
    padding: 0 0 80px;
  }
  .search-center__plank {
    width: 100%;
    padding: 50px;
  }
  .search-center__plank-title {
    font-size: 38px;
  }
  .search-center__plank-email {
    font-size: 38px;
  }
  .resources__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .resources__heading {
    width: 100%;
    padding: 0 0 20px;
  }
  .resources__description {
    width: 100%;
  }
  .resources__description-text {
    font-size: 15px;
  }
  .resources__description-link {
    max-width: 100%;
  }
  .sign__sub-caption {
    margin: 0;
  }
  .sign {
    padding: 50px 4.7% 140px;
  }
  .sign__title {
    margin: 0px 0 20px 6px;
    font-size: 40px;
    letter-spacing: 0;
  }
  .sign__title--restoring {
    margin-bottom: 40px;
    font-size: 32px;
  }
  .sign__declaration {
    margin: 0px 0 15px;
    font-size: 16px;
    line-height: 24px;
  }
  .sign__msg {
    font-size: 12px;
  }
  .sign__submit {
    height: 55px;
  }
  .about {
    width: 100%;
  }
  .about {
    margin: 0 auto 100px;
    background-image: url("../assets/images/bg-war-years--mobile.jpg");
  }
  .about__container {
    padding: 75px 20px 25px;
  }
  .about__title {
    margin: 0 0 40px;
    font-size: 42px;
    line-height: 40px;
  }
  .about__nav--bottom {
    margin: 50px 0;
  }
  .about__nav-slider {
    width: 435px;
  }
  .about__nav-btn {
    margin: 0 25px;
    font-size: 18px;
  }
  .about__nav-btn.slick-center {
    -webkit-transform: scale3D(1.8, 1.8, 1);
        -ms-transform: scale3D(1.8, 1.8, 1);
            transform: scale3D(1.8, 1.8, 1);
  }
  .p404 {
    padding: 150px 20px 50px;
  }
  .p404--error {
    padding-top: 170px;
  }
  .p404__bird--left {
    top: 110px;
    -webkit-transform: translateX(-70px);
        -ms-transform: translateX(-70px);
            transform: translateX(-70px);
  }
  .p404__bird--right {
    top: 40px;
    -webkit-transform: translateX(50px);
        -ms-transform: translateX(50px);
            transform: translateX(50px);
  }
  .p404__404 {
    font-size: 150px;
  }
  .p404__star {
    width: 120px;
    height: 120px;
    margin: 0 -30px;
  }
  .p404__msg {
    font-size: 28px;
  }
  .pp-regions__list {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .pp-regions__input-wrapper {
    width: 100%;
  }
  .pp {
    padding: 20px;
  }
  .pp__container {
    padding: 30px 40px;
  }
  .pp__title {
    font-size: 24px;
  }
  .pp__text {
    font-size: 16px;
  }
  .pp__close {
    top: 15px;
    right: 15px;
  }
  .admin__plank {
    width: 100%;
  }
  .admin__plank {
    margin-top: 0px;
  }
  .admin__plank-title {
    font-size: 38px;
  }
  .admin__plank-inputs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 400px;
  }
  .admin__plank-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    max-width: 400px;
    margin: 0 auto;
  }
  .admin__plank-btn {
    width: 100%;
    margin: 0 0 30px;
  }
  .admin__panel {
    width: 100%;
  }
  .admin__container {
    width: 90%;
  }
  .admin__title {
    font-size: 42px;
  }
  .admin__form-inner {
    width: 90.6%;
  }
  .admin__form-btn {
    width: 220px;
  }
  .admin__city-image-container {
    width: 100%;
  }
  .admin__city-image {
    height: auto;
  }
  .admin__war-years-image-container {
    width: 300px;
  }
  .admin__war-years-image {
    height: 391px;
  }
  .admin__plank-label {
    width: 100%;
  }
  .admin__doc-slider,
  .admin__soldier-slider {
    margin-top: 30px;
  }
  .admin__x-scroll {
    width: 100%;
  }
  .admin__x-wrap {
    width: auto;
    min-width: 100%;
    padding: 0 5%;
  }
  .admin-nav--redactor {
    margin: 20px auto 10px;
  }
  .unknowns {
    width: 100%;
  }
  .unknowns__wrapper {
    width: 90.64%;
    margin: 0 auto;
  }
  .unknowns__soldier-search,
  .unknowns__search {
    margin-top: 0;
  }
  .unknowns__add-btn,
  .unknowns__recomend-btn {
    width: 100%;
    max-width: 450px;
    margin: 0 0 30px;
  }
  .unknowns__add-btn:last-child,
  .unknowns__recomend-btn:last-child {
    margin-bottom: 0;
  }
  .unknowns__quantity {
    margin-top: 25px;
  }
  .unknowns__quantity-wrapper {
    -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;
  }
  .comments__form-vault {
    -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;
  }
  .comments__txa-submit {
    width: 100%;
    margin: 0 0 15px;
  }
  .comments__reply-btn {
    padding-top: 5px;
  }
  .unknown {
    padding: 50px 0 100px;
  }
  .unknown__container {
    width: 90.6%;
  }
  .unknown__page-title {
    width: 90.6%;
  }
  .unknown__data {
    width: 90.6%;
  }
  .unknown__img-wrap {
    width: 90.6%;
  }
  .unknown__img-wrap {
    width: 100%;
  }
  .unknown__actions--del {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .unknown__mark-hint {
    display: none;
  }
  .unknown__mark-btn {
    display: none;
  }
  .unknown__download-ballon {
    width: 100%;
  }
  .unknown__download-btn {
    width: 100%;
  }
  .unknown__delete-btn {
    margin-top: 15px;
  }
  .unknown__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .unknown__info--center {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .unknown__info-title {
    margin: 0px 0 5px;
  }
  .unknown__list-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .unknown__list-wrapper--edt .unknown__list-container {
    margin: 0;
  }
  .search2__wrapper {
    width: 100%;
  }
  .search2__container {
    padding: 0 20px;
    width: 100%;
  }
  .search2__search,
  .search2__soldier-search {
    margin: 0 auto 35px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .search2__not-found {
    width: 94.74%;
    font-size: 24px;
  }
  .search2__about {
    width: 94.74%;
  }
  .search2__about-container {
    width: 100%;
  }
  .search2__about-caption {
    letter-spacing: 3px;
    font-size: 36px;
  }
  .search2__statement {
    margin-bottom: 25px;
    padding: 0 20px;
  }
  .search2__search-title {
    font-size: 16px;
    color: #262421;
    display: block;
    margin-bottom: 10px;
    padding: 0 20px;
  }
  .search2__link-wrap {
    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;
    width: 90.64%;
    max-width: 600px;
    min-height: 36px;
  }
  .search2__hash-links {
    position: absolute;
    top: 0;
    left: 0;
    -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: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    width: 100%;
    height: 100%;
    margin: 0;
    padding-top: 15px;
    background-color: #fff;
    -webkit-transform-origin: 50% 0;
        -ms-transform-origin: 50% 0;
            transform-origin: 50% 0;
    -webkit-transition: -webkit-box-shadow 0.4s;
    transition: -webkit-box-shadow 0.4s;
    transition: box-shadow 0.4s;
    transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
    overflow: hidden;
    cursor: pointer;
    z-index: 3;
  }
  .search2__hash-links--opened {
    -webkit-box-shadow: 10px 10px 25px -10px rgba(0, 0, 0, 0.5);
            box-shadow: 10px 10px 25px -10px rgba(0, 0, 0, 0.5);
  }
  .search2__hash-links--opened ~ .search2__hash-link--heading::after {
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .search2__hash-links::after {
    content: '';
    -ms-flex-negative: 0;
        flex-shrink: 0;
    display: block;
    width: 100%;
    height: 20px;
  }
  .search2__hash-btn {
    position: relative;
    display: block;
    padding: 0 5px 8px;
    border: none;
    background: none;
    font-family: "PT Serif", serif;
    font-size: 12px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    color: #262421;
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .search2__hash-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin: 20px 0 0;
    font-size: 12px;
  }
  .search2__caption--result {
    padding: 0;
  }
  .search2__caption--feeds {
    padding: 0;
    margin-right: 30px;
  }
  .search2__tab-link--result {
    margin-left: 0;
    margin-top: 15px;
  }
  .search2__list-feeds {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 30px 0 30px;
  }
  .search2__paginator {
    padding: 0 20px;
    width: 100%;
  }
  .forum__soldier-search {
    margin: 0 auto 35px;
    width: 100%;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .forum__container {
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
  }
  .forum__head-wrap {
    max-width: 100%;
  }
  .forum__head-link {
    font-size: 24px;
  }
  .forum__head-btn {
    width: 100%;
    margin-top: 20px;
  }
  .forum__sorting {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .forum__paginator {
    margin-top: 30px;
  }
  .forum-main__item {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .forum-main__item-wrap {
    width: 100%;
    max-width: 100%;
  }
  .forum-main__item-cover {
    width: 100%;
    margin-top: 20px;
  }
  .forum-main__item-message {
    margin: 0;
    text-align: left;
  }
  .forum-detail__column-head {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin: 20px 0;
  }
  .forum-detail__comment {
    margin-bottom: 20px;
  }
  .forum-form {
    padding: 95px 20px;
  }
  .forum-form__caption {
    letter-spacing: 3px;
    font-style: italic;
    font-size: 36px;
    line-height: normal;
  }
  .forum-form__sub-caption {
    padding-bottom: 15px;
    border-bottom: 1px solid #000000;
    line-height: 24px;
    letter-spacing: 1px;
  }
  .forum-form__sub-caption::after,
  .forum-form__sub-caption::before {
    display: none;
  }
  .forum-form__content {
    padding: 20px 0;
  }
  .forum-form__content-block {
    max-width: 100%;
  }
  .forum-form__content-caption {
    font-size: 36px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .forum-form__content-sub-caption,
  .forum-form__switcher {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin: 19px 0;
  }
  .switch {
    margin-top: 20px;
    margin-left: 0;
  }
  .comment--re {
    padding-left: 0;
  }
  .comment--personal {
    padding: 15px 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .comment__caption {
    font-size: 24px;
  }
  .comment__control {
    margin-top: 0;
  }
  .comment__content {
    font-size: 16px;
    padding: 10px 0;
  }
  .comment__sum {
    margin-top: 10px;
  }
  .comment__wrap {
    width: 100%;
    padding-right: 0;
  }
  .comment__title {
    margin-bottom: 10px;
  }
  .comment__away {
    -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;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-top: 10px;
  }
  .comment__btn {
    padding: 15px 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 30px;
    border: none;
    width: 100%;
    max-width: none;
  }
  .comment__btn::after {
    margin: 0 auto;
    left: calc(50% - 17px);
  }
  .comment__btn::before {
    right: 50%;
  }
  .comment__btn--active::after {
    left: calc(50% - 17px);
  }
  .comment__btn--active::before {
    right: 50%;
  }
  .comment__reply-btn {
    padding-top: 5px;
  }
  .no-mobile {
    display: none;
  }
  .overflow-mobile,
  .nav-overflow,
  .nots-overflow {
    overflow: hidden !important;
  }
}
@media (max-width: 760px) {
  .pace__logo-wrapper {
    width: 500px;
    height: 501px;
  }
  .pace__logo {
    width: 500px;
    height: 500px;
  }
}
@media (max-height: 760px) {
  .pace__logo-wrapper {
    width: 500px;
    height: 501px;
  }
  .pace__logo {
    width: 500px;
    height: 500px;
  }
}
@media (max-height: 750px) {
  .pp-regions {
    top: 50px;
    bottom: 50px;
  }
}
@media (max-width: 599px) {
  .mfp-wrapper {
    padding: 20px 20px 30px;
  }
  .mfp-arrow {
    top: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    bottom: 0;
    width: calc(50% - 25px);
    height: 50px;
    background-color: #a09081;
    border-radius: 0;
    border-bottom: none;
    border-top: 2px solid #cfc1a2;
  }
  .mfp-arrow::after {
    width: 14px;
    height: 14px;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    margin-top: -8px;
  }
  .mfp-arrow:hover,
  .mfp-arrow:active {
    border-bottom: none;
    border-top: 2px solid #cfc1a2;
  }
  .mfp-arrow ~ .mfp-container .mfp-content {
    bottom: 50px;
  }
  .mfp-arrow ~ .mfp-close {
    position: fixed;
    width: 50px;
    height: 50px;
    top: auto;
    bottom: 0;
    right: 0;
    border-top: 2px solid #cfc1a2;
    border-left: 2px solid #cfc1a2;
    background-color: #a09081;
  }
  .mfp-arrow ~ .mfp-close::after,
  .mfp-arrow ~ .mfp-close::before {
    width: 22px;
    height: 2px;
    background-color: #fff;
  }
  .mfp-arrow-left {
    left: 0;
    border-left: none;
    border-right: 1px solid #cfc1a2;
  }
  .mfp-arrow-left::after {
    margin-left: -4px;
  }
  .mfp-arrow-left:hover,
  .mfp-arrow-left:active {
    border-left: none;
    border-right: 1px solid #cfc1a2;
  }
  .mfp-arrow-right {
    right: 50px;
    border-right: none;
    border-left: 1px solid #cfc1a2;
  }
  .mfp-arrow-right::after {
    margin-left: -12px;
  }
  .mfp-arrow-right:hover,
  .mfp-arrow-right:active {
    border-right: none;
    border-left: 1px solid #cfc1a2;
  }
  .mpf-video {
    max-height: calc(100vh - 120px);
  }
  .mfp-title > *:first-child {
    margin-top: 15px;
  }
  .mfp-title-heading {
    font-size: 20px;
  }
  .mfp-title-text {
    font-size: 16px;
  }
  .btn--photo {
    height: 40px;
    -webkit-box-shadow: none;
            box-shadow: none;
  }
  .btn--photo::before,
  .btn--photo::after {
    display: none;
  }
  .btn--photo .btn__inner {
    padding: 0;
  }
  .btn--photo .btn__inner::before,
  .btn--photo .btn__inner::after {
    display: none;
  }
  .radio2__label--w50 {
    width: 100%;
  }
  .radio2__label--w40 {
    width: 100%;
  }
  .radio2__label--w20-33 {
    width: 33.3333%;
  }
  .radio2__label--w20-50 {
    width: 50%;
  }
  .radio2__name {
    padding: 15px 15px 16px;
  }
  .frame__title {
    font-size: 18px;
  }
  .search {
    padding: 25px 20px;
  }
  .search--advanced {
    padding-bottom: 101px;
  }
  .search--photo {
    padding-bottom: 25px;
  }
  .search__tabs {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .search__tabs {
    margin-bottom: 30px;
  }
  .search__tab {
    -webkit-box-flex: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    width: 100%;
  }
  .search__links {
    -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;
    margin-top: 30px;
  }
  .search__link--l {
    margin-bottom: 20px;
  }
  .search__form {
    min-height: 40px;
  }
  .search__form-wrap {
    min-height: 40px;
  }
  .search__photo-btn {
    width: auto;
  }
  .search__photo-wrapper.has-photo {
    margin-top: 30px;
  }
  .search__label {
    height: 40px;
    padding-bottom: 0;
  }
  .search__input {
    font-size: 20px;
    line-height: 26px;
  }
  .search__submit {
    margin-bottom: 0;
  }
  .sitemap__nav {
    margin: 0;
  }
  .sitemap__nav-group {
    width: 100%;
    padding: 0;
  }
  .feeds__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .feeds__link {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .feeds__link:last-child {
    margin-bottom: 0;
  }
  .about__nav-slider {
    width: 160px;
  }
  .about__nav-btn::after {
    bottom: 0;
    left: 10px;
    right: 10px;
  }
  .about__nav-btn {
    padding: 10px;
    font-size: 32px;
  }
  .about__nav-btn.slick-center {
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
  .admin__form-btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 50px 0 70px;
  }
  .admin__form-btn {
    width: 300px;
    margin: 20px 0;
  }
  .admin__form-confirm {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .admin__form-confirm-msg {
    margin: 0 0 10px;
  }
  .admin__actions {
    margin-left: 0;
    margin-right: 0;
  }
  .admin__actions > * {
    margin-right: 0;
    margin-left: 0;
  }
  .admin__actions .admin__label {
    width: 100%;
  }
  .admin__actions .admin__btn {
    width: 100%;
  }
  .admin-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .admin-nav::before {
    display: none;
  }
  .admin-nav::after {
    display: none;
  }
  .admin-nav__link:nth-child(n) {
    padding: 5px 10px;
  }
  .admin-nav__link:nth-child(n)::after {
    display: none;
  }
  .pace__logo-wrapper {
    width: 400px;
    height: 401px;
  }
  .pace__logo {
    width: 400px;
    height: 400px;
  }
  .comment__btn-wrapper {
    -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;
  }
  .comment__login-msg {
    margin: 20px 0 0;
  }
}
@media (max-height: 599px) {
  .pace__logo-wrapper {
    width: 400px;
    height: 401px;
  }
  .pace__logo {
    width: 400px;
    height: 400px;
  }
}
@media (max-height: 550px) {
  .personal__sticky {
    position: static;
  }
}
@media (max-width: 499px) {
  .feeder__title {
    font-size: 32px;
  }
  .feeder__step {
    max-width: 17%;
  }
  .page-header__search-form-link {
    padding: 8px 30px;
  }
  .page-header__file-error {
    margin-top: -11px;
    padding: 3px 5px 4px;
    font-size: 13px;
    line-height: 15px;
  }
  .help-us {
    padding: 30px 20px;
    background-image: url(../assets/images/donate/bg-card-mobile.png);
  }
  .help-us__title {
    margin: 0 0 30px;
    padding: 0 0 21px;
  }
  .help-us__title::before {
    right: 27px;
    left: 27px;
  }
  .help-us__content {
    margin-bottom: 40px;
    text-align: left;
  }
  .search__category {
    padding: 8px 30px;
  }
  .soldier-search__form-link {
    padding: 8px 30px;
  }
  .search-results--list .card-veterans {
    margin-bottom: 40px;
  }
  .search-results--list .card-veterans__name {
    font-size: 20px;
    line-height: 22px;
  }
  .search-results--list .card-veterans__rank {
    font-size: 12px;
  }
  .search-results--list .card-veterans .card-veterans__region {
    margin: 2px 0 2px;
    font-size: 16px;
    line-height: 18px;
  }
  .search-results--list .card-veterans .card-veterans__city {
    margin: 4px 0;
    font-size: 12px;
  }
  .search-results--list .card-veterans .card-veterans__contact {
    margin-top: 0;
    white-space: nowrap;
  }
  .search-results--list .card-veterans .card-veterans__mail,
  .search-results--list .card-veterans .card-veterans__tel {
    display: inline;
  }
  .card-veterans {
    margin-bottom: 30px;
  }
  .card-veterans--pau {
    margin-bottom: 50px;
  }
  .card-veterans--pa {
    width: 200px;
  }
  .card-veterans--pa .card-veterans__image-wrapper {
    width: 200px;
    height: 260px;
  }
  .card-veterans--pa .card-veterans__info {
    padding-right: 0;
  }
  .card-veterans--810 {
    margin-bottom: 40px;
  }
  .card-veterans--static {
    margin-bottom: 0;
  }
  .card-veterans__name {
    font-size: 20px;
    line-height: 22px;
  }
  .card-veterans__rank {
    font-size: 9px;
  }
  .card-veterans__rank2,
  .card-veterans__years {
    font-size: 14px;
  }
  .card-veterans__city {
    margin: 2px 0;
    font-size: 16px;
  }
  .card-veterans__contact {
    margin-top: 5px;
    white-space: normal;
  }
  .card-veterans__mail,
  .card-veterans__tel {
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  .card-coord {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    max-width: 220px;
    margin: 0 auto 40px;
  }
  .card-coord__image-wrapper {
    width: 100%;
    margin: 0 auto 10px;
  }
  .card-coord__info {
    padding: 0;
  }
  .soldier__unpublished {
    font-size: 36px;
  }
  .soldier__name {
    font-size: 30px;
  }
  .donations__methods {
    -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;
  }
  .donations__method::after {
    display: none;
  }
  .podcast__player-data {
    margin-top: 20px;
    -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;
  }
  .podcast__bookmark-link {
    margin-top: 5px;
    letter-spacing: 1.6px;
  }
  .crop__del-msg {
    font-size: 18px;
  }
  .add-veterans__btns {
    -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;
  }
  .add-veterans__btn-back {
    margin-right: 0;
    margin-bottom: 30px;
  }
  .personal__cards {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .personal__cards--unknown {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .search-center__plank {
    padding: 40px;
  }
  .search-center__plank-email {
    font-size: 30px;
  }
  .search-center__plank-svg {
    width: 90px;
    height: 78px;
    margin: 30px 0;
  }
  .about__title {
    font-size: 36px;
  }
  .pace__logo-wrapper {
    width: 300px;
    height: 301px;
  }
  .pace__logo {
    width: 300px;
    height: 300px;
  }
  .search2__caption--result {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .search2__caption--feeds {
    width: 100%;
    margin: 0 auto 0 0;
  }
  .search2__list {
    padding-bottom: 20px;
    margin-bottom: 10px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    overflow-x: auto;
  }
  .search2__list::after {
    content: "";
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 1px;
    margin-left: -15px;
  }
  .search2__list--result {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    overflow-x: visible;
  }
  .search2__list--result .search2__search-card {
    margin: 70px 0 10px;
  }
  .search2__list--result::after {
    display: none;
  }
  .search2__search-card {
    margin: 70px 35px 0 0;
  }
  .search-card {
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 100%;
    padding: 80px 20px 20px 35px;
  }
  .search-card:last-child .search-card__swipe-block {
    display: none;
  }
  .search-card--empty {
    padding-top: 0;
  }
  .search-card__swipe-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: -10px;
    right: 20px;
    height: 20px;
  }
  .search-card__wrap {
    -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;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .search-card__photo-container {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    margin-left: 0;
    margin-bottom: 0;
    height: auto;
  }
  .search-card__breadcrumbs {
    display: none;
  }
  .search-card__caption {
    width: 100%;
    margin-top: 30px;
  }
  .search-card__text {
    max-height: 20px;
  }
  .search-card__rank {
    display: block;
  }
  .search-card__rank:nth-child(n+2) {
    margin-left: 0;
  }
  .search-card__rank:nth-child(n+2)::before {
    display: none;
  }
  .search-card__line-none {
    display: none;
  }
  .search-card__br-none {
    display: block;
  }
  .forum-form__caption {
    font-size: 32px;
    letter-spacing: 1px;
  }
  .forum-form__content-caption {
    font-size: 32px;
  }
}
@media (max-height: 499px) {
  .pace__logo-wrapper {
    width: 300px;
    height: 301px;
  }
  .pace__logo {
    width: 300px;
    height: 300px;
  }
}
@media (max-width: 399px) {
  .selectric-wrapper::after {
    right: 10px;
  }
  .selectric {
    padding-right: 15px;
  }
  .tab-link {
    font-size: 12px;
    line-height: 21px;
  }
  .feeder {
    padding: 52px 20px 70px;
  }
  .feeder__title {
    font-size: 28px;
  }
  .feeder__step--current .feeder__step-svg {
    width: 60px;
    height: 52px;
    margin: 0 -18px 0 -10px;
  }
  .feeder__step-svg {
    width: 30px;
    height: 26px;
    margin: 0 -5px 0 -2px;
  }
  .places {
    padding: 70px 20px 90px;
  }
  .places__title {
    font-size: 30px;
  }
  .places__title--page {
    font-size: 22px;
  }
  .places__caption {
    font-size: 22px;
  }
  .places__th {
    font-size: 20px;
  }
  .places__no-msg {
    font-size: 20px;
  }
  .form__heading {
    font-size: 38px;
  }
  .page-title {
    font-size: 28px;
    letter-spacing: 3px;
  }
  .page-title__small {
    font-size: 20px;
  }
  .notifications__btn {
    right: 108px;
  }
  .page-header__plank-btn {
    width: 40px;
  }
  .page-header__search-input {
    padding-right: 40px;
  }
  .page-header__file-form {
    right: 40px;
    width: 40px;
  }
  .page-header__search-submit {
    width: 40px;
  }
  .page-header__search-close {
    width: 40px;
  }
  .page-header__search-close::before,
  .page-header__search-close::after {
    right: 5px;
  }
  .paginator__link--search2 {
    padding: 5px 8px;
  }
  .coordinators {
    padding: 50px 20px 20px;
  }
  .coordinators__heading,
  .coordinators__name {
    font-size: 18px;
  }
  .coordinators__link {
    font-size: 16px;
  }
  .soldier-search__header--search2 {
    padding-top: 20px;
  }
  .soldier-search__title--search2 {
    font-size: 18px;
  }
  .isearch__tab-btn {
    font-size: 22px;
  }
  .search-sorting__alph-link {
    padding: 0 3px;
    margin: 0 4px 10px;
  }
  .search-results--list .card-veterans {
    margin-bottom: 30px;
  }
  .search-results--list .card-veterans__name {
    font-size: 18px;
    line-height: 20px;
  }
  .search-results--list .card-veterans__rank {
    font-size: 10px;
  }
  .search-results--list .card-veterans__description {
    max-height: 35px;
    font-size: 14px;
    line-height: 16px;
  }
  .search-results--list .card-veterans .card-veterans__region {
    font-size: 14px;
    line-height: 16px;
  }
  .search-results--list .card-veterans .card-veterans__city {
    font-size: 10px;
  }
  .card-veterans__name {
    font-size: 16px;
    line-height: 18px;
  }
  .card-veterans__region {
    font-size: 9px;
  }
  .card-veterans__contacts {
    margin-top: 4px;
    font-size: 14px;
    line-height: 16px;
  }
  .p-card__img {
    margin: 0 auto;
  }
  .p-card__footer {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    text-align: center;
  }
  .soldier__unpublished {
    font-size: 30px;
  }
  .soldier-slider__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-right: 0;
  }
  .soldier-slider__title-link {
    margin-left: 0;
  }
  .region__links {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .region__link {
    width: 100%;
  }
  .donations__offers {
    padding: 50px 30px;
  }
  .donations__form-submit,
  .donations__offer-btn {
    width: 100%;
    min-width: auto;
  }
  .donations__method {
    font-size: 22px;
  }
  .donate__btn2 {
    padding-right: 15px;
    padding-left: 15px;
  }
  .msg-page {
    padding: 55px 0 90px;
  }
  .sitemap__section-title,
  .sitemap__letter {
    font-size: 24px;
    margin: 0 auto 40px;
  }
  .image-gallery__item {
    width: 100%;
  }
  .image-gallery__content {
    padding: 10px;
  }
  .pa-standers {
    -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;
  }
  .pa-standers__item {
    margin: 0 0 30px;
  }
  .pa-standers__img {
    height: 190px;
  }
  .add-veterans__notice {
    padding: 50px 4.7% 70px;
  }
  .add-veterans__notice-text {
    margin-bottom: 50px;
    font-size: 30px;
  }
  .add-veterans__form-heading {
    font-size: 32px;
  }
  .add-form__tabs {
    -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;
  }
  .search-center__plank {
    padding: 40px 30px;
  }
  .search-center__plank-title {
    font-size: 30px;
  }
  .search-center__plank-email {
    font-size: 24px;
  }
  .search-center__plank-svg {
    width: 80px;
    height: 69px;
  }
  .about__title {
    font-size: 30px;
  }
  .p404 {
    padding-top: 140px;
  }
  .p404__bird--left {
    top: 90px;
    -webkit-transform: translateX(-60px);
        -ms-transform: translateX(-60px);
            transform: translateX(-60px);
  }
  .p404__bird--right {
    top: 40px;
    -webkit-transform: translateX(30px);
        -ms-transform: translateX(30px);
            transform: translateX(30px);
  }
  .p404__404 {
    font-size: 136px;
  }
  .p404__star {
    width: 100px;
    height: 100px;
    margin: 0 -30px;
  }
  .p404__msg {
    margin: 40px 0 60px;
    font-size: 22px;
  }
  .pp-regions {
    left: 20px;
    right: 20px;
  }
  .pp-regions__inner {
    padding: 20px;
  }
  .admin__plank-title {
    font-size: 30px;
  }
  .admin__title {
    font-size: 32px;
  }
  .admin__form-btn {
    width: 100%;
  }
  .comments__img--txa {
    display: none;
  }
  .search2 {
    padding-bottom: 0;
  }
  .forum__column--right {
    min-width: 280px;
  }
  .forum-main__item-cover {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .forum-main__item-message {
    margin-bottom: 20px;
  }
  .forum-form__caption {
    font-size: 28px;
  }
}
@media (max-width: 369px) {
  .tab-link--w {
    -ms-flex-negative: 1;
        flex-shrink: 1;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    white-space: normal;
  }
  .tab-link__br {
    display: inline;
  }
  .search__tab {
    font-size: 14px;
  }
  .donate__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .donate__radio {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .donate__radio .radio__label {
    margin-right: 0;
    margin-bottom: 22px;
  }
  .donate__radio .radio__label:last-child {
    margin-bottom: 0;
  }
  .donate__tab-btn {
    margin-right: 20px;
  }
}
@media (min-width: 768px) and (max-width: 1019px) {
  .main-header--qty {
    position: relative;
    padding-bottom: 60px;
  }
  .main-header--qty .main-header__quantity {
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 0;
  }
}
@media (min-width: 768px) {
  .cropper-point.point-se {
    height: 15px;
    width: 15px;
  }
  .search-sorting__links {
    height: auto !important;
  }
  .search-results--list .card-isearch {
    width: 100%;
    margin-right: 0;
    margin-bottom: 50px;
  }
  .search-results--list .card-isearch__heading {
    height: auto;
    margin: 0 0 10px 0;
    padding-bottom: 0;
    font-size: 24px;
    line-height: 31px;
    letter-spacing: 0;
    color: #262421;
    text-transform: none;
    -webkit-transition: color 0.2s;
    transition: color 0.2s;
  }
  .search-results--list .card-isearch__heading::after {
    display: none;
  }
  .search-results--list .card-isearch__heading:hover,
  .search-results--list .card-isearch__heading:active {
    color: red;
  }
  .search-results--list .card-isearch__inner {
    -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;
  }
  .search-results--list .card-isearch__time,
  .search-results--list .card-isearch__donate {
    display: inline-block;
    width: auto;
    margin: 5px 0 0;
    padding: 0;
    text-align: left;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .search-results--list .card-isearch__text {
    max-height: none;
    margin: 0 0 5px;
    font-size: 18px;
    line-height: 28px;
    text-decoration: none;
  }
  .search-results--list .card-isearch__text:hover,
  .search-results--list .card-isearch__text:active {
    text-decoration: none;
  }
  .search-results--list .card-video {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: 100%;
  }
  .search-results--list .card-video__container {
    max-width: 250px;
  }
  .search-results--list .card-video__info {
    width: auto;
    padding: 0 20px 0 36px;
  }
  .search-results--list .card-video__description {
    text-decoration: none;
  }
  .search-results--list .card-video__description:hover,
  .search-results--list .card-video__description:active {
    text-decoration: none;
  }
  .search2__hash-links {
    height: auto !important;
  }
  .no-computer {
    display: none !important;
  }
}
@media (min-width: 980px) {
  .bw980 {
    display: none;
  }
}
@media (min-width: 992px) {
  .cropper-point.point-se {
    height: 10px;
    width: 10px;
  }
}
@media (min-width: 1019px) and (min-height: 749px) {
  .sticky-adaptive {
    position: sticky;
  }
}
@media (min-width: 1020px) and (max-width: 1339px) {
  .paginator--cols .paginator__link {
    margin-left: 3px;
    margin-right: 3px;
  }
}
@media (min-width: 1200px) {
  .cropper-point.point-se {
    height: 5px;
    opacity: 0.75;
    width: 5px;
  }
}
@media (min-width: 1580px) {
  .soldier-search__header-text {
    font-size: 25px;
  }
  .no-widescreen {
    display: none;
  }
}
@media (hover: hover) {
  .btn2:hover {
    background-color: #A70000;
  }
  .radio2__name:hover {
    color: #fff;
    background-color: #D92424;
    border-color: #D92424;
  }
  .form__link2:hover {
    color: #D92424;
  }
  .cols__aside-link:hover {
    color: #D92424;
  }
  .faq__question:hover {
    color: #E60004;
  }
  .donate__link2:hover {
    color: #D92424;
  }
  .personal__info-value[href]:hover {
    color: #D92424;
  }
}
@media all and (-ms-high-contrast: none) {
  .form__link {
    text-decoration: none;
  }
  .page-footer__link {
    text-decoration: none;
  }
  .index-news__text {
    text-decoration: none;
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .isearch__advertisement-text {
    text-decoration: none;
  }
  .isearch__advertisement-text::before {
    -webkit-transition: all 0s;
    transition: all 0s;
  }
  .card-veterans__name {
    text-decoration: none;
  }
  .card-isearch__text {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
  .card-video__description {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
  .card-coord__name {
    text-decoration: none;
  }
  .soldier__region-link {
    text-decoration: none;
  }
  .soldier-slider__title-link {
    text-decoration: none;
  }
  .feeds__link {
    text-decoration: none;
  }
  .podcast__info-link {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
  .pp-regions__region-link,
  .pp-regions__city-link {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
  .pp-regions__cities-back {
    -webkit-transition: all 0s;
    transition: all 0s;
    text-decoration: none;
  }
}
