* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-family: inherit;
  font-style: normal;
  border: none;
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

html {
  width: 100%;
  font-size: 62.5%;
  scroll-behavior: smooth;
}

body {
  width: 100%;
  line-height: 1;
  -webkit-text-size-adjust: none;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

input,
select,
textarea,
button {
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
input::-moz-focus-inner,
select::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
  border: 0;
}

a:hover, a:focus, a:active,
input:hover,
input:focus,
input:active,
textarea:hover,
textarea:focus,
textarea:active,
select:hover,
select:focus,
select:active,
button:hover,
button:focus,
button:active {
  outline: none;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

::-moz-selection {
  color: #fff;
  text-shadow: none;
  background: #000000;
}

::selection {
  color: #fff;
  text-shadow: none;
  background: #000000;
}

:active {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

html {
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  font-family: sans-serif;
}

body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  overflow-y: hidden;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.video-wrapper {
  width: 100%;
  margin: auto;
}
@media (orientation: landscape) {
  .video-wrapper {
    max-width: 150vh;
  }
}
@media (min-width: 1024px) {
  .video-wrapper {
    width: 65%;
  }
}

.adbros-logo {
  width: 111px;
  margin: 0 auto;
  display: block;
  margin-bottom: 1rem;
}

.video-border-top {
  width: 100%;
  height: 4%;
  margin-bottom: -6px;
}

.video-border-bottom {
  width: 100%;
  height: 4%;
  margin-top: -3px;
}

.video-box {
  position: relative;
  height: 0;
  padding-bottom: 56.25%;
}

.video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
}

.vjs-poster {
  background-size: cover;
}

.video-js .vjs-big-play-button {
  top: 50%;
  left: 50%;
  width: 170px;
  height: 170px;
  background: url("../../img/2024/btn.svg") no-repeat center;
  background-size: contain;
  border: none;
  transform: translateY(-50%) translateX(-50%);
}
@media (max-width: 650px) {
  .video-js .vjs-big-play-button {
    width: 90px;
    height: 90px;
  }
}
.video-js .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}

.video-js:hover .vjs-big-play-button,
.video-js .vjs-big-play-button:focus {
  background: url("../../img/2024/btn.svg") no-repeat center;
  background-size: contain;
  border: none;
}

.finish {
  display: none;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  margin-top: 3.5rem;
  padding: 10px;
}
@media (max-width: 767px) {
  .finish {
    flex-direction: column;
    margin-top: 1rem;
  }
}
.finish img {
  width: 600px;
  height: auto;
}
@media (max-width: 767px) {
  .finish img {
    width: 300px;
  }
}

.watch {
  display: none;
  align-items: center;
  justify-content: center;
  width: auto;
  height: 50px;
  margin-top: 5rem;
  padding: 10px;
}
@media (max-width: 767px) {
  .watch {
    flex-direction: column;
    margin-top: 10rem;
  }
}
.watch img {
  height: 23px;
}

.watch-item {
  display: flex;
  flex-direction: row;
  align-items: center;
}
@media (max-width: 767px) {
  .watch-item {
    justify-content: flex-start;
    width: 22rem;
    margin: 1rem 0;
  }
}
@media (width: 414px) {
  .watch-item {
    margin: 3.5rem 0;
  }
}
@media (max-width: 375px) {
  .watch-item {
    margin: 1.5rem 0;
  }
}

@media (max-width: 767px) {
  .watch-zbyva {
    margin: 3rem 0;
  }
}

.box {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 5px;
}
.box span {
  position: relative;
  margin: 0 10px;
  padding: 15px;
  text-align: center;
  vertical-align: middle;
  background-size: cover;
  transition: all 0.3s;
}
.box span:nth-child(1):after {
  position: absolute;
  top: -27%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: url("../../img/border-num.png") center center no-repeat;
  background-size: cover;
  content: "";
}
.box span:nth-child(2):after {
  position: absolute;
  top: -29%;
  left: -25%;
  width: 150%;
  height: 150%;
  background: url("../../img/border-num-2.png") center center no-repeat;
  background-size: cover;
  content: "";
}

/*# sourceMappingURL=all.css.map */