@charset "UTF-8";
@import url("https://cdnjs.cloudflare.com/ajax/libs/fancybox/3.5.7/jquery.fancybox.min.css");
.sprite-muscles {
  width: 22px;
  height: 16px;
  background: url("../images/sprites.png") 0px 0px/22px 16px no-repeat;
  display: inline-block;
  vertical-align: middle; }
  @media (-webkit-min-device-pixel-ratio: 2), (min--moz-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 192dpi) {
    .sprite-muscles {
      background-image: url("../images/sprites@2x.png"); } }

@font-face {
  src: url("../fonts/tt-norms-regular.woff") format("woff");
  font-family: "TTNorms";
  font-weight: 400;
  font-style: normal; }

@font-face {
  src: url("../fonts/tt-norms-bold.woff") format("woff");
  font-family: "TTNorms";
  font-weight: 700;
  font-style: normal; }

@font-face {
  src: url("../fonts/tt-norms-medium.woff") format("woff");
  font-family: "TTNorms";
  font-weight: 500;
  font-style: normal; }

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

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

/**
 * 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; }

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

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

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

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

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

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

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

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          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 in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

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

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

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

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

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

/**
 * Swiper 4.5.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: September 13, 2019
 */
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
       flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -moz-transform: translate3d(0px, 0, 0);
       transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  -o-transition-property: -o-transform;
  -moz-transition-property: transform, -moz-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  -moz-box-align: start;
       align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  -o-transition-property: height, -o-transform;
  -moz-transition-property: transform, height, -moz-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -moz-transform, -o-transform;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -moz-perspective: 1200px;
       perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
       transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
     -moz-background-size: 27px 44px;
          background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  -moz-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
       transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  -moz-transform: scale(1);
    -o-transform: scale(1);
       transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
       transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  -moz-transform: scale(0.66);
    -o-transform: scale(0.66);
       transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  -moz-transform: scale(0.33);
    -o-transform: scale(0.33);
       transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  -webkit-border-radius: 100%;
     -moz-border-radius: 100%;
          border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
       box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -moz-transform: translate3d(0px, -50%, 0);
       transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
       transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  -o-transition: 200ms top, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms top, 200ms -moz-transform;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
    -o-transform: translateX(-50%);
       transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  -o-transition: 200ms left, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms left, 200ms -moz-transform;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  -o-transition: 200ms right, 200ms -o-transform;
  -moz-transition: 200ms transform, 200ms right, 200ms -moz-transform;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform, 200ms -moz-transform, 200ms -o-transform;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -moz-transform: scale(0);
    -o-transform: scale(0);
       transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -moz-transform-origin: left top;
    -o-transform-origin: left top;
       transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -moz-transform-origin: right top;
    -o-transform-origin: right top;
       transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
          border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  -moz-box-pack: center;
       justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
       align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  -moz-transform-origin: 50%;
    -o-transform-origin: 50%;
       transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -moz-animation: swiper-preloader-spin 1s steps(12, end) infinite;
    -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
       animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100% 100%;
     -moz-background-size: 100%;
          background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-moz-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
         transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
      -o-transform: rotate(360deg);
         transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  -moz-transition-timing-function: ease-out;
       transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  -moz-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
    -o-transform-origin: 0 0;
       transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
    -o-transform-origin: 100% 0;
       transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
       backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
     -moz-box-sizing: inherit;
          box-sizing: inherit; }

html {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box; }

body {
  font-family: "TTNorms", sans-serif;
  color: #161735; }
  body.no-scroll {
    overflow: hidden; }

[v-cloak] {
  display: none; }

@media (min-width: 1025px) {
  .page {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding-top: 89px;
    min-height: 100vh; }
    .page .main {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
    .page .footer {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0; } }

.main {
  padding-top: 78px; }
  @media (min-width: 1025px) {
    .main {
      padding-top: 0; } }

svg {
  display: block; }

.container {
  margin: 0 auto;
  padding-right: 24px;
  padding-left: 24px;
  width: 100%;
  max-width: 1245px; }
  @media (min-width: 1025px) {
    .container {
      padding-right: 15px;
      padding-left: 15px; } }
  @media (min-width: 1600px) {
    .container {
      max-width: 1545px; } }

@media (max-width: 1024px) {
  .wide-on-mobile {
    margin-right: -24px;
    margin-left: -24px; } }

.three-columns-page-layout {
  overflow: hidden; }
  .three-columns-page-layout__left-field {
    background: rgba(245, 245, 248, 0.6);
    grid-row: 2 / 100; }
    @media (min-width: 1025px) {
      .three-columns-page-layout__left-field {
        grid-column: 1 / 2; } }
  .three-columns-page-layout__side {
    padding: 30px 24px;
    grid-row: 2 / 100; }
    .three-columns-page-layout__side.gray {
      background: rgba(245, 245, 248, 0.6); }
    @media (min-width: 1025px) {
      .three-columns-page-layout__side {
        grid-column: 2 / 3;
        padding: 40px 15px; } }
  .three-columns-page-layout__content {
    padding: 24px; }
    .three-columns-page-layout__content--background-gray {
      background: rgba(245, 245, 248, 0.6); }
    @media (min-width: 1025px) {
      .three-columns-page-layout__content {
        grid-column: 3 / 4;
        padding: 40px 80px 40px 32px; } }
  .three-columns-page-layout__one-column {
    padding: 40px 15px 0; }
    @media (min-width: 1025px) {
      .three-columns-page-layout__one-column {
        grid-column: 2 / 4; } }
  .three-columns-page-layout__banner {
    position: relative;
    grid-column: 4 / auto;
    grid-row: 1 / 100;
    overflow: hidden;
    background: #fff; }
    .three-columns-page-layout__banner::before {
      content: "";
      position: absolute;
      right: 0;
      top: -32px;
      z-index: 1;
      display: block;
      width: 100%;
      height: -webkit-calc(100% + 32px * 2);
      height: -moz-calc(100% + 32px * 2);
      height: calc(100% + 32px * 2);
      -webkit-box-shadow: inset 16px 0 17px 0 rgba(0, 0, 0, 0.06);
         -moz-box-shadow: inset 16px 0 17px 0 rgba(0, 0, 0, 0.06);
              box-shadow: inset 16px 0 17px 0 rgba(0, 0, 0, 0.06); }
    @media (max-width: 1024px) {
      .three-columns-page-layout__banner {
        display: none; } }
    @media (min-width: 1025px) {
      .three-columns-page-layout__banner {
        padding-right: 15px; } }
  @media (min-width: 1025px) {
    .three-columns-page-layout {
      display: grid;
      grid-template-columns: minmax(0, -webkit-calc((100vw - 1245px) / 2)) minmax(auto, 270.165px) minmax(auto, 704.67px) minmax(270.165px, auto) minmax(0, -webkit-calc((100vw - 1245px) / 2));
      grid-template-columns: minmax(0, -moz-calc((100vw - 1245px) / 2)) minmax(auto, 270.165px) minmax(auto, 704.67px) minmax(270.165px, auto) minmax(0, -moz-calc((100vw - 1245px) / 2));
      grid-template-columns: minmax(0, calc((100vw - 1245px) / 2)) minmax(auto, 270.165px) minmax(auto, 704.67px) minmax(270.165px, auto) minmax(0, calc((100vw - 1245px) / 2)); } }
  @media (min-width: 1600px) {
    .three-columns-page-layout {
      display: grid;
      grid-template-columns: minmax(0, -webkit-calc((100vw - 1545px) / 2)) minmax(auto, 335.265px) minmax(auto, 874.47px) minmax(335.265px, auto) minmax(0, -webkit-calc((100vw - 1545px) / 2));
      grid-template-columns: minmax(0, -moz-calc((100vw - 1545px) / 2)) minmax(auto, 335.265px) minmax(auto, 874.47px) minmax(335.265px, auto) minmax(0, -moz-calc((100vw - 1545px) / 2));
      grid-template-columns: minmax(0, calc((100vw - 1545px) / 2)) minmax(auto, 335.265px) minmax(auto, 874.47px) minmax(335.265px, auto) minmax(0, calc((100vw - 1545px) / 2)); } }

.two-columns-page-layout {
  overflow: hidden; }
  .two-columns-page-layout__content {
    padding: 0 24px 24px;
    background: #fff; }
    .two-columns-page-layout__content--background-gray {
      background: rgba(245, 245, 248, 0.6); }
    .two-columns-page-layout__content--wide {
      padding-top: 0 !important;
      padding-bottom: 0 !important;
      padding-left: 0 !important; }
      @media (max-width: 1024px) {
        .two-columns-page-layout__content--wide {
          padding-right: 0 !important; } }
    .two-columns-page-layout__content--no-v-padding {
      padding-top: 0;
      padding-bottom: 0; }
    @media (min-width: 1025px) {
      .two-columns-page-layout__content {
        grid-column: 2 / 3;
        padding: 40px 80px 40px 15px; } }
  .two-columns-page-layout__banner {
    position: relative;
    overflow: hidden;
    background: #fff; }
    .two-columns-page-layout__banner::after {
      content: "";
      position: absolute;
      right: 0;
      top: -32px;
      z-index: 1;
      display: block;
      width: 100%;
      height: -webkit-calc(100% + 32px * 2);
      height: -moz-calc(100% + 32px * 2);
      height: calc(100% + 32px * 2);
      -webkit-box-shadow: inset 16px 0 17px 0 rgba(0, 0, 0, 0.06);
         -moz-box-shadow: inset 16px 0 17px 0 rgba(0, 0, 0, 0.06);
              box-shadow: inset 16px 0 17px 0 rgba(0, 0, 0, 0.06);
      pointer-events: none; }
    @media (min-width: 1025px) {
      .two-columns-page-layout__banner {
        grid-column: 3 / 4;
        grid-row: 1 / 100;
        padding-right: 15px;
        min-height: -webkit-calc(100vh - 89px);
        min-height: -moz-calc(100vh - 89px);
        min-height: calc(100vh - 89px); } }
    @media (max-width: 1024px) {
      .two-columns-page-layout__banner {
        display: none; } }
  @media (min-width: 1025px) {
    .two-columns-page-layout {
      display: grid;
      grid-template-columns: minmax(0, -webkit-calc((100vw - 1245px) / 2)) minmax(auto, 974.835px) minmax(auto, 270.165px) minmax(0, -webkit-calc((100vw - 1245px) / 2));
      grid-template-columns: minmax(0, -moz-calc((100vw - 1245px) / 2)) minmax(auto, 974.835px) minmax(auto, 270.165px) minmax(0, -moz-calc((100vw - 1245px) / 2));
      grid-template-columns: minmax(0, calc((100vw - 1245px) / 2)) minmax(auto, 974.835px) minmax(auto, 270.165px) minmax(0, calc((100vw - 1245px) / 2)); } }
  @media (min-width: 1600px) {
    .two-columns-page-layout {
      grid-template-columns: minmax(0, -webkit-calc((100vw - 1545px) / 2)) minmax(auto, 1209.735px) minmax(auto, 335.265px) minmax(0, -webkit-calc((100vw - 1545px) / 2));
      grid-template-columns: minmax(0, -moz-calc((100vw - 1545px) / 2)) minmax(auto, 1209.735px) minmax(auto, 335.265px) minmax(0, -moz-calc((100vw - 1545px) / 2));
      grid-template-columns: minmax(0, calc((100vw - 1545px) / 2)) minmax(auto, 1209.735px) minmax(auto, 335.265px) minmax(0, calc((100vw - 1545px) / 2)); } }

.unselectable {
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }

p {
  margin-top: 0;
  margin-bottom: 1.5em; }

address {
  font-style: unset; }

.table-wrapper {
  overflow: hidden;
  overflow-x: auto; }

table {
  margin: 1em 0;
  border-collapse: collapse;
  width: 100%; }
  table th {
    font-weight: 600;
    text-align: left; }
  table th,
  table td {
    border: 1px solid #d4d4d6;
    padding: 10px 15px; }

.content-ul {
  list-style: none;
  padding: 0; }
  .content-ul li {
    position: relative;
    margin-bottom: 8px;
    padding-left: 22px; }
    .content-ul li::before {
      content: "•";
      position: absolute;
      left: 0;
      top: -4px;
      display: block;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 16px;
      font-size: 30px;
      color: #ed1d25; }

.content-ol {
  counter-reset: olCounter;
  padding: 0; }
  .content-ol__caption {
    color: #858587; }
  .content-ol li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    list-style: none;
    margin-bottom: 18px; }
    .content-ol li::before {
      counter-increment: olCounter;
      content: counter(olCounter) ".";
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 32px;
      font-weight: 700;
      color: #ed1d25; }
      @media (min-width: 1025px) {
        .content-ol li::before {
          margin-right: 5px; } }

.revert-x {
  -webkit-transform: scaleX(-1);
     -moz-transform: scaleX(-1);
      -ms-transform: scaleX(-1);
       -o-transform: scaleX(-1);
          transform: scaleX(-1); }

.pt-40 {
  padding-top: 40px !important; }

.mb-70 {
  margin-bottom: 70px !important; }

.mb-50 {
  margin-bottom: 50px !important; }

.mb-40 {
  margin-bottom: 40px !important; }

.mb-20 {
  margin-bottom: 20px !important; }

.mb-8 {
  margin-bottom: 8px !important; }

.mb-0 {
  margin-bottom: 0 !important; }

.pb-0 {
  padding-bottom: 0 !important; }

.fw-medium {
  font-weight: 500; }

.hide {
  display: none !important; }

@media (max-width: 1024px) {
  .hide-on-mobile {
    display: none; } }

@media (min-width: 1025px) {
  .hide-on-desktop {
    display: none; } }

.tt-uppercase {
  text-transform: uppercase; }

.color-gray {
  color: #45525b; }

.color-light-gray {
  color: #858587; }

.two-columns-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 1025px) {
    .two-columns-grid__2 {
      grid-column: 1 / span 2; } }
  .two-columns-grid--short {
    max-width: 80%; }
  @media (min-width: 1025px) {
    .two-columns-grid {
      grid-gap: 32px;
      grid-template-columns: repeat(2, 1fr); } }

.three-columns-grid {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: repeat(1, 1fr); }
  @media (min-width: 1025px) {
    .three-columns-grid__2 {
      grid-column: 1 / span 2; } }
  .three-columns-grid__border {
    border-bottom: 1px solid rgba(212, 212, 214, 0.5); }
    @media (min-width: 1025px) {
      .three-columns-grid__border {
        grid-column: 1 / span 3; } }
  .three-columns-grid--column-flow {
    grid-auto-flow: column dense; }
  @media (min-width: 1025px) {
    .three-columns-grid {
      grid-gap: 32px;
      grid-template-columns: repeat(3, 1fr); } }

h1,
.h1 {
  margin-top: 0;
  font-weight: 700;
  font-size: 28px;
  line-height: 30px; }
  @media (min-width: 1025px) {
    h1,
    .h1 {
      font-size: 50px;
      line-height: 60px; } }

h2,
.h2 {
  margin-top: 0;
  font-weight: 700;
  font-size: 22px;
  line-height: 26px; }
  @media (min-width: 1025px) {
    h2,
    .h2 {
      font-size: 42px;
      line-height: 47px; } }

h3,
.h3 {
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; }
  @media (min-width: 1025px) {
    h3,
    .h3 {
      font-size: 28px;
      line-height: 33px; } }

h4,
.h4 {
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; }
  @media (min-width: 1025px) {
    h4,
    .h4 {
      font-size: 25px;
      line-height: 30px; } }

h5,
.h5,
.tabs__link,
.links-block,
.module-events-week .week-label {
  margin-top: 0;
  font-weight: 700;
  font-size: 16px;
  line-height: 19px; }
  @media (min-width: 1025px) {
    h5,
    .h5,
    .tabs__link,
    .links-block,
    .module-events-week .week-label {
      font-size: 18px;
      line-height: 23px; } }

.typo-text-big {
  font-size: 18px;
  line-height: 26px; }
  @media (min-width: 1025px) {
    .typo-text-big {
      font-size: 19px;
      line-height: 28px; } }

.typo-text-regular, body, .form-input, .form-select, .form-main-label, .form-radio, .side-nav, .content-info-block__main {
  font-size: 16px;
  line-height: 24px; }

.typo-text-small, .file-object__info .title, .human-cards__additional-info, .human-cards-mini__additional-info, .content-info-block__side, .module-events-week .caption,
.module-events-week .place, .module-certificate-check__column:last-child {
  font-size: 13px;
  line-height: 18px; }

.typo-text-signature, .form-label {
  font-size: 12px;
  line-height: 14px; }

.typo-text-uppercased {
  text-transform: uppercase; }

.marker {
  background-image: url("../images/marker.png");
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover;
  width: 25px;
  height: 25px;
  -webkit-border-radius: 50%;
     -moz-border-radius: 50%;
          border-radius: 50%;
  cursor: pointer; }

.hidden {
  display: none; }

.tags-filter {
  padding: 10px 0;
  background: #fff; }

.tags-filter-wrapper {
  margin-bottom: 16px; }
  .tags-filter-wrapper .tags-filter {
    margin-bottom: 0; }
  @media (min-width: 1025px) {
    .tags-filter-wrapper {
      margin-bottom: 32px; } }

.partners .container {
  position: relative; }
  .partners .container .content-slider-wrapper__buttons {
    position: absolute;
    right: 15px;
    top: -7px;
    z-index: 5; }
    .partners .container .content-slider-wrapper__buttons button.swiper-button-disabled {
      visibility: hidden; }

.partners__list .swiper-slide {
  width: auto; }

.is-hidden {
  display: none !important; }

@media (max-width: 1024px) {
  .for-desktop {
    display: none !important; } }

@media (min-width: 1025px) {
  .for-mobile {
    display: none !important; } }

.clearfix {
  overflow: auto; }
  .clearfix::after {
    content: "";
    display: table;
    clear: both; }

@media (max-width: 1024px) {
  .news-hub-grid__side--fixed {
    position: relative;
    padding-top: 41px;
    margin-right: -24px;
    margin-left: -24px; } }

@media (max-width: 1024px) {
  .news-hub__filter--fixed {
    position: absolute;
    left: 0 !important;
    top: 0;
    z-index: 5;
    margin: 0;
    width: 100% !important;
    background: #fff; } }

button {
  outline: none;
  cursor: pointer; }

.button {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  border: 1px solid currentColor;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  padding: 12px;
  font-weight: 700;
  font-size: 11px;
  line-height: 14px;
  white-space: nowrap;
  text-decoration: none;
  text-transform: uppercase;
  color: #161735;
  background: transparent;
  -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  -moz-transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  transition: background 0.3s ease-out, color 0.3s ease-out, border-color 0.3s ease-out;
  cursor: pointer; }
  .button svg {
    margin-right: 8px;
    max-width: 14px;
    max-height: 14px;
    fill: currentColor; }
  .button:hover {
    border-color: #1d75bd;
    color: #fff;
    background: #1d75bd; }
  .button:active {
    border-color: #1d75bd;
    color: #fff;
    background: #1d75bd; }
  .button:disabled {
    border-color: currentColor;
    color: rgba(22, 23, 53, 0.2);
    background: none;
    cursor: not-allowed; }
  .button--size-small {
    padding: 10px;
    font-size: 9px;
    line-height: 10px; }
    .button--size-small svg {
      margin-right: 7px;
      max-width: 10px;
      max-height: 10px; }
  .button--size-smaller {
    padding: 10px;
    font-size: 11px;
    line-height: 13px; }
    .button--size-smaller svg {
      margin-right: 8px;
      max-width: 12px;
      max-height: 12px; }
  .button--color-white {
    color: #fff; }
    .button--color-white:hover {
      border-color: #fff;
      color: #1d75bd;
      background: #fff; }
    .button--color-white:active {
      border-color: #f3f3f3;
      background: #f3f3f3; }
    .button--color-white:disabled {
      border-color: currentColor;
      color: rgba(255, 255, 255, 0.2);
      background: none;
      cursor: not-allowed; }
  .button--color-blue {
    color: #1d75bd; }
  .button--style-text {
    border: none;
    padding: 0; }
    .button--style-text:hover {
      color: inherit;
      background: none; }
  .button--style-fat {
    padding-right: 50px;
    padding-left: 50px; }
  .button--style-expanded {
    width: 100%; }

.button-to {
  padding: 10px 0;
  font-weight: 700;
  font-size: 11px;
  line-height: 13px;
  text-decoration: none;
  text-transform: uppercase;
  color: #1d75bd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .button-to span {
    position: relative; }
    .button-to span::before {
      content: "";
      position: absolute;
      left: -webkit-calc(100% + 10px);
      left: -moz-calc(100% + 10px);
      left: calc(100% + 10px);
      top: 50%;
      display: block;
      width: 10px;
      height: 1px;
      background: currentColor;
      -webkit-transform: translateY(-webkit-calc(50% - 1px));
         -moz-transform: translateY(-moz-calc(50% - 1px));
          -ms-transform: translateY(calc(50% - 1px));
           -o-transform: translateY(calc(50% - 1px));
              transform: translateY(calc(50% - 1px)); }
  .button-to svg {
    margin-left: 10px;
    width: 11px;
    height: 8px;
    fill: currentColor;
    -webkit-transition: margin-left 0.3s ease-out;
    -o-transition: margin-left 0.3s ease-out;
    -moz-transition: margin-left 0.3s ease-out;
    transition: margin-left 0.3s ease-out; }
  .button-to:hover svg {
    margin-left: 14px; }

@media (min-width: 1025px) {
  .news-section-grid--padding-bottom {
    padding-bottom: 40px; } }

@media (min-width: 1025px) {
  .news-section-grid {
    display: grid;
    grid-auto-flow: dense;
    grid-auto-rows: auto;
    grid-gap: 40px 30px;
    grid-template-columns: repeat(3, 1fr); } }

.news-hub-main-article {
  grid-column: span 2; }
  @media (max-width: 1024px) {
    .news-hub-main-article {
      margin-bottom: 30px;
      height: 250px;
      min-height: 66.7vw; } }
  @media (min-width: 1025px) {
    .news-hub-main-article .news-hub-main-article__image {
      padding-bottom: 47.76%; } }

@media (max-width: 1024px) {
  .news-hub-sub-article {
    margin-bottom: 30px;
    height: 250px;
    min-height: -webkit-calc(100vw - 48px);
    min-height: -moz-calc(100vw - 48px);
    min-height: calc(100vw - 48px); } }

@media (min-width: 1025px) {
  .news-hub-sub-article .news-hub-sub-article__image {
    padding-bottom: 100%; } }

.popup-wrapper {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100vw;
  height: 100vh; }
  @media (min-width: 1025px) {
    .popup-wrapper {
      padding: 15px; } }

.popup-outer {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100vw;
  height: 100vh;
  background: rgba(69, 82, 91, 0.5); }

.popup-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 100%; }

.popup {
  position: relative;
  z-index: 11;
  margin: 0 auto;
  padding: 30px;
  width: 100%;
  max-width: 820px;
  background: #fff; }
  .popup__close {
    position: absolute;
    right: 20px;
    top: 20px;
    width: 30px;
    height: 30px;
    cursor: pointer; }
    .popup__close svg {
      width: 100%;
      height: 100%; }
    @media (min-width: 1025px) {
      .popup__close {
        right: 40px;
        top: 40px;
        width: 22px;
        height: 22px; } }
  .popup__title {
    margin-bottom: 2px; }
    .popup__title span {
      display: block;
      color: #1d75bd; }
  .popup__caption {
    display: block;
    margin-bottom: 66px;
    color: #858587; }
  @media (min-width: 1025px) {
    .popup__fixed-width-form-input {
      -webkit-box-flex: 0 !important;
      -webkit-flex-grow: 0 !important;
         -moz-box-flex: 0 !important;
          -ms-flex-positive: 0 !important;
              flex-grow: 0 !important;
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 240px; } }
  @media (min-width: 1025px) {
    .popup {
      padding: 82px 64px 72px; } }

.form-mb-88 {
  margin-bottom: 88px !important; }

.form-mb-50 {
  margin-bottom: 50px !important; }

.form-mb-30 {
  margin-bottom: 30px !important; }

.form-mb-16 {
  margin-bottom: 16px !important; }

.form-mb-8 {
  margin-bottom: 8px !important; }

.form-row {
  margin-bottom: 16px; }
  .form-row .form-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (min-width: 1025px) {
    .form-row {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 24px; } }

@media (min-width: 1025px) {
  .form-item:not(:last-of-type) {
    margin-right: 40px; } }

.form-item--row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 0 !important; }
  .form-item--row .form-label,
  .form-item--row .form-main-label {
    margin-bottom: 0;
    min-width: 100px; }

@media (max-width: 1024px) {
  .form-item {
    margin-bottom: 20px; } }

.form-input {
  display: block;
  outline: none;
  border: none;
  border-bottom: 1px solid #d4d4d6;
  padding: 0;
  width: 100%;
  color: #161735;
  background: none; }

.form-select {
  position: relative;
  border: 1px solid #d4d4d6;
  -webkit-border-radius: 2px;
     -moz-border-radius: 2px;
          border-radius: 2px;
  height: 40px; }
  .form-select input,
  .form-select select {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: block;
    margin: 0;
    outline: none;
    border: none;
    padding: 7px 40px 7px 16px;
    width: 100%;
    height: 100%;
    background: none;
    cursor: pointer; }
    .form-select input::-webkit-calendar-picker-indicator,
    .form-select select::-webkit-calendar-picker-indicator {
      display: none; }
  .form-select svg {
    position: absolute;
    right: 16px;
    top: 50%;
    width: 8px;
    height: 5px;
    fill: #1d75bd;
    -webkit-transform: translateY(-50%);
       -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
         -o-transform: translateY(-50%);
            transform: translateY(-50%); }

.form-label {
  display: block;
  color: #858587; }

.form-main-label {
  margin-bottom: 16px;
  font-weight: 700; }

.form-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .form-buttons .button:not(:last-of-type) {
    margin-right: 20px; }

.form-radio {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .form-radio__input {
    display: none; }
    .form-radio__input:checked ~ .form-radio__icon {
      background: -webkit-radial-gradient(#1d75bd 4px, transparent 4px, transparent 7px, #0e0f25 7px);
      background: -moz-radial-gradient(#1d75bd 4px, transparent 4px, transparent 7px, #0e0f25 7px);
      background: -o-radial-gradient(#1d75bd 4px, transparent 4px, transparent 7px, #0e0f25 7px);
      background: radial-gradient(#1d75bd 4px, transparent 4px, transparent 7px, #0e0f25 7px); }
  .form-radio__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 8px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 16px;
    height: 16px;
    background: -webkit-radial-gradient(transparent 7px, #0e0f25 7px);
    background: -moz-radial-gradient(transparent 7px, #0e0f25 7px);
    background: -o-radial-gradient(transparent 7px, #0e0f25 7px);
    background: radial-gradient(transparent 7px, #0e0f25 7px);
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out; }

.file-object-v-list .file-object {
  margin-bottom: 24px; }
  .file-object-v-list .file-object:not(:last-of-type) {
    border-bottom: 1px solid #d4d4d6;
    padding-bottom: 24px; }
    @media (min-width: 1025px) {
      .file-object-v-list .file-object:not(:last-of-type) {
        margin-bottom: 32px; } }
  @media (min-width: 1025px) {
    .file-object-v-list .file-object {
      margin-bottom: 32px; } }

.file-object {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: inherit; }
  .file-object__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 24px;
    width: 40px;
    height: 50px; }
    .file-object__icon svg {
      display: block;
      width: 100%;
      height: 100%; }
  .file-object__info .title {
    display: block;
    margin-bottom: 8px; }
  .file-object__info .caption {
    display: block;
    font-size: 12px;
    line-height: 14px;
    color: #858587; }
  .file-object:hover .title {
    color: #1d75bd; }

.tabs {
  background: #f5f5f8; }
  .tabs__links {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
  .tabs__link {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    border-top: 2px solid transparent;
    padding: 24px;
    background: rgba(212, 212, 214, 0.5);
    cursor: pointer; }
    .tabs__link.active {
      border-color: #1d75bd;
      background: none; }
    @media (min-width: 1025px) {
      .tabs__link {
        padding: 24px 56px; } }
  .tabs__content {
    display: none;
    padding: 24px; }
    .tabs__content.showed {
      display: block; }
    @media (min-width: 1025px) {
      .tabs__content {
        padding: 40px 56px; } }

.human-cards {
  margin-bottom: 32px;
  padding: 24px;
  background: rgba(245, 245, 248, 0.6); }
  .human-cards img {
    width: 100%;
    height: auto;
    max-width: 400px; }
    @media (min-width: 1025px) {
      .human-cards img {
        width: 270px;
        height: 270px; } }
  .human-cards__item {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr; }
    .human-cards__item:not(:last-of-type) {
      margin-bottom: 40px;
      border-bottom: 1px solid #d4d4d6;
      padding-bottom: 40px; }
    .human-cards__item p:last-of-type {
      margin-bottom: 0; }
    @media (min-width: 1025px) {
      .human-cards__item {
        grid-gap: 32px;
        grid-template-columns: 1fr 2fr; } }
  .human-cards__title {
    margin-bottom: 8px;
    text-transform: uppercase; }
  .human-cards__caption {
    margin-bottom: 16px; }
  .human-cards__additional-info {
    overflow: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; }
    .human-cards__additional-info.active {
      border-color: #d4d4d6;
      padding-top: 24px;
      padding-bottom: 24px;
      max-height: 1000px; }
    @media (min-width: 1025px) {
      .human-cards__additional-info {
        grid-column: 1 / 3; } }
  @media (min-width: 1025px) {
    .human-cards {
      padding: 40px; } }

.human-cards-mini {
  margin-bottom: 40px; }
  .human-cards-mini__item {
    display: grid;
    grid-gap: 24px;
    grid-template-columns: 1fr;
    margin-bottom: 40px; }
    .human-cards-mini__item .title {
      margin-bottom: 8px;
      text-transform: uppercase; }
    @media (min-width: 1025px) {
      .human-cards-mini__item {
        grid-column-gap: 32px;
        grid-row-gap: 24px;
        grid-template-columns: 1fr 3fr; } }
  .human-cards-mini__info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .human-cards-mini__info .caption {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media (max-width: 1024px) {
        .human-cards-mini__info .caption {
          margin-bottom: 20px; } }
  .human-cards-mini__additional-info {
    overflow: hidden;
    border-top: 1px solid transparent;
    border-bottom: 1px solid transparent;
    padding-top: 0;
    padding-bottom: 0;
    max-height: 0;
    -webkit-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    -o-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    -moz-transition: max-height 0.3s ease-out, padding 0.3s ease-out;
    transition: max-height 0.3s ease-out, padding 0.3s ease-out; }
    .human-cards-mini__additional-info.active {
      border-color: #d4d4d6;
      padding-top: 24px;
      padding-bottom: 24px;
      max-height: 1000px; }
    @media (min-width: 1025px) {
      .human-cards-mini__additional-info {
        grid-column: 1 / 3; } }
  .human-cards-mini__image {
    width: 100%;
    height: auto;
    max-width: 400px; }
    @media (min-width: 1025px) {
      .human-cards-mini__image {
        width: 128px;
        height: 128px; } }
  .human-cards-mini .button.hide {
    display: none; }
  @media (min-width: 1025px) {
    .human-cards-mini {
      margin-bottom: 30px; } }

.side-banner {
  position: relative;
  padding: 32px; }
  .side-banner.default-state {
    height: 100%; }
  .side-banner.scroll-state {
    height: unset;
    min-height: -webkit-calc(100vh - 89px);
    min-height: -moz-calc(100vh - 89px);
    min-height: calc(100vh - 89px); }
  .side-banner__image {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 0;
    width: 100%;
    height: 100%;
    background-position: top center;
    -webkit-background-size: 100% auto;
       -moz-background-size: 100% auto;
            background-size: 100% auto;
    background-repeat: no-repeat; }
  .side-banner__slogan {
    position: relative;
    margin-top: 360px;
    margin-bottom: 36px;
    font-size: 22px;
    line-height: 26px;
    color: #fff; }
    .side-banner__slogan span {
      display: block;
      font-weight: 700; }
  .side-banner .button {
    position: relative; }
  .side-banner--back-black {
    background-color: #010907; }
  .side-banner--back-white {
    background-color: #fff; }
  .side-banner--back-blue {
    background-color: #222b44; }

.loader {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100vw;
  height: 100vh;
  background: #fff;
  visibility: visible;
  -webkit-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -o-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  -moz-transition: opacity 0.3s ease-out, visibility 0.3s ease-out;
  transition: opacity 0.3s ease-out, visibility 0.3s ease-out; }
  .loader__icon {
    width: 100px;
    -webkit-transform-origin: center bottom;
       -moz-transform-origin: center bottom;
        -ms-transform-origin: center bottom;
         -o-transform-origin: center bottom;
            transform-origin: center bottom;
    -webkit-animation: bounce 1s infinite both;
       -moz-animation: bounce 1s infinite both;
         -o-animation: bounce 1s infinite both;
            animation: bounce 1s infinite both; }
  .loader.hided {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none; }

@-webkit-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

@-moz-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -moz-transform: translate3d(0, 0, 0);
         transform: translate3d(0, 0, 0);
    -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  40%,
  43% {
    -moz-transform: translate3d(0, -30px, 0);
         transform: translate3d(0, -30px, 0);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -moz-transform: translate3d(0, -15px, 0);
         transform: translate3d(0, -15px, 0);
    -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  90% {
    -moz-transform: translate3d(0, -4px, 0);
         transform: translate3d(0, -4px, 0); } }

@-o-keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    transform: translate3d(0, 0, 0);
    -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  40%,
  43% {
    transform: translate3d(0, -30px, 0);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    transform: translate3d(0, -15px, 0);
    -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  90% {
    transform: translate3d(0, -4px, 0); } }

@keyframes bounce {
  from,
  20%,
  53%,
  80%,
  to {
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
       -moz-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
         -o-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
            animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1); }
  40%,
  43% {
    -webkit-transform: translate3d(0, -30px, 0);
       -moz-transform: translate3d(0, -30px, 0);
            transform: translate3d(0, -30px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  70% {
    -webkit-transform: translate3d(0, -15px, 0);
       -moz-transform: translate3d(0, -15px, 0);
            transform: translate3d(0, -15px, 0);
    -webkit-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
       -moz-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
         -o-animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
            animation-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06); }
  90% {
    -webkit-transform: translate3d(0, -4px, 0);
       -moz-transform: translate3d(0, -4px, 0);
            transform: translate3d(0, -4px, 0); } }

.search-results__title {
  margin-bottom: 60px; }

.search-results__items {
  margin-bottom: 60px; }

.search-results__item {
  margin-bottom: 30px; }
  .search-results__item .title {
    display: block;
    margin-bottom: 5px;
    color: #1d75bd; }
  .search-results__item .description span {
    font-weight: 600;
    color: #1d75bd; }
  .search-results__item .datetime {
    font-size: 12px;
    color: #858587; }

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-bottom: 1px solid rgba(212, 212, 214, 0.5);
  width: 100vw;
  height: 60px;
  background: #fff; }
  .header__logo {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 92px;
    height: 18px; }
    .header__logo svg {
      width: 100%;
      height: 100%; }
    @media (max-width: 1024px) {
      .header__logo {
        margin-right: auto; } }
    @media (min-width: 1025px) {
      .header__logo {
        width: 150px;
        height: 30px; } }
  .header__right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .header__hamburger {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-right: -24px;
    outline: none;
    border: none;
    padding: 0;
    width: 84px;
    height: 60px;
    font-size: 0;
    text-align: center;
    background: none; }
    .header__hamburger svg {
      display: inline-block;
      width: 24px;
      height: 100%; }
    @media (min-width: 1025px) {
      .header__hamburger {
        display: none; } }
  .header__nav {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    font-size: 16px;
    text-align: center; }
    .header__nav a {
      color: #161735;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      .header__nav a:not(:last-of-type) {
        margin-right: 30px; }
      .header__nav a:hover {
        color: #1d75bd; }
    @media (max-width: 1024px) {
      .header__nav {
        display: none; } }
  .header__lang {
    font-weight: 700;
    font-size: 12px;
    color: #161735; }
    .header__lang img {
      display: block; }
    .header__lang--border {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      border: solid 1px #E9E9EA;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 32px;
      height: 32px; }
  .header__search-button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-left: 20px;
    outline: none;
    border: unset;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 10px;
    width: 32px;
    height: 32px;
    background: #202c44;
    -webkit-transition: background 0.3s ease-out;
    -o-transition: background 0.3s ease-out;
    -moz-transition: background 0.3s ease-out;
    transition: background 0.3s ease-out;
    cursor: pointer; }
    .header__search-button svg {
      width: 12px;
      height: 12px;
      fill: #fff; }
    .header__search-button:hover {
      background: #1d75bd; }
    @media (max-width: 1024px) {
      .header__search-button {
        display: none; } }
  .header .container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    @media (max-width: 1024px) {
      .header .container {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .header a {
    text-decoration: none; }
  @media (min-width: 1025px) {
    .header {
      height: 89px; } }
  @media print {
    .header {
      display: none; } }

.header-menu {
  position: absolute;
  left: 0;
  top: -webkit-calc(100% + 1px);
  top: -moz-calc(100% + 1px);
  top: calc(100% + 1px);
  width: 100%;
  -webkit-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
          box-shadow: 0 12px 24px rgba(0, 0, 0, 0.1);
  font-size: 14px;
  line-height: 24px;
  color: #45525b;
  background: #fff; }
  .header-menu__body {
    padding-top: 36px;
    padding-bottom: 32px; }
    .header-menu__body .container {
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; }
    .header-menu__body .title {
      margin-bottom: 20px;
      font-weight: 700;
      font-size: 12px;
      line-height: 20px;
      text-transform: uppercase; }
  .header-menu__footer {
    border-top: 1px solid #f3f3f3;
    padding-top: 17px;
    padding-bottom: 17px; }
  .header-menu__links {
    list-style: none;
    margin: 0;
    padding: 0; }
    .header-menu__links li:not(:last-of-type) {
      margin-bottom: 7px; }
    .header-menu__links a {
      text-decoration: none;
      color: inherit;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out; }
      .header-menu__links a:hover {
        text-decoration: underline;
        color: #161735; }
      .header-menu__links a:not([href]):hover {
        text-decoration: none;
        color: inherit;
        cursor: default; }
  .header-menu__column {
    padding-right: 15px;
    width: 20%; }
  .header-menu__social-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 135px;
    color: inherit;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .header-menu__social-btn svg {
      margin-right: 11px;
      width: 29px;
      height: 29px;
      fill: currentColor; }
    .header-menu__social-btn:hover {
      color: #161735; }
  @media (max-width: 1024px) {
    .header-menu {
      display: none; } }

.header-mobile-menu {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 11;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 67px;
  width: 100vw;
  height: -webkit-calc(var(--vh) * 100);
  height: -moz-calc(var(--vh) * 100);
  height: calc(var(--vh) * 100);
  background: #fff; }
  .header-mobile-menu__search {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 20px;
    width: 100%; }
    .header-mobile-menu__search input {
      outline: none;
      border: 1px solid #e6e6e6;
      -webkit-border-radius: 4px;
         -moz-border-radius: 4px;
              border-radius: 4px;
      padding: 6px 6px 7px 33px;
      width: 100%;
      font-size: 12px;
      line-height: 23px; }
    .header-mobile-menu__search svg {
      position: absolute;
      left: 36px;
      top: 12px;
      width: 12px;
      height: 12px;
      fill: #d4d4d6; }
  .header-mobile-menu__body {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    overflow: hidden;
    overflow-y: auto; }
    .header-mobile-menu__body a {
      display: block;
      padding-top: 12px;
      padding-bottom: 12px;
      font-weight: 500;
      font-size: 18px;
      line-height: 21px;
      color: #010907; }
      .header-mobile-menu__body a:not(:last-of-type) {
        border-bottom: 1px solid rgba(230, 230, 230, 0.5); }
  .header-mobile-menu__footer {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    border-top: 1px solid #e6e6e6;
    padding-top: 16px;
    padding-bottom: 16px; }
  .header-mobile-menu .container {
    display: block; }
  .header-mobile-menu .prev {
    position: absolute;
    left: 24px;
    top: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 0;
    font-size: 14px;
    line-height: 16px;
    background: none;
    border: none; }
    .header-mobile-menu .prev .icon-arrow-small {
      margin-right: 9px;
      width: 15px;
      height: 9px;
      -webkit-transform: rotate(90deg);
         -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
           -o-transform: rotate(90deg);
              transform: rotate(90deg); }
  .header-mobile-menu .close {
    position: absolute;
    right: 0;
    top: 0;
    outline: none;
    border: none;
    padding: 24px;
    width: 62px;
    height: 62px;
    background: none; }
    .header-mobile-menu .close svg {
      display: block;
      width: 100%;
      height: 100%; }
  @media (min-width: 1025px) {
    .header-mobile-menu {
      display: none; } }

.header-search {
  position: absolute;
  left: 0;
  top: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100%;
  background: #fff; }
  .header-search input {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    outline: none;
    border: none;
    padding-right: 46px;
    padding-left: 46px;
    height: 100%;
    font-size: 18px;
    line-height: 23px;
    background: none; }
  .header-search button {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    outline: none;
    border: none;
    border-left: 1px solid rgba(151, 151, 151, 0.22);
    padding: 32px;
    width: 88px;
    height: 100%;
    background: none;
    cursor: pointer; }
    .header-search button svg {
      width: 100%;
      height: 100%;
      fill: #0e0f25;
      opacity: 0.6; }
  @media (max-width: 1024px) {
    .header-search {
      display: none; } }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-bottom: 10px; }
  .breadcrumbs__item {
    color: #858587;
    cursor: default; }
    .breadcrumbs__item:not(:last-of-type)::after {
      content: "•";
      margin-right: 10px;
      margin-left: 10px; }
    .breadcrumbs__item a {
      text-decoration: none;
      color: inherit;
      cursor: pointer; }
      .breadcrumbs__item a:hover {
        text-decoration: underline; }
    @media (max-width: 1024px) {
      .breadcrumbs__item {
        margin-bottom: 15px; } }
  @media (min-width: 1025px) {
    .breadcrumbs {
      margin-bottom: 40px; } }

.partners {
  border-top: 1px solid rgba(212, 212, 214, 0.5);
  padding-top: 30px;
  padding-bottom: 30px; }
  .partners__title {
    margin-bottom: 20px; }
  .partners__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    text-align: center; }
    .partners__list a {
      text-align: center; }
      .partners__list a img {
        vertical-align: middle;
        max-width: 100%; }
      @media (max-width: 1024px) {
        .partners__list a {
          margin-bottom: 40px;
          width: 50%; } }
    .partners__list .swiper-wrapper {
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    @media (min-width: 1025px) {
      .is-centered .partners__list .swiper-wrapper {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
           -moz-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }

.footer {
  border-top: 1px solid rgba(212, 212, 214, 0.5); }
  @media (min-width: 1025px) {
    .footer .container {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media (min-width: 1025px) {
    .footer__column {
      padding: 45px 0;
      width: 50%; }
      .footer__column:first-child {
        border-right: 1px solid rgba(212, 212, 214, 0.5);
        padding-right: 32px; }
      .footer__column:last-child {
        padding-left: 32px; } }
  @media (min-width: 1025px) {
    .footer__block-top {
      height: 100px; } }
  @media (min-width: 1025px) {
    .footer__block-bottom {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
         -moz-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; } }
  .footer__contacts a {
    text-decoration: none;
    color: inherit; }
    .footer__contacts a:hover {
      text-decoration: underline; }
  @media (max-width: 1024px) {
    .footer__contacts {
      margin-bottom: 20px; } }
  .footer__companies {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 10px;
    line-height: 14px; }
    .footer__companies span {
      display: block;
      margin-bottom: 10px; }
    .footer__companies .icon-company-notamedia {
      width: 92px;
      height: 9px; }
    .footer__companies .company-itech {
      margin-bottom: -28px; }
    .footer__companies a {
      text-decoration: none;
      color: #858587; }
    @media (max-width: 1024px) {
      .footer__companies {
        border-top: 1px solid #d4d4d6;
        padding-top: 16px;
        padding-right: 24px;
        padding-left: 24px; } }
    @media (max-width: 1024px) {
      .footer__companies {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .footer__error-caption {
    color: #858587; }
    @media (max-width: 1024px) {
      .footer__error-caption {
        display: none; } }
  .footer__main-logo {
    display: block;
    margin-bottom: 30px;
    width: 162px;
    height: 22px; }
    .footer__main-logo svg {
      width: 100%;
      height: 100%; }
    @media (min-width: 1025px) {
      .footer__main-logo {
        margin-bottom: 0;
        width: 211px;
        height: 29px; } }
  .footer .social-buttons svg {
    fill: #161735; }
  @media (max-width: 1024px) {
    .footer .social-buttons {
      margin-bottom: 44px; } }
  @media (max-width: 1024px) {
    .footer__copyright {
      margin-bottom: 20px; } }
  @media (max-width: 1024px) {
    .footer {
      padding-top: 29px;
      padding-bottom: 50px; } }
  @media print {
    .footer {
      display: none; } }

.news-section-bottom {
  border-top: 1px solid rgba(212, 212, 214, 0.5);
  padding-top: 30px;
  padding-bottom: 30px; }
  .news-section-bottom__title {
    margin-bottom: 26px; }
  @media print {
    .news-section-bottom {
      display: none; } }

.news-item__link {
  display: block;
  text-decoration: none;
  color: inherit; }

.news-item__title {
  margin-bottom: 5px;
  font-weight: 500; }

.news-item__image {
  margin-bottom: 5px;
  width: 100%; }
  @media (min-width: 1025px) {
    .news-item__image {
      margin-bottom: 16px; } }

.news-item__caption {
  display: block;
  margin-bottom: 8px;
  color: #45525b; }

.news-item__text {
  display: block;
  margin-bottom: 8px;
  font-size: 14px;
  line-height: 18px; }
  @media (min-width: 1025px) {
    .news-item__text {
      font-size: 16px;
      line-height: 24px; } }

@media (max-width: 1024px) {
  .news-item {
    margin-bottom: 30px; } }

.additional-info-links {
  margin-bottom: 30px; }
  @media (min-width: 1025px) {
    .additional-info-links__grid {
      display: grid;
      -webkit-column-gap: 3px;
         -moz-column-gap: 3px;
              column-gap: 3px;
      grid-auto-rows: 213px;
      grid-template-columns: repeat(3, 1fr); } }
  .additional-info-links__item {
    position: relative;
    display: block;
    padding: 40px 64px;
    text-decoration: none;
    color: inherit;
    background: rgba(245, 245, 248, 0.6); }
    .additional-info-links__item span {
      display: block; }
    @media (max-width: 1024px) {
      .additional-info-links__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        padding: 32px 24px; }
        .additional-info-links__item:not(:last-of-type)::before {
          content: "";
          position: absolute;
          left: 72px;
          bottom: 0;
          display: block;
          border-bottom: 1px solid rgba(155, 155, 155, 0.2);
          width: -webkit-calc(100% - 48px - 25px - 24px);
          width: -moz-calc(100% - 48px - 25px - 24px);
          width: calc(100% - 48px - 25px - 24px); } }
  .additional-info-links__title {
    margin-bottom: 8px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .additional-info-links__title {
        font-size: 14px;
        line-height: 24px; } }
  @media (max-width: 1024px) {
    .additional-info-links__text {
      font-size: 14px;
      line-height: 22px; } }
  .additional-info-links__icon {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 25px;
    width: 23px;
    height: 23px; }
    @media (min-width: 1025px) {
      .additional-info-links__icon {
        margin-right: 0;
        margin-bottom: 24px; } }
  @media (min-width: 1025px) {
    .additional-info-links {
      margin-bottom: 70px; } }

.main-hero__block--first {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  grid-area: columnFirst;
  color: #fff;
  background: 50% 50% no-repeat;
  -webkit-background-size: cover;
     -moz-background-size: cover;
          background-size: cover; }
  @media (max-width: 1024px) {
    .main-hero__block--first {
      margin-bottom: 32px;
      padding: 24px;
      height: 430px; } }
  @media (min-width: 1025px) {
    .main-hero__block--first {
      padding: 44px 32px 60px 48px;
      height: 750px; } }
  .main-hero__block--first .main-hero__title {
    margin-bottom: auto; }
  .main-hero__block--first .button-to {
    color: #fff; }

.main-hero__block--second {
  grid-area: columnSecond; }
  @media (min-width: 1025px) {
    .main-hero__block--second {
      padding-right: 15px; } }

@media (min-width: 1025px) {
  .main-hero__content-columns {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .main-hero__content-columns .column {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      width: 50%; }
      .main-hero__content-columns .column:first-child {
        padding-right: 30px; } }

.main-hero__title {
  margin-bottom: 24px;
  max-width: 475px; }

@media (max-width: 1024px) {
  .main-hero__small-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px; } }

@media (max-width: 1024px) {
  .main-hero__text {
    font-size: 12px;
    line-height: 18px; } }

.main-hero__map {
  margin-bottom: 27px;
  width: 100%; }

@media (min-width: 1025px) {
  .main-hero {
    display: grid;
    grid-template-areas: "sideLeft columnFirst columnSecond sideRight";
    grid-template-columns: minmax(0, -webkit-calc((100vw - 1245px) / 2)) minmax(auto, 622.5px) minmax(auto, 622.5px) minmax(0, -webkit-calc((100vw - 1245px) / 2));
    grid-template-columns: minmax(0, -moz-calc((100vw - 1245px) / 2)) minmax(auto, 622.5px) minmax(auto, 622.5px) minmax(0, -moz-calc((100vw - 1245px) / 2));
    grid-template-columns: minmax(0, calc((100vw - 1245px) / 2)) minmax(auto, 622.5px) minmax(auto, 622.5px) minmax(0, calc((100vw - 1245px) / 2)); } }

@media (min-width: 1600px) {
  .main-hero {
    grid-template-columns: minmax(0, -webkit-calc((100vw - 1545px) / 2)) minmax(auto, 772.5px) minmax(auto, 772.5px) minmax(0, -webkit-calc((100vw - 1545px) / 2));
    grid-template-columns: minmax(0, -moz-calc((100vw - 1545px) / 2)) minmax(auto, 772.5px) minmax(auto, 772.5px) minmax(0, -moz-calc((100vw - 1545px) / 2));
    grid-template-columns: minmax(0, calc((100vw - 1545px) / 2)) minmax(auto, 772.5px) minmax(auto, 772.5px) minmax(0, calc((100vw - 1545px) / 2)); } }

.main-hero-slider {
  position: relative;
  height: 100vh; }
  .main-hero-slider .swiper-wrapper {
    height: 100%; }
  @media (min-width: 1025px) {
    .main-hero-slider {
      height: 100%; } }
  @media (max-width: 1024px) {
    .main-hero-slider {
      height: auto; } }

.main-hero-slider-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  color: #fff; }
  .main-hero-slider-item__image {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover;
    background-repeat: no-repeat; }
    @media (max-width: 1024px) {
      .main-hero-slider-item__image {
        -webkit-box-flex: 0;
        -webkit-flex-grow: 0;
           -moz-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
        -webkit-flex-shrink: 0;
            -ms-flex-negative: 0;
                flex-shrink: 0;
        height: 61vw; } }
  @media (max-width: 1024px) {
    .main-hero-slider-item__time {
      font-weight: 500;
      font-size: 18px; } }
  .main-hero-slider-item__tag {
    position: absolute;
    left: 24px;
    top: 24px;
    font-weight: 700;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .main-hero-slider-item__tag {
        left: 30px;
        top: 40px; } }
  .main-hero-slider-item__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 24px 24px 64px;
    background: #1d75bd; }
    @media (max-width: 1024px) {
      .main-hero-slider-item__content {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
    @media (min-width: 1025px) {
      .main-hero-slider-item__content {
        padding: 56px 31px 45px;
        min-height: 380px; } }
  .main-hero-slider-item__content-divider {
    height: 20px; }
    @media (min-width: 1025px) {
      .main-hero-slider-item__content-divider {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
           -moz-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1; } }
  .main-hero-slider-item__title {
    margin-bottom: 13px;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .main-hero-slider-item__title {
        font-size: 24px; } }
  .main-hero-slider-item__content-footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .main-hero-slider-item__nav {
    position: absolute;
    left: 24px !important;
    right: unset !important;
    top: unset !important;
    bottom: 24px !important;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    padding: 2px 0;
    width: unset !important; }
    .main-hero-slider-item__nav .swiper-pagination-bullet {
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 5px;
      height: 5px;
      background: #fff;
      opacity: 1;
      -webkit-transform-origin: center;
         -moz-transform-origin: center;
          -ms-transform-origin: center;
           -o-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out; }
      .main-hero-slider-item__nav .swiper-pagination-bullet:not(:first-child) {
        margin: 0 0 0 11px !important; }
        @media (min-width: 1025px) {
          .main-hero-slider-item__nav .swiper-pagination-bullet:not(:first-child) {
            margin: 0 0 0 19px !important; } }
      .main-hero-slider-item__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
        -webkit-transform: scale(1.6);
           -moz-transform: scale(1.6);
            -ms-transform: scale(1.6);
             -o-transform: scale(1.6);
                transform: scale(1.6); }
    @media (min-width: 1025px) {
      .main-hero-slider-item__nav {
        left: unset !important;
        right: 120px !important;
        top: unset !important;
        bottom: 61px !important; } }
  .main-hero-slider-item__next-button {
    position: absolute;
    right: 40px;
    bottom: 40px;
    z-index: 5;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
    border: 2px solid currentColor;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 0;
    width: 50px;
    height: 50px;
    color: rgba(255, 255, 255, 0.5);
    background: none;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    cursor: pointer; }
    .main-hero-slider-item__next-button svg {
      width: 21px;
      height: 15px;
      fill: currentColor; }
    .main-hero-slider-item__next-button:hover {
      border-color: #fff;
      color: #1d75bd;
      background: #fff; }
    .main-hero-slider-item__next-button:active {
      background: #f3f3f3; }
    .main-hero-slider-item__next-button:disabled {
      color: rgba(255, 255, 255, 0.2); }
    @media (max-width: 1024px) {
      .main-hero-slider-item__next-button {
        display: none; } }
  @media (max-width: 1024px) {
    .main-hero-slider-item {
      height: auto; } }

.social-buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .social-buttons a {
    width: 28px;
    height: 28px;
    -webkit-transition: opacity 0.3s ease-out;
    -o-transition: opacity 0.3s ease-out;
    -moz-transition: opacity 0.3s ease-out;
    transition: opacity 0.3s ease-out; }
    .social-buttons a:not(:last-child) {
      margin-right: 8px; }
    .social-buttons a svg {
      width: 100%;
      height: 100%; }
    .social-buttons a:hover {
      opacity: 0.7; }
  .social-buttons--transparent {
    color: inherit; }
    .social-buttons--transparent a {
      border: 1px solid currentColor;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      padding: 6px; }
      .social-buttons--transparent a svg {
        fill: currentColor; }

.tags-filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px; }
  .tags-filter__item {
    margin-right: 8px;
    border: 1px solid #161735;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 3px 8px;
    font-size: 14px;
    line-height: 16px;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
    background: #fff;
    -webkit-transition: background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -o-transition: background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    -moz-transition: background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    transition: background 0.3s ease-out, color 0.3s ease-out, opacity 0.3s ease-out;
    cursor: pointer; }
    .tags-filter__item:hover {
      opacity: 0.6; }
    .tags-filter__item.active {
      color: #fff;
      background: #161735; }
    @media (min-width: 1025px) {
      .tags-filter__item {
        margin-bottom: 10px; } }
  @media (max-width: 1024px) {
    .tags-filter {
      overflow: hidden;
      overflow-x: auto; } }
  @media (min-width: 1025px) {
    .tags-filter {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      margin-bottom: 32px; } }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 32px;
  font-weight: 700;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  color: #0e0f25; }
  .pagination__pages {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .pagination__pages > *:not(:last-child) {
      margin-right: 13px; }
      @media (min-width: 1025px) {
        .pagination__pages > *:not(:last-child) {
          margin-right: 16px; } }
  .pagination__button {
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    width: 38px;
    height: 38px;
    line-height: 38px;
    text-decoration: none;
    color: inherit;
    background: #f5f5f8;
    -webkit-transition: color 0.3s ease-out, background 0.3s ease-out;
    -o-transition: color 0.3s ease-out, background 0.3s ease-out;
    -moz-transition: color 0.3s ease-out, background 0.3s ease-out;
    transition: color 0.3s ease-out, background 0.3s ease-out; }
    .pagination__button:hover {
      background: #288bdc; }
    .pagination__button:active {
      background: #1867a8; }
    .pagination__button:disabled {
      background: #f3f3f3;
      cursor: not-allowed; }
    .pagination__button--current {
      color: #fff;
      background: #161735; }
    .pagination__button--next-page {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      padding: 10px;
      color: #fff;
      background: #1d75bd; }
      .pagination__button--next-page svg {
        width: 18px;
        height: 18px;
        fill: currentColor; }
      @media (min-width: 1025px) {
        .pagination__button--next-page {
          padding: 15px; } }
    @media (min-width: 1025px) {
      .pagination__button {
        width: 48px;
        height: 48px;
        line-height: 48px; } }
  .pagination__dots {
    cursor: default; }
  @media (min-width: 1025px) {
    .pagination {
      font-size: 18px;
      line-height: 23px; } }

.map {
  margin-bottom: 48px;
  height: 465px; }
  .map .mapboxgl-ctrl-attrib,
  .map .mapboxgl-ctrl-compass {
    display: none; }
  .map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
       -moz-box-orient: horizontal;
       -moz-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    margin-bottom: 40px;
    margin-left: 40px;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none; }
    .map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl button {
      border-top: none;
      width: 40px;
      height: 40px; }
    .map .mapboxgl-ctrl-bottom-left .mapboxgl-ctrl + .mapboxgl-ctrl {
      display: none !important; }
  .map > ymaps {
    width: 100% !important; }
    .map > ymaps > ymaps {
      width: 100% !important; }
  .map [class*="ymaps-2-1"][class*="-ground-pane"] {
    -webkit-filter: grayscale(100%);
            filter: grayscale(100%); }

.contacts__title {
  margin-bottom: 16px; }

.contacts__post-title {
  color: #45525b; }

.contacts__small-title {
  margin-bottom: 8px;
  font-weight: 500; }

.contacts p {
  margin-bottom: 0; }
  .contacts p span {
    display: block; }
  .contacts p a {
    text-decoration: none;
    color: inherit; }

.links-block {
  margin-bottom: 57px;
  padding: 24px 24px 2px;
  text-transform: uppercase;
  background: rgba(245, 245, 248, 0.6); }
  .links-block__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    margin-bottom: 30px;
    text-decoration: none;
    color: inherit; }
    .links-block__item svg {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 20px;
      width: 45px;
      height: 45px; }
      @media (max-width: 1024px) {
        .links-block__item svg {
          margin-right: 10px;
          width: 30px !important;
          height: 45px; } }
    .links-block__item span {
      padding-right: 60px; }
    @media (max-width: 1024px) {
      .links-block__item:not(:last-of-type) {
        border-bottom: 1px solid rgba(133, 133, 135, 0.6);
        padding-bottom: 24px; } }
    @media (min-width: 1025px) {
      .links-block__item {
        margin-bottom: 40px;
        width: 50%; } }
  @media (min-width: 1025px) {
    .links-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      padding: 48px 62px 8px; } }
  @media (max-width: 1024px) {
    .links-block {
      font-size: 14px; } }

.side-nav-wrapper {
  height: 100%; }

.side-nav a {
  position: relative;
  display: block;
  text-decoration: none;
  color: inherit;
  -webkit-transition: color 0.3s ease-out;
  -o-transition: color 0.3s ease-out;
  -moz-transition: color 0.3s ease-out;
  transition: color 0.3s ease-out; }
  .side-nav a:not(:last-of-type) {
    margin-bottom: 18px; }
  .side-nav a:hover, .side-nav a.active {
    color: #1d75bd; }
  .side-nav a.active::before {
    content: "";
    position: absolute;
    right: -webkit-calc(100% + 16px);
    right: -moz-calc(100% + 16px);
    right: calc(100% + 16px);
    top: 50%;
    display: block;
    width: 100vw;
    height: 1px;
    background: #1d75bd; }

.partners-list {
  margin-bottom: 40px;
  padding: 38px 32px;
  background: rgba(245, 245, 248, 0.6); }
  .partners-list__item .title {
    margin-bottom: 11px; }
    .partners-list__item .title span {
      font-weight: 400; }
  .partners-list__item a {
    text-decoration: none;
    color: inherit; }
  .partners-list__item:not(:last-of-type) {
    margin-bottom: 36px;
    border-bottom: 1px solid #d4d4d6;
    padding-bottom: 36px; }
  @media (min-width: 1025px) {
    .partners-list__item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start; } }
  .partners-list__image {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-bottom: 30px;
    width: 100%; }
    @media (min-width: 1025px) {
      .partners-list__image {
        margin-right: 50px;
        width: 130px; } }

.page-404-wrapper {
  overflow: hidden; }
  @media (max-width: 1024px) {
    .page-404-wrapper {
      margin-top: -18px; } }

.page-404 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin: 0 auto;
  margin-bottom: -5px;
  border-left: 5px solid #f3f3f3;
  max-width: 654px;
  font-size: 13px;
  line-height: 18px;
  text-align: center; }
  .page-404__caption {
    color: #45525b; }
    .page-404__caption .title {
      margin-bottom: 11px;
      font-weight: 700;
      font-size: 54px;
      line-height: 63px;
      text-transform: uppercase; }
    .page-404__caption .caption {
      font-size: 12px;
      line-height: 18px; }
  .page-404__icon {
    display: block;
    margin-bottom: 36px;
    width: 64px;
    height: 64px; }
  .page-404__home {
    color: #161735; }
    .page-404__home svg {
      fill: currentColor; }
  .page-404__news {
    color: #1d75bd; }
    .page-404__news svg {
      fill: currentColor; }
  .page-404__search {
    color: #ed1d25; }
    .page-404__search svg {
      fill: currentColor; }
  .page-404 .column {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: none;
    border-right: 5px solid #f3f3f3;
    border-bottom: 5px solid #f3f3f3;
    padding: 30px;
    width: 100%;
    height: 240px;
    text-decoration: none;
    background: none; }
    @media (min-width: 1025px) {
      .page-404 .column {
        padding: 52px;
        width: 50%;
        height: 340px; } }

@media (min-width: 1025px) {
  .content-page p {
    padding-left: 85px; } }

.content-heading {
  position: relative;
  margin-bottom: 24px; }
  .content-heading::before {
    content: "";
    position: absolute;
    right: 0;
    bottom: 0;
    display: block;
    border-bottom: 1px solid rgba(212, 212, 214, 0.5);
    width: 100%; }
    @media (max-width: 1024px) {
      .content-heading::before {
        display: none; } }
  .content-heading__title {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 10px; }
    @media (min-width: 1025px) {
      .content-heading__title {
        margin-bottom: 0; } }
  .content-heading__caption {
    font-size: 14px;
    line-height: 27px;
    white-space: nowrap; }
    @media (min-width: 1025px) {
      .content-heading__caption {
        padding-left: 40px; } }
  @media (min-width: 1025px) {
    .content-heading {
      margin-bottom: 32px;
      padding-bottom: 15px; } }
  @media (min-width: 1025px) {
    .content-heading {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
         -moz-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      padding-bottom: 32px; } }

.content-sharing {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 20px;
  color: inherit; }
  .content-sharing__date {
    margin-right: 24px;
    color: #45525b; }
  .content-sharing__social {
    border: 1px solid currentColor;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 7px;
    width: 28px;
    height: 28px;
    color: #0e0f25;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .content-sharing__social:not(:first-child) {
      margin-left: 8px; }
    .content-sharing__social svg {
      width: 100%;
      height: 100%;
      fill: currentColor; }
    .content-sharing__social:hover {
      color: #1d75bd; }
  @media (min-width: 1025px) {
    .content-sharing {
      margin-bottom: 40px; } }

.content-image {
  margin-bottom: 30px;
  width: 100%; }
  @media (min-width: 1025px) {
    .content-image {
      margin-bottom: 56px; } }

.content-quote {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
  border-top: 1px solid rgba(212, 212, 214, 0.5);
  border-bottom: 1px solid rgba(212, 212, 214, 0.5);
  padding: 24px; }
  .content-quote__icon {
    margin-bottom: 20px;
    width: 60px;
    height: 40px;
    color: #ed1d25; }
    @media (min-width: 1025px) {
      .content-quote__icon {
        position: absolute;
        left: 0;
        top: 38px;
        margin-bottom: 0;
        width: 44px;
        height: 30px; } }
  .content-quote__text {
    font-weight: 500;
    font-size: 19px;
    line-height: 29px; }
    @media (min-width: 1025px) {
      .content-quote__text {
        padding-right: 60px; } }
  .content-quote__author {
    margin-top: 16px;
    white-space: nowrap;
    color: #858587; }
    @media (min-width: 1025px) {
      .content-quote__author {
        margin-top: 8px; } }
  @media (min-width: 1025px) {
    .content-quote {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-top: 56px;
      margin-bottom: 56px;
      padding: 32px 0 32px 85px; } }

.content-copyrights {
  overflow: hidden;
  margin-top: 48px;
  font-size: 14px;
  line-height: 27px;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis; }
  .content-copyrights__caption {
    color: #858587; }
  .content-copyrights a {
    white-space: nowrap;
    text-decoration: none;
    color: inherit; }
    .content-copyrights a svg {
      display: inline-block;
      width: 8px;
      height: 8px; }
  .content-copyrights:hover a {
    color: #1d75bd; }

.content-slider-wrapper {
  margin-bottom: 30px;
  width: 100%; }
  .content-slider-wrapper__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 19px; }
  .content-slider-wrapper__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .content-slider-wrapper__nav .swiper-pagination-bullet {
      margin-right: 11px;
      -webkit-border-radius: 50%;
         -moz-border-radius: 50%;
              border-radius: 50%;
      width: 5px;
      height: 5px;
      background: #4a90e2;
      opacity: 1;
      -webkit-transform-origin: center;
         -moz-transform-origin: center;
          -ms-transform-origin: center;
           -o-transform-origin: center;
              transform-origin: center;
      -webkit-transition: -webkit-transform 0.3s ease-out;
      transition: -webkit-transform 0.3s ease-out;
      -o-transition: -o-transform 0.3s ease-out;
      -moz-transition: transform 0.3s ease-out, -moz-transform 0.3s ease-out;
      transition: transform 0.3s ease-out;
      transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -moz-transform 0.3s ease-out, -o-transform 0.3s ease-out; }
      .content-slider-wrapper__nav .swiper-pagination-bullet.swiper-pagination-bullet-active {
        -webkit-transform: scale(1.6);
           -moz-transform: scale(1.6);
            -ms-transform: scale(1.6);
             -o-transform: scale(1.6);
                transform: scale(1.6); }
  .content-slider-wrapper__buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .content-slider-wrapper__buttons button {
      margin-left: 8px;
      outline: none;
      border: none;
      padding: 12px;
      width: 40px;
      height: 40px;
      background: #f5f5f8;
      -webkit-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      -moz-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out;
      cursor: pointer; }
      .content-slider-wrapper__buttons button svg {
        display: block;
        width: 16px;
        height: 16px;
        fill: #45525b;
        -webkit-transition: fill 0.3s ease-out;
        -o-transition: fill 0.3s ease-out;
        -moz-transition: fill 0.3s ease-out;
        transition: fill 0.3s ease-out; }
      .content-slider-wrapper__buttons button:hover {
        background: #288bdc; }
        .content-slider-wrapper__buttons button:hover svg {
          fill: #fff; }
      .content-slider-wrapper__buttons button:active {
        background: #1867a8; }
    .content-slider-wrapper__buttons .prev svg {
      -webkit-transform: scaleX(-1);
         -moz-transform: scaleX(-1);
          -ms-transform: scaleX(-1);
           -o-transform: scaleX(-1);
              transform: scaleX(-1); }
  @media (min-width: 1025px) {
    .content-slider-wrapper {
      margin-bottom: 56px;
      padding-left: 85px; } }

.content-slider-item img {
  display: block;
  width: 100%;
  height: auto; }

.content-links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
  padding: 24px;
  font-weight: 700;
  font-size: 14px;
  line-height: 18px;
  text-transform: uppercase;
  background: rgba(245, 245, 248, 0.6); }
  .content-links a {
    text-decoration: none;
    color: inherit;
    white-space: nowrap; }
    .content-links a svg {
      display: inline-block;
      margin-left: 8px;
      width: 7px;
      height: 7px; }
    @media (max-width: 1024px) {
      .content-links a:not(:last-of-type) {
        margin-bottom: 24px; } }
    @media (min-width: 1025px) {
      .content-links a:not(:last-of-type) {
        margin-right: 24px; } }
  @media (min-width: 1025px) {
    .content-links {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 72px;
      font-size: 11px;
      line-height: 13px;
      overflow: hidden;
      overflow-x: auto; } }

.content-info-block {
  margin-bottom: 30px;
  padding: 24px 24px 5px;
  background: rgba(245, 245, 248, 0.6); }
  @media (max-width: 1024px) {
    .content-info-block__main {
      margin-bottom: 30px; } }
  .content-info-block--transparent {
    padding: 0;
    background: none; }
  @media (min-width: 1025px) {
    .content-info-block {
      display: grid;
      grid-gap: 68px;
      grid-template-columns: auto 304px;
      margin-bottom: 72px;
      padding: 56px 56px 42px; } }

.content-schedule {
  margin-bottom: 40px; }
  .content-schedule__head {
    margin-bottom: 8px; }
    @media (min-width: 1025px) {
      .content-schedule__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: baseline;
        -webkit-align-items: baseline;
           -moz-box-align: baseline;
            -ms-flex-align: baseline;
                align-items: baseline;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  @media (min-width: 1025px) {
    .content-schedule__title {
      margin-bottom: 0; } }
  .content-schedule__buttons .button {
    width: 24px;
    height: 24px; }
    .content-schedule__buttons .button:not(:first-child) {
      margin-left: 16px; }
    .content-schedule__buttons .button svg {
      display: block;
      margin-right: unset;
      width: 100%;
      height: 100%;
      max-width: unset;
      max-height: unset; }
  @media (max-width: 1024px) {
    .content-schedule__buttons {
      text-align: center; } }
  .content-schedule table {
    border-collapse: collapse;
    width: 100%; }
    .content-schedule table .content-schedule__item {
      border-bottom: 1px solid rgba(212, 212, 214, 0.5); }
      .content-schedule table .content-schedule__item td {
        vertical-align: baseline;
        border: none;
        padding: 24px 0 29px; }
        @media (min-width: 1025px) {
          .content-schedule table .content-schedule__item td:first-child {
            width: 250px; } }
        .content-schedule table .content-schedule__item td:nth-child(2) {
          width: 38px; }
      .content-schedule table .content-schedule__item span {
        display: block; }
  .content-schedule__type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: -9px;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
    padding: 6px;
    width: 30px;
    height: 30px;
    background: #f5f5f8; }
    .content-schedule__type svg {
      display: block;
      width: 100%;
      height: 100%; }
      .content-schedule__type svg.icon-racket-2 {
        width: 14px;
        height: 15px; }

.content-anchor-links {
  margin-bottom: 40px;
  border-top: 1px solid rgba(212, 212, 214, 0.5);
  padding: 8px 0;
  font-size: 14px;
  line-height: 16px; }
  .content-anchor-links a {
    position: relative;
    display: inline-block;
    margin-right: 24px;
    padding: 8px 0;
    text-decoration: none;
    color: inherit;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out; }
    .content-anchor-links a::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      width: 0;
      height: 1px;
      background: currentColor;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: width 0.3s ease-out;
      -o-transition: width 0.3s ease-out;
      -moz-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out; }
    .content-anchor-links a:hover {
      color: #1d75bd; }
      .content-anchor-links a:hover::before {
        width: 100%; }
    .content-anchor-links a.active {
      color: #1d75bd; }
      .content-anchor-links a.active::before {
        width: 100%; }

.content-gray-block {
  padding: 20px 24px;
  background: rgba(245, 245, 248, 0.6); }
  @media (min-width: 1025px) {
    .content-gray-block {
      padding: 40px 40px 28px; } }

.content-gray-block-2 {
  padding: 20px 24px;
  background: rgba(212, 212, 214, 0.5); }
  .content-gray-block-2 .caption {
    color: #858587; }
  @media (min-width: 1025px) {
    .content-gray-block-2 {
      padding: 32px 32px 40px; } }

.content-files {
  margin-bottom: 40px;
  border-top: 1px solid #d4d4d6;
  padding-top: 40px; }
  .content-files:not(.three-columns-grid) .file-object:not(:last-of-type) {
    margin-bottom: 40px; }

.cookie-warning-message {
  position: fixed;
  left: 50%;
  bottom: 0;
  z-index: 20;
  padding: 20px 30px;
  width: 100vw;
  -webkit-box-shadow: 0 0 30px rgba(1, 9, 7, 0.3);
     -moz-box-shadow: 0 0 30px rgba(1, 9, 7, 0.3);
          box-shadow: 0 0 30px rgba(1, 9, 7, 0.3);
  font-size: 16px;
  line-height: 22px;
  background: #fff;
  -webkit-transform: translateX(-50%);
     -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
       -o-transform: translateX(-50%);
          transform: translateX(-50%); }
  .cookie-warning-message__text {
    margin-bottom: 20px; }
  .cookie-warning-message__buttons {
    text-align: center; }
  .cookie-warning-message--hided {
    display: none !important; }
  @media (min-width: 1025px) {
    .cookie-warning-message {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
         -moz-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 30px 40px;
      width: 65vw; }
      .cookie-warning-message__text {
        margin-bottom: 0;
        padding-right: 20px; }
      .cookie-warning-message__buttons {
        text-align: left; } }

.news-hub {
  padding: 30px 0; }
  @media (max-width: 1024px) {
    .news-hub__button-to-top {
      display: none; } }
  @media (min-width: 1025px) {
    .news-hub__button-to-bottom {
      display: none; } }
  .news-hub__filter {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    font-size: 16px;
    line-height: 40px; }
    .news-hub__filter a,
    .news-hub__filter button {
      position: relative;
      display: block;
      outline: none;
      border: none;
      padding: 0;
      height: 40px;
      text-decoration: none;
      color: inherit;
      background: none;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out;
      cursor: pointer; }
      .news-hub__filter a::before,
      .news-hub__filter button::before {
        content: "";
        position: absolute;
        left: -webkit-calc(100% + 15px);
        left: -moz-calc(100% + 15px);
        left: calc(100% + 15px);
        top: 50%;
        display: block;
        width: 53px;
        height: 1px;
        background: transparent; }
        @media (max-width: 1024px) {
          .news-hub__filter a::before,
          .news-hub__filter button::before {
            display: none; } }
      .news-hub__filter a.active,
      .news-hub__filter button.active {
        color: #1d75bd; }
        .news-hub__filter a.active::before,
        .news-hub__filter button.active::before {
          background: currentColor; }
        @media (max-width: 1024px) {
          .news-hub__filter a.active,
          .news-hub__filter button.active {
            border-color: #1d75bd;
            color: inherit; } }
      @media (max-width: 1024px) {
        .news-hub__filter a,
        .news-hub__filter button {
          display: inline-block;
          vertical-align: bottom;
          margin-left: 20px;
          border-bottom: 2px solid transparent;
          white-space: nowrap; } }
    @media (max-width: 1024px) {
      .news-hub__filter {
        display: block;
        overflow: hidden;
        overflow-x: auto;
        border-bottom: 1px solid #e6e6e6;
        padding-right: 20px;
        white-space: nowrap; } }
  @media (min-width: 1025px) {
    .news-hub {
      padding: 55px 0; } }

.news-hub-grid__side {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  @media (max-width: 1024px) {
    .news-hub-grid__side {
      padding-bottom: 30px; } }
  @media (min-width: 1025px) {
    .news-hub-grid__side {
      height: -webkit-calc(100% - 40px);
      height: -moz-calc(100% - 40px);
      height: calc(100% - 40px);
      max-height: -webkit-calc(100vh - 89px);
      max-height: -moz-calc(100vh - 89px);
      max-height: calc(100vh - 89px); } }

@media (min-width: 1025px) {
  .news-hub-grid {
    display: grid;
    grid-column-gap: 80px;
    grid-template-columns: -webkit-calc(25% - 80px) auto;
    grid-template-columns: -moz-calc(25% - 80px) auto;
    grid-template-columns: calc(25% - 80px) auto; } }

.news-hub-main-article {
  position: relative;
  color: #fff; }
  .news-hub-main-article::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(28%, transparent), to(rgba(1, 9, 7, 0.7)));
    background: -webkit-linear-gradient(top, transparent 28%, rgba(1, 9, 7, 0.7));
    background: -moz-linear-gradient(top, transparent 28%, rgba(1, 9, 7, 0.7));
    background: -o-linear-gradient(top, transparent 28%, rgba(1, 9, 7, 0.7));
    background: linear-gradient(to bottom, transparent 28%, rgba(1, 9, 7, 0.7));
    pointer-events: none; }
  .news-hub-main-article__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 24px; }
    @media (min-width: 1025px) {
      .news-hub-main-article__inner {
        padding: 30px; } }
  .news-hub-main-article__title {
    margin-bottom: 10px; }
  .news-hub-main-article__link {
    display: block;
    height: 100%;
    text-decoration: none;
    color: inherit; }
  .news-hub-main-article__image {
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover; }

.news-hub-sub-article {
  position: relative;
  color: #fff; }
  .news-hub-sub-article__inner {
    position: absolute;
    left: 0;
    bottom: 0;
    padding: 30px;
    width: 100%; }
  .news-hub-sub-article__title {
    margin-bottom: 25px;
    font-size: 22px;
    line-height: 26px; }
  .news-hub-sub-article__image {
    height: 100%;
    background-position: center;
    -webkit-background-size: cover;
       -moz-background-size: cover;
            background-size: cover; }
    .news-hub-sub-article__image--bp-top-center {
      background-position: top center; }

.events-links {
  margin-bottom: 3px; }
  .events-links__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
       -moz-box-flex: 1;
        -ms-flex: 1 50%;
            flex: 1 50%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 20px;
    font-weight: 700;
    font-size: 14px;
    line-height: 18px;
    text-decoration: none;
    text-transform: uppercase;
    color: inherit;
    background: rgba(245, 245, 248, 0.6); }
    .events-links__item:not(:last-child) {
      margin-right: 3px; }
    .events-links__item .icon-calendar {
      -webkit-flex-shrink: 0;
          -ms-flex-negative: 0;
              flex-shrink: 0;
      margin-right: 16px;
      width: 20px;
      height: 20px; }
    .events-links__item .icon-arrow-diag {
      display: inline-block;
      width: 11px;
      height: 11px; }
    @media (max-width: 1024px) {
      .events-links__item {
        margin-right: 0 !important; }
        .events-links__item:not(:last-of-type) {
          border-bottom: 2px solid #fff; } }
    @media (min-width: 1025px) {
      .events-links__item {
        padding: 36px 40px;
        font-size: 10px;
        line-height: 20px; } }
  @media (min-width: 1025px) {
    .events-links {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }
  @media print {
    .events-links {
      display: none; } }

.module-events {
  position: relative;
  padding-top: 120px; }
  .module-events__head-wrapper {
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 20px;
    width: 100%;
    background: #fff; }
    .module-events__head-wrapper.is-sticky::before {
      content: "";
      position: absolute;
      left: -10px;
      bottom: 0;
      display: block;
      width: -webkit-calc(100% + 20px);
      width: -moz-calc(100% + 20px);
      width: calc(100% + 20px);
      height: 10px;
      -webkit-box-shadow: 0 10px 10px rgba(1, 9, 7, 0.1);
         -moz-box-shadow: 0 10px 10px rgba(1, 9, 7, 0.1);
              box-shadow: 0 10px 10px rgba(1, 9, 7, 0.1); }
    @media (max-width: 1024px) {
      .module-events__head-wrapper {
        width: -webkit-calc(100vw - 48px) !important;
        width: -moz-calc(100vw - 48px) !important;
        width: calc(100vw - 48px) !important; } }
  .module-events__months {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    overflow: hidden;
    overflow-x: auto;
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 32px; }
    .module-events__months span {
      position: relative;
      text-transform: capitalize;
      -webkit-transition: color 0.3s ease-out;
      -o-transition: color 0.3s ease-out;
      -moz-transition: color 0.3s ease-out;
      transition: color 0.3s ease-out;
      cursor: pointer; }
      .module-events__months span::before {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        display: block;
        width: 0;
        height: 1px;
        background: currentColor;
        -webkit-transform: translateX(-50%);
           -moz-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%);
        -webkit-transition: width 0.3s ease-out;
        -o-transition: width 0.3s ease-out;
        -moz-transition: width 0.3s ease-out;
        transition: width 0.3s ease-out; }
      .module-events__months span:not(:last-of-type) {
        margin-right: 10px; }
      .module-events__months span:hover {
        color: #1d75bd; }
        .module-events__months span:hover::before {
          width: 100%; }
      .module-events__months span.active {
        color: #1d75bd; }
        .module-events__months span.active::before {
          width: 100%; }
    @media (min-width: 1025px) {
      .module-events__months {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }

.module-events-head {
  margin-bottom: 15px; }
  .module-events-head__button {
    display: inline-block;
    vertical-align: middle;
    outline: none;
    border: none;
    padding: 0;
    width: 40px;
    height: 23px;
    background: none;
    cursor: pointer;
    -webkit-appearance: none !important;
       -moz-appearance: none !important;
            appearance: none !important; }
    .module-events-head__button svg {
      display: block;
      width: 100%;
      height: 100%; }
    .module-events-head__button.for-desktop {
      display: inline-block !important; }
    @media print {
      .module-events-head__button {
        display: none; } }
  .module-events-head .tags-filter {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
  @media (min-width: 1025px) {
    .module-events-head {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
         -moz-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      margin-bottom: 0; } }

.module-events-calendar__month {
  margin-bottom: 24px;
  font-size: 25px;
  line-height: 30px;
  text-transform: capitalize;
  color: #0e0f25; }

.module-events-weeks {
  display: grid;
  grid-gap: 8px;
  grid-template-columns: repeat(1, 1fr);
  margin-bottom: 56px; }
  @media (min-width: 1025px) {
    .module-events-weeks {
      grid-template-columns: repeat(3, 1fr); } }

.module-events-week {
  padding: 24px 24px 8px;
  background: rgba(245, 245, 248, 0.6); }
  .module-events-week__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
       -moz-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 8px; }
  .module-events-week .week-number {
    font-size: 14px;
    line-height: 16px;
    color: rgba(133, 133, 135, 0.5); }
  .module-events-week .title {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 13px;
    line-height: 18px; }
  @media (min-width: 1025px) {
    .module-events-week {
      min-height: 155px; } }

.module-events-block-item {
  padding: 16px 0; }
  .module-events-block-item:not(:last-of-type) {
    border-bottom: 1px solid #d4d4d6; }

.module-events-list {
  vertical-align: baseline;
  border-collapse: collapse;
  width: 100%; }
  .module-events-list .time-period-label {
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px; }
  .module-events-list .title {
    margin-bottom: 6px; }
  .module-events-list .module-events-list-item {
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    cursor: pointer; }
    .module-events-list .module-events-list-item:not(:last-of-type) {
      border-bottom: 1px solid #d4d4d6; }
    .module-events-list .module-events-list-item td {
      vertical-align: baseline;
      border: none;
      padding: 24px 5px 36px; }
      @media (max-width: 1024px) {
        .module-events-list .module-events-list-item td {
          display: block;
          padding: 5px 0; }
          .module-events-list .module-events-list-item td:first-child {
            padding-top: 10px; } }
    .module-events-list .module-events-list-item__buttons-column .button {
      width: 100%; }
      @media (max-width: 1024px) {
        .module-events-list .module-events-list-item__buttons-column .button {
          margin-bottom: 20px; } }
      @media print {
        .module-events-list .module-events-list-item__buttons-column .button {
          display: none; } }
    @media (min-width: 1025px) {
      .module-events-list .module-events-list-item__buttons-column {
        width: 170px;
        text-align: right; } }
    .module-events-list .module-events-list-item:hover {
      color: #1d75bd; }

@media (min-width: 1025px) {
  .tennis-players-slider__title {
    margin-bottom: 0; } }

@media (min-width: 1025px) {
  .tennis-players-slider__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; } }

.tennis-players-slider__header {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
     -moz-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 16px; }
  @media (min-width: 1025px) {
    .tennis-players-slider__header {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
         -moz-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 40px; } }

.tennis-players-slider__filters {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  list-style: none;
  margin: 0 0 12px;
  padding: 0 24px; }
  .tennis-players-slider__filters li {
    position: relative;
    margin-right: 16px;
    padding: 6px 0;
    -webkit-transition: color 0.3s ease-out;
    -o-transition: color 0.3s ease-out;
    -moz-transition: color 0.3s ease-out;
    transition: color 0.3s ease-out;
    cursor: pointer; }
    .tennis-players-slider__filters li::before {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 0;
      display: block;
      width: 0;
      height: 1px;
      background: currentColor;
      -webkit-transform: translateX(-50%);
         -moz-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
           -o-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: width 0.3s ease-out;
      -o-transition: width 0.3s ease-out;
      -moz-transition: width 0.3s ease-out;
      transition: width 0.3s ease-out; }
    .tennis-players-slider__filters li:hover {
      color: rgba(14, 15, 37, 0.6); }
      .tennis-players-slider__filters li:hover::before {
        width: 100%; }
    .tennis-players-slider__filters li.active {
      color: #1d75bd; }
      .tennis-players-slider__filters li.active::before {
        width: 100%; }
  @media (min-width: 1025px) {
    .tennis-players-slider__filters {
      margin: 0;
      padding: 0; } }

.tennis-players-slider__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .tennis-players-slider__nav-item {
    position: relative;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    margin-right: 16px;
    width: 40px;
    height: 40px;
    cursor: pointer; }
    .tennis-players-slider__nav-item::before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      -webkit-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      -moz-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out; }
    .tennis-players-slider__nav-item img {
      display: block;
      width: 100%;
      height: 100%; }
    .tennis-players-slider__nav-item.active::before {
      background: rgba(29, 117, 189, 0.5); }
    @media (max-width: 1024px) {
      .tennis-players-slider__nav-item:first-child {
        margin-left: 24px; } }
  .tennis-players-slider__nav-next-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    outline: none;
    border: none;
    padding: 11px;
    background: #f5f5f8;
    cursor: pointer; }
    .tennis-players-slider__nav-next-button svg {
      width: 17px;
      height: 12px;
      fill: #45525b; }
    @media (max-width: 1024px) {
      .tennis-players-slider__nav-next-button {
        display: none; } }
  @media (max-width: 1024px) {
    .tennis-players-slider__nav {
      overflow: hidden;
      overflow-x: auto; } }

.tennis-players-slider__info-popup {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  overflow: hidden;
  overflow-y: auto;
  width: 100vw;
  height: 100vh;
  color: inherit;
  color: #010907;
  background: #fff; }
  .tennis-players-slider__info-popup__close {
    position: absolute;
    right: 36px;
    top: 36px;
    width: 14px;
    height: 14px; }
    .tennis-players-slider__info-popup__close svg {
      display: block;
      width: 100%;
      height: 100%; }
  .tennis-players-slider__info-popup__body {
    border-bottom: 1px solid #e6e6e6;
    padding: 15px 24px; }
  .tennis-players-slider__info-popup__name {
    margin-bottom: 15px;
    font-weight: 700;
    font-size: 18px;
    line-height: 32px;
    text-transform: uppercase; }
  .tennis-players-slider__info-popup__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
       -moz-box-align: baseline;
        -ms-flex-align: baseline;
            align-items: baseline;
    margin-bottom: 8px; }
    .tennis-players-slider__info-popup__block .divider {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      margin: 0 3px;
      border-bottom: 1px dotted rgba(1, 9, 7, 0.2); }
    .tennis-players-slider__info-popup__block span:first-child {
      opacity: 0.5; }
  .tennis-players-slider__info-popup__socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 32px 0 15px; }

.tennis-players-slider--list-view .tennis-players-slider__header {
  margin-bottom: 32px; }

.tennis-players-slider--list-view .tennis-players-slider-item {
  min-height: 356px;
  color: inherit;
  background: rgba(245, 245, 248, 0.6); }
  .tennis-players-slider--list-view .tennis-players-slider-item:not(:last-of-type)::before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 0;
    border-bottom: 1px solid #d4d4d6;
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    -webkit-transform: translateX(-50%);
       -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
         -o-transform: translateX(-50%);
            transform: translateX(-50%); }
  .tennis-players-slider--list-view .tennis-players-slider-item__age {
    margin-bottom: 16px; }
  .tennis-players-slider--list-view .tennis-players-slider-item__caption {
    margin-bottom: 48px; }
  .tennis-players-slider--list-view .tennis-players-slider-item__divider {
    display: none; }
  .tennis-players-slider--list-view .tennis-players-slider-item .social-buttons svg {
    fill: none; }
  .tennis-players-slider--list-view .tennis-players-slider-item .content-quote__icon {
    color: #ed1d25; }
  .tennis-players-slider--list-view .tennis-players-slider-item .column {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    width: unset; }
    .tennis-players-slider--list-view .tennis-players-slider-item .column:first-child {
      -webkit-flex-basis: 60%;
          -ms-flex-preferred-size: 60%;
              flex-basis: 60%;
      padding: 24px;
      background: none; }
      @media (min-width: 1025px) {
        .tennis-players-slider--list-view .tennis-players-slider-item .column:first-child {
          padding: 40px; } }

@media (max-width: 1024px) {
  .tennis-players-slider--list-view {
    margin-bottom: 30px; } }

@media (min-width: 1025px) {
  .tennis-players-slider {
    margin-bottom: 40px; } }

@media (min-width: 1025px) {
  .tennis-players-slider {
    margin-bottom: 70px; } }

.tennis-players-slider-item {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 540px;
  color: #fff; }
  .tennis-players-slider-item__name {
    margin-bottom: 8px;
    text-transform: uppercase; }
  .tennis-players-slider-item__age {
    margin-bottom: 18px;
    font-weight: 700;
    font-size: 9px;
    line-height: 11px;
    text-transform: uppercase; }
    @media (min-width: 1025px) {
      .tennis-players-slider-item__age {
        margin-bottom: 40px;
        font-size: 13px;
        line-height: 15px; } }
  @media (max-width: 1024px) {
    .tennis-players-slider-item__caption {
      margin-bottom: 10px;
      font-size: 12px;
      line-height: 16px; } }
  .tennis-players-slider-item__mobile-info-button {
    font-weight: 700;
    font-size: 13px;
    line-height: 32px; }
    .tennis-players-slider-item__mobile-info-button .sprite-muscles {
      margin-right: 8px; }
  .tennis-players-slider-item__divider {
    display: none;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
       -moz-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    @media (min-width: 1025px) {
      .tennis-players-slider-item__divider {
        display: block;
        margin-bottom: 55px; } }
  @media (max-width: 1024px) {
    .tennis-players-slider-item__socials {
      grid-column: 1 / 3; }
      .tennis-players-slider-item__socials .content-sharing {
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
           -moz-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; } }
  .tennis-players-slider-item__info {
    display: none;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    grid-gap: 26px;
    grid-template-columns: 1fr 1fr; }
    @media (min-width: 1025px) {
      .tennis-players-slider-item__info--alt {
        grid-template-columns: 33% auto 42% !important; } }
    @media (min-width: 1025px) {
      .tennis-players-slider-item__info {
        display: grid;
        grid-template-columns: 35% auto 35%; } }
  .tennis-players-slider-item__block {
    font-size: 13px;
    line-height: 18px; }
    .tennis-players-slider-item__block span {
      display: block; }
    .tennis-players-slider-item__block span:last-child {
      font-weight: 700; }
  .tennis-players-slider-item__quote {
    grid-column: 1/4; }
    .tennis-players-slider-item__quote .content-quote {
      margin: 0; }
      .tennis-players-slider-item__quote .content-quote__icon {
        color: #fff; }
      .tennis-players-slider-item__quote .content-quote__text {
        padding-right: 0; }
  .tennis-players-slider-item__place {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
    .tennis-players-slider-item__place span:first-child {
      margin-right: 16px;
      font-weight: 500;
      font-size: 47px;
      line-height: 22px; }
    .tennis-players-slider-item__place span:last-child {
      font-weight: 700;
      font-size: 16px;
      line-height: 22px; }
    @media (max-width: 1024px) {
      .tennis-players-slider-item__place {
        grid-column: 1 / 3; } }
  .tennis-players-slider-item__image {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
       -moz-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    min-height: 100%;
    max-height: 600px;
    background: #fff; }
    .tennis-players-slider-item__image::before {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 0;
      display: block;
      width: 100%;
      height: 8px;
      background: transparent;
      -webkit-transition: background 0.3s ease-out;
      -o-transition: background 0.3s ease-out;
      -moz-transition: background 0.3s ease-out;
      transition: background 0.3s ease-out; }
    .tennis-players-slider-item__image img {
      z-index: 1;
      width: 100%;
      -o-object-fit: cover;
         object-fit: cover;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
    @media (max-width: 1024px) {
      .tennis-players-slider-item__image {
        height: 400px;
        min-height: 106.7vw; } }
  .tennis-players-slider-item .column {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
    .tennis-players-slider-item .column:first-child {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
         -moz-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
         -moz-box-orient: vertical;
         -moz-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-ordinal-group: 3;
      -webkit-order: 2;
         -moz-box-ordinal-group: 3;
          -ms-flex-order: 2;
              order: 2;
      padding: 24px;
      background: #1d75bd; }
      @media (min-width: 1025px) {
        .tennis-players-slider-item .column:first-child {
          -webkit-box-flex: unset;
          -webkit-flex-grow: unset;
             -moz-box-flex: unset;
              -ms-flex-positive: unset;
                  flex-grow: unset;
          -webkit-box-ordinal-group: 2;
          -webkit-order: 1;
             -moz-box-ordinal-group: 2;
              -ms-flex-order: 1;
                  order: 1;
          padding: 56px 64px;
          width: 60%; } }
    .tennis-players-slider-item .column:last-child {
      -webkit-box-ordinal-group: 2;
      -webkit-order: 1;
         -moz-box-ordinal-group: 2;
          -ms-flex-order: 1;
              order: 1; }
      @media (min-width: 1025px) {
        .tennis-players-slider-item .column:last-child {
          -webkit-box-ordinal-group: 3;
          -webkit-order: 2;
             -moz-box-ordinal-group: 3;
              -ms-flex-order: 2;
                  order: 2;
          width: 40%; } }
    @media (min-width: 1025px) {
      .tennis-players-slider-item .column {
        width: 50%; } }
  .tennis-players-slider-item .social-buttons svg {
    fill: #fff; }
  .tennis-players-slider-item--with-hover:hover .tennis-players-slider-item__image::before {
    background: #ed1d25; }
  @media (min-width: 1025px) {
    .tennis-players-slider-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
         -moz-box-orient: horizontal;
         -moz-box-direction: normal;
          -ms-flex-direction: row;
              flex-direction: row; } }

.module-certificate-check {
  margin-bottom: 30px; }
  .module-certificate-check__column:first-child {
    -webkit-flex-basis: 60%;
        -ms-flex-preferred-size: 60%;
            flex-basis: 60%;
    padding: 24px;
    background: rgba(245, 245, 248, 0.6); }
    .module-certificate-check__column:first-child h5 {
      margin-bottom: 40px; }
    @media (max-width: 1024px) {
      .module-certificate-check__column:first-child .check-button {
        width: 100%; } }
    @media (min-width: 1025px) {
      .module-certificate-check__column:first-child {
        padding: 64px; } }
  .module-certificate-check__column:last-child {
    -webkit-flex-basis: 40%;
        -ms-flex-preferred-size: 40%;
            flex-basis: 40%;
    padding: 24px;
    background: rgba(212, 212, 214, 0.5); }
    .module-certificate-check__column:last-child h5 {
      margin-bottom: 4px; }
    @media (min-width: 1025px) {
      .module-certificate-check__column:last-child {
        padding: 64px 32px 44px; } }
  .module-certificate-check .text-title {
    margin-bottom: 4px !important;
    font-weight: 500; }
  @media (min-width: 1025px) {
    .module-certificate-check {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; } }

/*# sourceMappingURL=main.css.map */
