@import url("https://fonts.googleapis.com/css?family=Fira+Sans:400,500,600&subset=cyrillic");
/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
* {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
ol,
ul {
  padding: 0;
  margin: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

ol li,
ul li {
  list-style: none;
}

span {
  display: inline-block;
}

a:-webkit-any-link:active {
  color: unset;
}

p {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0px;
  margin-inline-end: 0px;
}

body.compensate-for-scrollbar {
  overflow: hidden;
  -ms-overflow-style: none;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity .25s,visibility 0s linear .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  transition: opacity .25s,visibility 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px 44px 0;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--next {
  z-index: 99995;
}

.fancybox-slide--image {
  padding: 44px 0 0;
  overflow: visible;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px 6px 0;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0 0 44px;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-slide--html .fancybox-content {
  margin: 0 0 6px;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: calc(100% - 44px);
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  vertical-align: top;
  width: 100%;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  transition: color .2s;
  vertical-align: top;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button.disabled, .fancybox-button.disabled:hover, .fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:nth-child(1), .fancybox-button--pause svg:nth-child(1), .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--html .fancybox-close-small:hover {
  color: currentColor;
  opacity: 1;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  height: 38px;
  margin: 0;
  opacity: 0;
  padding: 7px;
  position: absolute;
  top: calc(50% - 19px);
  width: 38px;
}

.fancybox-show-nav .fancybox-navigation .fancybox-button {
  transition: opacity .25s,visibility 0s,color .25s;
}

.fancybox-navigation .fancybox-button:after {
  content: "";
  height: 100px;
  left: -26px;
  position: absolute;
  top: -31px;
  width: 70px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  right: 6px;
}

.fancybox-caption {
  bottom: 0;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 25px 44px;
  right: 0;
}

.fancybox-caption:before {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAEtCAQAAABjBcL7AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAHRJREFUKM+Vk8EOgDAIQ0vj/3+xBw8qIZZueFnIKC90MCAI8DlrkHGeqqGIU6lVigrBtpCWqeRWoHDNqs0F7VNVBVxmHRlvoVqjaYkdnDIaivH2HqZ5+oZj3JUzWB+cOz4G48Bg+tsJ/tqu4dLC/4Xb+0GcF5BwBC0AA53qAAAAAElFTkSuQmCC);
  background-repeat: repeat-x;
  background-size: contain;
  bottom: 0;
  content: "";
  display: block;
  left: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: -25px;
  z-index: -1;
}

.fancybox-caption:after {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  content: "";
  display: block;
  left: 44px;
  position: absolute;
  right: 44px;
  top: 0;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a .8s infinite linear;
  animation: a .8s infinite linear;
  background: transparent;
  border: 6px solid rgba(99, 99, 99, 0.5);
  border-radius: 100%;
  border-top-color: #fff;
  height: 60px;
  left: 50%;
  margin: -30px 0 0 -30px;
  opacity: .6;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 60px;
  z-index: 99999;
}

@-webkit-keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes a {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
  transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
  transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
  transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
  transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0 0;
  }
  .fancybox-slide--image .fancybox-content {
    margin-bottom: 6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #fff;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 4px solid #4ea7f9;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 768px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

@font-face {
  font-family: 'PF Din';
  src: url("../fonts/Pf_din/subset-PFDinTextCompPro-Medium.eot");
  src: url("../fonts/Pf_din/subset-PFDinTextCompPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Pf_din/subset-PFDinTextCompPro-Medium.woff2") format("woff2"), url("../fonts/Pf_din/subset-PFDinTextCompPro-Medium.woff") format("woff"), url("../fonts/Pf_din/pfdintextcomppro-medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'PF Din';
  src: url("../fonts/Pf_din/subset-PFDinTextCompPro-Regular.eot");
  src: url("../fonts/Pf_din/subset-PFDinTextCompPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Pf_din/subset-PFDinTextCompPro-Regular.woff2") format("woff2"), url("../fonts/Pf_din/subset-PFDinTextCompPro-Regular.woff") format("woff"), url("../fonts/Pf_din/pfdintextcomppro-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}

body {
  font-family: 'Montserrat';
  font-size: 18px;
  font-weight: 400;
  line-height: 1.15;
  color: #0c042e;
}

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

.container-fluid {
  max-width: 1920px;
  margin: 0 auto;
  overflow: hidden;
}

.container {
  position: relative;
  max-width: 1200px;
  padding-right: 15px;
  padding-left: 15px;
  margin: 0 auto;
}

.sec {
  padding: 70px 0;
}

.row {
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -15px;
}

.row-no-mrg {
  margin: 0;
}

.jc-c {
  justify-content: center;
}

.col {
  position: relative;
  min-width: 1px;
  padding-right: 15px;
  padding-left: 15px;
  word-wrap: break-word;
}

.col-3 {
  width: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-6 {
  width: 50%;
}

.col-8 {
  width: 66.66666%;
}

.col-9 {
  width: 75%;
}

.col-12 {
  width: 100%;
}

.title-line {
  position: relative;
  display: inline-block;
  padding: 40px 0;
  margin-bottom: 5px;
}
.project-line{
  left: 50%;
  transform: translateX(-50%);
  margin-bottom: 60px;
}

.title-line .block-title,
.title-line h2 {
  position: relative;
  z-index: 2;
}


.prog {
  background-color: #eeeeee;
  color: #353535;
}
.prog .row {
  -ms-align-items: center;
  align-items: center;
  overflow: hidden;
}
.prog-title {
  color: #0c042e;
  margin-top: -30px;
  margin-bottom: -10px;
}
.prog-title_list{
  text-align: center;
  margin-top: 60px;
  background-image: -webkit-linear-gradient(80deg, #2db6ef 0%, #ea2d86 100%);
  background-image: -o-linear-gradient(80deg, #2db6ef 0%, #ea2d86 100%);
  background-image: linear-gradient(170deg, #2db6ef 0%, #ea2d86 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #353535;
  font-family: "Montserrat", "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
  margin-bottom: 25px;
}
.prog-title_list_date{
  text-align: left;
  margin-left: 200px;
  margin-top: 40px;
  background-image: -webkit-linear-gradient(80deg, #2db6ef 0%, #ea2d86 100%);
  background-image: -o-linear-gradient(80deg, #2db6ef 0%, #ea2d86 100%);
  background-image: linear-gradient(170deg, #2db6ef 0%, #ea2d86 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #353535;
  font-family: "Montserrat", "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 400;
  text-transform: uppercase;
}
.time-step{
  color: #353535;
  font-family: "Montserrat","Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  text-align: right;
}
.time-step-left {
  position: relative;
}
.time-step:after,
.time-step-left:after {
  position: absolute;
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 2px solid #909090;
  background-color: #ffffff;
  z-index: 2;
}
.time-step:after {
  right: -38px;
}
.time-step-left:after {
  left: auto;
}
.indiv-down:after {
  top: 35%;
}

.step-speaker1:after{
    position: absolute;
    content: '';
    top: 40%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_03_martinov-small.png);
    z-index: 2;
}
.step-speaker2:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_02_zaharov-small.png);
    z-index: 2;
}
.step-speaker3:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_01_drobicsh-small.png);
    z-index: 2;
}
.step-speaker4:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_05_klucharev-small.png);
    z-index: 2;
}
.step-speaker5:after{
    position: absolute;
    content: '';
    top:30%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_04_chernonozhkin-small.png);
    z-index: 2;
}
.step-speaker6:after{
    position: absolute;
    content: '';
    top: 35%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_08_chauzova-small.png);
    z-index: 2;
}
.step-speaker7:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_07_laskova-small.png);
    z-index: 2;
}
.step-speaker8:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_06_yagodkin-small.png);
    z-index: 2;
}
.step-speaker9:after{
    position: absolute;
    content: '';
    top: 40%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_13_vol_smallkov.png);
    z-index: 2;
}
.step-speaker10:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_11_nedostup_small.png);
    z-index: 2;
}
.step-speaker11:after{
    position: absolute;
    content: '';
    top: 40%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_09_konoplev_small.png);
    z-index: 2;
}
.step-speaker12:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: red;
    z-index: 2;
}
.step-speaker13:after{
    position: absolute;
    content: '';
    top: 40%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_12_paevski_small.png);
    z-index: 2;
}
.step-speaker14:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_10_trav_smallkin.png);
    z-index: 2;
}
.step-speaker15:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_14_zgoda-small.png);
    z-index: 2;
}
.step-speaker16:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_15_bazhenova-small.png);
    z-index: 2;
}
.step-speaker17:after{
    position: absolute;
    content: '';
    top: 50%;
    right: -55px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    border-radius: 50%;
    width: 55px;
    height: 55px;
    border: 2px solid #909090;
    background: url(../img/ava-speek_16_petrs-small.png);
    z-index: 2;
}

.col-line:before{
  position: absolute;
  content: '';
  margin-left: 10px;
  width: 3px;
  height: 1600px;
  background-image: -webkit-linear-gradient(bottom, #ea2d86 0%, #2db6ef 100%);
  background-image: -o-linear-gradient(bottom, #ea2d86 0%, #2db6ef 100%);
  background-image: linear-gradient(to top, #ea2d86 0%, #2db6ef 100%);
  z-index: 1;
}
.step-list_desc{
  margin-left: 60px;
  padding: 20px 0 10px;
  text-align: left;
}
.step-speak{
  position: relative;
  margin-right: 0px;
  padding: 0 30px;
}
.step-speak:before{
  width: 15px;
  height: 15px;
  content: " ";
  background-image: url(../img/user.svg);
  position: absolute;
  transform: translateX(-25px);
}
.step-place{
  padding: 0 20px;
  margin-top: 5px;
}
.step-place:before{
  width: 11px;
  height: 15px;
  content: " ";
  background-image: url(../img/pin.svg);
  position: absolute;
  transform: translateX(-20px);
}
.step-list_title{
  /* width: 444px;
  height: 23px; */
  color: #353535;
  font-family: "Montserrat","Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  /*line-height: 72px; */
}
.step-list_place{
  /* width: 125px;
  height: 18px; */
  color: #353535;
  font-family: "Montserrat Medium","Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;
  /* line-height: 72px; */
}
.prog-line{
  display: block;
  width: 100%;
  margin: 0 auto;
  margin-top: 60px;
  height: 3px;
  background-image: -webkit-linear-gradient(left, #ea2d86 0%, #2db6ef 100%);
  background-image: -o-linear-gradient(left, #ea2d86 0%, #2db6ef 100%);
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
}
.prog-activity{
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 30px 10px 30px 10px;
}
.prog-activity p{
  color: #353535;
  font-family: "Montserrat","Montserrat", sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}
.prog-activity span{
  display: block;
  margin: 10px auto;
  color: #353535;
  font-family: "Montserrat Medium","Montserrat", sans-serif;
  font-size: 18px;
  font-weight: 400;

}
.prog-activity_cell{
  text-align: center;
  max-width: 380px;
  max-height: 300px;
  margin: 0;
  padding: 0;
}
.chess{
  background: url(../img/chess.svg) no-repeat center;
  background-size: cover; 
}
.tusition{
  background: url(../img/tusion.png) no-repeat center;
  -webkit-box-sizing: cover;
  -moz-box-sizing: cover;
  box-sizing: cover;
}
.boardgame{
  background: url(../img/board-game.svg);
}
.prog-img{
  display: block;
  height: 60px;
  width: 60px;
  margin: 10px auto;
}

@media (max-width: 1145px) {
  .prog-activity{
    justify-content: center;
  }
}
@media (max-width: 990px) {
  .time-step{
   text-align: center;
   line-height: 50px;
  }
  .time-step:after,
  .time-step-left:after {
   display: none;
  }
  .col-step-time{
  }
  .col-step-ul{
   margin-bottom: 20px;
   text-align: left;
   margin-left: 0px;
  }
  .prog-title_list_date{
    font-size: 36px;
    text-align: center;
    margin: 30px auto;
    padding: 30px auto;
  }
  .step-list_desc{
    text-align: left;
 /* margin-left: -30px; */
    padding-top: 0px;
    margin-top: 0;
  }
  .prog-activity{
    margin: 0 auto;
    justify-content: center;
    align-items: center;
  }
  .col-line:before{
    display: none;
  }
}
@media (max-width: 770px) {
  .time-step{
    text-align: left;
    margin-left: 0px;
    line-height: 50px;
  }
  .step-list_desc{
    text-align: left;
    margin-left: 0px;
    padding-top: 0px;
    margin-top: 0;
  }
  .col-step-ul{
   margin-left: 0px;
  }
}
@media (max-width: 480px) {
  .prog-title_list_date{
    font-size: 32px;
    text-align: center;
    margin: 30px auto;
    padding: 30px auto;
  }
}


.grad-svg {
  position: relative;
}

.grad-svg:before {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  text-align: center;
  z-index: 1;
}

.grad-svg--1:before {
  max-width: 275px;
  background: url("../img/grad-splash-01.svg") center no-repeat;
}

.grad-svg--2:before {
  max-width: 670px;
  background: url("../img/grad-splash-02.svg") center no-repeat;
}
.grad-svg--3:before {
  max-width: 348px;
  background: url("../img/grad-splash-03.svg") center no-repeat;
}

.center-block {
  max-width: 1000px;
  text-align: center;
  margin-right: auto;
  margin-left: auto;
}

.yellow {
  color: #fce912;
}

.btn {
  display: inline-block;
  position: relative;
  width: 100%;
  text-decoration: none;
  box-shadow: 0 5px 4px 0 rgba(12, 4, 46, 0.5);
  border-radius: 30px;
  border-width: 2px;
  border-style: solid;
  font-family: inherit;
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
  user-select: none;
  padding: 15px 5px;
  transition: all, .3s;
}

.btn:hover, .btn:focus, .btn:active {
  border-width: 2px;
  outline: 0;
}
.btn-block{
  text-align: center;
}
.btn:focus {
  box-shadow: 0 0 2px 2px rgba(61, 111, 254, 0.5);
}

.btn:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  left: 50%;
  background-color: #fff;
  border-radius: 50%;
  width: 350px;
  height: 350px;
  transform: translate(-50%, -50%) scale(0);
  opacity: .6;
  z-index: 4;
}

.btn.active:after {
  transform: translate(-50%, -50%) scale(1);
  opacity: 0;
  transition: all .3s;
}

.block-title {
  font-family: "PF Din";
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.block-title-md {
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
  text-transform: uppercase;
}
.prog-center{
  margin-top: 30px;
  margin: 0 center;
}
.prog-center-sport{
  margin-top: 70px;
  margin: 0 center;
}
.free {
  font-size: 24px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 25px 0;
}

.padding-wrapper {
  padding: 0 15px;
}

.upper {
  text-transform: uppercase;
}

.gradient-text {
  background-image: linear-gradient(45deg, #ea2d86 0%, #2db6ef 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: rgba(0, 0, 0, 0.0001);
  color: #fc9015;
}

.ie .gradient-text {
  background-image: none !important;
}

.cost-rf {
  font-family: "Fira Sans";
}

.header {
  position: relative;
  background-color: #0c042e;
  min-height: 980px;
  background-image: url("../img/bg-inchamp-01.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  color: #fff;
}

@media (max-width: 991px) {
  .header {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .header {
    min-height: 640px;
  }
}

.header__top {
  padding: 15px 30px;
}

.header__top .row {
  justify-content: space-between;
  align-items: center;
}

.header__logo img {
  width: 151px;
  height: 59px;
}

.header__top-nav__list {
  display: flex;
}

.header__top-nav__list li {
  font-family: "PF Din";
  font-weight: 400;
  text-transform: uppercase;
  padding: 0 15px;
}

.header__top-nav__list li a {
  position: relative;
  text-decoration: none;
  color: inherit;
}

.header__top-nav__list li a:visited {
  color: inherit;
}

.header__top-nav__list li a:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  background-color: #fff;
  height: 1px;
  transition: all .3s;
}

.header__top-nav__list li a:hover:after {
  width: 100%;
}

.header__main-desc {
  position: relative;
  width: 55%;
  margin-left: auto;
}

.header__event-info {
  margin-top: 2em;
  margin-bottom: 2.5em;
}

.header__event-info__time, .header__event-info__address {
  position: relative;
  font-size: 24px;
  padding-left: 30px;
  font-weight: 800;
  line-height: 1;
  color: #fff;
}

.header__event-info__time:before, .header__event-info__address:before {
  position: absolute;
  content: '';
  display: block;
  top: 40%;
  left: 0;
  transform: translateY(-50%);
  width: 23px;
  height: 25px;
}

.header__event-info__time:before {
  background: url("../img/monthly-calendar.svg");
}

.header__event-info__address a {
  text-decoration: none;
  color: inherit;
}

.header__event-info__address a:visited {
  color: inherit;
}

.header__event-info__address:before {
  background: url("../img/power-button.svg");
}

.header__desc {
  font-size: 36px;
  font-weight: 600;
  color: #fce912;
  margin-bottom: 18px;
}

.header__undesc {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 45px;
}

.header__btn {
  max-width: 370px;
  position: relative;
  border-color: #ea2d86;
  background-color: #ea2d86;
  box-shadow: 0 7px 0 #0c042e;
  color: #fff;
  z-index: 1;
}

.header__btn:before {
  position: absolute;
  content: '';
  display: block;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all .3s;
  z-index: -1;
}

.header__btn:visited {
  color: #fff;
}

.header__btn:hover:before {
  opacity: 0;
}

.header__btn:active, .header__btn:-webkit-any-link:active {
  background-color: #e52e83;
  border-color: #e52e83;
  color: #fff;
}

.header__btn:active:before, .header__btn:-webkit-any-link:active:before {
  opacity: 0;
}

h1 {
  font-family: "PF Din";
  font-size: 220px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #fff;
  text-shadow: 0 7px 0 #0c042e;
  margin-bottom: 20px;
}

.social li {
  padding: 0 5px;
}

.social__btn {
  display: block;
  width: 30px;
  height: 30px;
}

.vk {
  background: url("../img/soc-vk.svg") center no-repeat;
}

.fb {
  background: url("../img/soc-fb.svg") center no-repeat;
}

.inst {
  background: url("../img/soc-in.svg") center no-repeat;
}

.ico {
  display: inline-block;
}

.arrow-down {
  position: absolute;
  text-align: center;
  bottom: 25px;
  left: 48%;
}

.arrow-down-ico {
  background: url("../img/angle-arrow-down.svg") center no-repeat;
  background-size: cover;
  width: 30px;
  height: 18px;
}

.retext {
  position: relative;
  width: 100%;
  height: 60px;
}

.retext-container {
  position: absolute;
  top: 0;
  left: 50%;
  margin-top: 0;
  transform: translateX(-50%) scale(0);
}

.retext-container:nth-child(1) {
  animation: roll 5s linear infinite 0s;
}

.retext-container:nth-child(2) {
  animation: roll 5s linear infinite 1.5s;
}

.retext-container:nth-child(3) {
  animation: roll 5s linear infinite 3s;
}

@keyframes roll {
  3% {
    visibility: visible;
    transform: translateX(-50%) scale(1);
  }
  5% {
    visibility: visible;
    margin-left: 0px;
    margin-top: 0px;
  }
  20% {
    visibility: visible;
    margin-left: 0px;
    margin-top: 0px;
    transform: translateX(-50%) scale(1);
  }
  27% {
    visibility: hidden;
    transform: translateX(3000px);
  }
  100% {
    visibility: hidden;
    margin-left: -30px;
    margin-top: 0px;
    transform: rotate(15deg) scale(0);
  }
}

.burger {
  position: fixed;
  display: none;
  opacity: 0;
  width: 1px;
  height: 1px;
  cursor: pointer;
  transition: all .4s ease 1s;
  z-index: -10000;
}

.burger .dot {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #fff;
  box-shadow: 0 0 3px 1px rgba(12, 4, 46, 0.6);
  border-radius: 10px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: margin 0.4s ease 0.4s, width 0.4s ease, background-color 0.4s ease 0.6s, box-shadow 0.8s ease;
  -moz-transition: margin 0.4s ease 0.4s, width 0.4s ease, background-color 0.4s ease 0.6s, box-shadow 0.8s ease;
  -o-transition: margin 0.4s ease 0.4s, width 0.4s ease, background-color 0.4s ease 0.6s, box-shadow 0.8s ease;
  transition: margin 0.4s ease 0.4s, width 0.4s ease, background-color 0.4s ease 0.6s, box-shadow 0.8s ease;
}

.burger .dot:nth-of-type(1) {
  margin-top: -20px;
  margin-left: -20px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  -moz-transform: translate(-50%, -50%) rotate(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  -o-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.burger .dot:nth-of-type(2) {
  margin-top: -20px;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  -moz-transform: translate(-50%, -50%) rotate(-45deg);
  -ms-transform: translate(-50%, -50%) rotate(-45deg);
  -o-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.burger .dot:nth-of-type(3) {
  margin-top: -20px;
  margin-left: 20px;
}

.burger .dot:nth-of-type(4) {
  margin-left: -20px;
}

.burger .dot:nth-of-type(6) {
  margin-left: 20px;
}

.burger .dot:nth-of-type(7) {
  margin-top: 20px;
  margin-left: -20px;
}

.burger .dot:nth-of-type(8) {
  margin-top: 20px;
}

.burger .dot:nth-of-type(9) {
  margin-top: 20px;
  margin-left: 20px;
}

.open-nav-bar .burger {
  transition: all .4s ease;
  top: 20px;
  transform: translateX(0);
}

.open-nav-bar .dot:nth-child(1) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(2) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(3) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(4) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(5) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(6) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(7) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(8) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-child(9) {
  -webkit-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -moz-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  -o-transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  transition: margin 0.4s ease, width 0.4s ease 0.4s, background-color 0.4s ease, box-shadow 0.4s ease;
  background-color: #0c042e;
  margin-left: 0;
  margin-top: 0;
}

.open-nav-bar .dot:nth-of-type(1) {
  width: 50px;
  box-shadow: none;
  z-index: 1;
}

.open-nav-bar .dot:nth-of-type(2) {
  width: 50px;
  box-shadow: none;
  z-index: 1;
}

.about .block-title-md {
  color: #e52e83;
}

.about__text-wrapper {
  max-width: 1030px;
}

.about__desc {
  font-size: 24px;
  font-weight: 900;
  color: #2db6ef;
  margin: 30px 0 35px;
}

.about__link {
  position: relative;
  font-size: 24px;
  font-weight: 500;
  text-decoration: none;
  color: #0c042e;
}

.about__link:visited {
  color: #0c042e;
}

.about__link:after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  background-color: #0c042e;
  width: 100%;
  height: 1px;
  transition: all .3s;
}

.about__link:hover:after {
  width: 0;
}

.about__btn {
  max-width: 570px;
  position: relative;
  border-color: #ea2d86;
  background-color: #ea2d86;
  box-shadow: 0 7px 0 #0c042e;
  color: #fff;
  z-index: 1;
}

.about__btn:before {
  position: absolute;
  content: '';
  display: block;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all .3s;
  z-index: -1;
}

.about__btn:visited {
  color: #fff;
}

.about__btn:hover:before {
  opacity: 0;
}

.about__btn:active, .about__btn:-webkit-any-link:active {
  background-color: #e52e83;
  border-color: #e52e83;
  color: #fff;
}

.about__btn:active:before, .about__btn:-webkit-any-link:active:before {
  opacity: 0;
}

.about__bottom-text {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: .8em;
}

.about-champ .btn-block {
  text-align: center;
  padding-top: 40px;
}

.about-champ .col {
  margin-top: 50px;
}

.about-champ__line-block {
  font-family: "PF Din";
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
}

.about-champ__line-block span {
  position: relative;
}

.about-champ__line-block span:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 10px;
  left: 0;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  width: 100%;
  height: 3px;
}

.prize-fund {
  position: relative;
  text-align: center;
  padding-top: 0;
  margin-top: 35px;
}

.prize-fund:after {
  position: absolute;
  content: '';
  display: block;
  top: 0;
  left: 0;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  width: 100%;
  height: 3px;
}

.prize-fund__text {
  position: relative;
  font-size: 30px;
  font-weight: 800;
  padding-top: 30px;
  margin-bottom: 10px;
}

.prize-fund__cost-block .cost {
  font-family: "PF Din";
  font-size: 100px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.prize-fund__cost-block .text {
  font-family: "PF Din";
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-top: -15px;
}

.for {
  min-height: 720px;
  background-color: #fc9015;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .for {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .for {
    min-height: 640px;
  }
}

.for .col {
  margin-top: 35px;
}

.for .col p {
  font-size: 26px;
  font-weight: 800;
  text-transform: uppercase;
  margin-top: 10px;
}

.program {
  background-color: #eee;
}

.program .row {
  justify-content: center;
}

.program .col {
  margin-top: 75px;
}

.program .col img {
  width: 70px;
  height: 70px;
}

.program .col p {
  font-family: "PF Din";
  font-size: 34px;
  font-weight: 500;
  text-transform: uppercase;
  margin-top: 10px;
}

.event-info {
  text-align: center;
  color: #fff;
}

.event-info__col {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 16em;
}

.event-info__col--1 {
  min-height: 980px;
  background-image: url("../img/bg-inchamp-02.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 991px) {
  .event-info__col--1 {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .event-info__col--1 {
    min-height: 640px;
  }
}

.event-info__col--2 {
  background-color: #0c042e;
  min-height: 980px;
  background-image: url("../img/bg-inchamp-03.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

@media (max-width: 991px) {
  .event-info__col--2 {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .event-info__col--2 {
    min-height: 640px;
  }
}

.event-info__desc {
  max-width: 720px;
  font-size: 36px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 40px 0 45px;
}

.event-info__btn {
  max-width: 370px;
  border-color: #fff;
  background-color: transparent;
  color: #fff;
}

.event-info__btn:visited {
  color: #fff;
}

.event-info__btn:hover {
  border-color: #fff;
  background-color: #fff;
  color: #ff1a62;
}

.event-info__btn:-webkit-any-link:active {
  color: #ff1a62;
}

.event-info .btn-block {
  width: 100%;
}

.festival {
  min-height: 980px;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  color: #fff;
  text-align: center;
}

@media (max-width: 991px) {
  .festival {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .festival {
    min-height: 640px;
  }
}

.festival p {
  font-size: 30px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 25px 0;
}

.festival__btn {
  max-width: 370px;
  position: relative;
  border-color: transparent;
  background-color: #43404c;
  box-shadow: 0 7px 0 #0c042e;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  margin: 20px 0 10px;
}

.festival__btn:before {
  position: absolute;
  content: '';
  display: block;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(right, #0c042e 0%, #43404c 100%);
  background-image: -o-linear-gradient(right, #0c042e 0%, #43404c 100%);
  background-image: linear-gradient(to left, #0c042e 0%, #43404c 100%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all .3s;
  z-index: -1;
}

.festival__btn:visited {
  color: #fff;
}

.festival__btn:hover:before {
  transform: translateX(100%);
}

.festival .free {
  color: inherit;
  font-weight: 500;
}

.text-construction {
  margin: 70px 0;
}

.text-construction .first-line,
.text-construction .second-line {
  margin: 15px 0;
}

.text-construction .first-line:after, .text-construction .first-line:before,
.text-construction .second-line:after,
.text-construction .second-line:before {
  content: '';
  display: block;
  clear: both;
}

.text-construction .first-line {
  text-transform: uppercase;
}

.text-construction .first-line .text-constr-text:nth-child(1) {
  background-color: #43404c;
}

.text-construction .first-line .text-constr-text:nth-child(2) {
  background-color: #3d6ffe;
}

.text-construction .first-line .text-constr-text:nth-child(3) {
  background-color: #3ad297;
}

.text-construction .first-line .text-constr-text:nth-child(4) {
  background-color: #3a9ed2;
}

.text-construction .first-line .text-constr-text:nth-child(5) {
  background-color: #009a93;
}

.text-construction .first-line .text-constr-text:nth-child(6) {
  background-color: #0c042e;
}

.text-construction .first-line .text-constr-text:nth-child(7) {
  background-color: #3ad297;
}

.text-construction .second-line {
  color: #0c042e;
}

.text-construction .second-line .text-constr-text:nth-child(1) {
  background-color: #009a93;
}

.text-construction .second-line .text-constr-text:nth-child(2) {
  background-color: #3ad297;
}

.text-construction .second-line .text-constr-text:nth-child(3) {
  background-color: #fc9015;
}

.text-construction .second-line .text-constr-text:nth-child(4) {
  background-color: #f9b256;
}

.text-construction .second-line .text-constr-text:nth-child(5) {
  background-color: #fff59b;
}

.text-construction .second-line .text-constr-text:nth-child(6) {
  background-color: #ff8786;
}

.text-construction .second-line .text-constr-text:nth-child(7) {
  background-color: #746f83;
}

.text-construction .second-line .text-constr-text:nth-child(8) {
  background-color: #3ad297;
}

.text-construction span {
  border-radius: 16px;
  font-weight: 800;
  line-height: 1;
  padding: 10px 18px 8px;
  margin: 0 5px;
}

.js-marquee-wrapper {
  will-change: animation;
  will-change: transform;
}
.speaker-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.speaker-logo{
  margin-bottom: 5px;
}
.speaker {
  text-align: center;
}

.speaker .title-line {
  display: block;
}

.speaker .col {
  max-width: 480px;
  margin-top: 65px;
}

.speaker__img-block {
  position: relative;
}

.speaker__img-block img {
  position: relative;
  top: -2px;
  left: -2px;
  z-index: 3;
}

.speaker__img-block:before, .manager-contact .img-col:after {
  position: absolute;
  content: '';
  display: block;
  top: calc(50% + 2px);
  left: calc(50% + 2px);
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background-color: #fc9015;
  background-image: linear-gradient(to top, #ea2d86 0%, #2db6ef 100%);
  width: 100%;
  max-width: 269px;
  height: 100%;
  z-index: 1;
}

.speaker p {
  font-size: 18px;
  margin-top: 15px;
}

.speaker__name {
  display: inline-block;
  width: 100%;
  font-family: "PF Din";
  font-size: 30px;
  font-weight: 500;
  padding-bottom: 5px;
}

.champ {
  background-color: #0c042e;
  min-height: 980px;
  background-image: url("../img/bg-inchamp-04.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  font-weight: 800;
  color: #fff;
}

@media (max-width: 991px) {
  .champ {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .champ {
    min-height: 640px;
  }
}

.champ__desc-block h3 {
  font-size: 48px;
}

.champ__desc-block p {
  font-size: 30px;
}

.champ__desc-block span.upper {
  width: 100%;
}

.champ__item-block h3 {
  font-family: "PF Din";
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin: 90px 0 20px;
}

.champ .col {
  margin-top: 40px;
}

.champ .col img {
  width: 70px;
  height: 70px;
}

.champ .col p {
  font-family: "PF Din";
  font-size: 48px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 15px;
}

.more-champ {
  min-height: 980px;
  color: #0c042e;
  text-align: center;
}

@media (max-width: 991px) {
  .more-champ {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .more-champ {
    min-height: 640px;
  }
}

.more-champ__top-text, .more-champ__main-text {
  color: #2db6ef;
}

.more-champ__main-text {
  will-change: transform;
  font-family: "PF Din";
  font-size: 100px;
  font-weight: 500;
  line-height: 1.25;
  text-transform: uppercase;
  transition: transform .3s;
  color: #ea2d86;
  animation: blink 3s linear infinite;
}

.more-champ__top-text {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
}

.more-champ-title {
  font-family: "PF Din";
  font-size: 60px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #e52e83;
  margin: 40px 0;
}

.more-champ__middle-text {
  max-width: 700px;
  font-size: 30px;
  font-weight: 800;
  margin-top: 80px;
  margin-bottom: 70px;
}

.more-champ__middle-text span.upper {
  font-size: 36px;
  width: 100%;
}

.more-champ__bottom-text {
  font-size: 48px;
  font-weight: 800;
  text-transform: uppercase;
  margin: 10px 0 30px;
}

.more-champ__btn {
  max-width: 370px;
  position: relative;
  border-color: #ea2d86;
  background-color: #ea2d86;
  box-shadow: 0 7px 0 #0c042e;
  color: #fff;
  z-index: 1;
}

.more-champ__btn:before {
  position: absolute;
  content: '';
  display: block;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all .3s;
  z-index: -1;
}

.more-champ__btn:visited {
  color: #fff;
}

.more-champ__btn:hover:before {
  opacity: 0;
}

.more-champ__btn:active, .more-champ__btn:-webkit-any-link:active {
  background-color: #e52e83;
  border-color: #e52e83;
  color: #fff;
}

.more-champ__btn:active:before, .more-champ__btn:-webkit-any-link:active:before {
  opacity: 0;
}

@keyframes blink {
  0% {
    color: #ea2d86;
    transform: scale(1.03);
  }
  50% {
    color: rgba(45, 182, 239, 0.5);
    transform: scale(1);
  }
  100% {
    color: #ea2d86;
    transform: scale(1.03);
  }
}

.partners {
  min-height: 980px;
  background-image: linear-gradient(to top, #ea2d86 0%, #2db6ef 100%);
  color: #fff;
}

@media (max-width: 991px) {
  .partners {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .partners {
    min-height: 640px;
  }
}

.partners__line-wrapper--2 {
  margin-top: 4em;
}

.partners .col {
  text-align: center;
  margin: 15px 0;
}

.partners-title-line {
  display: block;
  min-height: 200px;
}

.partners-title {
  font-family: "PF Din";
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.partners a {
  display: inline-block;
}

.partners img[alt="partners-peterburg"] {
  width: 100%;
  max-width: 371px;
}

.partners__bottom-info {
  max-width: 1390px;
  font-size: 30px;
  font-weight: 800;
  margin-top: 60px;
}

.partners-more {
  text-align: center;
}

.partners-more__block-title {
  font-family: "PF Din";
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
  color: #e52e83;
}

.partners-more .col-3 {
  margin: 35px 0;
}

.partners-more .col-3 img {
  width: 70px;
  height: 70px;
}

.partners-more .col-3 p {
  font-style: 24px;
  font-weight: 900;
  content: 10px;
}

.partners-more__btn {
  max-width: 770px;
  border-color: #2db6ef;
  background-color: transparent;
  color: #2db6ef;
}

.partners-more__btn:visited {
  color: #2db6ef;
}

.partners-more__btn:hover, .partners-more__btn:-webkit-any-link:active {
  border-color: #2db6ef;
  background-color: #2db6ef;
  color: #fff;
}

.partners-more__btn:active {
  color: #fff;
}

.partners-modal-layout .fancybox-content {
  width: 100%;
  max-width: 970px;
  text-align: center;
  padding: 3.5em 4em 4em;
}

.partners-modal__logo {
  max-width: 370px;
}

.partners-modal__desc {
  position: relative;
  font-size: 24px;
  padding: 1em 0;
  margin: 1em 0;
}

.partners-modal__desc:before, .partners-modal__desc:after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  transform: translateX(-50%);
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  width: 100%;
  max-width: 370px;
  height: 3px;
}

.partners-modal__desc:before {
  top: 0;
}

.partners-modal__desc:after {
  bottom: 0;
}

.partners-modal__link {
  position: relative;
  font-weight: 800;
  color: #0c042e;
  text-decoration: none;
}

.partners-modal__link:after {
  position: absolute;
  content: '';
  display: block;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background-color: #0c042e;
  width: 100%;
  height: 1px;
  transition: all .3s;
}

.partners-modal__link:visited {
  color: #0c042e;
}

.partners-modal__link:hover:after {
  width: 0;
}

.manager-contact {
  max-width: 750px;
  text-align: left;
  margin-top: 6em;
}

.manager-contact .img-col {
  position: relative;
  width: 100%;
  max-width: 300px;
}

.manager-contact .img-col img {
  position: relative;
  top: -2px;
  left: -2px;
  z-index: 3;
}

.manager-contact .text-col {
  width: calc(100% - 300px);
}

.manager-contact .quest-title {
  font-size: 36px;
  font-weight: 900;
  text-transform: uppercase;
  margin-bottom: 15px;
}

.manager-contact .manager-name {
  font-size: 36px;
  font-weight: 800;
  line-height: 1;
  color: #ea2d86;
}

.manager-contact .manager-post {
  font-size: 24px;
}

.manager-contact__info {
  margin-top: 20px;
}

.manager-contact__info-item {
  display: inline-block;
  font-size: 30px;
  font-weight: 800;
  text-decoration: none;
  color: inherit;
  margin: 5px 0;
}

.manager-contact__info-item:visited {
  color: inherit;
}

.manager-contact__info-item .ico {
  width: 30px;
  height: 30px;
  vertical-align: middle;
  margin-right: 15px;
}

.ico-mail {
  background: url("../img/icon-quest-mail.svg") center no-repeat;
}

.ico-phone {
  background: url("../img/icon-quest-phone.svg") center no-repeat;
}

.organizers {
  background-color: #0c042e;
  min-height: 980px;
  background-image: url("../img/bg-inchamp-04.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
  text-align: center;
  color: #fff;
}

@media (max-width: 991px) {
  .organizers {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .organizers {
    min-height: 640px;
  }
}

.organizers__main-img img {
  max-width: 360px;
}

.organizers__main-desc {
  font-size: 36px;
  font-weight: 800;
  margin: 1em 0 2em;
}

.organizers .col {
  margin-top: 40px;
}

.organizers .col p {
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.organizers .col p .big {
  width: 100%;
  font-size: 60px;
  line-height: .8;
  padding-top: 5px;
}

@media (max-width: 991px) {
  .registration {
    min-height: 700px;
  }
}

@media (max-width: 767px) {
  .registration {
    min-height: 640px;
  }
}

.registration .block-title {
  color: #e52e83;
}

.registration .table {
  max-width: 990px;
}

.registration .table table {
  width: 100%;
}

.registration .table table tr td,
.registration .table table tr th {
  width: 30%;
  border-collapse: collapse;
  text-align: center;
  border-right: 1px solid rgba(67, 64, 76, 0.8);
  border-bottom: 1px solid rgba(12, 4, 46, 0.2);
  padding: 15px;
}

.registration .table table tr td:first-of-type,
.registration .table table tr th:first-of-type {
  width: 40%;
  text-align: left;
  padding-left: 0;
}

.registration .table table tr td:last-of-type,
.registration .table table tr th:last-of-type {
  border-right: none;
}

.registration .table table tr td p,
.registration .table table tr th p {
  font-weight: 900;
}

.registration .table table tr td p strong,
.registration .table table tr th p strong {
  display: inline-block;
  width: 100%;
  font-size: 20px;
  font-weight: inherit;
  text-transform: uppercase;
}

.registration .table table tr td img,
.registration .table table tr th img {
  width: 50px;
  height: 38px;
}

.registration .table table tr th {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
}

.registration .table table tr:nth-child(9) td, .registration .table table tr:last-of-type td {
  border-bottom: none;
}

.registration .table table tr:last-of-type td {
  text-align: center;
}

.registration .table__btn {
  position: relative;
  border-color: #ea2d86;
  background-color: #ea2d86;
  box-shadow: 0 7px 0 #0c042e;
  color: #fff;
  z-index: 1;
}

.registration .table__btn:before {
  position: absolute;
  content: '';
  display: block;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  background-image: linear-gradient(to right, #ea2d86 0%, #2db6ef 100%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all .3s;
  z-index: -1;
}

.registration .table__btn:visited {
  color: #fff;
}

.registration .table__btn:hover:before {
  opacity: 0;
}

.registration .table__btn:active, .registration .table__btn:-webkit-any-link:active {
  background-color: #e52e83;
  border-color: #e52e83;
  color: #fff;
}

.registration .table__btn:active:before, .registration .table__btn:-webkit-any-link:active:before {
  opacity: 0;
}

.registration__students {
  text-align: center;
  padding: 70px 0 40px;
}

.registration__students h3 {
  font-family: "PF Din";
  font-size: 72px;
  font-weight: 500;
  line-height: 1;
  text-transform: uppercase;
}

.registration__students h3 a {
  position: relative;
  text-decoration: none;
  color: #e52e83;
}

.registration__students h3 a:after {
  position: absolute;
  content: '';
  display: block;
  left: 50%;
  bottom: 8px;
  transform: translateX(-50%);
  background-color: #0c042e;
  width: 100%;
  height: 2px;
  transition: all .3s;
}

.registration__students h3 a:hover:after {
  width: 0;
}

.registration__students h3 a:visited {
  color: inherit;
}

.just-modal {
  width: 100%;
  max-width: 480px;
}

.just-modal input {
  display: block;
  width: 100%;
  background-color: #fff;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  box-shadow: none;
  border-radius: 4px;
  outline: 0;
  border: 1px solid #dedce2;
  padding: 10px;
  margin-top: 15px;
}

.just-modal input:focus {
  box-shadow: 0 0 3px 0 #3d6ffe;
}

.just-modal input::placeholder {
  opacity: .7;
}

.just-modal__btn {
  display: block;
  width: 100%;
  position: relative;
  border-color: transparent;
  background-color: #43404c;
  box-shadow: 0 7px 0 #0c042e;
  color: #fff;
  overflow: hidden;
  z-index: 1;
  border-radius: 4px;
  padding: 10px 5px;
  margin-top: 15px;
}

.just-modal__btn:before {
  position: absolute;
  content: '';
  display: block;
  top: -2px;
  left: -2px;
  border-radius: inherit;
  background-image: -webkit-linear-gradient(right, #0c042e 0%, #43404c 100%);
  background-image: -o-linear-gradient(right, #0c042e 0%, #43404c 100%);
  background-image: linear-gradient(to left, #0c042e 0%, #43404c 100%);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  transition: all .3s;
  z-index: -1;
}

.just-modal__btn:visited {
  color: #fff;
}

.just-modal__btn:hover:before {
  transform: translateX(100%);
}

.just-modal__btn:active, .just-modal__btn:focus {
  outline: 0;
  border-color: #dedce2;
}

.just-modal.fancybox-content {
  padding: 35px 25px 20px;
}

.map {
  background-color: #dedce2;
}

.map .col {
  height: 100%;
  padding-right: 0;
  padding-left: 0;
}

.map .col:first-of-type {
  min-height: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #ea2d86;
}

.map__info-block {
  color: #fff;
  padding: 25px 15px;
}

.map__info-block time {
  display: inline-block;
  font-size: 36px;
  text-transform: uppercase;
}

.map__info-block * + * {
  margin-top: 12px;
}

.map__info-block h2 {
  font-size: 48px;
}

.map__info-block h3 {
  font-size: 36px;
}

.map__info-block p {
  font-size: 24px;
}

.map iframe {
  display: block;
  border: 0;
  outline: 0;
  opacity: 1;
  visibility: visible;
  width: 100%;
  min-height: 500px;
}

.ico-placeholder {
  width: 21px;
  height: 30px;
  background: url("../img/placeholder_white.svg") center no-repeat;
  background-size: cover;
}

.footer {
  background-color: #0c042e;
  color: #fff;
  padding: 40px 0;
}

.footer .copy {
  margin-bottom: 20px;
}

.footer .row {
  align-items: flex-end;
}

.footer .docs {
  padding: 5px 10px;
}

.footer .docs a {
  border-bottom: 1px solid #fff;
  text-decoration: none;
  font-size: 14px;
  color: #fff;
}

.footer .docs a:hover:after {
  width: 0;
}

.footer .docs a:visited {
  color: #fff;
}

.footer .docs:first-child {
  position: relative;
}

.footer .docs:first-child:after {
  position: absolute;
  content: '';
  display: block;
  top: 50%;
  right: 0;
  background-color: #fff;
  width: 1px;
  height: 16px;
  margin-top: -6px;
}

.footer .col-8 {
  text-align: right;
}

.footer__info {
  font-size: 14px;
  text-transform: uppercase;
  margin: 5px 0;
}

.footer__info a {
  text-decoration: none;
  color: inherit;
}

.footer__info a:visited {
  color: inherit;
}

.footer__info-ico {
  width: 16px;
  height: 16px;
  vertical-align: text-bottom;
  margin-right: 5px;
}

.footer__info-ico--email {
  background: url("../img/icon-quest-mail_white.svg");
}

.footer__info-ico--phone {
  background: url("../img/icon-quest-phone_white.svg");
}

@media (max-width: 1340px) {
  .burger {
    display: block;
    top: 50%;
    right: 15px;
    transform: translateY(-50%);
    visibility: visible;
    opacity: 1;
    z-index: 5;
    width: 40px;
    height: 40px;
    z-index: 25;
  }
  .nav {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    transform: translateX(calc(100% + 2px));
    border-left: 2px solid rgba(67, 64, 76, 0.2);
    background-color: #fff;
    width: 100%;
    max-width: 320px;
    height: 100vh;
    z-index: 10;
    transition: transform .5s ease .4s;
  }
  .header__event-info {
    margin-top: 3.5em;
    margin-bottom: 2.5em;
  }
  .header__top-nav {
    overflow-y: auto;
    color: #0c042e;
  }
  .header__top-nav__list {
    height: 100%;
    min-height: 440px;
    max-height: 1100px;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    text-align: center;
    padding-top: 60px;
  }
  .header__top-nav__list li {
    font-size: 24px;
    font-weight: 500;
    margin: 10px 0;
  }
  .header__top-nav__list li a:after {
    background-color: #0c042e;
  }
  .header__main-desc {
    width: 65%;
  }
  .arrow-down {
    left: 37%;
  }
  .open-nav-bar .nav {
    transform: translateX(0);
  }
  .for .col p {
    font-size: 24px;
  }
  .map__info-block h2 {
    font-size: 38px;
  }
  .map__info-block h3 {
    font-size: 30px;
  }
  .map__info-block p {
    font-size: 20px;
  }
}

@media (max-width: 991px) {
  .row {
    justify-content: center;
  }
  .col-3 {
    width: 33.3333%;
  }
  .col-4 {
    width: 50%;
  }
  .block-title {
    font-size: 84px;
  }
  .header {
    padding-bottom: 6em;
  }
  .header__main-desc {
    width: 100%;
  }
  h1 {
    font-size: 200px;
    margin-bottom: 15px;
  }
  .arrow-down {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .block-title-md,
  .champ__item-block h3,
  .more-champ-title,
  .organizers .col p .big,
  .partners-title--1,
  .registration__students h3 {
    font-size: 50px;
  }
  .about__bottom-text,
  .champ__desc-block h3,
  .champ .col p,
  .more-champ__bottom-text {
    font-size: 42px;
  }
  .header__desc,
  .event-info__desc,
  .more-champ__top-text,
  .more-champ__middle-text span.upper,
  .manager-contact .quest-title,
  .manager-contact .manager-name,
  .organizers__main-desc {
    font-size: 30px;
  }
  .header__undesc,
  .festival p,
  .champ__desc-block p,
  .more-champ__middle-text,
  .partners__bottom-info,
  .manager-contact__info-item,
  .registration .table table tr td p strong,
  .registration .table table tr th {
    font-size: 24px;
  }
  .event-info .col-6 {
    width: 100%;
    padding-top: 3em;
    padding-bottom: 3em;
  }
  .event-info__col--1, .event-info__col--2 {
    min-height: auto;
  }
  .more-champ__middle-text {
    margin-top: 60px;
    margin-bottom: 65px;
  }
  .more-champ__main-text {
    font-size: 82px;
  }
  .partners-title--2 {
    font-size: 72px;
  }
  .speaker .col-3 {
    width: 50%;
  }
  .partners-more .col-3 {
    width: 50%;
  }
  .organizers__main-desc {
    margin: 1.5em 0 1em;
  }
  .footer {
    text-align: center;
  }
  .footer .col-8 {
    width: 100%;
    text-align: inherit;
    margin-top: 10px;
  }
  .registration__students {
    padding-bottom: 0px;
  }
  .map__info-block time {
    font-size: 30px;
  }
  .map .col-6 {
    width: 100%;
  }
  .map .col-6:first-of-type {
    min-height: 300px;
  }
}

@media (max-width: 767px) {
  body {
    font-size: 16px;
  }
  .sec {
    padding: 40px 0;
  }
  .col-3, .col-4, .col-6, .col-9 {
    width: 100%;
  }
  .title-line {
    padding: 25px 0;
    margin-bottom: 0;
  }
  .block-title {
    font-size: 64px;
  }
  .grad-svg:before {
    width: 80%;
  }
  .burger {
    top: 20px;
    transform: translateY(0);
  }
  .retext {
    height: 40px;
  }
  h1 {
    font-size: 160px;
  }
  .header__top .row {
    justify-content: center;
  }
  .header__logo {
    width: 100%;
    text-align: center;
  }
  .header__social {
    position: absolute;
    top: 0;
    left: 5px;
  }
  .header__social .row {
    display: block;
  }
  .header__event-info {
    margin-top: 3em;
    margin-bottom: 3.2em;
  }
  .header__event-info__address, .header__event-info__time {
    margin: 14px 0;
  }
  .social li {
    padding: 8px 5px;
  }
  .block-title-md,
  .champ__item-block h3,
  .more-champ-title,
  .registration__students h3 {
    font-size: 36px;
  }
  .prog-title_list,.about__bottom-text, .champ .col p, .champ__desc-block h3, .more-champ__bottom-text {
    font-size: 32px;
  }
  .program .col p {
    font-size: 26px;
  }
  .event-info__desc,
  .manager-contact .manager-name,
  .manager-contact .quest-title,
  .more-champ__middle-text span.upper, .more-champ__top-text, .organizers__main-desc, .speaker__name {
    font-size: 24px;
  }
  .header__undesc,
  .about__desc, .free,
  .champ__desc-block p,
  .festival p,
  .for .col p,
  .manager-contact__info-item,
  .more-champ__middle-text,
  .partners__bottom-info, .registration .table table tr td p strong,
  .about__link {
    font-size: 20px;
  }
  .about__desc br, .free br,
  .champ__desc-block p br,
  .festival p br,
  .for .col p br,
  .manager-contact__info-item br,
  .more-champ__middle-text br,
  .partners__bottom-info br, .registration .table table tr td p strong br,
  .about__link br {
    display: none;
  }
  .program {
    text-align: center;
  }
  .program .col {
    margin-top: 40px;
  }
  .about-champ {
    text-align: center;
  }
  .about-champ__line-block {
    font-size: 72px;
  }
  .text-construction {
    margin: 35px 0;
  }
  .champ__item-block .col-3 {
    width: 50%;
  }
  .champ__item-block h3 {
    margin: 45px 0 10px;
  }
  .more-champ__middle-text {
    margin-top: 35px;
    margin-bottom: 45px;
  }
  .more-champ__main-text,
  .partners-more__block-title {
    font-size: 56px;
  }
  .speaker {
    padding-bottom: 60px;
  }
  .speaker .col-3 {
    width: 100%;
  }
  .partners {
    text-align: center;
  }
  .partners .col-3 {
    width: 50%;
  }
  .partners a {
    max-width: 250px;
  }
  .partners .grad-svg--2 {
    margin-top: 35px;
  }
  .partners-title-line {
    min-height: auto;
  }
  .partners-title--2 {
    font-size: 56px;
  }
  .partners__bottom-info {
    margin: 35px 0;
  }
  .partners-modal-layout .fancybox-content {
    max-width: 95%;
    padding: 1.5em 1em 2em;
  }
  .partners-modal__logo {
    max-width: 260px;
  }
  .partners-modal__desc {
    font-size: 18px;
  }
  .manager-contact .img-col {
    max-width: none;
    text-align: center;
    margin-bottom: 15px;
  }
  .manager-contact .img-col img, .manager-contact .img-col:after {
    max-width: 200px;
  }
  .manager-contact .text-col {
    width: 100%;
    text-align: center;
  }
  .registration .table {
    position: relative;
    padding-top: 105px;
    margin-top: 25px;
  }
  .registration .table:before {
    position: absolute;
    content: '';
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: url("../img/swipe.svg") center no-repeat;
    width: 70px;
    height: 66px;
  }
  .registration .table__inner-wrapper {
    overflow-x: auto;
    padding-right: 15px;
    padding-left: 15px;
    padding-bottom: 20px;
  }
  .registration .table table {
    min-width: 760px;
  }
  .registration .table table tr td {
    padding: 12px 5px;
  }
  .registration .table table tr td img {
    width: 50px;
    height: 35px;
  }
  .registration__students {
    padding-top: 40px;
  }
  .registration__students h3 a:after {
    bottom: 4px;
  }
  .footer .docs:first-child:after {
    display: none;
  }
}

@media (max-width: 560px) {
  .partners .col-3 {
    width: 100%;
  }
}

@media (max-width: 480px) {
  .btn {
    font-size: 16px;
  }
  .block-title {
    font-size: 48px;
  }
  h1 {
    font-size: 90px;
  }
  .header__event-info {
    margin-bottom: 2em;
  }
  .partners-title--1 {
    font-size: 40px;
  }
  .block-title-md,
  .champ__item-block h3,
  .header__desc, .more-champ-title,
  .prize-fund__text {
    font-size: 26px;
  }
  .header__desc,
  .about__bottom-text,
  .champ .col p,
  .champ__desc-block h3,
  .more-champ__bottom-text,
  .event-info__desc,
  .manager-contact .manager-name,
  .manager-contact .quest-title,
  .more-champ__middle-text span.upper,
  .more-champ__top-text,
  .organizers__main-desc {
    font-size: 20px;
  }
  .about__desc,
  .champ__desc-block p,
  .festival p,
  .for .col p,
  .free,
  .manager-contact__info-item,
  .more-champ__middle-text,
  .partners__bottom-info,
  .registration .table table tr td p strong,
  .about__link {
    font-size: 18px;
  }
  .header__undesc {
    font-size: 16px;
  }
  .about__bottom-text {
    margin-top: 1.5em;
  }
  .about-champ .col {
    margin: 25px 0;
  }
  .prize-fund {
    margin-top: 15px;
  }
  .prize-fund__cost-block .cost {
    font-size: 72px;
  }
  .prize-fund__cost-block .text {
    font-size: 42px;
    line-height: 1.15;
  }
  .program .col p {
    font-size: 22px;
  }
  .event-info__desc {
    margin: 30px 0 35px;
  }
  .text-construction span {
    font-size: 14px;
  }
  .champ__item-block .col-3 {
    width: 100%;
  }
  .more-champ__main-text, .partners-more__block-title {
    font-size: 48px;
  }
  .partners-modal__logo {
    max-width: 210px;
  }
  .partners-modal__desc, .partners-modal__link {
    font-size: 14px;
  }
  .partners-more .col-3 {
    width: 100%;
  }
  .partners__bottom-info {
    margin-bottom: 10px;
  }
  .manager-contact {
    margin-top: 5em;
  }
  .manager-contact .quest-title {
    margin-bottom: 10px;
  }
  .manager-contact .manager-post {
    font-size: 20px;
    line-height: 1.5;
  }
  .manager-contact__info {
    margin-top: 10px;
  }
  .organizers .col p .big {
    font-size: 42px;
  }
  .organizers__main-desc img {
    max-width: 300px;
  }
  .map .col:first-of-type {
    min-height: 250px;
  }
  .map__info-block time {
    font-size: 20px;
  }
  .map__info-block h2 {
    font-size: 26px;
  }
  .map__info-block h3 {
    font-size: 20px;
  }
  .map__info-block p {
    font-size: 16px;
  }
  .map iframe {
    min-height: 400px;
  }
  .ico-placeholder {
    width: 16px;
    height: 23px;
  }
}
