.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container:before, .container:after {
    content: " ";
    display: table; }
  .container:after {
    clear: both; }
  @media (min-width: 768px) {
    .container {
      width: 750px; } }
  @media (min-width: 992px) {
    .container {
      width: 970px; } }
  @media (min-width: 1200px) {
    .container {
      width: 1170px; } }

.container-fluid, .l-header, .l-main {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }
  .container-fluid:before, .l-header:before, .l-main:before, .container-fluid:after, .l-header:after, .l-main:after {
    content: " ";
    display: table; }
  .container-fluid:after, .l-header:after, .l-main:after {
    clear: both; }

.row {
  margin-left: -15px;
  margin-right: -15px; }
  .row:before, .row:after {
    content: " ";
    display: table; }
  .row:after {
    clear: both; }

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px; }

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
  float: left; }

.col-xs-1 {
  width: 8.33333%; }

.col-xs-2 {
  width: 16.66667%; }

.col-xs-3 {
  width: 25%; }

.col-xs-4 {
  width: 33.33333%; }

.col-xs-5 {
  width: 41.66667%; }

.col-xs-6 {
  width: 50%; }

.col-xs-7 {
  width: 58.33333%; }

.col-xs-8 {
  width: 66.66667%; }

.col-xs-9 {
  width: 75%; }

.col-xs-10 {
  width: 83.33333%; }

.col-xs-11 {
  width: 91.66667%; }

.col-xs-12 {
  width: 100%; }

.col-xs-pull-0 {
  right: auto; }

.col-xs-pull-1 {
  right: 8.33333%; }

.col-xs-pull-2 {
  right: 16.66667%; }

.col-xs-pull-3 {
  right: 25%; }

.col-xs-pull-4 {
  right: 33.33333%; }

.col-xs-pull-5 {
  right: 41.66667%; }

.col-xs-pull-6 {
  right: 50%; }

.col-xs-pull-7 {
  right: 58.33333%; }

.col-xs-pull-8 {
  right: 66.66667%; }

.col-xs-pull-9 {
  right: 75%; }

.col-xs-pull-10 {
  right: 83.33333%; }

.col-xs-pull-11 {
  right: 91.66667%; }

.col-xs-pull-12 {
  right: 100%; }

.col-xs-push-0 {
  left: auto; }

.col-xs-push-1 {
  left: 8.33333%; }

.col-xs-push-2 {
  left: 16.66667%; }

.col-xs-push-3 {
  left: 25%; }

.col-xs-push-4 {
  left: 33.33333%; }

.col-xs-push-5 {
  left: 41.66667%; }

.col-xs-push-6 {
  left: 50%; }

.col-xs-push-7 {
  left: 58.33333%; }

.col-xs-push-8 {
  left: 66.66667%; }

.col-xs-push-9 {
  left: 75%; }

.col-xs-push-10 {
  left: 83.33333%; }

.col-xs-push-11 {
  left: 91.66667%; }

.col-xs-push-12 {
  left: 100%; }

.col-xs-offset-0 {
  margin-left: 0%; }

.col-xs-offset-1 {
  margin-left: 8.33333%; }

.col-xs-offset-2 {
  margin-left: 16.66667%; }

.col-xs-offset-3 {
  margin-left: 25%; }

.col-xs-offset-4 {
  margin-left: 33.33333%; }

.col-xs-offset-5 {
  margin-left: 41.66667%; }

.col-xs-offset-6 {
  margin-left: 50%; }

.col-xs-offset-7 {
  margin-left: 58.33333%; }

.col-xs-offset-8 {
  margin-left: 66.66667%; }

.col-xs-offset-9 {
  margin-left: 75%; }

.col-xs-offset-10 {
  margin-left: 83.33333%; }

.col-xs-offset-11 {
  margin-left: 91.66667%; }

.col-xs-offset-12 {
  margin-left: 100%; }

@media (min-width: 768px) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left; }
  .col-sm-1 {
    width: 8.33333%; }
  .col-sm-2 {
    width: 16.66667%; }
  .col-sm-3 {
    width: 25%; }
  .col-sm-4 {
    width: 33.33333%; }
  .col-sm-5 {
    width: 41.66667%; }
  .col-sm-6 {
    width: 50%; }
  .col-sm-7 {
    width: 58.33333%; }
  .col-sm-8 {
    width: 66.66667%; }
  .col-sm-9 {
    width: 75%; }
  .col-sm-10 {
    width: 83.33333%; }
  .col-sm-11 {
    width: 91.66667%; }
  .col-sm-12 {
    width: 100%; }
  .col-sm-pull-0 {
    right: auto; }
  .col-sm-pull-1 {
    right: 8.33333%; }
  .col-sm-pull-2 {
    right: 16.66667%; }
  .col-sm-pull-3 {
    right: 25%; }
  .col-sm-pull-4 {
    right: 33.33333%; }
  .col-sm-pull-5 {
    right: 41.66667%; }
  .col-sm-pull-6 {
    right: 50%; }
  .col-sm-pull-7 {
    right: 58.33333%; }
  .col-sm-pull-8 {
    right: 66.66667%; }
  .col-sm-pull-9 {
    right: 75%; }
  .col-sm-pull-10 {
    right: 83.33333%; }
  .col-sm-pull-11 {
    right: 91.66667%; }
  .col-sm-pull-12 {
    right: 100%; }
  .col-sm-push-0 {
    left: auto; }
  .col-sm-push-1 {
    left: 8.33333%; }
  .col-sm-push-2 {
    left: 16.66667%; }
  .col-sm-push-3 {
    left: 25%; }
  .col-sm-push-4 {
    left: 33.33333%; }
  .col-sm-push-5 {
    left: 41.66667%; }
  .col-sm-push-6 {
    left: 50%; }
  .col-sm-push-7 {
    left: 58.33333%; }
  .col-sm-push-8 {
    left: 66.66667%; }
  .col-sm-push-9 {
    left: 75%; }
  .col-sm-push-10 {
    left: 83.33333%; }
  .col-sm-push-11 {
    left: 91.66667%; }
  .col-sm-push-12 {
    left: 100%; }
  .col-sm-offset-0 {
    margin-left: 0%; }
  .col-sm-offset-1 {
    margin-left: 8.33333%; }
  .col-sm-offset-2 {
    margin-left: 16.66667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333%; }
  .col-sm-offset-5 {
    margin-left: 41.66667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333%; }
  .col-sm-offset-8 {
    margin-left: 66.66667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333%; }
  .col-sm-offset-11 {
    margin-left: 91.66667%; }
  .col-sm-offset-12 {
    margin-left: 100%; } }

@media (min-width: 992px) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left; }
  .col-md-1 {
    width: 8.33333%; }
  .col-md-2 {
    width: 16.66667%; }
  .col-md-3 {
    width: 25%; }
  .col-md-4 {
    width: 33.33333%; }
  .col-md-5 {
    width: 41.66667%; }
  .col-md-6 {
    width: 50%; }
  .col-md-7 {
    width: 58.33333%; }
  .col-md-8 {
    width: 66.66667%; }
  .col-md-9 {
    width: 75%; }
  .col-md-10 {
    width: 83.33333%; }
  .col-md-11 {
    width: 91.66667%; }
  .col-md-12 {
    width: 100%; }
  .col-md-pull-0 {
    right: auto; }
  .col-md-pull-1 {
    right: 8.33333%; }
  .col-md-pull-2 {
    right: 16.66667%; }
  .col-md-pull-3 {
    right: 25%; }
  .col-md-pull-4 {
    right: 33.33333%; }
  .col-md-pull-5 {
    right: 41.66667%; }
  .col-md-pull-6 {
    right: 50%; }
  .col-md-pull-7 {
    right: 58.33333%; }
  .col-md-pull-8 {
    right: 66.66667%; }
  .col-md-pull-9 {
    right: 75%; }
  .col-md-pull-10 {
    right: 83.33333%; }
  .col-md-pull-11 {
    right: 91.66667%; }
  .col-md-pull-12 {
    right: 100%; }
  .col-md-push-0 {
    left: auto; }
  .col-md-push-1 {
    left: 8.33333%; }
  .col-md-push-2 {
    left: 16.66667%; }
  .col-md-push-3 {
    left: 25%; }
  .col-md-push-4 {
    left: 33.33333%; }
  .col-md-push-5 {
    left: 41.66667%; }
  .col-md-push-6 {
    left: 50%; }
  .col-md-push-7 {
    left: 58.33333%; }
  .col-md-push-8 {
    left: 66.66667%; }
  .col-md-push-9 {
    left: 75%; }
  .col-md-push-10 {
    left: 83.33333%; }
  .col-md-push-11 {
    left: 91.66667%; }
  .col-md-push-12 {
    left: 100%; }
  .col-md-offset-0 {
    margin-left: 0%; }
  .col-md-offset-1 {
    margin-left: 8.33333%; }
  .col-md-offset-2 {
    margin-left: 16.66667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333%; }
  .col-md-offset-5 {
    margin-left: 41.66667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333%; }
  .col-md-offset-8 {
    margin-left: 66.66667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333%; }
  .col-md-offset-11 {
    margin-left: 91.66667%; }
  .col-md-offset-12 {
    margin-left: 100%; } }

@media (min-width: 1200px) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left; }
  .col-lg-1 {
    width: 8.33333%; }
  .col-lg-2 {
    width: 16.66667%; }
  .col-lg-3 {
    width: 25%; }
  .col-lg-4 {
    width: 33.33333%; }
  .col-lg-5 {
    width: 41.66667%; }
  .col-lg-6 {
    width: 50%; }
  .col-lg-7 {
    width: 58.33333%; }
  .col-lg-8 {
    width: 66.66667%; }
  .col-lg-9 {
    width: 75%; }
  .col-lg-10 {
    width: 83.33333%; }
  .col-lg-11 {
    width: 91.66667%; }
  .col-lg-12 {
    width: 100%; }
  .col-lg-pull-0 {
    right: auto; }
  .col-lg-pull-1 {
    right: 8.33333%; }
  .col-lg-pull-2 {
    right: 16.66667%; }
  .col-lg-pull-3 {
    right: 25%; }
  .col-lg-pull-4 {
    right: 33.33333%; }
  .col-lg-pull-5 {
    right: 41.66667%; }
  .col-lg-pull-6 {
    right: 50%; }
  .col-lg-pull-7 {
    right: 58.33333%; }
  .col-lg-pull-8 {
    right: 66.66667%; }
  .col-lg-pull-9 {
    right: 75%; }
  .col-lg-pull-10 {
    right: 83.33333%; }
  .col-lg-pull-11 {
    right: 91.66667%; }
  .col-lg-pull-12 {
    right: 100%; }
  .col-lg-push-0 {
    left: auto; }
  .col-lg-push-1 {
    left: 8.33333%; }
  .col-lg-push-2 {
    left: 16.66667%; }
  .col-lg-push-3 {
    left: 25%; }
  .col-lg-push-4 {
    left: 33.33333%; }
  .col-lg-push-5 {
    left: 41.66667%; }
  .col-lg-push-6 {
    left: 50%; }
  .col-lg-push-7 {
    left: 58.33333%; }
  .col-lg-push-8 {
    left: 66.66667%; }
  .col-lg-push-9 {
    left: 75%; }
  .col-lg-push-10 {
    left: 83.33333%; }
  .col-lg-push-11 {
    left: 91.66667%; }
  .col-lg-push-12 {
    left: 100%; }
  .col-lg-offset-0 {
    margin-left: 0%; }
  .col-lg-offset-1 {
    margin-left: 8.33333%; }
  .col-lg-offset-2 {
    margin-left: 16.66667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333%; }
  .col-lg-offset-5 {
    margin-left: 41.66667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333%; }
  .col-lg-offset-8 {
    margin-left: 66.66667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333%; }
  .col-lg-offset-11 {
    margin-left: 91.66667%; }
  .col-lg-offset-12 {
    margin-left: 100%; } }

/*!--------------------------------------------------------------------
STYLES "Outdated Browser"
Version:    1.1.2 - 2015
author:     Burocratik
website:    http://www.burocratik.com
* @preserve
-----------------------------------------------------------------------*/
#outdated {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 170px;
  text-align: center;
  text-transform: uppercase;
  z-index: 1500;
  background-color: #f25648;
  color: #ffffff; }
  #outdated h6 {
    font-size: 25px;
    line-height: 25px;
    margin: 30px 0 10px; }
  #outdated p {
    font-size: 12px;
    line-height: 12px;
    margin: 0; }
  #outdated #btnUpdateBrowser {
    display: block;
    position: relative;
    padding: 10px 20px;
    margin: 30px auto 0;
    width: 230px;
    /*need for IE*/
    color: #ffffff;
    text-decoration: none;
    border: 2px solid #ffffff;
    cursor: pointer; }
    #outdated #btnUpdateBrowser:hover {
      color: #f25648;
      background-color: #ffffff; }
  #outdated .last {
    position: absolute;
    top: 10px;
    right: 25px;
    width: 20px;
    height: 20px; }
    #outdated .last[dir='rtl'] {
      right: auto !important;
      left: 25px !important; }
  #outdated #btnCloseUpdateBrowser {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #ffffff;
    font-size: 36px;
    line-height: 36px; }
  * html #outdated {
    position: absolute; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

html {
  box-sizing: border-box; }

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

body {
  font-family: 'Roboto', sans-serif;
  margin: 0;
  padding: 0;
  color: #6f6f6f;
  font-size: 14px; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'villeroyboch';
  font-style: italic;
  font-weight: normal;
  color: #313131; }

a {
  color: #023e84; }

h1 {
  font-size: 2rem; }

h2 {
  font-size: 1.6rem; }

img {
  max-width: 100%; }

article strong {
  color: #313131; }

article hr {
  border: 0;
  height: 1px;
  background: #d5d5d5;
  margin: 3rem 0;
  display: block; }

@font-face {
  font-family: 'villeroyboch';
  src: url("../fonts/villeroyboch-italic-webfont.woff2") format("woff2"), url("../fonts/villeroyboch-italic-webfont.woff") format("woff");
  font-weight: normal;
  font-style: italic; }

@font-face {
  font-family: 'villeroyboch';
  src: url("../fonts/villeroyboch-regular-webfont.woff2") format("woff2"), url("../fonts/villeroyboch-regular-webfont.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'villeroyboch';
  src: url("../fonts/villeroyboch-bold-webfont.woff2") format("woff2"), url("../fonts/villeroyboch-bold-webfont.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

.l-header {
  position: relative;
  padding-right: 1rem;
  padding-bottom: 1rem;
  padding-left: 1rem;
  max-width: 1600px; }
  @media screen and (min-width: 40em) {
    .l-header__1 {
      float: right;
      width: 30rem; } }
  .l-header__2 {
    position: relative;
    z-index: 9; }
    @media screen and (min-width: 64em) {
      .l-header__2 {
        position: static;
        float: left;
        padding-top: 2.6rem;
        width: calc(100% - 30rem); } }
  @media screen and (min-width: 40em) {
    .l-header__3 {
      position: absolute;
      bottom: -9rem;
      left: 2rem;
      z-index: 1;
      width: 18rem; } }
  @media screen and (min-width: 64em) {
    .l-header__3 {
      bottom: -6rem;
      left: 3rem;
      width: 17rem; } }
  @media screen and (min-width: 75em) {
    .l-header__3 {
      left: 5rem;
      width: 20rem; } }

.l-main {
  position: relative;
  overflow: hidden;
  padding-right: 0;
  padding-left: 0;
  max-width: 1600px; }
  @media screen and (min-width: 40em) {
    .l-main {
      padding-right: 1rem;
      padding-left: 1rem; } }
  .l-main:before {
    position: absolute;
    top: 0;
    left: 1rem;
    z-index: -1;
    display: block;
    padding-top: 31.13636%;
    width: calc(100% - 2rem);
    background-size: cover;
    content: ''; }
  .l-main__header {
    position: relative;
    padding-top: 1rem;
    padding-right: 1rem;
    padding-bottom: 1rem;
    padding-left: 1rem;
    background-color: #eee; }
    @media screen and (min-width: 40em) {
      .l-main__header {
        padding-top: 9rem;
        padding-right: 0;
        padding-bottom: 0;
        padding-left: 0; } }
    @media screen and (min-width: 64em) {
      .l-main__header {
        padding-top: 6rem; } }
    .l-main__header-aside {
      position: relative;
      z-index: 1; }
      @media screen and (min-width: 40em) {
        .l-main__header-aside {
          width: 18rem;
          margin-left: 1rem; } }
      @media screen and (min-width: 64em) {
        .l-main__header-aside {
          width: 19rem;
          margin-left: 0; } }
      @media screen and (min-width: 75em) {
        .l-main__header-aside {
          width: 24rem; } }
    .l-main__header-bg {
      position: absolute;
      top: 0;
      left: 0;
      z-index: 0;
      display: block;
      width: 100%;
      height: 100%;
      background: no-repeat center center;
      background-size: cover;
      content: ''; }
    .l-main__header-inner {
      position: relative;
      z-index: 1;
      padding-top: 0; }
      @media screen and (min-width: 40em) {
        .l-main__header-inner {
          padding-right: 4rem;
          padding-bottom: 2rem;
          padding-left: 4rem; } }
      @media screen and (min-width: 64em) {
        .l-main__header-inner {
          padding-right: 10rem;
          padding-left: 19rem;
          padding-bottom: 6rem; } }
      @media screen and (min-width: 75em) {
        .l-main__header-inner {
          padding-right: 10rem;
          padding-left: 24rem; } }
      .l-main__header-inner--no-padding {
        padding-bottom: 0;
        padding-left: 0;
        padding-right: 0; }
    .l-main__header--padding {
      padding-top: 1rem;
      padding-bottom: 1rem; }
  .l-main__content {
    margin: 2rem auto;
    width: calc(100% - 2rem); }
    @media screen and (min-width: 40em) {
      .l-main__content {
        margin-top: 3rem;
        margin-bottom: 5rem;
        width: 100%;
        padding-left: 1rem;
        padding-right: 1rem; } }
    @media screen and (min-width: 64em) {
      .l-main__content {
        width: calc(100% - 19rem);
        padding-right: 0;
        float: right; } }
    @media screen and (min-width: 75em) {
      .l-main__content {
        width: calc(100% - 24rem); } }
  .l-main__aside {
    margin: 2rem 0;
    padding: 2rem 1rem;
    background-color: #eee;
    text-align: center; }
    @media screen and (min-width: 64em) {
      .l-main__aside {
        float: left;
        padding: 2rem;
        padding-top: 4rem;
        width: 19rem;
        text-align: left;
        margin-top: 0; } }
    @media screen and (min-width: 75em) {
      .l-main__aside {
        width: 24rem;
        padding-top: 8rem; } }

.l-section {
  clear: both;
  margin-top: 2rem;
  margin-bottom: 2rem; }
  @media screen and (min-width: 40em) {
    .l-section {
      margin-top: 4rem;
      margin-bottom: 3rem; } }
  .l-section--center {
    text-align: center; }

.l-footer {
  max-width: 1600px; }

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot");
  src: url("../fonts/icons.eot?#iefix") format("eot"), url("../fonts/icons.woff") format("woff"), url("../fonts/icons.ttf") format("truetype"), url("../fonts/icons.svg#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

.icon:before, .custom-ul > li:before, article ul > li:before, .voucher__short-description ul > li:before, .menu-main__btn-toggle:before, .notifications__message:before, .notifications__message-btn-close:before, .overlay__btn-hide:before, .result__content-inner:before, .slick-arrow:before, .trainings-list__item-info:before {
  /*display: inline-block;
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;*/ }

.icon, .custom-ul > li:before, article ul > li:before, .voucher__short-description ul > li:before, .menu-main__btn-toggle:before, .menu-main__btn-toggle:after, .notifications__message:before, .notifications__message-btn-close:before, .overlay__btn-hide:before, .result__content-inner:before, .slick-arrow:before, .trainings-list__item-info:before {
  display: inline-block;
  font: normal normal normal 1em/1 "icons";
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-lg {
  font-size: 1.3333333333333333em;
  line-height: 0.75em;
  vertical-align: -15%; }

.icon-2x {
  font-size: 2em; }

.icon-3x {
  font-size: 3em; }

.icon-4x {
  font-size: 4em; }

.icon-5x {
  font-size: 5em; }

.icon-fw {
  width: 1.2857142857142858em;
  text-align: center; }

.icon-contact:before {
  content: "\EA01"; }

.icon-log-in-out:before {
  content: "\EA02"; }

.icon-next:before, .slick-arrow.slick-next:before {
  content: "\EA03"; }

.icon-previous:before, .slick-arrow.slick-prev:before {
  content: "\EA04"; }

.icon-close:before, .menu-main__btn-toggle:before, .notifications__message-btn-close:before, .overlay__btn-hide:before {
  content: "\EA05"; }

.icon-menu:before, .menu-main__btn-toggle:after {
  content: "\EA06"; }

.icon-error:before, .notifications__message--error:before, .result--error .result__content-inner:before {
  content: "\EA07"; }

.icon-info:before, .notifications__message--info:before, .trainings-list__item-info:before {
  content: "\EA08"; }

.icon-success:before, .notifications__message--success:before, .result--success .result__content-inner:before {
  content: "\EA09"; }

.icon-angle-double-right:before {
  content: "\EA0A"; }

.icon-arrow-right:before {
  content: "\EA0B"; }

.icon-chevron-right:before {
  content: "\EA0C"; }

.icon-chevron-circle-right:before, .custom-ul > li:before, article ul > li:before, .voucher__short-description ul > li:before {
  content: "\EA0D"; }

.icon-info-circle:before {
  content: "\EA0E"; }

.icon-file:before {
  content: "\EA0F"; }

.button, .form__submit, .questions-list__item-hint, .trainings-list__item-button, .vouchers-list__item-button {
  display: inline-block;
  margin: 0;
  padding: 0.5rem 1rem;
  border: 1px solid transparent;
  border: solid 1px #313131;
  border-radius: 0;
  background-color: transparent;
  color: #313131;
  vertical-align: middle;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.7rem;
  cursor: pointer;
  transition: background-color 0.4s, color 0.4s, border-color 0.4s;
  text-decoration: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .no-touchevents .button:hover, .no-touchevents .form__submit:hover, .no-touchevents .questions-list__item-hint:hover, .no-touchevents .trainings-list__item-button:hover, .no-touchevents .vouchers-list__item-button:hover {
    color: #fff;
    background-color: #313131; }
  .button--white, .trainings-list__item-button {
    border-color: #fff;
    color: #fff; }
    .no-touchevents .button--white:hover, .no-touchevents .trainings-list__item-button:hover {
      color: #313131;
      background-color: #fff; }
  .button--blue, .vouchers-list__item-button {
    border-color: #023e84;
    color: #fff;
    background-color: #023e84; }
    .no-touchevents .button--blue:hover, .no-touchevents .vouchers-list__item-button:hover {
      border-color: #0356b6;
      background-color: #0356b6; }
  .button--yellow, .form__submit {
    border-color: #ffc27f;
    color: #ffc27f; }
    .no-touchevents .button--yellow:hover, .no-touchevents .form__submit:hover {
      color: #313131;
      background-color: #ffc27f; }
  .button--large {
    padding: 0.8rem 1.4rem;
    font-size: 0.8rem; }

.custom-ul, article ul, .voucher__short-description ul {
  margin: 2rem 0;
  padding: 0;
  list-style-type: none; }
  .custom-ul > li, article ul > li, .voucher__short-description ul > li {
    margin: 0.5em 0;
    position: relative;
    padding: 0 0 0 1.5em; }
    .custom-ul > li:before, article ul > li:before, .voucher__short-description ul > li:before {
      position: absolute;
      color: #023e84;
      left: 0;
      top: 0.1em;
      font-size: 1em; }

.featured-content {
  padding-right: 1rem;
  padding-left: 1rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .featured-content {
      width: 100%; } }
  @media screen and (min-width: 64em) {
    .featured-content {
      margin: 0 auto;
      width: 40rem; } }
  .featured-content__item {
    font-size: 1rem; }
    @media screen and (min-width: 40em) {
      .featured-content__item {
        display: table-cell;
        width: 50%; } }
  @media screen and (min-width: 40em) {
    .featured-content--cols-2 {
      display: table;
      width: 100%; } }
  @media screen and (min-width: 64em) {
    .featured-content--cols-2 {
      width: 60rem; } }
  @media screen and (max-width: 39.9375em) {
    .featured-content--cols-2 .featured-content__item {
      padding: 1rem 0 2rem 0;
      border-top: solid 1px #6f6f6f; }
      .featured-content--cols-2 .featured-content__item:first-child {
        border-top: none; } }
  @media screen and (min-width: 40em) {
    .featured-content--cols-2 .featured-content__item {
      padding-right: 4rem;
      text-align: right; } }
  @media screen and (min-width: 40em) {
    .featured-content--cols-2 .featured-content__item + .featured-content__item {
      padding-right: 0;
      padding-left: 4rem;
      border-left: solid 1px #6f6f6f;
      text-align: left; } }

.form {
  margin: 0 auto;
  text-align: center; }
  .form--bg-blue {
    margin: 0 auto;
    padding: 1rem;
    max-width: 100%;
    width: 28rem;
    background-color: #023e84; }
    @media screen and (min-width: 40em) {
      .form--bg-blue {
        padding: 2rem 3rem; } }
    @media screen and (min-width: 64em) {
      .form--bg-blue {
        padding: 3rem 5rem; } }
    .form--bg-blue .input-container {
      margin-bottom: 1rem;
      text-align: left; }
    .form--bg-blue label {
      color: #ffc27f;
      text-transform: uppercase; }
  .form--large {
    width: 56rem;
    max-width: 100%; }
  .form--light {
    color: #fff; }
  .form__title {
    margin: 2rem 0 1rem 0;
    text-transform: uppercase;
    font-style: normal;
    font-size: 1.4rem;
    line-height: normal; }
    .form--light .form__title {
      color: #fff; }
  .form__input-container {
    margin-bottom: 1rem;
    text-align: left; }
  .form__input {
    display: block;
    margin-top: 0.2rem;
    padding: 0.5rem 1rem;
    width: 100%;
    border: solid 1px #fff;
    border-radius: 0;
    background-color: #eee;
    color: #313131;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
    .form--bg-blue .form__input {
      background-color: #023e84;
      color: #fff; }
  .form__subtitle {
    margin-bottom: 2rem; }
  .form__links {
    margin-top: 2rem;
    text-align: center;
    font-size: 0; }
    .form__links > a {
      display: block;
      margin: 0.5rem 0;
      color: #fff;
      font-style: italic;
      font-size: 1rem;
      font-family: 'villeroyboch'; }
      @media screen and (min-width: 40em) {
        .form__links > a {
          display: inline-block;
          margin-left: 0.5rem;
          padding-left: 0.5rem;
          border-left: solid 1px #fff; }
          .form__links > a:first-child {
            margin-left: 0;
            padding-left: 0;
            border-left: none; } }

.parsley-errors-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  .parsley-errors-list > li {
    padding: 0.4rem 1rem;
    color: #b84646;
    background-color: #f8ecec;
    margin: 0 0 1rem 0;
    font-size: 0.9rem;
    text-transform: none; }
    .parsley-errors-list > li:before {
      display: none; }

.header-title {
  position: relative;
  margin: 0;
  padding: 1rem 1rem;
  color: #023e84;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  font-style: normal;
  font-size: 1.6rem;
  line-height: normal; }
  @media screen and (min-width: 40em) {
    .header-title {
      margin-top: 2rem;
      padding: 3rem 2rem;
      font-size: 2rem; } }
  @media screen and (min-width: 64em) {
    .header-title {
      margin-top: 0;
      padding: 5rem 3rem;
      font-size: 2.4rem; } }
  .header-title small {
    display: block;
    margin-bottom: 0.2em;
    color: #ffc27f;
    font-weight: normal;
    font-size: 0.6em;
    font-family: 'Roboto', sans-serif; }
  .header-title:before, .header-title:after {
    position: absolute;
    top: 0;
    z-index: -1;
    display: block;
    width: 35%;
    height: 100%;
    border: solid 3px #023e84;
    content: ''; }
  .header-title:before {
    left: 0;
    border-right: none; }
  .header-title:after {
    right: 0;
    border-left: none; }

.questions-list {
  position: relative;
  margin: 0 auto;
  padding: 0;
  max-width: 1200px;
  list-style-type: none; }
  @media screen and (min-width: 64em) {
    .questions-list:after {
      position: absolute;
      top: -12.5rem;
      left: 2rem;
      z-index: 1;
      width: 1px;
      height: 17rem;
      background-color: #ffc27f;
      content: ''; } }
  .questions-list:before {
    position: absolute;
    left: 1rem;
    top: -1rem;
    z-index: 2;
    color: #ffc27f;
    content: attr(data-progression);
    font-weight: normal;
    font-style: italic;
    font-size: 3rem;
    font-family: 'villeroyboch'; }
    @media screen and (min-width: 64em) {
      .questions-list:before {
        top: -17rem;
        left: 2rem;
        font-size: 4rem;
        -webkit-transform: translateX(-50%);
            -ms-transform: translateX(-50%);
                transform: translateX(-50%); } }
  .questions-list__item {
    position: relative;
    margin-right: 1rem;
    margin-left: 4rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: solid 1px #6f6f6f; }
    @media screen and (min-width: 40em) {
      .questions-list__item {
        margin-left: 6rem;
        margin-right: 0;
        padding-top: 3rem;
        padding-bottom: 3rem; } }
    .questions-list__item:before {
      position: absolute;
      top: 3.5rem;
      left: -2rem;
      z-index: 2;
      display: block;
      width: 2em;
      height: 2em;
      background-color: #6f6f6f;
      color: #fff;
      content: attr(data-index);
      text-align: center;
      font-size: 1rem;
      line-height: 2em;
      transition: background-color 0.4s;
      -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
              transform: translateX(-50%); }
      @media screen and (min-width: 40em) {
        .questions-list__item:before {
          left: -4rem;
          font-size: 1.4rem; } }
    .questions-list__item:after {
      position: absolute;
      top: 3.5rem;
      left: -2rem;
      display: block;
      width: 1px;
      height: 100%;
      background-color: #6f6f6f;
      content: '';
      transition: background-color 0.4s; }
      @media screen and (min-width: 40em) {
        .questions-list__item:after {
          left: -4rem; } }
    .questions-list__item:last-child:after {
      height: calc(100% - 3.4rem); }
    .questions-list__item-question {
      font-size: 1.4rem;
      color: #313131; }
      @media screen and (min-width: 40em) {
        .questions-list__item-question {
          width: calc(100% - 10rem); } }
    .questions-list__item-answers {
      margin: 2rem 0;
      padding: 0;
      list-style-type: none; }
      @media screen and (min-width: 64em) {
        .questions-list__item-answers {
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          margin-top: 4rem; } }
    .questions-list__item-answer {
      margin-bottom: 0.5rem;
      position: relative; }
      @media screen and (min-width: 64em) {
        .questions-list__item-answer {
          padding-right: 0.5rem;
          padding-left: 0.5rem;
          text-align: center;
          -webkit-flex: 1;
              -ms-flex: 1;
                  flex: 1; } }
    @media screen and (min-width: 40em) {
      .questions-list__item-hint {
        position: absolute;
        top: 4rem;
        right: 0; } }
    .questions-list__item-hint-images {
      list-style-type: none;
      margin: 0;
      padding: 0; }
      .questions-list__item-hint-images > li {
        position: relative;
        padding: 1rem;
        margin-top: 2rem;
        background-color: #fff; }
        .questions-list__item-hint-images > li:first-child {
          margin-top: 0; }
        .questions-list__item-hint-images > li:before {
          display: block;
          position: absolute;
          left: 0;
          top: 0;
          background-color: #6f6f6f;
          color: #fff;
          width: 2em;
          height: 2em;
          font-size: 1.4rem;
          line-height: 2em;
          text-align: center; }
        .questions-list__item-hint-images > li:nth-child(1):before {
          content: "a"; }
        .questions-list__item-hint-images > li:nth-child(2):before {
          content: "b"; }
        .questions-list__item-hint-images > li:nth-child(3):before {
          content: "c"; }
        .questions-list__item-hint-images > li:nth-child(4):before {
          content: "d"; }
        .questions-list__item-hint-images > li:nth-child(5):before {
          content: "e"; }
        .questions-list__item-hint-images > li:nth-child(6):before {
          content: "f"; }
        .questions-list__item-hint-images > li:nth-child(7):before {
          content: "g"; }
        .questions-list__item-hint-images > li:nth-child(8):before {
          content: "h"; }
        .questions-list__item-hint-images > li:nth-child(9):before {
          content: "i"; }
        .questions-list__item-hint-images > li:nth-child(10):before {
          content: "j"; }
    .questions-list__item-hint-video {
      width: 100%;
      padding-top: 56.25%;
      position: relative; }
      .questions-list__item-hint-video iframe {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%; }
    .questions-list__item input {
      position: absolute;
      z-index: 1;
      top: 0.5rem;
      left: 1rem; }
      @media screen and (min-width: 64em) {
        .questions-list__item input {
          left: 50%;
          top: 1rem;
          -webkit-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      .no-touchevents .questions-list__item input:hover + label {
        background-color: #eee;
        color: #313131; }
      .questions-list__item input:checked + label {
        background-color: #fff3e5 !important;
        color: #313131; }
    .questions-list__item label {
      position: relative;
      display: block;
      cursor: pointer;
      transition: background-color 0.4s, color 0.4s;
      padding: 0.5rem 1rem 0.5rem 3rem; }
      .no-touchevents .questions-list__item label:hover {
        background-color: #eee;
        color: #313131; }
      @media screen and (min-width: 64em) {
        .questions-list__item label {
          padding-top: 2rem;
          padding-bottom: 1rem;
          padding-left: 1rem;
          padding-right: 1rem;
          height: 100%; } }
      @media screen and (min-width: 64em) {
        .questions-list__item label > div {
          margin-top: 1rem; } }
  .questions-list__actions {
    margin: 2rem 0;
    text-align: center; }

.questions-list__item--completed:before {
  background-color: #ffc27f; }

.questions-list__item--completed:after {
  background-color: #ffc27f; }

.site-branding {
  font-size: 0;
  padding-top: 1rem; }
  @media screen and (max-width: 39.9375em) {
    .site-branding {
      position: relative; } }
  @media screen and (min-width: 40em) {
    .site-branding {
      padding-top: 0; } }
  .site-branding__logo {
    width: 100%;
    display: block;
    background-color: #023e84;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .site-branding__logo {
        display: inline;
        padding-right: 0;
        width: auto; } }
    .site-branding__logo-img {
      height: 8rem; }
      @media screen and (min-width: 40em) {
        .site-branding__logo-img {
          float: right;
          width: 220px;
          height: auto; } }
      @media screen and (min-width: 64em) {
        .site-branding__logo-img {
          width: 240px; } }
  .site-branding__description {
    color: #023e84;
    font-size: 0.8rem;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 3.4rem);
    margin: 1rem 0 1rem 0; }
    @media screen and (max-width: 39.9375em) {
      .site-branding__description {
        height: 3.4rem; } }
    @media screen and (min-width: 40em) {
      .site-branding__description {
        display: block;
        width: auto;
        float: right;
        margin-right: 2rem;
        padding-top: 2.5rem;
        font-size: 0.7rem; } }
    @media screen and (min-width: 64em) {
      .site-branding__description {
        padding-top: 3.3rem; } }
    .site-branding__description-title {
      display: inline-block;
      margin-bottom: 0.1em;
      text-shadow: -2px 1px 0 #fff;
      font-size: 3.2em;
      font-family: 'villeroyboch';
      line-height: 1em; }
      .site-branding__description-title:after {
        display: block;
        width: calc(100% - 0.6em);
        height: 1px;
        background-color: #6f6f6f;
        content: ''; }
    .site-branding__description-subtitle {
      display: block;
      text-transform: uppercase; }

.menu-main {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (max-width: 63.9375em) {
    .menu-main {
      position: absolute;
      top: 5.4rem;
      left: 1rem;
      z-index: 9;
      padding: 0 1rem;
      width: 18rem;
      background-color: white;
      box-shadow: 0 0 2rem rgba(0, 0, 0, 0.9);
      opacity: 0;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: transform 0.4s, opacity 0.4s;
      transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s;
      -webkit-transform: rotateX(90deg);
              transform: rotateX(90deg);
      -webkit-transform-origin: 50% 0;
          -ms-transform-origin: 50% 0;
              transform-origin: 50% 0; } }
  @media screen and (max-width: 39.9375em) {
    .menu-main {
      width: 100%;
      left: 0;
      top: -1rem; } }
  @media screen and (min-width: 64em) {
    .menu-main {
      display: block; } }
  @media screen and (max-width: 63.9375em) {
    .menu-main--is-visible {
      opacity: 1;
      -webkit-transform: rotateX(0);
              transform: rotateX(0); } }
  .menu-main__container {
    position: relative;
    -webkit-perspective: 1000px;
            perspective: 1000px;
    -webkit-perspective-origin: 100% 0;
            perspective-origin: 100% 0; }
    @media screen and (min-width: 40em) and (max-width: 63.9375em) {
      .menu-main__container {
        position: fixed; } }
    @media screen and (max-width: 39.9375em) {
      .menu-main__container--is-fixed {
        position: fixed;
        top: calc(3.4rem + 2rem);
        left: 1rem;
        width: calc(100% - 2rem); } }
  .menu-main__item {
    display: block;
    margin: 0;
    padding: 0;
    font-size: 1rem; }
    @media screen and (max-width: 63.9375em) {
      .menu-main__item {
        border-top: solid 1px #6f6f6f; }
        .menu-main__item:first-child {
          border-top: none; } }
    @media screen and (min-width: 64em) {
      .menu-main__item {
        display: inline-block;
        margin-left: 2rem;
        vertical-align: middle;
        font-size: 0.8rem; } }
    .menu-main__item:first-child {
      margin-left: 0; }
    .menu-main__item > a {
      color: #023e84;
      text-decoration: none;
      text-transform: uppercase; }
      @media screen and (max-width: 63.9375em) {
        .menu-main__item > a {
          display: block;
          padding: 1rem 0; } }
    .menu-main__item span {
      vertical-align: middle; }
    .menu-main__item select {
      display: block;
      box-sizing: border-box;
      margin: 0;
      padding-right: 1rem;
      width: 100%;
      border: none;
      border-radius: 0;
      background-color: transparent;
      background-image: url("../img/select-blue.svg");
      background-position: right -1rem center;
      background-origin: content-box;
      background-size: 0.7em auto;
      background-repeat: no-repeat;
      box-shadow: none;
      color: #023e84;
      text-transform: uppercase;
      font-size: 1rem;
      font-family: inherit;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media screen and (max-width: 63.9375em) {
        .menu-main__item select {
          padding-top: 1rem;
          padding-bottom: 1rem;
          padding-left: 0; } }
      @media screen and (min-width: 64em) {
        .menu-main__item select {
          font-size: 0.8rem; } }
  .menu-main__btn-toggle {
    position: absolute;
    bottom: 1rem;
    z-index: 10;
    display: inline-block;
    overflow: hidden;
    width: 3.4rem;
    height: 3.4rem;
    background-color: #023e84;
    color: #fff;
    content: '';
    vertical-align: top;
    text-indent: -9999rem;
    font-size: 1rem;
    border: solid 1px #fff; }
    @media screen and (min-width: 40em) {
      .menu-main__btn-toggle {
        position: fixed;
        left: 2rem;
        top: 2rem; } }
    @media screen and (min-width: 64em) {
      .menu-main__btn-toggle {
        display: none; } }
    .menu-main__btn-toggle:before, .menu-main__btn-toggle:after {
      position: absolute;
      position: absolute;
      top: 0;
      left: 0;
      display: block;
      width: 100%;
      height: 100%;
      text-align: center;
      text-indent: 0;
      font-size: 3rem;
      line-height: 3.4rem;
      transition: -webkit-transform 0.4s;
      transition: transform 0.4s;
      transition: transform 0.4s, -webkit-transform 0.4s; }
    .menu-main__btn-toggle:before {
      font-size: 2.6rem;
      -webkit-transform: translateY(100%);
          -ms-transform: translateY(100%);
              transform: translateY(100%); }
    .menu-main__btn-toggle:after {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .menu-main__btn-toggle--is-active:before {
      -webkit-transform: translateY(0);
          -ms-transform: translateY(0);
              transform: translateY(0); }
    .menu-main__btn-toggle--is-active:after {
      -webkit-transform: translateY(-100%);
          -ms-transform: translateY(-100%);
              transform: translateY(-100%); }
    @media screen and (max-width: 39.9375em) {
      .menu-main__btn-toggle--is-fixed {
        position: fixed;
        bottom: auto;
        top: 1rem;
        right: 1rem; } }

.notifications__message {
  position: fixed;
  top: 100%;
  left: 50%;
  z-index: 10;
  padding: 2rem 2rem 2rem 5rem;
  max-width: calc(100% - 2rem);
  width: 30rem;
  background-color: #fff;
  box-shadow: 0 0 2rem rgba(0, 0, 0, 0.5);
  opacity: 0;
  transition: top 0.4s, opacity 0.4s;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }
  .notifications__message:after {
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    z-index: 0;
    display: block;
    width: 2.5rem;
    height: calc(100% - 1rem);
    background-color: #6f6f6f;
    content: ''; }
  .notifications__message:before {
    position: absolute;
    top: 50%;
    left: 0.8rem;
    z-index: 1;
    color: #fff;
    font-size: 2rem;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
  .notifications__message--is-visible {
    top: 50%;
    opacity: 1; }
  .notifications__message--info {
    color: #023e84; }
    .notifications__message--info:after {
      background-color: #023e84; }
  .notifications__message--success {
    color: #5a9462; }
    .notifications__message--success:after {
      background-color: #5a9462; }
  .notifications__message--error {
    color: #b84646; }
    .notifications__message--error:after {
      background-color: #b84646; }
  .notifications__message-btn-close {
    position: absolute;
    top: 1px;
    right: 1px;
    width: 2.4rem;
    height: 2.4rem;
    color: #313131;
    text-indent: -9999rem;
    cursor: pointer; }
    .notifications__message-btn-close:before {
      position: absolute;
      top: 50%;
      left: 50%;
      text-indent: 0;
      font-size: 1.4rem;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }

.orders-list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; }
  .orders-list__item {
    padding: 1rem 0;
    border-bottom: solid 1px #eee;
    font-size: 0; }
    .orders-list__item-thumbnail-container {
      display: inline-block;
      width: 40%;
      vertical-align: middle; }
      @media screen and (min-width: 40em) {
        .orders-list__item-thumbnail-container {
          width: 6rem; } }
    .orders-list__item-text {
      display: inline-block;
      padding-left: 1rem;
      width: 60%;
      vertical-align: top; }
      @media screen and (min-width: 40em) {
        .orders-list__item-text {
          width: calc(100% - 6rem);
          vertical-align: middle; } }
    .orders-list__item-date, .orders-list__item-title, .orders-list__item-points, .orders-list__item-status {
      display: inline-block;
      margin: 0.2rem 0;
      padding: 0;
      vertical-align: top;
      font-size: 1rem; }
      @media screen and (min-width: 40em) {
        .orders-list__item-date, .orders-list__item-title, .orders-list__item-points, .orders-list__item-status {
          margin: 0;
          padding: 0 1rem;
          vertical-align: middle; } }
    .orders-list__item-date {
      width: 100%;
      font-size: 0.9rem; }
      @media screen and (min-width: 40em) {
        .orders-list__item-date {
          width: 20%; } }
    .orders-list__item-title {
      width: 100%;
      font-size: 1.4rem; }
      @media screen and (min-width: 40em) {
        .orders-list__item-title {
          width: 40%; } }
    .orders-list__item-points {
      width: 100%;
      color: #313131;
      font-weight: bold; }
      @media screen and (min-width: 40em) {
        .orders-list__item-points {
          width: 20%; } }
    .orders-list__item-status {
      width: 100%; }
      @media screen and (min-width: 40em) {
        .orders-list__item-status {
          width: 20%;
          text-align: right; } }
      .orders-list__item-status--pending {
        color: #b84646; }
      .orders-list__item-status--sent {
        color: #5a9462; }

.overlay {
  position: fixed;
  top: 100%;
  left: 0;
  z-index: 11;
  width: 100%;
  height: 100%;
  opacity: 0; }
  .overlay__outer {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    overflow-y: auto;
    max-width: 40rem;
    max-height: 100%;
    width: 100%;
    background-color: #fff;
    box-shadow: 0 0 2rem rgba(0, 0, 0, 0.3);
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    opacity: 0;
    transition: opacity 0.4s, -webkit-transform 0.4s;
    transition: transform 0.4s, opacity 0.4s;
    transition: transform 0.4s, opacity 0.4s, -webkit-transform 0.4s; }
  .overlay__inner {
    padding: 3rem 1rem 2rem 1rem;
    font-size: 1rem; }
    @media screen and (min-width: 40em) {
      .overlay__inner {
        padding: 3rem 2rem 2rem 2rem; } }
    .overlay--no-padding .overlay__inner {
      padding: 0 !important; }
  .overlay__background {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.6);
    opacity: 0; }
  .overlay__btn-hide {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 3rem;
    height: 3rem;
    border: solid 1px #fff;
    background-color: #023e84;
    text-indent: -9999rem;
    cursor: pointer; }
    @media screen and (min-width: 40em) {
      .overlay__btn-hide {
        width: 2.4rem;
        height: 2.4rem; } }
    .overlay__btn-hide:before {
      position: absolute;
      top: 50%;
      left: 50%;
      color: #fff;
      text-indent: 0;
      font-size: 2rem;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%); }
      @media screen and (min-width: 40em) {
        .overlay__btn-hide:before {
          font-size: 1.6rem; } }
  .overlay--anim-in {
    top: 0;
    opacity: 1; }
    .overlay--anim-in .overlay__background {
      top: 0;
      opacity: 1;
      transition: opacity 0.4s; }
    .overlay--anim-in .overlay__outer {
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      opacity: 1; }
    .overlay--anim-in.overlay--anim-out {
      /*top: -100%;
            opacity: 0;*/ }
      .overlay--anim-in.overlay--anim-out .overlay__background {
        opacity: 0; }
      .overlay--anim-in.overlay--anim-out .overlay__outer {
        -webkit-transform: translate(-50%, -100%);
            -ms-transform: translate(-50%, -100%);
                transform: translate(-50%, -100%);
        opacity: 0; }

.result {
  background-color: #023e84;
  color: #fff;
  text-align: center;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  @media screen and (min-width: 64em) {
    .result {
      margin-left: 19rem;
      margin-right: 10rem;
      padding-top: 3rem;
      padding-bottom: 3rem; } }
  @media screen and (min-width: 75em) {
    .result {
      margin-left: 24rem; } }
  .result__title {
    text-transform: uppercase;
    color: #ffc27f;
    font-size: 1.4rem;
    margin: 0 0 2rem 0;
    opacity: 0;
    -webkit-animation: result-title 1s 0.4s cubic-bezier(0.29, -0.13, 0.76, 0.21) forwards;
            animation: result-title 1s 0.4s cubic-bezier(0.29, -0.13, 0.76, 0.21) forwards; }
    @media screen and (min-width: 40em) {
      .result__title {
        font-size: 2rem; } }
  .result__subtitle {
    margin: 2rem 0;
    font-size: 1.2rem;
    font-family: 'villeroyboch';
    font-style: italic; }
  .result__content {
    position: relative;
    display: inline-block;
    color: #ffc27f;
    text-transform: uppercase; }
    .result__content-inner {
      display: block;
      position: relative;
      z-index: 1;
      padding: 2rem 1rem 1rem 1rem; }
      @media screen and (min-width: 40em) {
        .result__content-inner {
          padding: 3rem 3rem 2rem 3rem; } }
      .result__content-inner:before {
        position: absolute;
        left: 50%;
        top: 0;
        color: #fff;
        font-size: 3rem;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%); }
        @media screen and (min-width: 40em) {
          .result__content-inner:before {
            font-size: 4rem; } }
        .result--success .result__content-inner:before {
          -webkit-animation: result-icon-success 0.6s infinite alternate ease-in-out;
                  animation: result-icon-success 0.6s infinite alternate ease-in-out; }
        .result--error .result__content-inner:before {
          -webkit-animation: result-icon-error 0.2s infinite alternate ease-in-out;
                  animation: result-icon-error 0.2s infinite alternate ease-in-out; }
    .result__content strong {
      display: block;
      color: #fff;
      font-family: 'villeroyboch';
      font-size: 1.4em;
      margin-top: 0.6rem; }
      @media screen and (min-width: 40em) {
        .result__content strong {
          font-size: 1.8em;
          margin-top: 1rem; } }
    .result__content:before, .result__content:after {
      border: solid 1px #fff;
      content: '';
      position: absolute;
      top: 0;
      height: 100%;
      width: 35%;
      display: block;
      z-index: 0; }
    .result__content:before {
      left: 0;
      border-right: none; }
    .result__content:after {
      right: 0;
      border-left: none; }
  .result__score, .result__remaining_attempts {
    font-size: 1.2rem;
    font-family: 'villeroyboch';
    font-style: italic;
    margin: 1rem 0; }
    @media screen and (min-width: 40em) {
      .result__score, .result__remaining_attempts {
        font-size: 1.4rem; } }
    .result__score strong, .result__remaining_attempts strong {
      font-size: 1.4em;
      font-style: normal; }
  .result__wrong-questions {
    list-style-type: none;
    padding: 1rem; }
    @media screen and (min-width: 40em) {
      .result__wrong-questions {
        text-align: left; } }
    .result__wrong-questions-item {
      margin: 0.8rem 0;
      font-size: 0; }
      .result__wrong-questions-item strong {
        color: #ffc27f;
        font-weight: normal;
        text-transform: uppercase;
        display: block;
        font-size: 0.9rem; }
        @media screen and (min-width: 40em) {
          .result__wrong-questions-item strong {
            width: 8rem;
            display: inline-block;
            vertical-align: top; } }
      .result__wrong-questions-item span {
        display: block;
        font-size: 0.9rem; }
        @media screen and (min-width: 40em) {
          .result__wrong-questions-item span {
            width: calc(100% - 8rem);
            display: inline-block;
            vertical-align: top; } }
  .result__points {
    font-family: 'villeroyboch';
    font-style: italic;
    font-size: 1rem;
    margin: 0; }
    @media screen and (min-width: 40em) {
      .result__points {
        font-size: 1.2rem; } }
    .result__points strong {
      font-size: 1.4em; }

@-webkit-keyframes result-icon-success {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.9) rotate(3deg);
            transform: translate(-50%, -50%) scale(0.9) rotate(3deg); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(0);
            transform: translate(-50%, -50%) scale(1.1) rotate(0); } }

@keyframes result-icon-success {
  from {
    -webkit-transform: translate(-50%, -50%) scale(0.9) rotate(3deg);
            transform: translate(-50%, -50%) scale(0.9) rotate(3deg); }
  to {
    -webkit-transform: translate(-50%, -50%) scale(1.1) rotate(0);
            transform: translate(-50%, -50%) scale(1.1) rotate(0); } }

@-webkit-keyframes result-icon-error {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg); } }

@keyframes result-icon-error {
  from {
    -webkit-transform: translate(-50%, -50%) rotate(5deg);
            transform: translate(-50%, -50%) rotate(5deg); }
  to {
    -webkit-transform: translate(-50%, -50%) rotate(-5deg);
            transform: translate(-50%, -50%) rotate(-5deg); } }

@-webkit-keyframes result-title {
  0% {
    -webkit-transform: translateY(50%) rotate(-5deg) scale(3);
            transform: translateY(50%) rotate(-5deg) scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotate(0) scale(1);
            transform: translateY(0) rotate(0) scale(1);
    opacity: 1; } }

@keyframes result-title {
  0% {
    -webkit-transform: translateY(50%) rotate(-5deg) scale(3);
            transform: translateY(50%) rotate(-5deg) scale(3);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0) rotate(0) scale(1);
            transform: translateY(0) rotate(0) scale(1);
    opacity: 1; } }

.section-title {
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  margin-bottom: 1rem;
  color: #313131;
  font-size: 1.6rem;
  padding-left: 1rem;
  padding-right: 1rem; }
  .section-title:after {
    content: '';
    width: 20rem;
    max-width: 100%;
    height: 1px;
    background-color: #6f6f6f;
    display: block;
    margin: 1rem auto 1rem auto; }
  @media screen and (min-width: 40em) {
    .section-title {
      font-size: 1.8rem;
      padding-bottom: 2rem; } }

.slick-list {
  width: calc(100% - 6rem);
  margin: 0 auto; }

.slick-slide:focus {
  outline: 0; }

.slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background-color: transparent;
  border: none;
  text-indent: -9999rem;
  overflow: hidden;
  width: 3rem;
  height: 4rem;
  outline: 0;
  cursor: pointer; }
  .slick-arrow:before {
    text-indent: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-size: 3.4rem;
    color: #6f6f6f; }
  .slick-arrow.slick-prev {
    left: 0; }
  .slick-arrow.slick-next {
    right: 0; }

.slick-dots {
  list-style-type: none;
  margin: 0;
  padding: 0;
  text-align: center;
  padding: 3rem 0 0 0;
  display: none !important; }
  .slick-dots > li {
    display: inline-block;
    margin: 0 0.5rem; }
    .slick-dots > li > button {
      border: none;
      background-color: #eee;
      text-indent: -9999rem;
      width: 30px;
      height: 2px;
      padding: 0;
      display: block;
      outline: 0;
      cursor: pointer;
      overflow: hidden; }
    .slick-dots > li.slick-active > button {
      background-color: #6f6f6f; }

.training {
  font-size: 0; }
  .training__wrapper {
    width: 200%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s; }
  .training__step {
    font-size: 1rem;
    width: 50%;
    display: inline-block;
    vertical-align: top; }
    .training__step--1 {
      height: 0;
      overflow: hidden; }
      @media screen and (min-width: 64em) {
        .training__step--1 {
          padding-left: 5rem; } }
    .training__step--2 {
      padding-left: 1rem;
      padding-right: 1rem; }
      @media screen and (min-width: 40em) {
        .training__step--2 {
          padding-left: 4rem;
          padding-right: 4rem; } }
      @media screen and (min-width: 64em) {
        .training__step--2 {
          padding-left: 19rem;
          padding-right: 10rem; } }
      @media screen and (min-width: 75em) {
        .training__step--2 {
          padding-left: 24rem; } }
  .training__next-step-container {
    text-align: center;
    padding: 1rem 0; }

.training--slided .training__wrapper {
  -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
          transform: translateX(0); }

.training--slided .training__step--1 {
  height: auto;
  overflow: visible; }

.trainings-list {
  margin: 0;
  padding: 0;
  list-style-type: none; }
  @media screen and (min-width: 40em) {
    .trainings-list {
      padding: 0 0 0 0; } }
  @media screen and (min-width: 64em) {
    .trainings-list {
      padding: 0 0 0 2rem; } }
  @media screen and (min-width: 75em) {
    .trainings-list {
      padding: 0 0 0 4rem; } }
  .trainings-list__item {
    text-align: center;
    background-color: #6f6f6f; }
    .trainings-list__item-inner {
      color: #eee;
      text-decoration: none;
      display: block;
      padding: 1.4rem 1rem;
      opacity: 0.4;
      border-bottom: solid 1px #313131;
      position: relative;
      font-size: 1rem; }
      @media screen and (min-width: 40em) {
        .trainings-list__item-inner {
          font-size: 1rem; } }
      .trainings-list__item--is-success .trainings-list__item-inner,
      .trainings-list__item--is-failure .trainings-list__item-inner,
      .trainings-list__item--is-active .trainings-list__item-inner {
        background-color: #023e84;
        opacity: 1;
        box-shadow: 0 0 1rem rgba(0, 0, 0, 0.3); }
        @media screen and (min-width: 40em) {
          .trainings-list__item--is-success .trainings-list__item-inner,
          .trainings-list__item--is-failure .trainings-list__item-inner,
          .trainings-list__item--is-active .trainings-list__item-inner {
            width: calc(100% + 10rem);
            padding-right: 10rem; } }
      .trainings-list__item--is-success .trainings-list__item-inner {
        background-color: #5a9462; }
      .trainings-list__item--is-failure .trainings-list__item-inner {
        background-color: #b84646; }
    .trainings-list__item-number {
      display: block;
      color: #ffc27f;
      text-transform: uppercase;
      font-size: 0.8em; }
    .trainings-list__item-title {
      display: block;
      font-family: 'villeroyboch';
      text-transform: uppercase;
      font-size: 1.1em;
      margin-bottom: 0.5em;
      position: relative;
      vertical-align: middle; }
    .trainings-list__item-info {
      background-color: #ffc27f;
      border-radius: 2rem;
      position: relative;
      display: inline-block;
      vertical-align: middle;
      width: 1.2rem;
      height: 1.2rem;
      margin-left: 0.5rem;
      cursor: pointer; }
      .trainings-list__item-info:before {
        color: #023e84;
        position: absolute;
        left: 50%;
        top: 50%;
        -webkit-transform: translate(-50%, -50%);
            -ms-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        font-size: 1.2rem; }
    .trainings-list__item-dates {
      font-size: 0.8em;
      margin-top: 0.5rem; }
    .trainings-list__item-remaining-attempts {
      margin: 0;
      color: #ffc27f;
      font-family: 'villeroyboch';
      font-style: italic;
      font-size: 1rem; }
    .trainings-list__item-more {
      padding-top: 1rem; }
      @media screen and (min-width: 40em) {
        .trainings-list__item-more {
          padding-top: 0;
          position: absolute;
          right: 0;
          top: 50%;
          width: 10rem;
          -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
                  transform: translateY(-50%); } }
    .trainings-list__item-progression {
      color: #ffc27f;
      font-family: 'villeroyboch';
      font-style: italic;
      font-size: 0.8rem;
      display: block;
      margin-bottom: 0.5rem; }
      .trainings-list__item-progression strong {
        font-size: 1.8em;
        font-weight: normal; }
    .trainings-list__item-status {
      font-family: 'villeroyboch';
      font-style: italic;
      font-size: 1.1rem;
      display: block; }
    .trainings-list__item-score {
      font-family: 'villeroyboch';
      font-style: italic;
      font-size: 1.1rem; }
      .trainings-list__item-score strong {
        font-size: 1.4em;
        font-weight: normal; }

.userinfo {
  padding: 1rem 0;
  background-color: #fff;
  font-family: 'villeroyboch';
  font-size: 1rem;
  text-align: center; }
  @media screen and (min-width: 40em) {
    .userinfo {
      padding: 2rem 3rem 2rem 3rem;
      text-align: left; } }
  .userinfo__intro {
    text-transform: uppercase;
    font-size: 1.1em;
    text-align: left; }
    @media screen and (min-width: 40em) {
      .userinfo__intro {
        display: block; } }
  .userinfo__lastname, .userinfo__firstname {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.4em;
    color: #313131; }
    @media screen and (min-width: 40em) {
      .userinfo__lastname, .userinfo__firstname {
        display: block;
        text-align: right; } }
  .userinfo__points {
    display: block;
    font-style: italic;
    margin-top: 0.5em;
    text-align: center; }
    @media screen and (min-width: 40em) {
      .userinfo__points {
        text-align: left; } }

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

@media screen and (min-width: 40em) {
  .voucher {
    font-size: 0; } }

@media screen and (min-width: 40em) {
  .voucher__img-container {
    display: inline-block;
    width: 40%;
    vertical-align: top;
    font-size: 1rem; } }

@media screen and (min-width: 64em) {
  .voucher__img-container {
    width: 50%; } }

@media screen and (min-width: 40em) {
  .voucher__text {
    display: inline-block;
    width: 60%;
    vertical-align: top;
    font-size: 1rem;
    padding-left: 1rem; } }

@media screen and (min-width: 64em) {
  .voucher__text {
    width: 50%; } }

@media screen and (min-width: 40em) {
  .voucher__img {
    display: block;
    margin: 0 auto 2rem auto;
    max-width: 100%;
    width: 300px; } }

@media screen and (min-width: 64em) {
  .voucher__img {
    width: 400px; } }

.voucher__title {
  margin: 1rem 0;
  text-align: center;
  text-transform: uppercase;
  font-style: normal;
  font-size: 1.6rem; }
  @media screen and (min-width: 40em) {
    .voucher__title {
      text-align: left; } }

.voucher__points {
  margin: 1rem 0;
  color: #313131;
  text-align: center;
  font-size: 2.4rem;
  font-family: 'villeroyboch'; }
  @media screen and (min-width: 40em) {
    .voucher__points {
      margin: 1rem 0 2rem 0;
      text-align: left; } }
  @media screen and (min-width: 64em) {
    .voucher__points {
      margin: 3rem 0 2rem 0; } }

.voucher__form {
  margin-top: 2rem;
  text-align: center;
  font-size: 0; }
  .voucher__form label {
    display: block;
    margin-bottom: 1rem;
    padding: 0.8rem 0.5rem;
    border: solid 1px #6f6f6f;
    text-align: left;
    font-size: 0.9rem;
    cursor: pointer; }
    .voucher__form label br {
      display: none; }
      @media screen and (min-width: 40em) {
        .voucher__form label br {
          display: inline; } }
    @media screen and (min-width: 40em) {
      .voucher__form label {
        text-align: center;
        display: inline-block;
        margin-left: 1rem;
        width: calc(50% - 0.5rem); } }
    .voucher__form label:first-child {
      margin-left: 0; }
    .voucher__form label input {
      vertical-align: middle; }
      @media screen and (min-width: 40em) {
        .voucher__form label input {
          display: block;
          margin: 0 auto 0.5rem auto; } }
    .voucher__form label span {
      display: inline-block;
      color: #6f6f6f;
      vertical-align: middle; }

.voucher__long-description {
  font-size: 1rem;
  border-top: solid 1px #6f6f6f;
  margin-top: 2rem;
  padding-top: 2rem; }

.vouchers-filters {
  margin-bottom: 4rem; }
  .vouchers-filters__title {
    text-align: center; }
  .vouchers-filters__items {
    text-align: center;
    margin: 0;
    display: block;
    padding: 0;
    list-style-type: none;
    font-size: 0; }
  .vouchers-filters__item {
    font-size: 0.8rem;
    display: inline-block;
    vertical-align: top;
    border: solid 1px #6f6f6f;
    padding: 0.6rem 1rem;
    color: #313131;
    margin: 0.2rem;
    cursor: pointer;
    transition: background-color 0.4s, color 0.4s, border-color 0.4s; }
    .vouchers-filters__item strong {
      font-size: 1.4em; }
    .no-touchevents .vouchers-filters__item:hover {
      background-color: #eee; }
    .vouchers-filters__item--is-active {
      background-color: #023e84 !important;
      color: #fff !important;
      border-color: #023e84 !important; }

.vouchers-list {
  margin: 2rem 0;
  padding: 0;
  list-style-type: none;
  font-size: 0; }
  .vouchers-list__item {
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 50%;
    vertical-align: top;
    text-align: center;
    font-size: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    height: 17rem;
    position: relative; }
    @media screen and (min-width: 40em) {
      .vouchers-list__item {
        width: 33.33333%;
        height: 18rem; } }
    @media screen and (min-width: 64em) {
      .vouchers-list__item {
        width: 25%;
        height: 18rem; } }
    .vouchers-list--slider .vouchers-list__item {
      display: block;
      margin-bottom: 0;
      width: auto; }
    .vouchers-list__item-link {
      display: block;
      outline: 0 !important;
      color: #313131;
      text-decoration: none;
      position: absolute;
      left: 50%;
      top: 50%;
      -webkit-transform: translate(-50%, -50%);
          -ms-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      width: 10rem;
      max-width: 100%; }
      @media screen and (min-width: 40em) {
        .vouchers-list__item-link {
          width: 18rem; } }
      @media screen and (min-width: 64em) {
        .vouchers-list__item-link {
          width: 22rem; } }
    .vouchers-list__item-image-container {
      margin-bottom: 1rem; }
    .vouchers-list__item-image {
      margin: 0 auto;
      max-width: 100%;
      width: 12rem;
      opacity: 1;
      transition: opacity 0.4s, -webkit-filter 0.4s;
      transition: opacity 0.4s, filter 0.4s;
      transition: opacity 0.4s, filter 0.4s, -webkit-filter 0.4s; }
    .vouchers-list__item-name {
      margin: 0;
      font-weight: bold;
      font-style: normal;
      font-family: 'roboto', sans-serif; }
    .vouchers-list__item-points {
      margin: 0;
      color: #6f6f6f; }
    .vouchers-list__item-button {
      position: absolute;
      top: 50%;
      left: 50%;
      opacity: 0;
      transition: opacity 0.4s, -webkit-transform 0.4s;
      transition: opacity 0.4s, transform 0.4s;
      transition: opacity 0.4s, transform 0.4s, -webkit-transform 0.4s;
      -webkit-transform: translate(-50%, 0%);
          -ms-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%); }
  .vouchers-list--slider {
    margin: 0; }

.no-touchevents .vouchers-list__item-link:hover .vouchers-list__item-button {
  opacity: 1;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

.no-touchevents .vouchers-list__item-link:hover .vouchers-list__item-image {
  opacity: 0.6;
  -webkit-filter: blur(2px);
          filter: blur(2px); }
