[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start
}

.simplebar-wrapper,
[data-simplebar] {
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit
}

.simplebar-wrapper {
  overflow: hidden
}

.simplebar-mask {
  direction: inherit;
  overflow: hidden;
  width: auto !important;
  height: auto !important;
  z-index: 0
}

.simplebar-mask,
.simplebar-offset {
  position: absolute;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  -webkit-overflow-scrolling: touch
}

.simplebar-content {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  width: auto;
  visibility: visible;
  overflow: scroll;
  max-width: 100%;
  max-height: 100%
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: inherit;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none
}

.simplebar-scrollbar {
  position: absolute;
  right: 2px;
  width: 7px;
  min-height: 10px
}

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: #000;
  border-radius: 7px;
  left: 0;
  right: 0;
  opacity: 0;
  transition: opacity .2s linear
}

.simplebar-track .simplebar-scrollbar.simplebar-visible:before {
  opacity: .5;
  transition: opacity 0s linear
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto
}

[data-simplebar-direction=rtl] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll
}

/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%
}

body {
  margin: 0
}

article,
aside,
footer,
header,
nav,
section {
  display: block
}

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

figcaption,
figure,
main {
  display: block
}

figure {
  margin: 1em 40px
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible
}

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

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted
}

b,
strong {
  font-weight: inherit;
  font-weight: bolder
}

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

dfn {
  font-style: italic
}

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

small {
  font-size: 80%
}

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

sub {
  bottom: -.25em
}

sup {
  top: -.5em
}

audio,
video {
  display: inline-block
}

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

img {
  border-style: none
}

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

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  font-size: 100%;
  line-height: 1.15;
  margin: 0
}

button,
input {
  overflow: visible
}

button,
select {
  text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
  -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText
}

fieldset {
  padding: .35em .75em .625em
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal
}

progress {
  display: inline-block;
  vertical-align: baseline
}

textarea {
  overflow: auto
}

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

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

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px
}

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

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit
}

details,
menu {
  display: block
}

summary {
  display: list-item
}

canvas {
  display: inline-block
}

[hidden],
template {
  display: none
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
  position: relative;
  display: block
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0
}

.slick-list:focus {
  outline: none
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0)
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto
}

.slick-track:after,
.slick-track:before {
  content: "";
  display: table
}

.slick-track:after {
  clear: both
}

.slick-loading .slick-track {
  visibility: hidden
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none
}

[dir=rtl] .slick-slide {
  float: right
}

.slick-slide img {
  display: block
}

.slick-slide.slick-loading img {
  display: none
}

.slick-slide.dragging img {
  pointer-events: none
}

.slick-initialized .slick-slide {
  display: block
}

.slick-loading .slick-slide {
  visibility: hidden
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent
}

.slick-arrow.slick-hidden {
  display: none
}

.mfp-bg {
  z-index: 1042;
  overflow: hidden;
  background: -webkit-gradient(linear, right top, left top, from(#523a38), to(#944e4c));
  background: -webkit-linear-gradient(right, #523a38, #944e4c);
  background: -o-linear-gradient(right, #523a38 0, #944e4c 100%);
  background: linear-gradient(-90deg, #523a38, #944e4c);
  opacity: .8
}

.mfp-bg,
.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: fixed
}

.mfp-wrap {
  z-index: 1043;
  outline: none !important;
  -webkit-backface-visibility: hidden
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mfp-container:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle
}

.mfp-align-top .mfp-container:before {
  display: none
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045
}

.mfp-ajax-holder .mfp-content,
.mfp-inline-holder .mfp-content {
  width: 100%;
  cursor: auto
}

.mfp-ajax-cur {
  cursor: progress
}

.mfp-zoom-out-cur,
.mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -webkit-zoom-out;
  cursor: zoom-out
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
  cursor: auto
}

.mfp-arrow,
.mfp-close,
.mfp-counter,
.mfp-preloader {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.mfp-loading.mfp-figure {
  display: none
}

.mfp-hide {
  display: none !important
}

.mfp-preloader {
  color: #ccc;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -.8em;
  left: 8px;
  right: 8px;
  z-index: 1044
}

.mfp-preloader a {
  color: #ccc
}

.mfp-preloader a:hover {
  color: #fff
}

.mfp-s-error .mfp-content,
.mfp-s-ready .mfp-preloader {
  display: none
}

button.mfp-arrow,
button.mfp-close {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: .65;
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace
}

.mfp-close:focus,
.mfp-close:hover {
  opacity: 1
}

.mfp-close:active {
  top: 1px
}

.mfp-close-btn-in .mfp-close {
  color: #333
}

.mfp-iframe-holder .mfp-close,
.mfp-image-holder .mfp-close {
  color: #fff;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #ccc;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap
}

.mfp-arrow {
  position: absolute;
  opacity: .65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-tap-highlight-color: transparent
}

.mfp-arrow:active {
  margin-top: -54px
}

.mfp-arrow:focus,
.mfp-arrow:hover {
  opacity: 1
}

.mfp-arrow-left {
  background: url("../img/left.svg") no-repeat 50%/25px !important;
  left: 0
}

.mfp-arrow-right {
  background: url("../img/right.svg") no-repeat 50%/25px !important;
  right: 0
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px
}

.mfp-iframe-holder .mfp-close {
  top: -40px
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #000
}

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0;
  margin: 0 auto
}

.mfp-figure,
img.mfp-img {
  line-height: 0
}

.mfp-figure:after {
  content: "";
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  box-shadow: 0 0 8px rgba(0, 0, 0, .6);
  background: #444
}

.mfp-figure small {
  color: #bdbdbd;
  display: block;
  font-size: 12px;
  line-height: 14px
}

.mfp-figure figure {
  margin: 0
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #f3f3f3;
  word-wrap: break-word;
  padding-right: 36px
}

.mfp-image-holder .mfp-content {
  max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer
}

@media screen and (max-height:300px),
screen and (max-width:800px) and (orientation:landscape) {
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, .6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, .6);
    position: fixed;
    text-align: center;
    padding: 0
  }
}

@media (max-width:900px) {
  .mfp-arrow {
    -webkit-transform: scale(.75);
    -ms-transform: scale(.75);
    transform: scale(.75)
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px
  }
}

@font-face {
  font-family: Conv_GaramondPremrPro-Disp;
  src: url("../fonts/GaramondPremrPro-Disp.eot");
  src: local("\263A"), url("../fonts/GaramondPremrPro-Disp.woff") format("woff"), url("../fonts/GaramondPremrPro-Disp.ttf") format("truetype"), url("../fonts/GaramondPremrPro-Disp.svg") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Conv_AkzidenzGroteskPro-Light;
  src: url("../fonts/AkzidenzGroteskPro-Light.eot");
  src: local("\263A"), url("../fonts/AkzidenzGroteskPro-Light.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-Light.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-Light.svg") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Conv_AkzidenzGroteskPro-Regular;
  src: url("../fonts/AkzidenzGroteskPro-Regular.eot");
  src: local("\263A"), url("../fonts/AkzidenzGroteskPro-Regular.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-Regular.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-Regular.svg") format("svg");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: Conv_AkzidenzGroteskPro-Md;
  src: url("../fonts/AkzidenzGroteskPro-Md.eot");
  src: local("\263A"), url("../fonts/AkzidenzGroteskPro-Md.woff") format("woff"), url("../fonts/AkzidenzGroteskPro-Md.ttf") format("truetype"), url("../fonts/AkzidenzGroteskPro-Md.svg") format("svg");
  font-weight: 400;
  font-style: normal
}

@-webkit-keyframes scroll {
  0% {
    top: -100%
  }

  40% {
    top: 0
  }

  90% {
    top: 0
  }

  to {
    top: 100%
  }
}

@keyframes scroll {
  0% {
    top: -100%
  }

  40% {
    top: 0
  }

  90% {
    top: 0
  }

  to {
    top: 100%
  }
}

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

  50% {
    opacity: .6
  }

  to {
    opacity: 1
  }
}

@keyframes opacity {
  0% {
    opacity: 1
  }

  50% {
    opacity: .6
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes line-preload {
  0% {
    left: -100%;
    opacity: .9
  }

  20% {
    left: -100%
  }

  50% {
    opacity: .5
  }

  to {
    left: 100%;
    opacity: .9
  }
}

@keyframes line-preload {
  0% {
    left: -100%;
    opacity: .9
  }

  20% {
    left: -100%
  }

  50% {
    opacity: .5
  }

  to {
    left: 100%;
    opacity: .9
  }
}

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }

  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}

@-webkit-keyframes scale {
  50% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes scale {
  50% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@-webkit-keyframes scale-left {
  50% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@keyframes scale-left {
  50% {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
  }

  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1)
  }
}

@-webkit-keyframes scroll-horizontal {
  0% {
    left: -100%
  }

  30% {
    left: 0
  }

  80% {
    left: 0
  }

  to {
    left: 100%
  }
}

@keyframes scroll-horizontal {
  0% {
    left: -100%
  }

  30% {
    left: 0
  }

  80% {
    left: 0
  }

  to {
    left: 100%
  }
}

@-webkit-keyframes scroll-vertical {
  0% {
    top: -100%
  }

  30% {
    top: 0
  }

  80% {
    top: 0
  }

  to {
    top: 100%
  }
}

@keyframes scroll-vertical {
  0% {
    top: -100%
  }

  30% {
    top: 0
  }

  80% {
    top: 0
  }

  to {
    top: 100%
  }
}

@-webkit-keyframes scale-multiply {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  90% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
  }

  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
  }
}

@keyframes scale-multiply {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1
  }

  90% {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
  }

  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0
  }
}

@-webkit-keyframes opacity-multiply {
  0% {
    opacity: 1
  }

  50% {
    opacity: .9
  }

  to {
    opacity: 1
  }
}

@keyframes opacity-multiply {
  0% {
    opacity: 1
  }

  50% {
    opacity: .9
  }

  to {
    opacity: 1
  }
}

@-webkit-keyframes opacity-pulse {
  0% {
    opacity: 0
  }

  2% {
    opacity: 1
  }

  14% {
    opacity: 1
  }

  16.6666% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

@keyframes opacity-pulse {
  0% {
    opacity: 0
  }

  2% {
    opacity: 1
  }

  14% {
    opacity: 1
  }

  16.6666% {
    opacity: 0
  }

  to {
    opacity: 0
  }
}

header {
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  height: 60px;
  background-color: #000;
  z-index: 100;
  -webkit-box-shadow: 0 3px 6.65px .35px hsla(0, 0%, 40%, .75);
  box-shadow: 0 3px 6.65px .35px hsla(0, 0%, 40%, .75)
}

@media only screen and (min-width:1200px) {
  header {
    width: calc(100% + 10px)
  }
}

header:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  height: 100px;
  background-color: #000
}

header .wrap {
  width: 100%;
  height: 100%;
  max-width: 100%
}

@media only screen and (min-width:1200px) {
  header .wrap {
    padding-left: 50px;
    padding-right: 50px
  }
}

header .container {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr
}

@media only screen and (min-width:760px) {
  header .container {
    grid-template-columns: 1fr 2fr .5fr
  }
}

@media only screen and (min-width:1200px) {
  header .container {
    grid-template-columns: 1fr 2fr 1fr
  }
}

header .container .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff
}

header .container .item:first-child {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

header .container .item:nth-child(3) {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

header .container .item .logo {
  color: #fff;
  font-size: 24px;
  line-height: 24px;
  font-family: Conv_GaramondPremrPro-Disp;
  letter-spacing: 8px;
  text-transform: uppercase
}

@media only screen and (max-width:760px) {
  header .container .item.lang-item {
    display: none
  }
}

header .container .item.lang-item .language-container {
  position: relative;
  cursor: pointer
}

header .container .item.lang-item .language-container:after {
  content: "";
  position: absolute;
  background-color: #fff;
  height: 50%;
  width: 1px;
  right: 0;
  top: 25%;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

header .container .item.lang-item .language-container:hover:after {
  -webkit-transform: scaleY(.05);
  -ms-transform: scaleY(.05);
  transform: scaleY(.05)
}

@media only screen and (max-width:760px) {
  header .container .item.lang-item .language-container {
    display: none
  }
}

header .container .item.lang-item .language-container .checked-lang {
  padding: 5px 20px;
  text-transform: uppercase;
  font-size: 14px;
  overflow: hidden;
  position: relative;
  font-family: Conv_GaramondPremrPro-Disp;
  cursor: pointer;
  display: block;
  height: 100%
}

header .container .item.lang-item .language-container .checked-lang:before {
  content: "";
  position: absolute;
  display: block;
  height: 1px;
  width: 100%;
  background-color: #fff;
  left: 100%;
  top: calc(50% - .5px);
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

header .container .item.lang-item .language-container .checked-lang .language {
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  display: block;
  font-size: 14px;
  line-height: 14px
}

header .container .item.lang-item .language-container .lang-box {
  padding-top: 5px;
  width: 100%;
  left: 0;
  background-color: #000;
  position: absolute;
  top: calc(50% + 1px);
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0;
  z-index: 101
}

header .container .item.lang-item .language-container .lang-box .lang {
  padding: 3px 5px;
  cursor: pointer;
  text-align: center;
  text-transform: uppercase;
  font-size: 14px;
  font-family: Conv_GaramondPremrPro-Disp;
  color: #fff;
  opacity: .7;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  display: block
}

header .container .item.lang-item .language-container .lang-box .lang:first-child {
  padding-top: 6px
}

header .container .item.lang-item .language-container .lang-box .lang:nth-child(4) {
  padding-bottom: 6px
}

header .container .item.lang-item .language-container .lang-box .lang:hover {
  opacity: 1
}

header .container .item.lang-item .language-container.active:after {
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0)
}

header .container .item.lang-item .language-container.active .checked-lang:before {
  left: 0
}

header .container .item.lang-item .language-container.active .checked-lang .language {
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px);
  opacity: 0;
  visibility: hidden
}

header .container .item.lang-item .language-container.active .lang-box {
  visibility: visible;
  opacity: 1
}

header .container .item.menu {
  display: grid;
  grid-template-columns: repeat(5, auto);
  grid-column-gap: 30px
}

@media only screen and (max-width:760px) {
  header .container .item.menu {
    display: none
  }
}

@media only screen and (min-width:1200px) {
  header .container .item.menu {
    grid-column-gap: 45px
  }
}

header .container .item.menu .link {
  white-space: nowrap;
  cursor: pointer;
  font-size: 14px;
  line-height: 14px;
  color: #fff;
  text-transform: uppercase;
  font-family: Conv_AkzidenzGroteskPro-Light;
  letter-spacing: 1px;
  opacity: .8;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

header .container .item.menu .link span {
  display: inline-block;
  margin-left: 1px;
  margin-right: 1px;
  min-width: 4px
}

header .container .item.menu .link:hover {
  opacity: 1
}

header .container .item.menu .link.drop-open {
  position: relative;
  padding-right: 15px
}

header .container .item.menu .link.drop-open:before {
  content: "";
  background-image: url(../img/arrow-down.svg);
  background-size: cover;
  background-position: 50%;
  position: absolute;
  top: calc(50% - 3.5px);
  right: 3.5px;
  height: 7px;
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

header .container .item.menu .link .arrow,
header .container .item.menu .link.drop-open:before {
  display: block;
  width: 7px;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

header .container .item.menu .link .arrow {
  margin-left: 15px
}

header .container .item.menu .link .arrow .fill {
  fill: #fff
}

header .container .item.menu .link.active.drop-open:before {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center;
  -ms-transform-origin: center;
  transform-origin: center
}

.drop-down-components {
  position: absolute;
  top: 100%;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease;
  overflow: hidden;
  z-index: -1;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3)
}

.drop-down-components.active {
  z-index: 90;
  opacity: 1;
  visibility: visible
}

.drop-down-components.active img {
  -webkit-transition: all .1s linear;
  -o-transition: .1s all linear;
  transition: all .1s linear
}

.drop-down-components .wrap .container {
  width: 100%;
  overflow: auto;
  overflow-y: hidden;
  padding-bottom: 30px;
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

@media only screen and (max-width:1200px) {
  .drop-down-components .wrap .container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.drop-down-components .wrap .container .scroll-container {
  min-width: 1100px;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.drop-down-components .wrap .container .scroll-container.has-simplebar {
  padding-bottom: 15px
}

.drop-down-components .wrap .container .scroll-container.has-simplebar .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

.drop-down-components .wrap .container .scroll-container .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.drop-down-components .wrap .container .scroll-container .item .img {
  height: 230px;
  overflow: hidden
}

.drop-down-components .wrap .container .scroll-container .item .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.drop-down-components .wrap .container .scroll-container .item .desc {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  opacity: .8;
  color: #000;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.drop-down-components .wrap .container .scroll-container .item:hover .desc {
  opacity: 1
}

.burger-box {
  -webkit-box-pack: end !important;
  -ms-flex-pack: end !important;
  justify-content: flex-end !important
}

@media only screen and (min-width:760px) {
  .burger-box {
    display: none !important
  }
}

.burger-box .burger-cont {
  width: 60px;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden
}

.burger-box .burger {
  width: 40px;
  height: 15px;
  position: relative
}

.burger-box .burger:before {
  right: 0;
  -webkit-transform: rotate(45deg) translate(170%);
  -ms-transform: rotate(45deg) translate(170%);
  transform: rotate(45deg) translate(170%)
}

.burger-box .burger:after,
.burger-box .burger:before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  top: calc(50% - .5px);
  position: absolute;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.burger-box .burger:after {
  left: 0;
  -webkit-transform: rotate(-45deg) translate(170%);
  -ms-transform: rotate(-45deg) translate(170%);
  transform: rotate(-45deg) translate(170%)
}

.burger-box .burger .line {
  width: 100%;
  height: 1px;
  background-color: #fff;
  display: block;
  right: 0;
  position: absolute;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.burger-box .burger .top {
  width: 30px;
  top: 0;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.burger-box .burger .middle {
  top: calc(50% - .5px);
  -webkit-transition-delay: .3s;
  -o-transition-delay: .3s;
  transition-delay: .3s
}

.burger-box .burger .bottom {
  width: 30px;
  bottom: 0;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.burger-box .burger.active .line {
  width: 105px !important;
  right: 120px
}

.burger-box .burger.active .line .top {
  width: 30px;
  top: 0;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s
}

.burger-box .burger.active .line .middle {
  top: calc(50% - .5px);
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.burger-box .burger.active .line .bottom {
  width: 30px;
  bottom: 0;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.burger-box .burger.active:after {
  -webkit-transform: rotate(-45deg) translate(0) scale(.6);
  -ms-transform: rotate(-45deg) translate(0) scale(.6);
  transform: rotate(-45deg) translate(0) scale(.6)
}

.burger-box .burger.active:after,
.burger-box .burger.active:before {
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.burger-box .burger.active:before {
  -webkit-transform: rotate(45deg) translate(0) scale(.6);
  -ms-transform: rotate(45deg) translate(0) scale(.6);
  transform: rotate(45deg) translate(0) scale(.6)
}

.mobile-menu {
  position: absolute;
  width: 100%;
  top: 60px;
  border-top: 1px solid #353434;
  z-index: 100;
  background: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 30px 15px;
  padding-bottom: 70px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease;
  -webkit-transition-delay: .4s;
  -o-transition-delay: .4s;
  transition-delay: .4s
}

.mobile-menu.active {
  opacity: 1;
  visibility: visible
}

.mobile-menu .lang {
  color: #fff;
  margin-left: 3px;
  margin-right: 3px;
  opacity: .7;
  text-transform: uppercase
}

.mobile-menu .lang.active {
  text-decoration: underline;
  opacity: 1
}

.mobile-menu .menu {
  width: 100%;
  overflow: hidden
}

.mobile-menu .menu .link {
  color: #fff;
  display: block;
  margin-bottom: 14px;
  font-size: 18px;
  font-family: Conv_AkzidenzGroteskPro-Light;
  text-transform: uppercase;
  letter-spacing: 1.5px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.mobile-menu .menu .link .arrow {
  display: block;
  width: 7px;
  margin-left: 15px;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.mobile-menu .menu .link .arrow .fill {
  fill: #fff
}

.mobile-menu .menu .link.drop-open {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px)
}

.mobile-menu .menu .link.active .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.mobile-menu .menu .container {
  width: 100%;
  overflow: auto;
  margin-bottom: 30px;
  padding-bottom: 20px;
  display: none
}

.mobile-menu .menu .container .box-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.mobile-menu .menu .container .box-scroll .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block
}

.mobile-menu .menu .container .box-scroll .item .img {
  width: 120px;
  height: 120px;
  margin-right: 10px
}

.mobile-menu .menu .container .box-scroll .item .img img {
  width: 100%;
  height: 100%
}

.mobile-menu .menu .container .box-scroll.has-simplebar {
  padding-bottom: 15px
}

.mobile-menu .menu .container .box-scroll.has-simplebar .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

.mobile-menu .menu .container .box-scroll.has-simplebar .simplebar-track.simplebar-horizontal {
  bottom: 0;
  height: 2px;
  background-color: hsla(0, 0%, 100%, .3);
  overflow: hidden
}

.mobile-menu .menu .container .box-scroll.has-simplebar .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
  background-color: #fff
}

.mobile-menu .menu .container .box-scroll.has-simplebar .simplebar-track.simplebar-vertical {
  display: none
}

#form-language {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

footer {
  padding-top: 50px;
  padding-bottom: 30px;
  width: 100%;
  position: relative;
  background-color: #000
}

footer .drop-down-components {
  top: auto !important;
  bottom: 100% !important
}

footer .wrap {
  width: 100%;
  max-width: 100%
}

@media only screen and (min-width:1200px) {
  footer .wrap {
    padding-right: 50px;
    padding-left: 50px
  }
}

footer .wrap .container {
  width: 100%;
  display: grid;
  grid-row-gap: 35px;
  grid-template-columns: 1fr
}

@media only screen and (min-width:760px) {
  footer .wrap .container {
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 2fr 1fr
  }
}

footer .wrap .container .item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (max-width:1200px) {
  footer .wrap .container .logo-item {
    grid-column: -1/1
  }
}

@media only screen and (min-width:1200px) {
  footer .wrap .container .logo-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

footer .wrap .container .logo-item .logo {
  color: #fff;
  font-size: 36px;
  line-height: 24px;
  font-family: Conv_GaramondPremrPro-Disp;
  letter-spacing: 8px;
  text-transform: uppercase
}

@media only screen and (min-width:760px) {
  footer .wrap .container .logo-item .logo {
    font-size: 24px
  }
}

@media only screen and (min-width:1200px) {
  footer .wrap .container .logo-item .logo {
    font-size: 24px
  }
}

@media only screen and (min-width:1900px) {
  footer .wrap .container .logo-item .logo {
    font-size: 24px
  }
}

footer .wrap .container .social-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width:1200px) {
  footer .wrap .container .social-item {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

footer .wrap .container .social-item a {
  color: #fff;
  letter-spacing: 1px;
  font-size: 14px;
  font-family: Conv_GaramondPremrPro-Disp;
  opacity: .7;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

footer .wrap .container .social-item a:hover {
  opacity: 1
}

footer .wrap .container .social-item .line {
  width: 7px;
  height: 1px;
  background-color: #fff;
  margin-right: 15px;
  margin-left: 15px;
  opacity: .7;
  display: block
}

@media only screen and (min-width:1200px) {
  footer .wrap .container .copy-item {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

footer .wrap .container .copy-item span {
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  font-family: Conv_AkzidenzGroteskPro-Light;
  opacity: .3
}

@media only screen and (min-width:1200px) {
  footer .wrap .container .design-item {
    grid-column: 2/4;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
  }
}

footer .wrap .container .design-item a,
footer .wrap .container .design-item span {
  font-family: Conv_AkzidenzGroteskPro-Light;
  font-size: 14px;
  color: #fff;
  opacity: .3
}

footer .wrap .container .design-item a {
  margin-left: 5px;
  text-decoration: underline;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

footer .wrap .container .design-item a:hover {
  opacity: 1
}

footer .wrap .container .menu-item {
  width: 100%;
  max-width: 100%;
  display: grid;
  grid-row-gap: 35px;
  margin-top: 20px;
  margin-bottom: 20px
}

@media only screen and (min-width:760px) {
  footer .wrap .container .menu-item {
    grid-template-columns: repeat(6, auto);
    grid-column-gap: 40px
  }
}

@media only screen and (max-width:1200px) {
  footer .wrap .container .menu-item {
    grid-column: -1/1
  }
}

@media only screen and (min-width:1200px) {
  footer .wrap .container .menu-item {
    grid-column-gap: 35px
  }
}

footer .wrap .container .menu-item .link {
  white-space: nowrap;
  cursor: pointer;
  color: #fff;
  display: block;
  font-size: 14px;
  font-family: Conv_AkzidenzGroteskPro-Light;
  text-transform: uppercase;
  letter-spacing: 2px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  opacity: .8
}

footer .wrap .container .menu-item .link:hover {
  opacity: 1
}

footer .wrap .container .menu-item .link .arrow {
  display: block;
  width: 7px;
  margin-left: 15px;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

footer .wrap .container .menu-item .link .arrow .fill {
  fill: #fff
}

@media only screen and (min-width:760px) {
  footer .wrap .container .menu-item .link .arrow {
    margin-left: 5px
  }
}

footer .wrap .container .menu-item .link.drop-open {
  -webkit-transform: translateX(11px);
  -ms-transform: translateX(11px);
  transform: translateX(11px)
}

footer .wrap .container .menu-item .link.active .arrow {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

footer .wrap .container .menu-item .cont {
  max-width: 100%;
  overflow: auto;
  padding-bottom: 20px;
  display: none
}

footer .wrap .container .menu-item .cont .box-scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

footer .wrap .container .menu-item .cont .box-scroll .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: block
}

footer .wrap .container .menu-item .cont .box-scroll .item .img {
  width: 120px;
  height: 120px;
  margin-right: 10px
}

footer .wrap .container .menu-item .cont .box-scroll .item .img img {
  width: 100%;
  height: 100%
}

footer .wrap .container .menu-item .cont.info-mobile {
  margin-bottom: 0;
  padding-bottom: 0
}

footer .wrap .container .menu-item .cont.info-mobile ul {
  width: 200px;
  margin: auto
}

footer .wrap .container .menu-item .cont.info-mobile ul li {
  margin-bottom: 15px
}

footer .wrap .container .menu-item .cont.info-mobile ul li a {
  padding-left: 10px;
  opacity: .8;
  color: #fff;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Conv_AkzidenzGroteskPro-Light
}

.info-cont {
  position: absolute;
  z-index: 99;
  bottom: 100%;
  left: 0;
  padding: 25px 0;
  width: 100%;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease;
  background-color: #fff;
  opacity: 0;
  visibility: hidden
}

.info-cont.active {
  opacity: 1;
  visibility: visible
}

.info-cont .wrap {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.info-cont .wrap .close-components {
  margin: 0;
  top: 8.5px;
  right: 15px
}

.info-cont .wrap a {
  overflow: hidden;
  display: block;
  margin-right: 20px;
  font-size: 14px;
  text-transform: uppercase;
  opacity: .5;
  padding-top: 10px;
  position: relative
}

.info-cont .wrap a,
.info-cont .wrap a:before {
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.info-cont .wrap a:before {
  content: "";
  position: absolute;
  bottom: 0;
  right: 100%;
  width: 100%;
  height: 1px;
  background-color: #000
}

.info-cont .wrap a:hover {
  opacity: 1
}

.info-cont .wrap a:hover:before {
  right: 0
}

footer .scroll-container {
  width: 100%;
  min-width: unset
}

footer .scroll-container,
footer .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

footer .simplebar-content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

footer .simplebar-content>*+* {
  margin: 0 0 0 15px
}

footer .simplebar-content .item {
  min-width: 130px
}

footer .simplebar-content .item .desc {
  text-align: center
}

footer .simplebar-track.simplebar-horizontal {
  bottom: 0;
  height: 4px;
  background-color: hsla(0, 0%, 100%, .3);
  overflow: hidden
}

footer .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
  background-color: #fff
}

.mCustomScrollbar {
  -ms-touch-action: pinch-zoom;
  touch-action: pinch-zoom
}

.mCustomScrollbar.mCS_no_scrollbar,
.mCustomScrollbar.mCS_touch_action {
  -ms-touch-action: auto;
  touch-action: auto
}

.mCustomScrollBox {
  position: relative;
  overflow: hidden;
  height: 100%;
  max-width: 100%;
  outline: 0;
  direction: ltr
}

.mCSB_container {
  overflow: hidden;
  width: auto;
  height: auto
}

.mCSB_inside>.mCSB_container {
  margin-right: 30px
}

.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-left: 30px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-left: 0
}

.mCSB_scrollTools {
  position: absolute;
  width: 16px;
  height: auto;
  left: auto;
  top: 0;
  right: 0;
  bottom: 0;
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_outside+.mCSB_scrollTools {
  right: -26px
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_scrollTools,
.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  right: auto;
  left: 0
}

.mCS-dir-rtl>.mCSB_outside+.mCSB_scrollTools {
  left: -26px
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto
}

.mCSB_scrollTools a+.mCSB_draggerContainer {
  margin: 20px 0
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
  z-index: 1
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  position: relative;
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 16px;
  text-align: center
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 12px
}

.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 8px
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonUp {
  display: block;
  position: absolute;
  height: 20px;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools .mCSB_buttonDown {
  bottom: 0
}

.mCSB_horizontal.mCSB_inside>.mCSB_container {
  margin-right: 0;
  margin-bottom: 30px
}

.mCSB_horizontal.mCSB_outside>.mCSB_container {
  min-height: 100%
}

.mCSB_horizontal>.mCSB_container.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  width: auto;
  height: 16px;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0
}

.mCustomScrollBox+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: -26px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal a+.mCSB_draggerContainer {
  margin: 0 20px
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 30px;
  height: 100%;
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 12px;
  margin: 2px auto
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 8px;
  margin: 4px 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft,
.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  display: block;
  position: absolute;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonLeft {
  left: 0
}

.mCSB_scrollTools.mCSB_scrollTools_horizontal .mCSB_buttonRight {
  right: 0
}

.mCSB_container_wrapper {
  position: absolute;
  height: auto;
  width: auto;
  overflow: hidden;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin-right: 30px;
  margin-bottom: 30px
}

.mCSB_container_wrapper>.mCSB_container {
  padding-right: 30px;
  padding-bottom: 30px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 20px
}

.mCSB_vertical_horizontal>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 20px
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden+.mCSB_scrollTools.mCSB_scrollTools_vertical {
  bottom: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  right: 0
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 20px
}

.mCS-dir-rtl>.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden+.mCSB_scrollTools~.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  left: 0
}

.mCS-dir-rtl>.mCSB_inside>.mCSB_container_wrapper {
  margin-right: 0;
  margin-left: 30px
}

.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden>.mCSB_container {
  padding-right: 0
}

.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden>.mCSB_container {
  padding-bottom: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden {
  margin-right: 0;
  margin-left: 0
}

.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside>.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden {
  margin-bottom: 0
}

.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail {
  -webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  -o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
  transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out
}

.mCS-autoHide>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide>.mCustomScrollBox~.mCSB_scrollTools {
  opacity: 0;
  filter: "alpha(opacity=0)";
  -ms-filter: "alpha(opacity=0)"
}

.mCS-autoHide:hover>.mCustomScrollBox>.mCSB_scrollTools,
.mCS-autoHide:hover>.mCustomScrollBox~.mCSB_scrollTools,
.mCustomScrollbar>.mCustomScrollBox>.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar>.mCustomScrollBox~.mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover>.mCSB_scrollTools,
.mCustomScrollBox:hover~.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)"
}

.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)"
}

.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight,
.mCSB_scrollTools .mCSB_buttonUp {
  background-image: url(mCSB_buttons.png);
  background-repeat: no-repeat;
  opacity: .4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)"
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px
}

.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover,
.mCSB_scrollTools .mCSB_buttonUp:hover {
  opacity: .75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)"
}

.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active,
.mCSB_scrollTools .mCSB_buttonUp:active {
  opacity: .9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)"
}

.mCS-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .75);
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px auto
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px
}

.mCS-light-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 1px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-2.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px
}

.mCS-dark-2.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .1);
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .75);
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0
}

.mCS-dark-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .85)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-light-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .9)
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px
}

.mCS-light-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75);
  border-radius: 2px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px
}

.mCS-dark-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px
}

.mCS-light-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .1)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%
}

.mCS-dark-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-thin.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-thin.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px
}

.mCS-dark-thin.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px
}

.mCS-rounded.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger {
  height: 14px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 14px;
  margin: 0 1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 14px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 14px;
  margin: 1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  width: 16px;
  height: 16px;
  margin: -1px 0
}

.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar {
  height: 16px;
  width: 16px;
  margin: 0 -1px
}

.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded-dark.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-rounded.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 -72px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -92px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -112px
}

.mCS-rounded.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -128px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .15)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px -72px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -92px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -112px
}

.mCS-rounded-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools_vertical .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_vertical .mCSB_draggerRail {
  width: 4px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  background-color: transparent;
  background-position: 50%
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAANElEQVQYV2NkIAAYiVbw//9/Y6DiM1ANJoyMjGdBbLgJQAX/kU0DKgDLkaQAvxW4HEvQFwCRcxIJK1XznAAAAABJRU5ErkJggg==);
  background-repeat: repeat-y;
  opacity: .3;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-rounded-dots-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-rounded-dots.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  height: 4px;
  margin: 6px 0;
  background-repeat: repeat-x
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px -72px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -92px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -112px
}

.mCS-rounded-dots.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -128px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAICAYAAADED76LAAAALElEQVQYV2NkIAAYSVFgDFR8BqrBBEifBbGRTfiPZhpYjiQFBK3A6l6CvgAAE9kGCd1mvgEAAAAASUVORK5CYII=)
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px -72px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -92px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -112px
}

.mCS-rounded-dots-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-y;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
  background-image: -webkit-linear-gradient(left, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
  background-image: -o-linear-gradient(left, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0) 100%);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(0, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(90deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0))
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  background-repeat: repeat-x;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .5)), color-stop(100%, hsla(0, 0%, 100%, 0)));
  background-image: -webkit-linear-gradient(top, hsla(0, 0%, 100%, .5), hsla(0, 0%, 100%, 0));
  background-image: -o-linear-gradient(top, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0) 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, hsla(0, 0%, 100%, .5)), to(hsla(0, 0%, 100%, 0)));
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, .5) 0, hsla(0, 0%, 100%, 0))
}

.mCS-3d-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 70px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 70px
}

.mCS-3d-dark.mCSB_scrollTools,
.mCS-3d.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  border-radius: 16px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools .mCSB_draggerRail {
  width: 8px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .5), inset -1px 0 1px hsla(0, 0%, 100%, .2)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 8px
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 8px;
  margin: 4px 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .5), inset 0 -1px 1px hsla(0, 0%, 100%, .2)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 8px;
  margin: 4px auto
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1);
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1)
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=30)";
  -ms-filter: "alpha(opacity=30)"
}

.mCS-3d-thick-dark.mCSB_scrollTools,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer,
.mCS-3d-thick.mCSB_scrollTools,
.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  border-radius: 7px
}

.mCSB_inside+.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCSB_inside+.mCS-3d-thick.mCSB_scrollTools_vertical {
  right: 1px
}

.mCS-3d-thick-dark.mCSB_scrollTools_vertical,
.mCS-3d-thick.mCSB_scrollTools_vertical {
  -webkit-box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
  box-shadow: inset 1px 0 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal,
.mCS-3d-thick.mCSB_scrollTools_horizontal {
  bottom: 1px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .5)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  border-radius: 5px;
  -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4);
  width: 12px;
  margin: 2px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4);
  height: 12px;
  width: auto
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #555
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #000;
  background-color: rgba(0, 0, 0, .05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-3d-thick.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-3d-thick-dark.mCSB_scrollTools {
  -webkit-box-shadow: inset 0 0 14px rgba(0, 0, 0, .2);
  box-shadow: inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal {
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, .1), inset 0 0 14px rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2);
  box-shadow: inset 1px 0 0 hsla(0, 0%, 100%, .4), inset -1px 0 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  -webkit-box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2);
  box-shadow: inset 0 1px 0 hsla(0, 0%, 100%, .4), inset 0 -1px 0 rgba(0, 0, 0, .2)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #777
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerContainer {
  background-color: #fff;
  background-color: rgba(0, 0, 0, .05);
  -webkit-box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1);
  box-shadow: inset 1px 1px 16px rgba(0, 0, 0, .1)
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-minimal.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-3d-thick-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  right: 0;
  margin: 12px 0
}

.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools+.mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCustomScrollBox.mCS-minimal-dark+.mCSB_scrollTools.mCSB_scrollTools_horizontal {
  bottom: 0;
  margin: 0 12px
}

.mCS-dir-rtl>.mCSB_outside+.mCS-minimal-dark.mCSB_scrollTools_vertical,
.mCS-dir-rtl>.mCSB_outside+.mCS-minimal.mCSB_scrollTools_vertical {
  left: 0;
  right: auto
}

.mCS-minimal-dark.mCSB_scrollTools_vertical .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_vertical .mCSB_dragger {
  height: 50px
}

.mCS-minimal-dark.mCSB_scrollTools_horizontal .mCSB_dragger,
.mCS-minimal.mCSB_scrollTools_horizontal .mCSB_dragger {
  width: 50px
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .2);
  filter: "alpha(opacity=20)";
  -ms-filter: "alpha(opacity=20)"
}

.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-minimal-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .5);
  filter: "alpha(opacity=50)";
  -ms-filter: "alpha(opacity=50)"
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools .mCSB_draggerRail {
  width: 6px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px
}

.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-light-3.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 6px;
  margin: 5px 0
}

.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  width: 12px
}

.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-dark-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded+.mCSB_draggerRail,
.mCS-light-3.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail {
  height: 12px;
  margin: 2px 0
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-light-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-dark-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-dark-3.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools .mCSB_draggerRail {
  width: 12px;
  background-color: #000;
  background-color: rgba(0, 0, 0, .2)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  margin: 3px 5px;
  position: absolute;
  height: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_dragger .mCSB_dragger_bar {
  height: 6px;
  margin: 5px 3px;
  position: absolute;
  width: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0
}

.mCS-inset-2-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-3.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools_horizontal .mCSB_draggerRail,
.mCS-inset.mCSB_scrollTools_horizontal .mCSB_draggerRail {
  width: 100%;
  height: 12px;
  margin: 2px 0
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px -72px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -92px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -112px
}

.mCS-inset-2.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-2-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .1)
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonUp,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px -72px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonDown,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -92px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonLeft,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -112px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_buttonRight,
.mCS-inset-dark.mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -128px
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail,
.mCS-inset-2.mCSB_scrollTools .mCSB_draggerRail {
  background-color: transparent;
  border-color: #fff;
  border: 1px solid hsla(0, 0%, 100%, .2);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.mCS-inset-2-dark.mCSB_scrollTools .mCSB_draggerRail {
  border-color: #000;
  border-color: rgba(0, 0, 0, .2)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .6)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_draggerRail {
  background-color: #000;
  background-color: rgba(0, 0, 0, .6)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .75)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .85)
}

.mCS-inset-3.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #000;
  background-color: rgba(0, 0, 0, .9)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .75)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .85)
}

.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar,
.mCS-inset-3-dark.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar {
  background-color: #fff;
  background-color: hsla(0, 0%, 100%, .9)
}

.main-html {
  background-color: #000
}

.main-html .wrapper {
  opacity: 0
}

.main-section {
  width: 100vw;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.main-section.hide {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%)
}

.main-section .bg-img {
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 0
}

.main-section .wrap {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.main-section .wrap .h1 {
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  font-size: 30px;
  font-family: Conv_GaramondPremrPro-Disp;
  position: relative;
  z-index: 1;
  letter-spacing: 5px
}

.main-section .wrap .h1 span {
  display: inline-block;
  min-width: 15px;
  letter-spacing: 5px;
  min-height: 0
}

@media only screen and (min-width:760px) {
  .main-section .wrap .h1 {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 10px;
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  .main-section .wrap .h1 {
    font-size: 48px
  }
}

@media only screen and (min-width:1900px) {
  .main-section .wrap .h1 {
    font-size: 54px
  }
}

.main-section .wrap .scroll-container {
  width: 40px;
  height: 40px;
  position: absolute;
  bottom: 20px;
  left: calc(50% - 20px);
  cursor: pointer
}

.main-section .wrap .scroll-container .scroll-box {
  width: 2px;
  height: 30px;
  position: absolute;
  top: 5px;
  left: calc(50% - 1px);
  background-color: #000;
  overflow: hidden
}

.main-section .wrap .scroll-container .scroll-box .scroll {
  height: 15px;
  width: 2px;
  position: absolute;
  top: -100%;
  left: 0;
  background-color: #fff;
  -webkit-animation: scroll 2s linear infinite;
  animation: scroll 2s linear infinite
}

html.desktop .main-section {
  width: 100vw;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: fixed;
  top: 0;
  z-index: 10;
  left: 0;
  -webkit-transition: all 1s ease-in-out;
  -o-transition: 1s all ease-in-out;
  transition: all 1s ease-in-out
}

.history-section {
  background-color: #fff;
  width: 100vw
}

.history-section,
.history-section .wrap {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.history-section .wrap {
  height: 100%
}

.history-section .wrap .header-container-components {
  margin: 0
}

.main-html .gallery-section {
  cursor: url(../img/gallery.png), default
}

.gallery-section {
  width: 100vw;
  position: relative;
  background-color: #000;
  background-color: #fff
}

.gallery-section .mouse-move {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  padding-left: 15px;
  padding-right: 15px;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 18px;
  z-index: 2;
  color: #fff;
  text-shadow: 1px 1px 1px rgba(0, 0, 0, .5);
  opacity: 0;
  -webkit-transition: all .7s ease;
  -o-transition: .7s all ease;
  transition: all .7s ease
}

.gallery-section .mouse-move.active {
  opacity: 1;
  -webkit-animation: opacity 1.5s linear infinite;
  animation: opacity 1.5s linear infinite;
  -webkit-animation-delay: .7s;
  animation-delay: .7s
}

.gallery-section .col-item {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative
}

.gallery-section .col-item,
.gallery-section .col-item .pulse-box {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.gallery-section .col-item .pulse-box {
  width: 40px;
  height: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-animation: opacity-pulse 12s linear infinite;
  animation: opacity-pulse 12s linear infinite;
  position: absolute;
  left: calc(50% - 20px);
  opacity: 0;
  display: none
}

.gallery-section .col-item .pulse-box .circle {
  width: 20px;
  height: 20px
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box .circle {
    width: 12px;
    height: 12px
  }
}

.gallery-section .col-item .pulse-box .circle-1 {
  background-color: #fff;
  border-radius: 100%;
  -webkit-animation: opacity-multiply 2s linear infinite;
  animation: opacity-multiply 2s linear infinite;
  position: absolute
}

.gallery-section .col-item .pulse-box .circle-2 {
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 100%;
  position: absolute;
  -webkit-animation: scale-multiply 1s linear infinite;
  animation: scale-multiply 1s linear infinite
}

.gallery-section .col-item .pulse-box.pulse-1 {
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
  top: 15%
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box.pulse-1 {
    left: 15%
  }
}

.gallery-section .col-item .pulse-box.pulse-2 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
  top: 50%
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box.pulse-2 {
    left: 50%
  }
}

.gallery-section .col-item .pulse-box.pulse-3 {
  -webkit-animation-delay: 10s;
  animation-delay: 10s;
  top: 5%
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box.pulse-3 {
    left: 5%
  }
}

.gallery-section .col-item .pulse-box.pulse-4 {
  -webkit-animation-delay: 2s;
  animation-delay: 2s;
  top: 35%
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box.pulse-4 {
    left: 35%
  }
}

.gallery-section .col-item .pulse-box.pulse-5 {
  -webkit-animation-delay: 8s;
  animation-delay: 8s;
  top: 70%
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box.pulse-5 {
    left: 70%
  }
}

.gallery-section .col-item .pulse-box.pulse-6 {
  -webkit-animation-delay: 4s;
  animation-delay: 4s;
  top: 30%
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box.pulse-6 {
    left: 30%
  }
}

@media only screen and (max-width:760px) {
  .gallery-section .col-item .pulse-box {
    top: calc(50% - 20px)
  }
}

.gallery-section .container-full-bg,
.gallery-section .container-full-bg .full-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.gallery-section .container-full-bg .full-bg {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: .9;
  opacity: .1;
  visibility: hidden;
  -webkit-transition: all 1s ease;
  -o-transition: 1s all ease;
  transition: all 1s ease;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.gallery-section .container-full-bg .full-bg.visible {
  -webkit-transition: all 1s ease;
  -o-transition: 1s all ease;
  transition: all 1s ease;
  opacity: 1;
  visibility: visible;
  z-index: 1
}

.gallery-section .container-colls {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 3
}

@media only screen and (max-width:760px) {
  .gallery-section .container-colls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

.gallery-section .container-colls .col-item {
  width: 100%;
  height: 100%
}

html.mobile .gallery-section .mouse-move,
html.tablet .gallery-section .mouse-move {
  display: none
}

html.mobile .gallery-section .pulse-box,
html.tablet .gallery-section .pulse-box {
  display: block
}

.slider-section {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px
}

@media only screen and (min-width:760px) {
  .slider-section {
    padding-top: 100px;
    padding-bottom: 100px
  }
}

.slider-section .container-for-slider {
  margin-bottom: 40px
}

.slider-section .container-for-slider .slider .slide .item {
  outline: none;
  display: block;
  width: 90%;
  margin: auto;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  position: relative;
  overflow: hidden;
  padding-bottom: 20px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.slider-section .container-for-slider .slider .slide .item .img {
  position: relative;
  width: 100%;
  overflow: hidden;
  height: 260px;
  width: 100%px
}

@media only screen and (min-width:760px) {
  .slider-section .container-for-slider .slider .slide .item .img {
    height: 260px
  }
}

@media only screen and (min-width:1200px) {
  .slider-section .container-for-slider .slider .slide .item .img {
    height: 350px
  }
}

@media only screen and (min-width:1900px) {
  .slider-section .container-for-slider .slider .slide .item .img {
    height: 350px
  }
}

@media only screen and (min-width:760px) {
  .slider-section .container-for-slider .slider .slide .item .img {
    width: 260px
  }
}

@media only screen and (min-width:1200px) {
  .slider-section .container-for-slider .slider .slide .item .img {
    width: 350px
  }
}

@media only screen and (min-width:1900px) {
  .slider-section .container-for-slider .slider .slide .item .img {
    width: 350px
  }
}

@media only screen and (min-width:2400px) {
  .slider-section .container-for-slider .slider .slide .item .img {
    height: 550px;
    width: 550px
  }
}

.slider-section .container-for-slider .slider .slide .item .img img {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.slider-section .container-for-slider .slider .slide .item .desc {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 20px;
  height: 44px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto
}

.detail-section {
  width: 100vw;
  background-color: #000;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative
}

.detail-section .bg-img {
  background-attachment: fixed, scroll;
  z-index: 0
}

.detail-section .parallax-window {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  z-index: 0
}

.detail-section .wrap {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  z-index: 1
}

.detail-section .wrap .h1 {
  position: relative;
  z-index: 1;
  text-align: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  font-size: 30px;
  font-family: Conv_GaramondPremrPro-Disp
}

@media only screen and (min-width:760px) {
  .detail-section .wrap .h1 {
    padding-left: 15px;
    padding-right: 15px;
    letter-spacing: 10px;
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  .detail-section .wrap .h1 {
    font-size: 48px
  }
}

@media only screen and (min-width:1900px) {
  .detail-section .wrap .h1 {
    font-size: 54px
  }
}

.form-section {
  padding-top: 80px;
  padding-bottom: 100px
}

@media only screen and (min-width:760px) {
  .form-section {
    padding-top: 100px;
    padding-bottom: 120px
  }
}

@media only screen and (min-width:1200px) {
  .form-section {
    padding-top: 120px;
    padding-bottom: 140px
  }
}

@media only screen and (min-width:1900px) {
  .form-section {
    padding-top: 160px;
    padding-bottom: 180px
  }
}

.form-section .wrap {
  height: auto
}

.form-section .wrap form .input-box {
  margin-bottom: 10px;
  background-color: #ebebeb;
  position: relative
}

.form-section .wrap form .input-box .placeholder {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  text-transform: uppercase;
  opacity: .2;
  line-height: 14px;
  z-index: 0
}

.form-section .wrap form .input {
  border: none;
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 1;
  -webkit-transition: all 1s ease;
  -o-transition: 1s all ease;
  transition: all 1s ease
}

.form-section .wrap form .input::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.form-section .wrap form .input:-ms-input-placeholder,
.form-section .wrap form .input::-ms-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.form-section .wrap form .input::placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.form-section .wrap form .input:focus {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  background-color: transparent
}

.form-section .wrap form .input:focus::-webkit-input-placeholder {
  opacity: 0
}

.form-section .wrap form .input:focus:-ms-input-placeholder,
.form-section .wrap form .input:focus::-ms-input-placeholder {
  opacity: 0
}

.form-section .wrap form .input:focus::placeholder {
  opacity: 0
}

.form-section .wrap form textarea {
  height: 130px;
  resize: none
}

.form-section .wrap form #main-submit {
  display: none
}

.form-section .wrap form .button {
  margin-top: 35px
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  -webkit-tap-highlight-color: transparent
}

html {
  overflow-y: overlay
}

body {
  width: 100vw;
  font-family: Conv_AkzidenzGroteskPro-Regular;
  color: #000;
  font-size: 14px;
  line-height: 1.6;
  position: relative;
  background-color: #000;
  -webkit-text-size-adjust: none;
  -webkit-appearance: none
}

.slick-slide:focus,
.slick-slider:focus {
  outline: none !important
}

.wrapper {
  width: 100%;
  overflow: hidden
}

a {
  text-decoration: none
}

a,
a:active,
a:focus {
  color: inherit
}

ul {
  margin: 0;
  left: 0;
  list-style: none
}

p {
  margin: 0 0 30px
}

input {
  border-radius: 0
}

.wrap {
  width: 100%;
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto
}

@media only screen and (min-width:1900px) {
  .wrap {
    max-width: 1600px
  }
}

.grid {
  display: grid
}

.header {
  font-size: 30px;
  font-family: Conv_GaramondPremrPro-Disp;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  padding: 10px;
  position: relative;
  margin-bottom: 35px
}

@media only screen and (min-width:760px) {
  .header {
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  .header {
    font-size: 42px
  }
}

@media only screen and (min-width:1900px) {
  .header {
    font-size: 48px
  }
}

.header:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 2px;
  left: calc(50% - 35px);
  opacity: .1;
  background-color: #000
}

@media only screen and (min-width:1200px) {
  .header {
    letter-spacing: 7px
  }
}

@media only screen and (min-width:1900px) {
  .header {
    letter-spacing: 10px
  }
}

.input {
  background-color: #ebebeb;
  border: none;
  outline: none;
  padding: 15px 25px;
  width: 100%;
  text-align: center
}

.input::-webkit-input-placeholder {
  color: #000;
  opacity: .3;
  text-transform: uppercase
}

.input:-ms-input-placeholder,
.input::-ms-input-placeholder {
  color: #000;
  opacity: .3;
  text-transform: uppercase
}

.input::placeholder {
  color: #000;
  opacity: .3;
  text-transform: uppercase
}

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.hidden {
  position: relative;
  overflow: hidden
}

.fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9
}

.fixed.static {
  position: static
}

@media only screen and (max-width:760px) {
  .fixed {
    position: static
  }
}

.noscroll {
  width: 100%;
  height: 101vh;
  overflow-y: auto
}

.html-fixed,
.noscroll {
  position: fixed;
  top: 0;
  left: 0
}

.html-fixed {
  z-index: 9
}

.gallery-noscroll {
  overflow-y: hidden
}

body::-webkit-scrollbar {
  width: 5px;
  height: 5px
}

body::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .9);
  border-radius: 10px
}

body::-webkit-scrollbar-thumb {
  background-color: #000
}

#basketItem span {
  color: #fff;
  position: absolute;
  top: 0;
  right: 0
}

.header-container-components {
  width: 100%;
  max-width: 430px;
  margin: auto
}

.header-container-components .header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;
  line-height: 40px;
  font-family: Conv_GaramondPremrPro-Disp;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 5px;
  padding: 10px;
  padding-bottom: 20px;
  position: relative;
  margin-bottom: 35px
}

@media only screen and (min-width:760px) {
  .header-container-components .header {
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  .header-container-components .header {
    font-size: 42px
  }
}

@media only screen and (min-width:1900px) {
  .header-container-components .header {
    font-size: 48px
  }
}

@media only screen and (min-width:760px) {
  .header-container-components .header {
    line-height: 46px
  }
}

@media only screen and (min-width:1200px) {
  .header-container-components .header {
    line-height: 52px
  }
}

@media only screen and (min-width:1900px) {
  .header-container-components .header {
    line-height: 58px
  }
}

.header-container-components .header:before {
  content: "";
  position: absolute;
  bottom: 0;
  width: 70px;
  height: 2px;
  left: calc(50% - 35px);
  opacity: .1;
  background-color: #000
}

@media only screen and (min-width:1200px) {
  .header-container-components .header {
    letter-spacing: 7px
  }
}

@media only screen and (min-width:1900px) {
  .header-container-components .header {
    letter-spacing: 10px
  }
}

.header-container-components .desc {
  text-align: center;
  font-family: Conv_AkzidenzGroteskPro-Light;
  letter-spacing: 1.5px;
  padding-left: 15px;
  padding-right: 15px;
  font-size: 14px;
  margin-bottom: 40px
}

@media only screen and (min-width:760px) {
  .header-container-components .desc {
    font-size: 14px
  }
}

@media only screen and (min-width:1200px) {
  .header-container-components .desc {
    font-size: 14px
  }
}

@media only screen and (min-width:1900px) {
  .header-container-components .desc {
    font-size: 16px
  }
}

.button {
  background-color: #000;
  font-size: 14px;
  padding: 15px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 220px;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease;
  outline: none
}

.button:hover {
  background-color: #fff;
  color: #000 !important
}

.close-components {
  width: 17px;
  height: 17px;
  opacity: .3;
  cursor: pointer;
  margin-top: 15px;
  margin-right: 15px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

@media only screen and (min-width:1200px) {
  .close-components {
    margin-right: 50px
  }
}

.close-components:hover {
  opacity: 1
}

.bg-img {
  position: absolute;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-size: cover;
  background-position: 50%;
  background-repeat: no-repeat
}

.hide_nav {
  opacity: 0
}

.all-pages {
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  background-color: #000;
  opacity: .5
}

.all-pages:hover {
  opacity: 1
}

.all-pages .title {
  font-size: 14px;
  width: 200px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border: 1px solid #fff
}

.all-pages ul {
  position: absolute;
  background-color: #000;
  width: 100%;
  left: 0;
  bottom: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  border: 1px solid #fff;
  border-bottom: none;
  visibility: hidden;
  opacity: 0
}

.all-pages ul.active {
  visibility: visible;
  opacity: 1
}

.all-pages ul li a {
  display: block;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  padding: 10px;
  font-size: 16px
}

.all-pages ul li a:hover {
  color: red
}

.first-section {
  width: 100%;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000
}

.first-section .bg-img {
  width: 100%;
  height: 100%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  opacity: .7;
  background-attachment: fixed
}

.first-section h1 {
  width: 100%
}

.first-section .h1 {
  font-size: 14px;
  text-transform: uppercase;
  font-family: Conv_GaramondPremrPro-Disp;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  letter-spacing: 5px;
  color: #fff;
  z-index: 10;
  text-align: center
}

@media only screen and (min-width:760px) {
  .first-section .h1 {
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  .first-section .h1 {
    font-size: 48px
  }
}

@media only screen and (min-width:1900px) {
  .first-section .h1 {
    font-size: 54px
  }
}

@media only screen and (min-width:1200px) {
  .first-section .h1 {
    margin: 0 auto;
    max-width: 65%
  }
}

.ios .first-section .bg-img {
  background-attachment: inherit
}

.pagination {
  font-size: 14px;
  background-color: #fff;
  padding-bottom: 50px;
  padding-top: 10px
}

.pagination,
.pagination .arrow {
  display: -webkit-box;
  display: -ms-flexbox;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center
}

.pagination .arrow {
  width: 15px;
  height: 15px;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.pagination .arrow:hover {
  opacity: .7
}

.pagination .arrow a {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pagination .arrow-prev {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  margin-right: 20px
}

.pagination .arrow-next {
  margin-left: 20px
}

.pagination ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.pagination ul li {
  margin-left: 7px
}

.pagination ul li,
.pagination ul li a {
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.pagination ul li a {
  display: block;
  width: 20px;
  height: 20px;
  line-height: 14;
  background-color: transparent;
  color: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.pagination ul li.active {
  background-color: #000
}

.pagination ul li.active a {
  color: #fff
}

.pagination ul li:hover {
  background-color: #000;
  opacity: .8
}

.pagination ul li:hover a {
  color: #fff
}

.bread {
  background-color: #fff;
  padding-top: 15px;
  padding-bottom: 15px;
  display: none
}

@media only screen and (min-width:760px) {
  .bread {
    display: block
  }
}

.bread .wrap {
  padding-left: 15px;
  padding-right: 15px;
  max-width: 100%
}

.bread .wrap .breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  overflow-y: hidden
}

.bread .wrap .breadcrumbs li {
  font-family: Conv_AkzidenzGroteskPro-Regular;
  font-size: 12px;
  line-height: 12px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000;
  padding-left: 20px;
  padding-right: 20px;
  position: relative
}

.bread .wrap .breadcrumbs li a {
  -webkit-transition: all .15s ease;
  -o-transition: .15s all ease;
  transition: all .15s ease;
  opacity: .5;
  padding-top: 2px;
  line-height: 12px;
  font-size: 12px;
  display: block
}

.bread .wrap .breadcrumbs li a:hover {
  opacity: 1;
  text-decoration: underline
}

.bread .wrap .breadcrumbs li a:after {
  content: "";
  position: absolute;
  height: 12px;
  width: 1px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  background-color: #000
}

.body-section {
  width: 100%;
  background-color: #fff
}

.drop-down-components .item {
  opacity: 0;
  -webkit-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  transform: translateY(-20px)
}

footer .drop-down-components .item {
  opacity: 0;
  -webkit-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px)
}

.index-page header .container .item.lang-item .language-container .lang-box .lang {
  opacity: 0;
  -webkit-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  transform: translateY(-10px)
}

.main-section .wrap .h1 span {
  opacity: 0;
  -webkit-transform: translateX(130px);
  -ms-transform: translateX(130px);
  transform: translateX(130px)
}

.main-section .bg-img {
  opacity: 0
}

@media only screen and (max-width:760px) {
  .main-section .bg-img {
    opacity: 1
  }
}

header {
  opacity: 0
}

@media only screen and (max-width:760px) {
  header {
    opacity: 1
  }
}

.main-section .wrap .scroll-container {
  opacity: 0
}

.index-page header .container .item.menu .link span {
  opacity: 0;
  -webkit-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px)
}

@media only screen and (min-width:1200px) {

  html.desktop .history-section .wrap .header-container-components,
  html.desktop .slider-section .header-container-components {
    opacity: 0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
  }
}

@media only screen and (min-width:1200px) {
  html.desktop .container-for-slider {
    opacity: 0
  }
}

.detail-section .wrap .h1 span {
  opacity: 0;
  -webkit-transform: translateX(130px);
  -ms-transform: translateX(130px);
  transform: translateX(130px)
}

.detail-section .bg-img {
  opacity: 0
}

.first-section .h1 {
  text-shadow: 1px 1px 2px #000, 0 0 1em #000
}

.first-section .h1 span {
  opacity: 0;
  -webkit-transform: translateX(130px);
  -ms-transform: translateX(130px);
  transform: translateX(130px)
}

.first-section .bg-img {
  opacity: 0
}

@media only screen and (max-width:760px) {
  .first-section .bg-img {
    opacity: 0
  }
}

@media only screen and (max-width:760px) {
  .first-section .h1 {
    letter-spacing: 7px
  }
}

.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1000;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.preloader .bottom,
.preloader .top {
  width: 100% !important;
  bottom: 0;
  left: 0;
  right: 0;
  height: 50%;
  background-color: #fff;
  position: absolute;
  z-index: 0
}

.preloader .top {
  top: 0;
  z-index: 1
}

.preloader .top .left,
.preloader .top .right {
  content: "";
  position: absolute;
  bottom: 0;
  height: 1px;
  right: 50%;
  background-color: #000;
  left: 50%
}

.preloader .title {
  color: #000;
  white-space: nowrap;
  font-size: 24px;
  line-height: 24px;
  font-family: Conv_GaramondPremrPro-Disp;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  -webkit-animation: opacity 1.5s linear infinite;
  animation: opacity 1.5s linear infinite
}

.preloader .line-box .line {
  -webkit-animation: line-preload 1s linear infinite;
  animation: line-preload 1s linear infinite
}

.gallery-container-template {
  position: fixed;
  width: 100vw;
  height: 100vh;
  left: 0;
  top: 0;
  z-index: 1001;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.gallery-container-template .gallery-overflow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .7);
  z-index: 0;
  cursor: url(../img/cansel.png), default
}

.gallery-container-template .gallery {
  width: 100%;
  height: 100%;
  position: relative;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4);
  box-shadow: 0 0 10px 1px rgba(0, 0, 0, .4)
}

@media only screen and (min-width:760px) {
  .gallery-container-template .gallery {
    width: 100%;
    height: 100%
  }
}

.gallery-container-template .gallery .slider {
  width: 100%;
  height: calc(100% - 240px);
  background-color: #fff;
  position: relative;
  overflow: hidden
}

@media only screen and (min-width:1200px) {
  .gallery-container-template .gallery .slider {
    height: calc(100% - 120px)
  }
}

.gallery-container-template .gallery .slider .slick-list,
.gallery-container-template .gallery .slider .slick-list .slick-track {
  height: 100%
}

.gallery-container-template .gallery .slider .slide {
  height: 100%;
  width: 100%;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  overflow: auto;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  align-items: center
}

@media only screen and (min-width:760px) {
  .gallery-container-template .gallery .slider .slide {
    overflow: hidden;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.gallery-container-template .gallery .slider .slide img {
  margin: 0 auto;
  height: auto;
  max-height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain
}

.gallery-container-template .dots {
  position: absolute;
  bottom: 60px;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  left: 15px;
  z-index: 1;
  display: none
}

@media only screen and (min-width:760px) {
  .gallery-container-template .dots {
    display: block
  }
}

@media only screen and (min-width:1200px) {
  .gallery-container-template .dots {
    bottom: 30px;
    left: 50%;
    -webkit-transform: translate(-50%, 50%);
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%)
  }
}

.gallery-container-template .dots ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.gallery-container-template .dots ul li {
  padding: 2px
}

.gallery-container-template .dots ul li button {
  font-size: 0;
  display: block;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background-color: #000;
  opacity: .3;
  margin-left: 10px;
  margin-right: 10px;
  border: none;
  cursor: pointer;
  outline: none;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.gallery-container-template .dots ul li button:hover {
  opacity: .7
}

.gallery-container-template .dots ul .slick-active button {
  opacity: 1
}

.gallery-container-template .arrow-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 120px;
  height: 20px;
  position: absolute;
  bottom: 60px;
  right: 50%;
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%)
}

@media only screen and (min-width:760px) {
  .gallery-container-template .arrow-box {
    right: 40px;
    -webkit-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%)
  }
}

@media only screen and (min-width:1200px) {
  .gallery-container-template .arrow-box {
    bottom: 30px
  }
}

.gallery-container-template .arrow-box .arrow {
  width: 25px;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  opacity: .3;
  cursor: pointer
}

.gallery-container-template .arrow-box .arrow:hover {
  opacity: 1
}

.gallery-container-template .arrow-box .prev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.gallery-container-template .gallery .title {
  z-index: 1;
  top: 30px;
  left: 40px;
  text-transform: uppercase;
  font-size: 16px;
  display: none
}

.gallery-container-template .gallery .close,
.gallery-container-template .gallery .title {
  position: absolute;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: .3
}

.gallery-container-template .gallery .close {
  top: 60px;
  right: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

@media only screen and (min-width:760px) {
  .gallery-container-template .gallery .close {
    right: 40px
  }
}

@media only screen and (min-width:1200px) {
  .gallery-container-template .gallery .close {
    top: 30px
  }
}

.gallery-container-template .gallery .close:hover {
  opacity: 1
}

.gallery-container-template {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.gallery-container-template.active {
  visibility: visible;
  opacity: 1
}

.popup-template {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  z-index: 1001;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent
}

.popup-template .popup-overflow {
  cursor: url(../img/cansel.png), default;
  background-color: rgba(0, 0, 0, .7);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1
}

.popup-template .popup-container {
  width: 430px;
  max-height: 100vh;
  overflow: auto;
  max-width: 90%;
  background-color: #fff;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 7px 1px hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 7px 1px hsla(0, 0%, 100%, .5);
  padding: 20px 40px;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease
}

.popup-template .popup-container form .close {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 15px;
  right: 15px;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  opacity: .5;
  cursor: pointer
}

.popup-template .popup-container form .close:hover {
  opacity: .7
}

.popup-template .popup-container form .input-box {
  margin-bottom: 10px;
  background-color: #ebebeb;
  position: relative
}

.popup-template .popup-container form .input-box .placeholder {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  text-transform: uppercase;
  opacity: .2;
  line-height: 14px;
  z-index: 0
}

.popup-template .popup-container form .input {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 1;
  -webkit-transition: all 1s ease;
  -o-transition: 1s all ease;
  transition: all 1s ease
}

.popup-template .popup-container form .input::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.popup-template .popup-container form .input:-ms-input-placeholder,
.popup-template .popup-container form .input::-ms-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.popup-template .popup-container form .input::placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.popup-template .popup-container form .input:focus {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  background-color: transparent
}

.popup-template .popup-container form .input:focus::-webkit-input-placeholder {
  opacity: 0
}

.popup-template .popup-container form .input:focus:-ms-input-placeholder,
.popup-template .popup-container form .input:focus::-ms-input-placeholder {
  opacity: 0
}

.popup-template .popup-container form .input:focus::placeholder {
  opacity: 0
}

.popup-template .popup-container form textarea {
  height: 130px;
  resize: none
}

.popup-template .popup-container form #main-submit {
  display: none
}

.popup-template .popup-container form .button {
  margin-top: 35px
}

.popup-template {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease
}

.popup-template .popup-container {
  -webkit-transform: translateY(-100px);
  -ms-transform: translateY(-100px);
  transform: translateY(-100px)
}

.popup-template.active {
  opacity: 1;
  visibility: visible
}

.popup-template.active .popup-container {
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0)
}

.cansel-template {
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: inline-block;
  position: relative;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  overflow: hidden
}

.cansel-template .line {
  height: 100%;
  width: 1px;
  position: absolute;
  background-color: rgba(0, 0, 0, .5);
  z-index: 1;
  -webkit-transition: all .15s ease-in;
  -o-transition: .15s all ease-in;
  transition: all .15s ease-in
}

.cansel-template .line.left {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg)
}

.cansel-template .line.left,
.cansel-template .line.right {
  top: 0;
  left: calc(50% - .5px);
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s
}

.cansel-template .line.right {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg)
}

.cansel-template .line.left-top {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  left: -50%
}

.cansel-template .line.left-top,
.cansel-template .line.right-top {
  top: -100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.cansel-template .line.right-top {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 150%
}

.cansel-template:hover .left {
  left: -50%
}

.cansel-template:hover .left,
.cansel-template:hover .right {
  top: 100%;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s
}

.cansel-template:hover .right {
  left: 150%
}

.cansel-template:hover .left-top,
.cansel-template:hover .right-top {
  top: 0;
  left: calc(50% - .5px);
  -webkit-transition-delay: .15s;
  -o-transition-delay: .15s;
  transition-delay: .15s
}

.preloader-short {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 2000
}

.preloader-short .container .title {
  color: #000;
  white-space: nowrap;
  font-size: 24px;
  line-height: 24px;
  font-family: Conv_GaramondPremrPro-Disp;
  letter-spacing: 8px;
  text-transform: uppercase;
  position: relative;
  z-index: 1;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -200%);
  -ms-transform: translate(-50%, -200%);
  transform: translate(-50%, -200%);
  -webkit-animation: opacity 1.5s linear infinite;
  animation: opacity 1.5s linear infinite
}

.preloader-short .container .line-box {
  width: 300px;
  height: 2px;
  position: absolute;
  left: calc(50% - 150px);
  top: calc(50% - .5px);
  overflow: hidden;
  z-index: 5
}

.preloader-short .container .line-box:after {
  content: "";
  position: absolute;
  height: 100%;
  width: 15%;
  right: 0;
  top: 0;
  z-index: 2;
  background: -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff), to(#fff));
  background: -webkit-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 70%, #fff);
  background: -o-linear-gradient(left, hsla(0, 0%, 100%, 0), #fff 70%, #fff);
  background: linear-gradient(90deg, hsla(0, 0%, 100%, 0), #fff 70%, #fff)
}

.preloader-short .container .line-box:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 15%;
  left: 0;
  top: 0;
  z-index: 1;
  background: -webkit-gradient(linear, right top, left top, from(hsla(0, 0%, 100%, 0)), color-stop(70%, #fff), to(#fff));
  background: -webkit-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff 70%, #fff);
  background: -o-linear-gradient(right, hsla(0, 0%, 100%, 0), #fff 70%, #fff);
  background: linear-gradient(270deg, hsla(0, 0%, 100%, 0), #fff 70%, #fff)
}

.preloader-short .container .line-box .line {
  width: 300px;
  position: absolute;
  z-index: 0;
  top: 0;
  height: 1px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-animation: line-preload 1s linear infinite;
  animation: line-preload 1s linear infinite
}

.one-news-page .first-section .h1 {
  margin: 0 auto
}

.one-news-page .fourth-section,
.one-news-page .second-section {
  background-color: #fff;
  padding-top: 90px
}

.one-news-page .fourth-section .wrap .header-container-components,
.one-news-page .second-section .wrap .header-container-components {
  max-width: 720px;
  padding-bottom: 90px
}

.one-news-page .fourth-section .wrap .header-container-components .desc,
.one-news-page .second-section .wrap .header-container-components .desc {
  margin-bottom: 0
}

.one-news-page .fourth-section .wrap .img-section,
.one-news-page .second-section .wrap .img-section {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 150px;
  margin-bottom: 50px
}

@media only screen and (min-width:760px) {

  .one-news-page .fourth-section .wrap .img-section,
  .one-news-page .second-section .wrap .img-section {
    height: 360px
  }
}

@media only screen and (min-width:1200px) {

  .one-news-page .fourth-section .wrap .img-section,
  .one-news-page .second-section .wrap .img-section {
    height: 420px
  }
}

@media only screen and (min-width:1900px) {

  .one-news-page .fourth-section .wrap .img-section,
  .one-news-page .second-section .wrap .img-section {
    height: 600px
  }
}

@media only screen and (min-width:760px) {

  .one-news-page .fourth-section .wrap .img-section,
  .one-news-page .second-section .wrap .img-section {
    margin-bottom: 80px
  }
}

@media only screen and (min-width:1200px) {

  .one-news-page .fourth-section .wrap .img-section,
  .one-news-page .second-section .wrap .img-section {
    margin-bottom: 90px
  }
}

@media only screen and (min-width:1900px) {

  .one-news-page .fourth-section .wrap .img-section,
  .one-news-page .second-section .wrap .img-section {
    margin-bottom: 110px
  }
}

.one-news-page .third-section {
  height: 400px;
  position: relative;
  z-index: 0;
  overflow: hidden
}

@media only screen and (min-width:760px) {
  .one-news-page .third-section {
    height: 700px
  }
}

@media only screen and (min-width:1200px) {
  .one-news-page .third-section {
    height: 750px
  }
}

@media only screen and (min-width:1900px) {
  .one-news-page .third-section {
    height: 750px
  }
}

.one-news-page .gallery-section {
  background-color: #fff;
  padding-bottom: 30px;
  height: auto;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0
}

@media only screen and (min-width:760px) {
  .one-news-page .gallery-section {
    padding-bottom: 50px
  }
}

@media only screen and (min-width:1200px) {
  .one-news-page .gallery-section {
    padding-bottom: 55px
  }
}

@media only screen and (min-width:1900px) {
  .one-news-page .gallery-section {
    padding-bottom: 55px
  }
}

.one-news-page .gallery-section .wrap .header:before {
  display: none
}

.one-news-page .gallery-section .wrap .gallery-popup {
  width: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: visible;
  padding-bottom: 20px
}

.one-news-page .gallery-section .wrap .gallery-popup::-webkit-scrollbar {
  width: 2px;
  height: 2px
}

.one-news-page .gallery-section .wrap .gallery-popup::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1)
}

.one-news-page .gallery-section .wrap .gallery-popup::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .9)
}

@media only screen and (min-width:1200px) {
  .one-news-page .gallery-section .wrap .gallery-popup {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
}

@media only screen and (max-width:1200px) {
  .one-news-page .gallery-section .wrap .gallery-popup {
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
}

.one-news-page .gallery-section .wrap .gallery-popup .item {
  min-width: 250px;
  margin-right: 20px
}

@media only screen and (min-width:760px) {
  .one-news-page .gallery-section .wrap .gallery-popup .item {
    min-width: 300px
  }
}

@media only screen and (min-width:1200px) {
  .one-news-page .gallery-section .wrap .gallery-popup .item {
    min-width: 0;
    margin-right: 0;
    width: 16.66667%;
    padding: 3px
  }
}

.one-news-page .gallery-section .wrap .gallery-popup .item img {
  width: 100%;
  cursor: pointer;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.one-news-page .recommended-section {
  background-color: #fff;
  padding-bottom: 55px;
  padding-top: 30px
}

@media only screen and (min-width:760px) {
  .one-news-page .recommended-section {
    padding-bottom: 60px
  }
}

@media only screen and (min-width:1200px) {
  .one-news-page .recommended-section {
    padding-bottom: 70px
  }
}

@media only screen and (min-width:1900px) {
  .one-news-page .recommended-section {
    padding-bottom: 70px
  }
}

@media only screen and (min-width:760px) {
  .one-news-page .recommended-section {
    padding-top: 50px
  }
}

@media only screen and (min-width:1200px) {
  .one-news-page .recommended-section {
    padding-top: 55px
  }
}

@media only screen and (min-width:1900px) {
  .one-news-page .recommended-section {
    padding-top: 55px
  }
}

.one-news-page .recommended-section .wrap .header:before {
  display: none
}

.one-news-page .recommended-section .wrap .img-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (max-width:1200px) {
  .one-news-page .recommended-section .wrap .img-container {
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    overflow-y: hidden;
    padding-bottom: 20px
  }

  .one-news-page .recommended-section .wrap .img-container::-webkit-scrollbar {
    width: 2px;
    height: 2px
  }

  .one-news-page .recommended-section .wrap .img-container::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, .1)
  }

  .one-news-page .recommended-section .wrap .img-container::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, .9)
  }
}

.one-news-page .recommended-section .wrap .img-container .item {
  min-width: 250px;
  width: 32%;
  margin-right: 40px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.one-news-page .recommended-section .wrap .img-container .item:last-child {
  margin-right: 0
}

@media only screen and (min-width:760px) {
  .one-news-page .recommended-section .wrap .img-container .item {
    min-width: 350px
  }
}

.one-news-page .recommended-section .wrap .img-container .item .img {
  width: 100%;
  overflow: hidden
}

.one-news-page .recommended-section .wrap .img-container .item .img img {
  height: 100%;
  min-width: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.one-news-page .recommended-section .wrap .img-container .item .desc {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-top: 10px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.one-news-page .contacts-section {
  background-color: #fff;
  padding-bottom: 120px;
  padding-top: 55px
}

@media only screen and (min-width:760px) {
  .one-news-page .contacts-section {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:1200px) {
  .one-news-page .contacts-section {
    padding-bottom: 140px
  }
}

@media only screen and (min-width:1900px) {
  .one-news-page .contacts-section {
    padding-bottom: 140px
  }
}

@media only screen and (min-width:760px) {
  .one-news-page .contacts-section {
    padding-top: 60px
  }
}

@media only screen and (min-width:1200px) {
  .one-news-page .contacts-section {
    padding-top: 70px
  }
}

@media only screen and (min-width:1900px) {
  .one-news-page .contacts-section {
    padding-top: 70px
  }
}

.one-news-page .contacts-section .header-container-components {
  max-width: 650px
}

@media only screen and (min-width:760px) {
  .one-news-page .contacts-section .header-container-components form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.one-news-page .contacts-section .header-container-components form .input-box {
  margin-bottom: 10px;
  background-color: #ebebeb;
  position: relative
}

.one-news-page .contacts-section .header-container-components form .input-box .placeholder {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  text-transform: uppercase;
  opacity: .2;
  line-height: 14px;
  z-index: 0
}

.one-news-page .contacts-section .header-container-components form .input {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 1;
  height: 60px;
  -webkit-transition: all 1s ease;
  -o-transition: 1s all ease;
  transition: all 1s ease
}

@media only screen and (min-width:760px) {
  .one-news-page .contacts-section .header-container-components form .input {
    width: 430px
  }
}

.one-news-page .contacts-section .header-container-components form .input::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.one-news-page .contacts-section .header-container-components form .input:-ms-input-placeholder,
.one-news-page .contacts-section .header-container-components form .input::-ms-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.one-news-page .contacts-section .header-container-components form .input::placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.one-news-page .contacts-section .header-container-components form .input:focus {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  background-color: transparent
}

.one-news-page .contacts-section .header-container-components form .input:focus::-webkit-input-placeholder {
  opacity: 0
}

.one-news-page .contacts-section .header-container-components form .input:focus:-ms-input-placeholder,
.one-news-page .contacts-section .header-container-components form .input:focus::-ms-input-placeholder {
  opacity: 0
}

.one-news-page .contacts-section .header-container-components form .input:focus::placeholder {
  opacity: 0
}

.one-news-page .contacts-section .header-container-components form #news-submit {
  display: none
}

.one-news-page .contacts-section .header-container-components form .button {
  margin-top: 30px;
  height: 60px
}

@media only screen and (min-width:760px) {
  .one-news-page .contacts-section .header-container-components form .button {
    margin: 0
  }
}

.share-box {
  height: 120px;
  width: 120px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  left: calc(50% - 60px);
  bottom: -60px;
  position: fixed;
  z-index: 99;
  -webkit-box-shadow: 0 0 7px -1px hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 7px -1px hsla(0, 0%, 100%, .5);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.share-box,
.share-box .title {
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.share-box .title {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  color: #fff
}

.share-box .arrow {
  width: 7px;
  height: 7px;
  top: 10px;
  left: 50%;
  -webkit-transform: translateX(-2.5px) rotate(180deg);
  -ms-transform: translateX(-2.5px) rotate(180deg);
  transform: translateX(-2.5px) rotate(180deg);
  transition: all .35s ease
}

.share-box .arrow,
.share-box .socials {
  position: absolute;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease
}

.share-box .socials {
  width: 20px;
  height: 20px;
  border-radius: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all .35s ease;
  background-size: contain;
  -webkit-transition: all .1s ease;
  -o-transition: .1s all ease;
  transition: all .1s ease
}

.share-box .one {
  left: 40px;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px)
}

.share-box .two {
  top: 40px;
  -webkit-transform: translateX(-30px);
  -ms-transform: translateX(-30px);
  transform: translateX(-30px)
}

.share-box .three {
  top: 40px;
  -webkit-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px)
}

.share-box .fourth {
  right: 40px;
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px)
}

.share-box.active {
  width: 240px;
  height: 240px;
  left: calc(50% - 120px);
  bottom: -120px;
  background-color: rgba(0, 0, 0, .9)
}

.share-box.active .socials {
  opacity: .8;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  visibility: visible;
  -webkit-transition-delay: .2s;
  -o-transition-delay: .2s;
  transition-delay: .2s
}

.share-box.active .arrow {
  -webkit-transform: translateX(-2.5px);
  -ms-transform: translateX(-2.5px);
  transform: translateX(-2.5px)
}

.one-news-page .gallery-container-template .gallery .slider .slide img {
  margin: 0 auto;
  width: auto;
  max-width: 100%;
  height: 100%;
  -o-object-fit: unset;
  object-fit: unset
}

.news-page .catalog-section {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #fff
}

@media only screen and (min-width:760px) {
  .news-page .catalog-section {
    padding-top: 60px
  }
}

@media only screen and (min-width:1200px) {
  .news-page .catalog-section {
    padding-top: 80px
  }
}

@media only screen and (min-width:1900px) {
  .news-page .catalog-section {
    padding-top: 80px
  }
}

@media only screen and (min-width:760px) {
  .news-page .catalog-section {
    padding-bottom: 40px
  }
}

@media only screen and (min-width:1200px) {
  .news-page .catalog-section {
    padding-bottom: 40px
  }
}

@media only screen and (min-width:1900px) {
  .news-page .catalog-section {
    padding-bottom: 40px
  }
}

.news-page .catalog-section .wrap .catalog-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width:760px) {
  .news-page .catalog-section .wrap .catalog-container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.news-page .catalog-section .wrap .catalog-container .item {
  width: 100%;
  margin-bottom: 40px;
  max-width: 400px
}

@media only screen and (min-width:760px) {
  .news-page .catalog-section .wrap .catalog-container .item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    max-width: 100%
  }
}

@media only screen and (min-width:1200px) {
  .news-page .catalog-section .wrap .catalog-container .item {
    width: calc(33.33333% - 40px);
    margin-left: 20px;
    margin-right: 20px
  }
}

.news-page .catalog-section .wrap .catalog-container .item .img {
  width: 100%;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  overflow: hidden
}

.news-page .catalog-section .wrap .catalog-container .item .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.news-page .catalog-section .wrap .catalog-container .item .desc {
  -webkit-transform: translateZ(200px);
  transform: translateZ(200px);
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-top: 10px;
  height: 44px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.news-page .contacts-section {
  background-color: #fff;
  padding-bottom: 120px;
  padding-top: 55px
}

@media only screen and (min-width:760px) {
  .news-page .contacts-section {
    padding-bottom: 100px
  }
}

@media only screen and (min-width:1200px) {
  .news-page .contacts-section {
    padding-bottom: 140px
  }
}

@media only screen and (min-width:1900px) {
  .news-page .contacts-section {
    padding-bottom: 140px
  }
}

@media only screen and (min-width:760px) {
  .news-page .contacts-section {
    padding-top: 60px
  }
}

@media only screen and (min-width:1200px) {
  .news-page .contacts-section {
    padding-top: 70px
  }
}

@media only screen and (min-width:1900px) {
  .news-page .contacts-section {
    padding-top: 70px
  }
}

.news-page .contacts-section .header-container-components {
  max-width: 650px
}

@media only screen and (min-width:760px) {
  .news-page .contacts-section .header-container-components form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }
}

.news-page .contacts-section .header-container-components form .input-box {
  margin-bottom: 10px;
  background-color: #ebebeb;
  position: relative
}

.news-page .contacts-section .header-container-components form .input-box .placeholder {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  text-transform: uppercase;
  opacity: .2;
  line-height: 14px;
  z-index: 0
}

.news-page .contacts-section .header-container-components form .input {
  position: relative;
  padding-left: 100px;
  padding-right: 100px;
  z-index: 1;
  height: 60px;
  -webkit-transition: all 1s ease;
  -o-transition: 1s all ease;
  transition: all 1s ease
}

@media only screen and (min-width:760px) {
  .news-page .contacts-section .header-container-components form .input {
    width: 430px
  }
}

.news-page .contacts-section .header-container-components form .input::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.news-page .contacts-section .header-container-components form .input:-ms-input-placeholder,
.news-page .contacts-section .header-container-components form .input::-ms-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.news-page .contacts-section .header-container-components form .input::placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.news-page .contacts-section .header-container-components form .input:focus {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  background-color: transparent
}

.news-page .contacts-section .header-container-components form .input:focus::-webkit-input-placeholder {
  opacity: 0
}

.news-page .contacts-section .header-container-components form .input:focus:-ms-input-placeholder,
.news-page .contacts-section .header-container-components form .input:focus::-ms-input-placeholder {
  opacity: 0
}

.news-page .contacts-section .header-container-components form .input:focus::placeholder {
  opacity: 0
}

.news-page .contacts-section .header-container-components form #news2-submit {
  display: none
}

.news-page .contacts-section .header-container-components form .button {
  margin-top: 30px;
  height: 60px
}

@media only screen and (min-width:760px) {
  .news-page .contacts-section .header-container-components form .button {
    margin: 0
  }
}

.about-page .second-section {
  padding-top: 40px;
  padding-bottom: 130px;
  position: relative
}

@media only screen and (min-width:760px) {
  .about-page .second-section {
    padding-top: 60px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .second-section {
    padding-top: 80px
  }
}

@media only screen and (min-width:1900px) {
  .about-page .second-section {
    padding-top: 100px
  }
}

@media only screen and (min-width:760px) {
  .about-page .second-section {
    padding-bottom: 130px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .second-section {
    padding-bottom: 140px
  }
}

@media only screen and (min-width:1900px) {
  .about-page .second-section {
    padding-bottom: 150px
  }
}

.about-page .second-section .circle-animation {
  margin: 0 auto;
  -webkit-animation: rotate 25s linear infinite;
  animation: rotate 25s linear infinite
}

@media only screen and (min-width:760px) {
  .about-page .second-section .circle-animation {
    left: calc(50% - 93px)
  }
}

.about-page .second-section .circle-animation img {
  width: 130px;
  height: 130px
}

@media only screen and (min-width:760px) {
  .about-page .second-section .circle-animation {
    bottom: -20px
  }

  .about-page .second-section .circle-animation img {
    width: 186px;
    height: 186px
  }
}

.about-page .second-section .wrap {
  grid-template-columns: 1fr;
  grid-gap: 40px;
  position: relative
}

@media only screen and (min-width:760px) {
  .about-page .second-section .wrap {
    display: grid;
    grid-template-columns: 1.1fr 2fr
  }
}

.about-page .second-section .wrap .item-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

@media only screen and (max-width:760px) {
  .about-page .second-section .wrap .item-img {
    grid-row-start: 1
  }
}

.about-page .second-section .wrap .item-title {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media only screen and (min-width:760px) {
  .about-page .second-section .wrap .item-title {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
}

.about-page .second-section .wrap .item-title .header-container-components {
  margin: 0;
  max-width: 450px
}

@media only screen and (min-width:760px) {
  .about-page .second-section .wrap .item-title .header-container-components {
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px)
  }
}

.about-page .second-section .wrap .item-title .header-container-components .header {
  text-align: left;
  font-size: 24px;
  line-height: 28px;
  max-width: 90%;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: start
}

@media only screen and (min-width:760px) {
  .about-page .second-section .wrap .item-title .header-container-components .header {
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .second-section .wrap .item-title .header-container-components .header {
    font-size: 36px
  }
}

@media only screen and (min-width:1900px) {
  .about-page .second-section .wrap .item-title .header-container-components .header {
    font-size: 36px
  }
}

@media only screen and (min-width:760px) {
  .about-page .second-section .wrap .item-title .header-container-components .header {
    line-height: 40px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .second-section .wrap .item-title .header-container-components .header {
    line-height: 40px
  }
}

@media only screen and (min-width:1900px) {
  .about-page .second-section .wrap .item-title .header-container-components .header {
    line-height: 40px
  }
}

.about-page .second-section .wrap .item-title .header-container-components .header:before {
  left: 10px
}

.about-page .second-section .wrap .item-title .header-container-components .desc {
  margin-bottom: 0;
  text-align: justify
}

.about-page .second-section .wrap .item-title .header-container-components .desc p {
  width: 100%;
  width-word-break: break-all
}

.about-page .second-section .wrap .item-title .header-container-components .show {
  text-transform: uppercase;
  padding: 5px 15px;
  font-size: 14px;
  opacity: .4;
  color: #000;
  position: relative;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.about-page .second-section .wrap .item-title .header-container-components .show:hover {
  opacity: .7
}

.about-page .second-section .wrap .item-title .header-container-components .show:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: calc(100% - 30px);
  height: 1px;
  background-color: #000;
  left: 15px
}

.about-page .third-section {
  padding-top: 20px
}

@media only screen and (min-width:760px) {
  .about-page .third-section {
    padding-top: 30px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .third-section {
    padding-top: 40px
  }
}

@media only screen and (min-width:1900px) {
  .about-page .third-section {
    padding-top: 50px
  }
}

.about-page .third-section .wrap .item {
  width: 100%;
  height: 480px;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover
}

@media only screen and (min-width:760px) {
  .about-page .third-section .wrap .item {
    height: 420px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .third-section .wrap .item {
    height: 420px
  }
}

@media only screen and (min-width:1900px) {
  .about-page .third-section .wrap .item {
    height: 780px
  }
}

.about-page .four-section {
  padding-bottom: 40px
}

@media only screen and (min-width:760px) {
  .about-page .four-section {
    padding-bottom: 60px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .four-section {
    padding-bottom: 80px
  }
}

@media only screen and (min-width:1900px) {
  .about-page .four-section {
    padding-bottom: 100px
  }
}

.about-page .four-section .header-container-components {
  -webkit-transform: translateY(0) !important;
  -ms-transform: translateY(0) !important;
  transform: translateY(0) !important
}

.about-page .four-section .header-container-components .header {
  position: relative
}

.about-page .four-section .header-container-components .header .year {
  position: absolute;
  font-size: 120px;
  opacity: .05;
  font-family: Conv_GaramondPremrPro-Disp;
  top: 10px;
  z-index: 0;
  right: 60%;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

@media only screen and (min-width:760px) {
  .about-page .four-section .header-container-components .header .year {
    right: 42%;
    top: -10px
  }
}

.about-page .last-section {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 40px;
  padding-top: 40px
}

@media only screen and (min-width:760px) {
  .about-page .last-section {
    padding-top: 60px
  }
}

@media only screen and (min-width:1200px) {
  .about-page .last-section {
    padding-top: 80px
  }
}

.images-template-section {
  width: 100vw;
  height: 100vh;
  display: grid;
  grid-template-columns: repeat(10, 1fr);
  grid-template-rows: repeat(10, 1fr);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  display: none
}

.images-template-section img {
  width: 100%;
  height: 100%
}

.carta-page {
  background-color: #fff;
  width: 100%
}

.carta-page .cart-main-section {
  padding-bottom: 40px;
  padding-top: 60px
}

.carta-page .cart-main-section .wrap .container {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 15px;
  padding-bottom: 20px
}

.carta-page .cart-main-section .wrap .container::-webkit-scrollbar {
  width: 2px;
  height: 2px
}

.carta-page .cart-main-section .wrap .container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1)
}

.carta-page .cart-main-section .wrap .container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .9)
}

@media only screen and (min-width:760px) {
  .carta-page .cart-main-section .wrap .container {
    grid-gap: 50px
  }
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container {
    grid-template-columns: 50% 50%;
    grid-gap: 70px
  }
}

@media only screen and (min-width:1600px) {
  .carta-page .cart-main-section .wrap .container {
    grid-gap: 120px
  }
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section {
  width: 100%
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .main-picture {
  height: 400px;
  cursor: pointer
}

@media only screen and (min-width:760px) {
  .carta-page .cart-main-section .wrap .container .carta-gallery-section .main-picture {
    height: 800px
  }
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .carta-gallery-section .main-picture {
    height: 560px
  }
}

@media only screen and (min-width:1900px) {
  .carta-page .cart-main-section .wrap .container .carta-gallery-section .main-picture {
    height: 715px
  }
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .main-picture .img {
  width: 100%;
  position: relative;
  overflow: hidden;
  height: 100%;
  display: block;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1)
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .main-picture .img img {
  display: block;
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease;
  z-index: 0;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .main-picture .img img.active {
  opacity: 1;
  z-index: 1;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .gallery-popup {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .gallery-popup .item {
  width: 16.66667%;
  margin: 5px 2.5px;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .25s ease;
  -o-transition: .25s all ease;
  transition: all .25s ease;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .1)
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .gallery-popup .item:first-child {
  margin-left: 0
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .gallery-popup .item:last-child {
  margin-right: 0
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .gallery-popup .item img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  cursor: pointer;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%)
}

.carta-page .cart-main-section .wrap .container .carta-gallery-section .gallery-popup .item:hover {
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
  box-shadow: 0 0 5px 1px rgba(0, 0, 0, .4);
  -webkit-transform: scale(1.01);
  -ms-transform: scale(1.01);
  transform: scale(1.01)
}

.carta-page .cart-main-section .wrap .container .desc-section {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

@media only screen and (min-width:760px) {
  .carta-page .cart-main-section .wrap .container .desc-section {
    padding-left: 40px;
    padding-right: 40px
  }
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section {
    padding-left: 0;
    padding-right: 10px;
    padding-top: 70px
  }
}

@media only screen and (min-width:1600px) {
  .carta-page .cart-main-section .wrap .container .desc-section {
    padding-top: 120px
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .button {
  margin: 0;
  margin-bottom: 40px
}

.carta-page .cart-main-section .wrap .container .desc-section .title {
  font-family: Conv_GaramondPremrPro-Disp;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 4px;
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:760px) {
  .carta-page .cart-main-section .wrap .container .desc-section .title {
    font-size: 28px
  }
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .title {
    font-size: 28px
  }
}

@media only screen and (min-width:1900px) {
  .carta-page .cart-main-section .wrap .container .desc-section .title {
    font-size: 28px
  }
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .title {
    margin-bottom: 40px
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .title:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #000;
  opacity: .1;
  bottom: 0;
  left: 0
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 1.2px
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .parametres {
    margin-bottom: 50px
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres .articul {
  margin-bottom: 12px
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .parametres .articul {
    margin-bottom: 15px
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres .form-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres .form-group>*+* {
  margin: 12px 0 0
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .parametres .form-group>*+* {
    margin: 15px 0 0
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres .form-group dd {
  text-transform: lowercase
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres .form-group dd span {
  margin-right: 15px;
  display: inline-block;
  position: relative
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres .form-group dd span:last-child:after {
  display: none
}

.carta-page .cart-main-section .wrap .container .desc-section .parametres .form-group dd span:after {
  content: "";
  display: block;
  position: absolute;
  top: 11px;
  right: -11px;
  width: 2px;
  height: 2px;
  background-color: #000;
  border-radius: 50%;
  opacity: .7
}

.carta-page .cart-main-section .wrap .container .desc-section .desc {
  font-family: Conv_AkzidenzGroteskPro-Light;
  font-size: 14px;
  margin-bottom: 20px;
  max-width: 420px;
  padding-right: 20px
}

.carta-page .cart-main-section .wrap .container .desc-section .desc::-webkit-scrollbar {
  width: 2px;
  height: 2px
}

.carta-page .cart-main-section .wrap .container .desc-section .desc::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1)
}

.carta-page .cart-main-section .wrap .container .desc-section .desc::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .9)
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .desc {
    margin-bottom: 30px;
    max-height: 85px;
    overflow: auto;
    -webkit-overflow-scrolling: touch
  }
}

@media only screen and (min-width:1600px) {
  .carta-page .cart-main-section .wrap .container .desc-section .desc {
    max-height: 120px
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .price {
  font-size: 16px;
  margin-bottom: 20px
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .price {
    margin-bottom: 30px
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:760px) {
  .carta-page .cart-main-section .wrap .container .desc-section .other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}

@media only screen and (min-width:1200px) {
  .carta-page .cart-main-section .wrap .container .desc-section .other {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
  }
}

.carta-page .cart-main-section .wrap .container .desc-section .other a {
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 34px;
  color: #000;
  opacity: .3;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.carta-page .cart-main-section .wrap .container .desc-section .other a span {
  position: relative;
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  display: inline-block
}

.carta-page .cart-main-section .wrap .container .desc-section .other a span:before {
  content: "";
  position: absolute;
  bottom: 5px;
  left: -100%;
  background-color: #000;
  width: 100%;
  height: 1px;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.carta-page .cart-main-section .wrap .container .desc-section .other a:hover {
  opacity: 1
}

.carta-page .cart-main-section .wrap .container .desc-section .other a:hover span:before {
  left: 0
}

.carta-page .recommended-section {
  width: 100%;
  padding-bottom: 50px
}

.carta-page .recommended-section .wrap {
  width: 100%
}

.carta-page .recommended-section .wrap .header {
  padding-bottom: 0
}

.carta-page .recommended-section .wrap .header:before {
  display: none
}

.carta-page .recommended-section .wrap .container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 20px
}

@media only screen and (min-width:1200px) {
  .carta-page .recommended-section .wrap .container {
    overflow: visible
  }
}

.carta-page .recommended-section .wrap .container .item {
  width: calc(25% - 25px);
  overflow: hidden;
  min-width: 250px;
  margin-left: 10px;
  margin-right: 10px
}

.carta-page .recommended-section .wrap .container .item:first-child {
  margin-left: 0
}

.carta-page .recommended-section .wrap .container .item:last-child {
  margin-right: 0
}

.carta-page .recommended-section .wrap .container .item .img {
  width: 100%;
  position: relative
}

.carta-page .recommended-section .wrap .container .item .img img {
  height: 100%;
  width: auto;
  -o-object-fit: cover;
  object-fit: cover
}

.carta-page .recommended-section .wrap .container .item .desc {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-top: 10px;
  min-height: 44px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.carta-page .recommended-section .wrap .container .item .price {
  margin-top: 10px;
  display: block;
  color: #000;
  opacity: .3
}

.carta-page .bread {
  margin-top: 60px
}

.catalog-page {
  background-color: #fff
}

.catalog-page .catalog-section {
  padding-top: 50px;
  padding-bottom: 50px
}

.catalog-page .catalog-section .wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.catalog-page .catalog-section .wrap .container .right-page {
  width: 100%
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container {
  width: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item {
  width: 100%;
  margin-bottom: 25px;
  max-width: 400px
}

@media only screen and (min-width:760px) {
  .catalog-page .catalog-section .wrap .container .right-page .catalog-container .item {
    width: calc(50% - 20px);
    margin-left: 10px;
    margin-right: 10px;
    margin-bottom: 40px;
    max-width: 100%
  }
}

@media only screen and (min-width:1200px) {
  .catalog-page .catalog-section .wrap .container .right-page .catalog-container .item {
    width: calc(25% - 20px)
  }
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .img {
  width: 100%;
  overflow: hidden
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: auto
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .desc {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1.1px;
  margin-top: 10px;
  height: 44px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  overflow: auto;
  -webkit-overflow-scrolling: touch
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .price-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

@media only screen and (min-width:1200px) {
  .catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .price-box {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .price-box .price {
  display: block;
  color: #000;
  opacity: .3
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .price-box .sold {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 20px;
  margin-right: 20px;
  display: none
}

.catalog-page .catalog-section .wrap .container .right-page .catalog-container .item .price-box .sold.active {
  display: block
}

.catalog-page .catalog-footer {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background-color: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100
}

@media only screen and (min-width:1200px) {
  .catalog-page .catalog-footer {
    display: none
  }
}

.catalog-page .catalog-footer .toggle {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  opacity: .9
}

.catalog-page .catalog-footer .toggle:hover {
  opacity: 1
}

.catalog-page .catalog-footer .toggle .filter {
  position: relative;
  width: 8px;
  height: 8px;
  text-indent: -9999px
}

.catalog-page .catalog-footer .toggle .filter:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../img/down-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: calc(50% - 4px);
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.catalog-page .catalog-footer .toggle .filter.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.catalog-page .left-page {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 60px);
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 110;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0
}

@media only screen and (min-width:1200px) {
  .catalog-page .left-page {
    width: 240px;
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 0
  }
}

@media only screen and (min-width:1900px) {
  .catalog-page .left-page {
    width: 350px
  }
}

.catalog-page .left-page.active {
  opacity: 1;
  visibility: visible
}

.catalog-page .left-page .filter-container {
  width: 100%;
  height: 100%;
  padding-top: 30px;
  padding-bottom: 30px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width:1200px) {
  .catalog-page .left-page .filter-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 30px
  }
}

.catalog-page .left-page .filter-container .close {
  width: 20px;
  height: 20px;
  position: absolute;
  right: 40px;
  top: 40px;
  z-index: 1
}

@media only screen and (min-width:1200px) {
  .catalog-page .left-page .filter-container .close {
    display: none
  }
}

.catalog-page .left-page .filter-container .filter-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%
}

@media only screen and (min-width:1200px) {
  .catalog-page .left-page .filter-container .filter-box {
    height: auto
  }
}

.catalog-page .left-page .filter-container .filter-box .title {
  font-family: Conv_GaramondPremrPro-Disp;
  font-size: 30px;
  text-transform: uppercase;
  letter-spacing: 7px;
  margin-bottom: 20px
}

@media only screen and (min-width:1200px) {
  .catalog-page .left-page .filter-container .filter-box .title {
    margin-bottom: 40px
  }
}

.catalog-page .left-page .filter-container .filter-box .drop-container {
  padding-right: 10px;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

@media only screen and (min-width:1200px) {
  .catalog-page .left-page .filter-container .filter-box .drop-container {
    overflow: visible;
    max-height: 100%;
    padding-right: 0;
    margin-bottom: 30px
  }
}

.catalog-page .left-page .filter-container .filter-box .drop-container::-webkit-scrollbar {
  width: 2px
}

.catalog-page .left-page .filter-container .filter-box .drop-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1);
  border-radius: 10px
}

.catalog-page .left-page .filter-container .filter-box .drop-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .7)
}

.catalog-page .left-page .filter-container .filter-box .drop-container .list-item {
  width: 100%;
  height: 100%
}

.catalog-page .left-page .filter-container .filter-box .drop-container .list-title {
  cursor: pointer;
  font-size: 16px;
  text-transform: uppercase;
  letter-spacing: 1px;
  position: relative;
  padding-right: 10px;
  margin-bottom: 10px
}

@media only screen and (min-width:1200px) {
  .catalog-page .left-page .filter-container .filter-box .drop-container .list-title {
    margin-bottom: 30px;
    -webkit-transition: all .35s ease;
    -o-transition: .35s all ease;
    transition: all .35s ease
  }

  .catalog-page .left-page .filter-container .filter-box .drop-container .list-title:hover {
    opacity: .9
  }
}

.catalog-page .left-page .filter-container .filter-box .drop-container .list-title:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../img/down.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: calc(50% - 4px);
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.catalog-page .left-page .filter-container .filter-box .drop-container .list-title.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.catalog-page .left-page .filter-container .filter-box .drop-container .drop-box {
  padding-top: 5px;
  padding-bottom: 10px;
  display: none
}

.catalog-page .left-page .filter-container .filter-box .drop-container .drop-box .list-item {
  display: block;
  padding-left: 20px;
  position: relative;
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Conv_AkzidenzGroteskPro-Light;
  opacity: .6;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.catalog-page .left-page .filter-container .filter-box .drop-container .drop-box .list-item:hover {
  opacity: .9
}

.catalog-page .left-page .filter-container .filter-box .drop-container .drop-box .list-item:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../img/close.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  right: 0;
  top: calc(50% - 4px);
  cursor: pointer;
  display: none
}

.catalog-page .left-page .filter-container .filter-box .drop-container .drop-box .list-item.active {
  opacity: 1
}

.catalog-page .left-page .filter-container .filter-box .drop-container .drop-box .list-item.active:after {
  display: block
}

.catalog-page .left-page .filter-container .filter-box .button {
  margin-bottom: 15px;
  width: 100%
}

.catalog-page .left-page .filter-container .filter-box .clear {
  background-color: #fff;
  border: 1px solid #000;
  color: #000 !important
}

.catalog-page .left-page .filter-container .filter-box .clear:hover {
  background-color: #000;
  color: #fff !important
}

.info-page {
  background-color: #fff
}

.info-page .h1 {
  letter-spacing: 10px
}

.info-page .info-section {
  padding-top: 50px;
  padding-bottom: 50px
}

.info-page .info-section .wrap .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.info-page .info-section .wrap .container .right-page {
  width: 100%
}

@media only screen and (min-width:1200px) {
  .info-page .info-section .wrap .container .right-page {
    width: calc(100% - 240px);
    padding-left: 80px
  }
}

.info-page .info-section .wrap .container .right-page .title {
  font-family: Conv_GaramondPremrPro-Disp;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 24px;
  margin-bottom: 30px;
  padding-bottom: 10px;
  position: relative
}

@media only screen and (min-width:760px) {
  .info-page .info-section .wrap .container .right-page .title {
    font-size: 30px
  }
}

@media only screen and (min-width:1200px) {
  .info-page .info-section .wrap .container .right-page .title {
    font-size: 30px
  }
}

@media only screen and (min-width:1900px) {
  .info-page .info-section .wrap .container .right-page .title {
    font-size: 48px
  }
}

.info-page .info-section .wrap .container .right-page .title:after {
  content: "";
  position: absolute;
  width: 70px;
  height: 1px;
  background-color: #000;
  opacity: .1;
  bottom: 0;
  left: 0
}

.info-page .info-section .wrap .container .right-page .content {
  font-size: 14px;
  font-family: Conv_AkzidenzGroteskPro-Light
}

.info-page .info-footer {
  position: fixed;
  width: 100%;
  height: 60px;
  bottom: 0;
  left: 0;
  background-color: #000;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 100;
  -webkit-box-shadow: 0 -3px 6.65px .15px hsla(0, 0%, 40%, .75);
  box-shadow: 0 -3px 6.65px .15px hsla(0, 0%, 40%, .75)
}

@media only screen and (min-width:1200px) {
  .info-page .info-footer {
    display: none
  }
}

.info-page .info-footer .toggle {
  width: 100%;
  height: 100%;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 5px;
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  opacity: .9
}

.info-page .info-footer .toggle:hover {
  opacity: 1
}

.info-page .info-footer .toggle .filter {
  position: relative
}

.info-page .info-footer .toggle .filter:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  background-image: url(../img/down-white.svg);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  right: -20px;
  top: calc(50% - 4px);
  cursor: pointer;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.info-page .info-footer .toggle .filter.active:after {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg)
}

.info-page .left-page {
  position: fixed;
  width: 100vw;
  height: calc(100vh - 60px);
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 110;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  visibility: hidden;
  opacity: 0
}

@media only screen and (min-width:1200px) {
  .info-page .left-page {
    height: auto;
    width: 240px;
    position: relative;
    visibility: visible !important;
    opacity: 1 !important;
    z-index: 0
  }
}

@media only screen and (min-width:1900px) {
  .info-page .left-page {
    width: 350px
  }
}

.info-page .left-page.active {
  opacity: 1;
  visibility: visible
}

.info-page .left-page .filter-container {
  width: 100%;
  height: 100%;
  padding: 30px 15px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:1200px) {
  .info-page .left-page .filter-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 30px
  }
}

.info-page .left-page .filter-container .link-box {
  width: 220px
}

.info-page .left-page .filter-container .link-box .link {
  font-family: Conv_AkzidenzGroteskPro-Regular;
  font-size: 14px;
  color: #000;
  opacity: .6;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease;
  text-transform: uppercase;
  margin-bottom: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
  overflow: hidden;
  display: inline-block
}

.info-page .left-page .filter-container .link-box .link:before {
  content: "";
  position: absolute;
  bottom: 1px;
  left: -100%;
  background-color: #000;
  width: 100%;
  height: 1px;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.info-page .left-page .filter-container .link-box .link:hover {
  opacity: 1
}

.info-page .left-page .filter-container .link-box .link:hover:before {
  left: 0
}

.info-page .left-page .filter-container .link-box .link.active {
  opacity: 1
}

.info-page .left-page .filter-container .link-box .link.active:before {
  display: none
}

.info-page .left-page .filter-container .link-box .link.active:after {
  content: "";
  position: absolute;
  width: 100%;
  background-color: #000;
  height: 1px;
  left: 0;
  bottom: 0
}

.lin .button {
  margin: 0;
  margin-top: 40px
}

.contacts-page .contacts-section {
  -webkit-box-sizing: padding-box;
  box-sizing: padding-box;
  height: 100vh;
  background-color: #fff;
  height: 565px;
  padding-top: 60px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

@media only screen and (min-width:760px) {
  .contacts-page .contacts-section {
    height: 700px
  }
}

@media only screen and (min-width:1200px) {
  .contacts-page .contacts-section {
    height: 565px
  }
}

@media only screen and (min-width:1900px) {
  .contacts-page .contacts-section {
    height: 711px
  }
}

.contacts-page .contacts-section .buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (min-width:1200px) {
  .contacts-page .contacts-section .buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }
}

.contacts-page .contacts-section .buttons>*+* {
  margin: 20px auto 0
}

@media only screen and (min-width:1200px) {
  .contacts-page .contacts-section .buttons>*+* {
    margin: 0 0 0 40px
  }
}

.contacts-page .contacts-section .buttons .btn.light {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 220px;
  display: block;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-transition: all .5s ease;
  -o-transition: .5s all ease;
  transition: all .5s ease;
  outline: none;
  padding: 12px 15px;
  color: #000 !important;
  background-color: #fff
}

.contacts-page .contacts-section .buttons .btn.light:hover {
  background-color: #000;
  color: #fff !important
}

.contacts-page .contacts-section .buttons .btn.light:hover img {
  margin-left: -28px
}

.contacts-page .contacts-section .buttons .btn.light:hover img,
.contacts-page .contacts-section .buttons .btn.light img {
  -webkit-transition: margin-left .3s ease-in-out;
  -o-transition: margin-left .3s ease-in-out;
  transition: margin-left .3s ease-in-out
}

.contacts-page .contacts-section .buttons .btn.light img {
  width: 28px;
  margin-left: 0;
  margin-right: 10px
}

.contacts-page .map-section #map {
  height: 565px;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 6.65px .35px hsla(0, 0%, 40%, .75);
  box-shadow: 0 3px 6.65px .35px hsla(0, 0%, 40%, .75)
}

@media only screen and (min-width:760px) {
  .contacts-page .map-section #map {
    height: 400px
  }
}

@media only screen and (min-width:1200px) {
  .contacts-page .map-section #map {
    height: 400px
  }
}

@media only screen and (min-width:1900px) {
  .contacts-page .map-section #map {
    height: 400px
  }
}

.communication-page {
  background-color: #fff
}

.communication-page .communication-section .wrap {
  min-height: 100vh;
  padding-top: 100px;
  padding-bottom: 100px;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.communication-page .communication-section .wrap form .input-box {
  margin-bottom: 10px;
  background-color: #ebebeb;
  position: relative
}

.communication-page .communication-section .wrap form .input-box .placeholder {
  position: absolute;
  left: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 14px;
  text-transform: uppercase;
  opacity: .2;
  line-height: 14px;
  z-index: 0
}

.communication-page .communication-section .wrap form .input {
  position: relative;
  z-index: 1;
  -webkit-transition: all 1s ease;
  -o-transition: 1s all ease;
  transition: all 1s ease;
  border: none
}

.communication-page .communication-section .wrap form .input::-webkit-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.communication-page .communication-section .wrap form .input:-ms-input-placeholder,
.communication-page .communication-section .wrap form .input::-ms-input-placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.communication-page .communication-section .wrap form .input::placeholder {
  opacity: .5;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

.communication-page .communication-section .wrap form .input:focus {
  -webkit-transition-delay: .5s;
  -o-transition-delay: .5s;
  transition-delay: .5s;
  background-color: transparent
}

.communication-page .communication-section .wrap form .input:focus::-webkit-input-placeholder {
  opacity: 0
}

.communication-page .communication-section .wrap form .input:focus:-ms-input-placeholder,
.communication-page .communication-section .wrap form .input:focus::-ms-input-placeholder {
  opacity: 0
}

.communication-page .communication-section .wrap form .input:focus::placeholder {
  opacity: 0
}

.communication-page .communication-section .wrap form textarea {
  height: 130px;
  resize: none
}

.communication-page .communication-section .wrap form #main-submit {
  display: none
}

.communication-page .communication-section .wrap form .button {
  margin-top: 35px
}

.thank-you-page {
  background-color: #fff
}

.thank-you-page .container {
  height: 100vh;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.error-page {
  background-color: #fff
}

.error-page .container {
  height: 100vh
}

.error-page .container,
.error-page .container .header-container-components {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.error-page .container .header-container-components {
  max-width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.error-page .container .header-container-components .error {
  font-size: 24px;
  font-family: Conv_GaramondPremrPro-Disp;
  opacity: .2
}

.error-page .container .header-container-components .desc {
  max-width: 430px
}

#body-projects {
  height: 100vh;
  overflow: auto;
  overflow-y: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-overflow-scrolling: touch
}

@media only screen and (max-width:760px) {
  #body-projects {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    width: 100vw;
    height: auto
  }
}

@media only screen and (min-width:760px) {
  #body-projects footer {
    display: none
  }
}

#body-projects .container-height {
  height: 520px;
  width: 100%;
  position: relative
}

#body-projects .container-height .img {
  overflow: hidden
}

#body-projects .container-height .img img {
  height: 100%;
  min-width: 100%
}

#body-projects .bg-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-repeat: repeat
}

@media only screen and (max-width:760px) {
  #body-projects .bg-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
}

#body-projects .section {
  overflow: hidden;
  position: relative;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px
}

@media only screen and (max-width:760px) {
  #body-projects .section {
    width: 100vw;
    padding: 30px 0
  }
}

#body-projects .section .gradient-right {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(70%, #000));
  background-image: -webkit-linear-gradient(left, transparent, #000 70%);
  background-image: -o-linear-gradient(left, transparent, #000 70%);
  background-image: linear-gradient(90deg, transparent, #000 70%)
}

@media only screen and (max-width:760px) {
  #body-projects .section .gradient-right {
    display: none
  }
}

#body-projects .section .gradient-left {
  position: absolute;
  width: 100px;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background-image: -webkit-gradient(linear, right top, left top, from(transparent), color-stop(50%, #000));
  background-image: -webkit-linear-gradient(right, transparent, #000 50%);
  background-image: -o-linear-gradient(right, transparent, #000 50%);
  background-image: linear-gradient(270deg, transparent, #000 50%)
}

@media only screen and (max-width:760px) {
  #body-projects .section .gradient-left {
    display: none
  }
}

#body-projects .first-section {
  min-width: calc(100vw + 100px)
}

#body-projects .first-section .bg-img {
  background-attachment: scroll
}

@media only screen and (max-width:760px) {
  #body-projects .first-section {
    min-width: 100vw;
    max-width: 100vw
  }
}

#body-projects .first-section .h1 {
  -webkit-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  transform: translateX(-50px)
}

@media only screen and (max-width:760px) {
  #body-projects .first-section .h1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

#body-projects .first-section .scroll-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 10;
  position: fixed;
  right: 50px;
  bottom: 40px;
  cursor: pointer
}

@media only screen and (max-width:760px) {
  #body-projects .first-section .scroll-box {
    display: none
  }
}

#body-projects .first-section .scroll-box .title {
  color: #fff;
  letter-spacing: 1px
}

#body-projects .first-section .scroll-box .arrow-box {
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 30px;
  margin-left: 10px;
  position: relative;
  overflow: hidden;
  -webkit-animation: opacity 2s linear infinite;
  animation: opacity 2s linear infinite
}

#body-projects .first-section .scroll-box .arrow-box .arrow {
  position: absolute;
  width: 15px;
  height: 15px;
  left: -100%;
  -webkit-animation: scroll-horizontal 2s linear infinite;
  animation: scroll-horizontal 2s linear infinite
}

#body-projects .first-section .scroll-box .arrow-box .arrow .fill {
  fill: #fff
}

#body-projects .second-section {
  min-width: 1000px;
  max-width: 1000px
}

@media only screen and (max-width:760px) {
  #body-projects .second-section {
    min-width: 100vw;
    max-width: 100vw;
    min-height: 70vh
  }
}

@media only screen and (max-width:760px) {
  #body-projects .second-section .container-height {
    min-height: 570px
  }
}

#body-projects .second-section .img {
  position: absolute;
  overflow: hidden
}

#body-projects .second-section .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-width: 100%;
  width: 100%;
}

#body-projects .second-section .first {
  height: 300px;
  width: 200px;
  left: 0;
  top: 0
}

@media only screen and (min-width:760px) {
  #body-projects .second-section .first {
    height: 460px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .second-section .first {
    height: 460px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .second-section .first {
    height: 460px
  }
}

@media only screen and (min-width:760px) {
  #body-projects .second-section .first {
    width: 312px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .second-section .first {
    width: 312px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .second-section .first {
    width: 312px
  }
}

#body-projects .second-section .second {
  height: 175px;
  width: 260px;
  bottom: 0;
  right: 175px
}

@media only screen and (min-width:760px) {
  #body-projects .second-section .second {
    height: 250px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .second-section .second {
    height: 250px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .second-section .second {
    height: 250px
  }
}

@media only screen and (min-width:760px) {
  #body-projects .second-section .second {
    width: 380px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .second-section .second {
    width: 380px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .second-section .second {
    width: 380px
  }
}

@media only screen and (max-width:760px) {
  #body-projects .second-section .second {
    top: 260px;
    right: 0
  }
}

#body-projects .second-section .projects-title {
  letter-spacing: 10px;
  text-transform: uppercase;
  font-family: Conv_GaramondPremrPro-Disp;
  font-size: 24px;
  color: #fff;
  position: absolute;
  right: 0;
  top: 170px
}

@media only screen and (min-width:760px) {
  #body-projects .second-section .projects-title {
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .second-section .projects-title {
    font-size: 36px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .second-section .projects-title {
    font-size: 48px
  }
}

@media only screen and (max-width:760px) {
  #body-projects .second-section .projects-title {
    top: auto;
    bottom: 0;
    letter-spacing: 5px;
    white-space: nowrap;
    width: 100%;
    text-align: center
  }
}

#body-projects .third-section {
  min-width: 1000px;
  max-width: 1000px
}

@media only screen and (max-width:760px) {
  #body-projects .third-section {
    min-width: 100vw;
    max-width: 100vw
  }
}

@media only screen and (max-width:760px) {
  #body-projects .third-section .container-height {
    height: 600px
  }
}

#body-projects .third-section .container-height .img {
  height: 100%;
  width: 180px;
  height: 290px
}

@media only screen and (min-width:760px) {
  #body-projects .third-section .container-height .img {
    width: 350px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .third-section .container-height .img {
    width: 350px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .third-section .container-height .img {
    width: 350px
  }
}

@media only screen and (min-width:760px) {
  #body-projects .third-section .container-height .img {
    height: 550px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .third-section .container-height .img {
    height: 550px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .third-section .container-height .img {
    height: 550px
  }
}

@media only screen and (max-width:760px) {
  #body-projects .third-section .container-height .img {
    top: 0;
    left: 0
  }
}

#body-projects .third-section .container-height .content {
  max-width: 460px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (max-width:760px) {
  #body-projects .third-section .container-height .content {
    right: auto;
    top: 100%;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

#body-projects .third-section .container-height .content .head {
  font-size: 18px;
  font-family: Conv_GaramondPremrPro-Disp;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff
}

@media only screen and (min-width:760px) {
  #body-projects .third-section .container-height .content .head {
    font-size: 18px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .third-section .container-height .content .head {
    font-size: 18px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .third-section .container-height .content .head {
    font-size: 24px
  }
}

#body-projects .third-section .container-height .content .p {
  font-size: 14px;
  font-family: Conv_AkzidenzGroteskPro-Light;
  color: #fff
}

@media only screen and (min-width:760px) {
  #body-projects .third-section .container-height .content .p {
    font-size: 14px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .third-section .container-height .content .p {
    font-size: 14px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .third-section .container-height .content .p {
    font-size: 16px
  }
}

#body-projects .fourth-section {
  min-width: 1240px;
  max-width: 1240px
}

@media only screen and (max-width:760px) {
  #body-projects .fourth-section {
    min-width: 100vw;
    max-width: 100vw
  }
}

@media only screen and (max-width:760px) {
  #body-projects .fourth-section .container-height {
    min-height: 760px
  }
}

#body-projects .fourth-section .container-height .first {
  width: 200px;
  height: 300px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}

@media only screen and (min-width:760px) {
  #body-projects .fourth-section .container-height .first {
    width: 280px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .fourth-section .container-height .first {
    width: 280px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .fourth-section .container-height .first {
    width: 280px
  }
}

@media only screen and (min-width:760px) {
  #body-projects .fourth-section .container-height .first {
    height: 425px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .fourth-section .container-height .first {
    height: 425px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .fourth-section .container-height .first {
    height: 425px
  }
}

#body-projects .fourth-section .container-height .second {
  width: 260px;
  height: 170px;
  position: absolute;
  bottom: 0;
  left: 160px
}

@media only screen and (min-width:760px) {
  #body-projects .fourth-section .container-height .second {
    width: 460px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .fourth-section .container-height .second {
    width: 460px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .fourth-section .container-height .second {
    width: 460px
  }
}

@media only screen and (min-width:760px) {
  #body-projects .fourth-section .container-height .second {
    height: 300px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .fourth-section .container-height .second {
    height: 300px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .fourth-section .container-height .second {
    height: 300px
  }
}

@media only screen and (max-width:760px) {
  #body-projects .fourth-section .container-height .second {
    top: 275px;
    left: auto;
    right: 0;
    bottom: auto
  }
}

#body-projects .fourth-section .container-height .content {
  max-width: 460px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (max-width:760px) {
  #body-projects .fourth-section .container-height .content {
    right: auto;
    top: 100%;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

#body-projects .fourth-section .container-height .content .head {
  font-size: 18px;
  font-family: Conv_GaramondPremrPro-Disp;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff
}

@media only screen and (min-width:760px) {
  #body-projects .fourth-section .container-height .content .head {
    font-size: 18px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .fourth-section .container-height .content .head {
    font-size: 18px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .fourth-section .container-height .content .head {
    font-size: 24px
  }
}

#body-projects .fourth-section .container-height .content .p {
  font-size: 14px;
  font-family: Conv_AkzidenzGroteskPro-Light;
  color: #fff
}

@media only screen and (min-width:760px) {
  #body-projects .fourth-section .container-height .content .p {
    font-size: 14px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .fourth-section .container-height .content .p {
    font-size: 14px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .fourth-section .container-height .content .p {
    font-size: 16px
  }
}

#body-projects .five-section {
  min-width: 1450px;
  max-width: 1450px
}

@media only screen and (max-width:760px) {
  #body-projects .five-section {
    min-width: 100vw;
    max-width: 100vw
  }
}

@media only screen and (max-width:760px) {
  #body-projects .five-section .container-height {
    min-height: 860px
  }
}

#body-projects .five-section .container-height .first {
  width: 200px;
  height: 280px;
  position: absolute;
  top: 110px;
  left: 0;
  z-index: 1
}

@media only screen and (min-width:760px) {
  #body-projects .five-section .container-height .first {
    width: 310px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .five-section .container-height .first {
    width: 310px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .five-section .container-height .first {
    width: 310px
  }
}

@media only screen and (min-width:760px) {
  #body-projects .five-section .container-height .first {
    height: 480px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .five-section .container-height .first {
    height: 480px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .five-section .container-height .first {
    height: 480px
  }
}

@media only screen and (max-width:760px) {
  #body-projects .five-section .container-height .first {
    top: 150px;
    left: 0
  }
}

#body-projects .five-section .container-height .second {
  width: 260px;
  height: 170px;
  position: absolute;
  top: 0;
  left: 290px;
  z-index: 0
}

@media only screen and (min-width:760px) {
  #body-projects .five-section .container-height .second {
    width: 555px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .five-section .container-height .second {
    width: 555px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .five-section .container-height .second {
    width: 555px
  }
}

@media only screen and (min-width:760px) {
  #body-projects .five-section .container-height .second {
    height: 370px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .five-section .container-height .second {
    height: 370px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .five-section .container-height .second {
    height: 370px
  }
}

@media only screen and (max-width:760px) {
  #body-projects .five-section .container-height .second {
    top: 0;
    left: auto;
    right: 0
  }
}

#body-projects .five-section .container-height .content {
  max-width: 460px;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%)
}

@media only screen and (max-width:760px) {
  #body-projects .five-section .container-height .content {
    right: auto;
    top: 100%;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px
  }
}

#body-projects .five-section .container-height .content .head {
  font-size: 18px;
  font-family: Conv_GaramondPremrPro-Disp;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin-bottom: 20px;
  color: #fff
}

@media only screen and (min-width:760px) {
  #body-projects .five-section .container-height .content .head {
    font-size: 18px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .five-section .container-height .content .head {
    font-size: 18px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .five-section .container-height .content .head {
    font-size: 24px
  }
}

#body-projects .five-section .container-height .content .p {
  font-size: 14px;
  font-family: Conv_AkzidenzGroteskPro-Light;
  color: #fff
}

@media only screen and (min-width:760px) {
  #body-projects .five-section .container-height .content .p {
    font-size: 14px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .five-section .container-height .content .p {
    font-size: 14px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .five-section .container-height .content .p {
    font-size: 16px
  }
}

#body-projects .five-section .container-height .content .button {
  border: 1px solid #000;
  background-color: #fff;
  color: #000 !important;
  margin: 0;
  margin-top: 50px
}

@media only screen and (max-width:760px) {
  #body-projects .five-section .container-height .content .button {
    width: 100%
  }
}

#body-projects .five-section .container-height .content .button:hover {
  background-color: transparent;
  color: #fff !important;
  border: 1px solid #fff
}

#body-projects .six-section {
  min-width: 860px;
  max-width: 860px;
  background-color: #000;
  padding-right: 100px
}

@media only screen and (max-width:760px) {
  #body-projects .six-section {
    min-width: 100vw;
    max-width: 100vw;
    display: none
  }
}

#body-projects .six-section .container-height .first {
  width: 100%;
  height: 520px;
  position: absolute;
  top: calc(50% - 260px);
  left: 0;
  z-index: 1
}

#body-projects .last-section {
  min-width: calc(100vw + 100px);
  max-width: calc(100vw + 100px)
}

@media only screen and (max-width:760px) {
  #body-projects .last-section {
    min-width: 100vw;
    max-width: 100vw
  }
}

#body-projects .last-section .bg-img {
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 1 !important;
  z-index: 1
}

#body-projects .last-section .h1 {
  -webkit-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
  z-index: 2;
  font-size: 14px;
  text-transform: uppercase;
  font-family: Conv_GaramondPremrPro-Disp;
  font-size: 24px;
  padding-left: 15px;
  padding-right: 15px;
  position: relative;
  letter-spacing: 5px;
  color: #fff;
  opacity: 1 !important;
  z-index: 10;
  text-align: center
}

@media only screen and (min-width:760px) {
  #body-projects .last-section .h1 {
    font-size: 36px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .last-section .h1 {
    font-size: 48px
  }
}

@media only screen and (min-width:1900px) {
  #body-projects .last-section .h1 {
    font-size: 54px
  }
}

@media only screen and (min-width:1200px) {
  #body-projects .last-section .h1 {
    max-width: 65%
  }
}

@media only screen and (max-width:760px) {
  #body-projects .last-section .h1 {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
  }
}

#body-projects .share-box {
  height: 120px;
  width: 120px;
  background-color: rgba(0, 0, 0, .5);
  border-radius: 100%;
  left: calc(50% - 60px);
  bottom: -60px;
  position: fixed;
  z-index: 110;
  -webkit-box-shadow: 0 0 7px -1px hsla(0, 0%, 100%, .5);
  box-shadow: 0 0 7px -1px hsla(0, 0%, 100%, .5);
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer
}

#body-projects .share-box,
#body-projects .share-box .title {
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

#body-projects .share-box .title {
  -webkit-transform: translateY(-25px);
  -ms-transform: translateY(-25px);
  transform: translateY(-25px);
  color: #fff
}

#body-projects .share-box .arrow {
  position: absolute;
  width: 7px;
  height: 7px;
  top: 10px;
  left: 50%;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: translateX(-2.5px) rotate(180deg);
  -ms-transform: translateX(-2.5px) rotate(180deg);
  transform: translateX(-2.5px) rotate(180deg);
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

#body-projects .share-box.active {
  width: 240px;
  height: 240px;
  left: calc(50% - 120px);
  bottom: -120px;
  background-color: rgba(0, 0, 0, .3)
}

#body-projects .share-box.active .arrow {
  -webkit-transform: translateX(-2.5px);
  -ms-transform: translateX(-2.5px);
  transform: translateX(-2.5px)
}

#body-projects .projects-popup {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0s ease;
  -o-transition: 0s all ease;
  transition: all 0s ease;
  overflow: hidden;
  z-index: 90;
  -webkit-box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3);
  box-shadow: 0 0 4px 1px rgba(0, 0, 0, .3)
}

#body-projects .projects-popup.active {
  opacity: 1;
  visibility: visible
}

#body-projects .projects-popup.active img {
  -webkit-transition: all .1s linear;
  -o-transition: .1s all linear;
  transition: all .1s linear
}

#body-projects .projects-popup .wrap {
  max-width: 100%
}

#body-projects .projects-popup .wrap .container {
  width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  overflow-y: hidden;
  padding-bottom: 30px;
  padding-top: 55px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

#body-projects .projects-popup .wrap .container .scroll-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  width: 100%;
  grid-column-gap: 15px;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: auto;
  padding-bottom: 20px
}

@media only screen and (max-width:1200px) {
  #body-projects .projects-popup .wrap .container .scroll-container {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
}

#body-projects .projects-popup .wrap .container .scroll-container::-webkit-scrollbar {
  width: 2px;
  height: 2px
}

#body-projects .projects-popup .wrap .container .scroll-container::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .1)
}

#body-projects .projects-popup .wrap .container .scroll-container::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: rgba(0, 0, 0, .9)
}

#body-projects .projects-popup .wrap .container .scroll-container .item {
  margin-left: 10px;
  margin-right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 230px;
  min-width: 230px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

#body-projects .projects-popup .wrap .container .scroll-container .item .img {
  height: 230px;
  overflow: hidden
}

#body-projects .projects-popup .wrap .container .scroll-container .item .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

#body-projects .projects-popup .wrap .container .scroll-container .item .desc {
  font-size: 14px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin-top: 10px;
  opacity: .8;
  color: #000;
  -webkit-transition: all .35s ease;
  -o-transition: .35s all ease;
  transition: all .35s ease
}

#body-projects .projects-popup .wrap .container .scroll-container .item:hover .desc {
  opacity: 1
}

.ios #body-projects .scroll-box {
  position: absolute;
  right: 150px
}

body {
  width: 100%;
  overflow: hidden;
  background-color: transparent
}

div {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: block
}

.above-fold {
  position: relative;
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  width: 100%
}

.hero-section {
  z-index: -1
}

.hero-section img {
  position: absolute;
  background-color: #000;
  opacity: 1;
  margin: auto;
  width: 50%;
  left: 25%;
  top: 50px
}

p.photo-credit {
  position: fixed;
  color: #fff;
  bottom: 5px;
  right: 25px;
  text-transform: uppercase
}

p.photo-credit a {
  text-decoration: none;
  color: #fff
}

html {
  overflow-x: hidden;
  width: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content
}

@media only screen and (min-width:720px) {
  html {
    overflow-x: unset
  }
}

body::-webkit-scrollbar,
div::-webkit-scrollbar,
p::-webkit-scrollbar,
ul::-webkit-scrollbar {
  width: 0 !important;
  height: 0 !important;
  background: transparent
}

.box {
  border: none !important
}

.bg-img {
  position: relative;
  overflow: hidden;
  display: block
}

.bg-img img {
  height: 101%;
  width: 101%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -o-object-fit: cover;
  object-fit: cover
}

.drop-down-components {
  display: none
}

.drop-down-components.active {
  display: block
}

.drop-down-components .simplebar-wrapper {
  min-height: 310px
}

.drop-down-components .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch
}

.drop-down-components .simplebar-content>*+* {
  margin: 0 0 0 15px
}

.drop-down-components .simplebar-content .item {
  min-width: 290px
}

.drop-down-components .simplebar-content .item .desc {
  text-align: center
}

.drop-down-components .simplebar-track.simplebar-horizontal {
  bottom: 0;
  height: 4px;
  background-color: rgba(0, 0, 0, .3);
  overflow: hidden
}

.drop-down-components .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  top: 0;
  height: 100%;
  background-color: #000
}

@media only screen and (min-width:720px) {
  .projects-container .projects-container2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch
  }
}

.projects-container .projects-container2 .big-section {
  background: #000
}

@media only screen and (min-width:720px) {
  .projects-container .projects-container2 .big-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }
}

.projects-container .projects-container2 .first-section {
  width: 100vw
}

.projects-popup.intViewportHeight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.about-page .popup-container .close-components,
.popup-container .close-components {
  margin: 15px 15px 0 0
}

.catalog-page .first-section .scroll-box {
  position: absolute;
  bottom: 80px;
  left: 50%;
  color: #fff;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%)
}

.catalog-page .first-section .scroll-box .arrow-box {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg)
}

.catalog-page .first-section .scroll-box .arrow-box .arrow {
  position: relative;
  display: block;
  width: 15px;
  height: 15px;
  top: -100%;
  -webkit-animation: scroll-horizontal 2s linear infinite;
  animation: scroll-horizontal 2s linear infinite
}

.catalog-page .first-section .scroll-box .arrow-box .arrow svg {
  margin: auto;
  display: block;
  fill: #fff
}

.catalog-page .left-page .filter-container .close {
  display: none
}

.bf-non-scrollable {
  right: 0 !important
}

.bf-btn-show,
.bf-non-scrollable {
  width: 100% !important;
  left: 0 !important
}

.bf-btn-show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
  -ms-flex-pack: center !important;
  justify-content: center !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
  padding: 0 !important;
  position: fixed !important;
  height: 60px !important;
  top: auto !important;
  bottom: 10px !important;
  background-color: #000 !important;
  z-index: -1 !important;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  justify-content: center;
  align-items: center;
  z-index: 100 !important
}

@media only screen and (min-width:1200px) {
  .bf-btn-show {
    display: none !important
  }
}

.bf-btn-show:after {
  display: none !important
}

.bf-btn-reset {
  position: absolute;
  padding: 0 !important;
  width: 20px !important;
  height: 20px !important;
  right: 8px !important;
  top: 10px !important;
  z-index: 1 !important;
  display: block !important;
  left: auto !important;
  background: transparent !important;
  background-image: url(../img/cancel-black.png) !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important
}

@media only screen and (min-width:769px) {
  .bf-btn-reset {
    position: fixed !important;
    right: 40px !important;
    top: 40px !important
  }
}

@media only screen and (min-width:1200px) {
  .bf-btn-reset {
    display: none !important
  }
}

.bf-btn-reset:before {
  display: none !important
}

.bf-left .bf-btn-show:before {
  width: 7px !important;
  height: 20px !important;
  background-position: -46px 0 !important;
  -webkit-transform: rotate(-90deg) !important;
  -ms-transform: rotate(-90deg) !important;
  transform: rotate(-90deg) !important
}

@media not all,
only screen and (-o-min-device-pixel-ratio:3/2),
only screen and (-webkit-min-device-pixel-ratio:1.5),
only screen and (min-resolution:1.5dppx),
only screen and (min-resolution:144dpi) {

  .bf-btn-show:after,
  .bf-btn-show:before {
    background-size: 64px 20px !important
  }
}

.bf-responsive.bf-active.bf-opened.bf-left .bf-btn-show:before {
  background-position: -53px 0 !important
}

.bf-responsive.bf-active.bf-left.bf-opened .bf-check-position {
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  width: 100% !important;
  max-height: 100% !important
}

.bf-responsive.bf-active.bf-layout-id-33 .bf-check-position {
  margin: 0 !important;
  top: 0 !important;
  bottom: 60px !important;
  border: none !important;
  border-radius: 0 !important
}

@media only screen and (min-width:769px) {
  .bf-check-position {
    width: 60vw !important
  }
}

@media only screen and (min-width:1200px) {
  .bf-check-position {
    width: inherit !important
  }
}

@media only screen and (min-width:1200px) {
  .bf-check-position.box {
    border: 1px solid #ddd !important
  }
}

.bf-responsive.bf-active.bf-left .box-heading,
.box-heading {
  padding-top: 40px !important;
  font-family: Conv_GaramondPremrPro-Disp !important;
  font-size: 30px !important;
  text-transform: uppercase !important;
  letter-spacing: 3px !important;
  margin-bottom: 20px !important;
  text-align: center !important;
  color: #000 !important;
  background: transparent !important;
  border-bottom: none !important
}

.bf-layout-id-33 .bf-attr-header {
  cursor: pointer !important;
  font-size: 16px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  position: relative !important;
  margin-bottom: 10px !important;
  color: #000 !important;
  background: transparent !important
}

.bf-layout-id-33 .bf-attr-header .bf-arrow {
  padding: 0 !important;
  content: "" !important;
  position: absolute !important;
  width: 8px !important;
  height: 8px !important;
  background-image: url(../img/down.svg) !important;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  right: 10px !important;
  top: calc(50% - 4px) !important;
  cursor: pointer !important;
  -webkit-transition: all .35s ease !important;
  -o-transition: .35s all ease !important;
  transition: all .35s ease !important
}

.bf-slider-container.ui-slider-horizontal,
.bf-slider-range.ui-slider-horizontal {
  height: 2px !important;
  border-radius: 0 !important
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #000 !important
}

.bf-layout-id-33 .ui-state-default {
  background: #000 !important
}

.ui-slider-horizontal .ui-slider-handle {
  width: 10px !important;
  border-radius: 0 !important;
  top: -7px !important
}

.bf-layout-id-33 .ui-widget-header {
  background: #000 !important
}

.bf-attr-block {
  border-bottom: .5px solid rgba(0, 0, 0, .4);
  margin-bottom: 10px !important;
  padding-bottom: 20px !important
}

.bf-slider-label {
  line-height: 18px !important
}

.bf-cell {
  border-bottom: 0 !important
}

.bf-cell label {
  padding-left: 20px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  letter-spacing: 1px !important;
  font-family: Conv_AkzidenzGroteskPro-Light !important;
  opacity: .6 !important;
  cursor: pointer !important;
  -webkit-transition: all .35s ease !important;
  -o-transition: .35s all ease !important;
  transition: all .35s ease !important
}

.bf-cell.bf-c-1,
.bf-cell label {
  display: block !important;
  position: relative !important
}

.bf-cell.bf-c-1 {
  padding: 0 !important;
  width: 10px !important;
  height: 10px !important;
  top: 10px !important
}

.bf-cell.bf-c-1:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #fff;
  border: 1px solid #000
}

.bf-cell.bf-c-1.has-checked:before,
.bf-cell.bf-c-1:before {
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease
}

.bf-cell.bf-c-1.has-checked:before {
  background: #000
}

.bf-attr-filter input[type=checkbox],
.bf-attr-filter input[type=radio] {
  position: absolute !important;
  z-index: -1 !important;
  top: 50% !important;
  -webkit-transform: translateY(-50%) !important;
  -ms-transform: translateY(-50%) !important;
  transform: translateY(-50%) !important;
  opacity: 0 !important
}

.bf-attr-header {
  border-top: 0 !important
}

.bf-price-slider-container {
  padding: 0 0 15px 7px !important
}

.brainyfilter-panel.box-content.bf-hide-panel {
  width: 100% !important;
  max-width: 400px !important;
  margin: 0 auto !important
}

.box {
  border-radius: 0 !important
}

.bf-buttonclear-box .btn.btn-primary.bf-buttonsubmit {
  margin: auto;
  margin-bottom: 15px
}

.bf-buttonclear-box .bf-buttonclear,
.bf-buttonclear-box .btn.btn-primary.bf-buttonsubmit {
  background-color: #000;
  font-size: 14px;
  padding: 15px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  outline: none
}

.bf-buttonclear-box .bf-buttonclear {
  margin: auto;
  text-decoration: none;
  background-image: none !important
}

.bf-buttonclear-box .bf-buttonclear:hover {
  color: #fff !important;
  background-color: #000 !important;
  background-image: none !important
}

.button-link {
  background-color: #000;
  font-size: 14px;
  padding: 15px;
  color: #fff !important;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  border: 1px solid #000;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  transition: all .5s ease;
  outline: none
}

.button-link:hover {
  background-color: #fff;
  color: #000 !important
}

.about-page .desc.has-simplebar {
  max-height: 350px
}

.about-page .desc.has-simplebar .simplebar-track.simplebar-vertical {
  right: 0;
  width: 4px;
  background-color: rgba(0, 0, 0, .3);
  overflow: hidden
}

.about-page .desc.has-simplebar .simplebar-track.simplebar-vertical .simplebar-scrollbar {
  right: 0;
  width: 100%;
  background-color: #000
}

.one-news-page .third-section {
  background-position: 50%;
  background-size: cover
}

.one-news-page .contacts-section .desc {
  margin-bottom: 30px !important
}

span.word {
  opacity: 1 !important;
  -webkit-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important
}

.splitting .char,
.splitting .word {
  display: inline-block
}

.splitting .char {
  position: relative
}

.splitting .char:after,
.splitting .char:before {
  content: attr(data-char);
  position: absolute;
  top: 0;
  left: 0;
  visibility: hidden;
  -webkit-transition: inherit;
  -o-transition: inherit;
  transition: inherit;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.splitting {
  --word-center: calc((var(--word-total) - 1) / 2);
  --char-center: calc((var(--char-total) - 1) / 2);
  --line-center: calc((var(--line-total) - 1) / 2)
}

.splitting .word {
  --word-percent: calc(var(--word-index) / var(--word-total));
  --line-percent: calc(var(--line-index) / var(--line-total))
}

.splitting .char {
  --char-percent: calc(var(--char-index) / var(--char-total));
  --char-offset: calc(var(--char-index) - var(--char-center));
  --distance: calc((var(--char-offset) * var(--char-offset)) / var(--char-center));
  --distance-sine: calc(var(--char-offset) / var(--char-center));
  --distance-percent: calc((var(--distance) / var(--char-center)))
}

.splitting.cells img {
  width: 100%;
  display: block
}

@supports (display:grid) {
  .splitting.cells {
    position: relative;
    overflow: hidden;
    background-size: cover;
    visibility: hidden
  }

  .splitting .cell-grid {
    background: inherit;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: grid;
    grid-template: repeat(var(--row-total), 1fr)/repeat(var(--col-total), 1fr)
  }

  .splitting .cell {
    background: inherit;
    position: relative;
    overflow: hidden
  }

  .splitting .cell-inner {
    background: inherit;
    position: absolute;
    visibility: visible;
    width: calc(100% * var(--col-total));
    height: calc(100% * var(--row-total));
    left: calc(-100% * var(--col-index));
    top: calc(-100% * var(--row-index))
  }

  .splitting .cell {
    --center-x: calc((var(--col-total) - 1) / 2);
    --center-y: calc((var(--row-total) - 1) / 2);
    --offset-x: calc(var(--col-index) - var(--center-x));
    --offset-y: calc(var(--row-index) - var(--center-y));
    --distance-x: calc((var(--offset-x) * var(--offset-x)) / var(--center-x));
    --distance-y: calc((var(--offset-y) * var(--offset-y)) / var(--center-y))
  }
}