/*
    Main configuration file
    Created by: Bold Interactive s.r.o.
*/
/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
 html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}
/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}
/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}
/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}
/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}
/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}
/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}
/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}
/**
 * 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;
}
/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}
/**
 * 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;
}
/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}
/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}
/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}
/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}
/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}
/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}
/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}
/**
 * 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;
}
/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 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;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}
/**
 * Remove the default vertical scrollbar in IE.
 */
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;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * 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;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}
/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
/**
 * 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;
  /* 1 */
  font: inherit;
  /* 2 */
}
.clearfix:after,
.row:after,
.separator:after,
.clearfix:before,
.row:before,
.separator:before {
  content: " ";
  display: table;
}
.clearfix:after,
.row:after,
.separator:after {
  clear: both;
}
.hide {
  display: none !important;
}
.clickable {
  cursor: pointer;
}
.show {
  display: block !important;
}
.d-ib {
  display: inline-block;
}
.pos-r {
  position: relative;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.center-block {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}
.affix {
  position: fixed;
}
.clear {
  clear: both;
}
.w100 {
  width: 100%;
}
.h100 {
  height: 100%;
}
.va-t {
  vertical-align: top;
}
.overflow-h {
  overflow: hidden;
}
.u-select {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.u-select--all * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.momentumScroll {
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (max-width: 960px) {
  .tablet-hide {
    display: none !important;
  }
}
@media screen and (max-width: 660px) {
  .mobile-hide {
    display: none !important;
  }
}
/* ANIMATIONS */
.anim1-150 {
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.anim1-300 {
  transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.anim1_bg-150 {
  transition: background 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.anim1_after-150::after {
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.anim1_after-300::after {
  transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
.anim1_before-150::before {
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.anim1_before-300::before {
  transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
}
/* COLORS */
.bg--white {
  background-color: #FFFFFF;
}
.c--blue {
  color: #0080C8;
}
.c--white {
  color: #FFFFFF;
}
.padding__full--s {
  padding: 8px !important;
}
.padding__full--m {
  padding: 16px !important;
}
.padding__full--l {
  padding: 24px !important;
}
.padding__full--xl {
  padding: 32px !important;
}
.padding__full--xxl {
  padding: 64px !important;
}
.padding__vertical--s {
  padding: 8px 0 !important;
}
.padding__vertical--m {
  padding: 16px 0 !important;
}
.padding__vertical--l {
  padding: 24px 0 !important;
}
.padding__vertical--xl {
  padding: 32px 0 !important;
}
.padding__vertical--xxl {
  padding: 64px 0 !important;
}
.padding__horizontal--s {
  padding: 0 8px !important;
}
.padding__horizontal--m {
  padding: 0 16px !important;
}
.padding__horizontal--l {
  padding: 0 24px !important;
}
.padding__horizontal--xl {
  padding: 0 32px !important;
}
.padding__horizontal--xxl {
  padding: 0 64px !important;
}
.padding__top--s {
  padding-top: 8px !important;
}
.padding__top--m {
  padding-top: 16px !important;
}
.padding__top--l {
  padding-top: 24px !important;
}
.padding__top--xl {
  padding-top: 32px !important;
}
.padding__top--xxl {
  padding-top: 64px !important;
}
.padding__bottom--s {
  padding-bottom: 8px !important;
}
.padding__bottom--m {
  padding-bottom: 16px !important;
}
.padding__bottom--l {
  padding-bottom: 24px !important;
}
.padding__bottom--xl {
  padding-bottom: 32px !important;
}
.padding__bottom--xxl {
  padding-bottom: 64px !important;
}
.margin__vertical--s {
  margin: 8px 0 !important;
}
.margin__vertical--m {
  margin: 16px 0 !important;
}
.margin__vertical--l {
  margin: 24px 0 !important;
}
.margin__vertical--xl {
  margin: 32px 0 !important;
}
.margin__vertical--xxl {
  margin: 64px 0 !important;
}
.margin__horizontal--s {
  margin: 0 8px !important;
}
.margin__horizontal--m {
  margin: 0 16px !important;
}
.margin__horizontal--l {
  margin: 0 24px !important;
}
.margin__horizontal--xl {
  margin: 0 32px !important;
}
.margin__horizontal--xxl {
  margin: 64px 0 !important;
}
.margin__top--s {
  margin-top: 8px !important;
}
.margin__top--m {
  margin-top: 16px !important;
}
.margin__top--l {
  margin-top: 24px !important;
}
.margin__top--xl {
  margin-top: 32px !important;
}
.margin__top--xxl {
  margin: 64px 0 !important;
}
.margin__bottom--s {
  margin-bottom: 8px !important;
}
.margin__bottom--m {
  margin-bottom: 16px !important;
}
.margin__bottom--l {
  margin-bottom: 24px !important;
}
.margin__bottom--xl {
  margin-bottom: 32px !important;
}
.margin__bottom--xxl {
  margin: 64px 0 !important;
}
/* FLEXBOX */
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.flex-column {
  flex-direction: column;
}
.f-align-start {
  align-items: flex-start;
}
.f-align-center {
  align-items: center;
}
.f-align-end {
  align-items: flex-end;
}
.f-justify-start {
  justify-content: flex-start;
}
.f-justify-center {
  justify-content: center;
}
.f-justify-end {
  justify-content: flex-end;
}
.f-justify-between {
  justify-content: space-between;
}
.f-align-s-start {
  -webkit-align-self: flex-start;
  -ms-flex-self: flex-start;
  align-self: flex-start;
}
.f-align-s-center {
  -webkit-align-self: center;
  -ms-flex-self: center;
  -ms-grid-row-align: center;
      align-self: center;
}
.f-align-s-end {
  -webkit-align-self: flex-end;
  -ms-flex-self: flex-end;
  align-self: flex-end;
}
.f-justify-s-start {
  -webkit-justify-self: flex-start;
  -ms-justify-self: flex-start;
  justify-self: flex-start;
}
.f-justify-s-center {
  -webkit-justify-self: center;
  -ms-justify-self: center;
  -ms-grid-column-align: center;
      justify-self: center;
}
.f-justify-s-end {
  -webkit-justify-self: flex-end;
  -ms-justify-self: flex-end;
  justify-self: flex-end;
}
.indent__x + .indent__x {
  margin-left: 1rem;
}
.indent__y + .indent__y {
  margin-top: 1rem;
}
a {
  text-decoration: none;
  outline: none;
}
a:focus,
a::-moz-focus-inner {
  outline: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
a.reverse {
  text-decoration: underline;
}
a.reverse:hover,
a.reverse:focus {
  text-decoration: none;
}
p {
  margin-bottom: 1em;
}
b,
strong {
  font-weight: 700;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
}
.txt-uppercase {
  text-transform: uppercase;
}
.txt-lowercase {
  text-transform: lowercase;
}
.txt-center {
  text-align: center !important;
}
.txt-left {
  text-align: left !important;
}
.txt-right {
  text-align: right !important;
}
.typo-fw-medium {
  font-weight: 500;
}
.typo-fw-bold {
  font-weight: 700;
}
.typo-fw-extraBold {
  font-weight: 800;
}
.typo-lh-27 {
  line-height: 1.69em;
}
.typo-fs-14 {
  font-size: 0.875rem;
  line-height: 1.29em;
}
.h1 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 7.438rem;
  line-height: 1.08em;
}
@media screen and (max-width: 660px) {
  .h1 {
    font-size: 4.75rem;
    line-height: 1.13em;
  }
}
.h1--sub {
  font-size: 4.75rem;
  line-height: 1.13em;
}
.h2 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 3.063rem;
  line-height: 1.2em;
  text-transform: uppercase;
}
.h3 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1.938rem;
  line-height: 1.32em;
  text-transform: uppercase;
}
.h4 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1.563rem;
  line-height: 1.4em;
  text-transform: uppercase;
}
.h5 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-transform: uppercase;
}
.h5--medium {
  font-weight: 500;
}
.h6 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
}
.h6--medium {
  font-weight: 500;
}
.typo-number-39 {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 400;
  font-size: 2.438rem;
  line-height: 1.26em;
  text-transform: uppercase;
}
.typo-number-39-black {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 2.438rem;
  line-height: 1.26em;
  text-transform: uppercase;
}
.typo-navigation-main {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.38em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.typo-button-14 {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.36em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.typo-button-14-text {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.29em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.typo-caption-12 {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 300;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.typo-caption-12-medium {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5em;
}
.typo-body-16 {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
}
.box-shadow-1 {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
}
.box-shadow-2 {
  box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.05), 0px 16px 32px rgba(0, 0, 0, 0.05);
}
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
body,
html {
  font-size: 16px;
  font-family: ff-real-headline-pro, sans-serif;
  color: #3D4347;
  font-weight: 300;
  line-height: 1.5em;
  background: #FFFFFF;
  width: 100%;
  /* iOS/osx font smoothing */
  font-smoothing: antialiased;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
::-moz-selection {
  color: #FFFFFF;
  background: #0080C8;
}
::selection {
  color: #FFFFFF;
  background: #0080C8;
}
img {
  vertical-align: middle;
  max-width: 100%;
}
hr {
  background: #D8DFE2;
  border: 0;
  height: 1px;
}
.container {
  width: 100%;
  max-width: 1204px;
  padding-right: 32px;
  padding-left: 32px;
  margin: 0 auto;
}
.container--small {
  max-width: 1008px;
}
@media only screen and (max-width: 1420px) {
  .container {
    padding-right: 16px;
    padding-left: 16px;
  }
}
.section {
  padding-top: 0;
  padding-bottom: 0;
}
.section--py-lg {
  padding-top: 96px;
  padding-bottom: 96px;
}
.section--pt-lg {
  padding-top: 96px;
}
.section--pb-lg {
  padding-bottom: 96px;
}
.section--py-md {
  padding-top: 64px;
  padding-bottom: 64px;
}
.section--pt-md {
  padding-top: 64px;
}
.section--pb-md {
  padding-bottom: 64px;
}
.section--py-sm {
  padding-top: 48px;
  padding-bottom: 48px;
}
.section--pt-sm {
  padding-top: 48px;
}
.section--pb-sm {
  padding-bottom: 48px;
}
.mainContent {
  background-color: #F8FAFC;
  background-image: url("../images/sections/page-bg.jpg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 100%;
}
.mainContent--noBg {
  background-image: none;
  background-color: #FFFFFF;
}
.mainHeader {
  position: relative;
}
.mainHeader__menu {
  position: absolute;
  z-index: 15;
  top: 0;
  left: 0;
  right: 0;
  padding: 32px 24px;
  display: flex;
  align-items: center;
}
.mainHeader__menu--index.active-sidebar {
  margin-right: 400px;
}
@media screen and (max-width: 1420px) {
  .mainHeader__menu--index.active-sidebar {
    margin-right: 0;
  }
}
.mainHeader__menu .mainLogo {
  flex: 0 0 auto;
  height: 64px;
  margin-right: 64px;
  width: auto;
}
.mainHeader__menu .nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.mainHeader__menu .nav ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.mainHeader__menu .nav ul li {
  margin-right: 32px;
}
@media screen and (max-width: 960px) {
  .mainHeader__menu .nav {
    position: fixed;
    top: 0;
    right: 0;
    margin: 0;
    bottom: 0;
    z-index: 15;
    transform: translateX(100%);
    transition: 300ms cubic-bezier(0.77, 0, 0.175, 1);
    visibility: hidden;
    opacity: 0;
    flex-direction: column;
    padding: 96px 64px 32px;
    overflow-y: auto;
    background-color: #202527;
    width: unset;
  }
  .mainHeader__menu .nav.active {
    transform: translateX(0);
    visibility: visible;
    opacity: 1;
  }
  .mainHeader__menu .nav ul {
    flex-direction: column;
  }
  .mainHeader__menu .nav ul li {
    margin-right: 0;
    margin-bottom: 16px;
  }
  .mainHeader__menu .nav ul li a {
    display: block;
  }
}
.mainHeader__toggle {
  position: absolute;
  right: 24px;
  top: 32px;
  background-color: transparent;
  border-radius: 0;
  border: 0;
  cursor: pointer;
  outline: none;
  display: none;
  z-index: 25;
}
@media screen and (max-width: 960px) {
  .mainHeader__toggle {
    display: block;
  }
}
.mainHeader__toggle .icon {
  fill: #FFFFFF;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.mainHeader__toggle:focus,
.mainHeader__toggle::-moz-focus-inner {
  outline: none;
}
.mainHeader__toggle:hover .icon,
.mainHeader__toggle:focus .icon {
  fill: #0080C8;
}
.mainHeader__content {
  background: url("../images/sections/header-content-bg.jpg") no-repeat center center;
  background-size: cover;
  min-height: 300px;
  padding-top: 128px;
  padding-bottom: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.mainHeader__content .h1 {
  color: #FFFFFF;
  text-align: center;
  margin: 24px 0 16px;
}
.mainFooter {
  background-color: #202527;
}
.footerTop {
  background-color: #3D4347;
}
.footerTop__wrapper {
  position: relative;
}
.footerTop__title {
  position: absolute;
  top: 50%;
  left: 15px;
  transform-origin: center center;
  transform: translate(-50%, -50%) rotate(-90deg);
}
@media screen and (max-width: 660px) {
  .footerTop__title {
    position: static;
    transform: none;
    margin-bottom: 24px;
  }
}
.footerTop__partners {
  padding-left: 56px;
  margin: -8px;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 660px) {
  .footerTop__partners {
    padding-left: 0;
  }
}
.footerTop .partner {
  margin: 8px;
}
.footerBottom__wrapper {
  display: flex;
}
@media screen and (max-width: 960px) {
  .footerBottom__wrapper {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 660px) {
  .footerBottom__wrapper {
    flex-direction: column;
  }
}
.footerBottom__col {
  flex: 0 0 calc(100% / 3);
}
.footerBottom__col--1 {
  padding-right: 32px;
  border-right: 1px solid rgba(99, 112, 120, 0.27);
}
@media screen and (max-width: 960px) {
  .footerBottom__col--1 {
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 660px) {
  .footerBottom__col--1 {
    flex: 0 0 100%;
    padding-right: 0;
    border-right: none;
  }
}
.footerBottom__col--2 {
  padding-right: 32px;
  padding-left: 32px;
  border-right: 1px solid rgba(99, 112, 120, 0.27);
}
@media screen and (max-width: 960px) {
  .footerBottom__col--2 {
    flex: 0 0 50%;
    border-right: none;
    padding-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .footerBottom__col--2 {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(99, 112, 120, 0.27);
  }
}
.footerBottom__col--3 {
  padding-left: 32px;
}
@media screen and (max-width: 960px) {
  .footerBottom__col--3 {
    flex: 0 0 100%;
    padding-left: 0;
    padding-top: 32px;
    margin-top: 32px;
    border-top: 1px solid rgba(99, 112, 120, 0.27);
  }
}
.footerBottom .mainLogo {
  width: 163px;
  height: auto;
  margin-bottom: 40px;
}
.footerBottom__links {
  list-style-type: none;
}
.footerBottom__links li {
  font-size: 0.875rem;
  line-height: 1.29em;
  margin-bottom: 12px;
}
.footerBottom__links li:last-child {
  margin-bottom: 0;
}
.footerBottom__links .link {
  color: #D8DFE2;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.footerBottom__links .link:hover,
.footerBottom__links .link:focus {
  color: #0080C8;
}
.footerBottom .nav__link::after {
  display: none;
}
.footerBottom__title {
  color: #FFFFFF;
  margin-bottom: 16px;
}
.sidebar {
  width: 100%;
  max-width: 260px;
  flex-shrink: 0;
  border-right: 1px solid #E7EEF2;
  margin-right: 32px;
  padding-right: 32px;
  position: relative;
}
@media screen and (max-width: 960px) {
  .sidebar {
    border-right: none;
    border-top: 1px solid #E7EEF2;
    margin-right: 0;
    padding-right: 0;
    margin-top: 32px;
    padding-top: 32px;
    max-width: 100%;
  }
}
.sidebar__wrapper {
  display: flex;
}
@media screen and (max-width: 960px) {
  .sidebar__wrapper {
    flex-direction: column-reverse;
  }
}
.sidebar__menu {
  /* Safari */
  position: sticky;
  top: 32px;
  list-style-type: decimal;
  list-style-position: inside;
}
.sidebar__menu li {
  margin-bottom: 12px;
}
.sidebar__menu li:last-child {
  margin-bottom: 0;
}
.sidebar__menu .link {
  color: #3D4347;
}
.sidebar__menu .link:hover,
.sidebar__menu .link:focus {
  color: #0080C8;
}
.btn {
  display: inline-flex;
  padding: 16px 24px 13px;
  border: none;
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.36em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #FF4646;
  cursor: pointer;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  white-space: nowrap;
}
.btn .icon {
  fill: #FFFFFF;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  transform: translateY(-1px);
}
.btn:hover,
.btn:focus {
  background-color: hsl(0, 100%, 53.7254902%);
  color: #FFFFFF;
}
.btn--blue {
  background-color: #0080C8;
}
.btn--blue:hover,
.btn--blue:focus {
  background-color: hsl(201.6, 100%, 29.21568627%);
}
.btn--icon .icon {
  margin: 0;
  transform: none;
}
.btn--iconRight {
  flex-direction: row-reverse;
  align-items: center;
}
.btn--iconRight .icon {
  margin-left: 9px;
}
.btn--iconLeft {
  align-items: center;
}
.btn--iconLeft .icon {
  margin-right: 9px;
}
.btn--link {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.29em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding: 0;
  background-color: transparent;
  color: #0080C8;
}
.btn--link .icon {
  fill: #0080C8;
}
.btn--link:hover,
.btn--link:focus {
  background-color: transparent;
  color: hsl(201.6, 100%, 29.21568627%);
}
.btn--link:hover .icon,
.btn--link:focus .icon {
  fill: hsl(201.6, 100%, 29.21568627%);
}
.btn--hero {
  padding: 24px 32px 21px;
}
.icon {
  display: block;
  fill: #0080C8;
}
.label {
  color: #637078;
}
.label > a {
  text-decoration: underline;
  color: #0080C8;
}
.label > a:hover,
.label > a:focus {
  text-decoration: none;
}
.input {
  width: 100%;
  border: none;
  border: 1px solid #FFFFFF;
  border-bottom: 4px solid #0080C8;
  background-color: #FFFFFF;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #637078;
  outline: none;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
  padding: 16px 16px 14px 64px;
  background-image: url("../images/form/company-placeholder.png");
  background-repeat: no-repeat;
  background-position: 16px center;
  background-size: 32px;
  border-radius: 0;
}
.input--medium {
  font-weight: 500;
}
.input:focus,
.input::-moz-focus-inner {
  outline: none;
}
.input:invalid {
  background-image: url("../images/form/company-invalid.png");
  border-bottom-color: #FF4646;
  color: #FF4646;
}
.input:valid {
  background-image: url("../images/form/company-focus.png");
}
.input:focus {
  background-image: url("../images/form/company-focus.png");
  border-color: #0080C8;
  color: #637078;
}
.input--contact-person {
  background-image: url("../images/form/contct-person-placeholder.png");
}
.input--contact-person:invalid {
  background-image: url("../images/form/contact-person-invalid.png");
}
.input--contact-person:focus,
.input--contact-person:valid {
  background-image: url("../images/form/contact-person-focus.png");
}
.input--phone {
  background-image: url("../images/form/phone-placeholder.png");
}
.input--phone:invalid {
  background-image: url("../images/form/phone-invalid.png");
}
.input--phone:focus,
.input--phone:valid {
  background-image: url("../images/form/phone-focus.png");
}
.input--email {
  background-image: url("../images/form/email-placeholder.png");
}
.input--email:invalid {
  background-image: url("../images/form/email-invalid.png");
}
.input--email:focus,
.input--email:valid {
  background-image: url("../images/form/email-focus.png");
}
.input__btn {
  outline: none;
  width: 100%;
  justify-content: center;
  border-radius: 0;
}
.input__btn:focus,
.input__btn::-moz-focus-inner {
  outline: none;
}
.input__message {
  display: block;
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.29em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FF4646;
  margin-top: 6px;
}
.input__checkbox {
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 12px;
  flex-shrink: 0;
}
.input__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 20px;
  width: 20px;
}
.input__checkbox input:checked ~ .checkbox {
  background-color: #0080C8;
}
.input__checkbox input:checked ~ .checkbox::before {
  display: block;
}
.input__checkbox input:invalid ~ .checkbox {
  border-color: #FF4646;
}
.input__checkbox .checkbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #FFFFFF;
  border: 2px solid #0080C8;
  pointer-events: none;
}
.input__checkbox .checkbox::before {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 1px;
  width: 5px;
  height: 10px;
  border: solid #FFFFFF;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.table {
  min-width: 100%;
  border: 0;
  border-collapse: collapse;
}
.table__wrapper {
  width: 100%;
  overflow-x: auto;
}
.table thead {
  background-color: #3D4347;
}
.table th {
  color: #FFFFFF;
  padding: 12px 16px;
  text-align: left;
}
.table td {
  padding: 8px 16px;
  display: flex;
}
.table tbody tr {
  background-color: #FFFFFF;
}
.table tbody tr:nth-child(even) {
  background-color: #F8FAFC;
}
.table__cell {
  display: flex;
  align-items: center;
  justify-content: center;
}
.table__img {
  width: 32px;
  height: 32px;
  overflow: hidden;
  border: 1px solid #E7EEF2;
  margin-right: 12px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.table__img > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.pagination {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  margin: -6px;
  margin-top: 58px;
}
.pagination__page {
  cursor: pointer;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  outline: none;
  margin: 6px;
  height: 42px;
  width: 42px;
  border: 1px solid #D8DFE2;
  border-radius: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #637078;
  background-color: #FFFFFF;
}
.pagination__page .icon {
  fill: #637078;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.pagination__page:focus,
.pagination__page::-moz-focus-inner {
  outline: none;
}
.pagination__page:hover,
.pagination__page:focus {
  border-color: #0080C8;
  color: #0080C8;
}
.pagination__page:hover .icon,
.pagination__page:focus .icon {
  fill: #0080C8;
}
.pagination__page.active {
  border-color: #0080C8;
  color: #0080C8;
  font-weight: 900;
  box-shadow: inset 0 0 0 1px #0080C8;
}
.pagination__page.active .icon {
  fill: #0080C8;
}
.pagination__space {
  margin: 6px;
  height: 42px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.breadcrumbs {
  display: flex;
  align-items: center;
}
.breadcrumbs .bx-right-arrow-alt {
  fill: #FFFFFF;
  margin-right: 6px;
  opacity: 0.67;
}
.breadcrumbs__home {
  margin-right: 6px;
  transform: translateY(-2px);
}
.breadcrumbs__home .icon {
  fill: #FFFFFF;
}
.breadcrumbs__home:hover .icon,
.breadcrumbs__home:focus .icon {
  fill: #0080C8;
}
.breadcrumbs__link {
  margin-right: 6px;
  color: #FFFFFF;
}
.breadcrumbs__link:hover,
.breadcrumbs__link:focus {
  color: #0080C8;
}
.breadcrumbs__link--disabled {
  margin-right: 0;
  opacity: 0.48;
}
.breadcrumbs__link--disabled:hover,
.breadcrumbs__link--disabled:focus {
  color: #FFFFFF;
}
.nav ul {
  list-style-type: none;
}
.nav li {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.38em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.nav__link {
  color: #FFFFFF;
  outline: none;
  display: inline-block;
  position: relative;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  padding: 6px 0;
}
.nav__link::after {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: 0;
  left: 50%;
  height: 3px;
  background-color: #0080C8;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.nav__link.active {
  color: #0080C8;
}
.nav__link.active::after {
  right: 0;
  left: 0;
}
.nav__link:hover,
.nav__link:focus {
  color: #0080C8;
}
.nav__link:hover::after,
.nav__link:focus::after {
  right: 25%;
  left: 25%;
}
.article {
  background-color: #FFFFFF;
  padding: 24px;
  position: relative;
  text-align: left;
}
.article__img {
  border-top: 2px solid #0080C8;
  overflow: hidden;
  position: relative;
  pointer-events: none;
  z-index: 2;
}
.article__img > img {
  max-width: unset;
  -o-object-fit: cover;
     object-fit: cover;
  min-height: 100%;
  min-width: 100%;
}
.article__content {
  padding: 32px 24px 8px;
}
.article__meta {
  font-size: 0.875rem;
  line-height: 1.29em;
  opacity: 0.48;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 12px;
  position: relative;
  pointer-events: none;
  z-index: 2;
}
.article__meta .separator {
  background-color: #3D4347;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  margin: 0 12px;
  flex-shrink: 0;
}
.article__link {
  color: #3D4347;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.article__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #FFFFFF;
  z-index: 0;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.article__link:hover,
.article__link:focus {
  color: #0080C8;
}
.article__link:hover::before,
.article__link:focus::before {
  background-color: #F8FAFC;
}
.article__title {
  position: relative;
  pointer-events: none;
  z-index: 2;
}
.article--hero {
  padding: 0;
}
.article--hero .article__img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  border-top: none;
}
.article--hero .article__content {
  position: relative;
  z-index: 1;
  padding: 48px 48px 40px;
}
@media screen and (max-width: 960px) {
  .article--hero .article__content {
    padding: 20px 24px 12px;
  }
}
.article--hero .article__meta {
  color: #FFFFFF;
  margin-bottom: 4px;
}
.article--hero .article__meta .separator {
  background-color: #FFFFFF;
}
.article--hero .article__title {
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: 16px;
}
.article--hero .article__link {
  color: #0080C8;
}
.article--hero .article__link .icon {
  fill: #0080C8;
}
.article--hero .article__link::before {
  background-color: #202527;
  z-index: -1;
}
.article--hero .article__link::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 4px;
  background-color: #0080C8;
  z-index: -2;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
}
.article--hero .article__link:hover::before,
.article--hero .article__link:focus::before {
  opacity: 0.77;
}
.article--hero .article__link:hover::after,
.article--hero .article__link:focus::after {
  z-index: 1;
}
.iconBox {
  display: flex;
}
.iconBox .icon {
  margin-right: 12px;
  flex: 0 0 auto;
}
.iconBox__text {
  margin-bottom: 0;
  color: #637078;
  line-height: 1.69em;
}
.stats {
  display: flex;
}
@media screen and (max-width: 660px) {
  .stats {
    flex-direction: column;
    align-items: center;
  }
}
.stats__stat {
  border-right: 1px solid #D8DFE2;
  padding: 0 24px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
@media screen and (max-width: 660px) {
  .stats__stat {
    align-items: center;
    padding: 24px 0;
    border-right: none;
    border-bottom: 1px solid #D8DFE2;
  }
}
.stats__stat:first-child {
  padding-left: 0;
}
@media screen and (max-width: 660px) {
  .stats__stat:first-child {
    padding-top: 0;
  }
}
.stats__stat:last-child {
  padding-right: 0;
  border: none;
}
@media screen and (max-width: 660px) {
  .stats__stat:last-child {
    padding-bottom: 0;
  }
}
.partner {
  position: relative;
}
.partner::before {
  content: "";
  display: block;
  position: absolute;
  right: 50%;
  bottom: -8px;
  left: 50%;
  height: 2px;
  background-color: #0080C8;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.partner:hover::before,
.partner:focus::before {
  left: 25%;
  right: 25%;
}
.partner--circle {
  background-color: #202527;
  border-radius: 50%;
  height: 167px;
  width: 167px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 24px;
  border: 2px solid #202527;
}
.partner--circle::before {
  display: none;
}
.partner--circle:hover,
.partner--circle:focus {
  background-color: #FF4646;
  border-color: #FF4646;
}
@media screen and (max-width: 660px) {
  .partner--circle {
    height: 137px;
    width: 137px;
    padding: 16px;
  }
}
.partner--link {
  border-color: #637078;
  background-color: #3D4347;
  color: #FFFFFF;
  text-align: center;
}
.partner--link .icon {
  fill: #FFFFFF;
}
.status {
  background-color: #0080C8;
  background-image: url("../images/hero/trophy.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom right;
  padding: 40px 48px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  text-align: left;
}
@media screen and (max-width: 1420px) {
  .status {
    box-shadow: 0px 32px 64px rgba(0, 0, 0, 0.05), 0px 16px 32px rgba(0, 0, 0, 0.05);
    position: relative;
    z-index: 3;
  }
}
@media screen and (max-width: 960px) {
  .status {
    padding: 20px 24px;
  }
}
.status__title {
  margin-bottom: 24px;
}
.status__text {
  margin-bottom: 0;
}
.status__date {
  font-weight: 500;
  opacity: 0.67;
  margin-bottom: 16px;
}
.status__link {
  color: #FFFFFF;
}
.status__link .icon {
  fill: #FFFFFF;
}
.status__link:hover,
.status__link:focus {
  color: #FFFFFF;
  text-decoration: underline;
}
.status__link:hover .icon,
.status__link:focus .icon {
  fill: #FFFFFF;
}
.mapInteractiveCR {
  width: 100%;
}
.mapInteractiveCR #mapSVG {
  display: block;
}
.mapInteractiveCR #mapSVG path {
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  fill: #3D4347;
  stroke: #D8DFE2;
}
.mapInteractiveCR #mapSVG g > a:hover path,
.mapInteractiveCR #mapSVG g > a:focus path {
  fill: #0080C8;
}
.tippy-box {
  background-color: #0080C8;
  padding: 10px 12px;
  border-radius: 0px;
  text-align: center;
}
.tippy-box[data-placement^='top'] > .tippy-arrow::before {
  border-top-color: #0080C8;
  border-top-width: 12px;
  bottom: -12px;
}
.tippy-box[data-placement^='bottom'] > .tippy-arrow::before {
  border-bottom-color: #0080C8;
  border-bottom-width: 12px;
  top: -12px;
}
.tippy-box[data-placement^='left'] > .tippy-arrow::before {
  border-left-color: #0080C8;
  border-left-width: 12px;
  right: -12px;
}
.tippy-box[data-placement^='right'] > .tippy-arrow::before {
  border-right-color: #0080C8;
  border-right-width: 12px;
  left: -12px;
}
.linkBox {
  background-color: #FFFFFF;
  padding: 20px 26px;
  border: 1px solid #E7EEF2;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.linkBox__title {
  color: #3D4347;
}
.linkBox__text {
  color: #637078;
  font-size: 0.875rem;
  line-height: 1.29em;
}
.linkBox .icon {
  margin-top: 24px;
}
.linkBox:hover,
.linkBox:focus {
  background-color: #F8FAFC;
}
.medal {
  padding: 16px;
  flex: 0 0 calc(100% / 3);
}
.medal__decoration {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 40px 34px;
  max-width: 150px;
  margin: 0 auto 20px;
}
.medal__logo {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 2px solid #3D4347;
  overflow: hidden;
  background-color: #FFFFFF;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
}
.medal__logo > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.medal__logo::before {
  content: "?";
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1.938rem;
  line-height: 1.32em;
  text-transform: uppercase;
  z-index: 0;
}
.medal__text {
  text-align: center;
}
.medal--silver {
  order: 1;
  margin-top: 60px;
}
@media screen and (max-width: 660px) {
  .medal--silver {
    margin-top: 0;
    order: 2;
  }
}
.medal--silver .medal__decoration {
  background: url("../images/svg/silver.svg") no-repeat center center;
  background-size: cover;
}
.medal--silver .medal__logo {
  border-color: #D2D3D5;
}
.medal--silver .medal__logo::before {
  color: #D2D3D5;
}
.medal--gold {
  order: 2;
}
@media screen and (max-width: 660px) {
  .medal--gold {
    order: 1;
  }
}
.medal--gold .medal__decoration {
  padding: 20px 52px 46px;
  max-width: 200px;
  background: url("../images/svg/gold.svg") no-repeat center center;
  background-size: cover;
}
.medal--gold .medal__logo {
  width: 96px;
  height: 96px;
  border-color: #EDCF74;
}
.medal--gold .medal__logo::before {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 3.063rem;
  line-height: 1.2em;
  text-transform: uppercase;
  color: #EDCF74;
}
.medal--bronze {
  order: 3;
  margin-top: 60px;
}
@media screen and (max-width: 660px) {
  .medal--bronze {
    margin-top: 0;
    order: 3;
  }
}
.medal--bronze .medal__decoration {
  background: url("../images/svg/bronze.svg") no-repeat center center;
  background-size: cover;
}
.medal--bronze .medal__logo {
  border-color: #EB9D6C;
}
.medal--bronze .medal__logo::before {
  color: #EB9D6C;
}
.result {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 50% 50%;
  grid-template-columns: 50% 50%;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  margin-bottom: 12px;
}
.result > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.result > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 2;
}
.result:last-child {
  margin-bottom: 0;
}
.result__col {
  display: flex;
  align-items: center;
  position: relative;
}
.result__col::before {
  content: ":";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1rem;
  line-height: 1.5em;
  text-transform: uppercase;
  color: #D8DFE2;
}
.result__col::before--medium {
  font-weight: 500;
}
@media screen and (max-width: 660px) {
  .result__col::before {
    top: 25px;
  }
}
.result__col:last-child::before {
  display: none;
}
.result__col--win .result__score {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 2.438rem;
  line-height: 1.26em;
  text-transform: uppercase;
}
.result__col--win .result__team {
  background-color: #0080C8;
}
.result__col--right {
  flex-direction: row-reverse;
}
@media screen and (max-width: 660px) {
  .result__col--right {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-left: 4px;
  }
}
.result__col--right .result__link {
  padding-left: 24px;
}
.result__col--right .result__team {
  padding-left: 24px;
}
.result__col--right .result__logo {
  left: 0;
}
@media screen and (max-width: 660px) {
  .result__col--left {
    flex-direction: column-reverse;
    align-items: flex-end;
    padding-right: 4px;
  }
}
.result__col--left .result__link {
  padding-right: 24px;
}
.result__col--left .result__team {
  padding-right: 24px;
}
.result__col--left .result__logo {
  right: 0;
}
.result__team {
  width: 100%;
  color: #FFFFFF;
  background-color: #3D4347;
  text-align: center;
  display: block;
  overflow: hidden;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.result__team > span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 6px 16px;
}
.result__logo {
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
  border: 1px solid #E7EEF2;
  z-index: 2;
  transform: translateY(-50%);
}
.result__logo > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
  position: relative;
  z-index: 1;
  background-color: #FFFFFF;
}
.result__link {
  width: calc(100% - 50px);
  display: flex;
  align-items: center;
  position: relative;
}
@media screen and (max-width: 660px) {
  .result__link {
    width: 100%;
  }
}
.result__link:hover .result__team,
.result__link:focus .result__team {
  background-color: hsl(0, 100%, 53.7254902%);
}
.result__score {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 400;
  font-size: 2.438rem;
  line-height: 1.26em;
  text-transform: uppercase;
  color: #0080C8;
  flex-shrink: 0;
  width: 50px;
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 660px) {
  .result__score {
    margin-bottom: 6px;
  }
}
.team {
  border: 1px solid #D8DFE2;
  border-top: 4px solid #637078;
  background-color: #FFFFFF;
  margin-top: 40px;
  display: flex;
  flex-direction: column;
  background-image: url("../images/sections/team-bg.png");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center bottom;
}
.team__info {
  padding: 0 32px 16px;
  flex: 1 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.team__logo {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 88px;
  width: 88px;
  border-radius: 50%;
  background-color: #FFFFFF;
  overflow: hidden;
  border: 2px solid #E7EEF2;
  margin-top: -44px;
}
.team__logo > img {
  -o-object-fit: cover;
     object-fit: cover;
  width: auto;
  max-width: 100%;
  height: auto;
  max-height: 100%;
}
.team__name {
  margin-top: 16px;
}
.team__meta {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #637078;
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5em;
  margin-bottom: 16px;
}
.team__meta .separator {
  flex-shrink: 0;
  background-color: #D8DFE2;
  margin: 0 6px;
  height: 4px;
  width: 4px;
}
.team__link {
  outline: none;
  display: flex;
  color: #0080C8;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.team__link .icon {
  margin-right: 6px;
  transform: translateY(2px);
  flex-shrink: 0;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.team__link:focus,
.team__link::-moz-focus-inner {
  outline: none;
}
.team__link:hover,
.team__link:focus {
  text-decoration: underline;
}
.team__articles {
  padding: 18px 24px;
  background-color: #F8FAFC;
  border-top: 1px solid #D8DFE2;
}
.team__article {
  outline: none;
  display: flex;
  color: #0080C8;
  font-size: 0.875rem;
  line-height: 1.29em;
  margin-bottom: 12px;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.team__article .icon {
  fill: #637078;
  margin-right: 8px;
  flex-shrink: 0;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.team__article:last-child {
  margin-bottom: 0;
}
.team__article:focus,
.team__article::-moz-focus-inner {
  outline: none;
}
.team__article:hover,
.team__article:focus {
  text-decoration: underline;
}
.team__article:hover .icon,
.team__article:focus .icon {
  fill: #0080C8;
}
.newResult {
  padding: 24px 32px;
  background-color: #202527;
  text-align: left;
}
.newResult:nth-child(even) {
  background-color: #272D2F;
}
@media screen and (max-width: 1420px) {
  .newResult {
    min-width: 294px;
    padding: 28px 24px;
  }
}
.newResult__team {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 4px;
}
.newResult__team:last-child {
  margin-bottom: 0;
}
.newResult__team--winner .newResult__name {
  font-weight: 800;
}
.newResult__team--winner .newResult__score {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 2.438rem;
  line-height: 1.26em;
  text-transform: uppercase;
}
.newResult__name {
  font-size: 0.875rem;
  line-height: 1.29em;
  color: #FFFFFF;
  margin-bottom: 0;
}
.newResult__score {
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 400;
  font-size: 2.438rem;
  line-height: 1.26em;
  text-transform: uppercase;
  color: #0080C8;
  margin-left: 20px;
}
.newResult__separator {
  opacity: 0.13;
  height: 1px;
  width: 100%;
  background-color: #FFFFFF;
  margin: 6px 0 12px;
}
.newResult__meta {
  display: flex;
  justify-content: space-between;
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: #FFFFFF;
  opacity: 0.48;
}
.form {
  max-width: 554px;
  margin: 0 auto;
}
.form__row {
  margin-bottom: 24px;
}
.form__row:last-child {
  margin-bottom: 0;
}
.form__row--checkbox {
  display: flex;
  margin-bottom: 48px;
  padding-top: 8px;
}
.form__row--checkbox .input__checkbox {
  transform: translateY(3px);
}
.price {
  display: flex;
  flex-direction: column;
  max-width: 334px;
  margin: 0 auto;
}
.price__img {
  position: relative;
  padding-bottom: 32px;
}
.price__img .wrapper {
  overflow: hidden;
  border: 3px solid;
  border-radius: 50%;
}
.price__img img {
  -o-object-fit: cover;
     object-fit: cover;
  min-width: 100%;
  min-height: 100%;
}
.price__img .medal {
  position: absolute;
  bottom: 32px;
  left: 0;
  z-index: 3;
}
.price__content {
  flex-grow: 1;
}
.price__content p {
  font-size: 0.875rem;
  line-height: 1.29em;
  color: #637078;
  margin-bottom: 6px;
}
.price__content p:last-child {
  margin-bottom: 0;
}
.price__title {
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 300;
  font-size: 1rem;
  line-height: 1.5em;
  margin-bottom: 6px;
}
.price__sponsor {
  margin-top: 12px;
}
.price__subtitle {
  display: flex;
  align-items: center;
  white-space: nowrap;
  margin-bottom: 12px;
}
.price__subtitle .separator {
  width: 100%;
  height: 1px;
  background-color: #D8DFE2;
  margin-left: 10px;
}
.price__logos {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: -8px -16px;
}
.price__logos img {
  margin: 8px 16px;
  width: 100%;
  max-width: 84px;
  height: auto;
  flex-shrink: 0;
}
.price--1 .price__img .wrapper {
  border-color: #EDCF74;
}
.price--1 .price__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 400px;
  height: 192px;
  bottom: 0;
  left: 50%;
  z-index: 2;
  background: url("../images/sections/ariplane.png") no-repeat center bottom;
  background-size: 400px;
  transform: translate(-50%, 20px);
}
.price--2 .price__img .wrapper {
  border-color: #D2D3D5;
}
.price--3 .price__img .wrapper {
  border-color: #EB9D6C;
}
.price--simple .price__content {
  margin-top: 16px;
}
.price .medal {
  flex: 0 0 auto;
  order: 0;
  margin-top: 0;
  padding: 0;
}
.price .medal__decoration {
  padding: 12px 32px 28px;
  max-width: 124px;
  margin: 0;
}
.price .medal__logo {
  width: 60px;
  height: 60px;
}
.price .medal__logo::before {
  content: "1.";
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  font-size: 1.25rem;
  line-height: 1.5em;
  text-transform: uppercase;
}
.price .medal__logo::before--medium {
  font-weight: 500;
}
.price .medal--silver .medal__logo::before {
  content: "2.";
}
.price .medal--bronze .medal__logo::before {
  content: "3.";
}
.posts-navigation .nav-links {
  flex-direction: row-reverse;
}
.posts-navigation .nav-links a {
  display: inline-flex;
  padding: 16px 24px 13px;
  border: none;
  font-family: ff-real-headline-pro, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.36em;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #FFFFFF;
  background-color: #0080C8;
  cursor: pointer;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
}
.posts-navigation .nav-links a:hover,
.posts-navigation .nav-links a:focus {
  background-color: hsl(201.6, 100%, 29.21568627%);
}
.posts-navigation .nav-links .nav-previous,
.posts-navigation .nav-links .nav-next {
  flex: 1 1 50%;
}
.posts-navigation .nav-links .nav-previous {
  margin-left: 16px;
  text-align: end;
}
.posts-navigation .nav-links .nav-next {
  margin-right: 16px;
  text-align: start;
}
.hero {
  position: relative;
  background-color: #202527;
}
.hero.active-sidebar .hero__contentWrap {
  padding-right: calc(432px - ((100vw - 1140px) / 2));
}
@media screen and (max-width: 1420px) {
  .hero.active-sidebar .hero__contentWrap {
    padding-right: 0;
  }
}
.hero__content {
  background: url("../images/sections/hero-bg.jpg") no-repeat center center;
  background-size: cover;
  padding-top: 128px;
  padding-bottom: 48px;
}
.hero__title {
  margin: 64px 0;
}
.hero__description {
  line-height: 1.69em;
  margin: 48px 0 16px;
  max-width: 964px;
}
.hero__partners {
  display: flex;
  align-items: center;
  white-space: nowrap;
  max-width: 964px;
}
.hero__partners .separator {
  height: 50px;
  width: 1px;
  background-color: #FFFFFF;
  opacity: 0.27;
  margin: 0 32px;
  flex-shrink: 0;
}
.hero__logos {
  margin: -8px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.hero__logos .partner {
  margin: 8px;
  margin-right: 48px;
  flex-shrink: 0;
}
.hero__logos .partner:last-child {
  margin-right: 0;
}
.hero__nextLink {
  color: #FFFFFF;
  display: none;
  margin-top: 48px;
}
@media screen and (max-width: 660px) {
  .hero__nextLink {
    display: flex;
  }
}
.hero__nextLink .icon {
  width: 8px;
  height: 33px;
  fill: #FFFFFF;
  margin-right: 24px;
}
.hero__bottom {
  display: flex;
  margin-top: -32px;
}
@media screen and (max-width: 1420px) {
  .hero__bottom {
    flex-direction: column;
  }
}
.hero__articles {
  margin-top: 32px;
  border-top: 1px solid rgba(255, 255, 255, 0.13);
  background-color: rgba(255, 255, 255, 0.13);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 1px;
  padding-right: 400px;
  position: relative;
}
.hero__articles > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.hero__articles > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.hero__articles > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.hero__articles > *:nth-child(4) {
  -ms-grid-row: 1;
  -ms-grid-column: 7;
}
.hero__articles::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 400px;
  top: 0;
  bottom: 0;
  background-color: #0080C8;
}
@media screen and (max-width: 1420px) {
  .hero__articles::before {
    display: none;
  }
}
@media screen and (max-width: 1260px) {
  .hero__articles {
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1px auto;
    grid-template-rows: auto auto;
  }
  .hero__articles > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero__articles > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .hero__articles > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hero__articles > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 1420px) {
  .hero__articles {
    padding-right: 0;
  }
}
@media screen and (max-width: 660px) {
  .hero__articles {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 1px auto 1px auto 1px auto;
    grid-template-rows: auto auto auto auto;
  }
  .hero__articles > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .hero__articles > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .hero__articles > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .hero__articles > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
}
.hero__status {
  flex: 0 0 auto;
}
.hero__right {
  background-color: #202527;
  text-align: center;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 400px;
  max-height: 100%;
  z-index: 2;
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1420px) {
  .hero__right {
    position: relative;
    width: 100%;
    flex-direction: column-reverse;
  }
}
.hero__right.active {
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
  border-left: 1px solid rgba(255, 255, 255, 0.13);
}
@media screen and (max-width: 1420px) {
  .hero__right.active {
    border-left: none;
    box-shadow: none;
    border-bottom: 4px solid #0080C8;
  }
}
.hero__right.active .hero__rightWrap {
  display: flex;
  flex-direction: column;
}
.hero__right .separator {
  width: 36px;
  height: 3px;
  background-color: #0080C8;
  margin: 16px auto;
}
@media screen and (max-width: 1420px) {
  .hero__right .separator {
    display: none;
  }
}
.hero__right .newResults {
  overflow-y: auto;
}
@media screen and (max-width: 1420px) {
  .hero__right .newResults {
    overflow-y: hidden;
    overflow-x: auto;
    display: flex;
    padding-left: 44px;
  }
}
.hero__rightWrap {
  padding-top: 44px;
  overflow-y: auto;
  display: none;
  position: relative;
}
.hero__rightWrap::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 68px;
  box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
  background: linear-gradient(180deg, rgba(32, 37, 39, 0) 0%, #202527 100%);
  z-index: 1;
  pointer-events: none;
}
@media screen and (max-width: 1420px) {
  .hero__rightWrap::before {
    display: none;
  }
}
@media screen and (max-width: 1420px) {
  .hero__rightWrap {
    padding-top: 0;
  }
  .hero__rightWrap .h4 {
    background-color: #0080C8;
    box-shadow: 0px 24px 48px rgba(0, 0, 0, 0.05), 0px 12px 24px rgba(0, 0, 0, 0.05);
    font-family: urw-din-semi-condensed, sans-serif;
    font-weight: 900;
    font-size: 1rem;
    line-height: 1.5em;
    text-transform: uppercase;
    padding: 10px 20px;
    position: absolute;
    top: 50%;
    left: 22px;
    transform-origin: center center;
    transform: translate(-50%, -50%) rotate(-90deg);
    min-width: 196px;
    z-index: 2;
  }
  .hero__rightWrap .h4--medium {
    font-weight: 500;
  }
}
.articles {
  background: url("../images/sections/newArticles-bg.jpg") no-repeat right center;
  background-size: cover;
}
.articles__grid {
  border: 1px solid #E7EEF2;
  background-color: #E7EEF2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1px 1fr 1px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto 1px auto;
  grid-template-rows: auto auto;
  grid-gap: 1px;
}
.articles__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.articles__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.articles__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
.articles__grid > *:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
}
.articles__grid > *:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
}
.articles__grid > *:nth-child(6) {
  -ms-grid-row: 3;
  -ms-grid-column: 5;
}
@media screen and (max-width: 960px) {
  .articles__grid {
    -ms-grid-columns: 1fr 1px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto 1px auto 1px auto;
    grid-template-rows: auto auto auto;
  }
  .articles__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
  .articles__grid > *:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(4) {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
  }
  .articles__grid > *:nth-child(5) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 660px) {
  .articles__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 1px auto 1px auto 1px auto 1px auto 1px auto;
    grid-template-rows: repeat(6, auto);
  }
  .articles__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(4) {
    -ms-grid-row: 7;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(5) {
    -ms-grid-row: 9;
    -ms-grid-column: 1;
  }
  .articles__grid > *:nth-child(6) {
    -ms-grid-row: 11;
    -ms-grid-column: 1;
  }
}
.articles__grid + .posts-navigation {
  margin-top: 56px;
}
.articles__wrapper > .h2 {
  margin-bottom: 48px;
  text-align: center;
}
.articles__btn {
  display: flex;
  justify-content: center;
  margin-top: 56px;
}
.advantages {
  overflow-x: hidden;
}
.advantages__wrapper > .h2 {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 48px;
  text-align: center;
}
.advantages__wrapper > .h2 span:first-child {
  margin-bottom: 12px;
}
.advantages__top {
  padding-bottom: 32px;
  border-bottom: 1px solid #D8DFE2;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .advantages__top {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }
}
.advantages__top .iconBox {
  margin-bottom: 16px;
}
.advantages__top .iconBox:last-of-type {
  margin-bottom: 0;
}
.advantages__top .left {
  max-width: 652px;
  margin-right: 32px;
}
@media screen and (max-width: 960px) {
  .advantages__top .left {
    margin-right: 0;
    margin-bottom: 32px;
  }
}
.advantages__bottom {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 960px) {
  .advantages__bottom {
    flex-direction: column;
    align-items: center;
  }
}
.advantages__bottom .left {
  padding-top: 32px;
  margin-right: 32px;
  max-width: 360px;
}
@media screen and (max-width: 960px) {
  .advantages__bottom .left {
    max-width: 652px;
    margin-right: 0;
    margin-bottom: 64px;
  }
}
.advantages__bottom .left .iconBox {
  margin-bottom: 24px;
}
.advantages__bottom .left .btn {
  margin-left: 36px;
}
.advantages__bottom .right {
  flex: 0 0 650px;
}
@media screen and (max-width: 960px) {
  .advantages__bottom .right {
    flex-basis: auto;
    width: 100%;
  }
}
.advantages__bottom .right .mapInteractiveCR {
  margin-top: -40px;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 960px) {
  .advantages__bottom .right .mapInteractiveCR {
    margin-top: 0;
  }
}
.advantages__bottom .right .mapInteractiveCR::before {
  content: "";
  display: block;
  position: absolute;
  top: -32px;
  right: -48px;
  bottom: -56px;
  left: 40%;
  background: url("../images/sections/trophy.png") no-repeat right center;
  background-size: cover;
  z-index: -1;
}
.roundsNav {
  display: flex;
  margin: 0 -32px;
}
@media screen and (max-width: 660px) {
  .roundsNav {
    flex-direction: column;
    margin: 0 -16px;
  }
}
.roundsNav__link {
  flex: 0 0 calc(100% / 3);
  padding: 48px 32px;
  display: flex;
  flex-direction: column;
  transition: 150ms cubic-bezier(0.77, 0, 0.175, 1);
  background-color: #FFFFFF;
  position: relative;
}
@media screen and (max-width: 660px) {
  .roundsNav__link {
    padding: 16px;
    flex: 0 0 auto;
  }
}
.roundsNav__link.active .roundsNav__round {
  color: #0080C8;
}
.roundsNav__link.disabled {
  pointer-events: none;
}
.roundsNav__link.disabled .roundsNav__round {
  color: #637078;
}
.roundsNav__link.disabled .roundsNav__status {
  color: #99A9B1;
}
.roundsNav__link::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 1px;
  height: 60px;
  background-color: #D8DFE2;
  transform: translateY(-50%);
}
@media screen and (max-width: 660px) {
  .roundsNav__link::before {
    left: 50%;
    top: 0;
    transform: translateX(-50%);
    height: 1px;
    width: 92%;
  }
}
.roundsNav__link:first-child::before {
  display: none;
}
.roundsNav__link:hover,
.roundsNav__link:focus {
  background-color: #F8FAFC;
}
.roundsNav__round {
  color: #3D4347;
}
.roundsNav__status {
  color: #637078;
  font-weight: 500;
}
.competition__title {
  margin-bottom: 24px;
  display: flex;
  align-items: center;
}
.competition__title .btn {
  margin-right: 12px;
}
.competition__title .btn .icon {
  fill: #637078;
}
.competition__title .btn:hover .icon,
.competition__title .btn:focus .icon {
  fill: #0080C8;
}
.competition__linkBox-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 32px;
}
.competition__linkBox-grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.competition__linkBox-grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.competition__linkBox-grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 960px) {
  .competition__linkBox-grid {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .competition__linkBox-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .competition__linkBox-grid > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 660px) {
  .competition__linkBox-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 24px;
  }
  .competition__linkBox-grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.competition__tables {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 32px;
}
.competition__tables > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.competition__tables > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
@media screen and (max-width: 660px) {
  .competition__tables {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto 24px auto;
    grid-template-rows: auto auto;
    grid-gap: 24px;
  }
  .competition__tables > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .competition__tables > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
}
.medals__wrapper {
  display: flex;
  margin: -16px;
}
@media screen and (max-width: 660px) {
  .medals__wrapper {
    flex-direction: column;
  }
}
.medals__title {
  margin-bottom: 48px;
  text-align: center;
}
.results {
  margin-top: 36px;
}
.results__heading {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  margin-bottom: 14px;
}
.results__heading > span {
  display: inline-block;
  padding: 0 16px;
  white-space: nowrap;
}
.results__heading .separator {
  height: 1px;
  width: 100%;
  background-color: #E7EEF2;
}
.results__heading--section {
  margin-bottom: 32px;
}
.results__block {
  margin-bottom: 32px;
}
.teams {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 32px 1fr 32px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 32px;
}
.teams > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.teams > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.teams > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 960px) {
  .teams {
    -ms-grid-columns: 1fr 32px 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
  }
  .teams > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .teams > *:nth-child(2) {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
  }
}
@media screen and (max-width: 660px) {
  .teams {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-rows: auto;
    grid-template-rows: auto;
    grid-gap: 24px;
  }
  .teams > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
}
.application__title {
  text-align: center;
  margin-bottom: 12px;
}
.application__description {
  text-align: center;
  color: #637078;
  margin-bottom: 0;
}
.application__form {
  margin-top: 48px;
}
.partners__title {
  text-align: center;
  margin-bottom: 24px;
}
.partners .partner {
  background-color: #FFFFFF;
  border-color: #E7EEF2;
}
.partners .partner:hover,
.partners .partner:focus {
  border-color: #0080C8;
}
.partners__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 64px;
}
.partners__top .partner {
  height: 250px;
  width: 250px;
}
.partners__top--2 .partner {
  height: 200px;
  width: 200px;
}
.partners__bottom {
  padding-top: 32px;
}
.partners__logos {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: -16px;
}
.partners__logos .partner {
  margin: 16px;
  height: 163px;
  width: 163px;
}
@media screen and (max-width: 660px) {
  .partners__logos {
    margin: -8px;
  }
  .partners__logos .partner {
    height: 137px;
    width: 137px;
    margin: 16px;
  }
}
.contact {
  padding-bottom: 32px;
}
.contact__wrapper {
  background: url("../images/sections/contact.png") no-repeat center top;
  background-size: 560px;
  width: 100%;
  max-width: 560px;
  min-height: 787px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 660px) {
}
.contact__content {
  text-align: center;
  width: 100%;
  max-width: 253px;
  min-height: 347px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  margin-top: 128px;
}
.contact__content .mainLogo {
  width: 129px;
  height: auto;
}
.contact__link {
  text-decoration: underline;
  font-family: urw-din-semi-condensed, sans-serif;
  font-weight: 900;
  color: #0080C8;
  line-height: 2.36em;
  font-size: 1.563rem;
  margin-top: 10px;
}
.rules__row {
  margin-bottom: 48px;
}
.rules__row:last-child {
  margin-bottom: 0;
}
.rules__row p,
.rules__row ul {
  line-height: 1.69em;
  color: #637078;
}
.rules__row ul {
  margin-bottom: 1em;
  list-style-position: outside;
  padding-left: 24px;
}
.rules__row > *:last-child {
  margin-bottom: 0;
}
.rules__row--top .rules__title {
  margin-bottom: 4px;
}
.rules__row--top p {
  margin-bottom: 0;
}
.rules__title {
  margin-bottom: 12px;
}
.rules__subtitle {
  margin-bottom: 4px;
}
.prices {
  overflow-x: hidden;
}
.prices__title {
  text-align: center;
  margin-bottom: 48px;
}
.prices__grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 56px 1fr 56px 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
  grid-gap: 56px;
}
.prices__grid > *:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
}
.prices__grid > *:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-column: 3;
}
.prices__grid > *:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
}
@media screen and (max-width: 960px) {
  .prices__grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    -ms-grid-rows: auto 56px auto 56px auto;
    grid-template-rows: auto auto auto;
  }
  .prices__grid > *:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-column: 1;
  }
  .prices__grid > *:nth-child(2) {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
  }
  .prices__grid > *:nth-child(3) {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
  }
}
.prices__separator {
  width: 100%;
  height: 1px;
  background-color: #D8DFE2;
  margin: 64px 0;
}
