@charset "UTF-8";
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

main {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted;
}

b,
strong {
  font-weight: bolder;
}

code,
kbd,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
}

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.15;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: 100%;
}

html {
  font-family: "Open Sans", sans-serif;
  font-size: 15px;
  line-height: normal;
  font-weight: 400;
  color: #676B81;
  height: 100%;
  min-height: 320px;
  min-width: 320px;
  background: #fff;
}

body {
  position: relative;
  height: 100%;
  overflow-x: hidden;
}
html._popup-open.desktop body {
  overflow: hidden;
}

a {
  color: #3952A2;
  transition: color 0.2s ease;
}
a:hover {
  color: #D51E38;
}

.wrap {
  width: 1220px;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width: 1279px) {
  .wrap {
    width: 820px;
  }
}
@media (max-width: 999px) {
  .wrap {
    width: 670px;
  }
}
@media (max-width: 767px) {
  .wrap {
    width: auto;
    margin-left: 20px;
    margin-right: 20px;
  }
}

.text-wrap {
  width: 680px;
  margin: 0 auto;
}
@media (max-width: 1279px) {
  .text-wrap {
    width: 630px;
  }
}
@media (max-width: 999px) {
  .text-wrap {
    width: 670px;
  }
}
@media (max-width: 767px) {
  .text-wrap {
    width: 100%;
  }
}

.header-wrap {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.header {
  position: absolute;
  width: 100%;
  height: 1px;
  box-sizing: border-box;
  transition: transform 0.5s ease;
}
.header:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 180px;
  background: linear-gradient(180deg, #fff 70%, rgba(255, 255, 255, 0) 100%);
  z-index: 1;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header:before {
    height: 130px;
  }
}
html._header-compact .header {
  transform: translateY(-32px);
}
@media (max-width: 1279px) {
  .header {
    transform: translateY(-32px);
  }
}
@media (max-width: 767px) {
  .header {
    transform: none !important;
  }
}

.header__inner {
  position: relative;
  z-index: 1;
}

.logo {
  display: block;
  width: 104px;
  height: 64px;
  position: absolute;
  left: 90px;
  top: 64px;
  background: url("../img/svg/logo_color_desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  overflow: hidden;
  text-indent: -500px;
}
@media (max-width: 999px) {
  .logo {
    left: 45px;
  }
}
@media (max-width: 767px) {
  .logo {
    left: 50%;
    margin-left: -52px;
    top: 36px;
  }
  html._header-compact .logo {
    transform: translateY(-32px);
    opacity: 0;
    pointer-events: none;
  }
}

.burger {
  display: none;
}
html._header-compact .burger {
  background-color: #3952A2;
  transform: translateY(-10px);
}
html._header-compact .burger svg {
  color: #fff;
}
@media (max-width: 767px) {
  .burger {
    display: block;
    width: 76px;
    height: 75px;
    position: fixed;
    left: 20px;
    top: 30px;
    font-size: 1px;
    color: transparent;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: left center;
    border: 0;
    padding: 0;
    transition: all 0.3s ease;
  }
  .burger svg {
    position: absolute;
    left: 18px;
    top: 27px;
    color: #3952A2;
    transition: inherit;
  }
}

.header__menu {
  position: absolute;
  top: 88px;
  left: 10px;
  right: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .header__menu {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 9;
    box-sizing: border-box;
    background: linear-gradient(180deg, #FFFFFF 0%, #E0E6EB 100%);
    transform: translateX(-100%);
    pointer-events: none;
    transition: all 0.5s ease;
  }
  html._menu-open .header__menu {
    transform: translateX(0);
    pointer-events: auto;
  }
}

.header__menu-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative;
  font-size: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media (max-width: 767px) {
  .header__menu-list {
    width: 100%;
    margin-top: -10px;
    z-index: 3;
  }
}
.header__menu-list li {
  display: inline-block;
  line-height: 20px;
  font-size: 12px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .header__menu-list li {
    display: block;
    margin: 45px 0;
  }
}
@media (max-width: 767px) and (max-height: 399px) {
  .header__menu-list li {
    margin: 20px 0;
  }
}

.header__menu-list li._active {
  pointer-events: none;
}
.header__menu-list li._active a {
  color: #B0B6D2 !important;
  pointer-events: none !important;
}
.header__menu-list a {
  color: #3952A2;
  text-decoration: none;
  padding-left: 27px;
  padding-right: 27px;
  pointer-events: auto;
}
html.desktop .header__menu-list a:hover {
  color: #D51E38;
}

.header__menu-logo {
  display: none;
  width: 76px;
  height: 46px;
  background: url("../img/svg/logo_color_desktop.svg");
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -38px;
  bottom: 50px;
  font-size: 1px;
  color: transparent;
  z-index: 2;
}
@media (max-width: 767px) {
  .header__menu-logo {
    display: block;
  }
}
@media (max-width: 767px) and (max-height: 399px) {
  .header__menu-logo {
    bottom: 15px;
  }
}

.header__menu-close {
  display: none;
}
@media (max-width: 767px) {
  .header__menu-close {
    display: block;
    width: 76px;
    height: 75px;
    position: absolute;
    left: 50%;
    margin-left: -38px;
    top: 30px;
    z-index: 2;
    font-size: 1px;
    color: transparent;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='40' height='21' viewBox='0 0 40 21' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline y1='0.5' x2='40' y2='0.5' stroke='%23D51E38'/%3E%3Cline y1='10.5' x2='40' y2='10.5' stroke='%23D51E38'/%3E%3Cline y1='20.5' x2='20' y2='20.5' stroke='%23D51E38'/%3E%3C/svg%3E%0A");
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
    padding: 0;
  }
}
@media (max-width: 767px) and (max-height: 399px) {
  .header__menu-close {
    top: 10px;
    height: 35px;
  }
}

.footer {
  position: relative;
}

.footer__inner {
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  padding-top: 1px;
  padding-bottom: 1px;
}
@media (max-width: 767px) {
  .footer__inner {
    height: auto;
    padding: 1px 0 30px 0;
  }
}

.footer__social {
  display: block;
  list-style: none;
  padding: 0;
  margin: 130px 0 0 0;
  text-align: center;
}
@media (max-width: 1279px) {
  .footer__social {
    top: 188px;
  }
}
@media (max-width: 767px) {
  .footer__social {
    position: relative;
    top: 0;
    margin-top: 60px;
  }
}
.footer__social li {
  display: inline-block;
  margin: 0 102px 0 0;
  padding: 0;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.04em;
  position: relative;
}
@media (max-width: 1279px) {
  .footer__social li {
    font-size: 17px;
    line-height: 27px;
  }
}
@media (max-width: 767px) {
  .footer__social li {
    display: block;
    margin: 0 0 43px 0;
    font-size: 18px;
    line-height: 29px;
  }
}
.footer__social li:after {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: #D51E38;
  position: absolute;
  right: -53px;
  top: 50%;
  margin: -1px 0 0 0;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .footer__social li:after {
    right: auto;
    left: 50%;
    top: auto;
    bottom: -24px;
    margin: 0 0 0 -2px;
  }
}
.footer__social li:last-child {
  margin: 0 !important;
}
.footer__social li:last-child:after {
  content: none;
}
.footer__social a {
  color: #3952A2;
  text-decoration: none;
}
html.desktop .footer__social a:hover {
  color: #D51E38;
}

.footer__img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center bottom;
  background-color: #eee;
  z-index: 0;
}

.footer__text {
  width: 660px;
  margin: 110px auto 130px auto;
}
@media (max-width: 767px) {
  .footer__text {
    width: 100%;
    margin: 60px 0;
    text-align: center;
  }
}
.footer__text p {
  font-size: 15px;
  line-height: 25px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .footer__text p {
    line-height: 21px;
    font-size: 13px;
  }
}
.footer__text a {
  color: #3952A2;
  text-decoration: none;
}
.footer__text a:hover {
  color: #D51E38;
}

.footer__bottom {
  text-align: center;
  position: relative;
  font-size: 15px;
  line-height: 24px;
  height: 105px;
}
@media (max-width: 1279px) {
  .footer__bottom {
    height: 85px;
  }
}
@media (max-width: 767px) {
  .footer__bottom {
    height: auto;
    position: relative;
    margin-top: 60px;
  }
}
.footer__bottom a {
  color: #676B81;
  text-decoration: none;
}
.footer__bottom a:hover {
  color: #3952A2;
}
.footer__bottom br {
  display: none;
}
@media (max-width: 767px) {
  .footer__bottom br {
    display: block;
  }
}

.footer__copy {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
  text-align: left;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .footer__copy {
    position: relative;
    margin-bottom: 5px;
  }
}

.footer__cpeople {
  display: inline-block;
  position: absolute;
  top: 0;
  right: 0;
  text-align: right;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .footer__cpeople {
    position: relative;
  }
}

.footer__rules {
  display: inline-block;
  letter-spacing: 0.01em;
}
@media (max-width: 767px) {
  .footer__rules {
    margin-bottom: 35px;
  }
}

.page-100-years--main .content {
  padding-top: 200px;
}
@media (max-width: 1279px) {
  .page-100-years--main .content {
    padding-top: 130px;
  }
}

.hero {
  height: 660px;
  background-color: #c6d6da;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 1279px) {
  .hero {
    height: 425px;
  }
}
@media (max-width: 767px) {
  .hero {
    height: 500px;
  }
}

.hero__title {
  width: 322px;
  height: 251px;
  background: url("../img/100years/100years-logo.svg") no-repeat center center;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -125px 0 0 -177px;
  white-space: nowrap;
  text-indent: 100%;
  overflow: hidden;
}
@media (max-width: 1279px) {
  .hero__title {
    width: 215px;
    height: 160px;
    margin: -94px 0 0 -107px;
  }
}
@media (max-width: 767px) {
  .hero__title {
    width: 200px;
    height: 150px;
    margin: -75px 0 0 -100px;
  }
}

.hero__text {
  line-height: 25px;
  font-size: 15px;
  text-align: center;
  color: #fff;
  width: 550px;
  position: absolute;
  left: 50%;
  margin: 0 0 0 -275px;
  bottom: 73px;
}
@media (max-width: 1279px) {
  .hero__text {
    bottom: 48px;
  }
}
@media (max-width: 999px) {
  .hero__text {
    width: 435px;
    margin-left: -218px;
  }
}
@media (max-width: 767px) {
  .hero__text {
    width: auto;
    left: 20px;
    right: 20px;
    margin-left: 0;
  }
}

.mp-top {
  background: linear-gradient(180deg, #FFFFFF 0%, #E0E6EB 100%);
}

.mp-h2 {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 300;
  line-height: 125px;
  font-size: 125px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B0B6D2;
  margin: 90px 0;
}
@media (max-width: 1279px) {
  .mp-h2 {
    line-height: 120px;
    font-size: 120px;
  }
}
@media (max-width: 999px) {
  .mp-h2 {
    line-height: 110px;
    font-size: 110px;
  }
}
@media (max-width: 767px) {
  .mp-h2 {
    line-height: 65px;
    font-size: 55px;
    letter-spacing: 0.1em;
    text-align: left;
    margin: 50px 0;
  }
}

.mp-text {
  line-height: 29px;
  font-size: 15px;
}
.mp-text p {
  line-height: 29px;
  font-size: 15px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .mp-text p {
    line-height: 25px;
    font-size: 13px;
  }
}
.mp-text p.big-text {
  line-height: 39px;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #B0B6D2;
  margin: 24px 0;
}
@media (max-width: 767px) {
  .mp-text p.big-text {
    line-height: 33px;
    font-size: 20px;
  }
}

.mp-history-intro {
  padding-top: 20px;
}
html.desktop .mp-history-intro {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
html.desktop .mp-history-intro._visible {
  opacity: 1;
  pointer-events: auto;
}
html.desktop .mp-history-intro:focus-within {
  opacity: 1;
  pointer-events: auto;
}
.mp-history-intro .mp-h2 {
  opacity: 0.5;
  text-align: center;
}
@media (max-width: 767px) {
  .mp-history-intro .mp-h2 {
    text-align: left;
  }
}

.mp-articles__show {
  display: inline-block;
  width: 480px;
  height: 95px;
  position: relative;
  left: 50%;
  margin-left: -240px;
  background: none;
  border: 0;
  cursor: pointer;
}
@media (max-width: 767px) {
  .mp-articles__show {
    width: 100%;
    left: 0;
    margin-left: 0;
    margin-top: 20px;
  }
}
.mp-articles__show span {
  display: block;
  line-height: 22px;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B0B6D2;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition: all 0.2s ease;
}
.mp-articles__show i {
  display: block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #D51E38;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -23px;
  transition: all 0.2s ease;
}
.mp-articles__show i:before, .mp-articles__show i:after {
  content: "";
  width: 17px;
  height: 1px;
  background: #D51E38;
  position: absolute;
  left: 13px;
  top: 50%;
  transition: inherit;
}
.mp-articles__show i:after {
  transform: rotate(90deg);
}
html.desktop .mp-articles__show:hover span {
  color: #3952A2;
}
html.desktop .mp-articles__show:hover i {
  background: #3952A2;
  border-color: #3952A2;
  box-shadow: 0px 15px 35px rgba(140, 151, 212, 0.25);
}
html.desktop .mp-articles__show:hover i:before, html.desktop .mp-articles__show:hover i:after {
  background: #fff;
}
.mp-articles._open ~ .mp-articles__show {
  opacity: 0;
  pointer-events: none;
}
@media (max-width: 767px) {
  .mp-articles._open ~ .mp-articles__show {
    display: none;
  }
}
@media (min-width: 1280px) {
  .mp-articles__show._articles-3 {
    display: none;
  }
}
@media (max-width: 767px) {
  .mp-articles__show._articles-3 {
    display: none;
  }
}

.mp-articles-section {
  padding-top: 20px;
}
html.desktop .mp-articles-section {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
html.desktop .mp-articles-section._visible {
  opacity: 1;
  pointer-events: auto;
}
html.desktop .mp-articles-section:focus-within {
  opacity: 1;
  pointer-events: auto;
}
.mp-articles-section .mp-h2 {
  opacity: 0.25;
  text-align: center;
}
@media (max-width: 767px) {
  .mp-articles-section .mp-h2 {
    text-align: left;
  }
}

.mp-articles {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  margin-top: 70px;
  overflow: hidden;
  margin-left: -40px;
  margin-right: -40px;
  padding-left: 40px;
  padding-right: 40px;
  max-height: 554px;
  transition: max-height 3s ease;
}
@media (max-width: 1279px) {
  .mp-articles {
    max-height: 574px;
  }
}
@media (max-width: 999px) {
  .mp-articles {
    max-height: 548px;
  }
}
@media (max-width: 767px) {
  .mp-articles {
    max-height: 1602px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }
}
.mp-articles._open {
  max-height: 10000px !important;
}

.mp-video {
  padding-top: 60px;
  padding-bottom: 110px;
}
html.desktop .mp-video {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
html.desktop .mp-video._visible {
  opacity: 1;
  pointer-events: auto;
}
html.desktop .mp-video:focus-within {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 767px) {
  .mp-video {
    padding-bottom: 50px;
  }
}
.mp-video .mp-h2 {
  text-align: center;
  max-width: 940px;
  margin-right: auto;
  margin-left: auto;
  margin-top: 30px;
  margin-bottom: 60px;
  color: #3952A2;
}
@media (max-width: 1279px) {
  .mp-video .mp-h2 {
    min-width: 100%;
  }
}
@media (max-width: 767px) {
  .mp-video .mp-h2 {
    text-align: left;
    padding-top: 20px;
  }
}
@media (max-width: 374px) {
  .mp-video .mp-h2 {
    font-size: 45px;
  }
}

@media (max-width: 999px) {
  .mp-video__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.mp-video-text {
  line-height: 29px;
  font-size: 15px;
  margin-bottom: 45px;
}
@media (max-width: 999px) {
  .mp-video-text {
    width: 100%;
    -ms-flex-order: 2;
        order: 2;
  }
}
.mp-video-text p {
  line-height: 29px;
  font-size: 15px;
  margin: 25px 0;
}
.mp-video-text p:first-child {
  line-height: 39px;
  font-size: 24px;
  margin-top: 0;
  color: #B0B6D2;
}
.mp-video-text p:last-child {
  margin-bottom: 0;
}
@media (max-width: 767px) {
  .mp-video-text p {
    line-height: 25px;
    font-size: 13px;
  }
}

.mp-video__infographics {
  position: relative;
  z-index: 3;
  margin: 0 auto 36px auto;
}
@media (min-width: 992px) {
  .mp-video__infographics {
    height: 600px;
  }
  .mp-video__infographics .main {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 1920px;
    transform: translate(-50%, -50%) scale(0.45);
  }
  .mp-video__infographics .scene-item__popup {
    width: 200%;
  }
  .mp-video__infographics .scene-item__popup__text {
    font-size: 30px !important;
    line-height: 40px !important;
  }
}

.mp-video__video {
  display: block;
  width: 1220px;
  height: 762px;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 100%;
  background-size: cover;
  background-position: center;
  position: relative;
  border-radius: 4px;
}
@media (max-width: 1279px) {
  .mp-video__video {
    width: 820px;
    height: 512px;
  }
}
@media (max-width: 999px) {
  .mp-video__video {
    width: 100%;
    height: 420px;
    -ms-flex-order: 1;
        order: 1;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  .mp-video__video {
    height: 235px;
  }
}
.mp-video__video i {
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -50px 0 0 -50px;
}
@media (max-width: 1279px) {
  .mp-video__video i {
    width: 80px;
    height: 80px;
    margin: -40px 0 0 -40px;
  }
}
@media (max-width: 767px) {
  .mp-video__video i {
    width: 70px;
    height: 70px;
    margin: -35px 0 0 -35px;
  }
}
.mp-video__video i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  background: #fff;
  transition: all 0.3s ease;
}
.mp-video__video i svg {
  display: block;
  width: 14px;
  height: 16px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -8px 0 0 -6px;
  z-index: 2;
  color: #D51E38;
  transition: color 0.3s ease;
}
html.desktop .mp-video__video:hover i:before {
  transform: rotate(-45deg);
  background: #3952A2;
}
html.desktop .mp-video__video:hover i svg {
  color: #fff;
}

.video-popup {
  position: fixed;
  z-index: 9;
  background: rgba(255, 255, 255, 0.95);
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: center;
      align-items: center;
  transform-origin: left;
  opacity: 0;
  pointer-events: none;
  transform: scale(0, 1);
  transition: opacity 0.1s ease, transform 0s linear 0.1s;
}
.video-popup._active {
  opacity: 1;
  pointer-events: auto;
  transform: none;
  transition: opacity 0.3s ease;
}

.video-popup__inner {
  width: 940px;
  height: 590px;
  position: relative;
  z-index: 1;
  background: #000;
  opacity: 0;
}
@media (max-width: 1279px) {
  .video-popup__inner {
    width: 630px;
    height: 394px;
  }
}
@media (max-height: 768px) {
  .video-popup__inner {
    width: 630px;
    height: 394px;
  }
}
@media (max-width: 999px) {
  .video-popup__inner {
    width: 100%;
    padding-top: 62%;
    height: auto;
  }
}
@media (max-width: 767px) {
  .video-popup__inner {
    width: 100%;
  }
}
.video-popup._active .video-popup__inner {
  opacity: 1;
  transition: opacity 0.5s ease;
}
.video-popup__inner iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
}

.video-popup__close {
  display: inline-block;
  height: 65px;
  background: none;
  border: 0;
  cursor: pointer;
  position: absolute;
  padding-right: 64px;
  padding-left: 10px;
  box-sizing: border-box;
  top: 32px;
  right: 68px;
  z-index: 2;
}
@media (max-width: 999px) {
  .video-popup__close {
    right: 20px;
  }
}
.video-popup__close span {
  line-height: 19px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B0B6D2;
  transition: all 0.2s ease;
}
@media (max-width: 1279px) {
  .video-popup__close span {
    display: none;
  }
}
@media (max-height: 768px) {
  .video-popup__close span {
    display: none;
  }
}
.video-popup__close i {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #D51E38;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -23px;
  margin-left: -23px;
  transition: all 0.2s ease;
  transform: rotate(45deg);
}
.video-popup__close i:before, .video-popup__close i:after {
  content: "";
  width: 17px;
  height: 1px;
  background: #D51E38;
  position: absolute;
  left: 13px;
  top: 50%;
  transition: inherit;
}
.video-popup__close i:after {
  transform: rotate(90deg);
}
html.desktop .video-popup__close:hover span {
  color: #3952A2;
}
html.desktop .video-popup__close:hover i {
  background: #3952A2;
  border-color: #3952A2;
  box-shadow: 0px 15px 35px rgba(140, 151, 212, 0.25);
}
html.desktop .video-popup__close:hover i:before, html.desktop .video-popup__close:hover i:after {
  background: #fff;
}

.mp-test {
  padding: 120px 0;
  position: relative;
  overflow-x: hidden;
}
html.desktop .mp-test {
  transition: all 0.3s ease-in-out;
  opacity: 0;
  pointer-events: none;
}
html.desktop .mp-test._visible {
  opacity: 1;
  pointer-events: auto;
}
html.desktop .mp-test:focus-within {
  opacity: 1;
  pointer-events: auto;
}
@media (max-width: 1279px) {
  .mp-test {
    padding: 100px 0 90px 0;
  }
}
@media (max-width: 999px) {
  .mp-test {
    padding-bottom: 90px;
  }
}
@media (max-width: 767px) {
  .mp-test {
    padding-bottom: 70px;
    padding-top: 70px;
  }
}
.mp-test .text-wrap {
  text-align: left;
  margin-bottom: 50px;
  position: relative;
  z-index: 4;
}
@media (max-width: 999px) {
  .mp-test .text-wrap {
    width: 435px;
    text-align: center;
    margin-bottom: 25px;
  }
}
@media (max-width: 767px) {
  .mp-test .text-wrap {
    width: 100%;
    margin-bottom: 40px;
  }
}

.mp-test__inner {
  text-align: center;
}

.mp-test__title {
  width: 795px;
  margin: 0 auto 60px auto;
  font-weight: 300;
  line-height: 200px;
  font-size: 193px;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #3952A2;
  position: relative;
  z-index: 2;
}
@media (max-width: 1279px) {
  .mp-test__title {
    font-size: 150px;
    line-height: 145px;
    width: 630px;
    margin-bottom: 50px;
  }
}
@media (max-width: 767px) {
  .mp-test__title {
    font-size: 95px;
    line-height: 105px;
    letter-spacing: 0.1em;
    width: 335px;
    max-width: 100%;
    margin-bottom: 45px;
  }
}
.mp-test__title span:first-child {
  display: block;
  text-align: left;
}
.mp-test__title span:last-child {
  display: block;
  text-align: right;
}

.mp-test__link, .mp-help__link {
  display: inline-block;
  height: 70px;
  color: #fff;
  background: linear-gradient(180deg, #E54D66 0%, #D51E38 100%);
  border-radius: 4px;
  box-sizing: border-box;
  padding: 0 75px;
  line-height: 73px;
  text-decoration: none;
  font-size: 14px;
  text-align: center;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  transition: all 0.3s ease;
}
html.desktop .mp-test__link:hover, html.desktop .mp-help__link:hover {
  box-shadow: 0px 15px 35px rgba(229, 77, 102, 0.25);
  background: linear-gradient(180deg, #EE3E5B 0%, #D51235 100%);
}

.mp-test__parallax {
  width: 850px;
  height: 414px;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -325px 0 0 -426px;
  pointer-events: none;
}
@media (max-width: 1279px) {
  .mp-test__parallax {
    width: 650px;
    height: 317px;
    margin: -260px 0 0 -332px;
  }
}
@media (max-width: 999px) {
  .mp-test__parallax {
    width: 650px;
    height: 317px;
    margin: -263px 0 0 -336px;
  }
}
@media (max-width: 767px) {
  .mp-test__parallax {
    margin: -333px 0 0 -316px;
  }
}

.mp-test__parallax--1 {
  z-index: 3;
}

.mp-test__parallax--2 {
  z-index: 1;
}

.mp-test__parallax--3 {
  z-index: 4;
}

.mp-help {
  position: relative;
  background: linear-gradient(180deg, #FFFFFF -64.21%, #E0E6EB 100%);
  padding: 70px 0 140px 0;
}
@media (max-width: 1279px) {
  .mp-help {
    padding-bottom: 130px;
  }
}
@media (max-width: 999px) {
  .mp-help {
    text-align: center;
    padding: 220px 0 95px 0;
  }
}
@media (max-width: 767px) {
  .mp-help {
    text-align: center;
    padding: 220px 0 60px 0;
  }
}
@media (min-width: 1000px) {
  .mp-help {
    overflow: hidden;
  }
}
.mp-help .mp-h2 {
  position: relative;
  color: #3952A2;
  margin: 65px 0;
  z-index: 3;
}
@media (max-width: 999px) {
  .mp-help .mp-h2 {
    margin: 95px 0;
  }
}
@media (max-width: 767px) {
  .mp-help .mp-h2 {
    margin: 45px 0;
    text-align: center;
  }
}
@media (max-width: 374px) {
  .mp-help .mp-h2 {
    font-size: 45px;
  }
}
@media (min-width: 1280px) {
  .mp-help .wrap {
    width: 940px;
  }
}

.mp-help__img {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  width: 514px;
  height: 514px;
  position: absolute;
  top: 150px;
  left: 50%;
  margin-left: 90px;
  z-index: 2;
  border-radius: 50%;
}
@media (max-width: 1279px) {
  .mp-help__img {
    top: 335px;
    margin-left: 65px;
  }
}
@media (max-width: 999px) {
  .mp-help__img {
    width: 362px;
    height: 362px;
    background-size: contain;
    top: -100px;
    margin-left: 0;
    transform: translateX(-50%);
  }
}
@media (max-width: 999px) {
  .mp-help__img {
    width: 247px;
    height: 247px;
    top: -32px;
  }
}

.mp-help-text {
  position: relative;
  width: 530px;
  margin: 0 0 45px 0;
  text-align: left;
  z-index: 3;
}
@media (max-width: 1279px) {
  .mp-help-text {
    width: 450px;
  }
}
@media (max-width: 999px) {
  .mp-help-text {
    width: auto;
  }
}
.mp-help-text p {
  line-height: 29px;
  font-size: 15px;
  margin: 25px 0;
}
@media (max-width: 767px) {
  .mp-help-text p {
    line-height: 25px;
    font-size: 13px;
  }
}
.mp-help-text p:first-child {
  line-height: 39px;
  font-size: 24px;
  margin-top: 0;
  color: #B0B6D2;
}
@media (max-width: 767px) {
  .mp-help-text p:first-child {
    line-height: 33px;
    font-size: 20px;
  }
}
.mp-help-text p:last-child {
  margin-bottom: 0;
}

.mp-help__link {
  position: relative;
  z-index: 3;
}

.mp-help__parallax {
  width: 195px;
  height: 195px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 50%;
  top: 50%;
}

.mp-help__parallax--1 {
  width: 195px;
  height: 195px;
  margin-top: 168px;
  margin-left: 322px;
  opacity: 0.3;
  filter: blur(15px);
  z-index: 1;
}
@media (max-width: 1279px) {
  .mp-help__parallax--1 {
    margin-top: 275px;
    margin-left: 239px;
  }
}
@media (max-width: 999px) {
  .mp-help__parallax--1 {
    display: none;
  }
}

.mp-help__parallax--2 {
  width: 195px;
  height: 195px;
  margin-top: -406px;
  margin-left: 98px;
  opacity: 0.7;
  filter: blur(15px);
  z-index: 2;
}
@media (max-width: 1279px) {
  .mp-help__parallax--2 {
    margin-top: -400px;
    margin-left: 173px;
  }
}
@media (max-width: 999px) {
  .mp-help__parallax--2 {
    display: none;
  }
}

.mp-help__parallax--3 {
  width: 121px;
  height: 121px;
  margin-top: 168px;
  margin-left: 434px;
  opacity: 0.64;
  filter: blur(10px);
  z-index: 2;
}
@media (max-width: 1279px) {
  .mp-help__parallax--3 {
    margin-top: 271px;
    margin-left: 374px;
  }
}
@media (max-width: 999px) {
  .mp-help__parallax--3 {
    margin-top: -383px;
    margin-left: 74px;
  }
}
@media (max-width: 767px) {
  .mp-help__parallax--3 {
    width: 98px;
    height: 98px;
    margin-top: -306px;
    margin-left: 27px;
  }
}

.mp-help__parallax--4 {
  width: 142px;
  height: 142px;
  margin-top: 252px;
  margin-left: 56px;
  opacity: 0.45;
  filter: blur(10px);
  z-index: 3;
}
@media (max-width: 1279px) {
  .mp-help__parallax--4 {
    margin-top: 150px;
    margin-left: -71px;
  }
}
@media (max-width: 999px) {
  .mp-help__parallax--4 {
    margin-top: 264px;
    margin-left: 53px;
  }
}
@media (max-width: 767px) {
  .mp-help__parallax--4 {
    margin-top: 215px;
    margin-left: -94px;
  }
}

.mp-help__parallax--5 {
  width: 142px;
  height: 142px;
  margin-top: -168px;
  margin-left: -560px;
  opacity: 0.45;
  filter: blur(10px);
  z-index: 1;
}
@media (max-width: 1279px) {
  .mp-help__parallax--5 {
    margin-top: -188px;
    margin-left: -488px;
  }
}
@media (max-width: 999px) {
  .mp-help__parallax--5 {
    margin-top: -26px;
    margin-left: -374px;
  }
}
@media (max-width: 767px) {
  .mp-help__parallax--5 {
    margin-top: -60px;
    margin-left: -242px;
  }
}

.page-100-years--styles {
  position: relative;
}
.page-100-years--styles .top-content {
  background: linear-gradient(180deg, #FFFFFF 0%, #E0E6EB 100%);
  padding: 190px 0 70px 0;
}
@media (max-width: 767px) {
  .page-100-years--styles .top-content {
    padding-top: 130px;
    padding-bottom: 55px;
  }
}
.page-100-years--styles .top-content h1 {
  font-family: "Open Sans", sans-serif;
  font-weight: 300;
  color: #B0B6D2;
  text-align: center;
  font-size: 54px;
  line-height: 70px;
  margin-bottom: 40px;
}
@media (max-width: 999px) {
  .page-100-years--styles .top-content h1 {
    font-size: 48px;
    margin-bottom: 55px;
  }
}
@media (max-width: 767px) {
  .page-100-years--styles .top-content h1 {
    font-size: 36px;
    line-height: 44px;
    margin-bottom: 45px;
  }
}
.page-100-years--styles .top-content p {
  padding: 0 40px;
  font-size: 15px;
  line-height: 29px;
  letter-spacing: 0.02em;
}
@media (max-width: 767px) {
  .page-100-years--styles .top-content p {
    padding: 0 20px;
    font-size: 13px;
    line-height: 21px;
  }
}
.page-100-years--styles .top-content__wrap {
  max-width: 750px;
  margin: 0 auto;
}
.page-100-years--styles h2:not([class]) {
  font-size: 34px;
  font-weight: 500;
  font-family: "Open Sans", sans-serif;
  color: #3952A2;
}
@media (max-width: 767px) {
  .page-100-years--styles h2:not([class]) {
    font-size: 28px;
  }
}
.page-100-years--styles h3:not([class]) {
  font-size: 28px;
  font-weight: 400;
  margin-top: 110px;
}
@media (max-width: 767px) {
  .page-100-years--styles h3:not([class]) {
    font-size: 24px;
    margin-top: 83px;
    margin-bottom: 30px;
  }
}
.page-100-years--styles h4:not([class]) {
  font-size: 14px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-top: 110px;
  margin-bottom: 35px;
  color: #3952A2;
}
@media (max-width: 767px) {
  .page-100-years--styles h4:not([class]) {
    margin-top: 85px;
  }
}
.page-100-years--styles .page-header h2 + p {
  line-height: 29px;
  font-size: 18px;
  letter-spacing: 0.01em;
  color: #97A0C6;
}
@media (max-width: 767px) {
  .page-100-years--styles .page-header h2 {
    margin-bottom: 30px;
  }
  .page-100-years--styles .page-header h2 + p {
    font-size: 16px;
    line-height: 26px;
  }
}
.page-100-years--styles .text {
  width: 680px;
  margin: 120px auto 50px auto;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .page-100-years--styles .text {
    width: 630px;
  }
}
@media (max-width: 999px) {
  .page-100-years--styles .text {
    width: 670px;
  }
}
@media (max-width: 767px) {
  .page-100-years--styles .text {
    width: 100%;
    padding: 0 20px;
    margin-top: 60px;
  }
}
.page-100-years--styles .text a:not([class]) {
  color: #3952A2;
  text-decoration: none;
}
.page-100-years--styles .text a:not([class]):hover {
  color: #D51E38;
}
.page-100-years--styles .blockquote {
  width: 530px;
  font-size: 13px;
  line-height: 21px;
  color: #676B81;
  border-left: 2px solid #E54D66;
  margin: 65px 0 65px -140px;
  padding: 10px 0 10px 50px;
  box-sizing: border-box;
}
@media (max-width: 1279px) {
  .page-100-years--styles .blockquote {
    margin-left: -95px;
  }
}
@media (max-width: 999px) {
  .page-100-years--styles .blockquote {
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .page-100-years--styles .blockquote {
    width: 100%;
    font-size: 12px;
    line-height: 20px;
    margin-top: 35px;
    margin-bottom: 35px;
    padding: 0px 0 0px 30px;
  }
}
.page-100-years--styles .blockquote.blue {
  background: #3952A2;
  width: 660px;
  padding: 50px 40px 50px 50px;
  color: #fff;
  border-left: none;
  line-height: 29px;
  font-size: 18px;
  letter-spacing: 0.01em;
}
.page-100-years--styles .blockquote.blue a {
  color: #fff;
  text-decoration: underline;
}
@media (max-width: 767px) {
  .page-100-years--styles .blockquote.blue {
    width: 100%;
    padding: 30px 20px 25px 34px;
    font-size: 16px;
    line-height: 26px;
  }
}
.page-100-years--styles p {
  margin: 25px 0;
  font-size: 15px;
  line-height: 25px;
  color: #676B81;
}
@media (max-width: 767px) {
  .page-100-years--styles p {
    font-size: 13px;
    line-height: 21px;
  }
}
.page-100-years--styles .img {
  display: -ms-flexbox;
  display: flex;
  margin: 65px 0 65px -140px;
  -ms-flex-align: center;
      align-items: center;
}
.page-100-years--styles .img span {
  width: 380px;
  display: block;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.page-100-years--styles .img span img {
  max-width: 100%;
  display: block;
}
.page-100-years--styles .img small {
  width: 280px;
  box-sizing: border-box;
  padding-right: 70px;
  font-size: 13px;
  line-height: 21px;
  opacity: 0.75;
}
.page-100-years--styles .img small span {
  display: block;
  margin-top: 20px;
}
@media (max-width: 1279px) {
  .page-100-years--styles .img {
    margin-left: -95px;
  }
  .page-100-years--styles .img small {
    width: 190px;
    padding-right: 30px;
  }
}
@media (max-width: 999px) {
  .page-100-years--styles .img {
    margin-left: 0;
  }
  .page-100-years--styles .img small {
    width: 235px;
  }
  .page-100-years--styles .img span {
    width: 440px;
  }
}
@media (max-width: 767px) {
  .page-100-years--styles .img {
    width: 100%;
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    box-sizing: border-box;
    margin: 55px 0 30px 0;
    padding: 0;
  }
  .page-100-years--styles .img small {
    width: 100%;
    padding: 0 35px;
    margin: 35px 0 0 0;
  }
  .page-100-years--styles .img small span {
    display: inline;
  }
  .page-100-years--styles .img span {
    width: 100%;
  }
}
.page-100-years--styles ul:not([class]),
.page-100-years--styles ol:not([class]) {
  font-size: 14px;
  line-height: 23px;
  letter-spacing: 0.02em;
  padding: 0;
  list-style: none;
  margin: 60px 0;
}
.page-100-years--styles ul:not([class]) li,
.page-100-years--styles ol:not([class]) li {
  margin-bottom: 40px;
  padding-left: 50px;
  position: relative;
}
.page-100-years--styles ul:not([class]) li:before,
.page-100-years--styles ol:not([class]) li:before {
  background: #3952A2;
  width: 4px;
  height: 4px;
  display: block;
  transform: rotate(45deg);
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
}
@media (max-width: 767px) {
  .page-100-years--styles ul:not([class]),
  .page-100-years--styles ol:not([class]) {
    margin: 35px 0;
    font-size: 13px;
    line-height: 22px;
  }
  .page-100-years--styles ul:not([class]) li,
  .page-100-years--styles ol:not([class]) li {
    padding-left: 33px;
  }
  .page-100-years--styles ul:not([class]) li:before,
  .page-100-years--styles ol:not([class]) li:before {
    top: 9px;
    left: 6px;
  }
}
.page-100-years--styles blockquote {
  position: relative;
  padding-left: 75px;
  margin: 65px 0 65px -160px;
  padding-right: 150px;
}
.page-100-years--styles blockquote:before {
  background: url("../img/100years/blockquote.svg") no-repeat;
  background-size: contain;
  position: absolute;
  display: block;
  width: 40px;
  height: 33px;
  left: -3px;
  top: -10px;
  content: "";
}
.page-100-years--styles blockquote p {
  margin-top: 95px;
  font-size: 18px;
  line-height: 29px;
  letter-spacing: 0.01em;
  color: #97A0C6;
}
.page-100-years--styles blockquote cite {
  margin-top: 30px;
  display: block;
  font-style: normal;
}
.page-100-years--styles blockquote cite span {
  display: block;
}
.page-100-years--styles blockquote cite span:first-child {
  font-size: 24px;
  line-height: 36px;
  color: #B0B6D2;
}
.page-100-years--styles blockquote cite span:last-child {
  font-size: 15px;
  line-height: 22px;
  letter-spacing: 0.03em;
  color: #676B81;
}
@media (max-width: 1279px) {
  .page-100-years--styles blockquote {
    margin-left: -110px;
  }
}
@media (max-width: 999px) {
  .page-100-years--styles blockquote {
    margin-left: -30px;
    padding-right: 40px;
  }
  .page-100-years--styles blockquote:before {
    width: 35px;
    height: 26px;
    top: -20px;
    left: 7px;
  }
}
@media (max-width: 767px) {
  .page-100-years--styles blockquote {
    margin-bottom: 30px;
    padding-right: 10px;
    padding-left: 60px;
  }
  .page-100-years--styles blockquote:before {
    top: -71px;
    left: 21px;
  }
  .page-100-years--styles blockquote p {
    font-size: 15px;
    line-height: 25px;
    letter-spacing: 0.02em;
  }
  .page-100-years--styles blockquote cite {
    margin-top: 25px;
    margin-left: -35px;
  }
}
.page-100-years--styles .mp-articles {
  background: linear-gradient(180deg, #E0E6EB -86.06%, #FFFFFF 69.02%);
  width: 100vw;
  left: 50%;
  transform: translateX(-50%);
  position: relative;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 95px 0 0 0;
  margin-left: 0;
  margin-right: 0;
}
@media (max-width: 767px) {
  .page-100-years--styles .mp-articles {
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }
}
.page-100-years--styles .article {
  margin-left: 35px;
}
.page-100-years--styles .article:first-child {
  margin-left: 0;
}
@media (max-width: 767px) {
  .page-100-years--styles .article {
    margin-left: auto !important;
    margin-right: auto !important;
  }
  .page-100-years--styles .article:nth-child(3) {
    display: none;
  }
}

.social-buttons {
  display: -ms-flexbox;
  display: flex;
  margin: 85px 0;
}
@media (max-width: 767px) {
  .social-buttons {
    margin: 70px 0;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.social-btn {
  width: 60px;
  height: 60px;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #EBECF3;
  box-sizing: border-box;
  margin-right: 10px;
  transition: all 0.3s ease;
  border-radius: 50%;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}
@media (max-width: 767px) {
  .social-btn {
    margin-right: 20px;
  }
}
.social-btn svg {
  transition: all 0.3s ease;
}
.social-btn._fb svg {
  max-height: 16px;
  color: #3952a2;
}
.social-btn._fb:hover {
  background: #3952a2;
  box-shadow: 0 15px 35px rgba(57, 82, 162, 0.25);
}
.social-btn._vk svg {
  max-width: 19px;
  color: #4a76a8;
}
.social-btn._vk:hover {
  background: #4a76a8;
  box-shadow: 0 15px 35px rgba(57, 82, 162, 0.25);
}
.social-btn._ok svg {
  max-height: 16px;
  color: #f2994a;
}
.social-btn._ok:hover {
  background: #f2994a;
  box-shadow: 0 15px 35px rgba(242, 153, 74, 0.25);
}
.social-btn._twitter svg {
  max-width: 19px;
  max-height: 19px;
  color: #1da1f2;
}
.social-btn._twitter:hover {
  background: #1da1f2;
  box-shadow: 0 15px 35px rgba(29, 161, 242, 0.25);
}
.social-btn:hover svg {
  color: #fff !important;
}

.back-link {
  padding-right: 65px;
  height: 46px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  position: absolute;
  right: 60px;
  top: 72px;
  text-decoration: none;
  color: #B0B6D2;
  transition: all 0.3s ease;
}
.back-link .circle {
  transition: all 0.3s ease;
}
.back-link .back-icon {
  width: 46px;
  height: 46px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  border-radius: 50%;
  transition: all 0.3s ease;
}
.back-link svg {
  width: 46px;
  height: 46px;
  color: #E54D66;
}
.back-link:hover {
  color: #3952A2;
}
.back-link:hover .circle {
  opacity: 0;
}
.back-link:hover .back-icon {
  background: #3952A2;
}
.back-link:hover svg {
  color: #fff;
}
@media (max-width: 767px) {
  .back-link {
    width: 46px;
    padding-right: 0;
    right: 20px;
    top: 45px;
  }
  .back-link .back-text {
    display: none;
  }
  ._compact .back-link {
    transform: translateY(-32px);
    opacity: 0;
    pointer-events: none;
  }
}

.page-tests {
  position: relative;
}
.page-tests._finish .header:before {
  opacity: 0;
}
.page-tests body {
  overflow-y: scroll;
}
.page-tests .content {
  min-height: calc(100vh - 170px);
  display: -ms-flexbox;
  display: flex;
}
.page-tests .footer {
  background: #EBECF3;
}
@media (max-width: 767px) {
  .page-tests .footer {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-align: center;
        align-items: center;
  }
  .page-tests .footer .footer__inner {
    padding: 0;
  }
}
.page-tests .footer__social,
.page-tests .footer__img {
  display: none;
}
.page-tests .footer__bottom {
  height: auto;
  bottom: auto;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 767px) {
  .page-tests .footer__bottom {
    bottom: auto;
    top: auto;
    transform: none;
    margin: 0;
  }
}
@media (max-width: 999px) {
  .page-tests .social-buttons {
    -ms-flex-pack: center;
        justify-content: center;
    margin: 45px 0 0 0;
  }
}
@media (max-width: 767px) {
  .page-tests .social-btn:last-child {
    margin-right: 0;
  }
}

.tests-wrapper {
  width: 1220px;
  margin: 0 auto;
  padding: 200px 0 100px 140px;
  box-sizing: border-box;
  position: relative;
}
@media (max-width: 1279px) {
  .tests-wrapper {
    width: 820px;
    padding: 135px 0 65px 0;
  }
}
@media (max-width: 999px) {
  .tests-wrapper {
    width: 435px;
  }
}
@media (max-width: 767px) {
  .tests-wrapper {
    width: 100%;
    padding: 135px 20px 50px 20px;
  }
}

.questions-item {
  display: none;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (max-width: 999px) {
  .questions-item {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}
.questions-item._showen {
  display: -ms-flexbox;
  display: flex;
}

.questions-item__title {
  font-size: 24px;
  line-height: 39px;
  letter-spacing: -0.02em;
  color: #B0B6D2;
}
@media (max-width: 1279px) {
  .questions-item__title {
    font-size: 20px;
    line-height: 33px;
  }
}
@media (max-width: 999px) {
  .questions-item__title {
    font-size: 18px;
    line-height: 30px;
  }
}

.questions-item__answers {
  margin-top: 65px;
  margin-bottom: 90px;
}
@media (max-width: 1279px) {
  .questions-item__answers {
    margin-top: 55px;
    margin-bottom: 65px;
  }
}
@media (max-width: 999px) {
  .questions-item__answers {
    margin-top: 45px;
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .questions-item__answers {
    margin-top: 35px;
    margin-bottom: 35px;
  }
}

.questions-item__img {
  width: 520px;
  max-height: 450px;
  overflow: hidden;
  padding-top: 10px;
}
@media (max-width: 1279px) {
  .questions-item__img {
    width: 420px;
  }
}
@media (max-width: 999px) {
  .questions-item__img {
    width: 100%;
    max-height: 270px;
    padding: 0;
    margin-bottom: 40px;
  }
}
.questions-item__img img {
  max-width: 100%;
  max-height: 100%;
  position: relative;
}

.questions-item__text {
  width: 560px;
  padding-right: 40px;
  box-sizing: border-box;
}
@media (max-width: 999px) {
  .questions-item__text {
    width: 100%;
    padding: 0;
  }
}
@media (max-width: 767px) {
  .questions-item__text {
    padding-left: 10px;
  }
}

.checkbox {
  position: relative;
}
.desktop .checkbox:hover input[type="checkbox"] + span,
.desktop .checkbox:hover input[type="radio"] + span {
  background-color: #B0B6D2;
}
.checkbox label {
  cursor: pointer;
  font-size: 14px;
  line-height: 23px;
}
@media (max-width: 999px) {
  .checkbox label {
    font-size: 12px;
    line-height: 21px;
  }
}
._answered .checkbox label {
  cursor: default;
}
._answered .checkbox label:hover input[type="checkbox"] + span,
._answered .checkbox label:hover input[type="radio"] + span {
  background-color: #fff !important;
}
.checkbox .checkbox-text {
  padding-left: 70px;
  display: block;
}
@media (max-width: 1279px) {
  .checkbox .checkbox-text {
    padding-left: 60px;
  }
}
@media (max-width: 999px) {
  .checkbox .checkbox-text {
    padding-left: 80px;
  }
}
@media (max-width: 767px) {
  .checkbox .checkbox-text {
    padding-left: 60px;
  }
}
.checkbox input[type="checkbox"],
.checkbox input[type="radio"] {
  position: absolute;
  left: -9999px;
  opacity: 0;
  pointer-events: none;
}
.checkbox input[type="checkbox"] + span,
.checkbox input[type="radio"] + span {
  background: url("../img/100years/hover-icon.svg") no-repeat center;
  width: 34px;
  height: 34px;
  border: 2px solid #B0B6D2;
  box-sizing: border-box;
  display: block;
  position: absolute;
  top: -5px;
  left: 0;
  cursor: pointer;
  border-radius: 50%;
  transition: 0.3s background;
}
._success .checkbox input[type="checkbox"] + span, ._success
.checkbox input[type="radio"] + span {
  background: url("../img/100years/success-icon.svg") no-repeat center;
  border-color: #27AE60;
}
._fail .checkbox input[type="checkbox"] + span, ._fail
.checkbox input[type="radio"] + span {
  background: url("../img/100years/fail-icon.svg") no-repeat center;
  border-color: #E54D66;
}

.variant-hint {
  display: none;
  color: #27AE60;
  font-weight: 600;
}
._true .variant-hint {
  display: block;
}

.questions-item__answer-item {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .questions-item__answer-item {
    margin-bottom: 33px;
  }
}

@media (max-width: 999px) {
  .tests-btn-wrap {
    text-align: center;
  }
}

.tests-btn {
  background: none;
  border: none;
  padding-right: 68px;
  height: 46px;
  font-size: 12px;
  line-height: 19px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  color: #B0B6D2;
  transition: all 0.3s ease;
  opacity: 0;
  pointer-events: none;
}
.tests-btn._active {
  opacity: 1;
  pointer-events: auto;
}
.tests-btn:before {
  background: #E54D66;
  width: 46px;
  height: 46px;
  display: block;
  border-radius: 50%;
  content: "";
  position: absolute;
  z-index: 2;
  right: 0;
  top: 0;
}
.tests-btn:after {
  background: url("../img/100years/next-icon.svg") no-repeat;
  background-size: contain;
  width: 12px;
  height: 12px;
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  margin-top: -6px;
  z-index: 8;
}
.tests-btn:hover {
  color: #3952A2;
}
.tests-btn:hover:before {
  background: #3952A2;
}
@media (max-width: 999px) {
  .tests-btn {
    background: #3952A2;
    border-radius: 4px;
    height: 68px;
    padding: 0 55px;
  }
  .tests-btn:before, .tests-btn:after {
    display: none;
  }
}

.questions-counter {
  position: absolute;
  left: 0;
}
.header .questions-counter {
  display: none;
  top: 50px;
  left: 30px;
}
@media (max-width: 767px) {
  .header .questions-counter {
    display: block;
  }
}
@media (max-width: 1279px) {
  .questions-counter {
    position: relative;
    margin-bottom: 42px;
  }
}
@media (max-width: 999px) {
  .questions-counter {
    position: absolute;
    left: -120px;
  }
}
@media (max-width: 999px) and (max-width: 767px) {
  .questions-counter {
    display: none;
  }
}

._finish .questions-counter {
  opacity: 0;
  pointer-events: none;
}
.questions-counter span:first-child {
  font-size: 24px;
  line-height: 36px;
  color: #3952A2;
}
.questions-counter span:last-child {
  position: relative;
  top: -10px;
  font-size: 10px;
  line-height: 15px;
  color: #B0B6D2;
}
.questions-counter span:last-child:before {
  content: "/";
}

.result-wrapper {
  background: url("../img/100years/result-back.png") no-repeat top center;
  background-position: 50% -75px;
  position: relative;
  display: none;
  max-width: 640px;
  height: 100%;
  min-height: 600px;
  margin: -120px auto 0;
  padding-top: 20px;
}
@media (max-width: 999px) {
  .result-wrapper {
    width: 640px;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 0;
    margin-top: -50px;
  }
}
@media (max-width: 767px) {
  .result-wrapper {
    background-position: 50% 0;
    background-size: 100%;
    width: 100%;
    padding-top: 75px;
  }
}

.result-counters {
  font-family: "Six Caps";
  font-size: 300px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  margin-left: -10px;
  text-align: center;
}
@media (max-width: 767px) {
  .result-counters {
    font-size: 150px;
  }
}

.right-answers {
  color: #D51E38;
}

.common-answers {
  color: #B0B6D2;
  opacity: 0.25;
}
.common-answers:before {
  content: "/";
  margin-left: -20px;
  margin-right: 10px;
}

.result-text {
  margin: 30px auto 0;
}
.result-text a {
  transition: 0.3s;
  text-decoration: none;
  color: #3952A2;
}
.desktop .result-text a:hover {
  color: #D51E38;
}
@media (max-width: 999px) {
  .result-text {
    max-width: 435px;
    margin: 30px auto 0;
  }
  .result-text p {
    font-size: 13px;
    line-height: 21px;
  }
}
@media (max-width: 767px) {
  .result-text {
    padding: 0 20px;
  }
}

.refresh-btn {
  background: none;
  border: none;
  font-size: 14px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  cursor: pointer;
  color: #B0B6D2;
  transition: all 0.3s ease;
}
.refresh-btn:hover {
  color: #3952A2;
}
@media (max-width: 999px) {
  .refresh-btn {
    background: linear-gradient(180deg, #E54D66 0%, #D51E38 100%);
    height: 68px;
    padding: 0 55px;
    color: #fff;
  }
}
@media (max-width: 767px) {
  .refresh-btn {
    padding: 0 85px;
  }
}

@media (max-width: 999px) {
  .refresh-wrap {
    text-align: center;
    margin-top: 50px;
  }
}

.refresh-and-social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}
@media (max-width: 999px) {
  .refresh-and-social {
    display: block;
  }
}
.refresh-and-social .refresh-btn {
  padding: 0;
}
@media (max-width: 999px) {
  .refresh-and-social .refresh-btn {
    padding: 0 70px;
  }
}
.refresh-and-social .social-buttons {
  margin: 0;
}

@media (max-width: 999px) {
  .social-wrap {
    margin-top: 50px;
  }
}

.article {
  display: block;
  width: 384px;
  height: 514px;
  border: 1px solid rgba(176, 182, 210, 0.35);
  background: rgba(176, 182, 210, 0.05);
  border-radius: 4px;
  text-decoration: none;
  color: #676B81;
  margin-bottom: 40px;
  box-sizing: border-box;
  transition: box-shadow 0.2s ease, background 0.2s ease;
}
@media (max-width: 1279px) {
  .article {
    width: 380px;
    margin-bottom: 60px;
  }
}
@media (max-width: 999px) {
  .article {
    width: 320px;
    margin-bottom: 34px;
  }
}
@media (max-width: 767px) {
  .article {
    width: 100%;
    margin-bottom: 20px;
  }
}
html.desktop .article:hover {
  box-shadow: 0px 15px 35px rgba(140, 151, 212, 0.25);
  background: #fff;
}

.article__inner {
  position: relative;
  width: 100%;
  height: 100%;
}
.article__inner:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 105px;
  background: linear-gradient(180deg, rgba(251, 251, 252, 0) 0%, #FBFBFC 33.7%);
  z-index: 2;
  transition: background 0.2s ease;
}
html.desktop .article:hover .article__inner:after {
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 33.7%);
}

.article__img {
  height: 240px;
  margin-left: -1px;
  margin-right: -1px;
  margin-top: -1px;
  overflow: hidden;
  background-color: #c6d6da;
  background-size: cover;
  background-position: center;
  border-radius: 4px 4px 0 0;
  border-radius: 4px;
}
.article__img img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.article__content {
  margin: 40px 40px 60px 40px;
  height: 165px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 767px) {
  .article__content {
    margin-left: 30px;
    margin-right: 30px;
  }
}
.article__content p {
  line-height: 21px;
  font-size: 14px;
  color: #676B81;
  margin: 0;
}

.article__date {
  line-height: 21px;
  font-size: 14px;
  color: #676B81;
  position: absolute;
  left: 40px;
  bottom: 33px;
  z-index: 3;
}

.article__title {
  font-weight: 300;
  line-height: 30px;
  font-size: 20px;
  color: #3952A2;
  margin: 0 0 10px 0;
}

.mp-history {
  padding: 100px 0 200px 0;
  position: relative;
  overflow-x: hidden;
}
@media (max-width: 999px) {
  .mp-history {
    padding: 80px 0 150px 0;
  }
}
@media (max-width: 767px) {
  .mp-history {
    padding: 70px 0 120px 0;
    background: #fff;
  }
}

.history__bg {
  background: #fff;
  position: absolute;
  top: 90px;
  right: 90px;
  bottom: 90px;
  left: 90px;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
@media (max-width: 767px) {
  .history__bg {
    display: none;
  }
}
html._history-open .history__bg {
  top: -50vh;
  right: 0;
  bottom: 0;
  left: 0;
}

.mp-history__item {
  position: relative;
}
.mp-history__item:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -45px;
  width: 100%;
  height: 45px;
}
@media (max-width: 999px) {
  .mp-history__item {
    margin-bottom: 80px;
  }
  .mp-history__item:after {
    content: none;
  }
  .mp-history__item:last-child {
    margin-bottom: 0;
  }
}

p.incut {
  font-style: normal;
  font-weight: normal;
  line-height: 39px;
  font-size: 24px;
  letter-spacing: -0.02em;
  color: #B0B6D2;
  margin: 40px -100px 40px -65px;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  p.incut {
    margin-left: -40px;
    margin-right: 0;
    line-height: 33px;
    font-size: 20px;
  }
}
@media (max-width: 999px) {
  p.incut {
    margin-left: -25px;
    line-height: 27px;
    font-size: 18px;
  }
}

.mp-history__text {
  margin-left: 660px;
  margin-right: 100px;
}
@media (max-width: 1279px) {
  .mp-history__text {
    margin-left: 440px;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .mp-history__text {
    margin-left: 145px;
    margin-right: 115px;
  }
}
@media (max-width: 767px) {
  .mp-history__text {
    margin-left: 30px;
    margin-right: 0;
  }
}
.mp-history__text ul {
  margin: 40px 0 40px -53px;
  list-style: none;
  padding: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  .mp-history__text ul {
    margin-left: -33px;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .mp-history__text ul {
    margin-left: -25px;
  }
}
@media (max-width: 767px) {
  .mp-history__text ul {
    margin-left: -30px;
  }
}
.mp-history__text ul li {
  line-height: 23px;
  font-size: 14px;
  margin: 40px 0;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect y='2.82812' width='4' height='4' transform='rotate(-45 0 2.82812)' fill='%233952A2'/%3E%3C/svg%3E%0A");
  background-position: 0 8px;
  background-repeat: no-repeat;
  padding-left: 53px;
}
@media (max-width: 1279px) {
  .mp-history__text ul li {
    padding-left: 33px;
  }
}
@media (max-width: 999px) {
  .mp-history__text ul li {
    padding-left: 25px;
    line-height: 21px;
    font-size: 13px;
  }
}
@media (max-width: 767px) {
  .mp-history__text ul li {
    padding-left: 30px;
  }
}
.mp-history__text p:not(.incut) {
  line-height: 23px;
  font-size: 14px;
  margin: 40px 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 999px) {
  .mp-history__text p:not(.incut) {
    line-height: 21px;
    font-size: 13px;
  }
}

.mp-history__item-title {
  text-transform: uppercase;
  color: #B0B6D2;
  font-weight: normal;
  margin: 45px 0 45px -65px;
  font-size: 0;
  position: relative;
  z-index: 1;
}
@media (max-width: 1279px) {
  .mp-history__item-title {
    margin-left: -40px;
    margin-right: 0;
  }
}
@media (max-width: 999px) {
  .mp-history__item-title {
    position: relative;
    z-index: 2;
    margin-left: -30px;
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.mp-history__item-title span {
  letter-spacing: 0.12em;
  line-height: 20px;
  font-size: 12px;
}
@media (max-width: 999px) {
  .mp-history__item-title span {
    font-family: "Six Caps", sans-serif;
    line-height: 1;
    font-size: 151px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #EBECF3;
  }
  .mp-history__item-title span + span {
    color: #3952A2;
  }
}

.mp-history__img {
  position: absolute;
  left: -520px;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1279px) {
  .mp-history__img {
    left: -345px;
  }
}
@media (max-width: 999px) {
  .mp-history__img {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin-bottom: -160px;
    z-index: 1;
  }
}
@media (min-width: 1000px) {
  .mp-history__img {
    z-index: 3;
  }
}
.mp-history__img img {
  width: 100%;
  border-radius: 4px;
}

.mp-history__img--3 {
  width: 384px;
}
@media (max-width: 1279px) {
  .mp-history__img--3 {
    width: 250px;
  }
}
@media (max-width: 999px) {
  .mp-history__img--3 {
    width: 270px;
    left: 55px;
  }
}
@media (max-width: 767px) {
  .mp-history__img--3 {
    width: calc(100% - 55px);
    left: 55px;
  }
}

.mp-history__img--2 {
  width: 240px;
}
@media (max-width: 1279px) {
  .mp-history__img--2 {
    width: 190px;
    left: -285px;
  }
}
@media (max-width: 999px) {
  .mp-history__img--2 {
    width: 200px;
    left: 90px;
  }
}
@media (max-width: 767px) {
  .mp-history__img--2 {
    width: calc(100% - 140px);
    left: 55px;
  }
}

.mp-history__parallax {
  position: absolute;
  top: 50%;
}
@media (max-width: 999px) {
  .mp-history__parallax {
    position: relative;
    top: 0;
    left: -20px;
    margin-top: -120px;
    margin-bottom: -240px;
  }
}

.mp-history__parallax--1930 {
  width: 500px;
  height: 500px;
  left: -610px;
  margin-top: -250px;
}
@media (max-width: 1279px) {
  .mp-history__parallax--1930 {
    width: 380px;
    height: 380px;
    left: -440px;
    margin-top: -190px;
  }
}
@media (max-width: 999px) {
  .mp-history__parallax--1930 {
    left: -20px;
    margin-top: -120px;
    margin-bottom: -240px;
  }
  .mp-history__parallax--1930 .mp-history__parallax-layer:nth-child(1) {
    z-index: 3;
  }
}

.mp-history__parallax--1950 {
  width: 500px;
  height: 500px;
  left: -610px;
  margin-top: -250px;
}
@media (max-width: 1279px) {
  .mp-history__parallax--1950 {
    width: 380px;
    height: 380px;
    left: -440px;
    margin-top: -190px;
  }
}
@media (max-width: 999px) {
  .mp-history__parallax--1950 {
    left: 0;
    margin-top: -20px;
    margin-bottom: -320px;
  }
  .mp-history__parallax--1950 .mp-history__parallax-layer:nth-child(3) {
    display: none;
  }
}

.mp-history__parallax--1990 {
  width: 500px;
  height: 500px;
  left: -610px;
  margin-top: -250px;
}
.mp-history__parallax--1990 .mp-history__parallax-layer:nth-child(1) {
  z-index: 4;
}
@media (max-width: 1279px) {
  .mp-history__parallax--1990 {
    width: 380px;
    height: 380px;
    left: -440px;
    margin-top: -190px;
  }
}
@media (max-width: 999px) {
  .mp-history__parallax--1990 {
    margin-top: -60px;
    left: -10px;
    margin-bottom: -290px;
  }
  .mp-history__parallax--1990 .mp-history__parallax-layer:nth-child(1) {
    display: none;
  }
  .mp-history__parallax--1990 .mp-history__parallax-layer:nth-child(3) {
    z-index: 1;
  }
  .mp-history__parallax--1990 .mp-history__parallax-layer:nth-child(3) {
    z-index: 3;
  }
}

.mp-history__parallax--2010 {
  width: 550px;
  height: 550px;
  left: -650px;
  margin-top: -275px;
}
@media (max-width: 1279px) {
  .mp-history__parallax--2010 {
    width: 380px;
    height: 380px;
    left: -440px;
    margin-top: -190px;
  }
}
@media (max-width: 999px) {
  .mp-history__parallax--2010 {
    margin-top: -10px;
    left: 37px;
    width: 250px;
    height: 250px;
    margin-bottom: -200px;
  }
}

.mp-history__parallax-layer {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100% auto;
}
.mp-history__parallax-layer:nth-child(1) {
  z-index: 1;
}
.mp-history__parallax-layer:nth-child(2) {
  z-index: 3;
}
.mp-history__parallax-layer:nth-child(3) {
  z-index: 4;
}

.mp-history__fixed-age,
.mp-history__fixed-year {
  position: fixed;
  top: 50%;
  left: 50%;
  z-index: 2;
  margin-left: -500px;
  margin-top: -200px;
  overflow: hidden;
  font-family: "Six Caps";
  font-style: normal;
  font-weight: normal;
  line-height: 400px;
  font-size: 400px;
  width: 190px;
  height: 400px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #EBECF3;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
  transform-origin: right;
  pointer-events: none;
}
html._history-open .mp-history__fixed-age, html._history-open
.mp-history__fixed-year {
  opacity: 1;
  transition: opacity 0.3s ease-in-out 0.1s;
}
@media (max-width: 1279px) {
  .mp-history__fixed-age,
  .mp-history__fixed-year {
    font-size: 275px;
    line-height: 275px;
    width: 130px;
    height: 275px;
    font-size: 275px;
    line-height: 275px;
    height: 275px;
    margin-left: -320px;
  }
}
@media (max-width: 999px) {
  .mp-history__fixed-age,
  .mp-history__fixed-year {
    display: none;
  }
}

.mp-history__fixed-year {
  color: #3952A2;
  margin-left: -310px;
  z-index: 3;
  transform-origin: left;
}
html.desktop .mp-history__fixed-year {
  margin-top: -160px;
}
@media (max-width: 1279px) {
  html.desktop .mp-history__fixed-year {
    margin-top: -170px;
  }
}
@media (max-width: 1279px) {
  .mp-history__fixed-year {
    margin-left: -190px;
  }
}

.mp-history__fixed-age-inner,
.mp-history__fixed-year-inner {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transition: top 0.3s ease-in-out;
}

.mp-history__timeline {
  position: fixed;
  z-index: 5;
  top: 50%;
  left: 50%;
  margin: -230px 0 0 -620px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
  transform-origin: right;
  pointer-events: none;
}
html._history-open .mp-history__timeline {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease-in-out 0.1s;
}
@media (max-width: 1279px) {
  .mp-history__timeline {
    margin-left: -420px;
  }
}
@media (max-width: 999px) {
  .mp-history__timeline {
    display: none;
  }
}
@media (max-height: 700px) {
  .mp-history__timeline {
    margin-top: -160px;
  }
}

.mp-history__timeline-item {
  font-weight: 600;
  font-size: 0;
  line-height: 45px;
  height: 45px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B0B6D2;
  cursor: pointer;
  transition: color 0.2s ease;
}
@media (max-height: 700px) {
  .mp-history__timeline-item {
    line-height: 35px;
    height: 35px;
  }
}
.mp-history__timeline-item:hover {
  color: #D51E38;
}
.mp-history__timeline-item:hover span:nth-child(1) {
  opacity: 1;
}
.mp-history__timeline-item:hover span:nth-child(2):before {
  opacity: 0;
}
.mp-history__timeline-item._active {
  color: #3952A2;
  pointer-events: none;
}
.mp-history__timeline-item._active span:nth-child(1) {
  opacity: 1;
}
.mp-history__timeline-item._active span:nth-child(2):before {
  opacity: 0;
}
.mp-history__timeline-item span {
  font-size: 12px;
  transition: opacity 0.2s ease;
  position: relative;
}
.mp-history__timeline-item span:nth-child(1) {
  opacity: 0;
}
.mp-history__timeline-item span:nth-child(2):before {
  content: "‘";
  transition: inherit;
  position: absolute;
  left: -4px;
}

.mp-history__close {
  display: inline-block;
  height: 65px;
  background: none;
  border: 0;
  cursor: pointer;
  position: fixed;
  padding-right: 70px;
  padding-left: 10px;
  box-sizing: border-box;
  top: 32px;
  right: 58px;
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  transition: all 0.2s ease-in-out;
}
html._history-open .mp-history__close {
  opacity: 1;
  pointer-events: auto;
  transition: all 0.3s ease-in-out 0.1s;
}
@media (max-width: 999px) {
  .mp-history__close {
    right: 10px;
  }
}
@media (max-width: 767px) {
  .mp-history__close {
    transform: scale(0.75);
    right: 31px;
    top: 24px;
    padding-right: 35px;
  }
  html._menu-open .mp-history__close {
    opacity: 0;
    pointer-events: none;
  }
}
.mp-history__close span {
  line-height: 19px;
  font-size: 12px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #B0B6D2;
  transition: all 0.2s ease;
}
@media (max-width: 767px) {
  .mp-history__close span {
    display: none;
  }
}
.mp-history__close i {
  display: block;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  box-sizing: border-box;
  border: 1px solid #D51E38;
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -23px;
  margin-left: -23px;
  transition: all 0.2s ease;
  transform: rotate(45deg);
}
@media (max-width: 767px) {
  .mp-history__close i {
    right: 0;
  }
}
.mp-history__close i:before, .mp-history__close i:after {
  content: "";
  width: 17px;
  height: 1px;
  background: #D51E38;
  position: absolute;
  left: 13px;
  top: 50%;
  transition: inherit;
}
.mp-history__close i:after {
  transform: rotate(90deg);
}
html.desktop .mp-history__close:hover span {
  color: #3952A2;
}
html.desktop .mp-history__close:hover i {
  background: #3952A2;
  border-color: #3952A2;
  box-shadow: 0px 15px 35px rgba(140, 151, 212, 0.25);
}
html.desktop .mp-history__close:hover i:before, html.desktop .mp-history__close:hover i:after {
  background: #fff;
}
