@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
@-webkit-keyframes star-shine {
  0%,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@keyframes star-shine {
  0%,
  to {
    opacity: 0;
  }

  50% {
    opacity: 1;
  }
}

@font-face {
  font-family: "MTSans-Bold";
  font-style: bold;
  src: url("../fonts/MTSansVF.ttf") format("truetype");
}

@font-face {
  font-family: "MTSans-Bold";
  font-style: bold;
  src: url("../fonts/MTSansVF.ttf") format("truetype");
}

@font-face {
  font-family: "MTSans-ExBold";
  font-style: bold;
  font-weight: 400;
  src: url("../fonts/MTSansVF.ttf") format("truetype");
}

@font-face {
  font-family: "MTSans RegularCondensed";
  src: url("../fonts/MTSans-RegularCondensed.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "MTSansLC";
  src: url("../fonts/MTSansLC.TTF") format("truetype");
  font-weight: 50;
  font-style: normal;
}

@font-face {
  font-family: "MTSans";
  font-style: normal;
  font-weight: 50;
  src: url("../fonts/MTSansVF.ttf") format("truetype");
}

* {
  transition: opacity 0.2s;
}

html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
  background-color: #000;
}

details,
main {
  display: block;
}

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

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

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

a {
  background-color: transparent;
  color: #f0401e;
  text-decoration: none;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

abbr[title] {
  border-bottom: none;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  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: 0.0625rem dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  color: inherit;
  display: table;
  max-width: 100%;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"],
legend {
  -webkit-box-sizing: border-box;
  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: -0.125rem;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

summary {
  display: list-item;
}

[hidden],
template {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-family: "MTSans RegularCondensed", sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "MTSans RegularCondensed";
  color: #f0401e;
  line-height: 1;
}

h1 span,
h2 span,
h3 span,
h4 span,
h5 span,
h6 span {
  font-family: "MTSans RegularCondensed";
  color: #fff;
}

a:hover {
  color: #ff8200;
}

ul {
  list-style: none;
}

.wrapper {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
}

.content-wrapper {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.video-bg2{
  display:none
}
.content-wrapper,
.logo,
.video-bg {
  position: absolute;
}

.video-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-bg::after,
.video-bg::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  right: 0;
  height: 51vh;
  z-index: 1;
}

.video-bg::before {
  top: 0;
  background: -webkit-gradient(
    linear,
    left bottom,
    left top,
    color-stop(0, transparent),
    to(rgba(0, 0, 0, 0.6))
  );
  background: linear-gradient(0deg, transparent 0, rgba(0, 0, 0, 0.6) 100%);
}

.video-bg::after {
  bottom: 0;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, transparent),
    to(rgba(0, 0, 0, 0.8))
  );
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.8) 100%);
}

.video-bg iframe,
.video-bg video {
  width: 100%;
  height: 100%;
  min-width: 0;
  min-height: 0;
  position: static;
  left: auto;
  top: auto;
  -webkit-transform: none;
  transform: none;
  -o-object-fit: cover;
  object-fit: cover;
}

.logo {
  top: 2.3rem;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
  .logo {
    max-width: 32%;
  }
}

@media (min-width: 1024px) {
  .logo {
    max-width: 21%;
    position: absolute;
    left: 17%;
    top: 7%;
  }
}

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

.bullet::before,
.bullets-wrapper .bullets-wrapper__inner {
  position: relative;
  width: 100%;
  height: 100%;
}

.bullet {
  position: absolute;
  width: 10%;
  max-width: 8.25rem;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 9;
}

@media (min-width: 768px) {
  .bullet {
    width: 7.9%;
  }
}

@media (min-width: 1024px) {
  .bullet {
    width: 9%;
  }
}

.bullet::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(2);
  transform: translate(-50%, -50%) scale(2);
  -webkit-animation: star-shine 1.5s infinite;
  animation: star-shine 1.5s infinite;
  pointer-events: none;
}

.bullet:hover::before {
  opacity: 1;
  -webkit-animation: none;
  animation: none;
}

.bullet.active::before {
  opacity: 1;
  -webkit-animation: star-shine 1.5s infinite;
  animation: star-shine 1.5s infinite;
}

.bullet img {
  position: relative;
  z-index: 1;
}

.bullet--pt-sau {
  top: 32%;
  right: 8%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bullet--hangar::before,
.bullet--pt-sau::before {
  background-image: url(../images/shine/Orbit.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.bullet--flamethrower,
.bullet--hangar {
  top: 85%;
  right: 8%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bullet--hangar::before {
  background-image: url(../images/shine/Orbit.png);
}

.bullet--flamethrower {
  top: 71%;
  right: 8%;
}

.bullet--flamethrower::before,
.bullet--kaliningrad::before,
.bullet--orbit::before,
.bullet--xi::before,
.bullet--left1::before,
.bullet--left2::before,
.bullet--left3::before {
  background-image: url(../images/shine/Orbit.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.bullet--kaliningrad,
.bullet--orbit,
.bullet--xi {
  top: 58%;
  right: 8%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

.bullet--kaliningrad::before,
.bullet--orbit::before,
.bullet--xi::before,
.bullet--left1::before,
.bullet--left2::before,
.bullet--left3::before {
  background-image: url(../images/shine/Orbit.png);
}

.bullet--orbit,
.bullet--xi {
  top: 45%;
  right: 8%;
}
.bullet--left3 {
  top: 56%;
  left: 8%;
}

.bullet--left1 {
  top: 30%;
  left: 8%;
}

.bullet--left2 {
  top: 43%;
  left: 8%;
}

.bullet--orbit::before,
.bullet--xi::before,
.bullet--left1::before,
.bullet--left2::before,
.bullet--left3::before {
  background-image: url(../images/shine/Orbit.png);
}

.bullet--orbit {
  top: 19%;
  right: 8%;
}

.bullet--orbit::before {
  background-image: url(../images/shine/Orbit.png);
}

.tooltip,
.tooltip-content {
  display: none;
}

.tooltip {
  position: absolute;
  background-color: rgba(0, 0, 0);
  z-index: 1000;
  border-radius: .6875rem;
  z-index: 1000;
  width: 90%
  /*border: 3px solid transparent;
  border-image: linear-gradient(
    to left,
    #707070 10%,
    transparent 30%,
    transparent 70%,
    #707070 90%*/
  ;
  border-image-slice: 1;
  width: 90%;
}

@media (min-width: 768px) {
  .tooltip {
    width: auto;
  }
}

.tooltip > * {
  position: relative;
  z-index: 1;
}

.tooltip .tooltip-close {
  position: absolute;
  top: 0.625rem;
  right: 0.9375rem;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #fff;
  border: 0;
  outline: 0;
  padding: 0;
  line-height: 1.4;
  font-size: 1rem;
}

@media (min-width: 1024px) {
  .tooltip .tooltip-close {
    display: none;
  }
}

.tooltip .image,
.tooltip .title {
  margin-bottom: 0.625rem;
}

.tooltip .title p {
  text-transform: uppercase;
  font-size: 1.125rem;
  line-height: 1;
  color: rgba(233,226,191,.78)
}

@media (min-width: 1440px) {
  .tooltip .title p {
    font-size: 1.5rem;
  }
}

.tooltip .image {
  min-height: 12.5rem;
}

.tooltip .content p {
  font-size: 1rem;
  line-height: 1;
  color: rgba(233, 226, 191, 0.78);
}

@media (min-width: 1440px) {
  .tooltip .content p {
    font-size: 1.25rem;
  }
}

.tooltip .content p span {
  color: #ffae00;
}

.tooltip .awards-divider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.tooltip .awards-divider__divider {
  width: 6.25rem;
  margin-top: -1.875rem;
  margin-left: -5rem;
}

.tooltip .awards {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0.625rem auto;
  min-height: 6.25rem;
}

.tooltip .awards__item {
  max-width: 9.375rem;
  padding: 0 0.3125rem;
}

.tooltip .awards__item img {
  max-width: 5rem;
}

.tooltip .awards__item p {
  font-size: 0.75rem;
  line-height: 1;
  color: rgba(233, 226, 191, 0.78);
}

@media (min-width: 1440px) {
  .tooltip .awards__item p {
    font-size: 0.875rem;
  }
}

.tooltip__content {
  padding: 0.9375rem;
  width: 100%;
  
}

.bullet--motxt{
  margin-bottom:-2.5%
}

@media (min-width: 768px) {
  .tooltip__content {
    width: 25rem;
  }
}


.tooltip__awards {
  text-align: center;
  padding: .9375rem
}

.tooltip__awards .content p {
  font-size: .75rem;
  line-height: 1;
  color: rgba(233,226,191,.78)
}

@media (min-width: 1440px) {
  .tooltip__awards .content p {
      font-size:.875rem
  }
}

.tooltip.tooltip-bottom::after,
.tooltip.tooltip-left::after,
.tooltip.tooltip-right::after,
.tooltip.tooltip-top::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  z-index: 0;
}

.tooltip.tooltip-top::after {
  border-color: rgba(0, 0, 0, 0) transparent transparent;
  border-width: 0.625rem 0.625rem 0;
  bottom: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.tooltip-bottom::after {
  border-color: transparent transparent rgba(0, 0, 0, 0.8);
  border-width: 0 0.625rem 0.625rem;
  top: -0.625rem;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.tooltip.tooltip-left::after {
  border-color: transparent transparent transparent rgba(0, 0, 0, 0.8);
  border-width: 0.625rem 0 0.625rem 0.625rem;
  top: 50%;
  right: -0.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.tooltip.tooltip-right::after {
  border-color: transparent rgba(0, 0, 0, 0.8) transparent transparent;
  border-width: 0.625rem 0.625rem 0.625rem 0;
  top: 50%;
  left: -0.625rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.buttons-wrapper {
  position: absolute;
  bottom: 11%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}

.buttons-wrapper .text {
  position: relative;
  text-align: center;
  margin-bottom: 0.625rem;
}

@media (min-width: 1024px) {
  .buttons-wrapper .text {
    margin-bottom: 1.25rem;
  }
}

.buttons-wrapper .text::before,
.footer::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.buttons-wrapper .text::before {
  height: 100%;
  background-image: url(../images/shadow.png);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}

@media (min-width: 1024px) {
  .buttons-wrapper .text::before {
    -webkit-transform: scale(5);
    transform: scale(5);
  }
}

.buttons-wrapper .text p {
  position: relative;
  font-family: "MTSans BoldCondensed", sans-serif;
  font-size: 0.9375rem;
  line-height: 1;
  color: #fff;
  z-index: 1;
}

.buttons-wrapper .text p span {
  font-family: "MTSans BoldCondensed", sans-serif;
  color: #ffae00;
}

@media (min-width: 560px) {
  .buttons-wrapper .text p {
    font-size: 1.5625rem;
  }
}

@media (min-width: 1440px) {
  .buttons-wrapper .text p {
    font-size: 2.1875rem;
  }
}

@media (min-width: 1920px) {
  .buttons-wrapper .text p {
    font-size: 3.125rem;
  }
}

.buttons,
.footer__navigation ul {
  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;
}

.buttons {
  position: relative;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
  margin: 0 auto;
  z-index: 1;
}

.buttons > * {
  margin: 0.3125rem 0;
}

@media (min-width: 768px) {
  .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row;
    flex-flow: row;
  }

  .buttons > * {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 8rem;
  }

  .buttons > :last-child {
    margin-right: 0;
  }
}

.button {
  display: inline-block;
  background-color: #ff5000;
  border: 0.125rem solid #ff5000;
  border-radius: 0.9375rem;
  max-width: 11.25rem;
  width: 100%;
  text-align: center;
  font-family: "MTSans", sans-serif;
  color: #fff !important;
  text-transform: uppercase;
  line-height: 1;
  font-size: 0.875rem;
  font-weight: 800;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  padding: 0.625rem 1.25rem;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 1.25rem;
  padding: 1.25rem;
  max-width: 18.75rem;
}

.button--outline:hover,
.button:hover {
  background-color: #ff8200;
  border-color: #ff8200;
}

.button--outline {
  background-color: #080707;
}

.footer {
  position: relative;
  background: #0a0a0a;
  width: 100%;
  margin: 0 auto;
  padding: 1.875rem 0.9375rem 3.125rem;
}

.footer::before {
  right: 0;
  height: 0.0625rem;
  max-width: 87.5rem;
  margin: auto;
  background: -webkit-gradient(
    linear,
    right top,
    left top,
    color-stop(0, rgba(199, 200, 201, 0)),
    color-stop(51.72%, #c7c8c9),
    to(rgba(199, 200, 201, 0))
  );
  background: linear-gradient(
    270deg,
    rgba(199, 200, 201, 0) 0,
    #c7c8c9 51.72%,
    rgba(199, 200, 201, 0) 100%
  );
}

.footer__logo {
  max-width: 13.25rem;
  width: 100%;
  margin: 0 auto 0.3125rem;
}

.footer__logo a {
  opacity: 0.8;
}

.footer__logo a:hover {
  opacity: 1;
}

.footer__navigation {
  margin: 0.3125rem auto;
}

.footer__navigation ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.footer__navigation ul li {
  padding: 0 0.9375rem;
}

.footer__navigation ul li a {
  color: #fff;
  text-decoration: underline;
}

.footer__navigation ul li a:hover {
  color: #f0401e;
}

.footer__copyright {
  color: #ffffff66;
  text-align: center;
  font-size: 0.875rem;
  margin: 0.25rem auto;
}

.footer__age {
  margin: 1.4375rem auto 0;
  max-width: 3.25rem;
  width: 100%;
}

.image-lazy {
  display: inline-block;
  -webkit-transition: -webkit-filter 0.3s ease;
  transition: -webkit-filter 0.3s ease;
  transition: filter 0.3s ease;
  transition: filter 0.3s ease, -webkit-filter 0.3s ease;
}

.image-lazy:not(.is-loaded) {
  -webkit-filter: blur(0.625rem);
  filter: blur(0.625rem);
}

.imgtit {
  position: absolute;
  top: 12%;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  max-width: 50%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.big-button {
  font-family: "MTSans BoldCondensed";
  -webkit-font-smoothing: antialiased;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  vertical-align: middle;
  font-size: 14px;
  line-height: 14px;
  color: white !important;
  text-transform: uppercase;
  background-color: #ff5000;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
  height: 61px;
  min-width: 180px;
  padding: 0 26px;
  white-space: nowrap;
}

@media (any-pointer: fine) {
  .big-button:hover {
    background-color: #ff8200;
    color: #f9f5e1;
    cursor: pointer;
  }
}

@media (any-pointer: fine) {
  .big-button:hover:after {
    opacity: 1;
  }
}

.big-button_text {
  position: relative;
  z-index: 2;
}

.big-button__disable {
  color: #828274;
  background: #434343;
  border: 0;
  box-shadow: none;
  opacity: 0.9;
}

.big-button__disable:after {
  display: none;
}

@media (any-pointer: fine) {
  .big-button__disable:hover {
    color: #8c8c7c;
    background: #393836;
    cursor: default;
  }
}

.no-pointermq .big-button__disable:hover {
  color: #8c8c7c;
  background: #393836;
  cursor: default;
}

.big-button__blink {
  position: relative;
  overflow: hidden;
  opacity: 1;
}

.big-button__blink:after,
.big-button__blink:before {
  content: "";
  position: absolute;
  top: 0;
  will-change: transform;
  -webkit-animation: blink-button 3s infinite ease;
  animation: blink-button 3s infinite ease;
}

.big-button__blink:before {
  width: 100%;
  height: 100%;
  border-left: 48px solid #ff8200;
  left: 0;
}

.big-button__blink:after {
  width: 115%;
  height: 115%;
  border-left: 14px solid #ff8200;
  left: 58px;
}

.big-button_text {
  display: inline-table;
  font-size: 23px;
  line-height: 1;
}

@keyframes blink-button {
  0% {
    -webkit-transform: translateX(-87px) skew(-32deg);
    transform: translateX(-87px) skew(-32deg);
  }

  50%,
  to {
    -webkit-transform: translateX(100%) skew(-32deg);
    transform: translateX(100%) skew(-32deg);
  }
}

.addtext {
  position: absolute;
  bottom: 19%;
  font-size: 248%;
  color: white;
  width: 100%;
  text-align: center;
}

.addtext2 {
  position: absolute;
  top: 13%;
  font-size: 149%;
  color: white;
  width: 100%;
  text-align: center;
  margin-top: 0%;
}

h1 {
  font-family: "MTSans-Bold";
  font-size: 3.2vw;
  line-height: 108%;
  color: #f9f5e1;
  text-align: center;
  margin: 0;
  padding: 0% 0 1% 0;
  position: absolute;
  z-index: 2;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  top: 7.2%;
  color: white;
}

.pisc1 {
  position: absolute;
}

li {
  text-decoration-color: white;
  color: white;
}

.ramka1 {
  position: absolute;
  top: 4%;
  right: 4%;
  width: 30%;
  z-index: 9;
  pointer-events: none;
}

.ramka2 {
  position: absolute;
  top: 4%;
  left: 4%;
  width: 30%;
  z-index: 9;
  transform: scaleX(-1);
  pointer-events: none;
}

.ramka3 {
  position: absolute;
  bottom: 4%;
  left: 4%;
  width: 30%;
  z-index: 9;
  transform: scaleY(-1) scaleX(-1);
  pointer-events: none;
}

.ramka4 {
  position: absolute;
  bottom: 4%;
  right: 4%;
  width: 30%;
  z-index: 9;
  transform: scaleY(-1);
  pointer-events: none;
}

.pop1 {
  opacity: 1;
  width: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -210%;
}

.pop1_1 {
  opacity: 0;
  width: 120%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -110%;
}
@media (max-width: 1024px) {
  h1 {
    position: absolute;
    font-size: 6.2vw;
    top: 10.2%;
    width: 100%;
  }
}

.p_down {
  z-index: 2;
  position: absolute;
  left: 8%;
  bottom: 16%;
  color: white;
  opacity: 0.5;
  font-size: 1.4vw;
  font-weight: 40;
}

@media (max-width: 1400px) {
  .p_down {
    display: none;
  }
}

.p_down2 {
  display: none;
  z-index: 2;
  position: absolute;
  color: white;
  opacity: 0.5;
  font-size: 1.4vw;
  font-weight: 40;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  bottom: 6%;
}

@media (max-width: 764px) {
  .pop1 {
    opacity: 0;
    width: 120%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80%;
  }

  .pop1_1 {
    opacity: 1;
    width: 120%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -80%;
  }
  .buttons-wrapper {
    bottom: 5%;
  }
}

@media (max-width: 1400px) {
  .p_down2 {
    display: block;
  }
}

@media (min-width: 768px) {
  .bullet {
    width: 7.9%;
  }
}
.addStyle {
  position: absolute !important;
  display: block;
  top: 724.78px !important;
  left: 21.547px !important;
}

.pop2 {
  opacity: 0;
  width: 60%;
  position: absolute;
  left: 79%;
  transform: translateX(-50%);
  top: -210%;
}

@media (max-width: 1024px) {
  .pop2 {
    width: 53%;
    position: absolute;
    left: 87%;
    transform: translateX(-50%);
    top: -133%;
  }

  .bullets-wrapper__inner {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .bullet {
    position: relative;
    top: initial;
    left: initial;
    right: initial;
    bottom: -2%;
    transform: translate(0, 0);
    flex-shrink: 0;
    width: 11.9%;
    margin: -9px;
  }
.logo {
  width: 69%;
  max-width: 69%;
  top: 4.3rem;
}
  .bullet--orbit {
    order: 4;
    margin-left: 20px;
  }

    .bullet--pt-sau {
    order: 5
  }

    .bullet--xi {
    order: 6
  }

   .bullet--kaliningrad {
    order: 7
  }
  
    .bullet--flamethrower {
    order: 8
  }

    .bullet--left1 {
    order: 1;
  }

    .bullet--left2 {
    order: 2
  }
    .bullet--left3 {
    order: 3
  }  

  .video-bg{
    display:none
  }

  .video-bg2{
    display:block
  }
  
}

@media (max-width: 600px) {
  .pop1 {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -60%;
  }
  .pop2 {
    width: 100%;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: -181%;
  }
}
