@charset "UTF-8";
/*!
Theme Name: uavprof
Theme URI: http://underscores.me/
Author: ITS
Author URI: http://itspecial.net
Description: uavprof lending
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: uavprof
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

uavprof is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/
/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Fonts
	- Include Media
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
	- Header
	- Game
	- Footer
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/
@-webkit-keyframes wiggle-left {
  0% {
    transform: rotate(20deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(20deg); } }
@keyframes wiggle-left {
  0% {
    transform: rotate(20deg); }
  50% {
    transform: rotate(-5deg); }
  100% {
    transform: rotate(20deg); } }

@-webkit-keyframes wiggle-right {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(20deg); }
  100% {
    transform: rotate(-5deg); } }

@keyframes wiggle-right {
  0% {
    transform: rotate(-5deg); }
  50% {
    transform: rotate(20deg); }
  100% {
    transform: rotate(-5deg); } }

@-webkit-keyframes animate-drone {
  0% {
    transform: translateX(0) translateY(0); }
  50% {
    transform: translateY(36px); }
  100% {
    transform: translateX(0) translateY(0); } }

@keyframes animate-drone {
  0% {
    transform: translateX(0) translateY(0); }
  50% {
    transform: translateY(36px); }
  100% {
    transform: translateX(0) translateY(0); } }

/* custom variables */
/* custom fonts */
/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/
/* Normalize
--------------------------------------------- */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
	 ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%; }

/* Sections
	 ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
	 ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Text-level semantics
	 ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
	 ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
	 ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

/* Interactive
	 ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
	 ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/* Include Media
--------------------------------------------- */
/* Fonts
--------------------------------------------- */
/* fonts */
/* Roboto */
@font-face {
  font-family: Roboto;
  src: url("./assets/fonts/Roboto/Roboto-Regular.ttf");
  font-display: swap; }

/* Akrobat */
@font-face {
  font-family: Akrobat Black;
  src: url("./assets/fonts/Akrobat/Akrobat-Black.woff");
  font-display: swap; }

/* Box sizing
--------------------------------------------- */
/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  box-sizing: border-box; }

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/
/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
  color: #404040;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
  line-height: 1.5; }

h1,
h2,
h3,
h4,
h5,
h6 {
  clear: both; }

p {
  margin-bottom: 1.5em; }

dfn,
cite,
em,
i {
  font-style: italic; }

blockquote {
  margin: 0 1.5em; }

address {
  margin: 0 0 1.5em; }

pre {
  background: #eee;
  font-family: "Courier 10 Pitch", courier, monospace;
  line-height: 1.6;
  margin-bottom: 1.6em;
  max-width: 100%;
  overflow: auto;
  padding: 1.6em; }

code,
kbd,
tt,
var {
  font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace; }

abbr,
acronym {
  border-bottom: 1px dotted #666;
  cursor: help; }

mark,
ins {
  background: #fff9c0;
  text-decoration: none; }

big {
  font-size: 125%; }

/* Elements
--------------------------------------------- */
body {
  background: #fff; }

hr {
  background-color: #ccc;
  border: 0;
  height: 1px;
  margin-bottom: 1.5em; }

ul,
ol {
  margin: 0;
  padding: 0; }

ul {
  list-style-type: none; }

ol {
  list-style: decimal; }

dt {
  font-weight: 700; }

dd {
  margin: 0 1.5em 1.5em; }

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
  max-width: 100%; }

img {
  height: auto;
  max-width: 100%; }

figure {
  margin: 1em 0; }

table {
  margin: 0 0 1.5em;
  width: 100%; }

/* Links
--------------------------------------------- */
a {
  text-decoration: none; }

.link {
  font-family: "Roboto";
  font-style: normal;
  font-weight: bold;
  font-size: 13px;
  line-height: 1.55;
  position: relative;
  border-radius: 4px;
  overflow: hidden; }
  .link--light {
    display: flex;
    align-items: center;
    color: #083148;
    padding: 10px 46px 10px 20px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    border: 2px solid rgba(0, 125, 198, 0.3);
    transition: .5s all ease; }
    .link--light .link-icon {
      width: 16px;
      height: 16px;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute;
      right: 12px; }
    .link--light svg {
      fill: #007DC6;
      transition: .5s all ease;
      opacity: 0.3; }
    .link--light:hover {
      border-color: #007DC6;
      background-color: #007DC6;
      color: #FFFFFF; }
      .link--light:hover svg {
        fill: #FFFFFF;
        opacity: 1; }
  .link--dark {
    font-size: 18px;
    display: flex;
    align-items: center;
    color: #083148;
    padding: 14px 92px 14px 40px;
    max-height: 55px;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    background-color: #007DC6;
    color: #FFFFFF; }
    @media (max-width: 767px) {
      .link--dark {
        padding: 14px 77px 14px 25px; } }
    .link--dark .link-icon {
      width: 52px;
      height: 100%;
      right: 0;
      background-color: #0B75B2;
      display: flex;
      justify-content: center;
      align-items: center;
      position: absolute; }
    .link--dark svg {
      fill: #FFFFFF; }

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: 1px solid;
  border-color: #ccc #ccc #bbb;
  border-radius: 3px;
  background: #e6e6e6;
  color: rgba(0, 0, 0, 0.8);
  line-height: 1;
  padding: 0.6em 1em 0.4em; }
  button:hover,
  input[type="button"]:hover,
  input[type="reset"]:hover,
  input[type="submit"]:hover {
    border-color: #ccc #bbb #aaa; }
  button:active, button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus {
    border-color: #aaa #bbb #bbb; }

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
  color: #666;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 3px; }
  input[type="text"]:focus,
  input[type="email"]:focus,
  input[type="url"]:focus,
  input[type="password"]:focus,
  input[type="search"]:focus,
  input[type="number"]:focus,
  input[type="tel"]:focus,
  input[type="range"]:focus,
  input[type="date"]:focus,
  input[type="month"]:focus,
  input[type="week"]:focus,
  input[type="time"]:focus,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:focus,
  input[type="color"]:focus,
  textarea:focus {
    color: #111; }

select {
  border: 1px solid #ccc; }

textarea {
  width: 100%; }

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/
/* Navigation
--------------------------------------------- */
.main-navigation {
  display: block;
  width: 100%; }
  .main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0; }
    .main-navigation ul ul {
      box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
      float: left;
      position: absolute;
      top: 100%;
      left: -999em;
      z-index: 99999; }
      .main-navigation ul ul ul {
        left: -999em;
        top: 0; }
      .main-navigation ul ul li:hover > ul,
      .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto; }
      .main-navigation ul ul a {
        width: 200px; }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
      left: auto; }
  .main-navigation li {
    position: relative; }
  .main-navigation a {
    display: block;
    text-decoration: none; }

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
  display: block; }

@media screen and (min-width: 37.5em) {
  .menu-toggle {
    display: none; }
  .main-navigation ul {
    display: flex; } }

.site-main .comment-navigation, .site-main
.posts-navigation, .site-main
.post-navigation {
  margin: 0 0 1.5em; }

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
  display: flex; }

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
  flex: 1 0 50%; }

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
  text-align: end;
  flex: 1 0 50%; }

/* Posts and pages
--------------------------------------------- */
.sticky {
  display: block; }

.post,
.page {
  margin: 0; }

.updated:not(.published) {
  display: none; }

.page-content,
.entry-content,
.entry-summary {
  margin: 0; }

.page-links {
  clear: both;
  margin: 0; }

/* custom styles */
.d-none {
  display: none; }

.container {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto; }
  @media (max-width: 1439px) {
    .container {
      padding: 0 25px; } }
  @media (max-width: 767px) {
    .container {
      padding: 0 20px; } }

.page-header {
  font-family: "Akrobat Black";
  font-size: 60px;
  line-height: 1;
  position: relative;
  margin: 0; }
  @media (max-width: 1439px) {
    .page-header {
      font-size: 50px;
      line-height: 1.3; } }
  @media (max-width: 767px) {
    .page-header {
      font-size: 38px; } }
  .page-header::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #007DC6;
    border-radius: 4px;
    left: 0;
    bottom: -25px; }
    @media (max-width: 1439px) {
      .page-header::before {
        bottom: -15px; } }
    @media (max-width: 767px) {
      .page-header::before {
        bottom: -24px; } }
  .page-header--white {
    color: #FFFFFF; }

.section-header {
  font-family: "Akrobat Black";
  font-style: normal;
  font-size: 50px;
  line-height: 1.3;
  color: #083148;
  position: relative;
  margin: 0; }
  @media (max-width: 767px) {
    .section-header {
      font-size: 38px; } }
  .section-header::before {
    position: absolute;
    content: "";
    width: 50px;
    height: 2px;
    background-color: #007DC6;
    border-radius: 4px;
    left: 0;
    bottom: -20px; }
    @media (max-width: 767px) {
      .section-header::before {
        bottom: -23px; } }

.blue-bg::before {
  position: absolute;
  content: "";
  width: 100%;
  max-width: 1770px;
  height: 100%;
  background: #F2F8FC;
  background-repeat: no-repeat;
  top: 0;
  z-index: -2; }
  @media (min-width: 1921px) {
    .blue-bg::before {
      max-width: calc(100% - 150px); } }

.blue-bg--left::before {
  left: 0; }

.blue-bg--right::before {
  right: 0; }

.game-page {
  overflow: hidden;
  padding-top: 131px; }
  @media (max-width: 1439px) {
    .game-page {
      padding-top: 90px; } }

.tasks-modal {
  width: 100%;
  max-width: 1000px !important; }
  .tasks-modal__header {
    margin: 0 0 50px; }
  .tasks-modal .top__link {
    position: relative; }
    .tasks-modal .top__link::after {
      content: "";
      position: absolute;
      height: 100%;
      width: 52px;
      right: 0;
      background-color: #0B75B2;
      background-image: url("./images/arrow.svg");
      background-position: center;
      background-repeat: no-repeat;
      pointer-events: none; }

/* Comments
--------------------------------------------- */
.comment-content a {
  word-wrap: break-word; }

.bypostauthor {
  display: block; }

/* Widgets
--------------------------------------------- */
.widget {
  margin: 0 0 1.5em; }
  .widget select {
    max-width: 100%; }

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
  border: none;
  margin-bottom: 0;
  margin-top: 0;
  padding: 0; }

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
  display: inline-block; }

/* Captions
--------------------------------------------- */
.wp-caption {
  margin-bottom: 1.5em;
  max-width: 100%; }
  .wp-caption img[class*="wp-image-"] {
    display: block;
    margin-left: auto;
    margin-right: auto; }
  .wp-caption .wp-caption-text {
    margin: 0.8075em 0; }

.wp-caption-text {
  text-align: center; }

/* Galleries
--------------------------------------------- */
.gallery {
  margin-bottom: 1.5em;
  display: grid;
  grid-gap: 1.5em; }

.gallery-item {
  display: inline-block;
  text-align: center;
  width: 100%; }

.gallery-columns-2 {
  grid-template-columns: repeat(2, 1fr); }

.gallery-columns-3 {
  grid-template-columns: repeat(3, 1fr); }

.gallery-columns-4 {
  grid-template-columns: repeat(4, 1fr); }

.gallery-columns-5 {
  grid-template-columns: repeat(5, 1fr); }

.gallery-columns-6 {
  grid-template-columns: repeat(6, 1fr); }

.gallery-columns-7 {
  grid-template-columns: repeat(7, 1fr); }

.gallery-columns-8 {
  grid-template-columns: repeat(8, 1fr); }

.gallery-columns-9 {
  grid-template-columns: repeat(9, 1fr); }

.gallery-caption {
  display: block; }

/* Header
--------------------------------------------- */
.site-header {
  display: flex;
  width: 100%;
  position: fixed;
  background-color: #FFFFFF;
  z-index: 4;
  top: 0;
  left: 0;
  right: 0;
  transition: .3s box-shadow ease; }
  @media (max-width: 1439px) {
    .site-header {
      z-index: 5; } }
  .site-header__wrapper {
    display: flex;
    align-items: center;
    width: 100%;
    transition: .3s all ease; }
    @media (max-width: 1439px) {
      .site-header__wrapper {
        justify-content: space-between;
        padding: 17px 0; } }
  .site-header--shrink {
    z-index: 5;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16); }
    .site-header--shrink .nav-main__link {
      padding: 30px 17px; }
      @media (max-width: 1439px) {
        .site-header--shrink .nav-main__link {
          padding: 15px 0; } }
    @media (max-width: 1439px) {
      .site-header--shrink .site-header__wrapper {
        padding: 10px 0; } }
  .site-header__header {
    display: none; }
    .site-header__header::before {
      content: none; }
    @media (max-width: 1439px) {
      .site-header__header {
        display: flex;
        margin: 0 0 17px; } }
  .site-header__cross {
    display: none;
    width: 16px;
    height: 16px;
    position: absolute;
    top: 49px;
    right: 40px;
    z-index: 2;
    transition: .5s all ease; }
    @media (max-width: 1439px) {
      .site-header__cross {
        display: flex; } }
    .site-header__cross:hover {
      transform: rotateZ(360deg); }
  .site-header .container {
    display: flex;
    align-items: center; }
  .site-header__menu-wrapper {
    display: flex;
    width: 100%;
    background-color: #FFFFFF; }
    @media (max-width: 1439px) {
      .site-header__menu-wrapper {
        position: fixed;
        flex-direction: column;
        left: 0;
        top: 0;
        right: 0;
        padding: 36px 40px 50px;
        opacity: 0;
        pointer-events: none;
        transition: .5s all ease;
        overflow: auto;
        max-height: 100%; }
        .site-header__menu-wrapper.visible {
          opacity: 1;
          pointer-events: all; } }
  .site-header__burger {
    width: 50px;
    min-width: 50px;
    height: 50px;
    background-color: #007DC6;
    border-radius: 4px;
    display: none;
    justify-content: center;
    align-items: center; }
    @media (max-width: 1439px) {
      .site-header__burger {
        display: flex; } }

.site-logo {
  display: flex;
  align-items: flex-end;
  width: 186px;
  height: 56px;
  padding: 0 0 5px 0;
  margin: 0 62px 0 0; }
  @media (max-width: 1439px) {
    .site-logo {
      margin: 0; } }

.nav-main {
  display: flex;
  list-style-type: none;
  height: 100%;
  width: 100%; }
  @media (max-width: 1439px) {
    .nav-main {
      flex-direction: column; } }
  .nav-main__item {
    position: relative; }
    .nav-main__item:first-of-type .nav-main__link {
      border-color: transparent; }
    .nav-main__item:hover .nav-drop, .nav-main__item:focus .nav-drop {
      visibility: visible;
      opacity: 1;
      pointer-events: all; }
    .nav-main__item:hover .nav-main__toggle-menu, .nav-main__item:focus .nav-main__toggle-menu {
      transform: scale(1, -1); }
    .nav-main__item:hover + li > a, .nav-main__item:focus + li > a {
      border-color: transparent; }
    .nav-main__item:hover + li.menu-item-has-children > ul > li:first-of-type a, .nav-main__item:focus + li.menu-item-has-children > ul > li:first-of-type a {
      border-color: transparent; }
  .nav-main__link {
    position: relative;
    display: flex;
    flex-direction: column;
    padding: 53.5px 17px;
    font-family: "Roboto";
    font-size: 15px;
    line-height: 1.55;
    color: #000000;
    white-space: nowrap;
    transition: .3s all ease; }
    @media (max-width: 1439px) {
      .nav-main__link {
        padding: 15px 0;
        border-top: 1px solid #9CDBFF; } }
    .nav-main__link::after {
      position: absolute;
      content: "";
      width: 100%;
      height: 4px;
      left: 0;
      bottom: -4px;
      transition: .3s all ease; }
      @media (max-width: 1439px) {
        .nav-main__link::after {
          transition: none; } }
    .nav-main__link--current, .nav-main__link:hover {
      font-weight: 900;
      color: #007DC6;
      background-color: #F2F8FC;
      border-color: transparent; }
      .nav-main__link--current::after, .nav-main__link:hover::after {
        background-color: #007DC6;
        border-radius: 0 0 4px 4px; }
        @media (max-width: 1439px) {
          .nav-main__link--current::after, .nav-main__link:hover::after {
            border-radius: 0;
            background-color: #F2F8FC;
            width: calc(100% + 80px);
            left: -40px;
            bottom: 0;
            height: 100%;
            z-index: -1; } }
  .nav-main__toggle-menu {
    position: absolute;
    display: flex;
    align-items: center;
    width: 11px;
    height: 100%;
    top: 0;
    right: 10px;
    transition: .5s all ease; }
    @media (max-width: 1439px) {
      .nav-main__toggle-menu {
        display: none; } }
  .nav-main__signup {
    margin-left: auto;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media (max-width: 1439px) {
      .nav-main__signup {
        margin: 20px 0 0; } }

.nav-drop {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  position: absolute;
  left: 20px;
  top: 87px;
  padding: 10px 30px;
  border-radius: 4px;
  box-shadow: 0px 11px 70px rgba(8, 40, 58, 0.13);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: .3s opacity ease; }
  @media (max-width: 1439px) {
    .nav-drop {
      position: relative;
      opacity: 1;
      visibility: visible;
      top: 0;
      left: 0;
      padding: 0;
      border-radius: 0;
      box-shadow: none; } }
  .nav-drop__link {
    font-family: "Roboto";
    font-size: 15px;
    line-height: 1.55;
    color: #000000;
    padding: 10px 0;
    display: flex;
    border-bottom: 1px solid #9CDBFF;
    transition: .3s all ease; }
    @media (max-width: 1439px) {
      .nav-drop__link {
        padding: 15px 0;
        border-top: 1px solid #9CDBFF;
        border-bottom: 0;
        transition: none; } }
    .nav-drop__link:hover, .nav-drop__link--active {
      color: #007DC6; }
      @media (max-width: 1439px) {
        .nav-drop__link:hover, .nav-drop__link--active {
          font-weight: bold; } }
  .nav-drop__item:last-of-type .nav-drop__link {
    border-bottom: none; }
    @media (max-width: 1439px) {
      .nav-drop__item:last-of-type .nav-drop__link:hover > a, .nav-drop__item:last-of-type .nav-drop__link:focus > a, .nav-drop__item:last-of-type .nav-drop__link--active > a {
        border-color: transparent; } }
  @media (max-width: 1439px) {
    .nav-drop__item:first-of-type a {
      border-top: 1px solid #9CDBFF;
      border-bottom: 0;
      transition: none; } }
  @media (max-width: 1439px) {
    .nav-drop__item:hover > a, .nav-drop__item:focus > a, .nav-drop__item--active > a {
      border-color: transparent; }
    .nav-drop__item:hover + li > a, .nav-drop__item:focus + li > a, .nav-drop__item--active + li > a {
      border-color: transparent; } }

.menu-item-has-children .nav-main__link {
  padding-right: 30px; }
  @media (max-width: 1439px) {
    .menu-item-has-children .nav-main__link {
      padding: 0;
      border-top: none; } }
  @media (max-width: 1439px) {
    .menu-item-has-children .nav-main__link span {
      display: none; } }

.signup-link {
  padding: 13.5px 20px 13.5px 54px;
  margin-left: auto;
  font-family: "Roboto";
  font-weight: bold;
  font-size: 15px;
  line-height: 1.55;
  color: #FFFFFF;
  background-color: #007DC6;
  border-radius: 4px;
  position: relative; }
  @media (max-width: 1439px) {
    .signup-link {
      margin: 0;
      max-width: 239px; } }
  .signup-link__icon {
    width: 24px;
    height: 24px;
    position: absolute;
    left: 20px;
    display: flex;
    justify-content: center;
    align-items: center; }

/* Footer
--------------------------------------------- */
.site-footer {
  position: relative;
  padding: 73px 0 90px; }
  @media (max-width: 1439px) {
    .site-footer {
      padding: 25px 0 50px; } }
  @media (max-width: 767px) {
    .site-footer {
      padding: 31px 0 37px; } }
  .site-footer::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 1770px;
    height: 100%;
    max-height: 222px;
    background: #F2F8FC;
    background-repeat: no-repeat;
    left: 0;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 1921px) {
      .site-footer::before {
        max-width: calc(100% - 150px); } }
    @media (max-width: 1439px) {
      .site-footer::before {
        max-height: 130px; } }
    @media (max-width: 767px) {
      .site-footer::before {
        max-height: 192px; } }

.contacts {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin: -4px 0 181px; }
  @media (max-width: 1439px) {
    .contacts {
      margin: 30px 0 87px; } }
  @media (max-width: 767px) {
    .contacts {
      flex-direction: column;
      align-items: flex-start;
      margin: 41px 0 91px; } }
  .contacts__subtitle {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 1.55;
    color: #083148;
    margin: 0; }
    @media (max-width: 1439px) {
      .contacts__subtitle {
        max-width: 160px; } }
    @media (max-width: 767px) {
      .contacts__subtitle {
        max-width: unset;
        margin: 0 0 16px; } }
  .contacts__email {
    display: flex; }
    @media (max-width: 767px) {
      .contacts__email {
        margin: 0 0 11px; } }
  .contacts__group {
    display: flex;
    flex-direction: column;
    padding-left: 17px; }
  .contacts__label {
    font-family: "Roboto";
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    color: #083148;
    margin: 0; }
  .contacts__link {
    font-family: "Roboto";
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    color: #083148; }

.social {
  display: flex; }
  @media (max-width: 767px) {
    .social {
      margin: 0 0 15px; } }
  .social__link {
    background-color: #FFFFFF;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 5px; }
  .social__item:first-of-type .social__link {
    margin-left: 0; }
  .social__item:last-of-type .social__link {
    margin-right: 0; }

.site-info {
  display: flex;
  justify-content: space-between;
  align-items: center; }
  @media (max-width: 767px) {
    .site-info {
      flex-direction: column;
      justify-content: flex-start;
      align-items: flex-start;
      min-height: 93px; } }
  .site-info__copyright {
    font-family: "Roboto";
    line-height: 1.55;
    color: #B7C1CF;
    margin: 0; }

/* Game
--------------------------------------------- */
/* top --> */
.top {
  position: relative; }
  .top::before {
    position: absolute;
    content: "";
    width: 291px;
    height: 571px;
    background-image: url("./images/top-left.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: 481px;
    left: 0;
    z-index: -1; }
    @media (max-width: 1439px) {
      .top::before {
        display: none; } }
  .top__header {
    max-width: 580px;
    margin: 0 0 44px; }
    @media (max-width: 1439px) {
      .top__header {
        max-width: 403px;
        margin: 0 0 34px; } }
    @media (max-width: 767px) {
      .top__header {
        max-width: 240px;
        margin: 0 0 44px; } }
  .top__text {
    font-family: "Roboto";
    font-size: 15px;
    line-height: 1.55;
    color: #FFFFFF;
    margin: 0 0 46px; }
    @media (max-width: 1439px) {
      .top__text {
        max-width: 553px;
        margin: 0 0 44px; } }
    @media (max-width: 767px) {
      .top__text {
        margin: 0 0 27px; } }
    .top__text p {
      margin-top: 0; }
      .top__text p:last-of-type {
        margin: 0; }
  .top__image {
    position: relative;
    display: flex;
    flex-basis: 0;
    flex-grow: 1;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat; }
    @media (max-width: 1439px) {
      .top__image {
        position: absolute;
        width: 100%;
        height: 100%; } }
    .top__image::before, .top__image::after {
      position: absolute;
      content: "";
      z-index: 4;
      pointer-events: none;
      background-position: center;
      background-repeat: no-repeat; }
    .top__image::before {
      width: 260px;
      height: 163px;
      background-image: url("./images/secondary-drone.png");
      top: 60px;
      left: -71px;
      transition: .5s all ease; }
      @media (max-width: 1439px) {
        .top__image::before {
          width: 169px;
          height: 119px;
          background-image: url("./images/secondary-drone-tablet.png");
          background-size: cover;
          left: unset;
          right: 14px;
          top: 409px; } }
      @media (max-width: 767px) {
        .top__image::before {
          display: none; } }
    .top__image::after {
      width: 249px;
      height: 164px;
      top: 51px;
      right: -62px;
      background-image: url("./images/airplane.png");
      transition: .5s all ease; }
      @media (max-width: 1439px) {
        .top__image::after {
          top: 268px;
          right: -86px; } }
      @media (max-width: 767px) {
        .top__image::after {
          top: 132px;
          right: -161px; } }
    .top__image--main-drone {
      position: absolute;
      width: 886px;
      height: 629px;
      background-image: url("./images/main-drone.png");
      background-position: center;
      background-repeat: no-repeat;
      top: 152px;
      left: -200px;
      z-index: 4;
      pointer-events: none;
      transition: .5s all ease;
      -webkit-animation: animate-drone 3.6s ease-in-out infinite;
              animation: animate-drone 3.6s ease-in-out infinite; }
      @media (max-width: 1439px) {
        .top__image--main-drone {
          width: 418px;
          height: 295px;
          left: unset;
          right: -111px;
          top: -11px;
          background-size: cover; } }
      @media (max-width: 767px) {
        .top__image--main-drone {
          width: 238px;
          height: 168px;
          top: 3px;
          right: -99px;
          -webkit-animation: none;
                  animation: none; } }
  .top__content {
    position: relative;
    display: flex;
    width: 100%;
    max-width: 873px; }
    @media (max-width: 1439px) {
      .top__content {
        max-width: 100%; } }
    .top__content::before {
      position: absolute;
      content: "";
      width: 100%;
      height: 100%;
      background: linear-gradient(212.83deg, #00C6BA -53.21%, rgba(0, 125, 198, 0) 96.83%), rgba(8, 49, 72, 0.8);
      opacity: 0.9;
      z-index: 2; }
  .top__content-overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    max-width: 745px;
    height: 100%; }
  .top__blur-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: hidden; }
    @media (max-width: 1439px) {
      .top__blur-wrap {
        display: none; } }
  .top__blur {
    position: absolute;
    background-repeat: no-repeat;
    background-size: cover;
    filter: blur(124px);
    z-index: 2;
    width: 878px;
    height: 100%; }
  .top__info {
    display: flex;
    flex-direction: column;
    width: 100%;
    z-index: 3;
    padding: 73px 177px 99px 67px; }
    @media (max-width: 1439px) {
      .top__info {
        padding: 24px 25px 50px; } }
    @media (max-width: 767px) {
      .top__info {
        padding: 23px 20px 40px; } }
  .top__tools {
    display: flex;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .top__tools {
        flex-direction: column; } }
  .top__event {
    display: flex;
    align-items: center;
    font-family: "Akrobat Black";
    font-size: 25px;
    line-height: 1.3;
    color: #FFFFFF;
    white-space: nowrap;
    margin: 0 0 0 55px; }
    @media (max-width: 767px) {
      .top__event {
        margin: 23px 0 0 0; } }
  .top__event-icon {
    margin-right: 23px; }
  .top__link {
    width: 100%;
    max-width: 309px; }

.top-container {
  position: relative;
  width: 100%;
  max-width: 1520px;
  padding: 0;
  margin: 0 auto;
  min-height: 645px;
  border-radius: 4px;
  display: flex;
  justify-content: flex-end;
  background-color: #083148; }

/* <-- top */
/* participants --> */
.participants {
  position: relative;
  padding: 73px 0 50px; }
  @media (max-width: 1439px) {
    .participants {
      padding: 24px 0 50px; } }
  @media (max-width: 767px) {
    .participants {
      padding: 31px 0 46px; } }
  .participants__header {
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .participants__header {
        margin: 0 0 53px; } }

.participants-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -35px; }
  @media (max-width: 1439px) {
    .participants-list {
      flex-direction: column;
      margin-right: 0; } }
  .participants-list__item {
    display: flex;
    flex-direction: column;
    width: 100%;
    max-width: calc(100%/2 - 35px);
    margin: 0 35px 44px 0;
    padding: 50px;
    box-shadow: 0px 31px 60px rgba(21, 69, 97, 0.13);
    background-color: #FFFFFF; }
    @media (max-width: 1439px) {
      .participants-list__item {
        max-width: unset;
        margin: 0 0 20px;
        padding: 30px; }
        .participants-list__item:last-of-type {
          margin: 0; } }
    @media (max-width: 767px) {
      .participants-list__item {
        padding: 20px; } }
  .participants-list__league {
    font-family: "Akrobat Black";
    font-size: 28px;
    line-height: 1.3;
    color: #083148;
    margin: 0 0 14px; }
  .participants-list__item-text {
    font-family: "Roboto";
    font-size: 15px;
    line-height: 1.55;
    color: #083148; }
    .participants-list__item-text p {
      margin-top: 0; }
      .participants-list__item-text p:last-of-type {
        margin: 0; }

/* <-- participants */
/* prizes --> */
.prizes {
  position: relative;
  padding: 75px 0 100px; }
  @media (max-width: 1439px) {
    .prizes {
      padding: 26px 0 50px; } }
  @media (max-width: 767px) {
    .prizes {
      padding: 31px 0 50px; } }
  .prizes::after {
    position: absolute;
    content: "";
    width: 312px;
    height: 549px;
    background-image: url("./images/prize-right.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -41px;
    right: 0;
    z-index: -2; }
    @media (max-width: 1439px) {
      .prizes::after {
        display: none; } }
  .prizes__header {
    margin: 0 0 60px; }
    @media (max-width: 767px) {
      .prizes__header {
        margin: 0 0 38px; } }
  .prizes__subheader {
    font-family: "Akrobat Black";
    font-weight: 900;
    font-size: 28px;
    line-height: 1.3;
    color: #007DC6;
    margin: 0 0 14px; }
  .prizes__description {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    line-height: 1.55;
    color: #083148;
    margin: 0 0 16px;
    max-width: 404px;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -30, 0);
    transition: .5s all ease; }
    @media (max-width: 1439px) {
      .prizes__description {
        margin: 0 0 6px; } }
    .prizes__description--active {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0); }
  .prizes__main-prize {
    font-family: "Akrobat Black";
    font-size: 80px;
    line-height: 1.3;
    color: #007DC6;
    margin: 0 0 195px;
    opacity: 0;
    transform: matrix(1, 0, 0, 1, -30, 0);
    transition: .5s all ease; }
    @media (max-width: 1439px) {
      .prizes__main-prize {
        font-size: 60px;
        margin: 0 0 67px; } }
    @media (max-width: 767px) {
      .prizes__main-prize {
        font-size: 50px;
        margin: 0 0 26px; } }
    .prizes__main-prize--active {
      opacity: 1;
      transform: matrix(1, 0, 0, 1, 0, 0); }
  .prizes__overlay {
    display: flex;
    position: absolute;
    width: 100%;
    max-width: 1347px;
    height: 100%;
    max-height: 498px;
    background-color: #F2F8FC;
    top: 0;
    left: -2px;
    border-radius: 4px;
    z-index: -1; }
    @media (min-width: 1921px) {
      .prizes__overlay {
        max-width: calc(100% - 575px); } }
    @media (max-width: 1439px) {
      .prizes__overlay {
        max-height: 316px; } }
    @media (max-width: 767px) {
      .prizes__overlay {
        max-height: 538px; } }
  .prizes__overlay-bg {
    position: absolute;
    width: 634.79px;
    height: 453.17px;
    top: 23px;
    right: -196px; }
    @media (max-width: 1439px) {
      .prizes__overlay-bg {
        width: 416px;
        height: 297px;
        top: 52px;
        right: -24px; }
        .prizes__overlay-bg svg {
          width: 100%;
          height: auto; } }
    @media (max-width: 767px) {
      .prizes__overlay-bg {
        display: none; } }
  .prizes__prize-image {
    display: none; }
    @media (max-width: 767px) {
      .prizes__prize-image {
        display: flex;
        position: relative;
        width: 328px;
        height: 234px;
        margin-left: -164px;
        left: 50%;
        margin-bottom: 75px; }
        .prizes__prize-image svg {
          width: 100%;
          height: auto; } }

.prizes-block {
  border-radius: 4px;
  background-color: #F2F8FC;
  padding: 50px;
  margin: 50px 0 0; }
  @media (max-width: 1439px) {
    .prizes-block {
      padding: 30px 40px 10px;
      margin: 30px 0 0; } }
  @media (max-width: 767px) {
    .prizes-block {
      padding: 30px 30px 10px; } }
  .prizes-block:first-of-type {
    margin: 0; }
  .prizes-block__header {
    font-family: "Akrobat Black";
    font-size: 28px;
    line-height: 1.3;
    color: #007DC6;
    margin: 0 0 30px; }
    @media (max-width: 1439px) {
      .prizes-block__header {
        margin: 0 0 20px; } }

.prizes-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -33px; }
  @media (max-width: 1439px) {
    .prizes-list {
      margin-right: -20px; } }
  @media (max-width: 767px) {
    .prizes-list {
      margin: 0; } }
  .prizes-list__sponsor {
    margin: auto 0 15px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .prizes-list__label {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 15px;
    line-height: 1.55;
    color: #083148;
    margin: 0; }
  .prizes-list__logo {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 45px;
    height: 45px;
    background-color: #007DC6;
    position: relative; }
    .prizes-list__logo img {
      -o-object-fit: cover;
         object-fit: cover; }
    .prizes-list__logo::before {
      position: absolute;
      content: "логотип спонсора";
      font-family: "Roboto";
      font-size: 8px;
      line-height: 1;
      text-align: center;
      color: #FFFFFF; }
    .prizes-list__logo--exist {
      background-color: transparent; }
      .prizes-list__logo--exist::before {
        content: none; }
  .prizes-list__item {
    display: flex;
    flex-direction: column;
    flex-basis: 0;
    flex-grow: 1;
    min-width: 21%;
    margin: 0 33px 0 0;
    opacity: 0;
    transition: .5s all ease; }
    @media (max-width: 1439px) {
      .prizes-list__item {
        margin: 0 20px 20px 0;
        min-width: 40%;
        max-width: unset; } }
    @media (max-width: 767px) {
      .prizes-list__item {
        min-width: 100%;
        margin: 0 0 20px; } }
    .prizes-list__item--active {
      opacity: 1; }
  .prizes-list__item-icon {
    display: flex; }
    .prizes-list__item-icon--top-auto {
      margin-top: auto; }
  .prizes-list__item-title {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 15px;
    line-height: 1.55;
    color: #083148;
    margin: 0; }
  .prizes-list__item-text {
    margin: 0 0 20px; }
    .prizes-list__item-text--sponsor {
      margin: 0 0 15px; }

/* <-- prizes */
/* disciplines --> */
.disciplines {
  position: relative;
  padding: 73px 0 0; }
  @media (max-width: 1439px) {
    .disciplines {
      padding: 23px 0 0; } }
  @media (max-width: 767px) {
    .disciplines {
      padding: 31px 0 0; } }
  .disciplines::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 1770px;
    height: 100%;
    max-height: 892px;
    background: #F2F8FC;
    background-repeat: no-repeat;
    left: 0;
    top: 0;
    z-index: -1; }
    @media (min-width: 1921px) {
      .disciplines::before {
        max-width: calc(100% - 150px); } }
    @media (max-width: 1439px) {
      .disciplines::before {
        max-height: calc(100% - 70px); } }
    @media (max-width: 767px) {
      .disciplines::before {
        max-height: calc(100% - 60px); } }
  .disciplines::after {
    position: absolute;
    content: "";
    width: 295px;
    height: 570px;
    background-image: url("./images/disciplines-left.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    top: -285px;
    left: 0;
    z-index: -1; }
    @media (max-width: 1439px) {
      .disciplines::after {
        display: none; } }
  .disciplines__header {
    margin: 0 0 70px; }
    @media (max-width: 1439px) {
      .disciplines__header {
        margin: 0 0 50px; } }
    @media (max-width: 767px) {
      .disciplines__header {
        margin: 0 0 53px; } }

.disciplines-list {
  display: flex;
  flex-wrap: wrap;
  margin-right: -30px; }
  @media (max-width: 1439px) {
    .disciplines-list {
      margin-right: -20px; } }
  @media (max-width: 767px) {
    .disciplines-list {
      margin: 0; } }

.discipline {
  display: flex;
  flex-direction: column;
  background-color: #FFFFFF;
  border-radius: 4px;
  padding: 50px;
  flex-basis: 0;
  flex-grow: 1;
  min-width: 35%;
  margin-right: 30px;
  box-shadow: 0px 31px 60px rgba(21, 69, 97, 0.13); }
  @media (max-width: 1439px) {
    .discipline {
      margin-right: 20px;
      padding: 30px; } }
  @media (max-width: 767px) {
    .discipline {
      margin: 0 0 20px;
      min-width: 100%;
      padding: 30px 20px 20px; } }
  .discipline__image {
    width: 100%;
    height: 300px;
    margin: 0 0 40px; }
    @media (max-width: 1439px) {
      .discipline__image {
        max-width: 270px;
        height: 170px;
        margin: 0 0 20px; }
        .discipline__image img {
          height: 100%; } }
    @media (max-width: 767px) {
      .discipline__image {
        width: auto;
        max-width: unset;
        height: auto;
        margin: 0 auto 20px; }
        .discipline__image img {
          height: auto; } }
  .discipline__header {
    font-family: "Akrobat Black";
    font-size: 28px;
    line-height: 1.3;
    color: #083148;
    margin: 0 0 20px; }
  .discipline__text {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 15px;
    line-height: 1.55;
    color: #083148;
    margin: 0 0 37px; }
    @media (max-width: 1439px) {
      .discipline__text {
        margin: 0 0 14px; } }
    @media (max-width: 767px) {
      .discipline__text {
        margin: 0 0 20px; } }
    .discipline__text p {
      margin-top: 0; }
      .discipline__text p:last-of-type {
        margin: 0; }
  .discipline__link {
    margin-top: auto; }

/* <-- disciplines */
/* timeline --> */
.timeline {
  position: relative;
  padding: 62px 0 76px; }
  @media (max-width: 1439px) {
    .timeline {
      padding: 24px 0 38px; } }
  @media (max-width: 767px) {
    .timeline {
      padding: 29px 0 27px; } }
  .timeline::after {
    position: absolute;
    content: "";
    width: 340px;
    height: 549px;
    background-image: url("./images/speakers-right.png");
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    bottom: -285px;
    right: 0;
    z-index: -1; }
    @media (max-width: 1439px) {
      .timeline::after {
        display: none; } }
  .timeline__header {
    margin: 0 0 58px; }
    @media (max-width: 767px) {
      .timeline__header {
        margin: 0 0 41px; } }
  .timeline__bg {
    width: 303px;
    height: 637px;
    position: absolute;
    right: -80px;
    top: 90px;
    z-index: -1;
    pointer-events: none; }
    @media (max-width: 1439px) {
      .timeline__bg {
        display: none; } }
  .timeline .container {
    position: relative; }

.timeline-list {
  position: relative; }

.timeline-event {
  position: relative;
  display: flex; }
  @media (max-width: 767px) {
    .timeline-event {
      flex-direction: column; } }
  .timeline-event:first-of-type .timeline-event__date::before {
    height: calc(100% - 20px);
    bottom: 0; }
    @media (max-width: 767px) {
      .timeline-event:first-of-type .timeline-event__date::before {
        height: calc(100% - 13px);
        bottom: -10px; } }
  .timeline-event:last-of-type .timeline-event__date::before {
    height: 23px; }
  .timeline-event:last-of-type .timeline-event__text {
    padding-bottom: 0; }
  .timeline-event__date {
    position: relative;
    display: flex;
    font-family: "Akrobat Black";
    font-size: 28px;
    line-height: 1.3;
    color: #083148;
    width: 100%;
    min-width: 273px;
    max-width: 273px;
    transition: .5s all ease; }
    @media (max-width: 1439px) {
      .timeline-event__date {
        min-width: 175px;
        max-width: 175px; } }
    @media (max-width: 767px) {
      .timeline-event__date {
        position: unset;
        font-size: 25px;
        padding: 7px 0 0 58px; } }
    .timeline-event__date::before {
      position: absolute;
      content: "";
      height: 100%;
      width: 2px;
      background-color: #007DC6;
      right: 0; }
      @media (max-width: 767px) {
        .timeline-event__date::before {
          right: unset;
          left: 8px; } }
    .timeline-event__date::after {
      position: absolute;
      content: "";
      width: 18px;
      height: 18px;
      top: 13px;
      right: -8px;
      background-color: #FFFFFF;
      border: 4px solid #007DC6;
      box-sizing: border-box;
      border-radius: 50%;
      transition: .5s all ease; }
      @media (max-width: 767px) {
        .timeline-event__date::after {
          right: unset;
          left: 0; } }
  .timeline-event__text {
    font-family: "Roboto";
    font-size: 21px;
    line-height: 1.55;
    color: #083148;
    padding: 5px 0 45px 68px;
    max-width: 735px;
    transition: .5s all ease; }
    @media (max-width: 1439px) {
      .timeline-event__text {
        padding: 5px 0 45px 48px; } }
    @media (max-width: 767px) {
      .timeline-event__text {
        padding: 5px 0 20px 58px; } }
  .timeline-event:hover .timeline-event__date, .timeline-event--active .timeline-event__date {
    color: #007DC6; }
    .timeline-event:hover .timeline-event__date::after, .timeline-event--active .timeline-event__date::after {
      background-color: #007DC6; }
  .timeline-event:hover .timeline-event__text, .timeline-event--active .timeline-event__text {
    color: #007DC6; }

/* <-- timeline */
/* persons --> */
.persons {
  position: relative;
  padding: 73px 0 50px; }
  @media (max-width: 1439px) {
    .persons {
      padding: 25px 0 20px; } }
  @media (max-width: 767px) {
    .persons {
      padding: 31px 0 30px; } }
  .persons__header {
    margin: 0 0 71px; }
    @media (max-width: 1439px) {
      .persons__header {
        margin: 0 0 52px; } }
    @media (max-width: 767px) {
      .persons__header {
        margin: 0 0 55px; } }

#organizers::after {
  position: absolute;
  content: "";
  width: 286px;
  height: 571px;
  background-image: url("./images/organizers-left.png");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  top: -288px;
  left: 0;
  z-index: -1; }
  @media (max-width: 1439px) {
    #organizers::after {
      display: none; } }

.persons-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  margin-right: -30px; }
  @media (max-width: 767px) {
    .persons-list {
      margin: 0; } }
  .persons-list__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 269px;
    margin: 0 30px 45px 0; }
    @media (max-width: 1439px) {
      .persons-list__item {
        flex-direction: row;
        align-items: flex-start;
        margin: 0 30px 30px 0;
        width: unset;
        flex-basis: 0;
        flex-grow: 1;
        min-width: 35%; } }
    @media (max-width: 767px) {
      .persons-list__item {
        margin: 0 0 20px;
        min-width: 55%; } }
  @media (max-width: 1439px) {
    .persons-list__info {
      padding: 9px 0 0; } }
  @media (max-width: 767px) {
    .persons-list__info {
      padding: 4px 0 0; } }
  .persons-list__image {
    width: 140px;
    height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    margin: 0 0 10px;
    overflow: hidden; }
    @media (max-width: 1439px) {
      .persons-list__image {
        width: 100px;
        min-width: 100px;
        height: 100px;
        margin: 0 20px 0 0; } }
    @media (max-width: 767px) {
      .persons-list__image {
        width: 90px;
        min-width: 90px;
        height: 90px; } }
    .persons-list__image img {
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .persons-list__name {
    font-family: "Roboto";
    font-weight: bold;
    font-size: 15px;
    line-height: 1.55;
    text-align: center;
    color: #083148;
    margin: 0 0 10px; }
    @media (max-width: 1439px) {
      .persons-list__name {
        margin: 0 0 5px;
        text-align: left; } }
  .persons-list__position {
    font-family: "Roboto";
    font-weight: normal;
    font-size: 12px;
    line-height: 1.55;
    text-align: center;
    color: #083148;
    max-width: 270px;
    margin: 0; }
    @media (max-width: 1439px) {
      .persons-list__position {
        text-align: left;
        max-width: unset; } }

/* <--persons */
/* companies --> */
.companies {
  padding: 73px 0 80px;
  position: relative; }
  @media (max-width: 1439px) {
    .companies {
      padding: 25px 0 44px; } }
  @media (max-width: 767px) {
    .companies {
      padding: 31px 0 50px; } }
  .companies__header {
    margin: 0 0 20px; }
    @media (max-width: 1439px) {
      .companies__header {
        margin: 0 0 11px; } }
    @media (max-width: 767px) {
      .companies__header {
        margin: 0 0 20px; } }

.companies-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  margin-right: -40px; }
  @media (max-width: 1439px) {
    .companies-list {
      margin-right: -33px; } }
  @media (max-width: 767px) {
    .companies-list {
      margin-right: -26px; } }
  .companies-list__item {
    margin: 40px 38px 0 0;
    max-width: 270px; }
    @media (max-width: 1439px) {
      .companies-list__item {
        margin: 30px 33px 0 0;
        max-width: 375px; } }
    @media (max-width: 767px) {
      .companies-list__item {
        margin: 30px 26px 0 0; } }

/* <-- companies */
/* faq --> */
.faq {
  position: relative;
  padding: 79px 0 93px; }
  @media (max-width: 1439px) {
    .faq {
      padding: 33px 0 44px; } }
  @media (max-width: 767px) {
    .faq {
      padding: 34px 0 43px; } }
  .faq::before {
    position: absolute;
    content: "";
    width: 100%;
    max-width: 1770px;
    height: 100%;
    background: #F2F8FC;
    background-repeat: no-repeat;
    right: 0;
    bottom: 0;
    z-index: -1; }
    @media (min-width: 1921px) {
      .faq::before {
        max-width: calc(100% - 148px); } }
  .faq__wrapper {
    padding: 70px 0 0;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    @media (max-width: 1439px) {
      .faq__wrapper {
        padding: 52px 0 0; } }
    @media (max-width: 767px) {
      .faq__wrapper {
        padding: 53px 0 0; } }
    .faq__wrapper::after {
      position: absolute;
      content: "";
      width: 363px;
      height: 912px;
      background-image: url("./images/faq.png");
      top: -81px;
      right: -42px; }
      @media (max-width: 1439px) {
        .faq__wrapper::after {
          display: none; } }
  .faq__terms {
    font-family: "Roboto";
    line-height: 1.55;
    font-size: 15px;
    color: #007DC6; }

.faq-questions {
  width: 100%;
  max-width: 768px;
  margin-right: 80px; }
  @media (max-width: 1439px) {
    .faq-questions {
      max-width: unset;
      margin: 0; } }

.faq-item {
  margin: 0 0 20px; }
  @media (max-width: 767px) {
    .faq-item {
      margin: 0 0 15px; } }
  .faq-item__header {
    position: relative;
    display: flex;
    align-items: center;
    border-radius: 4px;
    padding: 25px 84px;
    font-family: "Akrobat Black";
    font-style: normal;
    font-weight: 900;
    font-size: 24px;
    line-height: 1.3;
    color: #083148;
    background-color: #FFFFFF;
    cursor: pointer;
    transition: .5s all ease; }
    @media (max-width: 767px) {
      .faq-item__header {
        padding: 18px 46px 18px 64px;
        font-size: 18px; } }
  .faq-item__question-mark {
    position: absolute;
    width: 24px;
    height: 24px;
    left: 40px;
    display: flex;
    align-items: center; }
    @media (max-width: 767px) {
      .faq-item__question-mark {
        left: 20px; } }
    .faq-item__question-mark svg {
      transition: .5s all ease;
      fill: #007DC6; }
  .faq-item__answer {
    display: flex;
    padding: 0 72px 0 40px;
    font-family: "Roboto";
    line-height: 1.55;
    font-size: 15px;
    color: #083148;
    text-align: left;
    transition: .5s all ease;
    opacity: 0;
    height: 0;
    pointer-events: none; }
    @media (max-width: 767px) {
      .faq-item__answer {
        padding: 0 20px; } }
    .faq-item__answer p {
      margin-top: 0; }
      .faq-item__answer p:last-of-type {
        margin: 0; }
  .faq-item__spoiler {
    position: absolute;
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    right: 42px; }
    @media (max-width: 767px) {
      .faq-item__spoiler {
        right: 22px; } }
    .faq-item__spoiler::before, .faq-item__spoiler::after {
      position: absolute;
      content: "";
      width: 20px;
      height: 2px;
      background-color: #007DC6;
      transition: .8s all ease; }
    .faq-item__spoiler::after {
      transform: rotate(-450deg); }

.answer-input:checked + .faq-item__header {
  background-color: #007DC6;
  color: #FFFFFF; }
  .answer-input:checked + .faq-item__header .faq-item__question-mark svg {
    fill: #FFFFFF; }
  .answer-input:checked + .faq-item__header .faq-item__spoiler::before, .answer-input:checked + .faq-item__header .faq-item__spoiler::after {
    background-color: #FFFFFF; }
  .answer-input:checked + .faq-item__header .faq-item__spoiler::after {
    transform: rotate(0); }
  .answer-input:checked + .faq-item__header + .faq-item__answer {
    padding: 20px 72px 20px 40px;
    height: auto;
    opacity: 1;
    pointer-events: all; }
    @media (max-width: 767px) {
      .answer-input:checked + .faq-item__header + .faq-item__answer {
        padding: 15px 20px 0; } }

/* <-- faq */
/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/
/* Jetpack infinite scroll
--------------------------------------------- */
/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
  display: none; }

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
  display: block; }

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/
/* Accessibility
--------------------------------------------- */
/* Text meant only for screen readers. */
.screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  -webkit-clip-path: inset(50%);
          clip-path: inset(50%);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important; }
  .screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    -webkit-clip-path: none;
            clip-path: none;
    color: #21759b;
    display: block;
    font-size: 0.875rem;
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000; }

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
  outline: 0; }

/* Alignments
--------------------------------------------- */
.alignleft {
  /*rtl:ignore*/
  float: left;
  /*rtl:ignore*/
  margin-right: 1.5em;
  margin-bottom: 1.5em; }

.alignright {
  /*rtl:ignore*/
  float: right;
  /*rtl:ignore*/
  margin-left: 1.5em;
  margin-bottom: 1.5em; }

.aligncenter {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.5em; }
