@charset "utf-8";
@import url('/v2/assets/css/header.css?v=200');
@import url('/v2/assets/css/components/buttons.css?v=200');
@import url('/v2/assets/css/components/slider-arrows.css?v=200');
@import url('/v2/assets/css/components/slider-dots.css?v=200');
@import url('/v2/assets/css/components/pagenavigation.css?v=200');

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
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,
div,
p,
section,
a {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  text-decoration: none;
}

/* 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;
}

html,
body {
  font-family: "HelveticaNeue", sans-serif;
  line-height: 1.2;
  color: #061b36;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  min-height: 100vh;
}

body {
  overflow-x: hidden;
}

b {
  font-weight: 500;
}

label {
  cursor: text;
}

svg {
  display: block;
}

@media screen and (max-width: 1024px) {

  html,
  body {
    overflow-x: hidden;
  }
}

.content {
  position: relative;
  width: 1224px;
  margin: 0 auto;
  height: 100%;
}

@media screen and (max-width: 1919px) {
  .content {
    width: 1032px;
  }
}

@media screen and (max-width: 1199px) {
  .content {
    width: 100%;
    max-width: 990px;
    padding: 0 39px;
  }
}

@media screen and (max-width: 767px) {
  .content {
    padding: 0 24px;
    width: 100%;
  }
}

.politics-pop {
  background-color: #ffffff;
  padding: 40px;
}

@media screen and (max-width: 460px) {
  .advertising-link>span {
    padding-right: 30px;

    font-size: 14px;
  }
}

.header-auth_form {

  font-family: "SB Sans Text";
}

.recovery-link {
  padding: 12px !important;
}

.video__slick .slick-prev {
  display: none !important;
}

.video__slick .slick-next {
  display: none !important;
}

.video-html {
  position: relative;
  height: 0;
  padding-top: 57%;
}

.video-html-content {
  max-width: 1224px;
  margin: 0 auto;
}

@media screen and (max-width: 1919px) {
  .video-html-content {
    max-width: 1032px;
  }
}

@media screen and (max-width: 1199px) {
  .video-html-content {
    max-width: none;
    padding: 0 32px;
  }
}

@media screen and (max-width: 767px){
  .video-html-content {
    padding: 0 24px;
  }
}

.video-html video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}