html,
body,
div,
span,
applet,
object,
iframe,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}
@font-face {
  font-family: 'UniSansHeavyCAPS';
  src:url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.woff') format('woff'),
      url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.svg#UniSansHeavyCAPS') format('svg'),
      url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.eot'),
      url('../fonts/UniSansHeavyCAPS/UniSansHeavyCAPS.ttf.eot?#iefix') format('embedded-opentype'); 
  font-weight: normal;
  font-style: normal;
}
html {
  scroll-behavior: smooth;
}
::-webkit-scrollbar {
  width: 0px;
  background: rgba(255, 255, 255, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  background-color: #030325;
}
/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

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;
  text-transform: initial;
  color: unset;
}
.container {
  max-width: 1680px;
  margin: auto;
  padding: 0 30px;
}
@media( max-width: 992px) {
  .container {
    padding: 0 20px;
  }
}
@media( max-width: 576px) {
  .container {
    padding: 0 15px;
  }
}
.header {
  padding: 20px 0px;
}
.header__block {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__block-button {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 24px;
  border: 2px solid #08E3CE;
  box-shadow: 0px 2px 25px -6px #08E3CE;
  transition: all 0.3s ease;
}
.header__block-button:hover {
  border-color: #2E19FC;
  box-shadow: 0px 2px 25px -6px #2E19FC;
  transition: all 0.3s ease;
}
@media( max-width: 1200px) {
  .header__block-button {
    font-size: 20px;
    padding: 12px 20px;
  }
}
@media( max-width: 992px) {
  .header__block-image {
    width: 200px;
  }
}
@media( max-width: 768px) {
  .header__block-image {
    width: 180px;
  }
  .header__block-button {
    font-size: 18px;
    padding: 12px 16px;
  }
}
@media( max-width: 425px) {
  .header__block-image {
    width: 160px;
  }
  .header__block-button {
    font-size: 16px;
    padding: 10px;
  }
}
.downloadFile {
  padding: 80px 0;
  position: relative;
  overflow: hidden;
  padding-bottom: 15em;
}
.downloadFile__video {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.downloadFile__video::before {
  content: '';
  display: block;
  width: 100%;
  height: 103%;
  position: absolute;
  background-image: url('../../img/downloadFile-video-bg.png');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  z-index: 1;
  top: -16px;
}
.downloadFile__video-item {
  width: 100%;
  /*min-width: 1920px;*/
  min-height: 100%;
}
.downloadFile__block {
  padding: 0px 16%;
}
.downloadFile__title {
  color: #FFF;
  font-family: 'UniSansHeavyCAPS';
  font-size: 60px;
  font-style: normal;
  font-weight: 900;
  line-height: 99.6%;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 50px;
}
.downloadFile__text {
  color: #FFF;
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 199.6%;
  margin-bottom: 50px;
}
.downloadFile__button {
  display: flex;
  align-items: center;
  column-gap: 10px;
  background-color: transparent;
  font-family: Montserrat;
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  padding: 15px 32px;
  border: 2px solid #08E3CE;
  box-shadow: 0px 2px 25px -6px #08E3CE;
  transition: all 0.3s ease;
  cursor: pointer;
  margin: 0px auto;
}
.downloadFile__button:hover {
  border-color: #2E19FC;
  box-shadow: 0px 2px 25px -6px #2E19FC;
  transition: all 0.3s ease;
}
@media( max-width: 1200px) {
  .downloadFile__block {
    padding: 0px 12%;
  }
  .downloadFile__title {
    font-size: 52px;
    margin-bottom: 40px;
  }
  .downloadFile__text {
    line-height: 170%;
    margin-bottom: 40px;
  }
  .downloadFile__button {
    font-size: 20px;
    padding: 12px 24px;
  }
}
@media( max-width: 992px) {
  .downloadFile__block {
    padding: 0px 10%;
  }
  .downloadFile__title {
    font-size: 42px;
  }
  .downloadFile__text {
    line-height: 150%;
    font-size: 18px;
  }
}
@media( max-width: 768px) {
  .downloadFile {
    padding: 50px 0;
  }
  .downloadFile__video-item {
    min-width: 2220px;
  }
  .downloadFile__button {
    font-size: 18px;
    padding: 12px 20px;
  }
  .downloadFile__video::before {
    height: 105%;
    top: -20px;
  }
}
@media( max-width: 576px) {
  .downloadFile__block {
    padding: 0px 8%;
  }
  .downloadFile__title {
    font-size: 38px;
    margin-bottom: 30px;
  }
  .downloadFile__text {
    margin-bottom: 30px;
  }
}
@media( max-width: 425px) {
  .downloadFile__video-item {
    margin-left: -20%;
    min-width: 2900px;
  }
  .downloadFile__video::before {
    height: 108%;
    top: -30px;
  }
}
.footer {
  padding: 50px 0;
}
.footer__block {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.footer__group {
  display: flex;
  flex-direction: column;
  align-items: start;
  row-gap: 20px;
}
.footer__text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}
.footer__socials {
  display: flex;
  align-items: center;
  column-gap: 30px;
}
.footer__socials-item a {
  display: block;
  width: 64px;
  height: 64px;
  background-repeat: no-repeat;
  background-position: center;
  border-radius: 50%;
}
.footer__socials-telegram {
  background-image: url('../../img/telegram-logo.svg');
}
.footer__socials-mail {
  background-image: url('../../img/mail-logo.svg');
}
@media( max-width: 992px) {
  .footer {
    padding: 30px 0;
  }
  .footer__logo {
    width: 200px;
  }
}
@media( max-width: 475px) {
  .footer {
    padding: 20px 0;
  }
  .footer__block {
    flex-direction: column-reverse;
    row-gap: 20px;
  }
  .footer__socials-item a {
    width: 55px;
    height: 55px;
  }
  .footer__text {
    font-size: 16px;
  }
}

.downloadFile_file_but{
    margin-top: 45px;
}
.downloadFile__block{
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 199.6%;
    color: white;
}
