.main-container {
  padding: 0;
  margin: 0;
  border: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: #000
}

.debug {
  left: 0;
  font-size: 14px;
  color: red
}

.main-container {
  position: absolute;
  top: 0;
  left: 0;
  text-align: center
}

.main-container canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.main-container__no-webgl {
  height: 100%
}

.main-container__no-webgl:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 1px;
  margin-right: -1px
}

.details,.planet-comment {
  position: absolute
}

.planet-comment {
  max-width: 200px;
  padding: 8px 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 4px 16px 0 rgba(0,255,167,.4);
  box-shadow: 0 4px 16px 0 rgba(0,255,167,.4);
  background-color: rgba(0,0,0,.9);
  border-radius: 10px;
  pointer-events: all;
  -webkit-transition: background .2s;
  transition: background .2s
}

.planet-comment:hover {
  background: rgba(87,87,87,.9)
}

.planet-comment-text {
  font-size: 14px;
  font-weight: 900;
  color: #00ffa7;
  text-align: left;
  height: auto;
  cursor: pointer;
  pointer-events: all
}

.planet-comment-line {
  height: 2px;
  width: 100px;
  background-color: #7ccea4;
  -webkit-transform-origin: 0 50% 0;
  transform-origin: 0 50% 0
}

.help,.planet-comment-line {
  position: absolute;
  pointer-events: none
}

.help {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 100%;
  height: 4em;
  line-height: 4em;
  text-align: center;
  vertical-align: middle;
  font-size: 2rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  display: none
}

.help__cont {
  line-height: 1.15;
  display: inline-block;
  vertical-align: bottom
}

@media only screen and (max-width: 1024px) {
  .help {
      font-size:2.444rem;
      padding: 0 1em;
      height: 2em;
      line-height: 2em
  }
}

.best-of-week,.kaspersky-app__map:before {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease 0s,visibility 0s ease 0s;
  transition: opacity .3s ease 0s,visibility 0s ease 0s
}

.best-of-week.demo-hide,.kaspersky-app__map.demo-hide:before {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease 0s,visibility 0s ease .3s;
  transition: opacity .3s ease 0s,visibility 0s ease .3s
}

#glTransition {
  z-index: 999
}

#glTransition,.demo-panorama {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.demo-panorama {
  visibility: hidden;
  pointer-events: none;
  overflow: hidden
}

.demo-panorama.is-active {
  visibility: visible;
  z-index: 998
}

.demo-panorama>.overflow-x {
  background-color: #000;
  width: 100%;
  height: 100%;
  overflow: hidden
}

.demo-panorama .brief__pic {
  height: auto;
  -o-object-fit: initial;
  object-fit: fill;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%)
}

.demo-panorama .brief-360_thing iframe {
  display: none
}

.demo-panorama .brief__panorama,.demo-panorama .brief__panorama-wrap {
  position: absolute;
  background-position: 50%;
  background-size: contain;
  background-repeat: no-repeat;
  background-color: #000
}

.demo-panorama .brief__panorama-wrap.is-feed,.demo-panorama .brief__panorama.is-feed {
  background-size: 100% auto;
  background-position: top
}

.demo-panorama a {
  color: inherit
}

.demo-panorama .what-block__header svg {
  top: 0
}

.demo-panorama .artwork-cart .artwork-small-info__header,.demo-panorama .big-slide .artwork-small-info__header,.demo-panorama .big-slide .cart-only-prediction__header,.demo-panorama .prediction-block-small__header {
  color: #fff
}

.main-container.demo-disable .earth-popup,.main-container.demo-disable .earth-popup *,.planet-comment-line.demo-disable,.planet-comment-line.demo-disable>*,.planet-comment.demo-disable,.planet-comment.demo-disable>* {
  pointer-events: none
}

.demo-loader {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 205px;
  height: 16px;
  border-radius: 16px;
  border: 2px solid #00ffa7;
  padding: 2px
}

.demo-loader>div {
  height: 100%;
  width: 0;
  -webkit-transition: width .5s linear 0s;
  transition: width .5s linear 0s;
  border-radius: inherit;
  background-color: #00ffa7
}

.demo-loader.is-error {
  border-color: #f94343
}

.demo-loader.is-error>div {
  background-color: #f94343
}

.demo-loader__message {
  font-size: 12px;
  line-height: 1.2em;
  position: absolute;
  top: 100%;
  left: -20px;
  right: -20px;
  margin-top: 5px
}

.kaspersky-generate-btn {
  position: fixed;
  top: 26px;
  right: 850px;
  width: 40px;
  height: 40px;
  z-index: 10000;
  fill: #fff;
  stroke: #fff;
  stroke-width: 10px;
  cursor: pointer
}

.kaspersky-generate-btn svg {
  display: block;
  width: 100%;
  height: 100%
}

.kaspersky-generate-btn:hover {
  fill: #00ffa7;
  stroke: #00ffa7
}

.kaspersky-generate-btn.is-ru {
  right: 990px
}

.kaspersky-app.demo-hide~.kaspersky-generate-btn {
  display: none
}

.kaspersky-generate-log {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  background-color: rgba(0,0,0,.5);
  color: #fff;
  font-size: 12px;
  overflow: auto
}

.kaspersky-generate-log__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 100%
}

.kaspersky-generate-log__warning {
  font-size: 20px
}

.footer.demo-hide,.k-menu-item_hamburger.demo-hide,.k-menu__container.demo-hide,.mobile-menu.demo-hide,.toogle-map-mobile.demo-hide {
  display: none!important
}

.demo-exit {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 6%;
  z-index: 9999;
  padding: 0 12px;
  text-align: center
}

.demo-exit__wrap {
  display: inline-block;
  border-radius: 32px;
  background-color: rgba(0,0,0,.4);
  padding: 0 20px;
  pointer-events: auto
}

@media (max-width: 1024px) {
  .demo-exit__wrap {
      padding:0 15px
  }
}

.demo-exit__wrap:hover .demo-exit__text {
  opacity: 1
}

.demo-exit__text {
  cursor: pointer;
  font-size: 13px;
  line-height: 32px;
  color: #fff;
  font-weight: 500;
  opacity: .6
}

@media (max-width: 1024px) {
  .demo-exit__text {
      font-size:11px;
      line-height: 27px
  }
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansLight.eot?e8adc41247ec44f51d1cead8fdf45b73);
  src: url(/fonts/MuseoSansLight.eot?e8adc41247ec44f51d1cead8fdf45b73) format("embedded-opentype"),url(/fonts/MuseoSansLight.woff?e386bd26958d7169f69e43d56416a1fd) format("woff"),url(/fonts/MuseoSansLight.ttf?3258ca8bb3a1861325c63ec376c3941a) format("truetype");
  font-style: normal;
  font-weight: 100;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansLightItalic.eot?0ce9f116758d48a1494ec25c0bf92712);
  src: url(/fonts/MuseoSansLightItalic.eot?0ce9f116758d48a1494ec25c0bf92712) format("embedded-opentype"),url(/fonts/MuseoSansLightItalic.woff?b71e680a0e5005382d72b2e491c22375) format("woff"),url(/fonts/MuseoSansLightItalic.ttf?e18c9957f7875aef8a74fe577ee3ac38) format("truetype");
  font-style: italic;
  font-weight: 100;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansRegular.eot?f30df4fe1c424f83e83faae7c4a13db9);
  src: url(/fonts/MuseoSansRegular.eot?f30df4fe1c424f83e83faae7c4a13db9) format("embedded-opentype"),url(/fonts/MuseoSansRegular.woff?b3e4dd558860efbe20dd27e5fbb66d73) format("woff"),url(/fonts/MuseoSansRegular.ttf?ef3daa6f0cfcb6366ada64dbbaa6501d) format("truetype");
  font-style: normal;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansItalic.eot?35922fc68d49749684a73cc9621aa7d8);
  src: url(/fonts/MuseoSansItalic.eot?35922fc68d49749684a73cc9621aa7d8) format("embedded-opentype"),url(/fonts/MuseoSansItalic.woff?0b5c3627daf33aae8b4d2c9976f38300) format("woff"),url(/fonts/MuseoSansItalic.ttf?5d8cd4ac0155fb225e6cf98fcc4be228) format("truetype");
  font-style: italic;
  font-weight: 300;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansMedium.eot?2bac225e7c716a3569ae1bea77655910);
  src: url(/fonts/MuseoSansMedium.eot?2bac225e7c716a3569ae1bea77655910) format("embedded-opentype"),url(/fonts/MuseoSansMedium.woff?db1355d5917b9e8bbc77aff8a22b9574) format("woff"),url(/fonts/MuseoSansMedium.ttf?e1edf31751b631539c754a498a968d89) format("truetype");
  font-style: normal;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansMediumItalic.eot?e0d93917699a3f5e7015f7dcd3a51f4b);
  src: url(/fonts/MuseoSansMediumItalic.eot?e0d93917699a3f5e7015f7dcd3a51f4b) format("embedded-opentype"),url(/fonts/MuseoSansMediumItalic.woff?0f21dc2281484d8dfddfa088b4c20795) format("woff"),url(/fonts/MuseoSansMediumItalic.ttf?a931eab55edea221b1f1c97e16ebad7a) format("truetype");
  font-style: italic;
  font-weight: 500;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansBold.eot?b6a25a9b8ae3bd903f71a761f1a6e4bd);
  src: url(/fonts/MuseoSansBold.eot?b6a25a9b8ae3bd903f71a761f1a6e4bd) format("embedded-opentype"),url(/fonts/MuseoSansBold.woff?6a54f6727e1dfd8538bbb4ab224c311f) format("woff"),url(/fonts/MuseoSansBold.ttf?2f1535ec92e27193cc13e35495cd845e) format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansBoldItalic.eot?c88b6f44bf2804a3004d89123bca31e6);
  src: url(/fonts/MuseoSansBoldItalic.eot?c88b6f44bf2804a3004d89123bca31e6) format("embedded-opentype"),url(/fonts/MuseoSansBoldItalic.woff?752db9aaf13e3ceebe68aff07d9c1ec1) format("woff"),url(/fonts/MuseoSansBoldItalic.ttf?a73499db7228ae1cfea844211563bb56) format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansBlack.eot?9d94b7eaedb634be56f0718ee3c0d2c2);
  src: url(/fonts/MuseoSansBlack.eot?9d94b7eaedb634be56f0718ee3c0d2c2) format("embedded-opentype"),url(/fonts/MuseoSansBlack.woff?d403436eee6af142bb056eaecb76805d) format("woff"),url(/fonts/MuseoSansBlack.ttf?1808b5f6b2dd330757f13c6dc3ddf32a) format("truetype");
  font-style: normal;
  font-weight: 900;
  font-display: swap
}

@font-face {
  font-family: MuseoSans;
  src: url(/fonts/MuseoSansBlackItalic.eot?a35410eaecad6f342fa94c4d7393f87d);
  src: url(/fonts/MuseoSansBlackItalic.eot?a35410eaecad6f342fa94c4d7393f87d) format("embedded-opentype"),url(/fonts/MuseoSansBlackItalic.woff?54b8596581343128cd3e84786c1a6cbb) format("woff"),url(/fonts/MuseoSansBlackItalic.ttf?0a5b4020e8b4c21f2eafd080fb5616a7) format("truetype");
  font-style: italic;
  font-weight: 900;
  font-display: swap
}

@media only screen and (max-width: 1024px) {
  html {
      content:attr(data-mobile)
  }
}

@media only screen and (min-width: 1025px) {
  html {
      content:attr(data-desktop)
  }
}

@media screen and (min-device-aspect-ratio: 1/1) and (orientation:landscape) and (max-device-width:1024px) {
  html {
      content:attr(data-landscape)!important
  }
}

body,html {
  margin: 0;
  padding: 0
}

html {
  font-family: MuseoSans,Arial,sans-serif;
  line-height: 1.2;
  font-size: 18px;
  height: 100%
}

@media only screen and (max-width: 1024px) {
  html {
      width:100%;
      overflow-x: hidden;
      font-size: 9px
  }
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000;
  color: #fff;
  min-height: 100%;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 58px
}

@media only screen and (max-width: 1024px) {
  body {
      padding-bottom:88px
  }
}

:link,:visited {
  outline: none;
  color: #fff;
  text-decoration: none
}

.landscape,.landscape body {
  position: fixed
}

.kaspersky-app {
  min-width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.notifications-dot-tooltip {
  width: 10px;
  height: 10px;
  background-color: #00ffa7;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 70%;
  display: none
}

.notifications-dot-tooltip.is-active {
  display: block
}

.notifications-tooltip {
  background-color: rgba(0,0,0,.8);
  border-radius: 20px;
  font-size: 11px;
  font-weight: 700;
  display: inline-block;
  padding: 3px 5.5px;
  position: absolute;
  width: 13px;
  text-align: center
}

.user-profile-icon .notifications-tooltip {
  background-color: rgba(0,255,167,.3);
  color: #00ffa7;
  top: -13px;
  right: -5px;
  margin-left: 0
}

.user-profile-icon__link .notifications-tooltip {
  position: static;
  background-color: rgba(0,0,0,.8);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  margin-left: 5px
}

.mobile-menu__link .notifications-tooltip {
  position: static;
  background-color: rgba(0,255,167,.3);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px)
}

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

input[type=search]::-webkit-search-cancel-button,input[type=search]::-webkit-search-decoration,input[type=search]::-webkit-search-results-button,input[type=search]::-webkit-search-results-decoration {
  display: none
}

.clearfix:after {
  content: "";
  display: table;
  clear: both
}

.row {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  clear: both
}

.row:after {
  content: "";
  display: table;
  clear: both
}

.column {
  text-align: left;
  float: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.column-1 {
  width: 8.33333333%
}

.column-2 {
  width: 16.66666667%
}

.column-3 {
  width: 25%
}

.column-4 {
  width: 33.33333333%
}

.column-5 {
  width: 41.66666667%
}

.column-6 {
  width: 50%
}

.column-7 {
  width: 58.33333333%
}

.column-8 {
  width: 66.66666667%
}

.column-9 {
  width: 75%
}

.column-10 {
  width: 83.33333333%
}

.column-11 {
  width: 91.66666667%
}

.column-12 {
  width: 100%
}

@media only screen and (max-width: 1024px) {
  .column--hide-mobile {
      display:none
  }

  .column--full-mobile {
      width: 100%
  }
}

.scroll {
  position: relative
}

@media only screen and (min-width: 1025px) {
  .scroll {
      height:100%;
      overflow-y: hidden
  }
}

@media only screen and (max-width: 1024px) {
  .scroll__masked {
      -webkit-mask:none!important;
      mask: none!important
  }
}

@media only screen and (min-width: 1025px) {
  .scroll__masked {
      -webkit-mask-image:-webkit-gradient(linear,left top,left bottom,color-stop(70%,#000),color-stop(95%,transparent));
      -webkit-mask-image: linear-gradient(180deg,#000 70%,transparent 95%);
      mask-image: -webkit-gradient(linear,left top,left bottom,color-stop(70%,#000),color-stop(95%,transparent));
      mask-image: linear-gradient(180deg,#000 70%,transparent 95%);
      height: 100%
  }
}

@media only screen and (min-width: 1025px) {
  .scroll__cont {
      overflow:auto
  }

  .scroll__cont:not(.scroll__cont_clean) {
      padding-bottom: 6rem
  }
}

.scroll-mask {
  position: absolute;
  width: 0;
  height: 0
}

.button {
  font-size: 16px;
  vertical-align: middle;
  cursor: pointer;
  position: relative;
  display: inline-block;
  background: #00ffa7;
  border: none;
  color: #000;
  border-radius: 24px;
  padding: 16px 24px;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.button:hover {
  background-color: #65ffca
}

.button:hover:before {
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  opacity: 0;
  top: 50%;
  bottom: 50%
}

.button:active {
  background-color: #01cd85
}

.button[disable],.button_inactive {
  pointer-events: none;
  background-color: rgba(0,255,167,.3)
}

.button__content {
  display: inline-block;
  position: relative;
  z-index: 1;
  vertical-align: middle
}

.button_solid-green:before {
  background: #00ffa7
}

.button_solid-red {
  background: #c73535
}

.button_solid-red:hover {
  background: #fb6969
}

.border-button {
  border-radius: 0;
  background: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-transform: uppercase;
  text-align: center;
  color: #04aa73;
  font-size: .556rem;
  cursor: pointer
}

@media only screen and (min-width: 1025px) {
  .border-button {
      font-weight:400;
      border: 1px solid #04aa73;
      line-height: 1.4;
      padding: 2px 6px 0;
      display: inline-block
  }
}

@media only screen and (max-width: 1024px) {
  .border-button {
      width:100%;
      border: 1px solid #04aa73;
      font-size: 1.667rem;
      line-height: 2;
      font-weight: 900
  }
}

.border-button_green {
  border-color: #04aa73
}

.border-button_bg {
  position: relative
}

.border-button_bg:before {
  content: "";
  position: absolute;
  background: url(/images/border-button-bg.png?b922338c49c4653c76af2b483589554c) no-repeat scroll 50% 50%;
  background-size: 100% 100%;
  left: -1.667rem;
  right: -1.667rem;
  top: -.389rem;
  bottom: -.833rem
}

.border-button_bg span {
  position: relative
}

.close-button {
  text-align: center;
  vertical-align: middle;
  border: none;
  background: none
}

.image-preloader {
  visibility: hidden;
  position: absolute;
  left: -9999px;
  top: -9999px
}

.list {
  padding: 0;
  margin: 0
}

.list__item {
  list-style: none;
  padding: 0
}

.radio {
  display: none
}

.radio+label {
  cursor: pointer
}

.disable-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: default
}

.pattern {
  position: relative
}

.pattern:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  background: repeat;
  left: 0;
  top: 0
}

.pattern_top:before {
  z-index: 1
}

.pattern_hex:before {
  background-image: url(/images/pattern_hex.png?a2bb1378f93d34f1e35b138285ed1026);
  background-size: .778rem .444rem
}

.pattern_lines:before {
  background-image: url(/images/pattern_line.svg?9d0acd0f6f02bb79bf1a547b0571858c)
}

.pattern_lines-2:before {
  background-image: url(/images/pattern_line-2.svg?b2126e29ff48f793f87e027a8ee6e596)
}

.pattern_lines-3:before {
  background-image: url(/images/pattern_line-3.svg?e524965df909bc6d59a9a51153e89155)
}

.pattern__content {
  width: 100%;
  height: 100%;
  position: relative
}

body,h1,h2,h3,h4,h5,h6 {
  font-weight: 900
}

.h1-invisible {
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0
}

button:invalid,input:invalid {
  -webkit-box-shadow: none;
  box-shadow: none
}

button:focus,input:focus {
  outline: none
}

body.fixed {
  overflow: hidden
}

.container {
  max-width: 1400px;
  width: 100%;
  margin: 0 auto
}

.logo {
  background: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' width='212' height='42' viewBox='0 0 212 42'%3e%3cdefs%3e%3cpath id='a' d='M0 0h78v14.943H0z'/%3e%3c/defs%3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(133 16)'%3e%3cmask id='b' fill='%23fff'%3e%3cuse xlink:href='%23a'/%3e%3c/mask%3e%3cpath fill='%23FFF' d='M48.063 4.218h-.269v-1.01h-1.881v8.689h1.881V7.354c0-1.55.712-2.451 2.115-2.451h1.19v-1.91h-.689c-1.3 0-1.854.493-2.347 1.225zm12.407 7.679h1.882V0H60.47v11.897zm-3.878-5.155l-1.254-.127c-.985-.09-1.505-.36-1.505-.937 0-.685.663-1.081 1.613-1.081.985 0 1.612.468 1.666 1.135h1.81c-.072-1.694-1.38-2.74-3.458-2.74-2.097 0-3.513 1.118-3.513 2.758 0 1.37.86 2.253 2.814 2.452l1.272.126c.77.072 1.29.234 1.29.973 0 .667-.484 1.154-1.756 1.154-1.172 0-1.749-.535-1.951-1.252h-1.958c.195 1.639 1.563 2.91 3.91 2.91 2.203 0 3.637-1.171 3.637-2.902 0-1.532-1.004-2.307-2.617-2.47zm11.781-3.533H66.08l-2.741 3.623v1.135l2.813 3.93h2.33L65.183 7.39l3.19-4.182zm7.548 0l-1.54 3.442c-.377.83-.735 1.64-.843 2.182h-.269c-.107-.541-.484-1.334-.86-2.163l-1.541-3.461h-2.079l3.62 7.805-1.792 3.93h2.007L78 3.208h-2.079zm-68.018 0H5.609L2.867 6.832v1.135l2.814 3.93H8.01L4.713 7.39l3.19-4.182zM0 11.897h1.882V0H0v11.897zm12.766-8.905c-2.06 0-3.601 1.082-3.78 2.74h2.024c.144-.613.7-1.063 1.756-1.063 1.362 0 1.81.72 1.81 1.604v2.974c-.77.884-1.666 1.298-2.562 1.298-.932 0-1.577-.45-1.577-1.262 0-.775.502-1.261 1.47-1.261h1.504v-1.37h-1.558c-2.15 0-3.351 1.081-3.351 2.74 0 1.55 1.164 2.721 3.082 2.721 1.075 0 2.025-.432 2.724-.955h.268v.739h1.882V6.093c0-2.145-1.452-3.1-3.692-3.1zm29.662 6.211c-.296.682-1 1.198-2.002 1.198-1.38 0-2.401-.901-2.401-2.848 0-1.857.95-2.884 2.42-2.884 1.307 0 2.06.793 2.132 1.982H39.19v1.37h5.232v-.9c0-2.506-1.648-4.129-3.996-4.129-2.186 0-4.283 1.496-4.283 4.56 0 3.065 2.097 4.561 4.283 4.561 2 0 3.426-1.239 3.869-2.91h-1.867zM22.774 6.742l-1.254-.127c-.986-.09-1.505-.36-1.505-.937 0-.685.663-1.081 1.613-1.081.985 0 1.612.468 1.666 1.135h1.81c-.072-1.694-1.38-2.74-3.458-2.74-2.097 0-3.513 1.118-3.513 2.758 0 1.37.86 2.253 2.814 2.452l1.272.126c.77.072 1.29.234 1.29.973 0 .667-.484 1.154-1.756 1.154-1.172 0-1.749-.535-1.951-1.252h-1.958c.195 1.639 1.563 2.91 3.909 2.91 2.204 0 3.638-1.171 3.638-2.902 0-1.532-1.004-2.307-2.617-2.47zm12.366.775c0 2.974-1.804 4.38-4.061 4.38h-1.38v-1.785h1.272c1.362 0 2.27-.739 2.27-2.595 0-1.839-.859-2.758-2.31-2.758-1.398 0-2.397.865-2.397 2.722v7.462h-1.882V3.21h1.882v1.01h.269c.627-.848 1.554-1.227 2.522-1.227 2.079 0 3.815 1.514 3.815 4.525z' mask='url(%23b)'/%3e%3c/g%3e%3cg fill='%2300FFA7' fill-rule='nonzero' stroke='%2300FFA7' stroke-width='.87'%3e%3cpath d='M28.9 27.322l6.85-17.73 6.83 17.73h5.874L38.697 2h-5.875l-9.778 25.322zM1 11.938h16.449v5.466H1zM1 21.836h16.449v5.466H1zM1 2.02h16.449v5.466H1zM98.099 2.02h5.476v25.282h-5.476zM61.14 19.988l7.328 7.314H60.74l-7.189-7.175.02-5.466h5.875c1.175 0 2.09-.358 2.708-1.054.577-.636.896-1.57.896-2.544 0-.238-.04-1.65-.996-2.623-.537-.557-1.354-.974-2.608-.974h-5.875V2h5.875c.418 0 .836.02 1.254.08 2.031.258 3.844 1.113 5.218 2.504.1.1.219.218.318.338 1.474 1.65 2.27 3.836 2.27 6.161 0 2.326-.816 4.512-2.27 6.162-1.314 1.45-3.066 2.405-5.098 2.743z'/%3e%3cg%3e%3cpath d='M79.68 12.952h5.475v14.37H79.68zM85.155 2.02H72.71v5.466h19.396V2.02z'/%3e%3c/g%3e%3cpath d='M115.544 2.02v9.918h-5.815v5.446h5.815v9.918h5.476V2.02zM1.18 41.096c0-2.723 3.544-3.16 3.544-4.671 0-.656-.518-1.054-1.155-1.054-.896 0-1.374.895-1.374.895l-1.016-.676s.697-1.51 2.51-1.51c1.334 0 2.469.814 2.469 2.245 0 2.425-3.406 2.843-3.426 4.274h3.545v1.192H1.24c-.02-.258-.06-.477-.06-.695zM39.175 37.975c0-2.166.677-3.895 2.748-3.895 2.07 0 2.748 1.729 2.748 3.895 0 2.167-.677 3.916-2.748 3.916s-2.748-1.75-2.748-3.916zm4.082 0c0-1.47-.299-2.623-1.334-2.623-1.036 0-1.335 1.152-1.335 2.623 0 1.49.3 2.664 1.335 2.664s1.334-1.173 1.334-2.664zM78.265 39.843s.637.756 1.613.756c.737 0 1.434-.497 1.434-1.292s-.657-1.312-1.533-1.312c-.677 0-1.175.318-1.175.318l-.757-.278.358-3.836h3.983v1.192H79.38l-.12 1.252c-.019.2-.059.358-.059.358h.02s.358-.179.817-.179c1.672 0 2.668 1.113 2.668 2.485 0 1.49-1.155 2.604-2.728 2.604-1.593 0-2.43-1.014-2.43-1.014l.717-1.054zM115.583 37.975c0-2.166.678-3.895 2.749-3.895 2.07 0 2.748 1.729 2.748 3.895 0 2.167-.677 3.916-2.748 3.916s-2.749-1.75-2.749-3.916zm4.083 0c0-1.47-.299-2.623-1.334-2.623-1.036 0-1.335 1.152-1.335 2.623 0 1.49.299 2.664 1.335 2.664 1.035 0 1.334-1.173 1.334-2.664z'/%3e%3c/g%3e%3cpath fill='%23FFF' fill-rule='nonzero' d='M133.032 10V1.48h3.036c1.548 0 2.64.792 2.64 2.196 0 .792-.384 1.476-1.032 1.824v.024c.936.276 1.38 1.14 1.38 2.004 0 1.704-1.368 2.472-2.94 2.472h-3.084zm1.548-5.04h1.5c.672 0 1.056-.48 1.056-1.092 0-.612-.372-1.056-1.08-1.056h-1.476V4.96zm0 3.708h1.656c.792 0 1.236-.516 1.236-1.236 0-.708-.456-1.224-1.236-1.224h-1.656v2.46zM142.152 10V6.436l-2.844-4.956h1.752l1.332 2.508c.264.528.516 1.14.516 1.14h.024s.252-.612.516-1.14l1.32-2.508h1.752l-2.832 4.956V10h-1.536z'/%3e%3c/g%3e%3c/svg%3e") no-repeat scroll 0 0;
  background-size: auto 100%;
  font-size: 2.556rem;
  width: 13rem;
  height: 2.556rem;
  display: block;
  float: left
}

.logo_20 {
  background-position: 100% 0;
  width: 1.143em;
  margin-right: 0;
  display: none
}

@media only screen and (max-width: 1024px) {
  .logo {
      width:162px;
      height: 32px;
      background-size: 100% auto;
      background-position: top
  }
}

@media only screen and (max-width: 640px) {
  .logo {
      width:162px;
      height: 32px
  }
}

.logo-kav {
  background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='142' height='31' viewBox='0 0 1024 210' fill='none' %3E%3Cpath d='M461.527 105.719C461.527 144.382 437.938 162.66 408.413 162.66H390.369V139.461H407.007C424.816 139.461 436.687 129.855 436.687 105.719C436.687 81.8168 425.46 69.8642 406.479 69.8642C388.201 69.8642 375.137 81.1137 375.137 105.25V202.264H350.532V49.7112H375.137V62.8356H378.652C386.854 51.8221 398.98 46.8992 411.634 46.8992C438.817 46.8992 461.527 66.5834 461.527 105.719ZM299.82 95.6408L283.416 94.0002C270.528 92.8288 263.732 89.3138 263.732 81.8149C263.732 72.9104 272.403 67.7552 284.822 67.7552C297.711 67.7552 305.912 73.8476 306.615 82.5179H330.283C329.346 60.4909 312.24 46.8992 285.057 46.8992C257.64 46.8992 239.127 61.4281 239.127 82.7525C239.127 100.562 250.375 112.044 275.918 114.622L292.555 116.262C302.632 117.199 309.428 119.308 309.428 128.916C309.428 137.587 303.1 143.913 286.463 143.913C271.142 143.913 263.593 136.961 260.944 127.642H235.339C237.89 148.944 255.785 165.472 286.463 165.472C315.286 165.472 334.032 150.24 334.032 127.745C334.032 107.826 320.91 97.7499 299.82 95.6408ZM556.822 127.642C552.962 136.507 543.739 143.211 530.651 143.211C512.608 143.211 499.251 131.494 499.251 106.186C499.251 82.0495 511.67 68.6924 530.885 68.6924C547.992 68.6924 557.834 79.0033 558.772 94.469H514.482V112.28H582.908V100.562C582.908 67.9894 561.349 46.8992 530.651 46.8992C502.063 46.8992 474.645 66.3492 474.645 106.186C474.645 146.022 502.063 165.472 530.651 165.472C556.8 165.472 575.446 149.365 581.239 127.642H556.822ZM168.945 46.8992C141.997 46.8992 121.844 60.9611 119.501 82.5179H145.98C147.855 74.5525 155.119 68.6942 168.945 68.6942C186.755 68.6942 192.613 78.069 192.613 89.5498V128.213C182.537 139.697 170.82 145.085 159.103 145.085C146.918 145.085 138.482 139.227 138.482 128.684C138.482 118.605 145.043 112.28 157.697 112.28H177.381V94.469H156.994C128.874 94.469 113.174 108.531 113.174 130.088C113.174 150.24 128.405 165.472 153.479 165.472C167.539 165.472 179.959 159.85 189.098 153.052H192.613V162.66H217.218V87.2048C217.218 59.3191 198.237 46.8992 168.945 46.8992ZM2 162.66H26.6052V8H2V162.66ZM105.341 49.7112H75.3465L39.4935 96.8141V111.577L76.2837 162.66H106.747L63.63 104.077L105.341 49.7112ZM994.817 49.7112L974.664 94.469C969.743 105.25 965.059 115.793 963.652 122.825H960.134C958.728 115.793 953.809 105.483 948.888 94.7051L928.735 49.7112H901.552L948.888 151.178L925.454 202.264H951.7L1022 49.7112H994.817ZM896.11 49.7112H866.115L830.262 96.8141V111.577L867.052 162.66H897.516L854.398 104.077L896.11 49.7112ZM742.056 95.6408L725.653 94.0002C712.764 92.8288 705.969 89.3138 705.969 81.8149C705.969 72.9104 714.639 67.7552 727.059 67.7552C739.947 67.7552 748.149 73.8476 748.852 82.5179H772.519C771.582 60.4909 754.476 46.8992 727.293 46.8992C699.876 46.8992 681.364 61.4281 681.364 82.7525C681.364 100.562 692.612 112.044 718.154 114.622L734.792 116.262C744.868 117.199 751.664 119.308 751.664 128.916C751.664 137.587 745.337 143.913 728.699 143.913C713.378 143.913 705.829 136.961 703.18 127.642H677.575C680.126 148.944 698.021 165.472 728.699 165.472C757.522 165.472 776.269 150.24 776.269 127.745C776.269 107.826 763.146 97.7499 742.056 95.6408ZM792.768 162.66H817.373V8H792.768V162.66ZM630.516 62.8356H627.001V49.7112H602.396V162.66H627.001V103.608C627.001 83.4555 636.313 71.7386 654.653 71.7386H670.229V46.8992H661.214C644.197 46.8992 636.965 53.3172 630.516 62.8356Z' fill='white'/%3E%3C/svg%3E") no-repeat scroll 0 0;
  background-size: auto 100%;
  font-size: 1.389rem;
  width: 6.389rem;
  height: 1.389rem;
  display: block;
  float: left;
  margin-bottom: -5px
}

.logo-kav_20 {
  background-position: 100% 0;
  width: 1.034em;
  margin-right: 0;
  display: none
}

@media only screen and (max-width: 1024px) {
  .logo-kav {
      display:none
  }
}

@media only screen and (max-width: 640px) {
  .logo-kav {
      display:none
  }
}

.logo-kav-mobile {
  background: url("data:image/svg+xml;charset=utf8,%3C?xml version='1.0' encoding='utf-8'?%3E%3Csvg version='1.0' xmlns='http://www.w3.org/2000/svg' width='142' height='31' viewBox='0 0 1024 210' fill='none' %3E%3Cpath d='M461.527 105.719C461.527 144.382 437.938 162.66 408.413 162.66H390.369V139.461H407.007C424.816 139.461 436.687 129.855 436.687 105.719C436.687 81.8168 425.46 69.8642 406.479 69.8642C388.201 69.8642 375.137 81.1137 375.137 105.25V202.264H350.532V49.7112H375.137V62.8356H378.652C386.854 51.8221 398.98 46.8992 411.634 46.8992C438.817 46.8992 461.527 66.5834 461.527 105.719ZM299.82 95.6408L283.416 94.0002C270.528 92.8288 263.732 89.3138 263.732 81.8149C263.732 72.9104 272.403 67.7552 284.822 67.7552C297.711 67.7552 305.912 73.8476 306.615 82.5179H330.283C329.346 60.4909 312.24 46.8992 285.057 46.8992C257.64 46.8992 239.127 61.4281 239.127 82.7525C239.127 100.562 250.375 112.044 275.918 114.622L292.555 116.262C302.632 117.199 309.428 119.308 309.428 128.916C309.428 137.587 303.1 143.913 286.463 143.913C271.142 143.913 263.593 136.961 260.944 127.642H235.339C237.89 148.944 255.785 165.472 286.463 165.472C315.286 165.472 334.032 150.24 334.032 127.745C334.032 107.826 320.91 97.7499 299.82 95.6408ZM556.822 127.642C552.962 136.507 543.739 143.211 530.651 143.211C512.608 143.211 499.251 131.494 499.251 106.186C499.251 82.0495 511.67 68.6924 530.885 68.6924C547.992 68.6924 557.834 79.0033 558.772 94.469H514.482V112.28H582.908V100.562C582.908 67.9894 561.349 46.8992 530.651 46.8992C502.063 46.8992 474.645 66.3492 474.645 106.186C474.645 146.022 502.063 165.472 530.651 165.472C556.8 165.472 575.446 149.365 581.239 127.642H556.822ZM168.945 46.8992C141.997 46.8992 121.844 60.9611 119.501 82.5179H145.98C147.855 74.5525 155.119 68.6942 168.945 68.6942C186.755 68.6942 192.613 78.069 192.613 89.5498V128.213C182.537 139.697 170.82 145.085 159.103 145.085C146.918 145.085 138.482 139.227 138.482 128.684C138.482 118.605 145.043 112.28 157.697 112.28H177.381V94.469H156.994C128.874 94.469 113.174 108.531 113.174 130.088C113.174 150.24 128.405 165.472 153.479 165.472C167.539 165.472 179.959 159.85 189.098 153.052H192.613V162.66H217.218V87.2048C217.218 59.3191 198.237 46.8992 168.945 46.8992ZM2 162.66H26.6052V8H2V162.66ZM105.341 49.7112H75.3465L39.4935 96.8141V111.577L76.2837 162.66H106.747L63.63 104.077L105.341 49.7112ZM994.817 49.7112L974.664 94.469C969.743 105.25 965.059 115.793 963.652 122.825H960.134C958.728 115.793 953.809 105.483 948.888 94.7051L928.735 49.7112H901.552L948.888 151.178L925.454 202.264H951.7L1022 49.7112H994.817ZM896.11 49.7112H866.115L830.262 96.8141V111.577L867.052 162.66H897.516L854.398 104.077L896.11 49.7112ZM742.056 95.6408L725.653 94.0002C712.764 92.8288 705.969 89.3138 705.969 81.8149C705.969 72.9104 714.639 67.7552 727.059 67.7552C739.947 67.7552 748.149 73.8476 748.852 82.5179H772.519C771.582 60.4909 754.476 46.8992 727.293 46.8992C699.876 46.8992 681.364 61.4281 681.364 82.7525C681.364 100.562 692.612 112.044 718.154 114.622L734.792 116.262C744.868 117.199 751.664 119.308 751.664 128.916C751.664 137.587 745.337 143.913 728.699 143.913C713.378 143.913 705.829 136.961 703.18 127.642H677.575C680.126 148.944 698.021 165.472 728.699 165.472C757.522 165.472 776.269 150.24 776.269 127.745C776.269 107.826 763.146 97.7499 742.056 95.6408ZM792.768 162.66H817.373V8H792.768V162.66ZM630.516 62.8356H627.001V49.7112H602.396V162.66H627.001V103.608C627.001 83.4555 636.313 71.7386 654.653 71.7386H670.229V46.8992H661.214C644.197 46.8992 636.965 53.3172 630.516 62.8356Z' fill='white'/%3E%3C/svg%3E") no-repeat scroll 0 0;
  background-size: auto 100%;
  font-size: 1.389rem;
  width: 182px;
  height: 40px;
  display: none;
  margin-top: 5px;
  text-align: center
}

.logo-kav-mobile_20 {
  display: none
}

@media only screen and (max-width: 1024px) {
  .logo-kav-mobile {
      display:inline-block
  }
}

@media only screen and (max-width: 640px) {
  .logo-kav-mobile {
      display:inline-block
  }
}

.back-btn>svg {
  font-size: 1.944rem;
  width: 1em;
  height: .857em;
  float: left
}

.back-btn>svg,.back-btn__text {
  display: inline-block;
  vertical-align: middle
}

.back-btn__text {
  font-size: .806rem;
  line-height: 1.1;
  margin-left: .889rem;
  -webkit-transition: margin .2s,color .2s;
  transition: margin .2s,color .2s
}

.back-btn .back-btn-svg__mask {
  -webkit-transform: scaleY(.001);
  transform: scaleY(.001);
  -webkit-transform-origin: 50% .857em;
  transform-origin: 50% .857em;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.back-btn:hover .back-btn-svg__mask {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.back-btn:hover .back-btn__text {
  margin-left: 1.111rem;
  color: #31b987
}

.hr {
  display: table;
  width: 100%;
  white-space: nowrap;
  line-height: 1
}

.hr:after,.hr:before {
  content: "";
  border-top: 1px solid #fff;
  display: table-cell;
  width: 50%;
  position: relative;
  top: .5em
}

.page-size {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 120px 48px 0
}

@media only screen and (max-width: 1024px) {
  .page-size {
      padding:71px 16px 0
  }
}

.page-h1 {
  font-size: 40px;
  font-weight: 900;
  margin: 0;
  margin-bottom: 64px;
  color: #00ffa7;
  text-align: left;
  text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
  .page-h1 {
      font-size:20px;
      margin-bottom: 16px
  }
}

.footer {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 58px;
  background-image: -webkit-gradient(linear,left bottom,left top,from(#000),to(transparent));
  background-image: linear-gradient(0deg,#000,transparent);
  z-index: 100
}

@media only screen and (max-width: 1024px) {
  .footer {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      height: 88px;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center
  }
}

.ajax-opacity-animate,.ajax-opacity-animate>* {
  -webkit-transition: opacity .3s;
  transition: opacity .3s
}

.fade-block {
  opacity: 0
}

.overflow-x {
  overflow-x: hidden
}

body .display-none {
  display: none
}

.share__item {
  width: 1em;
  height: 1.056em
}

.share__item,.share__item>* {
  position: relative;
  display: block
}

.share__item>* {
  width: 100%;
  height: 100%
}

.share__item path {
  -webkit-transition: fill .3s;
  transition: fill .3s
}

.share__item:before {
  content: "";
  background: url(/images/seq.png?a5ecfd136f980e0b6869ca613fc2f13f);
  background-size: 600% 800%;
  width: 2.222em;
  height: 2.222em;
  margin: auto;
  padding: 0;
  position: absolute;
  left: -.611em;
  top: -.611em;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  transition: transform .2s;
  transition: transform .2s,-webkit-transform .2s
}

.share__item:hover {
  -webkit-filter: drop-shadow(0 0 .833em hsla(0,0%,100%,.75)) drop-shadow(0 0 .556em hsla(0,0%,100%,.5)) drop-shadow(0 0 .278em hsla(0,0%,100%,.25));
  filter: drop-shadow(0 0 .833em rgba(255,255,255,.75)) drop-shadow(0 0 .556em rgba(255,255,255,.5)) drop-shadow(0 0 .278em rgba(255,255,255,.25))
}

.share__item:hover:before {
  -webkit-animation: share_hover 1.88s infinite;
  animation: share_hover 1.88s infinite;
  -webkit-transform: scale(1);
  transform: scale(1);
  display: block
}

@-webkit-keyframes share_hover {
  0%,2.219% {
      background-position: 0 0
  }

  2.22%,4.439% {
      background-position: 20% 0
  }

  4.44%,6.669% {
      background-position: 40% 0
  }

  6.67%,8.889% {
      background-position: 60% 0
  }

  8.89%,11.109% {
      background-position: 80% 0
  }

  11.11%,13.329% {
      background-position: 100% 0
  }

  13.33%,15.559% {
      background-position: 0 14.28571429%
  }

  15.56%,17.779% {
      background-position: 20% 14.28571429%
  }

  17.78%,19.999% {
      background-position: 40% 14.28571429%
  }

  20%,22.219% {
      background-position: 60% 14.28571429%
  }

  22.22%,24.439% {
      background-position: 80% 14.28571429%
  }

  24.44%,26.669% {
      background-position: 100% 14.28571429%
  }

  26.67%,28.889% {
      background-position: 0 28.57142857%
  }

  28.89%,31.109% {
      background-position: 20% 28.57142857%
  }

  31.11%,33.329% {
      background-position: 40% 28.57142857%
  }

  33.33%,35.559% {
      background-position: 60% 28.57142857%
  }

  35.56%,37.779% {
      background-position: 80% 28.57142857%
  }

  37.78%,39.999% {
      background-position: 100% 28.57142857%
  }

  40%,42.219% {
      background-position: 0 42.85714286%
  }

  42.22%,44.439% {
      background-position: 20% 42.85714286%
  }

  44.44%,46.669% {
      background-position: 40% 42.85714286%
  }

  46.67%,48.889% {
      background-position: 60% 42.85714286%
  }

  48.89%,51.109% {
      background-position: 80% 42.85714286%
  }

  51.11%,53.329% {
      background-position: 100% 42.85714286%
  }

  53.33%,55.559% {
      background-position: 0 57.14285714%
  }

  55.56%,57.779% {
      background-position: 20% 57.14285714%
  }

  57.78%,59.999% {
      background-position: 40% 57.14285714%
  }

  60%,62.219% {
      background-position: 60% 57.14285714%
  }

  62.22%,64.439% {
      background-position: 80% 57.14285714%
  }

  64.44%,66.669% {
      background-position: 100% 57.14285714%
  }

  66.67%,68.889% {
      background-position: 0 71.42857143%
  }

  68.89%,71.109% {
      background-position: 20% 71.42857143%
  }

  71.11%,73.329% {
      background-position: 40% 71.42857143%
  }

  73.33%,75.559% {
      background-position: 60% 71.42857143%
  }

  75.56%,77.779% {
      background-position: 80% 71.42857143%
  }

  77.78%,79.999% {
      background-position: 100% 71.42857143%
  }

  80%,82.219% {
      background-position: 0 85.71428571%
  }

  82.22%,84.439% {
      background-position: 20% 85.71428571%
  }

  84.44%,86.669% {
      background-position: 40% 85.71428571%
  }

  86.67%,88.889% {
      background-position: 60% 85.71428571%
  }

  88.89%,91.109% {
      background-position: 80% 85.71428571%
  }

  91.11%,93.329% {
      background-position: 100% 85.71428571%
  }

  93.33%,95.559% {
      background-position: 0 100%
  }

  95.56%,97.779% {
      background-position: 20% 100%
  }

  97.78%,to {
      background-position: 40% 100%
  }
}

@keyframes share_hover {
  0%,2.219% {
      background-position: 0 0
  }

  2.22%,4.439% {
      background-position: 20% 0
  }

  4.44%,6.669% {
      background-position: 40% 0
  }

  6.67%,8.889% {
      background-position: 60% 0
  }

  8.89%,11.109% {
      background-position: 80% 0
  }

  11.11%,13.329% {
      background-position: 100% 0
  }

  13.33%,15.559% {
      background-position: 0 14.28571429%
  }

  15.56%,17.779% {
      background-position: 20% 14.28571429%
  }

  17.78%,19.999% {
      background-position: 40% 14.28571429%
  }

  20%,22.219% {
      background-position: 60% 14.28571429%
  }

  22.22%,24.439% {
      background-position: 80% 14.28571429%
  }

  24.44%,26.669% {
      background-position: 100% 14.28571429%
  }

  26.67%,28.889% {
      background-position: 0 28.57142857%
  }

  28.89%,31.109% {
      background-position: 20% 28.57142857%
  }

  31.11%,33.329% {
      background-position: 40% 28.57142857%
  }

  33.33%,35.559% {
      background-position: 60% 28.57142857%
  }

  35.56%,37.779% {
      background-position: 80% 28.57142857%
  }

  37.78%,39.999% {
      background-position: 100% 28.57142857%
  }

  40%,42.219% {
      background-position: 0 42.85714286%
  }

  42.22%,44.439% {
      background-position: 20% 42.85714286%
  }

  44.44%,46.669% {
      background-position: 40% 42.85714286%
  }

  46.67%,48.889% {
      background-position: 60% 42.85714286%
  }

  48.89%,51.109% {
      background-position: 80% 42.85714286%
  }

  51.11%,53.329% {
      background-position: 100% 42.85714286%
  }

  53.33%,55.559% {
      background-position: 0 57.14285714%
  }

  55.56%,57.779% {
      background-position: 20% 57.14285714%
  }

  57.78%,59.999% {
      background-position: 40% 57.14285714%
  }

  60%,62.219% {
      background-position: 60% 57.14285714%
  }

  62.22%,64.439% {
      background-position: 80% 57.14285714%
  }

  64.44%,66.669% {
      background-position: 100% 57.14285714%
  }

  66.67%,68.889% {
      background-position: 0 71.42857143%
  }

  68.89%,71.109% {
      background-position: 20% 71.42857143%
  }

  71.11%,73.329% {
      background-position: 40% 71.42857143%
  }

  73.33%,75.559% {
      background-position: 60% 71.42857143%
  }

  75.56%,77.779% {
      background-position: 80% 71.42857143%
  }

  77.78%,79.999% {
      background-position: 100% 71.42857143%
  }

  80%,82.219% {
      background-position: 0 85.71428571%
  }

  82.22%,84.439% {
      background-position: 20% 85.71428571%
  }

  84.44%,86.669% {
      background-position: 40% 85.71428571%
  }

  86.67%,88.889% {
      background-position: 60% 85.71428571%
  }

  88.89%,91.109% {
      background-position: 80% 85.71428571%
  }

  91.11%,93.329% {
      background-position: 100% 85.71428571%
  }

  93.33%,95.559% {
      background-position: 0 100%
  }

  95.56%,97.779% {
      background-position: 20% 100%
  }

  97.78%,to {
      background-position: 40% 100%
  }
}

.social-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1024px) {
  .social-block {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.social-block__header {
  text-transform: uppercase;
  text-align: left
}

@media only screen and (max-width: 1024px) {
  .social-block__header {
      text-align:center;
      font-size: 12px;
      margin-bottom: 12px
  }
}

.social-block__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.social-block .social-btn {
  display: inline-block;
  position: relative;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  margin-right: 12px;
  fill: #fff
}

@media only screen and (max-width: 1024px) {
  .social-block .social-btn {
      width:48px;
      height: 48px;
      margin-right: 16px
  }
}

.social-block .social-btn svg {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 16px;
  height: 16px;
  margin: auto
}

.social-block .social-btn:last-child {
  margin-right: 0
}

.social-block .social-btn--facebook {
  background-color: #3a5a98
}

.social-block .social-btn--google {
  background-color: #ea4335
}

.social-block .social-btn--vk {
  background-color: #4a76a8
}

.social-block .social-btn--twitter {
  background-color: #1da1f2
}

.timeline-new {
  position: absolute;
  left: 48px;
  top: 124px;
  border-radius: 20px;
  padding: 8px 17px;
  background: #00ffa7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

@media only screen and (max-width: 1024px) {
  .timeline-new {
      top:64px;
      left: 16px;
      padding: 7px 16px
  }
}

.timeline-new__item {
  color: rgba(0,0,0,.3);
  -webkit-transition: color .2s;
  transition: color .2s;
  margin-right: 17px
}

.timeline-new__item:last-child {
  margin-right: 0
}

.timeline-new__item.active {
  cursor: pointer;
  color: #000
}

@media only screen and (min-width: 1025px) {
  .timeline-new__item:not(.disabled):hover {
      cursor:pointer;
      color: #000
  }
}

@media only screen and (max-width: 1024px) {
  .timeline-new__item {
      font-size:16px;
      font-weight: 900
  }
}

.brief__panorama .timeline-new {
  top: 186px
}

@media only screen and (max-width: 1024px) {
  .brief__panorama .timeline-new {
      top:107px;
      left: 9px;
      padding: 5px 12px
  }
}

@media only screen and (max-width: 1024px) {
  .brief__panorama .timeline-new__item {
      font-size:14px;
      margin-right: 12px
  }

  .brief__panorama .timeline-new__item:last-child {
      margin-right: 0
  }
}

textarea {
  resize: none;
  overflow: hidden
}

.input {
  border-radius: 0;
  text-transform: uppercase
}

.input_regular {
  text-transform: none
}

.form {
  margin: auto;
  width: 100%
}

.form__input {
  width: 100%;
  -webkit-box-shadow: inset 0 3px 6px 0 rgba(0,0,0,.1);
  box-shadow: inset 0 3px 6px 0 rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.16);
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.5;
  font-weight: 500;
  color: #000;
  padding: 12px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none
}

.form__input:focus,.form__input:hover {
  cursor: text
}

.form__input--error {
  -webkit-box-shadow: inset 0 3px 6px 0 rgba(0,0,0,.1);
  box-shadow: inset 0 3px 6px 0 rgba(0,0,0,.1);
  border: 1px solid rgba(0,0,0,.16);
  background-color: #ff9797
}

.form__input::-ms-input-placeholder {
  font-weight: 500;
  color: rgba(0,0,0,.3)
}

.form__input::placeholder {
  font-weight: 500;
  color: rgba(0,0,0,.3)
}

.form__input::-webkit-input-placeholder {
  font-weight: 500;
  color: rgba(0,0,0,.3)
}

.form__input::-moz-placeholder {
  font-weight: 500;
  color: rgba(0,0,0,.3)
}

.form__input:-ms-input-placeholder {
  font-weight: 500;
  color: rgba(0,0,0,.3)
}

.form__input :-moz-placeholder {
  font-weight: 500;
  color: rgba(0,0,0,.3)
}

.form__input_textarea {
  font-size: 12px;
  background: url(/images/textarea.svg?2f15ba69418ac07c7d2592bfba80ca0b) repeat scroll 0 0;
  border: 1px solid #00ffa7;
  font-weight: 300;
  line-height: 1.4;
  text-transform: none;
  height: inherit
}

.form__input_textarea:hover {
  cursor: pointer
}

.form__input_textarea:focus {
  cursor: text
}

.form__button {
  margin: 0;
  outline: none!important
}

.form__input-desc {
  display: block;
  position: absolute;
  left: 1em;
  top: -1em;
  text-align: left;
  white-space: nowrap
}

@media only screen and (min-width: 1025px) {
  .form__input-desc {
      font-size:9px;
      font-weight: 500;
      opacity: .5
  }
}

@media only screen and (max-width: 1024px) {
  .form__input-desc {
      font-size:16px;
      opacity: .3
  }
}

.form__error-message {
  display: block;
  text-align: left;
  color: #f94343;
  font-size: 12px;
  font-weight: 500;
  margin-top: 8px
}

.form__checkbox {
  display: none
}

.form__checkbox:checked+.form__checkbox-label {
  opacity: 1;
  background: #00ffa7
}

.form__checkbox:checked+.form__checkbox-label:before {
  content: "";
  display: block;
  position: absolute;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cg fill='none' fill-rule='evenodd'%3e%3cpath stroke='%23000' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 9l3 3 7-8'/%3e%3c/g%3e%3c/svg%3e");
  top: 0;
  background-size: cover;
  right: 0;
  bottom: 0;
  left: 0
}

.form__checkbox-label {
  display: block;
  position: relative;
  width: 16px;
  height: 16px;
  border: 2px solid #00ffa7;
  opacity: .5;
  border-radius: 5px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
  -webkit-transition: all .2s;
  transition: all .2s;
  cursor: pointer
}

.form__wrong {
  border-bottom-color: red
}

.form .g-recaptcha div {
  margin: auto
}

.skew {
  position: relative;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transform: skew(30deg);
  transform: skew(30deg)
}

.skew .skew__content,.skew_right {
  -webkit-transform: skew(-30deg);
  transform: skew(-30deg)
}

.skew_right .skew__content {
  -webkit-transform: skew(30deg);
  transform: skew(30deg)
}

.close-button-hexagon {
  overflow: visible!important;
  font-size: 3.167rem;
  width: 1.158em;
  height: 1em;
  pointer-events: auto;
  cursor: pointer
}

@media only screen and (max-width: 1024px) {
  .close-button-hexagon ._cross,.close-button-hexagon ._outer {
      stroke-width:2px
  }
}

.close-button-hexagon ._hover {
  fill: rgba(49,185,135,0);
  -webkit-transition: fill 0s ease-out .2s;
  transition: fill 0s ease-out .2s
}

.close-button-hexagon .clip-path {
  -webkit-transform: scaleY(.001);
  transform: scaleY(.001);
  -webkit-transform-origin: 50% .5em;
  transform-origin: 50% .5em;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.close-button-hexagon:hover ._hover {
  fill: #31b987;
  -webkit-transition: fill 0s;
  transition: fill 0s
}

.close-button-hexagon:hover .clip-path {
  -webkit-transition-duration: .4s;
  transition-duration: .4s;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.checkbox {
  display: none
}

.checkbox:checked+* {
  display: block
}

.checkbox:checked~.checkbox__hide-when-checked {
  display: none
}

@media only screen and (max-width: 1024px) {
  .checkbox_mobile+* {
      display:none
  }
}

@media only screen and (min-width: 1025px) {
  .checkbox_desktop+* {
      display:none
  }
}

.checkbox-nth {
  display: none
}

.checkbox-nth:checked:first-of-type~* .checkbox-nth-item:first-of-type,.checkbox-nth:checked:last-of-type~* .checkbox-nth-item:last-of-type {
  display: block
}

.checkbox-nth-wrapper {
  width: 100%;
  overflow: hidden
}

@media only screen and (max-width: 1024px) {
  .checkbox-nth-container {
      width:200%;
      position: relative;
      left: 0;
      -webkit-transition: left .5s ease-in-out,height .5s ease-in-out .15s;
      transition: left .5s ease-in-out,height .5s ease-in-out .15s;
      overflow: hidden
  }
}

.socials_inline {
  text-align: center;
  font-size: 2.111rem
}

.socials_inline .list__item {
  display: inline-block;
  margin: 0 1.556rem
}

@media only screen and (min-width: 1025px) {
  .socials_inline {
      display:none
  }
}

@media only screen and (min-width: 1025px) {
  .load-more {
      display:none!important;
      line-height: 2.333rem;
      font-size: 1rem;
      padding-left: 1.5rem;
      padding-right: 1.5rem;
      -webkit-transition: background-color,color .2s ease;
      transition: background-color,color .2s ease
  }

  .load-more:hover {
      background-color: #257962;
      color: #fff
  }
}

.background {
  background: #000 url(/images/bg.jpg?b64fa31c27988dce53f5eb5fd858ab48) no-repeat scroll 50% 50%;
  background-attachment: fixed;
  background-size: cover
}

.background_360 {
  background: #343434
}

.background_about {
  background-image: url(/images/bg__about.jpg?7c73d625818b5273312784ffc19b6178)
}

.background_brief {
  background-image: url(/images/bg__brief.jpg?8cbf0b0a661b56c9c87a04e8340ff3e0)
}

.background_map {
  background-image: url(/images/bg__brief-page.jpg?9b336cf655b1f06d4e1aa5330bbf7ee1)
}

@media only screen and (max-width: 1024px) {
  .modal__ui.background {
      background:none
  }

  .modal__ui.background:before {
      content: "";
      position: fixed;
      top: -50px;
      left: 0;
      width: 100%;
      bottom: -50px;
      background: #000 url(/images/bg.jpg?b64fa31c27988dce53f5eb5fd858ab48) no-repeat scroll 50% 50%;
      background-attachment: fixed;
      background-size: cover
  }
}

.grayscale {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.year-town-block {
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  color: #fff
}

.year-town-block__year {
  color: #00ffa7
}

.year-town-block__point {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 3px;
  border-radius: 50%;
  background: #fff
}

.tag {
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  color: #00ffa7;
  padding: 6px 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 14px;
  background: rgba(0,255,167,.3);
  -webkit-transition: background .2s;
  transition: background .2s;
  cursor: pointer
}

.tag:hover {
  background: rgba(0,255,167,.5)
}

.tag--small {
  padding: 7px 8px;
  font-size: 12px;
  background: rgba(0,255,167,.15);
  color: rgba(0,255,167,.5)
}

.tag--small.active,.tag--small:hover {
  color: rgba(0,255,167,.8);
  background: rgba(0,255,167,.24)
}

.back-btn-svg {
  overflow: visible!important;
  font-size: 1.944rem;
  width: 1em;
  height: .857em
}

.back-btn-svg__mask {
  -webkit-transform: scaleY(.001);
  transform: scaleY(.001);
  -webkit-transform-origin: 50% .429em;
  transform-origin: 50% .429em;
  -webkit-transition: -webkit-transform .2s ease-out;
  transition: -webkit-transform .2s ease-out;
  transition: transform .2s ease-out;
  transition: transform .2s ease-out,-webkit-transform .2s ease-out
}

.back-btn-svg:hover .back-btn-svg__mask {
  -webkit-transition-duration: .2s;
  transition-duration: .2s;
  -webkit-transform: scale(1);
  transform: scale(1)
}

.back-btn-svg:hover .back-btn__text {
  margin-left: 1.111rem;
  color: #31b987
}

.pep-placeholder {
  position: relative
}

.pep-placeholder__text {
  position: absolute;
  left: 0;
  right: 0;
  text-align: left;
  opacity: .5
}

.pep-placeholder__text_hidden {
  display: none
}

.pep-placeholder__input {
  position: relative
}

.earth-popup {
  position: absolute;
  font-size: 11.5rem;
  -webkit-transform: translate(-999.943px);
  transform: translate(-999.943px);
  z-index: 5
}

@media only screen and (max-width: 1024px) {
  .earth-popup {
      font-size:10.556rem
  }
}

.earth-popup__preview {
  width: 160px;
  height: 160px;
  overflow: hidden;
  border-radius: 50%
}

.earth-popup__item,.earth-popup_moving {
  pointer-events: none
}

.earth-popup__item {
  position: absolute
}

.earth-popup__item:before {
  content: "";
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  right: -20px
}

.earth-popup__item_0 {
  left: -.57735027em;
  top: -.5em
}

.earth-popup__item_1 {
  left: -1.47224319em;
  top: -1.02em
}

.earth-popup__item_2 {
  left: -1.47224319em;
  top: .02em
}

.earth-popup__item_2 .earth-popup__flag-container {
  top: auto;
  bottom: 0
}

.earth-popup__item-shadow {
  content: "";
  display: inline-block;
  position: absolute;
  background: rgba(0,0,0,.8);
  border-radius: 50%;
  background-position: 0 0;
  width: 160px;
  height: 160px;
  left: 0;
  pointer-events: none
}

.earth-popup__hover {
  height: 100%;
  -webkit-transition-property: width,-webkit-filter;
  transition-property: width,-webkit-filter;
  transition-property: width,filter;
  transition-property: width,filter,-webkit-filter;
  -webkit-transition-duration: .1s;
  transition-duration: .1s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear
}

.earth-popup__preview-hexagon {
  position: relative;
  z-index: 1;
  pointer-events: all;
  padding-right: 20px;
  cursor: pointer
}

.earth-popup__preview-hexagon:hover .earth-popup__hover {
  -webkit-filter: brightness(1.05) contrast(1.05);
  filter: brightness(1.05) contrast(1.05);
  -webkit-transition-duration: 3.2s;
  transition-duration: 3.2s;
  -webkit-transition-timing-function: cubic-bezier(0,1,.5,1);
  transition-timing-function: cubic-bezier(0,1,.5,1)
}

.earth-popup__content-container {
  position: absolute;
  z-index: 1;
  top: 0;
  right: -1.6em;
  pointer-events: all;
  cursor: pointer;
  background: #fff;
  width: 331px;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(0,255,167,.24);
  box-shadow: 0 2px 24px 0 rgba(0,255,167,.24);
  padding: 16px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width: 1024px) {
  .earth-popup__content-container {
      display:none
  }
}

.earth-popup__content-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px
}

.earth-popup__name-contry {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.33;
  text-align: left;
  color: #000
}

.earth-popup__flag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 2px 2px 13px rgba(0,0,0,.2);
  box-shadow: 2px 2px 13px rgba(0,0,0,.2)
}

.earth-popup__flag-img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.earth-popup__content-count {
  font-size: 14px;
  font-weight: 900;
  color: rgba(0,0,0,.2);
  margin-bottom: 12px;
  text-align: left;
  text-transform: uppercase
}

.earth-popup__content-link {
  margin-bottom: 12px;
  font-size: 14px;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #000;
  text-align: left;
  -webkit-transition: color .2s;
  transition: color .2s
}

.earth-popup__content-link:hover {
  color: #00ffa7;
  cursor: pointer
}

.earth-popup__content-link:hover:before {
  background: #00ffa7
}

.earth-popup__content-link:last-child {
  margin-bottom: 0
}

.earth-popup__content-link:before {
  content: "";
  -webkit-transition: background .2s;
  transition: background .2s;
  display: block;
  background: #000;
  width: 7px;
  height: 7px;
  margin-right: 10px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.earth-popup__content-text {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis
}

.earth-popup__info {
  line-height: .57894737em;
  position: absolute;
  top: 0;
  left: 100%;
  bottom: 0;
  white-space: nowrap;
  height: 1.35526316em;
  height: calc(1.15789474em + .834rem);
  margin: auto .21052632em;
  text-transform: uppercase
}

.earth-popup__briefs-count,.earth-popup__city {
  margin: .278rem 0;
  padding: 0 .889rem 0 0
}

.earth-popup__briefs-count:before,.earth-popup__city:before {
  content: "";
  display: inline-block;
  border-style: solid;
  position: absolute;
  right: 100%
}

.earth-popup__city {
  font-size: .39473684em;
  color: #000;
  background: #fff;
  -webkit-transform-origin: 0 100%;
  transform-origin: 0 100%
}

.earth-popup__city:before {
  border-width: 0 .86666667em 1.46666667em 0;
  border-color: transparent #fff transparent transparent
}

.earth-popup__briefs-count {
  font-size: .23684211em;
  font-weight: 700;
  color: #fff;
  text-indent: .222rem;
  background: #242121;
  background: -webkit-gradient(linear,left top,right top,from(#272424),to(#201d1d));
  background: linear-gradient(90deg,#272424,#201d1d);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.earth-popup__briefs-count:before {
  border-width: 0 0 2.44444444em 1.44444444em;
  border-color: transparent transparent #242121
}

.earth-popup .hexagon-svg {
  overflow: visible;
  height: 1.15789474em;
  width: 1.33702168em;
  position: absolute;
  left: -.5em;
  right: -.5em;
  top: -.5em;
  bottom: -.5em;
  margin: auto
}

.earth-popup .hexagon-svg path {
  stroke-width: .389rem;
  stroke: rgba(179,255,202,.6)!important
}

.mobile-tip {
  position: absolute;
  bottom: 8px;
  left: 8px;
  right: 8px;
  border-radius: 10px;
  background: #fff;
  padding-top: 16px;
  -webkit-transform: translateY(108%);
  transform: translateY(108%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 1000
}

@media only screen and (min-width: 1025px) {
  .mobile-tip {
      display:none
  }
}

.mobile-tip__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 16px
}

.mobile-tip__name {
  font-size: 24px;
  font-weight: 900;
  line-height: 1.33;
  text-align: left;
  color: #000
}

.mobile-tip__flag {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  overflow: hidden;
  border-radius: 50%
}

.mobile-tip__flag-img {
  display: block;
  width: 100%;
  height: 100%
}

.mobile-tip__content-count {
  color: rgba(0,0,0,.2);
  padding: 0 16px
}

.mobile-tip__btn,.mobile-tip__content-count {
  font-size: 14px;
  font-weight: 900;
  text-align: left;
  text-transform: uppercase
}

.mobile-tip__btn {
  margin-top: 16px;
  padding: 16px;
  color: #000;
  border-top: 1px solid rgba(0,0,0,.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.mobile-tip__btn svg {
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.icon:before {
  content: "";
  display: inline-block;
  background: no-repeat scroll 0 0;
  background-size: contain;
  width: 1em;
  vertical-align: middle
}

.icon_pencil:before {
  background-image: url(/images/pencil.svg?b124c65b3c14aec31d67371a398ca729);
  height: 1.36065574em
}

.icon_location:before {
  background-image: url(/images/location-pointer.svg?66e319ccab54deef2ec8853a13923a1b);
  height: 1.33333333em
}

.icon_logout:before {
  background-image: url(/images/log-out.svg?8f7ceab910467c60717fbcffea90ab9f);
  height: 1.15789474em
}

.input-addon {
  display: table;
  width: 100%
}

.input-addon>* {
  display: table-cell;
  vertical-align: middle
}

.input-addon__input {
  width: 100%;
  display: block;
  float: left
}

.authorization {
  text-align: center
}

.authorization.active .js-tooltip-window:not(.open)+.lang-menu__button,.authorization.active .js-tooltip-window:not(.open)+.lang-menu__button .lang-menu__arrow,.authorization.active .nav-menu-app__link,.authorization.active .search-header-block__button {
  color: hsla(0,0%,100%,.6);
  fill: hsla(0,0%,100%,.6)
}

.authorization.active .toogle-page {
  border: 2px solid rgba(0,255,167,.3);
  background: rgba(0,0,0,.6)
}

@media only screen and (min-width: 1025px) {
  .authorization {
      display:inline-block
  }
}

.authorization>* {
  display: inline-block;
  vertical-align: middle
}

.authorization__login-button {
  display: inline-block;
  padding: 10px 21px
}

@media only screen and (max-width: 1024px) {
  .authorization__login-button {
      display:block;
      width: 100%
  }
}

.authorization__user-info {
  position: relative
}

.authorization .close-button svg {
  font-size: 1.1rem;
  width: 1em;
  height: 100%;
  overflow: visible
}

.authorization .close-button svg>* {
  stroke-width: 28!important
}

@media only screen and (max-width: 1024px) {
  .authorization .close-button svg {
      font-size:2.5rem
  }
}

.authorization_authorized .authorization__login-button {
  display: none
}

.authorization_authorized .authorization__user-info {
  display: inline-block
}

@media only screen and (max-width: 1024px) {
  .authorization_authorized .authorization__user-info {
      display:table;
      table-layout: fixed
  }
}

.authorization_other .user-info__logout {
  display: none
}

.authorization .user-profile-icon {
  pointer-events: all;
  cursor: pointer;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid hsla(0,0%,100%,.2)
}

.authorization .user-profile-icon__icon {
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.authorization .user-profile-icon__icon img {
  max-height: 100%;
  max-width: 100%
}

.authorization .user-profile-icon__tooltip {
  top: calc(100% + 10px);
  right: 0
}

.authorization .user-profile-icon__link {
  color: #000
}

@media only screen and (max-width: 1024px) {
  .user-info {
      width:100%
  }

  .user-info>* {
      display: table-cell
  }
}

@media only screen and (max-width: 1024px) {
  .user-info__button {
      font-size:1.833rem
  }

  .user-info__button .button__content {
      padding: 0 1.7rem
  }
}

.user-info__item {
  background: rgba(0,0,0,.4);
  line-height: 2.333rem;
  height: 2.333rem;
  float: left;
  font-size: 1rem
}

@media only screen and (max-width: 1024px) {
  .user-info__item {
      line-height:4.278rem;
      height: 4.278rem;
      float: none
  }
}

.user-info__close,.user-info__username {
  background: #000;
  height: 100%
}

@media only screen and (max-width: 1024px) {
  .user-info__glow {
      position:relative
  }

  .user-info__glow>* {
      position: relative;
      z-index: 2
  }

  .user-info__glow:before {
      background: #000;
      content: "";
      display: block;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0;
      -webkit-filter: drop-shadow(0 0 .3rem rgba(44,166,121,.4));
      filter: drop-shadow(0 0 .3rem rgba(44,166,121,.4))
  }
}

.user-info__username {
  font-size: .667rem;
  padding: 0 .889rem;
  margin-left: .056rem;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap
}

@media only screen and (max-width: 1024px) {
  .user-info__username {
      font-size:1.389rem;
      text-align: left
  }

  .user-info__username-cont {
      width: 100%
  }
}

.user-info__username-icon {
  display: inline-block;
  margin: 0 .5rem 0 0;
  position: relative;
  bottom: .111rem
}

.user-info__username-icon>svg {
  vertical-align: middle;
  width: 1rem;
  height: 1.111rem
}

@media only screen and (max-width: 1024px) {
  .user-info__username-icon>svg {
      width:1.778rem;
      height: 2rem
  }
}

@media only screen and (max-width: 1024px) {
  .user-info__username-icon {
      margin:0 .889rem
  }
}

.user-info__username-name {
  text-transform: uppercase
}

.user-info__close {
  width: 2.222rem;
  border-left: 1px solid #04241b;
  font-size: .722rem
}

.user-info__close>svg {
  width: 1em;
  height: 1em;
  vertical-align: middle
}

@media only screen and (max-width: 1024px) {
  .user-info__close {
      font-size:1.333rem;
      width: 4.278rem
  }

  .user-info__close-cont {
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      width: 4.278rem;
      border-left: 1px solid rgba(0,255,167,.1)
  }
}

@media only screen and (max-width: 1024px) {
  .user-info_lk {
      margin-bottom:.5rem
  }
}

@media only screen and (min-width: 1025px) {
  .user-info_lk {
      margin:0 .889rem
  }
}

.user-info_lk .user-pic {
  font-size: 5.056rem
}

@media only screen and (max-width: 1024px) {
  .user-info_lk .user-pic {
      font-size:15rem
  }

  .user-info_lk .user-pic__photo {
      width: 1.16em;
      margin: .8rem auto 0;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 1.2rem 0
  }

  .user-info_lk .user-pic__border path {
      stroke-width: .4rem!important
  }
}

.user-info_lk .user-info__userpic {
  margin-right: -1rem;
  position: relative;
  z-index: 1
}

@media only screen and (max-width: 1024px) {
  .user-info_lk .user-info__userpic {
      width:100%;
      float: none;
      display: block
  }
}

.user-info_lk .user-info__username {
  line-height: 3.056rem;
  height: 3.056rem;
  padding: 0 1.556rem;
  width: 13.889rem;
  text-transform: uppercase
}

.user-info_lk .user-info__username>* {
  line-height: 1.4;
  display: inline-block;
  vertical-align: middle;
  white-space: normal
}

@media only screen and (max-width: 1024px) {
  .user-info_lk .user-info__username {
      display:inline-block;
      text-transform: uppercase;
      width: auto;
      font-size: 2.01rem;
      padding: 0 2.7rem
  }

  .user-info_lk .user-info__username,.user-info_lk .user-info__username .skew,.user-info_lk .user-info__username .skew__content {
      -webkit-transform: none;
      transform: none
  }

  .user-info_lk .user-info__username-column {
      float: none;
      display: block;
      text-align: center;
      margin: 2rem auto 0
  }
}

.user-info_lk .user-info__logout {
  border: 1px solid #02e095;
  float: left;
  width: auto;
  margin-left: .444rem
}

.user-info_lk .user-info__logout .skew__content {
  color: #02e095;
  font-size: .556rem;
  font-weight: 700;
  display: block;
  padding: 0 1rem;
  line-height: 1.333rem
}

.user-info_lk .user-info__logout .icon:before {
  margin: -.111rem .222rem 0
}

.parallax {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transform: perspective(277.778rem);
  transform: perspective(277.778rem);
  -webkit-perspective: 277.778rem;
  perspective: 277.778rem;
  width: 100%;
  min-height: 100%;
  z-index: 0
}

@media only screen and (min-width: 1025px) {
  .parallax {
      overflow:hidden
  }
}

@media only screen and (min-width: 1025px) {
  .parallax__container {
      position:absolute;
      left: -12%;
      right: -12%;
      top: -17%;
      bottom: -17%;
      height: auto
  }
}

.parallax *,.parallax__item {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d
}

@-webkit-keyframes _fade-in {
  0% {
      display: none;
      opacity: 0
  }

  1% {
      display: block;
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes _fade-in {
  0% {
      display: none;
      opacity: 0
  }

  1% {
      display: block;
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes _fade-out {
  0% {
      opacity: 1;
      display: block
  }

  99% {
      opacity: 0
  }

  to {
      display: none;
      opacity: 0
  }
}

@keyframes _fade-out {
  0% {
      opacity: 1;
      display: block
  }

  99% {
      opacity: 0
  }

  to {
      display: none;
      opacity: 0
  }
}

.backdrop {
  background: rgba(0,0,0,.95);
  opacity: 0;
  -webkit-animation: _fade-out .3s ease-in-out;
  animation: _fade-out .3s ease-in-out;
  position: fixed;
  left: 0;
  right: 0;
  top: -100px;
  bottom: 0
}

.backdrop_visible {
  -webkit-animation: _fade-in .3s ease-in-out;
  animation: _fade-in .3s ease-in-out;
  opacity: 1
}

.modal {
  display: none;
  position: relative;
  z-index: 100;
  width: 100%
}

.modal,.modal__content {
  height: 100%
}

.modal_over-hamburger {
  z-index: 900
}

.modal_static {
  display: block;
  z-index: auto
}

.modal_visible {
  display: block
}

.modal__content {
  position: relative;
  margin: auto;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  font-size: 0
}

.modal__content:before {
  content: "";
  height: 100%;
  width: 1px;
  margin-left: -1px
}

.modal__content:before,.modal__content>* {
  display: inline-block;
  vertical-align: middle
}

.modal__content>* {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text;
  white-space: normal;
  font-size: 1rem
}

.modal__close-button {
  position: absolute;
  right: 1.222rem;
  top: 5.556rem;
  cursor: pointer
}

.modal__close-button_login {
  top: 1.778rem
}

@media only screen and (max-width: 1024px) {
  .modal__close-button {
      right:2rem;
      top: 6.6rem
  }

  .modal__close-button_top {
      top: 6.6rem
  }
}

@media only screen and (max-width: 1024px) {
  .modal__close-button_over-hamburger {
      top:2.222rem
  }
}

.modal__ui {
  display: none;
  width: 100%;
  opacity: 0;
  -webkit-animation: _fade-out .3s ease-in-out;
  animation: _fade-out .3s ease-in-out
}

.modal__ui_visible {
  display: inline-block;
  -webkit-animation: _fade-in .3s ease-in-out;
  animation: _fade-in .3s ease-in-out;
  opacity: 1
}

.hide,.login__change-password,.login__login,.login__restore,.login__sign-up {
  display: none
}

.login_change-password .login__change-password,.login_login .login__login,.login_restore .login__restore,.login_sign-up .login__sign-up,.show {
  display: inherit
}

.login {
  vertical-align: middle
}

@media only screen and (min-width: 1025px) {
  .login {
      overflow:auto;
      height: 100%
  }

  .login__wrap {
      margin: auto 0;
      max-height: 100%
  }

  .login__wrap--regist {
      width: 100%;
      position: relative
  }

  .login__wrap .iScrollVerticalScrollbar {
      position: absolute;
      bottom: 0;
      top: 0;
      right: 30px;
      overflow: hidden;
      background: #4b4b4b;
      width: 3px;
      -webkit-transition: width .2s;
      transition: width .2s
  }

  .login__wrap .iScrollVerticalScrollbar .iScrollIndicator {
      width: 100%;
      position: absolute;
      background: #04aa73;
      cursor: pointer
  }
}

@media only screen and (min-width: 1025px) {
  .login .scroll__cont {
      height:calc(100vh - 10rem);
      margin-top: 6rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      overflow-y: hidden
  }
}

.login__content {
  width: 360px;
  font-size: 16px;
  margin: auto
}

@media only screen and (max-width: 1024px) {
  .login__content {
      width:100%;
      padding: 0 16px;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
}

.login__title {
  font-size: 32px;
  margin: 0 0 40px
}

@media only screen and (max-width: 1024px) {
  .login__title {
      margin-bottom:24px
  }
}

.login__hr {
  margin: 25px 0 32px
}

@media only screen and (max-width: 1024px) {
  .login__hr {
      margin-bottom:24px
  }
}

.login__hr--small-margin {
  margin: 24px 0
}

@media only screen and (max-width: 1024px) {
  .login__hr--small-margin {
      margin:24px 0
  }
}

.login__hr--small-margin:after,.login__hr--small-margin:before {
  top: 0
}

.login__hr_text {
  font-size: 12px;
  padding: 0 15px
}

@media only screen and (max-width: 1024px) {
  .login__hr_text {
      padding:0 20px
  }
}

.login__hr:after,.login__hr:before {
  border-color: hsla(0,0%,100%,.2)
}

.login__input--big-margin {
  margin-bottom: 24px
}

.login__input--small-margin {
  margin-bottom: 12px
}

.login__input--big-error-margin,.login__input--small-error-margin {
  margin-bottom: 16px
}

.login__link {
  display: block;
  text-align: left;
  font-weight: 900;
  font-size: 12px;
  color: #fff
}

.login__link--margin {
  margin-bottom: 16px
}

.login__link--bold {
  text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
  .login__submit {
      margin-bottom:24px
  }
}

.login__bottom-controll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1024px) {
  .login__bottom-controll {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.login__error-block {
  background-color: #f94343;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 12px 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.login__sign-up-footer,.login__sign-up-footer a {
  color: #818181
}

@media only screen and (min-width: 1025px) {
  .login__sign-up {
      padding-bottom:44
  }

  .login__sign-up-footer {
      font-size: 10
  }

  .login__sign-up-footer>span {
      font-weight: 400
  }
}

.login__sign-up .recaptcha {
  margin-bottom: 24px
}

@media only screen and (max-width: 1024px) {
  .login {
      margin-top:88px
  }
}

.login .button {
  white-space: nowrap
}

.login__accepted {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.login__accept-text {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-align: left;
  color: #fff
}

.login__accept-text a {
  color: #00ffa7;
  text-decoration: none
}

.radio-column__title {
  margin: 0;
  font-size: 1.667rem;
  line-height: 1;
  color: #00ffa7
}

@media only screen and (max-width: 1024px) {
  .radio-column__title {
      color:#fff;
      font-size: 2.667rem
  }

  .checkbox-nth:checked+*>.radio-column__title {
      color: #00ffa7
  }

  .checkbox-nth:checked+*>.radio-column__title:after {
      visibility: visible
  }

  .checkbox-nth+*>.radio-column__title:after {
      visibility: hidden;
      content: "";
      display: block;
      margin: .667rem auto;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: .778rem .556rem 0;
      border-color: #fff transparent transparent;
      vertical-align: top
  }
}

.add-prediction-form {
  max-width: 580px;
  margin: auto
}

@media only screen and (max-width: 1024px) {
  .add-prediction-form {
      margin-bottom:30px
  }
}

.add-prediction-form__year {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  padding-bottom: 24px;
  border-bottom: 1px solid hsla(0,0%,100%,.2)
}

.add-prediction-form__year-label {
  font-size: 16px;
  font-weight: 900;
  line-height: 1.25
}

.add-prediction-form__input-wrap {
  margin-bottom: 24px
}

.add-prediction-form__input-wrap .form__input {
  padding: 11px 16px
}

.add-prediction-form__submit {
  padding: 14px 28px
}

@media only screen and (max-width: 1024px) {
  .add-prediction-form__wrap-submit {
      text-align:center
  }
}

.timeline-new-add {
  border-radius: 20px;
  padding: 8px 28px;
  background: #00ffa7;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.timeline-new-add.form__input--error {
  background: #ff9797
}

@media only screen and (max-width: 1024px) {
  .timeline-new-add {
      padding:7px 17px
  }
}

.timeline-new-add .year-hidden {
  display: none
}

.timeline-new-add .year-hidden:checked+span {
  color: #000
}

.timeline-new-add__item {
  color: rgba(0,0,0,.3);
  -webkit-transition: color .2s;
  transition: color .2s;
  margin-right: 40px
}

.timeline-new-add__item:last-child {
  margin-right: 0
}

.timeline-new-add__item.active,.timeline-new-add__item:hover {
  cursor: pointer;
  color: #000
}

@media only screen and (max-width: 1024px) {
  .timeline-new-add__item {
      margin-right:17px;
      font-size: 20px;
      font-weight: 900
  }
}

.terms-accepted {
  font-size: .889rem
}

@media only screen and (min-width: 1025px) {
  .terms-accepted {
      overflow:auto;
      height: 100%
  }
}

@media only screen and (min-width: 1025px) {
  .terms-accepted__content {
      width:25em;
      margin: auto
  }
}

@media only screen and (min-width: 1025px) {
  .terms-accepted .iScrollVerticalScrollbar {
      top:200px;
      bottom: 150px;
      right: 54px
  }

  .terms-accepted .iScrollVerticalScrollbar.is-disabled {
      opacity: 0
  }
}

@media only screen and (min-width: 1025px) {
  .terms-accepted .scroll__cont {
      min-height:calc(100vh - 8rem);
      padding-top: 4rem;
      padding-bottom: 4em;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.terms-accepted input[type=checkbox],.terms-accepted input[type=radio] {
  display: none
}

.terms-accepted__h1 {
  margin: .889em 0;
  font-size: 1.667rem;
  letter-spacing: .3px;
  color: #02e095;
  text-align: left
}

.terms-accepted__body {
  padding: .438em .688em
}

.terms-accepted__submit {
  margin: .688em 0;
  padding: 0;
  line-height: 2.2
}

.terms-accepted .button {
  float: left;
  width: 150px
}

.terms-accepted .button__content {
  padding: 0
}

.terms-accepted a {
  margin-left: 20px
}

.terms-accepted .year__button {
  padding: 0;
  margin: 1.111rem 0;
  -webkit-box-shadow: none;
  box-shadow: none
}

.terms-accepted .year__button:hover {
  background-color: #43cea5
}

.terms-accepted .year__button:before {
  background: #38403d
}

.terms-accepted .year__line {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 1px solid #31b987;
  width: 1.333rem;
  opacity: .5;
  margin: 0 .444rem
}

.terms-accepted .year .year-content {
  padding: 0 1.111rem;
  display: inline-block;
  height: 100%;
  position: relative;
  background: #257962;
  opacity: .5
}

.terms-accepted .year .year-hidden:checked+.year-content,.terms-accepted .year__button:hover .year-content {
  background-color: #43cea5;
  opacity: 1
}

.terms-accepted .input-label {
  text-align: left
}

.terms-accepted .input-label__star {
  color: #02e095
}

.terms-accepted .input-addon {
  margin: 0 0 .889rem;
  text-align: left
}

.terms-accepted .input-addon,.terms-accepted .input-addon__input {
  height: 1.667rem;
  background: none
}

.terms-accepted .input-addon__input {
  line-height: 1.667rem;
  border: none;
  border-bottom: 1px solid
}

.terms-accepted .input-comment {
  font-size: .556rem;
  font-weight: 400;
  margin: 0 0 .889rem;
  opacity: .5;
  text-align: left
}

@media only screen and (max-width: 1024px) {
  .terms-accepted .input-comment {
      font-size:.889rem;
      margin-bottom: 1rem
  }
}

.terms-accepted .guarantees {
  margin-top: .889rem
}

.terms-accepted .guarantees__comment {
  font-size: .778rem;
  line-height: .778rem;
  font-weight: 400;
  opacity: .5
}

.terms-accepted .guarantees .guarantees-visible {
  display: inline-block;
  position: relative;
  width: 1.111rem;
  height: 1.111rem;
  margin-right: .556rem;
  background: #48d7ac;
  -webkit-box-shadow: 0 0 .4rem rgba(72,234,182,.35),-.2rem .2rem .4rem rgba(72,234,182,.3);
  box-shadow: 0 0 .4rem rgba(72,234,182,.35),-.2rem .2rem .4rem rgba(72,234,182,.3)
}

.terms-accepted .guarantees .guarantees-hidden:checked+.guarantees-visible:before {
  content: "";
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA0AAAAJCAYAAADpeqZqAAAACXBIWXMAAAsTAAALEwEAmpwYAAABNmlDQ1BQaG90b3Nob3AgSUNDIHByb2ZpbGUAAHjarY6xSsNQFEDPi6LiUCsEcXB4kygotupgxqQtRRCs1SHJ1qShSmkSXl7VfoSjWwcXd7/AyVFwUPwC/0Bx6uAQIYODCJ7p3MPlcsGo2HWnYZRhEGvVbjrS9Xw5+8QMUwDQCbPUbrUOAOIkjvjB5ysC4HnTrjsN/sZ8mCoNTIDtbpSFICpA/0KnGsQYMIN+qkHcAaY6addAPAClXu4vQCnI/Q0oKdfzQXwAZs/1fDDmADPIfQUwdXSpAWpJOlJnvVMtq5ZlSbubBJE8HmU6GmRyPw4TlSaqo6MukP8HwGK+2G46cq1qWXvr/DOu58vc3o8QgFh6LFpBOFTn3yqMnd/n4sZ4GQ5vYXpStN0ruNmAheuirVahvAX34y/Axk/96FpPYgAAACBjSFJNAAB6JQAAgIMAAPn/AACA6AAAUggAARVYAAA6lwAAF2/XWh+QAAAArElEQVR42ozQIWuCURjF8fPiMAzBfQANawPDkm3FuLjix7Da7eYFYW15cbAy076GxbKwsDIQw8/gfVFeZXjggcs59//c5z5BLqw+lhhcCtxiZa+P2uz+A9xhXYAv3ARj/GB0BrjHdwE+0UGCl2L+4fEIGJZm8I7rOgsqPJdwgyc84Ld4b2gfT1AfKszLpW15FV5x1Ry7+YeZgxZonVtOhTQ0TdJLMklyEibJbgAmBlqxJTBBJAAAAABJRU5ErkJggg==) no-repeat 50%;
  text-align: center;
  display: block;
  top: 2px;
  right: 2px;
  bottom: 2px;
  left: 2px;
  position: absolute
}

.terms-accepted .form__input_textarea {
  border-color: #31b987
}

@media only screen and (max-width: 1024px) {
  .terms-accepted .form__input_textarea {
      font-size:1rem
  }
}

.terms-accepted textarea {
  padding: .5em 1em;
  margin: .889rem 0 0
}

@media only screen and (max-width: 1024px) {
  .terms-accepted textarea {
      font-size:1rem;
      height: 20em;
      line-height: 1.667rem
  }
}

@media only screen and (max-width: 1024px) {
  .terms-accepted {
      padding-top:6.9rem;
      width: 90%
  }
}

.terms-accept-link {
  margin: 0!important;
  color: #02e095!important
}

.faq {
  font-size: .889rem;
  font-weight: 300;
  text-align: left
}

@media only screen and (min-width: 1025px) {
  .faq {
      overflow:auto;
      height: 100%
  }
}

.faq img {
  width: 100%;
  margin: 1.75em 0;
  border: 1px solid #02c180
}

.faq__content {
  position: relative;
  margin: auto;
  padding-top: 6.438em
}

@media only screen and (max-width: 1024px) {
  .faq__content {
      padding:6.438em 2.438em 0
  }
}

@media only screen and (min-width: 1025px) {
  .faq__content {
      width:44.5em
  }
}

.faq__top {
  line-height: 1.5;
  letter-spacing: .008em
}

@media only screen and (min-width: 1025px) {
  .faq__top {
      padding-right:4.625em;
      margin: 2em 0
  }
}

@media only screen and (max-width: 1024px) {
  .faq__top {
      font-size:1.625em;
      line-height: 1.6;
      margin: .385em 0;
      padding: 0 .154em 0 .077em;
      letter-spacing: .02em
  }

  .faq__top:before {
      content: "";
      display: block;
      float: right;
      font-size: 3.167rem;
      width: 1.158em;
      height: 1em;
      margin: .35em -.1em 0 0
  }
}

.faq h1 {
  text-transform: uppercase;
  color: #02e095
}

.faq__h0 {
  font-family: MuseoSans,Arial,sans-serif;
  font-size: 5em;
  margin: .263em 0 .113em
}

.faq__h1 {
  letter-spacing: -.01em;
  font-size: 3.125em;
  margin: .28em 0;
  font-family: Myriad Pro,MuseoSans,Arial,sans-serif;
  line-height: 1.2
}

@media only screen and (max-width: 1024px) {
  .faq__h1 {
      margin:.5em 0
  }
}

.faq__globe,.faq__grid-example,.faq__work-example {
  background: no-repeat scroll 50% 50%;
  background-size: 100% 100%;
  display: block
}

.faq__globe img,.faq__grid-example img,.faq__work-example img {
  display: block
}

.faq__globe {
  background-image: url(/images/globe.svg?c8e3e661d3ec16117f02fb2fc2959a10);
  font-size: 6.438em;
  width: 1em;
  height: 1em;
  margin: auto
}

@media only screen and (max-width: 1024px) {
  .faq__globe {
      font-size:18.85em;
      margin: .89rem auto
  }
}

.faq__work-example {
  margin: 5.5em auto;
  width: 96%
}

@media only screen and (max-width: 1024px) {
  .faq__globe-wrapper {
      margin:5.1em auto 4.8em
  }
}

@media only screen and (min-width: 1025px) {
  .faq__globe-wrapper {
      width:11.75em;
      position: absolute;
      margin-top: 7.375em;
      padding-top: 1.563em;
      left: 100%
  }
}

@media only screen and (max-width: 1024px) {
  .faq__globe-wrapper .faq__point {
      font-size:1.25em;
      padding: 1.3em 1.75em;
      letter-spacing: .02em
  }

  .faq__globe-wrapper .faq__point:before {
      top: auto;
      bottom: -.5em;
      right: 0;
      left: 0;
      margin: auto
  }
}

@media only screen and (min-width: 1025px) {
  .faq__globe-wrapper .faq__point {
      font-size:.75em;
      position: absolute;
      bottom: 100%;
      padding: 1.4em 1.3em 1em 1.7em
  }

  .faq__globe-wrapper .faq__point:before {
      display: none
  }
}

.faq__globe-wrapper .faq__point p {
  line-height: 1.25
}

.faq__point {
  border: 1px solid rgba(2,224,149,.3);
  font-size: .813em;
  background: url(/images/faq.svg?2e30ff62c51dfe62830ca3f5f030a64a) repeat;
  font-weight: 300;
  position: relative
}

.faq__point p {
  line-height: 1.4;
  margin: 0
}

.faq__point a {
  font-weight: 900;
  color: #02e095
}

.faq__point:before {
  content: "";
  display: block;
  background: url(/images/map-hex.svg?edc344320d581b478738a0746da490c7) no-repeat;
  background-size: contain;
  font-size: .5rem;
  width: 1em;
  height: 1em;
  position: absolute;
  left: 0;
  margin: .556em 0 0 -.444em
}

@media only screen and (max-width: 1024px) {
  .faq__point:before {
      font-size:.667rem;
      margin: 0
  }
}

@media only screen and (max-width: 1024px) {
  .faq__point_feedback {
      width:62%;
      font-size: 1.25em;
      margin: 3.4em auto 3em;
      padding: 1.2em .7em 1.2em 1.4em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }

  .faq__point_feedback:before {
      font-size: .8em;
      top: 21%;
      margin-left: -.5em
  }
}

.faq__grid-example {
  background-color: #051a1b
}

.faq__grid-example-wrapper {
  position: relative;
  text-align: center
}

.faq__grid-example-wrapper .button {
  margin: auto
}

.faq__grid-example-wrapper .button__content:after {
  content: "";
  display: inline-block;
  background: url(/images/download-ico.svg?86e388bff4163abd95c85c54afe45c8b) no-repeat;
  background-size: contain;
  width: 1.1em;
  height: 1em;
  position: relative;
  left: .3em;
  top: .2em
}

@media only screen and (max-width: 1024px) {
  .faq__grid-example-wrapper .button {
      margin:3em 0 3.9em;
      min-width: 80%;
      letter-spacing: .03em
  }

  .faq__grid-example-wrapper .button__content:after {
      font-size: .85em;
      margin: 0 0 0 .5em
  }
}

@media only screen and (min-width: 1025px) {
  .faq__grid-example-wrapper .button {
      position:absolute;
      top: 33%;
      width: 6.222rem;
      min-width: inherit;
      -webkit-box-shadow: none;
      box-shadow: none;
      font-size: .875em;
      background: none;
      left: 0;
      right: 0
  }

  .faq__grid-example-wrapper .button:before {
      opacity: .75
  }

  .faq__grid-example-wrapper .button__content {
      line-height: 1.4;
      padding: .643em 0
  }
}

.faq__grid-example-wrapper~.faq__point {
  width: 16.7em;
  margin: -4.4em auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 1.1em 1.3em;
  letter-spacing: .01em
}

@media only screen and (max-width: 1024px) {
  .faq__grid-example-wrapper {
      padding:0 1em
  }
}

.faq__subtitle {
  font-size: 1.313em;
  font-weight: 900
}

@media only screen and (min-width: 1025px) {
  .faq__subtitle {
      margin:.286em 0 .571em
  }
}

@media only screen and (max-width: 1024px) {
  .faq__subtitle {
      font-size:1.875em
  }
}

.faq__p {
  font-size: .938em;
  font-weight: 100;
  line-height: 1.6;
  letter-spacing: .01em
}

@media only screen and (max-width: 1024px) {
  .faq__p {
      font-size:1.625em;
      margin: 1.154em 0 3.423em
  }
}

.faq__text {
  display: inline-block;
  padding: 0 1.313em
}

@media only screen and (max-width: 1024px) {
  .faq__text {
      padding:0
  }

  .faq__text_title {
      display: table-cell;
      padding: 2.85em 0 0 2.3em;
      letter-spacing: .023em;
      line-height: 1.4
  }
}

.faq__item {
  position: relative
}

@media only screen and (max-width: 1024px) {
  .faq__item {
      padding:0 .313em
  }
}

@media only screen and (min-width: 1025px) {
  .faq__item {
      padding-left:4.625em;
      margin-bottom: 3.438em
  }
}

.faq__index {
  background: url(/images/index-bg.png?843773f08d7a3433bc910348a176639d) no-repeat;
  background-size: contain;
  width: 2.139em;
  height: 2.028em;
  line-height: 2.028em;
  text-align: center;
  font-size: 2rem;
  font-weight: 700;
  font-family: Myriad Pro,Myriad,Arial,sans-serif;
  color: #02e095
}

@media only screen and (min-width: 1025px) {
  .faq__index {
      position:absolute;
      left: 0
  }
}

@media only screen and (max-width: 1024px) {
  .faq__index {
      float:left;
      background-image: url(/images/index-bg__mobile.png?10437ad5f53f70443d37d4c2757e1f3e);
      font-size: 3.23rem;
      line-height: 2.15;
      padding-right: .15em;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
}

.faq__button {
  text-align: center;
  margin: 2em auto
}

@media only screen and (min-width: 1025px) {
  .faq__button {
      min-width:10em
  }
}

.faq .button {
  font-size: 1em
}

@media only screen and (max-width: 1024px) {
  .faq .button {
      font-size:1.625em;
      line-height: 3.2;
      width: 16.154em
  }
}

.faq .iScrollVerticalScrollbar {
  top: 200px;
  bottom: 150px;
  right: 54px
}

.modal-message {
  width: 25.778rem;
  padding: 2rem 1.333rem 1.667rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
  .modal-message {
      width:90%;
      padding: 1rem
  }
}

.modal-message__title {
  font-size: 1.167rem;
  text-transform: uppercase;
  margin: 0;
  letter-spacing: -.15px;
  line-height: 1.3
}

.modal-message__body {
  font-size: .944rem;
  font-weight: 400;
  margin: .167rem 0;
  letter-spacing: -.5px
}

.modal-message .container {
  width: auto
}

.modal-message .button {
  margin: .889rem 0 0;
  padding: 11px 24px;
  min-width: 7em
}

.paginator {
  opacity: 0;
  visibility: hidden;
  display: inline-block
}

.paginator--show {
  opacity: 1;
  visibility: visible
}

.paginator_no-next .paginator__button_next,.paginator_no-prev .paginator__button_prev {
  pointer-events: none;
  opacity: .5
}

.paginator_no-next.paginator_no-prev {
  opacity: 0;
  visibility: hidden
}

.paginator__button {
  cursor: pointer;
  border: 1px solid #818181;
  width: 1em;
  height: 1em;
  line-height: 1em;
  float: left;
  text-align: center;
  position: relative
}

.paginator__button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: url(/images/pattern_line-4.svg?119c8fdd8c98d230e0afbb98cbc0ca28);
  width: 0;
  -webkit-transition: width .2s ease-in;
  transition: width .2s ease-in
}

.paginator__button:hover:before {
  width: 100%;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out
}

.paginator__button:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(/images/modal_cross_button.png?ebea2656f3571d0aa4806b0085014f02) no-repeat;
  background-size: 100% 185.71428571%;
  width: 15px;
  height: 8px;
  margin-bottom: 6px;
  position: relative
}

.paginator__button_prev {
  left: -1px
}

.paginator__button_prev:after {
  background-position: 0 100%
}

.user-panel {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.user-panel .futurologists__rating {
  float: left
}

.user-panel .user-panel__stat-item_likes:after {
  content: " ";
  display: block;
  clear: both
}

@media only screen and (max-width: 1024px) {
  .user-panel {
      padding:7.778rem 0 0
  }

  .user-panel .checkbox-nth-container {
      -webkit-box-sizing: initial;
      box-sizing: initial
  }

  .user-panel__stat {
      padding: 0 2.222rem
  }

  .user-panel .radio-column:first-of-type {
      padding-left: 2.222rem
  }

  .user-panel .radio-column:last-of-type {
      padding-right: 2.222rem
  }
}

@media only screen and (min-width: 1025px) {
  .user-panel {
      overflow:auto;
      height: 100%
  }

  .user-panel__cont {
      padding: 8rem 3.889rem 5rem 2.5rem;
      margin: 0
  }
}

@media only screen and (min-width: 1025px) {
  .user-panel .iScrollVerticalScrollbar {
      top:200px;
      bottom: 150px;
      right: 54px
  }

  .user-panel .iScrollVerticalScrollbar.is-disabled {
      opacity: 0
  }
}

@media only screen and (min-width: 1025px) {
  .user-panel .scroll__cont {
      min-height:calc(100vh - 3rem);
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }

  .user-panel .scroll__cont,.user-panel .scroll__cont:not(.scroll__cont_clean) {
      padding-top: 0;
      padding-bottom: 3rem
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel .scroll__cont {
      -webkit-transform:none!important;
      transform: none!important
  }
}

.user-panel__header {
  margin-top: 1.722rem
}

@media only screen and (max-width: 1024px) {
  .user-panel__header {
      margin-top:0
  }

  .user-panel__header:not(:first-of-type) {
      padding-left: 3.333rem
  }
}

.user-panel__h1 {
  color: #02e095;
  text-transform: uppercase;
  margin: .667rem 0
}

@media only screen and (max-width: 1024px) {
  .user-panel__h1 {
      font-size:2.222rem;
      line-height: 1.2;
      display: inline-block;
      text-align: left;
      margin-top: 0
  }
}

.user-panel__h4 {
  color: #869191;
  font-size: .778rem;
  text-transform: uppercase;
  margin: 0
}

@media only screen and (max-width: 1024px) {
  .user-panel__h4 {
      font-size:1.1rem
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel__total-likes {
      color:#02e095
  }
}

.user-panel__counter {
  font-size: 1.667rem;
  text-transform: uppercase;
  margin: 0
}

@media only screen and (max-width: 1024px) {
  .user-panel__counter {
      font-size:2rem;
      line-height: 1
  }
}

@media only screen and (min-width: 1025px) {
  .user-panel__counter-suffix {
      font-size:.55em
  }
}

.user-panel__info {
  font-size: .889rem;
  margin: .375em 0
}

@media only screen and (min-width: 1025px) {
  .user-panel__info {
      margin-bottom:1.5em
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel__info {
      font-size:1.82rem;
      letter-spacing: .05em
  }
}

.user-panel__info_about {
  font-size: .667rem;
  font-weight: 400
}

@media only screen and (max-width: 1024px) {
  .user-panel__info_about {
      font-size:1.1rem;
      line-height: 1.65;
      margin: .5em 0;
      letter-spacing: .103em
  }
}

.user-panel__placeholder div {
  margin: .778rem 0
}

.user-panel__discussions {
  width: 50%;
  overflow: hidden
}

@media only screen and (min-width: 1025px) {
  .user-panel__discussions.my-discussion_hide {
      display:block
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel__discussions {
      padding:0 2.222rem
  }
}

.user-panel__works {
  width: 100%
}

@media only screen and (min-width: 1025px) {
  .user-panel__works {
      width:79%;
      max-width: calc(100% - 330px)
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel__stat {
      float:none;
      margin-bottom: 2rem
  }
}

@media only screen and (min-width: 1025px) {
  .user-panel__stat {
      width:21%;
      min-width: 330px;
      float: right;
      padding-top: 7rem;
      position: relative
  }

  .user-panel__stat>* {
      margin: .778rem 0
  }
}

@media only screen and (min-width: 1025px) {
  .user-panel__stat hr {
      display:none
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel__stat hr {
      border-color:#02e095;
      margin: 2.3rem 0 0
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel__stat-item {
      margin:1.3rem 0
  }
}

.user-panel__stat-item_empty {
  display: none
}

@media only screen and (max-width: 1024px) {
  .user-panel__stat-item_rank {
      float:left;
      margin-right: 1rem;
      min-width: 5.8rem;
      margin-bottom: 0
  }
}

@media only screen and (max-width: 1024px) {
  .user-panel__stat-item_likes {
      display:inline-block;
      margin-bottom: 0
  }
}

.user-panel__stat-item_cogwheel {
  font-size: 3.056rem;
  float: right;
  margin: .556rem .167rem 0
}

.user-panel__stat-item .border-button {
  padding: .111rem .556rem 0 .333rem;
  margin: .111rem
}

.user-panel .border-button {
  margin-right: .667rem
}

@media only screen and (max-width: 1024px) {
  .user-panel .border-button {
      margin:2rem 0;
      font-size: 1.333rem;
      padding: .167rem .5rem
  }
}

.user-panel .icon_pencil {
  margin: .111rem;
  letter-spacing: .017rem
}

.user-panel .icon_pencil:before {
  font-size: 1.2em;
  margin: .25em .667em .333em 0
}

.user-panel__socials {
  margin: auto;
  padding: 2.778rem 0
}

.user-panel__about {
  line-height: 1.4
}

.user-panel__location>div {
  display: inline
}

.user-panel__location>div:after {
  content: ", "
}

.user-panel__location>div:last-of-type:after {
  display: none
}

.user-panel .icon_location:before {
  font-size: .625em
}

@media only screen and (max-width: 1024px) {
  .user-panel .icon_location:before {
      margin:-.5em .8em 0 0
  }
}

@media only screen and (min-width: 1025px) {
  .user-panel .icon_location:before {
      margin:0 .4em .2em .2em
  }
}

.user-panel .paginator {
  font-size: 2.833rem;
  position: absolute;
  bottom: 5.556rem
}

@media only screen and (max-width: 1024px) {
  .user-panel .paginator {
      display:none!important
  }
}

.user-panel .my-discussion {
  padding: 1rem 2.222rem .667rem 0
}

@media only screen and (max-width: 1024px) {
  .user-panel .my-discussion {
      padding-top:.6rem
  }
}

.user-panel .my-discussion__brief-image {
  font-size: 74px;
  float: left
}

.user-panel .my-discussion__brief-description {
  padding: 8px 0 3px 104px;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.user-panel .my-discussion__with-image .my-discussion__title {
  font-size: 1rem
}

.user-panel_other .my-discussion__with-image .my-discussion__likes {
  font-size: 22px;
  display: inline-block;
  margin: 0;
  color: #02e095
}

.user-panel_other .my-discussion__with-image .my-discussion__likes span {
  font-size: .5em
}

@media only screen and (min-width: 1025px) {
  .user-panel .user-info {
      position:absolute;
      top: -2.889rem;
      left: -1.722rem
  }
}

@media only screen and (min-width: 1025px) {
  .my-discussions-list {
      padding-right:4rem
  }
}

.my-discussion {
  position: relative;
  padding: .667rem 3.889rem .667rem 0;
  list-style: inherit;
  font-size: 1.222rem;
  color: #02e095
}

.my-discussion:not(:last-of-type) {
  border-bottom: 1px solid rgba(2,224,149,.2)
}

@media only screen and (max-width: 1024px) {
  .my-discussion {
      line-height:1;
      font-size: 1.667rem;
      padding: 1.333rem 2.222rem 1.333rem 0
  }
}

.my-discussion_hide {
  display: none
}

.my-discussion__title {
  color: #fff;
  font-size: 1rem;
  overflow: hidden;
  text-overflow: ellipsis
}

@media only screen and (max-width: 1024px) {
  .my-discussion__title {
      font-size:1.8rem;
      line-height: 1.1;
      letter-spacing: .02em
  }
}

.my-discussion__status {
  font-size: .667rem;
  margin: .444rem 0 0
}

.my-discussion__status-review {
  color: #848d8d
}

.my-discussion__status>* {
  display: inline-block
}

@media only screen and (max-width: 1024px) {
  .my-discussion__status {
      font-size:1.333rem
  }
}

.my-discussion__likes {
  color: #848d8d;
  margin: 0 .556rem
}

.my-discussion__status-review .my-discussion__likes {
  display: none
}

.my-discussion .close-button {
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  padding: .611rem .778rem
}

@media only screen and (max-width: 1024px) {
  .my-discussion .close-button {
      right:0;
      top: 0
  }

  .my-discussion .close-button svg {
      width: 1.111rem;
      height: 1.111rem
  }
}

.my-discussion_inactive {
  list-style: none
}

.discussions .my-discussion_inactive>.my-discussion__title {
  opacity: .4
}

.cogwheel {
  background: url(/images/cogwheel.svg?1de4cea2210c3b8d42f693d2561509b4) no-repeat scroll 50% 50%;
  background-size: cover;
  width: 1em;
  height: 1em
}

@media only screen and (max-width: 640px) {
  [lang=ru] .user-panel__h1 {
      font-size:1.778rem
  }
}

@media only screen and (max-width: 640px) {
  [lang=ru] .user-panel__header:not(:first-of-type) {
      padding-left:2rem
  }
}

.my-discussions-list,.predictions__list {
  padding-top: 15px;
  padding-bottom: 15px
}

.landscape-orientation {
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 10001;
  text-align: center
}

.landscape-orientation__text {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 1.667rem;
  text-align: center
}

.landscape-orientation__pic {
  width: auto;
  height: 56.26666667%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto
}

.landscape .landscape-orientation {
  display: block!important
}

.landscape-orientation__pic-row {
  height: 58.59375%;
  position: relative
}

.landscape-orientation__text-row {
  height: 41.40625%;
  vertical-align: middle
}

.landscape-orientation__text-row:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.landscape-orientation .backdrop {
  position: absolute;
  width: 0;
  height: 0
}

@media screen and (min-device-aspect-ratio: 1/1) and (orientation:landscape) and (max-device-width:1024px) {
  .landscape-orientation .landscape-orientation {
      display:block!important
  }
}

.mute-btn {
  margin: auto .5rem;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  text-align: justify;
  width: 4.111rem;
  height: 2.056rem;
  line-height: 2.056rem
}

@media only screen and (max-width: 1024px) {
  .mute-btn {
      display:none
  }
}

.mute-btn .sound {
  position: absolute
}

.mute-btn label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: block;
  vertical-align: middle;
  height: 100%;
  font-size: 0
}

.mute-btn label:after {
  content: "";
  display: inline-block;
  width: 100%
}

.mute-btn__line {
  display: inline-block;
  vertical-align: middle;
  width: 2px;
  min-height: 2px;
  border-radius: 2px;
  height: 100%;
  -webkit-transition: height .2s ease-in-out;
  transition: height .2s ease-in-out
}

.mute-btn__line,.mute-btn_hover .mute-btn__line {
  background: #01e195
}

.mute-btn__checkbox {
  display: none
}

.mute-btn__checkbox:checked~* .mute-btn__line {
  background: #7b7b7b
}

.iScrollVerticalScrollbar {
  position: absolute;
  bottom: 4.167rem;
  top: 30px;
  right: -18px;
  overflow: hidden;
  background: #4b4b4b;
  width: 3px;
  -webkit-transition: width .2s;
  transition: width .2s
}

.iScrollIndicator {
  width: 100%;
  position: absolute;
  background: #04aa73;
  cursor: pointer
}

.artwork-cart-wrapper {
  display: inline-block;
  width: 100%;
  position: relative
}

.artwork-cart-wrapper:after {
  content: "";
  display: block;
  padding-top: 100%
}

.artwork-cart {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0
}

.artwork-cart--only-prediction {
  background: url("/images/background__prediction.png");
  background-size: contain
}

.artwork-cart:hover .artwork-small-info__header {
  color: #00ffa7
}

.artwork-cart:hover:after {
  background: hsla(0,0%,100%,.2)
}

.artwork-cart:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  top: 50%;
  width: 100%;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(33,28,59,0)),to(#0c0d1a));
  background-image: linear-gradient(180deg,rgba(33,28,59,0),#0c0d1a)
}

.artwork-cart:after {
  content: "";
  background: transparent;
  display: block;
  -webkit-transition: background .3s;
  transition: background .3s
}

.artwork-cart:after,.artwork-cart__wrap {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0
}

.artwork-cart__wrap {
  margin: 16px
}

.artwork-cart__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  display: block
}

.artwork-cart__controll-top {
  border-radius: 12px;
  background-color: rgba(0,0,0,.8);
  padding: 4px 12px 4px 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.artwork-cart .heart {
  position: absolute;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  top: 0;
  color: #00ffa7;
  font-size: 14px;
  line-height: 1.14
}

.artwork-cart .heart__icon {
  margin-right: 10px
}

.artwork-cart .cart-only-prediction {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.artwork-cart .cart-only-prediction__left {
  font-size: 14px
}

.artwork-cart .cart-only-prediction__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px
}

@media only screen and (max-width: 1024px) {
  .artwork-cart .cart-only-prediction__top {
      margin-bottom:8px
  }
}

.artwork-cart .cart-only-prediction__top .year-town-block {
  margin-bottom: 0
}

.artwork-cart .cart-only-prediction .artwork-cart__controll-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 700;
  line-height: 1,14
}

.artwork-cart .cart-only-prediction__header {
  font-size: 48px;
  font-weight: 900;
  margin-bottom: 8px
}

@media only screen and (max-width: 1024px) {
  .artwork-cart .cart-only-prediction__header {
      font-size:20px
  }
}

.artwork-cart .cart-only-prediction__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5
}

@media only screen and (max-width: 1024px) {
  .artwork-cart .cart-only-prediction__description {
      font-size:11px
  }
}

.artwork-cart .cart-only-prediction__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.artwork-cart .cart-only-prediction__author-wrap {
  overflow: hidden;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  margin-right: 8px
}

.artwork-cart .cart-only-prediction__author-wrap img {
  width: 100%;
  height: 100%
}

.artwork-cart .cart-only-prediction__author-name {
  color: hsla(0,0%,100%,.8);
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase
}

.artwork-cart__like {
  color: #00ffa7;
  fill: #00ffa7;
  margin-right: 7px
}

.artwork-cart__dislike {
  color: #f94343;
  fill: #f94343
}

.artwork-cart__dislike svg {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

.artwork-cart__dislike svg,.artwork-cart__like svg {
  position: relative;
  top: 3px
}

.artwork-cart .artwork-small-info {
  position: absolute;
  left: 0;
  bottom: 0;
  font-weight: 900;
  color: #fff
}

.artwork-cart .artwork-small-info__top {
  font-size: 14px
}

.artwork-cart .artwork-small-info__header {
  -webkit-transition: color .2s;
  transition: color .2s;
  font-size: 20px;
  margin-bottom: 9px
}

@media only screen and (max-width: 1024px) {
  .artwork-cart .artwork-small-info__header {
      font-size:20px
  }
}

.artwork-cart .artwork-small-info__author {
  font-size: 11px;
  color: hsla(0,0%,100%,.8);
  text-transform: uppercase
}

.toogle-page {
  position: relative;
  display: inline-block;
  width: 206px;
  height: 36px;
  border-radius: 20px;
  border: 2px solid rgba(0,255,167,.8);
  background-color: #000;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.14;
  margin-right: 64px;
  -webkit-transition: border .2s;
  transition: border .2s
}

.toogle-page:after {
  content: "";
  background: hsla(0,0%,100%,.14);
  display: block;
  position: absolute;
  top: 0;
  right: -32px;
  width: 1px;
  height: 100%
}

@media only screen and (max-width: 1024px) {
  .toogle-page:after {
      display:none
  }
}

.toogle-page__wrap-link {
  width: 100%;
  padding: 2px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.toogle-page__link,.toogle-page__wrap-link {
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.toogle-page__link {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: rgba(0,255,167,.3);
  -webkit-box-flex: 1;
  -ms-flex: 1 1 0px;
  flex: 1 1 0;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
  pointer-events: all;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: pointer
}

.toogle-page__link:hover {
  color: #00ffa7
}

.toogle-page__link--active {
  border-radius: 20px;
  background-color: rgba(0,255,167,.3);
  color: #00ffa7;
  pointer-events: none
}

.toogle-map-mobile {
  display: none
}

@media only screen and (max-width: 1024px) {
  .toogle-map-mobile {
      -webkit-transform:translate(-50%);
      transform: translate(-50%);
      display: block;
      position: absolute;
      bottom: 171px;
      left: 50%
  }
}

.toogle-map-mobile .toogle-page {
  margin-right: 0
}

.popup {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background-color: rgba(0,0,0,.9);
  overflow: hidden
}

.popup.is-visible {
  display: block
}

.popup__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%
}

.popup__content {
  max-width: 500px;
  width: 100%;
  padding: 30px;
  background-color: #000
}

.popup__title {
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 21px;
  font-weight: 900;
  letter-spacing: -.15px;
  line-height: 1.3;
  text-align: center;
  text-transform: uppercase
}

.popup__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.popup__button {
  min-width: 7em;
  margin-right: 10px;
  margin-left: 10px;
  padding: 10px 25px;
  color: #fff
}

.menu-back-btn {
  display: none!important;
  position: absolute;
  left: 17.778rem;
  top: 2.111rem
}

@media only screen and (max-width: 1024px) {
  .menu-back-btn {
      left:24.524rem;
      top: 2.222rem
  }

  .menu-back-btn>svg {
      width: 2.889rem;
      height: 2.556rem;
      margin-top: -.333rem
  }

  .menu-back-btn .back-btn__text {
      display: none
  }
}

.fullscreen .k-menu {
  display: none!important
}

.k-menu:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 64px;
  z-index: 600;
  background-image: -webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));
  background-image: linear-gradient(180deg,#000,transparent)
}

.k-menu-item {
  position: absolute;
  -webkit-transform: translateZ(555.5rem);
  transform: translateZ(555.5rem);
  z-index: 1000
}

@media only screen and (max-width: 1024px) {
  .k-menu-item {
      z-index:0
  }
}

.k-menu-item_login {
  z-index: 1001
}

.k-menu-item_hamburger {
  z-index: 600;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  right: 16px;
  top: 16px;
  display: none
}

@media only screen and (max-width: 1024px) {
  .k-menu-item_hamburger {
      display:inherit
  }
}

.k-menu__links {
  left: 48px;
  bottom: 19px
}

@media only screen and (max-width: 1024px) {
  .k-menu__links {
      position:relative;
      text-align: center;
      top: 0;
      left: 0;
      bottom: auto;
      overflow: hidden;
      -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
      order: 2
  }

  .k-menu__links .nav-menu__item {
      display: block;
      font-size: 3rem;
      line-height: 1;
      margin-right: 0;
      margin-bottom: .8em
  }

  .k-menu__links .nav-menu__item:first-letter {
      border-bottom: 1px solid #007550;
      display: inline-block
  }
}

.k-menu__link-footer {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  opacity: .3;
  color: #fff;
  display: inline-block;
  margin-right: 24px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.k-menu__link-footer:hover {
  opacity: 1
}

.k-menu__link-footer:last-child {
  margin-right: 0
}

.k-menu__authorization {
  right: 48px;
  top: 28px;
  pointer-events: none
}

.k-menu__authorization .authorization {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.k-menu__authorization .authorization__lang,.k-menu__authorization .mute-btn,.k-menu__authorization a,.k-menu__authorization li {
  pointer-events: all
}

.k-menu__authorization .authorization__lang.mobile {
  display: none
}

@media screen and (min-width: 567px) and (max-width:1024px) {
  .k-menu__authorization {
      bottom:8.333rem;
      right: 2.333rem;
      left: 2.333rem;
      top: auto
  }

  .k-menu__authorization .authorization__lang.desktop {
      display: none
  }

  .k-menu__authorization .authorization__lang.mobile {
      display: block;
      margin-top: 10px;
      font-size: 1.667rem;
      text-align: center
  }
}

@media screen and (max-width: 566px) {
  .k-menu__authorization {
      bottom:10rem;
      right: 2.333rem;
      left: 2.333rem;
      top: auto
  }

  .k-menu__authorization .authorization__lang.desktop {
      display: none
  }

  .k-menu__authorization .authorization__lang.mobile {
      display: block;
      margin-top: 10px;
      font-size: 1.667rem;
      text-align: center
  }
}

.k-menu__socials {
  right: 52px;
  bottom: 19px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1024px) {
  .k-menu__socials {
      right:0;
      bottom: 0;
      position: relative;
      -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
      order: 1;
      margin-bottom: 20px
  }
}

.k-menu__container {
  z-index: 1000
}

@media only screen and (max-width: 1024px) {
  .k-menu__container {
      display:none;
      position: relative;
      width: 100%;
      padding: 1px 0
  }

  .k-menu__container .backdrop {
      position: absolute;
      min-height: 100vh
  }
}

.k-menu__logo {
  left: 48px;
  top: 28px;
  z-index: 10000;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

@media only screen and (max-width: 1024px) {
  .k-menu__logo {
      left:16px;
      top: 16px
  }
}

@media only screen and (max-width: 1024px) {
  .k-menu_visible {
      height:100%;
      width: 100vw
  }

  .k-menu_visible .k-menu-item_hide-menu {
      background-image: none
  }
}

@media only screen and (min-width: 1025px) {
  .k-menu .backdrop {
      display:none
  }
}

.tooltip-menu {
  display: none;
  position: absolute;
  border-radius: 4px;
  background: #fff
}

.tooltip-menu a {
  display: block;
  padding: 12px;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left
}

.tooltip-menu a:hover {
  background-color: rgba(0,0,0,.08);
  color: #000
}

.tooltip-menu .share__icon {
  display: inline;
  padding: 0;
  width: auto;
  fill: #000;
  position: relative;
  top: 0
}

.social-link {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.23;
  color: #fff;
  fill: #fff
}

.social-link__list {
  margin: 0;
  padding: 0
}

.social-link__item {
  display: inline-block;
  margin-right: 20px
}

.social-link__item:last-child {
  margin-right: 0
}

.social-link__icon {
  width: 16px;
  height: 16px;
  opacity: .3;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  fill: #fff
}

.social-link__icon:hover {
  opacity: 1
}

.social-link__header {
  margin-right: 20px;
  opacity: .3
}

@media only screen and (max-width: 1024px) {
  .social-link__header {
      display:none
  }
}

.nav-menu {
  font-size: 14px
}

.nav-menu__item {
  display: inline-block;
  margin-right: 24px
}

@media only screen and (max-width: 1366px) {
  .nav-menu__item {
      margin-right:.722rem
  }
}

.nav-menu__link {
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
  line-height: 1.14
}

.nav-menu__link:hover {
  color: #00ffa7
}

.nav-menu__link_inactive {
  pointer-events: none!important;
  opacity: .5
}

.nav-menu__link_inactive,.nav-menu__link_inactive:hover,.nav-menu__link_selected,.nav-menu__link_selected:hover {
  color: gray
}

.lang-menu {
  position: relative;
  color: #fff;
  height: 16px;
  margin-right: 24px;
  pointer-events: all
}

.lang-menu__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lang-menu__button:hover .lang-menu__arrow,.lang-menu__button:hover .lang-menu__selected-item {
  color: #00ffa7;
  fill: #00ffa7
}

.lang-menu__selected-item {
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: color .2s;
  transition: color .2s;
  line-height: 1.2;
  vertical-align: top
}

.lang-menu__arrow {
  -webkit-transition: fill .2s;
  transition: fill .2s;
  fill: #fff;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin-top: -1px
}

.lang-menu .popup-lang {
  top: calc(100% + 10px);
  left: -12px;
  width: 120px
}

.lang-menu .popup-lang__link {
  color: rgba(0,0,0,.3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.lang-menu .popup-lang__icon {
  height: 16px;
  width: 16px;
  margin-right: 8px;
  border-radius: 50%;
  overflow: hidden;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
  box-shadow: 0 2px 4px 0 rgba(0,0,0,.2)
}

.lang-menu .popup-lang__icon img {
  max-width: 100%;
  max-height: 100%
}

.mobile-menu {
  display: none;
  position: fixed;
  padding: 24px 24px 32px 32px;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 10002;
  width: 264px;
  -webkit-transform: translateX(264px);
  transform: translateX(264px);
  background-color: #1a1a1a;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.14;
  text-transform: uppercase;
  -webkit-transition: -webkit-transform .3s;
  transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s,-webkit-transform .3s;
  overflow-y: auto
}

@media only screen and (max-width: 1024px) {
  .mobile-menu.open {
      -webkit-transform:translateX(0);
      transform: translateX(0)
  }
}

.mobile-menu__overlay {
  display: block;
  position: fixed;
  z-index: 10001;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0,0,0,.8);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .3s ease 0s,visibility 0s ease .3s;
  transition: opacity .3s ease 0s,visibility 0s ease .3s;
  cursor: pointer
}

@media only screen and (max-width: 1024px) {
  .mobile-menu__overlay.open {
      opacity:1;
      visibility: visible;
      -webkit-transition: opacity .3s ease 0s,visibility 0s ease 0s;
      transition: opacity .3s ease 0s,visibility 0s ease 0s;
      overflow: hidden
  }
}

.mobile-menu__close {
  position: absolute;
  top: 24px;
  right: 24px;
  fill: #fff
}

.mobile-menu__link-icon {
  fill: #fff;
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 8px
}

.mobile-menu .mobile-lang {
  margin-bottom: 80px
}

.mobile-menu .mobile-lang__link {
  display: inline-block;
  margin-right: 16px;
  color: hsla(0,0%,100%,.3)
}

.mobile-menu .mobile-lang__link--active {
  color: #fff
}

.mobile-menu .mobile-lang__link:last {
  margin-right: 0
}

.mobile-menu__link {
  display: block;
  margin-bottom: 24px
}

.mobile-menu__link--icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.mobile-menu__link:last-child {
  margin-right: 0
}

.mobile-menu__top {
  width: 100%
}

.mobile-menu__hr {
  margin: 32px 0
}

.mobile-menu__hr:after,.mobile-menu__hr:before {
  top: 0;
  border-color: hsla(0,0%,100%,.2)
}

.mobile-menu__personal {
  position: relative
}

.mobile-menu__personal-icon {
  position: absolute;
  right: 0;
  top: -15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  overflow: hidden;
  border: 1px solid hsla(0,0%,100%,.2)
}

.mobile-menu__personal-icon img {
  max-height: 100%;
  max-width: 100%
}

@media only screen and (max-width: 1024px) {
  .mobile-menu {
      display:-webkit-box;
      display: -ms-flexbox;
      display: flex
  }
}

.mobile-menu__bottom {
  width: 100%
}

.mobile-menu__button {
  padding: 12px 24px
}

.mobile-menu__button--all {
  width: 100%;
  text-align: center
}

.checkbox-hidden,html.landscape .mobile-menu,html.landscape .mobile-menu__overlay {
  display: none
}

.search-header-block {
  width: 16px;
  height: 16px;
  pointer-events: all;
  margin-right: 36px
}

.search-header-block__button {
  -webkit-transition: fill .2s;
  transition: fill .2s;
  background: none;
  border: none;
  outline: none;
  fill: #fff;
  cursor: pointer;
  padding: 0
}

.search-header-block__button:hover {
  fill: #00ffa7
}

.poster {
  margin-bottom: 40px;
  overflow: hidden;
  display: block;
  text-align: left
}

.poster__inner {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-position: 50%;
  background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative
}

.poster__inner:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0
}

.poster__content {
  position: relative
}

.poster__title {
  font-weight: 900;
  font-size: 36px;
  line-height: .9;
  color: #000
}

.poster__text {
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  color: #000
}

.poster__icon {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%
}

.poster_horizontal {
  border-radius: 20px;
  background-size: cover
}

.poster_horizontal .poster__inner {
  min-height: 128px;
  padding: 4px 55px 0 34px
}

.poster_horizontal .poster__content {
  padding: 14px 0
}

.poster_horizontal .poster__title {
  padding-top: 4px
}

.poster_horizontal .poster__text {
  padding-top: 18px
}

.poster_horizontal .poster__icon {
  width: 118px;
  height: 124px
}

.predictions-list .poster__inner {
  padding-right: 35px
}

@media (max-width: 580px) {
  .predictions-list .poster__inner {
      padding-left:15px;
      padding-right: 10px
  }

  .predictions-list .poster__title {
      font-size: 24px;
      padding-top: 0
  }

  .predictions-list .poster__text {
      font-size: 14px;
      padding-top: 14px
  }

  .predictions-list .poster__icon {
      width: 98px;
      height: 108px
  }
}

.poster_vertical {
  border-radius: 12px;
  background-size: cover
}

.poster_vertical .poster__inner {
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  padding: 10px 10px 16px
}

.poster_vertical .poster__content {
  padding: 0 8px
}

@media (min-width: 1025px) and (max-width:1280px) {
  .poster_vertical .poster__title {
      font-size:28px
  }
}

.poster_vertical .poster__text {
  padding-top: 16px
}

.poster_vertical .poster__icon {
  width: 108px;
  height: 117px
}

.graphics-list .poster_vertical {
  height: 100%
}

.prediction-post .poster_vertical {
  margin-top: 50px
}

.prediction-post .poster_vertical .poster__content,.prediction-post .poster_vertical .poster__inner {
  padding-right: 0
}

.prediction-post .poster_vertical .poster__title {
  font-size: 27px
}

.prediction-post .poster_vertical .poster__text {
  font-size: 14px
}

.prediction-post .poster_vertical .poster__icon {
  width: 98px;
  height: 108px
}

@media only screen and (max-width: 1024px) {
  .poster_horizontal .poster__inner {
      padding:4px 20px 0 34px
  }

  .poster_horizontal .poster__content {
      padding: 14px 9px 14px 0
  }

  .poster__title {
      font-size: 24px
  }

  .poster__text {
      font-size: 14px
  }

  .poster_horizontal .poster__icon {
      margin: auto
  }
}

.hexagon {
  width: 1.15470054em;
  height: 1em;
  visibility: hidden;
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg)
}

.hexagon,.hexagon__in1,.hexagon__in2 {
  overflow: hidden;
  outline: 1px solid transparent
}

.hexagon__in1,.hexagon__in2 {
  width: 100%;
  height: 100%;
  -webkit-transform: rotate(-60deg);
  transform: rotate(-60deg)
}

.hexagon__in2 {
  visibility: visible;
  -webkit-clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%);
  clip-path: polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)
}

.hexagon__text {
  display: inline-block;
  vertical-align: middle;
  line-height: 1.2
}

.hexagon__text>p {
  margin: 0
}

.hexagon__image {
  outline: 1px solid transparent;
  height: 100%;
  line-height: .85em;
  background: no-repeat scroll 50% 50%;
  background-size: cover;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  display: block;
  position: relative
}

.hexagon__image>* {
  width: 100%
}

.hexagon__image>img {
  position: absolute;
  left: -50%;
  right: -50%;
  top: -50%;
  bottom: -50%;
  margin: auto
}

.hexagon_rotatable .hexagon__image {
  width: 1.15470054em;
  height: 1.15470054em;
  margin: -.07735027em 0;
  padding: .07735027em 0
}

.city-name {
  text-transform: uppercase;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-weight: 900
}

@media only screen and (min-width: 1025px) {
  .city-name_mobile {
      display:none
  }
}

@media only screen and (max-width: 1024px) {
  .city-name_desktop {
      display:none
  }
}

.city-name__container {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.1;
  float: left
}

.city-name__city {
  font-size: 2.667rem
}

.city-name__country {
  color: #3aeeb0;
  font-weight: 100
}

.best-of-week {
  padding-left: 24px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-left: 1px solid hsla(0,0%,100%,.14);
  position: absolute;
  right: 48px;
  top: 124px;
  bottom: 0;
  width: 278px;
  z-index: 4
}

@media only screen and (max-width: 1024px) {
  .best-of-week {
      display:none
  }
}

.best-of-week__header {
  margin-bottom: 24px;
  font-size: 16px;
  font-weight: 900;
  color: #00ffa7;
  text-transform: uppercase
}

.best-of-week__header svg {
  position: relative;
  top: 5px;
  margin-right: 8px
}

.best-of-week .swipe-down,.best-of-week .swipe-up {
  position: relative
}

.best-of-week .swiper-button-disabled {
  opacity: .5
}

.best-of-week__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden
}

.best-of-week .prediction-block-small {
  bottom: 0
}

.best-of-week .swiper-container {
  padding-right: 10px
}

.best-of-week .swiper-wrapper {
  width: 95%
}

.best-of-week .swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  background: rgba(0,0,0,.1);
  background-image: none;
  background-position-x: left;
  background-position-y: top;
  background-size: initial;
  background-attachment: scroll;
  background-origin: initial;
  background-clip: initial;
  background-color: rgba(0,0,0,.1)
}

.best-of-week .swiper-scrollbar-drag {
  background-color: #00ffa7
}

.kaspersky-app__map:before {
  content: "";
  position: absolute;
  display: block;
  height: 100vh;
  top: 0;
  right: 48px;
  bottom: 0;
  width: 301px;
  z-index: 3;
  background: -webkit-gradient(linear,left top,right top,color-stop(3%,transparent),color-stop(19%,#000),color-stop(92%,#000),to(#000));
  background: linear-gradient(90deg,transparent 3%,#000 19%,#000 92%,#000)
}

@media only screen and (max-width: 1024px) {
  .kaspersky-app__map:before {
      display:none
  }
}

.js-best-of-week {
  height: calc(95% - 86px);
  overflow: hidden
}

.prediction-picker {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 181px;
  height: auto;
  border: 1px solid #48eab6;
  padding: 22px 20px 18px 27px;
  background: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.9)),color-stop(50%,rgba(0,0,0,.9)),color-stop(51%,rgba(40,40,40,.9)),to(rgba(40,40,40,.9)));
  background: linear-gradient(180deg,rgba(0,0,0,.9) 0,rgba(0,0,0,.9) 50%,rgba(40,40,40,.9) 51%,rgba(40,40,40,.9));
  background-size: 100% 2px;
  text-align: left
}

.prediction-picker__button-close {
  width: 12px;
  height: 12px;
  margin: 8px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(/images/modal_cross_button.png?ebea2656f3571d0aa4806b0085014f02);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  cursor: pointer
}

.prediction-picker__button-close:hover {
  opacity: .5
}

.prediction-picker__title {
  font-weight: 300;
  text-transform: uppercase;
  text-align: left;
  font-size: 18px;
  color: #48eab6
}

.prediction-picker__input {
  padding: 0;
  margin: 0;
  position: relative;
  width: 100%;
  height: 23px;
  border-bottom: 1px solid #48eab6
}

.prediction-picker__input input {
  display: inline-block;
  vertical-align: top;
  background: transparent;
  border: none;
  outline: none;
  width: 100%;
  margin: 0;
  padding: 5px;
  padding-right: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: hsla(0,0%,100%,.3);
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: .5px
}

.prediction-picker__input input:focus {
  color: #fff
}

.prediction-picker__input:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 7px;
  width: 10px;
  height: 7px;
  background: url(/images/modal_arrow_right.png?801749f23ef5245cc15d2ea418437a43);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0
}

.prediction-picker__list-wraper {
  display: block;
  width: 100%;
  max-height: 180px;
  height: auto;
  overflow-y: auto;
  margin: 0;
  border: 0;
  padding: 0;
  -webkit-transition: height .3s;
  transition: height .3s
}

.prediction-picker .iScrollVerticalScrollbar {
  bottom: 18px
}

.prediction-picker__list {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
  border: 0;
  padding: 13px 0 0
}

.prediction-picker__list li {
  display: block;
  width: 100%;
  font-size: 10px;
  margin: 0;
  padding: 7px 0;
  font-weight: 500;
  letter-spacing: .5px;
  list-style-type: none;
  border-bottom: 1px solid rgba(72,234,182,.4);
  opacity: 1;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  cursor: pointer
}

.prediction-picker__list li:hover {
  opacity: .7
}

.brief-title {
  position: absolute;
  top: 0;
  left: 0;
  width: auto;
  min-width: 0;
  height: auto;
  text-align: left;
  pointer-events: none;
  z-index: 1
}

.brief-title__line {
  display: inline-block;
  padding: 8px;
  padding-top: 0;
  margin: 0;
  border: 0;
  width: auto;
  height: 26px;
  font-size: 26px;
  line-height: 26px;
  font-weight: 900;
  vertical-align: top;
  white-space: nowrap;
  color: #fff;
  text-align: left;
  text-transform: uppercase;
  background-color: #04aa73;
  pointer-events: auto
}

.brief-title__line:first-child {
  padding-top: 8px;
  margin-top: 1px
}

.brief-title__button-close {
  display: inline-block;
  position: relative;
  left: 7px;
  height: 26px;
  vertical-align: bottom
}

.brief-title__button-close:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: url(/images/modal_cross_button.png?ebea2656f3571d0aa4806b0085014f02);
  background-size: 13px;
  background-position: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.brief-title__button-close:hover:before {
  background-color: #2c3334
}

.brief-title__button-edit {
  display: inline-block;
  position: relative;
  left: 7px;
  height: 26px;
  vertical-align: bottom
}

.brief-title__button-edit:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 34px;
  height: 34px;
  background: url(/images/edit-button.png?335fb66de3e843c8dd58ae0e57bea59d);
  background-size: 16px;
  background-position: 50%;
  background-color: #000;
  background-repeat: no-repeat;
  pointer-events: auto;
  cursor: pointer;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.brief-title__button-edit:hover:before {
  background-color: #2c3334
}

.brief-title__button-close_one-line:before {
  margin-top: -8px;
  height: 42px
}

.panorama__pointer {
  position: absolute;
  pointer-events: auto;
  cursor: pointer
}

.panorama__pointer:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 44px;
  height: 44px;
  margin-left: -22px;
  margin-top: -22px;
  background: url(/images/pointer_hex.svg?c33668d7ec25233d386c9ed3dcf05c17);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 100%;
  -webkit-transition: width .1s,height .1s,margin-left .1s,margin-top .1s;
  transition: width .1s,height .1s,margin-left .1s,margin-top .1s
}

.panorama__pointer:hover:before {
  width: 48.4px;
  height: 48.4px;
  margin-left: -24.2px;
  margin-top: -24.2px
}

.panorama_fullscreen {
  position: fixed!important;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 100010;
  border: none
}

.panorama_fullscreen .addwork__corner {
  display: none
}

.panorama_fullscreen .addwork__gui {
  border: none
}

.panorama__fullscreen-exit-button {
  position: absolute;
  top: 10px;
  right: 10px
}

.search-form {
  z-index: 10000;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-image: -webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.9)),to(rgba(0,0,0,.9))),-webkit-gradient(linear,left top,left bottom,from(#000),to(transparent));
  background-image: linear-gradient(180deg,rgba(0,0,0,.9),rgba(0,0,0,.9)),linear-gradient(180deg,#000,transparent);
  -webkit-transition: opacity .3s ease 0s,visibility 0s ease .3s;
  transition: opacity .3s ease 0s,visibility 0s ease .3s;
  -webkit-transform: translateZ(556rem);
  transform: translateZ(556rem)
}

.search-form.active {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .3s ease 0s,visibility 0s ease 0s;
  transition: opacity .3s ease 0s,visibility 0s ease 0s
}

.search-form__form {
  background-color: #1a1a1a;
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 96px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-line-pack: center;
  align-content: center;
  margin-bottom: 16px
}

@media only screen and (max-width: 1024px) {
  .search-form__form {
      height:56px;
      padding: 0 16px;
      margin-bottom: 8px
  }
}

.search-form__left {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1
}

.search-form__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.search-form__submit {
  margin-right: 36px;
  padding: 12px 24px
}

@media only screen and (max-width: 1024px) {
  .search-form__submit {
      margin-right:24px
  }
}

.search-form__input {
  height: 100%;
  width: 100%;
  background: transparent;
  outline: none;
  border: none;
  font-size: 24px;
  font-weight: 500;
  color: #fff
}

@media only screen and (max-width: 1024px) {
  .search-form__input {
      font-size:14px
  }
}

.search-form__close {
  cursor: pointer;
  border: none;
  background: transparent;
  outline: none;
  fill: hsla(0,0%,100%,.3);
  -webkit-transition: fill .2s;
  transition: fill .2s;
  padding: 0
}

.search-form__close:hover {
  fill: #00ffa7
}

.search-form__tags {
  padding: 0 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.search-form__tags .tag {
  margin-right: 5px;
  margin-bottom: 8px
}

@media only screen and (max-width: 1024px) {
  .search-form__tags {
      padding:0 8px
  }
}

.search-form .search-submit__icon {
  display: none
}

@media only screen and (max-width: 1024px) {
  .search-form .search-submit {
      background:transparent;
      padding: 0
  }

  .search-form .search-submit__text {
      display: none
  }

  .search-form .search-submit__icon {
      display: block;
      fill: #00ffa7
  }
}

.tooltip-360 {
  width: 85px;
  height: 85px;
  position: absolute;
  left: 50%;
  top: 50%;
  pointer-events: none
}

.tooltip-360 svg {
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px
}

.tooltip-360 svg #SVGID_IM {
  background-color: red;
  opacity: .5
}

.tooltip-360__360 {
  font-size: 20px;
  font-weight: 300;
  margin-top: 32.5px
}

.tooltip-360__360,.tooltip-360__title {
  width: 100%;
  opacity: .999;
  color: #fff;
  text-align: center
}

.tooltip-360__title {
  font-size: 16px;
  font-weight: 700;
  margin-top: 56px
}

.user-edit-pic {
  margin-right: 24px
}

@media only screen and (max-width: 1024px) {
  .user-edit-pic {
      margin:auto;
      margin-bottom: 24px
  }
}

.user-edit-pic__photo {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  overflow: hidden;
  background: no-repeat scroll 50% 50%;
  background-size: cover;
  cursor: pointer
}

.user-edit-pic__photo:hover {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%)
}

.user-edit-pic__photo:hover .user-edit-pic__replace {
  display: block
}

@media only screen and (max-width: 1024px) {
  .user-edit-pic__photo {
      width:98px;
      height: 98px;
      -webkit-filter: grayscale(100%);
      filter: grayscale(100%)
  }

  .user-edit-pic__photo .user-edit-pic__replace {
      display: block
  }
}

.user-edit-pic__replace {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  text-transform: uppercase;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  color: #fff;
  font-size: 16px
}

.user-edit-pic__input {
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  cursor: pointer
}

.user-pic-crop {
  width: auto;
  border: 1px solid #31b886;
  background: url(/images/textarea.svg?2f15ba69418ac07c7d2592bfba80ca0b) repeat scroll 0 0;
  font-size: 1rem;
  text-align: center;
  position: relative
}

.user-pic-crop:after {
  content: "";
  font-size: .056rem;
  position: absolute;
  right: -1px;
  top: -1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 16em 28em 0;
  border-color: transparent #000
}

.user-pic-crop .modal__close-button {
  font-size: .556rem;
  right: -5em;
  top: -3em;
  z-index: 1
}

.user-pic-crop__cont {
  overflow: hidden;
  padding: .8em 3.6em
}

@media only screen and (max-width: 1024px) {
  .user-pic-crop__cont {
      padding:2.8em 3.6em
  }
}

.user-pic-crop .hexagon,.user-pic-crop__mask-hex {
  position: absolute;
  left: -200em;
  right: -200em;
  top: -200em;
  bottom: -200em;
  margin: auto
}

.user-pic-crop__title {
  color: #02e095;
  font-size: 2em;
  margin: .7em 0 0;
  text-transform: uppercase
}

.user-pic-crop__mask {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%
}

.user-pic-crop__mask-hex {
  width: 1.15135135em;
  height: 1em;
  background-size: 100% 100%
}

.user-pic-crop__dot {
  width: .556rem;
  height: .556rem;
  margin: -.278rem;
  background: #01de92;
  position: absolute;
  cursor: pointer
}

@media only screen and (max-width: 1024px) {
  .user-pic-crop__dot {
      width:1rem;
      height: 1rem;
      margin: -.5rem
  }
}

.user-pic-crop__dot_1,.user-pic-crop__dot_5 {
  left: 25%
}

.user-pic-crop__dot_2,.user-pic-crop__dot_4 {
  right: 25%
}

.user-pic-crop__dot_3,.user-pic-crop__dot_6 {
  top: 50%
}

.user-pic-crop__dot_4,.user-pic-crop__dot_5 {
  bottom: 0
}

.user-pic-crop__dot_3 {
  right: 0
}

.user-pic-crop__dot_1:after {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg)
}

.user-pic-crop__dot_2:after {
  -webkit-transform: rotate(60deg);
  transform: rotate(60deg)
}

.user-pic-crop__dot_3:after {
  -webkit-transform: rotate(120deg);
  transform: rotate(120deg)
}

.user-pic-crop__dot_4:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.user-pic-crop__dot_5:after {
  -webkit-transform: rotate(240deg);
  transform: rotate(240deg)
}

.user-pic-crop__dot_6:after {
  -webkit-transform: rotate(300deg);
  transform: rotate(300deg)
}

.user-pic-crop__dot:after {
  content: "";
  display: block;
  position: absolute;
  width: .57567568em;
  height: 1px;
  margin: auto;
  left: 50%;
  top: 0;
  bottom: 0;
  background: #01de92;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0
}

.user-pic-crop__cropper {
  margin: 1.667em 0 1.111em;
  position: relative
}

.user-pic-crop__image {
  font-size: 18.5rem;
  width: 21.3rem;
  height: 18.5rem;
  position: relative
}

.user-pic-crop__message {
  color: #7e7e7e;
  font-size: .667rem;
  letter-spacing: .045em;
  padding: .4em 0;
  font-weight: 300
}

.user-pic-crop_edit .user-pic-crop__message {
  display: none
}

.user-pic-crop__footer {
  height: 4.6em
}

.user-pic-crop__save {
  margin: .667rem 0 0;
  min-width: 13.889rem;
  display: none
}

.user-pic-crop_edit .user-pic-crop__save {
  display: inline-block
}

@media only screen and (max-width: 1024px) {
  .user-pic-crop__save {
      width:100%
  }
}

.user-pic-crop__target {
  position: absolute;
  margin: auto;
  height: 18.5rem
}

.user-pic-crop__select-file {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden
}

.user-pic-crop__select-file:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  font-size: 1px
}

.user-pic-crop__select-file span {
  vertical-align: middle;
  display: inline-block;
  font-size: 1.222rem;
  font-weight: 300;
  letter-spacing: .04em
}

.user-pic-crop_edit .user-pic-crop__select-file {
  display: none
}

.user-pic-crop__pencil {
  overflow: hidden;
  position: absolute;
  right: .333em;
  top: .333em;
  display: none
}

.user-pic-crop_edit .user-pic-crop__pencil {
  display: inherit
}

.user-pic-crop .upload-image__input {
  font-size: 500px
}

.user-pic-wrap {
  width: 100%
}

.user-pic-block {
  max-width: 538px;
  width: 100%
}

.user-pic-block__controll {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 24px;
  color: #fff;
  font-size: 16px;
  font-weight: 300
}

.user-pic-block__controll,.user-pic-block__controll-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.user-pic-block__controll-image {
  margin-right: 51px
}

.user-pic-block__controll-image:last-child {
  margin-right: 0
}

.user-pic-block__controll-name {
  line-height: 1.5;
  margin-right: 17px
}

.user-pic-block__controll-svg {
  width: 32px;
  height: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (max-width: 1024px) {
  .user-pic-block__controll-svg--desktop {
      display:none
  }
}

@media only screen and (min-width: 1025px) {
  .user-pic-block__controll-svg--mobile {
      display:none
  }
}

.user-pic-block__image-wrap {
  position: relative;
  width: 100%;
  height: 359px;
  overflow: hidden
}

.user-pic-block__viewer {
  position: absolute;
  margin: auto;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  -webkit-box-shadow: 0 0 2000px 2000px rgba(0,0,0,.5);
  box-shadow: 0 0 2000px 2000px rgba(0,0,0,.5);
  z-index: 0;
  width: 200px;
  height: 200px;
  border-radius: 50%
}

@media only screen and (max-width: 1024px) {
  .user-pic-block__viewer {
      width:120px;
      height: 120px
  }
}

.user-pic-block__bottom {
  margin: 0 auto;
  max-width: 440px
}

@media only screen and (max-width: 1024px) {
  .user-pic-block__bottom {
      margin-top:-35px
  }

  .user-pic-block__bottom .button,.user-pic-block__bottom a {
      z-index: 100
  }

  .user-pic-block__bottom .login__hr {
      display: none
  }
}

.upload-image {
  position: relative;
  overflow: hidden
}

.upload-image__input {
  top: 50%;
  right: -1em;
  z-index: 2;
  position: absolute;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  font-size: 2.778rem;
  margin-top: -.5em;
  line-height: 1;
  height: 1em
}

@media only screen and (max-width: 1024px) {
  .upload-image__input {
      font-size:5.556rem
  }
}

.hexagonal-map {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

@media only screen and (max-width: 1024px) {
  .hexagonal-map {
      padding:2.222rem 0;
      text-align: center
  }
}

.hexagonal-map__container {
  margin: auto
}

@media only screen and (min-width: 1025px) {
  .hexagonal-map__container {
      position:absolute;
      left: 0;
      right: 0;
      top: 0;
      bottom: 0
  }
}

@media only screen and (max-width: 1024px) {
  .hexagonal-map__container {
      text-align:left;
      width: 29.167rem;
      position: relative;
      z-index: 1;
      -webkit-transform-origin: 0 0;
      transform-origin: 0 0
  }
}

.hexagonal-map__canvas-shadow {
  position: absolute
}

.hexagonal-map__points-cont {
  position: absolute;
  left: 0;
  top: 0
}

.hexagonal-map__point {
  cursor: pointer;
  display: block;
  width: .556rem;
  height: .556rem;
  background: transparent;
  border-radius: 50%;
  z-index: 0;
  -webkit-transition: z-index .5s;
  transition: z-index .5s
}

@media only screen and (min-width: 1025px) {
  .hexagonal-map__point {
      -webkit-transform-style:preserve-3d;
      transform-style: preserve-3d
  }
}

.hexagonal-map__point_visible {
  z-index: 10
}

.hexagonal-map__point_visible .map-page__concept {
  -webkit-transform: translateZ(8.333rem);
  transform: translateZ(8.333rem);
  -webkit-transition: top .25s,-webkit-transform .75s;
  transition: top .25s,-webkit-transform .75s;
  transition: transform .75s,top .25s;
  transition: transform .75s,top .25s,-webkit-transform .75s;
  top: -7.222rem
}

.hexagonal-map__point_visible .map-point .map-point__out {
  stroke: #04ffac
}

.hexagonal-map__point_visible .map-point .map-point__in {
  fill: #04ffac
}

.hexagonal-map__concept-info {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: 6.9445rem 6.056rem;
  transform-origin: 6.9445rem 6.056rem;
  -webkit-transition: -webkit-transform .2s .2s;
  transition: -webkit-transform .2s .2s;
  transition: transform .2s .2s;
  transition: transform .2s .2s,-webkit-transform .2s .2s;
  margin: -5.778rem -6.6665rem
}

.hexagonal-map__concept-info,.hexagonal-map__concept-info-hexagon {
  position: absolute;
  width: 13.333rem;
  height: 11.556rem
}

.hexagonal-map__concept-info_visible {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.hexagonal-map__concept-info_no-image {
  height: auto;
  bottom: 0
}

.hexagonal-map__concept-info_no-image .hexagon {
  display: none
}

.hexagonal-map__concept-info_no-image .concept-name {
  top: auto
}

.map-page {
  width: 100%;
  overflow-x: hidden
}

@media only screen and (min-width: 1025px) {
  .map-page__content {
      height:100%
  }
}

.map-page__container {
  -webkit-transform: translateZ(2.222rem);
  transform: translateZ(2.222rem)
}

@media only screen and (min-width: 1025px) {
  .map-page__container {
      -webkit-transform-style:preserve-3d;
      transform-style: preserve-3d
  }
}

.map-page__shadow {
  left: -.667rem;
  top: .833rem;
  -webkit-transform: translateZ(.556rem);
  transform: translateZ(.556rem)
}

.map-page__map {
  -webkit-transform: translateZ(5rem);
  transform: translateZ(5rem);
  position: relative
}

.map-page__concept {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-transition: top .25s .2s,-webkit-transform .5s;
  transition: top .25s .2s,-webkit-transform .5s;
  transition: transform .5s,top .25s .2s;
  transition: transform .5s,top .25s .2s,-webkit-transform .5s;
  position: absolute;
  top: 0
}

@media only screen and (min-width: 1025px) {
  .map-page__concept {
      pointer-events:none
  }
}

.map-page__city {
  -webkit-transform: translateZ(1.667rem);
  transform: translateZ(1.667rem)
}

@media only screen and (max-width: 1024px) {
  .map-page__city {
      font-size:3.111rem
  }
}

.map-page__country {
  -webkit-transform: translateZ(2.222rem);
  transform: translateZ(2.222rem)
}

@media only screen and (max-width: 1024px) {
  .map-page__country {
      font-size:1.333rem;
      margin-top: .556rem
  }
}

@media only screen and (min-width: 1025px) {
  .map-page__city-name {
      position:absolute;
      top: 0;
      bottom: 0;
      margin: auto;
      right: calc(11% + 2.056rem);
      height: 3.333rem;
      line-height: 3.333rem
  }
}

@media only screen and (max-width: 1024px) {
  .map-page__city-name {
      padding:11rem 0 2.222rem 2.222rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
}

.map-page .background {
  min-height: 100%
}

@media only screen and (min-width: 1025px) {
  .map-page .background {
      background-attachment:scroll
  }
}

.map-point {
  font-size: 1.167rem;
  width: 1em;
  height: .857em;
  margin: -.429em 0 0 -.476em;
  position: absolute
}

.map-point .map-point__out {
  stroke: #ffd800
}

.map-point .map-point__in {
  fill: #ffd800
}

.map-point_no-works .map-point__out {
  stroke: #fff
}

.map-point_no-works .map-point__in {
  fill: #fff
}

.map-point_thing .map-point__in {
  display: none
}

.map-point__out {
  stroke-width: 2px
}

.map-point__in,.map-point__out {
  -webkit-transition: fill .5s,stroke .5s;
  transition: fill .5s,stroke .5s
}

.concept-name {
  font-size: 1.278rem;
  text-transform: uppercase;
  color: #fff;
  line-height: 1;
  position: absolute;
  left: 50%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none
}

@media only screen and (max-width: 1024px) {
  .concept-name_mobile {
      display:initial
  }
}

@media only screen and (min-width: 1025px) {
  .concept-name_desktop {
      display:initial
  }
}

@media only screen and (max-width: 1024px) {
  .concept-name_right {
      left:auto;
      right: 50%;
      text-align: right
  }
}

.concept-name__line {
  display: block;
  margin: -.444rem 0;
  width: 0;
  opacity: 0;
  overflow: hidden;
  position: relative;
  left: -3.333rem;
  -webkit-transition: width,left,opacity;
  transition: width,left,opacity;
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  -webkit-transition-duration: .15s;
  transition-duration: .15s;
  -webkit-transition-delay: 0s;
  transition-delay: 0s
}

.concept-name__line-padding {
  white-space: nowrap;
  background: #04aa73;
  display: inline-block;
  padding: .333rem .333rem .389rem .5rem
}

.concept-name__line-text {
  position: relative
}

.concept-name__line_visible {
  width: 100%;
  left: 0;
  opacity: 1;
  -webkit-transition-delay: .24s;
  transition-delay: .24s
}

.concept-name__line_visible:last-child {
  -webkit-transition-delay: .28s;
  transition-delay: .28s
}

.concept-name__line_visible:first-child {
  -webkit-transition-delay: .2s;
  transition-delay: .2s
}

.brief-user {
  margin-left: -2rem;
  position: absolute;
  left: 6.667rem;
  bottom: 3.667rem;
  white-space: nowrap
}

@media only screen and (max-width: 1024px) {
  .brief-user {
      left:7.222rem;
      bottom: 1.222rem
  }

  .brief-360_thing .brief-user {
      left: 4.222rem
  }
}

.brief-user__index {
  color: #000;
  font-size: .667rem;
  font-weight: 500;
  width: 8.333rem;
  line-height: 2;
  background: #fff;
  position: relative;
  left: -1.222rem
}

@media only screen and (max-width: 1024px) {
  .brief-user__index {
      font-size:.806rem;
      left: -1.35rem
  }
}

.brief-user__index>* span {
  color: #9d9d9d
}

.brief-user__index>.skew__text {
  padding: 0 1.667rem
}

@media only screen and (max-width: 1024px) {
  .brief-user__index>.skew__text {
      padding:0 2.222rem
  }
}

.brief-user__user {
  line-height: 1.944rem;
  height: 1.944rem;
  position: relative;
  left: -.278rem
}

.brief-user__user .skew__text {
  float: right;
  padding: 0 .889rem
}

@media only screen and (max-width: 1024px) {
  .brief-user__user .skew__text {
      padding:0 1rem;
      line-height: 2.4
  }
}

.brief-user__user-pic {
  font-size: 6rem
}

@media only screen and (max-width: 1024px) {
  .brief-user__user-pic {
      font-size:7.2rem;
      margin: -2px 0 0
  }
}

.brief-user__name {
  color: #fff;
  font-size: .778rem;
  font-weight: 300;
  text-transform: uppercase;
  background: #151515;
  background: -webkit-gradient(linear,left top,left bottom,from(#151515),to(#0e0e0e));
  background: linear-gradient(180deg,#151515,#0e0e0e)
}

@media only screen and (max-width: 1024px) {
  .brief-user__name {
      font-size:.944rem;
      min-width: 10rem
  }

  .brief-user__name .skew__text {
      margin: 0!important;
      float: none
  }
}

.brief-user__likes-count {
  color: #fff;
  font-size: .778rem;
  font-weight: 500;
  background: #31b987;
  border-right: 1px solid rgba(0,0,0,.07);
  -webkit-box-sizing: content-box;
  box-sizing: content-box
}

@media only screen and (max-width: 1024px) {
  .brief-user__likes-count {
      font-size:1.389rem;
      min-width: 7.667rem
  }
}

.brief-user__likes-count .skew__text {
  padding: 0 1.111rem
}

@media only screen and (max-width: 1024px) {
  .brief-user__likes-count .skew__text {
      text-align:center;
      width: 100%
  }
}

.brief-user__like-btn {
  cursor: pointer;
  display: block
}

.brief-user__like-btn-cont {
  font-size: 1.111rem;
  width: 1em;
  height: 1.9444444444rem;
  position: relative
}

@media only screen and (max-width: 1024px) {
  .brief-user__like-btn-cont {
      display:inline-block;
      vertical-align: middle;
      font-size: 1.333rem
  }
}

.brief-user__like-btn:not(.nohover):hover:before {
  left: calc(100% - 4em)
}

.brief-user__like-btn:not(.nohover):hover svg {
  width: 1.2em;
  height: 1.25em
}

.brief-user__like-btn:before {
  content: "";
  display: block;
  position: absolute;
  background: url(/images/pattern_line-4.svg?119c8fdd8c98d230e0afbb98cbc0ca28) repeat scroll 0 0;
  left: calc(100% + 1em);
  right: -1em;
  top: 0;
  bottom: 0;
  z-index: -1;
  -webkit-transition: left .2s;
  transition: left .2s;
  image-rendering: -webkit-optimize-contrast;
  image-rendering: -moz-crisp-edges;
  image-rendering: -o-pixelated;
  image-rendering: pixelated;
  -ms-interpolation-mode: nearest-neighbor
}

.brief-user__like-btn svg {
  width: 1em;
  height: 1.05em;
  position: absolute;
  -webkit-transition: width .2s,height .2s;
  transition: width .2s,height .2s;
  left: -100%;
  right: -100%;
  bottom: .1em;
  margin: auto;
  top: 0
}

@media only screen and (max-width: 1024px) {
  .brief-user__like-btn svg {
      bottom:.3em
  }
}

.brief-user__like {
  background: #2ca679
}

@media only screen and (max-width: 1024px) {
  .brief-user__like {
      font-size:1.389rem;
      margin: 3px 0 0 5px
  }

  .brief-user__like .skew__text {
      line-height: 1.66
  }
}

.brief-user__arrow {
  position: relative;
  -webkit-transition: z-index .3s,-webkit-filter .3s;
  transition: z-index .3s,-webkit-filter .3s;
  transition: filter .3s,z-index .3s;
  transition: filter .3s,z-index .3s,-webkit-filter .3s;
  z-index: 0
}

.brief-user__arrow svg {
  width: 3.889rem;
  height: 3.333rem;
  display: block
}

.brief-user__arrow:last-child {
  margin-left: -.889rem;
  -webkit-filter: drop-shadow(.222rem .5rem .722rem rgba(0,0,0,.75));
  filter: drop-shadow(.222rem .5rem .722rem rgba(0,0,0,.75));
  z-index: 10
}

.brief-user__arrow:last-child .back-btn-svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.brief-user__arrow:last-child .back-btn-svg * {
  -webkit-animation-delay: .2s;
  animation-delay: .2s
}

.brief-user__arrow:hover {
  z-index: 10;
  -webkit-filter: drop-shadow(.222rem .5rem .722rem rgba(0,0,0,.75));
  filter: drop-shadow(.222rem .5rem .722rem rgba(0,0,0,.75))
}

.brief-user__arrow:hover+* {
  -webkit-filter: drop-shadow(0 0 0 rgba(0,0,0,.75));
  filter: drop-shadow(0 0 0 rgba(0,0,0,.75));
  z-index: 0
}

@-webkit-keyframes back-btn-svg__stroke {
  0% {
      opacity: 1
  }

  15% {
      opacity: 1
  }

  15.001% {
      display: none;
      opacity: 0
  }

  to {
      display: none
  }
}

@keyframes back-btn-svg__stroke {
  0% {
      opacity: 1
  }

  15% {
      opacity: 1
  }

  15.001% {
      display: none;
      opacity: 0
  }

  to {
      display: none
  }
}

@-webkit-keyframes back-btn-svg__bg {
  0% {
      opacity: 0
  }

  22.999% {
      opacity: 0
  }

  23% {
      opacity: 1
  }

  30.5% {
      opacity: 1
  }

  30.501% {
      opacity: 0
  }

  38% {
      opacity: 0
  }

  38.001% {
      opacity: 1
  }

  to {
      opacity: 1
  }
}

@keyframes back-btn-svg__bg {
  0% {
      opacity: 0
  }

  22.999% {
      opacity: 0
  }

  23% {
      opacity: 1
  }

  30.5% {
      opacity: 1
  }

  30.501% {
      opacity: 0
  }

  38% {
      opacity: 0
  }

  38.001% {
      opacity: 1
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes back-btn-svg__border {
  0% {
      opacity: 0
  }

  38% {
      opacity: 0
  }

  53% {
      opacity: 1
  }

  60.5% {
      opacity: 1
  }

  60.501% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  to {
      opacity: 1
  }
}

@keyframes back-btn-svg__border {
  0% {
      opacity: 0
  }

  38% {
      opacity: 0
  }

  53% {
      opacity: 1
  }

  60.5% {
      opacity: 1
  }

  60.501% {
      opacity: 0
  }

  85% {
      opacity: 1
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes back-btn-svg__angle {
  0% {
      opacity: 0
  }

  23% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes back-btn-svg__angle {
  0% {
      opacity: 0
  }

  23% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.brief-user__arrow .back-btn-svg * {
  opacity: 0
}

.brief-user__arrow_visible .back-btn-svg__stroke {
  -webkit-animation: back-btn-svg__stroke .5s ease-out forwards;
  animation: back-btn-svg__stroke .5s ease-out forwards
}

.brief-user__arrow_visible .back-btn-svg__bg {
  -webkit-animation: back-btn-svg__bg .5s ease-out forwards;
  animation: back-btn-svg__bg .5s ease-out forwards
}

.brief-user__arrow_visible .back-btn-svg__border {
  -webkit-animation: back-btn-svg__border .5s ease-out forwards;
  animation: back-btn-svg__border .5s ease-out forwards
}

.brief-user__arrow_visible .back-btn-svg__angle {
  -webkit-animation: back-btn-svg__angle .5s ease-out forwards;
  animation: back-btn-svg__angle .5s ease-out forwards
}

.brief-user__arrows-cont {
  margin: .444rem 0 0;
  position: relative;
  left: -.667rem
}

.brief-user__to-vr {
  position: absolute;
  z-index: 1;
  right: 100%;
  bottom: 100%;
  font-size: 4.611rem;
  height: 1em
}

.brief-user__to-vr .hexagon {
  position: relative;
  left: 2.111rem;
  top: 2.222rem
}

.brief-user__to-vr .hexagon__image {
  background: #31b987
}

.brief-user__to-vr .hexagon__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: .756rem;
  line-height: .756rem
}

.brief-user__to-vr .hexagon__text>p:empty {
  display: none
}

@media only screen and (max-width: 1024px) {
  .brief-user .user-pic__photo {
      padding:.778rem
  }
}

.brief-comment {
  font-size: .778rem;
  margin: 1.4rem 0
}

@media only screen and (max-width: 1024px) {
  .brief-comment {
      font-size:1.333rem;
      margin: .778rem 0
  }

  .brief-comment:last-of-type {
      margin-bottom: 0
  }
}

.brief-comment__userpic {
  float: left;
  font-size: 4rem
}

@media only screen and (max-width: 1024px) {
  .brief-comment__userpic {
      position:absolute;
      font-size: 4.444rem
  }
}

.brief-comment__text {
  width: calc(100% - 4.667rem);
  padding: .8rem 1.556rem 0
}

@media only screen and (max-width: 1024px) {
  .brief-comment__text {
      width:100%;
      padding: .85rem 0 0 6.5rem;
      font-size: .85rem
  }
}

.brief-comment__comment {
  font-weight: 300;
  letter-spacing: .011rem;
  overflow: hidden;
  text-overflow: ellipsis
}

@media only screen and (max-width: 1024px) {
  .brief-comment__comment {
      font-size:.9rem;
      line-height: 1.65;
      min-height: 3.3em;
      padding: 0
  }

  .brief-comment__comment_mobile {
      display: block
  }

  .brief-comment__comment_desktop {
      display: none
  }
}

@media only screen and (min-width: 1025px) {
  .brief-comment__comment {
      line-height:1.75
  }

  .brief-comment__comment_mobile {
      display: none
  }

  .brief-comment__comment_desktop {
      display: block
  }
}

.brief-comment__username {
  text-transform: uppercase;
  color: #04aa73;
  margin: .333rem 0;
  font-weight: 900
}

.brief-comments-list {
  position: relative
}

@media only screen and (max-width: 1024px) {
  .brief-comments-list {
      margin:2.667rem auto
  }
}

@media only screen and (min-width: 1025px) {
  .brief-comments-list {
      margin:2.7rem auto;
      width: 45.222rem;
      padding-right: 8.556rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
}

@media only screen and (max-width: 1024px) {
  .brief-comments-list>.list {
      padding:0 3.778rem;
      margin: 2.222rem 0
  }
}

.brief-comments-list hr {
  color: #02e095;
  border-color: rgba(2,224,149,.3)
}

.brief-comments-list .skew {
  font-size: .889rem;
  color: #02e095;
  margin: 0;
  float: left;
  border: 1px solid #02e095;
  line-height: 1.6875;
  font-weight: 300;
  padding: 0 1rem
}

.brief-comments-list .skew p {
  margin: 0
}

@media only screen and (max-width: 1024px) {
  .brief-comments-list .skew {
      font-size:1.2rem;
      -webkit-transform: skew(-23deg);
      transform: skew(-23deg);
      padding: 0 1.1rem
  }

  .brief-comments-list .skew__content {
      -webkit-transform: skew(23deg);
      transform: skew(23deg)
  }
}

.agree-vote__text {
  font-size: 1.333rem;
  position: relative;
  display: inline-block;
  vertical-align: middle
}

@media only screen and (max-width: 1024px) {
  .agree-vote__text {
      font-size:1.35rem
  }
}

.agree-vote__text+svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  opacity: .5
}

@media only screen and (max-width: 1024px) {
  .agree-vote__text+svg {
      width:100%;
      height: 100%;
      padding: .278rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box
  }
}

.agree-vote__button {
  font-weight: 900;
  font-size: 4.611rem;
  -webkit-filter: drop-shadow(0 0 .389rem rgba(44,166,121,.35)) drop-shadow(0 0 .389rem rgba(44,166,121,.35));
  filter: drop-shadow(0 0 .389rem rgba(44,166,121,.35)) drop-shadow(0 0 .389rem rgba(44,166,121,.35));
  -webkit-transition: -webkit-filter .4s;
  transition: -webkit-filter .4s;
  transition: filter .4s;
  transition: filter .4s,-webkit-filter .4s
}

@media only screen and (max-width: 1024px) {
  .agree-vote__button {
      font-size:4.8rem
  }
}

.agree-vote .agree-vote__count,.agree-vote .agree-vote__text,.agree-vote .hexagon-svg,.agree-vote .pattern_lines-2:before {
  -webkit-transition: opacity .5s;
  transition: opacity .5s
}

.agree-vote__content {
  line-height: 4.611rem;
  padding: 0 .444rem;
  cursor: pointer
}

.agree-vote__content_left {
  text-align: right
}

.agree-vote__content_left .agree-vote__count {
  text-align: left
}

.agree-vote__content_left .agree-vote__button {
  float: right
}

.agree-vote__content_right {
  text-align: left
}

.agree-vote__content_right .agree-vote__count {
  text-align: right
}

.agree-vote__content_right .agree-vote__button {
  float: left
}

.agree-vote__content_checked {
  cursor: default!important
}

.agree-vote__content_checked .agree-vote__button {
  -webkit-filter: drop-shadow(0 0 2.222rem rgba(44,166,121,.55)) drop-shadow(0 0 1.111rem rgba(44,166,121,.55));
  filter: drop-shadow(0 0 2.222rem rgba(44,166,121,.55)) drop-shadow(0 0 1.111rem rgba(44,166,121,.55))
}

.agree-vote__content_unchecked {
  cursor: default!important
}

.agree-vote__content_unchecked .agree-vote__button {
  -webkit-filter: drop-shadow(0 0 0 rgba(44,166,121,.35)) drop-shadow(0 0 0 rgba(44,166,121,.35));
  filter: drop-shadow(0 0 0 rgba(44,166,121,.35)) drop-shadow(0 0 0 rgba(44,166,121,.35))
}

.agree-vote__content_unchecked .agree-vote__text,.agree-vote__content_unchecked .hexagon-svg {
  opacity: .1
}

.agree-vote__content_unchecked .agree-vote__count {
  opacity: .2
}

.agree-vote__content_unchecked .pattern_lines-2:before {
  background: #38403d
}

.agree-vote__count {
  position: relative;
  display: inline-block;
  width: 4.778rem;
  font-weight: 300;
  text-align: right;
  padding: 0 1.111rem 0 .889rem;
  margin: 0 -1.778rem;
  font-size: 1.167rem;
  line-height: 2rem;
  letter-spacing: .028rem
}

@media only screen and (max-width: 1024px) {
  .agree-vote__count {
      font-size:1.2rem;
      min-width: 7.3rem;
      padding: 0 1.1rem;
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      margin: 0 -2rem;
      white-space: nowrap
  }
}

.agree-vote__count:before {
  content: "";
  display: block;
  border: 2px solid rgba(132,214,173,.2);
  -webkit-transform: skew(-24deg);
  transform: skew(-24deg);
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.add-comment-form__header {
  display: table;
  padding-left: 6.444rem;
  cursor: pointer;
  text-transform: uppercase
}

.add-comment-form__header>div {
  display: table-cell;
  vertical-align: middle
}

.add-comment-form__header-hr {
  width: 10000px
}

.add-comment-form__header hr {
  margin: 0
}

@media only screen and (max-width: 1024px) {
  .add-comment-form__header {
      padding:0 3.65rem 0 3.8rem
  }
}

.add-comment-form__footer {
  padding: .167rem 0 0 6rem;
  height: 0;
  overflow: hidden
}

.add-comment-form__footer hr {
  margin: .556rem 0
}

@media only screen and (max-width: 1024px) {
  .add-comment-form__footer hr {
      margin:1rem 0
  }
}

@media only screen and (max-width: 1024px) {
  .add-comment-form__footer {
      margin-top:-.01rem;
      padding: 0 3.65rem 0 3.8rem
  }
}

.add-comment-form_expanded .add-comment-form__header {
  display: none
}

.add-comment-form_expanded .add-comment-form__footer {
  height: auto
}

.reply-comment {
  position: relative;
  z-index: 1
}

.reply-comment__tale {
  text-align: left;
  line-height: 1px;
  width: 100%
}

.reply-comment__tale span {
  background: url(/images/tale.svg?fed7f338ec22c4b02912f2c61d80db71) no-repeat scroll 50% 50%;
  width: 9px;
  height: 9px;
  display: inline-block
}

.reply-comment__tale:after,.reply-comment__tale:before {
  content: "";
  display: inline-block;
  border-top: 1px solid #02e095
}

.reply-comment__tale:before {
  width: 4%
}

@media only screen and (max-width: 1024px) {
  .reply-comment__tale:before {
      width:5%
  }
}

.reply-comment__tale:after {
  width: calc(96% - 9px)
}

@media only screen and (max-width: 1024px) {
  .reply-comment__tale:after {
      width:calc(95% - 9px)
  }
}

.reply-comment__cancel {
  z-index: 1;
  cursor: pointer;
  position: absolute;
  right: .111rem;
  top: .7rem;
  width: .833rem;
  height: .722rem;
  background: url(/images/close-button.png?19a9b107bfa91572c955eccf9fa13c83) no-repeat scroll 50% 50%;
  border-left: 1px solid rgba(1,222,146,.3)
}

@media only screen and (max-width: 1024px) {
  .reply-comment__cancel {
      right:3px;
      top: 12px
  }
}

.reply-comment .reply-comment__submit {
  margin: .5rem 0;
  padding: 0 .5rem;
  text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
  .reply-comment .reply-comment__submit {
      padding:0 1rem;
      width: auto;
      font-size: 1.167rem;
      font-weight: 500;
      line-height: 1.85;
      margin: .4rem 0
  }
}

.reply-comment__input {
  position: relative
}

.reply-comment__input:before {
  content: ""
}

.reply-comment__input textarea {
  border: 1px solid #02e095;
  border-top: none;
  border-radius: 0;
  background: none;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline: none;
  color: #fff;
  font-weight: 300;
  font-size: .778rem;
  padding: .8em;
  height: 5rem
}

@media only screen and (max-width: 1024px) {
  .reply-comment__input textarea {
      font-size:.9rem;
      padding: .7em;
      height: 6em
  }
}

.brief-modal {
  font-weight: 500;
  text-align: left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.brief-modal__when-comment.brief-modal__when-comment {
  display: none
}

.brief-modal_add-comment .brief-modal__when-comment {
  display: inherit
}

.brief-modal_add-comment .brief-modal__when-brief {
  display: none
}

@media only screen and (max-width: 1024px) {
  .brief-modal {
      font-size:1.778rem;
      padding: 12rem 0 0;
      min-height: 100%
  }

  .brief-modal .scroll__cont {
      -webkit-transform: none!important;
      transform: none!important
  }
}

@media only screen and (min-width: 1025px) {
  .brief-modal {
      font-size:1rem;
      padding: 0 2rem 4rem;
      height: 100%
  }

  .brief-modal .scroll__cont {
      padding-top: 6.444rem
  }
}

.brief-modal__container {
  margin: 1.667rem auto
}

@media only screen and (max-width: 1024px) {
  .brief-modal__container {
      height:100%;
      width: auto;
      margin: 0 auto;
      padding: 0
  }
}

.brief-modal .show-graphics {
  position: absolute;
  top: 2.111rem;
  right: 0;
  max-width: 250px;
  height: 2.333rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  font-weight: 700;
  font-size: .889rem
}

@media only screen and (min-width: 1025px) {
  .brief-modal .show-graphics {
      margin-right:2rem;
      z-index: 1;
      opacity: 0;
      visibility: hidden;
      -webkit-transition: .1s linear;
      transition: .1s linear
  }

  .brief-modal .show-graphics.scroll-visible.visible {
      opacity: 1;
      visibility: visible
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal .show-graphics {
      left:2.222rem;
      top: 10.4rem;
      width: auto;
      max-width: none;
      position: absolute;
      height: auto;
      display: block
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal .show-graphics.visible {
      opacity:1;
      visibility: visible
  }
}

.brief-modal .show-graphics .nav-menu__item {
  margin-right: 2.056rem
}

@media only screen and (max-width: 1024px) {
  .brief-modal .show-graphics a {
      font-size:1.4rem
  }
}

.brief-modal__h1,.brief-modal__h2,.brief-modal__h3 {
  text-transform: uppercase;
  text-align: center;
  display: block
}

.brief-modal__h1 {
  font-size: 2rem;
  color: #04aa73;
  margin: 2.333rem 0;
  line-height: 1.2
}

@media only screen and (max-width: 1024px) {
  .brief-modal__h1 {
      font-size:2.556rem;
      margin: 1.111rem 0
  }
}

@media only screen and (max-width: 359px) {
  .brief-modal__h1 {
      font-size:2.333rem
  }
}

.brief-modal__h2 {
  font-size: 1.667rem;
  margin: .889rem auto
}

@media only screen and (max-width: 1024px) {
  .brief-modal__h2 {
      font-size:1.79rem;
      margin: 2.3rem auto 1.7rem
  }
}

.brief-modal__h3 {
  font-size: 1.667rem;
  margin: 1.556rem auto
}

.brief-modal__pre {
  color: #fff;
  font-size: .778rem;
  line-height: 2;
  margin: 1.667rem .167rem
}

@media only screen and (min-width: 1025px) {
  .brief-modal__pre {
      font-weight:300;
      letter-spacing: .011rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal__pre {
      font-size:1.167rem;
      line-height: 1.45;
      margin: 2.111rem .222rem 0
  }
}

.brief-modal__content {
  color: #fff;
  font-size: .778rem;
  line-height: 2;
  margin: 1.667rem .167rem
}

@media only screen and (min-width: 1025px) {
  .brief-modal__content {
      font-weight:300;
      letter-spacing: .011rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal__content {
      font-size:1.167rem;
      line-height: 1.45;
      margin: 2.111rem .222rem 0
  }
}

@media only screen and (min-width: 1025px) {
  .brief-modal__cont {
      width:27.778rem;
      margin: auto
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal__cont {
      padding:0 3.444rem
  }
}

@media only screen and (min-width: 1025px) {
  .brief-modal__move-left {
      padding-right:3rem
  }
}

.brief-modal__socials {
  margin: 5.333rem auto 3.778rem
}

.brief-modal .iScrollVerticalScrollbar {
  top: 11.111rem;
  bottom: 5rem
}

.brief-modal__add {
  font-size: 117px;
  line-height: 117px;
  display: block
}

.brief-modal__add-button {
  position: absolute;
  right: 69px;
  top: 122px;
  z-index: 5;
  -webkit-filter: drop-shadow(-5px 4px 4px rgba(76,206,168,.6));
  filter: drop-shadow(-5px 4px 4px rgba(76,206,168,.6));
  -webkit-transition: -webkit-filter .2s;
  transition: -webkit-filter .2s;
  transition: filter .2s;
  transition: filter .2s,-webkit-filter .2s
}

.brief-modal__add-button:hover {
  -webkit-filter: drop-shadow(-5px 4px 20px rgba(76,206,168,0));
  filter: drop-shadow(-5px 4px 20px rgba(76,206,168,0));
  -webkit-transition-duration: 1s;
  transition-duration: 1s
}

.brief-modal__add .pattern {
  background-color: #65dbbb
}

.brief-modal__add .button {
  font-size: 1em;
  height: 1em;
  line-height: .85;
  -webkit-box-shadow: none!important;
  box-shadow: none!important;
  vertical-align: top
}

.brief-modal__add .button__content {
  line-height: 1.2;
  font-size: 1rem
}

.brief-modal__author {
  padding: 1.111rem .5rem
}

@media only screen and (max-width: 1024px) {
  .brief-modal__author {
      padding:0 .278rem;
      margin: 1.2rem 0
  }
}

@media only screen and (min-width: 1025px) {
  .brief-modal__author .brief-comment__username {
      margin:.2rem 0 .7rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal__author .brief-comment__username {
      font-size:1.333rem;
      margin: .65rem 0
  }
}

.brief-modal__author .brief-comment__userpic {
  font-size: 4.889rem;
  width: 6.756rem;
  position: absolute
}

@media only screen and (max-width: 1024px) {
  .brief-modal__author .brief-comment__userpic {
      font-size:6rem;
      width: auto;
      margin-top: .222rem
  }

  .brief-modal__author .brief-comment__userpic+.column {
      min-height: 6rem
  }
}

@media only screen and (min-width: 1025px) {
  .brief-modal__author .brief-comment__comment {
      font-size:.556rem;
      font-weight: 100;
      padding-right: 1.5rem;
      line-height: 1.8
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal__author .brief-comment__comment {
      padding:0;
      font-size: .778rem;
      line-height: 1.6;
      font-weight: 300;
      color: #fff
  }
}

.brief-modal__author .brief-comment__text {
  width: auto;
  float: none
}

@media only screen and (min-width: 1025px) {
  .brief-modal__author .brief-comment__text {
      padding:0 0 0 8rem;
      min-height: 6rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal__author .brief-comment__text {
      padding:0 0 0 9.444rem;
      margin: 0
  }
}

.brief-modal a,.brief-modal p {
  overflow: hidden;
  text-overflow: ellipsis
}

@media only screen and (max-width: 1024px) {
  .brief-modal .user-pic__photo {
      padding:.667rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-modal .user-pic__border {
      stroke-width:4px!important
  }
}

@media only screen and (max-width: 1024px) {
  .show-graphics--position-down .show-graphics {
      left:2.222rem;
      right: auto!important;
      top: 10.4rem
  }
}

.to-vr {
  text-transform: uppercase;
  line-height: 1.31578947;
  color: #fff;
  text-align: right
}

.to-vr,.to-vr>* {
  display: inline-block
}

.to-vr>* {
  vertical-align: top
}

.to-vr__arrow {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  font-size: 5.333rem;
  line-height: 1
}

.to-vr__arrow svg {
  display: block;
  width: 1.167em;
  height: 1em
}

.to-vr__view-in {
  width: 16.222rem;
  background: #04aa73;
  float: right
}

.to-vr__view-in>.skew__text {
  padding: 0 1.667rem
}

.to-vr__vr-mode {
  width: 13.889rem;
  background: #058158;
  float: right
}

.to-vr__vr-mode>.skew__text {
  padding: 0 1.667rem
}

.to-vr .list__item {
  margin: -.111rem -.778rem .222rem 0
}

.brief-360__nav-menu {
  position: absolute;
  top: 2.111rem;
  right: 23.889rem
}

@media only screen and (max-width: 1024px) {
  .brief-360__nav-menu {
      top:6.222rem;
      right: 2.222rem;
      max-width: 11.111rem;
      text-align: right
  }
}

.brief-360__nav-menu .nav-menu {
  display: inline-block;
  vertical-align: top;
  font-size: .889rem;
  line-height: 2.389rem;
  font-weight: 700
}

@media only screen and (max-width: 1366px) {
  .brief-360__nav-menu .nav-menu {
      width:250px;
      line-height: 1rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-360__nav-menu .nav-menu {
      width:auto;
      font-size: 1.667rem;
      min-height: 2.389rem;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center
  }
}

.brief-360__nav-menu .nav-menu__item {
  margin-right: 2.056rem
}

@media only screen and (max-width: 1024px) {
  .brief-360__nav-menu .nav-menu__item {
      margin:0
  }

  .brief-360__nav-menu .nav-menu__item:first-child {
      display: none
  }
}

.brief-360__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  height: 3.333rem;
  margin: auto
}

.brief-360__arrow_prev {
  left: .278rem
}

.brief-360__arrow_next {
  right: .278rem
}

.brief-360__arrow_next .back-btn-svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.brief-360__arrow svg {
  width: 3.889rem;
  height: 3.333rem;
  display: block
}

.brief-360 .authorization {
  vertical-align: top;
  pointer-events: none;
  visibility: hidden;
  opacity: 0
}

@media only screen and (max-width: 1024px) {
  .brief-360 .authorization,.brief-360__when-desktop {
      display:none
  }
}

@media only screen and (min-width: 1025px) {
  .brief-360__when-mobile {
      display:none
  }
}

.brief-360_thing .brief__vr-exit-button,.brief-360_thing .to-vr {
  display: none
}

.brief-360__close {
  position: absolute;
  right: 1.778rem;
  top: 5.5rem;
  display: block;
  z-index: 1
}

@media only screen and (max-width: 1024px) {
  .brief-360__close {
      top:17rem
  }
}

.brief-360_panorama .brief-360__close {
  display: none
}

@media only screen and (max-width: 1024px) {
  .brief-360~.timeline {
      top:10.278rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-360 {
      position:relative;
      height: 100%;
      overflow: hidden
  }
}

@media only screen and (max-width: 1024px) {
  .brief-360 .brief-city-name {
      font-size:1.6rem;
      line-height: 1.9rem;
      margin: 0
  }

  .brief-360 .brief__brief-link {
      font-size: 1.4rem
  }
}

@media only screen and (max-width: 1024px) {
  .brief-360_long-name .brief-city-name {
      font-size:1.3rem;
      top: 6.222rem;
      line-height: 1.8rem;
      margin: 0
  }

  .brief-360_long-name .brief__brief-link {
      font-size: 1.3rem
  }
}

.brief-city-name {
  text-transform: uppercase;
  position: absolute;
  z-index: 1;
  left: 2.556rem;
  top: 4.833rem;
  padding: .111rem .667rem;
  background: #04aa73;
  font-size: 2rem;
  vertical-align: middle;
  font-weight: 900
}

@media only screen and (max-width: 1024px) {
  .brief-city-name {
      left:2.222rem;
      top: 7.222rem;
      font-size: 2.1rem;
      margin: 0
  }
}

.brief-city-name--desktop {
  left: .556rem
}

@media only screen and (max-width: 1024px) {
  .brief-city-name--desktop {
      display:none!important
  }
}

@media only screen and (min-width: 1025px) {
  .brief-city-name--mobile {
      display:none!important
  }
}

.green-hex {
  font-size: .778rem;
  background: url(/images/green-hex.png?7a44da70881e47846a5a1d8aeb06f891) no-repeat;
  background-size: 100% 100%;
  width: 19.167rem;
  height: 21.333rem;
  position: absolute;
  right: 0;
  top: 0;
  bottom: .556rem;
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3.556rem 1.333rem 3.444rem 5.778rem
}

.green-hex__content {
  min-height: 9.444rem;
  margin-bottom: .944rem;
  overflow: hidden
}

.green-hex__title {
  text-transform: uppercase;
  font-size: .833rem;
  margin: .611rem 0;
  line-height: 1.2;
  max-height: 4.8em;
  overflow: hidden
}

.green-hex__body {
  font-weight: 300;
  line-height: 1.5;
  max-height: 6em
}

.green-hex__body,.green-hex__body p {
  overflow: hidden;
  text-overflow: ellipsis
}

.green-hex__body p {
  margin: 0
}

.green-hex__button {
  line-height: 2.278rem;
  height: 2.278rem;
  border-radius: 2.278rem;
  min-width: 6.778rem;
  background: rgba(52,229,185,.7);
  padding: 0 1.111rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  text-align: center;
  -webkit-transition: background .2s;
  transition: background .2s
}

.green-hex__button:hover {
  background: #34e5b9
}

.green-hex .hexagon {
  font-size: 6.5rem;
  position: absolute;
  left: 1.667rem;
  bottom: -3.333rem
}

.green-hex .hexagon__image {
  background: #fff;
  height: 100%
}

.green-hex .hexagon__image svg {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  width: 100%;
  height: 94%;
  margin: auto
}

.green-hex .hexagon__image path {
  stroke-width: 1px;
  stroke: rgba(4,170,115,.4)!important
}

.green-hex .hexagon__image span {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  color: #000;
  font-size: .889rem;
  font-weight: 500;
  padding: 0 1.667rem;
  line-height: 1.2;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.brief-360_panorama .green-hex {
  display: none
}

.brief__panorama {
  background: no-repeat scroll 50% 50%;
  background-size: cover
}

.brief__images,.brief__panorama {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.brief__images {
  -o-object-fit: cover;
  object-fit: cover
}

.brief__vr-exit-button {
  display: none;
  position: fixed;
  top: 20px!important;
  right: 20px
}

.is_vr .brief__vr-exit-button {
  display: block
}

.brief_add_error {
  margin: -12px 0 12px
}

.missing-page {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url("/images/bg-404.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.missing-page__wrap {
  text-align: center
}

.missing-page__text {
  font-size: 120px;
  font-weight: 700;
  color: #3fbe7c;
  text-align: center
}

.missing-page__desc {
  width: 375px;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 20px
}

@media only screen and (max-width: 1024px) {
  .missing-page__desc {
      width:310px
  }
}

.select {
  font-size: 14px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.select--absolute {
  position: absolute;
  right: 0;
  top: -88px
}

@media only screen and (max-width: 1024px) {
  .select--absolute {
      position:relative;
      top: auto;
      right: auto;
      left: auto;
      bottom: auto;
      margin-bottom: 16px
  }
}

.select select {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  opacity: 0;
  width: 100%;
  z-index: 2
}

@media only screen and (min-width: 1025px) {
  .select select {
      display:none
  }
}

.select-menu__icon {
  fill: #fff;
  position: relative;
  top: 3px
}

.select-menu__icon:hover {
  fill: #00ffa7
}

.select-menu__hide-menu {
  z-index: 2;
  top: 28px;
  left: 14px
}

.select-menu__hide-menu span {
  display: block;
  padding: 12px;
  color: rgba(0,0,0,.3);
  min-width: 88px;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer
}

.select-menu__hide-menu span.active {
  color: #000
}

.select-menu__hide-menu span:hover {
  background-color: rgba(0,0,0,.08);
  color: #000
}

.select__select-item {
  display: inline-block;
  margin: 0 0 0 8px;
  cursor: pointer;
  text-transform: uppercase
}

.select__popular-button {
  display: inline-block;
  -webkit-transition: color .2s;
  transition: color .2s
}

.select__popular-button:hover .popular__select-item {
  color: #00ffa7
}

.select__popular-button:hover .popular-menu__icon {
  fill: #00ffa7
}

.select__sort-icon {
  position: relative;
  top: 3px
}

.addwork {
  width: calc(100% - 230px);
  height: calc(100% - 252px);
  position: absolute;
  left: 150px;
  top: 135px;
  margin: auto;
  text-align: center;
  font-size: 1.333rem
}

@media only screen and (max-width: 1024px) {
  .addwork {
      height:13.889em;
      font-size: 2rem
  }
}

.addwork__faq {
  position: absolute;
  left: -55px;
  top: 2px;
  z-index: 1
}

.addwork__faq .back-btn-svg {
  font-size: 66px
}

.addwork__faq .back-btn-svg__angle {
  display: none
}

.addwork__faq:after {
  pointer-events: none;
  font-weight: 300;
  font-size: 2rem;
  content: "?";
  color: #000;
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  bottom: 50%;
  margin: -.5em;
  line-height: 1;
  vertical-align: middle
}

.addwork__corner:after,.addwork__corner:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  position: absolute;
  top: 0
}

.addwork__corner:before {
  border-width: 34px 20px 0 0;
  border-color: #02e095 transparent transparent
}

.addwork__corner:after {
  border-width: 32px 18px 0 0;
  border-color: #0e2827 transparent transparent
}

.addwork__corner_left:after,.addwork__corner_left:before {
  left: 0
}

.addwork__corner_right:after,.addwork__corner_right:before {
  right: 0
}

.addwork__corner_right:before {
  border-width: 0 20px 34px 0;
  border-color: transparent #02e095 transparent transparent
}

.addwork__corner_right:after {
  border-width: 0 18px 32px 0;
  border-color: transparent #0e2827 transparent transparent
}

.addwork__panorama {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #051a1b url(/images/addwork_bg.svg?d8ce22d8919cd5d1ce6ba8fd280dfcb4) no-repeat scroll 50% 50%;
  background-size: cover;
  overflow: hidden
}

.addwork__panorama canvas {
  padding: 0;
  margin: 0;
  border: 0;
  font-size: 0;
  position: absolute;
  top: 0;
  left: 0
}

.addwork__thing {
  overflow: hidden;
  background-color: red
}

.addwork__gui,.addwork__thing {
  position: absolute;
  width: 100%;
  height: 100%
}

.addwork__gui {
  padding: 0;
  margin: 0;
  pointer-events: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #02e095
}

.addwork__header {
  position: absolute;
  width: 100%;
  height: 28px;
  margin-top: -34px
}

.addwork__header .addwork__close-button {
  position: absolute;
  cursor: pointer;
  top: 3px;
  right: -52px;
  z-index: 1
}

.addwork__footer {
  position: absolute;
  bottom: -34px;
  left: 0;
  text-align: right;
  width: 100%;
  height: 34px
}

.addwork__steps {
  text-align: left;
  font-size: 0
}

.addwork__step {
  font-size: 14px;
  font-weight: 500;
  color: #02e095;
  text-transform: uppercase;
  line-height: 28px
}

.addwork__step,.addwork__step:before {
  display: inline-block;
  vertical-align: middle
}

.addwork__step:before {
  content: "";
  width: 14px;
  height: 1px;
  margin-left: 6px;
  margin-right: 6px;
  background-color: #546365;
  margin-top: -2px
}

.addwork__step:first-child {
  margin-left: 40px
}

.addwork__step:first-child:before {
  width: 0;
  margin-left: 0
}

.addwork__step_inactive {
  color: #546365;
  pointer-events: none
}

.addwork__buttons {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 0;
  width: 100%;
  text-align: right
}

.addwork__buttons>span {
  display: inline-block
}

.addwork__tab-button {
  display: inline-block;
  width: 152px;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: .99;
  text-align: center;
  margin-left: -14px
}

.addwork__tab-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 132px;
  height: 100%;
  background-color: #02e095;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.addwork__tab-button p {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  opacity: .999;
  pointer-events: none;
  -webkit-transition: color .2s;
  transition: color .2s
}

.addwork__tab-button label,.addwork__tab-button p {
  vertical-align: top;
  line-height: 28px;
  display: inline-block;
  margin: 0
}

.addwork__tab-button label {
  text-align: center;
  width: 152px
}

.addwork__tab-button input {
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0;
  right: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  border: 0
}

.addwork__tab-button:not(.addwork__tab-button_inactive) {
  cursor: pointer
}

.addwork__tab-button:not(.addwork__tab-button_inactive):hover:before {
  background-color: #fff
}

.addwork__tab-button:not(.addwork__tab-button_inactive):hover p {
  color: #000
}

.addwork__tab-button_wide {
  display: inline-block;
  width: 180px;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: .99;
  text-align: center;
  margin-left: -14px
}

.addwork__tab-button_wide:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 160px;
  height: 100%;
  background-color: #02e095;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.addwork__tab-button_wide p {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  opacity: .999;
  pointer-events: none;
  -webkit-transition: color .2s;
  transition: color .2s
}

.addwork__tab-button_wide label,.addwork__tab-button_wide p {
  vertical-align: top;
  line-height: 28px;
  display: inline-block;
  margin: 0
}

.addwork__tab-button_wide label {
  text-align: center;
  width: 180px
}

.addwork__tab-button_wide input {
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0;
  right: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  border: 0
}

.addwork__tab-button_wide:not(.addwork__tab-button_inactive) {
  cursor: pointer
}

.addwork__tab-button_wide:not(.addwork__tab-button_inactive):hover:before {
  background-color: #fff
}

.addwork__tab-button_wide:not(.addwork__tab-button_inactive):hover p {
  color: #000
}

.addwork__tab-button_ic-plus {
  display: inline-block;
  width: 172px;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: .99;
  text-align: center;
  margin-left: -14px
}

.addwork__tab-button_ic-plus:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 10px;
  width: 152px;
  height: 100%;
  background-color: #02e095;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.addwork__tab-button_ic-plus p {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  vertical-align: top;
  line-height: 28px;
  display: inline-block;
  margin: 0;
  opacity: .999;
  pointer-events: none;
  -webkit-transition: color .2s;
  transition: color .2s
}

.addwork__tab-button_ic-plus label {
  display: inline-block;
  line-height: 28px;
  margin: 0;
  vertical-align: top;
  text-align: center;
  width: 172px
}

.addwork__tab-button_ic-plus input {
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 0;
  right: 0;
  font-size: 2rem;
  margin: 0;
  padding: 0;
  border: 0
}

.addwork__tab-button_ic-plus:not(.addwork__tab-button_inactive) {
  cursor: pointer
}

.addwork__tab-button_ic-plus:not(.addwork__tab-button_inactive):hover:before {
  background-color: #fff
}

.addwork__tab-button_ic-plus:not(.addwork__tab-button_inactive):hover p {
  color: #000
}

.addwork__tab-button_ic-plus p:before {
  content: "+";
  line-height: 28px;
  height: 28px;
  vertical-align: top;
  font-weight: 500;
  font-size: 20px;
  margin-right: 7px;
  position: relative;
  top: -2px
}

.addwork__step-button {
  position: relative;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  opacity: .99;
  text-align: center
}

.addwork__step-button:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #02e095;
  -webkit-transform: skewX(30deg);
  transform: skewX(30deg);
  left: 10px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.addwork__step-button p {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  vertical-align: top;
  line-height: 34px;
  display: inline-block;
  margin: 0;
  padding-left: 40px;
  padding-right: 45px;
  opacity: .999;
  pointer-events: none;
  -webkit-transition: color .2s;
  transition: color .2s
}

.addwork__step-button p:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: 100%;
  width: 8px;
  right: 12px;
  background: url(/images/arrow_r.svg?bb12968e3aa1fa47afd3f971916e73e5) no-repeat scroll 50% 50%;
  background-size: contain
}

.addwork__step-button:not(.addwork__tab-button_inactive) {
  cursor: pointer
}

.addwork__step-button:not(.addwork__tab-button_inactive):hover:before {
  background-color: #fff
}

.addwork__step-button:not(.addwork__tab-button_inactive):hover p {
  color: #000
}

.addwork__step-button_left {
  position: absolute;
  left: 0;
  display: inline-block;
  height: 100%;
  overflow: hidden;
  opacity: .99;
  text-align: center
}

.addwork__step-button_left:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #02e095;
  -webkit-transform: skewX(-30deg);
  transform: skewX(-30deg);
  right: 10px;
  -webkit-transition: background-color .2s;
  transition: background-color .2s
}

.addwork__step-button_left p {
  font-size: 17px;
  font-weight: 900;
  color: #fff;
  vertical-align: top;
  line-height: 34px;
  display: inline-block;
  margin: 0;
  padding-left: 45px;
  padding-right: 40px;
  opacity: .999;
  pointer-events: none;
  -webkit-transition: color .2s;
  transition: color .2s
}

.addwork__step-button_left p:after {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  height: 100%;
  width: 8px;
  left: 12px;
  background: url(/images/arrow_l.svg?f7076c0525e58f535a78723b79a56d9c) no-repeat scroll 50% 50%;
  background-size: contain
}

.addwork__step-button_left:not(.addwork__tab-button_inactive) {
  cursor: pointer
}

.addwork__step-button_left:not(.addwork__tab-button_inactive):hover:before {
  background-color: #fff
}

.addwork__step-button_left:not(.addwork__tab-button_inactive):hover p {
  color: #000
}

.addwork__tab-button_inactive {
  opacity: .8;
  cursor: default;
  pointer-events: none
}

.addwork__tab-button_inactive p {
  color: rgba(0,0,0,.5)
}

.addwork__tab-button_inactive p:after {
  opacity: .1
}

.addwork__tab-button_inactive:before {
  background-color: #546365
}

.addwork__crosshair {
  position: absolute;
  top: 50%;
  left: 50%;
  pointer-events: none
}

.addwork__crosshair:after {
  content: "+";
  font-size: 30px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  left: -8px;
  top: -19px
}

.addwork__preview {
  position: absolute;
  left: 30px;
  top: calc(100vh - 470px)
}

.addwork__preview-image {
  position: absolute;
  width: 245px;
  height: 219px
}

.addwork__upload-button {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  width: 132px;
  height: 28px;
  background-color: #02e095;
  overflow: hidden;
  font-size: 17px;
  color: #fff;
  line-height: 28px;
  -webkit-transition: color .2s;
  transition: color .2s
}

.addwork__upload-button input {
  position: fixed;
  z-index: -1;
  top: 0;
  opacity: 0;
  right: 0;
  font-size: 0;
  width: 0;
  margin: 0;
  padding: 0;
  border: 0
}

.addwork__upload-button-replace .addwork__upload-button-replace,.addwork__upload-button-upload .addwork__upload-button-upload {
  display: inherit
}

.addwork__upload-button:hover {
  background-color: #fff;
  color: #000
}

.addwork__upload-button-text_inactive {
  display: none
}

.addwork__upload-button_replace-mode {
  top: auto;
  bottom: 10px;
  width: 160px;
  background-color: #000
}

.addwork__back-button_fullscreen {
  position: fixed;
  z-index: 100011!important;
  top: 10px!important;
  right: 10px!important
}

.debug {
  font-size: 15px;
  color: blue;
  height: 30px;
  position: fixed;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center;
  z-index: 10000
}

.user-edit-form {
  width: 624px;
  margin: 0 auto
}

@media only screen and (max-width: 1024px) {
  .user-edit-form {
      width:100%
  }
}

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

@media only screen and (max-width: 1024px) {
  .user-form {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.user-form .form__input {
  padding: 11px 16px
}

.user-form__wrap-form {
  margin-bottom: 24px;
  text-align: center
}

.user-form__wrap-form-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width: 1024px) {
  .user-form__wrap-form-flex {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.user-form__wrap-form .form__field-title {
  display: block;
  font-weight: 300;
  padding-bottom: 5px
}

@media only screen and (min-width: 1025px) {
  .user-form__half {
      margin-right:24px
  }

  .user-form__half:last-child {
      margin-right: 0
  }
}

@media only screen and (max-width: 1024px) {
  .user-form__half {
      margin-bottom:24px;
      width: 100%
  }

  .user-form__half:last-child {
      margin-bottom: 0
  }
}

.user-form__wrap-submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
  .user-form__wrap-submit {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.user-form__wrap-submit a {
  font-size: 16px;
  -webkit-transition: color .2s;
  transition: color .2s
}

.user-form__wrap-submit a:hover {
  color: #00ffa7
}

@media only screen and (max-width: 1024px) {
  .user-form__wrap-submit a {
      margin-top:42px;
      margin-bottom: 40px
  }
}

.user-form .form__input:hover {
  cursor: text
}

.delete-button {
  display: block;
  cursor: pointer
}

.delete-button__text {
  color: #00ffa7;
  font-size: 14px;
  line-height: 16px;
  font-weight: 700
}

.tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-bottom: 64px
}

@media only screen and (max-width: 1024px) {
  .tabs {
      -webkit-box-align:start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin-bottom: 16px
  }
}

.tabs__wrap {
  font-size: 40px;
  text-transform: uppercase;
  color: #00ffa7
}

@media only screen and (max-width: 1024px) {
  .tabs__wrap {
      font-size:20px
  }
}

.tabs__wrap span {
  color: #00ffa7;
  opacity: .4;
  display: inline-block;
  margin-right: 16px;
  -webkit-transition: opacity .2s;
  transition: opacity .2s
}

.tabs__wrap span:not(.is-active):hover {
  cursor: pointer;
  opacity: 1
}

.tabs__wrap span.is-active {
  opacity: 1;
  cursor: default
}

@media only screen and (max-width: 1024px) {
  .tabs__wrap span {
      margin-right:3px
  }
}

.tab-list__element {
  display: none
}

.tab-list__element.is-active {
  display: block
}

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

@media only screen and (max-width: 1024px) {
  .flex-column {
      -webkit-box-orient:vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column
  }
}

.flex-column__left {
  padding-right: 66px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: 1px solid hsla(0,0%,100%,.14)
}

@media only screen and (max-width: 1024px) {
  .flex-column__left {
      padding-right:0;
      border-right: none
  }
}

.flex-column__right {
  width: 278px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

@media only screen and (max-width: 1024px) {
  .flex-column__right {
      width:100%
  }
}

.prediction-post {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 24px;
  text-align: center
}

@media only screen and (max-width: 1024px) {
  .prediction-post {
      margin-left:0;
      padding-top: 31px;
      border-top: 1px solid hsla(0,0%,100%,.14)
  }
}

.prediction-post__header {
  font-size: 24px;
  font-weight: 900;
  color: #fff;
  margin-bottom: 8px
}

.prediction-post__description {
  color: hsla(0,0%,100%,.6);
  line-height: 1.43;
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 20px
}

.prediction-item {
  text-align: left;
  width: 100%;
  border-bottom: 1px solid hsla(0,0%,100%,.14);
  margin-bottom: 32px;
  padding-bottom: 32px
}

.prediction-item--no-border {
  border-bottom: none
}

.prediction-item--noevent {
  opacity: .4;
  pointer-events: none
}

.prediction-item:last-child {
  border-bottom: none;
  margin-bottom: 0
}

@media only screen and (max-width: 1024px) {
  .prediction-item {
      margin-bottom:20px;
      padding-bottom: 20px
  }
}

.prediction-item__wrap:hover .prediction-item__header {
  color: #00ffa7
}

.prediction-item__top {
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 900;
  line-height: 1.43;
  color: #fff;
  text-transform: uppercase
}

@media only screen and (max-width: 1024px) {
  .prediction-item__top {
      font-size:12px
  }
}

.prediction-item__year {
  color: #00ffa7
}

.prediction-item__city {
  -webkit-transition: color .2s;
  transition: color .2s
}

.prediction-item__city:hover {
  color: #00ffa7
}

.prediction-item__point {
  display: inline-block;
  vertical-align: middle;
  width: 4px;
  height: 4px;
  margin: 0 3px;
  border-radius: 50%;
  background: #fff
}

@media only screen and (max-width: 1024px) {
  .prediction-item__point {
      margin:0 4px
  }
}

.prediction-item__header {
  font-size: 40px;
  font-weight: 900;
  line-height: 1.1;
  -webkit-transition: color .2s;
  transition: color .2s;
  margin-bottom: 8px
}

@media only screen and (min-width: 1025px) {
  .prediction-item__header--image {
      float:left;
      width: calc(100% - 168px)
  }
}

@media only screen and (max-width: 1024px) {
  .prediction-item__header {
      font-size:20px;
      margin-bottom: 8px
  }
}

.prediction-item__description {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: hsla(0,0%,100%,.6);
  margin-bottom: 16px
}

@media only screen and (min-width: 1025px) {
  .prediction-item__description--image {
      margin-right:198px
  }
}

@media only screen and (max-width: 1024px) {
  .prediction-item__description {
      font-size:14px;
      margin-bottom: 8px
  }
}

.prediction-item__image {
  border-radius: 10px;
  overflow: hidden;
  width: 100%
}

@media only screen and (min-width: 1025px) {
  .prediction-item__image {
      float:right;
      height: 168px;
      width: 168px
  }
}

@media only screen and (max-width: 1024px) {
  .prediction-item__image {
      text-align:center;
      margin-bottom: 8px
  }
}

.prediction-item__image img {
  max-width: 100%;
  max-height: 100%
}

.prediction-item__clear {
  clear: both
}

.prediction-item__bottom {
  margin-top: 24px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.prediction-item__bottom,.prediction-item__user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.prediction-item__user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

.prediction-item__user:hover {
  color: #00ffa7
}

.prediction-item__user-image {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 12px
}

.prediction-item__user-image img {
  width: 100%;
  height: 100%
}

.prediction-item__user-name {
  -webkit-transition: color .2s;
  transition: color .2s;
  display: block;
  font-size: 12px;
  font-weight: 900;
  line-height: 1.17;
  margin-bottom: 4px;
  text-transform: uppercase
}

.prediction-item__date {
  color: hsla(0,0%,100%,.6);
  line-height: 1.17;
  font-size: 11px;
  font-weight: 500
}

.prediction-item__rating {
  border-radius: 12px;
  background: hsla(0,0%,100%,.06);
  padding: 4px 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.prediction-item__like {
  color: #00ffa7;
  fill: #00ffa7;
  margin-right: 12px;
  opacity: .6
}

.prediction-item__dislike {
  color: #f94343;
  fill: #f94343;
  opacity: .6
}

.prediction-item__dislike svg {
  -webkit-transform: scale(-1);
  transform: scale(-1)
}

.prediction-item__dislike svg,.prediction-item__like svg {
  position: relative;
  top: 3px
}

.prediction-block-small {
  font-weight: 900;
  color: #fff;
  margin-bottom: 32px;
  display: inline-block;
  width: 100%
}

.prediction-block-small:hover .prediction-block-small__header {
  color: #00ffa7
}

.prediction-block-small:last-child {
  margin-bottom: 0
}

.prediction-block-small__top {
  font-size: 12px
}

.prediction-block-small__wrap-dectiption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.prediction-block-small__image {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  overflow: hidden;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.prediction-block-small__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.prediction-block-small__header {
  -webkit-transition: color .2s;
  transition: color .2s;
  font-size: 20px;
  margin-bottom: 9px;
  max-height: 50px;
  overflow: hidden
}

.prediction-block-small__author {
  font-size: 11px;
  color: hsla(0,0%,100%,.3);
  text-transform: uppercase
}

@-webkit-keyframes preloader-sequence {
  0%,4.347% {
      background-position: 0 0
  }

  4.348%,8.695% {
      background-position: 25% 0
  }

  8.696%,13.042% {
      background-position: 50% 0
  }

  13.043%,17.39% {
      background-position: 75% 0
  }

  17.391%,21.738% {
      background-position: 100% 0
  }

  21.739%,26.086% {
      background-position: 0 25%
  }

  26.087%,30.434% {
      background-position: 25% 25%
  }

  30.435%,34.782% {
      background-position: 50% 25%
  }

  34.783%,39.129% {
      background-position: 75% 25%
  }

  39.13%,43.477% {
      background-position: 100% 25%
  }

  43.478%,47.825% {
      background-position: 0 50%
  }

  47.826%,52.173% {
      background-position: 25% 50%
  }

  52.174%,56.521% {
      background-position: 50% 50%
  }

  56.522%,60.869% {
      background-position: 75% 50%
  }

  60.87%,65.216% {
      background-position: 100% 50%
  }

  65.217%,69.564% {
      background-position: 0 75%
  }

  69.565%,73.912% {
      background-position: 25% 75%
  }

  73.913%,78.26% {
      background-position: 50% 75%
  }

  78.261%,82.608% {
      background-position: 75% 75%
  }

  82.609%,86.956% {
      background-position: 100% 75%
  }

  86.957%,91.303% {
      background-position: 0 100%
  }

  91.304%,95.651% {
      background-position: 25% 100%
  }

  95.652%,99.999% {
      background-position: 50% 100%
  }
}

@keyframes preloader-sequence {
  0%,4.347% {
      background-position: 0 0
  }

  4.348%,8.695% {
      background-position: 25% 0
  }

  8.696%,13.042% {
      background-position: 50% 0
  }

  13.043%,17.39% {
      background-position: 75% 0
  }

  17.391%,21.738% {
      background-position: 100% 0
  }

  21.739%,26.086% {
      background-position: 0 25%
  }

  26.087%,30.434% {
      background-position: 25% 25%
  }

  30.435%,34.782% {
      background-position: 50% 25%
  }

  34.783%,39.129% {
      background-position: 75% 25%
  }

  39.13%,43.477% {
      background-position: 100% 25%
  }

  43.478%,47.825% {
      background-position: 0 50%
  }

  47.826%,52.173% {
      background-position: 25% 50%
  }

  52.174%,56.521% {
      background-position: 50% 50%
  }

  56.522%,60.869% {
      background-position: 75% 50%
  }

  60.87%,65.216% {
      background-position: 100% 50%
  }

  65.217%,69.564% {
      background-position: 0 75%
  }

  69.565%,73.912% {
      background-position: 25% 75%
  }

  73.913%,78.26% {
      background-position: 50% 75%
  }

  78.261%,82.608% {
      background-position: 75% 75%
  }

  82.609%,86.956% {
      background-position: 100% 75%
  }

  86.957%,91.303% {
      background-position: 0 100%
  }

  91.304%,95.651% {
      background-position: 25% 100%
  }

  95.652%,99.999% {
      background-position: 50% 100%
  }
}

@-webkit-keyframes transition-hexagon-bg_in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes transition-hexagon-bg_in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@-webkit-keyframes transition-hexagon-bg_out {
  0% {
      visibility: visible;
      opacity: 1
  }

  to {
      visibility: hidden;
      opacity: 0
  }
}

@keyframes transition-hexagon-bg_out {
  0% {
      visibility: visible;
      opacity: 1
  }

  to {
      visibility: hidden;
      opacity: 0
  }
}

@-webkit-keyframes transition-hexagon_in {
  0% {
      opacity: 0
  }

  5% {
      opacity: .4
  }

  10% {
      opacity: 0
  }

  15% {
      opacity: .4
  }

  20% {
      opacity: 0
  }

  25% {
      opacity: .4
  }

  30% {
      opacity: .4
  }

  40% {
      opacity: .32
  }

  50% {
      opacity: .4
  }

  60% {
      opacity: .32
  }

  70% {
      opacity: 0
  }

  to {
      opacity: 0
  }
}

@keyframes transition-hexagon_in {
  0% {
      opacity: 0
  }

  5% {
      opacity: .4
  }

  10% {
      opacity: 0
  }

  15% {
      opacity: .4
  }

  20% {
      opacity: 0
  }

  25% {
      opacity: .4
  }

  30% {
      opacity: .4
  }

  40% {
      opacity: .32
  }

  50% {
      opacity: .4
  }

  60% {
      opacity: .32
  }

  70% {
      opacity: 0
  }

  to {
      opacity: 0
  }
}

@-webkit-keyframes transition-hexagon_out {
  0% {
      opacity: 0
  }

  10% {
      opacity: .12
  }

  20% {
      opacity: 0
  }

  30% {
      opacity: .2
  }

  40% {
      opacity: 0
  }

  to {
      opacity: 0
  }
}

@keyframes transition-hexagon_out {
  0% {
      opacity: 0
  }

  10% {
      opacity: .12
  }

  20% {
      opacity: 0
  }

  30% {
      opacity: .2
  }

  40% {
      opacity: 0
  }

  to {
      opacity: 0
  }
}

@-webkit-keyframes preloader-fade-out {
  0% {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@keyframes preloader-fade-out {
  0% {
      opacity: 1
  }

  to {
      opacity: 0
  }
}

@-webkit-keyframes preloader-fade-in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

@keyframes preloader-fade-in {
  0% {
      opacity: 0
  }

  to {
      opacity: 1
  }
}

.transition-wrapper {
  display: block;
  position: fixed;
  overflow: hidden;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 100000;
  background: #000
}

.transition-wrapper_initialized {
  background: none
}

.transition-wrapper_fade-out .transition__preloader {
  -webkit-animation: preloader-fade-out .8s forwards;
  animation: preloader-fade-out .8s forwards
}

.transition__preloader {
  font-size: 6.667rem;
  width: 1em;
  height: 1em;
  position: absolute;
  left: -.5em;
  right: -.5em;
  top: -.5em;
  bottom: -.5em;
  margin: auto;
  pointer-events: none;
  opacity: 0;
  overflow: hidden;
  -webkit-animation: preloader-fade-in 2s forwards;
  animation: preloader-fade-in 2s forwards
}

.transition__preloader:before {
  content: "";
  display: block;
  background: url(/images/preloader.png?e807d667b965a2931bf4eac0c8db1f7a) no-repeat;
  background-size: 500% 500%;
  width: 100%;
  height: 94.16666667%;
  -webkit-animation: preloader-sequence .9s linear infinite;
  animation: preloader-sequence .9s linear infinite
}

.transition-hexagon {
  position: absolute;
  width: inherit;
  height: inherit
}

.transition-hexagon-bg {
  position: absolute;
  background: url(inline-image("./app/images/hexasphere/gui/hex-transition_bg.svg")) no-repeat scroll 50% 50%;
  background-size: cover
}

.transition-hexagon_a-out {
  -webkit-animation-name: transition-hexagon-bg_out;
  animation-name: transition-hexagon-bg_out;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.transition-hexagon_a-out .transition-hexagon {
  -webkit-animation-name: transition-hexagon_out;
  animation-name: transition-hexagon_out;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.transition-hexagon_a-in {
  -webkit-animation-name: transition-hexagon-bg_in;
  animation-name: transition-hexagon-bg_in;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.transition-hexagon_a-in .transition-hexagon {
  -webkit-animation-name: transition-hexagon_in;
  animation-name: transition-hexagon_in;
  -webkit-animation-duration: .8s;
  animation-duration: .8s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards
}

.welcome {
  position: fixed;
  background: rgba(0,0,0,.8);
  z-index: 99999;
  text-transform: uppercase;
  font-size: 2rem;
  text-align: center;
  line-height: 1.5
}

.welcome,.welcome__text {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.welcome__text {
  color: #fff;
  position: absolute;
  display: none
}

.welcome__text:before {
  content: "";
  height: 100%
}

.welcome__text:before,.welcome__text>* {
  display: inline-block;
  vertical-align: middle
}

.welcome__text>* {
  margin: auto;
  width: 800px
}

@media only screen and (max-width: 1024px) {
  .welcome__text>* {
      width:94%
  }
}

.success-message-page {
  max-width: 360px;
  color: #fff
}

.success-message-page__ico {
  width: 98px;
  height: 98px;
  margin: auto;
  margin-bottom: 34px
}

.success-message-page__header {
  font-size: 32px;
  font-weight: 900;
  text-align: center;
  line-height: 1.13
}

.success-message-page__message {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5
}

.success-message-page__message span {
  color: #00ffa7
}

@media only screen and (max-width: 1024px) {
  .desktop-only {
      display:none!important;
      position: absolute!important;
      left: -99999!important;
      top: -99999!important;
      visibility: hidden
  }
}

@media only screen and (min-width: 1025px) {
  .mobile-only {
      display:none!important;
      position: absolute!important;
      left: -99999!important;
      top: -99999!important;
      visibility: hidden
  }
}

.round {
  width: 10px;
  height: 10px;
  background: #00ffa7;
  border-radius: 50%;
  -webkit-animation: 1.2s linear infinite;
  animation: 1.2s linear infinite;
  -webkit-animation-name: colors;
  animation-name: colors
}

.svg-preloader {
  height: 70px;
  width: 70px;
  margin: 60px auto;
  display: block;
  position: relative
}

.g-circle {
  -webkit-transform-origin: 35px 35px;
  transform-origin: 35px 35px;
  -webkit-animation: 1.2s linear infinite;
  animation: 1.2s linear infinite;
  -webkit-animation-name: opacity;
  animation-name: opacity;
  position: absolute;
  left: 0;
  top: 0
}

.g-circle:nth-child(12n+1) {
  -webkit-transform: rotate(-30deg) translate(10px,10px) scale(.85);
  transform: rotate(-30deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}

.g-circle:nth-child(12n+2) {
  -webkit-transform: rotate(-60deg) translate(10px,10px) scale(.85);
  transform: rotate(-60deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

.g-circle:nth-child(12n+3) {
  -webkit-transform: rotate(-90deg) translate(10px,10px) scale(.85);
  transform: rotate(-90deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s
}

.g-circle:nth-child(12n+4) {
  -webkit-transform: rotate(-120deg) translate(10px,10px) scale(.85);
  transform: rotate(-120deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}

.g-circle:nth-child(12n+5) {
  -webkit-transform: rotate(-150deg) translate(10px,10px) scale(.85);
  transform: rotate(-150deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

.g-circle:nth-child(12n+6) {
  -webkit-transform: rotate(-180deg) translate(10px,10px) scale(.85);
  transform: rotate(-180deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}

.g-circle:nth-child(12n+7) {
  -webkit-transform: rotate(-210deg) translate(10px,10px) scale(.85);
  transform: rotate(-210deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s
}

.g-circle:nth-child(12n+8) {
  -webkit-transform: rotate(-240deg) translate(10px,10px) scale(.85);
  transform: rotate(-240deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

.g-circle:nth-child(12n+9) {
  -webkit-transform: rotate(-270deg) translate(10px,10px) scale(.85);
  transform: rotate(-270deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.g-circle:nth-child(12n+10) {
  -webkit-transform: rotate(-300deg) translate(10px,10px) scale(.85);
  transform: rotate(-300deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.g-circle:nth-child(12n+11) {
  -webkit-transform: rotate(-330deg) translate(10px,10px) scale(.85);
  transform: rotate(-330deg) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.g-circle:nth-child(12n+12) {
  -webkit-transform: rotate(-1turn) translate(10px,10px) scale(.85);
  transform: rotate(-1turn) translate(10px,10px) scale(.85);
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

.u-circle {
  -webkit-transform-origin: 15px 15px;
  transform-origin: 15px 15px;
  -webkit-animation: 1.2s linear infinite;
  animation: 1.2s linear infinite;
  -webkit-animation-name: transform;
  animation-name: transform
}

.g-circle:nth-child(12n+1) .u-circle {
  -webkit-animation-delay: -.1s;
  animation-delay: -.1s
}

.g-circle:nth-child(12n+2) .u-circle {
  -webkit-animation-delay: -.2s;
  animation-delay: -.2s
}

.g-circle:nth-child(12n+3) .u-circle {
  -webkit-animation-delay: -.3s;
  animation-delay: -.3s
}

.g-circle:nth-child(12n+4) .u-circle {
  -webkit-animation-delay: -.4s;
  animation-delay: -.4s
}

.g-circle:nth-child(12n+5) .u-circle {
  -webkit-animation-delay: -.5s;
  animation-delay: -.5s
}

.g-circle:nth-child(12n+6) .u-circle {
  -webkit-animation-delay: -.6s;
  animation-delay: -.6s
}

.g-circle:nth-child(12n+7) .u-circle {
  -webkit-animation-delay: -.7s;
  animation-delay: -.7s
}

.g-circle:nth-child(12n+8) .u-circle {
  -webkit-animation-delay: -.8s;
  animation-delay: -.8s
}

.g-circle:nth-child(12n+9) .u-circle {
  -webkit-animation-delay: -.9s;
  animation-delay: -.9s
}

.g-circle:nth-child(12n+10) .u-circle {
  -webkit-animation-delay: -1s;
  animation-delay: -1s
}

.g-circle:nth-child(12n+11) .u-circle {
  -webkit-animation-delay: -1.1s;
  animation-delay: -1.1s
}

.g-circle:nth-child(12n+12) .u-circle {
  -webkit-animation-delay: -1.2s;
  animation-delay: -1.2s
}

@-webkit-keyframes opacity {
  0% {
      opacity: 1
  }

  75% {
      opacity: 0
  }
}

@keyframes opacity {
  0% {
      opacity: 1
  }

  75% {
      opacity: 0
  }
}

@-webkit-keyframes colors {
  0% {
      background-color: #00ffa7
  }
}

@keyframes colors {
  0% {
      background-color: #00ffa7
  }
}

@-webkit-keyframes transform {
  50% {
      -webkit-transform: scale(.5);
      transform: scale(.5)
  }
}

@keyframes transform {
  50% {
      -webkit-transform: scale(.5);
      transform: scale(.5)
  }
}

@media only screen and (max-width: 1024px) {
  .__desktop {
      display:none!important
  }
}

@media only screen and (min-width: 1025px) {
  .__mobile {
      display:none!important
  }
}

.is_vr .brief-360>:not(.brief__panorama),.is_vr .k-menu:before,.is_vr .k-menu>:not(.landscape-orientation),.is_vr .menu-back-btn,.is_vr .timeline {
  display: none
}

.hidden {
  display: none!important
}

.nohover {
  cursor: default
}

.user_edit_input {
  font-weight: 900
}

/*# sourceMappingURL=Kaspersky.min.css.map*/
