/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */

footer {
  /* 1 */
  display: block; }

.no-scroll {
  width: 100%;
  height: 100%;
  position: fixed;
  overflow: hidden; }

.site-footer {
  padding: 30px; }
  @media (max-width: 767px) {
    .site-footer {
      padding: 20px 15px; } }

.site-footer-inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 25px 0;
  border-top: 1px solid #dedede; }
  @media (max-width: 1023px) {
    .site-footer-inner {
      padding: 15px 0; } }
  @media (max-width: 767px) {
    .site-footer-inner {
      display: block;
      border-top: 0;
      padding: 0; } }

@media (max-width: 1024px) {
  .site-footer-urls {
    width: 35%; } }

@media (max-width: 767px) {
  .site-footer-urls {
    padding-bottom: 15px;
    width: 100%; } }

.site-footer-urls li {
  display: inline-block;
  margin-right: 15px; }

.site-footer-payment {
  color: #636363;
  width: 35%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .site-footer-payment span {
    margin: 0 0 5px 0; }
  .site-footer-payment p {
    margin: 0; }
  .site-footer-payment span img {
    width: 100%; }
  .site-footer-payment .payment-dotpay {
    width: 50%; }
    .site-footer-payment .payment-dotpay img {
      max-width: 103px; }
  .site-footer-payment .payment-credit-card {
    width: 100%; }
    .site-footer-payment .payment-credit-card img {
      width: 100%;
      max-width: 280px; }
  @media (max-width: 1280px) {
    .site-footer-payment {
      padding: 0 10px; } }
  @media (max-width: 767px) {
    .site-footer-payment {
      width: 100%;
      padding: 10px 0 20px;
      display: block; }
      .site-footer-payment span {
        display: block;
        margin: 5px 0; }
      .site-footer-payment .payment-credit-card img {
        max-width: 379px; } }

.site-footer-contact {
  width: 40%;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (max-width: 1280px) {
    .site-footer-contact {
      width: 25%;
      display: block; } }
  @media (max-width: 767px) {
    .site-footer-contact {
      width: 100%; } }

.site-footer-tel {
  margin: 0;
  text-align: right;
  color: #636363; }
  @media (max-width: 1280px) {
    .site-footer-tel {
      padding-top: 5px;
      text-align: right; } }
  @media (max-width: 767px) {
    .site-footer-tel {
      text-align: left; } }
  .site-footer-tel .site-footer-ico {
    margin-right: 11px; }
  .site-footer-tel span {
    font-size: 13px;
    line-height: 1.38462;
    color: #b7b7b7;
    display: block; }
  .site-footer-tel svg {
    width: 13px;
    height: 16px;
    vertical-align: -3px; }

.site-footer-email {
  margin: 0;
  color: #636363; }
  .site-footer-email span {
    display: block; }
  @media (max-width: 1280px) {
    .site-footer-email {
      text-align: right; } }
  @media (max-width: 767px) {
    .site-footer-email {
      text-align: left; } }
  .site-footer-email .site-footer-ico {
    margin-right: 8px; }
  .site-footer-email svg {
    width: 16px;
    height: 10px;
    vertical-align: -1px; }

.visible-mobile {
  display: none !important; }
  @media (max-width: 767px) {
    .visible-mobile {
      display: block !important; } }

.visible-mobile-inline {
  display: none !important; }
  @media (max-width: 767px) {
    .visible-mobile-inline {
      display: inline-block !important; } }

.visible-not-mobile {
  display: block !important; }
  @media (max-width: 767px) {
    .visible-not-mobile {
      display: none !important; } }

.visible-not-mobile-inline {
  display: inline-block !important; }
  @media (max-width: 767px) {
    .visible-not-mobile-inline {
      display: none !important; } }


.button-red {
  display: inline-block;
  vertical-align: middle;
  text-align: center;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  -webkit-transition-property: background-color;
  -o-transition-property: background-color;
  transition-property: background-color; }
  @media (max-width: 167px) {
    .button {
      width: 100%; } }

.button-red {
  background-color: #e4202c;
  color: #fff; }
  .button-red:hover, .button-red:focus, .button-red:active {
    color: #fff;
    background: #004c9a; }

.button-auto {
  padding: 11px 8px 9px;
  min-width: 200px;
  -webkit-border-radius: 4px 0 4px 0;
          border-radius: 4px 0 4px 0;
  font-size: 12px;
  text-decoration: none;
  /*line-height: 1.13333;*/ }

.button-auto {
  min-width: 0;
  padding-left: 8px;
  padding-right: 8px; }

.cookie-rodo {
  /*display: none;*/
  position: fixed;
  bottom: 10px;
  left: 0;
  z-index: 10000;
  width: 100%;
  background-color: #fff;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 15px; }
  @media (min-width: 768px) {
    .cookie-rodo {
      width: 90vw;
      max-width: 850px;
      right: 0;
      margin: auto;
      border: 1px solid #dedede;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
      background-color: #fff; } }
  .no-js .cookie-rodo {
    display: block; }
  .cookie-rodo__inner-container {
    position: relative; }
  .cookie-rodo__x {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (min-width: 768px) {
      .cookie-rodo__x {
        right: -5px;
        top: -5px; } }
    .cookie-rodo__x svg {
      width: 100%;
      height: 100%;
      fill: #004c9a; }
  .cookie-rodo__top {
    padding-top: 25px;
    max-height: 60vh;
    overflow-y: auto; }
    @media (min-width: 768px) {
      .cookie-rodo__top {
        padding-top: 15px;
        max-height: 300px; } }
    .cookie-rodo__top p {
      font-size: 11px;
      line-height: 1.4546;
      color: #585858;
      margin: 0; }
    .cookie-rodo__top ul > li::before {
      top: 5px; }
      @media (min-width: 1120px) {
        .cookie-rodo__top ul > li::before {
          top: 6px; } }
  .cookie-rodo__bottom {
    text-align: right;
    padding-top: 15px; }
    .no-js .cookie-rodo__bottom {
      display: none; }
  .cookie-rodo__cta {
    float: right; }
    @media (max-width: 767px) {
      .cookie-rodo__cta {
        width: auto; } }
  .cookie-rodo__settings-link, .cookie-rodo__remind-link {
    float: right;
    margin: 8px 20px 0;
    font-size: 15px; }
  @media (min-width: 768px) {
    .cookie-rodo--center {
      top: 0;
      bottom: 0;
      width: 50vw;
      height: 400px;
      padding: 0;
      font-size: 16px; }
      .cookie-rodo--center .cookie-rodo__inner-container {
        padding: 25px; } }


.loader-fix {
  display: none;
  position: fixed;
  bottom: 10px;
  left: 0;
  /*left: 0;
  top: 50%;*/
  z-index: 10000;
  width: 100%;
  /*background-color: #fff;*/
  background-color: transparent;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  padding: 15px; }
  @media (min-width: 768px) {
    .loader-fix {
      width: 90vw;
      max-width: 850px;
      right: 0;
      margin: auto;
      background-color: transparent;
      /*
      border: 1px solid #dedede;
      -webkit-border-radius: 3px;
              border-radius: 3px;
      -webkit-box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
              box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.05);
      background-color: #fff;
       */
       } }
  .no-js .loader-fix {
    display: block; }
  .loader-rodo__inner-container {
    position: relative; }
  .loader-fix__x {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 0;
    top: 0; }
    @media (min-width: 768px) {
      .loader-fix__x {
        right: -5px;
        top: -5px; } }
    .loader-fix__x svg {
      width: 100%;
      height: 100%;
      fill: #004c9a; }
  .loader-fix__top {
    padding-top: 25px;
    max-height: 60vh;
    overflow-y: auto; }
    @media (min-width: 768px) {
      .loader-fix__top {
        padding-top: 15px;
        max-height: 300px; } }
    .loader-fix__top p {
      font-size: 11px;
      line-height: 1.4546;
      color: #585858;
      margin: 0; }
    .loader-fix__top ul > li::before {
      top: 5px; }
      @media (min-width: 1120px) {
        .loader-fix__top ul > li::before {
          top: 6px; } }
  .loader-fix__bottom {
    text-align: right;
    padding-top: 15px; }
    .no-js .loader-fix__bottom {
      display: none; }
  .loader-fix__cta {
    float: right; }
    @media (max-width: 767px) {
      .loader-rodo__cta {
        width: auto; } }
  .loader-fix__settings-link, .loader-fix__remind-link {
    float: right;
    margin: 8px 20px 0;
    font-size: 15px; }
  @media (min-width: 768px) {
    .loader-fix--center {
      top: 0;
      bottom: 0;
      width: 50vw;
      height: 400px;
      padding: 0;
      font-size: 16px; }
      .loader-fix--center .loader-fix__inner-container {
        padding: 25px; } }