@charset "UTF-8";
/*--------------------------------------------------------------
# Variables, functions and mixins
--------------------------------------------------------------*/
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Thin.ttf") format("truetype");
  font-weight: 100;
  /* Thin */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  /* Thin */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Ultralight.ttf") format("truetype");
  font-weight: 200;
  /* Ultralight */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-UltralightItalic.ttf") format("truetype");
  font-weight: 200;
  /* Ultralight */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Light.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-LightItalic.ttf") format("truetype");
  font-weight: 300;
  /* Light */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Italic.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Semibold.ttf") format("truetype");
  font-weight: 600;
  /* Semibold */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-SemiboldItalic.ttf") format("truetype");
  font-weight: 600;
  /* Semibold */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Ultrabold.ttf") format("truetype");
  font-weight: 800;
  /* Ultrabold */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-UltraboldItalic.ttf") format("truetype");
  font-weight: 800;
  /* Ultrabold */
  font-style: italic; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-Black.ttf") format("truetype");
  font-weight: 900;
  /* Black */
  font-style: normal; }
@font-face {
  font-family: 'RF Dewi';
  src: url("/font/RFDewi-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  /* Black */
  font-style: italic; }
@font-face {
  font-family: 'Merriweather';
  src: url("/font/Merriweather_24pt-Regular.ttf") format("truetype");
  font-weight: 400;
  /* Regular */
  font-style: normal; }
@font-face {
  font-family: 'Merriweather';
  src: url("/font/Merriweather_24pt-Bold.ttf") format("truetype");
  font-weight: 700;
  /* Bold */
  font-style: normal; }
html {
  background-color: black; }

/*--------------------------------------------------------------
1.0 Normalize
        * normalize.css v7.0.0 | MIT License
        * github.com/necolas/normalize.css
--------------------------------------------------------------*/
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

* {
  outline: none; }

body {
  margin: 0; }

article,
aside,
footer,
header,
nav,
section {
  display: block; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

figcaption,
figure,
main {
  display: block; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

pre {
  font-family: monospace, monospace;
  font-size: 1em; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

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; }

audio,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  padding: 0.35em 0.75em 0.625em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

progress {
  display: inline-block;
  vertical-align: baseline; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  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: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

details,
menu {
  display: block; }

summary {
  display: list-item; }

canvas {
  display: inline-block; }

template {
  display: none; }

[hidden] {
  display: none; }

html {
  box-sizing: border-box; }

*,
*:before,
*:after {
  /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
  box-sizing: inherit; }

body {
  /*    background: color(bg, 2);  Fallback for when there is no custom background color defined. 
      -moz-osx-font-smoothing: grayscale;
      -webkit-font-smoothing: antialiased;
      background-image: url("/img/bg.svg");
      background-repeat: no-repeat;
      background-position: top center;*/ }

hr {
  height: 1px;
  border: 0;
  margin-top: 24px;
  margin-bottom: 24px;
  background: #535370;
  background: linear-gradient(90deg, rgba(83, 83, 112, 0) 0%, #535370 50%, rgba(83, 83, 112, 0) 100%); }
  hr .yellow {
    background: #828fb0; }

ul, ol {
  margin-top: 0;
  /*margin-bottom: 24px;*/
  padding-left: 24px; }

ul {
  list-style: disc; }

ol {
  list-style: decimal; }

li > ul,
li > ol {
  margin-bottom: 0; }

dl {
  margin-top: 0;
  margin-bottom: 24px; }

dt {
  font-weight: 600; }

dd {
  margin-left: 24px;
  margin-bottom: 24px; }

img {
  height: auto;
  /* Make sure images are scaled correctly. */
  max-width: 100%;
  /* Adhere to container width. */
  vertical-align: middle; }

figure {
  margin: 24px 0;
  /* Extra wide images within figure tags don't overflow the content area. */ }

figcaption {
  font-size: 16px;
  line-height: 24px;
  padding: 8px 0; }

img,
svg {
  display: block; }

table {
  border-collapse: collapse;
  margin-bottom: 24px;
  width: 100%; }

tr {
  /*border-bottom: 1px solid color(bg, 3);*/ }

th {
  text-align: left; }

th,
td {
  padding: 10px 16px; }
  th:first-child,
  td:first-child {
    /*padding-left: 0;*/ }
  th:last-child,
  td:last-child {
    /*padding-right: 0;*/ }

*::-webkit-scrollbar {
  width: 4px;
  /* ширина scrollbar */
  border-radius: 3px;
  border: solid; }

*::-webkit-scrollbar-track {
  background: #181A26;
  /* цвет дорожки */
  width: 8px; }

*::-webkit-scrollbar-thumb {
  background-color: #bfe6ff;
  /* цвет плашки */
  width: 8px; }

::-webkit-scrollbar:horizontal {
  height: 4px;
  background-color: red; }

::-webkit-scrollbar-thumb:horizontal {
  background-color: #bfe6ff;
  /* цвет плашки */
  width: 4px; }

.panel-lot {
  padding: 10px;
  background-color: #090b18;
  border: 1px solid;
  border-color: #828fb0;
  box-shadow: none;
  padding: 4px;
  float: left; }

.icon-panel {
  width: 100%;
  height: 48px;
  display: inline-flex;
  align-items: center; }
  .icon-panel img {
    width: 48px;
    height: 48px; }
  .icon-panel .description {
    padding: 0 0 0 16px;
    width: calc(100% - 64px); }

.preview-panel {
  /*width: 100%;*/
  display: inline-flex;
  align-items: center; }
  .preview-panel img {
    max-width: none;
    /*        width: 48px;
            height: 48px;*/ }
  .preview-panel .description {
    padding: 0 0 0 16px;
    width: calc(100% - 64px); }

.icon-size {
  width: 64px;
  height: 64px;
  image-rendering: pixelated; }

.white {
  color: #bfe6ff; }

.link {
  cursor: pointer; }

/*TABLE*/
table {
  font-size: 14px;
  background: #090b18;
  border-collapse: collapse;
  text-align: left;
  border-color: #828fb0; }

th {
  font-weight: normal;
  color: #1186CA;
  border-bottom: 2px solid #303876;
  padding: 10px 8px; }

td {
  color: #FFFFFF;
  padding: 9px 8px;
  transition: .3s linear; }

tr:hover td {
  color: #1186CA; }

.dygraph-legend {
  position: absolute;
  font-size: 14px;
  z-index: 10;
  width: 300px;
  /* labelsDivWidth */
  /*
  dygraphs determines these based on the presence of chart labels.
  It might make more sense to create a wrapper div around the chart proper.
  top: 0px;
  right: 2px;
  */
  padding: 10px;
  margin: 10px;
  line-height: normal;
  text-align: left;
  overflow: hidden;
  left: 0px !important;
  top: -54px !important;
  background: #181A26;
  border: 1.5px solid rgba(9, 11, 24, 0.84);
  /*border-radius: 5px;*/ }

/* styles for a solid line in the legend */
.dygraph-legend-line {
  display: inline-block;
  position: relative;
  bottom: .5ex;
  padding-left: 1em;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  /* border-bottom-color is set based on the series color */ }

/* styles for a dashed line in the legend, e.g. when strokePattern is set */
.dygraph-legend-dash {
  display: inline-block;
  position: relative;
  bottom: .5ex;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  /* border-bottom-color is set based on the series color */
  /* margin-right is set based on the stroke pattern */
  /* padding-left is set based on the stroke pattern */ }

.dygraph-roller {
  position: absolute;
  z-index: 10; }

/* This class is shared by all annotations, including those with icons */
.dygraph-annotation {
  position: absolute;
  z-index: 10;
  overflow: hidden; }

/* This class only applies to annotations without icons */
/* Old class name: .dygraphDefaultAnnotation */
.dygraph-default-annotation {
  border: 1px solid red;
  background-color: white;
  text-align: center; }

.dygraph-axis-label {
  /* position: absolute; */
  /* font-size: 14px; */
  z-index: 10;
  line-height: normal;
  overflow: hidden;
  color: #FFFFFF;
  /* replaces old axisLabelColor option */ }

.dygraph-title {
  font-weight: bold;
  z-index: 10;
  text-align: center;
  /* font-size: based on titleHeight option */ }

.dygraph-xlabel {
  text-align: center;
  /* font-size: based on xLabelHeight option */ }

/* For y-axis label */
.dygraph-label-rotate-left {
  text-align: center;
  /* See http://caniuse.com/#feat=transforms2d */
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

/* For y2-axis label */
.dygraph-label-rotate-right {
  text-align: center;
  /* See http://caniuse.com/#feat=transforms2d */
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); }

.form-label {
  margin-bottom: 0.5rem;
  display: inline-block; }

.text-xs-center {
  text-align: center; }

.g-recaptcha {
  display: inline-block; }

.alert {
  position: relative;
  padding: 1px 1px;
  margin-bottom: 1rem;
  border-radius: 3px;
  padding: 5px; }

.alert-danger {
  color: #ff7070; }

.color-alert-danger {
  color: #ff7070 !important; }

.alert-success {
  color: #bfe6ff; }

.timer-label {
  font-size: 14px;
  color: #828fb0; }

.dygraph-legend {
  position: absolute;
  font-size: 14px;
  z-index: 10;
  width: 300px;
  /* labelsDivWidth */
  /*
  dygraphs determines these based on the presence of chart labels.
  It might make more sense to create a wrapper div around the chart proper.
  top: 0px;
  right: 2px;
  */
  background: #181A26;
  padding: 10px;
  border: 1px solid #828fb0;
  margin: 10px;
  line-height: normal;
  text-align: left;
  overflow: hidden;
  left: 0px !important;
  top: -54px !important; }

/* styles for a solid line in the legend */
.dygraph-legend-line {
  display: inline-block;
  position: relative;
  bottom: .5ex;
  padding-left: 1em;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  /* border-bottom-color is set based on the series color */ }

/* styles for a dashed line in the legend, e.g. when strokePattern is set */
.dygraph-legend-dash {
  display: inline-block;
  position: relative;
  bottom: .5ex;
  height: 1px;
  border-bottom-width: 2px;
  border-bottom-style: solid;
  /* border-bottom-color is set based on the series color */
  /* margin-right is set based on the stroke pattern */
  /* padding-left is set based on the stroke pattern */ }

.dygraph-roller {
  position: absolute;
  z-index: 10; }

/* This class is shared by all annotations, including those with icons */
.dygraph-annotation {
  position: absolute;
  z-index: 10;
  overflow: hidden; }

/* This class only applies to annotations without icons */
/* Old class name: .dygraphDefaultAnnotation */
.dygraph-default-annotation {
  border: 1px solid red;
  background-color: white;
  text-align: center; }

.dygraph-axis-label {
  /* position: absolute; */
  /* font-size: 14px; */
  z-index: 10;
  line-height: normal;
  overflow: hidden;
  color: #FFFFFF;
  /* replaces old axisLabelColor option */ }

.dygraph-title {
  font-weight: bold;
  z-index: 10;
  text-align: center;
  /* font-size: based on titleHeight option */ }

.dygraph-xlabel {
  text-align: center;
  /* font-size: based on xLabelHeight option */ }

/* For y-axis label */
.dygraph-label-rotate-left {
  text-align: center;
  /* See http://caniuse.com/#feat=transforms2d */
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  -ms-transform: rotate(90deg); }

/* For y2-axis label */
.dygraph-label-rotate-right {
  text-align: center;
  /* See http://caniuse.com/#feat=transforms2d */
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg); }

.decorative-button-outline {
  padding: 18px;
  position: relative;
  height: 80px;
  background: url(/img/decorative-button-outline.png) 50% 50% no-repeat;
  background-size: auto 100%; }

html {
  font-size: 20px;
  line-height: 30px; }

body {
  color: #828fb0;
  font-size: 1rem; }

body,
button,
input,
select,
textarea {
  font-family: "RF Dewi", sans-serif; }

a {
  color: #FFFFFF;
  text-decoration: underline;
  color: #bfe6ff; }
  a:hover, a:active {
    outline: 0;
    text-decoration: none; }

.link-yellow {
  color: #828fb0; }
  .link-yellow:hover {
    color: #FFFFFF; }

.link {
  color: #bfe6ff; }
  .link:hover {
    color: #828fb0; }

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  clear: both;
  /*color: color(typography, 1);*/
  font-family: "Merriweather", serif;
  font-weight: bold; }

.title-blue, .news-body h1 {
  clear: both;
  background: linear-gradient(#f5fbff, #bfe6ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.title-yellow {
  clear: both;
  background: linear-gradient(#ffe98d, #e19f27);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.title-yellow-simple {
  font-family: "RF Dewi", sans-serif;
  text-transform: uppercase;
  clear: both;
  color: #828fb0; }

.filter-drop-shadow {
  filter: drop-shadow(0 6px 6px #00000066); }

h1,
.h1 {
  font-size: 38px;
  line-height: 48px;
  letter-spacing: 0px; }
  @media (min-width: 641px) {
    h1,
    .h1 {
      font-size: 44px;
      line-height: 54px;
      letter-spacing: 0px; } }

h2,
.h2 {
  font-size: 32px;
  line-height: 42px;
  letter-spacing: 0px; }
  @media (min-width: 641px) {
    h2,
    .h2 {
      font-size: 38px;
      line-height: 48px;
      letter-spacing: 0px; } }

h3,
.h3,
blockquote {
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0px; }
  @media (min-width: 641px) {
    h3,
    .h3,
    blockquote {
      font-size: 32px;
      line-height: 42px;
      letter-spacing: 0px; } }

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  font-size: 20px;
  line-height: 30px;
  letter-spacing: -0.1px; }
  @media (min-width: 641px) {
    h4,
    h5,
    h6,
    .h4,
    .h5,
    .h6 {
      font-size: 24px;
      line-height: 34px;
      letter-spacing: 0px; } }

@media (max-width: 640px) {
  .h1-mobile {
    font-size: 38px;
    line-height: 48px;
    letter-spacing: 0px; }

  .h2-mobile {
    font-size: 32px;
    line-height: 42px;
    letter-spacing: 0px; }

  .h3-mobile {
    font-size: 24px;
    line-height: 34px;
    letter-spacing: 0px; }

  .h4-mobile,
  .h5-mobile,
  .h6-mobile {
    font-size: 20px;
    line-height: 30px;
    letter-spacing: -0.1px; } }
.text-light h1, .text-light h2, .text-light h3, .text-light h4, .text-light h5, .text-light h6,
.text-light .h1, .text-light .h2, .text-light .h3, .text-light .h4, .text-light .h5, .text-light .h6 {
  /*        color: color(typography, 1i) !important;*/ }

.text-sm {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px; }

.text-xs {
  font-size: 16px;
  line-height: 24px;
  letter-spacing: -0.1px; }

h1, h2,
.h1, .h2 {
  margin-top: 48px;
  margin-bottom: 16px; }

h3,
.h3 {
  margin-top: 36px;
  margin-bottom: 12px; }

h4, h5, h6,
.h4, .h5, .h6 {
  margin-top: 24px;
  margin-bottom: 4px; }

p {
  margin-top: 4px;
  margin-bottom: 10px;
  line-height: 1.5em; }

dfn, cite, em, i {
  font-style: italic; }

/*blockquote {
    color: color(typography, 3);
    font-style: italic;
    margin-top: 24px;
    margin-bottom: 24px;
    margin-left: 24px;

    &::before {
        content: "\201C";
    }

    &::after {
        content: "\201D";
    }

    p {
        display: inline;
    }
}*/
blockquote {
  color: #828fb0;
  display: block;
  margin-block-start: 1em;
  margin-block-end: 1em;
  margin-inline-start: 40px;
  margin-inline-end: 40px;
  unicode-bidi: isolate; }

address {
  color: #FFFFFF;
  border-width: 1px 0;
  border-style: solid;
  border-color: #181A26;
  padding: 24px 0;
  margin: 0 0 24px; }

pre,
pre h1,
pre h2,
pre h3,
pre h4,
pre h5,
pre h6,
pre .h1,
pre .h2,
pre .h3,
pre .h4,
pre .h5,
pre .h6 {
  font-family: "Courier 10 Pitch", Courier, monospace; }

pre, code, kbd, tt, var {
  background: #090b18; }

pre {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 24px;
  margin-top: 24px;
  margin-bottom: 24px; }

code, kbd, tt, var {
  font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
  font-size: 16px;
  padding: 2px 4px; }

abbr, acronym {
  cursor: help; }

mark, ins {
  text-decoration: none; }

small {
  font-size: 18px;
  line-height: 28px;
  letter-spacing: -0.1px; }

b,
strong {
  font-weight: bold;
  /*@include font-weight(semibold);*/ }

button,
input,
select,
textarea,
label {
  font-size: 20px;
  line-height: 30px; }

.font-title {
  font-family: "Merriweather";
  font-weight: 800; }

.font-normal {
  font-family: "RF Dewi"; }

.container,
.container-workshop,
.container-sm {
  width: 100%;
  margin: 0 auto;
  padding-left: 16px;
  padding-right: 16px; }
  @media (min-width: 481px) {
    .container,
    .container-workshop,
    .container-sm {
      padding-left: 24px;
      padding-right: 24px; } }

.container {
  max-width: 999px;
  /*max-width: $container__width + ( get-content-padding(desktop) * 2 );*/ }

.container-header {
  margin-left: 64px;
  margin-right: 64px; }

@media screen and (max-width: 900px) {
  .container-header {
    margin-left: 2px;
    margin-right: 2px; } }
.container-about {
  margin-left: 100px;
  margin-right: 100px; }

.container-workshop {
  max-width: 1024px; }

.max-width-500 {
  max-width: 500px; }

.container-sm {
  max-width: 848px; }

.container .container-sm {
  max-width: 800px;
  padding-left: 0;
  padding-right: 0; }

.separator {
  margin: 10px 0 10px 0;
  /*border-bottom: 1px solid rgba(color(typography, 2), .24);*/ }

.separator-2 {
  margin: 2px 0 2px 0;
  /*border-bottom: 1px solid rgba(color(typography, 2), .24);*/ }

/* Text meant only for screen readers. */
.screen-reader-text {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  word-wrap: normal !important;
  /* Many screen reader and browser combinations announce broken words as they would appear visually. */ }
  .screen-reader-text:focus {
    border-radius: 2px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    display: block;
    font-size: 14px;
    letter-spacing: 0px;
    font-weight: 600;
    line-height: 16px;
    text-decoration: none;
    text-transform: uppercase;
    background-color: #090b18;
    color: #1186CA !important;
    border: none;
    height: auto;
    left: 8px;
    padding: 16px 32px;
    top: 8px;
    width: auto;
    z-index: 100000; }

.list-reset {
  list-style: none;
  padding: 0; }

.text-left {
  text-align: left; }

.text-center {
  text-align: center; }

.text-right {
  text-align: right; }

.text-primary {
  color: #bfe6ff; }

.has-top-divider {
  position: relative; }
  .has-top-divider::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #181A26; }

.has-bottom-divider {
  position: relative; }
  .has-bottom-divider::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    display: block;
    height: 1px;
    background: #181A26; }

.m-0, .m-0-flex {
  margin: 0; }

.m-10 {
  margin: 10; }

.m-0-flex {
  display: flex; }

.m--10 {
  margin: -10px; }

.mt-0 {
  margin-top: 0; }

.mr-0 {
  margin-right: 0; }

.mb-0 {
  margin-bottom: 0; }

.ml-0 {
  margin-left: 0; }

.m-8 {
  margin: 8px; }

.mt-8 {
  margin-top: 8px; }

.mt-4 {
  margin-top: 4px; }

.mr-8 {
  margin-right: 8px; }

.mb-8 {
  margin-bottom: 8px; }

.ml-8 {
  margin-left: 8px; }

.ml-2 {
  margin-left: 2px; }

.m-16 {
  margin: 16px; }

.mt-16 {
  margin-top: 16px; }

.mr-16 {
  margin-right: 16px; }

.mb-10 {
  margin-bottom: 10px; }

.mb-16 {
  margin-bottom: 16px; }

.ml-16 {
  margin-left: 16px; }

.m-24 {
  margin: 24px; }

.mt-24 {
  margin-top: 24px; }

.mr-24 {
  margin-right: 24px; }

.mb-24 {
  margin-bottom: 24px; }

.ml-24 {
  margin-left: 24px; }

.m-32 {
  margin: 32px; }

.mt-32 {
  margin-top: 32px; }

.mr-32 {
  margin-right: 32px; }

.mb-32 {
  margin-bottom: 32px; }

.ml-32 {
  margin-left: 32px; }

.m-40 {
  margin: 40px; }

.mt-40 {
  margin-top: 40px; }

.mr-40 {
  margin-right: 40px; }

.mb-40 {
  margin-bottom: 40px; }

.ml-40 {
  margin-left: 40px; }

.m-48 {
  margin: 48px; }

.mt-48 {
  margin-top: 48px; }

.mr-48 {
  margin-right: 48px; }

.mb-48 {
  margin-bottom: 48px; }

.ml-48 {
  margin-left: 48px; }

.m-56 {
  margin: 56px; }

.mt-56 {
  margin-top: 56px; }

.mr-56 {
  margin-right: 56px; }

.mb-56 {
  margin-bottom: 56px; }

.ml-56 {
  margin-left: 56px; }

.m-64 {
  margin: 64px; }

.mt-64 {
  margin-top: 64px; }

.mr-64 {
  margin-right: 64px; }

.mb-64 {
  margin-bottom: 64px; }

.ml-64 {
  margin-left: 64px; }

.p-0 {
  padding: 0; }

.pt-0 {
  padding-top: 0; }

.no-outline {
  outline: none; }

.no-text-decor {
  text-decoration: none; }

.fw-100 {
  font-weight: 100; }

.fw-700 {
  font-weight: 700; }

.inline-flex {
  display: inline-flex; }

.pr-0 {
  padding-right: 0; }

.pb-0 {
  padding-bottom: 0; }

.pl-0 {
  padding-left: 0; }

.p-4 {
  padding: 4px; }

.p-8 {
  padding: 8px; }

.pt-8 {
  padding-top: 8px; }

.pr-8 {
  padding-right: 8px; }

.pb-8 {
  padding-bottom: 8px; }

.pl-8 {
  padding-left: 8px; }

.p-10 {
  padding: 10px; }

.p-16 {
  padding: 16px; }

.pt-16 {
  padding-top: 16px; }

.pr-16 {
  padding-right: 16px; }

.pb-16 {
  padding-bottom: 16px; }

.pl-16 {
  padding-left: 16px; }

.p-24 {
  padding: 24px; }

.pt-24 {
  padding-top: 24px; }

.pr-24 {
  padding-right: 24px; }

.pb-24 {
  padding-bottom: 24px; }

.pl-24 {
  padding-left: 24px; }

.p-32 {
  padding: 32px; }

.pt-32 {
  padding-top: 32px; }

.pr-32 {
  padding-right: 32px; }

.pb-32 {
  padding-bottom: 32px; }

.pl-32 {
  padding-left: 32px; }

.p-40 {
  padding: 40px; }

.pt-40 {
  padding-top: 40px; }

.pr-40 {
  padding-right: 40px; }

.pb-40 {
  padding-bottom: 40px; }

.pl-40 {
  padding-left: 40px; }

.p-48 {
  padding: 48px; }

.pt-48 {
  padding-top: 48px; }

.pr-48 {
  padding-right: 48px; }

.pb-48 {
  padding-bottom: 48px; }

.pl-48 {
  padding-left: 48px; }

.p-56 {
  padding: 56px; }

.pt-56 {
  padding-top: 56px; }

.pr-56 {
  padding-right: 56px; }

.pb-56 {
  padding-bottom: 56px; }

.pl-56 {
  padding-left: 56px; }

.p-64 {
  padding: 64px; }

.pt-64 {
  padding-top: 64px; }

.pr-64 {
  padding-right: 64px; }

.pb-64 {
  padding-bottom: 64px; }

.pl-64 {
  padding-left: 64px; }

.fs-12 {
  font-size: 12px; }

.fs-14 {
  font-size: 14px; }

.fs-18 {
  font-size: 18px; }

.fs-20 {
  font-size: 20px; }

.fs-24 {
  font-size: 24px; }

/* Reveal animations */
.sr .has-animations .is-revealing {
  visibility: hidden; }

.has-animations .anime-element {
  visibility: hidden; }
  .anime-ready .has-animations .anime-element {
    visibility: visible; }

.flex {
  display: flex; }

.lh-28 {
  line-height: 28px; }

.lh-16 {
  line-height: 16px; }

.lh-18 {
  line-height: 18px; }

.m-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.img-center img {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.cursor-pointer {
  cursor: pointer; }

.cursor-default {
  cursor: default; }

.form-input-text {
  display: inline-flex;
  font-size: 14px;
  line-height: 16px;
  background: none;
  cursor: pointer;
  justify-content: center;
  padding: 0x;
  padding-bottom: 3px;
  height: 32px;
  text-align: left;
  outline: none;
  border: none;
  border-bottom: 1px solid #303876;
  /*white-space: nowrap;*/
  width: 100%;
  transition: border 0.2s, background 0.2s, box-shadow 0.2s, color 0.2s;
  color: #c5c5c5; }
  .form-input-text:focus {
    border-bottom: 1px solid #72738F; }
  .form-input-text:active {
    outline: 0; }
  .form-input-text:disabled {
    cursor: default;
    border: 1px solid #303876;
    color: #bfe6ff !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  transition: background-color 5000s ease-in-out 0s;
  -webkit-text-fill-color: #fff !important; }

.button, .example-3 .filupp {
  font-family: "RF Dewi", sans-serif;
  font-size: 16px;
  display: inline-flex;
  line-height: 16px;
  text-decoration: none !important;
  text-transform: uppercase;
  color: #FFFFFF;
  border: none;
  cursor: pointer;
  justify-content: center;
  padding: 16px 32px;
  height: 48px;
  text-align: center;
  outline: none;
  transition: border 0.2s, background 0.2s, box-shadow 0.2s, color 0.2s; }
  .button:active, .example-3 .filupp:active {
    outline: 0; }
  .button:disabled, .example-3 .filupp:disabled {
    color: #bfe6ff !important; }

.button-sm {
  padding: 8px 24px;
  height: 32px; }

.button-sm-2 {
  padding: 3px 6px;
  height: 23px; }

.button-settings {
  height: 32px;
  justify-content: flex-start;
  padding: 8px 8px; }

.button-primary {
  /*background: linear-gradient(180deg, #84E1FF, #1590D8);*/
  color: white;
  padding: 7px 30px;
  align: center;
  text-decoration: none;
  font-size: 16px;
  cursor: pointer;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  height: 42px;
  align-content: center;
  display: inline-flex;
  align-items: center;
  background: linear-gradient(to bottom, #3c91c5, #225b8b);
  box-shadow: 0px 0px 0px 0px #00000040, 0 0 18px #3c91c557; }
  .button-primary:hover {
    background: linear-gradient(to bottom, #3c91c5, #3c91c5); }
    .button-primary:hover span {
      color: white; }
  .button-primary span {
    position: relative;
    z-index: 2;
    font-family: "RF Dewi";
    font-weight: 500;
    font-size: 18px;
    font-style: normal;
    text-transform: none;
    text-wrap: nowrap; }

.button-block {
  display: flex; }

.button-block {
  display: flex;
  width: 100%; }

@media (max-width: 640px) {
  .button-wide-mobile {
    width: 100%;
    max-width: 280px; } }
.example-3 {
  position: relative;
  color: #999;
  font-weight: 400;
  /*max-width:25em;*/
  width: 100%; }

.example-3 h2 {
  font-weight: 400; }

.example-3 .filupp > input[type="file"] {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

.button-height-14 {
  height: 14px; }

/*@import "components/chosen";*/
body {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  background-repeat: no-repeat;
  background-position: top center; }

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

html {
  font-size: 62.5%; }

li {
  list-style: none; }

a {
  text-decoration: none; }

.panel {
  margin-left: 128px;
  margin-right: 128px; }

.body-content {
  max-width: 1920px;
  margin: 0 auto;
  min-height: 1080px; }

.header {
  /*border-bottom: 2px solid #60719d;*/
  flex: 1 0 0;
  position: relative;
  max-width: 1920px;
  margin: 0 auto;
  max-height: 74px; }

.navbar {
  margin-left: 128px;
  margin-right: 128px;
  margin-top: 64px;
  min-height: 74px;
  display: flex;
  align-items: center;
  padding-top: 19px;
  padding-bottom: 15px;
  padding-left: 16px;
  padding-right: 16px;
  border: 1px solid #2D2D3D;
  border-radius: 10px;
  background: #181A26;
  box-shadow: 0 10px 27px rgba(0, 0, 0, 0.25); }
  .navbar .nav-logo-parent {
    display: flex; }
  .navbar ul {
    padding-left: 0px; }
  .navbar .separator {
    border-left: 1px solid #2D2D3D;
    height: 42px;
    margin: 0px;
    margin-left: 20px;
    margin-right: 18px; }
  .navbar .nav-link {
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 24px;
    font-weight: 600;
    letter-spacing: 2px;
    color: #CFCFFF; }
    .navbar .nav-link:hover {
      color: #EBEBFF;
      text-shadow: #EBEBFF 0px 0px 14px; }
  .navbar .nav-link-selected .nav-link {
    color: #EBEBFF;
    text-shadow: #EBEBFF 0px 0px 14px; }
  .navbar .nav-menu {
    display: flex;
    justify-content: space-between;
    align-items: center;
    z-index: 10; }
    .navbar .nav-menu .nav-item {
      margin-right: 20px; }
    .navbar .nav-menu .nav-item-user-section {
      display: none; }
  .navbar .user-section-wrap {
    flex-grow: 1;
    display: flex;
    justify-content: flex-end; }

.user-section {
  flex-grow: 1;
  display: flex;
  justify-content: flex-end; }
  .user-section .avatar {
    width: 49px;
    height: 49px;
    margin-right: 9px;
    border: 2px solid #7392FF;
    border-radius: 35px;
    box-shadow: 0px 0px 30px 0px #7392ff69; }
  .user-section .nav-link {
    color: #EEEEFF;
    margin-right: 6px;
    display: flex;
    align-items: center; }
  .user-section .nav-logout {
    display: flex;
    align-items: center; }

@media only screen and (max-width: 1268px) {
  .navbar {
    margin-top: 0px;
    margin-left: 0px;
    margin-right: 0px; }
    .navbar .user-section {
      max-width: 360px; }

  .panel {
    margin-left: 0px;
    margin-right: 0px; } }
.hamburger {
  display: none;
  margin-left: 16px; }

.bar {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #bfe6ff; }

@media only screen and (max-width: 950px) {
  .navbar {
    justify-content: end; }
    .navbar .nav-logo-parent {
      flex: auto;
      justify-content: center; }
      .navbar .nav-logo-parent .separator {
        display: none; }
      .navbar .nav-logo-parent img {
        margin-left: 45px; }
    .navbar .nav-menu {
      position: fixed;
      left: -100%;
      top: 66px;
      flex-direction: column;
      background: #090b18;
      width: 100%;
      text-align: center;
      transition: 0.3s;
      box-shadow: 0 10px 27px rgba(0, 0, 0, 0.25); }
      .navbar .nav-menu .nav-item-user-section {
        margin: 2.5rem 0;
        display: block; }
      .navbar .nav-menu .nav-item {
        margin-right: 0px; }
    .navbar .user-section-wrap {
      display: none; }

  .nav-menu.active {
    left: 0;
    margin-top: 11px; }

  .nav-item {
    margin: 2.5rem 0; }

  .hamburger {
    display: block;
    cursor: pointer; }

  .hamburger.active .bar:nth-child(2) {
    opacity: 0; }

  .hamburger.active .bar:nth-child(1) {
    transform: translateY(8px) rotate(45deg); }

  .hamburger.active .bar:nth-child(3) {
    transform: translateY(-8px) rotate(-45deg); }

  .header {
    position: fixed;
    width: 100%;
    z-index: 100; } }
footer .footer-container {
  font-size: 14px;
  line-height: 22px;
  letter-spacing: 0px;
  background-color: #090b18;
  width: 100%;
  text-align: center;
  margin: 0 auto; }
  footer .footer-container a {
    color: #FFFFFF;
    text-decoration: none;
    color: #bfe6ff; }
    footer .footer-container a:hover, footer .footer-container a:active {
      text-decoration: underline; }
  footer .footer-container .social-links {
    display: inline-flex; }
    footer .footer-container .social-links a {
      margin: 10px; }
      footer .footer-container .social-links a svg {
        fill: #303876; }
        footer .footer-container .social-links a svg:hover {
          fill: #39438c; }
  footer .footer-container hr {
    margin-left: 303px;
    margin-right: 303px;
    margin-top: 48px;
    margin-bottom: 55px; }
  footer .footer-container .contacts {
    margin-top: 60px;
    display: inline-flex; }
    footer .footer-container .contacts .entry {
      border-left: 1px solid #535370;
      margin-right: 18px; }
      footer .footer-container .contacts .entry:first-child {
        border-left: none; }
      footer .footer-container .contacts .entry .contact-link {
        margin-left: 18px; }

.social-links-default {
  margin-top: 12px;
  display: inline-flex; }
  .social-links-default a {
    margin: 10px; }
    .social-links-default a svg:hover {
      fill: #737392; }

@media only screen and (max-width: 1500px) {
  footer .footer-container hr {
    margin-left: 0px;
    margin-right: 0px; } }
@media only screen and (max-width: 700px) {
  footer .footer-container .contacts {
    display: block; }
    footer .footer-container .contacts .entry {
      margin-bottom: 8px;
      border-left: none;
      margin-right: 0; }
      footer .footer-container .contacts .entry .contact-link {
        margin-left: 0; } }
footer .footer-container .main-block {
  max-width: calc(480px - 32px*2);
  margin-top: 69px; }

footer .footer-container ul {
  padding: 0;
  list-style-type: none;
  max-width: 180px;
  text-align: left; }
  footer .footer-container ul li {
    margin-top: 8px; }

footer .footer-container .main-block, footer .footer-container ul {
  width: 100%;
  position: relative;
  vertical-align: top;
  display: inline-block; }

footer .footer-container .social {
  width: 100%;
  margin: 48px 0 0;
  padding: 0 0 16px;
  font-size: 12px;
  color: #828fb0; }

.body-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }

html {
  background: #090b18;
  background-image: url(/img/bg-1920.jpg);
  background-position: center 0;
  background-repeat: no-repeat;
  background-size: contain; }

.content-main {
  flex: 1;
  padding: 8em 1em 2em;
  background-size: 100% auto;
  background-position: center 32px;
  background-repeat: no-repeat; }

.decription {
  max-width: 512px;
  text-align: left;
  font-size: 14px;
  border-radius: 2px;
  padding: 16px;
  /*background-color: #0000000f;*/
  /*backdrop-filter: blur(2px);*/ }

.scroll-block {
  max-width: 512px;
  max-height: 240px;
  text-overflow: ellipsis;
  overflow: auto; }

.decription-table {
  display: flex;
  justify-content: center; }

.hiden-block {
  min-width: 514px; }

@media only screen and (max-width: 1068px) {
  .decription {
    max-width: none;
    max-height: none; }

  .decription-table {
    display: block; }

  .hiden-block {
    min-width: inherit; } }
/*
.body-wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100vh;

    .features {
        flex: 1;
    }
}*/
.post-wrapper {
  position: relative; }
  .post-wrapper:after {
    content: "";
    display: block;
    height: 1px;
    background: #232638; }
  .post-wrapper .post {
    display: flex;
    padding: .8em 1em;
    transition: background .2s, border-color .2s; }
    .post-wrapper .post:hover {
      background: rgba(210, 233, 247, 0.04); }
    .post-wrapper .post .image {
      flex: 0 1 0; }
      .post-wrapper .post .image .frame {
        display: inline-block;
        width: 272px;
        height: 141px;
        box-sizing: border-box;
        margin-right: 1em;
        border: 1px solid #303876;
        background: #090b18;
        overflow: hidden;
        transition: border-color .2s; }
        .post-wrapper .post .image .frame img {
          display: block;
          margin: -8px 0 0 0;
          width: 100%; }
    .post-wrapper .post .details {
      display: flex;
      flex: 1 1 0;
      flex-direction: column; }
      .post-wrapper .post .details .heading {
        font-family: "RF Dewi", sans-serif;
        flex: 0;
        margin: 0 0 .2em 0;
        font-size: 1.5em;
        color: #bfe6ff;
        text-transform: uppercase; }
      .post-wrapper .post .details .body {
        line-height: initial;
        flex: 1;
        max-height: 6.6em;
        overflow: hidden;
        font-size: 1.2em;
        color: #828fb0; }
      .post-wrapper .post .details .meta {
        display: flex;
        flex-direction: row;
        flex: 0 1 20%;
        font-size: .9em;
        color: #828fb0;
        line-height: 30px; }
        .post-wrapper .post .details .meta .date {
          display: inline-block;
          height: 26px; }
        .post-wrapper .post .details .meta .author {
          flex: 1;
          text-align: right; }

@media screen and (max-width: 40rem) {
  .post-wrapper {
    margin-left: -1em;
    margin-right: -1em; }
    .post-wrapper .post {
      flex-direction: column;
      padding: 0px; }
      .post-wrapper .post .image .frame {
        position: relative;
        width: 100%;
        height: 100px;
        margin: 0; }
        .post-wrapper .post .image .frame img {
          position: absolute;
          top: 50%;
          transform: translateY(-50%);
          margin: 0; }
      .post-wrapper .post .details .heading {
        display: block;
        font-size: 1.5em; }
      .post-wrapper .post .details .body {
        display: none; } }
.news-container .news-block {
  margin-left: 128px;
  margin-right: 128px;
  max-width: 1920px; }

@media only screen and (max-width: 1268px) {
  .news-container .news-block {
    margin-left: 25px;
    margin-right: 25px; } }
.news-detail-content {
  max-width: 1920px;
  margin: 0 auto; }

.news-meta {
  margin-bottom: 2em;
  color: #bfe6ff;
  font-size: 12px; }
  .news-meta .news-meta-date {
    color: #828fb0;
    border-bottom: 1px dashed rgba(204, 204, 255, 0.2); }

.news-cover {
  text-align: center; }
  .news-cover h1 {
    margin-bottom: 0px;
    margin-top: 96px; }
  .news-cover img {
    display: block;
    box-sizing: border-box;
    margin-bottom: 2em;
    border: 1px solid #303876;
    margin: 0 auto;
    height: 256px;
    width: 1024px;
    object-fit: cover; }
  .news-cover ul {
    font-size: 12px;
    line-height: 2; }

.news-body {
  padding: 20px;
  max-width: 1024px; }
  .news-body p {
    font-size: 14px;
    color: #d5d5ef; }
  .news-body blockquote {
    font-size: 16px;
    line-height: 1.5; }

@media only screen and (max-width: 1100px) {
  .news-cover {
    padding: 10px; }
    .news-cover h1 {
      margin-top: 96px; }

  .news-detail-content {
    max-width: auto; } }
.media-root {
  user-select: none; }

.media-image .frame {
  display: inline-block;
  width: 272px;
  height: 141px;
  box-sizing: border-box;
  margin-right: 1em;
  border: 1px solid #303876;
  background: #090b18;
  overflow: hidden;
  transition: border-color .2s; }
  .media-image .frame img {
    display: block;
    margin: -8px 0 0 0;
    width: 100%; }
  .media-image .frame:hover {
    border: 1px solid #828fb0; }
    .media-image .frame:hover .caption {
      border-top: 1px solid #828fb0; }

.media-clip {
  display: inline-block;
  width: 272px;
  box-sizing: border-box;
  margin-right: 1em;
  border: 1px solid #303876;
  background: #090b18;
  overflow: hidden;
  transition: border-color .2s; }
  .media-clip span {
    position: relative;
    display: block;
    padding-top: 56%;
    background-size: cover;
    cursor: pointer;
    transition: border-color .1s; }
    .media-clip span svg:not(:root).svg-inline--fa {
      overflow: visible; }
    .media-clip span .playIcon {
      position: absolute;
      top: 40%;
      left: 50%;
      transform: translate(-50%, -50%); }
      .media-clip span .playIcon svg {
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5));
        filter: drop-shadow(0 0 5px rgba(0, 0, 0, 0.5)); }
    .media-clip span .gradient {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      height: 100px;
      background: linear-gradient(to top, #12131c 25%, transparent 100%); }
    .media-clip span .caption {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: .8em 1em .7em 1em;
      border-top: 1px solid #303876;
      font-weight: bold;
      font-size: 13px;
      color: #828fb0;
      white-space: nowrap;
      overflow: hidden;
      text-overflow: ellipsis;
      transition: border-color .1s, color .1s; }
  .media-clip:hover {
    border: 1px solid #828fb0; }
    .media-clip:hover .caption {
      border-top: 1px solid #828fb0; }

.fa-2x {
  font-size: 2em; }

.svg-inline--fa {
  display: inline-block;
  height: 1em;
  overflow: visible;
  vertical-align: -.125em; }

.body-auth {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .body-auth h1 {
    font-family: "RF Dewi";
    font-weight: 700;
    font-size: 36px;
    color: #bfe6ff;
    margin-bottom: 64px;
    margin-top: 220px; }

.auth-block {
  display: block;
  margin: 0 auto; }
  .auth-block .authform {
    width: 332px;
    margin: 0 auto; }
    .auth-block .authform .button-primary {
      align-content: center;
      width: 100%;
      user-select: none; }

@media only screen and (max-width: 768px) {
  .auth-block .authform {
    max-width: none;
    min-width: auto; } }
.sign-in-divider {
  margin: 0px;
  flex-shrink: 0;
  display: flex;
  white-space: nowrap;
  text-align: center;
  border: 0px; }
  .sign-in-divider p {
    margin: 0px;
    margin-left: 8px;
    margin-right: 8px;
    font-size: 14px;
    color: #A1B5CB; }
  .sign-in-divider::before, .sign-in-divider::after {
    width: 100%;
    content: "";
    align-self: center;
    border-top: 1px solid #535370; }

.body-normal {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .body-normal .title {
    font-weight: 700;
    font-size: 36px;
    color: #bfe6ff;
    margin-bottom: 64px;
    margin-top: 64px; }

.comm-description-block {
  display: flex;
  justify-content: center; }
  .comm-description-block .description {
    max-width: 512px; }
  .comm-description-block img {
    max-width: 256px; }

.comm-link-block ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  margin: 0;
  padding: 0;
  list-style: none; }
  .comm-link-block ul li {
    display: inline-block;
    padding: 2em;
    width: 33%;
    box-sizing: border-box;
    text-align: center; }

.comm-users-container {
  max-width: 900px; }
  .comm-users-container h1 {
    margin-bottom: 10px; }

.center-block {
  margin: 0 auto; }

.status-online {
  color: #bfe6ff; }

.profile-buttons {
  display: inline-flex; }
  .profile-buttons div {
    padding-right: 8px; }

@media only screen and (max-width: 880px) {
  .profile-buttons {
    display: block; }
    .profile-buttons div {
      padding: 0px; }

  .comm-description-block {
    display: block; }
    .comm-description-block .description {
      max-width: none; }
    .comm-description-block img {
      display: none; }

  .comm-link-block ul {
    display: block;
    margin: 0;
    padding: 0; }
    .comm-link-block ul li {
      width: 100%; } }
.body-main {
  display: flex;
  flex-direction: column;
  min-height: 100vh; }
  .body-main h1 {
    font-weight: 800;
    font-size: 48px;
    color: #bfe6ff;
    margin-bottom: 104px;
    margin-top: 220px; }
  .body-main hr {
    max-width: 1294px;
    margin-bottom: 102px; }
  .body-main .game-info-container {
    display: flex;
    justify-content: center; }
    .body-main .game-info-container .game-info {
      max-width: 527px;
      padding: 10px;
      margin-bottom: 25px;
      /*            margin-right: 25px;
                  margin-bottom: 25px;*/ }
      .body-main .game-info-container .game-info h2 {
        text-align: center; }
      .body-main .game-info-container .game-info .description {
        font-size: 16px;
        text-align: left;
        line-height: normal; }
    .body-main .game-info-container .game-intro img {
      min-width: 494px;
      min-height: 295px; }

@media only screen and (max-width: 1100px) {
  .body-main .game-info-container {
    display: block; }
    .body-main .game-info-container .game-info {
      /*max-width: 433px;*/ }
    .body-main .game-info-container .game-intro img {
      min-width: auto;
      min-height: auto; }

  .body-normal .title {
    margin-top: 96px; } }
.edit-entry-title {
  text-align: start; }

.editor input, .editor textarea {
  background: #24242f82; }

details {
  text-align: start;
  background-color: #24242f82;
  display: block;
  margin-top: 10px; }

details summary {
  user-select: none;
  display: list-item;
  padding: 0px 6px 0px 6px;
  font-size: 16px; }

details[open] > summary {
  margin-bottom: .5em;
  border-bottom: 1px solid #303876; }

#file-chosen {
  margin-left: 0.3rem; }

.pricing-header {
  margin-bottom: 48px; }

.pricing-tables-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-right: -0px;
  margin-left: -12px; }
  .pricing-tables-wrap:first-child {
    margin-top: -12px; }
  .pricing-tables-wrap:last-child {
    margin-bottom: -12px; }

.pricing-table, .pricing-table-500 {
  position: relative;
  padding: 12px;
  width: 368px;
  max-width: 368px;
  flex-grow: 1;
  /*    &::before {
          content: '';
          position: absolute;
          left: 50%;
          width: 200%;
          max-width: 200%;
          height: 435px;
          background-repeat: no-repeat;
          background-position: center;
          background-size: 100%;
          bottom: 18.8%;
          -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
          background-image: url('../images/pricing-illustration.svg');
      }*/ }

.pricing-table-500 {
  width: 500px;
  max-width: 500px;
  padding: 0px; }

.pricing-table-header,
.pricing-table-features-title,
.pricing-table-features li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.24); }

.blur-2 {
  backdrop-filter: blur(2px); }

.pricing-table-inner {
  /*backdrop-filter: blur(2px);*/
  position: relative;
  display: flex;
  flex-wrap: wrap;
  background: #303876;
  padding: 24px;
  height: 100%;
  background: #181A26;
  border: 1.5px solid rgba(48, 56, 118, 0.84);
  /*    border-radius: 5px;*/
  -webkit-box-shadow: 0px 10px 28px 3px rgba(0, 0, 0, 0.13);
  -moz-box-shadow: 0px 10px 28px 3px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 10px 28px 3px rgba(0, 0, 0, 0.13);
  /*    &::before {
          content: '';
          position: absolute;
          top: 0;
          right: 0;
          bottom: 0;
          left: 0;
          @include shadow;
      }*/ }
  .pricing-table-inner > * {
    position: relative;
    /* To display all elements above the box with shadow */
    width: 100%; }

@media screen and (max-width: 900px) {
  .pricing-table-inner {
    backdrop-filter: none; } }
.pricing-table-price {
  font-family: "Merriweather", serif; }

.pricing-table-price-currency {
  color: #FFFFFF; }

.pricing-table-features-title {
  color: #bfe6ff;
  font-weight: 700; }

.pricing-table-features li {
  display: flex;
  align-items: center;
  padding: 14px 0; }
  .pricing-table-features li::before {
    content: '';
    width: 16px;
    height: 12px;
    margin-right: 16px;
    background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTYiIGhlaWdodD0iMTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTUuNiA2LjRMMS42IDQgMCA1LjYgNS42IDEyIDE2IDEuNiAxNC40IDB6IiBmaWxsPSIjMDJDQkIxIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiLz48L3N2Zz4=);
    background-repeat: no-repeat; }

.pricing-table-cta {
  align-self: flex-end; }

@media (min-width: 641px) {
  .pricing .section-paragraph {
    padding-left: 90px;
    padding-right: 90px; }

  .pricing-header {
    /*background-color: color(bg, 8);*/
    /*        border-radius: 5px;*/
    margin-bottom: 52px; } }
.profile-language {
  font-size: 14px;
  background: #64647E;
  border: none;
  color: white;
  padding: 7px 30px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  cursor: pointer;
  border-radius: 7px;
  position: relative;
  overflow: hidden;
  transition: box-shadow 0.3s ease;
  box-shadow: 0px 4px 4px 0px #00000040, 0 0 18px #6D6D8F57;
  align-content: center; }
  .profile-language option {
    text-align: start;
    color: #bfe6ff;
    background-color: #090b18;
    border: none; }

body.lb-disable-scrolling {
  overflow: hidden; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border: 1px solid #303876;
  background: #090b18;
  overflow: hidden;
  transition: border-color .2s; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 1px;
  /* Background color behind image.
     This is visible during transitions. */
  background: #090b18; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 132px;
  height: 132px;
  margin: 0 auto;
  background: url(/img/lightbox/loading.svg) no-repeat; }

@media only screen and (max-width: 800px) {
  .lb-cancel {
    width: 32px;
    height: 32px; } }
.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none; }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/img/lightbox/prev.svg) left 48% no-repeat;
  background-position: 10% 48%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.lb-nav a.lb-prev:hover {
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/img/lightbox/next.svg) right 48% no-repeat;
  background-position: 90% 48%;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -moz-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s; }

.lb-nav a.lb-next:hover {
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 14px;
  color: #828fb0; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/img/lightbox/close.svg) top right no-repeat;
  text-align: right;
  outline: none;
  opacity: 0.7;
  -webkit-transition: opacity 0.1s;
  -moz-transition: opacity 0.1s;
  -o-transition: opacity 0.1s;
  transition: opacity 0.1s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  opacity: 1; }

.videoWrapper video {
  width: 100%;
  height: auto;
  display: block; }

.glightbox-container {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999999 !important;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  outline: 0; }

.glightbox-container.inactive {
  display: none; }

.glightbox-container .gcontainer {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden; }

.glightbox-container .gslider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease,-webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  position: relative;
  overflow: hidden;
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.glightbox-container .gslide {
  width: 100%;
  position: absolute;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  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;
  opacity: 0; }

.glightbox-container .gslide.current {
  opacity: 1;
  z-index: 99999;
  position: relative; }

.glightbox-container .gslide.prev {
  opacity: 1;
  z-index: 9999; }

.glightbox-container .gslide-inner-content {
  width: 100%; }

.glightbox-container .ginner-container {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  max-width: 100%;
  margin: auto;
  height: 100vh; }

.glightbox-container .ginner-container.gvideo-container {
  width: 100%; }

.glightbox-container .ginner-container.desc-bottom, .glightbox-container .ginner-container.desc-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.glightbox-container .ginner-container.desc-left, .glightbox-container .ginner-container.desc-right {
  max-width: 100% !important; }

.gslide iframe, .gslide video {
  outline: 0 !important;
  border: none;
  min-height: 165px;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: auto;
  touch-action: auto; }

.gslide:not(.current) {
  pointer-events: none; }

.gslide-image {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.gslide-image img {
  max-height: 100vh;
  display: block;
  padding: 0;
  float: none;
  outline: 0;
  border: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  max-width: 100vw;
  width: auto;
  height: auto;
  -o-object-fit: cover;
  object-fit: cover;
  -ms-touch-action: none;
  touch-action: none;
  margin: auto;
  min-width: 200px; }

.desc-bottom .gslide-image img, .desc-top .gslide-image img {
  width: auto; }

.desc-left .gslide-image img, .desc-right .gslide-image img {
  width: auto;
  max-width: 100%; }

.gslide-image img.zoomable {
  position: relative; }

.gslide-image img.dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.gslide-video {
  position: relative;
  max-width: 100vh;
  width: 100% !important; }

.gslide-video .plyr__poster-enabled.plyr--loading .plyr__poster {
  display: none; }

.gslide-video .gvideo-wrapper {
  width: 100%;
  margin: auto; }

.gslide-video::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(255, 0, 0, 0.34);
  display: none; }

.gslide-video.playing::before {
  display: none; }

.gslide-video.fullscreen {
  max-width: 100% !important;
  min-width: 100%;
  height: 75vh; }

.gslide-video.fullscreen video {
  max-width: 100% !important;
  width: 100% !important; }

.gslide-inline {
  background: #fff;
  text-align: left;
  max-height: calc(100vh - 40px);
  overflow: auto;
  max-width: 100%;
  margin: auto; }

.gslide-inline .ginlined-content {
  padding: 20px;
  width: 100%; }

.gslide-inline .dragging {
  cursor: -webkit-grabbing !important;
  cursor: grabbing !important;
  -webkit-transition: none;
  transition: none; }

.ginlined-content {
  overflow: auto;
  display: block !important;
  opacity: 1; }

.gslide-external {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  min-width: 100%;
  background: #fff;
  padding: 0;
  overflow: auto;
  max-height: 75vh;
  height: 100%; }

.gslide-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto; }

.zoomed .gslide-media {
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.desc-bottom .gslide-media, .desc-top .gslide-media {
  margin: 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gslide-description {
  position: relative;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 100%;
  flex: 1 0 100%; }

.gslide-description.description-left, .gslide-description.description-right {
  max-width: 100%; }

.gslide-description.description-bottom, .gslide-description.description-top {
  margin: 0 auto;
  width: 100%; }

.gslide-description p {
  margin-bottom: 12px; }

.gslide-description p:last-child {
  margin-bottom: 0; }

.zoomed .gslide-description {
  display: none; }

.glightbox-button-hidden {
  display: none; }

.glightbox-mobile .glightbox-container .gslide-description {
  height: auto !important;
  width: 100%;
  position: absolute;
  bottom: 0;
  padding: 19px 11px;
  max-width: 100vw !important;
  -webkit-box-ordinal-group: 3 !important;
  -ms-flex-order: 2 !important;
  order: 2 !important;
  max-height: 78vh;
  overflow: auto !important;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.75)));
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0, rgba(0, 0, 0, 0.75) 100%);
  -webkit-transition: opacity .3s linear;
  transition: opacity .3s linear;
  padding-bottom: 50px; }

.glightbox-mobile .glightbox-container .gslide-title {
  color: #fff;
  font-size: 1em; }

.glightbox-mobile .glightbox-container .gslide-desc {
  color: #a1a1a1; }

.glightbox-mobile .glightbox-container .gslide-desc a {
  color: #fff;
  font-weight: 700; }

.glightbox-mobile .glightbox-container .gslide-desc * {
  color: inherit; }

.glightbox-mobile .glightbox-container .gslide-desc .desc-more {
  color: #fff;
  opacity: 0.4; }

.gdesc-open .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 0.4; }

.gdesc-open .gdesc-inner {
  padding-bottom: 30px; }

.gdesc-closed .gslide-media {
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  opacity: 1; }

.greset {
  -webkit-transition: all .3s ease;
  transition: all 0.3s ease; }

.gabsolute {
  position: absolute; }

.grelative {
  position: relative; }

.glightbox-desc {
  display: none !important; }

.glightbox-open {
  overflow: hidden; }

.gloader {
  height: 25px;
  width: 25px;
  -webkit-animation: lightboxLoader .8s infinite linear;
  animation: lightboxLoader .8s infinite linear;
  border: 2px solid #fff;
  border-right-color: transparent;
  border-radius: 50%;
  position: absolute;
  display: block;
  z-index: 9999;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 47%; }

.goverlay {
  width: 100%;
  height: calc(100vh + 1px);
  position: fixed;
  top: -1px;
  left: 0;
  background: #000;
  will-change: opacity; }

.glightbox-mobile .goverlay {
  background: #000; }

.gclose, .gnext, .gprev {
  z-index: 99999;
  cursor: pointer;
  width: 26px;
  height: 44px;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.gclose svg, .gnext svg, .gprev svg {
  display: block;
  width: 25px;
  height: auto;
  margin: 0;
  padding: 0; }

.gclose.disabled, .gnext.disabled, .gprev.disabled {
  opacity: 0.1; }

.gclose .garrow, .gnext .garrow, .gprev .garrow {
  stroke: #fff; }

.gbtn.focused {
  outline: 2px solid #0f3d81; }

iframe.wait-autoplay {
  opacity: 0; }

.glightbox-closing .gclose, .glightbox-closing .gnext, .glightbox-closing .gprev {
  opacity: 0 !important; }

.glightbox-clean .gslide-description {
  background: #fff; }

.glightbox-clean .gdesc-inner {
  padding: 22px 20px; }

.glightbox-clean .gslide-title {
  font-size: 1em;
  font-weight: 400;
  font-family: arial;
  color: #000;
  margin-bottom: 19px;
  line-height: 1.4em; }

.glightbox-clean .gslide-desc {
  font-size: .86em;
  margin-bottom: 0;
  font-family: arial;
  line-height: 1.4em; }

.glightbox-clean .gslide-video {
  background: #000; }

.glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
  background-color: rgba(0, 0, 0, 0.75);
  border-radius: 4px; }

.glightbox-clean .gclose path, .glightbox-clean .gnext path, .glightbox-clean .gprev path {
  fill: #fff; }

.glightbox-clean .gprev {
  position: absolute;
  top: -100%;
  left: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gnext {
  position: absolute;
  top: -100%;
  right: 30px;
  width: 40px;
  height: 50px; }

.glightbox-clean .gclose {
  width: 35px;
  height: 35px;
  top: 15px;
  right: 10px;
  position: absolute; }

.glightbox-clean .gclose svg {
  width: 18px;
  height: auto; }

.glightbox-clean .gclose:hover {
  opacity: 1; }

.gfadeIn {
  -webkit-animation: gfadeIn .5s ease;
  animation: gfadeIn 0.5s ease; }

.gfadeOut {
  -webkit-animation: gfadeOut .5s ease;
  animation: gfadeOut 0.5s ease; }

.gslideOutLeft {
  -webkit-animation: gslideOutLeft .3s ease;
  animation: gslideOutLeft 0.3s ease; }

.gslideInLeft {
  -webkit-animation: gslideInLeft .3s ease;
  animation: gslideInLeft 0.3s ease; }

.gslideOutRight {
  -webkit-animation: gslideOutRight .3s ease;
  animation: gslideOutRight 0.3s ease; }

.gslideInRight {
  -webkit-animation: gslideInRight .3s ease;
  animation: gslideInRight 0.3s ease; }

.gzoomIn {
  -webkit-animation: gzoomIn .5s ease;
  animation: gzoomIn 0.5s ease; }

.gzoomOut {
  -webkit-animation: gzoomOut .5s ease;
  animation: gzoomOut 0.5s ease; }

@-webkit-keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes lightboxLoader {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes gfadeIn {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@-webkit-keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@keyframes gfadeOut {
  from {
    opacity: 1; }
  to {
    opacity: 0; } }
@-webkit-keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes gslideInLeft {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0); }
  to {
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }
@keyframes gslideOutLeft {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(-60%, 0, 0);
    transform: translate3d(-60%, 0, 0);
    opacity: 0;
    visibility: hidden; } }
@-webkit-keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@keyframes gslideInRight {
  from {
    opacity: 0;
    visibility: visible;
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }
@keyframes gslideOutRight {
  from {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  to {
    -webkit-transform: translate3d(60%, 0, 0);
    transform: translate3d(60%, 0, 0);
    opacity: 0; } }
@-webkit-keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }
@keyframes gzoomIn {
  from {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 1; } }
@-webkit-keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@keyframes gzoomOut {
  from {
    opacity: 1; }
  50% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3); }
  to {
    opacity: 0; } }
@media (min-width: 769px) {
  .glightbox-container .ginner-container {
    width: auto;
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }

  .glightbox-container .ginner-container.desc-top .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .glightbox-container .ginner-container.desc-top .gslide-image, .glightbox-container .ginner-container.desc-top .gslide-image img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .glightbox-container .ginner-container.desc-left .gslide-description {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0; }

  .glightbox-container .ginner-container.desc-left .gslide-image {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1; }

  .gslide-image img {
    max-height: 97vh;
    max-width: 100%; }

  .gslide-image img.zoomable {
    cursor: -webkit-zoom-in;
    cursor: zoom-in; }

  .zoomed .gslide-image img.zoomable {
    cursor: -webkit-grab;
    cursor: grab; }

  .gslide-inline {
    max-height: 95vh; }

  .gslide-external {
    max-height: 100vh; }

  .gslide-description.description-left, .gslide-description.description-right {
    max-width: 275px; }

  .glightbox-open {
    height: auto; }

  .goverlay {
    background: rgba(0, 0, 0, 0.92); }

  .glightbox-clean .gslide-media {
    -webkit-box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65);
    box-shadow: 1px 2px 9px 0 rgba(0, 0, 0, 0.65); }

  .glightbox-clean .description-left .gdesc-inner, .glightbox-clean .description-right .gdesc-inner {
    position: absolute;
    height: 100%;
    overflow-y: auto; }

  .glightbox-clean .gclose, .glightbox-clean .gnext, .glightbox-clean .gprev {
    background-color: rgba(0, 0, 0, 0.32); }

  .glightbox-clean .gclose:hover, .glightbox-clean .gnext:hover, .glightbox-clean .gprev:hover {
    background-color: rgba(0, 0, 0, 0.7); }

  .glightbox-clean .gprev {
    top: 45%; }

  .glightbox-clean .gnext {
    top: 45%; } }
@media (min-width: 992px) {
  .glightbox-clean .gclose {
    opacity: .7;
    right: 20px; } }
@media screen and (max-height: 420px) {
  .goverlay {
    background: #000; } }
/* свойства модального окна по умолчанию */
.modal {
  position: fixed;
  /* фиксированное положение */
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  /* цвет фона */
  z-index: 1050;
  opacity: 0;
  /* по умолчанию модальное окно прозрачно */
  -webkit-transition: opacity 200ms ease-in;
  -moz-transition: opacity 200ms ease-in;
  transition: opacity 200ms ease-in;
  /* анимация перехода */
  pointer-events: none;
  /* элемент невидим для событий мыши */
  margin: 0;
  padding: 0; }

/* при отображении модального окно */
.modal:target {
  opacity: 1;
  /* делаем окно видимым */
  pointer-events: auto;
  /* элемент видим для событий мыши */
  overflow-y: auto;
  /* добавляем прокрутку по y, когда элемент не помещается на страницу */ }

/* ширина модального окна и его отступы от экрана */
.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 30px auto;
    /* для отображения модального окна по центру */ } }
/* свойства для блока, содержащего контент модального окна */
.modal-content {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #090b18;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: 0; }

@media (min-width: 768px) {
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); } }
/* свойства для заголовка модального окна */
.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 15px;
  background-color: #090b18;
  border-bottom: 1px solid #828fb0;
  border-radius: .3rem; }

.modal-title {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1.5;
  font-size: 3.25rem;
  font-weight: 600; }

/* свойства для кнопки "Закрыть" */
.close {
  float: right;
  font-family: sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1;
  color: #white;
  opacity: .5;
  text-decoration: none; }

/* свойства для кнопки "Закрыть" при нахождении её в фокусе или наведении */
.close:focus, .close:hover {
  color: #FFFFFF;
  text-decoration: none;
  cursor: pointer;
  opacity: .75; }

/* свойства для блока, содержащего основное содержимое окна */
.modal-body {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 15px;
  overflow: auto; }

/*# sourceMappingURL=hylaunch.css.map */
