html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

/*!
 * Bootstrap Grid v4.0.0 (https://getbootstrap.com)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
@-ms-viewport {
  width: device-width;
}
html {
  box-sizing: border-box;
  -ms-overflow-style: scrollbar;
}

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

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 480px) {
  .container {
    max-width: 480px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 768px;
  }
}
@media (min-width: 1024px) {
  .container {
    max-width: 1024px;
  }
}
@media (min-width: 1280px) {
  .container {
    max-width: 1280px;
  }
}
@media (min-width: 1400px) {
  .container {
    max-width: 1400px;
  }
}

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}
.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-ss-1, .col-ss-2, .col-ss-3, .col-ss-4, .col-ss-5, .col-ss-6, .col-ss-7, .col-ss-8, .col-ss-9, .col-ss-10, .col-ss-11, .col-ss-12, .col-ss,
.col-ss-auto, .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, .col-sm,
.col-sm-auto, .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, .col-md,
.col-md-auto, .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, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
}

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
}

.col-3 {
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
}

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
}

.col-6 {
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
}

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
}

.col-9 {
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
}

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
}

.col-12 {
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  order: -1;
}

.order-last {
  order: 13;
}

.order-0 {
  order: 0;
}

.order-1 {
  order: 1;
}

.order-2 {
  order: 2;
}

.order-3 {
  order: 3;
}

.order-4 {
  order: 4;
}

.order-5 {
  order: 5;
}

.order-6 {
  order: 6;
}

.order-7 {
  order: 7;
}

.order-8 {
  order: 8;
}

.order-9 {
  order: 9;
}

.order-10 {
  order: 10;
}

.order-11 {
  order: 11;
}

.order-12 {
  order: 12;
}

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 480px) {
  .col-ss {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-ss-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-ss-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-ss-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-ss-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-ss-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-ss-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-ss-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-ss-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-ss-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-ss-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-ss-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-ss-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-ss-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-ss-first {
    order: -1;
  }

  .order-ss-last {
    order: 13;
  }

  .order-ss-0 {
    order: 0;
  }

  .order-ss-1 {
    order: 1;
  }

  .order-ss-2 {
    order: 2;
  }

  .order-ss-3 {
    order: 3;
  }

  .order-ss-4 {
    order: 4;
  }

  .order-ss-5 {
    order: 5;
  }

  .order-ss-6 {
    order: 6;
  }

  .order-ss-7 {
    order: 7;
  }

  .order-ss-8 {
    order: 8;
  }

  .order-ss-9 {
    order: 9;
  }

  .order-ss-10 {
    order: 10;
  }

  .order-ss-11 {
    order: 11;
  }

  .order-ss-12 {
    order: 12;
  }

  .offset-ss-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-ss-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 768px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-sm-first {
    order: -1;
  }

  .order-sm-last {
    order: 13;
  }

  .order-sm-0 {
    order: 0;
  }

  .order-sm-1 {
    order: 1;
  }

  .order-sm-2 {
    order: 2;
  }

  .order-sm-3 {
    order: 3;
  }

  .order-sm-4 {
    order: 4;
  }

  .order-sm-5 {
    order: 5;
  }

  .order-sm-6 {
    order: 6;
  }

  .order-sm-7 {
    order: 7;
  }

  .order-sm-8 {
    order: 8;
  }

  .order-sm-9 {
    order: 9;
  }

  .order-sm-10 {
    order: 10;
  }

  .order-sm-11 {
    order: 11;
  }

  .order-sm-12 {
    order: 12;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1024px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-md-first {
    order: -1;
  }

  .order-md-last {
    order: 13;
  }

  .order-md-0 {
    order: 0;
  }

  .order-md-1 {
    order: 1;
  }

  .order-md-2 {
    order: 2;
  }

  .order-md-3 {
    order: 3;
  }

  .order-md-4 {
    order: 4;
  }

  .order-md-5 {
    order: 5;
  }

  .order-md-6 {
    order: 6;
  }

  .order-md-7 {
    order: 7;
  }

  .order-md-8 {
    order: 8;
  }

  .order-md-9 {
    order: 9;
  }

  .order-md-10 {
    order: 10;
  }

  .order-md-11 {
    order: 11;
  }

  .order-md-12 {
    order: 12;
  }

  .offset-md-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1280px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-lg-first {
    order: -1;
  }

  .order-lg-last {
    order: 13;
  }

  .order-lg-0 {
    order: 0;
  }

  .order-lg-1 {
    order: 1;
  }

  .order-lg-2 {
    order: 2;
  }

  .order-lg-3 {
    order: 3;
  }

  .order-lg-4 {
    order: 4;
  }

  .order-lg-5 {
    order: 5;
  }

  .order-lg-6 {
    order: 6;
  }

  .order-lg-7 {
    order: 7;
  }

  .order-lg-8 {
    order: 8;
  }

  .order-lg-9 {
    order: 9;
  }

  .order-lg-10 {
    order: 10;
  }

  .order-lg-11 {
    order: 11;
  }

  .order-lg-12 {
    order: 12;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 1400px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%;
  }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }

  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .order-xl-first {
    order: -1;
  }

  .order-xl-last {
    order: 13;
  }

  .order-xl-0 {
    order: 0;
  }

  .order-xl-1 {
    order: 1;
  }

  .order-xl-2 {
    order: 2;
  }

  .order-xl-3 {
    order: 3;
  }

  .order-xl-4 {
    order: 4;
  }

  .order-xl-5 {
    order: 5;
  }

  .order-xl-6 {
    order: 6;
  }

  .order-xl-7 {
    order: 7;
  }

  .order-xl-8 {
    order: 8;
  }

  .order-xl-9 {
    order: 9;
  }

  .order-xl-10 {
    order: 10;
  }

  .order-xl-11 {
    order: 11;
  }

  .order-xl-12 {
    order: 12;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.66667%;
  }
}
.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

@media (min-width: 480px) {
  .d-ss-none {
    display: none !important;
  }

  .d-ss-inline {
    display: inline !important;
  }

  .d-ss-inline-block {
    display: inline-block !important;
  }

  .d-ss-block {
    display: block !important;
  }

  .d-ss-table {
    display: table !important;
  }

  .d-ss-table-row {
    display: table-row !important;
  }

  .d-ss-table-cell {
    display: table-cell !important;
  }

  .d-ss-flex {
    display: flex !important;
  }

  .d-ss-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 768px) {
  .d-sm-none {
    display: none !important;
  }

  .d-sm-inline {
    display: inline !important;
  }

  .d-sm-inline-block {
    display: inline-block !important;
  }

  .d-sm-block {
    display: block !important;
  }

  .d-sm-table {
    display: table !important;
  }

  .d-sm-table-row {
    display: table-row !important;
  }

  .d-sm-table-cell {
    display: table-cell !important;
  }

  .d-sm-flex {
    display: flex !important;
  }

  .d-sm-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1024px) {
  .d-md-none {
    display: none !important;
  }

  .d-md-inline {
    display: inline !important;
  }

  .d-md-inline-block {
    display: inline-block !important;
  }

  .d-md-block {
    display: block !important;
  }

  .d-md-table {
    display: table !important;
  }

  .d-md-table-row {
    display: table-row !important;
  }

  .d-md-table-cell {
    display: table-cell !important;
  }

  .d-md-flex {
    display: flex !important;
  }

  .d-md-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1280px) {
  .d-lg-none {
    display: none !important;
  }

  .d-lg-inline {
    display: inline !important;
  }

  .d-lg-inline-block {
    display: inline-block !important;
  }

  .d-lg-block {
    display: block !important;
  }

  .d-lg-table {
    display: table !important;
  }

  .d-lg-table-row {
    display: table-row !important;
  }

  .d-lg-table-cell {
    display: table-cell !important;
  }

  .d-lg-flex {
    display: flex !important;
  }

  .d-lg-inline-flex {
    display: inline-flex !important;
  }
}
@media (min-width: 1400px) {
  .d-xl-none {
    display: none !important;
  }

  .d-xl-inline {
    display: inline !important;
  }

  .d-xl-inline-block {
    display: inline-block !important;
  }

  .d-xl-block {
    display: block !important;
  }

  .d-xl-table {
    display: table !important;
  }

  .d-xl-table-row {
    display: table-row !important;
  }

  .d-xl-table-cell {
    display: table-cell !important;
  }

  .d-xl-flex {
    display: flex !important;
  }

  .d-xl-inline-flex {
    display: inline-flex !important;
  }
}
@media print {
  .d-print-none {
    display: none !important;
  }

  .d-print-inline {
    display: inline !important;
  }

  .d-print-inline-block {
    display: inline-block !important;
  }

  .d-print-block {
    display: block !important;
  }

  .d-print-table {
    display: table !important;
  }

  .d-print-table-row {
    display: table-row !important;
  }

  .d-print-table-cell {
    display: table-cell !important;
  }

  .d-print-flex {
    display: flex !important;
  }

  .d-print-inline-flex {
    display: inline-flex !important;
  }
}
.flex-row {
  flex-direction: row !important;
}

.flex-column {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

@media (min-width: 480px) {
  .flex-ss-row {
    flex-direction: row !important;
  }

  .flex-ss-column {
    flex-direction: column !important;
  }

  .flex-ss-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-ss-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-ss-wrap {
    flex-wrap: wrap !important;
  }

  .flex-ss-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-ss-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-ss-start {
    justify-content: flex-start !important;
  }

  .justify-content-ss-end {
    justify-content: flex-end !important;
  }

  .justify-content-ss-center {
    justify-content: center !important;
  }

  .justify-content-ss-between {
    justify-content: space-between !important;
  }

  .justify-content-ss-around {
    justify-content: space-around !important;
  }

  .align-items-ss-start {
    align-items: flex-start !important;
  }

  .align-items-ss-end {
    align-items: flex-end !important;
  }

  .align-items-ss-center {
    align-items: center !important;
  }

  .align-items-ss-baseline {
    align-items: baseline !important;
  }

  .align-items-ss-stretch {
    align-items: stretch !important;
  }

  .align-content-ss-start {
    align-content: flex-start !important;
  }

  .align-content-ss-end {
    align-content: flex-end !important;
  }

  .align-content-ss-center {
    align-content: center !important;
  }

  .align-content-ss-between {
    align-content: space-between !important;
  }

  .align-content-ss-around {
    align-content: space-around !important;
  }

  .align-content-ss-stretch {
    align-content: stretch !important;
  }

  .align-self-ss-auto {
    align-self: auto !important;
  }

  .align-self-ss-start {
    align-self: flex-start !important;
  }

  .align-self-ss-end {
    align-self: flex-end !important;
  }

  .align-self-ss-center {
    align-self: center !important;
  }

  .align-self-ss-baseline {
    align-self: baseline !important;
  }

  .align-self-ss-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 768px) {
  .flex-sm-row {
    flex-direction: row !important;
  }

  .flex-sm-column {
    flex-direction: column !important;
  }

  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }

  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-sm-start {
    justify-content: flex-start !important;
  }

  .justify-content-sm-end {
    justify-content: flex-end !important;
  }

  .justify-content-sm-center {
    justify-content: center !important;
  }

  .justify-content-sm-between {
    justify-content: space-between !important;
  }

  .justify-content-sm-around {
    justify-content: space-around !important;
  }

  .align-items-sm-start {
    align-items: flex-start !important;
  }

  .align-items-sm-end {
    align-items: flex-end !important;
  }

  .align-items-sm-center {
    align-items: center !important;
  }

  .align-items-sm-baseline {
    align-items: baseline !important;
  }

  .align-items-sm-stretch {
    align-items: stretch !important;
  }

  .align-content-sm-start {
    align-content: flex-start !important;
  }

  .align-content-sm-end {
    align-content: flex-end !important;
  }

  .align-content-sm-center {
    align-content: center !important;
  }

  .align-content-sm-between {
    align-content: space-between !important;
  }

  .align-content-sm-around {
    align-content: space-around !important;
  }

  .align-content-sm-stretch {
    align-content: stretch !important;
  }

  .align-self-sm-auto {
    align-self: auto !important;
  }

  .align-self-sm-start {
    align-self: flex-start !important;
  }

  .align-self-sm-end {
    align-self: flex-end !important;
  }

  .align-self-sm-center {
    align-self: center !important;
  }

  .align-self-sm-baseline {
    align-self: baseline !important;
  }

  .align-self-sm-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1024px) {
  .flex-md-row {
    flex-direction: row !important;
  }

  .flex-md-column {
    flex-direction: column !important;
  }

  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-md-wrap {
    flex-wrap: wrap !important;
  }

  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-md-start {
    justify-content: flex-start !important;
  }

  .justify-content-md-end {
    justify-content: flex-end !important;
  }

  .justify-content-md-center {
    justify-content: center !important;
  }

  .justify-content-md-between {
    justify-content: space-between !important;
  }

  .justify-content-md-around {
    justify-content: space-around !important;
  }

  .align-items-md-start {
    align-items: flex-start !important;
  }

  .align-items-md-end {
    align-items: flex-end !important;
  }

  .align-items-md-center {
    align-items: center !important;
  }

  .align-items-md-baseline {
    align-items: baseline !important;
  }

  .align-items-md-stretch {
    align-items: stretch !important;
  }

  .align-content-md-start {
    align-content: flex-start !important;
  }

  .align-content-md-end {
    align-content: flex-end !important;
  }

  .align-content-md-center {
    align-content: center !important;
  }

  .align-content-md-between {
    align-content: space-between !important;
  }

  .align-content-md-around {
    align-content: space-around !important;
  }

  .align-content-md-stretch {
    align-content: stretch !important;
  }

  .align-self-md-auto {
    align-self: auto !important;
  }

  .align-self-md-start {
    align-self: flex-start !important;
  }

  .align-self-md-end {
    align-self: flex-end !important;
  }

  .align-self-md-center {
    align-self: center !important;
  }

  .align-self-md-baseline {
    align-self: baseline !important;
  }

  .align-self-md-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1280px) {
  .flex-lg-row {
    flex-direction: row !important;
  }

  .flex-lg-column {
    flex-direction: column !important;
  }

  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }

  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-lg-start {
    justify-content: flex-start !important;
  }

  .justify-content-lg-end {
    justify-content: flex-end !important;
  }

  .justify-content-lg-center {
    justify-content: center !important;
  }

  .justify-content-lg-between {
    justify-content: space-between !important;
  }

  .justify-content-lg-around {
    justify-content: space-around !important;
  }

  .align-items-lg-start {
    align-items: flex-start !important;
  }

  .align-items-lg-end {
    align-items: flex-end !important;
  }

  .align-items-lg-center {
    align-items: center !important;
  }

  .align-items-lg-baseline {
    align-items: baseline !important;
  }

  .align-items-lg-stretch {
    align-items: stretch !important;
  }

  .align-content-lg-start {
    align-content: flex-start !important;
  }

  .align-content-lg-end {
    align-content: flex-end !important;
  }

  .align-content-lg-center {
    align-content: center !important;
  }

  .align-content-lg-between {
    align-content: space-between !important;
  }

  .align-content-lg-around {
    align-content: space-around !important;
  }

  .align-content-lg-stretch {
    align-content: stretch !important;
  }

  .align-self-lg-auto {
    align-self: auto !important;
  }

  .align-self-lg-start {
    align-self: flex-start !important;
  }

  .align-self-lg-end {
    align-self: flex-end !important;
  }

  .align-self-lg-center {
    align-self: center !important;
  }

  .align-self-lg-baseline {
    align-self: baseline !important;
  }

  .align-self-lg-stretch {
    align-self: stretch !important;
  }
}
@media (min-width: 1400px) {
  .flex-xl-row {
    flex-direction: row !important;
  }

  .flex-xl-column {
    flex-direction: column !important;
  }

  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }

  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }

  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }

  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }

  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }

  .justify-content-xl-start {
    justify-content: flex-start !important;
  }

  .justify-content-xl-end {
    justify-content: flex-end !important;
  }

  .justify-content-xl-center {
    justify-content: center !important;
  }

  .justify-content-xl-between {
    justify-content: space-between !important;
  }

  .justify-content-xl-around {
    justify-content: space-around !important;
  }

  .align-items-xl-start {
    align-items: flex-start !important;
  }

  .align-items-xl-end {
    align-items: flex-end !important;
  }

  .align-items-xl-center {
    align-items: center !important;
  }

  .align-items-xl-baseline {
    align-items: baseline !important;
  }

  .align-items-xl-stretch {
    align-items: stretch !important;
  }

  .align-content-xl-start {
    align-content: flex-start !important;
  }

  .align-content-xl-end {
    align-content: flex-end !important;
  }

  .align-content-xl-center {
    align-content: center !important;
  }

  .align-content-xl-between {
    align-content: space-between !important;
  }

  .align-content-xl-around {
    align-content: space-around !important;
  }

  .align-content-xl-stretch {
    align-content: stretch !important;
  }

  .align-self-xl-auto {
    align-self: auto !important;
  }

  .align-self-xl-start {
    align-self: flex-start !important;
  }

  .align-self-xl-end {
    align-self: flex-end !important;
  }

  .align-self-xl-center {
    align-self: center !important;
  }

  .align-self-xl-baseline {
    align-self: baseline !important;
  }

  .align-self-xl-stretch {
    align-self: stretch !important;
  }
}
.fade {
  opacity: 0;
  transition: opacity 0.15s linear;
}
.fade.show {
  opacity: 1;
}

.collapse {
  display: none;
}
.collapse.show {
  display: block;
}

tr.collapse.show {
  display: table-row;
}

tbody.collapse.show {
  display: table-row-group;
}

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1;
}
.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  touch-action: manipulation;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */
  display: flex;
  flex-wrap: wrap;
}
.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px);
}
.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
}
.owl-carousel .owl-item {
  display: flex;
  height: auto !important;
  position: relative;
  min-height: 1px;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
}
.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none;
}
.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-loaded {
  display: block;
}
.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}
.owl-carousel.owl-hidden {
  opacity: 0;
}
.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}
.owl-carousel.owl-drag .owl-item {
  touch-action: pan-y;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}
.owl-carousel.owl-rtl {
  direction: rtl;
}
.owl-carousel.owl-rtl .owl-item {
  float: right;
}

/* No Js */
.no-js .owl-carousel {
  display: block;
}

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both;
}
.owl-carousel .owl-animated-in {
  z-index: 0;
}
.owl-carousel .owl-animated-out {
  z-index: 1;
}
.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out;
}

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item {
  /**
  	This is introduced due to a bug in IE11 where lazy loading combined with autoheight plugin causes a wrong
  	calculation of the height of the owl-item that breaks page layouts
   */
}
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease;
}
.owl-carousel .owl-item .owl-lazy[src^=""], .owl-carousel .owl-item .owl-lazy:not([src]) {
  max-height: 0;
}
.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

/*
 * 	Default theme - Owl Carousel CSS File
 */
.owl-theme .owl-nav {
  margin-top: 10px;
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-nav [class*='owl-'] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}
.owl-theme .owl-nav [class*='owl-']:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}
.owl-theme .owl-nav .disabled {
  opacity: 0.5;
  cursor: default;
}
.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}
.owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}
.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity 200ms ease;
  border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

video {
  width: 100%;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
  cursor: pointer;
}

a:active,
a:hover {
  outline: 0;
}

b,
strong {
  font-weight: bold;
}

mark {
  background: #ff0;
  color: #222222;
}

small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

figcaption {
  margin: 2px 0 0;
}

picture {
  line-height: 0;
  display: block;
}

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

pre {
  overflow: auto;
}

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

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
  resize: none;
  outline: none;
}

button {
  overflow: visible;
}

button,
select {
  text-transform: none;
}

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

button[disabled],
html input[disabled] {
  cursor: not-allowed;
  background-color: #cccccc !important;
  color: #666666 !important; 
}

form input[type="submit"]:disabled:hover {
	opacity: 1;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}

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

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

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

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

button:active, button:focus,
input:active,
input:focus,
textarea:active,
textarea:focus {
  outline: 0;
}

button {
  background: transparent;
  border: none;
  resize: none;
  cursor: pointer;
}

img {
  height: auto;
  width: 100%;
}

img,
iframe {
  max-width: 100%;
}

[role="button"] {
  cursor: pointer;
}

.sprite {
  display: inline-block;
  vertical-align: middle;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Roboto";
  src: url("../fonts/Roboto/Roboto-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Roboto-Condensed";
  src: url("../fonts/Roboto/Roboto-Condensed-Bold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Rye";
  src: url("../fonts/Rye/Rye.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Icons';
  src: url("../fonts/Icons/Icons.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
html {
  -webkit-tap-highlight-color: transparent;
}

body {
  position: relative;
  width: 100%;
  overflow-x: hidden;
  min-height: 100vh;
  background: #FFFFFF;
  direction: ltr;
}
@media (min-width: 768px) {
  body {
    background: url("../images/wood.png") repeat;
  }
}

@media (min-width: 768px) {
  main {
    min-height: 600px;
  }
}

.main-wrapper {
  background: rgba(34, 34, 34, 0.8);
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 20px 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .main-wrapper {
    padding: 20px 30px;
  }
}

.main-aside {
  width: 100%;
  margin-top: 20px;
}
@media (min-width: 1024px) {
  .main-aside {
    width: 300px;
    margin-top: 0;
  }
}
.main-aside .section-header {
  margin-bottom: 10px;
}

.main-container {
  width: 100%;
}
@media (min-width: 1024px) {
  .main-container {
    width: calc((100% - 300px) - 30px);
  }
}
.main-container--fullwidth {
  width: 100%;
}

.main-content {
  width: 100%;
  max-width: 960px;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .container {
    padding: 0 30px;
  }
}

.margin-none {
  margin: 0;
}

.m-t-0 {
  margin-top: 0px;
}

.m-t-5 {
  margin-top: 5px;
}

.m-t-10 {
  margin-top: 10px;
}

.m-t-15 {
  margin-top: 15px;
}

.m-t-20 {
  margin-top: 20px;
}

.m-t-25 {
  margin-top: 25px;
}

.m-t-30 {
  margin-top: 30px;
}

.m-t-35 {
  margin-top: 35px;
}

.m-t-40 {
  margin-top: 40px;
}

.m-t-45 {
  margin-top: 45px;
}

.m-t-50 {
  margin-top: 50px;
}

.m-t-55 {
  margin-top: 55px;
}

.m-t-60 {
  margin-top: 60px;
}

.m-t-65 {
  margin-top: 65px;
}

.m-t-70 {
  margin-top: 70px;
}

.m-t-75 {
  margin-top: 75px;
}

.m-t-80 {
  margin-top: 80px;
}

.m-b-0 {
  margin-bottom: 0px;
}

.m-b-5 {
  margin-bottom: 5px;
}

.m-b-7 {
  margin-bottom: 7px;
}

.m-b-10 {
  margin-bottom: 10px;
}

.m-b-15 {
  margin-bottom: 15px;
}

.m-b-20 {
  margin-bottom: 20px;
}

.m-b-25 {
  margin-bottom: 25px;
}

.m-b-30 {
  margin-bottom: 30px;
}

.m-b-35 {
  margin-bottom: 35px;
}

.m-b-40 {
  margin-bottom: 40px;
}

.m-b-45 {
  margin-bottom: 45px;
}

.m-b-50 {
  margin-bottom: 50px;
}

.m-b-55 {
  margin-bottom: 55px;
}

.m-b-60 {
  margin-bottom: 60px;
}

.m-b-65 {
  margin-bottom: 65px;
}

.m-b-70 {
  margin-bottom: 70px;
}

.m-b-75 {
  margin-bottom: 75px;
}

.m-b-80 {
  margin-bottom: 80px;
}

.m-b-default {
  margin-bottom: 40px;
}

.m-b-0 {
  margin-bottom: 0;
}

.m-t-0 {
  margin-top: 0;
}

.padding-none {
  padding: 0;
}

.pad-t-0 {
  padding-top: 0px;
}

.pad-t-5 {
  padding-top: 5px;
}

.pad-t-10 {
  padding-top: 10px;
}

.pad-t-15 {
  padding-top: 15px;
}

.pad-t-20 {
  padding-top: 20px;
}

.pad-t-25 {
  padding-top: 25px;
}

.pad-t-30 {
  padding-top: 30px;
}

.pad-t-35 {
  padding-top: 35px;
}

.pad-t-40 {
  padding-top: 40px;
}

.pad-t-45 {
  padding-top: 45px;
}

.pad-t-50 {
  padding-top: 50px;
}

.pad-b-0 {
  padding-bottom: 0px;
}

.pad-b-5 {
  padding-bottom: 5px;
}

.pad-b-10 {
  padding-bottom: 10px;
}

.pad-b-15 {
  padding-bottom: 15px;
}

.pad-b-20 {
  padding-bottom: 20px;
}

.pad-b-25 {
  padding-bottom: 25px;
}

.pad-b-30 {
  padding-bottom: 30px;
}

.pad-b-35 {
  padding-bottom: 35px;
}

.pad-b-40 {
  padding-bottom: 40px;
}

.pad-b-45 {
  padding-bottom: 45px;
}

.pad-b-50 {
  padding-bottom: 50px;
}

@media (max-width: 1023.98px) {
  .hidden-sm-down {
    display: none;
  }
}

@media (max-width: 1399.98px) {
  .hidden-lg-down {
    display: none;
  }
}

@media (min-width: 768px) {
  .hidden-sm-up {
    display: none;
  }
}

@media (min-width: 1024px) {
  .hidden-md-up {
    display: none;
  }
}

@media (min-width: 1280px) {
  .hidden-lg-up {
    display: none;
  }
}

a {
  text-decoration: none;
  color: #CDA76E;
}
a:hover, a:active, a:focus {
  outline: 0;
  text-decoration: none;
  color: #AE7D32;
}

.link, .btn--uppercase, .section-header__link, .btn-filter, .article__tag {
  font-size: 12px;
  letter-spacing: .05rem;
  text-transform: uppercase;
  font-weight: 600;
}
.link--beginner {
  color: #2D9CDB;
}
.link--beginner:active, .link--beginner:focus, .link--beginner:hover {
  color: #58C3FF;
}
.link--intermediate {
  color: #AE7D32;
}
.link--intermediate:active, .link--intermediate:focus, .link--intermediate:hover {
  color: #CDA76E;
}
.link--advanced {
  color: #B74351;
}
.link--advanced:active, .link--advanced:focus, .link--advanced:hover {
  color: #EA3148;
}
.link--white {
  color: #FFFFFF;
}
.link--white:active, .link--white:focus, .link--white:hover {
  color: #FFFFFF;
  opacity: .7;
}
.link--active {
  color: rgba(255, 255, 255, 0.7);
  cursor: default;
  pointer-events: none;
}
.link--active:active, .link--active:focus, .link--active:hover {
  opacity: 1;
  color: inherit;
}

body {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  font-size: 15px;
  line-height: 1.4;
  color: #222222;
}
@media (min-width: 1024px) {
  body {
    font-size: 16px;
  }
}

h1 {
  font-size: 24px;
  letter-spacing: -0.04rem;
}
@media (min-width: 1024px) {
  h1 {
    font-size: 30px;
  }
}

.h1 {
  font-size: 24px;
  letter-spacing: -0.04rem;
}
@media (min-width: 1024px) {
  .h1 {
    font-size: 30px;
  }
}

h2 {
  font-size: 22px;
  letter-spacing: -0.04rem;
}
@media (min-width: 1024px) {
  h2 {
    font-size: 28px;
  }
}

.h2 {
  font-size: 22px;
  letter-spacing: -0.04rem;
}
@media (min-width: 1024px) {
  .h2 {
    font-size: 28px;
  }
}

h3 {
  font-size: 20px;
  letter-spacing: -0.04rem;
}
@media (min-width: 1024px) {
  h3 {
    font-size: 24px;
  }
}

.h3 {
  font-size: 20px;
  letter-spacing: -0.04rem;
}
@media (min-width: 1024px) {
  .h3 {
    font-size: 24px;
  }
}

h4 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  h4 {
    font-size: 22px;
    letter-spacing: -0.04rem;
  }
}

.h4 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .h4 {
    font-size: 22px;
    letter-spacing: -0.04rem;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  h5 {
    font-size: 20px;
    letter-spacing: -0.03rem;
  }
}

.h5 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .h5 {
    font-size: 20px;
    letter-spacing: -0.03rem;
  }
}

h6 {
  font-size: 15px;
}
@media (min-width: 1024px) {
  h6 {
    font-size: 18px;
    letter-spacing: -0.03rem;
  }
}

.h6 {
  font-size: 15px;
}
@media (min-width: 1024px) {
  .h6 {
    font-size: 18px;
    letter-spacing: -0.03rem;
  }
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  display: block;
  font-weight: 600;
  color: #222222;
  line-height: 1.1;
  margin: 0 0 20px;
}

.heading {
  font-family: "Rye", "Helvetica", "Arial", sans-serif;
  font-weight: 400;
}
@media (min-width: 1024px) {
  .heading {
    letter-spacing: -0.085rem;
  }
}

a h1, a h2, a h3, a h4, a h5, a h6, a .h1, a .h2, a .h3, a .h4, a .h5, a .h6 {
  color: inherit;
}

p,
ul,
ol {
  margin: 0 0 1rem;
}

ul,
ol {
  list-style: none;
  padding: 0;
}

p a {
  text-decoration: underline;
}

.blockquote {
  margin: 0 30px;
  position: relative;
}
.blockquote::before, .blockquote::after {
  font-family: "Helvetica", "Arial", sans-serif;
  position: absolute;
  font-size: 60px;
}
.blockquote::before {
  content: "\201C";
  top: -17px;
  left: -30px;
}
.blockquote::after {
  content: "\201D";
  bottom: -30px;
  right: -30px;
}

.blockquote__quote {
  margin-bottom: 5px;
  font-style: italic;
}

.blockquote__info {
  font-size: .8rem;
  opacity: .7;
}

.nowrap {
  white-space: nowrap;
}

.over-text, .article--rule-full .article__title a,
.article--rule-full .article__title span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.over-text-multiline {
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  line-height: 1rem;
  overflow: hidden;
  max-height: 100%;
}

.text-underline {
  text-decoration: underline;
}

.text-underline-inherit {
  text-decoration: inherit;
}

.font-size-10 {
  font-size: 10px;
}

.font-size-11 {
  font-size: 11px;
}

.font-size-12 {
  font-size: 12px;
}

.font-size-13 {
  font-size: 13px;
}

.font-size-14 {
  font-size: 14px;
}

.font-size-15 {
  font-size: 15px;
}

.font-size-16 {
  font-size: 16px;
}

.font-size-17 {
  font-size: 17px;
}

.font-size-18 {
  font-size: 18px;
}

.font-size-19 {
  font-size: 19px;
}

.font-size-20 {
  font-size: 20px;
}

.font-size-21 {
  font-size: 21px;
}

.font-size-22 {
  font-size: 22px;
}

.font-size-23 {
  font-size: 23px;
}

.font-size-24 {
  font-size: 24px;
}

.font-size-25 {
  font-size: 25px;
}

.font-size-26 {
  font-size: 26px;
}

.font-size-27 {
  font-size: 27px;
}

.font-size-28 {
  font-size: 28px;
}

.font-size-29 {
  font-size: 29px;
}

.font-size-30 {
  font-size: 30px;
}

[class*="font-size-"] p {
  font-size: inherit;
}

.font-w-300 {
  font-weight: 300;
}

.font-w-400 {
  font-weight: 400;
}

.font-w-500 {
  font-weight: 500;
}

.font-w-600 {
  font-weight: 600;
}

.font-w-700 {
  font-weight: 700;
}

.font-family-type-rye {
  font-family: "Rye", "Helvetica", "Arial", sans-serif;
}

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

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

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

.text-justify {
  text-align: justify;
}
.text-justify::after {
  content: '';
  display: inline-block;
  width: 100%;
}

.text-lowercase {
  text-transform: lowercase;
}

.text-uppercase {
  text-transform: uppercase;
}

.text-capitalize {
  text-transform: capitalize;
}

.diams,
.hearts,
.clubs,
.spades {
  border: 1px solid;
  border-radius: 4px;
  font-weight: 600;
  padding: 3px 2px 3px 2px;
  margin: 0px 2px 0px 2px;
  background-color: #FFFFFF;
  line-height: 150%;
}

.clubs,
.spades {
  border-color: black;
  color: black;
}

.diams,
.hearts {
  border-color: red;
  color: red;
}

[class^="bg-color-"],
[class*=" bg-color-"] {
  padding-top: 1px;
  padding-bottom: 1px;
}

.bg-color-black-dark {
  background: #000000;
}

.bg-color-black {
  background: #222222;
}

.bg-color-white {
  background: #FFFFFF;
}

.color-white {
  color: #FFFFFF;
}

.bg-color-golden {
  background: #CDA76E;
}

.bg-color-golden-dark {
  background: #AE7D32;
}

.bg-color-golden-light {
  background: #E5DAC8;
}

.bg-color-red {
  background: #B74351;
}

.color-red {
  color: #B74351;
}

.bg-color-green {
  background: #27AE60;
}

.color-green {
  color: #27AE60;
}

.bg-color-blue {
  background: #2D9CDB;
}

.bg-overlay {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: auto;
}
.bg-overlay--black {
  background: rgba(34, 34, 34, 0.8);
}
.bg-overlay--white {
  background: rgba(255, 255, 255, 0.8);
}

.dark-bg {
  color: #FFFFFF;
}
.dark-bg h1, .dark-bg h2, .dark-bg h3, .dark-bg h4, .dark-bg h5, .dark-bg h6, .dark-bg .h1, .dark-bg .h2, .dark-bg .h3, .dark-bg .h4, .dark-bg .h5, .dark-bg .h6 {
  color: #FFFFFF;
}

.btn, form button,
form input[type="submit"],
form input[type="reset"] {
  display: inline-block;
  width: auto;
  max-width: 100%;
  padding: 9px 15px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
  font-weight: 600;
  line-height: 1;
  border: 0;
  border-radius: 4px;
  transition: 0s ease-out;
  color: #FFFFFF;
  background: #27AE60;
}
.btn:active, form button:active,
form input[type="submit"]:active,
form input[type="reset"]:active, .btn:focus, form button:focus,
form input[type="submit"]:focus,
form input[type="reset"]:focus, .btn:hover, form button:hover,
form input[type="submit"]:hover,
form input[type="reset"]:hover {
  color: #FFFFFF;
  background: #229955;
}

.btn--golden {
  color: #FFFFFF;
  background: #CDA76E;
}
.btn--golden.active, .btn--golden:active, .btn--golden:focus, .btn--golden:hover {
  color: #FFFFFF;
  background: #c69b5b;
}

.btn--uppercase, .section-header__link {
  font-size: 12px;
  padding-top: 7px;
  padding-bottom: 7px;
}

.btn--medium {
  font-size: 18px;
  padding: 10px 20px;
}

.btn--large, .banner-bottom .room-small a {
  font-size: 20px;
  padding: 10px 25px;
}

.btn--extralarge {
  font-size: 22px;
  padding: 10px 25px;
}

.btn--rounded {
  border-radius: 100px;
}

.btn--fullwidth {
  width: 100%;
}

.btn--transparent {
  background: transparent;
  border: 1px solid #FFFFFF;
  color: #FFFFFF;
}
.btn--transparent:active, .btn--transparent:focus, .btn--transparent:hover {
  background: transparent;
  opacity: .7;
}

.btn-filter {
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 0;
}
.btn-filter--beginner {
  background: #2D9CDB;
}
.btn-filter--beginner:active, .btn-filter--beginner:focus, .btn-filter--beginner:hover {
  background: #1A78AE;
}
.btn-filter--intermediate {
  background: #CDA76E;
}
.btn-filter--intermediate:active, .btn-filter--intermediate:focus, .btn-filter--intermediate:hover {
  background: #AE7D32;
}
.btn-filter--advanced {
  background: #B74351;
}
.btn-filter--advanced:active, .btn-filter--advanced:focus, .btn-filter--advanced:hover {
  background: #972735;
}

.media-in-text {
  float: left;
  width: 280px;
  max-width: 50%;
  margin: 0 20px 10px 0;
}
.media-in-text.media-right {
  float: right;
  margin: 0 0 10px 20px;
}

figure figcaption {
  font-size: .8rem;
  line-height: 1.375;
  color: rgba(34, 34, 34, 0.7);
  padding: 6px 0 0;
}

.figure--auto {
  text-align: center;
}
.figure--auto img {
  width: auto;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

hr {
  margin: 20px 0;
  border: 0;
  border-top: 1px solid rgba(34, 34, 34, 0.2);
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "Icons", "Helvetica", "Arial", sans-serif;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search::before {
  content: "\e800";
}

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

.icon-close::before {
  content: "\e802";
}

.icon-error::before {
  content: "\e803";
}

.icon-facebook::before {
  content: "\e804";
}

.icon-instagram::before {
  content: "\e805";
}

.icon-open::before {
  content: "\e806";
}

.icon-spades::before {
  content: "\e808";
}

.icon-tick::before {
  content: "\e809";
}

.icon-twitter::before {
  content: "\e80a";
}

.icon-youtube::before {
  content: "\e80b";
}

.icon-rss::before {
  content: "\e80c";
}

.icon-terms::before {
  content: "\e807";
}

.brand__link {
  transition: opacity 0s;
}
.brand__link:hover, .brand__link:focus, .brand__link:active {
  opacity: .75;
}
.brand__img {
  transition: 0s;
  width: 114px;
}
@media (min-width: 1024px) {
  .brand__img {
    width: 156px;
  }
}

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}

form button,
form input[type="submit"],
form input[type="reset"] {
  display: inline-block;
  min-width: 140px;
  transition: .3s ease-in-out;
}
form button:active, form button:focus, form button:hover,
form input[type="submit"]:active,
form input[type="submit"]:focus,
form input[type="submit"]:hover,
form input[type="reset"]:active,
form input[type="reset"]:focus,
form input[type="reset"]:hover {
  opacity: 0.8;
}
form button[type="reset"],
form input[type="reset"] {
  color: rgba(34, 34, 34, 0.5);
  background: rgba(34, 34, 34, 0.1);
}

.form-group {
  margin: 0 0 20px;
}
.form-group label {
  display: inline-block;
  margin: 0 0 5px;
  line-height: 20px;
  font-size: 14px;
  font-weight: 400;
  color: rgba(34, 34, 34, 0.5);
}
.form-group label a {
  color: inherit;
  text-decoration: underline;
}
.form-group label a:active, .form-group label a:focus, .form-group label a:hover {
  text-decoration: none;
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="password"],
.form-group input[type="number"],
.form-group textarea,
.form-group select {
  display: block;
  width: 100%;
  margin: 0 0 8px;
  padding: 5px 12px;
  border: 2px solid rgba(34, 34, 34, 0.1);
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #222222;
  transition: .3s ease-in-out;
  border-radius: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
}
.form-group input[type="text"]:focus,
.form-group input[type="email"]:focus,
.form-group input[type="tel"]:focus,
.form-group input[type="password"]:focus,
.form-group input[type="number"]:focus,
.form-group textarea:focus,
.form-group select:focus {
  border-color: #222222;
}
.form-group input[type="text"]::-webkit-input-placeholder, .form-group input[type="email"]::-webkit-input-placeholder, .form-group input[type="tel"]::-webkit-input-placeholder, .form-group input[type="password"]::-webkit-input-placeholder, .form-group input[type="number"]::-webkit-input-placeholder, .form-group textarea::-webkit-input-placeholder, .form-group select::-webkit-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.form-group input[type="text"]:-moz-placeholder, .form-group input[type="email"]:-moz-placeholder, .form-group input[type="tel"]:-moz-placeholder, .form-group input[type="password"]:-moz-placeholder, .form-group input[type="number"]:-moz-placeholder, .form-group textarea:-moz-placeholder, .form-group select:-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.form-group input[type="text"]::-moz-placeholder, .form-group input[type="email"]::-moz-placeholder, .form-group input[type="tel"]::-moz-placeholder, .form-group input[type="password"]::-moz-placeholder, .form-group input[type="number"]::-moz-placeholder, .form-group textarea::-moz-placeholder, .form-group select::-moz-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.form-group input[type="text"]:-ms-input-placeholder, .form-group input[type="email"]:-ms-input-placeholder, .form-group input[type="tel"]:-ms-input-placeholder, .form-group input[type="password"]:-ms-input-placeholder, .form-group input[type="number"]:-ms-input-placeholder, .form-group textarea:-ms-input-placeholder, .form-group select:-ms-input-placeholder {
  color: rgba(34, 34, 34, 0.5);
}
.form-group input[type="text"],
.form-group input[type="email"],
.form-group input[type="tel"],
.form-group input[type="password"],
.form-group input[type="number"] {
  border: 0;
  border-bottom: 2px solid rgba(34, 34, 34, 0.1);
  padding: 0 0 3px 0;
}
.form-group select::-ms-expand {
  display: none;
}
.form-group select {
  height: 50px;
  position: relative;
  -moz-appearance: none;
  /* Firefox */
  -webkit-appearance: none;
  /* Safari and Chrome */
  appearance: none;
  padding: 5px 40px 5px 12px;
  background-image: linear-gradient(45deg, transparent 50%, #ccc 50%), linear-gradient(135deg, #ccc 50%, transparent 50%);
  background-position: calc(100% - 19px) 20px, calc(100% - 14px) 20px;
  background-size: 7px 6px, 5px 6px;
  background-repeat: no-repeat;
}
.form-group select:focus {
  background-image: linear-gradient(45deg, transparent 50%, #222222 50%), linear-gradient(135deg, #222222 50%, transparent 50%);
}
.form-group textarea {
  min-height: 110px;
  padding: 13px 12px;
  resize: vertical;
}

.form-group--error input[type="text"],
.form-group--error input[type="email"],
.form-group--error input[type="tel"],
.form-group--error input[type="password"],
.form-group--error input[type="number"],
.form-group--error textarea,
.form-group--error select {
  border-color: #B74351;
  color: #B74351;
}
.form-group--error .error-message {
  display: block;
}

.error-message {
  display: none;
  color: #B74351;
  font-size: 12px;
}

.fieldset-checkbox__label {
  margin-bottom: 20px;
  display: block;
}

.checkbox {
  position: relative;
}
.checkbox input {
  position: absolute;
  opacity: 0;
}
.checkbox input:checked ~ label {
  color: #555;
}
.checkbox input:checked ~ label::before {
  display: block;
}
.checkbox input:checked ~ .check {
  border-color: #222222;
}
.checkbox label {
  display: inline-block;
  position: relative;
  padding-left: 24px;
  line-height: 22px;
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 10px;
  cursor: pointer;
  z-index: 8;
}
.checkbox label::before {
  content: '';
  position: absolute;
  z-index: 1;
  display: none;
  top: 4px;
  left: 5px;
  width: 5px;
  height: 9px;
  border-left: 2px solid #222222;
  border-top: 2px solid #222222;
  transform: rotate(-135deg);
}
.checkbox--legal label {
  font-size: 12px;
}
.checkbox .check {
  transition: border 0.25s linear;
  top: 3px;
  right: auto;
  bottom: auto;
  left: 0;
  position: absolute;
  display: block;
  border: 2px solid rgba(34, 34, 34, 0.7);
  height: 15px;
  width: 15px;
  z-index: 6;
}

.ol-default {
  padding-left: 5px;
  counter-reset: item;
  margin-bottom: 20px;
}
.ol-default > li {
  position: relative;
  list-style-type: none;
  counter-increment: item;
  margin-bottom: 5px;
}
.ol-default > li::before {
  display: inline-block;
  width: 25px;
  padding-right: 10px;
  text-align: right;
  content: counter(item,decimal-leading-zero) ".";
  font-size: 14px;
  font-weight: 600;
  color: #AE7D32;
}
.ol-default .ul-default li {
  text-indent: 0;
}
.ul-default .ol-default, .ol-default .ol-default {
  margin-top: 10px;
}

.ul-default {
  padding-left: 25px;
  margin-bottom: 20px;
  list-style-image: url("../images/icons/spades.svg");
}
.ul-default .ul-default, .ol-default .ul-default {
  margin-top: 10px;
}
.ul-default li {
  margin-bottom: 5px;
}

.adv {
  display: flex;
  justify-content: center;
}
.adv__container {
  text-align: center;
  display: inline-block;
  line-height: 0;
}
.adv img {
  width: auto;
  height: auto;
}

.section-header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  margin-bottom: 20px;
  color: #FFFFFF;
}
.section-header__container {
  border-bottom: 2px solid #FFFFFF;
  margin-bottom: 2px;
  padding-bottom: 6px;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.section-header__link {
  margin-left: 15px;
  white-space: nowrap;
  padding: 0;
}
.section-header__link::after {
  font-family: "Icons", "Helvetica", "Arial", sans-serif;
  content: "\e801";
  font-weight: 400;
  font-size: 7px;
  display: inline-block;
  vertical-align: 2px;
  margin-left: 8px;
}
.section-header .heading {
  color: #FFFFFF;
  margin-bottom: 0;
}

.section-header--black {
  color: #222222;
  border-color: #222222;
}
.section-header--black .section-header__container {
  border-color: #222222;
}
.section-header--black .heading {
  color: #222222;
}

.cookies-banner {
  position: fixed;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 99999;
  color: #FFFFFF;
  background: #222222;
  font-size: .875rem;
  max-height: 100%;
  border-top: 1px solid rgba(255, 255, 255, 0.1);
}
.cookies-banner.hidden {
  pointer-events: none;
  bottom: -250px;
  opacity: 0;
}
.cookies-banner .container {
  padding-top: 15px;
  padding-bottom: 15px;
  position: relative;
  max-width: 1350px;
}
.cookies-banner p {
  font-size: 13px;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .cookies-banner p {
    font-size: 15px;
  }
}
.cookies-banner p a {
  color: #FFFFFF;
}
.cookies-banner__footer {
  display: flex;
}
.cookies-banner__footer .btn, .cookies-banner__footer form button, form .cookies-banner__footer button,
.cookies-banner__footer form input[type="submit"],
form .cookies-banner__footer input[type="submit"],
.cookies-banner__footer form input[type="reset"],
form .cookies-banner__footer input[type="reset"] {
  margin-right: 10px;
  display: flex;
  align-items: center;
}

.article {
  border-radius: 4px;
  overflow: hidden;
  background: rgba(34, 34, 34, 0.8);
  color: rgba(255, 255, 255, 0.7);
  height: 100%;
}
.article__media {
  display: block;
}
.article__media:active, .article__media:focus, .article__media:hover {
  opacity: .7;
}
.article img {
  height: 168px;
  width: 100%;
  object-fit: cover;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .article img {
    object-fit: none;
    width: 100%;
    height: auto;
  }
}
.article__body {
  position: relative;
  padding: 10px 15px 15px;
}
.article__info {
  font-size: 12px;
  margin-bottom: 3px;
}
.article__tags {
  margin-bottom: 5px;
}
.article__tag {
  margin-right: 10px;
}
.article__tag--beginner {
  color: #2D9CDB;
}
.article__tag--intermediate {
  color: #AE7D32;
}
.article__tag--advanced {
  color: #B74351;
}
.article a.article__tag--beginner:hover, .article a.article__tag--beginner:active, .article a.article__tag--beginner:focus {
  color: #58C3FF;
}
.article a.article__tag--intermediate:hover, .article a.article__tag--intermediate:active, .article a.article__tag--intermediate:focus {
  color: #CDA76E;
}
.article a.article__tag--advanced:hover, .article a.article__tag--advanced:active, .article a.article__tag--advanced:focus {
  color: #EA3148;
}
.article__title {
  font-size: 17px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: -0.02rem;
  margin-bottom: 0;
}
.article__title:first-child {
  margin-top: 5px;
}
@media (min-width: 768px) {
  .col-sm-6 .article__title, .col-md-6 .article__title {
    font-size: 19px;
    line-height: 22px;
  }
}
.article__title a:active, .article__title a:focus, .article__title a:hover {
  color: #CDA76E;
  opacity: .7;
}
.article__subtitle {
  font-size: 16px;
  line-height: 22px;
  font-weight: 600;
  margin-bottom: 0;
  letter-spacing: -0.01rem;
}
.article__subtitle,
.article__subtitle a {
  color: #FFFFFF;
}
.article__subtitle:active, .article__subtitle:focus, .article__subtitle:hover {
  opacity: .7;
}
.article__summary {
  font-size: 15px;
  line-height: 18px;
  margin: 8px 0 0;
}
.article--rule-full {
  text-align: center;
}
.article--rule-full .article__title {
  font-family: "Rye", "Helvetica", "Arial", sans-serif;
  font-size: 20px;
  letter-spacing: -0.05rem;
  background: #CDA76E;
  border-radius: 4px;
  width: calc(100% - 80px);
  position: absolute;
  top: -20px;
  left: 40px;
  margin-top: 0;
  height: 44px;
  color: #FFFFFF;
  padding: 11px 20px;
}
.article--rule-full .article__title::before {
  content: url("../images/badge-left.svg");
  position: absolute;
  left: -27px;
  bottom: -14px;
}
.article--rule-full .article__title::after {
  content: url("../images/badge-right.svg");
  position: absolute;
  right: -27px;
  bottom: -14px;
}
.article--rule-full .article__title a,
.article--rule-full .article__title span {
  color: #FFFFFF;
  display: inline-block;
  width: 100%;
  height: 100%;
}
.article--rule-full .article__body {
  padding-top: 42px;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .col-md-12 > .article img {
    height: 30vw;
  }
}
@media screen and (min-width: 768px) and (max-width: 1279.98px) and (-ms-high-contrast: active), (min-width: 768px) and (max-width: 1279.98px) and (-ms-high-contrast: none) {
  .col-md-12 > .article img {
    height: auto;
  }
}

@media (max-width: 767.98px) {
  .col-xs-12 > .article img {
    height: 40vw;
  }
}
@media screen and (max-width: 767.98px) and (-ms-high-contrast: active), (max-width: 767.98px) and (-ms-high-contrast: none) {
  .col-xs-12 > .article img {
    height: auto;
  }
}

.pagination {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  background: rgba(34, 34, 34, 0.8);
  padding: 1px 0;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 14px;
}
@media (min-width: 768px) {
  .pagination {
    padding: 1px 10px;
  }
}
.pagination__info {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
@media (min-width: 768px) {
  .pagination__info {
    width: auto;
  }
  .pagination__info .pagination__item {
    display: none;
  }
}
.pagination__info .pagination__item:last-of-type {
  border-left: 1px solid rgba(196, 196, 196, 0.2);
}
.pagination__page {
  font-size: 13px;
}
.pagination__list {
  display: none;
  margin: 0;
}
@media (min-width: 768px) {
  .pagination__list {
    display: flex;
    align-items: baseline;
  }
}
.pagination__item {
  font-weight: 600;
  position: relative;
  border-right: 1px solid rgba(196, 196, 196, 0.2);
}
.pagination__item:last-of-type {
  border-right: 0;
}
.pagination__item--current {
  color: #FFFFFF;
}
.pagination a,
.pagination span {
  color: rgba(255, 255, 255, 0.7);
  padding: 5px 12px;
  display: block;
}
.pagination a:active, .pagination a:focus, .pagination a:hover {
  opacity: .7;
}
.pagination .pagination__item--current a {
  color: #FFFFFF;
  pointer-events: none;
  cursor: default;
}
.pagination .pagination__item--current a:active, .pagination .pagination__item--current a:focus, .pagination .pagination__item--current a:hover {
  opacity: 1;
}

.index {
  background: #E5DAC8;
  padding: 20px;
  border-radius: 4px;
}
.index__header {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.index__title {
  margin-right: 10px;
}
.index__btn {
  font-size: 14px;
  color: #222222;
  transition: none;
}
.index__btn:active, .index__btn:focus, .index__btn:hover {
  color: #222222;
}
.index__btn span::before {
  content: "Mostrar";
  color: #AE7D32;
}
.index__btn.collapse {
  display: block;
}
.index__btn.show span::before {
  content: "Ocultar";
}
.index__list {
  margin: 0;
}
.index__list .index__list {
  padding-left: 15px;
}
.index > .index__list > .index__item:first-child {
  margin-top: 15px;
}
.index__item {
  margin-top: 5px;
}
.index__link {
  color: #AE7D32;
  display: block;
}
.index__link:active, .index__link:focus, .index__link:hover {
  color: #222222;
}

.filters-nav {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  background: rgba(34, 34, 34, 0.8);
  padding: 6px 10px;
  border-radius: 4px;
  color: rgba(255, 255, 255, 0.7);
}
.filters-nav span {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  margin-right: 10px;
  display: block;
}
.filters-nav__list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0;
}
.filters-nav__item {
  margin-right: 10px;
}

.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  background: rgba(34, 34, 34, 0.8);
  padding: 6px 10px;
  border-radius: 4px;
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  margin: 0;
}
.breadcrumbs__item {
  margin-right: 10px;
  font-family: "Roboto-Condensed", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
}
.breadcrumbs__item::after {
  content: "\003e";
  color: rgba(255, 255, 255, 0.7);
  margin-left: 5px;
}
.breadcrumbs__item:last-of-type::after {
  display: none;
}
.breadcrumbs__link {
  color: #FFFFFF;
}
.breadcrumbs__link:active, .breadcrumbs__link:focus, .breadcrumbs__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.breadcrumbs__link--active {
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  pointer-events: none;
}

.navbar-toggler {
  width: 40px;
  height: 30px;
  position: relative;
  margin: 0;
  padding: 8px;
  border: 0;
}
.navbar-toggler .icon-bar {
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 1px;
  background: #FFFFFF;
  transition: transform 0s;
}
@media (min-width: 1024px) {
  .navbar-toggler .icon-bar {
    width: 18px;
    transition: none;
  }
}
.navbar-toggler .icon-bar:first-child {
  width: 20px;
  margin-left: 6px;
}
.navbar-toggler .icon-bar + .icon-bar {
  margin-top: 5px;
}
@media (min-width: 1024px) {
  .navbar-toggler .icon-bar + .icon-bar {
    margin-top: 3px;
  }
}
.navbar-toggler.closer .icon-bar {
  position: absolute;
  top: 50%;
  right: 9px;
  margin: -2px 0 0;
}
.navbar-toggler.closer .icon-bar:nth-of-type(1) {
  transform: rotateZ(45deg);
  width: 26px;
}
.navbar-toggler.closer .icon-bar:nth-of-type(2) {
  transform: rotateZ(-45deg);
}
.navbar-toggler.closer .icon-bar:nth-of-type(3) {
  display: none;
}

.social-links {
  display: flex;
}
.social-links__item {
  margin-right: 10px;
  text-align: center;
}
.social-links__item:last-of-type {
  margin-right: 0;
}
.social-links__link {
  font-size: 30px;
  position: relative;
  color: #909090;
}
.social-links__link::after {
  content: "";
  background: #FFFFFF;
  position: absolute;
  width: 28px;
  height: 28px;
  border-radius: 100px;
  top: 4px;
  left: 1px;
  z-index: 0;
}
.social-links__link i {
  position: relative;
  z-index: 2;
}
.social-links__link--facebook:active, .social-links__link--facebook:focus, .social-links__link--facebook:hover {
  color: #3B5998;
}
.social-links__link--twitter:active, .social-links__link--twitter:focus, .social-links__link--twitter:hover {
  color: #55ACEE;
}
.social-links__link--youtube:active, .social-links__link--youtube:focus, .social-links__link--youtube:hover {
  color: #F30001;
}
.social-links__link--instagram:active, .social-links__link--instagram:focus, .social-links__link--instagram:hover {
  color: #000000;
}
.social-links__link--rss:active, .social-links__link--rss:focus, .social-links__link--rss:hover {
  color: #E36F2D;
}

.table-wrap {
  overflow: auto;
}

table {
  width: auto;
  min-width: 100%;
  text-align: left;
}
table td,
table th {
  padding: 10px 15px;
  line-height: 1.25;
}
@media (min-width: 768px) {
  table td,
  table th {
    padding: 12px 15px;
  }
}
table td:last-of-type,
table th:last-of-type {
  border: 0;
}
table caption {
  padding: 10px;
  font-weight: 700;
  text-align: center;
}
table thead {
  font-weight: 400;
  color: #FFFFFF;
  background: rgba(34, 34, 34, 0.8);
}
table tbody tr {
  background: #FFFFFF;
  border-bottom: 1px solid rgba(34, 34, 34, 0.1);
}
table tbody tr:active, table tbody tr:focus, table tbody tr:hover {
  background: #ededed;
}
table tbody tr:nth-of-type(2n) {
  background: rgba(34, 34, 34, 0.03);
}
table tbody tr:nth-of-type(2n):active, table tbody tr:nth-of-type(2n):focus, table tbody tr:nth-of-type(2n):hover {
  background: #ededed;
}
table tfoot {
  color: #222222;
  background: #222222;
}
table img {
  width: auto;
  vertical-align: middle;
}
table .icon-tick,
table .icon-error {
  vertical-align: 2px;
  margin-right: 3px;
}
table .icon-tick {
  color: #27AE60;
  font-size: .875rem;
}
table .icon-error {
  color: #B74351;
  font-size: .75rem;
}

.search-form {
  padding: 15px;
  background: #222222;
}
@media (min-width: 1024px) {
  .search-form {
    padding: 20px;
  }
}
.search-form button,
.search-form input[type="submit"] {
  min-width: 0;
  background: transparent;
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 20px;
  font-size: 19px;
  border-radius: 100px;
}
.search-form button:active, .search-form button:focus, .search-form button:hover,
.search-form input[type="submit"]:active,
.search-form input[type="submit"]:focus,
.search-form input[type="submit"]:hover {
  background: transparent;
  opacity: .7;
}
.search-form__group {
  position: relative;
}

.input-search {
  width: 100%;
  border-radius: 50px;
  border: 0;
  background: rgba(255, 255, 255, 0.2);
  height: 40px;
  color: #FFFFFF;
  font-size: 14px;
  padding: 11px 60px 11px 20px;
}
.input-search::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.input-search:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.input-search::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}
.input-search:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

.selected-list ul {
  padding-left: 16px;
  margin-top: 20px;
}
.selected-list li {
  margin-bottom: 15px;
  line-height: 18px;
  font-size: 15px;
}
.selected-list a {
  transition: 0s;
  color: #FFFFFF;
}
.selected-list a:active, .selected-list a:focus, .selected-list a:hover {
  color: #CDA76E;
}

.strategies-list .btn-filter {
  margin-bottom: 10px;
}
.strategies-list ul {
  padding-left: 16px;
}
.strategies-list li {
  margin-bottom: 10px;
  line-height: 18px;
  font-size: 15px;
}
.strategies-list li a:active, .strategies-list li a:focus, .strategies-list li a:hover {
  color: #CDA76E;
}
.strategies-list a {
  transition: 0s;
  color: #FFFFFF;
}


.box-adv-footer {
 background: rgba(0, 0, 0, 0.2);
 border-radius:5px;
 padding:20px 10px 0;
 margin-top:20px;
}

.adv-info-footer {
    font-size: 10px;
    line-height: 1;
    padding: 0;
    color: rgba(255, 255, 255, 0.4);
	text-align:center;	
}

.adv-info-center {
    font-size: 10px;
    line-height: 1;
    padding: 0;
    color: rgba(255, 255, 255, 0.7);
	text-align:center;
	margin-bottom: 4px;
}

.adv-info-left {
    font-size: 10px;
    line-height: 1;
    padding: 0 0 0 5px;
    color: rgba(255, 255, 255, 0.7);
	text-align:left;
	margin-bottom: 4px;
}

.room-header-adv-info {
   color:#000;
   opacity:0.7;   
   font-size:10px;
   background: rgba(255, 255, 255, 0.9);
   padding:0 10px;
   border-radius:5px;
   margin-bottom:5px;
}

.break {
flex-basis:100%;
height:0;
}

.room-terms {
  font-size: 10px;
  padding: 0;
  color: rgba(255, 255, 255, 0.7);
  text-align: left;
}
/*
.room-terms:active, .room-terms:focus, .room-terms:hover {
  color: #FFFFFF;
}
*/
.room-terms .icon-terms {
  margin-left: 3px;
}

.rating__text {
  color: rgba(255, 255, 255, 0.7);
}
.rating__rate {
  color: #FFFFFF;
  font-weight: 600;
  position: relative;
  padding-left: 31px;
  font-size: 20px;
}
.rating__rate::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 3px;
  width: 23px;
  height: 23px;
  background: url("../images/icons/star.png") no-repeat center center;
}

.room-small {
  border: 1px solid rgba(205, 167, 110, 0.3);
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  position: relative;
}
.room-small__link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  color: #FFFFFF;
  padding: 10px;
  height: auto;
  min-height: 78px;
}
.room-small__link:active, .room-small__link:focus, .room-small__link:hover {
  color: rgba(255, 255, 255, 0.7);
}
.room-small__link:active .room-small__name,
.room-small__link:active .room-small__icon, .room-small__link:focus .room-small__name,
.room-small__link:focus .room-small__icon, .room-small__link:hover .room-small__name,
.room-small__link:hover .room-small__icon {
  opacity: .7;
}
.room-small__link:active .btn, .room-small__link:active form button, form .room-small__link:active button,
.room-small__link:active form input[type="submit"],
form .room-small__link:active input[type="submit"],
.room-small__link:active form input[type="reset"],
form .room-small__link:active input[type="reset"], .room-small__link:focus .btn, .room-small__link:focus form button, form .room-small__link:focus button,
.room-small__link:focus form input[type="submit"],
form .room-small__link:focus input[type="submit"],
.room-small__link:focus form input[type="reset"],
form .room-small__link:focus input[type="reset"], .room-small__link:hover .btn, .room-small__link:hover form button, form .room-small__link:hover button,
.room-small__link:hover form input[type="submit"],
form .room-small__link:hover input[type="submit"],
.room-small__link:hover form input[type="reset"],
form .room-small__link:hover input[type="reset"] {
  background: #229955;
}
.room-small__icon {
  transition: 0s ease-in-out;
  display: flex;
  align-items: center;
}
.room-small__name {
  font-weight: 600;
  font-size: 16px;
  letter-spacing: 0;
  line-height: 19px;
  margin-bottom: 5px;
}
.room-small__name,
.room-small__name a {
  color: #FFFFFF;
  transition: 0s ease-in-out;
}
.room-small__offer {
  display: block;
  font-size: 15px;
  line-height: 14px;
}
.room-small__header {
  display: flex;
  justify-content: space-between;
  align-self: stretch;
}
.room-small__footer {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.room-small__footer a {
  display: block;
}
.room-small__legend {
  color: rgba(255, 255, 255, 0.7);
  display: block;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .room-small--simple .room-small__link {
    flex-wrap: wrap;
    padding: 10px 10px 60px;
  }
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .room-small--simple .room-small__header {
    width: 100%;
    align-items: flex-start;
  }
}
.room-small--simple .room-small__offer {
  margin-bottom: 15px;
}
.room-small--simple .room-small__icon {
  width: 48px;
}
.room-small--simple .room-small__info {
  align-self: flex-start;
  width: auto;
  max-width: calc(100% - 63px);
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .room-small--simple .room-small__info {
    width: calc(100% - 63px);
  }
}
.room-small--simple .room-terms {
  position: absolute;
  bottom: 7px;
  left: 73px;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .room-small--simple .room-terms {
    bottom: 53px;
  }
}
.room-small--simple .room-small__icon {
  margin-right: 15px;
}
@media (min-width: 768px) and (max-width: 1279.98px) {
  .room-small--simple .btn, .room-small--simple form button, form .room-small--simple button,
  .room-small--simple form input[type="submit"],
  form .room-small--simple input[type="submit"],
  .room-small--simple form input[type="reset"],
  form .room-small--simple input[type="reset"] {
    width: calc(100% - 20px);
    bottom: 10px;
    position: absolute;
    left: 0;
  }
}
.room-small--extended {
  padding: 10px;
  margin-bottom: 3px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .room-small--extended {
    display: flex;
    width: 100%;
    justify-content: space-between;
  }
}
.room-small--extended .room-small__header {
  margin-bottom: 5px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .room-small--extended .room-small__header {
    width: 45%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .room-small--extended .room-small__footer {
    width: 40%;
    align-items: center;
  }
}
.room-small--extended .room-small__icon:active, .room-small--extended .room-small__icon:focus, .room-small--extended .room-small__icon:hover,
.room-small--extended .room-small__name:active,
.room-small--extended .room-small__name:focus,
.room-small--extended .room-small__name:hover {
  opacity: .7;
}
.room-small--extended .room-small__icon {
  width: 36px;
  height: 36px;
  margin-right: 10px;
}
.room-small--extended .room-small__offer {
  color: #FFFFFF;
}
.room-small--extended .room-small__info {
  width: calc(100% - 116px);
}
.room-small--extended .rating {
  width: 60px;
  margin-left: 10px;
}
.room-small--extended .room-small__legend {
  font-size: 12px;
  margin-bottom: -3px;
}
.room-small--extended .room__review-link {
  font-size: 11px;
  text-align: right;
  margin-top: 6px;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .room-small--extended .room__review-link {
    position: absolute;
    bottom: 10px;
    left: 45%;
    transform: translateX(-65px);
  }
}
.room-small--extended .room__review-link:active, .room-small--extended .room__review-link:focus, .room-small--extended .room__review-link:hover {
  color: #CDA76E;
  text-decoration: underline;
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .room-small--extended .room-terms {
    margin-top: 10px;
  }
}
.room-small .btn, .room-small form button, form .room-small button,
.room-small form input[type="submit"],
form .room-small input[type="submit"],
.room-small form input[type="reset"],
form .room-small input[type="reset"] {
  white-space: nowrap;
  margin-left: 10px;
}

.room-large {
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
  text-align: center;
  padding-bottom: 30px;
  border: 1px solid rgba(205, 167, 110, 0.3);
}
.room-large__header {
  padding: 17px 15px;
  position: relative;
}
.room-large__header::after {
  content: "";
  left: calc(50% - 40px);
  position: absolute;
  bottom: 0;
  width: 80px;
  height: 2px;
  display: block;
  background: rgba(255, 255, 255, 0.2);
}
.room-large__logo {
  display: block;
  background: rgba(0, 0, 0, 0.34);
  padding: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.room-large__logo:active img, .room-large__logo:focus img, .room-large__logo:hover img {
  opacity: .7;
}
.room-large__logo img {
  object-fit: contain;
  height: 60px;
  width: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .room-large__logo img {
    object-fit: none;
    width: auto;
  }
}
.room-large__name {
  margin-bottom: 11px;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0;
}
.room-large__name a:active, .room-large__name a:focus, .room-large__name a:hover {
  color: #CDA76E;
  opacity: .8;
}
.room-large__offer {
  display: block;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 3px;
}
@media (min-width: 1024px) {
  .room-large__offer {
    font-size: 20px;
  }
}
.room-large__legend {
  display: block;
  color: rgba(255, 255, 255, 0.7);
  font-size: 16px;
}
.room-large__info {
  padding: 12px 15px 15px;
}
.room-large .rating {
  display: flex;
  align-items: baseline;
  justify-content: center;
}
.room-large .rating__text {
  font-size: 14px;
  margin-right: 7px;
}
.room-large .rating__rate {
  font-size: 16px;
  padding-left: 25px;
}
.room-large .rating__rate::before {
  width: 18px;
  height: 18px;
  background-size: 18px auto;
}
.room-large--horizontal {
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .room-large--horizontal {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 0;
    padding-right: 20px;
    text-align: left;
  }
}
@media (min-width: 768px) {
  .room-large--horizontal .room-large__content {
    min-width: calc(100% - 404px);
  }
}
@media (min-width: 1024px) {
  .room-large--horizontal .room-large__content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    min-width: calc(100% - 404px);
    width: auto;
  }
}
@media (min-width: 1024px) {
  .room-large--horizontal .room-large__header {
    align-self: stretch;
    width: 50%;
  }
}
@media (min-width: 768px) {
  .room-large--horizontal .room-large__header::after {
    left: 15px;
  }
}
@media (min-width: 1024px) {
  .room-large--horizontal .room-large__header::after {
    left: auto;
    bottom: auto;
    right: 0;
    position: absolute;
    top: 15px;
    width: 2px;
    height: calc(100% - 30px);
  }
}
@media (min-width: 1024px) {
  .room-large--horizontal .room-large__info {
    /*align-self: stretch;*/
    width: 50%;
    padding-left: 30px;
  }
}
@media (min-width: 768px) {
  .room-large--horizontal .room-large__logo {
    max-width: 246px;
    width: 35%;
    align-self: stretch;
  }
}
@media (min-width: 768px) {
  .room-large--horizontal .rating {
    display: block;
  }
}
.room-large--vertical {
  margin-bottom: 20px;
}
.room-large--vertical .room-large__content {
  justify-content: space-around;
}
@media (min-width: 768px) {
  .room-large--vertical .room-large__content {
    display: flex;
  }
}
@media (min-width: 1024px) {
  .room-large--vertical .room-large__content {
    display: block;
  }
}
@media (min-width: 768px) {
  .room-large--vertical .room-large__header,
  .room-large--vertical .room-large__info {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .room-large--vertical .room-large__header,
  .room-large--vertical .room-large__info {
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 1023.98px) {
  .room-large--vertical .room-large__header::after {
    width: 2px;
    height: auto;
    left: 100%;
    top: 15px;
    bottom: 20px;
  }
}

.championship {
  border-radius: 4px;
  background: rgba(34, 34, 34, 0.8);
  overflow: hidden;
  display: flex;
  flex-wrap: wrap;
}
.championship a {
  transition: 0s;
}
.championship a:active, .championship a:focus, .championship a:hover {
  opacity: .8;
}
.championship__logo {
  background: #000000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 110px;
}
.championship__logo--white {
  background: #FFFFFF;
}
@media (min-width: 768px) {
  .championship__logo {
    width: 23%;
  }
}
.championship img {
  width: auto;
  margin: 10px;
  max-width: calc(100% - 20px);
}
.championship__content {
  width: 100%;
  padding: 20px;
  color: rgba(255, 255, 255, 0.7);
}
@media (min-width: 768px) {
  .championship__content {
    width: 77%;
  }
}
.championship__title {
  font-size: 18px;
  margin-bottom: 10px;
}
.championship__title,
.championship__title a {
  color: #FFFFFF;
}
.championship p {
  font-size: 15px;
}
.championship p:last-child {
  margin-bottom: 0;
}

.hand {
  border-radius: 4px;
  background: rgba(34, 34, 34, 0.8);
  padding: 20px 20px 30px;
  overflow: hidden;
  height: 100%;
  position: relative;
}
.hand a {
  color: #CDA76E;
  text-decoration: underline;
}
.hand a:active, .hand a:focus, .hand a:hover {
  text-decoration: none;
}
.hand img {
  width: auto;
}
.hand__logo {
  margin: 0 10px;
}
.hand__logo img {
  width: 70px;
  height: 60px;
  object-fit: contain;
  padding: 6px;
  border-radius: 2px;
  border: 1px solid #FFFFFF;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .hand__logo img {
    object-fit: none;
    width: auto;
  }
}
.hand__header {
  border-radius: 4px;
  padding: 20px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFFFFF;
  display: flex;
  align-items: baseline;
  flex-wrap: wrap;
  justify-content: space-around;
  margin-bottom: 20px;
}
.hand__cards {
  margin: 0 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hand__cards span {
  font-size: 12px;
  margin: 0 10px;
  text-transform: uppercase;
}
.hand__subtitle {
  color: #FFFFFF;
  margin-bottom: 5px;
}
.hand__title {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.hand p {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
}
.hand__link {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.player {
  border-radius: 4px;
  background: rgba(34, 34, 34, 0.8);
  padding: 20px;
}
.player a {
  text-decoration: underline;
}
.player a:active, .player a:focus, .player a:hover {
  text-decoration: none;
}
.player__header {
  margin-bottom: 10px;
}
.player__title {
  font-size: 19px;
  letter-spacing: 0;
  margin-bottom: 10px;
  color: #FFFFFF;
}
.player__subtitle {
  color: rgba(255, 255, 255, 0.7);
  letter-spacing: 0;
  font-size: 15px;
  font-weight: 400;
  font-style: italic;
}
.player__body {
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .player__body {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 30px;
  }
}
.player__img {
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .player__img {
    display: flex;
    width: 180px;
    margin-right: 20px;
    margin-bottom: 0;
  }
}
@media (min-width: 768px) {
  .player__img img {
    object-fit: cover;
    height: 230px;
    width: 180px;
  }
}
@media screen and (min-width: 768px) and (-ms-high-contrast: active), (min-width: 768px) and (-ms-high-contrast: none) {
  .player__img img {
    object-fit: none;
    width: auto;
  }
}

.player__description {
  border-top: 2px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 768px) {
  .player__description {
    width: calc(100% - 200px);
  }
}
.player__detail {
  color: rgba(255, 255, 255, 0.7);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  padding: 7px 0;
}
.player p {
  color: rgba(255, 255, 255, 0.7);
}

.wood-block {
  position: relative;
  padding: 31px 0;
  width: calc(100% + 30px);
  margin-left: -15px;
}
@media (min-width: 768px) {
  .wood-block {
    width: 100%;
    margin-left: 0;
  }
}
.wood-block__container {
  padding: 15px;
  background: url("../images/wood1.jpg");
  box-shadow: 0px 40px 20px rgba(0, 0, 0, 0.5);
}
@media (min-width: 1024px) {
  .wood-block__container {
    padding: 20px;
  }
}
.wood-block__container::after, .wood-block__container::before {
  content: "";
  width: 100%;
  height: 31px;
  background: url("../images/bullets.png") repeat-x;
  background-size: auto 31px;
  position: absolute;
}
.wood-block__container::after {
  transform: rotate(180deg);
  top: 0;
  left: 0;
}
.wood-block__container::before {
  bottom: 0;
  left: 0;
}
.wood-block__content {
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.8);
  padding: 15px;
}
@media (min-width: 1024px) {
  .wood-block__content {
    padding: 20px;
  }
}
.wood-block__content > p:last-child {
  margin-bottom: 0;
}

.color-block {
  border-radius: 4px;
  padding: 15px;
}
@media (min-width: 1024px) {
  .color-block {
    padding: 20px;
  }
}
.color-block p:last-child {
  margin-bottom: 0;
}

.highlight-block {
  position: relative;
}
.row > * > .highlight-block {
  height: 100%;
}
.row > * > .highlight-block .highlight-block__container {
  height: 100%;
  padding: 46px 15px 26px;
}
@media (min-width: 1024px) {
  .row > * > .highlight-block .highlight-block__container {
    padding: 51px 20px 31px;
  }
}
.highlight-block__container {
  padding: 46px 15px;
  background: #E5DAC8;
}
@media (min-width: 1024px) {
  .highlight-block__container {
    padding: 51px 20px;
  }
}
.highlight-block__container::after, .highlight-block__container::before {
  content: "";
  width: 100%;
  height: 31px;
  background: url("../images/bullets.png") repeat-x;
  background-size: auto 31px;
  position: absolute;
}
.highlight-block__container::after {
  transform: rotate(180deg);
  top: 0;
  left: 0;
}
.highlight-block__container::before {
  bottom: 0;
  left: 0;
}
@media (max-width: 1279.98px) {
  .highlight-block .heading {
    font-size: 18px;
    letter-spacing: -.05rem;
  }
}
.highlight-block .section-header {
  padding-top: 0;
}
.highlight-block .section-header .heading {
  color: #222222;
}
.highlight-block .section-header,
.highlight-block .section-header__container {
  border-color: #222222;
}
.highlight-block .section-header__link {
  color: #AE7D32;
}
.highlight-block .section-header__link:hover {
  color: #8e6629;
}

.highlight-hands .hand__header {
  background: #222222;
  padding: 0 20px;
  justify-content: center;
}
.highlight-hands .hand__logo {
  display: flex;
  justify-content: center;
  width: 40%;
  margin: 10px;
}
.highlight-hands .hand__logo img {
  max-width: 110px;
  width: 70%;
  height: auto;
  border-color: rgba(255, 255, 255, 0.3);
  border-radius: 4px;
}
.highlight-hands .hand__title, .highlight-hands .hand__subtitle {
  color: #222222;
}
.highlight-hands .hand__link {
  display: block;
  margin-top: 20px;
  color: #AE7D32;
  text-decoration: underline;
  position: static;
}
.highlight-hands .hand__link:active, .highlight-hands .hand__link:focus, .highlight-hands .hand__link:hover {
  text-decoration: none;
}
.highlight-hands .hand__cards {
  width: 40%;
  align-self: stretch;
  align-items: flex-end;
}
.highlight-hands .hand__cards img {
  width: 180px;
}
.highlight-hands p {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
}
.highlight-hands p:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 768px) {
  .highlight-player {
    display: flex;
    flex-wrap: wrap;
  }
}
.highlight-player img {
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-radius: 4px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .highlight-player img {
    object-fit: none;
    width: auto;
  }
}
@media (min-width: 768px) {
  .highlight-player img {
    height: 260px;
  }
}
.highlight-player .player__img {
  width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .highlight-player .player__img {
    width: 43%;
    margin: 0;
  }
}
.highlight-player .player__description {
  width: 100%;
  border-top: 0;
}
@media (min-width: 768px) {
  .highlight-player .player__description {
    width: 57%;
    padding-left: 20px;
  }
}
.highlight-player .player__title {
  color: #222222;
  font-size: 16px;
  margin-bottom: 5px;
}
.highlight-player .player__subtitle {
  color: rgba(34, 34, 34, 0.7);
  font-size: 14px;
  margin-bottom: 15px;
}
.highlight-player .player__detail {
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
  border-top: 2px solid rgba(255, 255, 255, 0.7);
  border-bottom: 0;
  padding: 5px 0;
}
.highlight-player .link, .highlight-player .btn--uppercase, .highlight-player .section-header__link, .highlight-player .btn-filter, .highlight-player .article__tag {
  display: block;
  margin-top: 20px;
  color: #AE7D32;
  text-decoration: underline;
}
.highlight-player .link:active, .highlight-player .btn--uppercase:active, .highlight-player .section-header__link:active, .highlight-player .btn-filter:active, .highlight-player .article__tag:active, .highlight-player .link:focus, .highlight-player .btn--uppercase:focus, .highlight-player .section-header__link:focus, .highlight-player .btn-filter:focus, .highlight-player .article__tag:focus, .highlight-player .link:hover, .highlight-player .btn--uppercase:hover, .highlight-player .section-header__link:hover, .highlight-player .btn-filter:hover, .highlight-player .article__tag:hover {
  text-decoration: none;
}

.newsletter {
  border-radius: 4px;
  border: 10px solid #E5DAC8;
  background: url("../images/newsletter-xs.png") center center;
  background-size: cover;
  padding: 20px 10px;
}
@media (min-width: 1024px) {
  .main-container .newsletter {
    background: url("../images/newsletter.png") center center;
    background-size: cover;
    text-align: center;
    padding: 20px 20px 35px;
  }
}
.newsletter .brand__img {
  width: 100px;
  height: auto;
  margin-bottom: 15px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .newsletter .brand__img {
    height: 17px;
  }
}
@media (min-width: 1024px) {
  .main-container .newsletter .brand__img {
    width: 230px;
    opacity: .7;
  }
}
@media screen and (min-width: 1024px) and (-ms-high-contrast: active), (min-width: 1024px) and (-ms-high-contrast: none) {
  .main-container .newsletter .brand__img {
    height: 37px;
  }
}

.newsletter .brand__img path {
  fill: #AE7D32;
}
.newsletter__form, .newsletter__small {
  text-align: left;
  display: inline-block;
  width: 100%;
}
@media (min-width: 1024px) {
  .main-container .newsletter__form, .main-container .newsletter__small {
    max-width: 650px;
  }
}
.newsletter__form {
  margin-top: 10px;
}
.newsletter__form button,
.newsletter__form input[type="submit"] {
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
@media (min-width: 480px) {
  .main-aside .newsletter__form button, .main-aside
  .newsletter__form input[type="submit"] {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .main-aside .newsletter__form button, .main-aside
  .newsletter__form input[type="submit"] {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .main-container .newsletter__form button, .main-container
  .newsletter__form input[type="submit"] {
    width: 180px;
  }
}
@media (min-width: 1024px) {
  .main-container .newsletter__form button, .main-container
  .newsletter__form input[type="submit"] {
    font-size: 18px;
  }
}
.newsletter__fieldset {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
}
@media (min-width: 480px) {
  .main-aside .newsletter__fieldset {
    display: flex;
  }
}
@media (min-width: 480px) {
  .main-container .newsletter__fieldset {
    display: flex;
  }
}
@media (min-width: 480px) {
  .main-aside .newsletter__fieldset .form-group {
    width: calc(100% - 200px);
  }
}
@media (min-width: 1024px) {
  .main-aside .newsletter__fieldset .form-group {
    width: 100%;
  }
}
@media (min-width: 480px) {
  .main-container .newsletter__fieldset .form-group {
    width: calc(100% - 200px);
  }
}
.newsletter .form-group {
  margin-bottom: 15px;
}
.newsletter .form-group input[type="text"],
.newsletter .form-group input[type="email"],
.newsletter .form-group input[type="tel"],
.newsletter .form-group input[type="password"],
.newsletter .form-group input[type="number"] {
  color: #222222;
  font-size: 16px;
}
.newsletter .form-group input[type="text"]::-webkit-input-placeholder, .newsletter .form-group input[type="email"]::-webkit-input-placeholder, .newsletter .form-group input[type="tel"]::-webkit-input-placeholder, .newsletter .form-group input[type="password"]::-webkit-input-placeholder, .newsletter .form-group input[type="number"]::-webkit-input-placeholder {
  color: #222222;
}
.newsletter .form-group input[type="text"]:-moz-placeholder, .newsletter .form-group input[type="email"]:-moz-placeholder, .newsletter .form-group input[type="tel"]:-moz-placeholder, .newsletter .form-group input[type="password"]:-moz-placeholder, .newsletter .form-group input[type="number"]:-moz-placeholder {
  color: #222222;
}
.newsletter .form-group input[type="text"]::-moz-placeholder, .newsletter .form-group input[type="email"]::-moz-placeholder, .newsletter .form-group input[type="tel"]::-moz-placeholder, .newsletter .form-group input[type="password"]::-moz-placeholder, .newsletter .form-group input[type="number"]::-moz-placeholder {
  color: #222222;
}
.newsletter .form-group input[type="text"]:-ms-input-placeholder, .newsletter .form-group input[type="email"]:-ms-input-placeholder, .newsletter .form-group input[type="tel"]:-ms-input-placeholder, .newsletter .form-group input[type="password"]:-ms-input-placeholder, .newsletter .form-group input[type="number"]:-ms-input-placeholder {
  color: #222222;
}
@media (min-width: 1024px) {
  .main-container .newsletter .form-group input[type="text"], .main-container
  .newsletter .form-group input[type="email"], .main-container
  .newsletter .form-group input[type="tel"], .main-container
  .newsletter .form-group input[type="password"], .main-container
  .newsletter .form-group input[type="number"] {
    font-size: 18px;
  }
}
.newsletter .checkbox--legal label {
  font-size: 14px;
  line-height: 1.2;
  color: #222222;
}
@media (min-width: 1024px) {
  .main-container .newsletter .checkbox--legal label {
    font-size: 16px;
    padding-left: 29px;
  }
}
.newsletter .checkbox--legal label::before {
  top: 1px;
}
@media (min-width: 1024px) {
  .main-container .newsletter .checkbox--legal label::before {
    left: 6px;
    top: 3px;
  }
}
.newsletter .checkbox--legal .check {
  height: 14px;
  width: 14px;
  border-color: #222222;
  top: 0;
}
@media (min-width: 480px) {
  .newsletter .checkbox--legal .check {
    top: 3px;
  }
}
@media (min-width: 1024px) {
  .main-aside .newsletter .checkbox--legal .check {
    top: 0;
  }
}
@media (min-width: 1024px) {
  .main-container .newsletter .checkbox--legal .check {
    height: 18px;
    width: 18px;
    top: 1px;
  }
}
.newsletter__title {
  font-size: 28px;
  line-height: 1.1;
  color: #B74351;
  margin-bottom: 15px;
}
@media (min-width: 1024px) {
  .main-container .newsletter__title {
    font-size: 46px;
  }
}
.newsletter p {
  display: inline-block;
  width: 100%;
  max-width: 610px;
  color: #222222;
  font-size: 16px;
}
@media (min-width: 1024px) {
  .main-container .newsletter p {
    font-size: 18px;
  }
}

.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  display: none;
  overflow: hidden;
  outline: 0;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: auto;
  pointer-events: none;
}
.modal.show .modal-dialog {
  transform: translate(0, 0);
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  height: 100%;
  justify-content: center;
}

.modal-content {
  width: calc(100% - 30px);
  max-width: 700px;
  max-height: calc(100% - 30px);
  padding: calc(15px * 2.5) 15px 0;
  background: #E5DAC8;
  border-radius: 4px;
  pointer-events: auto;
  position: relative;
  overflow: auto;
}
@media (min-width: 1024px) {
  .modal-content {
    padding: calc(30px * 2.5) 30px 0;
  }
}
.modal-content > *:last-child {
  padding-bottom: 15px;
}
@media (min-width: 1024px) {
  .modal-content > *:last-child {
    padding-bottom: 30px;
  }
}
.modal--adv .modal-content {
  padding: 30px 0 0;
  width: auto;
  max-width: 100%;
  border-radius: 0;
  background: transparent;
}
.modal-content p,
.modal-content li {
  color: rgba(34, 34, 34, 0.7);
}
.modal-content a {
  color: #AE7D32;
}
.modal-content .close {
  position: absolute;
  font-size: 30px;
  right: 7px;
  top: 0px;
}
@media (min-width: 1024px) {
  .modal-content .close {
    right: 22px;
    top: 15px;
  }
}
.modal--adv .modal-content .close {
  right: 0;
  top: 0;
  width: 30px;
  height: 30px;
  background: #000000;
  color: #FFFFFF;
  line-height: 30px;
  padding: 0;
}
.modal-content .close:hover span {
  opacity: .7;
}

.modal-title {
  font-weight: 400;
}

.modal-backdrop {
  background: rgba(34, 34, 34, 0.7);
  z-index: 1030;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
}
.modal-backdrop.show {
  opacity: 1;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll;
}

.accordion__btn {
  border-radius: 4px 4px 0 0;
  background: #E5DAC8;
  padding: 15px 20px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
}
.accordion__btn span {
  width: calc(100% - 41px);
  margin-right: 15px;
  color: #222222;
}
@media (min-width: 1024px) {
  .accordion__btn span {
    font-size: 18px;
    line-height: 1.2;
  }
}
.accordion__btn .icon-open {
  transition: 0s;
  transform: rotate(180deg);
  border-radius: 50px;
  width: 26px;
  height: 26px;
  background: #222222;
  color: #E5DAC8;
  font-size: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.accordion__btn[aria-expanded="false"] {
  background: rgba(34, 34, 34, 0.8);
  border-radius: 4px;
}
.accordion__btn[aria-expanded="false"] span {
  color: #FFFFFF;
}
.accordion__btn[aria-expanded="false"] .icon-open {
  transform: rotate(0deg);
  background: #E5DAC8;
  color: #222222;
}

.accordion__container {
  border-radius: 0 0 4px 4px;
  background: #E5DAC8;
  margin-top: -1px;
}

.accordion__content {
  padding: 0 20px 15px;
  color: rgba(34, 34, 34, 0.7);
}
.accordion__content p:last-child {
  margin-bottom: 0;
}

.banner-bottom {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (min-width: 480px) {
  .banner-bottom {
    display: none !important;
  }
}
.banner-bottom img {
  width: 100%;
}
.banner-bottom > a {
  justify-content: center;
  align-items: center;
  display: flex;
}
.banner-bottom .room-small {
  background: #222222;
  border-radius: 0;
}
.banner-bottom .room-small a {
  padding: 10px 15px;
}
.banner-bottom .room-small .btn, .banner-bottom .room-small form button, form .banner-bottom .room-small button,
.banner-bottom .room-small form input[type="submit"],
form .banner-bottom .room-small input[type="submit"],
.banner-bottom .room-small form input[type="reset"],
form .banner-bottom .room-small input[type="reset"] {
  font-size: 20px;
}
.banner-bottom .room-small--simple .room-terms {
  left: 78px;
}
.banner-bottom .close {
  padding: 0;
  position: absolute;
  top: -25px;
  right: 5px;
  border-radius: 100px;
  background: #000000;
  width: 20px;
  height: 20px;
}
.banner-bottom .close::after {
  content: '';
  background-image: -webkit-linear-gradient(left, transparent 6px, #fff 6px, #fff 8px, transparent 8px), -webkit-linear-gradient(top, transparent 6px, #fff 6px, #fff 8px, transparent 8px);
  background-image: linear-gradient(90deg, transparent 6px, #fff 6px, #fff 8px, transparent 8px), linear-gradient(180deg, transparent 6px, #fff 6px, #fff 8px, transparent 8px);
  display: inline-block;
  height: 14px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  width: 14px;
  margin: 0 0 0 3px;
  display: block;
}
.banner-bottom--scroll {
  transition: 0s;
  transform: translateY(calc(100% + 60px));
}
.banner-bottom--scroll.show {
  transform: translateY(0);
}
.banner-bottom .adv__container {
  width: 100%;
}

.gallery a {
  margin-bottom: 10px;
}
.gallery__img-small {
  display: flex;
  flex-wrap: wrap;
}
.gallery__img-small > a {
  width: calc((100% - 40px) / 5);
  margin-right: 10px;
}
.gallery__img-small > a:nth-of-type(5n+5) {
  margin-right: 0;
}

.site-header {
  background: #222222;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 0 15px;
  height: 60px;
  position: relative;
  z-index: 1000;
}
@media (min-width: 1024px) {
  .site-header {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}
@media (min-width: 1024px) {
  .site-header {
    background: rgba(34, 34, 34, 0.8);
    padding: 0 30px;
  }
}
.site-header,
.site-header a {
  color: #FFFFFF;
}
.site-header a {
  transition: 0s;
}
.site-header a:active, .site-header a:focus, .site-header a:hover {
  opacity: .5;
}
.site-header__container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  background: #222222;
  padding: 0 15px;
}
@media (min-width: 768px) {
  .site-header__container {
    padding: 0 30px;
  }
}
@media (min-width: 1024px) {
  .site-header__container {
    justify-content: flex-start;
    position: relative;
    background: transparent;
    padding: 0;
  }
}
.site-header__nav {
  margin-bottom: 0;
}
@media (min-width: 1024px) {
  .site-header__nav {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.site-header__nav-item {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
  .site-header__nav-item {
    border: 0;
  }
}
.site-header__nav-item:last-child {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
@media (min-width: 1024px) {
  .site-header__nav-item:last-child {
    border: 0;
  }
}
.site-header__nav-link {
  font-family: "Roboto-Condensed", "Helvetica", "Arial", sans-serif;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  display: block;
  width: 100%;
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 1024px) {
  .site-header__nav-link {
    height: 60px;
    padding: 3px 10px 0;
  }
}
@media (min-width: 1280px) {
  .site-header__nav-link {
    padding: 3px 20px 0;
  }
}
.site-header__nav-link.active {
  color: #CDA76E;
}
@media (min-width: 1024px) {
  .site-header__nav-link.active {
    background: #222222;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  }
}
.site-header__nav-link.active:hover {
  color: rgba(205, 167, 110, 0.7);
  opacity: 1;
}
.site-header__menu {
  transition: 0s;
}
@media (max-width: 1023.98px) {
  .site-header__menu {
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    background: #222222;
    z-index: 20;
    top: 60px;
    left: 100%;
    bottom: 0;
    overflow: auto;
  }
  .site-header__menu.show {
    left: 0;
  }
}
@media (min-width: 1024px) {
  .site-header__menu {
    width: calc(100% - 176px);
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .site-header__tools {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.site-header .search-opener,
.site-header .search-closer {
  width: 40px;
  margin-left: 20px;
  display: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  padding-left: 15px;
}
@media (min-width: 1024px) {
  .site-header .search-opener.show,
  .site-header .search-closer.show {
    display: block;
  }
}
.site-header__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 1023.98px) {
  .site-header__logos {
    padding: 15px;
  }
}
.site-header__logos img {
  width: auto;
}
.site-header__logos > * {
  margin-right: 15px;
  display: block;
}
.site-header__logos > *:last-child {
  margin-right: 0;
}
.site-header__logos a {
  display: flex;
}
.site-header__logos a:active, .site-header__logos a:focus, .site-header__logos a:hover {
  opacity: .7;
}
@media (max-width: 1023.98px) {
  .site-header .search-form {
    order: -1;
  }
}
@media (min-width: 1024px) {
  .site-header .search-form {
    display: none;
    position: absolute;
    top: 60px;
    right: -30px;
    width: 330px;
  }
  .site-header .search-form.show {
    display: block;
  }
}
@media (min-width: 1024px) {
  .site-header .navbar-toggler {
    display: none;
  }
}
.site-header .brand {
  width: 114px;
  margin-right: 20px;
}
@media (min-width: 1024px) {
  .site-header .brand {
    width: 156px;
    display: block;
  }
}
.site-header .brand__img {
  width: 100%;
}
.site-header .brand a:active, .site-header .brand a:focus, .site-header .brand a:hover {
  opacity: 1;
}
@media (min-width: 1024px) {
  .site-header .brand a:active svg path, .site-header .brand a:focus svg path, .site-header .brand a:hover svg path {
    fill: #AE7D32;
  }
}
@media (max-width: 1023.98px) {
  .site-header .brand svg path {
    fill: #FFFFFF;
  }
}

.body-overlay {
  overflow: hidden;
}
.body-overlay::after {
  content: "";
  background: #222222;
  position: fixed;
  top: 0;
  bottom: 0;
  width: 100vw;
  height: 100vh;
  left: 0;
  right: 0;
  z-index: 99;
}
@media (max-width: 1023.98px) {
  .body-overlay::after {
    display: block;
  }
}

.site-footer {
  background: #222222;
  width: 100%;
  max-width: 1350px;
  margin: 0 auto;
  padding: 30px 15px 20px;
  color: rgba(255, 255, 255, 0.5);
  font-size: 14px;
}
@media (min-width: 768px) {
  .site-footer {
    padding: 30px 30px 20px;
  }
}
.site-footer .brand__img {
  width: 130px;
}
.site-footer__container {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 479.98px) {
  .site-footer__top {
    display: block;
  }
}
.site-footer .social-links {
  margin-bottom: 0;
}
@media (max-width: 479.98px) {
  .site-footer .social-links {
    margin-top: 10px;
  }
}
.site-footer__partners {
  display: flex;
  flex-wrap: wrap;
  padding: 30px 0 0;
 /* padding: 10px 0;*/
}
.site-footer__partner {
  transition: 0s;
  display: flex;
  align-items: center;
  border-radius: 4px;
  background: rgba(0, 0, 0, 0.3);
  margin-right: 30px;
  margin-bottom: 10px;
  width: calc((100% - 30px) / 2);
}
@media (max-width: 479.98px) {
  .site-footer__partner {
    margin-right: 0;
    width: 100%;
  }
}
@media (min-width: 480px) and (max-width: 1023.98px) {
  .site-footer__partner:nth-of-type(2n+2) {
    margin-right: 0;
  }
}
@media (min-width: 1024px) and (max-width: 1399.98px) {
  .site-footer__partner {
    width: calc((100% - 90px) / 4);
  }
  .site-footer__partner:nth-of-type(4n+4) {
    margin-right: 0;
  }
}
@media (min-width: 1400px) {
  .site-footer__partner {
    width: calc((100% - 120px) / 5);
  }
  .site-footer__partner:nth-of-type(5n+5) {
    margin-right: 0;
  }
}
.site-footer__partner:active, .site-footer__partner:focus, .site-footer__partner:hover {
  background: #000000;
}
.site-footer__partner-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
  width: 52px;
  height: 52px;
  margin-right: 10px;
}
.site-footer__partner-icon img {
  width: auto;
}
.site-footer__partner-title {
  color: rgba(255, 255, 255, 0.9);
  font-size: 16px;
}
.site-footer hr {
  border-top: 2px solid rgba(255, 255, 255, 0.1);
  margin: 0;
}
.site-footer .small {
  width: 100%;
  font-size: 12px;
}
@media (min-width: 768px) {
  .site-footer .small {
    max-width: 410px;
    margin-right: 20px;
  }
}
.site-footer__logos {
  display: flex;
  align-items: center;
  justify-content: center;
}
.site-footer__logos img {
  width: auto;
}
.site-footer__logos > * {
  margin-right: 15px;
  display: block;
}
.site-footer__logos > *:last-child {
  margin-right: 0;
}
.site-footer__logos a {
  display: flex;
}
.site-footer__logos a:active, .site-footer__logos a:focus, .site-footer__logos a:hover {
  opacity: .7;
}
.site-footer__copyright {
  margin-right: 20px;
}
.site-footer__menu {
  margin-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}
.site-footer__menu-item {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  margin-right: 15px;
  padding-right: 15px;
  margin-bottom: 5px;
}
.site-footer__menu-item:last-child {
  border-right: 0;
}
.site-footer__menu-link {
  color: rgba(255, 255, 255, 0.5);
}
.site-footer__menu-link:active, .site-footer__menu-link:focus, .site-footer__menu-link:hover {
  color: #FFFFFF;
}

.rooms-list {
  justify-content: space-between;
}
@media (min-width: 480px) {
  .rooms-list {
    display: block;
  }
}
@media (min-width: 768px) {
  .rooms-list {
    display: flex;
  }
}
.rooms-list .room-small {
  margin-bottom: 3px;
}
@media (min-width: 480px) {
  .rooms-list .room-small {
    margin-bottom: 3px;
    width: 100%;
  }
}
@media (min-width: 768px) {
  .rooms-list .room-small {
    margin-bottom: 0;
    width: calc((100% - 15px) / 3);
  }
}

.faq .accordion__btn[aria-expanded="false"] {
  margin-bottom: 3px;
}
.faq .accordion__container {
  margin-bottom: 3px;
}

@media (min-width: 1024px) {
  .main-aside h3.heading {
    font-size: 22px;
  }
}

.document .index {
  display: inline-block;
  margin-bottom: 40px;
}
.document figure {
  margin-bottom: 30px;
}
.document .media-in-text figure {
  margin-bottom: 0;
}
.document p a {
  color: #AE7D32;
}
.document .summary {
  font-size: 16px;
  font-weight: 600;
}
@media (min-width: 1024px) {
  .document .summary {
    font-size: 18px;
  }
}
.document .table-wrap {
  margin: 30px 0;
}
.document h1 + .table-wrap, .document h2 + .table-wrap, .document h3 + .table-wrap, .document h4 + .table-wrap, .document h5 + .table-wrap, .document h6 + .table-wrap, .document .h1 + .table-wrap, .document .h2 + .table-wrap, .document .h3 + .table-wrap, .document .h4 + .table-wrap, .document .h5 + .table-wrap, .document .h6 + .table-wrap {
  margin-top: 15px;
}
.document .blockquote {
  margin: 30px;
}
.document h1 {
  margin-bottom: 15px;
}
.document h2,
.document h3,
.document h4,
.document h5,
.document h6 {
  margin-top: 30px;
  margin-bottom: 15px;
}
.document h2.m-t-10,
.document h3.m-t-10,
.document h4.m-t-10,
.document h5.m-t-10,
.document h6.m-t-10 {
  margin-top: 10px;
}
.document--datas hr {
  margin: 10px 0;
}
.document--datas img {
  width: auto;
  vertical-align: middle;
}
.document .ul--pros,
.document .ul--cons {
  list-style-image: none;
  padding-left: 15px;
}
.document .ul--pros li,
.document .ul--cons li {
  position: relative;
}
.document .ul--pros li::before,
.document .ul--cons li::before {
  content: "\2022";
  font-size: 28px;
  vertical-align: -5px;
  margin-right: 7px;
  line-height: 0;
  position: absolute;
  left: -16px;
  top: 11px;
}
.document .ul--pros li::before {
  color: #27AE60;
}
.document .ul--cons li::before {
  color: #B74351;
}

.document_info {
  border-top: 1px solid rgba(34, 34, 34, 0.2);
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  padding: 15px 0;
  font-size: 14px;
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 20px;
}

.room-opening {
  text-align: center;
  margin-bottom: 40px;
}
.room-opening__logo {
  border-radius: 4px;
  padding: 15px;
  height: auto;
  min-height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}
.room-opening__logo img {
  width: auto;
  max-width: 60vw;
}
@media (min-width: 1024px) {
  .room-opening__logo img {
    max-width: 100%;
  }
}
.room-opening__title {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
  letter-spacing: 0;
}
@media (min-width: 1024px) {
  .room-opening__title {
    font-size: 20px;
  }
}
.room-opening__offer {
  font-weight: 600;
  font-size: 22px;
}
@media (min-width: 1024px) {
  .room-opening__offer {
    font-size: 30px;
  }
}
.room-opening .room-terms {
  color: rgba(34, 34, 34, 0.7);
  margin-bottom: 30px;
  display: inline-block;
}

.room-header {
  transition: 0s;
  position: fixed;
  bottom: -150px;
  background: transparent;
  padding: 20px;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
  display: flex;
  flex-wrap:wrap;
  justify-content: center;
  align-items: center;
  z-index: 99;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .room-header {
    z-index: 9999;
    background: #FFFFFF;
    justify-content: space-between;
    top: -75px;
    bottom: auto;
    height: 75px;
    padding: 12px 20px;
    left: 50px;
    width: calc((100% - 300px) - 130px);
  }

  .room-header-adv-info {
    margin-bottom:0px;
  }
}
@media (min-width: 1370px) {
  .room-header {
    width: 920px;
    left: calc(((100% - 1350px) / 2) + 50px);
  }
}
.room-header--fixed {
  bottom: 0;
}
@media (min-width: 1024px) {
  .room-header--fixed {
    top: 0;
    bottom: auto;
  }
}
.room-header__info {
  display: none;
}
@media (min-width: 1024px) {
  .room-header__info {
    display: flex;
    align-items: center;
  }
}
.room-header__logo {
  width: 126px;
  margin-right: 40px;
  position: relative;
}
.room-header__logo::after {
  content: "";
  width: 2px;
  height: 26px;
  background: rgba(34, 34, 34, 0.2);
  display: block;
  position: absolute;
  right: -20px;
  top: 11px;
}
.room-header__offer {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
}
.room-header .btn, .room-header form button, form .room-header button,
.room-header form input[type="submit"],
form .room-header input[type="submit"],
.room-header form input[type="reset"],
form .room-header input[type="reset"] {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media (min-width: 1024px) {
  .room-header .btn, .room-header form button, form .room-header button,
  .room-header form input[type="submit"],
  form .room-header input[type="submit"],
  .room-header form input[type="reset"],
  form .room-header input[type="reset"] {
    box-shadow: none;
  }
}

/*# sourceMappingURL=style.css.map */
