@font-face {
  font-family: "3MCircularTT-Bold_2";
  src: url("../fonts/3MCircularTT-Bold_2.ttf"); }

@font-face {
  font-family: "3MCircularTT-BoldItalic_2";
  src: url("../fonts/3MCircularTT-BoldItalic_2.ttf"); }

@font-face {
  font-family: "3MCircularTT-Book_2";
  src: url("../fonts/3MCircularTT-Book_2.ttf"); }

@font-face {
  font-family: "3MCircularTT-BookItalic";
  src: url("../fonts/3MCircularTT-BookItalic.ttf"); }

html {
  box-sizing: border-box; }

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

html,
body,
body div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
figure,
footer,
header,
nav,
section,
time,
mark,
audio,
video,
details {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent; }

article,
aside,
figure,
footer,
header,
nav,
section,
details {
  display: block; }

ul li {
  list-style: none; }

a {
  text-decoration: none; }

body {
  overflow-x: hidden; }

body,
a,
p,
button {
  font-family: "3MCircularTT-Book_2", sans-serif;
  font-weight: 400; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "3MCircularTT-Book_2", sans-serif;
  font-weight: 700; }

button,
a,
video {
  outline: none; }
  button:focus,
  a:focus,
  video:focus {
    outline: none; }
  button::-moz-focus-inner,
  a::-moz-focus-inner,
  video::-moz-focus-inner {
    border: 0; }

.link-disabled {
  cursor: not-allowed;
  opacity: .7; }

html {
  scrollbar-width: thin;
  scrollbar-color: rgba(1, 198, 221, 0.8) transparent;
  scroll-behavior: smooth; }
  html::-webkit-scrollbar {
    width: 10px; }
  html::-webkit-scrollbar {
    background-color: transparent;
    /* or add it to the track */ }
  html::-webkit-scrollbar-thumb {
    background: rgba(1, 198, 221, 0.8); }

select:focus,
button:focus {
  outline: none; }

input:focus,
textarea:focus {
  outline: #01c6dd; }

section {
  position: relative; }

.site {
  opacity: 0; }
  .site-content {
    position: relative; }

.main-info {
  min-height: 100vh; }

@media (min-width: 1200px) {
  .container, .container--big {
    max-width: 1170px; } }

.container--big {
  min-width: 100vw; }
  @media (min-width: 576px) {
    .container--big {
      min-width: 100vw; } }
  @media (min-width: 767px) {
    .container--big {
      min-width: 100vw; } }
  @media (min-width: 992px) {
    .container--big {
      min-width: 100vw; } }
  @media (min-width: 1200px) {
    .container--big {
      min-width: 1170px; } }
  @media (min-width: 1601px) {
    .container--big {
      min-width: 1400px; } }

.page-button {
  font-size: 14px;
  color: #000000;
  font-family: "3MCircularTT-Bold_2", sans-serif;
  text-transform: uppercase;
  line-height: 1.5;
  display: inline-block;
  border: 1px solid #a3e200;
  position: relative;
  transition: .4s ease;
  overflow: hidden;
  padding: 10px 0px;
  width: 182px;
  text-align: center; }
  .page-button--mini {
    width: 220px;
    border: 1px solid #4b4b4b; }
  .page-button--light {
    background: #FFFFFF; }
  .page-button--white {
    border-color: #FFFFFF;
    color: #FFFFFF; }
  .page-button--orange {
    border-color: #f68c1c; }
  .page-button--banner {
    width: 290px;
    font-size: 12px; }
    @media (min-width: 576px) {
      .page-button--banner {
        font-size: 14px;
        width: 370px; } }
  .page-button:after {
    content: "";
    width: 4.3%;
    height: 150%;
    top: -25%;
    left: 47.5%;
    transform: rotate(-45deg) scaleX(0) scaleY(2);
    transition: .4s ease;
    position: absolute;
    background: linear-gradient(90deg, #8c006e, #ff0000 34%, #f9a51a 68%, #f5821e);
    opacity: 0; }
  .page-button:hover {
    color: #FFFFFF; }
    .page-button:hover:after {
      opacity: 1;
      transform: rotate(-45deg) scaleX(16.5) scaleY(16); }
  .page-button__text {
    position: relative;
    z-index: 5; }

.page-decoration {
  background: linear-gradient(90deg, #8c006e, #ff0000 34%, #f9a51a 68%, #f5821e);
  width: 100%;
  height: 3px;
  margin-top: 50px; }
  .page-decoration--alt {
    background: linear-gradient(90deg, #00c8e6, #004be6 34%, #211e97 68%, #8128b4); }
  .page-decoration--science {
    background: linear-gradient(90deg, #01c6dd, #a3e200); }

@media (min-width: 576px) {
  .page-intro {
    background: #f2f2f2; } }

.page-intro__image {
  width: 100%;
  margin-top: 15px; }

.page-intro__title {
  padding-bottom: 40px; }

.page-intro__text {
  text-align: center; }
  .page-intro__text p {
    text-align: center; }

.page-intro__wrap {
  text-align: center;
  padding-bottom: 50px;
  padding-top: 120px; }
  @media (min-width: 1200px) {
    .page-intro__wrap {
      padding-top: 227px; } }
  .page-intro__wrap--podcasts {
    text-align: left; }
    .page-intro__wrap--podcasts .page-intro__text, .page-intro__wrap--podcasts p {
      text-align: left; }

.page-subtitle, .footer__title {
  font-size: 18px;
  font-family: "3MCircularTT-Bold_2", sans-serif;
  line-height: 1.25;
  color: #000000; }

.page-title {
  font-family: "3MCircularTT-Bold_2", sans-serif;
  font-size: 33px;
  line-height: 0.91;
  text-align: center;
  color: #000000; }

.page-bg {
  position: fixed;
  width: 100vw;
  top: 0;
  left: 0;
  height: 100%;
  z-index: -1; }
  .page-bg__item {
    width: 33.75vw;
    top: 0;
    height: 100%; }
    .page-bg__item--left {
      left: 0;
      background: url("../img/left-bg.svg") repeat-y top/100%; }
    .page-bg__item--right {
      right: 0;
      background: url("../img/right-bg.svg") repeat-y top/100%; }

.page-text, .news-card__text p, .news-post__text p {
  font-size: 16px;
  font-family: "3MCircularTT-Book_2", sans-serif;
  color: #4b4b4b;
  line-height: 1.4; }
  .page-text--mini {
    font-size: 12px; }
  @media (min-width: 767px) {
    .page-text, .news-card__text p, .news-post__text p {
      line-height: 1.6; } }
  .page-text p, .news-card__text p p, .news-post__text p p {
    font-size: 16px;
    font-family: "3MCircularTT-Book_2", sans-serif;
    color: #4b4b4b;
    line-height: 1.4; }
    @media (min-width: 767px) {
      .page-text p, .news-card__text p p, .news-post__text p p {
        line-height: 1.6; } }

.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
  width: 100vw; }
  @media (min-width: 1200px) {
    .header--scroll .header__container {
      padding-bottom: 10px; }
    .header--scroll .header__bottomline {
      padding-top: 10px; } }
  .header__container {
    position: relative;
    transition: .5s ease-in-out;
    background: #FFFFFF; }
    @media (min-width: 1200px) {
      .header__container {
        padding: 20px 20px 30px 21px; } }
    @media (min-width: 1400px) {
      .header__container {
        padding: 15px 35px 30px 40px; } }
  .header__topline {
    padding: 10px 20px;
    position: relative;
    z-index: 5;
    background: #FFFFFF; }
    @media (min-width: 1200px) {
      .header__topline {
        padding: 0; } }
  .header__logo {
    width: 182px; }
    .header__logo-image {
      width: 100%; }
  .header__link {
    margin-left: 33px; }
  .header__links {
    padding-bottom: 20px; }
    .header__links-item {
      font-size: 14px;
      transition: .4s ease;
      line-height: 1.5;
      color: #000000;
      font-family: "3MCircularTT-Bold_2", sans-serif; }
      .header__links-item:hover {
        opacity: .7; }
      .header__links-item--first {
        padding-right: 15px;
        border-right: 1px solid #000000; }
      .header__links-item--second {
        padding-left: 15px; }
  .header__bottomline {
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    background: #FFFFFF;
    width: 100%;
    position: absolute;
    left: 0;
    top: 100%;
    z-index: 4;
    transition: .5s ease-in-out;
    transform: translateY(-100%); }
    .header__bottomline--open {
      transform: translateY(0px); }
    @media (min-width: 1200px) {
      .header__bottomline {
        padding-top: 30px;
        padding-bottom: 0px;
        transform: translateY(0);
        position: static;
        text-align: left; } }
  .header__navigation-file {
    display: block;
    margin: 10px 0;
    font-size: 13px;
    line-height: 1.5;
    font-family: "3MCircularTT-Book_2", sans-serif;
    color: #000000;
    text-transform: uppercase;
    transition: .3s ease;
    border-bottom: 1px solid transparent; }
    @media (min-width: 1200px) {
      .header__navigation-file {
        margin: 0 30px 0 0; } }
    @media (min-width: 1400px) {
      .header__navigation-file {
        margin: 0 52px 0 0; } }
    @media (min-width: 1200px) {
      .header__navigation-file:hover {
        border-color: #01c6dd; } }
  .header__navigation-list li {
    margin: 10px 0; }
    @media (min-width: 1200px) {
      .header__navigation-list li {
        margin: 0 20px 0 0; } }
    @media (min-width: 1400px) {
      .header__navigation-list li {
        margin: 0 25px 0 0; } }
  .header__navigation-list .item--distinction a {
    background: #f68c1c;
    padding: 7px 28px;
    color: #FFFFFF;
    position: relative; }
    .header__navigation-list .item--distinction a:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background: red;
      background: linear-gradient(90deg, #8c006e, #ff0000 34%, #f9a51a 68%, #f5821e);
      z-index: -1;
      transition: .3s ease; }
    .header__navigation-list .item--distinction a:hover {
      border-color: transparent;
      background: transparent; }
      .header__navigation-list .item--distinction a:hover:after {
        transform: scaleY(1.1) scaleX(1.05); }
  .header__navigation-list a {
    font-size: 13px;
    line-height: 1.5;
    font-family: "3MCircularTT-Book_2", sans-serif;
    color: #000000;
    text-transform: uppercase;
    transition: .3s ease;
    border-bottom: 1px solid transparent; }
    @media (min-width: 1200px) {
      .header__navigation-list a {
        padding-bottom: 5px; }
        .header__navigation-list a:hover {
          border-color: #01c6dd; } }
  .header__navigation-list .active-link {
    border-color: #01c6dd; }
  .header__lang {
    padding-left: 5px;
    margin: 15px 0; }
    @media (min-width: 1200px) {
      .header__lang {
        margin: 0; } }
    .header__lang-text {
      font-size: 14px;
      line-height: 1.5;
      font-family: "3MCircularTT-Book_2", sans-serif;
      color: #000000;
      text-transform: uppercase; }
    .header__lang-icon {
      width: 10px;
      margin-left: 5px; }
  .header__sm-list {
    padding-top: 10px; }
    @media (min-width: 1200px) {
      .header__sm-list {
        padding-top: 0; } }
  .header__sm-item {
    margin: 0 10px;
    transition: .3s ease; }
    .header__sm-item:hover {
      opacity: .7; }
    @media (min-width: 1200px) {
      .header__sm-item {
        margin: 0 0 0 16px; } }
  .header__sm-icon {
    width: 27px;
    height: 27px; }
  .header__button {
    width: 33px;
    padding: 10px 0;
    margin: 0 15px 0 0;
    background: 0;
    border: none;
    transition: 0.4s ease-out;
    margin-bottom: 6px;
    outline: none; }
    .header__button-line {
      display: block;
      height: 3px;
      width: 100%;
      background: #000000;
      margin-top: 9px;
      transition: 0.4s ease-out;
      transform-origin: right; }
    .header__button--open {
      left: 0; }
      .header__button--open .header__button-line--first {
        transform: rotate(-45deg); }
      .header__button--open .header__button-line--second {
        transform-origin: left;
        transform: translateY(15px);
        opacity: 0; }
      .header__button--open .header__button-line--third {
        transform: rotate(45deg); }
  .header__decoration {
    position: absolute;
    left: 0;
    top: 100%;
    height: 5px;
    width: 100%;
    background: linear-gradient(90deg, #8c006e, #ff0000 34%, #f9a51a 68%, #f5821e); }

.banner {
  overflow: hidden;
  position: relative;
  background: url(../img/banner.jpg) no-repeat right/cover;
  background-attachment: fixed; }
  .banner--contact {
    margin-top: 40px; }
  .banner__wrapper--contact {
    padding-top: 120px; }
    @media (min-width: 1200px) {
      .banner__wrapper--contact {
        padding-top: 214px; } }
  .banner__button-wrap--contact {
    position: absolute;
    bottom: 26px;
    right: 50%;
    z-index: 5;
    transform: translate(50%); }
    @media (min-width: 992px) {
      .banner__button-wrap--contact {
        transform: translate(0%);
        right: 37px; } }
  .banner__video {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: 1; }
    .banner__video-item {
      display: block;
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .banner__icon {
    position: absolute;
    bottom: 36px;
    width: 170px;
    right: calc(50% - 85px); }
    @media (min-width: 576px) {
      .banner__icon {
        right: 70px;
        width: auto; } }
  .banner__info {
    position: relative;
    z-index: 2;
    height: 100vh;
    min-height: 500px;
    padding-top: 50px;
    max-height: 600px; }
    @media (min-width: 992px) {
      .banner__info {
        max-height: 1000px; } }
    @media (min-width: 1200px) {
      .banner__info {
        min-height: 640px;
        padding-top: 90px; } }
    .banner__info-wrap {
      height: 100%; }
    .banner__info-logo {
      margin: 0 auto;
      display: inline-block;
      width: 100px; }
      @media (min-width: 992px) {
        .banner__info-logo {
          width: 137px; } }
    .banner__info--contact {
      height: 375px; }
      @media (min-width: 992px) {
        .banner__info--contact {
          height: 375px;
          padding-bottom: 0; } }
    .banner__info-slider {
      position: relative;
      height: 30px;
      width: 110px;
      overflow: hidden; }
      @media (min-width: 576px) {
        .banner__info-slider {
          height: 60px;
          width: 200px; } }
    .banner__info-title {
      color: #FFFFFF;
      line-height: 1.45;
      font-family: "3MCircularTT-Book_2", sans-serif;
      line-height: 1.12;
      color: #fff;
      font-size: 50px;
      text-transform: uppercase; }
      @media (min-width: 576px) {
        .banner__info-title {
          font-size: 75px; } }
      @media (min-width: 1200px) {
        .banner__info-title {
          font-size: 97px; } }
      .banner__info-title span {
        text-transform: uppercase;
        font-size: 25px; }
        @media (min-width: 576px) {
          .banner__info-title span {
            font-size: 35px; } }
        @media (min-width: 1200px) {
          .banner__info-title span {
            font-size: 48px; } }
    .banner__info-title {
      margin-bottom: 15px;
      text-align: center; }
      @media (min-width: 576px) {
        .banner__info-title {
          text-align: left; } }
      @media (min-width: 767px) {
        .banner__info-title {
          margin-bottom: 30px; } }
      @media (min-width: 1200px) {
        .banner__info-title {
          margin-bottom: 72px; } }
      .banner__info-title--image {
        padding: 0 15px; }
    .banner__info-slide {
      position: absolute;
      left: 0;
      top: 0;
      font-family: "3MCircularTT-Bold_2", sans-serif;
      display: block;
      margin-left: 10px;
      opacity: 0; }
    .banner__info-link:hover .banner__info-icon {
      transform: scale(1.2); }
    .banner__info-text {
      color: #FFFFFF;
      font-family: "3MCircularTT-Bold_2", sans-serif;
      line-height: 1.5;
      margin-right: 20px;
      font-size: 12px; }
      @media (min-width: 767px) {
        .banner__info-text {
          font-size: 14px; } }
    .banner__info-icon {
      width: 26px;
      transition: .3s ease;
      margin-bottom: 4px; }

.intro-wrap {
  background: #FFFFFF; }
  @media (min-width: 767px) {
    .intro-wrap {
      background: #f9f9f9; } }

.intro-info {
  text-align: left; }
  .intro-info__wrap {
    position: relative;
    top: -50px;
    background: #FFFFFF;
    padding-top: 61px; }
    @media (min-width: 767px) {
      .intro-info__wrap {
        background: #f9f9f9; } }
  .intro-info__title {
    padding-bottom: 49px; }

.intro-quote__wrap {
  background: #FFFFFF;
  position: relative;
  text-align: center;
  padding: 50px 0;
  z-index: 1; }
  @media (min-width: 576px) {
    .intro-quote__wrap {
      top: 30px;
      padding: 70px 76px 70px; } }
  @media (min-width: 767px) {
    .intro-quote__wrap {
      text-align: left; } }

.intro-quote__image {
  max-width: 100%; }

.intro-quote__title {
  font-family: "3MCircularTT-Bold_2", sans-serif;
  font-size: 21px;
  line-height: 1.43;
  color: #000000;
  padding-top: 20px;
  border-top: 3px solid #8128b4;
  margin-top: 30px; }
  @media (min-width: 767px) {
    .intro-quote__title {
      margin-top: 0px; } }

.intro-quote__text {
  padding-top: 30px;
  font-family: "3MCircularTT-BookItalic", sans-serif; }

.intro-quote__name {
  padding-top: 40px;
  font-size: 24px;
  font-family: "3MCircularTT-Book_2", sans-serif;
  color: #000000;
  text-align: right; }

.intro-quote__position {
  text-align: right;
  padding-top: 10px;
  font-size: 16px;
  font-family: "3MCircularTT-BookItalic", sans-serif; }

.intro--video {
  padding-top: 170px; }

.report-wrap {
  background: url("../img/report-bg.jpg") no-repeat center/cover;
  padding-top: 25px;
  padding-bottom: 50px; }
  @media (min-width: 576px) {
    .report-wrap {
      padding-top: 50px;
      padding-bottom: 50px; } }
  @media (min-width: 992px) {
    .report-wrap {
      padding-top: 100px;
      padding-bottom: 100px; } }

.report__title {
  font-family: "3MCircularTT-Bold_2", sans-serif;
  font-size: 21px;
  line-height: 1.43;
  color: #FFFFFF;
  padding-top: 20px;
  border-top: 3px solid #FFFFFF;
  margin-top: 50px; }

.report__subtitle {
  font-family: "3MCircularTT-Bold_2", sans-serif;
  color: #FFFFFF;
  margin: 10px 0 15px;
  font-size: 32px; }
  @media (min-width: 576px) {
    .report__subtitle {
      font-size: 37px;
      margin: 30px 0 50px; } }
  @media (min-width: 992px) {
    .report__subtitle {
      font-size: 48px; } }

.report__img {
  margin-top: 40px;
  max-width: 100%; }
  @media (min-width: 576px) {
    .report__img {
      margin-top: 0; } }

.map {
  padding-top: 67px;
  padding-bottom: 50px; }
  @media (min-width: 767px) {
    .map {
      padding-bottom: 35px;
      background: linear-gradient(#FFFFFF 93%, #f9f9f9 7%); } }
  .map__title {
    padding-bottom: 63px; }
  .map-panel {
    position: relative; }
    .map-panel__decoration {
      background: linear-gradient(90deg, #00c8e6, #004be6 34%, #211e97 68%, #8128b4);
      bottom: 0;
      height: 4px;
      position: absolute; }
    .map-panel__button {
      padding: 0;
      border: none;
      background: transparent;
      text-transform: uppercase;
      padding-bottom: 20px;
      color: #000000;
      cursor: pointer;
      width: 26%;
      margin: 0;
      font-size: 10px; }
      @media (min-width: 576px) {
        .map-panel__button {
          font-size: 12px;
          width: 26%;
          margin: 0 10px; } }
      @media (min-width: 767px) {
        .map-panel__button {
          width: auto;
          margin: 0 23px; } }
      @media (min-width: 1200px) {
        .map-panel__button {
          font-size: 16px; } }
      @media (min-width: 1600px) {
        .map-panel__button {
          margin: 0 45px; } }
  .map-tab {
    position: relative;
    z-index: 1; }
    @media (min-width: 992px) {
      .map-tab {
        box-shadow: 0px 5px 15px #f2f2f2; } }
    .map-tab__image {
      max-width: 100%;
      display: block; }
    @media (min-width: 767px) {
      .map-tab__info {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 48px 41px; } }
    .map-tab__title {
      color: #000000;
      font-family: "3MCircularTT-Bold_2", sans-serif;
      padding-bottom: 15px;
      margin-top: 30px;
      font-size: 23px; }
      @media (min-width: 767px) {
        .map-tab__title {
          font-size: 33px;
          margin-top: 0px; } }
    .map-tab__box {
      width: 100%;
      margin-bottom: 10px; }
      @media (min-width: 576px) {
        .map-tab__box {
          width: auto;
          margin-bottom: 0px;
          padding-right: 32px;
          padding-left: 32px;
          border-left: 1px solid #000000; } }
      .map-tab__box:first-of-type {
        border-left: none;
        padding-left: 0; }
    .map-tab__numbers {
      line-height: 1.67;
      color: #000000;
      font-size: 18px;
      font-family: "3MCircularTT-Bold_2", sans-serif; }
    .map-tab__desc {
      font-size: 12px;
      color: #000000;
      font-family: "3MCircularTT-Bold_2", sans-serif; }

.news {
  background: #f9f9f9;
  padding-top: 40px; }
  @media (min-width: 767px) {
    .news {
      padding-top: 60px; } }
  .news-intro {
    text-align: center;
    padding-bottom: 72px; }
    .news-intro__title {
      padding-bottom: 47px; }
  .news-card {
    margin-bottom: 30px;
    box-shadow: 0px 5px 15px #f2f2f2;
    width: 260px;
    margin-left: auto;
    margin-right: auto;
    transition: .3s ease;
    background: #FFFFFF; }
    @media (min-width: 576px) {
      .news-card {
        width: 100%; } }
    @media (min-width: 992px) {
      .news-card:hover {
        box-shadow: 0px 5px 25px #d9d9d9; } }
    .news-card__img {
      width: 100%; }
    .news-card__caption {
      background: #FFFFFF;
      padding: 20px 27px; }
    .news-card__date, .news-post__date {
      font-size: 14px;
      color: #000000;
      font-family: "3MCircularTT-Book_2", sans-serif;
      margin-bottom: 11px; }
    .news-card__title, .news-post__title {
      color: #000000;
      font-size: 21px;
      font-family: "3MCircularTT-Bold_2", sans-serif;
      margin-bottom: 20px; }
    .news-card__text p {
      font-size: 14px; }
  .news__link {
    cursor: pointer; }
    .news__link-wrapper {
      padding-top: 25px;
      padding-bottom: 55px; }
  .news-post {
    padding-top: 140px;
    background: #FFFFFF;
    padding-bottom: 30px; }
    @media (min-width: 1200px) {
      .news-post {
        padding-bottom: 73px;
        padding-top: 204px; } }
    .news-post__img {
      width: 100%;
      margin: 50px 0; }
    .news-post__text p {
      margin-bottom: 15px; }
      .news-post__text p strong, .news-post__text p b {
        font-family: "3MCircularTT-Bold_2", sans-serif; }
      .news-post__text p i {
        font-style: italic; }
    .news-post__line {
      background: #f9f9f9;
      padding-top: 63px; }
    .news-post__back-text {
      margin-left: 10px;
      font-size: 16px;
      color: #000000;
      font-family: "3MCircularTT-Bold_2", sans-serif; }
    .news-post__back-wrap {
      margin-top: 51px; }

.footer {
  text-align: center; }
  @media (min-width: 992px) {
    .footer {
      text-align: left; } }
  .footer__container {
    background-image: repeating-linear-gradient(-45deg, #f2f2f2 0 1px, #FFFFFF 1px 5px);
    position: relative; }
  .footer__decoration {
    height: 10px;
    width: 100%;
    background: linear-gradient(90deg, #00c8e6, #004be6 34%, #211e97 68%, #8128b4); }
  .footer__content {
    padding: 30px; }
    @media (min-width: 1200px) {
      .footer__content {
        padding: 45px 50px; } }
  .footer__title {
    margin-bottom: 20px; }
    @media (min-width: 992px) {
      .footer__title {
        margin-bottom: 0px; } }
    @media (max-width: 1200px) {
      .footer__title {
        font-size: 20px; } }
  .footer__navigation {
    padding-left: 30px; }
    .footer__navigation-file {
      margin-top: 30px;
      text-align: center;
      display: block;
      margin-bottom: 14px;
      font-size: 14px;
      font-family: "3MCircularTT-Book_2", sans-serif;
      line-height: 1.5;
      color: #000000;
      text-transform: uppercase;
      transition: .2s ease; }
      @media (min-width: 992px) {
        .footer__navigation-file {
          margin-top: 0px; } }
      .footer__navigation-file:hover {
        color: rgba(0, 0, 0, 0.6); }
  .footer__list {
    margin-bottom: 30px;
    text-align: center; }
    @media (min-width: 992px) {
      .footer__list {
        margin-bottom: 0px; } }
    .footer__list li {
      margin-bottom: 14px; }
    .footer__list a {
      font-size: 14px;
      font-family: "3MCircularTT-Book_2", sans-serif;
      line-height: 1.5;
      color: #000000;
      text-transform: uppercase;
      transition: .2s ease; }
      .footer__list a:hover {
        color: rgba(0, 0, 0, 0.6); }
  .footer__sm {
    padding-top: 40px; }
    @media (min-width: 992px) {
      .footer__sm {
        padding-left: 75px; } }
    .footer__sm-title {
      font-size: 14px;
      font-family: "3MCircularTT-Bold_2", sans-serif;
      line-height: 1.5;
      color: #000000;
      margin-bottom: 10px;
      margin-right: 30px; }
      @media (min-width: 1200px) {
        .footer__sm-title {
          margin-bottom: 0px;
          margin-left: 0px; } }
    .footer__sm-link {
      transition: .2s ease; }
      .footer__sm-link:hover {
        opacity: .7; }
    .footer__sm-item {
      margin: 0 10px; }
      @media (min-width: 1200px) {
        .footer__sm-item {
          margin: 0 0 0 16px; } }
    .footer__sm-icon {
      width: 27px;
      height: 27px; }
  .footer__text {
    font-size: 12px;
    font-family: "3MCircularTT-Bold_2", sans-serif;
    line-height: 1.42;
    color: #000000;
    text-align: center; }
  .footer__links {
    padding-right: 30px; }
    .footer__links-item {
      font-size: 12px;
      line-height: 1.5;
      color: #000000;
      font-family: "3MCircularTT-Bold_2", sans-serif;
      transition: .2s ease; }
      .footer__links-item:hover {
        color: rgba(0, 0, 0, 0.6); }
      .footer__links-item--first {
        padding-right: 15px;
        border-right: 1px solid #000000; }
      .footer__links-item--second {
        padding-left: 15px; }
  .footer__bottom {
    padding: 80px 0 30px; }
  .footer__logo {
    margin-bottom: 30px;
    width: 182px; }
    @media (min-width: 576px) {
      .footer__logo {
        margin-bottom: 0px; } }
    .footer__logo-wrap {
      text-align: center;
      margin-bottom: 20px; }
      @media (min-width: 992px) {
        .footer__logo-wrap {
          margin-bottom: 0;
          text-align: left; } }
    .footer__logo-image {
      width: 100%; }
    .footer__logo-text {
      text-align: center; }

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box; }
  .glide * {
    box-sizing: inherit; }
  .glide__track {
    overflow: hidden;
    margin: -80px; }
    @media (max-width: 767px) {
      .glide__track {
        margin: -20px; } }
  .glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    backface-visibility: hidden;
    transform-style: preserve-3d;
    touch-action: pan-Y;
    overflow: hidden;
    padding: 0;
    white-space: nowrap;
    display: flex;
    flex-wrap: nowrap;
    will-change: transform;
    padding: 40px 80px; }
    @media (max-width: 767px) {
      .glide__slides {
        padding: 20px; } }
    .glide__slides--dragging {
      user-select: none; }
  .glide__slide {
    width: 100%;
    height: 100%;
    flex-shrink: 0;
    white-space: normal;
    user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      user-select: none; }
  .glide__arrows {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide__bullets {
    -webkit-touch-callout: none;
    user-select: none; }
  .glide--rtl {
    direction: rtl; }

.glide__slide {
  opacity: 0.6;
  filter: blur(1px);
  transition: 0.2s ease-in; }
  .glide__slide--active {
    filter: none;
    opacity: 1;
    transform: scale(1.1);
    z-index: 99; }

.video {
  background: #f9f9f9;
  padding-top: 10px;
  padding-bottom: 100px; }
  @media (max-width: 767px) {
    .video {
      padding-top: 50px;
      padding-bottom: 50px; } }
  .video-intro {
    text-align: center;
    padding-bottom: 100px; }
    @media (max-width: 767px) {
      .video-intro {
        padding-bottom: 40px; } }
    .video-intro__title {
      padding-bottom: 47px; }
  .video-controls {
    cursor: pointer;
    position: absolute;
    transform: translateY(-50%);
    top: 50%; }
    .video-controls__prev {
      left: -150px; }
      @media (max-width: 767px) {
        .video-controls__prev {
          left: -60px; } }
    .video-controls__next {
      right: -150px; }
      @media (max-width: 767px) {
        .video-controls__next {
          right: -60px; } }
