/*!
 * Bootstrap Grid v4.1.1 (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: 576px) {
  .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.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-xl,
.col-xl-auto, .col-xl-12, .col-xl-11, .col-xl-10, .col-xl-9, .col-xl-8, .col-xl-7, .col-xl-6, .col-xl-5, .col-xl-4, .col-xl-3, .col-xl-2, .col-xl-1, .col-lg,
.col-lg-auto, .col-lg-12, .col-lg-11, .col-lg-10, .col-lg-9, .col-lg-8, .col-lg-7, .col-lg-6, .col-lg-5, .col-lg-4, .col-lg-3, .col-lg-2, .col-lg-1, .col-md,
.col-md-auto, .col-md-12, .col-md-11, .col-md-10, .col-md-9, .col-md-8, .col-md-7, .col-md-6, .col-md-5, .col-md-4, .col-md-3, .col-md-2, .col-md-1, .col-sm,
.col-sm-auto, .col-sm-12, .col-sm-11, .col-sm-10, .col-sm-9, .col-sm-8, .col-sm-7, .col-sm-6, .col-sm-5, .col-sm-4, .col-sm-3, .col-sm-2, .col-sm-1, .col,
.col-auto, .col-12, .col-11, .col-10, .col-9, .col-8, .col-7, .col-6, .col-5, .col-4, .col-3, .col-2, .col-1 {
  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.3333333333%;
  max-width: 8.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 768px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 992px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
}
@media (min-width: 1200px) {
  .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.3333333333%;
    max-width: 8.3333333333%;
  }

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

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

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

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

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

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

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

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

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

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

  .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.3333333333%;
  }

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

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

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

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

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

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

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

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

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

  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
}
.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: 576px) {
  .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: 768px) {
  .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: 992px) {
  .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: 1200px) {
  .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;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !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: 576px) {
  .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;
  }

  .flex-sm-fill {
    flex: 1 1 auto !important;
  }

  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-sm-shrink-1 {
    flex-shrink: 1 !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: 768px) {
  .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;
  }

  .flex-md-fill {
    flex: 1 1 auto !important;
  }

  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-md-shrink-1 {
    flex-shrink: 1 !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: 992px) {
  .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;
  }

  .flex-lg-fill {
    flex: 1 1 auto !important;
  }

  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-lg-shrink-1 {
    flex-shrink: 1 !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: 1200px) {
  .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;
  }

  .flex-xl-fill {
    flex: 1 1 auto !important;
  }

  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }

  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }

  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }

  .flex-xl-shrink-1 {
    flex-shrink: 1 !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;
  }
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body, html {
  font-size: 100%;
}

body {
  background: #ffffff;
  color: #262626;
  cursor: auto;
  font-family: "PF DinDisplay Pro", Arial, sans-serif;
  font-style: normal;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  position: relative;
}

* {
  outline: none;
  text-decoration: none;
}

a {
  color: #c3243c;
  line-height: inherit;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
a:focus, a:hover {
  color: #a81f34;
  text-decoration: underline;
}

button {
  border: none;
  height: auto;
  margin: 0;
  outline: none;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

li {
  padding: 0;
  margin: 0;
  display: inline-block;
}

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

.rublic {
  display: inline-block;
}

.site--header {
  background-image: url(/local/resource/images/sp_apps/bg_header_pc.jpg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 3% 8% 10%;
}
@media (max-width: 640px) {
  .site--header {
    position: relative;
    padding: 18px 9px 60%;
    background-image: url(/local/resource/images/sp_apps/bg_header_mobile.jpg);
    background-position: bottom center;
  }
}
.site--header__logo {
  text-align: center;
}
@media (max-width: 640px) {
  .site--header__logo {
    text-align: left;
  }
}
.site--header__logo--link {
  display: inline-block;
}
.site--header__logo--image {
  display: inline-block;
  width: 192px;
}
@media (max-width: 640px) {
  .site--header__logo--image {
    width: 88px;
  }
}
.site--header__menu {
  text-align: right;
}
@media (max-width: 640px) {
  .site--header__menu {
    text-align: center;
    padding-bottom: 38px;
  }
}
.site--header__menu a {
  padding-left: 31px;
}
@media (max-width: 640px) {
  .site--header__menu a {
    padding: 0 15px;
    max-height: none;
  }
}
@media (max-width: 640px) {
  .site--header__menu a svg {
    height: 30px;
  }
}
.site--mmobile {
  text-align: right;
}
.site--mmobile__header {
  position: relative;
  z-index: 1;
}
.site--mmobile__view {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-height: 261.5px;
  padding-top: 111px;
  padding-bottom: 30%;
  background-image: url(/local/resource/images/sp_apps/bg_mmenu.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

@media (max-width: 640px) {
  .site--content__body {
    width: 100%;
  }
}
.site--content__body--title {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 999;
  font-style: italic;
  text-transform: uppercase;
  padding-top: 62px;
  text-shadow: 3px 2px 2px #74202B;
}
@media (max-width: 640px) {
  .site--content__body--title {
    padding: 43px 15% 0;
  }
}
.site--content__body--title span {
  display: block;
  color: #e8d9b0;
  font-size: 70px;
  line-height: 84px;
}
@media (max-width: 1601px) {
  .site--content__body--title span {
    font-size: 63px;
  }
}
@media (max-width: 1500px) {
  .site--content__body--title span {
    font-size: 55px;
  }
}
@media (max-width: 640px) {
  .site--content__body--title span {
    font-size: 22px;
    line-height: 26px;
  }
}
.site--content__body--title span:first-child {
  text-align: right;
}
.site--content__body--title span:last-child {
  text-align: right;
  color: #ffffff;
}
.site--content__body--content {
  padding-top: 41px;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .site--content__body--content {
    padding-top: 15px;
  }
}
.site--content__body--content span {
  display: block;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 640px) {
  .site--content__body--content span {
    font-size: 10px;
    line-height: 16px;
  }
}
.site--content__body--content span:first-child {
  color: #ffffff;
  text-align: right;
  padding-right: 10px;
}
.site--content__body--content span:last-child {
  text-align: right;
  color: #ffffff;
}
.site--content__body--footer {
  padding-top: 37px;
  text-align: center;
  font-style: italic;
  font-weight: 700;
  letter-spacing: 0.05em;
}
@media (max-width: 640px) {
  .site--content__body--footer {
    padding-top: 15px;
  }
}
.site--content__body--footer span {
  display: block;
  font-size: 22px;
  line-height: 35px;
}
@media (max-width: 640px) {
  .site--content__body--footer span {
    font-size: 10px;
    line-height: 16px;
  }
}
.site--content__body--footer span:first-child {
  text-align: center;
  color: #ffffff;
}
.site--content__body--footer span:last-child {
  text-align: left;
  color: #ffffff;
  padding-left: 10px;
}
.site--content__body--actions {
  padding-top: 72px;
}
@media (max-width: 640px) {
  .site--content__body--actions {
    padding-top: 25px;
  }
}
.site--content__body--actions a {
  text-decoration: none;
  padding: 15px 42px;
  border-radius: 50px;
  background-color: #ffffff;
  margin: 0 30.5px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1500px) {
  .site--content__body--actions a {
    padding: 15px 22px;
    margin: 0 20.5px;
  }
}
@media (max-width: 1200px) {
  .site--content__body--actions a {
    padding: 15px 12px;
    margin: 0 10.5px;
  }
}
@media (max-width: 640px) {
  .site--content__body--actions a {
    margin: 0 9px;
    padding: 7px 20px;
  }
}
.site--content__body--actions a span {
  padding-top: 3px;
  display: inline-block;
  font-family: "PF DinText Pro", Arial, sans-serif;
  padding-left: 12.51px;
  font-style: normal;
  font-weight: normal;
  font-size: 24px;
  line-height: 1;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .site--content__body--actions a span {
    padding-top: 0;
    font-size: 12px;
    line-height: 14px;
    padding-left: 5.85px;
  }
}
.site--content__body--actions a svg {
  display: inline-block;
  height: 31.4px;
}
@media (max-width: 640px) {
  .site--content__body--actions a svg {
    height: 15px;
  }
}
.site--content__body--actions a svg path {
  fill: #BF273A;
}
.site--content__body--actions a:hover {
  background-color: #E8D9B0;
}
.site--loyality {
  padding-top: 88px;
}
@media (max-width: 640px) {
  .site--loyality {
    padding: 25px 30px 0;
  }
}
.site--loyality__thumb {
  padding-bottom: 7%;
}
.site--loyality__content--title {
  margin: 0 auto;
  max-width: 445px;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 999;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 103px;
}
@media (max-width: 640px) {
  .site--loyality__content--title {
    font-size: 24px;
    line-height: 31px;
  }
}
.site--loyality__content--title span {
  display: block;
}
.site--loyality__content--title span:first-child {
  color: #D1BC83;
}
.site--loyality__content--title span:last-child {
  text-align: right;
  color: #bf273a;
}
@media (max-width: 640px) {
  .site--loyality__content--title.m_first {
    padding: 0 20%;
  }
}
@media (max-width: 640px) {
  .site--loyality__content--title.m_last {
    text-align: center;
  }
}
.site--loyality__content--title.not-width {
  max-width: none;
  font-size: 70px;
}
@media (max-width: 1200px) {
  .site--loyality__content--title.not-width {
    font-size: 60px;
  }
}
@media (max-width: 640px) {
  .site--loyality__content--title.not-width {
    font-size: 24px;
  }
}
.site--loyality__content--title.not-width span {
  display: block;
}
.site--loyality__content--title.not-width span:first-child {
  color: #D1BC83;
  text-align: center;
}
.site--loyality__content--title.not-width span:nth-child(2) {
  color: #D1BC83;
  text-align: center;
}
.site--loyality__content--title.not-width span:last-child {
  text-align: center;
  color: #bf273a;
}
.site--loyality__content--text {
  padding-top: 30px;
  padding-right: 15px;
}
@media (max-width: 640px) {
  .site--loyality__content--text {
    padding-right: 0px;
  }
}
.site--loyality__content--text span {
  display: block;
  text-align: right;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 640px) {
  .site--loyality__content--text span {
    font-weight: 500;
    font-size: 10px;
    line-height: 16px;
  }
}
.site--loyality__content--text span:first-child {
  padding-right: 60px;
}
@media (max-width: 640px) {
  .site--loyality__content--text span:first-child {
    padding-right: 0;
    text-align: center;
  }
}
.site--loyality__content--text span:last-child {
  padding-right: 20px;
}
@media (max-width: 640px) {
  .site--loyality__content--text span:last-child {
    padding-right: 0;
  }
}
.site--loyality__nav {
  position: absolute;
  bottom: 50px;
  left: 0;
  width: 100%;
}
.site--loyality__nav .uk-dotnav {
  padding-right: 25px;
}
@media (max-width: 640px) {
  .site--loyality__nav .uk-dotnav {
    padding-right: 0;
  }
}
.site--loyality__nav .uk-dotnav a {
  display: block;
  background-color: transparent;
  height: 17px;
  width: 30.91px;
  overflow: visible;
  border-radius: 0;
  border: none;
  text-indent: initial;
}
.site--loyality__nav .uk-dotnav a svg {
  display: block;
}
.site--loyality__nav .uk-dotnav a svg path {
  fill: #d1bc83;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site--loyality__nav .uk-dotnav a:hover svg path {
  fill: #bf273a;
}
.site--loyality__nav .uk-dotnav .uk-active a svg path {
  fill: #bf273a;
}
.site--loyality__nav .uk-dotnav > * {
  padding: 0 5px;
}
.site--loyality__arrow {
  padding-bottom: 30px;
}
@media (max-width: 640px) {
  .site--loyality__arrow svg {
    max-width: 18px;
  }
}
.site--loyality__arrow svg rect {
  fill: black;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site--loyality__arrow:hover svg rect {
  fill: #bf273a;
}
.site--loyality__arrow.uk-position-center-left-out {
  right: 105%;
}
@media (max-width: 1500px) {
  .site--loyality__arrow.uk-position-center-left-out {
    right: 100%;
  }
}
@media (max-width: 1300px) {
  .site--loyality__arrow.uk-position-center-left-out {
    right: 97%;
  }
}
@media (max-width: 640px) {
  .site--loyality__arrow.uk-position-center-left-out {
    right: 100%;
  }
}
.site--loyality__arrow.uk-position-center-right-out {
  left: 105%;
}
@media (max-width: 1500px) {
  .site--loyality__arrow.uk-position-center-right-out {
    left: 100%;
  }
}
@media (max-width: 1300px) {
  .site--loyality__arrow.uk-position-center-right-out {
    left: 97%;
  }
}
@media (max-width: 640px) {
  .site--loyality__arrow.uk-position-center-right-out {
    left: 100%;
  }
}
.site--loyality .uk-slideshow-items {
  min-height: 542px !important;
}
@media (max-width: 320px) {
  .site--loyality .uk-slideshow-items {
    min-height: 445px !important;
  }
}
@media (max-width: 640px) {
  .site--loyality .uk-slideshow-items {
    min-height: 500px !important;
  }
}
.site--steps {
  padding-top: 209px;
}
@media (max-width: 640px) {
  .site--steps {
    padding-top: 34px;
    padding-bottom: 10%;
  }
}
.site--steps__header {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 999;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 103px;
  text-align: right;
  padding-bottom: 81px;
}
@media (max-width: 640px) {
  .site--steps__header {
    font-size: 24px;
    line-height: 31px;
    text-align: center;
    padding-bottom: 29px;
  }
}
.site--steps__header span {
  display: inline-block;
}
.site--steps__header span:first-child {
  color: #D1BC83;
}
.site--steps__header span:last-child {
  color: #bf273a;
}
.site--steps__icon {
  display: inline-block;
  min-height: 110px;
  padding-right: 20px;
}
@media (min-width: 641px) {
  .site--steps__icon img {
    max-height: 110px;
  }
}
@media (max-width: 640px) {
  .site--steps__icon img {
    max-width: 101px;
    margin: 0 auto;
  }
}
.site--steps__title {
  display: inline-block;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  /* or 175% */
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-top: 31px;
}
@media (max-width: 1200px) {
  .site--steps__title {
    font-size: 15px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .site--steps__title {
    font-size: 10px;
    line-height: 16px;
    padding-top: 25px;
    text-align: left;
  }
}
.site--steps__title a {
  text-decoration: underline;
}
.site--steps__title a:hover {
  text-decoration: none;
}
.site--steps__item {
  text-align: center;
}
.site--stocks {
  padding: 88px 0;
  background-image: url(/local/resource/images/sp_apps/bg_stocks_v2.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
@media (max-width: 640px) {
  .site--stocks {
    background-image: none;
    min-height: 560px;
    padding-top: 5px;
    padding-bottom: 40px;
    background-position: center;
  }
  .site--stocks .uk-container {
    padding: 0 !important;
  }
}
.site--stocks__view {
  min-height: 459px;
}
@media (max-width: 640px) {
  .site--stocks__view {
    background-image: url(/local/resource/images/sp_apps/bg_stocks_mobile.svg);
  }
}
.site--stocks__item {
  max-height: 675px;
  margin-top: -17px;
}
@media (max-width: 640px) {
  .site--stocks__item {
    margin-top: 0;
  }
}
.site--stocks__thumb {
  position: relative;
}
.site--stocks__thumb.full-width img {
  width: 100%;
  padding-top: 15px;
  padding-left: 25px;
}
@media (max-width: 640px) {
  .site--stocks__thumb.full-width img {
    width: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}
.site--stocks__thumb .big_thumb {
  max-width: 84%;
  margin: 0 auto;
}
.site--stocks__content {
  padding: 42px 50px 42px;
}
@media (max-width: 640px) {
  .site--stocks__content {
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 25px;
  }
}
.site--stocks__content--title {
  margin: 0 auto;
  max-width: 445px;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 999;
  font-style: italic;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 39px;
}
@media (max-width: 1200px) {
  .site--stocks__content--title {
    font-size: 20px;
    line-height: 20px;
  }
}
@media (max-width: 640px) {
  .site--stocks__content--title {
    font-size: 20px;
    line-height: 26px;
    padding: 0 15% 53px;
    background-color: #fff;
  }
}
.site--stocks__content--title span {
  display: block;
}
.site--stocks__content--title span:first-child {
  color: #D1BC83;
}
.site--stocks__content--title span:last-child {
  padding-left: 60px;
  color: #bf273a;
}
@media (max-width: 640px) {
  .site--stocks__content--title span:last-child {
    padding-left: 0;
    text-align: right;
  }
}
.site--stocks__content--subtitle {
  padding-top: 46px;
  margin: 0 auto;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 999;
  font-style: italic;
  text-transform: uppercase;
  font-size: 80px;
  line-height: 103px;
}
@media (max-width: 1200px) {
  .site--stocks__content--subtitle {
    padding-top: 20px;
  }
}
@media (max-width: 640px) {
  .site--stocks__content--subtitle {
    font-size: 30px;
    line-height: 39px;
    padding-top: 0;
  }
}
.site--stocks__content--subtitle.stocks-title {
  font-size: 55px;
  line-height: 67px;
}
@media (max-width: 1200px) {
  .site--stocks__content--subtitle.stocks-title {
    font-size: 35px;
    line-height: 30px;
  }
}
@media (max-width: 640px) {
  .site--stocks__content--subtitle.stocks-title {
    font-size: 20px;
    line-height: 26px;
  }
}
.site--stocks__content--subtitle span {
  display: block;
  color: #ffffff;
  text-align: right;
}
@media (max-width: 640px) {
  .site--stocks__content--subtitle span {
    text-align: center;
  }
}
.site--stocks__content--text {
  padding-top: 30px;
  padding-right: 15px;
}
@media (max-width: 1200px) {
  .site--stocks__content--text {
    padding-top: 15px;
  }
}
@media (max-width: 640px) {
  .site--stocks__content--text {
    padding-top: 24px;
    padding-right: 0;
  }
}
.site--stocks__content--text span {
  display: block;
  text-align: right;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #ffffff;
}
@media (max-width: 1200px) {
  .site--stocks__content--text span {
    font-size: 14px;
    line-height: 25px;
  }
}
@media (max-width: 640px) {
  .site--stocks__content--text span {
    font-size: 12px;
    line-height: 17px;
    text-align: center;
  }
}
.site--stocks__content--text span:last-child {
  padding-right: 20px;
}
@media (max-width: 640px) {
  .site--stocks__content--text span:last-child {
    padding-right: 0;
  }
}
.site--stocks__content--price {
  padding-top: 30px;
  padding-right: 15px;
  text-align: right;
}
@media (max-width: 1200px) {
  .site--stocks__content--price {
    padding-top: 15px;
  }
}
@media (max-width: 640px) {
  .site--stocks__content--price {
    text-align: center;
  }
}
.site--stocks__content--price span {
  display: inline-block;
  text-align: right;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: italic;
  font-weight: normal;
  font-size: 36px;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #d1bc83;
}
@media (max-width: 640px) {
  .site--stocks__content--price span {
    font-style: italic;
    font-weight: normal;
    font-size: 18px;
    line-height: 20px;
    /* or 111% */
    letter-spacing: 0.05em;
  }
}
.site--stocks__content--icon {
  margin-left: 5px;
  display: inline-block;
  width: 25px;
  height: 25px;
  background-image: url(/local/resource/images/sp_apps/illustration/patak.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (max-width: 640px) {
  .site--stocks__content--icon {
    margin-left: 15px;
    width: 18px;
    height: 18px;
  }
}
.site--stocks__nav {
  position: absolute;
  bottom: 10%;
  left: 0;
  width: 100%;
}
@media (max-width: 320px) {
  .site--stocks__nav {
    bottom: -5%;
  }
}
@media (max-width: 640px) {
  .site--stocks__nav {
    bottom: 10%;
  }
}
.site--stocks__nav .uk-dotnav {
  padding-right: 50px;
}
@media (max-width: 640px) {
  .site--stocks__nav .uk-dotnav {
    padding-right: 0;
  }
}
.site--stocks__nav .uk-dotnav a {
  display: block;
  background-color: transparent;
  height: 17px;
  width: 30.91px;
  overflow: visible;
  border-radius: 0;
  border: none;
  text-indent: initial;
}
.site--stocks__nav .uk-dotnav a svg {
  display: block;
}
.site--stocks__nav .uk-dotnav a svg path {
  fill: #d1bc83;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.site--stocks__nav .uk-dotnav a:hover svg path {
  fill: #bf273a;
}
.site--stocks__nav .uk-dotnav .uk-active a svg path {
  fill: #bf273a;
}
.site--stocks__nav .uk-dotnav > * {
  padding: 0 5px;
}
.site--stocks__arrow {
  z-index: 100;
  padding: 0 50px 30px;
}
@media (max-width: 640px) {
  .site--stocks__arrow {
    z-index: 100;
    padding: 0;
  }
}
@media (max-width: 640px) {
  .site--stocks__arrow svg {
    max-width: 18px;
  }
}
.site--stocks__arrow svg rect {
  fill: #ffffff;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 641px) {
  .site--stocks__arrow:hover svg rect {
    fill: #bf273a;
  }
}
@media (max-width: 640px) {
  .site--stocks__arrow.uk-position-center-left {
    left: 10px;
    top: 55% !important;
  }
}
@media (max-width: 640px) {
  .site--stocks__arrow.uk-position-center-right {
    right: 10px;
    top: 55% !important;
  }
}
.site--stocks .uk-slideshow-items {
  min-height: 675px !important;
}
@media (max-width: 1700px) {
  .site--stocks .uk-slideshow-items {
    min-height: 589px !important;
  }
}
@media (max-width: 1601px) {
  .site--stocks .uk-slideshow-items {
    min-height: 558px !important;
  }
}
@media (max-width: 1500px) {
  .site--stocks .uk-slideshow-items {
    min-height: 494px !important;
  }
}
@media (max-width: 1400px) {
  .site--stocks .uk-slideshow-items {
    min-height: 462px !important;
  }
}
@media (max-width: 1300px) {
  .site--stocks .uk-slideshow-items {
    min-height: 438px !important;
  }
}
@media (max-width: 1200px) {
  .site--stocks .uk-slideshow-items {
    min-height: 340px !important;
  }
}
@media (max-width: 320px) {
  .site--stocks .uk-slideshow-items {
    min-height: 459px !important;
  }
}
@media (max-width: 640px) {
  .site--stocks .uk-slideshow-items {
    min-height: 459px !important;
  }
}
.site--info {
  background-image: url(/local/resource/images/sp_apps/bg_info.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: left bottom;
  padding: 3% 8% 6%;
}
@media (max-width: 640px) {
  .site--info {
    padding: 0 0 95%;
    background-image: url(/local/resource/images/sp_apps/illustration/gladiator_mobile-min.jpg);
    background-position: center bottom;
    background-size: contain;
  }
}
.site--info__header {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 999;
  font-style: italic;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 52px;
  text-align: left;
  padding-left: 40px;
}
@media (max-width: 1700px) {
  .site--info__header {
    font-size: 39px;
  }
}
@media (max-width: 1601px) {
  .site--info__header {
    font-size: 37px;
  }
}
@media (max-width: 1500px) {
  .site--info__header {
    font-size: 33px;
  }
}
@media (max-width: 1400px) {
  .site--info__header {
    font-size: 31px;
  }
}
@media (max-width: 1300px) {
  .site--info__header {
    font-size: 28px;
  }
}
@media (max-width: 1200px) {
  .site--info__header {
    font-size: 22px;
  }
}
@media (max-width: 640px) {
  .site--info__header {
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    padding-left: 0;
    padding-top: 54px;
  }
}
.site--info__header span {
  display: inline-block;
}
.site--info__header span:first-child {
  color: #D1BC83;
}
@media (max-width: 640px) {
  .site--info__header span:first-child {
    display: block;
  }
}
@media (min-width: 641px) {
  .site--info__header span:nth-child(2) {
    color: #bf273a;
  }
}
@media (max-width: 640px) {
  .site--info__header span:nth-child(2n) {
    color: #bf273a;
  }
}
@media (max-width: 640px) {
  .site--info__header span:nth-child(3) {
    color: #D1BC83;
  }
}
.site--info__header span:last-child {
  color: #bf273a;
}
.site--info__item {
  padding-left: 40px;
}
@media (max-width: 640px) {
  .site--info__item {
    padding-left: 0;
  }
}
.site--info__action {
  padding-top: 45px;
}
@media (max-width: 640px) {
  .site--info__action {
    padding-top: 22px;
    text-align: center;
  }
}
.site--info__action--btn {
  display: inline-block;
  line-height: 62px;
  background: #bf273a;
  border-radius: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e8d9b0;
  padding: 0 41px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 1200px) {
  .site--info__action--btn {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .site--info__action--btn {
    font-size: 12px;
    padding: 0 30px;
    line-height: 43px;
  }
}
.site--info__action--btn svg {
  display: inline-block;
  height: 31.4px;
}
@media (max-width: 640px) {
  .site--info__action--btn svg {
    height: 15px;
  }
}
.site--info__action--btn svg path {
  fill: #E8D9B0;
}
@media (min-width: 641px) {
  .site--info__action--btn:hover {
    color: #bf273a;
    background: #E8D9B0;
    text-decoration: none;
  }
}
.site--info__action--btn:hover svg path {
  fill: #bf273a;
}
.site--info__list {
  width: 100%;
  padding-top: 75px;
}
@media (max-width: 640px) {
  .site--info__list {
    padding: 34px 15px;
  }
}
.site--info__list--title {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  /* or 175% */
  letter-spacing: 0.05em;
  text-transform: uppercase;
  padding-bottom: 27px;
}
@media (max-width: 640px) {
  .site--info__list--title {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.site--info__list--item {
  margin: 0 !important;
  display: list-item;
}
.site--info__list--item.uk-open .uk-accordion-title {
  color: #BF273A;
}
.site--info__list--item.uk-open .site--info__list--icon svg {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 640px) {
  .site--info__list--item {
    padding-bottom: 14px;
  }
}
.site--info__list--name {
  width: 100%;
  text-align: left;
  position: relative;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 18px;
  line-height: 20px;
  padding: 15px 0 15px 29px;
}
@media (max-width: 1200px) {
  .site--info__list--name {
    font-size: 14px;
    line-height: 20px;
    padding: 5px 0 5px 29px;
  }
}
@media (max-width: 640px) {
  .site--info__list--name {
    font-size: 12px;
    line-height: 14px;
    padding-left: 20px;
  }
}
.site--info__list--name:before {
  content: none;
}
.site--info__list--name:hover {
  color: #BF273A;
}
.site--info__list--icon {
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -3px;
  left: 0;
  line-height: normal;
  width: 9px;
  height: 6px;
}
@media (max-width: 640px) {
  .site--info__list--icon {
    top: 0;
    margin-top: 3px;
  }
}
.site--info__list--icon svg {
  display: block;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.site--info__list--text {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: italic;
  font-weight: 300;
  font-size: 18px;
  line-height: 20px;
  margin-top: 0;
  padding-left: 29px;
  padding-bottom: 8px;
}
@media (max-width: 640px) {
  .site--info__list--text {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    padding-left: 20px;
    padding-top: 4px;
    padding-bottom: 0;
  }
}
.site--info__footer {
  padding-top: 63px;
  padding-left: 40px;
}
@media (max-width: 640px) {
  .site--info__footer {
    padding-top: 0;
    padding-left: 0;
  }
}
.site--info__footer--title {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: italic;
  font-weight: 500;
  font-size: 20px;
  line-height: 35px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
@media (max-width: 1200px) {
  .site--info__footer--title {
    font-size: 16px;
  }
}
@media (max-width: 640px) {
  .site--info__footer--title {
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
.site--info__footer--action {
  padding-top: 31px;
}
@media (max-width: 640px) {
  .site--info__footer--action {
    text-align: center;
  }
}
.site--info__footer--btn {
  border: 3px solid #BF273A;
  display: inline-block;
  line-height: 56px;
  border-radius: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #bf273a;
  padding: 0 66px;
}
@media (max-width: 640px) {
  .site--info__footer--btn {
    font-size: 12px;
    padding: 0 46px;
    line-height: 43px;
  }
}
@media (min-width: 641px) {
  .site--info__footer--btn:hover {
    color: #ffffff;
    background-color: #bf273a;
    text-decoration: none;
  }
}
.site--modal {
  padding: 75px 130px 65px;
  max-width: 780px;
  margin: 0 auto;
  background-color: #ffffff;
  position: relative;
}
@media (max-width: 640px) {
  .site--modal {
    padding: 41px 19px 47px;
    max-width: none;
  }
}
.site--modal__title {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-weight: 999;
  font-style: italic;
  text-transform: uppercase;
  font-size: 60px;
  line-height: 78px;
  padding-bottom: 39px;
}
@media (max-width: 640px) {
  .site--modal__title {
    font-size: 25px;
    line-height: 32px;
    padding-bottom: 20px;
  }
}
.site--modal__title span:first-child {
  color: #D1BC83;
}
.site--modal__title span:last-child {
  padding-left: 10px;
  color: #bf273a;
}
.site--modal__form {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: 200;
  font-size: 14px;
  line-height: 17px;
  /* identical to box height */
  letter-spacing: 0.05em;
}
.site--modal__input {
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: #F0F0F0;
  border-radius: 50px;
  line-height: 50px;
  padding: 0 28px;
  margin-bottom: 19px;
}
@media (max-width: 640px) {
  .site--modal__input {
    font-size: 12px;
    margin-bottom: 12px;
    line-height: 33px;
  }
}
.site--modal__textarea {
  padding: 16px 28px;
  width: 100%;
  display: block;
  border: none;
  outline: none;
  background: #F0F0F0;
  border-radius: 20px;
  min-height: 280px;
}
@media (max-width: 640px) {
  .site--modal__textarea {
    padding: 17px 28px;
    font-size: 12px;
    min-height: 146px;
  }
}
.site--modal__action {
  padding-top: 62px;
  text-align: center;
}
@media (max-width: 640px) {
  .site--modal__action {
    padding-top: 28px;
  }
}
.site--modal__btn {
  cursor: pointer;
  display: inline-block;
  line-height: 62px;
  background: #bf273a;
  border-radius: 50px;
  font-style: normal;
  font-weight: normal;
  font-size: 18px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #e8d9b0;
  padding: 0 41px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (max-width: 640px) {
  .site--modal__btn {
    font-size: 12px;
    padding: 0 46px;
    line-height: 43px;
  }
}
@media (min-width: 641px) {
  .site--modal__btn:hover {
    color: #bf273a;
    background: #E8D9B0;
    text-decoration: none;
  }
}

.site--footer {
  background-image: url(/local/resource/images/sp_apps/bg_footer.svg);
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
  padding: 10.5% 8% 7%;
  margin-top: -100px;
}
@media (max-width: 1200px) {
  .site--footer {
    padding: 10.5% 0 7%;
  }
}
@media (max-width: 640px) {
  .site--footer {
    background-image: url(/local/resource/images/sp_apps/bg_footer_mobile.svg);
    margin-top: -35px;
    padding: 45px 30px 53px;
  }
}
.site--footer__logo {
  text-align: center;
}
.site--footer__logo--link {
  display: inline-block;
}
.site--footer__logo--image {
  display: inline-block;
  width: 192px;
}
@media (max-width: 640px) {
  .site--footer__logo--image {
    width: 114px;
  }
}
.site--copyright__title {
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 20px;
  line-height: 24px;
  text-align: right;
  color: #E8D9B0;
}
@media (max-width: 1200px) {
  .site--copyright__title {
    font-size: 18px;
  }
}
@media (max-width: 640px) {
  .site--copyright__title {
    padding-top: 22px;
    text-align: center;
  }
}
.site--copyright__text {
  padding-top: 15px;
  font-family: "PF DinText Pro", Arial, sans-serif;
  font-style: normal;
  font-weight: normal;
  font-size: 14px;
  line-height: 17px;
  text-align: right;
  color: #E8D9B0;
}
@media (max-width: 1400px) {
  .site--copyright__text {
    font-size: 13px;
  }
}
@media (max-width: 1200px) {
  .site--copyright__text {
    font-size: 12px;
  }
}
@media (max-width: 640px) {
  .site--copyright__text {
    padding-top: 22px;
    text-align: center;
  }
}

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