@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;700&display=swap);
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%
}
body {
  margin: 0
}
main {
  display: block
}
h1 {
  font-size: 2em;
  margin: .67em 0
}
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible
}
pre {
  font-family: monospace,monospace;
  font-size: 1em
}
a {
  background-color: transparent
}
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}
b,
strong {
  font-weight: bolder
}
code,
kbd,
samp {
  font-family: monospace,monospace;
  font-size: 1em
}
small {
  font-size: 80%
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline
}
sub {
  bottom: -.25em
}
sup {
  top: -.5em
}
img {
  border-style: none
}
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  outline: 0;
  margin: 0
}
button,
input {
  overflow: visible
}
button,
select {
  text-transform: none
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: button
}
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}
fieldset {
  padding: .35em .75em .625em
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}
progress {
  vertical-align: baseline
}
textarea {
  overflow: auto
}
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  padding: 0
}
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto
}
[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}
details {
  display: block
}
summary {
  display: list-item
}
template {
  display: none
}
[hidden] {
  display: none
}
:root {
  --accent: #27E7DB;
  --plasma: "Plasma Drip";
  --voronov: "VoronovFont"
}
@font-face {
  font-family: "Plasma Drip";
  src: url(../fonts/plasma/plasma.eot);
  src: local("plasma"),url(../fonts/plasma/plasma.eot?#iefix) format("embedded-opentype"),url(../fonts/plasma/plasma.woff2) format("woff2"),url(../fonts/plasma/plasma.woff) format("woff"),url(../fonts/plasma/plasma.ttf) format("truetype"),url(../fonts/plasma/plasma.otf) format("opentype"),url(../fonts/plasma/plasma.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: VoronovFont;
  src: url(../fonts/voronov/Ubuntu-Regular.eot);
  src: local("Ubuntu-Regular"),url(../fonts/voronov/voronov.eot?#iefix) format("embedded-opentype"),url(../fonts/voronov/voronov.woff2) format("woff2"),url(../fonts/voronov/voronov.woff) format("woff"),url(../fonts/voronov/voronov.ttf) format("truetype"),url(../fonts/voronov/voronov.otf) format("opentype"),url(../fonts/voronov/voronov.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
@font-face {
  font-family: Tygra;
  src: url(../fonts/tygra/lcd-tygra.eot);
  src: local("lcd-tygra"),url(../fonts/tygra/lcd-tygra.eot?#iefix) format("embedded-opentype"),url(../fonts/tygra/lcd-tygra.woff2) format("woff2"),url(../fonts/tygra/lcd-tygra.woff) format("woff"),url(../fonts/tygra/lcd-tygra.ttf) format("truetype"),url(../fonts/tygra/lcd-tygra.otf) format("opentype"),url(../fonts/tygra/lcd-tygra.svg) format("svg");
  font-weight: 400;
  font-style: normal;
  font-display: swap
}
.svg-svg-burger {
  background: url(../images/sprites/main.svg) no-repeat
}
.svg-svg-burger {
  background-position: 0 0;
  background-size: 100% auto;
  width: 52px
}
.svg-svg-burger:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%
}
.svg-svg-burger-dims {
  width: 52px;
  height: 52px
}
.image-by-height {
  width: auto
}
.image-by-height:before {
  content: none
}
.image-by-height > svg {
  height: inherit
}
.image-by-height > img {
  height: inherit!important;
  vertical-align: top!important;
  margin: 0!important;
  padding: 0!important;
  max-width: none!important;
  max-height: none!important;
  border: 0!important;
  opacity: 0!important
}
html {
  box-sizing: border-box
}
*,
::after,
::before {
  box-sizing: border-box
}
.content-box-component {
  box-sizing: content-box
}
body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000a24;
  color: #fff;
  font-family: Montserrat,Helvetica,Arial,sans-serif;
  width: 100%;
  min-width: 320px;
  height: 100%;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden
}
body.no-scroll {
  overflow: hidden
}
body.body-100k {
  background: url(../images/blocks/stars-100k.svg),#000a24;
  background-position: center
}
body.body-xmas {
  background: url(../images/blocks/stars-100k.svg),#000a24;
  background-position: center
}
@media screen and (max-width:767px) {
  body.body-100k,
  body.body-xmas {
    background: #000a24
  }
}
.visually-hidden:not(:focus):not(:active) {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  clip: rect(0 0 0 0);
  overflow: hidden
}
a {
  text-decoration: none;
  color: inherit
}
button {
  padding: 0;
  cursor: pointer;
  background: 0 0;
  border: none;
  color: inherit
}
ul {
  margin: 0;
  padding: 0;
  list-style: none
}
p {
  margin: 0
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0
}
img {
  display: block;
  max-width: 100%;
  height: auto
}
svg {
  max-width: 100%;
  max-height: 100%
}
picture {
  display: block
}
.background-image {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  border-radius: 10px;
  overflow: hidden
}
.background-image picture {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}
.background-image picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  border-radius: 10px
}
.container {
  width: 100%;
  max-width: 1300px;
  margin: 0 auto
}
@media screen and (max-width:1440px) {
  .container {
    padding: 0 15px
  }
}
.big-title {
  font-weight: 400;
  font-size: 130px;
  line-height: 100%;
  font-family: var(--plasma);
  text-align: center
}
.text {
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center
}
.swiper-button-prev {
  top: 143px;
  width: 55px;
  height: 60px;
  left: -78px
}
.swiper-button-prev::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/icons/left.svg);
  background-size: contain;
  background-repeat: no-repeat
}
.swiper-button-next {
  top: 143px;
  width: 55px;
  height: 60px;
  right: -102px
}
.swiper-button-next::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/icons/right.svg);
  background-size: contain;
  background-repeat: no-repeat
}
@media screen and (max-width:767px) {
  .text {
    font-size: 14px;
    line-height: 21px
  }
  .swiper:no-button-next,
  .swiper:no-button-prev {
    width: 40px;
    height: 40px
  }
  .big-title {
    font-size: 60px
  }
}
.header {
  margin-bottom: 42px
}
.header__gradient {
  width: 100%;
  height: 800px;
  top: 0;
  left: 0;
  right: 0;
  position: absolute;
  background: linear-gradient(180deg,#000a23 0,#002a5a 100%);
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}
.header__stars {
  position: absolute;
  height: 1800px;
  z-index: 1;
  top: 30px;
  left: -7px;
  right: 0;
  background: url(../images/blocks/stars.svg);
  background-position: center
}
.header__inner {
  max-width: 1280px;
  position: relative;
  z-index: 10
}
.header__top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.header__ms {
  width: 108px;
  position: relative;
  z-index: 10
}
.header__ms svg {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.header__center {
  padding-top: 38px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 1020px;
  position: relative
}
.header__center-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 10
}
.header__moon {
  position: absolute;
  top: 0;
  left: -174px;
  right: -170px
}
.header__moon img {
  width: 100%;
  height: auto
}
.header__logo {
  margin-bottom: 20px
}
.header__nav {
  margin-bottom: 35px
}
.header__nav-list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.header__nav-item {
  margin-right: 10px
}
.header__nav-item:last-child {
  margin-right: 0
}
.header__nav-link {
  display: block;
  padding: 0 15px 32px;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  position: relative
}
.header__nav-link--active {
  color: var(--accent)
}
.header__nav-link--active::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 30px;
  background: url(../images/blocks/line.png);
  background-size: 100% 20px;
  background-repeat: no-repeat
}
.header__text {
  max-width: 702px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  text-align: center;
  position: relative;
  z-index: 10
}
.header__text-stress {
  top: -38px;
  max-width: 760px
}
.header__santa {
  margin-top: -45px;
  -webkit-animation-name: santaMedidation;
  animation-name: santaMedidation;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite
}
.header__time {
  position: absolute;
  left: -260px;
  bottom: 111px
}
.header__hourglass {
  position: absolute;
  bottom: 0;
  left: 0
}
.header__lang {
  margin-top: 30px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 10
}
.header__lang-item:not(:last-child) {
  margin-right: 27px
}
.header__lang-btn {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: .06em;
  font-family: var(--plasma)
}
.header__lang-btn--active {
  color: var(--accent)
}
.header__burger {
  width: 50px;
  height: 50px;
  display: none;
  fill: var(--accent)
}
.header__burger:active,
.header__burger:focus,
.header__burger:hover {
  fill: #fff
}
.header__right {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.header__hat {
  position: absolute;
  right: -320px;
  bottom: 385px
}
.header__stress {
  position: relative;
  top: -55px
}
.header__hourglass {
  position: absolute;
  left: -266px;
  bottom: -72px
}
.header__100k1 .header__stars {
  background-image: url(../images/blocks/stars-100k.svg);
  height: 100%
}
.header__xmas-time {
  position: absolute;
  left: -40%;
  bottom: -72%
}
.header-mood .header__stars,
.header-stream .header__stars,
.header-xmas .header__stars {
  height: 100%
}
@media screen and (max-width:1700px) {
  .header__hat {
    width: 400px;
    right: -150px
  }
  .header__hourglass {
    width: 300px;
    left: -200px
  }
  .header__xmas-time {
    width: 300px;
    position: absolute;
    left: -25%;
    bottom: -50%
  }
}
@media screen and (max-width:1440px) {
  .header__inner {
    padding: 0 15px
  }
  .header__moon {
    left: 0;
    right: 0
  }
  .header__logo {
    width: 100%;
    max-width: 600px
  }
  .header__time {
    width: 300px;
    height: auto
  }
  .header__xmas-time {
    width: 200px;
    position: absolute;
    left: -15%;
    bottom: -40%
  }
}
@media screen and (max-width:1430px) {
  .header__hourglass {
    width: 250px;
    left: -100px
  }
}
@media screen and (max-width:1365px) {
  .header__stress {
    width: 600px
  }
  .header__hourglass {
    bottom: 25px
  }
  .header__hat {
    width: 300px;
    bottom: 300px;
    right: -50px
  }
}
@media screen and (max-width:1279px) {
  .header__100k1 {
    overflow-x: hidden
  }
  .header__hourglass {
    display: none
  }
  .header__hat {
    display: none
  }
}
@media screen and (max-width:1200px) {
  .header {
    margin-bottom: 20px
  }
  .header.header--active {
    position: relative;
    z-index: 1000;
    background: #000a24
  }
  .header.header--active .header__gradient {
    display: none
  }
  .header__burger {
    display: block
  }
  .header__burger-hidden {
    display: none
  }
  .header__lang {
    margin-top: 0;
    margin-left: 30px
  }
  .header__top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .header__center {
    padding-top: 0;
    width: 100%;
    max-width: 100%;
    position: static
  }
  .header__time {
    left: 0;
    bottom: 180px;
    width: 200px
  }
  .header__nav {
    display: none;
    margin-bottom: 0;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background: #000a24;
    position: fixed;
    z-index: 1000;
    top: 145px;
    left: 0;
    right: 0;
    bottom: 0
  }
  .header__nav-list {
    padding-top: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow-y: auto
  }
  .header__nav.header__nav--active {
    display: block
  }
  .header__text {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1
  }
  .header__santa {
    width: 100%;
    max-width: 500px
  }
  .header__right {
    position: absolute;
    right: 15px;
    top: 17px
  }
  .header__xmas-time {
    display: none
  }
}
@media screen and (max-width:767px) {
  .header-xmas .header__stars,
  .header__100k1 .header__stars {
    display: none
  }
  .header__text {
    font-size: 16px
  }
  .header__time {
    width: 120px;
    left: -40px
  }
  .header__santa {
    width: 400px
  }
  .header__stress {
    width: 90%
  }
}
@media screen and (max-width:460px) {
  .header__santa {
    width: 300px
  }
  .header__ms {
    width: 47px
  }
  .header__center {
    margin-top: 16px
  }
  .header__nav {
    top: 80px
  }
  .header__stress {
    width: 100%
  }
}
.main {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  z-index: 20
}
.mission {
  margin-bottom: 92px;
  position: relative;
  z-index: 10
}
.mission__duck {
  position: absolute;
  right: 0;
  top: -320px
}
.mission__header {
  text-align: center
}
.mission__header-lead {
  font-weight: 500;
  font-size: 24px;
  line-height: 29px;
  position: relative;
  z-index: 10
}
.mission__header-text {
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%
}
.mission__header-title {
  margin-top: 50px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  text-transform: uppercase
}
.mission__header-title__main {
  position: relative;
  z-index: 5;
  white-space: nowrap
}
.mission__header-title__fon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  color: #81e03d;
  -webkit-filter: blur(30px);
  filter: blur(30px);
  white-space: nowrap
}
.mission__header-title__fon .mission__header-title__days {
  color: #81e03d
}
.mission__header-title__days {
  color: var(--accent)
}
.mission__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 20px
}
.mission__item {
  width: 305px;
  min-height: 288px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.mission__notepad {
  width: 100%;
  height: 100%;
  padding: 60px 25px 32px 33px;
  position: absolute;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.mission__notepad-img {
  width: 101%;
  max-width: 101%;
  height: 105%;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.mission__notepad-text {
  width: 100%;
  max-width: 236px;
  position: relative;
  z-index: 10;
  font-size: 18px;
  line-height: 133%;
  color: #000;
  font-family: var(--voronov);
  text-align: center
}
.mission__date {
  width: 225px;
  height: 198px;
  padding-top: 23px;
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: var(--plasma);
  font-weight: 400;
  font-size: 64px;
  line-height: 100%;
  letter-spacing: .06em;
  color: var(--accent)
}
.mission__date-border {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%
}
.mission__date-text {
  position: relative;
  z-index: 10
}
.mission .swiper-button-next {
  display: none
}
@media screen and (max-width:1439px) {
  .mission__header {
    margin-bottom: 30px
  }
  .mission__wrapper {
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 20px
  }
  .mission__item {
    width: auto
  }
  .mission__date {
    width: 80%;
    height: 80%
  }
}
@media screen and (max-width:1365px) {
  .mission {
    padding-top: 250px
  }
  .mission__duck {
    width: 350px;
    top: 0
  }
}
@media screen and (max-width:1000px) {
  .mission__date {
    font-size: 58px
  }
}
@media screen and (max-width:820px) {
  .mission {
    margin-bottom: 20px;
    overflow-x: hidden
  }
  .mission__inner {
    padding: 0
  }
  .mission__header {
    padding: 0 16px
  }
  .mission__header-title img {
    width: 80%
  }
  .mission__list {
    width: calc(100% - 60px);
    margin-left: 60px;
    overflow: hidden
  }
  .mission__list-wrapper {
    position: relative;
    overflow: hidden
  }
  .mission__wrapper {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 0
  }
  .mission__item {
    width: 207px;
    min-width: 207px;
    margin-right: 0
  }
  .mission__item-task {
    width: 250px;
    min-width: 250px
  }
  .mission__date {
    width: 152px;
    height: 134px;
    font-size: 40px;
    line-height: 56px
  }
  .mission__notepad {
    padding-right: 22px
  }
  .mission__notepad-text {
    font-size: 13px;
    line-height: 16px
  }
  .mission .swiper-button-next {
    right: auto;
    left: 10px;
    top: 50%;
    display: block
  }
}
@media screen and (max-width:767px) {
  .mission__header-lead {
    font-size: 16px;
    line-height: 20px
  }
  .mission__header-text {
    font-size: 14px;
    line-height: 21px
  }
}
.hq {
  margin-bottom: 100px
}
.hq__header {
  position: relative
}
.hq__donut {
  position: absolute;
  left: -234px;
  top: -107px
}
.hq__title {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.hq__title-main {
  position: relative;
  z-index: 10;
  white-space: nowrap
}
.hq__title-fon {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-filter: blur(15px);
  filter: blur(15px);
  white-space: nowrap
}
.hq__title-fon .hq__title-ms {
  color: #70c53a
}
.hq__title-ms {
  color: var(--accent)
}
.hq__text {
  width: 100%;
  max-width: 702px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  text-align: center
}
.hq__swiper {
  padding-top: 55px;
  position: relative
}
.hq__swiper-wrapper {
  overflow-x: hidden
}
.hq__list {
  width: 100%;
  max-width: 1238px;
  margin: 0 auto;
  padding-left: 3px;
  position: relative
}
.hq__item {
  width: 257px;
  position: relative
}
.hq__item:nth-child(4n) {
  margin-right: 0
}
.hq__item::after {
  content: "";
  position: absolute;
  right: -63px;
  top: 60px;
  height: 131px;
  width: 63px;
  background: url(../images/blocks/hq-item.svg);
  background-repeat: no-repeat;
  background-size: contain
}
.hq__item-photo {
  width: 100%;
  height: 194px;
  overflow: hidden;
  position: relative;
  z-index: 10
}
.hq__item-photo img {
  width: 100%;
  height: auto
}
.hq__item-img {
  padding: 3px;
  width: 100%;
  position: relative
}
.hq__item-border {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 3px solid var(--accent)
}
.hq__item-border::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid #81e03d;
  -webkit-filter: blur(20px);
  filter: blur(20px)
}
.hq__item-info {
  padding-top: 28px
}
.hq__item-name {
  margin-bottom: 8px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px
}
.hq__item-city {
  font-weight: 500;
  font-size: 12px;
  line-height: 15px
}
@media screen and (max-width:1700px) {
  .hq__donut {
    left: calc(100% - 1400px)
  }
}
@media screen and (max-width:1500px) {
  .hq .swiper-button-prev {
    left: -50px
  }
  .hq .swiper-button-next {
    right: -70px
  }
}
@media screen and (max-width:1439px) {
  .hq__inner {
    padding: 0 50px
  }
  .hq__item-img {
    height: auto
  }
  .hq__item-photo {
    height: auto
  }
  .hq__item::after {
    top: calc(100% - 202px)
  }
  .hq__swiper-wrapper {
    width: calc(100% - 100px);
    margin: 0 auto
  }
  .hq .swiper-button-prev {
    top: calc(50% + 55px - 71px);
    left: 0
  }
  .hq .swiper-button-next {
    top: calc(50% + 55px - 71px);
    right: -20px
  }
}
@media screen and (max-width:1365px) {
  .hq__header {
    padding-top: 250px
  }
  .hq__donut {
    width: 300px;
    height: auto;
    top: 0;
    left: 0
  }
}
@media screen and (max-width:767px) {
  .hq__text {
    font-size: 14px;
    line-height: 21px
  }
}
@media screen and (max-width:639px) {
  .hq__donut {
    width: 240px;
    left: -50px
  }
  .hq__header {
    padding-top: 195px
  }
  .hq__inner {
    padding: 0
  }
  .hq__text {
    padding: 0 15px
  }
  .hq__title {
    font-size: 60px;
    line-height: 84px
  }
  .hq__item {
    width: 208px
  }
  .hq__item-info {
    padding-top: 20px
  }
  .hq__item::after {
    width: 51px;
    height: 105px;
    right: -50px;
    top: 50px;
    background-image: url(../images/blocks/hq-item-mob.svg)
  }
  .hq__swiper-wrapper {
    width: calc(100% - 60px);
    margin-left: 60px
  }
  .hq .swiper-button-prev {
    display: none
  }
  .hq .swiper-button-next {
    right: auto;
    left: 16px
  }
}
.download__form {
  width: 100%;
  max-width: 1280px;
  margin: 0 auto;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start
}
.download__form-field {
  margin-right: 64px;
  width: 479px;
  height: 236px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px dashed var(--accent);
  border-radius: 18px;
  cursor: pointer
}
.download__form-field span {
  text-decoration: underline;
  text-align: center;
  color: var(--accent);
  font-size: 18px;
  line-height: 22px
}
.download__form-field input {
  display: none
}
.download__form-result {
  width: 414px
}
.download__form-title {
  margin-bottom: 42px;
  font-weight: 400;
  font-size: 32px;
  line-height: 39px;
  color: #27e7db
}
.download__form-inputs input {
  display: block;
  width: 100%;
  height: 45px;
  font-size: 14px;
  line-height: 17px;
  background: 0 0;
  border: none;
  border-bottom: 1px solid #fff;
  color: #fff
}
.download__form-inputs input::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff
}
.download__form-inputs input::-moz-placeholder {
  font-size: 14px;
  color: #fff
}
.download__form-inputs input:-ms-input-placeholder {
  font-size: 14px;
  color: #fff
}
.download__form-inputs input::placeholder {
  font-size: 14px;
  color: #fff
}
.download__form-btn {
  margin-left: 40px;
  min-width: 252px;
  height: 289px;
  padding-bottom: 118px;
  background: url(../images/blocks/download-btn.png),url(../images/blocks/download-btn-hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center
}
.download__form-btn:active,
.download__form-btn:focus,
.download__form-btn:hover {
  background-image: url(../images/blocks/download-btn-hover.png)
}
.download-xmas {
  margin-bottom: 30px
}
.download-xmas .download__form-result {
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1
}
.download-xmas .download__form-field {
  margin: 0 auto
}
.download-xmas .download__form-btn {
  margin-left: 0
}
@media screen and (max-width:1439px) {
  .download__form-field {
    margin-right: 60px
  }
  .download__form-result {
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1
  }
  .download-xmas .download__form-result {
    -webkit-flex-grow: 0;
    -ms-flex-positive: 0;
    flex-grow: 0
  }
  .download-xmas .download__form-field {
    margin: 0 auto
  }
  .download-xmas .download__form-btn {
    margin-left: 0
  }
}
@media screen and (max-width:1200px) {
  .download__inner {
    padding: 0 16px
  }
  .download__form {
    width: 100%;
    max-width: 800px;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .download__form-result {
    width: 100%;
    margin-bottom: 40px;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1
  }
  .download__form-field {
    margin: 0;
    margin-bottom: 40px;
    width: 100%
  }
  .download__form-btn {
    margin-left: 0
  }
}
@media screen and (max-width:767px) {
  .download__form-title {
    margin-bottom: 10px;
    font-size: 24px;
    line-height: 29px
  }
  .download__form-result {
    margin-bottom: 33px
  }
  .download__form-field {
    height: 200px
  }
  .download__form-field span {
    font-size: 18px;
    line-height: 22px
  }
  .download__form-field span br {
    display: none
  }
  .download__form-btn {
    padding-bottom: 0;
    width: 190px;
    min-width: 190px;
    height: 230px;
    background-size: contain;
    position: relative
  }
  .download__form-btn span {
    position: relative;
    top: -50px
  }
}
.park {
  position: relative;
  background: url(../images/blocks/stars2.svg)
}
.park__img {
  position: relative;
  z-index: 10
}
.park__img img {
  width: 100%
}
@-webkit-keyframes santaMedidation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
@keyframes santaMedidation {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px)
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0)
  }
}
.modal {
  position: fixed;
  z-index: 1000;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  overflow-y: auto
}
.modal__close {
  position: absolute;
  right: 0;
  top: 0
}
.modal-oops {
  width: 1000px;
  height: 825px
}
.modal-oops__img {
  position: absolute;
  bottom: 130px;
  left: 120px
}
.modal-oops__text {
  width: 100%;
  max-width: 386px;
  height: 170px;
  position: absolute;
  z-index: 20;
  top: 192px;
  left: 250px;
  color: #000;
  font-family: var(--voronov);
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.modal-oops__text span {
  width: 100%;
  max-width: 265px
}
@media screen and (max-width:1200px) {
  .modal__close {
    width: 50px;
    height: 50px
  }
  .modal-oops {
    width: 300px;
    height: 100vh;
    max-height: 500px
  }
  .modal-oops__fon {
    width: 297px;
    height: 350px;
    position: absolute;
    bottom: 16px;
    left: 0;
    right: 0
  }
  .modal-oops__img {
    display: none
  }
  .modal-oops__text {
    max-width: 170px;
    left: 50px;
    top: auto;
    bottom: 130px;
    font-size: 18px;
    line-height: 27px
  }
}
.question__list {
  width: 100%;
  max-width: 890px;
  margin: 0 auto
}
.question__item {
  padding-bottom: 46px;
  position: relative
}
.question__number {
  margin-bottom: 70px;
  font-weight: 500;
  font-size: 24px;
  line-height: 27px;
  color: #fff;
  text-align: center
}
.question__number-num {
  display: block;
  font-family: var(--plasma);
  color: var(--accent);
  font-weight: 400;
  font-size: 100px;
  line-height: 104px;
  text-shadow: 0 0 20px #81e03d;
  position: relative;
  top: 20px;
  -webkit-text-stroke: 1px #000;
  position: relative
}
.question__number-num__border {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%,-50%);
  transform: translate(-50%,-50%);
  text-shadow: 1px 2px 0 #000,1px 2px 1px #000,1px -2px 1px #000,0 0 0 #000,1px 1px 0 #000
}
.question__info {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.question__text {
  margin-bottom: 70px;
  font-weight: 400;
  font-size: 24px;
  line-height: 150%;
  color: #fff;
  text-align: center
}
.question__textarea {
  width: 100%;
  max-width: 860px;
  margin-bottom: 25px;
  position: relative
}
.question__textarea::after,
.question__textarea::before {
  content: "";
  position: absolute;
  z-index: 8;
  background-size: contain;
  background-repeat: no-repeat
}
.question__textarea::before {
  width: 104px;
  height: 217px;
  background-image: url(../images/icons/textarea-1.svg);
  left: -52px;
  top: -30px
}
.question__textarea::after {
  width: 152px;
  height: 139px;
  background-image: url(../images/icons/textarea-2.svg);
  right: -37px;
  top: -27px
}
.question__textarea-shadow {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 1px;
  border: 2px solid #81e03d;
  -webkit-filter: blur(5px);
  filter: blur(5px)
}
.question__textarea-border {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 1px;
  bottom: 1px;
  border: 2px solid #81e03d
}
.question__textarea-field {
  width: 100%;
  height: 110px;
  padding: 24px 112px 24px 44px;
  margin: 0 auto;
  background: 0 0;
  position: relative;
  z-index: 10;
  color: #81e03d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  resize: none;
  border: none
}
.question__textarea-field::-webkit-input-placeholder {
  color: #81e03d
}
.question__textarea-field::-moz-placeholder {
  color: #81e03d
}
.question__textarea-field:-ms-input-placeholder {
  color: #81e03d
}
.question__textarea-field::placeholder {
  color: #81e03d
}
.question__btn {
  min-width: 252px;
  height: 289px;
  padding-bottom: 118px;
  background: url(../images/blocks/download-btn.png),url(../images/blocks/download-btn-hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  text-align: center
}
.question__btn:active,
.question__btn:focus,
.question__btn:hover {
  background-image: url(../images/blocks/download-btn-hover.png)
}
.question__duck {
  position: absolute;
  right: -38%;
  bottom: -15%
}
.question__donut {
  position: absolute;
  top: -22%;
  left: -45%
}
.question__hat {
  position: absolute;
  top: -24%;
  right: -39%
}
.question__duck-reverse {
  position: absolute;
  top: -22%;
  left: -36%
}
.question__hat-small {
  position: absolute;
  top: -20%;
  right: -38%
}
.question__time {
  position: absolute;
  top: -10%;
  left: -30%
}
.question__donut-8 {
  position: absolute;
  top: -18%;
  right: -33%
}
.question__small-hat {
  position: absolute;
  top: -25%;
  left: -35%
}
.question__duck-last {
  position: absolute;
  top: -10%;
  right: -40%
}
.question__footer {
  min-height: 250px;
  position: relative
}
.question__footer-animal {
  position: absolute;
  left: -160px;
  bottom: 0
}
.question__footer-text {
  width: 100%;
  max-width: 400px;
  margin: 0 auto;
  text-align: center;
  font-size: 32px;
  line-height: 39px;
  color: var(--accent);
  position: relative;
  z-index: 5
}
.question__footer-up {
  position: absolute;
  right: 15px;
  bottom: 80px;
  z-index: 7
}
@media screen and (max-width:1700px) {
  .question__donut {
    width: 350px;
    left: -25%;
    top: -15%
  }
  .question__donut-8 {
    width: 350px;
    right: -20%;
    top: -14%
  }
  .question__hat {
    width: 350px;
    top: -14%;
    right: -23%
  }
  .question__hat-small {
    right: -20%
  }
  .question__duck {
    width: 350px;
    right: -20%
  }
  .question__duck-reverse {
    width: 350px;
    top: -15%;
    left: -25%
  }
  .question__duck-last {
    width: 350px;
    right: -30%
  }
  .question__small-hat {
    width: 350px;
    left: -23%
  }
  .question__time {
    left: -25%
  }
  .question__footer-animal {
    width: 550px;
    left: 0
  }
}
@media screen and (max-width:1439px) {
  .question__duck {
    width: 300px
  }
  .question__duck-last {
    width: 300px;
    right: -20%
  }
  .question__duck-reverse {
    width: 300px;
    left: -16%
  }
  .question__time {
    left: -15%
  }
  .question__donut {
    left: -20%
  }
  .question__donut-8 {
    width: 300px;
    right: -10%
  }
}
@media screen and (max-width:1439px) {
  .question__hat {
    right: -15%
  }
  .question__small-hat {
    left: -15%
  }
}
@media screen and (max-width:1279px) {
  .question {
    overflow-x: hidden
  }
  .question__inner {
    padding: 0 25px
  }
  .question__img {
    display: none
  }
  .question__footer {
    min-height: 400px
  }
  .question__footer-animal {
    left: 50%;
    -webkit-transform: translateX(-45%);
    transform: translateX(-45%)
  }
  .question__footer-up {
    bottom: 53%;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%)
  }
}
@media screen and (max-width:767px) {
  .question__number {
    margin-bottom: 24px;
    font-size: 16px;
    line-height: 27px
  }
  .question__number-num {
    font-size: 64px
  }
  .question__text {
    margin-bottom: 30px;
    font-size: 18px;
    line-height: 130%
  }
  .question__textarea::before {
    top: auto;
    bottom: -70px
  }
  .question__textarea-field {
    height: 228px;
    font-size: 14px;
    line-height: 21px
  }
  .question__btn {
    padding-bottom: 0;
    width: 190px;
    min-width: 190px;
    height: 230px;
    background-size: contain;
    position: relative
  }
  .question__btn span {
    position: relative;
    top: -50px
  }
}
@media screen and (max-width:600px) {
  .question__textarea::before {
    width: 80px;
    height: 160px;
    left: -40px;
    bottom: -50px
  }
  .question__textarea::after {
    width: 110px;
    height: 90px;
    top: -18px
  }
  .question__footer {
    min-height: 300px
  }
  .question__footer-text {
    font-size: 24px;
    line-height: 29px
  }
  .question__footer-up {
    bottom: 45%
  }
  .question__footer-animal {
    width: 100%;
    max-width: 400px
  }
}
.xmas {
  margin-bottom: 90px
}
.xmas__title {
  margin-bottom: 55px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.xmas__title-mob {
  display: none
}
.xmas__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}
.xmas__video {
  margin-bottom: 50px;
  width: 674px;
  min-width: 674px;
  height: 395px;
  background: #000;
  font-weight: 500;
  font-size: 64px;
  line-height: 78px;
  color: #3e3e3e;
  text-transform: uppercase;
  position: relative
}
.xmas__video::after {
  content: "";
  position: absolute;
  bottom: -70px;
  right: -60px;
  width: 124px;
  height: 258px;
  background: url(../images/blocks/video-icon.svg);
  background-size: contain;
  background-repeat: no-repeat
}
.xmas__video-border {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  border: 5px solid var(--accent)
}
.xmas__video-border::after {
  content: "";
  position: absolute;
  left: -5px;
  right: -5px;
  top: -5px;
  bottom: -5px;
  border: 5px solid #81e03d;
  -webkit-filter: blur(20px);
  filter: blur(20px)
}
.xmas__video-box {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  z-index: 10
}
.xmas__text {
  max-width: 525px;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #fff
}
.xmas__text-bottom {
  max-width: 100%
}
.xmas__text p {
  margin-bottom: 20px
}
.xmas-images {
  overflow: hidden
}
.xmas-images__inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative
}
.xmas-images__santa {
  position: relative;
  z-index: 5
}
.xmas-images__moon {
  position: absolute;
  bottom: 0
}
.xmas-images__moon-mob {
  display: none
}
.xmas-images__duck {
  position: absolute;
  z-index: 1;
  top: 0;
  left: -100px
}
.xmas-images__duck-mob {
  display: none
}
.xmas-images__donut {
  position: absolute;
  z-index: 1;
  bottom: 0;
  right: 0
}
.xmas__descr-title {
  margin-bottom: 40px;
  color: var(--accent);
  font-weight: 400;
  font-size: 32px;
  line-height: 39px
}
.xmas__descr-list {
  margin: 0;
  margin-bottom: 45px;
  padding-left: 18px;
  display: grid;
  grid-template-columns: repeat(3,1fr);
  grid-gap: 65px 47px;
  font-weight: 500;
  font-size: 16px;
  line-height: 169%
}
.xmas__descr-wish {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: var(--accent)
}
@media screen and (max-width:1365px) {
  .xmas__box {
    width: 100%;
    max-width: 674px;
    margin: 0 auto;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .xmas__video {
    margin-bottom: 45px;
    min-width: auto;
    width: 100%
  }
  .xmas__text {
    max-width: 674px;
    margin-bottom: 30px
  }
  .xmas__text-bottom {
    width: 100%;
    max-width: 100%
  }
  .xmas-images__santa {
    width: 400px
  }
  .xmas-images__donut {
    width: 300px
  }
  .xmas-images__duck {
    width: 300px;
    left: 0
  }
  .xmas__descr-title {
    margin-bottom: 20px
  }
  .xmas__descr-list {
    grid-template-columns: 1fr;
    grid-gap: 20px
  }
}
@media screen and (max-width:950px) {
  .xmas {
    overflow-x: hidden
  }
  .xmas__inner {
    padding: 0 34px
  }
  .xmas-images__santa {
    width: 334px
  }
  .xmas-images__donut {
    width: 200px
  }
  .xmas-images__duck {
    width: 200px;
    left: 0
  }
}
@media screen and (max-width:767px) {
  .xmas__title {
    margin-bottom: 20px
  }
  .xmas__title-desk {
    display: none
  }
  .xmas__title-mob {
    display: block
  }
  .xmas-images {
    padding-top: 150px
  }
  .xmas-images__moon {
    left: -30%;
    right: -30%
  }
  .xmas-images__donut {
    bottom: auto;
    top: -10%;
    right: -10%
  }
  .xmas-images__duck {
    top: -150px
  }
  .xmas__text {
    font-size: 16px
  }
  .xmas__video {
    height: 171px;
    font-size: 18px;
    line-height: 22px
  }
  .xmas__video::after {
    width: 50px;
    height: 80px;
    bottom: -25px;
    right: -28px
  }
  .xmas__descr-title {
    font-size: 26px;
    line-height: 120%
  }
  .xmas__descr-list {
    margin-bottom: 30px;
    font-size: 14px
  }
}
@media screen and (max-width:360px) {
  .xmas-images__moon {
    left: 0;
    right: 0
  }
  .xmas-images__moon-desk {
    display: none
  }
  .xmas-images__moon-mob {
    width: 100%;
    display: block
  }
}
.mood {
  color: #000
}
.mood .FLresult {
  position: absolute;
  top: 60px;
  left: 0;
  right: 0;
  text-indent: 30px;
  color: red;
  font-size: 13px
}
.mood__title {
  margin-bottom: 20px;
  font-weight: 400;
  font-size: 86px;
  line-height: 121px;
  font-family: var(--plasma);
  position: relative;
  text-align: center;
  white-space: nowrap;
  color: var(--accent);
  text-shadow: 1px 2px 0 #000,1px 2px 1px #000,1px -2px 1px #000,0 0 0 #000,1px 1px 0 #000
}
.mood__title-main {
  position: relative;
  z-index: 10
}
.mood__title-fon {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%);
  transform: translate(-50%);
  text-shadow: 0 0 20px #81e03d
}
.mood__title-easy {
  color: #fff
}
.mood__lead {
  width: 100%;
  max-width: 505px;
  margin: 0 auto;
  margin-bottom: 0;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #fff
}
.mood__box {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between
}
.mood__box-donut {
  display: none
}
.mood__box-item {
  width: 100%;
  max-width: 706px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}
.mood__box-title {
  margin-bottom: 45px;
  font-size: 36px;
  line-height: 120%;
  font-family: var(--voronov);
  font-weight: 400
}
.mood__box-theme {
  width: 100%;
  max-width: 625px;
  padding: 200px 120px 120px;
  height: 719px;
  background: url(../images/blocks/mood-text.png);
  background-repeat: no-repeat;
  background-size: 100% 100%
}
.mood__box-theme__inner {
  height: 100%;
  overflow-y: auto
}
.mood__box-list li {
  margin-bottom: 8px;
  font-size: 18px;
  line-height: 150%
}
.mood__box-manage {
  width: 100%;
  max-width: 706px;
  height: 495px;
  background: url(../images/blocks/mood-form.png);
  background-repeat: no-repeat;
  background-size: 100% 100%
}
.mood__box-manage__top {
  position: relative
}
.mood__box-manage__top .FLresult {
  padding: 0 0 5px;
  display: block;
  width: 100%;
  position: static;
  text-align: center
}
.mood__box-manage__inner {
  height: 100%;
  padding: 200px 120px 40px 130px;
  overflow-y: auto
}
.mood__box-manage__inner--textarea {
  padding-top: 150px
}
.mood__box-manage__bottom {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative
}
.mood__box-manage__label {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 385px;
  height: 56px;
  background: url(../images/blocks/field.png);
  background-size: 100% 100%
}
.mood__box-manage__label input {
  width: 100%;
  height: 100%;
  padding: 13px 30px;
  border: none;
  background: 0 0;
  font-weight: 500;
  font-size: 14px;
  line-height: 100%;
  color: #000
}
.mood__box-manage__label input::-webkit-input-placeholder {
  color: #8a93a7
}
.mood__box-manage__label input::-moz-placeholder {
  color: #8a93a7
}
.mood__box-manage__label input:-ms-input-placeholder {
  color: #8a93a7
}
.mood__box-manage__label input::placeholder {
  color: #8a93a7
}
.mood__box-manage__ok {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 62px;
  height: 62px;
  margin-left: auto;
  position: relative
}
.mood__box-manage__ok-green,
.mood__box-manage__ok-rose {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0
}
.mood__box-manage__ok-rose {
  opacity: 0;
  left: 1px;
  top: -2px
}
.mood__box-manage__ok:active .mood__box-manage__ok-rose,
.mood__box-manage__ok:focus .mood__box-manage__ok-rose,
.mood__box-manage__ok:hover .mood__box-manage__ok-rose {
  opacity: 1
}
.mood__box-manage__textarea {
  background: url(../images/blocks/mood-textarea.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: 100%;
  max-width: 429px;
  margin-bottom: 8px
}
.mood__box-manage__textarea textarea {
  padding: 25px 27px;
  border: none;
  background: 0 0;
  resize: none;
  width: 100%;
  max-width: 429px;
  height: 100px;
  font-weight: 500;
  font-size: 14px;
  line-height: 27px;
  color: #000
}
.mood__box-manage__textarea textarea::-webkit-input-placeholder {
  color: #8a93a7
}
.mood__box-manage__textarea textarea::-moz-placeholder {
  color: #8a93a7
}
.mood__box-manage__textarea textarea:-ms-input-placeholder {
  color: #8a93a7
}
.mood__box-manage__textarea textarea::placeholder {
  color: #8a93a7
}
.mood__box-manage__send {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background: url(../images/blocks/mood-send.png),url(../images/blocks/mood-send-hover.png);
  background-size: 100% 100%;
  font-weight: 500;
  font-size: 18px;
  line-height: 27px;
  text-align: center;
  width: 182px;
  height: 52px;
  margin: 0 auto;
  margin-bottom: 10px
}
.mood__box-manage__send:active,
.mood__box-manage__send:focus,
.mood__box-manage__send:hover {
  background-image: url(../images/blocks/mood-send-hover.png)
}
.mood-images {
  position: relative;
  margin-top: -140px
}
.mood-images__inner {
  position: relative
}
.mood-images__santa {
  position: relative;
  left: 12%
}
.mood-images__duck {
  position: absolute;
  left: -10%;
  top: 22%
}
.mood-images__donut {
  position: absolute;
  right: -10%;
  bottom: 0
}
@media screen and (max-width:1600px) {
  .mood-images {
    margin-top: 0
  }
  .mood-images__santa {
    width: 500px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }
  .mood-images__duck {
    left: 0
  }
  .mood-images__donut {
    right: 0
  }
  .mood__box-item {
    max-width: 600px
  }
}
@media screen and (max-width:1279px) {
  .mood__title {
    font-size: 60px;
    line-height: 120%
  }
  .mood__box {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
  }
  .mood__box-manage {
    margin-top: -80px
  }
  .mood-images__santa {
    width: 400px
  }
  .mood-images__donut {
    width: 250px
  }
  .mood-images__duck {
    width: 200px
  }
  .mood .FLresult {
    top: 60px;
    text-indent: 10px
  }
}
@media screen and (max-width:767px) {
  .mood__inner {
    padding: 0
  }
  .mood__box-item {
    max-width: 360px;
    position: relative
  }
  .mood__box-item--1 {
    padding-bottom: 120px
  }
  .mood__box-item--1::after {
    content: "";
    position: absolute;
    bottom: -60px;
    left: 0;
    right: 0;
    height: 166px;
    background: url(../images/blocks/mood-stars.svg);
    background-position: center
  }
  .mood__box-theme {
    padding: 100px 60px 60px;
    height: 417px
  }
  .mood__box-title {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 110%
  }
  .mood__box-list li {
    font-size: 16px;
    line-height: 120%;
    margin-bottom: 5px
  }
  .mood__box-manage {
    max-width: 360px;
    height: 366px;
    margin-top: -40px;
    background-image: url(../images/blocks/mood-form-mob-2.png)
  }
  .mood__box-manage--1 {
    height: 269px;
    background-image: url(../images/blocks/mood-form-mob-1.png)
  }
  .mood__box-manage__inner {
    padding: 100px 50px 50px
  }
  .mood__box-manage__inner--textarea {
    padding-top: 70px
  }
  .mood__box-manage__label {
    max-width: 233px;
    height: 34px
  }
  .mood__box-manage__ok {
    width: 37px;
    min-width: 37px;
    height: 37px
  }
  .mood__box-manage__send {
    max-width: 135px;
    height: 39px;
    font-size: 16px
  }
  .mood__box-donut {
    display: block;
    position: absolute;
    bottom: 0;
    left: -10px
  }
  .mood__title {
    padding: 0 15px;
    width: 100%;
    max-width: 400px;
    margin: 0 auto;
    margin-bottom: 30px;
    font-size: 48px;
    white-space: normal
  }
  .mood__title-fon {
    left: 0;
    top: 0;
    -webkit-transform: translate(0);
    transform: translate(0)
  }
  .mood__lead {
    padding: 0 15px;
    font-size: 16px
  }
  .mood-images {
    background: url(../images/blocks/mood-stars.svg);
    background-position: center
  }
  .mood-images__duck {
    display: none
  }
  .mood-images__donut {
    display: none
  }
  .mood-images__santa {
    width: 350px
  }
  .mood .FLresult {
    top: 40px;
    text-indent: 0;
    font-size: 11px
  }
}
.stream .mood__title-main {
  width: 100%
}
.stream .mood__title-fon {
  width: 100%
}
.stream__inner {
  max-width: 1435px
}
.stream__header {
  margin-bottom: 90px
}
.stream__lead {
  width: 100%;
  max-width: 505px;
  margin: 0 auto;
  font-weight: 500;
  font-size: 18px;
  line-height: 150%;
  color: #fff;
  text-align: center
}
.stream__content-saturn {
  position: absolute;
  left: -110px;
  top: -175px
}
.stream__content-object {
  position: absolute;
  right: -200px;
  top: -300px
}
.stream__content-bl {
  border: 5px solid var(--accent);
  -webkit-filter: drop-shadow(0 0 20px #81e03d);
  filter: drop-shadow(0 0 20px #81e03d);
  background: #00102e;
  position: relative;
  z-index: 5
}
.stream__content-top {
  width: 80%;
  max-width: 1125px;
  margin: 0 auto;
  height: 587px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: relative;
  z-index: 6
}
.stream__content-video {
  margin-right: 20px;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 64px;
  line-height: 78px;
  color: #77fff7
}
.stream__content-chat {
  width: 300px;
  min-width: 300px;
  height: 100%
}
.stream__content-bottom {
  position: relative;
  z-index: 5
}
.stream__content-planet {
  position: absolute;
  top: -60px;
  right: 60px
}
.stream__content-img {
  position: relative;
  z-index: 5
}
.stream__content-date {
  position: absolute;
  z-index: 6;
  left: 49%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: 400;
  font-size: 60px;
  line-height: 100%;
  text-align: center;
  letter-spacing: -.18em;
  color: var(--accent);
  bottom: 32%;
  font-family: Tygra
}
@media screen and (max-width:1600px) {
  .stream__content-object {
    width: 200px;
    right: -10%
  }
}
@media screen and (max-width:1365px) {
  .stream__content {
    padding-bottom: 150px
  }
  .stream__content-saturn {
    width: 200px;
    left: 0;
    top: -100px
  }
  .stream__content-planet {
    top: auto;
    bottom: -150px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    right: auto
  }
}
@media screen and (max-width:1200px) {
  .stream {
    overflow: hidden
  }
  .stream__content-saturn {
    top: 250px;
    left: -5%
  }
  .stream__content-object {
    top: -10%;
    right: -5%
  }
  .stream__content-top {
    width: 80%;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
  }
  .stream__content-video {
    height: 300px;
    margin-right: 0;
    margin-bottom: 50px;
    font-weight: 500;
    font-size: 18px;
    line-height: 22px
  }
  .stream__content-chat {
    width: 100%;
    height: 329px
  }
  .stream__content-date {
    font-size: 40px
  }
}
@media screen and (max-width:800px) {
  .stream__header {
    margin-bottom: 50px
  }
  .stream__content-date {
    font-size: 26px
  }
  .stream__lead {
    font-size: 16px;
    line-height: 24px
  }
}
@media screen and (max-width:767px) {
  .stream__content {
    padding-bottom: 100px;
    position: relative
  }
  .stream__content::before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 330px;
    width: 100%;
    height: 165px;
    background: url(../images/blocks/stream-stars-1.svg);
    background-position: center
  }
  .stream__content::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 165px;
    background: url(../images/blocks/stream-stars-2.svg);
    background-position: center
  }
  .stream__content-saturn {
    width: 90px;
    top: 285px
  }
  .stream__content-object {
    width: 117px;
    top: -7%;
    right: -8%
  }
  .stream__content-planet {
    width: 166px;
    bottom: -160px
  }
}
@media screen and (max-width:460px) {
  .stream__title {
    max-width: 280px;
    margin: 0 auto
  }
  .stream__inner {
    padding: 0
  }
  .stream__header {
    padding: 0 15px
  }
  .stream__content::before {
    top: 180px
  }
  .stream__content-top {
    width: calc(100% - 30px)
  }
  .stream__content-chat {
    min-width: auto
  }
  .stream__content-video {
    height: 185px
  }
  .stream__content-date {
    bottom: 36%;
    font-size: 18px
  }
  .stream__content-saturn {
    top: 170px
  }
}
/*# sourceMappingURL=maps/main.css.map */
