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

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

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

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

html, body {
  background: #000;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  line-height: 1.4;
  font-family: "warhelioscondcregular", sans-serif;
  height: 100%;
  width: 100%;
}

body {
  font-size: 93.75%;
}

.device * {
  -webkit-text-size-adjust: none;
}

.device.smooth-scroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}

a {
  color: #d4be8f;
  text-decoration: underline;
}

svg {
  display: inherit;
  overflow: visible;
}

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

.buttons-wrapper {
  height: 44px;
  overflow: hidden;
  position: relative;
}

.buttons-big-wrapper {
  height: 54px;
}

.button {
  border: 2px solid transparent;
  display: inline-block;
  font-size: 93.33333%;
  font-family: "warhelioscondcregular", sans-serif;
  height: 40px;
  line-height: 40px;
  padding: 0 25px;
  text-decoration: none;
}

.form-upload-buttons-wrapper .button:first-child {
  margin-right: 16px;
}

.button.busy {
  opacity: .5;
  cursor: default;
}

.button-big {
  font-family: "warhelioscondcboldregular", sans-serif;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  text-transform: uppercase;
}

.view-upload {
  font-size: 106.66667%;
  font-family: "bebasneueregular", sans-serif;
}

.button-big.button-icon {
  padding: 0 20px;
}

.button-hard {
  border-width: 3px;
  height: 38px;
  line-height: 38px;
}

.button-hard.button-big {
  height: 48px;
  line-height: 48px;
  padding: 0 35px;
}

.button-icon-wrapper {
  display: block;
  float: left;
}

.upload-photo-icon {
  height: 16px;
  margin: 16px 15px 18px 0;
  width: 18px;
}

.button {
  border-color: #ccc;
  color: #202020;
}

.button-brown {
  background-color: #75684d;
  border-color: #75684d;
  color: #efeeec;
}

.button-red {
  background-color: #fdecec;
  border-color: #f6b9b9;
}

.button-full-red {
  background-color: #a61212;
  border-color: #a61212;
  color: #efeeec;
}

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

.button-hard {
  background-color: transparent;
  border-color: #a48f64;
  color: #a48f64;
}

.upload-photo-path {
  fill: #efeeec;
}

.button.active {
  background-color: #efeeec;
  border-color: #efeeec;
  color: #202020;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.button.active path {
  fill: #202020;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .button:not(.active) {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .button:not(.active):hover {
  border-color: #a48f64;
}

.desktop .button-brown:not(.active):hover {
  background-color: #a48f64;
  border-color: #a48f64;
}

.desktop .button-red:not(.active):hover {
  background-color: #a61212;
  border-color: #a61212;
  color: #efeeec;
}

.desktop .button-full-red:not(.active):hover {
  background-color: #a48f64;
  border-color: #a48f64;
}

.desktop .button-hard:hover {
  background-color: #a48f64;
  border-color: #a48f64;
  color: white;
}

.form-element {
  margin-bottom: 25px;
  overflow: hidden;
  padding: 0 21px;
  position: relative;
}

.form-element-small {
  margin-bottom: 10px;
}

.form-rules {
  margin-bottom: 25px;
}

input::-ms-clear,
input[type=text]::-ms-clear {
  display: none;
}

.form-input,
input[type=text],
input[type=password],
.form-select,
.form-textarea {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #202020;
  display: block;
  font-size: 120%;
  font-family: "warhelioscondcregular", sans-serif;
  position: relative;
  text-indent: 0;
  width: 100%;
}

.form-element-help {
  margin-right: 43px;
  overflow: visible;
}

.form-input,
input[type=text],
input[type=password] {
  height: 41px;
  line-height: 41px;
}

.form-input:active, .form-input:focus,
.form-textarea:active,
.form-textarea:focus {
  border-color: #75684d;
  outline: none;
}

.form-input,
input[type=text],
input[type=password] {
  margin: 0 -21px;
  padding: 0 20px;
}

.android .form-input,
.android input[type=text],
.android input[type=password] {
  line-height: 0 !important;
}

.form-select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none !important;
  background: #efeeec url("../images/select.gif") right center no-repeat;
  text-overflow: '';
  height: 43px;
  margin: 0 -21px;
  padding: 0 30px 0 20px;
}

.form-textarea {
  line-height: 17px;
  margin: 0 -20px;
  overflow: auto;
  padding: 17px 20px;
}

textarea::-ms-clear {
  display: none;
}

::-webkit-input-placeholder {
  color: #202020;
  opacity: 1;
}

::-moz-placeholder {
  color: #202020;
  opacity: 1;
}

:-moz-placeholder {
  color: #202020;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #202020;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.checkbox {
  margin: 0 -21px;
  overflow: hidden;
  position: relative;
}

.checkbox label {
  float: left;
}

input[type="checkbox"],
input[type="radio"] {
  display: none;
}

input[type="checkbox"] + label,
input[type="radio"] + label {
  cursor: pointer;
}

input[type="checkbox"] + label::before,
input[type="radio"] + label::before {
  content: "";
  display: inline-block;
  float: left;
  height: 18px;
  width: 18px;
  margin: 0 5px 0 0;
  background-image: url(../images/form-sprite.png);
  background-repeat: no-repeat;
}

input[type="checkbox"] + label::before {
  background-position: -38px 0;
}

input[type="radio"] + label::before {
  background-position: 0px -19px;
}

input[type="checkbox"]:checked + label::before {
  background-position: -114px 0;
}

input[type="radio"]:checked + label::before {
  background-position: -108px -19px;
}

input[type="checkbox"]:disabled + label::before {
  background-position: -152px 0;
}

input[type="checkbox"]:checked:disabled + label::before {
  background-position: -171px 0;
}

input[type="radio"]:disabled + label::before {
  background-position: -144px -19px;
}

input[type="radio"]:checked:disabled + label::before {
  background-position: -162px -19px;
}

.form-label {
  display: inline-block;
  position: relative;
  top: -1px;
}

.form-error {
  background-color: #fdecec;
  border: 1px solid #f6b9b9;
  color: #202020;
  display: none;
  margin-bottom: 25px;
  padding: 9px 10px;
}

.form-notice {
  background-color: #f7f7f5;
  border: 1px solid #d4be8f;
  color: #202020;
  display: none;
  margin-bottom: 25px;
  padding: 9px 10px;
}

.form-error-icon,
.form-notice-icon {
  display: block;
  float: left;
  padding-top: 3px;
  width: 18px;
}

.form-error-message,
.form-notice-message {
  margin-left: 27px;
}

.form-errors-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.form-errors-list__item {
  padding: 2px 0;
}

.form-upload {
  margin-bottom: 35px;
  overflow: visible;
  position: relative;
}

.form-upload-dropzone,
.form-upload-workspace {
  width: 286px;
}

.form-upload-dropzone {
  background: #fff;
}

.form-upload-area {
  border: 2px dashed #ededed;
  padding: 88px 40px 95px;
  text-align: center;
}

.desktop .form-upload-area {
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .form-upload-area:hover {
  border-color: #75684d;
}

.desktop .form-upload-area.dragover {
  border-color: #75684d;
}

.form-upload-icon {
  display: block;
  margin: 0 auto 18px;
  width: 48px;
}

.form-upload-workspace {
  display: none;
}

.form-upload-user-image-wrapper {
  background: #fff;
  -webkit-box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 12px 0 rgba(0, 0, 0, 0.5);
  overflow: hidden;
  padding: 4px;
}

.form-upload-user-image {
  width: 100%;
}

.form-upload-mode {
  font-size: 93.33333%;
  padding-top: 21px;
}

.form-upload-mode-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 10px;
  overflow: hidden;
  position: relative;
}

.form-upload-mode-list__item {
  background: rgba(0, 0, 0, 0.05);
  display: block;
  float: left;
  width: 50%;
}

.form-upload-mode-list__item-link {
  color: #202020;
  display: block;
  height: 37px;
  line-height: 37px;
  margin: 5px;
  text-align: center;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.form-upload-mode-list__item-link-icon {
  display: inline-block;
  height: 25px;
  margin: 6px;
  position: absolute;
  width: 25px;
}

.js-form-upload-horizontal .form-upload-mode-list__item-link-icon {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.form-upload-mode-list__item-link-label {
  display: inline-block;
  padding-left: 37px;
  padding-right: 10px;
}

.form-upload-mode-list__item-link-icon-path {
  fill: #202020;
}

.form-upload-mode-list__item-link.active {
  background: #fff;
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.33);
  cursor: default;
}

.desktop .form-upload-mode-list__item-link:not(.active):hover {
  background-color: #efeeec;
  color: #202020;
  text-decoration: none;
}

.form-upload-action {
  margin-top: 20px;
}

.form-upload-action-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  position: relative;
}

.form-upload-action-list__item {
  display: block;
  float: left;
  height: 24px;
  line-height: 24px;
}

.form-upload-action-list__item:last-child {
  float: right;
}

.form-upload-action-list__item-link {
  color: #202020;
  display: block;
  float: left;
}

.form-upload-action-list__item-link-icon {
  display: block;
  float: left;
  height: 14px;
  margin: 5px 10px 5px 0;
  width: 14px;
}

.form-upload-action-list__item-link-icon-path {
  fill: none;
  stroke: #a61212;
  stroke-width: 1.5;
}

.form-upload-action-list__item-link-icon2-path {
  fill: #202020;
}

.desktop .form-upload-action-list__item-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .form-upload-action-list__item-link .form-upload-action-list__item-link-icon-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .form-upload-action-list__item-link .form-upload-action-list__item-link-icon2-path {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.desktop .form-upload-action-list__item-link:hover {
  color: #75684d;
}

.desktop .form-upload-action-list__item-link:hover .form-upload-action-list__item-link-icon-path {
  stroke: #75684d;
}

.desktop .form-upload-action-list__item-link:hover .form-upload-action-list__item-link-icon2-path {
  fill: #75684d;
}

.form-upload-buttons-wrapper {
  padding-top: 20px;
}

.form-upload-button-icon {
  height: 18px;
  margin: 15px 13px 15px 0;
  width: 18px;
}

.form-upload-button-icon-path {
  fill: none;
  stroke: #a48f64;
  stroke-width: 2;
  stroke-linecap: round;
}

.desktop .button-hard .form-upload-button-icon-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .button-hard:hover .form-upload-button-icon-path {
  stroke: #efeeec;
}

.form-upload-input {
  display: none;
}

.form-upload.step2 .form-upload-dropzone,
.form-upload.step2 .form-upload-action-list__item-delete {
  display: none;
}

.form-upload.step2 .form-upload-workspace,
.form-upload.step2 .form-upload-action-list__item-rotate {
  display: block;
}

.form-upload.step3 .form-upload-mode,
.form-upload.step3 .form-upload-cut,
.form-upload.step3 .form-upload-action-list__item-rotate,
.form-upload.step3 .form-upload-buttons-wrapper {
  display: none;
}

.form-upload.step3 .form-upload-action-list__item-delete {
  display: block;
}

.form-field-label {
  color: #75684d;
  font-size: 106.66667%;
  font-family: "warhelioscondcboldregular", sans-serif;
  line-height: 23px;
  margin: 0 -21px;
}

.form-label-text {
  display: block;
  margin-left: 23px;
}

.astronim {
  color: #a61212;
}

.form-help {
  height: 20px;
  padding: 11.5px;
  position: absolute;
  right: -43px;
  width: 20px;
}

.form-help-icon,
.form-help-hover {
  height: 20px;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
  width: 20px;
}

.form-help-hover {
  opacity: 0;
  position: absolute;
}

.desktop .form-help {
  cursor: pointer;
}

.desktop .form-help:hover .form-help-icon {
  opacity: 0;
}

.desktop .form-help:hover .form-help-hover {
  opacity: 1;
}

.form-help.active .form-help-icon {
  opacity: 0;
}

.form-help.active .form-help-hover {
  opacity: 1;
}

.form-help-text {
  border: 1px solid #757575;
  color: #efeeec;
  display: none;
  margin-top: 41px;
  position: absolute;
  right: -43px;
  text-align: right;
  max-width: 320px;
  z-index: 2;
}

.form-help-text:before {
  background: #1c1713;
  content: '';
  display: block;
  height: 10px;
  border: 1px solid #757575;
  position: absolute;
  right: 14px;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.form-help-text-content {
  background: #1c1713;
  padding: 12px 19px;
  position: relative;
  z-index: 2;
}

.symbols-left {
  color: #414141;
  font-size: 93.33333%;
  line-height: 20px;
  margin: 0 -21px;
}

.custom-select-body {
  position: relative;
}

.custom-select-control {
  background: #fff;
  border: 1px solid #ccc;
  -webkit-border-radius: 0;
  border-radius: 0;
  color: #202020;
  display: block;
  font-size: 120%;
  font-family: "warhelioscondcregular", sans-serif;
  line-height: 41px;
  margin: 0 -21px;
  padding: 0 20px;
  position: relative;
  text-decoration: none;
  text-indent: 0;
  width: 100%;
}

.custom-select-control:focus {
  border-color: #202020;
}

.custom-select-control:active {
  border-color: #202020;
}

.dropdown__value {
  display: block;
  margin-right: 33px;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}

.custom-select-control-icon-wrapper {
  background: #fff;
  display: block;
  border-left: 1px solid #ccc;
  height: 41px;
  position: absolute;
  right: 0;
  top: 0;
}

.dropdown__btn {
  height: 5px;
  padding: 19px 12px;
  width: 9px;
}

.dropdown__items {
  left: -21px;
  position: absolute;
  right: -21px;
  z-index: 3;
}

.custom-select-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.custom-select-list__item {
  display: block;
}

.dropdown__item {
  background: #fff;
  border: 1px solid #ccc;
  border-width: 0 1px 1px;
  color: #202020;
  display: block;
  font-size: 120%;
  font-family: "warhelioscondcregular", sans-serif;
  line-height: 23px;
  padding: 9px 20px;
  position: relative;
  text-decoration: none;
}

.dropdown__item-selected {
  background: #fcfcfc;
  color: #75684d;
}

.upload-geo-type-born .custom-select-body {
  margin-right: 84px;
}

.upload-geo-type-born input[type="text"].form-year {
  display: block;
}

input[type="text"].form-year {
  display: none;
  float: right;
  width: 34px !important;
}

.geo-block,
.tag-block {
  margin-top: 16px;
}

.geo-block:after,
.tag-block:after {
  clear: both;
  content: '';
  display: table;
}

.geo-block:first-child,
.tag-block:first-child {
  margin-top: 0;
}

.form-remove {
  display: block;
  height: 20px;
  padding: 11.5px;
  position: absolute;
  right: -43px;
  width: 20px;
}

.form-remove-row-path {
  fill: none;
  stroke: #f6b9b9;
  stroke-width: 1;
}

.desktop .form-remove .form-remove-row-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .form-remove:hover .form-remove-row-path {
  stroke: #a61212;
}

.geo-line {
  margin-top: 8px;
}

.geo-line:first-child {
  margin-top: 0;
}

.geo-line:after {
  clear: both;
  content: '';
  display: table;
}

.geo-place-line {
  position: relative;
}

.add-form-row {
  margin: 16px -21px 0;
}

.add-form-button {
  display: block;
  height: 32px;
  position: relative;
}

.add-form-button:before {
  border-top: 1px solid #cbcbcb;
  content: '';
  position: absolute;
  top: 15.5px;
  width: 100%;
}

.add-form-row-circle {
  background: #efeeec;
  display: block;
  height: 32px;
  margin: 0 auto;
  padding: 0 6px;
  position: relative;
  width: 32px;
}

.add-form-row-path {
  fill: none;
  stroke: #cbcbcb;
  stroke-width: 1;
}

.desktop .add-form-button:before {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .add-form-button .add-form-row-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .add-form-button:hover:before {
  border-top-color: #a48f64;
}

.desktop .add-form-button:hover .add-form-row-path {
  stroke: #a48f64;
}

.geo-warning {
  display: none;
}

.geo-warning-icon {
  height: 20px;
  padding: 11.5px;
  position: absolute;
  right: 0;
  z-index: 1;
}

.geo-warning-icon img {
  height: 20px;
  max-width: none;
}

.geo-warning-text {
  border: 1px solid #ccc;
  color: #202020;
  display: none;
  margin-top: 41px;
  position: absolute;
  right: 0;
  text-align: right;
  max-width: 320px;
  z-index: 2;
}

.geo-warning-text:before {
  background: #fdecec;
  content: '';
  display: block;
  height: 10px;
  border: 1px solid #ccc;
  position: absolute;
  right: 11px;
  top: -6px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.geo-warning-text-content {
  background: #fdecec;
  font-size: 93.33333%;
  padding: 5px 12px;
  position: relative;
  z-index: 2;
}

.geo-tips,
.tag-tips {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

#popup-edit .geo-tips,
#popup-upload .geo-tips,
#popup-edit .geo-warning,
#popup-upload .geo-warning,
#popup-edit .geo-warning-text,
#popup-upload .geo-warning-text {
  margin-left: -21px;
  margin-right: -21px;
}

#popup-edit .geo-warning,
#popup-upload .geo-warning {
  position: relative;
}

.geo-tips__item,
.tag-tips__item {
  display: block;
}

.geo-tips__item-link,
.tag-tips__item-link {
  background: #fff;
  color: #202020;
  display: block;
  font-size: 93.33333%;
  padding: 7px 18px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop .geo-tips__item-link,
.desktop .tag-tips__item-link {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .geo-tips__item-link:hover,
.desktop .tag-tips__item-link:hover {
  background: #efeeec;
  color: #202020;
  text-decoration: none;
}

@media only screen and (min-width: 600px) and (max-width: 767px) {
  .geo-block,
  .tag-block {
    margin-top: 8px;
  }
  .geo-block:first-child,
  .tag-block:first-child {
    margin-top: 0;
  }
  .geo-line {
    margin-top: 0;
  }
  .geo-line:after {
    display: none;
  }
  .geo-line .custom-select-body {
    float: left;
    width: 180px;
  }
  .geo-place-line {
    margin-left: 230px;
  }
  .upload-geo-type-born .custom-select-body {
    margin-right: 0;
  }
  .upload-geo-type-born .form-year {
    left: 251px;
    position: absolute;
  }
  .upload-geo-type-born .geo-place-line {
    margin-left: 312px;
  }
}

@media only screen and (min-width: 768px) {
  .form-upload {
    float: left;
  }
  .form-block {
    margin-left: 326px;
  }
}

@media only screen and (min-width: 932px) {
  .form-upload-dropzone,
  .form-upload-workspace {
    width: 340px;
  }
  .form-upload-area {
    padding: 128px 70px 135px;
  }
  .form-block {
    margin-left: 380px;
  }
  .geo-block,
  .tag-block {
    margin-top: 8px;
  }
  .geo-block:first-child,
  .tag-block:first-child {
    margin-top: 0;
  }
  .geo-line {
    margin-top: 0;
  }
  .geo-line:after {
    display: none;
  }
  .geo-line .custom-select-body {
    float: left;
    width: 120px;
  }
  .geo-place-line {
    margin-left: 170px;
  }
  .upload-geo-type-born .custom-select-body {
    margin-right: 0;
  }
  .upload-geo-type-born .form-year {
    left: 191px;
    position: absolute;
  }
  .upload-geo-type-born .geo-place-line {
    margin-left: 252px;
  }
}

.preload,
.popup-preload {
  background: #000;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  color: #202020;
  position: fixed;
  text-align: center;
  z-index: 200;
  min-width: 320px;
}

.preload,
.popup-preload {
  background-image: url(../images/preload.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.preload,
.switching-popups .popup-preload {
  display: none;
}

.preload-line,
.preload-progress {
  background-color: #d4be8f;
  height: 2px;
  left: 0;
  margin-top: -1px;
  overflow: visible;
  position: absolute;
  top: 50%;
  width: 100%;
}

.preload-line {
  opacity: 0.2;
}

.preload-value {
  color: #202020;
  font-family: "bebasneueregular", sans-serif;
  padding-top: 11px;
  position: absolute;
  right: 100%;
  text-align: right;
  text-transform: uppercase;
  top: 50%;
}

.preload-num {
  font-size: 266.66667%;
  line-height: 1.1;
}

.preload-label {
  font-size: 106.66667%;
}

@media only screen and (min-width: 1200px) {
  .desktop .preload,
  .desktop .popup-preload {
    min-height: 600px;
  }
}

@media only screen and (min-width: 960px) {
  .desktop .popup-preload {
    top: 0;
  }
}

.header {
  background-image: url(../images/header-pattern.jpg);
  background-position: 0 50%;
  background-repeat: repeat-x;
  color: #fff;
  height: 54px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.modal {
  bottom: 0;
  display: none;
  left: 0;
  overflow: hidden;
  outline: none;
  position: fixed;
  right: 0;
  top: 54px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  z-index: 2;
}

.modal.active {
  display: block;
}

.modal-background {
  background-image: url(../images/modal-bg.jpg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: hidden;
  position: fixed;
}

.modal-content {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  overflow: auto;
  position: absolute;
}

.modal-content h2 {
  color: #d4be8f;
  font-size: 146.66667%;
  font-family: "bebasneueregular", sans-serif;
  margin: 0 0 20px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
}

.modal-content h4 {
  color: #75684d;
  font-size: 93.33333%;
  font-family: "warhelioscondcregular", sans-serif;
  margin: 0 0 10px;
  padding: 0;
}

.modal-table {
  display: table;
  height: 100%;
  width: 100%;
}

.modal-cell {
  display: table-cell;
  padding: 45px 0 25px;
  text-align: center;
  vertical-align: middle;
}

.modal-text {
  text-align: left;
  margin: 0 auto;
  max-width: 480px;
}

.modal-text p {
  margin-top: 20px;
}

.modal-text h3 {
  font-size: 133.33333%;
  font-family: "bebasneuebold", sans-serif;
  margin: 25px 0 20px;
  padding: 0;
  text-align: center;
  text-transform: none;
}

.modal-text ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin-top: 20px;
}

.modal-text ul li {
  padding: 1px 0 1px 14px;
  position: relative;
}

.modal-text ul li:before {
  background: #efeeec;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  top: 10px;
  width: 4px;
}

.modal-whiteboard {
  margin: 0 -13px;
}

.modal-form {
  background: #fff;
  color: #202020;
  margin: 0 auto;
  padding: 20px;
  text-align: left;
  width: 272px;
}

.modal-form .form-error,
.modal-form .form-notice,
.modal-form .form-element {
  margin-bottom: 20px;
}

.modal-form .form-input,
.modal-form input[type=text],
.modal-form input[type=password] {
  text-transform: none;
}

.user-agreement {
  color: #202020;
}

.desktop .user-agreement {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .user-agreement:hover {
  color: #75684d;
}

.remember-checkbox {
  float: left;
}

.forget-wrapper {
  float: right;
  line-height: 19px;
  margin-right: -21px;
}

.forget {
  color: #414141;
}

.desktop .forget {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .forget:hover {
  color: #75684d;
}

.login-social {
  background: #fff;
  border-top: 1px solid #ccc;
  color: #202020;
  margin: 0 auto;
  overflow: hidden;
  padding: 20px;
  position: relative;
  text-align: left;
  width: 272px;
}

.login-social-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.login-social-list__item {
  display: block;
  float: left;
  height: 42px;
  margin-left: 4px;
  width: 42px;
}

.login-social-list__item:first-child {
  margin-left: 0;
}

.login-social-list__item-link {
  background: #ededed;
  display: block;
  height: 42px;
  width: 42px;
}

.login-social-path {
  fill: #202020;
}

.desktop .login-social-path {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.desktop .login-social-list__item-link {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.desktop .login-social-list__item-link:hover .login-social-path {
  fill: #efeeec;
}

.desktop .login-social-vkontakte:hover {
  background: #3c6794;
}

.desktop .login-social-facebook:hover {
  background: #365596;
}

.desktop .login-social-twitter:hover {
  background: #00abed;
}

.desktop .login-social-googleplus:hover {
  background: #d83a2e;
}

.desktop .login-social-odnoklassniki:hover {
  background: #f2720c;
}

.desktop .login-social-instagram:hover {
  background: #e94256;
}

.modal-back {
  padding-top: 20px;
}

.modal-back-link {
  color: #efeeec;
  display: inline-block;
  height: 27px;
  margin: 0 auto;
  padding: 5px;
  text-decoration: none;
}

.modal-back-circle {
  border: 1px solid #efeeec;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 9px;
  float: left;
  margin-right: 8.5px;
  padding: 9px 8.5px;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  width: 10px;
}

.modal-back-path {
  stroke: #efeeec;
  stroke-width: 1.25;
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.modal-back-label {
  line-height: 29px;
}

.desktop .modal-back-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .modal-back-link:hover {
  color: #75684d;
}

.desktop .modal-back-link:hover .modal-back-circle {
  border-color: #75684d;
}

.desktop .modal-back-link:hover .modal-back-path {
  stroke: #75684d;
}

.menu-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.menu-list__item:before {
  background: #757575;
  content: '';
  display: block;
  height: 1px;
  margin: 0 auto;
  width: 45px;
}

.menu-list__item:first-child:before {
  display: none;
}

.menu-list__item-link {
  color: #efeeec;
  display: block;
  font-size: 200%;
  font-family: "bebasneueregular", sans-serif;
  padding: 12px 0;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop .menu-list__item-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .menu-list__item-link:hover {
  color: #d4be8f;
}

.modal-close-wrapper {
  display: block;
  height: 26px;
  padding: 15px;
  position: absolute;
  right: 0;
  top: 0;
  transform-style: flat;
  width: 26px;
}

.modal-close-circle {
  display: block;
  border: 1px solid #ccc;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 10px;
  padding: 7px;
  width: 10px;
}

.modal-close-path {
  stroke: #ccc;
  stroke-width: 1.5;
}

.desktop .modal-close-circle {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .modal-close-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .modal-close-wrapper:hover .modal-close-circle {
  border-color: #a48f64;
}

.desktop .modal-close-wrapper:hover .modal-close-path {
  stroke: #a48f64;
}

.user {
  left: 17px;
  position: absolute;
  right: 17px;
  text-align: center;
  top: 30px;
}

.user-short {
  color: #d4be8f;
  display: inline-block;
  text-decoration: none;
}

.user-photo {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 70px;
  display: block;
  margin: 0 auto 10px;
  overflow: hidden;
  position: relative;
  width: 70px;
}

.user-photo img {
  display: block;
}

.user-name {
  display: block;
  font-size: 160%;
  font-family: "warhelioscondcboldregular", sans-serif;
  margin-bottom: 5px;
}

.user-actions {
  overflow: hidden;
  position: relative;
}

.user-actions__item {
  color: #efeeec;
  display: inline-block;
  font-size: 106.66667%;
  font-family: "warhelioscondcregular", sans-serif;
  margin: 0 7.5px;
  text-decoration: underline;
}

.user-header .menu-modal .modal-cell {
  padding-top: 160px;
}

.desktop .user-short {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .user-short:hover {
  color: #a48f64;
}

.desktop .user-actions__item {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .user-actions__item:hover {
  color: #d4be8f;
  text-decoration: underline;
}

.menu-element {
  border-left: 1px solid #414141;
  float: left;
  height: 54px;
  width: 54px;
}

.menu-element a {
  display: block;
  height: 2px;
  padding: 26px 0;
  width: 54px;
}

.desktop .menu-element a {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.desktop .menu-element a:hover {
  background-color: #efeeec;
}

.desktop .menu-element a:hover .menu-toggle-line, .desktop .menu-element a:hover .menu-toggle-line:before, .desktop .menu-element a:hover .menu-toggle-line:after {
  background-color: #202020;
}

.desktop .menu-element a:hover .menu-toggle-line:before, .desktop .menu-element a:hover .menu-toggle-line:after {
  background-color: #202020;
}

.desktop .menu-element a:hover path {
  fill: #202020;
}

.menu-toggle-wrapper {
  border-left: 0;
}

.menu-toggle-line, .menu-toggle-line:before, .menu-toggle-line:after {
  background-color: #efeeec;
  display: block;
  height: 2px;
  margin: 0 auto;
  width: 18px;
}

.menu-toggle-line:before {
  margin-top: -6px;
}

.menu-toggle-line:after {
  margin-top: 6px;
}

.menu-toggle-line:before, .menu-toggle-line:after {
  content: '';
  position: absolute;
}

.menu-element path {
  fill: #efeeec;
}

.desktop .menu-toggle-line, .desktop .menu-toggle-line:before, .desktop .menu-toggle-line:after {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.desktop .menu-toggle-line:before, .desktop .menu-toggle-line:after {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.desktop .menu-element path {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.menu-element.active a {
  background-color: #efeeec;
}

.menu-element.active a .menu-toggle-line, .menu-element.active a .menu-toggle-line:before, .menu-element.active a .menu-toggle-line:after {
  background-color: #202020;
}

.menu-element.active a .menu-toggle-line:before, .menu-element.active a .menu-toggle-line:after {
  background-color: #202020;
}

.menu-element.active a path {
  fill: #202020;
}

.menu-element .search-toggle {
  height: 16px;
  padding: 19px;
  width: 16px;
}

.upload-photo-wrapper {
  float: right;
  height: 54px;
}

.menu-element.active a {
  background-color: #efeeec;
}

.menu-element.active a .menu-toggle-line, .menu-element.active a .menu-toggle-line:before, .menu-element.active a .menu-toggle-line:after {
  background-color: #202020;
}

.menu-element.active a .menu-toggle-line:before, .menu-element.active a .menu-toggle-line:after {
  background-color: #202020;
}

.menu-element.active a path {
  fill: #202020;
}

.search-label {
  float: left;
}

.search-label,
.search-tips {
  display: none;
}

.search-input {
  overflow: hidden;
  padding: 0 19px;
  position: relative;
}

input.search-string[type=text] {
  border: none;
  height: 40px;
  line-height: 40px;
  margin-right: 40px;
}

.search-action {
  float: right;
  height: 40px;
}

.search {
  background-color: #75684d;
  display: block;
  float: left;
  height: 16px;
  padding: 12px;
  position: relative;
  width: 16px;
  z-index: 1;
}

.search path {
  fill: #efeeec;
}

.search-wrapper {
  margin: 0 auto;
  max-width: 480px;
}

.search-form {
  overflow: visible;
  position: relative;
}

.cancel-search {
  display: none;
  float: left;
  height: 12px;
  margin-left: -40px;
  padding: 14px;
  position: absolute;
  visibility: hidden;
  width: 12px;
  z-index: 1;
}

.search-cancel-path {
  stroke: #202020;
  stroke-width: 1.5;
}

.search-help {
  padding-top: 25px;
  text-align: left;
}

.search-help-title {
  color: #d4be8f;
  font-size: 113.33333%;
  font-family: "warhelioscondcboldregular", sans-serif;
  letter-spacing: .75px;
  padding-bottom: 12px;
}

.search-help-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.search-help-list__item {
  font-size: 106.66667%;
  padding: 2px 0 2px 12px;
  position: relative;
}

.search-help-list__item:before {
  background: #efeeec;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 11px;
  width: 3px;
}

.search-tips {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}

.search-tips__item {
  display: block;
}

.search-tips__item-link {
  background: #fff;
  color: #202020;
  display: block;
  font-size: 93.33333%;
  padding: 7px 18px;
  text-align: left;
  text-decoration: none;
  text-transform: uppercase;
}

.desktop .search {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.desktop .search:hover {
  background: #a48f64;
}

.desktop .cancel-search {
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.desktop .cancel-search:hover {
  background: #d4be8f;
}

.desktop .search-tips__item-link {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .search-tips__item-link:hover {
  background: #efeeec;
  color: #202020;
  text-decoration: none;
}

.welcome {
  background: #efeeec;
  color: #202020;
  left: 17px;
  margin-right: 17px;
  opacity: 0;
  padding: 15px 25px 20px;
  position: fixed;
  right: auto;
  top: 61px;
  max-width: 330px;
  z-index: 300;
}

.welcome:before {
  background: #efeeec;
  content: '';
  display: block;
  height: 10px;
  left: 5px;
  position: absolute;
  top: -5px;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 10px;
}

.welcome p {
  margin-bottom: 10px;
}

.welcome-close {
  height: 9px;
  padding: 9px;
  position: absolute;
  right: 0;
  top: 0;
  width: 9px;
}

.welcome-close-path {
  stroke: #202020;
  stroke-width: 1;
}

.desktop .welcome-close .welcome-close-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .welcome-close:hover .welcome-close-path {
  stroke: #a48f64;
}

.welcome-title {
  color: #75684d;
  font-size: 106.66667%;
  font-family: "warhelioscondcboldregular", sans-serif;
  margin-bottom: 10px;
}

.welcome-buttons-wrapper {
  height: auto;
  margin-top: 20px;
}

.welcome-buttons-wrapper .button {
  display: block;
  margin-top: 10px;
  text-align: center;
}

.welcome-buttons-wrapper .button:first-child {
  margin-top: 0;
}

@media only screen and (min-width: 414px) {
  .welcome-buttons-wrapper .button {
    float: right;
    margin-top: 0;
    width: 31%;
  }
  .welcome-buttons-wrapper .button:first-child {
    float: left;
  }
}

@media only screen and (min-width: 1024px) {
  .desktop .menu-modal,
  .desktop .search-modal,
  .desktop .login-modal,
  .desktop .logon-modal,
  .desktop .forget-modal {
    position: absolute;
    top: 0;
  }
  .desktop .menu-modal .modal-background,
  .desktop .search-modal .modal-background,
  .desktop .login-modal .modal-background,
  .desktop .logon-modal .modal-background,
  .desktop .forget-modal .modal-background {
    display: none;
  }
  .desktop .menu-modal .modal-content,
  .desktop .search-modal .modal-content,
  .desktop .login-modal .modal-content,
  .desktop .logon-modal .modal-content,
  .desktop .forget-modal .modal-content {
    padding: 0;
    position: relative;
  }
  .desktop .menu-modal .modal-content h2,
  .desktop .search-modal .modal-content h2,
  .desktop .login-modal .modal-content h2,
  .desktop .logon-modal .modal-content h2,
  .desktop .forget-modal .modal-content h2 {
    display: none;
  }
  .desktop .menu-modal .modal-table,
  .desktop .search-modal .modal-table,
  .desktop .login-modal .modal-table,
  .desktop .logon-modal .modal-table,
  .desktop .forget-modal .modal-table {
    display: block;
  }
  .desktop .menu-modal .modal-cell,
  .desktop .search-modal .modal-cell,
  .desktop .login-modal .modal-cell,
  .desktop .logon-modal .modal-cell,
  .desktop .forget-modal .modal-cell {
    display: block;
    padding: 0;
  }
  .desktop .menu-modal .modal-whiteboard,
  .desktop .search-modal .modal-whiteboard,
  .desktop .login-modal .modal-whiteboard,
  .desktop .logon-modal .modal-whiteboard,
  .desktop .forget-modal .modal-whiteboard {
    margin: 0;
  }
  .desktop .menu-modal .modal-back,
  .desktop .search-modal .modal-back,
  .desktop .login-modal .modal-back,
  .desktop .logon-modal .modal-back,
  .desktop .forget-modal .modal-back {
    display: none;
  }
  .desktop .menu-modal .modal-close-wrapper,
  .desktop .search-modal .modal-close-wrapper,
  .desktop .login-modal .modal-close-wrapper,
  .desktop .logon-modal .modal-close-wrapper,
  .desktop .forget-modal .modal-close-wrapper {
    display: none;
  }
  .desktop .menu-element {
    display: none;
  }
  .desktop .menu-modal {
    display: block;
    float: left;
    margin-right: 60px;
    position: relative;
    right: auto;
    z-index: 3;
  }
  .desktop .menu-modal .modal-background {
    display: none;
  }
  .desktop .menu-modal .modal-content {
    display: table;
    height: 54px;
    padding: 0;
    position: relative;
    right: auto;
  }
  .desktop .menu-modal .modal-table {
    display: table-cell;
  }
  .desktop .menu-modal .modal-cell {
    display: block;
    padding: 0;
  }
  .desktop .menu-modal .modal-close-wrapper {
    display: none;
  }
  .desktop .user-header .menu-modal .modal-content {
    width: 1px;
  }
  .desktop .menu-list {
    display: block;
    height: 54px;
  }
  .desktop .menu-list__item {
    border-right: 1px solid #414141;
    display: block;
    float: left;
    height: 54px;
    line-height: 54px;
  }
  .desktop .menu-list__item:before {
    display: none;
  }
  .desktop .menu-list__item-home {
    display: none;
  }
  .desktop .menu-list__item-link {
    color: #efeeec;
    display: block;
    font-size: 106.66667%;
    font-family: "bebasneueregular", sans-serif;
    height: 54px;
    line-height: 54px;
    padding: 0 25px;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: background 0.3s ease-in-out;
    -o-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
    white-space: nowrap;
  }
  .desktop .menu-list__item-link:hover {
    background: #a48f64;
    color: #efeeec;
  }
  .desktop .menu-list__item-link.active {
    background: #75684d;
  }
  .desktop .menu-list__item-link.active:hover {
    background: #a48f64;
  }
  .desktop .user {
    border-right: 1px solid #414141;
    display: table-cell;
    left: 0;
    padding: 0 25px;
    position: relative;
    right: auto;
    top: 0;
    vertical-align: middle;
  }
  .desktop .user-short {
    display: inline;
    margin: 0;
    overflow: hidden;
    position: relative;
    text-align: left;
  }
  .desktop .user-photo {
    float: left;
    height: 40px;
    margin: 0;
    width: 40px;
  }
  .desktop .user-name {
    font-size: 106.66667%;
    margin: 0 0 0 55px;
    white-space: nowrap;
  }
  .desktop .user-actions {
    display: table;
    margin-left: 55px;
  }
  .desktop .user-actions__item-wrapper {
    display: table-cell;
    line-height: 1.15;
  }
  .desktop .user-actions__item-wrapper .user-actions__item {
    font-size: 80%;
    margin: 0 0 0 12px;
    white-space: nowrap;
  }
  .desktop .user-actions__item-wrapper:first-child .user-actions__item {
    margin-left: 0;
  }
  .desktop .welcome {
    top: 59px;
  }
  .desktop .welcome:before {
    left: 22px;
  }
  .desktop .search-modal {
    display: block;
    height: 54px;
    overflow: visible;
    position: relative;
  }
  .desktop .search-modal .modal-content {
    overflow: visible;
  }
  .desktop .search-wrapper {
    margin: 0;
    overflow: visible;
    padding: 7px 60px 0;
    position: relative;
    max-width: none;
  }
  .desktop .cancel-search {
    display: block;
  }
  .desktop .search {
    position: relative;
    z-index: 2;
  }
  .desktop .search-help {
    background: #1f1f1f;
    border: 1px solid #676767;
    display: none;
    margin-top: 13px;
    padding-top: 0;
    position: absolute;
  }
  .desktop .search-help:before {
    background: #1f1f1f;
    border: 1px solid #676767;
    content: '';
    display: block;
    height: 9px;
    margin: -6px 0 0 30px;
    position: absolute;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    transform-style: flat;
    width: 9px;
  }
  .desktop .search-tips {
    right: auto;
  }
  .desktop .search-help-container {
    background: #1f1f1f;
    padding: 15px 25px;
    position: relative;
    z-index: 2;
  }
  .desktop .upload-photo-wrapper {
    margin-left: 60px;
    position: relative;
    z-index: 3;
  }
  .desktop .login-modal,
  .desktop .logon-modal,
  .desktop .forget-modal {
    bottom: auto;
    right: auto;
    top: 54px;
    width: 312px;
  }
  .desktop .forget-modal .modal-content h2 {
    background: #fff;
    color: #202020;
    display: block;
    font-size: 120%;
    margin: 0 0 -5px;
    padding: 20px 20px 0;
    text-align: left;
    text-transform: none;
  }
  .desktop .agreement-modal .modal-cell {
    padding-top: 25px;
  }
  .desktop .agreement-modal .modal-text {
    padding: 0 56px;
    max-width: 1000px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .header {
    position: absolute;
  }
  .desktop .search-label {
    color: #d4be8f;
    display: block;
    font-size: 106.66667%;
    font-family: "bebasneueregular", sans-serif;
    height: 40px;
    line-height: 40px;
    margin-right: 20px;
    text-transform: uppercase;
  }
  .desktop .search-form {
    margin: 0 auto;
    max-width: 760px;
  }
}

.modal-content,
.popup-content,
.body-content,
.main-content {
  padding: 0 17px;
}

@media only screen and (min-width: 414px) {
  .modal-content,
  .popup-content,
  .body-content,
  .main-content {
    padding: 0 25px;
  }
}

@media only screen and (min-width: 600px) {
  .modal-content,
  .popup-content,
  .main-content {
    padding: 0 35px;
  }
}

@media only screen and (min-width: 768px) {
  .modal-content,
  .popup-content,
  .main-content {
    padding: 0 45px;
  }
}

@media only screen and (min-width: 932px) {
  .popup-content {
    padding: 0 56px;
  }
}

@media only screen and (min-width: 960px) {
  .modal-content {
    padding: 0 56px;
  }
  .body-content,
  .main-content {
    padding: 0 30px;
  }
}

.footer {
  background: #202020;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px 0 25px;
  position: relative;
  right: 0;
  text-align: center;
}

.share-list {
  display: inline-block;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 -13px;
}

.share-list__item {
  display: block;
  float: left;
  height: 42px;
  margin: 0 9px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.share-list__item-link {
  display: block;
  height: 42px;
  width: 42px;
}

.share-list__item-path {
  fill: #efeeec;
}

.desktop .share-list__item-path {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.desktop .share-vkontakte:hover .share-list__item-path {
  fill: #3c6794;
}

.desktop .share-facebook:hover .share-list__item-path {
  fill: #365596;
}

.desktop .share-twitter:hover .share-list__item-path {
  fill: #00abed;
}

.desktop .share-googleplus:hover .share-list__item-path {
  fill: #d83a2e;
}

.sound {
  display: none;
  float: left;
  height: 42px;
  margin: 0 9px 0 16px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.sound-toggle {
  background-color: rgba(255, 255, 255, 0.05);
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 42px;
  overflow: hidden;
  position: relative;
  width: 42px;
}

.sound-path {
  fill: #efeeec;
}

.sound-off {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  opacity: 0;
  position: absolute;
}

.desktop .sound {
  display: block;
}

.desktop .sound-path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .sound-toggle {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .sound-toggle:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.desktop .sound-toggle.sound-is-on .sound-on {
  opacity: 1;
}

.desktop .sound-toggle.sound-is-on .sound-off {
  opacity: 0;
}

.desktop .sound-toggle.sound-is-on:hover .sound-off {
  opacity: 0.5;
}

.desktop .sound-toggle.sound-is-on:hover .sound-on {
  opacity: 0;
}

.desktop .sound-toggle.sound-is-off .sound-off {
  opacity: 1;
}

.desktop .sound-toggle.sound-is-off .sound-on {
  opacity: 0;
}

.desktop .sound-toggle.sound-is-off:hover .sound-off {
  opacity: 0;
}

.desktop .sound-toggle.sound-is-off:hover .sound-on {
  opacity: 0.5;
}

.footer-bottom {
  display: table;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.footer-logo {
  display: table-cell;
  text-align: left;
  vertical-align: middle;
  width: 130px;
}

.footer-logo img {
  max-width: 130px;
}

.copyright {
  display: table-cell;
  font-size: 80%;
  text-align: right;
  vertical-align: middle;
}

.copyright-left {
  display: table;
  float: right;
  text-align: left;
}

.copyright-line {
  display: table-row;
  white-space: nowrap;
}

.desktop .footer-logo {
  opacity: 0.66;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.desktop .footer-logo:hover {
  opacity: 1;
}

@media only screen and (min-width: 414px) {
  .footer-logo {
    width: 135px;
  }
  .footer-logo img {
    max-width: 135px;
  }
}

@media only screen and (min-width: 600px) {
  .copyright-line {
    display: inline;
  }
}

@media only screen and (min-width: 768px) {
  .footer {
    padding-bottom: 20px;
  }
  .share-list {
    float: right;
    margin-left: 0;
    margin-right: -18px;
  }
  .footer-bottom {
    height: 42px;
    margin-top: 0;
    width: auto;
  }
  .copyright {
    padding-left: 25px;
  }
  .copyright-line {
    display: table-row;
  }
}

@media only screen and (min-width: 960px) {
  .desktop .footer {
    background: none;
    padding-top: 0;
    position: absolute;
  }
  .desktop .sound-toggle {
    background: #2f2f2f;
  }
  .desktop .sound-toggle:hover {
    background-color: #202020;
  }
  .copyright-line {
    display: inline;
  }
}

/* popups */
.popup-preload {
  right: auto;
  min-width: 320px;
  width: 932px;
}

.popup-overlay {
  background: rgba(0, 0, 0, 0.6);
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  position: fixed;
  min-width: 320px;
  z-index: 1;
}

.close-popup {
  display: block;
  height: 26px;
  left: 866px;
  padding: 15px;
  position: fixed;
  text-align: center;
  top: 0;
  width: 26px;
  z-index: 1;
}

.close-popup-circle {
  border: 1px solid #202020;
  border-width: 0;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 14px;
  padding: 6px;
  width: 14px;
}

.close-popup-path {
  stroke: #202020;
  stroke-width: 1.45;
}

.popup-list__item {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  display: none;
  overflow: auto;
  position: fixed;
  z-index: 1;
}

.desktop .close-popup:hover .close-popup-circle {
  border-color: #aaa;
}

.desktop .close-popup:hover .close-popup-path {
  stroke: #aaa;
}

.desktop .close-popup .close-popup-circle {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .close-popup .close-popup-path {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

@media only screen and (min-width: 600px) {
  .close-popup {
    padding: 20px;
  }
}

@media only screen and (max-width: 931px) {
  .close-popup {
    left: auto;
    right: 0;
    top: 54px;
  }
  .close-popup-circle {
    border-width: 1px;
    height: 10px;
    padding: 7px;
    width: 10px;
  }
  .close-popup-path {
    stroke-width: 1.55;
  }
  .popup-overlay,
  .popup-side,
  .popup-list__item {
    bottom: 0;
    height: auto;
    top: 54px;
  }
}

@media only screen and (min-width: 1200px) {
  .desktop .popup-overlay,
  .desktop .popup-side,
  .desktop .popup-list__item {
    min-height: 600px;
  }
}

.popup-container {
  background: #efeeec;
  color: #202020;
  min-height: 100%;
  overflow: hidden;
  position: relative;
  min-width: 320px;
  width: 932px;
}

.popup-side {
  bottom: 0;
  display: none;
  left: 932px;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}

.popup-content {
  margin-bottom: 45px;
}

.popup-content h2 {
  border-bottom: 1px solid #75684d;
  font-size: 213.33333%;
  font-family: "bebasneueregular", sans-serif;
  font-weight: normal;
  margin: 0 0 40px;
  padding: 45px 30px 20px 0;
}

.popup-content h3 {
  font-size: 146.66667%;
  font-family: "bebasneueregular", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 0 20px;
}

.form-wrapper {
  margin-bottom: 50px;
}

.form-content {
  padding: 35px 0 50px 40px;
}

@media only screen and (max-width: 959px) {
  .popup-preload {
    right: 0;
    width: auto;
    max-width: 932px;
  }
  .popup-container {
    width: auto;
    max-width: 932px;
  }
}

@media only screen and (max-width: 767px) {
  .popup-content h2 {
    padding-top: 35px;
  }
  .form-wrapper {
    margin-bottom: 0;
  }
  .form-content {
    padding: 35px 0 0;
  }
}

@media only screen and (max-width: 599px) {
  .popup-content {
    margin-bottom: 35px;
  }
  .popup-content h2 {
    font-size: 173.33333%;
    margin-bottom: 35px;
    padding-top: 25px;
  }
  .form-content {
    padding-top: 25px;
  }
}

.favourites {
  padding: 10px 0;
}

.busy .toggle-favourites {
  color: #999;
}

#cnvs {
  background: rgba(0, 0, 0, 0.25);
  left: -9999px;
  position: absolute;
  top: 0;
  visibility: hidden;
  z-index: 99999;
}

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

.clearfix:after {
  clear: both;
}

.clearfix {
  *zoom: 1;
}

/* Clearfix end */
#popup-story .popup-container {
  background: none;
}

.story-header {
  background: url(../images/story-header-pattern.jpg) 0 0 repeat-x;
  border-top: 1px solid #414141;
  height: 48px;
  left: 0;
  line-height: 48px;
  overflow: hidden;
  position: fixed;
  width: 100%;
  max-width: 932px;
  z-index: 10;
}

.story-header .close-popup {
  left: auto;
}

.story-user {
  float: left;
  font-size: 93.33333%;
  padding-left: 17px;
}

.story-profile {
  color: #efeeec;
  display: block;
  text-decoration: none;
}

.story-user-photo {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  float: left;
  height: 32px;
  margin: 8px 12px 8px 0;
  overflow: hidden;
  position: relative;
  width: 32px;
}

.story-user-photo img {
  -webkit-border-radius: 50%;
  border-radius: 50%;
}

.story-user-name {
  color: #d4be8f;
  font-family: "warhelioscondcboldregular", sans-serif;
}

.story-actions {
  float: right;
}

.story-action-link {
  display: block;
  float: left;
  height: 14px;
  padding: 17px;
  position: relative;
  top: 0;
  width: 14px;
}

.story-popup-edit {
  height: 16px;
  margin-right: -10px;
  padding: 16px;
  width: 16px;
}

.story-edit-path {
  fill: #efeeec;
}

.story-close-path {
  stroke-width: 1.45;
  stroke: #efeeec;
}

.story-body {
  background: url(../images/story-top.png) 0 48px no-repeat, url(../images/story-pattern.jpg) 0 0 repeat-y;
  padding-top: 48px;
  position: relative;
}

.story-body .popup-content {
  margin-bottom: 0;
  padding-bottom: 22px;
}

.story-body-blank .popup-content {
  position: relative;
}

@media only screen and (min-width: 932px) {
  .story-body .popup-content {
    padding-bottom: 0;
  }
}

.story-body-top {
  background: url(../images/story-border-horizontal.png) 0 0 repeat-x, url(../images/story-border-vertical.png) 0 0 repeat-y, url(../images/story-border-horizontal.png) 0 100% repeat-x, url(../images/story-border-vertical.png) 100% 0 repeat-y;
  margin-top: 15px;
  overflow: hidden;
  position: relative;
  text-align: center;
  padding-bottom: 20px;
}

.story-photo {
  margin: 0 -10px;
  position: relative;
}

.story-photo-image {
  bottom: 10.71429%;
  left: 7.48792%;
  overflow: hidden;
  position: absolute;
  right: 15.21739%;
  top: 5.2521%;
  -webkit-transform: rotate(1.9deg);
  -ms-transform: rotate(1.9deg);
  -o-transform: rotate(1.9deg);
  transform: rotate(1.9deg);
}

.story-photo-border {
  position: relative;
  z-index: 1;
}

.story-photo-landscape {
  margin: 0 -13px 0 -7px;
}

.story-photo-landscape .story-photo-image {
  bottom: 14.734299516908%;
  left: 5.252100840336%;
  right: 10.714285714286%;
  top: 7.971014492754%;
  -webkit-transform: rotate(-1.9deg);
  -ms-transform: rotate(-1.9deg);
  -o-transform: rotate(-1.9deg);
  transform: rotate(-1.9deg);
}

/* my styles */
.story-name {
  background: url(../images/story-name-text-underline.png) 0 -5px repeat;
  font-family: "bebasneuebold", sans-serif;
  font-size: 240%;
  line-height: 51px;
  margin: 0 auto;
  max-width: 320px;
  min-height: 153px;
  text-transform: uppercase;
}

.story-title {
  font-family: "bebasneueregular", sans-serif;
  font-size: 120%;
  margin: 0 auto;
  margin-top: 3px;
  max-width: 320px;
  text-transform: uppercase;
}

.story-button-wrapper {
  padding: 20px 0;
}

.story-button-link {
  position: relative;
}

.story-icon-wrapper {
  height: 23px;
  left: 20px;
  margin-top: -11.5px;
  position: absolute;
  top: 50%;
  width: 14px;
}

.story-icon-opacity {
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.3s linear;
  -o-transition: opacity 0.3s linear;
  transition: opacity 0.3s linear;
}

.story-button-mark .story-icon-opacity {
  opacity: 1;
}

.favourites-add .story-button-mark .story-icon-opacity {
  opacity: 0;
}

.story-button-label {
  padding-left: 23px;
}

.story-name-check-wrapper,
.story-bullet-1-wrapper,
.story-passport-wrapper,
.story-bullet-2-wrapper,
.story-star-wrapper {
  display: none;
}

.story-dates {
  font-size: 120%;
  overflow: hidden;
  padding: 33px 0;
  position: relative;
  text-align: center;
}

.story-dates__item {
  margin: 0 auto;
  max-width: 250px;
}

.story-dates__item:first-child {
  margin-bottom: 15px;
}

.story-dates-label {
  font-family: "bebasneueregular", sans-serif;
  letter-spacing: -1px;
  text-transform: uppercase;
}

.story-dates-value {
  line-height: 39px;
  margin-top: -3px;
  background: url(../images/story-label-text-underline.png) 0 -8px repeat;
}

.story-dates-value a {
  color: #202020;
  text-decoration: none;
}

.unknown {
  display: block;
  margin: 0 auto;
  position: relative;
  top: 4px;
  -webkit-transform: rotate(0.5deg);
  -ms-transform: rotate(0.5deg);
  -o-transform: rotate(0.5deg);
  transform: rotate(0.5deg);
}

.story-way,
.story-geo {
  background: url(../images/story-border-vertical.png) 0 0 repeat-y, url(../images/story-border-horizontal.png) 0 100% repeat-x, url(../images/story-border-vertical.png) 100% 0 repeat-y;
  padding-bottom: 36px;
  position: relative;
  text-align: center;
}

.story-way {
  background: url(../images/story-border-vertical.png) 0 0 repeat-y, url(../images/story-border-vertical.png) 100% 0 repeat-y;
  margin-top: 10px;
}

.story-way-title,
.story-geo-subtitle {
  font-family: "bebasneueregular", sans-serif;
  font-size: 186.66667%;
  text-transform: uppercase;
}

.story-way-title-wrapper {
  margin: 0 -11px;
  position: relative;
  overflow: hidden;
  top: -20px;
  padding: 0 30px;
}

.story-way-title {
  display: inline;
  max-width: 80%;
  position: relative;
}

.story-way-title:before, .story-way-title:after {
  background: url(../images/story-border-horizontal.png) 0 0 repeat-x;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 15px;
  width: 999px;
}

.story-way-title:before {
  left: -1014px;
}

.story-way-title:after {
  right: -1014px;
}

.story-way-title-blank:before {
  left: -996px;
}

.story-way-title-blank:after {
  right: -996px;
}

.story-way-text {
  background: url(../images/story-way-text-underline.png) 0 -7px repeat;
  font-size: 106.66667%;
  line-height: 33px;
}

.story-geo-title-wrapper {
  margin: 0 -11px;
  margin-bottom: 12px;
  position: relative;
  overflow: hidden;
  padding: 0 30px;
}

.story-geo-title {
  font-size: 146.66667%;
}

.story-geo-title {
  display: inline;
  max-width: 80%;
  position: relative;
}

.story-geo-title:before, .story-geo-title:after {
  background: url(../images/story-border-horizontal.png) 0 0 repeat-x;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 11px;
  width: 999px;
}

.story-geo-title:before {
  left: -1014px;
}

.story-geo-title:after {
  right: -1014px;
}

.story-geo-subtitle {
  margin-left: auto;
  margin-right: auto;
  letter-spacing: 4px;
  max-width: 260px;
}

.story-geo-title,
.story-geo-subtitle,
.story-geo-text {
  font-family: "bebasneueregular", sans-serif;
}

.story-geo-text {
  font-size: 120%;
  letter-spacing: 2px;
  margin-top: 5px;
}

.story-tags {
  font-size: 93.33333%;
  overflow: hidden;
  padding-top: 12px;
  position: relative;
  text-align: center;
}

.story-tags-title {
  margin-bottom: 7px;
}

.story-tags-list-wrapper {
  line-height: 25px;
}

.story-tags-list,
.story-tags-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.story-tags-list {
  display: inline-block;
  position: relative;
}

.story-tags-list__item,
.story-tags-list__item-link {
  display: inline-block;
}

.story-tags-list__item {
  background: #faf4d9;
  margin-bottom: 4px;
  padding: 0 10px;
  position: relative;
  z-index: 1;
}

.story-tags-list__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 51px;
  height: 25px;
  top: 0;
  left: -15px;
  z-index: 1;
  background: url(../images/story-tag-left-bg.png) 0 0 no-repeat;
}

.story-tags-list__item:after {
  content: "";
  display: block;
  position: absolute;
  width: 52px;
  height: 25px;
  top: 0px;
  right: -15px;
  z-index: 1;
  background: url(../images/story-tag-right-bg.png) 0 0 no-repeat;
}

.story-tags-list__item-link {
  color: #202020;
  position: relative;
  text-align: center;
  text-decoration: none;
  min-width: 52px;
  z-index: 2;
}

.story-controls-link-wrapper {
  display: table;
  position: relative;
  overflow: hidden;
  width: 100%;
}

.story-controls-link {
  background-color: #1c1713;
  border-bottom: 1px solid #414141;
  color: #efeeec;
  display: table-cell;
  font-family: "warhelioscondcboldregular", sans-serif;
  font-size: 93.33333%;
  height: 66px;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
  vertical-align: middle;
  width: 50%;
}

.story-link-text {
  display: inline-block;
}

.icon-arrow-wrapper {
  display: inline-block;
  height: 15px;
  vertical-align: middle;
  width: 8px;
}

.story-prev {
  border-right: 1px solid #414141;
  padding-left: 17px;
  text-align: left;
}

.story-prev .icon-arrow-wrapper {
  padding-right: 17px;
}

.story-next {
  padding-right: 17px;
  text-align: right;
}

.story-next .icon-arrow-wrapper {
  padding-left: 17px;
}

.arrow-icon-path {
  fill: #efeeec;
  -webkit-transition: fill 0.3s linear;
  -o-transition: fill 0.3s linear;
  transition: fill 0.3s linear;
}

.desktop .story-controls-link:hover {
  color: #d4be8f;
}

.desktop .story-controls-link:hover .arrow-icon-path {
  fill: #d4be8f;
}

.story-body .popup-content,
.story-sharing .popup-content,
.story-comments .popup-content {
  margin-bottom: 0;
}

.story-body-top,
.story-dates,
.story-way,
.story-geo,
.story-tags {
  margin-left: -11px;
  margin-right: -11px;
  padding-left: 11px;
  padding-right: 11px;
}

.story-sharing {
  background-color: #efeeec;
  border-bottom: 2px solid #e2d6ca;
  overflow: hidden;
  padding-bottom: 30px;
  padding-top: 17px;
  position: relative;
  text-align: center;
}

.story-sharing-title {
  font-size: 106.66667%;
  margin-bottom: 10px;
}

.story-sharing-list,
.story-sharing-list__item {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.story-sharing-list {
  margin: 0 -5px;
}

.story-sharing-list__item,
.story-sharing-list__item-link {
  display: inline-block;
}

.story-sharing-list__item {
  padding: 0 4px 7px;
}

.story-sharing-list__item-link {
  color: #202020;
  display: block;
  border: 2px solid #e0e0e0;
  line-height: 20px;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story-sharing-list__item-link-icon-wrapper {
  display: inline-block;
  height: 40px;
  vertical-align: middle;
  width: 40px;
}

.story-icon-svg {
  height: 20px;
  width: 20px;
}

.story-icon-share {
  fill: #d4be8f;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story-sharing-list__item-link-shares-count {
  display: inline-block;
  font-size: 93.33333%;
  vertical-align: middle;
  padding-right: 20px;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story-sharing-button-wrapper {
  height: 42px;
  margin-top: 5px;
  position: relative;
  text-align: center;
}

.story-sharing-button-link {
  background-color: #f4eddb;
  background: #f4eddb url(../images/story-button-pattern.png) repeat 0 0;
  color: #202020;
  display: inline-block;
  height: 42px;
  line-height: 42px;
  padding: 0 15px;
  position: relative;
  text-decoration: none;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}

.story-sharing-button-icon {
  display: block;
  height: 15px;
  width: 14px;
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 15px;
}

.story-sharing-button-text {
  font-size: 93.33333%;
  padding-left: 25px;
}

.desktop .story-sharing-list__item-link:hover .story-sharing-list__item-link-shares-count {
  color: white;
}

.desktop .story-sharing-list__item-link:hover .story-icon-share {
  fill: #efeeec;
}

.desktop .story-share-vkontakte:hover {
  background-color: #3c6794;
  border-color: #3c6794;
}

.desktop .story-share-facebook:hover {
  background-color: #365596;
  border-color: #365596;
}

.desktop .story-share-twitter:hover {
  background-color: #00abed;
  border-color: #00abed;
}

.desktop .story-share-googleplus:hover {
  background-color: #d83a2e;
  border-color: #d83a2e;
}

.desktop .story-share-livejournal:hover {
  background-color: #6095c9;
  border-color: #6095c9;
}

.desktop .story-sharing-button-link:hover {
  background-color: #a48f64;
  background-image: none;
  color: #efeeec;
}

.desktop .story-sharing-button-link:hover .story-icon-opacity {
  opacity: 1;
}

.story-comments {
  background: url(../images/story-comments-bg.jpg);
  color: #efeeec;
  padding-top: 28px;
}

.story-comments-title {
  display: block;
  font-size: 120%;
  margin-bottom: 16px;
}

.story-comments-login,
.story-comments-add-status {
  background-color: #1c1713;
  border: 1px solid #3b3b3b;
  margin-bottom: 21px;
  padding: 21px 30px 27px;
  text-align: center;
}

.story-comments-add-status {
  display: none;
  font-size: 106.66667%;
  padding-top: 27px;
}

.story-comments-login-link {
  color: #efeeec;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.story-login-form {
  display: block;
  text-align: left;
}

.story-login-form .form-error {
  margin-bottom: 20px;
}

.story-comments-login-text {
  padding-bottom: 10px;
}

.story-login-input-wrapper {
  margin-bottom: 20px;
}

.story-login-input-holder {
  margin: 0 21px;
}

.story-comments-add-wrapper {
  overflow: hidden;
  padding-bottom: 30px;
  position: relative;
}

.story-comments-add-title {
  color: #d4be8f;
  font-size: 106.66667%;
  margin-bottom: 15px;
}

.story-comments-add-textarea-wrapper {
  margin: 0 21px 20px;
}

.story-comments-add-button-wrapper {
  display: inline-block;
  float: left;
  margin: 0 30px 0 0;
}

.story-comments-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 4px;
  position: relative;
}

.story-comments-list__item {
  margin-bottom: 21px;
}

.story-comments-list__item-author,
.story-comments-list__item-data {
  display: inline-block;
  margin-bottom: 6px;
}

.story-comments-list__item-text {
  line-height: 1.33;
}

.story-comments-list__item-author {
  color: #d4be8f;
  font-family: "bebasneuebold", sans-serif;
  font-size: 106.66667%;
  line-height: 1.50;
  padding-right: 10px;
}

.story-comments-list__item-data {
  color: #7b7b7b;
  font-size: 93.33333%;
}

.story-comments-load-more {
  border-top: 1px solid #757575;
  height: 65px;
  line-height: 65px;
  text-align: center;
  vertical-align: middle;
}

.story-comments-load-more-link {
  color: #efeeec;
  display: block;
  position: relative;
}

.desktop .story-comments-load-more-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .story-comments-load-more-link:hover {
  color: #a48f64;
}

.desktop .story-comments-load-more-link.busy {
  color: #757575;
  cursor: default;
}

.desktop .story-comments-load-more-link.busy:hover {
  color: #757575;
}

.story-comments-load-preload {
  background-color: #686868;
  bottom: 0;
  display: none;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
}

.comments-load-preload-active {
  display: block;
}

.story-comments-load-preload-progressbar {
  background-color: #d4be8f;
  bottom: 0;
  height: 100%;
  left: 0;
  position: absolute;
  width: 30%;
}

@media only screen and (min-width: 414px) {
  .story-way-title-wrapper,
  .story-geo-title-wrapper {
    padding: 0;
    margin: 0 -19px;
  }
  .story-way-title,
  .story-geo-title {
    display: inline-block;
  }
  .story-way-title:after, .story-way-title:before {
    top: 16.5px;
  }
  .story-geo-title:after, .story-geo-title:before {
    top: 14px;
  }
  .story-body-top,
  .story-dates,
  .story-way,
  .story-geo,
  .story-tags {
    margin-left: -19px;
    margin-right: -19px;
    padding-left: 19px;
    padding-right: 19px;
  }
  .story-geo-title-wrapper {
    margin-bottom: 12px;
  }
  .story-geo-subtitle {
    max-width: none;
  }
  .story-prev {
    padding-left: 25px;
  }
  .story-next {
    padding-right: 25px;
  }
  .story-photo {
    margin: 0 auto;
    max-width: 355px;
  }
}

@media only screen and (min-width: 600px) {
  .story-way-title-wrapper,
  .story-geo-title-wrapper {
    margin: 0 -25px;
  }
  .story-way-title {
    display: inline-block;
    max-width: 70%;
  }
  .story-body-top,
  .story-dates,
  .story-way,
  .story-geo,
  .story-tags {
    margin-left: -25px;
    margin-right: -25px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .story-name {
    font-size: 273.33333%;
  }
  .story-dates {
    width: 100%;
  }
  .story-dates__item {
    float: right;
    width: 50%;
  }
  .story-dates__item:first-child {
    float: left;
    margin-bottom: 0;
  }
  .story-dates__item-alone {
    float: none !important;
    padding-bottom: 5px;
  }
  .story-dates__item-alone .story-dates-label {
    top: 0;
  }
  .story-dates__item-alone .story-dates-value {
    vertical-align: bottom;
  }
  .story-dates-label,
  .story-dates-value {
    margin: 0 auto;
    max-width: 250px;
  }
  .story-geo-subtitle {
    font-size: 253.33333%;
    display: inline-block;
    max-width: none;
    padding: 0 20px;
    position: relative;
  }
  .story-geo-subtitle:before, .story-geo-subtitle:after {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    background-color: #202020;
    border-radius: 50%;
    position: absolute;
    top: 23px;
  }
  .story-geo-subtitle:before {
    left: 0;
  }
  .story-geo-subtitle:after {
    right: 0;
  }
  .story-geo-title:before, .story-geo-title:after {
    top: 13px;
  }
  .story-geo-subtitle {
    margin-top: 16px;
    margin-bottom: 1px;
  }
  .story-geo-text {
    font-size: 160%;
    margin-top: 0;
  }
  .story-sharing {
    padding-bottom: 19px;
    padding-top: 25px;
  }
  .story-sharing-title,
  .story-sharing-list {
    display: inline-block;
  }
  .story-sharing-title {
    margin-bottom: 15px;
    transform: translateY(1px);
  }
  .story-sharing-list__item-link-shares-count {
    padding-top: 2px;
  }
  .story-sharing-button-wrapper {
    display: block;
    margin-left: 15px;
    margin-top: 13px;
  }
  .story-sharing-list {
    margin: 0;
  }
  .story-prev {
    padding-left: 35px;
  }
  .story-next {
    padding-right: 35px;
  }
  .story-comments {
    padding-top: 21px;
  }
  .story-login-form-fields {
    padding: 0 31px;
  }
  .story-login-input-wrapper {
    float: left;
    width: 50%;
  }
  .story-login-input-holder {
    margin: 0 -10px 0 30px;
  }
  .story-login-input-wrapper:first-child .story-login-input-holder {
    margin: 0 30px 0 -10px;
  }
  .story-login-button-wrapper {
    margin: 0 -31px;
  }
  .story-comments-title {
    font-size: 160%;
  }
  .story-comments-list__item-author {
    font-size: 93.33333%;
  }
  .story-comments-list__item-text {
    font-size: 106.66667%;
  }
}

@media only screen and (min-width: 768px) {
  .story-way-title-wrapper,
  .story-geo-title-wrapper {
    margin: 0 -35px;
  }
  .story-body-top,
  .story-dates,
  .story-way,
  .story-geo,
  .story-tags {
    margin-left: -35px;
    margin-right: -35px;
    padding-left: 35px;
    padding-right: 35px;
  }
  .story-prev {
    padding-left: 45px;
  }
  .story-next {
    padding-right: 45px;
  }
  .story-body-top {
    box-sizing: border-box;
    height: 357px;
    margin-top: 49px;
    padding-bottom: 8px;
    overflow: visible;
  }
  .story-photo {
    float: none;
    left: 0px;
    max-width: 390px;
    position: absolute;
    top: -40px;
  }
  .story-photo-landscape {
    left: -6px;
    top: -5px;
    max-width: 415px;
  }
  .story-name-wrapper {
    background: url(../images/story-border-vertical.png) 0 0 repeat-y;
    box-sizing: border-box;
    height: 357px;
    margin-left: 353px;
    margin-right: -35px;
    padding-top: 44px;
  }
  .story-button-wrapper {
    padding: 30px 0;
  }
  .story-dates {
    margin-top: 15px;
  }
  .story-dates__item,
  .story-dates-label,
  .story-dates-value {
    max-width: 300px;
  }
  .story-sharing {
    padding-bottom: 0;
  }
  .story-sharing-list {
    margin-bottom: 13px;
  }
  .story-sharing-button-wrapper {
    display: inline-block;
    margin-bottom: 19px;
    margin-top: 0;
  }
  .story-login-form-fields {
    display: table;
    padding: 0;
  }
  .story-login-input-wrapper {
    display: table-cell;
    float: none;
    padding: 0 31px 0 0;
    margin: 0;
    width: 50%;
  }
  .story-login-input-wrapper:first-child {
    padding: 0 0 0 31px;
  }
  .story-login-button-wrapper {
    display: table-cell;
    float: none;
    margin: 0;
    padding-left: 20px;
  }
}

@media only screen and (min-width: 932px) {
  .story-way-title-wrapper,
  .story-geo-title-wrapper {
    margin: 0 -40px;
  }
  .story-body-top,
  .story-dates,
  .story-way,
  .story-geo,
  .story-tags {
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }
  .story-header {
    top: 0;
  }
  .story-body {
    background: url(../images/story-body-bg.jpg) 0 -6px no-repeat;
    margin-top: 48px;
    height: 1172px;
    padding-top: 54px;
    box-sizing: border-box;
  }
  .story-body-blank {
    height: auto;
  }
  .story-body-top {
    box-sizing: border-box;
    height: 357px;
    margin-top: 0;
    padding-bottom: 8px;
    overflow: visible;
  }
  .story-name-check-wrapper {
    bottom: -60px;
    display: block;
    right: 11px;
    position: absolute;
  }
  .story-passport-wrapper {
    display: block;
    position: absolute;
    bottom: -115px;
    left: 0;
  }
  .story-bullet-1-wrapper,
  .story-bullet-2-wrapper {
    display: block;
    position: absolute;
  }
  .story-bullet-1-wrapper {
    bottom: 215px;
    left: 120px;
  }
  .story-bullet-2-wrapper {
    bottom: 175px;
    right: 110px;
  }
  .story-star-wrapper {
    bottom: 15px;
    display: block;
    position: absolute;
    right: 0px;
  }
  .story-photo {
    float: none;
    left: -10px;
    max-width: 390px;
    position: absolute;
    top: -40px;
  }
  .story-photo-landscape {
    left: -15px;
    top: -10px;
    max-width: 430px;
  }
  .story-name-wrapper {
    background: url(../images/story-border-vertical.png) 0 0 repeat-y;
    box-sizing: border-box;
    height: 357px;
    margin-left: 318px;
    margin-right: -40px;
    padding-top: 44px;
  }
  .story-button-wrapper {
    padding: 30px 0;
  }
  .story-dates__item-alone {
    margin: 0;
  }
  .unknown {
    margin: 0 0 0  40px;
  }
  .story-dates {
    font-size: 100%;
    height: auto;
    padding-top: 60px;
    padding-bottom: 24px;
    box-sizing: border-box;
    margin-top: 0;
  }
  .story-dates__item {
    width: 360px;
    max-width: none;
    text-align: right;
  }
  .story-dates__item:first-child {
    text-align: left;
  }
  .story-dates-label,
  .story-dates-value {
    display: inline-block;
    text-align: left;
  }
  .story-dates-label {
    font-size: 120%;
    margin-right: 3px;
    position: relative;
    top: 3px;
    max-width: 83px;
  }
  .story-dates-value {
    background-position: 0 -8px;
    font-size: 133.33333%;
    max-width: 100%;
    width: 284px;
  }
  .story-way {
    padding-bottom: 20px;
  }
  .story-way-title {
    font-size: 213.33333%;
  }
  .story-way-title:after, .story-way-title:before {
    top: 21px;
  }
  .story-way-text {
    font-size: 120%;
    height: 280px;
    background: url(../images/story-way-text-underline-big.png) 0 -11px repeat;
    line-height: 40px;
    margin-top: -14px;
  }
  .story-geo {
    height: 195px;
    padding-bottom: 0;
  }
  .story-geo-subtitle {
    margin-top: 30px;
    max-width: 545px;
  }
  .story-tags {
    height: 78px;
    padding-top: 24px;
    padding-bottom: 0;
  }
  .story-tags-title,
  .story-tags-list-wrapper {
    float: left;
  }
  .story-tags-title {
    line-height: 25px;
    margin-right: 20px;
    margin-bottom: 1px;
    max-width: 71px;
  }
  .story-tags-list {
    display: inline-block;
    padding: 0 15px;
  }
  .story-sharing {
    padding-bottom: 0px;
    padding-top: 20px;
  }
  .story-sharing-title {
    margin-bottom: 15px;
  }
  .story-sharing-list,
  .story-sharing-button-wrapper {
    margin-bottom: 10px;
  }
  .story-tags {
    margin: 0 auto;
    width: 600px;
  }
  .story-prev {
    padding-left: 56px;
  }
  .story-next {
    padding-right: 56px;
  }
  .story-comments {
    padding-top: 27px;
  }
  .story-comments-title {
    margin-bottom: 30px;
  }
  .story-login-input-wrapper {
    max-width: 278px;
    margin-bottom: 0;
  }
  .story-login-button-wrapper {
    margin-left: 20px;
  }
  .story-comments-login {
    margin-bottom: 38px;
  }
  .story-comments-list__item {
    margin-bottom: 29px;
  }
}

#popup-about .close-popup-circle {
  border-color: #aaa;
}

#popup-about .close-popup-path {
  stroke: #aaa;
}

.desktop #popup-about .close-popup:hover .close-popup-circle {
  border-color: #ccc;
}

.desktop #popup-about .close-popup:hover .close-popup-path {
  stroke: #ccc;
}

.about-top {
  background-position: 50% 0%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #efeeec;
  padding: 80px 0 60px;
  text-align: center;
}

.about-top h3 {
  font-size: 253.33333%;
  font-weight: normal;
  letter-spacing: 3px;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
  text-transform: uppercase;
}

.about-top h3:after {
  background: #d4be8f;
  bottom: 0;
  display: block;
  content: '';
  height: 2px;
  left: 50%;
  margin-left: -46px;
  position: absolute;
  width: 92px;
}

.about-top h4 {
  color: #d4be8f;
  font-size: 160%;
  font-family: "bebasneueregular", sans-serif;
  font-weight: normal;
  letter-spacing: 2px;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.about-top p {
  font-size: 106.66667%;
  line-height: 1.55;
}

.about-body {
  background: url(../images/about-pattern.jpg) 50% 50% repeat;
  color: #efeeec;
  padding-bottom: 50px;
  text-align: center;
}

.video-content {
  padding-bottom: 50px;
}

.video-wrapper {
  overflow: hidden;
  position: relative;
}

.video-wrapper img {
  display: block;
  width: 100%;
}

.video-player {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.video-overlay {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.video-play-wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 1;
}

.video-play {
  background-color: #202020;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  display: block;
  height: 52px;
  left: 50%;
  margin: -33px 0 0 -33px;
  overflow: hidden;
  padding: 7px;
  position: absolute;
  top: 50%;
  width: 52px;
}

.video-play-path {
  fill: transparent;
  stroke: #75684d;
  stroke-width: 1.5;
}

.desktop .video-play {
  background: rgba(32, 32, 32, 0.9);
  -webkit-transition: background 0.3s ease-in-out;
  -o-transition: background 0.3s ease-in-out;
  transition: background 0.3s ease-in-out;
}

.desktop .video-play .video-play-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .video-play:hover {
  background-color: #202020;
}

.desktop .video-play:hover .video-play-path {
  stroke: #d4be8f;
}

.apple .video-overlay {
  display: none;
}

.about-body-block {
  padding-bottom: 50px;
}

.about-body-image {
  display: none;
}

.about-body-text h3 {
  color: #d4be8f;
  font-size: 160%;
  font-family: "bebasneueregular", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 0 15px;
  text-transform: uppercase;
}

.about-body-text p {
  font-size: 106.66667%;
  line-height: 1.55;
}

.about-share {
  font-size: 160%;
  font-family: "bebasneueregular", sans-serif;
  text-transform: uppercase;
}

.about-share .brown {
  color: #d4be8f;
}

.about-share a {
  color: #d4be8f;
  text-decoration: underline;
}

.desktop .about-share a:hover {
  color: #a48f64;
  text-decoration: underline;
}

.about-bottom {
  background: #efeeec;
  padding: 30px 0 0;
  text-align: left;
}

.about-bottom h4 {
  color: #202020;
  font-size: 120%;
  font-family: "warhelioscondcboldregular", sans-serif;
  font-weight: normal;
  margin: 0;
  padding: 0 0 25px;
  text-transform: uppercase;
}

.about-bottom p {
  margin: 0 0 20px;
  padding: 0;
}

.about-bottom a {
  color: #202020;
  text-decoration: underline;
}

.about-bottom ul {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 0 20px;
  padding: 0;
}

.about-bottom ul li {
  padding: 2px 0 2px 14px;
  position: relative;
}

.about-bottom ul li:before {
  background: #202020;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  content: '';
  display: block;
  height: 3px;
  left: 0;
  position: absolute;
  top: 11.5px;
  width: 3px;
}

.desktop .about-bottom a:hover {
  color: #75684d;
  text-decoration: underline;
}

@media only screen and (min-width: 600px) {
  .about-top {
    padding: 100px 0 230px;
  }
  .about-top h3 {
    font-size: 360%;
    letter-spacing: 4px;
    margin-bottom: 35px;
    padding-bottom: 35px;
  }
  .about-top h4 {
    font-size: 186.66667%;
    letter-spacing: 2.5px;
    padding-bottom: 35px;
  }
  .about-top p {
    font-size: 120%;
    line-height: 1.5;
  }
  .about-body {
    padding-bottom: 70px;
  }
  .video-content {
    margin: 0 auto -175px;
    padding: 0 35px 60px;
    position: relative;
    top: -175px;
    max-width: 720px;
  }
  .video-play {
    height: 72px;
    margin: -47px 0 0 -47px;
    padding: 11px;
    width: 72px;
  }
  .video-play-path {
    stroke-width: 2;
  }
  .about-body-block {
    padding-bottom: 65px;
  }
  .about-body-text h3 {
    font-size: 173.33333%;
    padding-bottom: 15px;
  }
  .about-body-text p {
    font-size: 120%;
    line-height: 1.5;
  }
  .about-share {
    font-size: 173.33333%;
  }
  .about-bottom {
    padding-top: 45px;
  }
  .about-bottom h4 {
    font-size: 133.33333%;
    padding-bottom: 25px;
  }
  .about-bottom p {
    margin-bottom: 25px;
  }
  .about-bottom ul {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 768px) {
  .about-body-block {
    display: table;
    padding: 0;
    position: relative;
    width: 100%;
  }
  .about-body-cell {
    display: table-cell;
    text-align: left;
    vertical-align: middle;
  }
  .about-body-image {
    width: 41%;
  }
  .about-body-image-right .about-body-cell {
    text-align: right;
  }
  .about-share {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 960px) {
  .about-top {
    padding: 160px 0 150px;
  }
  .about-top h3 {
    font-size: 480%;
    letter-spacing: 5px;
    margin-bottom: 40px;
    padding-bottom: 30px;
  }
  .about-top h4 {
    font-size: 213.33333%;
    letter-spacing: 3px;
    padding-bottom: 30px;
  }
  .about-top p {
    font-size: 133.33333%;
    line-height: 1.45;
  }
  .about-body {
    padding-bottom: 80px;
  }
  .video-content {
    margin-bottom: -75px;
    padding: 0 56px 60px;
    top: -75px;
  }
  .about-share {
    margin-top: 55px;
  }
}

#popup-editprofile .form-element {
  overflow: visible;
}

.editprofile-system-forms {
  margin-top: 40px;
  overflow: hidden;
  padding-bottom: 10px;
  position: relative;
}

.editprofile-system-form {
  border: 1px solid #ccc;
}

.editprofile-system-form:first-child {
  border-bottom: 0;
}

.editprofile-system-form .form-content {
  padding: 25px;
}

@media only screen and (min-width: 600px) {
  .editprofile-system-forms {
    margin-top: 50px;
  }
  .editprofile-system-form .form-content {
    padding: 35px;
  }
}

@media only screen and (min-width: 768px) {
  .editprofile-form .form-upload {
    margin-bottom: 0;
  }
  .editprofile-form:after {
    content: '';
    display: table;
    clear: both;
  }
  .editprofile-system-forms {
    margin-top: 0;
    padding-bottom: 0;
  }
  .editprofile-system-form {
    border: none;
    float: left;
    margin-bottom: 0;
    width: 50%;
  }
  .editprofile-system-form .form-content {
    padding: 35px 0 35px 45px;
  }
  .editprofile-system-form:first-child .form-content {
    border-right: 1px solid #ccc;
    padding-left: 0;
    padding-right: 45px;
  }
}

.profile-user {
  padding-bottom: 25px;
  text-align: center;
}

.profile-user-photo-wrapper {
  background: #fff;
  border: 1px solid #d3d3d3;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 146px;
  margin: 0 auto 15px;
  padding: 4px;
  width: 146px;
}

.profile-user-photo {
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 146px;
  overflow: hidden;
  position: relative;
  width: 146px;
}

.profile-user-name {
  font-size: 213.33333%;
  font-family: "bebasneuebold", sans-serif;
  text-transform: uppercase;
  margin-bottom: 10px;
}

.profile-user-info {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.profile-user-info__item {
  display: block;
  font-size: 106.66667%;
  line-height: 1.5;
  font-family: "warhelioscondcregular", sans-serif;
  text-align: center;
}

.profile-user-info__item-label {
  color: #75684d;
}

.profile-edit-link {
  margin-top: 10px;
}

.desktop .edit-profile {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .edit-profile:hover {
  color: #75684d;
  text-decoration: underline;
}

.profile-map {
  background-color: #202020;
  color: #efeeec;
  height: 480px;
  overflow: hidden;
  position: relative;
}

.profile-map-wrapper {
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: absolute;
}

.profile-map-controls {
  margin: 0 auto;
  padding: 10px 0 20px;
  overflow: hidden;
  position: relative;
  max-width: 320px;
  z-index: 1;
}

.profile-map-controls-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.profile-map-controls-list__item {
  display: block;
  float: left;
  width: 50%;
}

.profile-map-controls-list__item-link {
  background: #414141;
  color: #efeeec;
  display: block;
  height: 55px;
  font-size: 120%;
  font-family: "bebasneueregular", sans-serif;
  line-height: 55px;
  overflow: visible;
  position: relative;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}

.profile-map-controls-list__item-link-active {
  background: #fff;
  color: #202020;
}

.profile-map-controls-list__item-link-active:after {
  background: #fff;
  bottom: -5px;
  content: '';
  display: block;
  height: 11px;
  left: 50%;
  margin-left: -5px;
  position: absolute;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 11px;
}

.desktop .profile-map-controls-list__item-link {
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.desktop .profile-map-controls-list__item-link:not(.profile-map-controls-list__item-link-active):hover {
  background-color: #d4be8f;
  color: #75684d;
}

.profile-map-markers-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
}

.profile-map-markers-list-active {
  display: block;
}

.profile-map-markers-list__item {
  background: #231f1d;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 16px 0 #202020;
  box-shadow: 0 0 16px 0 #202020;
  display: block;
  height: 26px;
  margin: -16px 0 0 -16px;
  overflow: hidden;
  padding: 3px;
  position: absolute;
  width: 26px;
}

.profile-map-markers-list__item-number {
  color: #231f1d;
  font-size: 15px;
  font-family: "warhelioscondcboldregular", sans-serif;
  height: 25px;
  line-height: 25px;
  text-align: center;
  width: 25px;
}

.profile-map-markers-list__item-circle {
  border: 2px solid #d4be8f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  padding: 5px;
  width: 12px;
}

.profile-map-markers-list__item-circle div {
  background: #d4be8f;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 12px;
  width: 12px;
}

.profile-photos {
  background: #1c1713 url(../images/about-pattern.jpg) 0 0 repeat;
  color: #efeeec;
  padding: 16px 8.5px;
}

.profile-photos-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  column-count: 1;
  column-gap: 8.5px;
  margin: 0 auto;
  max-width: 358px;
}

.profile-photos-marked {
  display: none;
}

.profile-photos-list__item {
  display: none;
}

.veteran-border {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  color: #202020;
  display: block;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}

.veteran-vert {
  background-image: url(../images/veteran-vertical-bg.png);
  padding: 2.879581151832% 3.114754098361%;
}

.veteran-vert .veteran-city {
  background-image: url(../images/veteran-vertical-bg.png);
}

.veteran-hor {
  background-image: url(../images/veteran-horizontal-bg.png);
  padding: 3.086419753086% 3.020297029703%;
}

.veteran-hor .veteran-city {
  background-image: url(../images/veteran-horizontal-bg.png);
}

.veteran-photo {
  display: block;
  position: relative;
}

.veteran-photo img {
  width: 100%;
}

.device .profile-photos-list__item-owner .veteran-photo img {
  -webkit-filter: brightness(33%);
  filter: brightness(33%);
}

.device .profile-photos-list__item-owner .veteran-city {
  display: none;
}

.veteran-actions {
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
}

.veteran-actions-delete {
  color: #efeeec;
  display: block;
  left: 10px;
  padding: 10px;
  position: absolute;
  text-decoration: none;
  top: 10px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
  z-index: 1;
}

.veteran-actions-list {
  bottom: 10px;
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  left: 10px;
  position: absolute;
  right: 10px;
  text-align: center;
  z-index: 1;
}

.veteran-actions-list__item {
  display: block;
  float: right;
  max-width: 50%;
}

.veteran-actions-list__item:first-child {
  float: left;
}

.veteran-actions-view,
.veteran-actions-edit {
  color: #efeeec;
  display: block;
  padding: 10px;
  text-decoration: none;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  transform-style: flat;
}

.veteran-actions-icon {
  display: block;
  float: left;
  height: 24px;
  width: 24px;
}

.veteran-actions-delete .veteran-actions-icon {
  height: 14px;
  padding: 5px;
  width: 14px;
}

.veteran-actions-icon-path {
  fill: none;
  stroke: #efeeec;
  stroke-width: 1;
}

.veteran-actions-icon2-path {
  fill: #efeeec;
}

.veteran-actions-label {
  display: block;
  font-size: 93.33333%;
  font-family: "warhelioscondcregular", sans-serif;
  line-height: 24px;
  margin-left: 32px;
}

.desktop .veteran-actions-list {
  bottom: auto;
  margin-top: -38.5px;
  top: 50%;
}

.desktop .veteran-actions-list__item {
  width: 50%;
}

.desktop .veteran-actions-list__item .veteran-actions-icon {
  float: none;
  height: 28px;
  margin: 0 auto 5px;
  width: 28px;
}

.desktop .veteran-actions-list__item .veteran-actions-label {
  margin-left: 0;
}

.veteran-city {
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  color: #202020;
  display: block;
  font-size: 93.33333%;
  font-family: "warhelioscondcregular", sans-serif;
  left: 0;
  opacity: 0;
  overflow: hidden;
  padding: 7px 10px 11px;
  position: absolute;
  right: 0;
  text-align: center;
}

.loaded {
  display: inline-block;
}

.loaded .veteran-city {
  opacity: 1;
}

.desktop .veteran-border {
  cursor: default;
}

.desktop .veteran-border .veteran-photo {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
}

.desktop .veteran-border .veteran-photo img {
  -webkit-filter: brightness(100%);
  filter: brightness(100%);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.desktop .veteran-border .veteran-actions-delete {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateY(-54px);
  -ms-transform: translateY(-54px);
  -o-transform: translateY(-54px);
  transform: translateY(-54px);
}

.desktop .veteran-border .veteran-actions-list__item {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: translateX(55%);
  -ms-transform: translateX(55%);
  -o-transform: translateX(55%);
  transform: translateX(55%);
}

.desktop .veteran-border .veteran-actions-list__item:first-child {
  -webkit-transform: translateX(-55%);
  -ms-transform: translateX(-55%);
  -o-transform: translateX(-55%);
  transform: translateX(-55%);
}

.desktop .veteran-border .veteran-actions-list__item .veteran-actions-label {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .veteran-border .veteran-actions-icon-path {
  -webkit-transition: stroke 0.3s ease-in-out;
  -o-transition: stroke 0.3s ease-in-out;
  transition: stroke 0.3s ease-in-out;
}

.desktop .veteran-border .veteran-actions-icon2-path {
  -webkit-transition: fill 0.3s ease-in-out;
  -o-transition: fill 0.3s ease-in-out;
  transition: fill 0.3s ease-in-out;
}

.desktop .veteran-border .veteran-city {
  height: 0;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out;
}

.desktop .veteran-border:hover .veteran-photo img {
  -webkit-filter: brightness(33%);
  filter: brightness(33%);
}

.desktop .veteran-border:hover .veteran-actions-list__item {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.desktop .veteran-border:hover .veteran-actions-list__item:hover {
  color: #d4be8f;
}

.desktop .veteran-border:hover .veteran-actions-list__item:hover .veteran-actions-label {
  color: #d4be8f;
}

.desktop .veteran-border:hover .veteran-actions-list__item:hover .veteran-actions-icon-path {
  stroke: #d4be8f;
}

.desktop .veteran-border:hover .veteran-actions-list__item:hover .veteran-actions-icon2-path {
  fill: #d4be8f;
}

.desktop .veteran-border:hover .veteran-actions-delete {
  opacity: 1;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  -o-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.desktop .veteran-border:hover .veteran-actions-delete:hover {
  color: #d4be8f;
}

.desktop .veteran-border:hover .veteran-actions-delete:hover .veteran-actions-icon-path {
  stroke: #d4be8f;
}

.desktop .veteran-border:hover .veteran-actions-delete:hover .veteran-actions-icon2-path {
  fill: #d4be8f;
}

.desktop .loaded .veteran-border {
  cursor: pointer;
}

.desktop .loaded .veteran-border:hover .veteran-city {
  height: auto;
  padding-bottom: 11px;
  padding-top: 7px;
}

.veteran-preload {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}

.loading {
  display: inline-block;
}

.loading .veteran-preload {
  opacity: 1;
}

@media only screen and (min-width: 414px) {
  .profile-photos {
    padding-bottom: 20px;
    padding-top: 20px;
  }
  .profile-photos-list {
    column-gap: 16px;
  }
}

@media only screen and (min-width: 600px) {
  .profile-user {
    padding-bottom: 0;
  }
  .profile-user-photo-wrapper {
    height: 190px;
    margin-bottom: 15px;
    padding: 6px;
    width: 190px;
  }
  .profile-user-photo {
    height: 190px;
    width: 190px;
  }
  .profile-user-name {
    font-size: 280%;
    margin-bottom: 10px;
  }
  .profile-user-info__item {
    display: inline-block;
    margin-left: 28px;
  }
  .profile-user-info__item:before {
    border-left: 1px solid #b7b7b7;
    content: '';
    display: block;
    height: 19px;
    margin: 3px 0 0 -17px;
    position: absolute;
    width: 0;
  }
  .profile-user-info__item:first-child {
    margin-left: 0;
  }
  .profile-user-info__item:first-child:before {
    display: none;
  }
  .profile-map {
    height: 540px;
  }
  .profile-map-controls {
    padding: 15px 0 25px;
  }
  .profile-photos {
    padding: 8px 5px 16px;
  }
  .profile-photos-list {
    column-count: 2;
    column-gap: 3px;
    max-width: 727px;
  }
  .profile-photos-list__item {
    margin-bottom: 3px;
  }
}

@media only screen and (min-width: 768px) {
  .profile-map {
    height: 600px;
  }
  .profile-map-controls {
    padding: 5px 0 25px;
  }
  .profile-photos {
    padding: 21px;
  }
}

@media only screen and (min-width: 932px) {
  .profile-map-controls {
    padding: 20px 0 35px;
  }
  .profile-photos {
    padding: 12px;
  }
  .profile-photos-list {
    column-count: 3;
    max-width: none;
  }
}

@media only screen and (min-width: 960px) {
  .desktop .veteran-border {
    display: block;
  }
}

.wrapper {
  background: #000 url(../images/feed-pattern-mobile.jpg) 50% 0 no-repeat;
  color: #efeeec;
  height: auto;
  padding-top: 77px;
  position: relative;
  min-width: 320px;
}

.main-table,
.main-table-mess {
  display: none;
}

.story-counter {
  display: table;
  font-family: "bebasneueregular", sans-serif;
  margin-bottom: 10px;
  overflow: hidden;
  position: relative;
}

.story-counter-num {
  border-left: 8px solid #a61212;
  display: table-cell;
  float: left;
  height: 56px;
  font-size: 286.66667%;
  line-height: 56px;
  margin-right: 11px;
  padding-left: 18px;
}

.story-counter-label {
  display: table-cell;
  font-size: 106.66667%;
  line-height: 18px;
  vertical-align: middle;
  width: 1px;
}

.main-line,
.main-logo-wrapper2 {
  display: none;
}

.main-logo-wrapper {
  margin: 0 auto 30px;
  padding: 0 8px;
  max-width: 358px;
}

.main-text {
  font-size: 120%;
  font-family: "warhelioscondcregular", sans-serif;
  margin: 0 auto 25px;
  text-align: center;
  max-width: 358px;
}

.desktop .main-text a {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .main-text a:hover {
  color: #75684d;
}

.main-text-line {
  margin-bottom: 5px;
}

.feed-scroll-down,
.feed-scroll-down2 {
  display: none;
}

.feed-sort {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  font-size: 93.33333%;
  font-family: "bebasneueregular", sans-serif;
  margin-bottom: 20px;
  padding-top: 25px;
  text-align: center;
}

.feed-sort-title {
  display: block;
}

.feed-sort-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
}

.feed-sort-list__item {
  display: inline-block;
}

.feed-sort-list__item-link {
  border-bottom: 2px solid transparent;
  color: #efeeec;
  display: block;
  margin: 0 6px;
  padding-top: 4px;
  text-decoration: none;
}

.feed-sort-list__item-link-selected {
  border-bottom-color: #d4be8f;
  color: #d4be8f;
  cursor: default;
}

.desktop .feed-sort-list__item-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .feed-sort-list__item-link:not(.feed-sort-list__item-link-selected):hover {
  color: #d4be8f;
}

.feed-wrapper {
  overflow: hidden;
  padding: 0 8.5px;
  position: relative;
  text-align: center;
}

.feed-wrapper.loading:before {
  background: rgba(255, 255, 255, 0.1);
  content: "Загрузка";
  display: block;
  height: 200px;
  left: 0;
  line-height: 200px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%;
}

.feed-list {
  list-style: none;
  margin: 0;
  padding: 0;
  position: relative;
  margin: 0 auto;
  max-width: 358px;
}

.feed-list__item {
  display: none;
  margin: 0 auto 8.5px;
  position: relative;
  text-align: center;
}

.loaded,
.loading {
  display: inline-block;
}

.feed-list .loaded,
.feed-list .loading {
  display: block;
}

.feed-load-more {
  border-top: 1px solid #757575;
  margin-top: 15px;
}

.feed-load-more-link {
  color: #efeeec;
  display: block;
  padding: 22px 17px;
  text-align: center;
}

.feed-loading {
  background: rgba(0, 0, 0, 0.25);
  display: none;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  position: fixed;
  z-index: 1000;
}

.feed-loading-figure {
  left: 50%;
  margin-left: -24px;
  position: absolute;
  top: 50%;
}

.desktop .feed-load-more-link {
  -webkit-transition: color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out;
}

.desktop .feed-load-more-link:hover {
  color: #a48f64;
}

@media only screen and (min-width: 414px) {
  .feed-list__item {
    margin-bottom: 16px;
  }
}

@media only screen and (max-width: 959px) {
  .feed-list {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
}

@media only screen and (min-width: 600px) {
  .wrapper {
    padding-top: 83px;
  }
  .story-counter {
    margin-bottom: 0;
  }
  .main-logo-wrapper {
    margin-bottom: 30px;
    max-width: 480px;
  }
  .main-text {
    font-size: 146.66667%;
    margin-bottom: 40px;
    max-width: 480px;
  }
  .main-text-line {
    display: inline;
  }
  .feed-sort {
    font-size: 106.66667%;
    margin-bottom: 25px;
    padding-top: 25px;
  }
  .feed-sort-title {
    display: inline-block;
    margin-right: 12px;
  }
  .feed-sort-list {
    display: inline-block;
  }
  .feed-sort-list__item-link {
    margin: 0 10px;
  }
  .feed {
    padding-bottom: 20px;
  }
  .feed-wrapper {
    padding: 0 5px;
  }
  .feed-list {
    max-width: 727px;
    overflow: hidden;
    position: relative;
  }
  .feed-list__item {
    float: left;
    margin-bottom: 4px;
    width: 50%;
  }
}

@media only screen and (min-width: 768px) {
  .feed-wrapper {
    padding: 0 21px;
  }
}

@media only screen and (min-width: 960px) {
  .feed-wrapper {
    padding: 0 12px;
  }
  .feed-list {
    max-width: 966px;
  }
  .device .feed-list {
    -webkit-transform: translate3d(0, 0, 0) !important;
    -ms-transform: translate3d(0, 0, 0) !important;
    -o-transform: translate3d(0, 0, 0) !important;
    transform: translate3d(0, 0, 0) !important;
  }
  .device .feed-list__item {
    width: 33.33333333%;
  }
  .desktop .wrapper {
    background: none;
    height: 100%;
    min-height: 600px;
    overflow: hidden;
    padding-top: 0;
    position: relative;
  }
  .desktop .main-table {
    background-image: url(../images/feed-pattern-huge.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 54px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform-style: flat;
    width: 200%;
  }
  .desktop .main-table-mess {
    background-image: url(../images/table-mess.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: block;
    left: 0;
    position: absolute;
    top: 54px;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    transform-style: flat;
    width: 100%;
  }
  .desktop .story-counter {
    background: #a61212;
    color: #efeeec;
    left: 30px;
    margin-bottom: 0;
    position: absolute;
    top: 80px;
  }
  .desktop .story-counter-num {
    border-left: 0;
    border-right: 1px solid rgba(255, 255, 255, 0.3);
    height: 70px;
    line-height: 70px;
    margin-right: 0;
    padding: 0 15px 0 18px;
  }
  .desktop .story-counter-label {
    line-height: 20px;
    padding: 0 18px;
  }
  .desktop .main-content {
    bottom: 0;
    left: 0;
    padding: 0;
    position: absolute;
    top: 54px;
    width: 100%;
  }
  .desktop .main-line {
    background: url(../images/main-line.png) 0 0 repeat-x;
    display: block;
    height: 14px;
    margin-top: -7px;
    position: absolute;
    top: 50%;
    transform-style: flat;
  }
  .desktop .main-line-left {
    background-position: right 0;
    left: 0;
    width: 18%;
  }
  .desktop .main-line-infinite {
    left: 18%;
    -webkit-transform: translate3d(270px, 0, 0);
    -ms-transform: translate3d(270px, 0, 0);
    -o-transform: translate3d(270px, 0, 0);
    transform: translate3d(270px, 0, 0);
    width: 99999px;
  }
  .desktop .main-logo-wrapper {
    height: 200px;
    left: 18%;
    margin-bottom: 0;
    margin-top: -127px;
    padding: 0;
    position: absolute;
    top: 50%;
  }
  .desktop .main-logo-wrapper img {
    max-height: 100%;
  }
  .desktop .main-logo-wrapper2 {
    display: block;
    left: 25px;
    position: absolute;
    top: 25px;
    -webkit-transform: translate3d(1920px, 0, 0);
    -ms-transform: translate3d(1920px, 0, 0);
    -o-transform: translate3d(1920px, 0, 0);
    transform: translate3d(1920px, 0, 0);
    width: 180px;
  }
  .desktop .main-text {
    font-size: 106.66667%;
    left: 18%;
    margin: 0;
    margin-top: 54px;
    position: absolute;
    text-align: left;
    text-shadow: 0 0 2px #333;
    top: 50%;
    -webkit-transform: translate3d(225px, 0, 0);
    -ms-transform: translate3d(225px, 0, 0);
    -o-transform: translate3d(225px, 0, 0);
    transform: translate3d(225px, 0, 0);
    max-width: 320px;
  }
  .desktop .main-text-line {
    display: inline-block;
  }
  .desktop .feed-scroll-down,
  .desktop .feed-scroll-down2 {
    color: #efeeec;
    display: block;
    margin-top: -45px;
    position: absolute;
    right: 8.5%;
    text-align: center;
    text-decoration: none;
    top: 50%;
    width: 100px;
  }
  .desktop .feed-scroll-down:hover .feed-scroll-down-circle {
    border-color: #75684d;
  }
  .desktop .feed-scroll-down2 {
    right: 1.5%;
    -webkit-transform: translate3d(1920px, 0, 0);
    -ms-transform: translate3d(1920px, 0, 0);
    -o-transform: translate3d(1920px, 0, 0);
    transform: translate3d(1920px, 0, 0);
    z-index: 2;
  }
  .desktop .feed-scroll-down2:hover .feed-scroll-down-circle {
    border-color: #75684d;
  }
  .desktop .feed-scroll-down-link {
    background: #202020;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 76px;
    margin: 0 auto 15px;
    padding: 7px;
    width: 76px;
  }
  .desktop .feed-scroll-down-circle {
    border: 2px solid #414141;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    display: block;
    height: 36px;
    padding: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 36px;
  }
  .desktop .feed-scroll-down-path {
    fill: #efeeec;
  }
  .desktop .feed-scroll-down-label {
    display: block;
    font-family: "warhelioscondcregular", sans-serif;
    text-align: center;
  }
  .desktop .feed-sort {
    border-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    position: absolute;
    text-align: center;
    top: 20px;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    -o-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transform-style: flat;
    width: 100%;
    z-index: 1;
  }
  .desktop .feed-sort.active {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .desktop .feed {
    -webkit-transform: translate3d(200%, 0, 0);
    -ms-transform: translate3d(200%, 0, 0);
    -o-transform: translate3d(200%, 0, 0);
    transform: translate3d(200%, 0, 0);
    height: 180px;
    left: 0;
    margin-top: -83px;
    overflow: visible;
    padding-bottom: 0;
    padding-top: 0;
    position: absolute;
    right: 0;
    top: 50%;
    width: auto;
  }
  .desktop .feed-table {
    height: 100%;
    width: 100%;
  }
  .desktop .feed-table-cell {
    bottom: 0;
    left: 0;
    position: relative;
    right: 0;
    top: 0;
  }
  .desktop .feed-wrapper {
    height: 180px;
    line-height: 200px;
    margin-top: 0;
    overflow: visible;
    position: relative;
    top: 0;
    width: 100%;
  }
  .desktop .feed-list {
    display: block;
    height: auto;
    line-height: normal;
    overflow: visible;
    position: relative;
    width: 12000px;
    width: 999999px;
    max-width: none;
  }
  .desktop .feed-list__item {
    display: block !important;
    float: left;
    margin: 0;
    overflow: visible;
    width: 100px;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    transform-style: flat;
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .desktop .feed-list__item:hover {
    z-index: 1;
  }
  .desktop .feed-list__item-link {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    width: 140px;
  }
  .desktop .feed-list__item-link.veteran-vert {
    padding: 4% 4.5%;
  }
  .desktop .feed-list__item-link.veteran-hor {
    padding: 4.5% 4%;
    margin-top: 26.2%;
  }
  .desktop .feed-list__item:nth-child(12n-11) {
    -webkit-transform: translate3d(0, -10%, 0);
    -ms-transform: translate3d(0, -10%, 0);
    -o-transform: translate3d(0, -10%, 0);
    transform: translate3d(0, -10%, 0);
  }
  .desktop .feed-list__item:nth-child(12n-10) {
    -webkit-transform: translate3d(13px, 70%, 0);
    -ms-transform: translate3d(13px, 70%, 0);
    -o-transform: translate3d(13px, 70%, 0);
    transform: translate3d(13px, 70%, 0);
  }
  .desktop .feed-list__item:nth-child(12n-9) {
    -webkit-transform: translate3d(0, -50%, 0) scale(1.1);
    -ms-transform: translate3d(0, -50%, 0) scale(1.1);
    -o-transform: translate3d(0, -50%, 0) scale(1.1);
    transform: translate3d(0, -50%, 0) scale(1.1);
  }
  .desktop .feed-list__item:nth-child(12n-8) {
    -webkit-transform: translate3d(-17px, 48%, 0);
    -ms-transform: translate3d(-17px, 48%, 0);
    -o-transform: translate3d(-17px, 48%, 0);
    transform: translate3d(-17px, 48%, 0);
  }
  .desktop .feed-list__item:nth-child(12n-7) {
    -webkit-transform: translate3d(-3px, -37%, 0) scale(1.04);
    -ms-transform: translate3d(-3px, -37%, 0) scale(1.04);
    -o-transform: translate3d(-3px, -37%, 0) scale(1.04);
    transform: translate3d(-3px, -37%, 0) scale(1.04);
  }
  .desktop .feed-list__item:nth-child(12n-6) {
    -webkit-transform: translate3d(-30px, 35%, 0);
    -ms-transform: translate3d(-30px, 35%, 0);
    -o-transform: translate3d(-30px, 35%, 0);
    transform: translate3d(-30px, 35%, 0);
  }
  .desktop .feed-list__item:nth-child(12n-5) {
    -webkit-transform: translate3d(-22px, -21%, 0) scale(1.06);
    -ms-transform: translate3d(-22px, -21%, 0) scale(1.06);
    -o-transform: translate3d(-22px, -21%, 0) scale(1.06);
    transform: translate3d(-22px, -21%, 0) scale(1.06);
  }
  .desktop .feed-list__item:nth-child(12n-4) {
    -webkit-transform: translate3d(-25px, 65%, 0);
    -ms-transform: translate3d(-25px, 65%, 0);
    -o-transform: translate3d(-25px, 65%, 0);
    transform: translate3d(-25px, 65%, 0);
  }
  .desktop .feed-list__item:nth-child(12n-3) {
    -webkit-transform: translate3d(-60px, -47%, 0);
    -ms-transform: translate3d(-60px, -47%, 0);
    -o-transform: translate3d(-60px, -47%, 0);
    transform: translate3d(-60px, -47%, 0);
  }
  .desktop .feed-list__item:nth-child(12n-2) {
    -webkit-transform: translate3d(-30px, 48%, 0) scale(1.08);
    -ms-transform: translate3d(-30px, 48%, 0) scale(1.08);
    -o-transform: translate3d(-30px, 48%, 0) scale(1.08);
    transform: translate3d(-30px, 48%, 0) scale(1.08);
  }
  .desktop .feed-list__item:nth-child(12n-1) {
    -webkit-transform: translate3d(0, -38%, 0);
    -ms-transform: translate3d(0, -38%, 0);
    -o-transform: translate3d(0, -38%, 0);
    transform: translate3d(0, -38%, 0);
  }
  .desktop .feed-list__item:nth-child(12n) {
    -webkit-transform: translate3d(-10px, 29%, 0) scale(1.02);
    -ms-transform: translate3d(-10px, 29%, 0) scale(1.02);
    -o-transform: translate3d(-10px, 29%, 0) scale(1.02);
    transform: translate3d(-10px, 29%, 0) scale(1.02);
  }
  .desktop .feed-load-more {
    display: none;
  }
  .desktop .wrapper.shown .main-table {
    -webkit-transform: translate3d(-50%, 0, 0);
    -ms-transform: translate3d(-50%, 0, 0);
    -o-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
  }
  .desktop .wrapper.shown .main-table-mess,
  .desktop .wrapper.shown .story-counter,
  .desktop .wrapper.shown .main-line-left,
  .desktop .wrapper.shown .main-logo-wrapper,
  .desktop .wrapper.shown .main-text,
  .desktop .wrapper.shown .feed-scroll-down {
    display: none;
    -webkit-transform: translate3d(-100%, 0, 0);
    -ms-transform: translate3d(-100%, 0, 0);
    -o-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  .desktop .wrapper.shown .main-line-infinite {
    left: 0;
    -webkit-transform: translate3d(-20px, 0, 0);
    -ms-transform: translate3d(-20px, 0, 0);
    -o-transform: translate3d(-20px, 0, 0);
    transform: translate3d(-20px, 0, 0);
  }
  .desktop .wrapper.shown .main-logo-wrapper2,
  .desktop .wrapper.shown .feed-scroll-down2,
  .desktop .wrapper.shown .feed-sort,
  .desktop .wrapper.shown .feed {
    -webkit-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
  .desktop .wrapper.shown .feed-scroll-down2 {
    z-index: 1;
  }
}

@media only screen and (min-width: 1024px) {
  .story-counter {
    position: absolute;
  }
  .main-logo-wrapper {
    padding-top: 25px;
  }
  .desktop .feed-scroll-down {
    right: 10%;
  }
}

@media only screen and (min-width: 1200px) {
  .main-logo-wrapper {
    max-width: 600px;
  }
  .main-text {
    max-width: 600px;
  }
  .feed-wrapper {
    padding: 0 20px;
  }
  .feed-list {
    max-width: 1230px;
  }
  .device .feed-list__item {
    width: 25%;
  }
  .desktop .main-line-infinite {
    -webkit-transform: translate3d(380px, 0, 0);
    -ms-transform: translate3d(380px, 0, 0);
    -o-transform: translate3d(380px, 0, 0);
    transform: translate3d(380px, 0, 0);
  }
  .desktop .main-logo-wrapper {
    height: 280px;
    margin-top: -177px;
  }
  .desktop .main-text {
    margin-top: 75px;
    -webkit-transform: translate3d(320px, 0, 0);
    -ms-transform: translate3d(320px, 0, 0);
    -o-transform: translate3d(320px, 0, 0);
    transform: translate3d(320px, 0, 0);
    max-width: 400px;
  }
}

@media only screen and (min-width: 1400px) {
  .desktop .main-line-infinite {
    -webkit-transform: translate3d(400px, 0, 0);
    -ms-transform: translate3d(400px, 0, 0);
    -o-transform: translate3d(400px, 0, 0);
    transform: translate3d(400px, 0, 0);
  }
  .desktop .main-logo-wrapper {
    height: 300px;
    margin-top: -187px;
  }
  .desktop .main-text {
    font-size: 120%;
    margin-top: 78px;
    -webkit-transform: translate3d(335px, 0, 0);
    -ms-transform: translate3d(335px, 0, 0);
    -o-transform: translate3d(335px, 0, 0);
    transform: translate3d(335px, 0, 0);
  }
  .desktop .feed-scroll-down {
    right: 18%;
  }
}

@media only screen and (min-width: 1681px) {
  .desktop .main-line-left {
    width: 19%;
  }
  .desktop .main-line-infinite {
    left: 19%;
    -webkit-transform: translate3d(550px, 0, 0);
    -ms-transform: translate3d(550px, 0, 0);
    -o-transform: translate3d(550px, 0, 0);
    transform: translate3d(550px, 0, 0);
  }
  .desktop .main-logo-wrapper {
    height: 400px;
    left: 19%;
    margin-top: -247px;
    max-width: 900px;
  }
  .desktop .main-text {
    font-size: 160%;
    left: 19%;
    margin-top: 113px;
    -webkit-transform: translate3d(450px, 0, 0);
    -ms-transform: translate3d(450px, 0, 0);
    -o-transform: translate3d(450px, 0, 0);
    transform: translate3d(450px, 0, 0);
    max-width: 500px;
  }
  .desktop .feed-scroll-down,
  .desktop .feed-scroll-down2 {
    margin-top: -55px;
    width: 150px;
  }
  .desktop .feed-scroll-down {
    right: 16%;
  }
  .desktop .feed-scroll-down-link {
    height: 96px;
    margin-bottom: 20px;
    width: 96px;
  }
  .desktop .feed-scroll-down-circle {
    height: 46px;
    padding: 23px;
    width: 46px;
  }
  .desktop .feed-scroll-down-label {
    font-size: 133.33333%;
  }
}

@media only screen and (min-width: 960px) and (min-height: 650px) {
  .desktop .wrapper .feed {
    height: 200px;
    margin-top: -93px;
  }
  .desktop .wrapper .feed-wrapper {
    height: 200px;
  }
  .desktop .wrapper .feed-list__item {
    width: 108px;
  }
  .desktop .wrapper .feed-list__item-link {
    width: 160px;
  }
}

@media only screen and (min-width: 960px) and (min-height: 700px) {
  .desktop .wrapper .feed {
    height: 210px;
    margin-top: -98px;
  }
  .desktop .wrapper .feed-wrapper {
    height: 210px;
  }
  .desktop .wrapper .feed-list__item {
    width: 112px;
  }
  .desktop .wrapper .feed-list__item-link {
    width: 170px;
  }
}

@media only screen and (min-width: 960px) and (min-height: 750px) {
  .desktop .wrapper .main-logo-wrapper2 {
    width: 200px;
  }
  .desktop .wrapper .feed-sort {
    top: 25px;
  }
  .desktop .wrapper .feed {
    height: 222px;
    margin-top: -104px;
  }
  .desktop .wrapper .feed-wrapper {
    height: 222px;
  }
  .desktop .wrapper .feed-list__item {
    width: 119px;
  }
  .desktop .wrapper .feed-list__item-link.veteran-vert {
    padding: 4.5% 5.66%;
  }
  .desktop .wrapper .feed-list__item-link.veteran-hor {
    padding: 5.66% 4.5%;
    margin-top: 26.2%;
  }
  .desktop .wrapper .feed-list__item-link {
    width: 180px;
  }
}

@media only screen and (min-width: 960px) and (min-height: 800px) {
  .desktop .wrapper .main-logo-wrapper2 {
    width: 240px;
  }
  .desktop .wrapper .feed {
    height: 240px;
    margin-top: -113px;
  }
  .desktop .wrapper .feed-wrapper {
    height: 240px;
  }
  .desktop .wrapper .feed-list__item {
    width: 123px;
  }
  .desktop .wrapper .feed-list__item-link {
    width: 200px;
  }
}

@media only screen and (min-width: 960px) and (min-height: 850px) {
  .desktop .wrapper .feed {
    height: 250px;
    margin-top: -118px;
  }
  .desktop .wrapper .feed-wrapper {
    height: 250px;
  }
  .desktop .wrapper .feed-list__item {
    width: 127px;
  }
  .desktop .wrapper .feed-list__item-link {
    width: 210px;
  }
}

@media only screen and (min-width: 960px) and (min-height: 900px) {
  .desktop .wrapper .feed {
    height: 275px;
    margin-top: -125px;
  }
  .desktop .wrapper .feed-wrapper {
    height: 275px;
  }
  .desktop .wrapper .feed-list__item {
    width: 130px;
  }
  .desktop .wrapper .feed-list__item-link {
    width: 220px;
  }
}

@media only screen and (min-width: 960px) and (min-height: 950px) {
  .desktop .wrapper .feed {
    height: 350px;
    margin-top: -158px;
  }
  .desktop .wrapper .feed-wrapper {
    height: 350px;
  }
  .desktop .wrapper .feed-list__item {
    width: 142px;
  }
  .desktop .wrapper .feed-list__item-link {
    width: 240px;
  }
}

.loading .preload {
  display: block;
}

.loading .wrapper,
.loading .popup-list {
  display: none;
}
