/** 
 *------------------------------------------------------------------------------
 * @package       T3 Framework for Joomla!
 *------------------------------------------------------------------------------
 * @copyright     Copyright (C) 2004-2013 JoomlArt.com. All Rights Reserved.
 * @license       GNU General Public License version 2 or later; see LICENSE.txt
 * @authors       JoomlArt, JoomlaBamboo, (contribute to this project at github 
 *                & Google group to become co-author)
 * @Google group: https://groups.google.com/forum/#!forum/t3fw
 * @Link:         http://t3-framework.org 
 *------------------------------------------------------------------------------
 */
/* joomla 3.x 400px */
/*! 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 {
  -moz-box-sizing: content-box;
  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;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  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;
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
  select {
    background: #fff !important;
  }
  .navbar {
    display: none;
  }
  .btn > .caret,
  .dropup > .btn > .caret {
    border-top-color: #000 !important;
  }
  .label {
    border: 1px solid #000;
  }
  .table {
    border-collapse: collapse !important;
  }
  .table td,
  .table th {
    background-color: #fff !important;
  }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #ddd !important;
  }
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'Montserrat', sans-serif;
  line-height: 1.5;
  color: #525252;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #950005;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #490002;
  text-decoration: underline;
}
a:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
.img-rounded {
  border-radius: 0;
}
.img-thumbnail {
  padding: 4px;
  line-height: 1.5;
  background-color: #fff;
  border: 1px solid #ddd;
  border-radius: 0;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  -webkit-transition: all 0.2s ease-in-out 0.12s linear;
  -moz-transition: all 0.2s ease-in-out 0.12s linear;
  -ms-transition: all 0.2s ease-in-out 0.12s linear;
  -o-transition: all 0.2s ease-in-out 0.12s linear;
  transition: all 0.2s ease-in-out 0.12s linear;
  display: inline-block;
  max-width: 100%;
  height: auto;
}
.img-circle {
  border-radius: 50%;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #f5f5f5;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}
[role="button"] {
  cursor: pointer;
}
code,
kbd,
pre,
samp {
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
}
code {
  padding: 2px 4px;
  font-size: 90%;
  color: #c7254e;
  background-color: #f9f2f4;
  border-radius: 0;
}
kbd {
  padding: 2px 4px;
  font-size: 90%;
  color: #fff;
  background-color: #333;
  border-radius: 0;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.25);
}
kbd kbd {
  padding: 0;
  font-size: 100%;
  font-weight: bold;
  box-shadow: none;
}
pre {
  display: block;
  padding: 0.5rem;
  margin: 0 0 1rem;
  font-size: 0.5rem;
  line-height: 1.5;
  word-break: break-all;
  word-wrap: break-word;
  color: #333;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border-radius: 0;
}
pre code {
  padding: 0;
  font-size: inherit;
  color: inherit;
  white-space: pre-wrap;
  background-color: transparent;
  border-radius: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  .container {
    width: 750px;
  }
}
@media (min-width: 992px) {
  .container {
    width: 970px;
  }
}
@media (min-width: 1200px) {
  .container {
    width: 1170px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px;
}
.row {
  margin-left: -15px;
  margin-right: -15px;
}
.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 15px;
  padding-right: 15px;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
  float: left;
}
.col-xs-12 {
  width: 100%;
}
.col-xs-11 {
  width: 91.66666667%;
}
.col-xs-10 {
  width: 83.33333333%;
}
.col-xs-9 {
  width: 75%;
}
.col-xs-8 {
  width: 66.66666667%;
}
.col-xs-7 {
  width: 58.33333333%;
}
.col-xs-6 {
  width: 50%;
}
.col-xs-5 {
  width: 41.66666667%;
}
.col-xs-4 {
  width: 33.33333333%;
}
.col-xs-3 {
  width: 25%;
}
.col-xs-2 {
  width: 16.66666667%;
}
.col-xs-1 {
  width: 8.33333333%;
}
.col-xs-pull-12 {
  right: 100%;
}
.col-xs-pull-11 {
  right: 91.66666667%;
}
.col-xs-pull-10 {
  right: 83.33333333%;
}
.col-xs-pull-9 {
  right: 75%;
}
.col-xs-pull-8 {
  right: 66.66666667%;
}
.col-xs-pull-7 {
  right: 58.33333333%;
}
.col-xs-pull-6 {
  right: 50%;
}
.col-xs-pull-5 {
  right: 41.66666667%;
}
.col-xs-pull-4 {
  right: 33.33333333%;
}
.col-xs-pull-3 {
  right: 25%;
}
.col-xs-pull-2 {
  right: 16.66666667%;
}
.col-xs-pull-1 {
  right: 8.33333333%;
}
.col-xs-pull-0 {
  right: auto;
}
.col-xs-push-12 {
  left: 100%;
}
.col-xs-push-11 {
  left: 91.66666667%;
}
.col-xs-push-10 {
  left: 83.33333333%;
}
.col-xs-push-9 {
  left: 75%;
}
.col-xs-push-8 {
  left: 66.66666667%;
}
.col-xs-push-7 {
  left: 58.33333333%;
}
.col-xs-push-6 {
  left: 50%;
}
.col-xs-push-5 {
  left: 41.66666667%;
}
.col-xs-push-4 {
  left: 33.33333333%;
}
.col-xs-push-3 {
  left: 25%;
}
.col-xs-push-2 {
  left: 16.66666667%;
}
.col-xs-push-1 {
  left: 8.33333333%;
}
.col-xs-push-0 {
  left: auto;
}
.col-xs-offset-12 {
  margin-left: 100%;
}
.col-xs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xs-offset-9 {
  margin-left: 75%;
}
.col-xs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xs-offset-6 {
  margin-left: 50%;
}
.col-xs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xs-offset-3 {
  margin-left: 25%;
}
.col-xs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 768px) {
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: auto;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: auto;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 992px) {
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: auto;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: auto;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 1200px) {
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: auto;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: auto;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
table {
  background-color: transparent;
}
caption {
  padding-top: 8px;
  padding-bottom: 8px;
  color: #b9b9b9;
  text-align: left;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: 2rem;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 8px;
  line-height: 1.5;
  vertical-align: top;
  border-top: 1px solid #ddd;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #ddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.table .table {
  background-color: #fff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 5px;
}
.table-bordered {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #ddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #f9f9f9;
}
.table-hover > tbody > tr:hover {
  background-color: #f5f5f5;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
.table-responsive {
  overflow-x: auto;
  min-height: 0.01%;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 1.5rem;
    overflow-y: hidden;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #ddd;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0;
}
legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 2rem;
  font-size: 2.25rem;
  line-height: inherit;
  color: #333;
  border: 0;
  border-bottom: 1px solid #e5e5e5;
}
label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
input[type="file"] {
  display: block;
}
input[type="range"] {
  display: block;
  width: 100%;
}
select[multiple],
select[size] {
  height: auto;
}
input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
output {
  display: block;
  padding-top: 7px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #525252;
}
.form-control {
  display: block;
  width: 100%;
  padding: 6px 12px;
  font-size: 1.5rem;
  line-height: 1.5;
  color: #525252;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
}
.form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.form-control::-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
.form-control:-ms-input-placeholder {
  color: #b9b9b9;
}
.form-control::-webkit-input-placeholder {
  color: #b9b9b9;
}
.form-control[disabled],
.form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #f5f5f5;
  opacity: 1;
}
.form-control[disabled],
fieldset[disabled] .form-control {
  cursor: not-allowed;
}
textarea.form-control {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"],
  input[type="time"],
  input[type="datetime-local"],
  input[type="month"] {
    line-height: 16rem;
  }
  input[type="date"].input-sm,
  input[type="time"].input-sm,
  input[type="datetime-local"].input-sm,
  input[type="month"].input-sm,
  .input-group-sm input[type="date"],
  .input-group-sm input[type="time"],
  .input-group-sm input[type="datetime-local"],
  .input-group-sm input[type="month"] {
    line-height: 13rem;
  }
  input[type="date"].input-lg,
  input[type="time"].input-lg,
  input[type="datetime-local"].input-lg,
  input[type="month"].input-lg,
  .input-group-lg input[type="date"],
  .input-group-lg input[type="time"],
  .input-group-lg input[type="datetime-local"],
  .input-group-lg input[type="month"] {
    line-height: 24rem;
  }
}
.form-group {
  margin-bottom: 15px;
}
.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
.radio label,
.checkbox label {
  min-height: 2rem;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9;
}
.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px;
}
.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer;
}
.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
input[type="radio"][disabled],
input[type="checkbox"][disabled],
input[type="radio"].disabled,
input[type="checkbox"].disabled,
fieldset[disabled] input[type="radio"],
fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
.radio-inline.disabled,
.checkbox-inline.disabled,
fieldset[disabled] .radio-inline,
fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
.radio.disabled label,
.checkbox.disabled label,
fieldset[disabled] .radio label,
fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 3.5rem;
}
.form-control-static.input-lg,
.form-control-static.input-sm {
  padding-left: 0;
  padding-right: 0;
}
.input-sm {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.29rem;
  line-height: 1.5;
  border-radius: 0;
}
select.input-sm {
  height: 13rem;
  line-height: 13rem;
}
textarea.input-sm,
select[multiple].input-sm {
  height: auto;
}
.form-group-sm .form-control {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.29rem;
  line-height: 1.5;
  border-radius: 0;
}
select.form-group-sm .form-control {
  height: 13rem;
  line-height: 13rem;
}
textarea.form-group-sm .form-control,
select[multiple].form-group-sm .form-control {
  height: auto;
}
.form-group-sm .form-control-static {
  height: 13rem;
  padding: 5px 10px;
  font-size: 1.29rem;
  line-height: 1.5;
  min-height: 3.29rem;
}
.input-lg {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.68rem;
  line-height: 1.33;
  border-radius: 0;
}
select.input-lg {
  height: 24rem;
  line-height: 24rem;
}
textarea.input-lg,
select[multiple].input-lg {
  height: auto;
}
.form-group-lg .form-control {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.68rem;
  line-height: 1.33;
  border-radius: 0;
}
select.form-group-lg .form-control {
  height: 24rem;
  line-height: 24rem;
}
textarea.form-group-lg .form-control,
select[multiple].form-group-lg .form-control {
  height: auto;
}
.form-group-lg .form-control-static {
  height: 24rem;
  padding: 10px 16px;
  font-size: 1.68rem;
  line-height: 1.33;
  min-height: 3.68rem;
}
.has-feedback {
  position: relative;
}
.has-feedback .form-control {
  padding-right: 20rem;
}
.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 16rem;
  height: 16rem;
  line-height: 16rem;
  text-align: center;
  pointer-events: none;
}
.input-lg + .form-control-feedback {
  width: 24rem;
  height: 24rem;
  line-height: 24rem;
}
.input-sm + .form-control-feedback {
  width: 13rem;
  height: 13rem;
  line-height: 13rem;
}
.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline,
.has-success.radio label,
.has-success.checkbox label,
.has-success.radio-inline label,
.has-success.checkbox-inline label {
  color: #468847;
}
.has-success .form-control {
  border-color: #468847;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-success .form-control:focus {
  border-color: #356635;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #7aba7b;
}
.has-success .input-group-addon {
  color: #468847;
  border-color: #468847;
  background-color: #dff0d8;
}
.has-success .form-control-feedback {
  color: #468847;
}
.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline,
.has-warning.radio label,
.has-warning.checkbox label,
.has-warning.radio-inline label,
.has-warning.checkbox-inline label {
  color: #c09853;
}
.has-warning .form-control {
  border-color: #c09853;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-warning .form-control:focus {
  border-color: #a47e3c;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #dbc59e;
}
.has-warning .input-group-addon {
  color: #c09853;
  border-color: #c09853;
  background-color: #fcf8e3;
}
.has-warning .form-control-feedback {
  color: #c09853;
}
.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline,
.has-error.radio label,
.has-error.checkbox label,
.has-error.radio-inline label,
.has-error.checkbox-inline label {
  color: #b94a48;
}
.has-error .form-control {
  border-color: #b94a48;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.has-error .form-control:focus {
  border-color: #953b39;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #d59392;
}
.has-error .input-group-addon {
  color: #b94a48;
  border-color: #b94a48;
  background-color: #f2dede;
}
.has-error .form-control-feedback {
  color: #b94a48;
}
.has-feedback label ~ .form-control-feedback {
  top: 7rem;
}
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0;
}
.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #929292;
}
@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle;
  }
  .form-inline .form-control-static {
    display: inline-block;
  }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle;
  }
  .form-inline .input-group .input-group-addon,
  .form-inline .input-group .input-group-btn,
  .form-inline .input-group .form-control {
    width: auto;
  }
  .form-inline .input-group > .form-control {
    width: 100%;
  }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle;
  }
  .form-inline .radio label,
  .form-inline .checkbox label {
    padding-left: 0;
  }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0;
  }
  .form-inline .has-feedback .form-control-feedback {
    top: 0;
  }
}
.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px;
}
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 9rem;
}
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px;
}
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px;
  }
}
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px;
}
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 14.3px;
  }
}
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
  }
}
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}
.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before,
.slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}
.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir="rtl"] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
  display: none;
}
.slick-dots {
  margin: 1em 0;
  padding: 0;
  line-height: 1em;
  text-align: right;
  position: absolute;
  right: 0;
}
.slick-dots li {
  margin: 0 0.6em;
  padding: 0;
  line-height: 1em;
  display: inline-block;
  cursor: pointer;
  width: 9px;
  height: 9px;
}
.slick-dots li:last-child {
  margin-right: 0;
}
.slick-dots li:before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  border-radius: 50%;
  background: #b9b9b9;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.slick-dots li.slick-active:before {
  background: #950005;
}
.slick-dots button {
  display: none !important;
}
body.compensate-for-scrollbar {
  overflow: hidden;
}
.fancybox-active {
  height: auto;
}
.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}
.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}
.fancybox-container * {
  box-sizing: border-box;
}
.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}
.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}
.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}
.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}
.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}
.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.fancybox-toolbar {
  right: 0;
  top: 0;
}
.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}
.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}
.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}
.fancybox-slide::before {
  content: '';
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}
.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}
.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}
.fancybox-slide--image::before {
  display: none;
}
.fancybox-slide--html {
  padding: 6px;
}
.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -ms-transform-origin: top left;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}
.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}
.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}
.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}
.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.fancybox-container [data-selectable='true'] {
  cursor: text;
}
.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}
.fancybox-spaceball {
  z-index: 1;
}
.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}
.fancybox-slide--video .fancybox-content {
  background: #000;
}
.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}
.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}
.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}
/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}
.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}
.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}
/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}
.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}
.fancybox-button:hover {
  color: #fff;
}
.fancybox-button:focus {
  outline: none;
}
.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}
.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}
/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}
.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}
.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}
.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}
.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}
.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -ms-transform-origin: 0;
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}
/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}
.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}
.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}
.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}
.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}
/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}
.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}
/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}
@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px 44px 25px 44px;
  }
}
.fancybox-caption--separate {
  margin-top: -50px;
}
.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}
.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}
.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}
/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}
@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}
/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}
.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}
/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}
.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}
/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}
.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}
/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
}
.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
}
.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}
.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}
/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}
.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}
.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}
/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: 12px;
      padding-right: 12px;
    }
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}
.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}
.fancybox-share p {
  margin: 0;
  padding: 0;
}
.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}
.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}
.fancybox-share__button:hover {
  text-decoration: none;
}
.fancybox-share__button--fb {
  background: #3b5998;
}
.fancybox-share__button--fb:hover {
  background: #344e86;
}
.fancybox-share__button--pt {
  background: #bd081d;
}
.fancybox-share__button--pt:hover {
  background: #aa0719;
}
.fancybox-share__button--tw {
  background: #1da1f2;
}
.fancybox-share__button--tw:hover {
  background: #0d95e8;
}
.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}
.fancybox-share__button svg path {
  fill: #fff;
}
.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}
/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}
.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}
.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}
.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}
.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}
.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}
.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}
.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}
.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: '';
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}
.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}
.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}
/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.fancybox-container.mobileMenu .fancybox-close-small {
  display: none !important;
}
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
/* Offset direction
 */
html:not([dir="rtl"]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  position: absolute;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 6px;
}
.noUi-horizontal .noUi-handle {
  width: 3.8rem;
  height: 3.8rem;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 3px;
  left: 0;
  outline: none !important;
}
.noUi-vertical {
  width: 6px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
html:not([dir="rtl"]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: rgba(255, 255, 255, 0.15);
  border-radius: 3px;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #fff;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border-radius: 50%;
  background: #950005;
  box-shadow: 0 0 1.5rem rgba(0, 0, 0, 0.7);
  cursor: pointer;
}
/* Handle stripes;
 */
.noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2010%208%22%3E%3Cpath%20fill%3D%22%23460000%22%20d%3D%22M1%200a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200V1a1%201%200%200%200-1-1zM5%200a1%201%200%200%200-1%201v6a1%201%200%200%200%202%200V1a1%201%200%200%200-1-1zM9%200a1%201%200%200%200-1%201v6a1%201%200%201%200%202%200V1a1%201%200%200%200-1-1z%22%2F%3E%3C%2Fsvg%3E");
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  background: #fff;
  color: #7B7B7B;
  line-height: 1em;
  padding: 0.6rem 0.8rem;
  text-align: center;
  white-space: nowrap;
  font-size: 1.4rem;
}
.noUi-tooltip:before {
  content: "";
  width: 1rem;
  height: 1rem;
  background: #fff;
  position: absolute;
  z-index: -1;
  top: -0.4rem;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  top: 130%;
}
.noUi-vertical .noUi-tooltip {
  top: 50%;
  right: 120%;
}
html {
  font-size: 62.5%;
}
@media (max-width: 1644px) {
  html {
    font-size: 58%;
  }
}
@media (max-width: 1400px) {
  html {
    font-size: 55%;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 52%;
  }
}
@media (max-width: 991px) {
  html {
    font-size: 48%;
  }
}
body {
  font-weight: 500;
  font-size: 1.45rem;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
a {
  color: #950005;
  text-decoration: none;
}
a:hover,
a:focus {
  color: #490002;
  text-decoration: underline;
}
a:focus {
  outline: none;
}
img {
  vertical-align: middle;
}
th,
td {
  line-height: 1.5;
  text-align: left;
  vertical-align: top;
}
th {
  font-weight: bold;
}
td,
tr td {
  border-top: 1px solid #ddd;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Montserrat', sans-serif;
  font-weight: 700;
  line-height: 1.1;
  color: inherit;
}
h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small,
h1 .small,
h2 .small,
h3 .small,
h4 .small,
h5 .small,
h6 .small,
.h1 .small,
.h2 .small,
.h3 .small,
.h4 .small,
.h5 .small,
.h6 .small {
  font-weight: normal;
  line-height: 1;
  color: #b9b9b9;
}
h1,
.h1,
h2,
.h2,
h3,
.h3 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}
h1 small,
.h1 small,
h2 small,
.h2 small,
h3 small,
.h3 small,
h1 .small,
.h1 .small,
h2 .small,
.h2 .small,
h3 .small,
.h3 .small {
  font-size: 65%;
}
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
h4 small,
.h4 small,
h5 small,
.h5 small,
h6 small,
.h6 small,
h4 .small,
.h4 .small,
h5 .small,
.h5 .small,
h6 .small,
.h6 .small {
  font-size: 75%;
}
h1,
.h1 {
  font-size: 4.8rem;
}
@media (max-width: 1400px) {
  h1,
  .h1 {
    font-size: 3.84rem;
  }
}
@media (max-width: 991px) {
  h1,
  .h1 {
    font-size: 3.12rem;
  }
}
@media (max-width: 767px) {
  h1,
  .h1 {
    font-size: 2.784rem;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 2.496rem;
  }
}
h2,
.h2 {
  font-size: 4rem;
}
@media (max-width: 1400px) {
  h2,
  .h2 {
    font-size: 3.4rem;
  }
}
@media (max-width: 991px) {
  h2,
  .h2 {
    font-size: 3.08rem;
  }
}
@media (max-width: 767px) {
  h2,
  .h2 {
    font-size: 2.72rem;
  }
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 2.4rem;
  }
}
h3,
.h3 {
  font-size: 2rem;
}
@media (max-width: 1400px) {
  h3,
  .h3 {
    font-size: 1.8rem;
  }
}
@media (max-width: 991px) {
  h3,
  .h3 {
    font-size: 1.7rem;
  }
}
@media (max-width: 767px) {
  h3,
  .h3 {
    font-size: 1.6rem;
  }
}
h4,
.h4 {
  font-size: 1.8rem;
}
@media (max-width: 1400px) {
  h4,
  .h4 {
    font-size: 1.71rem;
  }
}
@media (max-width: 991px) {
  h4,
  .h4 {
    font-size: 1.62rem;
  }
}
@media (max-width: 767px) {
  h4,
  .h4 {
    font-size: 1.53rem;
  }
}
h5,
.h5 {
  font-size: 1.5rem;
}
h6,
.h6 {
  font-size: 1.29rem;
}
p {
  margin: 0 0 1rem;
  line-height: 1.6em;
  font-size: 1.5rem;
}
@media (max-width: 1400px) {
  p {
    font-size: 1.35rem;
  }
}
p:last-of-type {
  margin-bottom: 0;
}
p:last-of-type .ck-readmore {
  padding-top: 2.4rem;
}
p .ck-readmore-trigger {
  text-decoration: underline;
}
small,
.small {
  font-size: 85%;
}
cite {
  font-style: normal;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}
.text-muted {
  color: #b9b9b9;
}
.highlight {
  background-color: #FFC;
  font-weight: bold;
  padding: 1px 4px;
}
ul,
ol {
  margin-top: 0;
  margin-bottom: 1rem;
  padding: 0;
}
ul ul,
ol ul,
ul ol,
ol ol {
  margin-bottom: 0;
}
ul li,
ol li {
  position: relative;
  line-height: 1.5em;
  margin: 1em 0;
  padding-left: 2.7em;
}
.list-unstyled {
  padding-left: 0;
  list-style: none;
}
.list-inline {
  padding-left: 0;
  list-style: none;
  margin-left: -5px;
}
.list-inline > li {
  display: inline-block;
  padding-left: 5px;
  padding-right: 5px;
}
ul {
  list-style: none;
}
ul li:before {
  content: "";
  display: block;
  line-height: 1.5em;
  width: 12px;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20fill%3D%22%23989797%22%20d%3D%22M0%202.999h11v1H0z%22%2F%3E%3Cpath%20fill%3D%22%23989797%22%20d%3D%22M9.066.517l.867-.5%202%203.466-.866.5z%22%2F%3E%3Cpath%20fill%3D%22%23989897%22%20d%3D%22M9.066%206.48l2-3.463.866.5-2%203.464z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0.25em;
}
ol li {
  padding-left: 1.7em;
}
#page-heading {
  margin: 0;
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
}
#page-subheading {
  color: #fff;
}
.ck-readmore {
  display: none;
}
.ck-readmore p:last-child {
  margin-bottom: 0;
}
@media (min-width: 768px) {
  .form-row {
    display: flex;
  }
}
.form-col {
  flex: 1 1;
  margin: 1rem;
}
.form-col input,
.form-col select,
.form-col textarea {
  width: 100%;
}
.form-check {
  display: inline-block;
  padding: 1rem 2rem;
}
.form-check input {
  display: none !important;
}
.form-check input:checked + label:before {
  background-color: #7F0004;
}
.form-check label {
  position: relative;
  cursor: pointer;
}
.form-check label:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.5em;
  height: 1.5em;
  box-shadow: inset 0 0 0 0.45em #fff;
  border-radius: 50%;
  background-color: #fff;
  margin-right: 1em;
}
form.red-form {
  padding: 4rem;
  background-color: #7F0004;
}
form label {
  font-weight: normal;
}
form .form-error,
form .form-send {
  text-align: center;
  color: #fff;
}
form .form-error p,
form .form-send p {
  text-align: center;
}
form input,
form select,
form textarea {
  background-color: #950005;
  border: 0;
  font-weight: 600;
  padding: 1.9rem 2.5rem;
  margin: 0 0 0.5rem;
  color: #fff;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
form input,
form select,
form textarea,
form input:focus,
form select:focus,
form textarea:focus {
  outline: 0.3rem solid transparent;
  outline-offset: -0.3rem;
}
form input:focus,
form select:focus,
form textarea:focus {
  background-color: #C21117;
}
form input.rsform-error,
form select.rsform-error,
form textarea.rsform-error {
  outline-color: #ED1111;
}
form textarea {
  vertical-align: middle;
  min-height: 19rem;
  resize: none;
}
form button,
form input[type=submit] {
  background-color: #460000;
  color: #fff;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 1.29rem;
  border: 0;
  padding: 2.6rem 5rem;
  line-height: 1em;
  letter-spacing: 0.1em;
  outline: 0 !important;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
form button:hover,
form input[type=submit]:hover,
form button:focus,
form input[type=submit]:focus {
  background-color: #fff;
  color: #950005;
}
form .input.submit {
  text-align: center;
}
@media (max-width: 768px) {
  form.red-form {
    padding: 3rem;
  }
}
@media (max-width: 480px) {
  form.red-form {
    padding: 1rem 1rem 2rem;
  }
}
.input.checkes {
  min-height: 6rem;
  margin-bottom: 0.5rem;
  display: flex;
  align-items: center;
}
.input.checkes label {
  margin-bottom: 0;
}
.input.checkes > label {
  margin-right: 1em;
}
.input.select {
  position: relative;
}
.input.select:before,
.input.select:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: none;
}
.input.select:before {
  width: 6rem;
  height: 6rem;
  border-left: 1px solid #7F0004;
}
.input.select:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.3em 0.3em 0 0.3em;
  border-color: #fff transparent transparent transparent;
  top: calc(50% - .3em);
  right: calc(3rem - .3em);
}
.formThankYouMessage {
  text-align: center;
  font-size: 1.8rem;
  color: #fff;
  padding: 2rem 0;
}
.captcha-submit {
  display: flex;
  align-items: center;
}
input::-moz-placeholder,
select::-moz-placeholder,
textarea::-moz-placeholder {
  color: #b9b9b9;
  opacity: 1;
}
input:-ms-input-placeholder,
select:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #b9b9b9;
}
input::-webkit-input-placeholder,
select::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #b9b9b9;
}
input:focus,
select:focus,
textarea:focus {
  outline: none;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  text-indent: 1px;
  text-overflow: '';
}
select::-ms-expand {
  display: none;
}
#pdfRequestForm {
  max-width: 400px;
}
.buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.buttons .btn {
  margin: 1em;
}
.btn {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.29rem;
  line-height: 1em;
  color: #fff;
  letter-spacing: 0.12em;
  background-color: #b9b9b9;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding: 2em 3.6em;
  border: 2px solid #b9b9b9;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.btn[href*="youtube.com"],
.btn[href*="youtu.be"] {
  position: relative;
  padding-left: 5em;
}
.btn[href*="youtube.com"]:before,
.btn[href*="youtu.be"]:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2228%22%20height%3D%2228%22%20viewBox%3D%220%200%2028%2028%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3Cstyle%3E%0A%20%20%20%20%20%20.cls-1%20%7B%0A%20%20%20%20%20%20%20%20fill%3A%20%23fff%3B%0A%20%20%20%20%20%20%20%20fill-rule%3A%20evenodd%3B%0A%20%20%20%20%20%20%7D%0A%20%20%20%20%3C%2Fstyle%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cpath%20id%3D%22play%22%20class%3D%22cls-1%22%20d%3D%22M1023%2C578a14%2C14%2C0%2C1%2C0%2C14%2C14A14%2C14%2C0%2C0%2C0%2C1023%2C578Zm4.84%2C14.742-7%2C4.375a0.875%2C0.875%2C0%2C0%2C1-1.34-.742v-8.75a0.876%2C0.876%2C0%2C0%2C1%2C1.34-.742l7%2C4.375A0.876%2C0.876%2C0%2C0%2C1%2C1027.84%2C592.741Z%22%20transform%3D%22translate(-1009%20-578)%22%2F%3E%0A%3C%2Fsvg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.5em;
  height: 2.5em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 3.6em;
  margin: auto;
}
.btn:hover,
.btn:focus {
  color: #fff;
  background-color: #950005;
  border-color: #950005;
  text-decoration: none;
}
.btn.btn-trans {
  background-color: rgba(255, 255, 255, 0.15);
  border-color: #fff;
}
.btn.btn-trans:hover,
.btn.btn-trans:focus {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: #fff;
}
.btn.btn-red {
  background-color: #460000;
  border-color: #460000;
}
.btn.btn-red:hover,
.btn.btn-red:focus {
  border-color: #fff;
  background-color: #fff;
  color: #7F0004;
}
@media (max-width: 1400px) {
  .btn {
    padding: 1.6em 2.5em;
    font-size: 1.14rem;
  }
  .btn[href*="youtube.com"]:before,
  .btn[href*="youtu.be"]:before {
    left: 3em;
    width: 2em;
    height: 2em;
  }
}
@media (max-width: 1100px) {
  .btn[href*="youtube.com"]:before,
  .btn[href*="youtu.be"]:before {
    left: 1.5rem;
  }
}
.container-full {
  max-width: 100%;
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
}
a {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.row:before,
.row:after {
  content: " ";
  display: table;
}
.row:after {
  clear: both;
}
.social-icons {
  text-align: center;
  font-size: 2rem;
}
.social-icons a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 1.5rem;
  line-height: 2rem;
}
.social-icons a.in {
  font-size: 1.3em;
  position: relative;
}
.social-icons a:hover.yt path {
  fill: #ED1111;
}
.social-icons a:hover.in path {
  fill: #950005;
}
.social-icons a:hover.fb path {
  fill: #4267B2;
}
.social-icons .yt {
  font-size: 2.5rem;
}
.social-icons path {
  fill: #B9B9B9;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
@media (max-width: 1400px) {
  .social-icons {
    font-size: 1.7rem;
  }
  .social-icons .yt {
    font-size: 2.2rem;
  }
}
.img-hover-wrap {
  position: relative;
  display: inline-block;
}
.img-hover-wrap:hover .img-hover {
  -webkit-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.img-hover-wrap:hover .img-hover-play {
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transform: translate(0, 3rem);
  -ms-transform: translate(0, 3rem);
  -o-transform: translate(0, 3rem);
  transform: translate(0, 3rem);
}
.img-hover-play {
  background-image: url("../images/play.png");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 13.5rem;
  height: 13.5rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  -webkit-transform: translate(0, 11%);
  -ms-transform: translate(0, 11%);
  -o-transform: translate(0, 11%);
  transform: translate(0, 11%);
}
.images .img-hover-play {
  width: 10rem;
  height: 10rem;
}
@media (max-width: 767px) {
  .img-hover-play {
    width: 11rem;
    height: 11rem;
  }
  .images .img-hover-play {
    width: 8rem;
    height: 8rem;
  }
}
.img-hover {
  width: 6.5rem;
  height: 6.5rem;
  border-radius: 50%;
  background-color: #950005;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  -webkit-transform: translate(0, 2rem);
  -ms-transform: translate(0, 2rem);
  -o-transform: translate(0, 2rem);
  transform: translate(0, 2rem);
}
.img-hover svg {
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.img-hover path {
  fill: #fff;
}
.hidden {
  display: none;
}
.iframe-wrap {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  margin: 2rem 0;
  height: 0;
}
.iframe-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#g-map {
  height: 400px;
}
#pshk-copyright {
  padding: 8px 15px;
  color: #525252;
  text-align: center;
  font-weight: 600;
  font-size: 13px;
}
#pshk-copyright a {
  text-decoration: none;
}
#page-header {
  background-color: #fff;
  position: relative;
  z-index: 999;
}
@media (max-width: 1199px) {
  #page-header + * {
    margin-top: 46px;
  }
}
@media (max-width: 767px) {
  #page-header + * {
    margin-top: 42px;
  }
}
#top-panel .container-full {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1920px;
  width: auto;
  position: relative;
}
#top-panel .social-icons {
  margin-left: 2.5rem;
}
@media (max-width: 1644px) {
  #top-panel .social-icons {
    margin-left: 1rem;
    min-width: 80px;
  }
  #top-panel .social-icons a {
    margin: 0 1rem;
  }
}
#top-panel .separator {
  width: 1px;
  height: inherit;
  margin: 0 1rem;
}
#top-panel .separator:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1px;
  background-color: #F5F5F5;
}
@media (max-width: 1199px) {
  #top-panel {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 100;
    background-color: #fff;
  }
  #top-panel .separator,
  #top-panel .social-icons {
    display: none;
  }
}
@media (max-width: 767px) {
  #top-panel .container {
    padding: 0 1rem;
  }
}
#page-logo {
  margin-right: 2.5rem;
}
#page-logo img {
  width: 18.2rem;
}
@media (max-width: 1400px) {
  #page-logo img {
    width: 15rem;
  }
}
@media (max-width: 1199px) {
  #page-logo {
    padding: 1.2rem 0;
    margin: 0;
  }
  #page-logo img {
    width: 15rem;
  }
}
@media (max-width: 767px) {
  #page-logo {
    padding: 1rem 0;
  }
}
.page-menu .nav {
  display: flex;
  margin: 0 2.5rem;
  padding: 0;
  list-style: none !important;
  font-size: 1.3rem;
  font-weight: 700;
  text-transform: uppercase;
}
.page-menu li {
  padding: 0;
  margin: 0;
  position: relative;
  list-style: none !important;
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.page-menu li:before {
  display: none;
}
.page-menu li > .dropdown-menu {
  display: none;
  position: absolute;
  z-index: 1;
  background-color: #fff;
  min-width: 100%;
  box-shadow: 0 0 30px 0 rgba(9, 11, 8, 0.15);
  -webkit-transform: translate(0, -1.5em);
  -ms-transform: translate(0, -1.5em);
  -o-transform: translate(0, -1.5em);
  transform: translate(0, -1.5em);
}
.page-menu li > .dropdown-menu a {
  padding: 1.3em 1.8em;
}
.page-menu li > .dropdown-menu a:before,
.page-menu li > .dropdown-menu a:after {
  height: 2px;
  transform: skewX(-40deg) translateY(3px) translateX(3px);
}
.page-menu li:hover > .dropdown-menu,
.page-menu li:focus > .dropdown-menu {
  display: block;
}
.page-menu .item-2 > a {
  cursor: default;
}
.page-menu a {
  display: flex;
  align-items: center;
  text-align: center;
  height: 100%;
  color: #7b7b7b;
  line-height: 1.2em;
  padding: 3em 1.5em;
  letter-spacing: 0.03em;
  text-decoration: none;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  position: relative;
  background-color: #fff;
}
.page-menu a:hover {
  background-color: #f1f1f1;
}
.page-menu .dropdown-menu a {
  text-align: left;
}
.page-menu .current > a,
.page-menu .active > a {
  color: #950005;
}
.page-menu .current > a:before,
.page-menu .active > a:before,
.page-menu .current > a:after,
.page-menu .active > a:after {
  content: "";
  display: block;
  background-color: #950005;
  position: absolute;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  transform: skewX(-40deg);
}
.page-menu .current > a:before,
.page-menu .active > a:before {
  width: 36%;
  height: 3px;
  bottom: 28%;
  left: 4%;
}
.page-menu .current > a:after,
.page-menu .active > a:after {
  width: 14%;
  height: 3px;
  bottom: 23%;
  left: 40%;
}
.fancybox-container .page-menu {
  display: block;
}
.fancybox-container .page-menu .nav {
  display: block;
}
.fancybox-container .page-menu a {
  display: block;
}
.fancybox-container .page-menu a:before,
.fancybox-container .page-menu a:after {
  display: none !important;
}
.fancybox-container .page-menu .current > a,
.fancybox-container .page-menu .active > a {
  text-decoration: underline;
}
@media (max-width: 1737px) and (min-width: 1401px) {
  .page-menu a {
    padding: 3em 1.2em;
    font-size: 1.2rem;
  }
}
@media (max-width: 1644px) {
  .page-menu .nav {
    margin: 0 1rem;
  }
}
@media (max-width: 1400px) {
  .page-menu .nav {
    font-size: 1.1rem;
  }
}
@media (max-width: 1199px) {
  .page-menu a {
    padding: 2em 1.1em;
  }
}
@media (max-width: 1199px) {
  .page-menu {
    display: none;
  }
}
#menu-popup {
  display: none;
}
.fancybox-container #menu-popup {
  display: block;
}
#menu-popup .hamburger {
  position: fixed;
}
#menu-popup .page-menu .nav {
  margin: 0;
}
#menu-popup .page-menu li > .dropdown-menu {
  box-shadow: none;
  display: block;
  position: static;
  margin-top: 1em;
  border-left: 3px solid #f1f1f1;
}
#menu-popup .page-menu li > .dropdown-menu a {
  padding: 1em 1em;
  text-transform: none;
}
#menu-popup .page-menu a {
  padding: 1.2em 1.5em;
  font-size: 1.5rem;
}
#menu-popup .page-menu .item-2 a:hover {
  background: transparent !important;
}
#menu-popup .separator {
  height: 1px;
  width: 100%;
  margin: 2rem 0 3rem;
  background-color: #f1f1f1;
}
#menu-popup .social-icons a {
  font-size: 2rem;
}
#menu-popup .social-icons .yt {
  font-size: 2.5rem;
}
@media (max-width: 767px) {
  #menu-popup {
    padding: 15px 20px;
  }
  #menu-popup .page-menu a {
    padding: 1em 1.5em;
  }
  #menu-popup .separator {
    margin: 1rem 0 2rem;
  }
}
.hamburger {
  position: absolute;
  display: inline-block;
  top: 13px;
  right: 3vw;
  margin: auto;
  cursor: pointer;
  width: 30px;
  height: 23px;
  z-index: 99999;
}
.menu-fixed .hamburger {
  top: 24px;
}
.hamburger span {
  position: absolute;
  display: block;
  width: 26px;
  height: 3px;
  border-radius: 3px;
  background-color: #000;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.hamburger span:first-child {
  top: 0;
}
.hamburger span:nth-child(2),
.hamburger span:nth-child(3) {
  top: 8px;
}
.hamburger span:nth-child(4) {
  top: 16px;
}
.hamburger.active span {
  background-color: #fff;
}
.hamburger.active span:nth-child(1),
.hamburger.active span:nth-child(4) {
  opacity: 0;
  filter: alpha(opacity=0);
}
.hamburger.active span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.hamburger.active span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
@media (min-width: 1200px) {
  .hamburger {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hamburger {
    top: 13px;
    right: 1rem;
  }
  .hamburger span {
    width: 25px;
    height: 2px;
  }
  .hamburger span:first-child {
    top: 0;
  }
  .hamburger span:nth-child(2),
  .hamburger span:nth-child(3) {
    top: 8px;
  }
  .hamburger span:nth-child(4) {
    top: 16px;
  }
}
#page-footer {
  padding: 8rem 0;
  position: relative;
  overflow: hidden;
  color: #7B7B7B;
  font-weight: 100;
}
@media (max-width: 1199px) {
  #page-footer {
    padding: 7rem 0;
  }
}
@media (max-width: 991px) {
  #page-footer {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  #page-footer {
    padding: 4rem 0;
  }
}
#page-footer .container-fluid {
  max-width: 1720px;
  margin: auto;
}
#page-footer .base-row {
  display: flex;
}
#page-footer .col {
  flex: auto;
}
#page-footer .col-inner {
  max-width: 30rem;
}
#page-footer .foot-title {
  font-size: 2rem;
  color: #525252;
  font-weight: 800;
  margin: 0 0 1em;
  line-height: 1.5em;
}
#page-footer .contacts {
  color: #7B7B7B;
  font-size: 2rem;
  margin: 1em 0;
}
#page-footer .contacts .icon {
  width: 2em;
}
#page-footer .contacts svg {
  max-width: 1em;
}
#page-footer .contact {
  display: flex;
  line-height: 1.7em;
}
#page-footer .contact a {
  color: #B9B9B9;
  text-decoration: none;
}
#page-footer .contact a:hover {
  color: #950005;
}
#page-footer .col-catalog .text {
  margin-top: 3.2em;
}
#page-footer .col-catalog .btn {
  position: relative;
  margin-top: 1.5em;
  padding-left: 5.5em;
  padding-right: 5em;
}
#page-footer .col-catalog svg {
  position: absolute;
  max-width: 2.1rem;
  width: 100%;
  top: 0;
  bottom: 0;
  margin: auto;
  display: flex;
  align-items: center;
  -webkit-transform: translate(-200%, 0);
  -ms-transform: translate(-200%, 0);
  -o-transform: translate(-200%, 0);
  transform: translate(-200%, 0);
  font-size: 2.5rem;
}
#page-footer .col-catalog svg + * {
  padding-left: 2.1rem;
}
#page-footer .social-icons {
  margin: 3rem 0;
  text-align: left;
}
#page-footer .social-icons a:first-child {
  margin-left: 0;
}
#page-footer .col-navigation .col-inner {
  max-width: 100%;
}
#page-footer .nav-wrap {
  display: flex;
  margin-top: 2em;
}
#page-footer .nav {
  flex: 1;
  margin: 0;
  padding: 0 1em 0 0;
}
#page-footer .nav li {
  margin: 1em 0;
  padding: 0;
  line-height: 1em;
}
#page-footer .nav li:before {
  display: none;
}
#page-footer .nav a {
  color: #7B7B7B;
  text-decoration: none !important;
  display: inline-block;
  position: relative;
}
#page-footer .nav a:before {
  content: "";
  display: block;
  line-height: 1.5em;
  width: 12px;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20fill%3D%22%23989797%22%20d%3D%22M0%202.999h11v1H0z%22%2F%3E%3Cpath%20fill%3D%22%23989797%22%20d%3D%22M9.066.517l.867-.5%202%203.466-.866.5z%22%2F%3E%3Cpath%20fill%3D%22%23989897%22%20d%3D%22M9.066%206.48l2-3.463.866.5-2%203.464z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
#page-footer .nav a span {
  display: block;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
#page-footer .nav a:hover {
  color: #950005;
}
#page-footer .nav a:hover span {
  -webkit-transform: translate(2.2rem, 0);
  -ms-transform: translate(2.2rem, 0);
  -o-transform: translate(2.2rem, 0);
  transform: translate(2.2rem, 0);
}
#page-footer .nav a:hover:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media (max-width: 1400px) {
  #page-footer {
    font-size: 1.35rem;
    padding: 6rem 0;
  }
  #page-footer .foot-title {
    font-size: 1.75rem;
  }
  #page-footer .contacts {
    font-size: 1.8rem;
  }
  #page-footer .col-catalog .text {
    margin-top: 2.9em;
  }
}
@media (max-width: 1100px) and (min-width: 551px) {
  #page-footer .base-row {
    flex-wrap: wrap;
  }
  #page-footer .col {
    flex-basis: 50%;
  }
  #page-footer .col:nth-child(1n+3) {
    margin-top: 6rem;
  }
}
@media (max-width: 550px) {
  #page-footer .base-row {
    display: block;
  }
  #page-footer .col {
    margin-top: 5rem;
  }
  #page-footer .col:first-of-type {
    margin-top: 0;
  }
  #page-footer .foot-title {
    margin-bottom: 0.6em;
  }
  #page-footer .foot-title + * {
    margin-top: 0 !important;
  }
  #page-footer .social-icons {
    margin-bottom: 0;
  }
}
#copy {
  font-size: 1.4rem;
  color: #b9b9b9;
  font-weight: 100;
  margin-top: 3.5em;
}
#copy a {
  color: inherit;
  text-decoration: none !important;
}
#copy a:hover {
  color: #950005;
}
@media (max-width: 550px) {
  #copy {
    margin-top: 2em;
  }
}
#foot-logo {
  width: 13.2rem;
  height: 10.6rem;
  position: absolute;
  bottom: 0;
  right: 0;
  -webkit-transform: translate(2rem, 0);
  -ms-transform: translate(2rem, 0);
  -o-transform: translate(2rem, 0);
  transform: translate(2rem, 0);
}
#foot-logo path {
  fill: #b9b9b9;
}
@media (max-width: 550px) {
  #foot-logo {
    width: 9.2rem;
    height: 7.4rem;
  }
}
.type-intro {
  background-position: top center;
  background-size: cover;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
  background-image: url("../images/type-intro-bg.jpg");
}
.type-intro:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.6);
}
.type-intro > * {
  position: relative;
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.type-intro .container-fluid {
  max-width: 1540px;
  width: 100%;
  position: relative;
}
.type-intro.type-intro-reference .container-fluid {
  max-width: 1720px;
}
.type-intro #page-heading {
  text-transform: uppercase;
  margin: 0;
}
.type-intro #page-subheading {
  font-size: 2.85rem;
  margin-top: 0.5em;
  font-weight: 300;
}
.type-intro #page-subheading-2 {
  color: #fff;
  max-width: 1020px;
  margin: 3em auto 0;
}
.type-intro .buttons {
  margin-top: 5.76rem;
}
.type-intro .buttons .btn {
  font-size: 1.2rem;
}
.type-intro .btn {
  min-width: 15.8vw;
}
.type-intro .back {
  position: absolute;
  top: 1.5rem;
  left: 1rem;
}
.type-intro .back a {
  color: #fff;
  text-decoration: none !important;
  font-size: 1.35rem;
  position: relative;
  padding-left: 2.5rem;
}
.type-intro .back a:before {
  content: "";
  display: block;
  line-height: 1.1em;
  width: 12px;
  height: 1em;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2012%207%22%3E%3Cpath%20fill%3D%22%23989797%22%20d%3D%22M.942%202.995H12v1.01H.942z%22%2F%3E%3Cpath%20fill%3D%22%23989797%22%20d%3D%22M.875%203.014l-.871.505%202.011%203.495.871-.505z%22%2F%3E%3Cpath%20fill%3D%22%23989897%22%20d%3D%22M2.015-.013L.004%203.481l.871.505L2.886.491z%22%2F%3E%3C%2Fsvg%3E");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 1px;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-intro .back a:hover:before {
  -webkit-transform: translate(-0.6rem, 0);
  -ms-transform: translate(-0.6rem, 0);
  -o-transform: translate(-0.6rem, 0);
  transform: translate(-0.6rem, 0);
}
.type-intro .video-bg-wrap {
  padding: 0 !important;
  overflow: hidden;
  position: absolute;
  z-index: 0 !important;
  top: -89px;
  bottom: 0;
  left: 0;
  right: 0;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  opacity: 0;
  filter: alpha(opacity=0);
}
.type-intro .video-bg-wrap.playing {
  opacity: 1;
  filter: alpha(opacity=100);
}
.type-intro .video-bg-wrap .ytplayer-container {
  position: absolute;
  top: 0;
  z-index: 0;
  pointer-events: none;
}
.type-intro .video-bg-wrap .ytplayer-player {
  position: relative;
}
.home .type-intro {
  background-position: center;
  background-image: url("../images/hp-bg.jpg");
  height: calc(100vh - 93px);
  max-height: 1000px;
  min-height: 450px;
  flex-direction: row;
}
.home .type-intro:before {
  display: none;
}
.home .type-intro:after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-color: rgba(0, 0, 0, 0.43);
}
.home .type-intro > * {
  z-index: 10;
}
.home .type-intro .container-fluid {
  padding: 0;
}
@media (min-width: 768px) {
  .home .type-intro .slideshow-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .home .type-intro .slideshow-mobile {
    padding: 0 !important;
    overflow: hidden;
    z-index: 0;
  }
  .home .type-intro .slideshow-mobile,
  .home .type-intro .slideshow-mobile .slide {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
  .home .type-intro .slideshow-mobile .slick-track {
    height: 100vh;
  }
  .home .type-intro .slideshow-mobile .slick-slide {
    position: relative;
  }
  .home .type-intro .slideshow-mobile .slide {
    display: block;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media (min-width: 992px) {
  .home .type-intro #page-heading {
    font-size: 3.5vw;
  }
}
@media (max-width: 1400px) {
  .type-intro > * {
    padding-top: 5.8rem;
    padding-bottom: 5.8rem;
  }
  .type-intro .back {
    left: 3vw;
  }
  .type-intro .container {
    max-width: 900px;
  }
  .type-intro #page-subheading {
    font-size: 2.55rem;
  }
}
@media (max-width: 1199px) {
  .type-intro #page-heading {
    font-size: 4.5rem;
  }
}
@media (max-width: 991px) {
  .type-intro #page-heading {
    font-size: 3.75rem;
  }
  .type-intro #page-subheading {
    font-size: 2.1rem;
  }
}
@media (max-width: 767px) {
  .type-intro #page-heading {
    font-size: 3rem;
  }
  .type-intro #page-subheading {
    font-size: 1.8rem;
  }
}
@media (max-width: 480px) {
  .type-intro #page-heading {
    font-size: 2.7rem;
  }
  .type-intro #page-subheading {
    font-size: 1.8rem;
  }
}
@media (max-width: 340px) {
  .type-intro #page-heading {
    font-size: 2.55rem;
  }
  .type-intro #page-subheading {
    font-size: 1.65rem;
  }
}
.mouse {
  width: 19px;
  height: 27px;
  border: 2px solid #fff;
  border-radius: 9px;
  position: absolute;
  bottom: 5.5em;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
}
.mouse .scroll-wheel {
  width: 3px;
  height: 5px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  top: 5px;
  left: 0;
  right: 0;
  margin: auto;
  animation: mouse-scroll-wheel ease-in-out 4s;
  animation-iteration-count: infinite;
  transform-origin: 50% 50%;
}
@media (max-height: 580px) {
  .mouse {
    bottom: 3em;
  }
}
@media (max-height: 500px) {
  .mouse {
    bottom: 2em;
  }
}
@keyframes mouse-scroll-wheel {
  0% {
    transform: translate(0px, 0px);
  }
  8% {
    transform: translate(0px, 4px);
  }
  16% {
    transform: translate(0px, 0px);
  }
  24% {
    transform: translate(0px, 4px);
  }
  32% {
    transform: translate(0px, 0px);
  }
  100% {
    transform: translate(0px, 0px);
  }
}
.type-intro .intro-nav {
  margin-top: 6rem;
}
.type-intro .intro-nav .items {
  overflow: hidden;
}
.type-intro .intro-nav .item {
  display: inline-block;
  vertical-align: middle;
  border-bottom: 0;
  padding: 1.5em 2.4em;
  font-weight: 800;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0.2em;
  line-height: 1.1em;
  font-size: 1.5rem;
}
@media (max-width: 1400px) {
  .type-intro .intro-nav .item {
    font-size: 1.35rem;
  }
}
.type-intro .intro-nav a {
  text-decoration: none;
  cursor: pointer;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-intro .intro-nav a:hover,
.type-intro .intro-nav a:focus {
  background-color: rgba(255, 255, 255, 0.15);
}
.type-intro .intro-nav .active,
.type-intro .intro-nav a[data-selected] {
  border: 1px solid #fff;
  border-bottom: 0;
  cursor: default;
  position: relative;
}
.type-intro .intro-nav .active:before,
.type-intro .intro-nav a[data-selected]:before,
.type-intro .intro-nav .active:after,
.type-intro .intro-nav a[data-selected]:after {
  content: "";
  display: block;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}
.type-intro .intro-nav .active:before,
.type-intro .intro-nav a[data-selected]:before {
  left: -1000px;
  right: 100%;
}
.type-intro .intro-nav .active:after,
.type-intro .intro-nav a[data-selected]:after {
  left: 100%;
  right: -1000px;
}
@media (max-width: 1400px) {
  .type-intro .intro-nav {
    margin-top: 3rem;
  }
}
.type-intro .intro-nav-2 {
  margin-bottom: -2rem;
}
.type-intro .intro-nav-2 .items {
  margin: 3rem 0 0;
  padding: 0;
}
.type-intro .intro-nav-2 .item {
  display: inline-block;
  margin: 0.2em;
  padding: 0;
  position: relative;
}
.type-intro .intro-nav-2 .item:before {
  display: none;
}
.type-intro .intro-nav-2 .item:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 7px 7px 0 7px;
  border-color: #7F0004 transparent transparent transparent;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-intro .intro-nav-2 .item.active a {
  background-color: #fff;
  color: #7F0004;
}
.type-intro .intro-nav-2 .item.active:after {
  opacity: 1;
  filter: alpha(opacity=100);
  border-top-color: #fff;
}
.type-intro .intro-nav-2 a {
  display: block;
  padding: 1.4rem 1.5rem;
  line-height: 1.1em;
  background-color: #7F0004;
  color: #fff;
  font-weight: 500;
  min-width: 210px;
  text-decoration: none;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-intro .intro-nav-2 a:hover,
.type-intro .intro-nav-2 a:focus {
  background-color: #fff;
  color: #7F0004;
}
.type-body .items {
  display: flex;
  align-content: center;
  justify-content: center;
  overflow: hidden;
}
.type-body .item {
  flex: 1;
  position: relative;
  text-align: center;
  padding: 6em 3em;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  text-decoration: none !important;
}
.type-body .item > * {
  max-width: 245px;
  margin-left: auto;
  margin-right: auto;
}
.type-body .item:not(:last-child):after {
  content: "";
  display: block;
  width: 2px;
  height: 93px;
  background-color: #f5f5f5;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.type-body .item:nth-child(2) svg {
  -webkit-transform: translate(0, -10px);
  -ms-transform: translate(0, -10px);
  -o-transform: translate(0, -10px);
  transform: translate(0, -10px);
}
.type-body .item:nth-child(3) .item-icon {
  width: 6rem;
}
.type-body .item:nth-child(4) .item-icon {
  width: 4.4rem;
}
.type-body .item:nth-child(5) .item-icon {
  width: 4.1rem;
}
.type-body .item:hover {
  box-shadow: 0 0 30px 0 #dedede;
}
.type-body .item:hover .item-zoom path {
  fill: #950005;
}
.type-body svg {
  max-width: 100%;
  max-height: 100%;
  width: 100%;
}
.type-body .item-icon {
  width: 5.7rem;
  height: 8.2rem;
  margin: 0 auto 1em;
  display: flex;
  align-items: center;
}
.type-body .item-icon:nth-child(3) {
  width: 6rem;
}
.type-body .item-icon:nth-child(4) {
  width: 4.4rem;
}
.type-body .item-icon:nth-child(5) {
  width: 4.1rem;
}
.type-body .item-title {
  font-weight: 700;
  font-size: 1.68rem;
  margin: 1em auto 1.5em;
  max-width: 300px;
  color: #525252;
}
.type-body .item-text {
  color: #7B7B7B;
}
.type-body .item-zoom {
  width: 1.6rem;
  height: 1.6rem;
  margin-top: 2em;
}
.type-body .item-zoom path {
  fill: #989797;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
@media (max-width: 1400px) {
  .type-body .item {
    padding: 4em 1em;
  }
  .type-body .item:nth-child(2) svg {
    -webkit-transform: translate(0, -7px);
    -ms-transform: translate(0, -7px);
    -o-transform: translate(0, -7px);
    transform: translate(0, -7px);
  }
  .type-body .item-text {
    padding: 0 1.5rem;
  }
}
@media (max-width: 991px) {
  .type-body .item {
    padding: 3em 1em;
  }
  .type-body .item-icon {
    max-height: 7rem;
  }
}
@media (max-width: 767px) {
  .type-body .items {
    display: block;
  }
  .type-body .item {
    padding: 2em 1.5em;
    display: flex;
    align-items: center;
    justify-items: center;
  }
  .type-body .item > * {
    margin: 0;
  }
  .type-body .item:nth-child(2) svg {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
  }
  .type-body .item-icon {
    max-width: 10vw;
    flex-basis: 100px;
    height: auto;
  }
  .type-body .item-title {
    flex-basis: 133px;
  }
  .type-body .item-title,
  .type-body .item-text {
    padding: 0 1rem;
    flex-grow: 1;
  }
  .type-body .item-zoom {
    flex-basis: 40px;
  }
  .type-body .item-zoom svg {
    max-width: 2rem;
  }
  .type-body svg {
    max-height: 5.5rem;
  }
}
@media (max-width: 480px) {
  .type-body .item {
    padding: 2rem 1.5rem;
  }
  .type-body .item-icon {
    flex-basis: 8rem;
    max-width: 4rem;
  }
  .type-body .item-icon svg {
    width: 80%;
  }
  .type-body .item-title {
    font-size: 1.45rem;
    padding-left: 1rem;
  }
}
.type-references-news {
  position: relative;
}
.type-references-news:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-transform: translate(-20.5vw, -3vw);
  -ms-transform: translate(-20.5vw, -3vw);
  -o-transform: translate(-20.5vw, -3vw);
  transform: translate(-20.5vw, -3vw);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%20487%20391%22%3E%3Cpath%20fill%3D%22%23B9B9B9%22%20d%3D%22M277.828%2093.966l-135.595%20270.36H43.56L202.877%2053.907h-3.175v.001h-23.519l.001-.001h-3.177L9.945%20371.621l-8.887%2017.317L0%20391h158.589l.394-.787%203.315-6.61%20130.567-260.34-15.037-29.297zm208.114%20294.972l-8.887-17.317L290.068%207.294%20286.722.776%20286.325%200H164.047l-.399.776-12.232%2023.835-1.058%202.062h119.785l52.254%20101.813.398.776h.055l31.904%2062.162h-.056l1.059%202.061%2087.684%20170.842h-98.675l-58.259-116.142%2034.828-69.558-.296-.575-.505-.984-14.266-27.796-46.548%2093.045-.006.006-2.605%205.283-.311.63.316.629%202.652%205.283%2064.935%20129.455%203.316%206.61.394.787H487l-1.058-2.062z%22%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-size: contain;
  width: 25vw;
  height: 391px;
}
.type-references-news > * {
  position: relative;
}
.type-references-news .base-row {
  padding: 13rem 0;
}
.type-references-news .base-row > * .col-inner {
  margin: auto;
}
@media (min-width: 992px) {
  .type-references-news .base-row > *:first-child {
    padding-right: 3rem;
    padding-left: 3rem;
  }
  .type-references-news .base-row > *:first-child .col-inner {
    max-width: 950px;
  }
  .type-references-news .base-row > *:nth-child(2) {
    padding-left: 3rem;
    padding-right: 3rem;
  }
  .type-references-news .base-row > *:nth-child(2) .col-inner {
    max-width: 633px;
  }
}
.type-references-news h2 {
  margin: 0 0 6.5rem;
  text-transform: uppercase;
}
@media (max-width: 1400px) {
  .type-references-news .base-row {
    padding: 8rem 0;
  }
}
@media (max-width: 1199px) {
  .type-references-news .base-row {
    padding: 8rem 0;
  }
}
@media (max-width: 1199px) and (max-width: 1199px) {
  .type-references-news .base-row {
    padding: 7rem 0;
  }
}
@media (max-width: 1199px) and (max-width: 991px) {
  .type-references-news .base-row {
    padding: 6rem 0;
  }
}
@media (max-width: 1199px) and (max-width: 767px) {
  .type-references-news .base-row {
    padding: 4rem 0;
  }
}
@media (max-width: 991px) {
  .type-references-news .base-row {
    padding: 7rem 0;
  }
  .type-references-news .base-row > * {
    padding: 0 3rem;
  }
  .type-references-news .base-row > * .col-inner {
    max-width: 600px;
  }
  .type-references-news .base-row > *:nth-child(2) {
    margin-top: 8rem;
  }
  .type-references-news h2 {
    margin-bottom: 4rem;
  }
}
@media (max-width: 767px) {
  .type-references-news .base-row {
    padding: 4rem;
  }
}
@media (max-width: 480px) {
  .type-references-news .base-row {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }
}
.type-news .items {
  font-size: 0;
  margin: -11px;
}
.type-news .item {
  display: inline-block;
  vertical-align: bottom;
  width: calc(50% - 22px);
  font-size: 1rem;
  margin: 11px;
  padding: 3em 2em;
  background-color: #f1f1f1;
  text-align: center;
  border: 4px solid #f1f1f1;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  text-decoration: none !important;
  max-width: 295px;
}
.type-news .item:hover {
  border-color: #950005;
}
.type-news .btn-wrap {
  padding: 0;
  background-color: transparent;
  border: none;
  text-align: left;
}
.type-news .btn {
  width: 100%;
  text-align: center;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.type-news .item-title {
  color: #525252;
  font-size: 1.68rem;
  margin: 2.1em 0 0;
}
.type-news .item-date {
  color: #950005;
  font-size: 1.29rem;
  margin-top: 0.5em;
  font-weight: 600;
}
.type-news .item-text {
  color: #7B7B7B;
  margin-top: 1em;
}
.type-news img {
  box-shadow: 0 1.5rem 2.5rem 0 rgba(0, 0, 0, 0.3);
  max-width: 100%;
}
@media (max-width: 1400px) {
  .type-news .item-title {
    font-size: 1.4rem;
  }
}
@media (max-width: 991px) {
  .type-news .item-title {
    font-size: 1.5rem;
  }
}
@media (max-width: 767px) {
  .type-news .item {
    display: block;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }
}
.type-references {
  position: relative;
}
.type-references .items-wrap {
  position: relative;
}
.type-references img {
  box-shadow: 0 1.5rem 2.5rem 0 rgba(0, 0, 0, 0.3);
  max-width: 100%;
  margin: auto;
}
.type-references .item {
  text-decoration: none !important;
}
.type-references .item-inner {
  display: flex;
  padding: 4.5em;
  background-color: #f1f1f1;
  align-items: center;
}
.type-references .item-img {
  flex-basis: 49%;
  text-align: center;
  position: relative;
}
.type-references .item-content {
  padding-left: 4em;
  color: #7B7B7B;
  flex: 1;
}
.type-references .item-title {
  margin: 0.2em 0 1em;
  font-size: 2.4rem;
  color: #525252;
}
.type-references .item-info {
  margin: 1.7em 0;
}
.type-references .item-text {
  margin: 1.7em 0 0 0;
}
.type-references table,
.type-references td {
  border: 0;
  margin: 0;
  padding: 0;
}
.type-references td:first-child {
  padding-right: 1em;
}
.type-references .arrow {
  position: absolute;
  width: 35px;
  height: 24px;
  top: 0;
  bottom: 0;
  margin: auto;
  cursor: pointer;
}
.type-references .arrow path {
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  fill: #525252;
}
.type-references .arrow:hover path {
  fill: #ED1111;
}
.type-references .arrow-left {
  left: 0;
  -webkit-transform: translate(-20px, 0);
  -ms-transform: translate(-20px, 0);
  -o-transform: translate(-20px, 0);
  transform: translate(-20px, 0);
}
.type-references .arrow-right {
  right: 0;
  -webkit-transform: translate(20px, 0);
  -ms-transform: translate(20px, 0);
  -o-transform: translate(20px, 0);
  transform: translate(20px, 0);
}
.type-references .btn {
  margin-top: 2rem;
}
@media (max-width: 1400px) {
  .type-references .item-inner {
    padding: 2.5em 3em;
  }
  .type-references .item-title {
    font-size: 1.8rem;
  }
  .type-references .item-content {
    padding-left: 3em;
  }
}
@media (max-width: 1199px) {
  .type-references .item-inner {
    padding: 2em 2em;
  }
  .type-references .item-content {
    padding-left: 2.5em;
  }
}
@media (max-width: 991px) {
  .type-references .item-inner {
    display: block;
  }
  .type-references .item-content {
    margin-top: 3rem;
    padding-left: 0;
  }
  .type-references .item-title {
    margin-bottom: 0.5em;
  }
  .type-references .item-text {
    margin-top: 1em;
  }
  .type-references .slick-dots {
    display: none !important;
  }
}
.type-references-list .container-fluid {
  padding-bottom: 4rem;
}
.type-references-list .item {
  position: absolute;
  transform: translateX(-1000%);
}
.type-where-we-build {
  background-image: url("../images/where-we-build-bg.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 52vw;
  max-height: 880px;
  color: #fff;
  position: relative;
  overflow: hidden;
}
.type-where-we-build svg {
  width: 27px;
}
.type-where-we-build .svg-wrap {
  margin-bottom: 1rem;
}
.type-where-we-build .section-title {
  padding: 14rem 4rem 0;
  margin: 0;
  text-transform: uppercase;
  text-align: center;
  position: relative;
  z-index: 0;
}
.type-where-we-build .section-title .svg-wrap {
  display: block;
}
.type-where-we-build .text-box {
  background-color: rgba(50, 0, 0, 0.5);
  padding: 5rem 6rem;
  position: absolute;
  z-index: 10;
  right: 0;
  max-width: 57rem;
  -webkit-transform: translate(0, 3em);
  -ms-transform: translate(0, 3em);
  -o-transform: translate(0, 3em);
  transform: translate(0, 3em);
}
.type-where-we-build .text-box a {
  color: inherit;
  text-decoration: underline;
}
.type-where-we-build .text-box > *:first-child {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1em;
}
.type-where-we-build .locations-map {
  position: absolute;
  -webkit-transform: translate(-9.4%, -11%);
  -ms-transform: translate(-9.4%, -11%);
  -o-transform: translate(-9.4%, -11%);
  transform: translate(-9.4%, -11%);
}
.type-where-we-build .locations-map .point {
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  width: 11px;
  height: 11px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  z-index: 0;
}
.type-where-we-build .locations-map .point.t-maybe {
  background-color: #7e3739;
}
.type-where-we-build .locations-map .point.t-maybe:hover {
  box-shadow: 0 0 0 6px rgba(126, 55, 57, 0.2);
}
.type-where-we-build .locations-map .point:hover {
  box-shadow: 0 0 0 6px rgba(255, 255, 255, 0.2);
  z-index: 10;
}
.type-where-we-build .locations-map .point:hover .point-content {
  pointer-events: auto;
  opacity: 1;
  filter: alpha(opacity=100);
}
.type-where-we-build .locations-map .point-content {
  pointer-events: none;
  color: #525252;
  line-height: 1em;
  text-align: center;
  padding: 1em;
  min-width: 14em;
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  bottom: 18px;
  left: 5px;
  -webkit-transform: translate(-50%, -100%);
  -ms-transform: translate(-50%, -100%);
  -o-transform: translate(-50%, -100%);
  transform: translate(-50%, -100%);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-where-we-build .locations-map .point-content:before,
.type-where-we-build .locations-map .point-content:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.type-where-we-build .locations-map .point-content:before {
  background: transparent;
  width: 30px;
  height: 20px;
  -webkit-transform: translate(0, 95%);
  -ms-transform: translate(0, 95%);
  -o-transform: translate(0, 95%);
  transform: translate(0, 95%);
}
.type-where-we-build .locations-map .point-content:after {
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: #fff transparent transparent transparent;
  -webkit-transform: translate(0, 90%);
  -ms-transform: translate(0, 90%);
  -o-transform: translate(0, 90%);
  transform: translate(0, 90%);
}
.type-where-we-build .locations-map .point-title {
  font-weight: 700;
  margin-bottom: 0.4em;
}
.type-where-we-build .locations-map .point-text {
  text-transform: lowercase;
  font-size: 1.4rem;
}
.type-where-we-build .map {
  width: 92vw;
  max-width: 1760px;
}
@media (max-width: 1400px) {
  .type-where-we-build {
    height: 50vw;
  }
  .type-where-we-build .section-title {
    padding: 10rem 3rem 0;
  }
}
@media (max-width: 1199px) {
  .type-where-we-build .section-title {
    padding-top: 8rem;
  }
  .type-where-we-build .text-box {
    padding: 4rem 5rem;
    z-index: 0;
  }
}
@media (max-width: 1100px) {
  .type-where-we-build .locations-map {
    -webkit-transform: translate(-20%, -11%);
    -ms-transform: translate(-20%, -11%);
    -o-transform: translate(-20%, -11%);
    transform: translate(-20%, -11%);
  }
  .type-where-we-build .text-box {
    padding: 3rem 4rem;
  }
}
@media (max-width: 991px) {
  .type-where-we-build {
    height: auto;
    max-height: 100%;
    padding-bottom: 45vw;
  }
  .type-where-we-build .text-box {
    position: relative;
    margin: auto;
    max-width: 80rem;
  }
  .type-where-we-build .map {
    width: 115vw;
  }
  .type-where-we-build .locations-map {
    margin-top: 6rem;
    -webkit-transform: translate(-20%, -10%);
    -ms-transform: translate(-20%, -10%);
    -o-transform: translate(-20%, -10%);
    transform: translate(-20%, -10%);
  }
  .type-where-we-build .locations-map .point {
    width: 9px;
    height: 9px;
  }
}
@media (max-width: 767px) {
  .type-where-we-build {
    padding-bottom: 68vw;
  }
  .type-where-we-build .map {
    width: 150vw;
  }
  .type-where-we-build .text-box {
    padding: 3rem 2rem;
  }
  .type-where-we-build .locations-map {
    -webkit-transform: translate(-22%, -10%);
    -ms-transform: translate(-22%, -10%);
    -o-transform: translate(-22%, -10%);
    transform: translate(-22%, -10%);
  }
  .type-where-we-build .locations-map .point {
    width: 7px;
    height: 7px;
  }
}
.type-pagination {
  text-align: center;
  padding: 8rem 0;
  padding-top: 0 !important;
}
@media (max-width: 1199px) {
  .type-pagination {
    padding: 7rem 0;
  }
}
@media (max-width: 991px) {
  .type-pagination {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .type-pagination {
    padding: 4rem 0;
  }
}
.type-pagination ul {
  margin: 0;
  padding: 0;
  font-size: 0;
}
.type-pagination li {
  display: inline-block;
  margin: 0 0.7rem;
}
.type-pagination li.disabled {
  pointer-events: none;
}
.type-pagination li.active .btn {
  background-color: #950005;
  border-color: #950005;
}
.type-pagination li:before {
  display: none;
}
.type-pagination .btn {
  padding: 1.8em 2em;
}
@media (max-width: 767px) {
  .type-pagination .page-number {
    display: none;
  }
}
.type-blog {
  padding: 8rem 0;
}
@media (max-width: 1199px) {
  .type-blog {
    padding: 7rem 0;
  }
}
@media (max-width: 991px) {
  .type-blog {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .type-blog {
    padding: 4rem 0;
  }
}
.type-blog .container-fluid {
  max-width: 1400px;
}
.type-blog .items {
  margin: -4.5rem -1.5rem 0;
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.type-blog .item {
  margin-top: 4.5rem;
  margin-bottom: 4.5rem;
  padding: 0 1.5rem;
}
@media (min-width: 992px) {
  .type-blog .item {
    width: 50%;
  }
}
.type-blog .item-inner {
  display: block;
  text-decoration: none !important;
  position: relative;
  margin: auto;
  max-width: 646px;
}
.type-blog img {
  max-width: 100%;
}
.type-blog .item-img {
  margin-bottom: 4.7rem;
  position: relative;
  display: inline-block;
}
.type-blog .item-img:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  box-shadow: 1px 10px 30px 0 #BABABA;
}
.type-blog .item-date,
.type-blog .item-title {
  line-height: 1.1em;
  color: #950005;
  font-weight: 800;
}
.type-blog .item-date {
  font-size: 1.29rem;
  margin: 0;
}
.type-blog .item-title {
  font-size: 2rem;
  margin: 0.2em 0 1em;
}
.type-blog .item-text {
  color: #7B7B7B;
}
@media (max-width: 1400px) {
  .type-blog {
    padding: 6rem 0;
  }
  .type-blog .container-fluid {
    max-width: 1100px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
}
@media (max-width: 991px) {
  .type-blog .items {
    display: flex;
  }
  .type-blog .item {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 767px) {
  .type-blog .item-img {
    margin-bottom: 3.5rem;
  }
}
.type-article {
  padding: 8rem 0;
  color: #525252;
}
@media (max-width: 1199px) {
  .type-article {
    padding: 7rem 0;
  }
}
@media (max-width: 991px) {
  .type-article {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .type-article {
    padding: 4rem 0;
  }
}
.type-article .container-fluid {
  max-width: 1400px;
}
.type-article .introtext > *:first-child,
.type-article .fulltext > *:first-child {
  margin-top: 0;
}
.type-article p {
  margin-bottom: 2.4rem;
}
.type-article h2,
.type-article h3,
.type-article h4,
.type-article h5,
.type-article h6 {
  color: #525252;
}
.type-article h2 {
  margin: 4rem 0 2rem;
  font-size: 2.4rem;
}
.type-article h3 {
  font-size: 2rem;
}
.type-article h4 {
  font-size: 1.8rem;
}
.type-article img {
  max-width: 100%;
}
.type-article .main-image {
  margin: 0.5rem 0 2rem;
}
.type-article .main-image img {
  box-shadow: 0 1.5rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.type-article .images {
  font-size: 0;
  margin: 0 -1.43rem;
}
.type-article .images .image {
  display: inline-block;
  vertical-align: middle;
  padding: 1.43rem;
}
.type-article .images img {
  box-shadow: 0 1.5rem 2.5rem 0 rgba(0, 0, 0, 0.3);
}
.type-article .row-text-image {
  display: flex;
  margin: 0 -1.5rem;
  align-items: flex-start;
}
.type-article .col-text,
.type-article .col-image {
  width: 50%;
  padding: 0 1.5rem;
}
.type-article .col-text-full {
  padding: 0 1.5rem;
}
.type-article .col-image {
  order: 1;
}
.type-article .col-text {
  order: 2;
  padding-left: 3rem;
}
.type-article .row-images {
  margin-top: 2rem;
}
.type-article table {
  border: 4px solid #D9D9D9;
  border-spacing: 0;
  border-collapse: collapse;
}
.type-article table td {
  border: 0;
  padding: 0.5em 1em;
}
.type-article table tr td:first-child {
  padding-left: 2em;
}
.type-article table tr td:last-child {
  padding-right: 2em;
}
.type-article table tr:first-child td {
  padding-top: 1.5em;
}
.type-article table tr:last-child td {
  padding-bottom: 1.5em;
}
@media (max-width: 1400px) {
  .type-article .container-fluid {
    max-width: 1200px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .type-article table {
    border-width: 3px;
  }
  .type-article table td {
    border: 0;
    padding: 0.35em 0.85em;
  }
  .type-article table tr td:first-child {
    padding-left: 1.5em;
  }
  .type-article table tr td:last-child {
    padding-right: 1.5em;
  }
  .type-article table tr:first-child td {
    padding-top: 1em;
  }
  .type-article table tr:last-child td {
    padding-bottom: 1em;
  }
  .type-article .images {
    margin: -1.2rem;
  }
  .type-article .images .image {
    padding: 0.95rem;
  }
}
@media (max-width: 1400px) and (min-width: 480px) {
  .type-article .gallery .images .image {
    width: 33.33%;
  }
}
@media (max-width: 991px) {
  .type-article .images .image {
    max-width: 155px;
  }
}
@media (max-width: 767px) {
  .type-article table {
    border-width: 2px;
  }
  .type-article .row-text-image {
    display: block;
    margin: 0;
  }
  .type-article .col-text,
  .type-article .col-image,
  .type-article .col-text-full {
    width: 100%;
    padding: 0;
  }
  .type-article .col-image {
    margin-top: 5rem;
    text-align: center;
  }
  .type-article .row-images {
    max-width: 79rem;
    margin: auto;
  }
  .type-article .row-images > * {
    padding: 0;
  }
  .type-article .images .image {
    max-width: 25%;
  }
}
@media (max-width: 480px) {
  .type-article .images .image {
    max-width: 50%;
  }
}
.type-contact {
  padding: 8rem 0;
  color: #7B7B7B;
}
@media (max-width: 1199px) {
  .type-contact {
    padding: 7rem 0;
  }
}
@media (max-width: 991px) {
  .type-contact {
    padding: 6rem 0;
  }
}
@media (max-width: 767px) {
  .type-contact {
    padding: 4rem 0;
  }
}
.type-contact .container-fluid {
  max-width: 1400px;
}
.type-contact h2 {
  color: #525252;
  margin: 0 0 1em;
}
.type-contact .email,
.type-contact .phone {
  line-height: 1em;
}
.type-contact .email:before,
.type-contact .phone:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 19px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 1em;
}
.type-contact .email:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2018%2014%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23B9B9B9%22%20d%3D%22M11.993%208.81c-.382.278-.691.495-.929.65a5.84%205.84%200%200%201-.949.478%202.913%202.913%200%200%201-1.105.243h-.02c-.341%200-.709-.08-1.105-.243a5.758%205.758%200%200%201-.949-.478%2023.06%2023.06%200%200%201-.93-.65%2020.196%2020.196%200%200%200-.352-.253l-5.101%205.05c.298.261.649.393%201.053.393h14.786c.404%200%20.756-.132%201.053-.393l-5.1-5.048-.352.251zM1.015%205.379A5.283%205.283%200%200%201%200%204.514v7.681l4.495-4.449c-.899-.623-2.058-1.41-3.48-2.367zm12.492%202.368L18%2012.195V4.514a5.572%205.572%200%200%201-1.004.865%20296.906%20296.906%200%200%200-3.489%202.368zM1.728%204.314c.228.159.914.632%202.06%201.417l1.618%201.113c.394.271.733.507%201.014.702.032.021.083.058.15.105.071.053.162.118.276.199.217.156.398.282.542.378.144.097.318.204.522.323.205.119.397.209.578.268.181.06.349.089.502.089h.02a1.6%201.6%200%200%200%20.502-.089c.181-.059.374-.149.578-.268.205-.119.379-.227.522-.323.144-.096.325-.222.542-.378l.277-.197a803.644%20803.644%200%200%201%201.166-.804l3.686-2.533a4.764%204.764%200%200%200%201.225-1.223c.328-.478.492-.979.492-1.502%200-.438-.159-.813-.477-1.124a1.56%201.56%200%200%200-1.131-.468H1.607c-.516%200-.913.173-1.19.518S0%201.292%200%201.81c0%20.417.185.869.553%201.357.368.487.76.869%201.175%201.147z%22%2F%3E%3C%2Fsvg%3E");
}
.type-contact .phone:before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2020%2018%22%3E%3Cpath%20fill-rule%3D%22evenodd%22%20clip-rule%3D%22evenodd%22%20fill%3D%22%23B9B9B9%22%20d%3D%22M19.499%2013.276l-2.36-2.24c-.629-.598-1.729-.599-2.359%200l-.395.373%204.721%204.479.394-.373a1.527%201.527%200%200%200-.001-2.239zm-7.581-1.222L7.252%207.622c-.455-.432-.47-1.103-.085-1.574l-4.709-4.47C.431%203.82.51%207.197%202.747%209.319l7.384%207.011c2.145%202.037%205.661%202.307%208.157.274l-4.711-4.47c-.497.366-1.206.351-1.659-.08zM8.325%204.907a1.525%201.525%200%200%200%200-2.239L5.966.428c-.63-.598-1.73-.599-2.36%200l-.395.373%204.72%204.48.394-.374z%22%2F%3E%3C%2Fsvg%3E");
}
.type-contact .introtext {
  position: relative;
  font-weight: 600;
  padding-right: 4rem;
}
.type-contact .introtext p {
  margin-bottom: 1.5em;
}
.type-contact .introtext p:nth-of-type(1n+3) {
  font-size: 1.2rem;
}
.type-contact .contacts > * + * {
  margin-top: 0.5em;
}
.type-contact .contacts.in-text {
  font-size: 1.8rem;
  position: absolute;
  left: 50%;
}
.type-contact .contacts.in-text a {
  color: #7B7B7B;
  text-decoration: none;
}
@media (min-width: 768px) {
  .type-contact .col-sm-6:first-child {
    width: 45%;
  }
  .type-contact .col-sm-6:last-child {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .type-contact .introtext {
    margin-bottom: 5rem;
  }
}
@media (max-width: 480px) {
  .type-contact .contacts.in-text {
    position: static;
    margin-bottom: 1em;
  }
}
.type-contacts svg {
  width: 95px;
}
.type-contacts path {
  fill: #950005;
}
.type-contacts .items {
  display: flex;
  flex-wrap: wrap;
}
.type-contacts .item {
  display: flex;
  flex-basis: 50%;
  align-items: flex-end;
  margin-bottom: 5rem;
}
.type-contacts .item-image {
  flex-basis: 120px;
}
.type-contacts .item-title {
  font-weight: 500;
  margin: 0;
}
.type-contacts .item-text {
  font-weight: 800;
  color: #950005;
  margin: 0.5em 0;
  font-size: 1.35rem;
}
.type-contacts .contacts {
  margin-top: 1em;
}
.type-contacts .contacts > div {
  margin-top: 0;
}
.type-contacts .contacts a:before {
  width: 15px;
  height: 14px;
}
.type-contacts a {
  text-decoration: none;
  color: #7B7B7B;
}
@media (max-width: 1100px) {
  .type-contacts .items {
    display: block;
    max-width: 380px;
  }
}
@media (max-width: 480px) {
  .type-contacts svg,
  .type-contacts img {
    width: 65px;
  }
  .type-contacts .item-image {
    flex-basis: 80px;
  }
}
.type-contact-form .container-fluid {
  max-width: 1400px;
}
.type-contact-form .section-title {
  color: #525252;
  margin: 0 0 2em;
  text-align: center;
}
.type-contact-form form {
  margin-bottom: -87px;
  position: relative;
  z-index: 10;
  box-shadow: 0 10px 30px 0 #CBCACF;
}
#cf-map {
  height: 620px;
}
.type-red-panel {
  color: #fff;
  -webkit-transform: translate(0, 100px);
  -ms-transform: translate(0, 100px);
  -o-transform: translate(0, 100px);
  transform: translate(0, 100px);
  position: relative;
  z-index: 100;
  margin-top: -100px;
}
.type-red-panel + * > * {
  padding-top: 100px;
}
.type-red-panel + .type-where-we-build {
  padding-top: 3rem;
}
.type-red-panel .container-fluid {
  max-width: 1400px;
  position: relative;
}
.type-red-panel .base-row {
  background-color: #950005;
  padding: 5.5rem 4.5rem;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  box-shadow: 0 1.5rem 2.5rem 0 rgba(0, 0, 0, 0.2);
}
.type-red-panel .col {
  position: relative;
  z-index: 1;
  flex-grow: 1;
}
.type-red-panel .col:nth-child(1) {
  font-size: 2.8rem;
  font-weight: 400;
}
.type-red-panel .col:nth-child(2) {
  font-weight: 400;
  line-height: 1.6em;
  font-size: 1.65rem;
}
.type-red-panel .col:nth-child(2) .inner {
  max-width: 350px;
  padding: 0 15px;
  float: right;
}
.type-red-panel .col:nth-child(3) {
  text-align: right;
}
.type-red-panel .col .btn {
  background-color: #460000;
  border-color: #460000;
  color: #fff;
}
.type-red-panel .col .btn:hover,
.type-red-panel .col .btn:focus {
  background-color: #fff;
  border-color: #fff;
  color: #460000;
}
.type-red-panel a {
  color: #fff;
  text-decoration: underline;
}
.type-red-panel svg {
  max-width: 192px;
  position: absolute;
  left: 90px;
  bottom: 0;
}
.type-red-panel path {
  fill: #b3181d;
}
@media (max-width: 1400px) {
  .type-red-panel .container-fluid {
    max-width: 1200px;
    padding-left: 4vw;
    padding-right: 4vw;
  }
  .type-red-panel .base-row {
    padding: 4.5rem 3.5rem;
  }
  .type-red-panel .col:nth-child(1) {
    font-size: 2.5rem;
  }
  .type-red-panel svg {
    max-height: 13rem;
  }
}
@media (max-width: 1400px) and (min-width: 992px) {
  .type-red-panel .col .btn {
    padding: 2em 2.5em;
    white-space: nowrap;
  }
}
@media (max-width: 1199px) {
  .type-red-panel .col {
    flex-grow: 1;
  }
  .type-red-panel .col:nth-child(2) {
    text-align: center;
  }
  .type-red-panel .col:nth-child(2) .inner {
    float: none;
  }
  .type-red-panel + * > * {
    padding-top: 100px;
  }
}
@media (max-width: 767px) {
  .type-red-panel .base-row {
    display: block;
    padding: 4rem 2rem;
  }
  .type-red-panel .col {
    max-width: 320px;
    margin: auto;
    text-align: center !important;
  }
  .type-red-panel .col .inner {
    max-width: 100%;
    padding: 0;
  }
  .type-red-panel .col + .col {
    margin-top: 2em;
  }
  .type-red-panel svg {
    left: 9%;
  }
}
.page-realestates body {
  background-color: #f1f1f1;
}
@media (min-width: 1645px) {
  .page-realestates main .container {
    width: 1385px;
  }
}
.page-realestates .type-intro p {
  margin: 3rem 0;
  color: #fff;
}
.page-realestates .type-intro > * {
  width: 100%;
}
@media (max-width: 991px) {
  .page-realestates .type-intro .intro-nav .item {
    padding: 1.9rem 1.5rem;
    min-width: 200px;
  }
}
@media (max-width: 767px) {
  .page-realestates .type-intro .intro-nav .item {
    min-width: 0;
  }
}
@media (max-width: 550px) {
  .page-realestates .type-intro .intro-nav {
    display: none !important;
  }
}
.type-realestates {
  padding: 4rem 0;
}
.type-realestates .container-fluid {
  max-width: 1780px;
}
.type-realestates img {
  max-width: 100%;
}
.type-realestates .items {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  text-align: center;
}
.type-realestates .item {
  width: 25%;
  padding: 2em;
}
.type-realestates a {
  display: inline-block;
  text-decoration: none;
}
.type-realestates a:hover .item-content,
.type-realestates a:hover .item-footer {
  border-color: #950005;
}
.type-realestates a:hover .item-zoom {
  opacity: 1;
  pointer-events: auto;
  cursor: pointer;
}
.type-realestates a:hover .item-footer {
  color: #950005;
}
.type-realestates a.item-video .item-zoom {
  display: none;
}
.type-realestates a.item-video .img-hover-play {
  width: 10rem;
  height: 10rem;
}
.type-realestates .item-img {
  box-shadow: 0 1.5rem 2.5rem 0 rgba(0, 0, 0, 0.3);
  position: relative;
  z-index: 5;
}
.type-realestates .item-content,
.type-realestates .item-footer {
  border: 3px solid #D9D9D9;
  border-top: 0;
  margin: 0 1em;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-realestates .item-content {
  padding: 3em 0.6em 2em;
  text-align: center;
  position: relative;
}
.type-realestates .item-footer {
  background-color: #fff;
  padding: 1.6em 0.8em;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 800;
  text-transform: uppercase;
  color: #525252;
}
.type-realestates .item-footer > * {
  padding: 0 1.1em;
  line-height: 1em;
  letter-spacing: 0.08em;
  font-size: 0.9em;
}
.type-realestates .item-footer .arrow-right {
  content: "";
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2024%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M34.617%2011.147L23.56.36a1.257%201.257%200%200%200-1.763%200%201.191%201.191%200%200%200%200%201.702l8.94%208.722H1.233C.546%2010.785%200%2011.318%200%2011.989s.546%201.222%201.234%201.222h29.504l-8.94%208.706a1.213%201.213%200%200%200%200%201.72c.492.481%201.287.481%201.763%200l11.058-10.786a1.168%201.168%200%200%200-.002-1.704z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.type-realestates .item-title {
  font-size: 1.68rem;
  font-weight: 800;
  color: #525252;
  margin: 0;
  line-height: 1.6;
}
.type-realestates .item-text {
  font-size: 1.5rem;
  margin-top: 1em;
  line-height: 1.7em;
  color: #7B7B7B;
}
.type-realestates .item-zoom {
  opacity: 0;
  pointer-events: none;
  width: 6.5rem;
  height: 6.5rem;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  background-color: #950005;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  -o-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
  box-shadow: 0 -1rem 1.5rem 0 rgba(0, 0, 0, 0.3);
}
.type-realestates .item-zoom svg {
  width: 16px;
  height: 16px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.type-realestates .item-zoom path {
  fill: #fff;
}
@media (max-width: 1400px) {
  .type-realestates .item {
    padding: 1.5em;
  }
  .type-realestates .item-content,
  .type-realestates .item-footer {
    border-width: 2px;
  }
  .type-realestates .item-title {
    font-size: 1.5rem;
  }
  .type-realestates .item-text {
    font-size: 1.35rem;
  }
  .type-realestates .item-footer > * {
    font-size: 0.85em;
  }
  .type-realestates .item-zoom {
    width: 5.5rem;
    height: 5.5rem;
  }
}
@media (max-width: 1199px) {
  .type-realestates .item {
    padding: 1.5em;
  }
  .type-realestates .item-content,
  .type-realestates .item-footer {
    margin: 0 0.5em;
  }
  .type-realestates .item-content {
    padding: 1.8em 0.6em 1.2em;
  }
  .type-realestates .item-zoom {
    width: 5rem;
    height: 5rem;
  }
  .type-realestates .item-zoom svg {
    width: 14px;
    height: 14px;
  }
}
@media (max-width: 991px) {
  .type-realestates .item {
    width: 33.33%;
  }
}
@media (max-width: 767px) {
  .type-realestates .item {
    width: 50%;
  }
}
@media (max-width: 480px) {
  .type-realestates .item {
    width: 100%;
  }
  .type-realestates .item-inner {
    max-width: 377px;
    margin: auto;
  }
}
.real-estates-filter-wrap {
  display: flex;
  color: #fff;
  max-width: 1420px;
  margin: auto;
  padding: 5rem 0;
}
.real-estates-filter-wrap .row {
  display: flex;
  margin: 0;
}
.real-estates-filter-wrap .row > .col {
  flex-grow: 1;
}
.real-estates-filter-wrap .row + .row {
  margin-top: 2rem;
}
.real-estates-filter-wrap .col-title {
  display: block;
  font-weight: bold;
  font-size: 1.8rem;
  margin: 0 0 1em;
}
.real-estates-filter-wrap .col-content {
  list-style: none;
  margin: 0;
  padding: 0;
}
.real-estates-filter-wrap .col-content li {
  margin: 2rem 0;
  padding: 0;
}
.real-estates-filter-wrap .col-content li:before {
  background: none;
}
.real-estates-filter-wrap .filter-item {
  margin: 0;
  font-weight: 500;
  position: relative;
  padding-left: 5rem;
  cursor: pointer;
  color: #fff;
}
.real-estates-filter-wrap .filter-item:before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  border: 0.56rem solid #fff;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.real-estates-filter-wrap .filter-item[data-selected]:before {
  border-color: #950005;
}
.real-estates-filter-wrap .filter-item.multiple:before {
  border-radius: 0.7rem;
  border-color: #fff;
}
.real-estates-filter-wrap .filter-item.multiple i,
.real-estates-filter-wrap .filter-item.multiple svg {
  opacity: 0;
  position: absolute;
  color: #950005;
  font-size: 1.8rem;
  left: 0.18em;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.real-estates-filter-wrap .filter-item.multiple[data-selected] i,
.real-estates-filter-wrap .filter-item.multiple[data-selected] svg {
  opacity: 1;
}
.real-estates-filter-wrap .filter-inputs {
  width: 66%;
  text-align: left;
}
.real-estates-filter-wrap .red-box {
  width: 34%;
  padding-left: 4rem;
  position: relative;
  display: flex;
}
.real-estates-filter-wrap .red-box .inner {
  background-color: #7F0004;
  padding: 5rem 4rem;
  text-align: center;
}
.real-estates-filter-wrap .red-box .inner > * {
  position: relative;
  z-index: 10;
}
.real-estates-filter-wrap .red-box .title {
  font-size: 2.55rem;
}
.real-estates-filter-wrap .red-box p {
  margin: 4.5rem 0 3rem;
}
.real-estates-filter-wrap .red-box .btn {
  font-size: 1.2rem;
  background-color: #460000;
  padding: 1.8em;
  border: none;
  min-width: 0;
  max-width: 305px;
  width: 100%;
}
.real-estates-filter-wrap .red-box .btn:hover,
.real-estates-filter-wrap .red-box .btn:focus {
  background-color: #000;
}
.real-estates-filter-wrap .red-box svg {
  max-width: 19rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
.real-estates-filter-wrap .red-box svg path {
  fill: #9F1719;
}
.real-estates-filter-wrap .usable-area-slider {
  display: flex;
  align-items: center;
  margin-top: 2rem;
  width: 86%;
}
.real-estates-filter-wrap .usable-area-slider .from,
.real-estates-filter-wrap .usable-area-slider .to {
  width: 6.5rem;
  font-size: 1.5rem;
  line-height: 1em;
}
.real-estates-filter-wrap .usable-area-slider .from {
  text-align: left;
}
.real-estates-filter-wrap .usable-area-slider .to {
  text-align: right;
}
@media (max-width: 1400px) {
  .real-estates-filter-wrap {
    padding: 4.5rem 0;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
  }
  .real-estates-filter-wrap .col-title {
    font-size: 1.7rem;
  }
  .real-estates-filter-wrap .col-content li {
    margin: 1.8rem 0;
  }
  .real-estates-filter-wrap .red-box .inner {
    padding: 4rem 3rem;
  }
  .real-estates-filter-wrap .red-box .title {
    font-size: 2rem;
  }
  .real-estates-filter-wrap .red-box p {
    margin: 4rem 0 2.8rem;
  }
}
@media (max-width: 991px) {
  .real-estates-filter-wrap {
    padding: 4rem 0;
  }
  .real-estates-filter-wrap .col-title {
    font-size: 1.6rem;
  }
  .real-estates-filter-wrap .red-box .inner {
    padding: 3.5rem 2.5rem;
  }
  .real-estates-filter-wrap .red-box .title {
    font-size: 1.7rem;
  }
  .real-estates-filter-wrap .red-box p {
    margin: 3rem 0 2rem;
  }
}
@media (max-width: 767px) {
  .real-estates-filter-wrap {
    display: block;
    padding-bottom: 0;
  }
  .real-estates-filter-wrap .filter-inputs {
    width: 100%;
  }
  .real-estates-filter-wrap .red-box {
    max-width: 48rem;
    width: 100%;
    margin: 8rem auto 0;
    padding-left: 0;
  }
}
@media (min-width: 551px) {
  .real-estates-filter-wrap .col-type {
    display: none !important;
  }
}
@media (max-width: 550px) {
  .real-estates-filter-wrap {
    padding-top: 2rem;
  }
  .real-estates-filter-wrap .filter-item {
    padding-left: 3.2rem;
    display: block;
  }
  .real-estates-filter-wrap .filter-item:before {
    width: 2.1rem;
    height: 2.1rem;
  }
  .real-estates-filter-wrap .row {
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .real-estates-filter-wrap .row > .col {
    flex-basis: 50%;
  }
  .real-estates-filter-wrap .row > .col:nth-child(1n+3) {
    margin-top: 3rem;
  }
  .real-estates-filter-wrap .row + .row {
    margin-top: 3rem;
  }
}
#usable-area-slider-snap {
  width: calc(100% - 7rem);
}
.type-intro-realestate {
  text-align: left;
}
.type-intro-realestate:before {
  background-color: rgba(0, 0, 0, 0.6);
}
.type-intro-realestate .container-fluid {
  padding-top: 7.8rem;
  padding-bottom: 18rem;
  position: relative;
}
.type-intro-realestate .back-button {
  position: absolute;
  top: 2.7rem;
  font-size: 1.3rem;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1430px) {
  .type-intro-realestate .back-button {
    -webkit-transform: translate(-100%, 0);
    -ms-transform: translate(-100%, 0);
    -o-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
.type-intro-realestate .back-button:before {
  content: "";
  display: inline-block;
  margin-right: 1rem;
  width: 12px;
  height: 7px;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2024%22%3E%3Cpath%20fill%3D%22%23989897%22%20d%3D%22M33.766%2010.788H4.263l8.941-8.706a1.213%201.213%200%200%200%200-1.72c-.494-.481-1.288-.481-1.764%200L.383%2011.148a1.164%201.164%200%200%200%200%201.703L11.44%2023.639c.477.481%201.27.481%201.764%200a1.191%201.191%200%200%200%200-1.702l-8.941-8.722h29.503c.687-.001%201.234-.535%201.234-1.206%200-.67-.547-1.221-1.234-1.221z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
}
@media (max-width: 1400px) {
  .type-intro-realestate #page-heading {
    padding-left: 4vw;
  }
}
.type-detail-realestate .container {
  display: flex;
}
.type-detail-realestate .left-side {
  max-width: 558px;
  width: 42%;
  -webkit-transform: translate(0, -11rem);
  -ms-transform: translate(0, -11rem);
  -o-transform: translate(0, -11rem);
  transform: translate(0, -11rem);
}
.type-detail-realestate .right-side {
  width: 58%;
  padding-left: 6rem;
  padding-top: 6rem;
}
@media (max-width: 991px) {
  .type-detail-realestate .right-side {
    padding-top: 4rem;
  }
}
.type-detail-realestate .main-image {
  display: inline-block;
  box-shadow: 2px 6px 18px 0 rgba(80, 80, 80, 0.55);
}
.type-detail-realestate .main-image img {
  max-width: 100%;
}
.type-detail-realestate .params {
  border: 3px solid #D9D9D9;
  border-top: 0;
  padding: 3em 0.6em 2em;
}
@media (max-width: 991px) {
  .type-detail-realestate .params {
    padding: 1.7em 0.6em 0.7em;
  }
}
.type-detail-realestate .param {
  position: relative;
}
.type-detail-realestate .param > * {
  display: inline-block;
  vertical-align: middle;
}
.type-detail-realestate .param-k,
.type-detail-realestate .param-v {
  width: 50%;
  padding: 0.5em 4rem;
}
@media (max-width: 991px) {
  .type-detail-realestate .param-k,
  .type-detail-realestate .param-v {
    padding: 0.5em 1rem;
  }
}
.type-detail-realestate .param-v {
  font-weight: 800;
}
.type-detail-realestate .arrow-right {
  width: 12px;
  height: 7px;
  -webkit-transform: translate(-100%, 0);
  -ms-transform: translate(-100%, 0);
  -o-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2024%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M34.617%2011.147L23.56.36a1.257%201.257%200%200%200-1.763%200%201.191%201.191%200%200%200%200%201.702l8.94%208.722H1.233C.546%2010.785%200%2011.318%200%2011.989s.546%201.222%201.234%201.222h29.504l-8.94%208.706a1.213%201.213%200%200%200%200%201.72c.492.481%201.287.481%201.763%200l11.058-10.786a1.168%201.168%200%200%200-.002-1.704z%22%2F%3E%3C%2Fsvg%3E");
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}
.type-detail-realestate .what-is-in-prices a {
  text-decoration: underline;
}
.type-detail-realestate .what-is-in-prices .param-k {
  width: 100%;
}
.type-detail-realestate .description-wrap {
  min-height: 27.8rem;
  margin: 0 1.2rem;
  position: relative;
}
.type-detail-realestate .description-wrap .readmore-trigger {
  margin-top: 1em;
  display: inline-block;
  text-decoration: underline;
}
@media (max-width: 1644px) {
  .type-detail-realestate .description-wrap {
    min-height: 29rem;
  }
}
@media (max-width: 1199px) {
  .type-detail-realestate .description-wrap {
    min-height: 31rem;
  }
}
.type-detail-realestate .description {
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-detail-realestate .description:after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1.6rem;
  background: #f1f1f1;
  background: -moz-linear-gradient(0deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  background: -webkit-linear-gradient(0deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  background: linear-gradient(0deg, #f1f1f1 0%, rgba(241, 241, 241, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#f1f1f1", endColorstr="#f1f1f1", GradientType=1);
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-detail-realestate .description.ds-shorten:after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.type-detail-realestate .description-title {
  font-size: 1.5rem;
  margin: 0 0 1em;
}
.type-detail-realestate .images {
  position: relative;
  margin: 1.9rem 0 3.5rem;
}
.type-detail-realestate .images img {
  max-width: 100%;
  margin: auto;
  box-shadow: 2px 5px 18px 0 rgba(80, 80, 80, 0.55);
}
.type-detail-realestate .images .image {
  padding: 1.5rem;
}
.type-detail-realestate .images .slick-arrow {
  width: 23px;
  height: 16px;
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  cursor: pointer;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
.type-detail-realestate .images .slick-prev {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2024%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M33.766%2010.788H4.263l8.941-8.706a1.213%201.213%200%200%200%200-1.72c-.494-.481-1.288-.481-1.764%200L.383%2011.148a1.164%201.164%200%200%200%200%201.703L11.44%2023.639c.477.481%201.27.481%201.764%200a1.191%201.191%200%200%200%200-1.702l-8.941-8.722h29.503c.687-.001%201.234-.535%201.234-1.206%200-.67-.547-1.221-1.234-1.221z%22%2F%3E%3C%2Fsvg%3E");
  left: 0;
  -webkit-transform: translate(-120%, 0);
  -ms-transform: translate(-120%, 0);
  -o-transform: translate(-120%, 0);
  transform: translate(-120%, 0);
}
.type-detail-realestate .images .slick-prev:hover {
  -webkit-transform: translate(-135%, 0);
  -ms-transform: translate(-135%, 0);
  -o-transform: translate(-135%, 0);
  transform: translate(-135%, 0);
}
.type-detail-realestate .images .slick-next {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2035%2024%22%3E%3Cpath%20fill%3D%22%23525252%22%20d%3D%22M34.617%2011.147L23.56.36a1.257%201.257%200%200%200-1.763%200%201.191%201.191%200%200%200%200%201.702l8.94%208.722H1.233C.546%2010.785%200%2011.318%200%2011.989s.546%201.222%201.234%201.222h29.504l-8.94%208.706a1.213%201.213%200%200%200%200%201.72c.492.481%201.287.481%201.763%200l11.058-10.786a1.168%201.168%200%200%200-.002-1.704z%22%2F%3E%3C%2Fsvg%3E");
  right: 0;
  -webkit-transform: translate(125%, 0);
  -ms-transform: translate(125%, 0);
  -o-transform: translate(125%, 0);
  transform: translate(125%, 0);
}
.type-detail-realestate .images .slick-next:hover {
  -webkit-transform: translate(135%, 0);
  -ms-transform: translate(135%, 0);
  -o-transform: translate(135%, 0);
  transform: translate(135%, 0);
}
.type-detail-realestate .images .slick-disabled {
  opacity: 0.5;
  filter: alpha(opacity=50);
  pointer-events: none;
}
@media (min-width: 1645px) {
  .type-detail-realestate .images {
    margin: 4.15rem 0 3.7rem;
  }
}
@media (max-width: 1644px) {
  .type-detail-realestate .images {
    margin: 3.8rem 0 3.5rem;
  }
}
@media (max-width: 1199px) {
  .type-detail-realestate .images {
    margin: 2.2rem 0 3rem;
  }
}
@media (max-width: 991px) {
  .type-detail-realestate .images {
    margin: 0 0 3rem;
  }
}
@media (max-width: 855px) {
  .type-detail-realestate .container {
    display: block;
  }
  .type-detail-realestate .left-side,
  .type-detail-realestate .right-side {
    width: 100%;
    margin: auto;
  }
  .type-detail-realestate .right-side {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    margin-top: -4rem;
  }
  .type-detail-realestate .description {
    min-height: 0;
  }
}
.pdf-buttons {
  margin-top: 2rem;
}
.pdf-buttons > * {
  display: inline-block;
  vertical-align: middle;
}
.pdf-buttons .btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 2rem 1rem;
  margin: 1.2rem;
}
@media (min-width: 1645px) {
  .pdf-buttons .btn {
    padding: 2.5rem 3rem;
    margin: 1.2rem;
  }
}
.pdf-buttons .btn span {
  padding-left: 3em;
}
.pdf-buttons .btn:hover svg path,
.pdf-buttons .btn:focus svg path {
  fill: #fff;
}
.pdf-buttons svg {
  font-size: 3rem;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: -1px;
}
.pdf-buttons svg path {
  fill: #950005;
  -webkit-transition: all 0.12s linear;
  -moz-transition: all 0.12s linear;
  -ms-transition: all 0.12s linear;
  -o-transition: all 0.12s linear;
  transition: all 0.12s linear;
}
@media (max-width: 1400px) {
  .pdf-buttons .btn {
    font-size: 1.2rem;
    letter-spacing: 0.1em;
  }
  .pdf-buttons .btn span {
    padding-left: 2.5em;
  }
  .pdf-buttons svg {
    font-size: 2.5rem;
  }
}
.page-references .items {
  justify-content: normal;
}
.type-favourites-realestates {
  background-color: #f1f1f1;
  padding: 12rem 0;
}
.type-favourites-realestates h2 {
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 6rem;
}
.type-favourites-realestates .btn-wrap {
  text-align: center;
  margin-top: 6rem;
}
@media (max-width: 1400px) {
  .type-favourites-realestates {
    padding: 8rem 0;
  }
  .type-favourites-realestates .btn-wrap {
    margin-top: 5rem;
  }
}
@media (max-width: 991px) {
  .type-favourites-realestates {
    padding: 7rem 0;
  }
  .type-favourites-realestates h2 {
    margin-bottom: 5rem;
  }
  .type-favourites-realestates .btn-wrap {
    margin-top: 4rem;
  }
}
@media (max-width: 767px) {
  .type-favourites-realestates {
    padding: 5rem 0;
  }
  .type-favourites-realestates h2 {
    margin-bottom: 3rem;
  }
  .type-favourites-realestates .btn-wrap {
    margin-top: 3rem;
  }
}
.page-realestates .type-red-panel .col:nth-child(1) {
  max-width: 49rem;
}
@media (max-width: 1400px) {
  .page-realestates .type-red-panel .col:nth-child(1) {
    max-width: 45rem;
  }
}
section.type-demand {
  background-color: #7F0004;
  color: #fff;
  padding: 10rem 0;
}
.type-demand .fancybox-slide > * {
  background-color: #7F0004;
  color: #fff;
  width: 100%;
  max-width: 1000px;
}
.type-demand .section-title {
  margin: 0;
  padding: 2rem 0 7rem;
  text-align: center;
  font-size: 4rem;
  font-weight: bold;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .type-demand .form-col:nth-child(1) {
    padding-right: 2rem;
  }
  .type-demand .form-col:nth-child(2) {
    padding-left: 2rem;
  }
}
@media (min-width: 481px) {
  .type-demand .captcha-submit input {
    margin-right: 0.5rem;
    margin-bottom: 0;
  }
}
.type-demand textarea {
  min-height: 25.3rem;
}
.type-demand button {
  padding: 2.5rem 3rem 2.4rem;
  min-width: 23rem;
}
@media (max-width: 991px) {
  .type-demand {
    padding: 8rem 0;
  }
  .type-demand .section-title {
    font-size: 3.5rem;
    padding: 1rem 0 6rem;
  }
  .type-demand button {
    min-width: 21rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .type-demand {
    padding: 8rem 0 6rem;
  }
  .type-demand .section-title {
    font-size: 3rem;
    padding: 1rem 0 4rem;
  }
}
@media (max-width: 480px) {
  .type-demand {
    padding: 6rem 0 4rem;
  }
  .type-demand .section-title {
    font-size: 2.6rem;
    padding: 0 0 3rem;
  }
  .type-demand .captcha-submit {
    display: block;
  }
}
