@import url(https://fonts.googleapis.com/css?family=Jura:400,700&display=swap&subset=cyrillic-ext);
/*! * FullCalendar v3.10.1 * Docs & License: https://fullcalendar.io/ * (c) 2019 Adam Shaw */
.fc button,
.fc table,
body .fc {
  font-size: 1em;
}
.fc-day-grid-event .fc-content,
.fc-list-item-marker,
.fc-list-item-time,
.fc-time-grid-event.fc-short .fc-content,
.fc-time-grid-event .fc-time,
.fc .fc-axis,
.fc button {
  white-space: nowrap;
}
.fc-event,
.fc-event:hover,
.fc-state-hover,
.fc.fc-bootstrap3 a,
.ui-widget .fc-event,
a.fc-more {
  text-decoration: none;
}
.fc {
  direction: ltr;
  text-align: left;
}
.fc-rtl {
  text-align: right;
}
.fc-basic-view .fc-day-top .fc-week-number,
.fc-basic-view td.fc-week-number,
.fc-icon,
.fc-toolbar,
.fc th {
  text-align: center;
}
.fc-highlight {
  background: #bce8f1;
  opacity: 0.3;
}
.fc-bgevent {
  background: #8fdf82;
  opacity: 0.3;
}
.fc-nonbusiness {
  background: #d7d7d7;
}
.fc button {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  height: 2.1em;
  padding: 0 0.6em;
  cursor: pointer;
}
.fc button::-moz-focus-inner {
  margin: 0;
  padding: 0;
}
.fc-state-default {
  border: 1px solid;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #fff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #fff, #e6e6e6);
  background-image: -o-linear-gradient(top, #fff, #e6e6e6);
  background-image: linear-gradient(180deg, #fff, #e6e6e6);
  background-repeat: repeat-x;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  color: #333;
  text-shadow: 0 1px 1px hsla(0, 0%, 100%, 0.75);
  box-shadow:
    inset 0 1px 0 hsla(0, 0%, 100%, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-default.fc-corner-left {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}
.fc-state-default.fc-corner-right {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}
.fc button .fc-icon {
  position: relative;
  top: -0.05em;
  margin: 0 0.2em;
  vertical-align: middle;
}
.fc-state-active,
.fc-state-disabled,
.fc-state-down,
.fc-state-hover {
  color: #333;
  background-color: #e6e6e6;
}
.fc-state-hover {
  color: #333;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}
.fc-state-active,
.fc-state-down {
  background-color: #ccc;
  background-image: none;
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}
.fc-state-disabled {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  box-shadow: none;
}
.fc-event.fc-draggable,
.fc-event[href],
.fc-popover .fc-header .fc-close,
a[data-goto] {
  cursor: pointer;
}
.fc-button-group {
  display: inline-block;
}
.fc .fc-button-group > * {
  float: left;
  margin: 0 0 0 -1px;
}
.fc .fc-button-group > :first-child {
  margin-left: 0;
}
.fc-popover {
  position: absolute;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
}
.fc-popover .fc-header {
  padding: 2px 4px;
}
.fc-popover .fc-header .fc-title {
  margin: 0 2px;
}
.fc-ltr .fc-popover .fc-header .fc-title,
.fc-rtl .fc-popover .fc-header .fc-close {
  float: left;
}
.fc-ltr .fc-popover .fc-header .fc-close,
.fc-rtl .fc-popover .fc-header .fc-title {
  float: right;
}
.fc-divider {
  border-style: solid;
  border-width: 1px;
}
hr.fc-divider {
  height: 0;
  margin: 0;
  padding: 0 0 2px;
  border-width: 1px 0;
}
.fc-bg table,
.fc-row .fc-bgevent-skeleton table,
.fc-row .fc-highlight-skeleton table {
  height: 100%;
}
.fc-clear {
  clear: both;
}
.fc-bg,
.fc-bgevent-skeleton,
.fc-helper-skeleton,
.fc-highlight-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-bg {
  bottom: 0;
}
.fc table {
  width: 100%;
  box-sizing: border-box;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
}
.fc td,
.fc th {
  border-style: solid;
  border-width: 1px;
  padding: 0;
  vertical-align: top;
}
.fc td.fc-today {
  border-style: double;
}
a[data-goto]:hover {
  text-decoration: underline;
}
.fc .fc-row {
  border-style: solid;
  border-width: 0;
}
.fc-row table {
  border-left: 0 hidden transparent;
  border-right: 0 hidden transparent;
  border-bottom: 0 hidden transparent;
}
.fc-row:first-child table {
  border-top: 0 hidden transparent;
}
.fc-row {
  position: relative;
}
.fc-row .fc-bg {
  z-index: 1;
}
.fc-row .fc-bgevent-skeleton,
.fc-row .fc-highlight-skeleton {
  bottom: 0;
}
.fc-row .fc-bgevent-skeleton td,
.fc-row .fc-highlight-skeleton td {
  border-color: transparent;
}
.fc-row .fc-bgevent-skeleton {
  z-index: 2;
}
.fc-row .fc-highlight-skeleton {
  z-index: 3;
}
.fc-row .fc-content-skeleton {
  position: relative;
  z-index: 4;
  padding-bottom: 2px;
}
.fc-row .fc-helper-skeleton {
  z-index: 5;
}
.fc .fc-row .fc-content-skeleton table,
.fc .fc-row .fc-content-skeleton td,
.fc .fc-row .fc-helper-skeleton td {
  background: 0 0;
  border-color: transparent;
}
.fc-row .fc-content-skeleton td,
.fc-row .fc-helper-skeleton td {
  border-bottom: 0;
}
.fc-row .fc-content-skeleton tbody td,
.fc-row .fc-helper-skeleton tbody td {
  border-top: 0;
}
.fc-scroller {
  -webkit-overflow-scrolling: touch;
}
.fc-day-grid-event .fc-content,
.fc-icon,
.fc-row.fc-rigid,
.fc-time-grid-event {
  overflow: hidden;
}
.fc-scroller > .fc-day-grid,
.fc-scroller > .fc-time-grid {
  position: relative;
  width: 100%;
}
.fc-event {
  position: relative;
  display: block;
  font-size: 0.85em;
  line-height: 1.3;
  border-radius: 3px;
  border: 1px solid #3a87ad;
}
.fc-event,
.fc-event-dot {
  background-color: #3a87ad;
}
.fc-event,
.fc-event:hover {
  color: #fff;
}
.fc-not-allowed,
.fc-not-allowed .fc-event {
  cursor: not-allowed;
}
.fc-event .fc-bg {
  z-index: 1;
  background: #fff;
  opacity: 0.25;
}
.fc-event .fc-content {
  position: relative;
  z-index: 2;
}
.fc-event .fc-resizer {
  position: absolute;
  z-index: 4;
  display: none;
}
.fc-event.fc-allow-mouse-resize .fc-resizer,
.fc-event.fc-selected .fc-resizer {
  display: block;
}
.fc-event.fc-selected .fc-resizer:before {
  content: "";
  position: absolute;
  z-index: 9999;
  top: 50%;
  left: 50%;
  width: 40px;
  height: 40px;
  margin-left: -20px;
  margin-top: -20px;
}
.fc-event.fc-selected {
  z-index: 9999 !important;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.fc-event.fc-selected.fc-dragging {
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
}
.fc-h-event.fc-selected:before {
  content: "";
  position: absolute;
  z-index: 3;
  top: -10px;
  bottom: -10px;
  left: 0;
  right: 0;
}
.fc-ltr .fc-h-event.fc-not-start,
.fc-rtl .fc-h-event.fc-not-end {
  margin-left: 0;
  border-left-width: 0;
  padding-left: 1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.fc-ltr .fc-h-event.fc-not-end,
.fc-rtl .fc-h-event.fc-not-start {
  margin-right: 0;
  border-right-width: 0;
  padding-right: 1px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-ltr .fc-h-event .fc-start-resizer,
.fc-rtl .fc-h-event .fc-end-resizer {
  cursor: w-resize;
  left: -1px;
}
.fc-ltr .fc-h-event .fc-end-resizer,
.fc-rtl .fc-h-event .fc-start-resizer {
  cursor: e-resize;
  right: -1px;
}
.fc-h-event.fc-allow-mouse-resize .fc-resizer {
  width: 7px;
  top: -1px;
  bottom: -1px;
}
.fc-h-event.fc-selected .fc-resizer {
  border-radius: 4px;
  border-width: 1px;
  width: 6px;
  height: 6px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  top: 50%;
  margin-top: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-start-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-end-resizer {
  margin-left: -4px;
}
.fc-ltr .fc-h-event.fc-selected .fc-end-resizer,
.fc-rtl .fc-h-event.fc-selected .fc-start-resizer {
  margin-right: -4px;
}
.fc-day-grid-event {
  margin: 1px 2px 0;
  padding: 0 1px;
}
tr:first-child > td > .fc-day-grid-event {
  margin-top: 2px;
}
.fc-day-grid-event.fc-selected:after {
  content: "";
  position: absolute;
  z-index: 1;
  top: -1px;
  right: -1px;
  bottom: -1px;
  left: -1px;
  background: #000;
  opacity: 0.25;
}
.fc-day-grid-event .fc-time {
  font-weight: 700;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer {
  margin-left: -2px;
}
.fc-ltr .fc-day-grid-event.fc-allow-mouse-resize .fc-end-resizer,
.fc-rtl .fc-day-grid-event.fc-allow-mouse-resize .fc-start-resizer {
  margin-right: -2px;
}
a.fc-more {
  margin: 1px 3px;
  font-size: 0.85em;
  cursor: pointer;
}
a.fc-more:hover {
  text-decoration: underline;
}
.fc-limited {
  display: none;
}
.fc-day-grid .fc-row {
  z-index: 1;
}
.fc-more-popover {
  z-index: 2;
  width: 220px;
}
.fc-more-popover .fc-event-container {
  padding: 10px;
}
.fc-bootstrap3 .fc-popover .panel-body,
.fc-bootstrap4 .fc-popover .card-body {
  padding: 0;
}
.fc-now-indicator {
  position: absolute;
  border: 0 solid red;
}
.fc-bootstrap3 .fc-today.alert,
.fc-bootstrap4 .fc-today.alert {
  border-radius: 0;
}
.fc-unselectable {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}
.fc-unthemed .fc-content,
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-list-view,
.fc-unthemed .fc-popover,
.fc-unthemed .fc-row,
.fc-unthemed tbody,
.fc-unthemed td,
.fc-unthemed th,
.fc-unthemed thead {
  border-color: #ddd;
}
.fc-unthemed .fc-popover {
  background-color: #fff;
  border-width: 1px;
  border-style: solid;
}
.fc-unthemed .fc-divider,
.fc-unthemed .fc-list-heading td,
.fc-unthemed .fc-popover .fc-header {
  background: #eee;
}
.fc-unthemed td.fc-today {
  background: #fcf8e3;
}
.fc-unthemed .fc-disabled-day {
  background: #d7d7d7;
  opacity: 0.3;
}
.fc-icon {
  display: inline-block;
  height: 1em;
  line-height: 1em;
  font-size: 1em;
  font-family:
    Courier New,
    Courier,
    monospace;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fc-icon:after {
  position: relative;
}
.fc-icon-left-single-arrow:after {
  content: "\2039";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-right-single-arrow:after {
  content: "\203A";
  font-weight: 700;
  font-size: 200%;
  top: -7%;
}
.fc-icon-left-double-arrow:after {
  content: "\AB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-right-double-arrow:after {
  content: "\BB";
  font-size: 160%;
  top: -7%;
}
.fc-icon-left-triangle:after {
  content: "\25C4";
  font-size: 125%;
  top: 3%;
}
.fc-icon-right-triangle:after {
  content: "\25BA";
  font-size: 125%;
  top: 3%;
}
.fc-icon-down-triangle:after {
  content: "\25BC";
  font-size: 125%;
  top: 2%;
}
.fc-icon-x:after {
  content: "\D7";
  font-size: 200%;
  top: 6%;
}
.fc-unthemed .fc-popover .fc-header .fc-close {
  color: #666;
  font-size: 0.9em;
  margin-top: 2px;
}
.fc-unthemed .fc-list-item:hover td {
  background-color: #f5f5f5;
}
.ui-widget .fc-disabled-day {
  background-image: none;
}
.fc-bootstrap3 .fc-time-grid .fc-slats table,
.fc-bootstrap4 .fc-time-grid .fc-slats table,
.fc-time-grid .fc-slats .ui-widget-content {
  background: 0 0;
}
.fc-popover > .ui-widget-header + .ui-widget-content {
  border-top: 0;
}
.fc-bootstrap3 hr.fc-divider,
.fc-bootstrap4 hr.fc-divider {
  border-color: inherit;
}
.ui-widget .fc-event {
  color: #fff;
  font-weight: 400;
}
.ui-widget td.fc-axis {
  font-weight: 400;
}
.fc.fc-bootstrap3 a[data-goto]:hover {
  text-decoration: underline;
}
.fc.fc-bootstrap4 a {
  text-decoration: none;
}
.fc.fc-bootstrap4 a[data-goto]:hover {
  text-decoration: underline;
}
.fc-bootstrap4 a.fc-event:not([href]):not([tabindex]) {
  color: #fff;
}
.fc-bootstrap4 .fc-popover.card {
  position: absolute;
}
.fc-toolbar.fc-header-toolbar {
  margin-bottom: 1em;
}
.fc-toolbar.fc-footer-toolbar {
  margin-top: 1em;
}
.fc-toolbar .fc-left {
  float: left;
}
.fc-toolbar .fc-right {
  float: right;
}
.fc-toolbar .fc-center {
  display: inline-block;
}
.fc .fc-toolbar > * > * {
  float: left;
  margin-left: 0.75em;
}
.fc .fc-toolbar > * > :first-child {
  margin-left: 0;
}
.fc-toolbar h2 {
  margin: 0;
}
.fc-toolbar button {
  position: relative;
}
.fc-toolbar .fc-state-hover,
.fc-toolbar .ui-state-hover {
  z-index: 2;
}
.fc-toolbar .fc-state-down {
  z-index: 3;
}
.fc-toolbar .fc-state-active,
.fc-toolbar .ui-state-active {
  z-index: 4;
}
.fc-toolbar button:focus {
  z-index: 5;
}
.fc-view-container *,
.fc-view-container :after,
.fc-view-container :before {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.fc-view,
.fc-view > table {
  position: relative;
  z-index: 1;
}
.fc-basicDay-view .fc-content-skeleton,
.fc-basicWeek-view .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc-basic-view .fc-body .fc-row {
  min-height: 4em;
}
.fc-row.fc-rigid .fc-content-skeleton {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
.fc-day-top.fc-other-month {
  opacity: 0.3;
}
.fc-basic-view .fc-day-number,
.fc-basic-view .fc-week-number {
  padding: 2px;
}
.fc-basic-view th.fc-day-number,
.fc-basic-view th.fc-week-number {
  padding: 0 2px;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-day-number {
  float: right;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-day-number {
  float: left;
}
.fc-ltr .fc-basic-view .fc-day-top .fc-week-number {
  float: left;
  border-radius: 0 0 3px;
}
.fc-rtl .fc-basic-view .fc-day-top .fc-week-number {
  float: right;
  border-radius: 0 0 0 3px;
}
.fc-basic-view .fc-day-top .fc-week-number {
  min-width: 1.5em;
  background-color: #f2f2f2;
  color: grey;
}
.fc-basic-view td.fc-week-number > * {
  display: inline-block;
  min-width: 1.25em;
}
.fc-agenda-view .fc-day-grid {
  position: relative;
  z-index: 2;
}
.fc-agenda-view .fc-day-grid .fc-row {
  min-height: 3em;
}
.fc-agenda-view .fc-day-grid .fc-row .fc-content-skeleton {
  padding-bottom: 1em;
}
.fc .fc-axis {
  vertical-align: middle;
  padding: 0 4px;
}
.fc-ltr .fc-axis {
  text-align: right;
}
.fc-rtl .fc-axis {
  text-align: left;
}
.fc-time-grid,
.fc-time-grid-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid {
  min-height: 100%;
}
.fc-time-grid table {
  border: 0 hidden transparent;
}
.fc-time-grid > .fc-bg {
  z-index: 1;
}
.fc-time-grid .fc-slats,
.fc-time-grid > hr {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-content-col {
  position: relative;
}
.fc-time-grid .fc-content-skeleton {
  position: absolute;
  z-index: 3;
  top: 0;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-business-container {
  position: relative;
  z-index: 1;
}
.fc-time-grid .fc-bgevent-container {
  position: relative;
  z-index: 2;
}
.fc-time-grid .fc-highlight-container {
  z-index: 3;
  position: relative;
}
.fc-time-grid .fc-event-container {
  position: relative;
  z-index: 4;
}
.fc-time-grid .fc-now-indicator-line {
  z-index: 5;
}
.fc-time-grid .fc-helper-container {
  position: relative;
  z-index: 6;
}
.fc-time-grid .fc-slats td {
  height: 1.5em;
  border-bottom: 0;
}
.fc-time-grid .fc-slats .fc-minor td {
  border-top-style: dotted;
}
.fc-time-grid .fc-highlight {
  position: absolute;
  left: 0;
  right: 0;
}
.fc-ltr .fc-time-grid .fc-event-container {
  margin: 0 2.5% 0 2px;
}
.fc-rtl .fc-time-grid .fc-event-container {
  margin: 0 2px 0 2.5%;
}
.fc-time-grid .fc-bgevent,
.fc-time-grid .fc-event {
  position: absolute;
  z-index: 1;
}
.fc-time-grid .fc-bgevent {
  left: 0;
  right: 0;
}
.fc-v-event.fc-not-start {
  border-top-width: 0;
  padding-top: 1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.fc-v-event.fc-not-end {
  border-bottom-width: 0;
  padding-bottom: 1px;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}
.fc-time-grid-event.fc-selected {
  overflow: visible;
}
.fc-time-grid-event.fc-selected .fc-bg {
  display: none;
}
.fc-time-grid-event .fc-content {
  overflow: hidden;
}
.fc-time-grid-event .fc-time,
.fc-time-grid-event .fc-title {
  padding: 0 1px;
}
.fc-time-grid-event .fc-time {
  font-size: 0.85em;
}
.fc-time-grid-event.fc-short .fc-time,
.fc-time-grid-event.fc-short .fc-title {
  display: inline-block;
  vertical-align: top;
}
.fc-time-grid-event.fc-short .fc-time span {
  display: none;
}
.fc-time-grid-event.fc-short .fc-time:before {
  content: attr(data-start);
}
.fc-time-grid-event.fc-short .fc-time:after {
  content: "\A0-\A0";
}
.fc-time-grid-event.fc-short .fc-title {
  font-size: 0.85em;
  padding: 0;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer {
  left: 0;
  right: 0;
  bottom: 0;
  height: 8px;
  overflow: hidden;
  line-height: 8px;
  font-size: 11px;
  font-family: monospace;
  text-align: center;
  cursor: s-resize;
}
.fc-time-grid-event.fc-allow-mouse-resize .fc-resizer:after {
  content: "=";
}
.fc-time-grid-event.fc-selected .fc-resizer {
  border-radius: 5px;
  border-width: 1px;
  width: 8px;
  height: 8px;
  border-style: solid;
  border-color: inherit;
  background: #fff;
  left: 50%;
  margin-left: -5px;
  bottom: -5px;
}
.fc-time-grid .fc-now-indicator-line {
  border-top-width: 1px;
  left: 0;
  right: 0;
}
.fc-time-grid .fc-now-indicator-arrow {
  margin-top: -5px;
}
.fc-ltr .fc-time-grid .fc-now-indicator-arrow {
  left: 0;
  border-width: 5px 0 5px 6px;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-rtl .fc-time-grid .fc-now-indicator-arrow {
  right: 0;
  border-width: 5px 6px 5px 0;
  border-top-color: transparent;
  border-bottom-color: transparent;
}
.fc-event-dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
}
.fc-rtl .fc-list-view {
  direction: rtl;
}
.fc-list-view {
  border-width: 1px;
  border-style: solid;
}
.fc .fc-list-table {
  table-layout: auto;
}
.fc-list-table td {
  border-width: 1px 0 0;
  padding: 8px 14px;
}
.fc-list-table tr:first-child td {
  border-top-width: 0;
}
.fc-list-heading {
  border-bottom-width: 1px;
}
.fc-list-heading td {
  font-weight: 700;
}
.fc-ltr .fc-list-heading-main {
  float: left;
}
.fc-ltr .fc-list-heading-alt,
.fc-rtl .fc-list-heading-main {
  float: right;
}
.fc-rtl .fc-list-heading-alt {
  float: left;
}
.fc-list-item.fc-has-url {
  cursor: pointer;
}
.fc-list-item-marker,
.fc-list-item-time {
  width: 1px;
}
.fc-ltr .fc-list-item-marker {
  padding-right: 0;
}
.fc-rtl .fc-list-item-marker {
  padding-left: 0;
}
.fc-list-item-title a {
  text-decoration: none;
  color: inherit;
}
.fc-list-item-title a[href]:hover {
  text-decoration: underline;
}
.fc-list-empty-wrap2 {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.fc-list-empty-wrap1 {
  width: 100%;
  height: 100%;
  display: table;
}
.fc-list-empty {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}
.fc-unthemed .fc-list-empty {
  background-color: #eee;
}
.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: #0b0b0b;
  opacity: 0.8;
}
.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed;
}
.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}
.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}
.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.mfp-align-top .mfp-container:before {
  display: none;
}
.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}
.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto;
}
.mfp-ajax-cur {
  cursor: progress;
}
.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}
.mfp-auto-cursor .mfp-content {
  cursor: auto;
}
.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}
.mfp-loading.mfp-figure {
  display: none;
}
.mfp-hide {
  display: none !important;
}
.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}
.mfp-preloader a {
  color: #ccc;
}
.mfp-preloader a:hover {
  color: #fff;
}
.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none;
}
button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}
button::-moz-focus-inner {
  padding: 0;
  border: 0;
}
.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}
.mfp-close:focus,
.mfp-close:hover {
  opacity: 1;
}
.mfp-close:active {
  top: 1px;
}
.mfp-close-btn-in .mfp-close {
  color: #333;
}
.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}
.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}
.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}
.mfp-arrow:active {
  margin-top: -54px;
}
.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1;
}
.mfp-arrow:after,
.mfp-arrow:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}
.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}
.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}
.mfp-arrow-left {
  left: 0;
}
.mfp-arrow-left:after {
  border-right: 17px solid #fff;
  margin-left: 31px;
}
.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3f3f3f;
}
.mfp-arrow-right {
  right: 0;
}
.mfp-arrow-right:after {
  border-left: 17px solid #fff;
  margin-left: 39px;
}
.mfp-arrow-right:before {
  border-left: 27px solid #3f3f3f;
}
.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}
.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}
.mfp-iframe-holder .mfp-close {
  top: -40px;
}
.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}
.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto;
}
.mfp-figure,
img.mfp-img {
  line-height: 0;
}
.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}
.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px;
}
.mfp-figure figure {
  margin: 0;
}
.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}
.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px;
}
.mfp-image-holder .mfp-content {
  max-width: 100%;
}
.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}
@media screen and (max-height: 300px),
  screen and (max-width: 800px) and (orientation: landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}
@media (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}
.owl-carousel,
.owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}
.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translateZ(0);
}
.owl-carousel .owl-item,
.owl-carousel .owl-wrapper {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  -moz-transform: translateZ(0);
  -ms-transform: translateZ(0);
}
.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-item img {
  display: block;
  width: 100%;
}
.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
  display: none;
}
.no-js .owl-carousel,
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
  background: 0 0;
  color: inherit;
  border: none;
  padding: 0 !important;
  font: inherit;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}
.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.owl-height {
  transition: height 0.5s ease-in-out;
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-item .owl-lazy:not([src]),
.owl-carousel .owl-item .owl-lazy[src^=""] {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}
.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(/public/owl.video.play_4a37f800.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 0.1s ease;
}
.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3);
  transform: scale(1.3);
}
.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}
.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 0.4s ease;
}
.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}
@font-face {
  font-family: lazer84;
  src:
    url(/public/fonts/lazer84_71e67f62.woff2) format("woff2"),
    url(/public/fonts/lazer84_ecd0c5ec.woff) format("woff");
  font-weight: 400;
  font-style: normal;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #0a0f28 -webkit-gradient(linear, left bottom, left top, from(#0a0f28), color-stop(50%, #081b48), to(#0a0f28));
  background: #0a0f28 linear-gradient(0deg, #0a0f28, #081b48 50%, #0a0f28);
  background-repeat: no-repeat;
  font-family: Jura, sans-serif;
  font-size: 14px;
  color: #fff;
  min-width: 320px;
  margin: 0;
}
body.admin-bar header.header {
  top: 32px;
}
body.no_content_padding main#content {
  padding-top: 0;
}
#breadcrumbs {
  text-align: center;
  font-size: 14px;
  padding-bottom: 30px;
}
main#content {
  padding-top: 142px;
}
@media (max-width: 1366px) {
  main#content {
    padding-top: 100px;
  }
}
@media (max-width: 480px) {
  main#content {
    padding-top: 78px;
  }
}
.content_inner {
  max-width: 940px;
  margin: 0 auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.page_title {
  text-align: center;
  color: #28bebe;
  margin-bottom: 32px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .page_title {
    margin-bottom: 18px;
  }
}
.page_title h1,
.page_title h2 {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 480px) {
  .page_title h1,
  .page_title h2 {
    font-size: 22px;
  }
}
a {
  text-decoration: underline;
  color: #fff;
}
a:hover {
  text-decoration: none;
}
.hp {
  padding-left: 30px;
  padding-right: 30px;
}
@media (max-width: 480px) {
  .hp {
    padding-left: 15px;
    padding-right: 15px;
  }
}
ul {
  padding: 0;
}
h1,
h2,
h3,
h4,
h5,
ul {
  margin: 0;
}
p {
  margin-top: 0;
}
img {
  max-width: 100%;
  height: auto;
}
nav.pagination {
  padding-top: 24px;
  text-align: center;
}
nav.pagination h2 {
  display: none;
}
nav.pagination .nav-links {
  display: inline-block;
}
nav.pagination .nav-links a,
nav.pagination .nav-links span.current {
  display: inline-block;
  border: 1px solid transparent;
  line-height: 23px;
  text-align: center;
  margin: 4px;
  width: 25px;
  height: 25px;
}
nav.pagination .nav-links span.current {
  border-color: #28bebe;
  color: #28bebe;
}
nav.pagination .nav-links a {
  background: #121833;
  color: #abd3f5;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
nav.pagination .nav-links a:hover {
  color: #f09;
}
nav.pagination .nav-links a.next,
nav.pagination .nav-links a.prev {
  background: none;
  color: #28bebe;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
nav.pagination .nav-links a.next:hover,
nav.pagination .nav-links a.prev:hover {
  color: #f09;
}
nav.pagination .nav-links a.next svg,
nav.pagination .nav-links a.prev svg {
  width: 10px;
  height: 10px;
}
@-webkit-keyframes glitch-anim {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 9%, 0 9%);
    clip-path: polygon(0 0, 100% 0, 100% 9%, 0 9%);
  }
  10% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 76%, 0 73%);
    clip-path: polygon(0 60%, 100% 60%, 100% 76%, 0 73%);
  }
  15% {
    -webkit-clip-path: polygon(0 37%, 100% 37%, 100% 50%, 0 51%);
    clip-path: polygon(0 37%, 100% 37%, 100% 50%, 0 51%);
  }
  20% {
    -webkit-clip-path: polygon(0 4%, 100% 4%, 100% 18%, 0 17%);
    clip-path: polygon(0 4%, 100% 4%, 100% 18%, 0 17%);
  }
  25% {
    -webkit-clip-path: polygon(0 70%, 100% 69%, 100% 81%, 0 82%);
    clip-path: polygon(0 70%, 100% 69%, 100% 81%, 0 82%);
  }
  30% {
    -webkit-clip-path: polygon(0 84%, 100% 83%, 100% 94%, 0 95%);
    clip-path: polygon(0 84%, 100% 83%, 100% 94%, 0 95%);
  }
  35% {
    -webkit-clip-path: polygon(0 87%, 100% 88%, 100% 76%, 0 76%);
    clip-path: polygon(0 87%, 100% 88%, 100% 76%, 0 76%);
  }
  40% {
    -webkit-clip-path: polygon(0 53%, 100% 53%, 100% 41%, 0 38%);
    clip-path: polygon(0 53%, 100% 53%, 100% 41%, 0 38%);
  }
  45% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 95%, 0 93%);
    clip-path: polygon(0 100%, 100% 100%, 100% 95%, 0 93%);
  }
  50% {
    -webkit-clip-path: polygon(0 71%, 100% 71%, 100% 60%, 0 61%);
    clip-path: polygon(0 71%, 100% 71%, 100% 60%, 0 61%);
  }
  55% {
    -webkit-clip-path: polygon(0 83%, 100% 82%, 100% 78%, 0 79%);
    clip-path: polygon(0 83%, 100% 82%, 100% 78%, 0 79%);
  }
  55% {
    -webkit-clip-path: polygon(0 81%, 100% 82%, 100% 75%, 0 75%);
    clip-path: polygon(0 81%, 100% 82%, 100% 75%, 0 75%);
  }
  60% {
    -webkit-clip-path: polygon(0 46%, 100% 46%, 100% 42%, 0 42%);
    clip-path: polygon(0 46%, 100% 46%, 100% 42%, 0 42%);
  }
  65% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 0, 0 0);
    clip-path: polygon(0 5%, 100% 5%, 100% 0, 0 0);
  }
  70% {
    -webkit-clip-path: polygon(0 19%, 100% 19%, 100% 13%, 0 13%);
    clip-path: polygon(0 19%, 100% 19%, 100% 13%, 0 13%);
  }
  75% {
    -webkit-clip-path: polygon(0 45%, 100% 44%, 100% 39%, 0 40%);
    clip-path: polygon(0 45%, 100% 44%, 100% 39%, 0 40%);
  }
  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 96%, 0 97%);
    clip-path: polygon(0 100%, 100% 100%, 100% 96%, 0 97%);
  }
  85% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 63%, 0 63%);
    clip-path: polygon(0 70%, 100% 70%, 100% 63%, 0 63%);
  }
  90% {
    -webkit-clip-path: polygon(0 6%, 100% 6%, 100% 2%, 0 2%);
    clip-path: polygon(0 6%, 100% 6%, 100% 2%, 0 2%);
  }
  95% {
    -webkit-clip-path: polygon(0 21%, 100% 20%, 100% 16%, 0 17%);
    clip-path: polygon(0 21%, 100% 20%, 100% 16%, 0 17%);
  }
  to {
    -webkit-clip-path: polygon(0 41%, 100% 41%, 100% 38%, 0 38%);
    clip-path: polygon(0 41%, 100% 41%, 100% 38%, 0 38%);
  }
}
@keyframes glitch-anim {
  0% {
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 9%, 0 9%);
    clip-path: polygon(0 0, 100% 0, 100% 9%, 0 9%);
  }
  10% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 76%, 0 73%);
    clip-path: polygon(0 60%, 100% 60%, 100% 76%, 0 73%);
  }
  15% {
    -webkit-clip-path: polygon(0 37%, 100% 37%, 100% 50%, 0 51%);
    clip-path: polygon(0 37%, 100% 37%, 100% 50%, 0 51%);
  }
  20% {
    -webkit-clip-path: polygon(0 4%, 100% 4%, 100% 18%, 0 17%);
    clip-path: polygon(0 4%, 100% 4%, 100% 18%, 0 17%);
  }
  25% {
    -webkit-clip-path: polygon(0 70%, 100% 69%, 100% 81%, 0 82%);
    clip-path: polygon(0 70%, 100% 69%, 100% 81%, 0 82%);
  }
  30% {
    -webkit-clip-path: polygon(0 84%, 100% 83%, 100% 94%, 0 95%);
    clip-path: polygon(0 84%, 100% 83%, 100% 94%, 0 95%);
  }
  35% {
    -webkit-clip-path: polygon(0 87%, 100% 88%, 100% 76%, 0 76%);
    clip-path: polygon(0 87%, 100% 88%, 100% 76%, 0 76%);
  }
  40% {
    -webkit-clip-path: polygon(0 53%, 100% 53%, 100% 41%, 0 38%);
    clip-path: polygon(0 53%, 100% 53%, 100% 41%, 0 38%);
  }
  45% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 95%, 0 93%);
    clip-path: polygon(0 100%, 100% 100%, 100% 95%, 0 93%);
  }
  50% {
    -webkit-clip-path: polygon(0 71%, 100% 71%, 100% 60%, 0 61%);
    clip-path: polygon(0 71%, 100% 71%, 100% 60%, 0 61%);
  }
  55% {
    -webkit-clip-path: polygon(0 83%, 100% 82%, 100% 78%, 0 79%);
    clip-path: polygon(0 83%, 100% 82%, 100% 78%, 0 79%);
  }
  55% {
    -webkit-clip-path: polygon(0 81%, 100% 82%, 100% 75%, 0 75%);
    clip-path: polygon(0 81%, 100% 82%, 100% 75%, 0 75%);
  }
  60% {
    -webkit-clip-path: polygon(0 46%, 100% 46%, 100% 42%, 0 42%);
    clip-path: polygon(0 46%, 100% 46%, 100% 42%, 0 42%);
  }
  65% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 0, 0 0);
    clip-path: polygon(0 5%, 100% 5%, 100% 0, 0 0);
  }
  70% {
    -webkit-clip-path: polygon(0 19%, 100% 19%, 100% 13%, 0 13%);
    clip-path: polygon(0 19%, 100% 19%, 100% 13%, 0 13%);
  }
  75% {
    -webkit-clip-path: polygon(0 45%, 100% 44%, 100% 39%, 0 40%);
    clip-path: polygon(0 45%, 100% 44%, 100% 39%, 0 40%);
  }
  80% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 96%, 0 97%);
    clip-path: polygon(0 100%, 100% 100%, 100% 96%, 0 97%);
  }
  85% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 63%, 0 63%);
    clip-path: polygon(0 70%, 100% 70%, 100% 63%, 0 63%);
  }
  90% {
    -webkit-clip-path: polygon(0 6%, 100% 6%, 100% 2%, 0 2%);
    clip-path: polygon(0 6%, 100% 6%, 100% 2%, 0 2%);
  }
  95% {
    -webkit-clip-path: polygon(0 21%, 100% 20%, 100% 16%, 0 17%);
    clip-path: polygon(0 21%, 100% 20%, 100% 16%, 0 17%);
  }
  to {
    -webkit-clip-path: polygon(0 41%, 100% 41%, 100% 38%, 0 38%);
    clip-path: polygon(0 41%, 100% 41%, 100% 38%, 0 38%);
  }
}
@-webkit-keyframes a {
  to {
    background-position:
      0 0,
      0 -4em;
    background-size:
      0 0,
      1em 8em;
  }
}
@keyframes a {
  to {
    background-position:
      0 0,
      0 -4em;
    background-size:
      0 0,
      1em 8em;
  }
}
.content_formatting a {
  color: #fff;
  font-weight: 700;
}
.content_formatting ul {
  margin-left: 1em;
  margin-bottom: 1em;
}
.content_formatting ol {
  padding-left: 1em;
}
.content_formatting li {
  margin: 0.3em 0;
}
.content_formatting h1,
.content_formatting h2,
.content_formatting h3,
.content_formatting h4,
.content_formatting h5,
.content_formatting h6 {
  color: #f09;
  text-transform: uppercase;
  margin-bottom: 0.6em;
}
.content_formatting h1,
.content_formatting h2 {
  font-size: 18px;
}
.content_formatting .aligncenter,
.content_formatting .alignleft,
.content_formatting .alignright {
  display: block;
  padding: 0;
}
.content_formatting .alignleft {
  float: left;
  margin: 0.5em 1em 1em 0;
}
.content_formatting .alignright {
  float: right;
  margin: 0.5em 0 1em 1em;
}
.content_formatting .aligncenter {
  margin: 0.5em auto 1em;
}
.content_formatting pre {
  white-space: normal;
}
.content_formatting blockquote {
  background: rgba(0, 0, 0, 0.4);
  width: 100%;
  margin: 0 0 1em;
  padding: 1em 2em;
}
.content_formatting blockquote p:last-child {
  margin-bottom: 0;
}
.content_formatting iframe {
  max-width: 100% !important;
}
.mfp_popup {
  position: relative;
  margin: 30px auto;
}
.mfp_popup button.mfp-close {
  width: 22px;
  height: 22px;
  line-height: 22px;
  opacity: 1;
  top: 15px;
  right: 15px;
}
.mfp_popup button.mfp-close:hover svg {
  color: #f09;
}
.mfp_popup button.mfp-close svg {
  position: relative;
  color: #28bebe;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  z-index: -1;
}
.mfp-zoom-in .mfp_popup {
  opacity: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp_popup {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.6;
}
.mfp-zoom-in.mfp-removing .mfp_popup {
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.btn {
  position: relative;
  display: inline-block;
  background: #0a0f28;
  border: 2px solid;
  font-weight: 700;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 15px;
  line-height: 46px;
  cursor: pointer;
}
@media (max-width: 480px) {
  .btn {
    line-height: 36px;
    font-size: 14px;
  }
}
.btn.pink {
  color: #f09;
  border-color: #f09;
}
.btn.pink:hover {
  -webkit-animation: a 0.5s linear forwards;
  animation: a 0.5s linear forwards;
  background:
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(25%, #f09),
        color-stop(0, transparent)
      )
      0 0/0.5em 0.5em,
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(50%, #0049c9),
        color-stop(0, transparent)
      ) 0 0/1em 1em;
  background:
    linear-gradient(0deg, #f09 25%, transparent 0) 0 0/0.5em 0.5em,
    linear-gradient(0deg, #0049c9 50%, transparent 0) 0 0/1em 1em;
  color: #28bebe;
  border-color: #28bebe;
}
.btn.blue {
  color: #0049c9;
  border-color: #0049c9;
}
.btn.blue:hover {
  -webkit-animation: a 0.5s linear forwards;
  animation: a 0.5s linear forwards;
  background:
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(25%, #5000aa),
        color-stop(0, transparent)
      )
      0 0/0.5em 0.5em,
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(50%, #28bebe),
        color-stop(0, transparent)
      ) 0 0/1em 1em;
  background:
    linear-gradient(0deg, #5000aa 25%, transparent 0) 0 0/0.5em 0.5em,
    linear-gradient(0deg, #28bebe 50%, transparent 0) 0 0/1em 1em;
  color: #f09;
  border-color: #f09;
}
.btn.aquablue,
.btn.aquablue:hover {
  color: #28bebe;
  border-color: #28bebe;
}
.btn.aquablue:hover {
  -webkit-animation: a 0.5s linear forwards;
  animation: a 0.5s linear forwards;
  background:
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(25%, #f09),
        color-stop(0, transparent)
      )
      0 0/0.5em 0.5em,
    -webkit-gradient(
        linear,
        left bottom,
        left top,
        color-stop(50%, #0049c9),
        color-stop(0, transparent)
      ) 0 0/1em 1em;
  background:
    linear-gradient(0deg, #f09 25%, transparent 0) 0 0/0.5em 0.5em,
    linear-gradient(0deg, #0049c9 50%, transparent 0) 0 0/1em 1em;
}
button,
input,
select {
  font-family: Jura, sans-serif;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
body .gform_wrapper .gform_body .gform_fields .gfield textarea {
  height: 35px;
}
.gform_wrapper input:not(.gform_button),
.gform_wrapper textarea {
  background: none;
  border: 1px solid transparent;
  border-bottom-color: #0049c9;
  color: #fff;
  -webkit-transition: border-bottom-color 0.2s ease-in-out;
  transition: border-bottom-color 0.2s ease-in-out;
}
.gform_wrapper input:not(.gform_button):focus,
.gform_wrapper textarea:focus {
  outline: none;
  border-bottom-color: #f09;
}
@media (max-width: 480px) {
  .gform_wrapper input:not(.gform_button) {
    height: 20px;
  }
}
.gform_wrapper textarea {
  min-height: 35px !important;
  resize: vertical;
}
.gform_wrapper textarea::-webkit-resizer {
  opacity: 0;
}
.gform_wrapper .validation_error {
  background: #abd3f5;
}
.gform_wrapper .gfield {
  margin-top: 23px !important;
  padding-right: 0 !important;
}
.gform_wrapper .gfield.gfield_error {
  background: none !important;
  border: none !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.gform_wrapper .gfield.gfield_error .validation_message {
  padding-top: 8px;
  color: #e30101;
}
.gform_wrapper .gfield.gfield_error input:not(.gform_button),
.gform_wrapper .gfield.gfield_error textarea {
  border-color: transparent transparent #e30101 !important;
}
.gform_wrapper .gfield.gf_left_half {
  padding-right: 16px !important;
}
@media (max-width: 640px) {
  .gform_wrapper .gfield.gf_left_half {
    padding-right: 0 !important;
  }
}
.gform_wrapper .gfield.gf_right_half {
  padding-left: 16px !important;
}
@media (max-width: 640px) {
  .gform_wrapper .gfield.gf_right_half {
    padding-left: 0 !important;
  }
}
.gform_wrapper .gfield label.gfield_label {
  font-weight: 400;
  margin-top: 0 !important;
  color: #abd3f5 !important;
}
.gform_wrapper .gfield label.gfield_label .gfield_required {
  color: #f09;
}
.gform_wrapper .gfield .ginput_container {
  margin-top: 3px !important;
}
.gform_wrapper .gfield .ginput_container.ginput_recaptcha {
  margin-top: 8px !important;
}
.gform_wrapper .gfield .ginput_container.ginput_container_textarea {
  position: relative;
}
.gform_wrapper .gfield .ginput_container.ginput_container_textarea textarea {
  position: relative;
  z-index: 2;
}
.gform_wrapper .gfield .ginput_container.ginput_container_textarea:before {
  position: absolute;
  display: block;
  content: "";
  background: #28bebe;
  width: 15px;
  height: 1px;
  right: 0;
  bottom: 14px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gform_wrapper .gfield .ginput_container.ginput_container_textarea:after {
  position: absolute;
  display: block;
  content: "";
  background: #28bebe;
  width: 6px;
  height: 1px;
  right: 1px;
  bottom: 10px;
  z-index: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.gform_wrapper .gform_footer {
  margin-top: 52px;
  padding-top: 0;
  padding-bottom: 0;
}
.extra_content .extra_title {
  font-size: 18px;
  font-weight: 700;
  margin: 5px 0 10px;
  color: #28bebe;
  text-transform: uppercase;
}
.extra_content .extra_text {
  font-size: 16px;
  margin: 5px 0;
}
.extra_content .extra_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
.extra_content .extra_gallery .gallery_item {
  width: 50%;
  padding: 5px;
}
.extra_content .extra_gallery .gallery_item img {
  display: block;
}
.extra_content .extra_sep {
  padding: 30px 0;
}
.header {
  position: fixed;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 35px 30px;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 10;
  background: -webkit-linear-gradient(
    -90deg,
    #0a0f28,
    rgba(10, 15, 40, 0.5) 70%,
    rgba(10, 15, 40, 0)
  );
}
@media (max-width: 768px) {
  .header {
    padding: 10px 15px;
  }
}
.header .header_left,
.header .header_left .header_burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header_left .header_burger {
  z-index: 1;
}
@media (max-width: 1366px) {
  .header .header_left .header_burger {
    margin-top: -5px;
  }
}
.header .header_left .header_burger a {
  position: relative;
  display: block;
  width: 35px;
  height: 26px;
  -webkit-tap-highlight-color: transparent;
}
.header .header_left .header_burger a .line {
  position: absolute;
  background: #f09;
  display: block;
  width: 35px;
  height: 2px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.header .header_left .header_burger a .line_1 {
  top: 0;
  left: 0;
}
.header .header_left .header_burger a .line_2,
.header .header_left .header_burger a .line_3 {
  top: 12px;
  left: 0;
}
.header .header_left .header_burger a .line_4 {
  top: 24px;
  left: 0;
}
.header .header_left .header_burger a.closed .line_1 {
  top: 10px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header .header_left .header_burger a.closed .line_2 {
  background-color: transparent;
  left: -100%;
}
.header .header_left .header_burger a.closed .line_3 {
  background-color: transparent;
  left: 100%;
}
.header .header_left .header_burger a.closed .line_4 {
  top: 10px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header .header_left .header_logo {
  position: relative;
  width: 110px;
  margin-left: 50px;
  z-index: 1;
}
@media (max-width: 1366px) {
  .header .header_left .header_logo {
    width: 74px;
    margin-right: 40px;
  }
}
@media (max-width: 768px) {
  .header .header_left .header_logo {
    margin-right: 30px;
  }
}
@media (max-width: 480px) {
  .header .header_left .header_logo {
    width: 70px;
    margin-right: 0;
    margin-left: 30px;
  }
}
.header .header_left .header_logo a {
  display: block;
}
.header .header_left .header_aside {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDIyLjEuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IgoJIHZpZXdCb3g9IjAgMCA3MTcgMTA4MSIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNzE3IDEwODE7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4KPHN0eWxlIHR5cGU9InRleHQvY3NzIj4KCS5zdDB7ZmlsbDojMEEwRjI4O2ZpbGwtcnVsZT0iZXZlbm9kZCI7fQo8L3N0eWxlPgo8ZGVmcz4KPGZpbHRlciBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGlkPSJGaWx0ZXJfMCIgeD0iMHB4IiB5PSIwcHgiIHdpZHRoPSI3NDhweCIgaGVpZ2h0PSIxMTQ5cHgiICA+CiAgICA8ZmVPZmZzZXQgaW49IlNvdXJjZUFscGhhIiBkeD0iMyIgZHk9IjAiIC8+CiAgICA8ZmVHYXVzc2lhbkJsdXIgcmVzdWx0PSJibHVyT3V0IiBzdGREZXZpYXRpb249IjMuNjA2IiAvPgogICAgPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYigyNTUsIDAsIDE1MykiIHJlc3VsdD0iZmxvb2RPdXQiIC8+CiAgICA8ZmVDb21wb3NpdGUgb3BlcmF0b3I9ImF0b3AiIGluPSJmbG9vZE91dCIgaW4yPSJibHVyT3V0IiAvPgogICAgPGZlQ29tcG9uZW50VHJhbnNmZXI+PGZlRnVuY0EgdHlwZT0ibGluZWFyIiBzbG9wZT0iMC44Ii8+PC9mZUNvbXBvbmVudFRyYW5zZmVyPgogICAgPGZlTWVyZ2U+CiAgICA8ZmVNZXJnZU5vZGUvPgogICAgPGZlTWVyZ2VOb2RlIGluPSJTb3VyY2VHcmFwaGljIi8+CiAgPC9mZU1lcmdlPgo8L2ZpbHRlcj4KCjwvZGVmcz4KCTxnIGZpbHRlcj0idXJsKCNGaWx0ZXJfMCkiPgoJCTxwb2x5Z29uIGNsYXNzPSJzdDAiIHBvaW50cz0iMSwxIDM5OSwxIDcwNSwzMzcgNTczLDQ5MiA2MjMsNjM2IDQzMCwxMDgwIDAsMTA4MCAiLz4KCTwvZz4KPC9zdmc+) 100% 55% no-repeat;
  background-size: cover;
  position: fixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  overflow-y: auto;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  width: 45vw;
  height: 100vh;
  top: 0;
  left: -110%;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
}
@media (max-width: 1140px) {
  .header .header_left .header_aside {
    width: 60vw;
  }
}
@media (max-width: 858px) {
  .header .header_left .header_aside {
    width: 70vw;
  }
}
@media (max-width: 740px) {
  .header .header_left .header_aside {
    background: #0a0f28;
    width: 100vw;
  }
}
.header .header_left .header_aside.opened {
  left: -2px;
}
.header .header_left .header_aside .aside_inner {
  margin-left: 25%;
}
@media (max-width: 740px) {
  .header .header_left .header_aside .aside_inner {
    margin-left: 0;
    text-align: center;
  }
}
.header .header_left .header_aside ul#main-menu {
  list-style: none;
  padding-top: 60px;
}
@media (max-width: 320px) {
  .header .header_left .header_aside ul#main-menu {
    padding-top: 120px;
  }
}
.header .header_left .header_aside ul#main-menu li {
  padding: 15px 30px 0 0;
  line-height: 24px;
}
@media (max-width: 1510px) {
  .header .header_left .header_aside ul#main-menu li {
    padding-top: 17px;
  }
}
@media (max-width: 1366px) {
  .header .header_left .header_aside ul#main-menu li {
    padding-top: 16px;
  }
}
@media (max-width: 740px) {
  .header .header_left .header_aside ul#main-menu li {
    padding: 6px;
  }
}
.header .header_left .header_aside ul#main-menu li ul.sub-menu {
  list-style: none;
  padding-left: 20px;
}
@media (max-width: 740px) {
  .header .header_left .header_aside ul#main-menu li ul.sub-menu {
    padding-left: 0;
  }
}
.header .header_left .header_aside .bottom_menu {
  padding-top: 30px;
  padding-bottom: 60px;
}
.header .header_left .header_aside .bottom_menu:before {
  content: "";
  background: #0049c9;
  display: block;
  width: 50%;
  height: 1px;
  margin-bottom: 30px;
}
@media (max-width: 740px) {
  .header .header_left .header_aside .bottom_menu:before {
    margin-left: auto;
    margin-right: auto;
  }
}
.header .header_left .header_aside .bottom_menu .menu_item {
  padding: 12px 0;
}
.header .header_left .header_aside .bottom_menu .menu_item a {
  position: relative;
  display: block;
  text-decoration: none;
  color: #28bebe;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  vertical-align: middle;
}
.header .header_left .header_aside .bottom_menu .menu_item a:hover {
  color: #f09;
}
.header .header_left .header_aside .bottom_menu .menu_item a .icon {
  position: absolute;
  width: 32px;
  height: 32px;
  margin-top: -16px;
  top: 50%;
  left: 0;
}
@media (max-width: 740px) {
  .header .header_left .header_aside .bottom_menu .menu_item a .icon {
    display: none;
  }
}
.header .header_left .header_aside .bottom_menu .menu_item a .text {
  font-size: 16px;
  padding-left: 42px;
}
@media (max-width: 1366px) {
  .header .header_left .header_aside .bottom_menu .menu_item a .text {
    font-size: 14px;
  }
}
@media (max-width: 740px) {
  .header .header_left .header_aside .bottom_menu .menu_item a .text {
    padding-left: 0;
  }
}
.header .header_right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header .header_right .header_user_btn {
  color: #f09;
  width: 29px;
  height: 29px;
  display: none;
}
@media (max-width: 750px) {
  .header .header_right .header_user_btn {
    display: block;
    margin-top: -3px;
  }
}
.header .header_right .lang_switcher {
  position: relative;
}
.header .header_right .lang_switcher .active_lang {
  padding-left: 32px;
}
.header .header_right .lang_switcher .active_lang a {
  background: #181e3b;
  display: block;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  height: 50px;
  line-height: 50px;
  padding: 0 15px;
}
@media (max-width: 1366px) {
  .header .header_right .lang_switcher .active_lang a {
    height: 36.8px;
    line-height: 36.8px;
  }
}
@media (max-width: 480px) {
  .header .header_right .lang_switcher .active_lang a {
    height: 29px;
    line-height: 29px;
    padding: 0 8px;
  }
}
.header .header_right .lang_switcher .lang_list {
  position: absolute;
  background: #181e3b;
  padding: 17px 16px;
  margin-top: 16px;
  right: 0;
  display: none;
}
@media (max-width: 480px) {
  .header .header_right .lang_switcher .lang_list {
    margin-top: 10px;
  }
}
.header .header_right .lang_switcher .lang_list:before {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border-color: transparent transparent #181e3b;
  border-style: solid;
  border-width: 0 8px 8px;
  top: -8px;
  right: 17px;
}
@media (max-width: 480px) {
  .header .header_right .lang_switcher .lang_list:before {
    right: 9px;
  }
}
.header .header_right .lang_switcher .lang_list ul {
  list-style: none;
  margin: -5px 0;
}
.header .header_right .lang_switcher .lang_list ul li {
  padding: 5px 0;
}
.header .header_right .lang_switcher .lang_list ul li.active a {
  color: #fff;
}
.header .header_right .lang_switcher .lang_list ul li a {
  display: block;
  text-decoration: none;
  white-space: nowrap;
  font-size: 16px;
  color: #abd3f5;
}
@media (max-width: 480px) {
  .header .header_right .lang_switcher .lang_list ul li a {
    font-size: 14px;
  }
}
.header .header_right .lang_switcher .lang_list ul li a .flag {
  display: inline-block;
  vertical-align: middle;
  padding-right: 16px;
  width: 24px;
  height: 16px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.header .header_right .lang_switcher .lang_list ul li a .lang_name {
  display: inline-block;
  vertical-align: middle;
}
@media (max-width: 750px) {
  .header .header_right .right_wrapper {
    background: #0a0f28;
    position: fixed;
    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;
    padding: 0 20px;
    width: 100%;
    top: 0;
    right: -110%;
    bottom: 0;
    -webkit-transition: right 0.4s;
    transition: right 0.4s;
  }
}
@media (max-width: 750px) {
  .header .header_right .right_wrapper.active {
    right: 0;
  }
}
.header .header_right .right_wrapper.active .wrapper_close {
  display: block;
}
.header .header_right .right_wrapper.active .header_buttons {
  text-align: center;
}
.header .header_right .right_wrapper.active .header_buttons .btn {
  margin: 9px;
}
.header .header_right .right_wrapper .wrapper_close {
  position: absolute;
  width: 32px;
  height: 32px;
  color: #f09;
  top: 10px;
  right: 12px;
  display: none;
}
.header .header_right .right_wrapper .header_buttons {
  margin: 0 -9px;
}
.header .header_right .right_wrapper .header_buttons .btn {
  margin: 0 9px;
}
@media (max-width: 1366px) {
  .header .header_right .right_wrapper .header_buttons .btn {
    line-height: 33px;
  }
}
@media (max-width: 480px) {
  .header.landing .header_left {
    margin: 0 auto;
  }
}
.header.landing .header_left .header_logo {
  width: 162px;
  margin: 0;
}
@media (max-width: 480px) {
  .header.landing .header_left .header_logo {
    width: 114px;
  }
}
.glitch a {
  position: relative;
  font-size: 18px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  white-space: nowrap;
}
@media (max-width: 1510px) {
  .glitch a {
    font-size: 16px;
  }
}
@media (max-width: 1366px) {
  .glitch a {
    font-size: 14px;
  }
}
.glitch a:after,
.glitch a:before {
  content: attr(data-text);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 21px;
  line-height: 21px;
  -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  clip-path: polygon(0 100%, 100% 100%, 100% 0, 0 0);
  white-space: nowrap;
}
@media (max-width: 1510px) {
  .glitch a:after,
  .glitch a:before {
    height: 18px;
    line-height: 19px;
  }
}
@media (max-width: 1366px) {
  .glitch a:after,
  .glitch a:before {
    height: 17px;
    line-height: 18px;
  }
}
@media (max-width: 480px) {
  .glitch a:after,
  .glitch a:before {
    display: none;
  }
}
.glitch a:hover {
  color: #f09;
}
.glitch a:hover:before {
  left: -2px;
  text-shadow: 2px 0 #5000aa;
  background: #0a0f28;
  animation: glitch-anim 1s linear infinite alternate-reverse;
}
.glitch a:hover:after {
  left: 2px;
  text-shadow: 2px 0 #0049c9;
  background: #0a0f28;
  animation: glitch-anim 2s linear infinite alternate-reverse;
}
footer.footer {
  position: relative;
  padding-top: 80px;
}
@media (max-width: 480px) {
  footer.footer {
    padding-top: 40px;
  }
}
footer.footer .top_line {
  background: #0049c9;
  display: block;
  width: 100%;
  max-width: 1550px;
  height: 1px;
  margin: 0 auto;
}
footer.footer .footer_menu {
  padding: 50px 0 28px;
}
footer.footer .footer_menu ul {
  list-style: none;
  text-align: center;
}
footer.footer .footer_menu ul li {
  display: inline-block;
  margin-right: -4px;
  padding: 10px 25px;
}
@media (max-width: 480px) {
  footer.footer .footer_menu ul li {
    padding: 9px 10px;
  }
}
footer.footer .footer_menu ul li a {
  color: #145f5f;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  footer.footer .footer_menu ul li a {
    font-size: 14px;
  }
}
footer.footer .footer_menu ul li a:hover {
  color: #f09;
}
footer.footer .footer_partners_logos {
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  footer.footer .footer_partners_logos {
    padding-bottom: 25px;
  }
}
footer.footer .footer_partners_logos ul {
  text-align: center;
}
footer.footer .footer_partners_logos ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 9px;
}
footer.footer .footer_partners_logos ul li img {
  max-width: 130px;
  max-height: 45px;
}
@media (max-width: 480px) {
  footer.footer .footer_partners_logos ul li img {
    max-width: 120px;
    max-height: 40px;
  }
}
footer.footer .footer_text {
  font-size: 14px;
  padding-bottom: 33px;
  max-width: 940px;
  margin: 0 auto;
}
footer.footer .footer_text p {
  margin-bottom: 8px;
}
footer.footer .footer_text p:last-child {
  margin-bottom: 0;
}
footer.footer .footer_socials {
  text-align: center;
}
footer.footer .footer_socials .social_item {
  display: inline-block;
  vertical-align: middle;
  padding: 0 18px;
}
footer.footer .footer_socials .social_item a {
  display: block;
  color: #f09;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
footer.footer .footer_socials .social_item a:hover {
  color: #28bebe;
}
footer.footer .footer_socials .social_item a.s_youtube {
  width: 35px;
  height: 25px;
}
footer.footer .footer_socials .social_item a.s_twitter {
  width: 31px;
  height: 24px;
}
footer.footer .footer_socials .social_item a.s_facebook {
  width: 15px;
  height: 30px;
}
footer.footer .footer_socials .social_item a.s_instagram,
footer.footer .footer_socials .social_item a.s_linkedin {
  width: 25px;
  height: 25px;
}
footer.footer .footer_logo {
  width: 300px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  footer.footer .footer_logo {
    width: 180px;
  }
}
footer.footer .footer_logo a {
  opacity: 0.5;
  -webkit-transition: opacity 0.2s ease-in-out;
  transition: opacity 0.2s ease-in-out;
}
footer.footer .footer_logo a:hover {
  opacity: 1;
}
footer.footer.landing {
  color: #abd3f5;
}
footer.footer.landing a {
  color: #abd3f5;
  text-decoration: none;
}
footer.footer.landing .footer_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 32px 0;
  max-width: 1550px;
  margin: 0 auto;
}
footer.footer.landing .footer_wrap .footer_item {
  width: 33.33%;
}
@media (max-width: 1000px) {
  footer.footer.landing .footer_wrap .footer_item {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  footer.footer.landing .footer_wrap .footer_item .footer_copyright {
    text-align: center;
    padding-bottom: 24px;
  }
}
footer.footer.landing .footer_wrap .footer_item .footer_copyright p {
  margin-bottom: 5px;
}
footer.footer.landing .footer_wrap .footer_item .footer_logos {
  text-align: right;
}
@media (max-width: 1000px) {
  footer.footer.landing .footer_wrap .footer_item .footer_logos {
    text-align: center;
    padding-top: 24px;
  }
}
footer.footer.landing .footer_wrap .footer_item .footer_logos .logo_item {
  display: inline-block;
}
footer.footer.landing .footer_wrap .footer_item .footer_logos .logo_item img {
  max-height: 32px;
}
body.home main#content {
  padding-top: 0;
}
.homepage .home_block {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .homepage .home_block {
    padding-bottom: 32px;
  }
}
.homepage .home_block .block_title {
  text-transform: uppercase;
  color: #28bebe;
  padding-bottom: 32px;
  text-align: center;
}
@media (max-width: 480px) {
  .homepage .home_block .block_title {
    padding-bottom: 16px;
  }
}
.homepage .home_block .block_title h2 {
  font-size: 36px;
  font-weight: 700;
}
@media (max-width: 480px) {
  .homepage .home_block .block_title h2 {
    font-size: 22px;
  }
}
.homepage .hero_block {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .homepage .hero_block {
    padding-bottom: 40px;
  }
}
.homepage .hero_block .hero_slider .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 40px;
}
.homepage .hero_block .hero_slider .owl-dots .owl-dot {
  display: inline-block;
  padding: 8px !important;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.homepage .hero_block .hero_slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #f09;
  border-radius: 2px;
}
.homepage .hero_block .hero_slider .owl-dots .owl-dot.active span {
  background: #f09;
}
.homepage .hero_block .hero_slider .slide_item {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  min-height: 760px;
}
@media (max-width: 480px) {
  .homepage .hero_block .hero_slider .slide_item {
    min-height: auto;
  }
}
.homepage .hero_block .hero_slider .slide_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2%, rgba(10, 15, 40, 0)),
    to(#091436)
  );
  background: linear-gradient(180deg, rgba(10, 15, 40, 0) 2%, #091436);
  position: absolute;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage .hero_block .hero_slider .slide_item.image_triangle .slide_title {
  position: absolute;
  top: 16%;
}
@media (max-width: 1900px) {
  .homepage .hero_block .hero_slider .slide_item.image_triangle .slide_title {
    top: 18.5%;
  }
}
.homepage .hero_block .hero_slider .slide_item.image_triangle .slide_btn {
  position: absolute;
  top: 60%;
}
.homepage .hero_block .hero_slider .slide_item.image_center > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.homepage .hero_block .hero_slider .slide_item.image_center .slide_title {
  padding-bottom: 30px;
}
.homepage .hero_block .hero_slider .slide_item.image_link a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.homepage .hero_block .hero_slider .slide_item.video:after {
  display: none;
}
.homepage .hero_block .hero_slider .slide_item.video > div {
  height: 100%;
}
.homepage .hero_block .hero_slider .slide_item .slide_title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #28bebe;
  text-align: center;
  width: 100%;
  padding: 0 20px;
}
@media (max-width: 480px) {
  .homepage .hero_block .hero_slider .slide_item .slide_title {
    font-size: 22px;
  }
}
.homepage .hero_block .hero_slider .slide_item .slide_btn {
  width: 100%;
  text-align: center;
}
.homepage .hero_block .hero_slider .slide_item iframe {
  width: 100%;
  height: 100%;
}
.homepage .about_block .block_content {
  font-size: 16px;
}
@media (max-width: 480px) {
  .homepage .about_block .block_content {
    font-size: 14px;
  }
}
.homepage .about_block .block_content p:last-child {
  margin-bottom: 0;
}
.homepage .brands_block .brands_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .homepage .brands_block .brands_list {
    margin: -12px -10px;
  }
}
.homepage .brands_block .brands_list .brand_item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 30px 10px;
}
@media (max-width: 700px) {
  .homepage .brands_block .brands_list .brand_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 10px;
  }
}
.homepage .brands_block .brands_list .brand_item .brand_image {
  display: table;
  text-align: center;
  width: 100%;
  height: 76px;
}
@media (max-width: 480px) {
  .homepage .brands_block .brands_list .brand_item .brand_image {
    height: 58px;
  }
}
.homepage .brands_block .brands_list .brand_item .brand_image a {
  display: table-cell;
  vertical-align: middle;
}
.homepage .brands_block .brands_list .brand_item .brand_image img {
  max-width: 240px;
  max-height: 50px;
}
@media (max-width: 480px) {
  .homepage .brands_block .brands_list .brand_item .brand_image img {
    max-height: 42px;
  }
}
.homepage .brands_block .brands_list .brand_item .brand_descr {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .homepage .brands_block .brands_list .brand_item .brand_descr {
    font-size: 14px;
  }
}
.homepage .brands_block .brands_list .brand_item .brand_more {
  position: absolute;
  text-align: center;
  width: 100%;
  margin: 0 -10px;
  bottom: 30px;
}
@media (max-width: 700px) {
  .homepage .brands_block .brands_list .brand_item .brand_more {
    bottom: 12px;
  }
}
.homepage .brands_block .brands_list .brand_item .brand_more a {
  font-size: 16px;
  text-transform: uppercase;
  color: #28bebe;
}
@media (max-width: 480px) {
  .homepage .brands_block .brands_list .brand_item .brand_more a {
    font-size: 14px;
  }
}
.homepage .join_block .join_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage .join_block .join_list .join_item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  padding: 24px 10px;
}
@media (max-width: 650px) {
  .homepage .join_block .join_list .join_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.homepage .join_block .join_list .join_item .join_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.homepage .join_block .join_list .join_item .join_title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding: 24px 0 35px;
}
@media (max-width: 480px) {
  .homepage .join_block .join_list .join_item .join_title {
    font-size: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
  }
}
.homepage .join_block .join_list .join_item .join_more {
  position: absolute;
  padding-top: 16px;
  width: 100%;
  margin: 0 -10px;
  bottom: 24px;
}
.homepage .join_block .join_list .join_item .join_more a {
  font-size: 16px;
  color: #28bebe;
  text-transform: uppercase;
}
.homepage .works_block .works_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -10px -20px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 480px) {
  .homepage .works_block .works_list {
    margin: -10px -12px;
  }
}
.homepage .works_block .works_list .works_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  padding: 10px 20px;
}
@media (max-width: 650px) {
  .homepage .works_block .works_list .works_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (max-width: 480px) {
  .homepage .works_block .works_list .works_item {
    padding: 10px 12px;
  }
}
.homepage .works_block .works_list .works_item .works_icon {
  padding-bottom: 24px;
}
@media (max-width: 480px) {
  .homepage .works_block .works_list .works_item .works_icon {
    padding-bottom: 16px;
  }
}
.homepage .works_block .works_list .works_item .works_icon img {
  width: 60px;
  height: 60px;
}
.homepage .works_block .works_list .works_item .works_title {
  font-size: 18px;
  font-weight: 700;
  color: #28bebe;
  padding-bottom: 16px;
}
.homepage .works_block .works_list .works_item .works_descr {
  font-size: 16px;
  color: #fff;
}
.homepage .tools_block .tools_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage .tools_block .tools_list .tools_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media (max-width: 800px) {
  .homepage .tools_block .tools_list .tools_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.homepage .tools_block .tools_list .tools_item .tool_inner {
  background: #181e3b;
  position: relative;
  padding: 32px 24px;
  height: 100%;
}
@media (max-width: 480px) {
  .homepage .tools_block .tools_list .tools_item .tool_inner {
    padding: 16px 10px;
  }
}
.homepage .tools_block .tools_list .tools_item .tool_inner .tool_icon {
  position: absolute;
  margin-top: -40px;
  top: 50%;
  left: 24px;
}
@media (max-width: 480px) {
  .homepage .tools_block .tools_list .tools_item .tool_inner .tool_icon {
    margin-top: -24px;
    left: 10px;
  }
}
.homepage .tools_block .tools_list .tools_item .tool_inner .tool_icon img {
  height: 80px;
}
@media (max-width: 480px) {
  .homepage .tools_block .tools_list .tools_item .tool_inner .tool_icon img {
    height: 48px;
  }
}
.homepage .tools_block .tools_list .tools_item .tool_inner .tool_info {
  padding-left: 135px;
}
@media (max-width: 480px) {
  .homepage .tools_block .tools_list .tools_item .tool_inner .tool_info {
    padding-left: 76px;
  }
}
.homepage
  .tools_block
  .tools_list
  .tools_item
  .tool_inner
  .tool_info
  .tool_title {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 16px;
}
@media (max-width: 480px) {
  .homepage
    .tools_block
    .tools_list
    .tools_item
    .tool_inner
    .tool_info
    .tool_title {
    font-size: 16px;
  }
}
.homepage
  .tools_block
  .tools_list
  .tools_item
  .tool_inner
  .tool_info
  .tool_descr {
  padding-bottom: 16px;
}
.homepage
  .tools_block
  .tools_list
  .tools_item
  .tool_inner
  .tool_info
  .tool_more {
  text-align: right;
}
.homepage
  .tools_block
  .tools_list
  .tools_item
  .tool_inner
  .tool_info
  .tool_more
  a {
  color: #28bebe;
  text-transform: uppercase;
  font-size: 16px;
}
@media (max-width: 480px) {
  .homepage
    .tools_block
    .tools_list
    .tools_item
    .tool_inner
    .tool_info
    .tool_more
    a {
    font-size: 14px;
  }
}
.homepage .news_block .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage .news_block .news_list .news_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
}
@media (max-width: 800px) {
  .homepage .news_block .news_list .news_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    display: none;
  }
  .homepage .news_block .news_list .news_item:first-child {
    display: block;
  }
}
.homepage .news_block .news_list .news_item .news_inner {
  background: #181e3b;
  height: 100%;
}
.homepage .news_block .news_list .news_item .news_image a {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.homepage .news_block .news_list .news_item .news_image a:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 53%;
}
.homepage .news_block .news_list .news_item .news_info {
  padding: 16px 10px;
}
.homepage .news_block .news_list .news_item .news_info .news_title {
  padding-bottom: 15px;
  text-transform: uppercase;
}
.homepage .news_block .news_list .news_item .news_info .news_title a {
  color: #f09;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.homepage .news_block .news_list .news_item .news_info .news_descr {
  color: #fff;
  max-height: 53px;
  overflow: hidden;
}
.homepage .news_block .news_list .news_item .news_info .news_more {
  padding-top: 16px;
}
.homepage .news_block .news_list .news_item .news_info .news_more a {
  color: #28bebe;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.homepage .news_block .block_more {
  text-align: center;
  padding-top: 32px;
}
.homepage .news_block .block_more a {
  padding: 0 26px;
}
.homepage .testimonials_block .test_list .test_item .item_inner {
  position: relative;
  border-top: 2px solid #0049c9;
  border-left: 2px solid #0049c9;
  border-right: 2px solid #0049c9;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap {
  padding: 16px;
}
@media (max-width: 480px) {
  .homepage
    .testimonials_block
    .test_list
    .test_item
    .item_inner
    .test_inner_wrap {
    padding: 16px 8px;
  }
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_logo {
  height: 32px;
  padding-bottom: 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_logo
  img {
  max-height: 100%;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_rating
  .rating_star {
  padding-right: 9px;
  color: #f09;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_rating
  .rating_star
  svg {
  width: 19px;
  height: 19px;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_line:before {
  content: "";
  position: absolute;
  width: calc(100% - 39px);
  left: 0;
  bottom: 0;
  background: #0049c9;
  border: 1px solid #0049c9;
  border-top-right-radius: 1px;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_line:after {
  content: "";
  position: absolute;
  width: 14px;
  right: 0;
  bottom: 0;
  border: 1px solid #0049c9;
  background: #0049c9;
  border-top-left-radius: 1px;
}
.homepage
  .testimonials_block
  .test_list
  .test_item
  .item_inner
  .test_line
  .corner {
  position: absolute;
  right: 17px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #0049c9;
  border-bottom: 2px solid #0049c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.homepage .testimonials_block .test_list .test_item .test_link {
  text-align: right;
  padding-top: 22px;
}
.homepage .testimonials_block .test_list .test_item .test_link a {
  color: #28bebe;
  text-decoration: none;
}
.homepage .testimonials_block .test_list .test_item .test_link a:hover {
  color: #f09;
}
.homepage .testimonials_block .test_list .owl-dots {
  text-align: center;
  padding-top: 24px;
}
.homepage .testimonials_block .test_list .owl-dots button.owl-dot {
  background: #121833;
  color: #abd3f5;
  width: 25px;
  height: 25px;
  margin: 8px;
}
.homepage .testimonials_block .test_list .owl-dots button.owl-dot.active {
  background: transparent;
  border: 1px solid #28bebe;
  color: #28bebe;
}
.homepage .testimonials_block .block_more {
  text-align: center;
  padding-top: 24px;
}
@media (max-width: 480px) {
  .homepage .testimonials_block .block_more {
    padding-top: 8px;
  }
}
.homepage .team_block {
  padding-bottom: 0;
  overflow: hidden;
}
.homepage .team_block .members_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -16px -24px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.homepage .team_block .members_list .members_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 16px 24px;
}
@media (max-width: 920px) {
  .homepage .team_block .members_list .members_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 650px) {
  .homepage .team_block .members_list .members_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
.homepage .team_block .members_list .members_item a {
  display: block;
  text-decoration: none;
  text-align: center;
}
.homepage .team_block .members_list .members_item a:hover .member_position {
  color: #28bebe;
}
.homepage .team_block .members_list .members_item a:hover .member_name {
  color: #f09;
}
.homepage .team_block .members_list .members_item a .member_image {
  max-width: 180px;
  margin: 0 auto 10px;
}
.homepage .team_block .members_list .members_item a .member_image > div {
  position: relative;
  padding-bottom: 110%;
}
.homepage .team_block .members_list .members_item a .member_image > div > div {
  position: absolute;
  display: table;
  width: 100%;
  height: 100%;
}
.homepage
  .team_block
  .members_list
  .members_item
  a
  .member_image
  > div
  > div
  > div {
  display: table-cell;
  vertical-align: middle;
}
.homepage .team_block .members_list .members_item a .member_position {
  display: table;
  color: #fff;
  width: 100%;
  min-height: 36px;
  margin-bottom: 16px;
  font-size: 16px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .homepage .team_block .members_list .members_item a .member_position {
    margin-bottom: 9px;
    font-size: 14px;
  }
}
.homepage .team_block .members_list .members_item a .member_position div {
  display: table-cell;
  vertical-align: middle;
}
.homepage .team_block .members_list .members_item a .member_name {
  color: #28bebe;
  font-weight: 700;
  font-size: 18px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .homepage .team_block .members_list .members_item a .member_name {
    font-size: 16px;
  }
}
.brands_single_page {
  font-size: 16px;
}
@media (max-width: 480px) {
  .brands_single_page {
    font-size: 14px;
  }
}
.brands_single_page .brand_header {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 420px;
  margin-bottom: 80px;
}
@media (max-width: 480px) {
  .brands_single_page .brand_header {
    height: 158px;
    margin-bottom: 32px;
  }
}
.brands_single_page .brand_header:after {
  position: absolute;
  content: "";
  height: 50px;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(10, 15, 40, 0)),
    to(#091436)
  );
  background-image: linear-gradient(180deg, rgba(10, 15, 40, 0), #091436);
  left: 0;
  right: 0;
  bottom: 0;
}
.brands_single_page .brand_title {
  text-align: center;
  padding-bottom: 16px;
}
.brands_single_page .brand_title h1 {
  font-size: 36px;
  color: #28bebe;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .brands_single_page .brand_title h1 {
    font-size: 22px;
  }
}
.brands_single_page .brand_support {
  color: #fff;
  font-size: 14px;
  text-align: center;
}
@media (max-width: 480px) {
  .brands_single_page .brand_support {
    font-size: 12px;
  }
}
.brands_single_page .brand_info {
  padding: 32px 0;
}
@media (max-width: 480px) {
  .brands_single_page .brand_info {
    padding: 16px 0 32px;
  }
}
.brands_single_page .brand_info .brand_field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 10px 0;
}
.brands_single_page .brand_info .brand_field:last-child {
  padding-bottom: 0;
}
@media (max-width: 750px) {
  .brands_single_page .brand_info .brand_field {
    display: block;
  }
}
.brands_single_page .brand_info .brand_field .field_name {
  color: #28bebe;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 320px;
  flex: 0 0 320px;
  max-width: 320px;
}
@media (max-width: 750px) {
  .brands_single_page .brand_info .brand_field .field_name {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 8px;
  }
}
.brands_single_page .brand_info .brand_field .field_value {
  color: #fff;
}
.brands_single_page .brand_info .brand_field .field_value a {
  font-weight: 700;
}
.brands_single_page .brand_content .descr_label {
  color: #28bebe;
  padding-bottom: 10px;
}
.brands_single_page .brand_content .brand_descr {
  color: #fff;
}
.careers_page .careers_block {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .careers_page .careers_block {
    padding-bottom: 35px;
  }
}
.careers_page .careers_block:last-child {
  padding-bottom: 0;
}
.careers_page .careers_block .block_title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #28bebe;
  text-align: center;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .careers_page .careers_block .block_title {
    font-size: 22px;
    padding-bottom: 16px;
  }
}
.careers_page .process_block .process_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -15px -10px;
}
.careers_page .process_block .process_list .list_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 15px 10px;
}
@media (max-width: 480px) {
  .careers_page .process_block .process_list .list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.careers_page .process_block .process_list .list_item .item_icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.careers_page .process_block .process_list .list_item .item_icon img {
  max-height: 100%;
}
.careers_page .process_block .process_list .list_item .item_title {
  font-size: 18px;
  font-weight: 700;
  color: #28bebe;
  text-align: center;
  padding: 16px 0 15px;
}
.careers_page .process_block .process_list .list_item .item_text {
  font-size: 16px;
  line-height: 1.43;
}
.careers_page .process_block .process_btn {
  text-align: center;
  padding-top: 32px;
}
.careers_page .process_block .process_btn a {
  font-size: 18px;
  line-height: 56px;
  padding: 0 30px;
}
@media (max-width: 480px) {
  .careers_page .process_block .process_btn a {
    font-size: 14px;
    line-height: 36px;
  }
}
.careers_page .benefits_block .benefits_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -20px -10px;
}
@media (max-width: 480px) {
  .careers_page .benefits_block .benefits_list {
    margin: -12px -10px;
  }
}
.careers_page .benefits_block .benefits_list .list_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
  padding: 20px 10px;
}
@media (max-width: 720px) {
  .careers_page .benefits_block .benefits_list .list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 33.33%;
    flex: 0 0 33.33%;
    max-width: 33.33%;
  }
}
@media (max-width: 530px) {
  .careers_page .benefits_block .benefits_list .list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .careers_page .benefits_block .benefits_list .list_item {
    padding: 12px 10px;
  }
}
.careers_page .benefits_block .benefits_list .list_item .item_icon {
  width: 64px;
  height: 64px;
  margin: 0 auto;
}
.careers_page .benefits_block .benefits_list .list_item .item_icon img {
  max-height: 100%;
}
.careers_page .benefits_block .benefits_list .list_item .item_title {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  padding-top: 25px;
  max-width: 175px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .careers_page .benefits_block .benefits_list .list_item .item_title {
    padding-top: 10px;
  }
}
.careers_page .dev_block .block_content {
  font-size: 16px;
  line-height: 1.43;
}
.careers_page .dev_block .block_content p:last-child {
  margin-bottom: 0;
}
.careers_page .vacancies_block .vacancies_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -10px;
}
.careers_page .vacancies_block .vacancies_list .department_block {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 10px;
}
@media (max-width: 850px) {
  .careers_page .vacancies_block .vacancies_list .department_block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.careers_page .vacancies_block .vacancies_list .department_block .dep_inner {
  background: #181e3b;
  padding: 20px 25px 33px;
}
@media (max-width: 480px) {
  .careers_page .vacancies_block .vacancies_list .department_block .dep_inner {
    padding: 16px 10px;
  }
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_name {
  font-size: 18px;
  font-weight: 700;
  color: #f09;
  padding-bottom: 5px;
}
@media (max-width: 480px) {
  .careers_page
    .vacancies_block
    .vacancies_list
    .department_block
    .dep_inner
    .dep_name {
    font-size: 16px;
  }
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_vacancy {
  padding: 10px 0;
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_vacancy:last-child {
  padding-bottom: 0;
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_vacancy
  a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
  font-size: 15px;
  color: #fff;
}
@media (max-width: 480px) {
  .careers_page
    .vacancies_block
    .vacancies_list
    .department_block
    .dep_inner
    .dep_vacancy
    a {
    font-size: 14px;
  }
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_vacancy
  a:hover
  .vac_title {
  color: #28bebe;
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_vacancy
  a
  .vac_title {
  font-weight: 700;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 72%;
  flex: 0 0 72%;
  max-width: 72%;
  padding-right: 20px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_vacancy
  a
  .vac_title
  div {
  max-width: 245px;
}
@media (max-width: 850px) {
  .careers_page
    .vacancies_block
    .vacancies_list
    .department_block
    .dep_inner
    .dep_vacancy
    a
    .vac_title
    div {
    max-width: 100%;
  }
}
.careers_page
  .vacancies_block
  .vacancies_list
  .department_block
  .dep_inner
  .dep_vacancy
  a
  .vac_location {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 28%;
  flex: 0 0 28%;
  max-width: 28%;
}
#brands_filter,
body.post-type-archive-calendar {
  background: #0a0f28;
}
#brands_filter {
  width: 300px;
  border: 2px solid #28bebe;
  padding: 16px;
}
#brands_filter .filter_title {
  color: #28bebe;
  font-size: 20px;
  margin-bottom: 20px;
}
#brands_filter .brands_list .filter_item {
  font-size: 16px;
  color: #fff;
  padding-bottom: 4px;
}
#brands_filter .brands_list .filter_item label {
  position: relative;
  display: inline-block;
  cursor: pointer;
  padding: 5px 5px 5px 30px;
}
#brands_filter .brands_list .filter_item input {
  position: absolute;
  z-index: -1;
  opacity: 0;
}
#brands_filter .brands_list .filter_item .checkbox {
  position: absolute;
  border: 2px solid #8f919c;
  width: 18px;
  height: 18px;
  top: 5px;
  left: 0;
}
#brands_filter .brands_list .filter_item .checkbox:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 4.5rem;
  height: 4.5rem;
  margin-left: -1.3rem;
  margin-top: -1.3rem;
  background: #2aa1c0;
  border-radius: 3rem;
  opacity: 0.6;
  z-index: 99999;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#brands_filter .brands_list .filter_item .checkbox:after {
  -webkit-box-sizing: unset;
  box-sizing: unset;
  content: "";
  position: absolute;
  top: 1px;
  left: 4px;
  width: 4px;
  height: 8px;
  border: solid #0a0f28;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  display: none;
}
#brands_filter .brands_list .filter_item label input:checked ~ .checkbox {
  background: #28bebe;
  border-color: #28bebe;
}
#brands_filter .brands_list .filter_item label input:checked ~ .checkbox:after {
  display: block;
}
#brands_filter .filter_buttons {
  text-align: right;
  padding-top: 20px;
}
#brands_filter .filter_buttons .btn.pink {
  margin-right: 5px;
}
body.page-template-contacts {
  background: #0a0f28;
}
.contacts_page {
  background: url(/public/images/contacts_bg_7417ce51.png) no-repeat
    50% 100%;
  background-size: 100% auto;
  position: relative;
}
@media (max-width: 480px) {
  .contacts_page {
    background-size: 300% auto;
  }
}
.contacts_page:after {
  position: absolute;
  content: "";
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(10, 15, 40, 0)),
    to(#0a0f28)
  );
  background-image: linear-gradient(180deg, rgba(10, 15, 40, 0), #0a0f28);
  height: 70px;
  left: 0;
  right: 0;
  bottom: 0;
}
.contacts_page .content_inner {
  position: relative;
  max-width: 600px;
  min-height: 700px;
  z-index: 1;
}
@media (max-width: 1600px) {
  .contacts_page .content_inner {
    min-height: auto;
  }
}
.contacts_page .content_inner .gform_confirmation_wrapper {
  min-height: 600px;
}
@media (max-width: 480px) {
  .contacts_page .content_inner .gform_confirmation_wrapper {
    min-height: 355px;
  }
}
.contacts_page .content_inner .gform_footer {
  text-align: center;
}
.contacts_page .content_inner .gform_footer .gform_button {
  padding: 0 32px;
  width: auto !important;
  line-height: 45px !important;
}
.default_page .page_content h1,
.default_page .page_content h2,
.default_page .page_content h3,
.default_page .page_content h4 {
  margin-bottom: 0.83em;
}
.default_page .page_content h2 {
  color: #f09;
  text-transform: uppercase;
  font-size: 24px;
}
@media (max-width: 480px) {
  .default_page .page_content h2 {
    font-size: 18px;
  }
}
.default_page .page_content h4 {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .default_page .page_content h4 {
    font-size: 16px;
  }
}
.default_page .page_content ul {
  list-style: none;
  color: #fff;
  margin-left: 85px;
  margin-bottom: 1.5em;
}
@media (max-width: 480px) {
  .default_page .page_content ul {
    margin-left: 24px;
  }
}
.default_page .page_content table {
  border-collapse: separate !important;
  border-spacing: 0 4px;
  margin: 0 auto 1.5em;
}
.default_page .page_content table th {
  background: #181e3b;
  padding: 16px 5px;
  color: #fff;
}
.default_page .page_content table td {
  background: rgba(24, 30, 59, 0.5);
  padding: 8px 5px;
}
.news_page .page_title {
  font-weight: 700;
  font-size: 36px;
}
@media (max-width: 480px) {
  .news_page .page_title {
    font-size: 22px;
  }
}
.news_page .content_formatting h1 {
  font-size: 27px;
}
@media (max-width: 480px) {
  .news_page .content_formatting h1 {
    font-size: 18px;
  }
}
.news_page .content_formatting h2,
.news_page .content_formatting h3,
.news_page .content_formatting h4 {
  font-size: 24px;
}
@media (max-width: 480px) {
  .news_page .content_formatting h2,
  .news_page .content_formatting h3,
  .news_page .content_formatting h4 {
    font-size: 16px;
  }
}
.news_page .news_row {
  display: table;
  width: 100%;
}
@media (max-width: 750px) {
  .news_page .news_row {
    display: block;
  }
}
.news_page .news_row .news_left {
  display: table-cell;
  vertical-align: top;
}
@media (max-width: 750px) {
  .news_page .news_row .news_left {
    display: block;
  }
}
.news_page .news_row .news_left .news_single .news_header_image {
  padding-bottom: 25px;
}
.news_page .news_row .news_left .news_single .news_title {
  color: #f09;
  font-weight: 700;
  text-transform: uppercase;
  padding-bottom: 15px;
}
.news_page .news_row .news_left .news_single .news_title h1 {
  font-size: 27px;
}
@media (max-width: 480px) {
  .news_page .news_row .news_left .news_single .news_title h1 {
    font-size: 18px;
  }
}
.news_page .news_row .news_left .news_single .share {
  display: inline-block;
  padding: 10px 0;
  margin-bottom: 20px;
}
.news_page .news_row .news_left .news_single .share .share_title {
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  color: #28bebe;
  font-size: 16px;
}
.news_page .news_row .news_left .news_single .share .share_list {
  display: inline-block;
  vertical-align: middle;
}
.news_page .news_row .news_left .news_single .share .share_list .share_item {
  display: inline-block;
  width: 22px;
  height: 22px;
  padding: 0 5px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.news_page
  .news_row
  .news_left
  .news_single
  .share
  .share_list
  .share_item.share_facebook {
  padding: 0;
}
.news_page
  .news_row
  .news_left
  .news_single
  .share
  .share_list
  .share_item.share_twitter {
  position: relative;
  top: 1px;
}
.news_page .news_row .news_left .news_single .share .share_list .share_item a {
  color: #f09;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.news_page
  .news_row
  .news_left
  .news_single
  .share
  .share_list
  .share_item
  a:hover {
  color: #28bebe;
}
.news_page .news_row .news_left .news_single .news_content {
  font-size: 16px;
  color: #fff;
}
@media (max-width: 480px) {
  .news_page .news_row .news_left .news_single .news_content {
    font-size: 14px;
  }
}
.news_page .news_row .news_left .extra_content {
  padding-top: 30px;
}
.news_page .news_row .news_right {
  display: table-cell;
  vertical-align: top;
  width: 240px;
}
@media (max-width: 750px) {
  .news_page .news_row .news_right {
    display: block;
    width: auto;
    padding-top: 40px;
  }
}
.news_page .news_row .news_right .news_aside {
  padding-left: 30px;
}
@media (max-width: 750px) {
  .news_page .news_row .news_right .news_aside {
    padding-left: 0;
  }
}
.news_page .news_row .news_right .news_aside .news_filter_block {
  padding-bottom: 15px;
  margin: 0 -10px;
}
@media (max-width: 750px) {
  .news_page .news_row .news_right .news_aside .news_filter_block {
    margin: 0;
  }
}
.news_page .news_row .news_right .news_aside .news_filter_block .filter_title {
  color: #28bebe;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 0 11px 5px;
}
.news_page .news_row .news_right .news_aside .news_filter_block ul.filter_list {
  list-style: none;
}
.news_page
  .news_row
  .news_right
  .news_aside
  .news_filter_block
  ul.filter_list
  li {
  display: inline-block;
  padding: 5px;
}
.news_page
  .news_row
  .news_right
  .news_aside
  .news_filter_block
  ul.filter_list
  li
  a {
  display: block;
  background: #0a0f28;
  color: #0049c9;
  text-decoration: none;
  border: 2px solid #0049c9;
  padding: 6px 14px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.news_page
  .news_row
  .news_right
  .news_aside
  .news_filter_block
  ul.filter_list
  li
  a.active,
.news_page
  .news_row
  .news_right
  .news_aside
  .news_filter_block
  ul.filter_list
  li
  a:hover {
  color: #f09;
  border-color: #f09;
}
.news_page .news_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
  margin: -10px;
}
.news_page .news_list .news_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 10px;
}
@media (max-width: 1000px) {
  .news_page .news_list .news_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 550px) {
  .news_page .news_list .news_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.news_page .news_list .news_item .news_inner {
  position: relative;
  background: #181e3b;
  height: 100%;
}
.news_page .news_list .news_item .news_image a {
  position: relative;
  display: block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}
.news_page .news_list .news_item .news_image a:before {
  position: relative;
  content: "";
  display: block;
  width: 100%;
  padding-bottom: 53%;
}
.news_page .news_list .news_item .news_info {
  padding: 16px 10px;
}
.news_page .news_list .news_item .news_info .news_title {
  padding-bottom: 15px;
  text-transform: uppercase;
}
.news_page .news_list .news_item .news_info .news_title a {
  color: #f09;
  text-decoration: none;
  font-size: 16px;
  font-weight: 700;
}
.news_page .news_list .news_item .news_info .news_descr {
  color: #fff;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  max-height: 80px;
  margin-bottom: 35px;
}
.news_page .news_list .news_item .news_info .news_more {
  position: absolute;
  padding-top: 23px;
  bottom: 16px;
}
.news_page .news_list .news_item .news_info .news_more a {
  color: #28bebe;
  text-decoration: none;
  text-transform: uppercase;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.news_page .news_list .news_item .news_info .news_more a:hover {
  color: #f09;
}
.media_kit_page .mk_descr {
  font-size: 16px;
}
@media (max-width: 480px) {
  .media_kit_page .mk_descr {
    font-size: 14px;
  }
}
.media_kit_page .mk_descr p:last-child {
  margin-bottom: 0;
}
.media_kit_page .mk_descr strong {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}
@media (max-width: 480px) {
  .media_kit_page .mk_descr strong {
    font-size: 16px;
  }
}
.media_kit_page .mk_block {
  max-width: 620px;
  margin: 0 auto;
  padding: 32px 60px 0;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
@media (max-width: 480px) {
  .media_kit_page .mk_block {
    padding: 32px 0 0;
  }
}
.media_kit_page .mk_block .mk_slider .owl-nav button {
  position: absolute;
  width: 24px;
  height: 24px;
  padding: 5px !important;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  margin-top: -35px;
  outline: none;
  color: #28bebe;
  top: 50%;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .media_kit_page .mk_block .mk_slider .owl-nav button {
    width: 16px;
    height: 16px;
    top: 100%;
    margin-top: -27px;
  }
}
.media_kit_page .mk_block .mk_slider .owl-nav button:hover {
  color: #f09;
}
.media_kit_page .mk_block .mk_slider .owl-nav button.owl-prev {
  left: -50px;
}
@media (max-width: 480px) {
  .media_kit_page .mk_block .mk_slider .owl-nav button.owl-prev {
    left: -8px;
  }
}
.media_kit_page .mk_block .mk_slider .owl-nav button.owl-next {
  right: -50px;
}
@media (max-width: 480px) {
  .media_kit_page .mk_block .mk_slider .owl-nav button.owl-next {
    right: -8px;
  }
}
.media_kit_page .mk_block .mk_slider .owl-dots {
  text-align: center;
  padding: 6px 30px 0;
}
.media_kit_page .mk_block .mk_slider .owl-dots button.owl-dot {
  padding: 10px !important;
  outline: none;
}
.media_kit_page .mk_block .mk_slider .owl-dots button.owl-dot.active span {
  background: #28bebe;
}
.media_kit_page .mk_block .mk_slider .owl-dots button.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  border: 1px solid #28bebe;
  border-radius: 50%;
  -webkit-transition: background-color 0.2s ease-in-out;
  transition: background-color 0.2s ease-in-out;
}
body.page-template-message {
  background: #0a0f28;
}
body.page-template-message main#content {
  position: absolute;
  color: #28bebe;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  padding: 50px;
  max-width: 600px;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
body.page-template-message main#content p {
  margin: 0;
}
body.page-template-streamers main#content {
  padding-top: 0;
}
.streamers_page .streamers_hero {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
}
@media (max-width: 480px) {
  .streamers_page .streamers_hero {
    height: 80vh;
  }
}
.streamers_page .streamers_hero:after {
  content: "";
  position: absolute;
  display: block;
  background-image: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(rgba(10, 15, 40, 0)),
    to(#081942)
  );
  background-image: linear-gradient(180deg, rgba(10, 15, 40, 0), #081942);
  width: 100%;
  height: 51px;
  left: 0;
  bottom: 0;
}
@media (max-width: 480px) {
  .streamers_page .streamers_hero:after {
    background-image: -webkit-gradient(
      linear,
      left top,
      left bottom,
      from(rgba(10, 15, 40, 0)),
      to(#091436)
    );
    background-image: linear-gradient(180deg, rgba(10, 15, 40, 0), #091436);
  }
}
.streamers_page .streamers_hero .hero_content {
  position: absolute;
  font-family: lazer84, sans-serif;
  text-align: center;
  padding: 0 20px;
  width: 100%;
  top: 40%;
}
@media (max-width: 480px) {
  .streamers_page .streamers_hero .hero_content {
    top: 36%;
  }
}
.streamers_page .streamers_hero .hero_content .hero_title {
  display: inline-block;
}
.streamers_page .streamers_hero .hero_content .hero_title div {
  background-image: linear-gradient(45deg, #e9f73b, #f09);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 74px;
  padding: 0 6px 0 22px;
}
@media (max-width: 600px) {
  .streamers_page .streamers_hero .hero_content .hero_title div {
    font-size: 40px;
    padding: 0 4px 0 14px;
  }
}
.streamers_page .streamers_hero .hero_content .hero_subtitle {
  font-size: 36px;
  color: #f09;
  padding-top: 50px;
}
@media (max-width: 480px) {
  .streamers_page .streamers_hero .hero_content .hero_subtitle {
    font-size: 24px;
    padding-top: 20px;
  }
}
.streamers_page .streamers_content {
  font-size: 16px;
  padding: 80px 0 70px;
}
@media (max-width: 480px) {
  .streamers_page .streamers_content {
    padding: 32px 0 30px;
    font-size: 14px;
  }
}
.streamers_page .streamers_content strong {
  font-weight: 400;
  font-size: 18px;
}
@media (max-width: 480px) {
  .streamers_page .streamers_content strong {
    font-size: 16px;
  }
}
.streamers_page .list_block .list_title {
  text-transform: uppercase;
  color: #28bebe;
  font-size: 36px;
  font-weight: 700;
  text-align: center;
  padding-bottom: 33px;
}
@media (max-width: 480px) {
  .streamers_page .list_block .list_title {
    font-size: 22px;
  }
}
.streamers_page .list_block .list_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: -25px -10px;
}
@media (max-width: 480px) {
  .streamers_page .list_block .list_items {
    margin: -16px -10px;
  }
}
.streamers_page .list_block .list_items .list_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 25px 10px;
}
@media (max-width: 650px) {
  .streamers_page .list_block .list_items .list_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 16px 10px;
  }
}
.streamers_page .list_block .list_items .list_item .item_icon {
  position: relative;
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.streamers_page .list_block .list_items .list_item .item_icon img {
  position: absolute;
  max-height: 100%;
  margin-right: -50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.streamers_page .list_block .list_items .list_item .item_text {
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  max-width: 200px;
  margin: 0 auto;
  padding-top: 25px;
}
@media (max-width: 480px) {
  .streamers_page .list_block .list_items .list_item .item_text {
    font-size: 16px;
  }
}
.streamers_page .list_block .list_button {
  text-align: center;
  padding-top: 60px;
}
@media (max-width: 480px) {
  .streamers_page .list_block .list_button {
    padding-top: 32px;
  }
}
.team_page .team_list .team_item {
  padding-bottom: 100px;
}
@media (max-width: 480px) {
  .team_page .team_list .team_item {
    padding-bottom: 50px;
  }
}
.team_page .team_list .team_item .member_top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 600px;
  margin: 0 auto;
  padding-bottom: 30px;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .team_page .team_list .team_item .member_top {
    display: block;
  }
}
.team_page .team_list .team_item .member_top .member_image {
  width: 30%;
}
@media (max-width: 480px) {
  .team_page .team_list .team_item .member_top .member_image {
    width: 100%;
    text-align: center;
    padding-bottom: 25px;
  }
}
.team_page .team_list .team_item .member_top .member_info {
  width: 70%;
  font-weight: 700;
  padding-left: 50px;
}
@media (max-width: 480px) {
  .team_page .team_list .team_item .member_top .member_info {
    width: 100%;
    padding-left: 0;
    text-align: center;
  }
}
.team_page .team_list .team_item .member_top .member_info .member_name {
  color: #f09;
  font-size: 36px;
  padding-bottom: 10px;
}
@media (max-width: 480px) {
  .team_page .team_list .team_item .member_top .member_info .member_name {
    font-size: 30px;
  }
}
.team_page .team_list .team_item .member_top .member_info .member_position {
  color: #28bebe;
  font-size: 24px;
}
@media (max-width: 480px) {
  .team_page .team_list .team_item .member_top .member_info .member_position {
    font-size: 20px;
  }
}
.team_page .team_list .team_item .member_content {
  font-size: 16px;
}
.team_page .team_list .team_item .member_content ul {
  list-style: none;
}
.team_page .team_list .team_item .member_content ul li {
  padding: 8px 0;
}
.team_page .team_list .team_item .member_content ul li:before {
  content: "- ";
}
.team_page .page_content {
  font-size: 16px;
}
.testimonials_page .test_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.testimonials_page .test_list .test_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding-bottom: 24px;
}
@media (max-width: 700px) {
  .testimonials_page .test_list .test_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.testimonials_page .test_list .test_item:nth-child(odd) {
  padding-right: 10px;
}
@media (max-width: 700px) {
  .testimonials_page .test_list .test_item:nth-child(odd) {
    padding-right: 0;
  }
}
.testimonials_page .test_list .test_item:nth-child(2n) {
  padding-left: 10px;
}
@media (max-width: 700px) {
  .testimonials_page .test_list .test_item:nth-child(2n) {
    padding-left: 0;
  }
}
.testimonials_page .test_list .test_item .item_inner {
  position: relative;
  border-top: 2px solid #0049c9;
  border-left: 2px solid #0049c9;
  border-right: 2px solid #0049c9;
}
.testimonials_page .test_list .test_item .item_inner .test_inner_wrap {
  padding: 16px;
}
@media (max-width: 480px) {
  .testimonials_page .test_list .test_item .item_inner .test_inner_wrap {
    padding: 16px 8px;
  }
}
.testimonials_page
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_logo {
  height: 32px;
  padding-bottom: 12px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.testimonials_page
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_logo
  img {
  max-height: 100%;
}
.testimonials_page
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 16px;
}
.testimonials_page
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_rating
  .rating_star {
  padding-right: 9px;
  color: #f09;
}
.testimonials_page
  .test_list
  .test_item
  .item_inner
  .test_inner_wrap
  .test_rating
  .rating_star
  svg {
  width: 19px;
  height: 19px;
}
.testimonials_page .test_list .test_item .item_inner .test_line:before {
  content: "";
  position: absolute;
  width: calc(100% - 39px);
  left: 0;
  bottom: 0;
  background: #0049c9;
  border: 1px solid #0049c9;
  border-top-right-radius: 1px;
}
.testimonials_page .test_list .test_item .item_inner .test_line:after {
  content: "";
  position: absolute;
  width: 14px;
  right: 0;
  bottom: 0;
  border: 1px solid #0049c9;
  background: #0049c9;
  border-top-left-radius: 1px;
}
.testimonials_page .test_list .test_item .item_inner .test_line .corner {
  position: absolute;
  right: 17px;
  bottom: -10px;
  width: 20px;
  height: 20px;
  border-right: 2px solid #0049c9;
  border-bottom: 2px solid #0049c9;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.testimonials_page .test_list .test_item .test_link {
  text-align: right;
  padding-top: 22px;
}
.testimonials_page .test_list .test_item .test_link a {
  color: #28bebe;
  text-decoration: none;
}
.testimonials_page .test_list .test_item .test_link a:hover {
  color: #f09;
}
.faq_page .faq_nav {
  overflow: hidden;
}
@media (max-width: 480px) {
  .faq_page .faq_nav {
    overflow-x: auto;
    margin-bottom: 16px;
  }
}
.faq_page .faq_nav .nav_inner {
  background: #181e3b;
  padding: 11px 0;
  margin: 0 -11px 32px;
  text-align: center;
  width: auto !important;
}
@media (max-width: 480px) {
  .faq_page .faq_nav .nav_inner {
    padding: 3px 0;
    margin: 0;
    width: auto !important;
  }
}
.faq_page .faq_nav a {
  display: inline-block;
  padding: 5px 30px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .faq_page .faq_nav a {
    font-size: 12px;
    padding: 5px 16px;
  }
}
.faq_page .faq_nav a.active,
.faq_page .faq_nav a:hover {
  color: #f09;
}
.faq_page .faq_category {
  padding-bottom: 60px;
}
.faq_page .faq_category h2 {
  font-size: 24px;
  color: #f09;
  text-transform: uppercase;
}
@media (max-width: 480px) {
  .faq_page .faq_category h2 {
    font-size: 18px;
  }
}
.faq_page .faq_category .faq_list .list_item {
  padding: 16px 0;
  border-bottom: 1px solid #0049c9;
}
@media (max-width: 480px) {
  .faq_page .faq_category .faq_list .list_item {
    padding: 8px 0;
  }
}
.faq_page .faq_category .faq_list .list_item.active a.item_question {
  color: #fff;
}
.faq_page .faq_category .faq_list .list_item.active a.item_question:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq_page .faq_category .faq_list .list_item a.item_question {
  position: relative;
  display: block;
  font-size: 18px;
  line-height: 21px;
  text-decoration: none;
  color: #abd3f5;
  padding: 0 80px 0 20px;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
  -webkit-tap-highlight-color: transparent;
}
@media (max-width: 480px) {
  .faq_page .faq_category .faq_list .list_item a.item_question {
    font-size: 16px;
    padding: 0 50px 0 5px;
  }
}
.faq_page .faq_category .faq_list .list_item a.item_question:after {
  position: absolute;
  content: "+";
  font-size: 24px;
  color: #fff;
  margin-top: -10px;
  top: 50%;
  right: 25px;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 480px) {
  .faq_page .faq_category .faq_list .list_item a.item_question:after {
    font-size: 18px;
    right: 5px;
  }
}
.faq_page .faq_category .faq_list .list_item a.item_question:hover {
  color: #fff;
}
.faq_page .faq_category .faq_list .list_item .item_answer {
  padding: 8px 80px 0 20px;
  display: none;
}
@media (max-width: 480px) {
  .faq_page .faq_category .faq_list .list_item .item_answer {
    padding: 8px 0 0 5px;
  }
}
.faq_page .faq_category .faq_list .list_item .item_answer a {
  color: #fff;
}
.faq_page .faq_category .faq_list .list_item .item_answer ul {
  padding-left: 20px;
}
.faq_page .faq_category .faq_list .list_item .item_answer ul li {
  padding: 3px 0;
}
.faq_page .faq_category .faq_list .list_item .item_answer table {
  font-size: 12px;
  margin: 0 auto 16px;
  border-collapse: separate;
  border-spacing: 0 4px;
}
.faq_page .faq_category .faq_list .list_item .item_answer table th {
  background: #181e3b;
  color: #fff;
  height: 48px !important;
}
.faq_page .faq_category .faq_list .list_item .item_answer table td {
  background: rgba(24, 30, 59, 0.5);
  height: 30px !important;
  color: #fff;
}
.faq_page .faq_category .faq_list .list_item .item_answer table td strong {
  color: #28bebe;
}
.woffers_page .offers_content {
  font-size: 16px;
  padding-bottom: 32px;
}
@media (max-width: 480px) {
  .woffers_page .offers_content {
    font-size: 14px;
  }
}
.woffers_page .offers_content strong {
  font-size: 18px;
  font-weight: 400;
  color: #fff;
}
@media (max-width: 480px) {
  .woffers_page .offers_content strong {
    font-size: 16px;
  }
}
.woffers_page .offers_content p:last-child {
  margin-bottom: 0;
}
.woffers_page .offers_block {
  background: #181e3b;
  max-width: 652px;
  padding: 32px 36px;
  margin: 0 auto;
}
@media (max-width: 480px) {
  .woffers_page .offers_block {
    padding: 16px 10px;
  }
}
.woffers_page .offers_block .offers_filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -11px -10px;
}
.woffers_page .offers_block .offers_filters .filter_item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 11px 10px;
}
@media (max-width: 480px) {
  .woffers_page .offers_block .offers_filters .filter_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woffers_page .offers_block .offers_filters .filter_item .filter_label span {
  color: #f80096;
}
.woffers_page
  .offers_block
  .offers_filters
  .filter_item
  .filter_field.field_list {
  position: relative;
}
.woffers_page
  .offers_block
  .offers_filters
  .filter_item
  .filter_field.field_list
  .arrow {
  position: absolute;
  width: 16px;
  height: 16px;
  margin-top: -8px;
  top: 50%;
  right: 0;
  color: #28bebe;
}
.woffers_page
  .offers_block
  .offers_filters
  .filter_item
  .filter_field.field_list
  select {
  position: relative;
  background: none;
  border: none;
  border-bottom: 1px solid #0049c9;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  color: #fff;
  font-size: 16px;
  padding: 5px;
  outline: none;
  border-radius: 0;
}
.woffers_page
  .offers_block
  .offers_filters
  .filter_item
  .filter_field.field_list
  select
  option {
  background: #272f55;
  font-size: 14px;
}
.woffers_page .offers_block .offers_results {
  padding-top: 52px;
  font-size: 16px;
  display: none;
}
@media (max-width: 480px) {
  .woffers_page .offers_block .offers_results {
    font-size: 14px;
  }
}
.woffers_page .offers_block .offers_results .loading {
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBzdHlsZT0ibWFyZ2luOiBhdXRvOyBiYWNrZ3JvdW5kOiBub25lOyBkaXNwbGF5OiBibG9jazsgc2hhcGUtcmVuZGVyaW5nOiBhdXRvOyIgd2lkdGg9IjE1MHB4IiBoZWlnaHQ9IjE1MHB4IiB2aWV3Qm94PSIwIDAgMTAwIDEwMCIgcHJlc2VydmVBc3BlY3RSYXRpbz0ieE1pZFlNaWQiPgo8ZyB0cmFuc2Zvcm09InJvdGF0ZSgwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjYWJkM2Y1Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuOTE2NjY2NjY2NjY2NjY2NnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSIzIiByeT0iNiIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiNhYmQzZjUiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC44MzMzMzMzMzMzMzMzMzM0cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg2MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjc1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSg5MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjY2NjY2NjY2NjY2NjY2NjZzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDEyMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjU4MzMzMzMzMzMzMzMzMzRzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDE1MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjVzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDE4MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjQxNjY2NjY2NjY2NjY2NjdzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDIxMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjMzMzMzMzMzMzMzMzMzMzNzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDI0MCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49Ii0wLjI1cyIgcmVwZWF0Q291bnQ9ImluZGVmaW5pdGUiPjwvYW5pbWF0ZT4KICA8L3JlY3Q+CjwvZz48ZyB0cmFuc2Zvcm09InJvdGF0ZSgyNzAgNTAgNTApIj4KICA8cmVjdCB4PSI0NyIgeT0iMjQiIHJ4PSIzIiByeT0iNiIgd2lkdGg9IjYiIGhlaWdodD0iMTIiIGZpbGw9IiNhYmQzZjUiPgogICAgPGFuaW1hdGUgYXR0cmlidXRlTmFtZT0ib3BhY2l0eSIgdmFsdWVzPSIxOzAiIGtleVRpbWVzPSIwOzEiIGR1cj0iMXMiIGJlZ2luPSItMC4xNjY2NjY2NjY2NjY2NjY2NnMiIHJlcGVhdENvdW50PSJpbmRlZmluaXRlIj48L2FuaW1hdGU+CiAgPC9yZWN0Pgo8L2c+PGcgdHJhbnNmb3JtPSJyb3RhdGUoMzAwIDUwIDUwKSI+CiAgPHJlY3QgeD0iNDciIHk9IjI0IiByeD0iMyIgcnk9IjYiIHdpZHRoPSI2IiBoZWlnaHQ9IjEyIiBmaWxsPSIjYWJkM2Y1Ij4KICAgIDxhbmltYXRlIGF0dHJpYnV0ZU5hbWU9Im9wYWNpdHkiIHZhbHVlcz0iMTswIiBrZXlUaW1lcz0iMDsxIiBkdXI9IjFzIiBiZWdpbj0iLTAuMDgzMzMzMzMzMzMzMzMzMzNzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPjxnIHRyYW5zZm9ybT0icm90YXRlKDMzMCA1MCA1MCkiPgogIDxyZWN0IHg9IjQ3IiB5PSIyNCIgcng9IjMiIHJ5PSI2IiB3aWR0aD0iNiIgaGVpZ2h0PSIxMiIgZmlsbD0iI2FiZDNmNSI+CiAgICA8YW5pbWF0ZSBhdHRyaWJ1dGVOYW1lPSJvcGFjaXR5IiB2YWx1ZXM9IjE7MCIga2V5VGltZXM9IjA7MSIgZHVyPSIxcyIgYmVnaW49IjBzIiByZXBlYXRDb3VudD0iaW5kZWZpbml0ZSI+PC9hbmltYXRlPgogIDwvcmVjdD4KPC9nPgo8IS0tIFtsZGlvXSBnZW5lcmF0ZWQgYnkgaHR0cHM6Ly9sb2FkaW5nLmlvLyAtLT48L3N2Zz4=)
    no-repeat 50% 50%;
  background-size: cover;
  margin: 0 auto;
  width: 150px;
  height: 150px;
  display: none;
}
.woffers_page .offers_block .offers_results .result_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
  padding-bottom: 32px;
}
.woffers_page .offers_block .offers_results .result_item.not_found {
  display: block;
  text-align: center;
  color: #fff;
}
.woffers_page .offers_block .offers_results .result_item:last-child {
  padding-bottom: 0;
}
.woffers_page .offers_block .offers_results .result_item .result_brand {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
}
@media (max-width: 480px) {
  .woffers_page .offers_block .offers_results .result_item .result_brand {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
    padding-bottom: 8px;
  }
}
.woffers_page .offers_block .offers_results .result_item .result_brand a {
  color: #28bebe;
  text-decoration: none;
  -webkit-transition: color 0.2s ease-in-out;
  transition: color 0.2s ease-in-out;
}
.woffers_page .offers_block .offers_results .result_item .result_brand a:hover {
  color: #f09;
}
.woffers_page .offers_block .offers_results .result_item .result_offer {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 10px;
  color: #fff;
}
@media (max-width: 480px) {
  .woffers_page .offers_block .offers_results .result_item .result_offer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.woffers_page
  .offers_block
  .offers_results
  .result_item
  .result_offer
  p:last-child {
  margin-bottom: 0;
}
body.error404 {
  background: #0a0f28;
}
body.error404 main#content {
  padding-top: 0;
}
body.error404 .not_found {
  background: url(/public/images/error_bg_3150b8b0.jpg) no-repeat 50% 50%;
  position: relative;
  background-size: cover;
  height: 100vh;
  min-height: 760px;
}
@media (max-width: 480px) {
  body.error404 .not_found {
    height: 80vh;
    min-height: inherit;
  }
}
body.error404 .not_found:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2%, rgba(10, 15, 40, 0)),
    to(#0a0f28)
  );
  background: linear-gradient(180deg, rgba(10, 15, 40, 0) 2%, #0a0f28);
  position: absolute;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
body.error404 .not_found .error_code {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 18%;
}
body.error404 .not_found .error_code div {
  background-image: linear-gradient(45deg, #e9f73b, #f09);
  background-size: 100%;
  background-repeat: repeat;
  background-color: #e9f73b;
  display: inline-block;
  font-family: lazer84, sans-serif;
  font-size: 160px;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  letter-spacing: 40px;
  padding-left: 40px;
}
@media (max-width: 480px) {
  body.error404 .not_found .error_code div {
    font-size: 80px;
    letter-spacing: 20px;
    padding-left: 20px;
  }
}
body.error404 .not_found .error_message {
  position: absolute;
  text-transform: uppercase;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: center;
  width: 202px;
  margin-left: -101px;
  top: 50%;
  left: 50%;
}
body.error404 .not_found .error_btn {
  position: absolute;
  text-align: center;
  width: 100%;
  top: 60%;
}
@media (max-width: 480px) {
  body.error404 .not_found .error_btn {
    top: 62%;
  }
}
.page-template-landing main#content {
  padding-top: 0;
}
.landing_page .landing_block {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .landing_page .landing_block {
    padding-bottom: 32px;
  }
}
.landing_page .landing_block .block_title {
  text-transform: uppercase;
  color: #28bebe;
  font-weight: 700;
  font-size: 36px;
  padding-bottom: 32px;
  text-align: center;
}
@media (max-width: 480px) {
  .landing_page .landing_block .block_title {
    font-size: 22px;
    padding-bottom: 16px;
  }
}
.landing_page .hero_block {
  padding-bottom: 80px;
}
@media (max-width: 480px) {
  .landing_page .hero_block {
    padding-bottom: 40px;
  }
}
.landing_page .hero_block .hero_slider .owl-dots {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  bottom: 40px;
}
.landing_page .hero_block .hero_slider .owl-dots .owl-dot {
  display: inline-block;
  padding: 8px !important;
  -webkit-tap-highlight-color: transparent;
  outline: none;
}
.landing_page .hero_block .hero_slider .owl-dots .owl-dot span {
  display: block;
  width: 12px;
  height: 12px;
  border: 1px solid #f09;
  border-radius: 2px;
}
.landing_page .hero_block .hero_slider .owl-dots .owl-dot.active span {
  background: #f09;
}
.landing_page .hero_block .hero_slider .slide_item {
  position: relative;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  height: 100vh;
  min-height: 760px;
}
@media (max-width: 480px) {
  .landing_page .hero_block .hero_slider .slide_item {
    min-height: auto;
  }
}
.landing_page .hero_block .hero_slider .slide_item:after {
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(2%, rgba(10, 15, 40, 0)),
    to(#09183e)
  );
  background: linear-gradient(180deg, rgba(10, 15, 40, 0) 2%, #09183e);
  position: absolute;
  content: "";
  display: block;
  height: 50px;
  left: 0;
  right: 0;
  bottom: 0;
}
.landing_page .hero_block .hero_slider .slide_item.image_center > div {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media (max-width: 480px) {
  .landing_page .hero_block .hero_slider .slide_item.image_center > div {
    width: 100%;
    top: 60%;
    left: 0;
    -webkit-transform: translate(0);
    transform: translate(0);
  }
}
.landing_page
  .hero_block
  .hero_slider
  .slide_item.image_center
  .slide_subtitle {
  padding-bottom: 32px;
}
.landing_page .hero_block .hero_slider .slide_item.video > div {
  padding-top: 140px;
  max-width: 620px;
  margin: 0 auto;
}
.landing_page .hero_block .hero_slider .slide_item.video > div iframe {
  padding: 32px 0;
  max-width: 620px;
  width: 100%;
  height: 382px;
}
@media (max-width: 480px) {
  .landing_page .hero_block .hero_slider .slide_item.video > div iframe {
    padding-left: 10px;
    padding-right: 10px;
    height: 234px;
  }
}
.landing_page .hero_block .hero_slider .slide_item .slide_title {
  font-size: 36px;
  font-weight: 700;
  text-transform: uppercase;
  color: #28bebe;
  text-align: center;
  width: 100%;
  padding: 0 20px 8px;
  background: -webkit-linear-gradient(45deg, #f09, #f5ff00);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
@media (max-width: 480px) {
  .landing_page .hero_block .hero_slider .slide_item .slide_title {
    font-size: 22px;
  }
}
.landing_page .hero_block .hero_slider .slide_item .slide_subtitle {
  font-size: 24px;
  text-align: center;
  padding-left: 20px;
  padding-right: 20px;
}
@media (max-width: 480px) {
  .landing_page .hero_block .hero_slider .slide_item .slide_subtitle {
    font-size: 16px;
  }
}
.landing_page .hero_block .hero_slider .slide_item .slide_btn {
  width: 100%;
  text-align: center;
}
.landing_page .text_block .block_content {
  font-size: 16px;
}
@media (max-width: 480px) {
  .landing_page .text_block .block_content {
    font-size: 14px;
  }
}
.landing_page .text_block .block_content p:last-child {
  margin-bottom: 0;
}
.landing_page .logos_block .logos_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -30px -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
@media (max-width: 700px) {
  .landing_page .logos_block .logos_list {
    margin: -12px -10px;
  }
}
.landing_page .logos_block .logos_list .logo_item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  padding: 30px 10px;
}
@media (max-width: 700px) {
  .landing_page .logos_block .logos_list .logo_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
    padding: 12px 10px;
  }
}
@media (max-width: 480px) {
  .landing_page .logos_block .logos_list .logo_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.landing_page .logos_block .logos_list .logo_item .logo_image {
  display: table;
  text-align: center;
  width: 100%;
  height: 76px;
}
@media (max-width: 480px) {
  .landing_page .logos_block .logos_list .logo_item .logo_image {
    height: 58px;
  }
}
.landing_page .logos_block .logos_list .logo_item .logo_image a {
  display: table-cell;
  vertical-align: middle;
}
.landing_page .logos_block .logos_list .logo_item .logo_image img {
  max-width: 240px;
  max-height: 50px;
}
@media (max-width: 480px) {
  .landing_page .logos_block .logos_list .logo_item .logo_image img {
    max-height: 42px;
  }
}
.landing_page .logos_block .logos_list .logo_item .logo_descr {
  font-size: 16px;
  color: #fff;
  text-align: center;
  margin-bottom: 35px;
}
@media (max-width: 480px) {
  .landing_page .logos_block .logos_list .logo_item .logo_descr {
    font-size: 14px;
  }
}
.landing_page .icons_block .icons_list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -24px -10px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.landing_page .icons_block .icons_list .icon_item {
  position: relative;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 33.33%;
  flex: 0 0 33.33%;
  max-width: 33.33%;
  text-align: center;
  padding: 24px 10px;
}
@media (max-width: 650px) {
  .landing_page .icons_block .icons_list .icon_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 480px) {
  .landing_page .icons_block .icons_list .icon_item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.landing_page .icons_block .icons_list .icon_item .icon_icon {
  width: 60px;
  height: 60px;
  margin: 0 auto;
}
.landing_page .icons_block .icons_list .icon_item .icon_title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  padding-top: 24px;
}
@media (max-width: 480px) {
  .landing_page .icons_block .icons_list .icon_item .icon_title {
    font-size: 16px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding-top: 18px;
    max-width: 220px;
    margin: 0 auto;
  }
}
