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 {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  text-decoration: none;
  color: inherit;
}
input,
button,
textarea,
select {
  outline: 0 none;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  display: flex;
  flex-wrap: wrap;
}
body.ovf-hidden {
  overflow: hidden;
}
ul {
  list-style: none;
}
h1,
.h1 {
  font-size: 34px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-weight: 900;
}
h2,
.h2 {
  font-size: 28px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-weight: 900;
}
h3,
.h3 {
  font-size: 22px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-weight: 900;
}
h4,
.h4 {
  font-size: 16px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-weight: 900;
}
h5,
.h5 {
  font-size: 14px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-weight: 900;
}
h6,
.h6 {
  font-size: 12px;
  line-height: 120%;
  margin: 0 0 20px 0;
  font-weight: 900;
}
p,
.p {
  font-size: 17px;
  line-height: 145%;
  margin: 0 0 20px 0;
  font-weight: 400;
}
ul {
  list-style: outside;
  font-size: 17px;
  line-height: 145%;
  margin: 0 0 20px 40px;
}
ol {
  list-style: outside;
  font-size: 17px;
  line-height: 145%;
  margin: 0 0 20px 40px;
  list-style-type: decimal;
}
ul li,
ol li {
  margin: 0 0 10px 0;
  font-weight: 400;
}
blockquote {
  font-size: 16px;
  margin: 0 0 20px 40px;
  font-style: italic;
  border-left: 2px solid #ccc;
  padding: 0 0 0 20px;
}
blockquote p {
  font-size: 16px;
}
.txt-near-section {
  padding: 0;
}
.txt-near-section a {
  text-decoration: underline;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
strong {
  font-weight: 900;
}
section {
  background-color: #fff;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 10;
  box-sizing: border-box;
  padding: 40px 0 0;
}
.block_html {
  padding: 0;
}
.container {
  width: 1000px;
  max-width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
.container-fluid {
  width: 100%;
  box-sizing: border-box;
}
.plugin--container {
  margin: 0 auto 40px;
  display: block;
}
.btn--container {
  width: 100%;
  text-align: center;
  overflow: hidden;
}
.btn {
  border: 0 none;
  border-radius: 80px;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 30px;
  font-weight: 900;
  line-height: 30px;
  padding-left: 60px;
  padding-right: 60px;
  padding-top: 15px;
  padding-bottom: 15px;
  text-transform: uppercase;
  max-width: 100%;
  border: solid 1px transparent;
  -webkit-appearance: none;
  white-space: normal;
  text-align: center;
  margin: 0 0 40px;
  background-color: #d8292f;
}
.btn--md {
  font-size: 20px;
  line-height: 20px;
  padding-left: 40px;
  padding-right: 40px;
  font-weight: 900;
}
.btn--sm {
  font-size: 14px;
  line-height: 15px;
  padding-left: 20px;
  padding-right: 20px;
  font-weight: 900;
  padding-top: 5px;
  padding-bottom: 5px;
}
.btn--normal-weight {
  font-weight: 400;
}
.btn--outline {
  background: 0;
  border: solid 1px #000;
  color: #000;
  background-color: transparent;
}
.button_box input[type="button"][disabled] {
  background-color: #dedede;
}
.btn_send {
  animation: btn_send 1s infinite;
}
@keyframes btn_send {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
    background-color: #d8292f;
  }
  100% {
    opacity: 1;
  }
}
.tr {
  transition: all 0.5s ease-in-out 0s;
  -moz-transition: all 0.5s ease-in-out 0s;
  -webkit-transition: all 0.5s ease-in-out 0s;
  -o-transition: all 0.5s ease-in-out 0s;
}
.show-on-mobile-1000 {
  display: none !important;
}
.hide-on-mobile-1000 {
  display: block !important;
}
.hide-on-mobile-768 {
  display: block !important;
}
.show-on-mobile-768 {
  display: none !important;
}
.page--social .container-fluid {
  padding-left: 55px;
  padding-right: 55px;
  box-sizing: border-box;
}
.page--social .container {
  padding-left: 55px;
  padding-right: 55px;
}
.landingpage {
  width: 100%;
  float: left;
  display: flex;
  flex-wrap: wrap;
}
.landingpage .full {
  box-sizing: border-box;
  float: left;
  margin: 0;
  width: 100%;
}
.landingpage .half {
  width: 50%;
  float: left;
  box-sizing: border-box;
  margin: 0;
}
.landingpage .half.right {
  float: right;
  text-align: center;
}
.landingpage .half.right img {
  max-width: 100%;
}
.cookies .message-cookie {
  background-color: #333;
  color: #fff;
  margin: 0;
}
.cookies {
  margin-bottom: 0;
  width: 100%;
}
.cookies .message-cookie {
  position: fixed;
  bottom: 0;
  z-index: 99;
}
.cookies .message.message-cookie:hover {
  color: #fff;
  text-decoration: none;
}
.cookie-info {
  position: fixed;
  background-color: rgba(50, 50, 50, 0.95);
  bottom: 0;
  width: 100%;
  text-align: center;
  z-index: 99;
}
.cookie-info-content {
  max-width: 1000px;
  margin: 0 auto;
  position: relative;
  padding: 16px 10px;
  box-sizing: border-box;
}
.cookie-info-content #close-cookie-info {
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 16px;
  color: #fff;
  cursor: pointer;
}
.cookie-info-content p {
  color: #fff;
  font-size: 14px;
  text-align: left;
}
.cookie-info-content a {
  color: #fff;
  font-size: 14px;
}
.cookies a {
  color: #00afe4;
}
.cookies a:hover {
  color: #0094c2;
}
.cookies .message i:first-child {
  display: none;
}
.cookies .message {
  color: #333;
  display: block;
  padding: 16px 32px 16px 16px;
  text-decoration: none;
  font-size: 14px;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
}
.cookies .message-cookie {
  background-color: #333;
  color: #fff;
  margin: 0;
}
.cookies .message span {
  display: inline-block;
  line-height: 170%;
  margin-left: 36px;
  margin-right: 36px;
  text-align: left;
  color: #fff;
}
.cookies .message i {
  display: inline-block;
  font-size: 170%;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  font-weight: 900;
  font-family: FontAwesome;
  right: 16px;
  cursor: pointer;
  background: url(/media/static/cookie-info-close.png) no-repeat transparent;
  width: 20px;
  height: 20px;
}
iframe[name="iframe_yt"],
iframe[name="iframe_tw"] {
  max-width: 100% !important;
  margin: 0 auto;
  display: block;
}
header {
  width: 100%;
  float: left;
  position: relative;
  margin: 0;
  padding: 0;
  height: 60px;
}
header .logo {
  float: left;
  margin: 0 60px 0 0;
  display: flex;
  height: 60px;
  position: relative;
  justify-content: center;
  align-items: center;
}
header .logo img {
  position: relative;
  max-height: 100%;
}
header .menu {
  float: left;
  line-height: 60px;
}
header .menu .bars {
  display: none;
}
header .menu .bars span {
  width: 20px;
  height: 3px;
  margin: 3px 0;
  display: block;
}
header .menu ul {
  list-style: none;
  float: left;
  margin: 0;
  padding: 0;
}
header .menu ul li {
  display: inline-block;
  height: 60px;
  margin: 0;
}
header .menu ul li a {
  text-decoration: none;
  display: block;
  padding: 0 10px;
  line-height: 60px;
}
section > header {
  overflow: visible !important;
}
.column-1 {
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}
.column-2 {
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
}
.column-3 {
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
article {
  padding: 20px 0px;
  width: 100%;
  box-sizing: border-box;
  -webkit-column-gap: 5%;
  -moz-column-gap: 5%;
  column-gap: 5%;
  column-rule: 1px solid #e5e5e5;
}
.container-fluid article {
  padding: 20px;
}
article a {
  text-decoration: underline;
  font-weight: bold;
}
article img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: 0 auto 20px;
}
article span {
  display: inline-block;
}
.spoiler {
  display: inline-block;
  cursor: pointer;
}
.spoiler__text {
  color: #000;
}
.spoiler__button {
  margin: 0 0 0 10px;
  padding: 5px;
  border-radius: 5px;
  text-transform: uppercase;
  font-weight: 700;
  color: #000;
  background-color: #f5f5f5;
}
.spoiler__button:hover {
  background-color: #d3d3d3;
}
sub,
sup {
  font-size: 0.83em;
  line-height: 0;
}
sub {
  vertical-align: sub;
}
sup {
  vertical-align: super;
}
.grecaptcha-badge {
  z-index: 20;
}
@media (max-width: 1200px) {
  .page--social .container-fluid {
    padding-left: 55px;
    padding-right: 55px;
    box-sizing: border-box;
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .show-on-mobile-1000 {
    display: block !important;
  }
  .hide-on-mobile-1000 {
    display: none !important;
  }
  .container {
    padding: 0;
    box-sizing: border-box;
    width: 100%;
  }
  .landingpage .half {
    width: 100%;
  }
  .ui-draggable {
    display: none;
  }
  .txt-near-section {
    padding: 0 10px;
  }
  header {
    text-align: center;
  }
  header .logo {
    float: none;
    margin: 5px auto;
    z-index: 10;
    display: inline-block;
  }
  header .menu {
    float: none;
    position: absolute;
    top: 0;
    left: 0;
    width: auto;
    right: 0;
    z-index: 20;
  }
  header .menu .bars {
    display: block;
    width: 60px;
    height: 60px;
    box-sizing: border-box;
    padding: 20px;
    margin: 0;
    position: relative;
  }
  header .menu ul {
    width: 100%;
    position: absolute;
    float: left;
    z-index: 100;
    top: 60px;
    left: 0;
    right: 0;
    text-align: left;
    display: none;
  }
  header .menu ul li {
    width: 100%;
  }
  header .menu ul li a {
    padding: 0 20px;
  }
  header .show_menu ul {
    display: block;
  }
  header .show_menu .bars .poz1 {
    transform: rotate(45deg);
    position: absolute;
    top: 25px;
    left: 0;
  }
  header .show_menu .bars .poz2 {
    display: none;
  }
  header .show_menu .bars .poz3 {
    transform: rotate(-45deg);
    position: absolute;
    top: 25px;
    left: 0;
  }
  header .menu .bars span {
    background-color: #000;
  }
  header .menu ul {
    background-color: #fff;
  }
  .cookies a {
    font-size: inherit;
    line-height: 170%;
    color: #00afe4;
  }
  .cookies a:hover {
    font-size: inherit;
    line-height: 170%;
    color: #0094c2;
  }
  .cookies .message i:first-child {
    display: none;
  }
  .cookies .message span {
    font-size: 12px;
    line-height: 20px;
    margin: 0 10px 0 0;
  }
  article {
    padding: 20px 10px;
  }
  .column-2 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  .column-3 {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
  ol,
  ul {
    -webkit-text-size-adjust: 100%;
  }
}
@media (max-width: 768px) {
  .hide-on-mobile-768 {
    display: none !important;
  }
  .show-on-mobile-768 {
    display: block !important;
  }
  .half-col {
    width: 100%;
  }
  .btn {
    font-size: 21px;
    padding-left: 25px;
    padding-right: 25px;
  }
  .btn-small {
    font-size: 18px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media (max-width: 600px) {
  h1,
  .h1 {
    font-size: 25px;
  }
  h2,
  .h2 {
    font-size: 20px;
  }
  h3,
  .h3 {
    font-size: 18px;
  }
  h4,
  .h4 {
    font-size: 14px;
  }
  h5,
  .h5 {
    font-size: 12px;
  }
  h6,
  .h6 {
    font-size: 10px;
  }
  p,
  .p {
    font-size: 15px;
  }
  ul,
  ol {
    font-size: 15px;
  }
}
@media (max-width: 576px) {
  .page--social .container-fluid {
    padding-left: 10px;
    padding-right: 10px;
  }
  .page--social .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (max-width: 500px) {
  .bx-controls-direction a {
    transform: scale(0.5);
  }
  .ol-group .ol-content {
    width: auto;
    float: none;
  }
}
@media (max-width: 360px) {
  .btn {
    font-size: 16px;
    padding: 0 46px;
  }
}
