@font-face {
  font-family: 'omega-bold';
  src: url('./fonts/omegact-bold-webfont.eot');
  src: url('./fonts/omegact-bold-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/omegact-bold-webfont.woff2') format('woff'), url('./fonts/omegact-bold-webfont.woff') format('woff'), url('./fonts/omegact-bold-webfont.ttf') format('truetype'), url('./fonts/omegact-bold-webfont.svg#omega-bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omega-light';
  src: url('./fonts/omegact-light-webfont.eot');
  src: url('./fonts/omegact-light-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/omegact-light-webfont.woff2') format('woff'), url('./fonts/omegact-light-webfont.woff') format('woff'), url('./fonts/omegact-light-webfont.ttf') format('truetype'), url('./fonts/omegact-light-webfont.svg#omega-light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'omega-regular';
  src: url('./fonts/omegact-regular-webfont.eot');
  src: url('./fonts/omegact-regular-webfont.eot?#iefix') format('embedded-opentype'), url('./fonts/omegact-regular-webfont.woff2') format('woff'), url('./fonts/omegact-regular-webfont.woff') format('woff'), url('./fonts/omegact-regular-webfont.ttf') format('truetype'), url('./fonts/omegact-regular-webfont.svg#omega-regular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'icomoon';
  src: url('./fonts/icomoon.eot');
  src: url('./fonts/icomoon.eot?#iefix') format('embedded-opentype'), url('./fonts/icomoon.woff2') format('woff2'), url('./fonts/icomoon.woff') format('woff'), url('./fonts/icomoon.ttf') format('truetype'), url('./fonts/icomoon.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
/**
 * Less Easing variables
 * 
 * Usage :
 *
 * -webkit-transition: all 1s @easeOutCubic;
 * 
 * .transition(all 1s @easeOutCubic);
 * 
 **/
.vertical-align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.v-align {
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.v-align:before {
  content: ' ';
  font-size: 0;
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.v-align > *:first-child {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
html,
body {
  padding: 0px;
  margin: 0px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  letter-spacing: 1px;
  background: #ffffff;
}
body.fixed-scroll.menu-opened {
  height: 100%;
}
html:not([lang="en-US"]) div:focus,
html:not([lang="en-US"]) span:focus,
html:not([lang="en-US"]) a:focus,
html:not([lang="en-US"]) button:focus {
  outline: none !important;
}
html:not([lang="en-US"]) ::-moz-selection {
  background: transparent;
  /* WebKit/Blink Browsers */
}
html:not([lang="en-US"]) ::selection {
  background: transparent;
  /* WebKit/Blink Browsers */
}
html:not([lang="en-US"]) ::-moz-selection {
  background: transparent;
  /* Gecko Browsers */
}
.visually-hidden {
  position: absolute;
  left: -10000px;
  width: 1px;
  height: 1px;
  overflow: hidden;
}
#root {
  opacity: 0;
}
#header-search {
  display: none !important;
}
.action-skip {
  font-family: 'omega-bold';
  position: absolute;
  padding: 20px;
  color: #FFF;
  top: -500px;
  left: -500px;
  background-color: #b52c36;
  text-decoration: none;
  z-index: 9999;
}
.ru .action-skip {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.action-skip:focus {
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  top: 50%;
  left: 50%;
}
#root {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
}
#root h1,
#root h2,
#root h3 {
  font-weight: normal;
}
.btn-lang {
  position: fixed;
  top: 13px;
  right: 27px;
  width: 32px;
  height: 32px;
  border: 0px;
  cursor: pointer;
  z-index: 1001;
  background: none;
  padding: 0px;
  opacity: 0;
}
.btn-lang h2 {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
  display: inline-block;
}
.mobile .btn-lang {
  display: none;
}
.btn-lang:hover svg {
  fill: #c11934;
}
.btn-lang svg {
  stroke-width: 0;
  position: relative;
  width: 100%;
  height: 100%;
  fill: #989898;
  -webkit-transition: fill 0.2s linear;
  -moz-transition: fill 0.2s linear;
  -ms-transition: fill 0.2s linear;
  -o-transition: fill 0.2s linear;
}
.chapters-open .btn-lang svg {
  fill: #FFF;
}
.logo svg {
  width: 72px;
  height: 36.4px;
  position: absolute;
  display: block;
  z-index: 20;
  left: 50%;
  top: 12px;
  margin: 0 0 0 -36px;
  z-index: 1004;
}
.logo svg path,
.logo svg polygon {
  fill: #b52c36;
}
body.white .logo svg path,
body.white .logo svg polygon {
  fill: #FFF;
}
.bandeau {
  position: absolute;
  top: 0px;
  right: 3vw;
  height: 60px;
  z-index: 1001;
  margin-right: 38px;
  font-size: 0;
  text-align: center;
  white-space: nowrap;
}
.bandeau:before {
  content: ' ';
  font-size: 0;
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.bandeau > *:first-child {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.bandeau:before {
  content: ' ';
  font-size: 0;
  height: 100%;
  width: 0;
  display: inline-block;
  vertical-align: middle;
}
.bandeau > *:first-child {
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.mobile .bandeau {
  margin-right: 0px;
}
.bandeau a {
  color: #555;
  text-decoration: none;
}
.white .bandeau a {
  color: #FFF;
}
.bandeau .legal {
  display: inline-block;
  position: relative;
  font-family: 'omega-regular';
  color: #555;
  -webkit-transition: color 0.1s linear;
  -moz-transition: color 0.1s linear;
  -ms-transition: color 0.1s linear;
  -o-transition: color 0.1s linear;
  margin-right: 1.5vw;
  cursor: pointer;
  font-size: 12px;
  line-height: 60px;
  height: 100%;
}
.ru .bandeau .legal {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.desktop .white .bandeau .legal {
  color: white;
}
.bandeau .legal h2 {
  display: inline-block;
  margin: 0px;
  padding: 0px;
  font-size: inherit;
}
.mobile .bandeau .legal {
  display: none;
}
.bandeau .legal.opened .label {
  vertical-align: top;
  color: #b52c36;
}
.bandeau .legal.opened .links {
  position: absolute;
  top: 100%;
  right: -20px;
  white-space: nowrap;
  display: block;
  text-align: right;
  padding-right: 20px;
  padding-bottom: 20px;
}
.chapters-open .bandeau .legal.opened .label {
  color: #FFF;
}
.bandeau .legal .label {
  position: relative;
  height: 100%;
  display: inline-block;
  overflow: hidden;
  background: none;
  border: 0px;
  font-family: 'omega-regular';
  color: #555;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0px;
}
.ru .bandeau .legal .label {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.white .bandeau .legal .label {
  color: #FFF;
}
.bandeau .legal .label:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #b52c36;
  display: block;
  font-size: 0;
  top: 72%;
  position: absolute;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.white .bandeau .legal .label:before {
  background-color: white;
}
.bandeau .legal .label:hover:before {
  left: 0;
}
.bandeau .cta-chapters,
.bandeau .cta-close {
  font-family: 'omega-bold';
  color: #555;
  text-transform: uppercase;
  text-decoration: none;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 15px;
  line-height: 60px;
  overflow: hidden;
}
.ru .bandeau .cta-chapters,
.ru .bandeau .cta-close {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.bandeau .cta-chapters h2,
.bandeau .cta-close h2 {
  font-size: inherit;
  margin: 0px;
  padding: 0px;
}
.mobile .bandeau .cta-chapters,
.mobile .bandeau .cta-close {
  font-size: 12px;
}
.white .bandeau .cta-chapters,
.white .bandeau .cta-close {
  color: white;
}
.bandeau .cta-chapters:before,
.bandeau .cta-close:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #b52c36;
  display: block;
  top: 72%;
  position: absolute;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.white .bandeau .cta-chapters:before,
.white .bandeau .cta-close:before {
  background-color: white;
}
.bandeau .cta-chapters:hover:before,
.bandeau .cta-close:hover:before {
  left: 0;
}
.chapters-open .bandeau .cta-chapters {
  display: none;
}
.bandeau .cta-close {
  display: none;
}
.chapters-open .bandeau .cta-close {
  display: inline-block;
}
.bandeau .links {
  display: none;
  background-color: #FFF;
}
.bandeau .links a {
  margin-left: 15px;
  position: relative;
  height: 100%;
  display: inline-block;
  font-size: 12px;
  overflow: hidden;
  line-height: 45px;
  text-align: right;
}
.bandeau .links a:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #b52c36;
  display: block;
  top: 72%;
  position: absolute;
  left: -100%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.white .bandeau .links a:before {
  background-color: white;
}
.chapters-open .bandeau .links a {
  color: #555;
}
.chapters-open .bandeau .links a:before {
  background-color: #b52c36;
}
.bandeau .links a:hover:before {
  left: 0;
}
.grab-pointer {
  cursor: url("./img/interface/grab.png") 32 32, e-resize;
  cursor: -webkit-image-set(url("./img/interface/grab.png") 1x, url("./img/interface/grab2x.png") 2x) 32 32, e-resize;
}
.explorer .grab-pointer {
  cursor: e-resize;
}
.custom-pointer {
  cursor: url("./img/interface/pointer.png") 8 8, pointer;
  cursor: -webkit-image-set(url("./img/interface/pointer.png") 1x, url("./img/interface/pointer2x.png") 2x) 8 8, pointer;
}
.white .custom-pointer {
  cursor: url("./img/interface/pointer-white.png") 8 8, pointer;
  cursor: -webkit-image-set(url("./img/interface/pointer-white.png") 1x, url("./img/interface/pointer-white2x.png") 2x) 8 8, pointer;
}
.explorer .custom-pointer {
  cursor: pointer;
}
.header-menu {
  display: none;
}
.header-sticky {
  background: transparent;
  -webkit-transition: background 0.5s linear;
  -moz-transition: background 0.5s linear;
  -ms-transition: background 0.5s linear;
  -o-transition: background 0.5s linear;
}
.header-sticky:before {
  display: none;
}
.header-sticky .logo {
  display: none;
}
.mobile .header-sticky {
  background: #FFF;
}
html.mobile .chapters-open .header-sticky {
  background: transparent;
}
body.white .mag button.main-menu-btn {
  -webkit-transition: color 0.2s linear;
  transition: color 0.2s linear;
  color: #FFF;
}
body.white .mag button.main-menu-btn:hover {
  color: #000;
}
.loader {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: url("./img/interface/bg.jpg");
  z-index: 1003;
}
.loader .container {
  height: 100%;
  width: 100%;
  position: relative;
}
.mobile .loader .container {
  -webkit-transform: scale(0.4);
  -moz-transform: scale(0.4);
  -ms-transform: scale(0.4);
  -o-transform: scale(0.4);
}
.loader .content {
  width: 658px;
  height: 658px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.loader .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  z-index: 10;
}
.loader .circle > div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: url("./img/interface/circle.png");
  background-size: cover;
}
.mobile .loader .circle > div {
  background-image: url("./img/interface/circle-mobile.png");
}
.loader .line1 {
  position: absolute;
  top: 50%;
  left: 50%;
  text-align: center;
  font-size: 0px;
  height: 55px;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.loader .line1 svg {
  position: relative;
  top: -100%;
  height: 300%;
}
.loader .line1 .name {
  color: #FFF;
  font-size: 60px;
  text-align: center;
  font-family: 'omega-bold';
  position: relative;
  top: -130%;
  height: 300%;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  letter-spacing: 5px;
}
.ru .loader .line1 .name {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.loader .line2 {
  position: absolute;
  top: 61%;
  left: 50%;
  text-align: center;
  font-family: 'omega-regular';
  color: #FFF;
  text-transform: uppercase;
  font-size: 20px;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.ru .loader .line2 {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.de .loader .line2 {
  font-size: 16px;
}
.loader .line2 span {
  display: inline-block;
  margin-left: 1.5px;
  margin-right: 1.5px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
@-webkit-keyframes rotatingloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotatingloader {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.chapters {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  z-index: 2;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  display: none;
}
.chapters .themes {
  position: absolute;
  bottom: 6.5vh;
  width: 100%;
  text-align: center;
}
.mobile .chapters .themes {
  position: relative;
  bottom: 0px;
  margin-top: 70px;
  margin-bottom: 40px;
}
.mobile .chapters .themes ul {
  margin-top: 35px;
}
.mobile .chapters .themes ul li {
  margin-bottom: 8px;
  display: block;
}
.chapters .themes span {
  font-family: 'omega-regular';
  font-size: 12px;
  text-transform: uppercase;
  color: #FFF;
  letter-spacing: 0.1vw;
}
.ru .chapters .themes span {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.chapters .themes ul {
  padding: 0;
  margin: 0;
  margin-top: 20px;
}
.chapters .themes ul li {
  display: inline-block;
  padding-left: 20px;
  padding-right: 20px;
}
.chapters .themes ul li a {
  font-size: 16px;
  color: #FFF;
  text-transform: uppercase;
  font-family: 'omega-bold';
  text-decoration: none;
  position: relative;
  display: block;
  padding-bottom: 15px;
  overflow: hidden;
  letter-spacing: 0.3vw;
}
.ru .chapters .themes ul li a {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.chapters .themes ul li a h2 {
  display: block;
  font-weight: normal;
  font-size: inherit;
  margin: 0;
}
.chapters .themes ul li a:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #b52c36;
  display: block;
  top: 72%;
  position: absolute;
  left: -101%;
  -webkit-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: all 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.white .chapters .themes ul li a:before {
  background-color: white;
}
.mobile .chapters .themes ul li a:before {
  display: none;
}
.chapters .themes ul li a:hover:before {
  left: 0;
}
.chapters ul li {
  list-style-type: none;
}
.chapters h1 {
  display: none;
}
.chapters .background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url("./img/interface/bg.jpg");
}
.chapters .bandeau {
  color: white;
}
.chapters .container {
  width: 100%;
  height: 100%;
}
.chapters .content {
  width: 100%;
  margin-top: 80px;
  height: 22%;
  text-align: center;
}
.mobile .chapters .content {
  height: 80px;
}
.chapters .list {
  display: block;
  position: absolute;
  top: 39%;
  width: 100%;
  left: 0px;
  bottom: 0px;
  margin: 0px;
  padding: 0px;
  padding-bottom: 5vh;
  font-family: 'omega-bold';
}
.ru .chapters .list {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .chapters .list {
  top: 180px;
  display: block;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 0;
}
.chapters .list .text {
  height: 100%;
}
.chapters .list .chapter {
  width: 21vw;
  height: 19vw;
  margin-left: 2vw;
  margin-right: 2vw;
  position: relative;
  text-align: center;
  cursor: pointer;
  display: inline-block;
}
.mobile .chapters .list .chapter {
  margin-left: auto;
  margin-right: auto;
  max-width: none;
  width: 55%;
  height: 55vw;
  margin-bottom: 14vw;
  display: block;
}
.chapters .list .chapter .separator {
  height: 0.3vh;
  width: 1vh;
  background-color: #FFF;
  display: block;
  margin: 1vh auto;
  -webkit-transform: scaleX(0.000001);
          transform: scaleX(0.000001);
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.chapters .list .chapter a {
  color: #FFF;
  text-decoration: none;
  font-size: 1.9vw;
  letter-spacing: 0.52vw;
  display: inline-block;
}
.mobile .chapters .list .chapter a {
  font-size: 7.2vw;
  letter-spacing: 0.8vw;
}
.chapters .list .chapter .date1,
.chapters .list .chapter .date2 {
  display: block;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.chapters .list .chapter.big .circle > div {
  -webkit-transform: scale3d(1.15, 1.15, 1);
          transform: scale3d(1.15, 1.15, 1);
}
.chapters .list .chapter.big .date1 {
  -webkit-transform: translate3d(0, -5px, 0);
          transform: translate3d(0, -5px, 0);
}
.chapters .list .chapter.big .date2 {
  -webkit-transform: translate3d(0, 5px, 0);
          transform: translate3d(0, 5px, 0);
}
.chapters .list .chapter.big .separator {
  -webkit-transform: scale3d(3, 1, 1) !important;
          transform: scale3d(3, 1, 1) !important;
}
.chapters .list .chapter.small .circle > div {
  -webkit-transform: scale3d(0.85, 0.85, 1);
          transform: scale3d(0.85, 0.85, 1);
}
.chapters .list .circle {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-animation: rotating 40s linear infinite;
  animation: rotating 40s linear infinite;
}
.chapters .list .circle > div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("./img/interface/circle2.png");
  background-size: contain;
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1);
  transition: transform 1s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 1s cubic-bezier(0.19, 1, 0.22, 1);
}
.mobile .chapters .list .circle > div {
  background-image: url("./img/interface/circle2-mobile.png");
}
.chapters .line1 {
  text-align: center;
  font-size: 0px;
  height: 3vw;
  width: 100%;
}
.chapters .line1 .name {
  color: #FFF;
  font-size: 60px;
  text-align: center;
  font-family: 'omega-bold';
  position: relative;
  top: -130%;
  height: 300%;
  letter-spacing: 5px;
}
.ru .chapters .line1 .name {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .chapters .line1 .name {
  font-size: 40px;
}
.mobile .chapters .line1 .name p {
  margin: 0px;
}
.chapters .line1.blurred span {
  -webkit-filter: blur(20px);
          filter: blur(20px);
}
.mobile .chapters .line1 {
  height: 8vw;
}
.mobile .chapters .line1 span {
  margin-left: 1vw;
  margin-right: 1vw;
}
.chapters .line1 span {
  height: 100%;
  display: inline-block;
  margin-left: 0.3vw;
  margin-right: 0.3vw;
  -webkit-filter: blur(0px);
          filter: blur(0px);
  -webkit-transition: -webkit-filter 2s linear;
  transition: -webkit-filter 2s linear;
  transition: filter 2s linear;
  transition: filter 2s linear, -webkit-filter 2s linear;
}
.chapters .line1 span img {
  height: 100%;
}
.chapters .line1 span.r {
  position: relative;
}
.chapters .line1 span.r img {
  height: 110%;
  top: 10%;
  position: relative;
}
.chapters .line1 span.o {
  position: relative;
  margin-left: -1%;
}
.chapters .line1 span.o img {
  height: 110%;
  top: 10%;
  position: relative;
}
.chapters .line2 {
  text-align: center;
  font-family: 'omega-regular';
  color: #FFF;
  text-transform: uppercase;
  font-size: 1.2vw;
  letter-spacing: 0.3vw;
  margin-top: 2vw;
}
.ru .chapters .line2 {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .chapters .line2 {
  font-size: 4vw;
  letter-spacing: 0.7vw;
  margin-top: 6vw;
}
@-webkit-keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rotating {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
.navigation {
  display: none;
}
.mobile .navigation {
  display: block;
}
.mobile .navigation .open {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 50px;
  font-size: 12px;
  text-align: center;
  background: #b52c36;
  color: #FFF;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'omega-bold';
  border-bottom: 1px solid #bd424a;
  display: none;
}
.ru .mobile .navigation .open {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .navigation .close {
  position: absolute;
  top: 60px;
  left: 0px;
  width: 100%;
  height: 50px;
  font-size: 12px;
  text-align: center;
  background: #b52c36;
  color: #FFF;
  line-height: 50px;
  text-transform: uppercase;
  font-family: 'omega-bold';
  border-bottom: 1px solid #bd424a;
  display: none;
  z-index: 1;
}
.ru .mobile .navigation .close {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .navigation .dates {
  position: absolute;
  top: 110px;
  left: 0px;
  width: 100%;
  bottom: 0px;
  z-index: 900;
  background: #b52c36;
  overflow: auto;
  display: none;
  -webkit-overflow-scrolling: touch;
}
.mobile .navigation .dates .year {
  height: 120px;
  width: 80%;
  border-bottom: 1px solid #bd424a;
  margin: 0 auto;
}
.mobile .navigation .dates .year .title {
  color: #FFF;
  font-family: 'omega-regular';
  font-size: 28px;
  text-align: center;
}
.ru .mobile .navigation .dates .year .title {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .navigation .dates .year .title a {
  margin-top: 5px;
  font-size: 14px;
  color: #d5979b;
  display: block;
  text-decoration: none;
}
.timeline {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.timeline * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.timeline.lock .compte .numbers {
  color: #f4f4f4;
}
.timeline .footer {
  display: none;
  visibility: hidden;
}
.mobile .timeline .footer {
  visibility: visible;
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  text-align: center;
  background: #FFF;
  font-size: 10px;
  color: #555;
  padding: 12px 0;
  font-family: 'omega-regular';
  z-index: 899;
  letter-spacing: 0.04em;
}
.ru .mobile .timeline .footer {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .timeline .footer .item {
  margin-top: 4px;
  font-size: 11px;
  display: inline-block;
  padding: 0 5px 0 0;
  line-height: 1;
  font-family: 'omega-regular';
}
.ru .mobile .timeline .footer .item {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .timeline .footer .item + .item {
  padding-left: 5px;
  border-left: 1px solid #9a9a9a;
}
.mobile .timeline .footer a {
  color: #555;
}
.timeline .next {
  position: absolute;
  top: 0px;
  right: 0px;
  height: 100%;
  width: 10vw;
  color: #222222;
  z-index: 1002;
  display: none;
  -webkit-transition: 0.2s width;
  -moz-transition: 0.2s width;
  -ms-transition: 0.2s width;
  -o-transition: 0.2s width;
}
.timeline .next.theme {
  width: 20vw;
}
.timeline .next.theme > div.align {
  width: 18vw;
}
.mobile .timeline .next.theme > div.align {
  width: 100%;
}
.timeline .next.theme .title {
  width: 10vw;
  margin-left: auto;
  margin-right: auto;
}
.mobile .timeline .next.theme .title {
  width: auto;
}
.timeline .next.theme:hover {
  width: 24vw;
}
.mobile .timeline .next.theme:hover {
  width: 100%;
}
.timeline .next:hover {
  width: 12vw;
}
.mobile .timeline .next {
  left: 0px;
  width: 100%;
  height: 90px;
  bottom: 82px;
  top: auto;
  z-index: 899;
}
.mobile .timeline .next > div {
  width: 100%;
}
.mobile .timeline .next .title {
  margin-bottom: 0px;
  font-size: 16px;
}
.mobile .timeline .next br {
  display: none;
}
.mobile .timeline .next a {
  font-size: 26px;
}
.timeline .next .title {
  font-family: 'omega-bold';
  font-size: 1.5vw;
  display: block;
  margin-bottom: 20px;
  color: white;
}
.ru .timeline .next .title {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .next .align {
  position: relative;
}
.timeline .next .align:hover a .separator {
  width: 3vw;
}
.timeline .next > div {
  width: 10vw;
  z-index: 2;
  cursor: pointer;
  position: relative;
}
.timeline .next .overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100vw;
  z-index: 1;
  cursor: pointer;
  overflow: hidden;
}
.mobile .timeline .next .overlay {
  height: 100vh;
  width: 100%;
}
.timeline .next .overlay > div {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  background-image: url("./img/interface/bg.jpg");
}
.timeline .next a {
  color: white;
  font-size: 2vw;
  letter-spacing: 0.3vw;
  font-family: 'omega-bold';
  text-decoration: none;
  display: inline-block;
}
.ru .timeline .next a {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .next a .separator {
  display: block;
  width: 1vw;
  height: 2px;
  background-color: white;
  display: inline-block;
  margin-bottom: 0.6vw;
  margin-top: 0.6vw;
  -webkit-transition: width 0.5s ease-out;
  -moz-transition: width 0.5s ease-out;
  -ms-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
}
.mobile .timeline .next a .separator {
  top: -1.5vw;
  position: relative;
}
.timeline .bar {
  position: absolute;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 19px;
  z-index: 10;
}
.timeline .bar h2 {
  position: absolute;
  bottom: 1vw;
  left: 2vw;
  font-family: 'omega-bold';
  color: #222222;
  font-size: 15px;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
}
.ru .timeline .bar h2 {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .timeline .bar h2 {
  display: none;
}
.mobile .timeline .bar {
  height: auto;
  width: 1vw;
  top: 60px;
  overflow: hidden;
}
.timeline .bar .indicator {
  width: 100%;
  height: 50%;
  position: absolute;
  bottom: 0px;
  left: -100%;
  background: #b52c36;
  pointer-events: none;
}
.mobile .timeline .bar .indicator {
  width: 100%;
  height: 100%;
  left: 0px;
  top: -100%;
  bottom: auto;
}
.timeline .bar .years {
  left: 5%;
  width: 90%;
  height: 130%;
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: stretch;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  margin-top: 0px;
  list-style-type: none;
}
.mobile .timeline .bar .years {
  -webkit-transform: translate(30%, 0);
  -moz-transform: translate(30%, 0);
  -ms-transform: translate(30%, 0);
  -o-transform: translate(30%, 0);
  display: none;
}
.mobile .timeline .bar .years {
  left: 0px;
  width: 100%;
  height: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}
.mobile .timeline .bar .years .year {
  border-top: 1px solid #000;
  border-left: 0px;
}
.mobile .timeline .bar .years .year .title {
  display: none;
}
.timeline .bar .years .year {
  position: relative;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  -moz-transition: all 0.5s ease-out;
  -ms-transition: all 0.5s ease-out;
  -o-transition: all 0.5s ease-out;
}
.timeline .bar .years .year:after {
  content: ' ';
  height: 100%;
  width: 1px;
  background: black;
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
}
.mobile .timeline .bar .years .year:after {
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
}
.timeline .bar .years .year .title {
  position: absolute;
  width: 200px;
  bottom: 100%;
  padding-bottom: 2vh;
  left: 50%;
  margin-left: -100px;
  color: #b52c36;
  font-size: 2vh;
  font-family: 'omega-bold';
  text-align: center;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: opacity 0.2s linear;
  -moz-transition: opacity 0.2s linear;
  -ms-transition: opacity 0.2s linear;
  -o-transition: opacity 0.2s linear;
  visibility: hidden;
}
.ru .timeline .bar .years .year .title {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
[lang='en-US'] .timeline .bar .years .year .title {
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
  padding-bottom: 0vh;
  font-size: 0.8vw;
  width: 3vw;
  margin-left: -1.5vw;
}
.timeline .bar .years .year a {
  display: block;
  text-transform: uppercase;
  color: #222222;
  font-family: 'omega-bold';
  text-decoration: none;
  font-size: 1.2vh;
  margin-top: 1vh;
}
.ru .timeline .bar .years .year a {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
[lang='en-US'] .timeline .bar .years .year a {
  display: none;
}
.timeline .bar .years .year:hover:after,
.timeline .bar .years .year:focus:after,
.timeline .bar .years .year:active:after {
  background: #b52c36;
}
.timeline .bar .years .year:hover .title,
.timeline .bar .years .year:focus .title,
.timeline .bar .years .year:active .title {
  -webkit-transition: all 0.5s linear 0.1s;
  -moz-transition: all 0.5s linear 0.1s;
  -ms-transition: all 0.5s linear 0.1s;
  -o-transition: all 0.5s linear 0.1s;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  visibility: visible;
}
.timeline .content {
  position: relative;
  height: 100vh;
  top: 0px;
  width: 100%;
  overflow: hidden;
  padding-bottom: 10vh;
  padding-top: 10vh;
}
.mobile .timeline .content {
  padding-bottom: 0vh;
  padding-top: 0;
  position: absolute;
  height: auto;
  top: 60px;
  left: 0;
  width: 100%;
  bottom: 0;
}
.timeline .content .scroll {
  height: 100%;
  padding-left: 146vw;
  padding-right: 10vw;
  position: relative;
  padding-bottom: 10vh;
  padding-top: 6vh;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  white-space: nowrap;
  display: inline-block;
  font-size: 0;
}
.mobile .timeline .content .scroll {
  padding-left: 0px;
  padding-right: 0px;
  padding-bottom: 200px;
  padding-top: 138vh;
  height: auto;
  width: 100%;
}
.timeline .content .template {
  position: relative;
  height: 100%;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
}
.mobile .timeline .content .template {
  height: auto;
  width: 92%;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.timeline .content .template .separator {
  background-color: #f7f7f7;
  height: 40%;
  width: 0.1vw;
  display: block;
  position: absolute;
  top: 32%;
  right: 15vh;
}
.mobile .timeline .content .template .separator {
  display: none;
}
.timeline .content .template .text {
  display: inline-block;
  vertical-align: top;
  width: 60vh;
  padding-top: 20vh;
  position: relative;
  height: auto;
  margin-right: 10vh;
}
.timeline .content .template .text a {
  text-decoration: none;
}
.timeline .content .template .text a:hover {
  text-decoration: underline;
}
.timeline .content .template .text.big {
  width: 90vh;
}
.mobile .timeline .content .template .text {
  width: 88%;
  margin-right: auto;
  margin-left: auto;
  padding-top: 10vw;
  padding-bottom: 15vw;
  display: block;
}
.timeline .content .template .text .year {
  font-family: 'omega-regular';
  color: #b52c36;
  font-size: 8vh;
}
.ru .timeline .content .template .text .year {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .content .template .text .date {
  font-family: 'omega-regular';
  color: #b52c36;
  font-size: 1.5vh;
}
.ru .timeline .content .template .text .date {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .content .template .text .date p {
  margin: 0px;
  padding: 0px;
  font-size: inherit;
}
.timeline .content .template .text h2.title {
  font-family: 'omega-bold';
  color: #222222;
  font-size: 2.2vh;
  margin-top: 0px;
  text-transform: uppercase;
}
.ru .timeline .content .template .text h2.title {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .content .template .text.expandable .description .more {
  display: inline-block;
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  -webkit-transition: 0.6s opacity linear;
  -moz-transition: 0.6s opacity linear;
  -ms-transition: 0.6s opacity linear;
  -o-transition: 0.6s opacity linear;
  pointer-events: auto;
  padding: 5px;
  left: -5px;
}
.timeline .content .template .text.expandable .description .less {
  display: inline-block;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: 0.6s opacity linear;
  -moz-transition: 0.6s opacity linear;
  -ms-transition: 0.6s opacity linear;
  -o-transition: 0.6s opacity linear;
  pointer-events: none;
  padding: 5px;
  left: -5px;
}
.timeline .content .template .text.expandable .description .actions {
  display: block;
}
.timeline .content .template .text.expandable.opened .description .more {
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  pointer-events: none;
}
.timeline .content .template .text.expandable.opened .description .less {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
  pointer-events: auto;
}
.timeline .content .template .text .description {
  font-family: 'omega-regular';
  color: #3f3f3f;
  font-size: 14px;
  line-height: 22px;
  margin-top: 3vh;
  position: relative;
}
.ru .timeline .content .template .text .description {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .content .template .text .description p {
  margin: 0px;
}
[lang='en-US'] .timeline .content .template .text .description {
  color: #000;
}
.mobile .timeline .content .template .text .description {
  font-size: 14px;
  line-height: 22px;
}
.timeline .content .template .text .description .paragraphe {
  position: relative;
  max-height: 15.4vh;
  overflow: hidden;
  text-overflow: ellipsis;
}
.timeline .content .template .text .description .paragraphe:before {
  content: "";
  position: absolute;
  background: white;
  bottom: 0px;
  z-index: 1;
  width: 100%;
  height: 2px;
  left: 0px;
}
.mobile .timeline .content .template .text .description .paragraphe:before {
  opacity: 0;
}
.mobile .timeline .content .template .text .description .paragraphe {
  max-height: 13.2vh;
}
.timeline .content .template .text .description .actions {
  position: relative;
  display: none;
  height: 32px;
  width: auto;
  margin-top: 15px;
}
.timeline .content .template .text .description .more,
.timeline .content .template .text .description .less {
  display: none;
  position: absolute;
  top: 0px;
  color: #b52c36;
  left: 0px;
}
.mobile .timeline .content .template .text .description .more,
.mobile .timeline .content .template .text .description .less {
  bottom: auto;
}
.timeline .content .template .text .description .more:before,
.timeline .content .template .text .description .less:before {
  content: "";
  height: 2px;
  width: 100%;
  background-color: #b52c36;
  display: block;
  top: 100%;
  position: absolute;
  -moz-opacity: 0;
  -khtml-opacity: 0;
  -webkit-opacity: 0;
  opacity: 0;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
  filter: alpha(opacity=0);
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -ms-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
}
.timeline .content .template .text .description .more:hover:before,
.timeline .content .template .text .description .less:hover:before {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  -webkit-opacity: 1;
  opacity: 1;
  -ms-filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
  filter: alpha(opacity=100);
}
.timeline .content .template .text a {
  color: #3f3f3f;
}
.timeline .content .template .copyright {
  color: #a0a0a0;
  height: 100%;
  width: 0px;
  position: relative;
  display: inline-block;
  vertical-align: top;
  margin-left: 3vh;
}
.timeline .content .template .copyright .bloc-text {
  position: absolute;
  bottom: 0px;
  left: 0px;
  font-family: 'omega-regular';
  white-space: nowrap;
  font-size: 1.1vh;
  letter-spacing: 0.07em;
  -webkit-transform: rotate3d(0, 0, 1, -90deg);
  -moz-transform: rotate3d(0, 0, 1, -90deg);
  -ms-transform: rotate3d(0, 0, 1, -90deg);
  -o-transform: rotate3d(0, 0, 1, -90deg);
  -webkit-transform-origin: bottom left;
  -moz-transform-origin: bottom left;
  -ms-transform-origin: bottom left;
  -o-transform-origin: bottom left;
}
.ru .timeline .content .template .copyright .bloc-text {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .content .template .copyright .bloc-text img {
  height: 1vh;
  top: 0.3vh;
  position: relative;
  margin-right: 0.5vh;
}
.mobile .timeline .content .template .copyright {
  height: auto;
  width: 88%;
  display: block;
  margin-right: auto;
  margin-left: auto !important;
  margin-top: 3vh;
}
.mobile .timeline .content .template .copyright .bloc-text {
  position: relative;
  bottom: auto;
  left: auto;
  white-space: normal;
  -webkit-transform: rotate3d(0, 0, 1, 0deg);
  -moz-transform: rotate3d(0, 0, 1, 0deg);
  -ms-transform: rotate3d(0, 0, 1, 0deg);
  -o-transform: rotate3d(0, 0, 1, 0deg);
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  font-size: 1.3vh;
}
.mobile .timeline .content .template .copyright .bloc-text img {
  height: 0.8vh;
  top: 0.1vh;
  position: relative;
  margin-right: 0.4vh;
}
.timeline .content .template .visuels {
  padding-right: 30vh;
  height: 90%;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
.mobile .timeline .content .template .visuels {
  width: 100%;
  padding-right: 0px;
  height: auto;
}
.mobile .timeline .content .template .visuels .visuel {
  height: auto;
  display: block;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0px;
}
.mobile .timeline .content .template .visuels .visuel:last-child {
  margin-bottom: 0px;
}
.mobile .timeline .content .template .visuels .visuel > picture img {
  height: auto;
  width: 100%;
}
.timeline .content .template .visuels .video {
  position: relative;
  height: 75%;
  top: 15%;
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #000;
}
.mobile .timeline .content .template .visuels .video {
  width: 100%;
  top: 0%;
  height: 65vw;
}
.mobile .timeline .content .template .visuels .video > video,
.mobile .timeline .content .template .visuels .video .embed {
  height: 100%;
  width: 100%;
}
.mobile .timeline .content .template .visuels .video .play {
  width: 51px;
  height: 51px;
}
.mobile .timeline .content .template .visuels .video .play::before {
  font-size: 50px;
}
.timeline .content .template .visuels .video:hover .poster {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
}
.timeline .content .template .visuels .video > video,
.timeline .content .template .visuels .video .embed {
  height: 100%;
  width: 90vh;
  position: relative;
  z-index: 1;
  display: block;
  -webkit-transition: 3s ease-out;
  -moz-transition: 3s ease-out;
  -ms-transition: 3s ease-out;
  -o-transition: 3s ease-out;
}
.timeline .content .template .visuels .video .poster {
  position: absolute;
  top: 0px;
  left: 0px;
  height: 100%;
  width: 100%;
  -webkit-transition: 3s ease-out;
  -moz-transition: 3s ease-out;
  -ms-transition: 3s ease-out;
  -o-transition: 3s ease-out;
  background: #000;
  z-index: 2;
  display: block;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
}
.timeline .content .template .visuels .video .poster img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
.timeline .content .template .visuels .video .play {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  width: 101px;
  height: 101px;
  color: #FFF;
  z-index: 3;
  display: block;
  cursor: pointer;
}
.timeline .content .template .visuels .video .play::before {
  font-size: 100px;
  font-family: 'icomoon';
  content: "\E959";
}
.timeline .content .template .visuels .visuel {
  position: relative;
  height: 100%;
  display: inline-block;
  vertical-align: top;
}
.timeline .content .template .visuels .visuel.watch {
  z-index: 1;
  margin-bottom: 22vh;
}
.timeline .content .template .visuels .visuel .legend {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: #b52c36;
  overflow: hidden;
  max-width: 22vw;
  width: 4vh;
  height: 4vh;
}
.mobile .timeline .content .template .visuels .visuel .legend {
  max-width: 100%;
  top: 0px;
  bottom: auto;
  width: 6vh;
  height: 6vh;
}
.timeline .content .template .visuels .visuel .legend .box {
  position: relative;
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-align-items: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  height: 100%;
}
.mobile .timeline .content .template .visuels .visuel .legend .box {
  -ms-align-items: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  height: auto;
}
.timeline .content .template .visuels .visuel .legend .icon-cross {
  padding: 1.1vh;
  display: inline-block;
  cursor: pointer;
}
.mobile .timeline .content .template .visuels .visuel .legend .icon-cross {
  padding: 2.1vh;
}
.timeline .content .template .visuels .visuel .legend .icon-cross i {
  background-image: url("img/interface/plus.png");
  background-position: center;
  width: 1.75vh;
  height: 1.75vh;
  vertical-align: top;
  background-size: cover;
  display: inline-block;
}
.timeline .content .template .visuels .visuel .legend span {
  font-size: 1.5vh;
  color: #FFF;
  display: inline-block;
  vertical-align: bottom;
  font-style: italic;
  padding-right: 1vh;
  padding-left: 1vh;
  width: 81%;
  padding-bottom: 1vh;
  padding-top: 1vh;
  font-family: 'omega-regular';
}
.ru .timeline .content .template .visuels .visuel .legend span {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.mobile .timeline .content .template .visuels .visuel .legend span {
  font-size: 1.9vh;
  padding-top: 1.8vh;
  padding-bottom: 1.8vh;
}
.timeline .content .template .visuels .visuel .watch {
  position: absolute;
  bottom: -4vh;
  right: -12vh;
  height: 36vh;
}
.mobile .timeline .content .template .visuels .visuel .watch {
  right: 0vh;
  bottom: -20vh;
}
.timeline .content .template .visuels .visuel .watch span {
  position: absolute;
  bottom: -2vh;
  left: 5%;
  width: 90%;
  color: #b52c36;
  text-align: center;
  z-index: 1;
  font-family: 'omega-bold';
  font-size: 1.2vh;
}
.ru .timeline .content .template .visuels .visuel .watch span {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.timeline .content .template .visuels .visuel .watch img {
  height: 100%;
  bottom: 1vh;
  position: relative;
  z-index: 1;
}
.timeline .content .template .visuels .visuel .watch:before {
  position: absolute;
  top: 50%;
  left: 50%;
  content: "";
  height: 100%;
  width: 100%;
  padding-top: 5vh;
  padding-bottom: 5vh;
  padding-left: 3vh;
  margin-top: 1vh;
  border: 1px solid rgba(0, 0, 0, 0);
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  -webkit-transition: 0.4s border ease-out;
  -moz-transition: 0.4s border ease-out;
  -ms-transition: 0.4s border ease-out;
  -o-transition: 0.4s border ease-out;
}
.timeline .content .template .visuels .visuel > picture img {
  height: 100%;
  width: auto;
}
.timeline .content .template.template1 .copyright {
  margin-left: 16vh;
}
.timeline .content .template.template1 .visuels .visuel:nth-child(2) {
  height: 50%;
  margin-left: -10vh;
  position: relative;
  top: 50%;
}
.mobile .timeline .content .template.template1 .visuels .visuel:nth-child(2) {
  height: auto;
  margin-left: auto;
  position: relative;
  top: 0px;
  width: 70%;
  margin-top: -12vh;
  margin-right: 0px;
}
.timeline .content .template.template2 .visuels .visuel {
  height: 65%;
}
.timeline .content .template.template2 .visuels .visuel:nth-child(2) {
  height: 50%;
  margin-left: -10vh;
  position: relative;
  top: 50%;
}
.mobile .timeline .content .template.template2 .visuels .visuel {
  height: auto;
  width: 100%;
}
.mobile .timeline .content .template.template2 .visuels .visuel:nth-child(1) {
  width: 88%;
}
.mobile .timeline .content .template.template2 .visuels .visuel:nth-child(2) {
  height: auto;
  margin-left: auto;
  position: relative;
  top: 0px;
  width: 70%;
  margin-top: -12vh;
  margin-right: 0px;
}
.timeline .content .template.template3 .visuels .visuel:nth-child(1) {
  margin-right: 5vh;
}
.timeline .content .template.template3 .visuels .visuel:nth-child(2) {
  height: 55%;
  position: relative;
  top: 15%;
}
.timeline .content .template.template3 .visuels .visuel:nth-child(3) {
  height: 35%;
  margin-left: -7vh;
  position: relative;
  top: 45%;
}
.mobile .timeline .content .template.template3 .visuels .visuel {
  height: auto;
  width: 100%;
}
.mobile .timeline .content .template.template3 .visuels .visuel:nth-child(1) {
  margin-right: auto;
}
.mobile .timeline .content .template.template3 .visuels .visuel:nth-child(2) {
  height: auto;
  position: relative;
  top: 0px;
  width: 88%;
}
.mobile .timeline .content .template.template3 .visuels .visuel:nth-child(3) {
  height: auto;
  margin-left: auto;
  position: relative;
  top: 0px;
  width: 70%;
  margin-top: -12vh;
  margin-right: 0px;
}
.timeline .content .template.template4 .copyright {
  margin-left: 7vh;
}
.mobile .timeline .content .template.template4 .copyright {
  margin-top: -4vh;
}
.timeline .content .template.template4 .visuels .visuel:nth-child(1) {
  margin-right: 0vh;
}
.timeline .content .template.template4 .visuels .visuel:nth-child(2) {
  height: 55%;
  position: relative;
  top: 15%;
  margin-left: 8vh;
}
.timeline .content .template.template4 .visuels .visuel:nth-child(3) {
  height: 35%;
  margin-left: -7vh;
  position: relative;
  top: 45%;
}
.timeline .content .template.template4 .visuels .visuel:nth-child(4) {
  height: 75%;
  margin-left: 0vh;
  position: relative;
  top: 25%;
}
.mobile .timeline .content .template.template4 .visuels .visuel {
  height: auto;
  width: 100%;
}
.mobile .timeline .content .template.template4 .visuels .visuel:nth-child(1) {
  margin-right: auto;
}
.mobile .timeline .content .template.template4 .visuels .visuel:nth-child(2) {
  height: auto;
  position: relative;
  top: 0px;
  width: 88%;
}
.mobile .timeline .content .template.template4 .visuels .visuel:nth-child(3) {
  height: auto;
  margin-left: auto;
  position: relative;
  top: 0px;
  width: 70%;
  margin-top: -12vh;
  margin-right: 0px;
}
.mobile .timeline .content .template.template4 .visuels .visuel:nth-child(4) {
  height: auto;
  margin-left: 0px;
  position: relative;
  top: 0px;
  width: 70%;
  margin-right: auto;
}
.timeline .content .template.template5 .visuels .visuel:nth-child(1) {
  margin-right: 5vh;
}
.timeline .content .template.template5 .visuels .visuel:nth-child(2) {
  height: 70%;
  position: relative;
  top: 15%;
}
.mobile .timeline .content .template.template5 .visuels .visuel {
  height: auto;
  width: 100%;
}
.mobile .timeline .content .template.template5 .visuels .visuel:nth-child(1) {
  width: 88%;
  margin-right: auto;
}
.mobile .timeline .content .template.template5 .visuels .visuel:nth-child(2) {
  height: auto;
  position: relative;
  top: 0px;
  width: 70%;
}
#notice-cookie-block {
  display: none;
}
.cookie {
  position: fixed;
  bottom: 0;
  top: auto;
  width: 100%;
  z-index: 9999;
  font-size: 12px;
  line-height: 1.4;
}
.cookie p {
  margin: 0;
}
.cookie .cookie-settings {
  padding: 40px 15px 15px;
  background: #fff;
  position: absolute;
  left: 0;
  bottom: 100%;
  -webkit-box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  box-shadow: 0 0 50px 0 rgba(0, 0, 0, 0.25);
  overflow: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
  color: #555;
  font-family: 'omega-regular';
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  letter-spacing: 0.053em;
  display: none;
}
.ru .cookie .cookie-settings {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.cookie .cookie-settings * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie .cookie-settings .hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  width: 1px !important;
}
.cookie .cookie-settings label {
  display: inline-block;
  position: relative;
  overflow: hidden;
  padding: 12px 0;
  line-height: 14px;
  max-width: 90%;
  cursor: pointer;
  letter-spacing: 0.05em;
}
.cookie .cookie-settings label.switch {
  padding-left: 45px;
  z-index: 10;
}
.cookie .cookie-settings label input {
  position: absolute;
  left: -30px;
}
.cookie .cookie-settings label input:checked + .check {
  background: #eeb6c1;
}
.cookie .cookie-settings label input:checked + .check:before {
  left: 16px;
  background: #c40d2e;
}
.cookie .cookie-settings label .label {
  display: inline-block;
  vertical-align: middle;
}
.cookie .cookie-settings label input:checked + .check + .label {
  color: #c40d2e;
}
.cookie .cookie-settings label .check {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 36px;
  height: 12px;
  border-radius: 6px;
  background: #efefef;
  margin: -6px 0 0;
  -webkit-transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.cookie .cookie-settings label .check:before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  border-radius: 10px;
  position: absolute;
  background: #cacaca;
  left: 0;
  top: 0;
  margin: -4px 0 0;
  -webkit-transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1), left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
  transition: background 0.3s cubic-bezier(0.19, 1, 0.22, 1), left 0.3s cubic-bezier(0.19, 1, 0.22, 1);
}
.cookie .cookie-settings .cookie-settings-intro {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-family: 'omega-bold';
}
.ru .cookie .cookie-settings .cookie-settings-intro {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.cookie .cookie-settings .cookie-settings-accordion-title {
  position: relative;
  line-height: 0;
}
.cookie .cookie-settings .cookie-settings-accordion-title > button {
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: 0;
}
.cookie .cookie-settings .cookie-settings-accordion-title > button:after {
  content: "\E904";
  display: block;
  position: absolute;
  font-family: 'icomoon';
  right: -3px;
  top: 50%;
  font-size: 10px;
  width: 20px;
  text-align: center;
  line-height: 30px;
  margin: -15px 0 0;
  -webkit-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -moz-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -ms-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  -o-transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
  transform: rotate(0);
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
@media (min-width: 640px) {
  .cookie .cookie-settings .cookie-settings-accordion-title > button:hover {
    color: #c40d2e;
  }
}
.cookie .cookie-settings .cookie-settings-accordion-title[aria-expanded=true] button:after {
  transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
}
.cookie .cookie-settings .cookie-settings-accordion-content:not(:last-child) {
  border-bottom: 1px solid #e2e2e2;
  padding-bottom: 10px;
  margin-bottom: 5px;
}
.cookie .cookie-settings button {
  color: #555;
  font-size: 1.4rem;
  font-family: 'omega-regular';
  background-image: none;
  background: 0 0;
  border: none;
  cursor: pointer;
  display: inline-block;
  border-radius: 0;
  padding: 0;
}
.ru .cookie .cookie-settings button {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.cookie .cookie-settings .close-btn:before,
.cookie .cookie-settings .remove-btn:before {
  display: block;
  font-family: 'icomoon';
  content: "\E90C";
  font-size: 14px;
  line-height: 14px;
  width: 14px;
  text-align: center;
}
.cookie .cookie-settings .close-btn,
.cookie .cookie-settings .remove-btn {
  display: block;
  position: absolute;
  top: 7px;
  right: 7px;
  padding: 8px;
  cursor: pointer;
}
@media (min-width: 640px) {
  .cookie .cookie-settings .close-btn,
  .cookie .cookie-settings .remove-btn {
    padding: 10px;
  }
}
@media (min-width: 640px) {
  .cookie .cookie-settings {
    width: 452px;
    padding: 45px 45px 20px;
  }
}
.cookie .cookie-content {
  padding: 15px;
  background: rgba(20, 20, 20, 0.9);
  color: #fff;
  font-family: 'omega-regular';
  letter-spacing: 0.053em;
}
.ru .cookie .cookie-content {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.cookie .cookie-content a {
  font-family: 'omega-bold';
  color: #fff;
  display: inline-block;
  position: relative;
  text-decoration: none;
}
.ru .cookie .cookie-content a {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
.cookie .cookie-content a:after {
  content: '';
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  background: #666;
  -webkit-transition: background 0.1s linear;
  -moz-transition: background 0.1s linear;
  -ms-transition: background 0.1s linear;
  -o-transition: background 0.1s linear;
}
.cookie .cookie-content a:hover:after {
  background-color: #fff;
}
.cookie .cookie-content .hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  width: 1px !important;
}
.cookie .cookie-content .cookie-actions {
  margin-top: 12px;
  text-align: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.cookie .cookie-content .cookie-actions button {
  background: 0 0;
  display: inline-block;
  margin: 0 4px;
  color: #fff;
  text-transform: uppercase;
  padding: 5px;
  font-size: 11px;
  min-width: 60px;
  border: 1px solid #fff;
  letter-spacing: 0.08em;
  -webkit-transition: background 0.1s linear, color 0.1s linear, border 0.1s linear;
  -moz-transition: background 0.1s linear, color 0.1s linear, border 0.1s linear;
  -ms-transition: background 0.1s linear, color 0.1s linear, border 0.1s linear;
  -o-transition: background 0.1s linear, color 0.1s linear, border 0.1s linear;
  cursor: pointer;
}
.cookie .cookie-content .cookie-actions button:hover {
  border-color: #c40d2e;
  background-color: #c40d2e;
  color: #fff;
}
.cookie .cookie-content .cookie-actions button.allow {
  background: #fff;
  color: #000;
}
.cookie .cookie-content .cookie-actions button.allow:hover {
  background-color: #c40d2e;
  color: #FFF;
}
@media (min-width: 960px) {
  .cookie .cookie-content .cookie-text {
    display: table-cell;
    width: auto;
    padding: 25px 10px 25px 45px;
  }
}
@media (min-width: 960px) {
  .cookie .cookie-content .cookie-actions {
    display: table-cell;
    vertical-align: middle;
    width: 200px;
    padding: 25px 45px 25px 10px;
    text-align: right;
  }
}
@media (min-width: 640px) {
  .cookie .cookie-content {
    padding: 25px 45px;
  }
}
@media (min-width: 960px) {
  .cookie .cookie-content {
    display: table;
    padding: 0;
    width: 100%;
    table-layout: fixed;
  }
}
@media (min-width: 960px) {
  .cookie {
    line-height: 1.5;
  }
}
.compte {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
  font-size: 5vh;
  font-family: 'omega-regular';
  display: -ms-flexbox;
  display: -ms-flex;
  display: -webkit-box;
  display: flex;
  -ms-justify-content: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 25vh;
  text-align: center;
  pointer-events: none;
}
.ru .compte {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
[lang='en-US'] .compte {
  visibility: hidden;
}
.compte .numbers {
  width: 14vh;
  color: #b52c36;
  font-size: 20vh;
  overflow: hidden;
  height: 100%;
  -webkit-transition: color 0s linear;
  transition: color 0s linear;
}
.mobile .compte .numbers {
  font-size: 16vh;
  width: 10vh;
}
.compte .numbers span {
  display: block;
  height: 25vh;
}
.compte.lock .numbers {
  -webkit-transition: color 0.8s linear;
  transition: color 0.8s linear;
  color: #f4f4f4;
}
.compte:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 5vh;
  top: -1px;
  left: 0px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to bottom, #ffffff 30%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
.compte:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 5vh;
  bottom: -1px;
  left: 0px;
  background: -webkit-gradient(linear, left bottom, left top, from(#ffffff), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(to top, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 2;
}
#popin-lang {
  display: none;
  position: absolute;
  top: 60px;
  bottom: 0px;
  left: 0;
  width: 100%;
  background-color: #fff;
  z-index: 12;
  text-align: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  z-index: 1000;
  border-top: 1px solid #ebebeb;
}
.mobile #popin-lang {
  display: none !important;
}
#popin-lang .popin-content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  overflow: auto;
}
#popin-lang ul {
  display: inline-block;
  min-width: 420px;
  vertical-align: top;
  list-style-type: none;
  padding: 0;
}
.tablette #popin-lang ul {
  min-width: 300px;
}
#popin-lang ul li {
  display: block;
  width: 100%;
  text-align: center;
  padding: 5vh 0;
}
#popin-lang ul li:first-child {
  padding-top: 0px;
}
#popin-lang ul li:last-child {
  padding-bottom: 0px;
}
#popin-lang ul a {
  position: relative;
  display: block;
  text-decoration: none;
}
.notouch #popin-lang ul a:hover .title {
  color: #bfbfbf;
}
.notouch #popin-lang ul a:hover .subtitle {
  color: #808080;
}
.height-small #popin-lang ul a {
  padding: 30px 0;
}
#popin-lang .title {
  display: block;
  font-size: 16px;
  line-height: 25px;
  color: #808080;
  font-family: 'omega-bold';
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
.ru #popin-lang .title {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
[lang='en-US'] #popin-lang .title {
  color: #000;
}
#popin-lang .subtitle {
  display: block;
  font-size: 11px;
  line-height: 20px;
  color: #bfbfbf;
  font-family: 'omega-bold';
  -webkit-transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -ms-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
}
[lang='en-US'] #popin-lang .subtitle {
  color: #000;
}
.ru #popin-lang .subtitle {
  font-family: "Century Gothic", helvetica, arial, sans-serif;
}
#popin-lang .close {
  position: absolute;
  top: 5%;
  right: 5%;
  color: #8c8c8c;
  letter-spacing: 1px;
  font-size: 0px;
  line-height: 50px;
  cursor: pointer;
}
.mobile #popin-lang .close {
  display: none;
}
#popin-lang .close .button {
  display: inline-block;
  vertical-align: top;
}
#popin-lang .close i {
  background-color: #8c8c8c;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: inline-block;
}
#popin-lang .close i img {
  width: 11px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
  -moz-transform: translate3d(-50%, -50%, 0);
  -ms-transform: translate3d(-50%, -50%, 0);
  -o-transform: translate3d(-50%, -50%, 0);
}
