/*! normalize.css v3.0.2 | MIT License | git.io/normalize */

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;
}

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

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}

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

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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;
}

img {
  border: 0;
}

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

figure {
  margin: 1em 40px;
}

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;
}

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: default;
}

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;
}

optgroup {
  font-weight: bold;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

/* non mobile-first media breakpoints */

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

body {
  margin: 0;
  position: relative;
  background-color: #f8f8f8;
}

.clear {
  clear: both;
}

img {
  max-width: 100%;
}

.no-container {
  width: 100%;
  overflow: hidden;
}

[class*=container-] {
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto;
}

[class*=container-] [class*=container-] {
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width : 767px) {
  [class*=container-] {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.container-full {
  max-width: 100%;
}

.container-md {
  max-width: 1200px;
}

.container-lg {
  max-width: 1200px;
}

.show-smm {
  display: none;
}

@media only screen and (max-width : 767px) {
  .show-smm {
    display: inline;
  }
}

.hide-on-start {
  display: none;
}

.one-column-content {
  margin-top: 40px;
  margin-bottom: 40px;
}

.html-raw {
  white-space: pre-line;
}

.page-content {
  margin-top: 40px;
}

.page-content-container + .page-content-container {
  margin-top: 40px;
}

.page-content-row + .page-content-row {
  margin-top: 20px;
}

.page-content img,
.page-content iframe {
  max-width: 100%;
  max-height: 100%;
}

.page-content .module-text p,
.page-content .module-text a {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #2b2b2b;
}

.fs-d5 .page-content .module-text p,
.fs-d5 .page-content .module-text a {
  font-size: 10px;
}

.fs-d4 .page-content .module-text p,
.fs-d4 .page-content .module-text a {
  font-size: 11px;
}

.fs-d3 .page-content .module-text p,
.fs-d3 .page-content .module-text a {
  font-size: 12px;
}

.fs-d2 .page-content .module-text p,
.fs-d2 .page-content .module-text a {
  font-size: 13px;
}

.fs-d1 .page-content .module-text p,
.fs-d1 .page-content .module-text a {
  font-size: 14px;
}

.fs-i1 .page-content .module-text p,
.fs-i1 .page-content .module-text a {
  font-size: 16px;
}

.fs-i2 .page-content .module-text p,
.fs-i2 .page-content .module-text a {
  font-size: 17px;
}

.fs-i3 .page-content .module-text p,
.fs-i3 .page-content .module-text a {
  font-size: 18px;
}

.fs-i4 .page-content .module-text p,
.fs-i4 .page-content .module-text a {
  font-size: 19px;
}

.fs-i5 .page-content .module-text p,
.fs-i5 .page-content .module-text a {
  font-size: 20px;
}

a:hover {
  color: #981521;
}

span.date {
  font-size: 11px;
  line-height: 15px;
  color: #a9a9a9;
}

.fs-d5 span.date {
  font-size: 6px;
}

.fs-d4 span.date {
  font-size: 7px;
}

.fs-d3 span.date {
  font-size: 8px;
}

.fs-d2 span.date {
  font-size: 9px;
}

.fs-d1 span.date {
  font-size: 10px;
}

.fs-i1 span.date {
  font-size: 12px;
}

.fs-i2 span.date {
  font-size: 13px;
}

.fs-i3 span.date {
  font-size: 14px;
}

.fs-i4 span.date {
  font-size: 15px;
}

.fs-i5 span.date {
  font-size: 16px;
}

span.date i {
  margin-right: 10px;
  vertical-align: top;
  display: inline-block;
  width: 13px;
  height: 15px;
}

.header-accent {
  font-size: 15px;
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 10px 0 25px;
  position: relative;
  color: #fff;
  background-color: #981521;
  text-transform: uppercase;
  margin: 0;
  font-weight: 500;
}

.fs-d5 .header-accent {
  font-size: 10px;
}

.fs-d4 .header-accent {
  font-size: 11px;
}

.fs-d3 .header-accent {
  font-size: 12px;
}

.fs-d2 .header-accent {
  font-size: 13px;
}

.fs-d1 .header-accent {
  font-size: 14px;
}

.fs-i1 .header-accent {
  font-size: 16px;
}

.fs-i2 .header-accent {
  font-size: 17px;
}

.fs-i3 .header-accent {
  font-size: 18px;
}

.fs-i4 .header-accent {
  font-size: 19px;
}

.fs-i5 .header-accent {
  font-size: 20px;
}

.header-accent:before {
  width: 5px;
  height: 40px;
  content: '';
  position: absolute;
  left: 9px;
  top: 0;
  background-color: #fff;
}

.header-accent a {
  color: #fff;
  text-decoration: none;
}

.header-accent a:hover {
  color: #fff;
}

.header-popular {
  font-size: 16px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin: 0;
  padding: 13px 0 12px 0;
}

.fs-d5 .header-popular {
  font-size: 11px;
}

.fs-d4 .header-popular {
  font-size: 12px;
}

.fs-d3 .header-popular {
  font-size: 13px;
}

.fs-d2 .header-popular {
  font-size: 14px;
}

.fs-d1 .header-popular {
  font-size: 15px;
}

.fs-i1 .header-popular {
  font-size: 17px;
}

.fs-i2 .header-popular {
  font-size: 18px;
}

.fs-i3 .header-popular {
  font-size: 19px;
}

.fs-i4 .header-popular {
  font-size: 20px;
}

.fs-i5 .header-popular {
  font-size: 21px;
}

.header-popular a {
  color: #2b2b2b;
  text-decoration: none;
}

.header-popular a:hover {
  text-decoration: none;
}

.header-line {
  border-bottom: 1px solid #bbb;
  margin-bottom: 15px;
}

.color-gray {
  background-color: #eeeeee;
}

.module-text,
.module-html {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}

.fs-d5 .module-text,
.fs-d5 .module-html {
  font-size: 9px;
}

.fs-d4 .module-text,
.fs-d4 .module-html {
  font-size: 10px;
}

.fs-d3 .module-text,
.fs-d3 .module-html {
  font-size: 11px;
}

.fs-d2 .module-text,
.fs-d2 .module-html {
  font-size: 12px;
}

.fs-d1 .module-text,
.fs-d1 .module-html {
  font-size: 13px;
}

.fs-i1 .module-text,
.fs-i1 .module-html {
  font-size: 15px;
}

.fs-i2 .module-text,
.fs-i2 .module-html {
  font-size: 16px;
}

.fs-i3 .module-text,
.fs-i3 .module-html {
  font-size: 17px;
}

.fs-i4 .module-text,
.fs-i4 .module-html {
  font-size: 18px;
}

.fs-i5 .module-text,
.fs-i5 .module-html {
  font-size: 19px;
}

.hover-on:hover div {
  opacity: .7;
}

.row-grid-12 {
  margin-left: -15px;
  margin-right: -15px;
}

.row-grid-12:after {
  content: '';
  display: block;
  clear: both;
}

.row-grid-12 > [class*=col-] {
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
}

.row-grid-12 > [class*=col-lg-] {
  float: left;
}

.row-grid-12 > .col-lg-12 {
  width: 100%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-12 {
  margin-left: 100%;
}

.row-grid-12 > .col-push-lg-12 {
  left: 100%;
}

.row-grid-12 > .col-pull-lg-12 {
  right: 100%;
}

.row-grid-12 > .col-lg-11 {
  width: 91.66666667%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-11 {
  margin-left: 91.66666667%;
}

.row-grid-12 > .col-push-lg-11 {
  left: 91.66666667%;
}

.row-grid-12 > .col-pull-lg-11 {
  right: 91.66666667%;
}

.row-grid-12 > .col-lg-10 {
  width: 83.33333333%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-10 {
  margin-left: 83.33333333%;
}

.row-grid-12 > .col-push-lg-10 {
  left: 83.33333333%;
}

.row-grid-12 > .col-pull-lg-10 {
  right: 83.33333333%;
}

.row-grid-12 > .col-lg-9 {
  width: 75%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-9 {
  margin-left: 75%;
}

.row-grid-12 > .col-push-lg-9 {
  left: 75%;
}

.row-grid-12 > .col-pull-lg-9 {
  right: 75%;
}

.row-grid-12 > .col-lg-8 {
  width: 66.66666667%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-8 {
  margin-left: 66.66666667%;
}

.row-grid-12 > .col-push-lg-8 {
  left: 66.66666667%;
}

.row-grid-12 > .col-pull-lg-8 {
  right: 66.66666667%;
}

.row-grid-12 > .col-lg-7 {
  width: 58.33333333%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-7 {
  margin-left: 58.33333333%;
}

.row-grid-12 > .col-push-lg-7 {
  left: 58.33333333%;
}

.row-grid-12 > .col-pull-lg-7 {
  right: 58.33333333%;
}

.row-grid-12 > .col-lg-6 {
  width: 50%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-6 {
  margin-left: 50%;
}

.row-grid-12 > .col-push-lg-6 {
  left: 50%;
}

.row-grid-12 > .col-pull-lg-6 {
  right: 50%;
}

.row-grid-12 > .col-lg-5 {
  width: 41.66666667%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-5 {
  margin-left: 41.66666667%;
}

.row-grid-12 > .col-push-lg-5 {
  left: 41.66666667%;
}

.row-grid-12 > .col-pull-lg-5 {
  right: 41.66666667%;
}

.row-grid-12 > .col-lg-4 {
  width: 33.33333333%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-4 {
  margin-left: 33.33333333%;
}

.row-grid-12 > .col-push-lg-4 {
  left: 33.33333333%;
}

.row-grid-12 > .col-pull-lg-4 {
  right: 33.33333333%;
}

.row-grid-12 > .col-lg-3 {
  width: 25%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-3 {
  margin-left: 25%;
}

.row-grid-12 > .col-push-lg-3 {
  left: 25%;
}

.row-grid-12 > .col-pull-lg-3 {
  right: 25%;
}

.row-grid-12 > .col-lg-2 {
  width: 16.66666667%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-2 {
  margin-left: 16.66666667%;
}

.row-grid-12 > .col-push-lg-2 {
  left: 16.66666667%;
}

.row-grid-12 > .col-pull-lg-2 {
  right: 16.66666667%;
}

.row-grid-12 > .col-lg-1 {
  width: 8.33333333%;
  height: auto;
  overflow: visible;
}

.row-grid-12 > .col-offset-lg-1 {
  margin-left: 8.33333333%;
}

.row-grid-12 > .col-push-lg-1 {
  left: 8.33333333%;
}

.row-grid-12 > .col-pull-lg-1 {
  right: 8.33333333%;
}

.row-grid-12 > .col-lg-0 {
  width: 0;
  height: 0;
  overflow: hidden;
}

.row-grid-12 > .col-offset-lg-0 {
  margin-left: 0%;
}

.row-grid-12 > .col-push-lg-0 {
  left: auto;
}

.row-grid-12 > .col-pull-lg-0 {
  right: auto;
}

@media only screen and (max-width : 1023px) {
  .row-grid-12 > [class*=col-md-] {
    float: left;
  }

  .row-grid-12 > .col-md-12 {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-12 {
    margin-left: 100%;
  }

  .row-grid-12 > .col-push-md-12 {
    left: 100%;
  }

  .row-grid-12 > .col-pull-md-12 {
    right: 100%;
  }

  .row-grid-12 > .col-md-11 {
    width: 91.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-11 {
    margin-left: 91.66666667%;
  }

  .row-grid-12 > .col-push-md-11 {
    left: 91.66666667%;
  }

  .row-grid-12 > .col-pull-md-11 {
    right: 91.66666667%;
  }

  .row-grid-12 > .col-md-10 {
    width: 83.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-10 {
    margin-left: 83.33333333%;
  }

  .row-grid-12 > .col-push-md-10 {
    left: 83.33333333%;
  }

  .row-grid-12 > .col-pull-md-10 {
    right: 83.33333333%;
  }

  .row-grid-12 > .col-md-9 {
    width: 75%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-9 {
    margin-left: 75%;
  }

  .row-grid-12 > .col-push-md-9 {
    left: 75%;
  }

  .row-grid-12 > .col-pull-md-9 {
    right: 75%;
  }

  .row-grid-12 > .col-md-8 {
    width: 66.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-8 {
    margin-left: 66.66666667%;
  }

  .row-grid-12 > .col-push-md-8 {
    left: 66.66666667%;
  }

  .row-grid-12 > .col-pull-md-8 {
    right: 66.66666667%;
  }

  .row-grid-12 > .col-md-7 {
    width: 58.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-7 {
    margin-left: 58.33333333%;
  }

  .row-grid-12 > .col-push-md-7 {
    left: 58.33333333%;
  }

  .row-grid-12 > .col-pull-md-7 {
    right: 58.33333333%;
  }

  .row-grid-12 > .col-md-6 {
    width: 50%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-6 {
    margin-left: 50%;
  }

  .row-grid-12 > .col-push-md-6 {
    left: 50%;
  }

  .row-grid-12 > .col-pull-md-6 {
    right: 50%;
  }

  .row-grid-12 > .col-md-5 {
    width: 41.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-5 {
    margin-left: 41.66666667%;
  }

  .row-grid-12 > .col-push-md-5 {
    left: 41.66666667%;
  }

  .row-grid-12 > .col-pull-md-5 {
    right: 41.66666667%;
  }

  .row-grid-12 > .col-md-4 {
    width: 33.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-4 {
    margin-left: 33.33333333%;
  }

  .row-grid-12 > .col-push-md-4 {
    left: 33.33333333%;
  }

  .row-grid-12 > .col-pull-md-4 {
    right: 33.33333333%;
  }

  .row-grid-12 > .col-md-3 {
    width: 25%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-3 {
    margin-left: 25%;
  }

  .row-grid-12 > .col-push-md-3 {
    left: 25%;
  }

  .row-grid-12 > .col-pull-md-3 {
    right: 25%;
  }

  .row-grid-12 > .col-md-2 {
    width: 16.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-2 {
    margin-left: 16.66666667%;
  }

  .row-grid-12 > .col-push-md-2 {
    left: 16.66666667%;
  }

  .row-grid-12 > .col-pull-md-2 {
    right: 16.66666667%;
  }

  .row-grid-12 > .col-md-1 {
    width: 8.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-md-1 {
    margin-left: 8.33333333%;
  }

  .row-grid-12 > .col-push-md-1 {
    left: 8.33333333%;
  }

  .row-grid-12 > .col-pull-md-1 {
    right: 8.33333333%;
  }

  .row-grid-12 > .col-md-0 {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .row-grid-12 > .col-offset-md-0 {
    margin-left: 0%;
  }

  .row-grid-12 > .col-push-md-0 {
    left: auto;
  }

  .row-grid-12 > .col-pull-md-0 {
    right: auto;
  }
}

@media only screen and (max-width : 767px) {
  .row-grid-12 > [class*=col-sm-] {
    float: left;
  }

  .row-grid-12 > .col-sm-12 {
    width: 100%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-12 {
    margin-left: 100%;
  }

  .row-grid-12 > .col-push-sm-12 {
    left: 100%;
  }

  .row-grid-12 > .col-pull-sm-12 {
    right: 100%;
  }

  .row-grid-12 > .col-sm-11 {
    width: 91.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-11 {
    margin-left: 91.66666667%;
  }

  .row-grid-12 > .col-push-sm-11 {
    left: 91.66666667%;
  }

  .row-grid-12 > .col-pull-sm-11 {
    right: 91.66666667%;
  }

  .row-grid-12 > .col-sm-10 {
    width: 83.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-10 {
    margin-left: 83.33333333%;
  }

  .row-grid-12 > .col-push-sm-10 {
    left: 83.33333333%;
  }

  .row-grid-12 > .col-pull-sm-10 {
    right: 83.33333333%;
  }

  .row-grid-12 > .col-sm-9 {
    width: 75%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-9 {
    margin-left: 75%;
  }

  .row-grid-12 > .col-push-sm-9 {
    left: 75%;
  }

  .row-grid-12 > .col-pull-sm-9 {
    right: 75%;
  }

  .row-grid-12 > .col-sm-8 {
    width: 66.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-8 {
    margin-left: 66.66666667%;
  }

  .row-grid-12 > .col-push-sm-8 {
    left: 66.66666667%;
  }

  .row-grid-12 > .col-pull-sm-8 {
    right: 66.66666667%;
  }

  .row-grid-12 > .col-sm-7 {
    width: 58.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-7 {
    margin-left: 58.33333333%;
  }

  .row-grid-12 > .col-push-sm-7 {
    left: 58.33333333%;
  }

  .row-grid-12 > .col-pull-sm-7 {
    right: 58.33333333%;
  }

  .row-grid-12 > .col-sm-6 {
    width: 50%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-6 {
    margin-left: 50%;
  }

  .row-grid-12 > .col-push-sm-6 {
    left: 50%;
  }

  .row-grid-12 > .col-pull-sm-6 {
    right: 50%;
  }

  .row-grid-12 > .col-sm-5 {
    width: 41.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-5 {
    margin-left: 41.66666667%;
  }

  .row-grid-12 > .col-push-sm-5 {
    left: 41.66666667%;
  }

  .row-grid-12 > .col-pull-sm-5 {
    right: 41.66666667%;
  }

  .row-grid-12 > .col-sm-4 {
    width: 33.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-4 {
    margin-left: 33.33333333%;
  }

  .row-grid-12 > .col-push-sm-4 {
    left: 33.33333333%;
  }

  .row-grid-12 > .col-pull-sm-4 {
    right: 33.33333333%;
  }

  .row-grid-12 > .col-sm-3 {
    width: 25%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-3 {
    margin-left: 25%;
  }

  .row-grid-12 > .col-push-sm-3 {
    left: 25%;
  }

  .row-grid-12 > .col-pull-sm-3 {
    right: 25%;
  }

  .row-grid-12 > .col-sm-2 {
    width: 16.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-2 {
    margin-left: 16.66666667%;
  }

  .row-grid-12 > .col-push-sm-2 {
    left: 16.66666667%;
  }

  .row-grid-12 > .col-pull-sm-2 {
    right: 16.66666667%;
  }

  .row-grid-12 > .col-sm-1 {
    width: 8.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-sm-1 {
    margin-left: 8.33333333%;
  }

  .row-grid-12 > .col-push-sm-1 {
    left: 8.33333333%;
  }

  .row-grid-12 > .col-pull-sm-1 {
    right: 8.33333333%;
  }

  .row-grid-12 > .col-sm-0 {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .row-grid-12 > .col-offset-sm-0 {
    margin-left: 0%;
  }

  .row-grid-12 > .col-push-sm-0 {
    left: auto;
  }

  .row-grid-12 > .col-pull-sm-0 {
    right: auto;
  }
}

@media only screen and (max-width : 479px) {
  .row-grid-12 > [class*=col-xs-] {
    float: left;
  }

  .row-grid-12 > .col-xs-12 {
    width: 100%;
    height: auto;
    overflow: visible;
  }

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

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

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

  .row-grid-12 > .col-xs-11 {
    width: 91.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-11 {
    margin-left: 91.66666667%;
  }

  .row-grid-12 > .col-push-xs-11 {
    left: 91.66666667%;
  }

  .row-grid-12 > .col-pull-xs-11 {
    right: 91.66666667%;
  }

  .row-grid-12 > .col-xs-10 {
    width: 83.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-10 {
    margin-left: 83.33333333%;
  }

  .row-grid-12 > .col-push-xs-10 {
    left: 83.33333333%;
  }

  .row-grid-12 > .col-pull-xs-10 {
    right: 83.33333333%;
  }

  .row-grid-12 > .col-xs-9 {
    width: 75%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-9 {
    margin-left: 75%;
  }

  .row-grid-12 > .col-push-xs-9 {
    left: 75%;
  }

  .row-grid-12 > .col-pull-xs-9 {
    right: 75%;
  }

  .row-grid-12 > .col-xs-8 {
    width: 66.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-8 {
    margin-left: 66.66666667%;
  }

  .row-grid-12 > .col-push-xs-8 {
    left: 66.66666667%;
  }

  .row-grid-12 > .col-pull-xs-8 {
    right: 66.66666667%;
  }

  .row-grid-12 > .col-xs-7 {
    width: 58.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-7 {
    margin-left: 58.33333333%;
  }

  .row-grid-12 > .col-push-xs-7 {
    left: 58.33333333%;
  }

  .row-grid-12 > .col-pull-xs-7 {
    right: 58.33333333%;
  }

  .row-grid-12 > .col-xs-6 {
    width: 50%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-6 {
    margin-left: 50%;
  }

  .row-grid-12 > .col-push-xs-6 {
    left: 50%;
  }

  .row-grid-12 > .col-pull-xs-6 {
    right: 50%;
  }

  .row-grid-12 > .col-xs-5 {
    width: 41.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-5 {
    margin-left: 41.66666667%;
  }

  .row-grid-12 > .col-push-xs-5 {
    left: 41.66666667%;
  }

  .row-grid-12 > .col-pull-xs-5 {
    right: 41.66666667%;
  }

  .row-grid-12 > .col-xs-4 {
    width: 33.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-4 {
    margin-left: 33.33333333%;
  }

  .row-grid-12 > .col-push-xs-4 {
    left: 33.33333333%;
  }

  .row-grid-12 > .col-pull-xs-4 {
    right: 33.33333333%;
  }

  .row-grid-12 > .col-xs-3 {
    width: 25%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-3 {
    margin-left: 25%;
  }

  .row-grid-12 > .col-push-xs-3 {
    left: 25%;
  }

  .row-grid-12 > .col-pull-xs-3 {
    right: 25%;
  }

  .row-grid-12 > .col-xs-2 {
    width: 16.66666667%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-2 {
    margin-left: 16.66666667%;
  }

  .row-grid-12 > .col-push-xs-2 {
    left: 16.66666667%;
  }

  .row-grid-12 > .col-pull-xs-2 {
    right: 16.66666667%;
  }

  .row-grid-12 > .col-xs-1 {
    width: 8.33333333%;
    height: auto;
    overflow: visible;
  }

  .row-grid-12 > .col-offset-xs-1 {
    margin-left: 8.33333333%;
  }

  .row-grid-12 > .col-push-xs-1 {
    left: 8.33333333%;
  }

  .row-grid-12 > .col-pull-xs-1 {
    right: 8.33333333%;
  }

  .row-grid-12 > .col-xs-0 {
    width: 0;
    height: 0;
    overflow: hidden;
  }

  .row-grid-12 > .col-offset-xs-0 {
    margin-left: 0%;
  }

  .row-grid-12 > .col-push-xs-0 {
    left: auto;
  }

  .row-grid-12 > .col-pull-xs-0 {
    right: auto;
  }
}

.row-grid-12.grid-show-columns {
  height: 100%;
}

.row-grid-12.grid-show-columns > [class*=col-] {
  height: 100%;
}

.row-grid-12.grid-show-columns > [class*=col-]:after {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  top: 0;
  left: 15px;
  right: 15px;
  background: rgba(255, 200, 200, 0.5);
}

body {
  font-family: 'PF DinDisplay Pro', sans-serif;
  font-size: 13px;
  letter-spacing: normal;
}

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

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

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

.text-white {
  color: #fff;
}

.text-no-transform {
  text-transform: none;
}

h1 {
  font-size: 30px;
  font-weight: normal;
}

.fs-d5 h1 {
  font-size: 25px;
}

.fs-d4 h1 {
  font-size: 26px;
}

.fs-d3 h1 {
  font-size: 27px;
}

.fs-d2 h1 {
  font-size: 28px;
}

.fs-d1 h1 {
  font-size: 29px;
}

.fs-i1 h1 {
  font-size: 31px;
}

.fs-i2 h1 {
  font-size: 32px;
}

.fs-i3 h1 {
  font-size: 33px;
}

.fs-i4 h1 {
  font-size: 34px;
}

.fs-i5 h1 {
  font-size: 35px;
}

h2 {
  font-size: 22px;
  font-weight: 500;
}

.fs-d5 h2 {
  font-size: 17px;
}

.fs-d4 h2 {
  font-size: 18px;
}

.fs-d3 h2 {
  font-size: 19px;
}

.fs-d2 h2 {
  font-size: 20px;
}

.fs-d1 h2 {
  font-size: 21px;
}

.fs-i1 h2 {
  font-size: 23px;
}

.fs-i2 h2 {
  font-size: 24px;
}

.fs-i3 h2 {
  font-size: 25px;
}

.fs-i4 h2 {
  font-size: 26px;
}

.fs-i5 h2 {
  font-size: 27px;
}

h3 {
  margin-top: 0;
  font-size: 20px;
  font-weight: 500;
}

.fs-d5 h3 {
  font-size: 15px;
}

.fs-d4 h3 {
  font-size: 16px;
}

.fs-d3 h3 {
  font-size: 17px;
}

.fs-d2 h3 {
  font-size: 18px;
}

.fs-d1 h3 {
  font-size: 19px;
}

.fs-i1 h3 {
  font-size: 21px;
}

.fs-i2 h3 {
  font-size: 22px;
}

.fs-i3 h3 {
  font-size: 23px;
}

.fs-i4 h3 {
  font-size: 24px;
}

.fs-i5 h3 {
  font-size: 25px;
}

h4 {
  margin-top: 0;
  font-size: 18px;
  font-weight: 500;
}

.fs-d5 h4 {
  font-size: 13px;
}

.fs-d4 h4 {
  font-size: 14px;
}

.fs-d3 h4 {
  font-size: 15px;
}

.fs-d2 h4 {
  font-size: 16px;
}

.fs-d1 h4 {
  font-size: 17px;
}

.fs-i1 h4 {
  font-size: 19px;
}

.fs-i2 h4 {
  font-size: 20px;
}

.fs-i3 h4 {
  font-size: 21px;
}

.fs-i4 h4 {
  font-size: 22px;
}

.fs-i5 h4 {
  font-size: 23px;
}

h5 {
  margin-top: 0;
  font-weight: 500;
  font-size: 16px;
}

.fs-d5 h5 {
  font-size: 11px;
}

.fs-d4 h5 {
  font-size: 12px;
}

.fs-d3 h5 {
  font-size: 13px;
}

.fs-d2 h5 {
  font-size: 14px;
}

.fs-d1 h5 {
  font-size: 15px;
}

.fs-i1 h5 {
  font-size: 17px;
}

.fs-i2 h5 {
  font-size: 18px;
}

.fs-i3 h5 {
  font-size: 19px;
}

.fs-i4 h5 {
  font-size: 20px;
}

.fs-i5 h5 {
  font-size: 21px;
}

h6 {
  margin-top: 0;
  font-size: 15px;
}

.fs-d5 h6 {
  font-size: 10px;
}

.fs-d4 h6 {
  font-size: 11px;
}

.fs-d3 h6 {
  font-size: 12px;
}

.fs-d2 h6 {
  font-size: 13px;
}

.fs-d1 h6 {
  font-size: 14px;
}

.fs-i1 h6 {
  font-size: 16px;
}

.fs-i2 h6 {
  font-size: 17px;
}

.fs-i3 h6 {
  font-size: 18px;
}

.fs-i4 h6 {
  font-size: 19px;
}

.fs-i5 h6 {
  font-size: 20px;
}

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

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

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

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

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

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

.i-search {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMiIgYmFzZVByb2ZpbGU9InRpbnkiIGlkPSLQodC70L7QuV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMzE2IDEzOSAyMTAuMSAxOTguMiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTTM5MS40LDI1MGwtNTIsNDkuMmw5LjQsMTBsNTEuNS00OC43YzIxLjksMjAuMSw1NS44LDIwLjIsNzcuNy0wLjVjMjIuOS0yMS42LDIzLjktNTcuNywyLjMtODAuNmMtMjEuNi0yMi45LTU3LjctMjMuOS04MC42LTIuM0MzNzkuMiwxOTYuNCwzNzYuMywyMjcuMywzOTEuNCwyNTB6IE00MDQuOCwxODIuNGMxOS45LTE4LjgsNTEuMy0xNy45LDcwLjIsMmMxOC44LDE5LjksMTcuOSw1MS4zLTIsNzAuMmMtMTkuOSwxOC44LTUxLjMsMTcuOS03MC4yLTJDMzg0LDIzMi42LDM4NC45LDIwMS4yLDQwNC44LDE4Mi40eiIvPjwvc3ZnPg==);
}

.i-calendar {
  background-size: cover;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMiIgYmFzZVByb2ZpbGU9InRpbnkiIGlkPSJMYXllcl8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iMCAwIDE0MSAxNDYiIHhtbDpzcGFjZT0icHJlc2VydmUiPjxnPjxwYXRoIGZpbGw9IiNBOUE5QTkiIGQ9Ik0xMy4zLDEyNi40VjM3LjRjMC0yLjQsMC45LTQuNSwyLjYtNi4zYzEuNy0xLjgsMy44LTIuNiw2LjItMi42aDguOHYtNi43YzAtMy4xLDEuMS01LjcsMy4yLTcuOWMyLjItMi4yLDQuNy0zLjMsNy44LTMuM2g0LjRjMywwLDUuNiwxLjEsNy44LDMuM2MyLjIsMi4yLDMuMiw0LjgsMy4yLDcuOXY2LjdoMjYuNHYtNi43YzAtMy4xLDEuMS01LjcsMy4yLTcuOWMyLjItMi4yLDQuNy0zLjMsNy44LTMuM2g0LjRjMywwLDUuNiwxLjEsNy44LDMuM2MyLjIsMi4yLDMuMiw0LjgsMy4yLDcuOXY2LjdoOC44YzIuNCwwLDQuNCwwLjksNi4yLDIuNmMxLjcsMS44LDIuNiwzLjgsMi42LDYuM3Y4OC45YzAsMi40LTAuOSw0LjUtMi42LDYuM2MtMS43LDEuOC0zLjgsMi42LTYuMiwyLjZIMjIuMWMtMi40LDAtNC40LTAuOS02LjItMi42QzE0LjIsMTMwLjgsMTMuMywxMjguOCwxMy4zLDEyNi40eiBNMjIuMSwxMjYuNGg5Ni44VjU1LjJIMjIuMVYxMjYuNHogTTM5LjcsNDEuOWMwLDAuNiwwLjIsMS4yLDAuNiwxLjZjMC40LDAuNCwwLjksMC42LDEuNiwwLjZoNC40YzAuNiwwLDEuMi0wLjIsMS42LTAuNmMwLjQtMC40LDAuNi0wLjksMC42LTEuNnYtMjBjMC0wLjYtMC4yLTEuMi0wLjYtMS42Yy0wLjQtMC40LTAuOS0wLjYtMS42LTAuNmgtNC40Yy0wLjYsMC0xLjIsMC4yLTEuNiwwLjZjLTAuNCwwLjQtMC42LDEtMC42LDEuNlY0MS45eiBNOTIuNSw0MS45YzAsMC42LDAuMiwxLjIsMC42LDEuNmMwLjQsMC40LDAuOSwwLjYsMS42LDAuNmg0LjRjMC42LDAsMS4yLTAuMiwxLjYtMC42YzAuNC0wLjQsMC42LTAuOSwwLjYtMS42di0yMGMwLTAuNi0wLjItMS4yLTAuNi0xLjZjLTAuNC0wLjQtMC45LTAuNi0xLjYtMC42aC00LjRjLTAuNiwwLTEuMiwwLjItMS42LDAuNmMtMC40LDAuNC0wLjYsMS0wLjYsMS42VjQxLjl6IE04My41LDk2LjNoLTI2Yy0xLjcsMC0zLTEuMy0zLTN2LTIuN2MwLTEuNywxLjMtMywzLTNoMjZjMS43LDAsMywxLjMsMywzdjIuN0M4Ni41LDk1LDg1LjIsOTYuMyw4My41LDk2LjN6Ii8+PC9nPjwvc3ZnPg==');
}

.i-arrow {
  background-position: 50% 50%;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMiIgYmFzZVByb2ZpbGU9InRpbnkiIGlkPSLQodC70L7QuV8xIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiB4PSIwcHgiIHk9IjBweCIgdmlld0JveD0iLTQwMiAyODAuMyAzNiAzNiIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZmlsbD0iI0ZGRkZGRiIgZD0iTS0zNzguOSwyOTEuNGwtMi4xLTIuMWwtOSw5bDksOWwyLjEtMi4xbC02LjktNi45TC0zNzguOSwyOTEuNHoiLz48cGF0aCBmaWxsPSJub25lIiBkPSJNLTQwMiwyODAuM2gzNnYzNmgtMzZWMjgwLjN6Ii8+PC9zdmc+');
}

.i-attach {
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48c3ZnIHZlcnNpb249IjEuMSIgaWQ9ItCh0LvQvtC5XzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB2aWV3Qm94PSIyMTQuMyAxNzkuMyAxNjYuNyAzMzQuNSIgZW5hYmxlLWJhY2tncm91bmQ9Im5ldyAyMTQuMyAxNzkuMyAxNjYuNyAzMzQuNSIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PHBhdGggZD0iTTI3Ni44LDUxMy44YzM0LjUsMCw2Mi41LTI4LDYyLjUtNjMuMVY0NDB2LTUuNFYyNjYuOGMwLTIzLjgtMTcuOS00Mi45LTQxLjctNDIuOVMyNTYsMjQzLDI1NiwyNjYuOHYxNjkuMWMwLDYuNSw1LjQsMTEuOSwxMS45LDExLjlzMTEuOS01LjQsMTEuOS0xMS45VjI2Ni44YzAtMTAuNyw3LjEtMTksMTcuOS0xOXMxNy45LDguMywxNy45LDE5djE2Ny45djUuNHYxMC43YzAsMjEuNC0xNy4zLDM5LjMtMzguNywzOS4zcy0zOC43LTE3LjMtMzguNy0zOS4zVjI5NC4ydi0yMy44di03LjFjMC0zMi43LDI2LjgtNjAuMSw1OS41LTYwLjFzNTkuNSwyNi44LDU5LjUsNjAuMXYxNzIuNmMwLDYuNSw1LjQsMTEuOSwxMS45LDExLjljNi41LDAsMTEuOS01LjQsMTEuOS0xMS45VjI2My4yYzAtNDYuNC0zNi45LTgzLjktODMuMy04My45cy04My4zLDM3LjUtODMuMyw4My45djcuMXYyMy44djE1NkMyMTQuMyw0ODUuMiwyNDIuMyw1MTMuOCwyNzYuOCw1MTMuOHoiLz48L3N2Zz4=);
}

/* 
 *  Owl Carousel - Animate Plugin
 */

.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
  animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

/* 
 *  Owl Carousel - Auto Height Plugin
 */

.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out;
}

/* 
 *  Core Owl Carousel CSS File
 */

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

.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-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
  cursor: pointer;
  cursor: hand;
  -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 {
  display: none;
}

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}

.owl-carousel .owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  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 - Lazy Load Plugin
 */

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

/* 
 *  Owl Carousel - Video Plugin
 */

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: scale 100ms ease;
  transition: scale 100ms ease;
}

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transition: scale(1.3, 1.3);
  transition: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
}

.owl-hide-dots .owl-dots {
  display: none !important;
}

.owl-dot {
  display: inline-block;
}

.owl-dot + .owl-dot {
  margin-left: 10px;
}

.owl-dot span {
  display: block;
  width: 10px;
  height: 10px;
  background: #ccc;
  border-radius: 50%;
}

.owl-dot.active span {
  background: #555;
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */

html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide img,
#swipebox-slider .slide .swipebox-video-container,
#swipebox-slider .slide .swipebox-inline-container {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: none;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(/img/loader.gif) no-repeat center center;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-prev,
#swipebox-next,
#swipebox-close {
  background-image: url(/img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-prev.disabled,
#swipebox-next.disabled {
  opacity: 0.3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring 0.3s;
  animation: rightSpring 0.3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring 0.3s;
  animation: leftSpring 0.3s;
}

.swipebox-touch #swipebox-container:before,
.swipebox-touch #swipebox-container:after {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  box-shadow: inset 10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  box-shadow: inset -10px 0px 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before {
  opacity: 1;
}

.swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }

  50% {
    left: -30px;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }

  50% {
    left: 30px;
  }

  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }

  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

/* Skin 
--------------------------*/

#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar,
#swipebox-top-bar {
  text-shadow: 1px 1px 1px black;
  background: #000;
  opacity: 0.95;
}

#swipebox-top-bar {
  color: white !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica, Arial, sans-serif;
}

.scrollwheel-disabled {
  position: relative;
}

.scrollwheel-disabled:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  visibility: visible;
  background: #333;
  opacity: .1;
  -webkit-transition: opacity .3s;
  transition: opacity .3s;
}

.scrollwheel-disabled.scrollwheel-enabled:after {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: opacity .3s, visibility 0s .3s;
  transition: opacity .3s, visibility 0s .3s;
}

.no-overflow {
  overflow: hidden;
  padding-right: 17px;
}

.no-visible {
  display: none;
}

.map iframe {
  width: 100%;
  height: 500px;
  display: block;
}

.map > ymaps {
  width: 100% !important;
  height: 320px !important;
}

/*!
 * jQuery Accordion 0.0.1
 * (c) 2014 Victor Fernandez <victor@vctrfrnndz.com>
 * MIT Licensed.
 */

/*!!!!!
 *Custom styles
*/

/* Requirements */

[data-accordion] [data-content] {
  overflow: hidden;
  max-height: 0;
}

/* Basic Theme */

[data-accordion] {
  line-height: 1;
}

[data-content] [data-accordion] {
  border: 0;
  padding: 0;
}

[data-accordion] [data-control] {
  position: relative;
  padding-right: 40px;
}

[data-accordion] > [data-control]:after {
  content: "";
  position: absolute;
  right: 10px;
  top: 12px;
  font-size: 25px;
  font-weight: 200;
  color: #444;
  height: 15px;
  width: 24px;
  background: url('../../img/down.png') center center no-repeat;
  background-size: 50%;
}

[data-accordion].open > [data-control]:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg);
}

.module-accent {
  margin: 30px 0;
  padding: 10px 0 10px 20px;
  position: relative;
  font-size: 14px;
  line-height: 20px;
}

.fs-d5 .module-accent {
  font-size: 9px;
}

.fs-d4 .module-accent {
  font-size: 10px;
}

.fs-d3 .module-accent {
  font-size: 11px;
}

.fs-d2 .module-accent {
  font-size: 12px;
}

.fs-d1 .module-accent {
  font-size: 13px;
}

.fs-i1 .module-accent {
  font-size: 15px;
}

.fs-i2 .module-accent {
  font-size: 16px;
}

.fs-i3 .module-accent {
  font-size: 17px;
}

.fs-i4 .module-accent {
  font-size: 18px;
}

.fs-i5 .module-accent {
  font-size: 19px;
}

.module-accent:before {
  width: 8px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #981521;
  content: '';
  display: block;
}

.module-accent a {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #2b2b2b;
}

.fs-d5 .module-accent a {
  font-size: 10px;
}

.fs-d4 .module-accent a {
  font-size: 11px;
}

.fs-d3 .module-accent a {
  font-size: 12px;
}

.fs-d2 .module-accent a {
  font-size: 13px;
}

.fs-d1 .module-accent a {
  font-size: 14px;
}

.fs-i1 .module-accent a {
  font-size: 16px;
}

.fs-i2 .module-accent a {
  font-size: 17px;
}

.fs-i3 .module-accent a {
  font-size: 18px;
}

.fs-i4 .module-accent a {
  font-size: 19px;
}

.fs-i5 .module-accent a {
  font-size: 20px;
}

header {
  min-height: 240px;
  padding: 20px 0 0 0;
  background: #9d1622;
  background-image: url('../../img/header_bg.png');
  background: url('../../img/header_bg.png'), -webkit-gradient(left top, left bottom, color-stop(0%, #9d1622), color-stop(100%, #7f0b1e));
  background: url('../../img/header_bg.png'), -webkit-linear-gradient(top, #9d1622 0%, #7f0b1e 100%);
  background: url('../../img/header_bg.png'), linear-gradient(to bottom, #9d1622 0%, #7f0b1e 100%);
}

header .header-container {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

header .second-menu {
  text-align: right;
}

header .second-menu ul {
  margin: 0 40px 0 0;
  padding: 0;
  list-style: none;
  display: inline-block;
}

header .second-menu ul li {
  display: inline-block;
  vertical-align: top;
}

header .second-menu ul li a {
  font-weight: 500;
  text-transform: uppercase;
  color: #fff;
  font-size: 12px;
  text-decoration: none;
}

header .second-menu ul li + li {
  margin-left: 20px;
}

header .logo {
  position: absolute;
  margin: 0 0 0 15px;
}

header .logo:after {
  content: '';
  display: block;
  clear: both;
}

header .logo img {
  display: inline-block;
}

header .logo h2 {
  margin: 0;
  padding: 13px 0;
  font-size: 14px;
  color: #fff;
  line-height: 1.4;
  text-transform: uppercase;
  display: inline-block;
  vertical-align: top;
}

header .logo h2 b {
  font-size: 27px;
  font-weight: 700;
}

header .fonts-control {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  float: right;
  margin: 40px 40px 0 0;
  color: #fff;
}

header .fonts-control:after {
  content: '';
  display: block;
  clear: both;
}

header .fonts-control .plus,
header .fonts-control .minus {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
}

header .fonts-control .plus {
  font-size: 40px;
  margin-right: 15px;
}

header .fonts-control .plus:after {
  content: '+';
  vertical-align: top;
  font-size: 20px;
}

header .fonts-control .minus {
  font-size: 26px;
}

header .fonts-control .minus:after {
  content: '-';
  vertical-align: top;
  font-size: 10px;
}

header .main-menu {
  margin-top: 105px;
  background-color: #f8f8f8;
  font-weight: 500;
}

header .main-menu > ul {
  max-width: 1230px;
  margin: 0 auto;
  padding: 0;
  padding-left: 196px;
  list-style: none;
  font-size: 0;
}

header .main-menu > ul > li {
  display: inline-block;
  position: relative;
  height: 60px;
  border: 1px solid #e9e9e9;
  border-left: 0;
  padding: 0 15px;
  text-align: center;
}

header .main-menu > ul > li:hover {
  background-color: #ab1926;
  border: 1px solid #ab1926;
  border-left: 0;
}

header .main-menu > ul > li:hover > a {
  color: #fff;
}

header .main-menu > ul > li:first-child {
  border-left: 1px solid #e9e9e9;
}

header .main-menu > ul > li > a {
  display: block;
  color: #2d2d2d;
  font-size: 13px;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 60px;
}

@media (max-width: 1280px) {
  header .main-menu > ul > li {
    padding: 0 10px;
  }

  header .main-menu > ul > li > a {
    font-size: 12px;
  }
}

@media (max-width: 1150px) {
  header .main-menu > ul > li {
    padding: 0 5px;
  }
}

header .main-menu > ul > li.search {
  display: inline-block;
  vertical-align: top;
  margin-right: 45px;
  float: right;
  border: 1px solid #9a121d;
  padding: 0;
}

header .main-menu > ul > li.search:after {
  content: '';
  display: block;
  clear: both;
}

header .main-menu > ul > li.search a {
  display: block;
  background-color: #9a121d;
}

header .main-menu > ul > li.search a:hover {
  background-color: #ab1926;
}

header .main-menu > ul > li.search a i {
  cursor: pointer;
  display: block;
  width: 65px;
  height: 58px;
  background-size: cover;
}

@media (max-width: 1150px) {
  header .main-menu > ul > li.search {
    margin-right: 25px;
  }
}

header .main-menu > ul > li.has-sub:hover:after {
  width: 100%;
  height: 6px;
  content: '';
  position: absolute;
  left: 0;
  bottom: -6px;
  background-color: #ab1926;
}

header .main-menu > ul > li.has-sub:hover > ul {
  display: block;
}

header .main-menu > ul > li.has-sub > ul {
  position: absolute;
  top: 64px;
  left: 0;
  background-color: #ab1926;
  list-style: none;
  padding: 0;
  min-width: 230px;
  display: none;
  z-index: 3;
}

header .main-menu > ul > li.has-sub > ul > li {
  margin: 0;
  padding: 0;
  text-align: left;
}

header .main-menu > ul > li.has-sub > ul > li:hover {
  background-color: #fff;
}

header .main-menu > ul > li.has-sub > ul > li:hover > a {
  color: #000;
}

header .main-menu > ul > li.has-sub > ul > li > a {
  display: block;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 13px;
  padding: 13px 20px;
  line-height: 16px;
}

header .burger-open {
  height: 20px;
  width: 22px;
  position: relative;
  cursor: pointer;
  display: none;
  position: absolute;
  top: 35px;
  right: 30px;
}

header .burger-open .burger-line {
  top: 50%;
  margin-top: -2px;
}

header .burger-open:before {
  content: '';
  top: 0;
}

header .burger-open:after {
  content: '';
  bottom: 0;
}

header .burger-open:before,
header .burger-open:after,
header .burger-open .burger-line {
  display: block;
  width: 100%;
  height: 4px;
  position: absolute;
  left: 0;
  background: #fff;
}

@media only screen and (max-width : 1023px) {
  header {
    min-height: 0;
    padding: 0;
  }

  header .header-container {
    min-height: 100px;
  }

  header .burger-open {
    display: block;
  }

  header .second-menu,
  header .fonts-control {
    display: none;
  }

  header .logo img {
    max-width: 80px;
  }

  header .main-menu {
    display: none;
  }
}

@media only screen and (max-width : 767px) {
  header .header-container {
    min-height: 120px;
  }

  header .logo img {
    margin-top: 17px;
  }

  header .logo h2 b {
    font-size: 20px;
  }
}

@media only screen and (max-width : 479px) {
  header .logo h2 {
    font-size: 12px;
    line-height: 22px;
  }

  header .logo h2 b {
    font-size: 16px;
  }
}

.burger-menu {
  display: none;
  -webkit-transition: opacity .2s linear,visibility .2s;
  transition: opacity .2s linear,visibility .2s;
}

@media only screen and (max-width : 1023px) {
  .burger-menu {
    display: block;
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 999;
    background-color: rgba(0, 0, 0, 0.7);
  }

  .burger-menu-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    cursor: pointer;
  }

  .burger-menu .menu {
    min-width: 300px;
    position: absolute;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 2;
    background: #9d1622;
    background-image: url('../../img/header_bg.png');
    background: url('../../img/header_bg.png'), -webkit-gradient(left top, left bottom, color-stop(0%, #9d1622), color-stop(100%, #7f0b1e));
    background: url('../../img/header_bg.png'), -webkit-linear-gradient(top, #9d1622 0%, #7f0b1e 100%);
    background: url('../../img/header_bg.png'), linear-gradient(to bottom, #9d1622 0%, #7f0b1e 100%);
  }

  .burger-menu .menu .menu-close {
    position: absolute;
    top: 7px;
    right: 20px;
    font-size: 40px;
    line-height: 40px;
    display: block;
    cursor: pointer;
  }

  .burger-menu .menu .menu-close:after {
    content: '×';
    color: #fff;
  }

  .burger-menu .menu .menu-content ul {
    list-style: none;
    line-height: 35px;
    margin: 30px 0 0 0;
    padding: 0;
  }

  .burger-menu .menu .menu-content ul ul {
    margin: 0;
  }

  .burger-menu .menu .menu-content ul li {
    display: block;
    margin-left: 20px;
  }

  .burger-menu .menu .menu-content ul li.active a {
    position: relative;
    cursor: default;
  }

  .burger-menu .menu .menu-content ul li.active a:hover {
    text-decoration: none;
  }

  .burger-menu .menu .menu-content ul li a {
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    color: #fff;
    text-decoration: none;
  }

  .burger-menu .menu .menu-content ul li a:hover {
    text-decoration: underline;
  }
}

footer {
  margin-top: 20px;
}

footer .footer-section-tabs {
  padding-top: 10px;
}

footer .footer-section-tabs .tabs {
  width: 100%;
}

footer .footer-section-tabs .tabs ul {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 18px;
}

.fs-d5 footer .footer-section-tabs .tabs ul {
  font-size: -5;
}

.fs-d4 footer .footer-section-tabs .tabs ul {
  font-size: -4;
}

.fs-d3 footer .footer-section-tabs .tabs ul {
  font-size: -3;
}

.fs-d2 footer .footer-section-tabs .tabs ul {
  font-size: -2;
}

.fs-d1 footer .footer-section-tabs .tabs ul {
  font-size: -1;
}

.fs-i1 footer .footer-section-tabs .tabs ul {
  font-size: 1;
}

.fs-i2 footer .footer-section-tabs .tabs ul {
  font-size: 2;
}

.fs-i3 footer .footer-section-tabs .tabs ul {
  font-size: 3;
}

.fs-i4 footer .footer-section-tabs .tabs ul {
  font-size: 4;
}

.fs-i5 footer .footer-section-tabs .tabs ul {
  font-size: 5;
}

footer .footer-section-tabs .tabs ul li {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
}

.fs-d5 footer .footer-section-tabs .tabs ul li {
  font-size: 10px;
}

.fs-d4 footer .footer-section-tabs .tabs ul li {
  font-size: 11px;
}

.fs-d3 footer .footer-section-tabs .tabs ul li {
  font-size: 12px;
}

.fs-d2 footer .footer-section-tabs .tabs ul li {
  font-size: 13px;
}

.fs-d1 footer .footer-section-tabs .tabs ul li {
  font-size: 14px;
}

.fs-i1 footer .footer-section-tabs .tabs ul li {
  font-size: 16px;
}

.fs-i2 footer .footer-section-tabs .tabs ul li {
  font-size: 17px;
}

.fs-i3 footer .footer-section-tabs .tabs ul li {
  font-size: 18px;
}

.fs-i4 footer .footer-section-tabs .tabs ul li {
  font-size: 19px;
}

.fs-i5 footer .footer-section-tabs .tabs ul li {
  font-size: 20px;
}

@media only screen and (max-width : 479px) {
  footer .footer-section-tabs .tabs ul li {
    margin-right: -1px;
  }
}

footer .footer-section-tabs .tabs ul li a {
  padding: 0 5px 5px 5px;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

footer .footer-section-tabs .tabs ul li a.active,
footer .footer-section-tabs .tabs ul li a:hover {
  border-bottom: 3px solid #981521;
}

footer .footer-section-links h5 {
  text-transform: uppercase;
  font-size: 15px;
  margin: 20px 0 10px 0;
  font-weight: bold;
}

.fs-d5 footer .footer-section-links h5 {
  font-size: 10px;
}

.fs-d4 footer .footer-section-links h5 {
  font-size: 11px;
}

.fs-d3 footer .footer-section-links h5 {
  font-size: 12px;
}

.fs-d2 footer .footer-section-links h5 {
  font-size: 13px;
}

.fs-d1 footer .footer-section-links h5 {
  font-size: 14px;
}

.fs-i1 footer .footer-section-links h5 {
  font-size: 16px;
}

.fs-i2 footer .footer-section-links h5 {
  font-size: 17px;
}

.fs-i3 footer .footer-section-links h5 {
  font-size: 18px;
}

.fs-i4 footer .footer-section-links h5 {
  font-size: 19px;
}

.fs-i5 footer .footer-section-links h5 {
  font-size: 20px;
}

footer .footer-section-links ul {
  list-style: none;
  font-size: 0;
  margin: 0 0 15px 0;
  padding: 0;
}

.fs-d5 footer .footer-section-links ul {
  font-size: -5;
}

.fs-d4 footer .footer-section-links ul {
  font-size: -4;
}

.fs-d3 footer .footer-section-links ul {
  font-size: -3;
}

.fs-d2 footer .footer-section-links ul {
  font-size: -2;
}

.fs-d1 footer .footer-section-links ul {
  font-size: -1;
}

.fs-i1 footer .footer-section-links ul {
  font-size: 1;
}

.fs-i2 footer .footer-section-links ul {
  font-size: 2;
}

.fs-i3 footer .footer-section-links ul {
  font-size: 3;
}

.fs-i4 footer .footer-section-links ul {
  font-size: 4;
}

.fs-i5 footer .footer-section-links ul {
  font-size: 5;
}

footer .footer-section-links ul li {
  display: block;
}

footer .footer-section-links ul li a {
  font-size: 13px;
  line-height: 24px;
  color: #727272;
  text-decoration: none;
}

.fs-d5 footer .footer-section-links ul li a {
  font-size: 8px;
}

.fs-d4 footer .footer-section-links ul li a {
  font-size: 9px;
}

.fs-d3 footer .footer-section-links ul li a {
  font-size: 10px;
}

.fs-d2 footer .footer-section-links ul li a {
  font-size: 11px;
}

.fs-d1 footer .footer-section-links ul li a {
  font-size: 12px;
}

.fs-i1 footer .footer-section-links ul li a {
  font-size: 14px;
}

.fs-i2 footer .footer-section-links ul li a {
  font-size: 15px;
}

.fs-i3 footer .footer-section-links ul li a {
  font-size: 16px;
}

.fs-i4 footer .footer-section-links ul li a {
  font-size: 17px;
}

.fs-i5 footer .footer-section-links ul li a {
  font-size: 18px;
}

footer .footer-section-links ul li a:hover {
  color: #981521;
}

footer .footer-section-info {
  background: #9d1622;
  background-image: url('../../img/header_bg.png');
  background: url('../../img/header_bg.png'), -webkit-gradient(left top, left bottom, color-stop(0%, #9d1622), color-stop(100%, #7f0b1e));
  background: url('../../img/header_bg.png'), -webkit-linear-gradient(top, #9d1622 0%, #7f0b1e 100%);
  background: url('../../img/header_bg.png'), linear-gradient(to bottom, #9d1622 0%, #7f0b1e 100%);
  min-height: 100px;
}

footer .footer-section-info .info {
  padding-top: 15px;
}

footer .footer-section-info .info:after {
  content: '';
  display: block;
  clear: both;
}

footer .footer-section-info .info p {
  font-size: 15px;
  line-height: 25px;
  color: #d7d7d7;
  margin: 0;
}

.fs-d5 footer .footer-section-info .info p {
  font-size: 10px;
}

.fs-d4 footer .footer-section-info .info p {
  font-size: 11px;
}

.fs-d3 footer .footer-section-info .info p {
  font-size: 12px;
}

.fs-d2 footer .footer-section-info .info p {
  font-size: 13px;
}

.fs-d1 footer .footer-section-info .info p {
  font-size: 14px;
}

.fs-i1 footer .footer-section-info .info p {
  font-size: 16px;
}

.fs-i2 footer .footer-section-info .info p {
  font-size: 17px;
}

.fs-i3 footer .footer-section-info .info p {
  font-size: 18px;
}

.fs-i4 footer .footer-section-info .info p {
  font-size: 19px;
}

.fs-i5 footer .footer-section-info .info p {
  font-size: 20px;
}

footer .footer-section-info .info p.left {
  float: left;
}

footer .footer-section-info .info p.right {
  text-align: right;
  float: right;
}

footer .footer-section-info .info p.right > a {
  text-transform: uppercase;
  text-decoration: underline;
}

footer .footer-section-info .info p.right a {
  color: #d7d7d7;
}

@media only screen and (max-width : 767px) {
  footer .footer-section-info .info {
    padding-top: 15px;
  }

  footer .footer-section-info .info p {
    padding: 0 0 15px 0;
  }

  footer .footer-section-info .info p.left {
    float: none;
  }

  footer .footer-section-info .info p.right {
    float: none;
    text-align: left;
  }
}

.big-news a[href]:hover img {
  opacity: .7;
}

.big-news .big-picture {
  position: relative;
}

.big-news .big-picture .img {
  width: 100%;
  min-height: 420px;
  background-size: cover;
  background-position: 50% 0;
}

.big-news .big-picture .header {
  position: absolute;
  width: 100%;
  min-height: 70px;
  left: 0;
  bottom: 0;
  border: 0;
  border-top: 1px solid #222;
  background-color: rgba(34, 34, 34, 0.65);
  padding: 20px 40px;
}

.big-news .big-picture .header a {
  text-decoration: none;
}

.big-news .big-picture .header a:hover {
  text-decoration: underline;
  color: #fff;
}

.big-news .big-picture .header h3 {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  margin: 0;
}

.fs-d5 .big-news .big-picture .header h3 {
  font-size: 19px;
}

.fs-d4 .big-news .big-picture .header h3 {
  font-size: 20px;
}

.fs-d3 .big-news .big-picture .header h3 {
  font-size: 21px;
}

.fs-d2 .big-news .big-picture .header h3 {
  font-size: 22px;
}

.fs-d1 .big-news .big-picture .header h3 {
  font-size: 23px;
}

.fs-i1 .big-news .big-picture .header h3 {
  font-size: 25px;
}

.fs-i2 .big-news .big-picture .header h3 {
  font-size: 26px;
}

.fs-i3 .big-news .big-picture .header h3 {
  font-size: 27px;
}

.fs-i4 .big-news .big-picture .header h3 {
  font-size: 28px;
}

.fs-i5 .big-news .big-picture .header h3 {
  font-size: 29px;
}

.big-news .controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 100%;
}

.big-news .controls .control-left,
.big-news .controls .control-right {
  position: absolute;
  top: 0;
  width: 40px;
  height: 50px;
  background-color: #9a131d;
  cursor: pointer;
}

.big-news .controls .control-left i,
.big-news .controls .control-right i {
  width: 40px;
  height: 50px;
  display: block;
  text-align: center;
}

.big-news .controls .control-left:hover,
.big-news .controls .control-right:hover {
  background-color: #ab1926;
}

.big-news .controls .control-left {
  left: 0;
}

.big-news .controls .control-right {
  right: 0;
}

.big-news .controls .control-right i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.big-news .pictures {
  margin: 12px 0;
}

.big-news .pictures .img-wrap {
  width: 165px;
  height: 110px;
  border: 2px solid transparent;
}

.big-news .pictures .img-wrap.active {
  border: 2px solid #981521;
}

.big-news .pictures .img-wrap .picture {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  min-width: 100%;
  min-height: 100%;
  display: inline-block;
}

.faq-question-title {
  display: block;
  padding-top: 10px;
  padding-bottom: 10px;
  border: none;
  font-weight: 500;
  font-size: 17px;
  line-height: 18px;
  text-decoration: underline;
  color: #2b2b2b;
  cursor: pointer;
}

.fs-d5 .faq-question-title {
  font-size: 12px;
}

.fs-d4 .faq-question-title {
  font-size: 13px;
}

.fs-d3 .faq-question-title {
  font-size: 14px;
}

.fs-d2 .faq-question-title {
  font-size: 15px;
}

.fs-d1 .faq-question-title {
  font-size: 16px;
}

.fs-i1 .faq-question-title {
  font-size: 18px;
}

.fs-i2 .faq-question-title {
  font-size: 19px;
}

.fs-i3 .faq-question-title {
  font-size: 20px;
}

.fs-i4 .faq-question-title {
  font-size: 21px;
}

.fs-i5 .faq-question-title {
  font-size: 22px;
}

.faq-question-title:hover {
  color: #981521;
}

.faq-question-content .faq-question-content {
  padding-left: 20px;
  border-left: 1px solid #ccc;
}

.faq-question-answer {
  background: #f5f5f5;
}

.faq-question-answer-text {
  padding: 30px 20px 30px 0;
  font-size: 15px;
  color: #2b2b2b;
}

.fs-d5 .faq-question-answer-text {
  font-size: 10px;
}

.fs-d4 .faq-question-answer-text {
  font-size: 11px;
}

.fs-d3 .faq-question-answer-text {
  font-size: 12px;
}

.fs-d2 .faq-question-answer-text {
  font-size: 13px;
}

.fs-d1 .faq-question-answer-text {
  font-size: 14px;
}

.fs-i1 .faq-question-answer-text {
  font-size: 16px;
}

.fs-i2 .faq-question-answer-text {
  font-size: 17px;
}

.fs-i3 .faq-question-answer-text {
  font-size: 18px;
}

.fs-i4 .faq-question-answer-text {
  font-size: 19px;
}

.fs-i5 .faq-question-answer-text {
  font-size: 20px;
}

.faq-question-answer-text a {
  color: #981521;
}

.faq-question-answer-text a:hover {
  text-decoration: underline;
}

.faq-preview .item p {
  padding: 15px 0 0 0;
}

.faq-preview .item p a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #2b2b2b;
  text-decoration: none;
}

.fs-d5 .faq-preview .item p a {
  font-size: 10px;
}

.fs-d4 .faq-preview .item p a {
  font-size: 11px;
}

.fs-d3 .faq-preview .item p a {
  font-size: 12px;
}

.fs-d2 .faq-preview .item p a {
  font-size: 13px;
}

.fs-d1 .faq-preview .item p a {
  font-size: 14px;
}

.fs-i1 .faq-preview .item p a {
  font-size: 16px;
}

.fs-i2 .faq-preview .item p a {
  font-size: 17px;
}

.fs-i3 .faq-preview .item p a {
  font-size: 18px;
}

.fs-i4 .faq-preview .item p a {
  font-size: 19px;
}

.fs-i5 .faq-preview .item p a {
  font-size: 20px;
}

.faq-preview .item p a:hover {
  color: #981521;
}

.button {
  display: block;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
  font-weight: 500;
  font-size: 15px;
  line-height: 40px;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  background-color: #981521;
}

.fs-d5 .button {
  font-size: 10px;
}

.fs-d4 .button {
  font-size: 11px;
}

.fs-d3 .button {
  font-size: 12px;
}

.fs-d2 .button {
  font-size: 13px;
}

.fs-d1 .button {
  font-size: 14px;
}

.fs-i1 .button {
  font-size: 16px;
}

.fs-i2 .button {
  font-size: 17px;
}

.fs-i3 .button {
  font-size: 18px;
}

.fs-i4 .button {
  font-size: 19px;
}

.fs-i5 .button {
  font-size: 20px;
}

.button:hover {
  background-color: #ab1926;
  color: #fff;
}

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

.top-adverts a[href]:hover img {
  opacity: .7;
}

.top-adverts .tabs {
  width: 100%;
}

.top-adverts .tabs ul {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 18px;
}

.fs-d5 .top-adverts .tabs ul {
  font-size: -5;
}

.fs-d4 .top-adverts .tabs ul {
  font-size: -4;
}

.fs-d3 .top-adverts .tabs ul {
  font-size: -3;
}

.fs-d2 .top-adverts .tabs ul {
  font-size: -2;
}

.fs-d1 .top-adverts .tabs ul {
  font-size: -1;
}

.fs-i1 .top-adverts .tabs ul {
  font-size: 1;
}

.fs-i2 .top-adverts .tabs ul {
  font-size: 2;
}

.fs-i3 .top-adverts .tabs ul {
  font-size: 3;
}

.fs-i4 .top-adverts .tabs ul {
  font-size: 4;
}

.fs-i5 .top-adverts .tabs ul {
  font-size: 5;
}

.top-adverts .tabs ul li {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
}

.fs-d5 .top-adverts .tabs ul li {
  font-size: 10px;
}

.fs-d4 .top-adverts .tabs ul li {
  font-size: 11px;
}

.fs-d3 .top-adverts .tabs ul li {
  font-size: 12px;
}

.fs-d2 .top-adverts .tabs ul li {
  font-size: 13px;
}

.fs-d1 .top-adverts .tabs ul li {
  font-size: 14px;
}

.fs-i1 .top-adverts .tabs ul li {
  font-size: 16px;
}

.fs-i2 .top-adverts .tabs ul li {
  font-size: 17px;
}

.fs-i3 .top-adverts .tabs ul li {
  font-size: 18px;
}

.fs-i4 .top-adverts .tabs ul li {
  font-size: 19px;
}

.fs-i5 .top-adverts .tabs ul li {
  font-size: 20px;
}

@media only screen and (max-width : 479px) {
  .top-adverts .tabs ul li {
    margin-right: -1px;
  }
}

.top-adverts .tabs ul li a {
  padding: 0 5px 5px 5px;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.top-adverts .tabs ul li a.active,
.top-adverts .tabs ul li a:hover {
  border-bottom: 3px solid #981521;
}

.top-adverts .item-wrap {
  margin-bottom: 10px;
}

.top-adverts .item-wrap .img-wrap img {
  width: 100%;
}

.top-adverts .item-wrap h4 {
  margin-top: 17px;
  margin-bottom: 17px;
  font-weight: normal;
}

.top-adverts .item-wrap h4 a {
  font-size: 15px;
  color: #2b2b2b;
  text-decoration: none;
  line-height: 18px;
  font-weight: 500;
}

.fs-d5 .top-adverts .item-wrap h4 a {
  font-size: 10px;
}

.fs-d4 .top-adverts .item-wrap h4 a {
  font-size: 11px;
}

.fs-d3 .top-adverts .item-wrap h4 a {
  font-size: 12px;
}

.fs-d2 .top-adverts .item-wrap h4 a {
  font-size: 13px;
}

.fs-d1 .top-adverts .item-wrap h4 a {
  font-size: 14px;
}

.fs-i1 .top-adverts .item-wrap h4 a {
  font-size: 16px;
}

.fs-i2 .top-adverts .item-wrap h4 a {
  font-size: 17px;
}

.fs-i3 .top-adverts .item-wrap h4 a {
  font-size: 18px;
}

.fs-i4 .top-adverts .item-wrap h4 a {
  font-size: 19px;
}

.fs-i5 .top-adverts .item-wrap h4 a {
  font-size: 20px;
}

.top-adverts .item-wrap h4 a:hover {
  color: #981521;
}

.top-adverts .item-wrap p {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #808080;
  max-height: 120px;
  overflow: hidden;
}

.fs-d5 .top-adverts .item-wrap p {
  font-size: 10px;
}

.fs-d4 .top-adverts .item-wrap p {
  font-size: 11px;
}

.fs-d3 .top-adverts .item-wrap p {
  font-size: 12px;
}

.fs-d2 .top-adverts .item-wrap p {
  font-size: 13px;
}

.fs-d1 .top-adverts .item-wrap p {
  font-size: 14px;
}

.fs-i1 .top-adverts .item-wrap p {
  font-size: 16px;
}

.fs-i2 .top-adverts .item-wrap p {
  font-size: 17px;
}

.fs-i3 .top-adverts .item-wrap p {
  font-size: 18px;
}

.fs-i4 .top-adverts .item-wrap p {
  font-size: 19px;
}

.fs-i5 .top-adverts .item-wrap p {
  font-size: 20px;
}

.news-two-columns a[href]:hover img {
  opacity: .7;
}

.news-two-columns .big-img-wrap {
  text-align: center;
  width: 100%;
  height: auto;
}

.news-two-columns .big-img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}

.news-two-columns .teasers {
  padding: 20px 0;
}

.news-one-column a[href]:hover img {
  opacity: .7;
}

.news-one-column .img-wrap {
  text-align: center;
  margin-bottom: 20px;
}

.news-one-column .img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 500px;
}

.news-one-column .teasers {
  padding: 20px 0;
}

.popular-news .item p {
  padding: 15px 0 0 0;
}

.popular-news .item p a {
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
  color: #2b2b2b;
  text-decoration: none;
}

.fs-d5 .popular-news .item p a {
  font-size: 10px;
}

.fs-d4 .popular-news .item p a {
  font-size: 11px;
}

.fs-d3 .popular-news .item p a {
  font-size: 12px;
}

.fs-d2 .popular-news .item p a {
  font-size: 13px;
}

.fs-d1 .popular-news .item p a {
  font-size: 14px;
}

.fs-i1 .popular-news .item p a {
  font-size: 16px;
}

.fs-i2 .popular-news .item p a {
  font-size: 17px;
}

.fs-i3 .popular-news .item p a {
  font-size: 18px;
}

.fs-i4 .popular-news .item p a {
  font-size: 19px;
}

.fs-i5 .popular-news .item p a {
  font-size: 20px;
}

.popular-news .item p a:hover {
  color: #981521;
}

.module-gallery {
  margin: 30px 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: #2b2b2b;
}

.module-gallery .big-picture {
  position: relative;
  display: block;
  width: 100%;
}

.module-gallery .big-picture:before {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  padding-bottom: 66.69921875%;
}

.module-gallery .big-picture .img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  background-size: contain;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.module-gallery .big-picture .header {
  position: absolute;
  width: 100%;
  min-height: 70px;
  left: 0;
  bottom: 0;
  border: 0;
  border-top: 1px solid #222;
  background-color: rgba(34, 34, 34, 0.65);
  padding: 20px 40px;
}

.module-gallery .big-picture .header a {
  text-decoration: none;
}

.module-gallery .big-picture .header a:hover {
  text-decoration: underline;
  color: #fff;
}

.module-gallery .big-picture .header h3 {
  display: inline;
  font-size: 24px;
  font-weight: bold;
  line-height: 28px;
  color: #fff;
  margin: 0;
}

.fs-d5 .module-gallery .big-picture .header h3 {
  font-size: 19px;
}

.fs-d4 .module-gallery .big-picture .header h3 {
  font-size: 20px;
}

.fs-d3 .module-gallery .big-picture .header h3 {
  font-size: 21px;
}

.fs-d2 .module-gallery .big-picture .header h3 {
  font-size: 22px;
}

.fs-d1 .module-gallery .big-picture .header h3 {
  font-size: 23px;
}

.fs-i1 .module-gallery .big-picture .header h3 {
  font-size: 25px;
}

.fs-i2 .module-gallery .big-picture .header h3 {
  font-size: 26px;
}

.fs-i3 .module-gallery .big-picture .header h3 {
  font-size: 27px;
}

.fs-i4 .module-gallery .big-picture .header h3 {
  font-size: 28px;
}

.fs-i5 .module-gallery .big-picture .header h3 {
  font-size: 29px;
}

.module-gallery .controls {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0;
  margin-top: -25px;
  width: 100%;
}

.module-gallery .controls .control-left,
.module-gallery .controls .control-right {
  position: absolute;
  top: 0;
  width: 40px;
  height: 50px;
  background-color: #9a131d;
  cursor: pointer;
}

.module-gallery .controls .control-left i,
.module-gallery .controls .control-right i {
  width: 40px;
  height: 50px;
  display: block;
  text-align: center;
}

.module-gallery .controls .control-left:hover,
.module-gallery .controls .control-right:hover {
  background-color: #ab1926;
}

.module-gallery .controls .control-left {
  left: 0;
}

.module-gallery .controls .control-right {
  right: 0;
}

.module-gallery .controls .control-right i {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.module-gallery .owl-item {
  overflow: hidden;
  background-color: #2b2b2b;
  z-index: 1;
}

.module-gallery .owl-item .active {
  z-index: 2;
}

#swipebox-slider .slide {
  position: relative;
  overflow: hidden;
}

#swipebox-slider .swipebox-block-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

#swipebox-slider .swipebox-video-content {
  max-width: 1920px;
  width: 90vw;
}

.news-card {
  margin-top: -20px;
  background-color: #fff;
  padding: 0 17px 30px 17px;
  border: 0;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.news-card a[href]:hover img {
  opacity: .7;
}

.news-card .header-another {
  text-align: left;
  padding-top: 18px;
}

.news-card .item p {
  padding: 15px 0 0 0;
}

.news-card .item p a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  color: #2b2b2b;
  text-decoration: none;
}

.fs-d5 .news-card .item p a {
  font-size: 10px;
}

.fs-d4 .news-card .item p a {
  font-size: 11px;
}

.fs-d3 .news-card .item p a {
  font-size: 12px;
}

.fs-d2 .news-card .item p a {
  font-size: 13px;
}

.fs-d1 .news-card .item p a {
  font-size: 14px;
}

.fs-i1 .news-card .item p a {
  font-size: 16px;
}

.fs-i2 .news-card .item p a {
  font-size: 17px;
}

.fs-i3 .news-card .item p a {
  font-size: 18px;
}

.fs-i4 .news-card .item p a {
  font-size: 19px;
}

.fs-i5 .news-card .item p a {
  font-size: 20px;
}

.news-card .item p a:hover {
  color: #981521;
}

.news-card .item p a.active {
  cursor: default;
  color: #9A121D;
}

.news-card .news-tags a.active {
  cursor: pointer !important;
}

.news-card .news-tags a.active:before {
  content: '\2022';
  display: inline-block;
  width: 15px;
  text-align: center;
  margin-left: -15px;
  position: relative;
  top: -1px;
}

.news-card .link-item p {
  padding: 0;
  text-transform: uppercase;
}

.news-card .link-item p a {
  color: #808080;
}

.news-card .photos {
  font-size: 0;
  width: 100%;
}

.news-card .photos .small-photo {
  display: inline-block;
  width: 30%;
  margin-left: 3%;
  position: relative;
  min-height: 100px;
}

.news-card .photos .small-photo:nth-child(3n+1) {
  margin-left: 0;
}

.news-card .photos .small-photo .img {
  margin-top: 20px;
  width: 100%;
  height: 56px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 0;
}

.news-card .search {
  position: relative;
  padding-top: 22px;
}

.news-card .search input {
  width: 100%;
  line-height: 40px;
  padding: 0 50px 0 10px;
  outline: none;
  height: 40px;
  border: 1px solid #bbb;
}

.news-card .search .icon-wrap {
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  background-color: #9a121d;
  position: absolute;
  top: 22px;
  right: 0;
}

.news-card .search .icon {
  display: block;
  width: 40px;
  height: 40px;
  background-size: cover;
}

.module-content-card {
  background-color: #fff;
  padding: 20px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}

.module-content-card-title {
  font-weight: 500;
  font-size: 16px;
  padding: 0 0 15px 0;
}

.fs-d5 .module-content-card-title {
  font-size: 11px;
}

.fs-d4 .module-content-card-title {
  font-size: 12px;
}

.fs-d3 .module-content-card-title {
  font-size: 13px;
}

.fs-d2 .module-content-card-title {
  font-size: 14px;
}

.fs-d1 .module-content-card-title {
  font-size: 15px;
}

.fs-i1 .module-content-card-title {
  font-size: 17px;
}

.fs-i2 .module-content-card-title {
  font-size: 18px;
}

.fs-i3 .module-content-card-title {
  font-size: 19px;
}

.fs-i4 .module-content-card-title {
  font-size: 20px;
}

.fs-i5 .module-content-card-title {
  font-size: 21px;
}

.feedback {
  padding-bottom: 50px;
}

.feedback form {
  margin: 0;
  padding: 0;
}

.feedback-description {
  margin: 0 0 10px;
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #808080;
}

.feedback-description a {
  line-height: 1.5;
  font-weight: 500;
  color: #2b2b2b;
  text-decoration: none;
}

.feedback-description a:hover {
  color: #981521;
}

.feedback .item {
  padding: 10px 0;
}

.feedback .item label {
  display: block;
  font-size: 15px;
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  padding: 0;
}

.fs-d5 .feedback .item label {
  font-size: 10px;
}

.fs-d4 .feedback .item label {
  font-size: 11px;
}

.fs-d3 .feedback .item label {
  font-size: 12px;
}

.fs-d2 .feedback .item label {
  font-size: 13px;
}

.fs-d1 .feedback .item label {
  font-size: 14px;
}

.fs-i1 .feedback .item label {
  font-size: 16px;
}

.fs-i2 .feedback .item label {
  font-size: 17px;
}

.fs-i3 .feedback .item label {
  font-size: 18px;
}

.fs-i4 .feedback .item label {
  font-size: 19px;
}

.fs-i5 .feedback .item label {
  font-size: 20px;
}

.feedback .item input[type=text],
.feedback .item input[type=email],
.feedback .item input[type=tel] {
  width: 100%;
  height: 40px;
  padding: 0 20px;
  line-height: 40px;
  display: block;
  outline: none;
  font-size: 15px;
}

.fs-d5 .feedback .item input[type=text],
.fs-d5 .feedback .item input[type=email],
.fs-d5 .feedback .item input[type=tel] {
  font-size: 10px;
}

.fs-d4 .feedback .item input[type=text],
.fs-d4 .feedback .item input[type=email],
.fs-d4 .feedback .item input[type=tel] {
  font-size: 11px;
}

.fs-d3 .feedback .item input[type=text],
.fs-d3 .feedback .item input[type=email],
.fs-d3 .feedback .item input[type=tel] {
  font-size: 12px;
}

.fs-d2 .feedback .item input[type=text],
.fs-d2 .feedback .item input[type=email],
.fs-d2 .feedback .item input[type=tel] {
  font-size: 13px;
}

.fs-d1 .feedback .item input[type=text],
.fs-d1 .feedback .item input[type=email],
.fs-d1 .feedback .item input[type=tel] {
  font-size: 14px;
}

.fs-i1 .feedback .item input[type=text],
.fs-i1 .feedback .item input[type=email],
.fs-i1 .feedback .item input[type=tel] {
  font-size: 16px;
}

.fs-i2 .feedback .item input[type=text],
.fs-i2 .feedback .item input[type=email],
.fs-i2 .feedback .item input[type=tel] {
  font-size: 17px;
}

.fs-i3 .feedback .item input[type=text],
.fs-i3 .feedback .item input[type=email],
.fs-i3 .feedback .item input[type=tel] {
  font-size: 18px;
}

.fs-i4 .feedback .item input[type=text],
.fs-i4 .feedback .item input[type=email],
.fs-i4 .feedback .item input[type=tel] {
  font-size: 19px;
}

.fs-i5 .feedback .item input[type=text],
.fs-i5 .feedback .item input[type=email],
.fs-i5 .feedback .item input[type=tel] {
  font-size: 20px;
}

.feedback .item textarea {
  width: 100%;
  height: 129px;
  font-size: 15px;
  resize: none;
  outline: none;
  line-height: 18px;
  padding: 10px 20px;
}

.fs-d5 .feedback .item textarea {
  font-size: 10px;
}

.fs-d4 .feedback .item textarea {
  font-size: 11px;
}

.fs-d3 .feedback .item textarea {
  font-size: 12px;
}

.fs-d2 .feedback .item textarea {
  font-size: 13px;
}

.fs-d1 .feedback .item textarea {
  font-size: 14px;
}

.fs-i1 .feedback .item textarea {
  font-size: 16px;
}

.fs-i2 .feedback .item textarea {
  font-size: 17px;
}

.fs-i3 .feedback .item textarea {
  font-size: 18px;
}

.fs-i4 .feedback .item textarea {
  font-size: 19px;
}

.fs-i5 .feedback .item textarea {
  font-size: 20px;
}

.feedback .item input,
.feedback .item textarea {
  border: 1px solid #ccc;
}

.feedback .item input.error,
.feedback .item textarea.error {
  border-color: #981521;
}

.feedback .item .button {
  margin-top: 29px;
  vertical-align: top;
  width: 160px;
  display: inline-block;
  font-weight: 500;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 15px;
  line-height: 40px;
  text-transform: uppercase;
  float: right;
}

.fs-d5 .feedback .item .button {
  font-size: 10px;
}

.fs-d4 .feedback .item .button {
  font-size: 11px;
}

.fs-d3 .feedback .item .button {
  font-size: 12px;
}

.fs-d2 .feedback .item .button {
  font-size: 13px;
}

.fs-d1 .feedback .item .button {
  font-size: 14px;
}

.fs-i1 .feedback .item .button {
  font-size: 16px;
}

.fs-i2 .feedback .item .button {
  font-size: 17px;
}

.fs-i3 .feedback .item .button {
  font-size: 18px;
}

.fs-i4 .feedback .item .button {
  font-size: 19px;
}

.fs-i5 .feedback .item .button {
  font-size: 20px;
}

.module-file-list ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.module-file-list li {
  margin: 20px 0;
  padding-left: 20px;
}

.module-file-list a {
  display: inline-block;
  text-decoration: none;
  color: #000;
}

.module-file-list a:hover {
  color: #981521;
}

.module-file-list .file-icon {
  margin-left: -20px;
  margin-right: 5px;
}

.module-file-list .file-icon i {
  display: inline-block;
  width: 10px;
  height: 20px;
  vertical-align: top;
}

.module-file-list .file-info {
  font-size: 14px;
  line-height: 18px;
}

.fs-d5 .module-file-list .file-info {
  font-size: 9px;
}

.fs-d4 .module-file-list .file-info {
  font-size: 10px;
}

.fs-d3 .module-file-list .file-info {
  font-size: 11px;
}

.fs-d2 .module-file-list .file-info {
  font-size: 12px;
}

.fs-d1 .module-file-list .file-info {
  font-size: 13px;
}

.fs-i1 .module-file-list .file-info {
  font-size: 15px;
}

.fs-i2 .module-file-list .file-info {
  font-size: 16px;
}

.fs-i3 .module-file-list .file-info {
  font-size: 17px;
}

.fs-i4 .module-file-list .file-info {
  font-size: 18px;
}

.fs-i5 .module-file-list .file-info {
  font-size: 19px;
}

.module-file-list .file-info .file-name {
  text-decoration: none;
  font-weight: 500;
}

.module-file-list .file-info .file-size {
  color: #a9a9a9;
}

.module-file-list .file-description {
  margin: 5px 0 0;
  font-size: 13px;
}

.fs-d5 .module-file-list .file-description {
  font-size: 8px;
}

.fs-d4 .module-file-list .file-description {
  font-size: 9px;
}

.fs-d3 .module-file-list .file-description {
  font-size: 10px;
}

.fs-d2 .module-file-list .file-description {
  font-size: 11px;
}

.fs-d1 .module-file-list .file-description {
  font-size: 12px;
}

.fs-i1 .module-file-list .file-description {
  font-size: 14px;
}

.fs-i2 .module-file-list .file-description {
  font-size: 15px;
}

.fs-i3 .module-file-list .file-description {
  font-size: 16px;
}

.fs-i4 .module-file-list .file-description {
  font-size: 17px;
}

.fs-i5 .module-file-list .file-description {
  font-size: 18px;
}

.modal-search {
  width: 0;
  height: 0;
  background: #f1f1f1;
  position: fixed;
  z-index: 10000;
  top: 0;
  right: 0;
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
  -webkit-transition-property: height, width;
  transition-property: height, width;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  overflow: hidden;
}

.modal-search.open {
  width: 100%;
  height: 100%;
  overflow-y: scroll;
}

.modal-search-form {
  width: 100%;
  height: 40px;
  margin: 0 auto;
  position: relative;
  -webkit-transition-property: width, height, -webkit-transform;
  transition-property: width, height, transform;
  -webkit-transition-duration: 0.5s;
  transition-duration: 0.5s;
  -webkit-transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
  transition-timing-function: cubic-bezier(0.7, 0, 0.3, 1);
}

.modal-search.open .modal-search-form {
  width: 80%;
  height: 160px;
  -webkit-transform: translate3d(0, 3em, 0);
  transform: translate3d(0, 3em, 0);
}

.modal-search-input {
  width: 100%;
  height: 100%;
  padding: 0 10% 0 0;
  font-weight: 700;
  border: none;
  background: transparent;
  font-size: 0.8em;
  color: #981521;
  -webkit-transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  transition: font-size 0.5s cubic-bezier(0.7, 0, 0.3, 1);
  box-sizing: border-box;
}

.modal-search-input::-ms-clear {
  display: none;
}

.modal-search-input::-webkit-input-placeholder,
.modal-search-input:-ms-input-placeholder,
.modal-search-input::-moz-placeholder,
.modal-search-input:-moz--placeholder {
  color: #c2c2c2;
}

.modal-search-input:focus {
  outline: none;
}

.modal-search.open .modal-search-input {
  font-size: 7em;
}

.modal-search-submit {
  position: absolute;
  width: 80px;
  height: 80px;
  text-indent: 100px;
  overflow: hidden;
  right: 0;
  top: 50%;
  background-color: #9a121d;
  background-position: center;
  background-size: 90%;
  border: none;
  pointer-events: none;
  -webkit-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  opacity: 0;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(0, 0, 1);
}

.modal-search-submit:focus {
  outline: none;
}

.modal-search.open .modal-search-submit {
  pointer-events: auto;
  opacity: 1;
  -webkit-transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  transform: translate3d(-30px, -50%, 0) scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.modal-search-close {
  width: 36px;
  height: 36px;
  position: absolute;
  right: 1em;
  top: 1em;
  overflow: hidden;
  text-indent: 100%;
  cursor: pointer;
  pointer-events: none;
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 1);
  transform: scale3d(0, 0, 1);
}

.modal-search-close:before,
.modal-search-close:after {
  content: '';
  position: absolute;
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  border-radius: 3px;
  opacity: 0.2;
  background: #000;
}

.modal-search-close:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.modal-search-close:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal-search-close:hover:before,
.modal-search-close:hover:after {
  opacity: 1;
}

.modal-search.open .modal-search-close {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transition-delay: 0.5s;
  transition-delay: 0.5s;
}

.modal-search-results {
  width: 80%;
  margin: 50px auto 0;
}

.modal-search-results-title {
  font-size: 1em;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 800;
  color: #c2c2c2;
  padding: 0.5em 0;
}

.modal-search-results-title a {
  cursor: pointer;
}

.modal-search-results-title a:hover {
  text-decoration: underline;
}

.modal-search-results-item {
  padding: 10px;
  display: block;
  margin: 0.3em 0;
  border-radius: 5px;
  text-decoration: none;
  background: rgba(118, 117, 128, 0.05);
}

.modal-search-results-item:hover {
  background: rgba(118, 117, 128, 0.1);
  color: #ec5a62;
}

.modal-search-results-item-img {
  display: inline-block;
  width: 50px;
  margin: 0 10px 0 0;
  vertical-align: middle;
}

.modal-search-results-item-title {
  vertical-align: middle;
  display: inline-block;
  margin: 0 0 0 0;
  width: calc(100% - 70px);
  color: rgba(145, 145, 145, 0.7);
}

.modal-search-results-more {
  display: block;
  padding: 20px 0;
  margin: 0 0 0 10px;
  color: rgba(145, 145, 145, 0.7);
  cursor: pointer;
}

.modal-search-results-more.with-image {
  margin: 0 0 0 75px;
}

.modal-search-active-tag {
  position: absolute;
  top: 0;
  left: 0;
  color: #a2a2a2;
}

.modal-search-active-tag-remove {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-right: 10px;
  border-radius: 50%;
  vertical-align: inherit;
  font-size: 15px;
  text-align: center;
  color: #a2a2a2;
  background: rgba(169, 169, 169, 0.4);
  cursor: pointer;
  -webkit-transition: background .3s;
  transition: background .3s;
}

.modal-search-active-tag-remove:hover {
  background-color: rgba(169, 169, 169, 0.2);
  color: #999;
}

.modal-search-active-tag-remove:after {
  content: '×';
}

.on-search-modal-shown {
  overflow: hidden;
}

.page-title {
  text-align: left;
  font-size: 24px;
  margin: 0;
  border-bottom: 3px solid #bbb;
  text-transform: uppercase;
}

.fs-d5 .page-title {
  font-size: 19px;
}

.fs-d4 .page-title {
  font-size: 20px;
}

.fs-d3 .page-title {
  font-size: 21px;
}

.fs-d2 .page-title {
  font-size: 22px;
}

.fs-d1 .page-title {
  font-size: 23px;
}

.fs-i1 .page-title {
  font-size: 25px;
}

.fs-i2 .page-title {
  font-size: 26px;
}

.fs-i3 .page-title {
  font-size: 27px;
}

.fs-i4 .page-title {
  font-size: 28px;
}

.fs-i5 .page-title {
  font-size: 29px;
}

.page-title span {
  border-bottom: 3px solid #981521;
}

article.news-item h4 {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 0;
  margin-bottom: 15px;
}

.fs-d5 article.news-item h4 {
  font-size: 17px;
}

.fs-d4 article.news-item h4 {
  font-size: 18px;
}

.fs-d3 article.news-item h4 {
  font-size: 19px;
}

.fs-d2 article.news-item h4 {
  font-size: 20px;
}

.fs-d1 article.news-item h4 {
  font-size: 21px;
}

.fs-i1 article.news-item h4 {
  font-size: 23px;
}

.fs-i2 article.news-item h4 {
  font-size: 24px;
}

.fs-i3 article.news-item h4 {
  font-size: 25px;
}

.fs-i4 article.news-item h4 {
  font-size: 26px;
}

.fs-i5 article.news-item h4 {
  font-size: 27px;
}

article.news-item h4 a {
  text-decoration: none;
  color: #000;
}

article.news-item h4 a:hover {
  color: #981521;
}

article.news-item > p {
  font-size: 15px;
  line-height: 24px;
  font-weight: normal;
  color: #808080;
}

.fs-d5 article.news-item > p {
  font-size: 10px;
}

.fs-d4 article.news-item > p {
  font-size: 11px;
}

.fs-d3 article.news-item > p {
  font-size: 12px;
}

.fs-d2 article.news-item > p {
  font-size: 13px;
}

.fs-d1 article.news-item > p {
  font-size: 14px;
}

.fs-i1 article.news-item > p {
  font-size: 16px;
}

.fs-i2 article.news-item > p {
  font-size: 17px;
}

.fs-i3 article.news-item > p {
  font-size: 18px;
}

.fs-i4 article.news-item > p {
  font-size: 19px;
}

.fs-i5 article.news-item > p {
  font-size: 20px;
}

article.news-item .small-img-wrap {
  margin-bottom: 30px;
}

article.news-item .small-img-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

article.news-item .small-text {
  margin: 0 0 30px 0;
}

article.news-item .small-text a {
  font-weight: 500;
  font-size: 15px;
  line-height: 18px;
  text-decoration: none;
  color: #2b2b2b;
}

.fs-d5 article.news-item .small-text a {
  font-size: 10px;
}

.fs-d4 article.news-item .small-text a {
  font-size: 11px;
}

.fs-d3 article.news-item .small-text a {
  font-size: 12px;
}

.fs-d2 article.news-item .small-text a {
  font-size: 13px;
}

.fs-d1 article.news-item .small-text a {
  font-size: 14px;
}

.fs-i1 article.news-item .small-text a {
  font-size: 16px;
}

.fs-i2 article.news-item .small-text a {
  font-size: 17px;
}

.fs-i3 article.news-item .small-text a {
  font-size: 18px;
}

.fs-i4 article.news-item .small-text a {
  font-size: 19px;
}

.fs-i5 article.news-item .small-text a {
  font-size: 20px;
}

article.news-item .small-text a.active,
article.news-item .small-text a:hover {
  color: #981521;
}

.page-section-carousel {
  position: relative;
}

.page-section-carousel h4 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

.fs-d5 .page-section-carousel h4 {
  font-size: 19px;
}

.fs-d4 .page-section-carousel h4 {
  font-size: 20px;
}

.fs-d3 .page-section-carousel h4 {
  font-size: 21px;
}

.fs-d2 .page-section-carousel h4 {
  font-size: 22px;
}

.fs-d1 .page-section-carousel h4 {
  font-size: 23px;
}

.fs-i1 .page-section-carousel h4 {
  font-size: 25px;
}

.fs-i2 .page-section-carousel h4 {
  font-size: 26px;
}

.fs-i3 .page-section-carousel h4 {
  font-size: 27px;
}

.fs-i4 .page-section-carousel h4 {
  font-size: 28px;
}

.fs-i5 .page-section-carousel h4 {
  font-size: 29px;
}

.page-section-carousel .img-wrap img {
  max-height: 250px;
}

.page-section-carousel .owl-item {
  opacity: 0.4;
}

.page-section-carousel .owl-item.active {
  opacity: 1;
}

.page-section-carousel .owl-item.active:last-of-type {
  opacity: 0.4;
}

.page-section-carousel h5 {
  padding: 20px 0;
  margin: 0 auto;
  max-width: 278px;
  text-align: center;
}

.page-section-carousel h5 a {
  font-weight: bold;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  color: #222222;
}

.fs-d5 .page-section-carousel h5 a {
  font-size: 13px;
}

.fs-d4 .page-section-carousel h5 a {
  font-size: 14px;
}

.fs-d3 .page-section-carousel h5 a {
  font-size: 15px;
}

.fs-d2 .page-section-carousel h5 a {
  font-size: 16px;
}

.fs-d1 .page-section-carousel h5 a {
  font-size: 17px;
}

.fs-i1 .page-section-carousel h5 a {
  font-size: 19px;
}

.fs-i2 .page-section-carousel h5 a {
  font-size: 20px;
}

.fs-i3 .page-section-carousel h5 a {
  font-size: 21px;
}

.fs-i4 .page-section-carousel h5 a {
  font-size: 22px;
}

.fs-i5 .page-section-carousel h5 a {
  font-size: 23px;
}

.page-section-carousel h5 a:hover,
.page-section-carousel h5 a.active {
  color: #981521;
}

.sitemap-page ul {
  list-style: disc;
}

.sitemap-page a {
  font-size: 15px;
  line-height: 1.3;
  color: #2b2b2b;
  text-decoration: none;
  text-decoration: underline;
}

.fs-d5 .sitemap-page a {
  font-size: 10px;
}

.fs-d4 .sitemap-page a {
  font-size: 11px;
}

.fs-d3 .sitemap-page a {
  font-size: 12px;
}

.fs-d2 .sitemap-page a {
  font-size: 13px;
}

.fs-d1 .sitemap-page a {
  font-size: 14px;
}

.fs-i1 .sitemap-page a {
  font-size: 16px;
}

.fs-i2 .sitemap-page a {
  font-size: 17px;
}

.fs-i3 .sitemap-page a {
  font-size: 18px;
}

.fs-i4 .sitemap-page a {
  font-size: 19px;
}

.fs-i5 .sitemap-page a {
  font-size: 20px;
}

.sitemap-page a:hover {
  color: #981521;
  text-decoration: none;
}

.faq-page {
  padding-bottom: 40px;
}

.faq-page .page-title {
  margin-bottom: 20px;
}

.faq-page .faq-main-content {
  margin: 0;
}

.faq-page .faq-another-title {
  font-size: 18px;
  margin-top: 40px;
}

.page-news-item {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-news-item a[href]:hover img {
  opacity: .7;
}

.page-news-item h2 {
  font-size: 22px;
  line-height: 28px;
  font-weight: normal;
  margin-top: 13px;
  margin-bottom: 20px;
}

.fs-d5 .page-news-item h2 {
  font-size: 17px;
}

.fs-d4 .page-news-item h2 {
  font-size: 18px;
}

.fs-d3 .page-news-item h2 {
  font-size: 19px;
}

.fs-d2 .page-news-item h2 {
  font-size: 20px;
}

.fs-d1 .page-news-item h2 {
  font-size: 21px;
}

.fs-i1 .page-news-item h2 {
  font-size: 23px;
}

.fs-i2 .page-news-item h2 {
  font-size: 24px;
}

.fs-i3 .page-news-item h2 {
  font-size: 25px;
}

.fs-i4 .page-news-item h2 {
  font-size: 26px;
}

.fs-i5 .page-news-item h2 {
  font-size: 27px;
}

.page-news-item .main-img img {
  width: 100%;
  height: auto;
}

.page-news-item p,
.page-news-item .module-text,
.page-news-item a {
  font-size: 15px;
  line-height: 1.5;
  font-weight: normal;
  color: #2b2b2b;
}

.fs-d5 .page-news-item p,
.fs-d5 .page-news-item .module-text,
.fs-d5 .page-news-item a {
  font-size: 10px;
}

.fs-d4 .page-news-item p,
.fs-d4 .page-news-item .module-text,
.fs-d4 .page-news-item a {
  font-size: 11px;
}

.fs-d3 .page-news-item p,
.fs-d3 .page-news-item .module-text,
.fs-d3 .page-news-item a {
  font-size: 12px;
}

.fs-d2 .page-news-item p,
.fs-d2 .page-news-item .module-text,
.fs-d2 .page-news-item a {
  font-size: 13px;
}

.fs-d1 .page-news-item p,
.fs-d1 .page-news-item .module-text,
.fs-d1 .page-news-item a {
  font-size: 14px;
}

.fs-i1 .page-news-item p,
.fs-i1 .page-news-item .module-text,
.fs-i1 .page-news-item a {
  font-size: 16px;
}

.fs-i2 .page-news-item p,
.fs-i2 .page-news-item .module-text,
.fs-i2 .page-news-item a {
  font-size: 17px;
}

.fs-i3 .page-news-item p,
.fs-i3 .page-news-item .module-text,
.fs-i3 .page-news-item a {
  font-size: 18px;
}

.fs-i4 .page-news-item p,
.fs-i4 .page-news-item .module-text,
.fs-i4 .page-news-item a {
  font-size: 19px;
}

.fs-i5 .page-news-item p,
.fs-i5 .page-news-item .module-text,
.fs-i5 .page-news-item a {
  font-size: 20px;
}

.page-news-item a:hover {
  color: #981521;
}

.page-news {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-news a[href]:hover img {
  opacity: .7;
}

.page-news .header-news {
  text-align: left;
}

.page-news .news-item {
  margin-top: 30px;
}

.page-news .news-item a {
  display: block;
}

.page-news .news-item p {
  font-size: 15px;
  line-height: 18px;
  color: #808080;
}

.fs-d5 .page-news .news-item p {
  font-size: 10px;
}

.fs-d4 .page-news .news-item p {
  font-size: 11px;
}

.fs-d3 .page-news .news-item p {
  font-size: 12px;
}

.fs-d2 .page-news .news-item p {
  font-size: 13px;
}

.fs-d1 .page-news .news-item p {
  font-size: 14px;
}

.fs-i1 .page-news .news-item p {
  font-size: 16px;
}

.fs-i2 .page-news .news-item p {
  font-size: 17px;
}

.fs-i3 .page-news .news-item p {
  font-size: 18px;
}

.fs-i4 .page-news .news-item p {
  font-size: 19px;
}

.fs-i5 .page-news .news-item p {
  font-size: 20px;
}

.page-news .news-loader {
  padding: 20px 0 0;
  font-size: 16px;
  text-align: center;
}

.page-news .news-more {
  margin-top: 20px;
  cursor: pointer;
}

.page-media {
  margin-top: 40px;
  margin-bottom: 40px;
}

.page-media a[href]:hover img {
  opacity: .7;
}

.page-media .header-media {
  text-align: left;
  font-size: 24px;
  border-bottom: 3px solid #bbb;
  text-transform: uppercase;
}

.fs-d5 .page-media .header-media {
  font-size: 19px;
}

.fs-d4 .page-media .header-media {
  font-size: 20px;
}

.fs-d3 .page-media .header-media {
  font-size: 21px;
}

.fs-d2 .page-media .header-media {
  font-size: 22px;
}

.fs-d1 .page-media .header-media {
  font-size: 23px;
}

.fs-i1 .page-media .header-media {
  font-size: 25px;
}

.fs-i2 .page-media .header-media {
  font-size: 26px;
}

.fs-i3 .page-media .header-media {
  font-size: 27px;
}

.fs-i4 .page-media .header-media {
  font-size: 28px;
}

.fs-i5 .page-media .header-media {
  font-size: 29px;
}

.page-media .header-media span {
  border-bottom: 3px solid #981521;
}

.page-media-tabs {
  width: 100%;
}

.page-media-tabs ul {
  list-style: none;
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  border-bottom: 1px solid #bbb;
  margin-bottom: 18px;
}

.fs-d5 .page-media-tabs ul {
  font-size: -5;
}

.fs-d4 .page-media-tabs ul {
  font-size: -4;
}

.fs-d3 .page-media-tabs ul {
  font-size: -3;
}

.fs-d2 .page-media-tabs ul {
  font-size: -2;
}

.fs-d1 .page-media-tabs ul {
  font-size: -1;
}

.fs-i1 .page-media-tabs ul {
  font-size: 1;
}

.fs-i2 .page-media-tabs ul {
  font-size: 2;
}

.fs-i3 .page-media-tabs ul {
  font-size: 3;
}

.fs-i4 .page-media-tabs ul {
  font-size: 4;
}

.fs-i5 .page-media-tabs ul {
  font-size: 5;
}

.page-media-tabs ul li {
  font-size: 15px;
  font-weight: bold;
  display: inline-block;
  margin-right: 25px;
}

.fs-d5 .page-media-tabs ul li {
  font-size: 10px;
}

.fs-d4 .page-media-tabs ul li {
  font-size: 11px;
}

.fs-d3 .page-media-tabs ul li {
  font-size: 12px;
}

.fs-d2 .page-media-tabs ul li {
  font-size: 13px;
}

.fs-d1 .page-media-tabs ul li {
  font-size: 14px;
}

.fs-i1 .page-media-tabs ul li {
  font-size: 16px;
}

.fs-i2 .page-media-tabs ul li {
  font-size: 17px;
}

.fs-i3 .page-media-tabs ul li {
  font-size: 18px;
}

.fs-i4 .page-media-tabs ul li {
  font-size: 19px;
}

.fs-i5 .page-media-tabs ul li {
  font-size: 20px;
}

@media only screen and (max-width : 479px) {
  .page-media-tabs ul li {
    margin-right: -1px;
  }
}

.page-media-tabs ul li a {
  padding: 0 5px 5px 5px;
  line-height: 33px;
  text-decoration: none;
  text-transform: uppercase;
  color: #000;
}

.page-media-tabs ul li a.active,
.page-media-tabs ul li a:hover {
  border-bottom: 3px solid #981521;
}

.page-media .img-wrap {
  width: 100%;
  position: relative;
  margin-bottom: 20px;
}

.page-media .img-wrap a {
  display: block;
}

.page-media .img-wrap .img {
  width: 100%;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 0 0;
}

.page-media .img-wrap .descr-wrap {
  width: 100%;
}

.page-media .img-wrap .descr-wrap .descr {
  text-align: left;
  background-color: #fff;
  padding: 25px 30px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  font-weight: normal;
  font-size: 18px;
}

.page-media-video {
  width: 100%;
}

.page-media-video-title {
  padding: 10px 0 0;
  text-align: center;
}

.page-media .big-img-wrap .img {
  height: 490px;
}

.page-media .big-img-wrap .descr {
  font-size: 24px;
}

.fs-d5 .page-media .big-img-wrap .descr {
  font-size: 19px;
}

.fs-d4 .page-media .big-img-wrap .descr {
  font-size: 20px;
}

.fs-d3 .page-media .big-img-wrap .descr {
  font-size: 21px;
}

.fs-d2 .page-media .big-img-wrap .descr {
  font-size: 22px;
}

.fs-d1 .page-media .big-img-wrap .descr {
  font-size: 23px;
}

.fs-i1 .page-media .big-img-wrap .descr {
  font-size: 25px;
}

.fs-i2 .page-media .big-img-wrap .descr {
  font-size: 26px;
}

.fs-i3 .page-media .big-img-wrap .descr {
  font-size: 27px;
}

.fs-i4 .page-media .big-img-wrap .descr {
  font-size: 28px;
}

.fs-i5 .page-media .big-img-wrap .descr {
  font-size: 29px;
}

.page-media .middle-img-wrap .img {
  height: 240px;
}

.page-media .middle-img-wrap .descr {
  font-size: 20px;
}

.fs-d5 .page-media .middle-img-wrap .descr {
  font-size: 15px;
}

.fs-d4 .page-media .middle-img-wrap .descr {
  font-size: 16px;
}

.fs-d3 .page-media .middle-img-wrap .descr {
  font-size: 17px;
}

.fs-d2 .page-media .middle-img-wrap .descr {
  font-size: 18px;
}

.fs-d1 .page-media .middle-img-wrap .descr {
  font-size: 19px;
}

.fs-i1 .page-media .middle-img-wrap .descr {
  font-size: 21px;
}

.fs-i2 .page-media .middle-img-wrap .descr {
  font-size: 22px;
}

.fs-i3 .page-media .middle-img-wrap .descr {
  font-size: 23px;
}

.fs-i4 .page-media .middle-img-wrap .descr {
  font-size: 24px;
}

.fs-i5 .page-media .middle-img-wrap .descr {
  font-size: 25px;
}

.persons .elem {
  padding: 20px 0;
}

.persons h3 {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0;
}

.fs-d5 .persons h3 {
  font-size: 11px;
}

.fs-d4 .persons h3 {
  font-size: 12px;
}

.fs-d3 .persons h3 {
  font-size: 13px;
}

.fs-d2 .persons h3 {
  font-size: 14px;
}

.fs-d1 .persons h3 {
  font-size: 15px;
}

.fs-i1 .persons h3 {
  font-size: 17px;
}

.fs-i2 .persons h3 {
  font-size: 18px;
}

.fs-i3 .persons h3 {
  font-size: 19px;
}

.fs-i4 .persons h3 {
  font-size: 20px;
}

.fs-i5 .persons h3 {
  font-size: 21px;
}

.persons a {
  display: block;
}

.persons .img-wrap {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 50% 0;
  width: 100%;
  height: 450px;
  margin-bottom: 20px;
}

.persons p {
  font-size: 14px;
  line-height: 18px;
  margin: 7px 0;
}

.fs-d5 .persons p {
  font-size: 9px;
}

.fs-d4 .persons p {
  font-size: 10px;
}

.fs-d3 .persons p {
  font-size: 11px;
}

.fs-d2 .persons p {
  font-size: 12px;
}

.fs-d1 .persons p {
  font-size: 13px;
}

.fs-i1 .persons p {
  font-size: 15px;
}

.fs-i2 .persons p {
  font-size: 16px;
}

.fs-i3 .persons p {
  font-size: 17px;
}

.fs-i4 .persons p {
  font-size: 18px;
}

.fs-i5 .persons p {
  font-size: 19px;
}

.persons .name {
  font-weight: bold;
}