html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, menu {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-family: inherit;
  vertical-align: baseline;
}

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot?v0c0na");
  src: url("../fonts/icomoon.eot?v0c0na#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?v0c0na") format("truetype"), url("../fonts/icomoon.woff?v0c0na") format("woff"), url("../fonts/icomoon.svg?v0c0na#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VisbyCF-Thin';
  src: url("../fonts/VisbyCF-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/VisbyCF-Thin.otf") format("opentype"), url("../fonts/VisbyCF-Thin.woff") format("woff"), url("../fonts/VisbyCF-Thin.ttf") format("truetype"), url("../fonts/VisbyCF-Thin.svg#VisbyCF-Thin") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VisbyCF-Regular';
  src: url("../fonts/VisbyCF-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/VisbyCF-Regular.otf") format("opentype"), url("../fonts/VisbyCF-Regular.woff") format("woff"), url("../fonts/VisbyCF-Regular.ttf") format("truetype"), url("../fonts/VisbyCF-Regular.svg#VisbyCF-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VisbyCF-Medium';
  src: url("../fonts/VisbyCF-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/VisbyCF-Medium.otf") format("opentype"), url("../fonts/VisbyCF-Medium.woff") format("woff"), url("../fonts/VisbyCF-Medium.ttf") format("truetype"), url("../fonts/VisbyCF-Medium.svg#VisbyCF-Medium") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VisbyCF-ExtraBold';
  src: url("../fonts/VisbyCF-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/VisbyCF-ExtraBold.otf") format("opentype"), url("../fonts/VisbyCF-ExtraBold.woff") format("woff"), url("../fonts/VisbyCF-ExtraBold.ttf") format("truetype"), url("../fonts/VisbyCF-ExtraBold.svg#VisbyCF-ExtraBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VisbyCF-Bold';
  src: url("../fonts/VisbyCF-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/VisbyCF-Bold.otf") format("opentype"), url("../fonts/VisbyCF-Bold.woff") format("woff"), url("../fonts/VisbyCF-Bold.ttf") format("truetype"), url("../fonts/VisbyCF-Bold.svg#VisbyCF-Bold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VisbyCF-DemiBold';
  src: url("../fonts/VisbyCF-DemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/VisbyCF-DemiBold.otf") format("opentype"), url("../fonts/VisbyCF-DemiBold.woff") format("woff"), url("../fonts/VisbyCF-DemiBold.ttf") format("truetype"), url("../fonts/VisbyCF-DemiBold.svg#VisbyCF-DemiBold") format("svg");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'VisbyCF-Light';
  src: url("../fonts/VisbyCF-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/VisbyCF-Light.otf") format("opentype"), url("../fonts/VisbyCF-Light.woff") format("woff"), url("../fonts/VisbyCF-Light.ttf") format("truetype"), url("../fonts/VisbyCF-Light.svg#VisbyCF-Light") format("svg");
  font-weight: normal;
  font-style: normal;
}
@keyframes move {
  0% {
    top: 0;
  }
  50% {
    top: -30px;
  }
  100% {
    top: 0;
  }
}
@keyframes pulse {
  0% {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.3);
  }
  50% {
    transform: scale(0.85);
    background: rgba(255, 255, 255, 0.42);
  }
  100% {
    transform: scale(1);
    background: rgba(255, 255, 255, 0.3);
  }
}
.c-circle {
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -14px;
  float: left;
  display: inline-block;
  width: 28px;
  height: 28px;
  background: #fff;
  background: rgba(255, 255, 255, 0.1);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.c-circle--right {
  float: right;
  left: auto;
  right: 0;
}
.c-circle:before {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  display: inline-block;
  width: 18px;
  height: 18px;
  background: rgba(255, 255, 255, 0.2);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.c-circle:after {
  content: '';
  position: absolute;
  top: 9px;
  left: 9px;
  display: inline-block;
  width: 10px;
  height: 10px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}

.c-buttons {
  width: 100%;
  margin-top: 4em;
}
.c-buttons:before, .c-buttons:after {
  content: " ";
  display: table;
}
.c-buttons:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-buttons {
    margin-top: 2em;
  }
}
.hhp{
  display:inline-block;
}
.hpp:hover{
  background: #48546f !important;
}
@media only screen and (max-width: 911px) {
  .hhp{
    margin:0 auto;
    text-align: center !important;
  }

  .hhp span{
    margin-top:10px;
    padding: 10px 20px;
  }
}
.c-buttons--right {
  text-align: right;
}

.c-buttons--padded {
  padding: 4.5em 0 3.5em 0;
}

.c-button {
  display: inline-block;
  padding: 20px 26px;
  padding: 2rem 2.6rem;
  text-decoration: none;
  font-family: "VisbyCF-DemiBold";
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.14em;
  color: #fff;
  cursor: pointer;
  background: #48546f;
  box-shadow: 0px 14px 30px 0px rgba(185, 192, 220, 0.7);
  border: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-button {
    padding: 16px 20px;
    padding: 1.6rem 2rem;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-button:hover, .c-button:active {
  background: #989fb8;
}
.c-button:active {
  background: #989fb8;
}
.c-button--small {
  font-family: "VisbyCF-Medium";
  padding: 10px 22px;
  padding: 1rem 2.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1240px) {
  .c-button--small {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 10px;
    padding: 1rem;
  }
}
.c-button--smaller {
  font-family: "VisbyCF-Medium";
  padding: 10px 22px;
  padding: 1rem 2.2rem;
  font-size: 16px;
  font-size: 1.6rem;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 1240px) {
  .c-button--smaller {
    font-size: 16px;
    font-size: 1.6rem;
    padding: 15px 22px;
    padding: 1.5rem 2.2rem;
  }
}
@media only screen and (max-width: 911px) {
  .c-button--smaller {
    font-size: 12px;
    font-size: 1.2rem;
    padding: 13px 22px;
    padding: 1.3rem 2.2rem;
  }
}
.c-button--white {
  background: #fff;
  color: #48546f;
  text-transform: uppercase;
}
.c-button--white:hover {
  color: #fff;
}
.c-button--border {
  border: 1px solid #48546f;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Bold";
}
.c-button--light {
  font-family: "VisbyCF-Medium";
}
.c-button--circle {
  width: 76px;
  height: 76px;
  text-align: center;
  line-height: 76px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 0;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  box-shadow: 0px 9px 49px 0px rgba(24, 37, 118, 0.23);
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-button--circle {
    width: 56px;
    height: 56px;
    line-height: 56px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.c-button strong {
  font-family: "VisbyCF-Bold";
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-button strong {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.c-button--svg svg {
  width: 60px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-button--svg svg {
    width: 36px;
  }
}
.c-button--svg-word {
  position: relative;
  padding: 0;
  height: 59px;
  width: 70px;
  float: right;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-button--svg-word {
    height: 48px;
    width: 60px;
  }
}
@media only screen and (max-width: 1240px) {
  .c-button--svg-word {
    height: 39px;
    width: 50px;
  }
}
.c-button--svg-word svg, .c-button--svg-word path {
  fill: #48546f !important;
}
.c-button--svg-word svg {
  position: absolute;
  top: 13px;
  width: 30px;
  left: 20px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-button--svg-word svg {
    width: 17px;
    top: 15px;
    left: 21px;
  }
}
@media only screen and (max-width: 1240px) {
  .c-button--svg-word svg {
    width: 17px;
    top: 11px;
    left: 17px;
  }
}
.c-button--svg-word.active svg, .c-button--svg-word.active path {
  fill: #fff !important;
}
.c-button--svg:hover, .c-button--svg-word:hover {
  background: #48546f;
}
.c-button--svg:hover svg,
.c-button--svg:hover path,
.c-button--svg:hover polygon, .c-button--svg-word:hover svg,
.c-button--svg-word:hover path,
.c-button--svg-word:hover polygon {
  fill: #fff !important;
}
.c-button--full {
  width: 100%;
}
.c-button--left {
  margin-left: 15px;
}

.c-button-home {
  display: inline-block;
  padding: 20px 30px;
  background: #48546f;
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  letter-spacing: 0.04em;
  box-shadow: 0px 12px 27px 0px rgba(89, 89, 89, 0.69);
}
.c-button-home:hover {
  background: #fff;
  color: #000;
}

.closed .c-button-home {
  background: #fff;
  color: #000;
}

.c-rbtn {
  position: absolute;
  right: 5%;
  bottom: 7%;
  display: inline-block;
  width: 250px;
  padding: 15px 15px 30px 15px;
  background: #fff;
  text-align: center;
  -webkit-border-radius: 12px;
  -moz-border-radius: 12px;
  -ms-border-radius: 12px;
  border-radius: 12px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.29);
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-rbtn {
    width: 200px;
  }
}
.c-rbtn--left {
  right: auto;
  left: 5%;
}
.c-rbtn__title {
  font-family: "VisbyCF-Bold";
  font-size: 60px;
  font-size: 6rem;
  color: #0b78e3;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-rbtn__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.c-rbtn__sec-title {
  display: inline-block;
  padding-left: 10px;
  font-family: "VisbyCF-Bold";
  font-size: 38px;
  font-size: 3.8rem;
  color: #000;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-rbtn__sec-title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-rbtn__desc {
  display: block;
  color: #000;
  text-align: center;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-rbtn__desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-rbtn__button {
  position: absolute;
  left: 0;
  right: 0;
  bottom: -17px;
  display: block;
}
.c-rbtn__link {
  display: inline-block;
  padding: 8px 20px;
  color: #fff;
  background: #0b78e3;
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  -webkit-border-radius: 40px;
  -moz-border-radius: 40px;
  -ms-border-radius: 40px;
  border-radius: 40px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-rbtn__link:hover {
  transform: scale(0.9);
}

.c-merci25 {
  position: absolute;
  top: 0;
  right: 5%;
}
.c-merci25--left {
  right: auto;
  left: 5%;
}
.c-merci25 img{height: 70px;margin-top: 20px;}

@media screen and (max-height: 700px) {
  .c-merci25 img{height: 50px;margin-top: 10px;}
}
@media screen and (max-height: 600px) {
  .c-merci25 img{display:none}
}
.scroller {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 911px) {
  .scroller {
    position: static;
    overflow-y: scroll;
  }
}
.scroller--right {
  width: 50%;
  left: auto;
}
@media only screen and (max-width: 911px) {
  .scroller--right {
    width: 100%;
  }
}
.scroller--top {
  top: 140px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .scroller--top {
    top: 80px;
  }
}
.scroller--smtop {
  top: 30px;
}
.scroller--products {
  top: 125px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .scroller--products {
    top: 80px;
  }
}
.scroller__inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin-right: -18px;
  padding-right: 18px;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 911px) {
  .scroller__inner {
    position: static;
    margin-right: 0;
    padding-right: 0;
  }
}
.scroller__content {
  padding: 0 2em 3em 4em;
}
.scroller__content:before, .scroller__content:after {
  content: " ";
  display: table;
}
.scroller__content:after {
  clear: both;
}
@media only screen and (max-width: 1240px) {
  .scroller__content {
    padding: 0 2em 1em 2em;
  }
}
@media only screen and (max-width: 911px) {
  .scroller__content {
    overflow: hidden;
    padding: 0;
  }
}
.scroller__content--simple {
  padding: 0;
}
.scroller__content--same {
  padding: 2em;
}
@media only screen and (max-width: 911px) {
  .scroller__content--same {
    padding: 0;
  }
}
.scroller__content--white {
  background: #fff;
}
.scroller__content--bottom {
  padding-bottom: 30px;
}
.scroller__content--top {
  padding-top: 40px;
}
@media only screen and (max-width: 911px) {
  .scroller__content--top {
    padding: 0;
  }
}
@media print {
  .scroller__content--top {
    padding: 0;
  }
}
.scroller__content--full {
  height: 100%;
}
.scroller__bottom {
  position: absolute;
  z-index: 10;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, white 63%, white 68%, white 93%, white 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, white 63%, white 68%, white 93%, white 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) -1%, rgba(255, 255, 255, 0) 0%, white 63%, white 68%, white 93%, white 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
  /* IE6-9 */
}
@media only screen and (max-width: 911px) {
  .scroller__bottom {
    display: none !important;
  }
}
.scroller__bottom:after {
  content: '\e917';
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  color: #48546f;
  font-family: 'icomoon' !important;
  text-align: center;
}
.scroller__bottom--no-shadow {
  background: none;
  filter: none;
}
.scroller__bottom--no-shadow:after {
  top: 15px;
}
.scroller__top {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  height: 50px;
  cursor: pointer;
  background: -moz-linear-gradient(top, white 0%, white 37%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-linear-gradient(top, white 0%, white 37%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to bottom, white 0%, white 37%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#00ffffff',GradientType=0 );
}
@media only screen and (max-width: 911px) {
  .scroller__top {
    display: none !important;
  }
}
.scroller__top:after {
  content: '\e924';
  position: absolute;
  left: 0;
  right: 0;
  top: 25px;
  color: #48546f;
  font-family: 'icomoon' !important;
  text-align: center;
}
.scroller__top--no-shadow {
  background: none;
  filter: none;
  top: 0;
}
.scroller__top--no-shadow:after {
  top: 15px;
}

.images {
  position: absolute;
  top: 90px;
  bottom: 90px;
  left: 0;
  padding-left: 90px;
  width: 48%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media only screen and (max-width: 1600px) {
  .images {
    padding-left: 30px;
    top: 50px;
    bottom: 50px;
  }
}
@media only screen and (max-width: 911px) {
  .images {
    position: static;
    width: 100%;
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
    padding-bottom: 50px;
  }
}
.images img {
  max-width: 100%;
  max-height: 100%;
  vertical-align: middle;
}

.c-checkbox {
  position: relative;
  display: inline-block;
  width: 24px;
  height: 24px;
  float: left;
}
.c-checkbox__item {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
}
.c-checkbox__ico {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  display: block;
  width: 24px;
  height: 24px;
  text-align: center;
  font-size: 16px;
  font-size: 1.6rem;
  border: 2px solid #989fb8;
}
.c-checkbox input[type=checkbox] + label {
  border: 2px solid #48546f;
}
.c-checkbox input[type=checkbox] + label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  display: block;
  width: 16px;
  height: 16px;
  margin: 0;
  padding: 0;
}
.c-checkbox input[type=checkbox]:hover + label:after {
  background: #989fb8;
}
.c-checkbox input[type=checkbox]:checked + label {
  border: 2px solid #48546f;
}
.c-checkbox input[type=checkbox]:checked + label:after {
  background: #48546f;
}

.c-checkbox-group {
  display: block;
  width: 100%;
  text-align: left;
}
.c-checkbox-group:before, .c-checkbox-group:after {
  content: " ";
  display: table;
}
.c-checkbox-group:after {
  clear: both;
}
.c-checkbox-group--top {
  margin-top: 2em !important;
}
.c-checkbox-group__label {
  display: block;
  padding-left: 45px;
  cursor: pointer;
  line-height: 24px;
}

.c-pagination {
  position: relative;
  padding: 0.5em 0 6em 0;
}
.c-pagination:before, .c-pagination:after {
  content: " ";
  display: table;
}
.c-pagination:after {
  clear: both;
}
.c-pagination__nav {
  float: right;
  padding-right: 2em;
  position: relative;
  z-index: 5;
  top: 55px;
}
@media only screen and (max-width: 911px) {
  .c-pagination__nav {
    position: static;
    float: none;
    width: 100%;
    margin: 1em 0;
    padding-right: 0;
    text-align: center;
  }
}
.c-pagination__nav ul {
  list-style-type: none;
}
@media only screen and (max-width: 911px) {
  .c-pagination__nav ul {
    display: inline-block;
  }
}
.c-pagination__nav ul li {
  float: left;
  display: inline-block;
}
.c-pagination__nav ul li i {
  position: relative;
  top: 1.5px;
}
.c-pagination__nav ul li.hidden {
  display: none;
}
.c-pagination__nav ul li.active a, .c-pagination__nav ul li.active span {
  color: #48546f;
}
.c-pagination__nav ul li a,
.c-pagination__nav ul li span,
.c-pagination__nav ul li button {
  border: none;
  margin: 0;
  float: left;
  display: inline-block;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "VisbyCF-Medium";
  padding: 0 0.5em;
  color: #989fb8;
  line-height: 19px;
  letter-spacing: 0.04em;
  background: transparent;
}
.c-pagination__nav ul li a.active, .c-pagination__nav ul li a:hover,
.c-pagination__nav ul li span.active,
.c-pagination__nav ul li span:hover,
.c-pagination__nav ul li button.active,
.c-pagination__nav ul li button:hover {
  color: #48546f;
}
.c-pagination__more {
  position: relative;
  width: 100%;
  float: left;
  margin: 2em 0 0 0;
  text-align: center;
}
.c-pagination__more__loader {
  margin-top: 10px;
  height: 55px;
  text-align: center;
}
.c-pagination__more__loader .js-loader {
  opacity: 0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.c-tabs--bottom {
  padding-bottom: 4.5em;
}
.c-tabs--contact {
  display: none;
}
.c-tabs--contact .c-tabs__list {
  padding: 0 10px;
}
.c-tabs--contact.open {
  display: block;
}
.c-tabs__list {
  list-style-type: none;
}
.c-tabs__item {
  width: 100%;
}
.c-tabs__item:first-child a {
  margin-top: 0;
}
.c-tabs__link {
  display: block;
  width: 100%;
  padding: 2em 2em;
  margin: 1.8em 0  0 0;
  font-size: 11px;
  font-size: 1.1rem;
  font-family: "VisbyCF-Medium";
  text-decoration: none;
  text-transform: uppercase;
  text-align: right;
  color: #989fb8;
  background: #fff;
  box-shadow: 0px 9px 18px 0px rgba(24, 37, 118, 0.16);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-tabs__link {
    padding: 1.4em;
    margin: 1.4em 0 0 0;
  }
}
@media only screen and (max-width: 1240px) {
  .c-tabs__link {
    padding: 1.2em 0.8em;
    font-size: 10px;
    font-size: 1rem;
  }
}
.c-tabs__link:hover, .c-tabs__link.active {
  background: #48546f;
  color: #fff;
  text-decoration: none;
}
.c-tabs__link.active {
  font-family: "VisbyCF-Bold";
}
.c-tabs__block {
  height: 460px;
  width: 100%;
  position: relative;
  left: -5px;
  padding: 0 10px;
  padding-bottom: 30px;
}

.c-vertical-center {
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}
.c-vertical-center__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  text-align: center;
}

.c-image-group {
  display: flex;
  align-items: center;
  margin-left: 8%;
}
.c-image-group:before, .c-image-group:after {
  content: " ";
  display: table;
}
.c-image-group:after {
  clear: both;
}
@media only screen and (max-width: 1240px) {
  .c-image-group {
    margin-left: 4%;
  }
}
@media only screen and (max-width: 911px) {
  .c-image-group {
    display: block;
    margin-left: 0;
    padding: 0 10px;
  }
}
.c-image-group__img {
  width: 67px;
  height: 67px;
  float: left;
}
@media only screen and (max-width: 911px) {
  .c-image-group__img {
    width: 100%;
    text-align: center;
  }
}
.c-image-group__img img {
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
}
.c-image-group__img--logo {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.c-image-group__img--logo img {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
}
.c-image-group__content {
  padding-left: 90px;
}
@media only screen and (max-width: 1240px) {
  .c-image-group__content {
    padding-left: 20px;
  }
}
@media only screen and (max-width: 911px) {
  .c-image-group__content {
    display: block;
    width: 100%;
    text-align: center;
    padding-left: 0;
  }
}

.c-ico {
  position: relative;
  display: inline-block;
}
.c-ico--top {
  top: 20px;
}

.c-cssicon-plus {
  position: relative;
  top: 6px;
  left: 0;
  display: inline-block;
  width: 24px;
  height: 24px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-cssicon-plus:after, .c-cssicon-plus:before {
  content: '';
  position: absolute;
  display: inline-block;
  background: #48546f;
}
.c-cssicon-plus:before {
  width: 1px;
  height: 22.5px;
  left: 11px;
}
.c-cssicon-plus:after {
  width: 22.5px;
  height: 1px;
  top: 11px;
  left: 0;
}

.c-conform {
  display: none;
  position: fixed;
  z-index: 9992;
  top: 90px;
  bottom: 55px;
  left: 55px;
  right: 55px;
}
@media only screen and (max-width: 911px) {
  .c-conform {
    top: 20px;
    bottom: 20px;
    left: 20px;
    right: 20px;
    overflow: scroll;
    text-align: center;
    box-shadow: 0px 9px 49px 0px rgba(40, 52, 80, 0.48);
  }
}
.c-conform__info {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 30%;
  padding: 0 60px;
  background: #fff;
}
@media only screen and (max-width: 1240px) {
  .c-conform__info {
    width: 40%;
    padding: 0 20px;
  }
}
@media only screen and (max-width: 911px) {
  .c-conform__info {
    position: static;
    width: 100%;
    padding: 70px 40px 20px 40px;
  }
}
.c-conform__content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  display: block;
  width: 70%;
  background: rgba(72, 84, 111, 0.7);
}
@media only screen and (max-width: 1240px) {
  .c-conform__content {
    width: 60%;
  }
}
@media only screen and (max-width: 911px) {
  .c-conform__content {
    position: static;
    width: 100%;
  }
}
.c-conform__close {
  position: absolute;
  top: 15px;
  right: 15px;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-conform__close {
    top: 13px;
    right: 13px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 911px) {
  .c-conform__close {
    top: 0;
    left: 50%;
    margin-left: -25px;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    color: #48546f;
    background: #fff;
    box-shadow: 0px 6px 29px 0px rgba(152, 159, 184, 0.26);
  }
}
.c-conform__form {
  position: absolute;
  top: 55px;
  bottom: 55px;
  left: 55px;
  right: 55px;
  background: #d7d9de;
  text-align: center;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-conform__form {
    top: 35px;
    bottom: 35px;
    left: 35px;
    right: 35px;
  }
}
@media only screen and (max-width: 911px) {
  .c-conform__form {
    position: static;
  }
}
.c-conform__form input {
  width: 50%;
  text-align: center;
}
@media only screen and (max-width: 911px) {
  .c-conform__form input {
    width: 100%;
  }
}
.c-conform__form input[type="submit"] {
  width: auto;
  padding-left: 60px;
  padding-right: 60px;
}
.c-conform__form textarea {
  margin: 3em 0 0 0;
  border: 2px solid #989fb8;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  text-align: left;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-conform__form textarea {
    height: 80px;
    margin: 1.5em 0 0 0;
  }
}
.c-conform__form__inner {
  position: absolute;
  top: 10px;
  bottom: 10px;
  left: 10px;
  right: 10px;
  padding: 45px;
  background: #fff;
  overflow: hidden;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 911px) {
  .c-conform__form__inner {
    position: static;
    padding: 0 20px;
  }
}
.c-conform__box {
  text-align: center;
  background: #fff;
}
.c-conform__box--form {
  display: block;
}
.c-conform__box--thankyou {
  display: none;
}
.c-conform__thankyou {
  display: inline-block;
  width: 85%;
  padding: 6em;
  margin-bottom: 2em;
  box-shadow: 0px 9px 49px 0px rgba(40, 52, 80, 0.48);
  background: #fff;
}
@media only screen and (max-width: 911px) {
  .c-conform__thankyou {
    padding: 20px 0;
    width: 100%;
  }
}
.c-conform__submit {
  position: relative;
  width: 100%;
  display: inline-block;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-conform__submit {
    margin: 10px 0 0 0;
  }
}
@media only screen and (max-width: 911px) {
  .c-conform__submit {
    margin: 2em 0 0 0;
    width: 100%;
  }
}
@media only screen and (max-width: 911px) {
  .c-conform__submit input[type="submit"] {
    width: 100%;
  }
}
.c-conform__submit .js-contact-loader {
  opacity: 0;
  position: absolute;
  right: -65px;
  top: 50%;
  display: inline-block;
  width: 55px;
  height: 55px;
  margin-top: -17px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-conform__submit .js-contact-loader.open {
  opacity: 1;
}
@media only screen and (max-width: 911px) {
  .c-conform__submit .js-contact-loader {
    position: static;
    width: 100%;
    text-align: center;
    margin-top: 5px;
  }
}
.c-conform__submit svg {
  display: inline-block;
  width: 55px;
  height: 55px;
}

.c-gallery {
  width: 100%;
  padding: 7.5px;
}
.c-gallery:before, .c-gallery:after {
  content: " ";
  display: table;
}
.c-gallery:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .c-gallery {
    padding: 0;
  }
}
.c-gallery--top {
  padding-top: 70px;
}
@media only screen and (max-width: 911px) {
  .c-gallery--top {
    padding-top: 0;
  }
}
.c-gallery__item {
  float: left;
  width: 100%;
  padding: 7.5px;
}
.c-gallery__item:hover .c-gallery__inner {
  box-shadow: 0 12px 57px 0 rgba(158, 159, 188, 0.69);
}
@media print {
  .c-gallery__item:hover .c-gallery__inner {
    box-shadow: none;
  }
}
@media only screen and (max-width: 911px) {
  .c-gallery__item--big {
    display: none;
  }
}
.c-gallery__item--big:hover .c-gallery__inner {
  box-shadow: none;
}
.c-gallery__item--big .c-gallery__inner {
  border: none;
}
.c-gallery__item--big .c-gallery__inner:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(76, 87, 111, 0.57);
  background-blend-mode: multiply;
}
@media print {
  .c-gallery__item--big .c-gallery__inner:after {
    background: transparent;
  }
}
.c-gallery__item--medium {
  width: 50%;
}
.c-gallery__item--medium .c-gallery__inner:after {
  padding-bottom: 80%;
}
.c-gallery__item--small {
  width: 25%;
}
@media only screen and (max-width: 911px) {
  .c-gallery__item--small {
    width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  .c-gallery__item--small {
    width: 100%;
  }
}
.c-gallery__item--small .c-gallery__inner:after {
  padding-bottom: 79%;
}
.c-gallery__item--full {
  width: 100%;
}
.c-gallery__item--full .c-gallery__inner:after {
  padding-bottom: 50%;
}
.c-gallery__item img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 100%;
  max-height: 100%;
}
.c-gallery__inner {
  width: 100%;
  position: relative;
  border: 1px solid #d7d9de;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-gallery__inner:after {
  content: '';
  display: inline-block;
}
.c-gallery__play {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  display: inline-block;
  width: 160px;
  height: 160px;
  margin-top: -65px;
  margin-left: -80px;
  background: url("../images/play.png") no-repeat 50% 50%;
}

.c-files {
  width: 100%;
  margin-left: -15px;
  margin-top: 33px;
  padding-bottom: 40px;
  text-align: left;
}
.c-files:before, .c-files:after {
  content: " ";
  display: table;
}
.c-files:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .c-files {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }
}
.c-files--nom {
  margin: 0;
  padding: 0;
  padding-right: 140px;
}
.c-files__col {
  float: left;
  width: 50%;
  padding-left: 15px;
  margin: 15px 0 0 0;
}
@media only screen and (max-width: 670px) {
  .c-files__col {
    width: 100%;
    padding-left: 0;
  }
  .c-files__col:first-child {
    margin: 0;
  }
}
.c-files__col--full {
  width: 100%;
  padding-left: 0;
}
.c-files__col--3 {
  width: 33.3333%;
}
@media only screen and (max-width: 1240px) {
  .c-files__col--3 {
    width: 50%;
  }
}
@media only screen and (max-width: 670px) {
  .c-files__col--3 {
    width: 100%;
  }
}
.c-files__item {
  position: relative;
  display: block;
  width: 100%;
  height: 180px;
  padding: 15px;
  text-decoration: none;
  color: #fff;
  background: #48546f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1600px) {
  .c-files__item {
    height: 180px;
  }
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-files__item {
    height: 155px;
  }
}
.c-files__item:hover {
  box-shadow: 0px 5px 20.37px 0.63px rgba(72, 84, 111, 0.31);
  text-decoration: none;
}
.c-files__item--nom {
  margin: 0;
}
.c-files__cat {
  margin: 2.6em 0 0 0;
  font-family: "VisbyCF-Medium";
  font-size: 15px;
  font-size: 1.5rem;
  text-transform: uppercase;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
@media only screen and (max-width: 1600px) {
  .c-files__cat {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 670px) {
  .c-files__cat {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-files__title {
  margin: 0.6em 0 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "VisbyCF-ExtraBold";
  text-transform: uppercase;
  padding-right: 10px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #fff;
}
@media only screen and (max-width: 1600px) {
  .c-files__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-files__title {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 670px) {
  .c-files__title {
    font-size: 20px;
    font-size: 2rem;
  }
}
.c-files__desc {
  margin: 0.4em 0 0 0;
  font-family: "VisbyCF-Medium";
  font-size: 14px;
  font-size: 1.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1600px) {
  .c-files__desc {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 670px) {
  .c-files__desc {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.c-files__corner {
  position: absolute;
  z-index: 2;
  top: 0;
  right: 0;
  display: inline-block;
  width: 60px;
  height: 60px;
  background: #989fb8;
  overflow: hidden;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-left-radius: 3px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-files__corner {
    width: 40px;
    height: 40px;
  }
}
.c-files__corner:before {
  content: '';
  position: absolute;
  z-index: 1;
  left: -6px;
  bottom: -6px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 72px 0 0 72px;
  border-color: transparent transparent transparent rgba(236, 243, 253, 0.71);
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-files__corner:before {
    border-width: 52px 0 0 52px;
  }
}
.c-files__lock {
  position: absolute;
  top: 1em;
  left: 1em;
  font-size: 15px;
  font-size: 1.5rem;
}

.c-reference-header {
  padding: 4.4em 3.5em;
  color: #48546f;
  box-shadow: 0px 9px 21px 0px rgba(158, 159, 188, 0.3);
}
.c-reference-header:before, .c-reference-header:after {
  content: " ";
  display: table;
}
.c-reference-header:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-reference-header {
    padding: 2em 3.5em;
  }
}
@media only screen and (max-width: 420px) {
  .c-reference-header {
    display: none;
  }
}
.c-reference-header__btn {
  float: right;
}
.c-reference-header__btn ul {
  display: inline-block;
  list-style-type: none;
}
.c-reference-header__btn ul:before, .c-reference-header__btn ul:after {
  content: " ";
  display: table;
}
.c-reference-header__btn ul:after {
  clear: both;
}
.c-reference-header__btn ul li {
  float: left;
  margin-left: 1.6em;
}
.c-reference-header__btn ul li:first-child {
  margin-left: 0;
}
.c-reference-header__controll {
  display: inline-block;
  float: left;
  color: #48546f !important;
}
.c-reference-header__controll a {
  display: inline-block;
  width: 37px;
  height: 37px;
  line-height: 37px;
  text-align: center;
  background: #fff;
  box-shadow: 0px 9px 49px 0px rgba(24, 37, 118, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.c-reference-header__controll a:hover {
  background: #48546f;
}
.c-reference-header__controll a:hover span {
  color: #fff;
}
.c-reference-header__controll a span {
  display: inline-block;
  color: #48546f;
  transform: rotate(180deg);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.c-carousel {
  position: absolute;
  z-index: 9;
  bottom: 6.5032%;
  display: inline-block;
  width: auto;
  height: auto;
  list-style-type: none;
}
@media only screen and (max-width: 911px) {
  .c-carousel {
    display: none;
  }
}
.c-carousel--left {
  left: 4.5404%;
}
.c-carousel--right {
  right: 9%;
}
.c-carousel a {
  position: absolute;
  z-index: 1;
  display: block;
  opacity: 0;
  left: 0;
  bottom: 0;
  padding: 10px;
  background: rgba(255, 255, 255, 0.75);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: all 1s linear;
  -moz-transition: all 1s linear;
  -o-transition: all 1s linear;
  transition: all 1s linear;
}
.c-carousel a.show {
  opacity: 1;
  z-index: 10;
}

* {
  box-sizing: border-box;
}

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

html,
body {
  position: relative;
  height: 100%;
  font-size: 10px;
  font-family: "VisbyCF-Regular";
  min-width: 320px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translateZ(0);
}
@media only screen and (max-width: 1240px) {
  html,
  body {
    font-size: 8px;
  }
}
@media only screen and (max-height: 650px) and (min-width: 911px) {
  html,
  body {
    font-size: 8px !important;
  }
}
@media only screen and (max-width: 911px) {
  html,
  body {
    font-size: 10px;
  }
}

body {
  background: url("../images/bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 911px) {
  body {
    overflow: scroll;
  }
}

sup, sub {
  position: relative;
  font-size: 0.5em;
}

sup {
  top: -1em;
}

sub {
  bottom: -1em;
}

button:focus, button:active, button:hover,
input:focus,
input:active,
input:hover,
textarea:focus,
textarea:active,
textarea:hover {
  outline: none;
}

::-webkit-input-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

:-moz-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  :-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

::-moz-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  ::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

:-ms-input-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  :-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a.toggle {
  font-size: 16px;
  font-size: 1.6rem;
}
a.toggle .toggle__closed {
  display: none;
}

input {
  width: 100%;
  padding: 1.05em 1.389em;
  color: #48546f;
  border: none;
  -webkit-appearance: none;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  font-family: "VisbyCF-Medium";
  border-bottom: 2px solid #989fb8;
  margin-top: 1em;
}
input:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  input {
    margin-top: 0.6em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
input.unvalid {
  border-color: #cc2529;
}

input[type=submit] {
  display: inline-block;
  padding: 32px 26px;
  padding: 3.2rem 2.6rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "VisbyCF-DemiBold";
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #48546f;
  cursor: pointer;
  background: #fff;
  border: none;
  box-shadow: 0px 9px 49px 0px rgba(24, 37, 118, 0.23);
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
input[type=submit]:hover, input[type=submit]:active {
  transform: scale(0.98);
}

textarea {
  width: 100%;
  height: 180px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.1em 1.389em;
  color: #48546f;
  resize: none;
  border: none;
  border-radius: 6px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  textarea {
    height: 140px;
  }
}
textarea:active, textarea:focus, textarea:hover {
  outline: none;
}

.fp-enabled body {
  padding: 0 55px !important;
}

.js-fullpage {
  position: relative;
  z-index: 9000;
}

.desktop-hidden {
  display: none;
}
@media only screen and (max-width: 911px) {
  .desktop-hidden {
    display: inline;
  }
}

@media only screen and (max-width: 911px) {
  .mobile-hidden {
    display: none;
  }
}

.white-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}

@media only screen and (max-width: 911px) {
  .hidden-mobile {
    display: none;
  }
}

.container {
  position: relative;
  padding: 0 75px;
}
@media only screen and (max-width: 911px) {
  .container {
    padding: 0;
  }
}

.header {
  width: 100%;
  height: 90px;
  line-height: 90px;
  text-align: center;
}
.header:before, .header:after {
  content: " ";
  display: table;
}
.header:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .header .container {
    position: static;
    padding: 0 30px;
  }
}
.header__logo {
  position: relative;
  z-index: 11;
  margin-left: 1em;
  float: left;
  width: 128px;
  height: 90px;
  vertical-align: middle;
}
.header__logo:before, .header__logo:after {
  content: " ";
  display: table;
}
.header__logo:after {
  clear: both;
}
@media screen and (max-width: 1090px) {
  .header__logo {
    width: 90px;
    height: 63px;
  }
}
@media only screen and (max-width: 911px) {
  .header__logo {
    float: none;
    display: inline-block;
    position: static;
    margin-left: 0;
    width: 20%;
    height: auto;
  }
}
@media only screen and (max-width: 911px) {
  .header__logo {
    width: 110px;
  }
}
.header__logo svg {
  vertical-align: middle;
}
@media only screen and (max-width: 911px) {
  .header__logo svg {
    width: 100%;
    height: auto;
  }
}
.header__logo svg .st0 {
  fill: #48546f !important;
}
.header__menu {
  position: absolute;
  z-index: 10;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 90px;
  float: left;
  text-align: center;
  overflow: hidden;
}
.header__menu:before, .header__menu:after {
  content: " ";
  display: table;
}
.header__menu:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .header__menu {
    position: absolute;
    z-index: 9991;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 100%;
    overflow: scroll;
    background: #48546f;
    -ms-transform: translate(0, -100%);
    -webkit-transform: translate(0, -100%);
    transform: translate(0, -100%);
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
  }
}
@media only screen and (max-width: 911px) {
  .header__menu.open {
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
.header__search {
  position: relative;
  z-index: 20;
  width: 50px;
  float: right;
  text-align: right;
  padding-right: 1em;
  color: #989fb8;
}
.header__search:before, .header__search:after {
  content: " ";
  display: table;
}
.header__search:after {
  clear: both;
}
.header__search__btn {
  padding: 0;
  position: relative;
  top: 6px;
  border: none;
  background: transparent;
  color: #989fb8;
  cursor: pointer;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 911px) {
  .header__search__btn {
    font-size: 24px;
    top: 9px;
  }
}
.header__search__btn:hover {
  color: #48546f;
}
.header__btn {
  display: none;
  float: left;
  margin: 35px 0 0 0;
}
@media only screen and (max-width: 911px) {
  .header__btn {
    display: block;
  }
}
.header__btn__link {
  display: block;
  width: 38px;
  height: 22px;
  position: relative;
  z-index: 9992;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}
.header__btn__link span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #989fb8;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}
.header__btn__link span:nth-child(1) {
  top: 0;
}
.header__btn__link span:nth-child(2),
.header__btn__link span:nth-child(3) {
  top: 10px;
}
.header__btn__link span:nth-child(4) {
  top: 20px;
}
.header__btn__link.open span:nth-child(1) {
  top: 10px;
  width: 0;
  left: 50%;
}
.header__btn__link.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.header__btn__link.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.header__btn__link.open span:nth-child(4) {
  top: 10px;
  width: 0;
  left: 50%;
}

.fp-enabled .header {
  position: fixed;
  z-index: 9991;
  top: 0;
  left: 0;
  right: 0;
}

.footer {
  position: absolute;
  z-index: 9000;
  bottom: 0;
  left: 0;
  right: 0;
  height: 55px;
}
@media only screen and (max-width: 911px) {
  .footer {
    position: static;
    height: auto;
    background: #48546f;
    padding: 2em 0;
  }
}
.footer__menu {
  float: right;
}
@media only screen and (max-width: 911px) {
  .footer__menu {
    float: none;
  }
}
.footer__ico svg,
.footer__ico path {
  position: relative;
  top: 9px;
  width: 20px;
  height: 28px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  fill: #989fb8;
}
.footer__ico a:hover svg,
.footer__ico a:hover path {
  fill: #000;
}
@media only screen and (max-width: 911px) {
  .footer__ico a:hover svg,
  .footer__ico a:hover path {
    fill: #fff;
  }
}
.footer__copy {
  color: #fff;
  float: left;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 55px;
  text-transform: uppercase;
}
@media only screen and (max-width: 911px) {
  .footer__copy {
    float: none;
    width: 100%;
    text-align: center;
    color: #fff;
  }
}
.footer__sign {
  color: #fff;
}
.footer__sign svg {
  position: relative;
  top: 2px;
  width: 32px;
  height: 10.5px;
}
@media only screen and (max-width: 911px) {
  .footer__sign svg path {
    fill: #fff;
  }
}

@keyframes change {
  0% {
    opacity: 1;
    z-index: 1;
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  100% {
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    z-index: 10;
    opacity: 1;
  }
}
@keyframes changeClosed {
  0% {
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    z-index: 10;
    opacity: 1;
  }
  100% {
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    z-index: 1;
    opacity: 1;
  }
}
.fullpage {
  position: absolute;
  top: 90px;
  bottom: 60px;
  right: 75px;
  left: 75px;
}
@media only screen and (max-width: 911px) {
  .fullpage {
    position: static;
    padding: 0 10px;
  }
}
.fullpage--white {
  background: #fff;
}
.fullpage__boxlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fullpage__section {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 62.5%;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media only screen and (max-width: 911px) {
  .fullpage__section {
    position: static;
    width: 100%;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    padding: 170px 00px 20px 00px;
    margin-top: 10px;
    text-align:center;
  }
  .fullpage__section:last-child {
    margin-bottom: 10px;
  }
}
.fullpage__section.open {
  opacity: 1;
  box-shadow: 6px 10px 57px 0px rgba(89, 89, 89, 0.76);
}
@media screen and (min-width: 912px) {
  .fullpage__section.open {
    animation-name: change;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }
}
@media screen and (min-width: 912px) {
  .fullpage__section.closed {
    animation-name: changeClosed;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
  }
}
.fullpage__section--left {
  left: 0;
  background: url("../images/left.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.fullpage__section--left:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3f4556;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3f4556, rgba(63, 69, 86, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3f4556, rgba(63, 69, 86, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3f4556, rgba(63, 69, 86, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3f4556, rgba(63, 69, 86, 0));
  /* Standard syntax */
}
@media only screen and (max-width: 911px) {
  .fullpage__section--left:after {
    background: #a2a7b7;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #a2a7b7, rgba(162, 167, 183, 0));
    /* Standard syntax */
  }
}

.fullpage__section--right {
  right: 0;
  background: url("../images/right.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.fullpage__section--right:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(162, 167, 183, 0);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(162, 167, 183, 0), #a2a7b7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(162, 167, 183, 0), #a2a7b7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(162, 167, 183, 0), #a2a7b7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(162, 167, 183, 0), #a2a7b7);
  /* Standard syntax */
}
@media only screen and (max-width: 911px) {
  .fullpage__section--right:after {
    background: #a2a7b7;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #a2a7b7, rgba(162, 167, 183, 0));
    /* Standard syntax */
  }
}
.fullpage__wrapper {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0 6%;
}
@media only screen and (max-width: 911px) {
  .fullpage__wrapper {
    display: block;
    padding: 0 20px;
  }
}
.fullpage__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 911px) {
  .fullpage__inner {
    display: block;
    width: auto;
    padding: 10px;
    background: rgba(74, 82, 101, 0.74);
  }
}
.fullpage__title {
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 911px) {
  .fullpage__title {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 10px;
  }
}
.fullpage__title--right {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .fullpage__title--right {
    text-align: center;
  }
}
.fullpage__description {
  padding: 1em 0 0 0;
  transform: translateZ(0);
}
@media only screen and (max-width: 911px) {
  .fullpage__description {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.fullpage__description--right {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .fullpage__description--right {
    text-align: center;
  }
}
.fullpage__description p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .fullpage__description p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.fullpage__list {
  padding: 3em 0 0 0;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .fullpage__list {
    padding: 1.4em 0 0 0;
  }
}
.fullpage__list--right {
  text-align: right;
}
.fullpage__list--right li {
  padding: 10px 35px 10px 0 !important;
}
.fullpage__list ul {
  list-style-type: none;
}
.fullpage__list li {
  position: relative;
  padding: 11px 0 11px 35px;
  font-family: "VisbyCF-Regular";
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.04em;
}
.fullpage__list li:before, .fullpage__list li:after {
  content: " ";
  display: table;
}
.fullpage__list li:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .fullpage__list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.fullpage__content {
  background: #fff;
}

.open .menu-header {
  margin-top: 60px;
}

.menu-header {
  display: inline-block;
  list-style-type: none;
  padding-left: 0px;
}
@media screen and (max-width: 1090px) {
  .menu-header {
    height: auto;
  }
}
@media only screen and (max-width: 911px) {
  .menu-header {
    width: 100%;
    display: block;
    padding: 0;
    text-align: center;
  }
}
.menu-header li {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 911px) {
  .menu-header li {
    float: none;
    height: auto;
    width: 100%;
  }
}
.menu-header li:first-child a {
  padding-left: 0;
}
.menu-header li:last-child a {
  padding-right: 0;
}
.menu-header li.active a {
  color: #000;
}
@media only screen and (max-width: 911px) {
  .menu-header li.active a {
    color: #fff;
  }
}
.menu-header li a {
  float: left;
  display: inline-block;
  padding: 0 20px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #989fb8;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 0.150em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (max-width: 1430px) {
  .menu-header li a {
    padding: 0 15px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 1350px) {
  .menu-header li a {
    padding: 0 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 1275px) {
  .menu-header li a {
    padding: 0 12px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 991px) {
  .menu-header li a {
    padding: 0 7px;
  }
}
@media only screen and (max-width: 911px) {
  .menu-header li a {
    float: none;
    text-align: center;
    font-size: 32px;
    font-size: 3.2rem;
  }
}
@media only screen and (max-width: 670px) {
  .menu-header li a {
    font-size: 23px;
    font-size: 2.3rem;
  }
}
.menu-header li a:hover {
  color: #48546f;
}
@media only screen and (max-width: 911px) {
  .menu-header li a:hover {
    color: #fff;
  }
}

.menu-footer {
  display: inline-block;
  list-style-type: none;
  padding-right: 15px;
}
@media only screen and (max-width: 911px) {
  .menu-footer {
    display: block;
    padding: 0;
    text-align: center;
  }
}
.menu-footer li {
  display: inline-block;
  float: left;
}
@media only screen and (max-width: 911px) {
  .menu-footer li {
    float: none;
    display: block;
  }
}
.menu-footer li:first-child a {
  padding-left: 0;
}
.menu-footer li:last-child a {
  padding-right: 0;
}
.menu-footer li a {
  float: left;
  display: inline-block;
  padding: 0 35px;
  font-size: 12px;
  font-size: 1.2rem;
  text-transform: uppercase;
  text-decoration: none;
  line-height: 55px;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .menu-footer li a {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 911px) {
  .menu-footer li a {
    float: none;
    display: block;
    width: 100%;
    text-align: center;
    font-size: 16px;
    font-size: 1.6rem;
    padding: 20px 0;
    line-height: 120%;
  }
}
.menu-footer li a:hover {
  text-decoration: none;
  color: #000;
}
@media only screen and (max-width: 911px) {
  .menu-footer li a:hover {
    color: #fff;
  }
}

.lang {
  position: absolute;
  z-index: 9999;
  top: 35px;
  right: 90px;
  text-align: center;
}
@media only screen and (max-width: 911px) {
  .lang {
    position: static;
    display: block;
    width: 100%;
    padding: 40px 0;
    background: #323746;
  }
}
.lang__list {
  list-style-type: none;
}
@media only screen and (max-width: 911px) {
  .lang__list {
    display: inline-block;
  }
}
.lang li {
  display: inline-block;
  width: auto;
}
@media only screen and (max-width: 911px) {
  .lang li {
    width: auto;
    text-align: center;
    float: left;
    margin-left: 40px;
  }
  .lang li:first-child {
    margin-left: 0;
  }
}
.lang li a {
  display: block;
  padding: 0.4em 0.4em;
  margin: 0 0 2px 0;
  height: auto;
  line-height: 100%;
  color: #989fb8;
  border: 1px solid transparent;
  text-decoration: none;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 911px) {
  .lang li a {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 0.4em 0.6em;
  }
}
.lang li a:hover, .lang li a.active {
  border: 1px solid #989fb8;
}
.lang li a:hover {
  background: #989fb8;
  color: #fff;
}

.col {
  width: 100%;
}
.col:before, .col:after {
  content: " ";
  display: table;
}
.col:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .col__row {
    display: inline-block;
    float: left;
  }
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .col__row--50 {
    width: 50%;
  }
}

.area {
  position: relative;
}
.area:before, .area:after {
  content: " ";
  display: table;
}
.area:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .area {
    padding: 30px;
  }
}
.area__row:before, .area__row:after {
  content: " ";
  display: table;
}
.area__row:after {
  clear: both;
}
.area__left {
  position: fixed;
  float: left;
  width: 49%;
  border: 1px solid black;
}
@media only screen and (max-width: 911px) {
  .area__left {
    width: 100%;
  }
}
.area__right {
  float: right;
  width: 49%;
  padding: 30px 50px 30px 0;
}
@media only screen and (max-width: 911px) {
  .area__right {
    width: 100%;
  }
}

.content {
  font-family: "VisbyCF-Light";
  font-size: 20px;
  font-size: 2rem;
  text-align: left;
  color: #48546f;
  line-height: 160%;
  padding: 50px 60px 50px 0;
}
@media only screen and (max-width: 1600px) {
  .content {
    padding: 30px 30px 30px 0;
  }
}
@media only screen and (max-width: 1240px) {
  .content {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 911px) {
  .content {
    text-align: center;
    padding: 30px 30px;
  }
}
.content.center {
  text-align: center;
}
.content a {
  color: #48546f;
  text-decoration: underline;
}
.content a:hover {
  text-decoration: none;
}
.content h1, .content h2 {
  font-size: 42px;
  font-size: 4.2rem;
  line-height: 120%;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .content h1, .content h2 {
    font-size: 30px;
    font-size: 3rem;
  }
}
@media only screen and (max-width: 911px) {
  .content h1, .content h2 {
    font-size: 38px;
    font-size: 3.8rem;
  }
}
.content h3 {
  margin-top: 25px;
}
.content h4 {
  margin-top: 15px;
}
.content h5 {
  margin-top: 10px;
}
.content h5 {
  margin-top: 5px;
}
.content strong {
  font-family: "VisbyCF-Bold";
}
.content p {
  margin: 20px 0 0 0;
  margin: 2rem 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  text-align: justify;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .content p {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1240px) {
  .content p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 911px) {
  .content p {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
  }
}
.content p:first-child {
  margin-top: 0;
}
.content p.right {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .content p.right {
    text-align: center;
  }
}
.content p.svg {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .content p.svg {
    text-align: center;
  }
}
.content p.svg span {
  display: inline-block;
  width: 100%;
  max-width: 150px;
}
.content p.svg path, .content p.svg svg {
  fill: #fefefe;
}
.content p.svg--blue path, .content p.svg--blue svg {
  fill: #48546f;
}
.content p.center {
  text-align: center;
}
.content ul {
  margin: 5px 0 0 0;
  margin: 0.5rem 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  list-style-type: none;
  padding-left: 14px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .content ul {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (max-width: 1240px) {
  .content ul {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 911px) {
  .content ul {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.content ul.padded {
  padding-left: 40px;
}
.content ul li {
  position: relative;
}
.content ul li:before {
  content: '';
  position: absolute;
  left: -12px;
  top: 0.9em;
  display: inline-block;
  width: 5px;
  height: 1px;
  background: #48546f;
}
@media only screen and (max-width: 911px) {
  .content ul li:before {
    position: relative;
    left: 0;
    top: -6px;
    margin-right: 10px;
  }
}
.content table {
  width: 100%;
  margin-top: 1em;
  table-layout: fixed;
  line-height: 120%;
  border-collapse: collapse;
  padding: 1em;
  border: 2px solid #fff;
  box-shadow: 0 9px 32px 0 rgba(72, 84, 111, 0.19);
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .content table {
    padding: 0.5em;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 1240px) {
  .content table {
    font-size: 11px;
    font-size: 1.1rem;
  }
}
@media only screen and (max-width: 911px) {
  .content table {
    font-size: 13px;
    font-size: 1.3rem;
    display: block;
    width: 100%;
    box-shadow: none;
  }
}
@media only screen and (max-width: 911px) {
  .content table tbody {
    display: block;
    width: 100%;
  }
}
@media only screen and (max-width: 911px) {
  .content table tr {
    display: block;
    width: 100%;
  }
}
.content table tr:first-child td {
  padding-top: 1em;
}
.content table tr:last-child td {
  padding-bottom: 1em;
}
.content table td {
  font-family: "VisbyCF-Medium";
  padding: 5px 26px;
  color: #48546f;
  letter-spacing: 0.08em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .content table td {
    padding: 11px 9px;
  }
}
@media only screen and (max-width: 911px) {
  .content table td {
    display: block;
    width: 100%;
  }
}
.content table td:first-child {
  font-family: "VisbyCF-Bold";
  letter-spacing: 0.02em;
  color: #696e82;
  background: #f3f3f7;
}

.content--detail {
  line-height: 120%;
  color: #48546f;
}
.content--detail h1, .content--detail h2 {
  font-family: "VisbyCF-Bold";
  font-size: 20px;
  font-size: 2rem;
  line-height: 120%;
  margin: 0 0 0.4em 0;
}
@media only screen and (max-width: 1240px) {
  .content--detail h1, .content--detail h2 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 911px) {
  .content--detail h1, .content--detail h2 {
    font-size: 20px;
    font-size: 2rem;
  }
}
.content--detail h1.light, .content--detail h2.light {
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "VisbyCF-Medium";
}
@media only screen and (max-width: 1240px) {
  .content--detail h1.light, .content--detail h2.light {
    font-size: 20px;
    font-size: 2rem;
  }
}
@media only screen and (max-width: 911px) {
  .content--detail h1.light, .content--detail h2.light {
    font-size: 22px;
    font-size: 2.2rem;
  }
}
.content--detail p {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "VisbyCF-Medium";
  margin: 0 0 1em 0;
}
@media only screen and (max-width: 1240px) {
  .content--detail p {
    font-size: 17px;
    font-size: 1.7rem;
    line-height: 160%;
  }
}
@media only screen and (max-width: 911px) {
  .content--detail p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.content--detail p.svg {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .content--detail p.svg {
    text-align: center;
  }
}
.content--detail p.svg span {
  display: inline-block;
  width: 100%;
  max-width: 150px;
}
.content--detail p.svg path, .content--detail p.svg svg {
  fill: #48546f;
}
.content--detail strong {
  font-family: "VisbyCF-DemiBold";
}

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

.content--certification {
  padding: 0 14%;
}
@media only screen and (max-width: 911px) {
  .content--certification {
    color: #48546f;
  }
}
.content--certification h1, .content--certification h2 {
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "VisbyCF-Light";
  line-height: 120%;
}

.content--white {
  color: #fff;
}
@media only screen and (max-width: 911px) {
  .content--white {
    color: #48546f;
  }
}

.content--light {
  color: #989fb8;
}
.content--light p {
  color: #989fb8;
  margin-bottom: 0;
}

.c-splitbox__text--white .content {
  color: #48546f;
}

.news__header {
  padding: 6em 8% 2.8em 8%;
  color: #fff;
  background: #48546f;
  text-align: center;
}
.news__header__desc {
  width: 100%;
  display: block;
  text-align: center;
  font-family: "VisbyCF-Bold";
  font-size: 23px;
  font-size: 2.3rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .news__header__desc {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.news__header__desc span {
  display: inline-block;
  padding-top: 1em;
  border-top: 3px solid #fff;
}
.news__header__title {
  padding: 3em 0 5em 0;
}
.news__header__title h1 {
  font-family: "VisbyCF-ExtraBold";
  font-size: 44px;
  font-size: 4.4rem;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .news__header__title h1 {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.news__header__info {
  width: 100%;
  text-align: center;
}
.news__header__info ul {
  list-style-type: none;
  display: inline-block;
}
.news__header__info ul:before, .news__header__info ul:after {
  content: " ";
  display: table;
}
.news__header__info ul:after {
  clear: both;
}
.news__header__info ul li {
  float: left;
  display: inline-block;
  font-family: "VisbyCF-Medium";
  font-size: 16px;
  font-size: 1.6rem;
  padding-right: 4em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .news__header__info ul li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.news__header__info ul li:last-child {
  padding-right: 0;
}
.news__header__info ul li strong {
  font-family: "VisbyCF-Bold";
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .news__header__info ul li strong {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.news__row {
  width: 100%;
  padding: 7.4em 0 3em 0;
}
.news__row:before, .news__row:after {
  content: " ";
  display: table;
}
.news__row:after {
  clear: both;
}
.news__content {
  float: left;
  width: 47%;
  margin-left: 1.9%;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .news__content {
    margin-left: 0;
    width: 55%;
  }
}
@media only screen and (max-width: 911px) {
  .news__content {
    width: 100%;
  }
}
.news__download {
  width: 100%;
  max-width: 500px;
  padding: 30px;
  margin: 4.7em 0 0 0;
  background: #f2f3f6;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  box-shadow: 0px 10px 32px 0px rgba(72, 84, 111, 0.2);
}
.news__download:before, .news__download:after {
  content: " ";
  display: table;
}
.news__download:after {
  clear: both;
}
.news__sidebar {
  float: right;
  width: 39.59%;
  margin-right: 4.2%;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .news__sidebar {
    margin-right: 0;
  }
}
@media only screen and (max-width: 911px) {
  .news__sidebar {
    width: 100%;
    margin: 5em 0 0 0;
  }
}

.post {
  padding: 15px;
  line-height: 140%;
}
.post:before, .post:after {
  content: " ";
  display: table;
}
.post:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .post {
    padding: 15px 0;
  }
}
.post p {
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "VisbyCF-Medium";
  margin: 1em 0 0 0;
}
@media print {
  .post p {
    margin-top: 10px;
  }
}
.post p strong {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Bold";
}
.post__item {
  width: 50%;
  float: left;
  padding: 15px 15px;
}
@media only screen and (max-width: 911px) {
  .post__item {
    width: 100%;
    padding: 20px;
  }
}
.post__inner {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 360px;
  border: 10px solid #fff;
  background: url("../images/gallery-medium.jpg") no-repeat 50% 50%;
  background-size: cover;
  box-shadow: 0px 10px 27px 0px rgba(29, 113, 229, 0.13);
  color: #48546f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .post__inner {
    height: 280px;
  }
}
.post__inner:before {
  content: '';
}
.post__inner:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  opacity: 1;
  background: -moz-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(left top, right top, color-stop(0%, white), color-stop(50%, rgba(255, 255, 255, 0.72)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 0.72) 50%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff', GradientType=1 );
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post__inner:hover {
  color: #fff;
  box-shadow: 0px 16px 18px 0px rgba(76, 87, 111, 0.27);
}
.post__inner:hover:after {
  opacity: 0;
}
.post__inner:hover .post__shadow {
  opacity: 1;
}
.post__inner:hover .post__box:before {
  background: #fff;
}
.post__content {
  position: absolute;
  z-index: 5;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  padding: 50px;
}
.post__shadow {
  opacity: 0;
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(70, 82, 109, 0.82);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.post__title {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-DemiBold";
}
.post__name {
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Bold";
  line-height: 125%;
}
.post__name--big {
  font-size: 22px;
  font-size: 2.2rem;
  text-transform: uppercase;
  margin-bottom: 1em;
}
@media only screen and (max-width: 420px) {
  .post__name--big {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
.post__box {
  position: absolute;
  bottom: 60px;
  left: 50px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .post__box {
    bottom: 40px;
    left: 50px;
  }
}
.post__box:before {
  content: '';
  position: absolute;
  z-index: 4;
  top: -30px;
  display: block;
  width: 57px;
  height: 2px;
  background: #48546f;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.filter {
  position: relative;
  z-index: 5000;
  text-align: center;
}
@media only screen and (max-width: 911px) {
  .filter {
    padding: 20px;
  }
}
.filter--contact {
  display: none;
}
@media only screen and (max-width: 911px) {
  .filter--contact {
    display: block;
  }
}
.filter ::-webkit-input-placeholder {
  color: #48546f;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Regular";
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter ::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.filter ::-webkit-input-placeholder:hover {
  color: #fff;
}
.filter :-moz-placeholder {
  color: #48546f;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Regular";
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter :-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.filter :-moz-placeholder:hover {
  color: #fff;
}
.filter ::-moz-placeholder {
  color: #48546f;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Regular";
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter ::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.filter ::-moz-placeholder:hover {
  color: #fff;
}
.filter :-ms-input-placeholder {
  color: #48546f;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Regular";
  letter-spacing: 0.2em;
  text-align: left;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter :-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.filter :-ms-input-placeholder:hover {
  color: #fff;
}
.filter__inner {
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 30px;
  background: #fff;
  box-shadow: 0 9px 21px 0 rgba(158, 159, 188, 0.3);
}
.filter__inner:before, .filter__inner:after {
  content: " ";
  display: table;
}
.filter__inner:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter__inner {
    padding: 0 15px 15px 15px;
  }
}
@media only screen and (max-width: 911px) {
  .filter__inner {
    padding: 0;
    box-shadow: 0px 6px 29px 0px rgba(152, 159, 184, 0.26);
  }
}
.filter__title {
  display: none;
  position: relative;
  margin: 28px 0 0 0;
  margin: 2.8rem 0 0 0;
  text-align: center;
  font-size: 42px;
  font-size: 4.2rem;
  font-family: "VisbyCF-Light";
  color: #48546f;
}
@media only screen and (max-width: 911px) {
  .filter__title {
    display: inline-block;
  }
}
.filter__title:after {
  content: '';
  position: absolute;
  bottom: -22px;
  left: 50%;
  display: inline-block;
  width: 98px;
  height: 1px;
  margin-left: -44px;
  background: #48546f;
}
.filter__buttons {
  display: none;
}
@media only screen and (max-width: 911px) {
  .filter__buttons {
    display: block;
  }
}
.filter__items {
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 911px) {
  .filter__items {
    display: none;
  }
  .filter__items.open {
    display: block;
  }
}
@media only screen and (max-width: 911px) {
  .filter__items--contact {
    display: block;
  }
}
.filter__item {
  float: left;
  position: relative;
  margin-left: 30px;
  text-align: left;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Regular";
  letter-spacing: 0.2em;
  border-bottom: 1px solid #989fb8;
}
.filter__item:before, .filter__item:after {
  content: " ";
  display: table;
}
.filter__item:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter__item {
    font-size: 16px;
    font-size: 1.6rem;
    margin-left: 15px;
  }
}
@media only screen and (max-width: 911px) {
  .filter__item {
    float: none;
    width: 100%;
    margin-left: 0;
    border-bottom: 1px solid #d4d4d4;
  }
  .filter__item:last-child {
    border-bottom: none;
  }
}
.filter__item:first-child {
  margin-left: 0;
}
.filter__item--nobd {
  border: none;
}
.filter__item--top {
  padding-top: 25px;
}
.filter__item--right {
  float: right;
}
.filter__checkboxes {
  float: left;
  padding: 24px 14px 25px 24px;
}
@media only screen and (max-width: 911px) {
  .filter__checkboxes {
    padding-top: 0;
  }
}
.filter__checkbox {
  float: left;
  width: 200px;
}
@media only screen and (max-width: 911px) {
  .filter__checkbox {
    width: 100%;
    margin: 2em 0 0 0;
  }
}
.filter__icon {
  float: right;
  display: inline-block;
  margin-top: 1px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin-left: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 11px 40px 0 rgba(76, 87, 111, 0.27);
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter__icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 911px) {
  .filter__icon {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.filter__input {
  float: left;
  display: block;
  padding: 16px 14px 16px 24px;
  line-height: 41px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "VisbyCF-Regular";
  text-transform: uppercase;
  color: #48546f;
}
.filter__input.open {
  background: #48546f;
  color: #fff;
}
.filter__input.open .c-cssicon-plus {
  transform: rotate(45deg);
}
.filter__input.open input {
  color: #fff;
}
@media only screen and (max-width: 911px) {
  .filter__input {
    width: 100%;
    float: none;
    line-height: 34px;
  }
  .filter__input:before, .filter__input:after {
    content: " ";
    display: table;
  }
  .filter__input:after {
    clear: both;
  }
}
.filter__input input {
  display: inline-block;
  width: auto;
  margin: 0;
  padding: 0;
  border-bottom: none;
  background: none;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Regular";
  letter-spacing: 0.2em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter__input input {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 911px) {
  .filter__input input {
    width: calc( 100% - 50px );
  }
}
.filter__input:hover ::-webkit-input-placeholder {
  color: #fff;
}
.filter__input:hover :-moz-placeholder {
  color: #fff;
}
.filter__input:hover ::-moz-placeholder {
  color: #fff;
}
.filter__input:hover :-ms-input-placeholder {
  color: #fff;
}
.filter__list {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 580px;
  padding: 40px;
  margin-top: 65px;
  list-style-type: none;
  background: #48546f;
  box-shadow: 0px 16px 46px 0px rgba(76, 87, 111, 0.63);
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.filter__list:before, .filter__list:after {
  content: " ";
  display: table;
}
.filter__list:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter__list {
    padding: 20px;
  }
}
@media only screen and (max-width: 911px) {
  .filter__list {
    position: static;
    width: 100%;
    margin-top: 0;
    border-top: 1px solid #989fb8;
  }
}
.filter__list.open {
  display: block;
}
.filter__list li {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 911px) {
  .filter__list li {
    width: 100%;
    float: none;
  }
}
.filter__list a {
  display: block;
  width: 100%;
  float: left;
  padding: 23px;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "VisbyCF-Regular";
  text-transform: uppercase;
  color: #fff;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .filter__list a {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.filter__list a:hover {
  background: #fff;
  color: #48546f;
  box-shadow: 0px 18px 46px 0px rgba(76, 87, 111, 0.36);
}

.fp-enabled .section {
  padding: 0;
}

.section {
  padding: 0 55px;
}
@media only screen and (max-width: 911px) {
  .section {
    padding: 0;
  }
}
@media only screen and (max-width: 911px) {
  .section--video {
    display: none;
  }
}
@media only screen and (max-width: 911px) {
  .section--mobile-full {
    padding: 0;
  }
}
.section__box {
  box-shadow: 0px 12px 57px 0px rgba(158, 158, 188, 0.69);
  background: #fefefe;
}
@media only screen and (max-width: 911px) {
  .section__box {
    box-shadow: none;
  }
}
.section__box--abs {
  position: absolute;
  top: 90px;
  bottom: 55px;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 911px) {
  .section__box--abs {
    position: static;
  }
}
.section__box--category {
  background: url("../images/bg-category.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.section__video {
  position: absolute;
  z-index: 2;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.section__title {
  position: absolute;
  z-index: 3;
  top: 8%;
  left: 0;
  right: 0;
  font-family: "VisbyCF-Thin";
  font-size: 55px;
  font-size: 5.5rem;
  text-align: center;
  letter-spacing: 0.18em;
  color: #fff;
}
@media screen and (max-width: 1280px) {
  .section__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
@media screen and (max-height: 700px) {
  .section__title {
    font-size: 40px;
    font-size: 4rem;
  }
}
.section__title--center {
  top: 37%;
  margin-top: -33px;
}
.section__title a {
  color: #fff;
  text-decoration: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.section__title a:hover {
  color: #48546f;
}

.contact {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}
.contact:before, .contact:after {
  content: " ";
  display: table;
}
.contact:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .contact {
    position: relative;
  }
}
.contact svg path,
.contact svg polygon {
  fill: #CECFD0;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact svg a {
  cursor: pointer;
}
.contact svg a.full path,
.contact svg a.full polygon {
  fill: #48546f;
}
.contact svg a:hover path,
.contact svg a:hover polygon {
  fill: #48546f;
}
.contact__info {
  position: absolute;
  z-index: 1;
  left: 0;
  top: 0;
  bottom: 0;
  float: left;
  width: 31.1111%;
  padding: 6em 2% 2em 4%;
  box-shadow: 0px 12px 18px 0px rgba(158, 159, 188, 0.28);
  overflow-x: auto;
}
.contact__info:before, .contact__info:after {
  content: " ";
  display: table;
}
.contact__info:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__info {
    padding: 4em 2% 2em 4%;
  }
}
@media only screen and (max-width: 1240px) {
  .contact__info {
    width: 35%;
    padding: 2em 0.5% 1em 2%;
  }
}
@media only screen and (max-width: 911px) {
  .contact__info {
    float: none;
    position: static;
    width: 100%;
    padding: 2em 0;
    text-align: center;
    color: #fff;
    background: #48546f;
  }
}
.contact__detail {
  z-index: 9992;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 85%;
  background: #fff;
  box-shadow: 0 12px 18px 0 rgba(158, 159, 188, 0.28);
  -webkit-transition: all 0.6s linear;
  -moz-transition: all 0.6s linear;
  -o-transition: all 0.6s linear;
  transition: all 0.6s linear;
  -ms-transform: translate(-105%, 0);
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
}
@media only screen and (max-width: 911px) {
  .contact__detail {
    position: fixed;
    top: 91px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    padding: 0 30px;
    overflow: scroll;
    z-index: 9995;
  }
}
.contact__detail.open {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.contact__detail.full {
  width: 100%;
}
.contact__detail__title {
  margin: 3em 0 0 0;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Bold";
  text-transform: uppercase;
  color: #48546f;
}
@media only screen and (max-width: 911px) {
  .contact__detail__title {
    color: #fff;
  }
  .contact__detail__title--dark {
    color: #48546f;
  }
}
.contact__detail__close {
  position: absolute;
  z-index: 9990;
  top: 2em;
  right: 2em;
}
.contact__detail__close a {
  display: inline-block;
  color: #48546f;
  font-size: 20px;
  font-size: 2rem;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.contact__detail__close a:hover {
  transform: scale(0.9);
}
.contact__detail__close a:active {
  transform: scale(0.8);
}
.contact__detail__inner {
  padding: 0 10%;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__detail__inner {
    padding: 0 35px;
  }
}
@media only screen and (max-width: 1240px) {
  .contact__detail__inner {
    padding: 0 5px;
  }
}
.contact__detail__row {
  width: 100%;
}
.contact__detail__row:before, .contact__detail__row:after {
  content: " ";
  display: table;
}
.contact__detail__row:after {
  clear: both;
}
.contact__detail__col {
  width: 50%;
  float: left;
}
@media only screen and (max-width: 911px) {
  .contact__detail__col {
    width: 100%;
    float: none;
  }
}
.contact__detail__col--right {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .contact__detail__col--right {
    text-align: left;
  }
}
.contact__area {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  bottom: 0;
  float: left;
  width: 68.8889%;
}
@media only screen and (max-width: 1240px) {
  .contact__area {
    width: 65%;
  }
}
@media only screen and (max-width: 911px) {
  .contact__area {
    display: none;
  }
}
.contact__bottom {
  position: absolute;
  bottom: 0;
}
@media only screen and (max-width: 911px) {
  .contact__bottom {
    position: static;
    background: #fff;
  }
}
.contact__bottom--mobile {
  display: none;
  width: 100%;
  position: static;
  text-align: center;
  margin-top: 20px;
  padding: 0 30px;
}
@media only screen and (max-width: 911px) {
  .contact__bottom--mobile {
    display: block !important;
  }
}
.contact__bottom--mobile p {
  padding-bottom: 20px;
}
.contact__bottom--br {
  bottom: 4em;
  right: 1.6em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__bottom--br {
    bottom: 2em;
  }
}
.contact__bottom--bl-padded {
  bottom: 4em;
  left: 40px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__bottom--bl-padded {
    bottom: 2em;
  }
}
.contact__bottom.js-tab-list-contact a {
  margin-left: 1em;
}
.contact__bottom a.active {
  background: #48546f;
  color: #fff;
}
.contact__desc {
  padding: 2em 1em 3em 0;
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "VisbyCF-Regular";
  line-height: 160%;
  color: #48546f;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__desc {
    padding: 2em 1em 2em 0;
  }
}
@media only screen and (max-width: 1240px) {
  .contact__desc {
    padding: 1em 0.5em 1em 0;
  }
}
.contact__address {
  position: relative;
  overflow: hidden;
}
.contact__address__type {
  display: none;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-transform: translate(-100%, 0);
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
.contact__address__type.open {
  display: block;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.contact__address-title {
  font-family: "VisbyCF-Bold";
  font-size: 18px;
  font-size: 1.8rem;
  color: #48546f;
  text-transform: uppercase;
  letter-spacing: .1em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__address-title {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 911px) {
  .contact__address-title {
    text-align: center;
    color: #fff;
  }
}
.contact__address-list {
  position: relative;
  font-size: 16px;
  font-size: 1.6rem;
  font-family: "VisbyCF-Medium";
  text-align: left;
  color: #48546f;
  list-style-type: none;
  margin-top: 30px;
  padding-top: 10px;
}
.contact__address-list:before, .contact__address-list:after {
  content: " ";
  display: table;
}
.contact__address-list:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__address-list {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 1240px) {
  .contact__address-list {
    margin-top: 15px;
    padding-top: 5px;
  }
}
@media only screen and (max-width: 911px) {
  .contact__address-list {
    width: 100%;
    color: #fff;
    text-align: center;
    margin-top: 10px;
    padding-top: 0;
  }
  .contact__address-list--blue {
    color: #48546f;
    text-align: left;
  }
}
.contact__address-list:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 50px;
  background: #48546f;
}
@media only screen and (max-width: 911px) {
  .contact__address-list tr {
    display: block;
    width: 100%;
    margin-top: 15px;
  }
}
.contact__address-list a {
  color: #48546f;
  text-decoration: none;
}
@media only screen and (max-width: 911px) {
  .contact__address-list a {
    color: #fff;
  }
}
.contact__address-list a:hover {
  text-decoration: underline;
}
.contact__address-list td, .contact__address-list th {
  padding: 5px 0;
}
@media only screen and (max-width: 911px) {
  .contact__address-list td, .contact__address-list th {
    width: 100%;
    display: block;
    padding: 2.5px 0;
  }
}
.contact__address-list td.top, .contact__address-list th.top {
  padding-top: 2em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .contact__address-list td.top, .contact__address-list th.top {
    padding-top: 0.6em;
  }
}
.contact__address-list th {
  padding-right: 10px;
  font-family: "VisbyCF-Medium";
}
.contact__address-list td {
  font-family: "VisbyCF-DemiBold";
}
.contact__maps {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 77%;
  padding: 0 5%;
  float: left;
  vertical-align: middle;
  overflow: hidden;
}
@media only screen and (max-width: 1240px) {
  .contact__maps {
    width: 70%;
    padding: 0 0 0 5%;
  }
}
@media only screen and (max-width: 911px) {
  .contact__maps {
    position: static;
  }
}
.contact__map {
  display: none;
  overflow: hidden;
}
.contact__map.open {
  display: block;
}
.contact #map-word {
  position: relative;
  right: -50px;
}
.contact__item {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0.6em;
  width: 21%;
}
.contact__item:before, .contact__item:after {
  content: " ";
  display: table;
}
.contact__item:after {
  clear: both;
}
@media only screen and (max-width: 1240px) {
  .contact__item {
    width: 24%;
    padding: 0 0.6em 0 0;
  }
}
@media only screen and (max-width: 911px) {
  .contact__item {
    position: static;
  }
}

.contact__bottom--relative {
  position: relative;
  margin-top: 10px;
}

.contact__btn-mobile {
  margin-bottom: 35px;
}

.people {
  margin: 80px 0 0 0;
  margin: 8rem 0 0 0;
  color: #48546f;
}
@media only screen and (max-width : 1700px)  {

  .people .c-image-group__img--logo img {
    width: 100px;
  }
}
.people:before {
  content: '';
  top: 0;
  left: 0;
  display: inline-block;
  height: 2px;
  width: 50px;
  background: #48546f;
}
.people h3 {
  text-transform: uppercase;
  color: #48546f;
  font-size: 22px;
  font-size: 2.2rem;
  font-family: "VisbyCF-Bold";
  padding: 50px 0 10px 0;
}
.people a {
  color: #48546f;
}
.people__table {
  width: 100%;
  margin: 2em 0 0 0;
  font-size: 16px;
  font-size: 1.6rem;
}
.people__table__header:before, .people__table__header:after {
  content: " ";
  display: table;
}
.people__table__header:after {
  clear: both;
}
.people__table__title {
  font-family: "VisbyCF-Bold";
  font-size: 16px;
  font-size: 1.6rem;
  text-transform: uppercase;
  color: #48546f;
}
.people__table__row {
  display: inline-block;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin: 1.5em 0 0 0;
  padding: 2em 0;
  background: #fff;
  box-shadow: 0px 9px 19px 0px rgba(24, 37, 118, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.people__table__row:before, .people__table__row:after {
  content: " ";
  display: table;
}
.people__table__row:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .people__table__row {
    display: block;
    text-align: center;
  }
}
.people__table__coll {
  width: 24.75%;
  float: left;
  padding: 0 10px;
  word-wrap: break-word;
}
@media only screen and (max-width: 911px) {
  .people__table__coll {
    width: 100%;
    display: block;
    float: none;
    line-height: 180%;
  }
}
.people__table__coll--wider {
  width: 50.5%;
}
@media only screen and (max-width: 1240px) {
  .people__table__coll--wider {
    width: 45%;
  }
}
@media only screen and (max-width: 911px) {
  .people__table__coll--wider {
    width: 100%;
    float: none;
  }
}
.people strong {
  font-family: "VisbyCF-DemiBold";
}
.people__name {
  width: 50.5641%;
}
@media only screen and (max-width: 911px) {
  .people__name {
    width: 100%;
  }
}
.people__telephone {
  width: 24.1026%;
}
@media only screen and (max-width: 911px) {
  .people__telephone {
    width: 100%;
  }
}
.people__email {
  width: 25.3333%;
}
@media only screen and (max-width: 911px) {
  .people__email {
    width: 100%;
  }
}
.people__name, .people__telephone, .people__email {
  padding: 0.6em;
  font-family: "VisbyCF-Bold";
  text-transform: uppercase;
  letter-spacing: 0.1em;
  word-wrap: break-word;
}
.people__contact {
  background: #fff;
  box-shadow: 0 9px 19px 0 rgba(24, 37, 118, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.people__contact td {
  background: #fff;
}
.people__contact td:first-child {
  -webkit-border-top-left-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -moz-border-radius-topleft: 6px;
  -moz-border-radius-bottomleft: 6px;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
@media print {
  .people__contact td:first-child {
    -webkit-border-top-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
    -moz-border-radius-topleft: 0;
    -moz-border-radius-bottomleft: 0;
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
}
.people__contact td:last-child {
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 6px;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 6px;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}

.hotline {
  display: none;
  position: fixed;
  z-index: 9992;
  top: 90px;
  bottom: 55px;
  left: 55px;
  right: 55px;
  background: rgba(72, 84, 111, 0.7);
  overflow: scroll;
}
@media only screen and (max-width: 911px) {
  .hotline {
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
.hotline__inner {
  display: inline-block;
  padding: 40px;
  background: #fff;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .hotline__inner {
    padding: 20px;
  }
}
@media only screen and (max-width: 911px) {
  .hotline__inner {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
  }
}
.hotline__box {
  position: relative;
  display: inline-block;
  padding: 60px;
  background: #fff;
  box-shadow: 0px 9px 49px 0px rgba(40, 52, 80, 0.48);
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .hotline__box {
    padding: 30px;
  }
}
.hotline__close {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #48546f;
  font-size: 20px;
  font-size: 2rem;
}
.hotline__ico {
  text-align: center;
  font-size: 80px;
  font-size: 8rem;
  color: #48546f;
}
.hotline__title {
  margin-top: 10px;
  font-family: "VisbyCF-Light";
  font-size: 40px;
  font-size: 4rem;
  text-transform: uppercase;
  color: #48546f;
}
.hotline__description {
  margin: 2em 0 0 0;
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 180%;
}
.hotline__description:first-child {
  padding: 2em 0 0 0;
  border-top: 1px solid #989fb8;
}
.hotline__description a {
  color: #48546f !important;
  text-decoration: none;
}
.hotline__description strong {
  color: #48546f;
  font-size: 20px;
  font-size: 2rem;
}

.hotline-btn {
  color: #000 !important;
}
@media only screen and (max-width: 911px) {
  .hotline-btn {
    color: #fff !important;
  }
}

.reference-detail {
  width: 100%;
  float: left;
  padding: 7.5px;
}
@media only screen and (max-width: 911px) {
  .reference-detail {
    padding: 0;
  }
}
.reference-detail__content {
  width: 100%;
  background: #48546f;
  color: #fff;
  text-align: center;
  padding: 20px;
}
.reference-detail__icons {
  display: block;
  width: 100%;
  vertical-align: middle;
  text-align: center;
  margin: 1em 0;
}
.reference-detail__icons:before, .reference-detail__icons:after {
  content: " ";
  display: table;
}
.reference-detail__icons:after {
  clear: both;
}
.reference-detail__inner {
  display: inline-block;
}
.reference-detail__inner:before, .reference-detail__inner:after {
  content: " ";
  display: table;
}
.reference-detail__inner:after {
  clear: both;
}
.reference-detail__icon {
  display: inline-block;
  padding: 5px;
  color: #48546f;
  font-size: 80px;
  font-size: 8rem;
}
.reference-detail__icon-wrapper {
  display: inline-block;
  padding: 50px 80px;
  box-shadow: 0 2px 8px 0 rgba(72, 84, 111, 0.36);
}
@media screen and (max-width: 1575px) {
  .reference-detail__icon-wrapper {
    padding: 50px 60px;
  }
}
.reference-detail p {
  margin-top: 30px;
}
.reference-detail p:first-child {
  margin-top: 0;
}

.download {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 911px) {
  .download {
    position: static;
    padding: 20px;
    text-align: center;
  }
}
@media only screen and (max-width: 911px) {
  .download__wrapper {
    background: #fff;
    box-shadow: 0 9px 21px 0 rgba(158, 159, 188, 0.3);
  }
}
.download__items {
  display: block;
}
@media only screen and (max-width: 911px) {
  .download__items {
    display: none;
  }
  .download__items.open {
    display: block;
  }
}
.download__menu {
  position: absolute;
  z-index: 180;
  top: 0;
  bottom: 33.3333%;
  left: 0;
  width: 38%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media screen and (min-width: 992px) {
  .download__menu {
    -ms-transform: translate(-100%, 0);
    -webkit-transform: translate(-100%, 0);
    transform: translate(-100%, 0);
  }
}
@media only screen and (max-width: 911px) {
  .download__menu {
    position: static;
    width: 100%;
  }
}
.download__menu.open {
  -ms-transform: translate(0, 0);
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.download__content {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 62%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 911px) {
  .download__content {
    position: static;
    width: 100%;
    margin-top: 20px;
  }
}
.download__content.full {
  top: 20%;
  width: 100%;
}
.download__content.top {
  top: 0;
}
.download__title {
  float: left;
  width: 100%;
  margin-top: 1em;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #48546f;
}
.download__separator {
  float: left;
  width: 100%;
}

.detail {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media only screen and (max-width: 911px) {
  .detail {
    position: static;
    padding: 20px;
    text-align: center;
  }
}
.detail__img {
  position: absolute;
  z-index: 3;
  text-align: center;
  vertical-align: middle;
  width: 41.5%;
  height: 100%;
  left: 0;
  top: 0;
  bottom: 0;
  padding: 3em;
  box-shadow: 0 12px 16px 0 rgba(156, 159, 188, 0.28);
  background: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 911px) {
  .detail__img {
    position: relative;
    width: 100%;
    box-shadow: none;
  }
}
.detail__img img {
  position: absolute;
  top: 5px;
  bottom: 5px;
  left: 5px;
  right: 5px;
  margin: auto;
  max-width: calc(100% - 10px);
  max-height: calc(100% - 10px);
}
@media only screen and (max-width: 911px) {
  .detail__img img {
    position: static;
  }
}
.detail__main-img img {
  max-width: 98%;
  max-height: 98%;
}
.detail__main-img__desc {
  opacity: 0;
  position: absolute;
  bottom: 140px;
  left: 5%;
  right: 5%;
  width: auto;
  background: rgba(251, 251, 252, 0.9);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .detail__main-img__desc {
    bottom: 135px;
  }
}
.detail__main-img__desc.open {
  opacity: 1;
}
.detail__main-img__desc p {
  padding: 15px 30px;
  font-size: 16px;
  font-size: 1.6rem;
  color: #000;
}
@media only screen and (max-width: 1240px) {
  .detail__main-img__desc p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 911px) {
  .detail__main-img__desc p {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.detail__content {
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 58.5%;
}
@media only screen and (max-width: 911px) {
  .detail__content {
    position: static;
    width: 100%;
  }
}
.detail__gallery {
  position: absolute;
  z-index: 10;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #fff;
  overflow: hidden;
  overflow-y: scroll;
}
@media only screen and (max-width: 911px) {
  .detail__gallery {
    position: static;
  }
}
.detail__tab {
  padding-top: 60px;
}
@media screen and (max-height: 760px) {
  .detail__tab {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 911px) {
  .detail__tab {
    box-shadow: 0 6px 29px 0 rgba(152, 159, 184, 0.26);
    padding: 20px;
    margin-top: 20px;
  }
}
.detail__wrapper {
  width: 1px;
  height: 1px;
  box-shadow: 0px 6px 29px 0px rgba(152, 159, 184, 0.26);
  padding: 20px;
}
@media only screen and (max-width: 911px) {
  .detail__wrapper {
    width: 100%;
    height: auto;
  }
}
.detail__inner {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 0;
  width: 76%;
}
@media only screen and (max-width: 1240px) {
  .detail__inner {
    width: 80%;
    top: 0;
  }
}
@media only screen and (max-width: 911px) {
  .detail__inner {
    position: static;
    width: 100%;
  }
}
.detail__annotation {
  margin-top: 1.5em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .detail__annotation {
    margin-top: 0.5em;
  }
}
.detail__row {
  width: 100%;
  margin-top: 3em;
}
.detail__row:before, .detail__row:after {
  content: " ";
  display: table;
}
.detail__row:after {
  clear: both;
}
.detail__scroll {
  position: absolute;
  top: 60px;
  bottom: 0;
  left: 30px;
  right: 0;
  overflow: hidden;
}
@media only screen and (max-width: 911px) {
  .detail__scroll {
    position: static;
  }
}
.detail__scroll__inner {
  overflow: scroll;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: -18px;
  padding-right: 18px;
  padding-top: 3em;
}
@media only screen and (max-width: 911px) {
  .detail__scroll__inner {
    position: static;
  }
}
.detail__nav {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  right: 2%;
  width: 9.5%;
}
@media only screen and (max-width: 911px) {
  .detail__nav {
    display: none;
  }
}
.detail__banner {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 41%;
  right: 0;
  height: 60px;
  padding: 0 5px 0 28px;
  background: #fff;
  box-shadow: 0px 12px 16px 0px rgba(158, 159, 188, 0.28);
}
.detail__banner:before, .detail__banner:after {
  content: " ";
  display: table;
}
.detail__banner:after {
  clear: both;
}
@media only screen and (max-width: 1240px) {
  .detail__banner {
    display: none;
  }
}
.detail__banner--full {
  position: fixed;
  top: 90px;
  left: 55px;
  right: 55px;
  display: block;
  background: #fff;
}
@media only screen and (max-width: 911px) {
  .detail__banner--full {
    display: none;
  }
}
.detail__close {
  display: inline-block;
  width: auto;
  float: right;
  line-height: 60px;
  font-size: 15px;
  font-size: 1.5rem;
  padding-right: 1em;
}
.detail__close a {
  color: #48546f;
  text-decoration: none;
}
.detail__desc {
  width: 100%;
  margin: 2em 0 0 0;
}
.detail__info {
  width: 100%;
  margin: 3.5em 0 0 0;
}
.detail__icons {
  width: 100%;
}
.detail__icons:before, .detail__icons:after {
  content: " ";
  display: table;
}
.detail__icons:after {
  clear: both;
}
.detail__ico {
  width: 16.6%;
  float: left;
  padding: 1em;
  text-align: center;
  text-decoration: none;
  color: #7a8397;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .detail__ico {
    padding: 0.5em;
  }
}
@media only screen and (max-width: 670px) {
  .detail__ico {
    width: 33.3333%;
  }
}
.detail__ico a.detail__ico__inner {
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.detail__ico a.detail__ico__inner:hover {
  color: #fff;
  background: #48546f;
}
.detail__ico__inner {
  display: block;
  padding: 0.5em 0.1em;
  font-size: 34px;
  font-size: 3.4rem;
  background: #fff;
  box-shadow: 0px 4px 28px 0px rgba(29, 113, 229, 0.19);
  color: #48546f;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1600px) {
  .detail__ico__inner {
    font-size: 28px;
    font-size: 2.8rem;
  }
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .detail__ico__inner {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.detail__category {
  position: relative;
  z-index: 1;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Bold";
  color: #48546f;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .detail__category {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.detail__category--white {
  color: #fff;
}
.detail__title {
  position: relative;
  z-index: 1;
  font-size: 46px;
  font-size: 4.6rem;
  font-family: "VisbyCF-ExtraBold";
  letter-spacing: 0.05em;
  color: #48546f;
  text-transform: uppercase;
  margin-top: 0.05em;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .detail__title {
    margin: 0.6em 0 0 0;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
.detail__title--white {
  color: #fff;
}
.detail__title--padded {
  padding: 0 5%;
}
.detail__catalog {
  font-size: 14px;
  font-size: 1.4rem;
  font-family: "VisbyCF-Medium";
  color: #48546f;
  margin-top: 0.6em;
}
.detail__images {
  position: absolute;
  bottom: 20px;
  left: 20px;
  right: 20px;
  width: auto;
  text-align: center;
}
@media only screen and (max-width: 911px) {
  .detail__images {
    position: static;
  }
}
@media screen and (max-width: 680px) {
  .detail__images {
    left: 0;
    right: 0;
    bottom: 10px;
  }
}
.detail__images ul {
  display: inline-block;
  list-style-type: none;
  width: 100%;
  padding-right: 20px;
}
@media screen and (max-width: 680px) {
  .detail__images ul {
    padding-right: 10px;
  }
}
.detail__images ul li {
  display: inline-block;
  float: left;
  width: 25%;
  padding-left: 20px;
}
@media screen and (max-width: 680px) {
  .detail__images ul li {
    padding-left: 10px;
    width: 33.3333%;
  }
  .detail__images ul li:nth-child(4n) {
    display: none;
  }
}
@media only screen and (max-width: 420px) {
  .detail__images ul li {
    width: 50%;
  }
  .detail__images ul li:nth-child(3n) {
    display: none;
  }
}
.detail__images ul li a {
  position: relative;
  display: block;
  padding: 1em;
  width: 100%;
  height: 100px;
  float: left;
  background: #fff;
  opacity: 0.75;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1240px) {
  .detail__images ul li a {
    height: 70px;
  }
}
@media only screen and (max-width: 911px) {
  .detail__images ul li a {
    height: 100px;
  }
}
@media screen and (max-width: 680px) {
  .detail__images ul li a {
    height: 80px;
  }
}
.detail__images ul li a:hover, .detail__images ul li a.active {
  opacity: 1;
  box-shadow: 0px 9px 49px 0px rgba(24, 37, 118, 0.23);
}
.detail__controll {
  width: 70px;
  position: absolute;
  right: 17px;
  top: 50%;
  margin-top: -33px;
}
@media only screen and (max-width: 911px) {
  .detail__controll {
    position: static;
    width: 100%;
  }
}
.detail__controll .detail__ico {
  width: 100%;
  padding: 0;
  padding-top: 1em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.detail__controll .detail__ico:hover .detail__ico__inner {
  background: #48546f;
  color: #fff;
}
.detail__controll .detail__ico__inner {
  padding: 0.8em 0;
  font-size: 20px;
  font-size: 2rem;
  color: #48546f;
}
.detail__h3 {
  margin: 1em 0 0 0;
  font-size: 20px;
  font-size: 2rem;
  font-family: "VisbyCF-Bold";
  color: #48546f;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .detail__h3 {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
.detail__mobile__title {
  display: none;
  text-align: center;
}
@media only screen and (max-width: 911px) {
  .detail__mobile__title {
    display: block;
  }
}
.detail__tab-name {
  float: left;
  width: 100%;
  position: relative;
  padding-bottom: 0.8em;
  margin-bottom: 1em;
  font-size: 41px;
  font-size: 4.1rem;
  font-family: "VisbyCF-Light";
  color: #48546f;
}
.detail__tab-name:after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  display: inline-block;
  width: 98px;
  height: 1px;
  margin-left: -49px;
  background: #48546f;
}

.js-tab {
  display: none;
}
@media only screen and (max-width: 911px) {
  .js-tab {
    display: block;
  }
}

* {
  box-sizing: border-box;
}

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

html,
body {
  position: relative;
  height: 100%;
  font-size: 10px;
  font-family: "VisbyCF-Regular";
  min-width: 320px;
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  transform: translateZ(0);
}
@media only screen and (max-width: 1240px) {
  html,
  body {
    font-size: 8px;
  }
}
@media only screen and (max-width: 911px) {
  html,
  body {
    font-size: 10px;
  }
}

body {
  background: url("../images/bg.jpg") no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
@media only screen and (max-width: 911px) {
  body {
    overflow: scroll;
  }
}

sup, sub {
  position: relative;
  font-size: 0.5em;
}

sup {
  top: -1em;
}

sub {
  bottom: -1em;
}

button:focus, button:active, button:hover,
input:focus,
input:active,
input:hover,
textarea:focus,
textarea:active,
textarea:hover {
  outline: none;
}

::-webkit-input-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  ::-webkit-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

:-moz-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  :-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

::-moz-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  ::-moz-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

:-ms-input-placeholder {
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  text-align: center;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  :-ms-input-placeholder {
    font-size: 16px;
    font-size: 1.6rem;
  }
}

a {
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
a:hover {
  text-decoration: none;
}
a.toggle {
  font-size: 16px;
  font-size: 1.6rem;
}
a.toggle .toggle__closed {
  display: none;
}

input {
  width: 100%;
  padding: 1.05em 1.389em;
  color: #48546f;
  border: none;
  -webkit-appearance: none;
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.14em;
  font-family: "VisbyCF-Medium";
  border-bottom: 2px solid #989fb8;
  margin-top: 1em;
}
input:first-child {
  margin-top: 0;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  input {
    margin-top: 0.6em;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
input.unvalid {
  border-color: #cc2529;
}

input[type=submit] {
  display: inline-block;
  padding: 32px 26px;
  padding: 3.2rem 2.6rem;
  text-transform: uppercase;
  text-decoration: none;
  font-family: "VisbyCF-DemiBold";
  font-size: 18px;
  font-size: 1.8rem;
  letter-spacing: 0.1em;
  color: #48546f;
  cursor: pointer;
  background: #fff;
  border: none;
  box-shadow: 0px 9px 49px 0px rgba(24, 37, 118, 0.23);
  -webkit-appearance: none;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  input[type=submit] {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
input[type=submit]:hover, input[type=submit]:active {
  transform: scale(0.98);
}

textarea {
  width: 100%;
  height: 180px;
  font-size: 16px;
  font-size: 1.6rem;
  padding: 1.1em 1.389em;
  color: #48546f;
  resize: none;
  border: none;
  border-radius: 6px;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  textarea {
    height: 140px;
  }
}
textarea:active, textarea:focus, textarea:hover {
  outline: none;
}

.fp-enabled body {
  padding: 0 55px !important;
}

.js-fullpage {
  position: relative;
  z-index: 9000;
}

.desktop-hidden {
  display: none;
}
@media only screen and (max-width: 911px) {
  .desktop-hidden {
    display: inline;
  }
}

@media only screen and (max-width: 911px) {
  .mobile-hidden {
    display: none;
  }
}

.white-overlay {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 9999;
  background: #fff;
}

@media only screen and (max-width: 911px) {
  .hidden-mobile {
    display: none;
  }
}

@keyframes change {
  0% {
    opacity: 1;
    z-index: 1;
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
  }
  100% {
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    z-index: 10;
    opacity: 1;
  }
}
@keyframes changeClosed {
  0% {
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    z-index: 10;
    opacity: 1;
  }
  100% {
    transform: scale(0.85);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    z-index: 1;
    opacity: 1;
  }
}
.fullpage {
  position: absolute;
  top: 90px;
  bottom: 60px;
  right: 75px;
  left: 75px;
}
@media only screen and (max-width: 911px) {
  .fullpage {
    position: static;
    padding: 0 10px;
  }
}
.fullpage--white {
  background: #fff;
}
.fullpage__boxlink {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.fullpage__section {
  position: absolute;
  z-index: 1;
  top: 0;
  bottom: 0;
  display: inline-block;
  width: 62.5%;
  transform: scale(0.85);
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transition: all 0.4s linear;
  -moz-transition: all 0.4s linear;
  -o-transition: all 0.4s linear;
  transition: all 0.4s linear;
}
@media only screen and (max-width: 911px) {
  .fullpage__section {
    position: static;
    width: 100%;
    transform: scale(1);
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    padding: 170px 00px 20px 00px;
    margin-top: 10px;
    text-align:center;
  }
  .fullpage__section:last-child {
    margin-bottom: 10px;
  }
}
.fullpage__section.open {
  opacity: 1;
  box-shadow: 6px 10px 57px 0px rgba(89, 89, 89, 0.76);
}
@media screen and (min-width: 912px) {
  .fullpage__section.open {
    animation-name: change;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
    animation-delay: 0.2s;
  }
}
@media screen and (min-width: 912px) {
  .fullpage__section.closed {
    animation-name: changeClosed;
    animation-duration: 0.4s;
    animation-fill-mode: forwards;
  }
}
.fullpage__section--left {
  left: 0;
  background: url("../images/left.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.fullpage__section--left:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #3f4556;
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, #3f4556, rgba(63, 69, 86, 0));
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, #3f4556, rgba(63, 69, 86, 0));
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, #3f4556, rgba(63, 69, 86, 0));
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, #3f4556, rgba(63, 69, 86, 0));
  /* Standard syntax */
}
@media only screen and (max-width: 911px) {
  .fullpage__section--left:after {
    background: #a2a7b7;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #a2a7b7, rgba(162, 167, 183, 0));
    /* Standard syntax */
  }
}
.fullpage__section--right {
  right: 0;
  background: url("../images/right.jpg") no-repeat 50% 50%;
  background-size: cover;
}
.fullpage__section--right:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(162, 167, 183, 0);
  /* For browsers that do not support gradients */
  background: -webkit-linear-gradient(left, rgba(162, 167, 183, 0), #a2a7b7);
  /* For Safari 5.1 to 6.0 */
  background: -o-linear-gradient(right, rgba(162, 167, 183, 0), #a2a7b7);
  /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(right, rgba(162, 167, 183, 0), #a2a7b7);
  /* For Firefox 3.6 to 15 */
  background: linear-gradient(to right, rgba(162, 167, 183, 0), #a2a7b7);
  /* Standard syntax */
}
@media only screen and (max-width: 911px) {
  .fullpage__section--right:after {
    background: #a2a7b7;
    /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(left, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(right, #a2a7b7, rgba(162, 167, 183, 0));
    /* For Firefox 3.6 to 15 */
    background: linear-gradient(to right, #a2a7b7, rgba(162, 167, 183, 0));
    /* Standard syntax */
  }
}
.fullpage__wrapper {
  position: relative;
  z-index: 2;
  display: table;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0 6%;
}
@media only screen and (max-width: 911px) {
  .fullpage__wrapper {
    display: block;
    padding: 0 20px;
  }
}
.fullpage__inner {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (max-width: 911px) {
  .fullpage__inner {
    display: block;
    width: auto;
    padding: 10px;
    background: rgba(74, 82, 101, 0.74);
  }
}
.fullpage__title {
  color: #fff;
  font-size: 34px;
  font-size: 3.4rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
}
@media only screen and (max-width: 911px) {
  .fullpage__title {
    font-size: 16px;
    font-size: 1.6rem;
    text-align: center;
    padding-top: 10px;
  }
}
.fullpage__title--right {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .fullpage__title--right {
    text-align: center;
  }
}
.fullpage__description {
  padding: 1em 0 0 0;
  transform: translateZ(0);
}
@media only screen and (max-width: 911px) {
  .fullpage__description {
    text-align: center;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
.fullpage__description--right {
  text-align: right;
}
@media only screen and (max-width: 911px) {
  .fullpage__description--right {
    text-align: center;
  }
}
.fullpage__description p {
  color: #fff;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 160%;
  letter-spacing: 0.12em;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .fullpage__description p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.fullpage__list {
  padding: 3em 0 0 0;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .fullpage__list {
    padding: 1.4em 0 0 0;
  }
}
.fullpage__list--right {
  text-align: right;
}
.fullpage__list--right li {
  padding: 10px 35px 10px 0 !important;
}
.fullpage__list ul {
  list-style-type: none;
}
.fullpage__list li {
  position: relative;
  padding: 11px 0 11px 35px;
  font-family: "VisbyCF-Regular";
  font-size: 16px;
  font-size: 1.6rem;
  color: #fff;
  letter-spacing: 0.04em;
}
.fullpage__list li:before, .fullpage__list li:after {
  content: " ";
  display: table;
}
.fullpage__list li:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .fullpage__list li {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
.fullpage__content {
  background: #fff;
}

/*!
 * fullPage 2.8.7
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none;
}

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box;
}

.fp-slide {
  float: left;
}

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block;
}

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out;
}

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%;
}

.fp-slidesContainer {
  float: left;
  position: relative;
}

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent;
}

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff;
}

.fp-scrollable {
  overflow: hidden;
  position: relative;
}

.fp-scroller {
  overflow: hidden;
}

.iScrollIndicator {
  border: 0 !important;
}

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important;
}

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#fp-nav.right {
  right: 17px;
}

#fp-nav.left {
  left: 17px;
}

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.fp-slidesNav.bottom {
  bottom: 17px;
}

.fp-slidesNav.top {
  top: 17px;
}

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative;
}

.fp-slidesNav ul li {
  display: inline-block;
}

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%;
}

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px;
}

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer;
}

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1;
}

#fp-nav ul li .fp-tooltip.right {
  right: 20px;
}

#fp-nav ul li .fp-tooltip.left {
  left: 20px;
}

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important;
}

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important;
}

.fullpage-wrapper {
  width: 100% !important;
  transform: none !important;
}

.fp-section {
  width: 100% !important;
  position: absolute;
  left: 0;
  top: 0;
  visibility: hidden;
  opacity: 0;
  z-index: 0;
  transition: all 1s ease-in-out;
}

.fp-section.active {
  visibility: visible;
  opacity: 1;
  z-index: 1;
}

.fp-tableCell {
  position: relative;
}

.r-tabs .r-tabs-nav {
  margin: 0;
  padding: 0;
}

.r-tabs .r-tabs-tab {
  display: inline-block;
  margin: 0;
  list-style: none;
}

.r-tabs .r-tabs-panel {
  padding: 15px;
  display: none;
}
@media print {
  .r-tabs .r-tabs-panel {
    display: block !important;
  }
}

.r-tabs .r-tabs-accordion-title {
  display: none;
}

.r-tabs .r-tabs-panel.r-tabs-state-active {
  display: block;
}

.r-tabs-accordion-title > a {
  display: block;
  margin: 1.5em 0 0 0;
  padding: 2em;
  background: #fff;
  box-shadow: 0px 9px 19px 0px rgba(24, 37, 118, 0.23);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
}
.r-tabs-accordion-title > a:before, .r-tabs-accordion-title > a:after {
  content: " ";
  display: table;
}
.r-tabs-accordion-title > a:after {
  clear: both;
}
.r-tabs-accordion-title > a:hover {
  background: #48546f;
  color: #fff;
}

.r-tabs-state-active > a {
  background: #48546f;
  color: #fff;
}

/* Accordion responsive breakpoint */
.r-tabs .r-tabs-nav {
  display: none;
}

.r-tabs .r-tabs-accordion-title {
  display: block;
}
@media print {
  .r-tabs .r-tabs-accordion-title {
    display: none;
  }
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #fff;
  padding: 10px !important;
  color: #444;
  text-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}

.fancybox-opened {
  z-index: 9995;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -40px;
  right: 0;
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  cursor: pointer;
  z-index: 9996;
  color: #fff;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .fancybox-close {
    top: 10px;
    right: 10px;
    color: #48546f;
  }
}
.fancybox-close:active {
  transform: scale(0.9);
}
.fancybox-close:before {
  font-family: 'icomoon' !important;
  content: '\e90e';
  font-size: 20px;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 80px;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 9996 !important;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 52px;
  height: 52px;
  line-height: 52px;
  text-align: center;
  margin-top: -26px;
  cursor: pointer;
  z-index: 8040;
  background: #fff;
  color: #48546f;
}

.fancybox-prev span {
  left: 0;
}

.fancybox-next span {
  right: 0;
}

.fancybox-prev span:before {
  font-family: 'icomoon' !important;
  content: '\e920';
  color: #48546f;
  font-size: 20px;
}

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

.fancybox-next span:before {
  font-family: 'icomoon' !important;
  content: '\e921';
  color: #48546f;
  font-size: 20px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(72, 84, 111, 0.85);
}

.fancybox-overlay-fixed {
  position: fixed;
  z-index: 9991;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: block;
  width: 100%;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  word-wrap: break-word !important;
  position: absolute;
  left: 0;
  right: 0;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-ico_scroll_up:before {
  content: "\e924";
}

.icon-hotline:before {
  content: "\e923";
}

.icon-ico_up:before {
  content: "\e922";
}

.icon-mouse_scroll:before {
  content: "\e91e";
}

.icon-d:before {
  content: "\e900";
}

.icon-bezpecnost:before {
  content: "\e901";
}

.icon-budget:before {
  content: "\e902";
}

.icon-certificates:before {
  content: "\e903";
}

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

.icon-commissioning:before {
  content: "\e905";
}

.icon-complexity:before {
  content: "\e906";
}

.icon-construction:before {
  content: "\e907";
}

.icon-dart-right:before {
  content: "\e908";
}

.icon-detail-rotation:before {
  content: "\e909";
}

.icon-ecology:before {
  content: "\e90a";
}

.icon-economy:before {
  content: "\e90b";
}

.icon-equipment:before {
  content: "\e90c";
}

.icon-ergonomy:before {
  content: "\e90d";
}

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

.icon-filtr-plus:before {
  content: "\e90f";
}

.icon-furniture:before {
  content: "\e910";
}

.icon-gallery:before {
  content: "\e911";
}

.icon-idea:before {
  content: "\e912";
}

.icon-lock:before {
  content: "\e913";
}

.icon-next:before {
  content: "\e914";
}

.icon-production:before {
  content: "\e915";
}

.icon-project:before {
  content: "\e916";
}

.icon-scroll-down:before {
  content: "\e917";
}

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

.icon-servis:before {
  content: "\e919";
}

.icon-variants:before {
  content: "\e91a";
}

.icon-video:before {
  content: "\e91b";
}

.icon-word:before {
  content: "\e91c";
}

.icon-zoom-in:before {
  content: "\e91d";
}

.icon-chevron-left:before {
  content: "\e920";
}

.icon-chevron-right:before {
  content: "\e921";
}

.icon-checkmark:before {
  content: "\e91f";
}

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

/* This is the core CSS of Tooltipster */
/* GENERAL STRUCTURE RULES (do not edit this section) */
.tooltipster-base {
  /* this ensures that a constrained height set by functionPosition,
  if greater that the natural height of the tooltip, will be enforced
  in browsers that support display:flex */
  display: flex;
  pointer-events: none;
  /* this may be overriden in JS for fixed position origins */
  position: absolute;
  font-size: 14px;
  font-size: 1.4rem;
  color: #48546f;
}

.tooltipster-box {
  /* see .tooltipster-base. flex-shrink 1 is only necessary for IE10-
  and flex-basis auto for IE11- (at least) */
  flex: 1 1 auto;
}

.tooltipster-content {
  /* prevents an overflow if the user adds padding to the div */
  box-sizing: border-box;
  /* these make sure we'll be able to detect any overflow */
  max-height: 100%;
  max-width: 100%;
  overflow: auto;
}

.tooltipster-ruler {
  /* these let us test the size of the tooltip without overflowing the window */
  bottom: 0;
  left: 0;
  overflow: hidden;
  position: fixed;
  right: 0;
  top: 0;
  visibility: hidden;
}

/* ANIMATIONS */
/* Open/close animations */
/* fade */
.tooltipster-fade {
  opacity: 0;
  -webkit-transition-property: opacity;
  -moz-transition-property: opacity;
  -o-transition-property: opacity;
  -ms-transition-property: opacity;
  transition-property: opacity;
}

.tooltipster-fade.tooltipster-show {
  opacity: 1;
}

/* grow */
.tooltipster-grow {
  -webkit-transform: scale(0, 0);
  -moz-transform: scale(0, 0);
  -o-transform: scale(0, 0);
  -ms-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
  -webkit-backface-visibility: hidden;
}

.tooltipster-grow.tooltipster-show {
  -webkit-transform: scale(1, 1);
  -moz-transform: scale(1, 1);
  -o-transform: scale(1, 1);
  -ms-transform: scale(1, 1);
  transform: scale(1, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

/* swing */
.tooltipster-swing {
  opacity: 0;
  -webkit-transform: rotateZ(4deg);
  -moz-transform: rotateZ(4deg);
  -o-transform: rotateZ(4deg);
  -ms-transform: rotateZ(4deg);
  transform: rotateZ(4deg);
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform;
  -o-transition-property: -o-transform;
  -ms-transition-property: -ms-transform;
  transition-property: transform;
}

.tooltipster-swing.tooltipster-show {
  opacity: 1;
  -webkit-transform: rotateZ(0deg);
  -moz-transform: rotateZ(0deg);
  -o-transform: rotateZ(0deg);
  -ms-transform: rotateZ(0deg);
  transform: rotateZ(0deg);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 1);
  -webkit-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -moz-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -ms-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  -o-transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
  transition-timing-function: cubic-bezier(0.23, 0.635, 0.495, 2.4);
}

/* fall */
.tooltipster-fall {
  -webkit-transition-property: top;
  -moz-transition-property: top;
  -o-transition-property: top;
  -ms-transition-property: top;
  transition-property: top;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-fall.tooltipster-initial {
  top: 0 !important;
}

.tooltipster-fall.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  top: 0 !important;
  opacity: 0;
}

/* slide */
.tooltipster-slide {
  -webkit-transition-property: left;
  -moz-transition-property: left;
  -o-transition-property: left;
  -ms-transition-property: left;
  transition-property: left;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -ms-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  -o-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.15);
}

.tooltipster-slide.tooltipster-initial {
  left: -40px !important;
}

.tooltipster-slide.tooltipster-dying {
  -webkit-transition-property: all;
  -moz-transition-property: all;
  -o-transition-property: all;
  -ms-transition-property: all;
  transition-property: all;
  left: 0 !important;
  opacity: 0;
}

/* Update animations */
/* We use animations rather than transitions here because
 transition durations may be specified in the style tag due to
 animationDuration, and we try to avoid collisions and the use
 of !important */
/* fade */
@keyframes tooltipster-fading {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.tooltipster-update-fade {
  animation: tooltipster-fading 400ms;
}

/* rotate */
@keyframes tooltipster-rotating {
  25% {
    transform: rotate(-2deg);
  }
  75% {
    transform: rotate(2deg);
  }
  100% {
    transform: rotate(0);
  }
}
.tooltipster-update-rotate {
  animation: tooltipster-rotating 600ms;
}

/* scale */
@keyframes tooltipster-scaling {
  50% {
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
  }
}
.tooltipster-update-scale {
  animation: tooltipster-scaling 600ms;
}

/**
 * DEFAULT STYLE OF THE SIDETIP PLUGIN
 * 
 * All styles are "namespaced" with .tooltipster-sidetip to prevent
 * conflicts between plugins.
 */
/* .tooltipster-box */
.tooltipster-sidetip .tooltipster-box {
  background: #565656;
  border: 2px solid black;
  border-radius: 4px;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-box {
  margin-top: 8px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-box {
  margin-right: 8px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-box {
  margin-left: 8px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-box {
  margin-bottom: 8px;
}

/* .tooltipster-content */
.tooltipster-sidetip .tooltipster-content {
  color: white;
  line-height: 18px;
  padding: 6px 14px;
}

/* .tooltipster-arrow : will keep only the zone of .tooltipster-arrow-uncropped that
corresponds to the arrow we want to display */
.tooltipster-sidetip .tooltipster-arrow {
  overflow: hidden;
  position: absolute;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow {
  height: 10px;
  /* half the width, for centering */
  margin-left: -10px;
  top: 0;
  width: 20px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  right: 0;
  /* top 0 to keep the arrow from overflowing .tooltipster-base when it has not
  been positioned yet */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow {
  height: 20px;
  margin-top: -10px;
  left: 0;
  /* same as .tooltipster-left .tooltipster-arrow */
  top: 0;
  width: 10px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow {
  bottom: 0;
  height: 10px;
  margin-left: -10px;
  width: 20px;
}

/* common rules between .tooltipster-arrow-background and .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-background, .tooltipster-sidetip .tooltipster-arrow-border {
  height: 0;
  position: absolute;
  width: 0;
}

/* .tooltipster-arrow-background */
.tooltipster-sidetip .tooltipster-arrow-background {
  border: 10px solid transparent;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-background {
  border-bottom-color: #565656;
  left: 0px;
  top: 3px;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-background {
  border-left-color: #565656;
  left: -3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-background {
  border-right-color: #565656;
  left: 3px;
  top: 0px;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-background {
  border-top-color: #565656;
  left: 0px;
  top: -3px;
}

/* .tooltipster-arrow-border */
.tooltipster-sidetip .tooltipster-arrow-border {
  border: 10px solid transparent;
  left: 0;
  top: 0;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: black;
}

.tooltipster-sidetip.tooltipster-left .tooltipster-arrow-border {
  border-left-color: black;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-border {
  border-right-color: black;
}

.tooltipster-sidetip.tooltipster-top .tooltipster-arrow-border {
  border-top-color: black;
}

/* tooltipster-arrow-uncropped */
.tooltipster-sidetip .tooltipster-arrow-uncropped {
  position: relative;
}

.tooltipster-sidetip.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -10px;
}

.tooltipster-sidetip.tooltipster-right .tooltipster-arrow-uncropped {
  left: -10px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-box {
  border: none;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0px 14px 30px 0px rgba(185, 192, 220, 0.7);
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-box {
  margin-top: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-box {
  margin-right: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-box {
  margin-left: 6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-box {
  margin-bottom: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-content {
  color: #48546f;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow {
  height: 6px;
  margin-left: -6px;
  width: 12px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow,
.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow {
  height: 12px;
  margin-left: 0;
  margin-top: -6px;
  width: 6px;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-background {
  display: none;
}

.tooltipster-sidetip.tooltipster-shadow .tooltipster-arrow-border {
  border: 6px solid transparent;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-border {
  border-bottom-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-left .tooltipster-arrow-border {
  border-left-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-border {
  border-right-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-top .tooltipster-arrow-border {
  border-top-color: #fff;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-bottom .tooltipster-arrow-uncropped {
  top: -6px;
}

.tooltipster-sidetip.tooltipster-shadow.tooltipster-right .tooltipster-arrow-uncropped {
  left: -6px;
}



.c-side-filter {
  position: absolute;
  z-index: 150;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background: #48546f;
}
@media only screen and (max-width: 911px) {
  .c-side-filter {
    position: static;
  }
}
.c-side-filter__item {
  position: relative;
  display: block;
  width: 100%;
  height: 50%;
  line-height: 100%;
  text-align: center;
  border-bottom: 1px solid #fff;
  background: #48546f;
  color: #fff;
}
@media only screen and (max-width: 911px) {
  .c-side-filter__item {
    background: #fff;
    color: #48546f;
    border-bottom: 1px solid #989fb8;
  }
}
.c-side-filter__item.open .c-cssicon-plus {
  transform: rotate(45deg);
}
@media screen and (min-width: 992px) {
  .c-side-filter__item.open {
    background: #b4b8cd;
  }
}
@media only screen and (max-width: 911px) {
  .c-side-filter__item.open {
    background: #48546f;
    color: #fff;
  }
  .c-side-filter__item.open .c-side-filter__input {
    color: #fff;
    border-bottom: 1px solid #989fb8;
  }
}
.c-side-filter__box {
  position: relative;
}
.c-side-filter__inner {
  padding: 0 80px;
  position: relative;
}
@media only screen and (max-width: 911px) {
  .c-side-filter__inner {
    padding: 0;
  }
}
.c-side-filter__input {
  position: relative;
  text-align: left;
  line-height: 54px;
  height: 54px;
  font-size: 18px;
  font-size: 1.8rem;
  font-family: "VisbyCF-Medium";
  text-transform: uppercase;
  border-bottom: 1px solid #fff;
  text-indent: 20px;
  overflow: hidden;
}
@media only screen and (max-width: 911px) {
  .c-side-filter__input {
    line-height: 66px;
    height: 66px;
    padding: 0 20px;
    text-indent: 0;
  }
}
.c-side-filter__icon {
  position: absolute;
  top: 2px;
  right: 0;
  float: right;
  display: inline-block;
  margin-top: 1px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  margin-left: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  box-shadow: 0 11px 40px 0 rgba(76, 87, 111, 0.27);
}
.c-side-filter__icon:before, .c-side-filter__icon:after {
  content: " ";
  display: table;
}
.c-side-filter__icon:after {
  clear: both;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-side-filter__icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 911px) {
  .c-side-filter__icon {
    position: absolute;
    top: 15px;
    right: 15px;
  }
}
.c-side-filter__list {
  display: none;
  position: absolute;
  z-index: 1000;
  top: 100%;
  left: 0;
  right: 0;
  text-align: left;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
@media only screen and (max-width: 911px) {
  .c-side-filter__list {
    position: static;
  }
}
.c-side-filter__list.open {
  display: block;
}
@media only screen and (max-width: 911px) {
  .c-side-filter__list.open ul {
    background: #48546f;
  }
}
.c-side-filter__list ul {
  padding: 20px 30px 20px 120px;
  list-style-type: none;
  text-transform: uppercase;
  font-size: 16px;
  font-size: 1.6rem;
  background: #b4b8cd;
}
@media only screen and (max-width: 911px) {
  .c-side-filter__list ul {
    padding: 20px 40px;
  }
}
.c-side-filter__list ul li {
  padding: 25px 0;
}

.c-side-search {
  position: absolute;
  z-index: 170;
  left: 0;
  width: 38%;
  height: 33.3333%;
  -webkit-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  top: 66.6666%;
}
@media only screen and (max-width: 911px) {
  .c-side-search {
    position: static;
    width: 100%;
  }
}
.c-side-search.top {
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 20%;
}
.c-side-search.full {
  width: 100%;
}
.c-side-search.full .c-side-search__item {
  background: #989fb8;
  background: -moz-linear-gradient(top, #acb1c7 0%, #969bb5 100%);
  background: -webkit-linear-gradient(top, #acb1c7 0%, #969bb5 100%);
  background: linear-gradient(to bottom, #acb1c7 0%, #969bb5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb1c7', endColorstr='#969bb5',GradientType=0 );
  box-shadow: 0px 10px 70px 0px rgba(65, 75, 102, 0.27);
}
.c-side-search.full .c-side-search__item:hover {
  background: #989fb8;
  background: -moz-linear-gradient(top, #acb1c7 0%, #969bb5 100%);
  background: -webkit-linear-gradient(top, #acb1c7 0%, #969bb5 100%);
  background: linear-gradient(to bottom, #acb1c7 0%, #969bb5 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#acb1c7', endColorstr='#969bb5',GradientType=0 );
}
.c-side-search__item {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  line-height: 100%;
  text-align: center;
  background: #48546f;
  color: #fff;
}
@media only screen and (max-width: 911px) {
  .c-side-search__item {
    position: static;
    background: #fff;
    color: #48546f;
  }
}
.c-side-search__item:last-child {
  border-bottom: none;
}
.c-side-search__item:hover, .c-side-search__item.open {
  background: #989fb8;
}
.c-side-search__item.active {
  background: #989fb8;
}
.c-side-search__input {
  position: relative;
  padding: 0 80px;
}
@media only screen and (max-width: 1240px) {
  .c-side-search__input {
    padding: 0 20px;
  }
}
@media only screen and (max-width: 911px) {
  .c-side-search__input {
    padding: 0;
  }
}
.c-side-search__input__wrapper {
  position: relative;
}
.c-side-search__input__wrapper:before, .c-side-search__input__wrapper:after {
  content: " ";
  display: table;
}
.c-side-search__input__wrapper:after {
  clear: both;
}
.c-side-search__search {
  border-bottom: 1px solid #fff;
}
.c-side-search__search:before, .c-side-search__search:after {
  content: " ";
  display: table;
}
.c-side-search__search:after {
  clear: both;
}
@media only screen and (max-width: 911px) {
  .c-side-search__search {
    border-bottom: none;
  }
}
.c-side-search__search__inner {
  position: relative;
  padding-right: 60px;
}
.c-side-search__search__inner input {
  display: block;
  margin: 10px 0 0 0;
  background: transparent;
  color: #fff;
  border-bottom: none;
}
@media only screen and (max-width: 911px) {
  .c-side-search__search__inner input {
    color: #48546f;
    padding-right: 20px;
  }
}
.c-side-search__search__inner ::-webkit-input-placeholder {
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 911px) {
  .c-side-search__search__inner ::-webkit-input-placeholder {
    color: #48546f;
  }
}
.c-side-search__search__inner :-moz-placeholder {
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 911px) {
  .c-side-search__search__inner :-moz-placeholder {
    color: #48546f;
  }
}
.c-side-search__search__inner ::-moz-placeholder {
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 911px) {
  .c-side-search__search__inner ::-moz-placeholder {
    color: #48546f;
  }
}
.c-side-search__search__inner :-ms-input-placeholder {
  color: #fff;
  text-align: left;
}
@media only screen and (max-width: 911px) {
  .c-side-search__search__inner :-ms-input-placeholder {
    color: #48546f;
  }
}
.c-side-search__icon {
  top: 5px;
  right: 0;
  position: absolute;
  display: inline-block;
  margin-top: 1px;
  width: 41px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  -ms-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #48546f;
  font-size: 16px;
  font-size: 1.6rem;
  box-shadow: 0 11px 40px 0 rgba(76, 87, 111, 0.27);
  cursor: pointer;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-side-search__icon {
    width: 34px;
    height: 34px;
    line-height: 34px;
  }
}
@media only screen and (max-width: 911px) {
  .c-side-search__icon {
    right: 15px;
  }
}
.c-side-search__icon.open > .c-cssicon-plus {
  transform: rotate(45deg);
}
.c-side-search__close {
  display: none;
  position: absolute;
  z-index: 15;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #fff;
  color: #48546f;
  font-size: 16px;
  font-size: 1.6rem;
}
.c-side-search__overlay {
  display: none;
  position: absolute;
  z-index: 165;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(237, 241, 251, 0.8);
}
@media only screen and (max-width: 911px) {
  .c-side-search__overlay {
    display: none !important;
  }
}
.c-side-search__result {
  display: none;
  padding-top: 2em;
  color: #989fb8;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1400px), (max-height: 860px) {
  .c-side-search__result {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 1240px) {
  .c-side-search__result {
    font-size: 14px;
    font-size: 1.4rem;
  }
}