@import url(vendor/swiper.min.css);
@import url(vendor/jquery.fancybox.min.css);
@import url(vendor/nouislider.min.css);
@import url("https://fonts.googleapis.com/css?family=Encode+Sans+Expanded:300,400,700");
.btn {
  background: transparent;
  cursor: pointer;
  display: block;
  height: 2.25em;
  border: 1px solid #979797;
  border-radius: 19px;
  padding: 0 1.875em;
  text-transform: uppercase;
  /** LOADER **/
  /** ORANGE **/
}

.btn span {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 15px;
  text-align: center;
}

.btn:hover {
  border: 1px solid #ff4d00;
}

.btn:hover span {
  color: #ff4d00;
}

.btn.btn-loader {
  -webkit-transition: width 300ms ease-in-out;
  transition: width 300ms ease-in-out;
  width: auto;
}

.btn.btn-loader img {
  height: 80%;
  display: none;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 2px auto;
}

.btn.btn-loader._load span {
  display: none;
}

.btn.btn-loader._load img {
  display: block;
}

.btn.btn-orange {
  line-height: 1;
  display: block;
  background: #ff4d00;
  border-color: #ff4d00;
  max-height: 1.25em;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}

.btn.btn-orange span {
  color: #fff;
}

.btn.btn-orange:hover {
  background: #e64500;
}

.btn.btn-orange:hover span {
  color: #fff;
}

.floating-price-offer-btn {
  height: auto;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  border-radius: 21px;
  background-color: #008dd2;
  position: fixed;
  right: 2.5em;
  bottom: 0.625em;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 0.5em 1.875em 0.375em 1.875em;
  z-index: 65;
  cursor: pointer;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.floating-price-offer-btn img {
  display: none;
}

.floating-price-offer-btn span {
  display: block;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3.33px;
  line-height: 1.25;
  text-align: center;
  text-transform: uppercase;
}

.floating-price-offer-btn:hover {
  background: #ff4d00;
}

/** MEDIA **/
@media (max-width: 768px) {
  .floating-price-offer-btn {
    right: 1.5625em;
    bottom: 0.9375em;
    height: 4.375em;
    width: 4.375em;
    border-radius: 4.375em;
    -webkit-box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
    box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
  }
  .floating-price-offer-btn span {
    display: none;
  }
  .floating-price-offer-btn img {
    display: block;
  }
}

.matrix-content {
  width: 100%;
  /** HEADINGS **/
  /** CONTENT **/
  /** LIST CONTENT **/
  /** GALLERY **/
  /** SINGLE IMAGE **/
  /** VIDEO **/
  /** FILE DOWNLOADER **/
  /** PRODUCT LISTER **/
}

.matrix-content .matrix-heading {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 2.5em 0 1.25em 0;
}

.matrix-content .matrix-heading.text-align-left {
  text-align: left;
}

.matrix-content .matrix-heading.text-align-center {
  text-align: center;
}

.matrix-content .matrix-heading.text-align-right {
  text-align: right;
}

.matrix-content .matrix-content {
  width: 100%;
  margin: 4em 0;
}

.matrix-content .matrix-content * {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  letter-spacing: 1px;
  line-height: 24px;
}

.matrix-content .matrix-content li {
  padding-bottom: 0.25em;
}

.matrix-content .matrix-content li ul {
  margin: 5px 0 0 0;
  padding: 0 0 0 20px;
}

.matrix-content .matrix-content *:first-child {
  margin-top: 0;
}

.matrix-content .matrix-content p,
.matrix-content .matrix-content strong,
.matrix-content .matrix-content table {
  font-size: 14px;
  font-weight: 300;
}

.matrix-content .matrix-content ol,
.matrix-content .matrix-content ul {
  font-size: 14px;
  font-weight: 300;
}

.matrix-content .matrix-content strong {
  font-weight: 700;
}

.matrix-content .matrix-content table {
  width: 100%;
}

.matrix-content .matrix-content table tr td:first-child {
  width: 30%;
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  vertical-align: baseline;
}

.matrix-content .matrix-content table tr td:first-child img:not(:first-child) {
  margin: 10px 0;
}

.matrix-content .matrix-content table tr td:last-child {
  width: 70%;
  vertical-align: baseline;
}

.matrix-content .matrix-content table tr td:last-child h3 {
  margin-top: 0;
}

.matrix-content .matrix-content.content-columns-1 {
  -webkit-columns: 1;
  columns: 1;
}

.matrix-content .matrix-content.content-columns-2 {
  -webkit-columns: 2;
  columns: 2;
  text-align: justify;
  -webkit-column-gap: 6.25em;
  column-gap: 6.25em;
}

.matrix-content .matrix-content.content-columns-2 ul {
  padding: 0;
}

.matrix-content .matrix-content.content-columns-3 {
  -webkit-columns: 3;
  columns: 3;
  text-align: justify;
  -webkit-column-gap: 6.25em;
  column-gap: 6.25em;
}

.matrix-content .matrix-content.content-columns-3 ul {
  padding: 0;
}

.matrix-content .matrix-list-content {
  width: 100%;
  display: block;
  margin: 4em 0;
}

.matrix-content .matrix-list-content .content-wrapper {
  width: 100%;
}

.matrix-content .matrix-list-content .content-wrapper ul,
.matrix-content .matrix-list-content .content-wrapper p {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 22px;
  width: 100%;
}

.matrix-content .matrix-list-content .content-wrapper ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.matrix-content .matrix-list-content .content-wrapper ul li {
  margin: 0 0 0.9375em 0;
  position: relative;
}

.matrix-content .matrix-list-content .content-wrapper ul li::before {
  content: "";
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 0.625em;
  width: 0.625em;
  border: 1px solid #000000;
  display: block;
  border-radius: 100%;
  position: absolute;
  left: -1.875em;
  top: 0.3125em;
}

.matrix-content .matrix-list-content .content-wrapper h2 {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 6.67px;
  line-height: 25px;
  margin: 2em 0 3em 0;
}

.matrix-content .matrix-list-content._image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.matrix-content .matrix-list-content._image > div {
  width: 50%;
}

.matrix-content .matrix-list-content._image > div.content-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.matrix-content .matrix-list-content._image > div.content-wrapper p,
.matrix-content .matrix-list-content._image > div.content-wrapper ul {
  max-width: calc(100% - 0.6875em);
}

.matrix-content .matrix-list-content._image > div.content-wrapper > div {
  max-width: calc(100% - 120px);
  width: 100%;
}

.matrix-content .matrix-list-content._image > div.content-wrapper > div p,
.matrix-content .matrix-list-content._image > div.content-wrapper > div ul {
  width: 100%;
}

.matrix-content
.matrix-list-content._image
> div.content-wrapper
div
*:first-child {
  margin-top: 0;
}

.matrix-content .matrix-list-content._image > div.content-wrapper ul {
  padding: 0 0 0 1.875em;
}

.matrix-content .matrix-list-content._image > div.content-wrapper::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: #000;
  margin: 0 2.5em;
}

.matrix-content .matrix-list-content._image > div.cover-wrapper {
  position: relative;
}

.matrix-content .matrix-list-content._image > div.cover-wrapper img {
  position: relative;
  z-index: 25;
  width: 100%;
  height: 100%;
  -o-object-position: center top;
  object-position: center top;
  -o-object-fit: contain;
  object-fit: contain;
}

.matrix-content .matrix-list-content._image > div.cover-wrapper h2 {
  position: absolute;
  z-index: 50;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 6.67px;
  line-height: 25px;
  background: #fff;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0.625em 1.25em;
}

.matrix-content .matrix-list-content._image.content-direction-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.matrix-content
.matrix-list-content._image.content-direction-right
> div.cover-wrapper
h2 {
  left: initial;
  right: 0;
}

.matrix-content
.matrix-list-content._image.content-direction-right
> div.content-wrapper {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.matrix-content .matrix-gallery {
  width: 100%;
  margin: 1.25em 0;
}

.matrix-content .matrix-gallery.type-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(17.5em, 1fr) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(17.5em, 1fr));
  -webkit-column-gap: 0.625em;
  column-gap: 0.625em;
  row-gap: 0.625em;
  /** GRID SIZE RESTRICTIONS **/
}

.matrix-content .matrix-gallery.type-list figcaption {
  text-align: center;
  font-size: 12px;
  font-weight: 100;
  letter-spacing: 1px;
}

.matrix-content .matrix-gallery.type-list .image-wrapper {
  display: block;
  position: relative;
}

.matrix-content .matrix-gallery.type-list .image-wrapper img {
  display: block;
  width: 100%;
  height: 16.25em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  -webkit-filter: saturate(50%);
  filter: saturate(50%);
  -webkit-transition: -webkit-filter 300ms ease-in-out;
  transition: -webkit-filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out;
  transition: filter 300ms ease-in-out, -webkit-filter 300ms ease-in-out;
  position: relative;
  z-index: 25;
}

.matrix-content .matrix-gallery.type-list .image-wrapper._last span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 50;
  background-color: rgba(0, 141, 210, 0.5);
  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: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.5px;
  line-height: 30px;
}

.matrix-content .matrix-gallery.type-list .image-wrapper:hover img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.matrix-content .matrix-gallery.type-list.grid-size-2 {
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
}

.matrix-content .matrix-gallery.type-list.grid-size-2 .image-wrapper img {
  height: 26.875em;
}

.matrix-content .matrix-gallery.type-slider .slider-wrapper {
  position: relative;
  width: 100%;
  max-width: 44.375em;
  height: 26.875em;
  margin: 0 auto;
}

.matrix-content .matrix-gallery.type-slider .slider-wrapper .swiper-button-prev,
.matrix-content
.matrix-gallery.type-slider
.slider-wrapper
.swiper-container-rtl
.swiper-button-next {
  background-image: url("../img/svg/swiper-arrow-left.svg");
  left: -4.375em;
}

.matrix-content .matrix-gallery.type-slider .slider-wrapper .swiper-button-next,
.matrix-content
.matrix-gallery.type-slider
.slider-wrapper
.swiper-container-rtl
.swiper-button-prev {
  background-image: url("../img/svg/swiper-arrow-right.svg");
  right: -4.375em;
}

.matrix-content .matrix-gallery.type-slider .slider-wrapper .swiper-container {
  width: 100%;
  height: 100%;
}

.matrix-content
.matrix-gallery.type-slider
.slider-wrapper
.swiper-container
.swiper-wrapper
.swiper-slide {
  width: 100%;
  height: 100%;
}

.matrix-content
.matrix-gallery.type-slider
.slider-wrapper
.swiper-container
.swiper-wrapper
.swiper-slide
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.matrix-content .matrix-gallery.type-full-width .full-width-wrapper {
  width: 100%;
  height: auto;
}

.matrix-content .matrix-gallery.type-full-width .full-width-wrapper a {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
}

.matrix-content .matrix-gallery.type-full-width .full-width-wrapper a img {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  z-index: 25;
  position: relative;
}

.matrix-content .matrix-gallery.type-full-width .full-width-wrapper a span {
  background-color: rgba(0, 141, 210, 0.5);
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 700;
  letter-spacing: 4.5px;
  line-height: 30px;
  position: absolute;
  right: 0.3125em;
  bottom: 0.3125em;
  z-index: 50;
  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;
  width: 5em;
  height: 5em;
}

.matrix-content .matrix-single-image {
  width: 100%;
  margin: 20px auto;
  display: block;
}

.matrix-content .matrix-single-image img {
  display: block;
  width: 100%;
  margin: 0 auto;
}

.matrix-content .matrix-video {
  width: 100%;
  max-width: 44.375em;
  height: 26.875em;
  margin: 0 auto;
  position: relative;
}

.matrix-content .matrix-video .poster {
  width: 100%;
  height: 100%;
  z-index: 50;
  position: relative;
  cursor: pointer;
}

.matrix-content .matrix-video .poster img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.matrix-content .matrix-video .poster span {
  position: absolute;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2.92px;
  line-height: 12px;
  z-index: 25;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  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;
  background-color: rgba(0, 141, 210, 0.75);
  -webkit-transition: background-color 300ms ease-in-out;
  transition: background-color 300ms ease-in-out;
  text-transform: uppercase;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.matrix-content .matrix-video .poster span::before {
  content: "";
  display: block;
  background: url(../img/svg/play.svg) no-repeat;
  background-size: contain;
  background-position: center;
  width: 2.25em;
  height: 2.625em;
  margin: 0 0 0.9375em 0;
  -webkit-transition: margin 300ms ease-in-out;
  transition: margin 300ms ease-in-out;
}

.matrix-content .matrix-video iframe {
  position: absolute;
  z-index: 25;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.matrix-content .matrix-video._play .poster {
  z-index: -1;
}

.matrix-content .matrix-video:hover .poster span {
  background-color: rgba(0, 141, 210, 0.9);
}

.matrix-content .matrix-video:hover .poster span::before {
  margin: 0 0 1.5625em 0;
}

.matrix-content .matrix-file-downloader {
  width: 100%;
  margin: 4em 0;
}

.matrix-content .matrix-file-downloader h2 {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 20px;
  font-weight: 300;
  letter-spacing: 5.71px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}

.matrix-content .matrix-file-downloader .download-list {
  margin: 3.4375em 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(14.375em, 1fr) [auto-fit];
  grid-template-columns: repeat(auto-fit, minmax(14.375em, 1fr));
  -webkit-column-gap: 1.875em;
  column-gap: 1.875em;
  row-gap: 1.875em;
}

.matrix-content .matrix-file-downloader .download-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 auto;
  border: 3px solid transparent;
  padding: 1.375em;
  -webkit-transition: border 300ms ease-in-out;
  transition: border 300ms ease-in-out;
  width: 100%;
}

.matrix-content .matrix-file-downloader .download-list a img {
  display: block;
  width: 2em;
  height: 2.625em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.matrix-content .matrix-file-downloader .download-list a img.custom {
  width: 5em;
  height: 5em;
}

.matrix-content .matrix-file-downloader .download-list a span,
.matrix-content .matrix-file-downloader .download-list a small {
  display: block;
  color: #4a4a4a;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 15px;
  text-align: center;
}

.matrix-content .matrix-file-downloader .download-list a small {
  font-size: 12px;
  font-weight: 100;
  margin: 5px 0 0 0;
}

.matrix-content .matrix-file-downloader .download-list a span {
  margin: 6px 0 0 0;
}

.matrix-content .matrix-file-downloader .download-list a:hover {
  border: 3px solid #008dd2;
}

.matrix-content .product-lister {
  width: 100%;
  max-width: 31.25em;
  margin: 0 auto;
  display: block;
}

.matrix-content .product-lister a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  text-decoration: none;
  cursor: pointer;
  margin: 20px 0 40px 0;
  font-size: 20px;
  font-weight: 600;
  color: #008dd2;
}

.matrix-content .product-lister a img {
  display: block;
  width: 150px;
  height: 150px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.matrix-content .product-lister a span {
  padding: 0 0 0 10px;
}

.matrix-content .matrix-block._animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

.matrix-content > .matrix-block:first-child {
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
}

/** MEDIA **/
@media (max-width: 1024px) {
  .matrix-content .matrix-gallery.type-list {
    -ms-grid-columns: minmax(12.5em, 1fr) [auto-fill];
    grid-template-columns: repeat(auto-fill, minmax(12.5em, 1fr));
  }
}

@media (max-width: 768px) {
  .matrix-content > div:first-child.matrix-gallery {
    margin-top: 0;
  }
  .matrix-content > div:first-child.matrix-content {
    margin: 0;
    padding: 3.75em 0 0 0;
  }
  .matrix-content .matrix-content.content-columns-2 {
    -webkit-column-gap: 3.125em;
    column-gap: 3.125em;
  }
  .matrix-content .matrix-content.content-columns-3 {
    -webkit-columns: 2;
    columns: 2;
    -webkit-column-gap: 3.125em;
    column-gap: 3.125em;
  }
  .matrix-content .matrix-content table tr td:last-child {
    width: 100%;
  }
  .matrix-content .matrix-video {
    max-width: 100%;
    height: auto;
  }
  .matrix-content .matrix-list-content {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .matrix-content .matrix-list-content._image > div {
    width: 100%;
  }
  .matrix-content .matrix-list-content._image > div.content-wrapper > div {
    max-width: 100%;
  }
  .matrix-content .matrix-list-content._image > div.content-wrapper > div p,
  .matrix-content .matrix-list-content._image > div.content-wrapper > div ul {
    max-width: 100%;
  }
  .matrix-content .matrix-list-content._image > div.content-wrapper::after {
    display: none;
  }
  .matrix-content .matrix-list-content._image > div.cover-wrapper {
    margin: 1.25em 0;
  }
}

@media (max-width: 550px) {
  .matrix-content .matrix-content.content-columns-2 {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    text-align: left;
  }
  .matrix-content .matrix-content.content-columns-3 {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
    text-align: left;
  }
}

@media (max-width: 450px) {
  .matrix-content .matrix-single-image img {
    width: 100% !important;
  }
  .matrix-content .matrix-content ol,
  .matrix-content .matrix-content ul {
    list-style-position: inside;
    padding: 0;
  }
  .matrix-content .matrix-content ol li ol,
  .matrix-content .matrix-content ol li ul,
  .matrix-content .matrix-content ul li ol,
  .matrix-content .matrix-content ul li ul {
    padding: 0;
  }
  .matrix-content .matrix-gallery.type-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .matrix-content .matrix-gallery.type-list .image-wrapper img {
    height: auto;
  }
  .matrix-content > div:first-child.matrix-list-content {
    margin-top: 0;
  }
}

@media (max-width: 420px) {
  .matrix-content .matrix-list-content .content-wrapper p {
    color: #000000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 22px;
    width: 100%;
  }
}

.popup-modal {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  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;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.popup-modal .content {
  width: 37.5em;
  position: relative;
  z-index: 999;
  background: #008dd2;
  padding: 2.1875em 2.8125em 2.5em 2.8125em;
}

.popup-modal .content h3 {
  color: rgba(255, 255, 255, 0.5);
  text-align: center;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  text-transform: uppercase;
  letter-spacing: 2px;
  margin: 0 0 1.25em 0;
  font-size: 36px;
}

.popup-modal .content input[type="text"],
.popup-modal .content input[type="email"],
.popup-modal .content textarea {
  width: 100%;
  display: block;
  margin: 0 0 2.1875em 0;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  color: #fff;
  padding: 5px;
  font-size: 16px;
}

.popup-modal .content input[type="text"].placeholder,
.popup-modal .content input[type="email"].placeholder,
.popup-modal .content textarea.placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 5px;
}

.popup-modal .content input[type="text"]:-moz-placeholder,
.popup-modal .content input[type="email"]:-moz-placeholder,
.popup-modal .content textarea:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 5px;
}

.popup-modal .content input[type="text"]::-moz-placeholder,
.popup-modal .content input[type="email"]::-moz-placeholder,
.popup-modal .content textarea::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 5px;
}

.popup-modal .content input[type="text"]:-ms-input-placeholder,
.popup-modal .content input[type="email"]:-ms-input-placeholder,
.popup-modal .content textarea:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 5px;
}

.popup-modal .content input[type="text"]::-webkit-input-placeholder,
.popup-modal .content input[type="email"]::-webkit-input-placeholder,
.popup-modal .content textarea::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 16px;
  padding: 5px;
}

.popup-modal .content input[type="text"]:focus,
.popup-modal .content input[type="email"]:focus,
.popup-modal .content textarea:focus {
  border-bottom: 1px solid white;
}

.popup-modal .content input[type="text"]:focus.placeholder,
.popup-modal .content input[type="email"]:focus.placeholder,
.popup-modal .content textarea:focus.placeholder {
  color: white;
}

.popup-modal .content input[type="text"]:focus:-moz-placeholder,
.popup-modal .content input[type="email"]:focus:-moz-placeholder,
.popup-modal .content textarea:focus:-moz-placeholder {
  color: white;
}

.popup-modal .content input[type="text"]:focus::-moz-placeholder,
.popup-modal .content input[type="email"]:focus::-moz-placeholder,
.popup-modal .content textarea:focus::-moz-placeholder {
  color: white;
}

.popup-modal .content input[type="text"]:focus:-ms-input-placeholder,
.popup-modal .content input[type="email"]:focus:-ms-input-placeholder,
.popup-modal .content textarea:focus:-ms-input-placeholder {
  color: white;
}

.popup-modal .content input[type="text"]:focus::-webkit-input-placeholder,
.popup-modal .content input[type="email"]:focus::-webkit-input-placeholder,
.popup-modal .content textarea:focus::-webkit-input-placeholder {
  color: white;
}

.popup-modal .content textarea {
  resize: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  margin: 3.4375em 0 0 0;
}

.popup-modal .content textarea:focus {
  border-color: white;
}

.popup-modal .content .checkbox {
  margin: 1.25em 0 1.875em 0;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.popup-modal .content .checkbox input {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: relative;
  cursor: pointer;
}

.popup-modal .content .checkbox input::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #000;
}

.popup-modal .content .checkbox input:checked {
  border: 1px solid white;
}

.popup-modal .content .checkbox input:checked::before {
  background: #fff url(../img/svg/check.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.popup-modal .content .checkbox a {
  color: rgba(255, 255, 255, 0.5);
  text-decoration: underline;
}

.popup-modal .content .checkbox label {
  cursor: pointer;
  width: calc(100% - 25px);
  padding: 0 0 0 1.25em;
  color: #fff;
}

.popup-modal .content .actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.popup-modal .content .actions button,
.popup-modal .content .actions input {
  width: 48%;
  height: 30px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  text-align: center;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
  background: transparent;
  border-radius: 50px;
  cursor: pointer;
}

.popup-modal .content .actions button span,
.popup-modal .content .actions input span {
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.5);
  letter-spacing: 2px;
  text-align: center;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
}

.popup-modal .content .actions button:hover,
.popup-modal .content .actions input:hover {
  border: 1px solid white;
  color: #fff;
}

.popup-modal .content .actions button:hover span,
.popup-modal .content .actions input:hover span {
  color: #fff;
}

.popup-modal .content .actions input {
  border: 1px solid white;
  color: #fff;
}

.popup-modal::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 25;
}

.popup-modal._show {
  opacity: 1;
  visibility: visible;
  z-index: 9999;
}

/** MEDIA **/
@media (max-width: 768px) {
  .popup-modal .content {
    width: calc(100% - 1.25em);
    padding: 1.25em 0.9375em 0.9375em 0.9375em;
    left: 0.625em;
    bottom: 0;
    height: calc(100% - 5em);
    position: fixed;
    overflow: auto;
  }
  .popup-modal .content h3 {
    margin: 0 0 0.9375em 0;
    font-size: 28px;
  }
  .popup-modal .content textarea {
    height: 7.8125em;
  }
}

.page-popup {
  width: 100%;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 500;
  background: transparent;
  padding: 20px;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  display: none;
}

.page-popup-wrapper {
  width: 600px;
  height: 500px;
  max-width: calc(100% - 40px);
  max-height: calc(100% - 40px);
  background: #fff;
  z-index: 50;
  position: relative;
  overflow: hidden;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.page-popup-wrapper-heading {
  position: absolute;
  z-index: 100;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
  display: none;
}

.page-popup-wrapper-heading-close {
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}

.page-popup-wrapper-heading-close:hover {
  opacity: 0.5;
}

.page-popup-wrapper-heading._show {
  display: block;
}

.page-popup-wrapper-body {
  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;
  z-index: 50;
  position: relative;
  width: 100%;
  height: 100%;
}

.page-popup-wrapper-body a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
}

.page-popup-wrapper-body img {
  display: block;
  width: auto;
  height: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.page-popup.position-centerShaded {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.page-popup.position-rightBottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.page-popup.position-leftBottom {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-popup.position-leftCenter {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-popup.darken {
  background: rgba(0, 0, 0, 0.61);
}

.page-popup.animAscend.darken,
.page-popup.animDescend.darken,
.page-popup.animAppear.darken {
  background: transparent;
  opacity: 0;
  visibility: hidden;
}

.page-popup.animAscend._show,
.page-popup.animDescend._show,
.page-popup.animAppear._show {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.page-popup.animAscend._show.darken,
.page-popup.animDescend._show.darken,
.page-popup.animAppear._show.darken {
  background: rgba(0, 0, 0, 0.61);
  opacity: 1;
  visibility: visible;
}

.page-popup.animAscend .page-popup-wrapper {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0;
  visibility: hidden;
}

.page-popup.animAscend._show .page-popup-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.page-popup.animDescend .page-popup-wrapper {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0;
  visibility: hidden;
}

.page-popup.animDescend._show .page-popup-wrapper {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.page-popup.animAppear .page-popup-wrapper {
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  opacity: 0;
  visibility: hidden;
}

.page-popup.animAppear._show .page-popup-wrapper {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  visibility: visible;
}

@media (max-width: 700px) {
  .page-popup-wrapper {
    width: 100%;
    height: 90vw;
    max-width: 100%;
  }
  .page-popup-wrapper-heading-close {
    right: 10px;
    top: 10px;
  }
  .page-popup-wrapper-body img {
    height: 100%;
  }
}

* {
  outline: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*:focus {
  outline: 0;
}

/** GLOBALS **/
._hidden {
  display: none !important;
}

ol,
ul {
  list-style-position: inside;
}

/** RESET **/
input,
textarea,
select {
  -webkit-appearance: none;
  border-radius: 0;
}

html {
  padding: 1.25em 0 0 0 !important;
  overflow-x: hidden;
  scroll-behavior: smooth;
}

html._show {
  overflow: hidden;
}

html,
body {
  margin: 0;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
  font-size: 100%;
  color: #000;
  background: #1d1d1d;
  padding: 0;
  width: 100%;
  position: relative;
}

body .top-fix {
  height: 1.25em;
  width: 100%;
  background: #1d1d1d;
  position: fixed;
  z-index: 60;
  top: 0;
  left: 0;
}

/** MEDIA **/
@media (max-width: 768px) {
  html {
    padding: 0.625em 0 0 0 !important;
  }
  body .top-fix {
    height: 0.625em;
  }
}

a {
  text-decoration: none;
}

strong {
  font-weight: 700;
}

._hidden {
  display: none !important;
}

._invisible {
  opacity: 0 !important;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  background: transparent;
}

/** CONTENT **/
.content-wrapper {
  position: relative;
  z-index: 50;
  width: 100%;
}

.content-wrapper .inner-container {
  width: 100%;
  max-width: calc(100% - 2.5em);
  margin: 0 auto;
  position: relative;
  background: #fff;
}

body._show header .top-fixed .inner-header .header-navigation > div,
body._show header .top-fixed .inner-header .header-navigation a {
  color: #fff;
}

body._show header .hamburger._opened {
  -webkit-filter: invert(0) !important;
  filter: invert(0) !important;
}

.hamburger-opened-navigation-container {
  height: calc(100% - 20px);
  width: calc(100% - 60px);
  background-color: rgba(0, 0, 0, 0.85);
  position: fixed;
  z-index: 50;
  top: 20px;
  left: 30px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hamburger-opened-navigation-container .centered-nav {
  position: relative;
  width: 100%;
  height: 100%;
  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;
  z-index: 50;
}

.hamburger-opened-navigation-container .centered-nav nav {
  display: block;
  padding: 0 0 0 60px;
  height: calc(100% - 150px);
  overflow: auto;
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.hamburger-opened-navigation-container .centered-nav nav > a {
  display: block;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 45px;
  text-transform: uppercase;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.hamburger-opened-navigation-container .centered-nav nav > a::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  background: #ff4d00;
  margin: -10px 0 5px 0;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.hamburger-opened-navigation-container .centered-nav nav > a._active,
.hamburger-opened-navigation-container .centered-nav nav > a:hover {
  color: #ff4d00;
}

.hamburger-opened-navigation-container .centered-nav nav > a._active::after,
.hamburger-opened-navigation-container .centered-nav nav > a:hover::after {
  width: 15px;
}

.hamburger-opened-navigation-container .centered-nav nav .navigation-sub {
  display: block;
}

.hamburger-opened-navigation-container .centered-nav nav .navigation-sub ul {
  margin: 0;
  padding: 0;
}

.hamburger-opened-navigation-container
.centered-nav
nav
.navigation-sub
ul
li
a {
  color: #fff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  padding: 3px 0;
  display: inline-block;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
}

.hamburger-opened-navigation-container
.centered-nav
nav
.navigation-sub
ul
li
a:hover {
  color: #ff4d00;
}

.hamburger-opened-navigation-container .change-lang {
  position: absolute;
  bottom: 20px;
  left: 0;
  width: 100%;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  text-align: center;
  text-transform: uppercase;
  z-index: 50;
  text-decoration: underline;
}

.hamburger-opened-navigation-container._show {
  opacity: 1;
  visibility: visible;
}

.search-fix-content-wrapper {
  position: fixed;
  left: 20px;
  top: 20px;
  z-index: 100;
  background: #ff4d00;
  width: calc(100% - 40px);
  height: 50vh;
  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;
  padding: 0 1.25em;
  background: -webkit-gradient(linear, left top, left bottom, from(black), color-stop(75%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background: linear-gradient(to bottom, black 0%, rgba(0, 0, 0, 0.5) 75%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#00000000',GradientType=0 );
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  opacity: 0;
  visibility: hidden;
}

.search-fix-content-wrapper form {
  width: calc(100% - 4.375em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100%;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  z-index: 25;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 500ms ease-out;
  transition: opacity 500ms ease-out;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
}

.search-fix-content-wrapper
form
input[type="search"]::-webkit-search-decoration,
.search-fix-content-wrapper
form
input[type="search"]::-webkit-search-cancel-button,
.search-fix-content-wrapper
form
input[type="search"]::-webkit-search-results-button,
.search-fix-content-wrapper
form
input[type="search"]::-webkit-search-results-decoration {
  -webkit-appearance: none;
}

.search-fix-content-wrapper form button {
  position: absolute;
  z-index: 50;
  right: 1.875em;
  cursor: pointer;
  background: transparent;
  border: none;
}

.search-fix-content-wrapper form button svg {
  display: block;
  width: 5.625em;
  height: 5.625em;
}

.search-fix-content-wrapper form button svg path {
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
  fill: rgba(255, 255, 255, 0.5);
}

.search-fix-content-wrapper form input {
  width: 100%;
  height: 25vh;
  border: none;
  padding: 0.625em;
  background: transparent;
  color: #fff;
  font-size: 4em;
  font-weight: 300;
  font-family: "Encode Sans Expanded", sans-serif;
  border-bottom: 2px solid #ccc;
  position: relative;
  z-index: 25;
  -webkit-transition: all 200ms ease-in;
  transition: all 200ms ease-in;
}

.search-fix-content-wrapper form input:focus {
  border-bottom-width: 3px;
  border-bottom-color: #fff;
}

.search-fix-content-wrapper form input:focus + button svg path {
  fill: white;
}

.search-fix-content-wrapper > button {
  width: 4.375em;
  height: 3.125em;
  background: transparent;
  cursor: pointer;
  border: none;
  position: absolute;
  top: 1.5em;
  right: 1em;
  z-index: 50;
  display: none;
}

.search-fix-content-wrapper:hover > button {
  display: block;
}

.search-fix-content-wrapper._show {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
  visibility: visible;
}

.search-fix-content-wrapper._show form {
  opacity: 1;
  visibility: visible;
}

/** MEDIA **/
@media (max-width: 1100px) {
  .hamburger-opened-navigation-container {
    width: 100%;
    left: 0;
    top: 10px;
    height: calc(100% - 10px);
  }
}

@media (max-width: 768px) {
  .content-wrapper .inner-container {
    max-width: calc(100% - 1.25em);
  }
  .search-fix-content-wrapper {
    width: calc(100% - 20px);
    top: 10px;
    left: 10px;
    height: 100vh;
  }
  .search-fix-content-wrapper form {
    width: calc(100% - 1.25em);
    padding: 0 0 50vh 0;
  }
  .search-fix-content-wrapper > button {
    display: block;
    top: 0.5em;
    right: 0em;
  }
}

@media (max-width: 550px) {
  .hamburger-opened-navigation-container .centered-nav nav {
    width: 100%;
    padding: 0 0 0 5em;
  }
  .hamburger-opened-navigation-container .change-lang {
    text-align: left;
    padding: 0 0 0 5em;
  }
  .search-fix-content-wrapper form input {
    font-size: 3em;
    padding: 0.325em;
    height: 18vh;
  }
  .search-fix-content-wrapper form button {
    right: 0.875em;
  }
  .search-fix-content-wrapper form button svg {
    width: 4.625em;
    height: 4.625em;
  }
  header + .page-specific-header .additional .instant-contact-info a span {
    display: none !important;
  }
  .hamburger-opened-navigation-container
.centered-nav
nav
.navigation-sub
ul
li
a {
    width: 80%;
  }
}

@media (max-width: 420px) {
  .search-fix-content-wrapper form {
    width: 100%;
  }
  .search-fix-content-wrapper form input {
    font-size: 2em;
    height: 11vh;
  }
  .search-fix-content-wrapper form button {
    right: 0;
  }
  .search-fix-content-wrapper form button svg {
    width: 3.625em;
    height: 3.625em;
  }
}

@media (max-width: 375px) {
  .search-fix-content-wrapper form input {
    font-size: 1.8em;
  }
}

header {
  width: 100%;
  max-width: calc(100% - 2.5em);
  left: 1.25em;
  height: auto;
  position: fixed;
  z-index: 50;
  background: transparent;
}

header .top-fixed {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 1.25em;
}

header .top-fixed .logo {
  display: block;
  height: 1.75em;
  width: 14.875em;
  margin: 1.5625em 0;
  z-index: 50;
}

header .top-fixed .logo img.small {
  display: none;
}

header .top-fixed .inner-header {
  width: calc(100% - 3.5em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: none;
}

header .top-fixed .inner-header h1 {
  max-width: 45%;
}

header .top-fixed .inner-header h1,
header .top-fixed .inner-header h2 {
  margin: 0;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 15px;
  font-weight: 400;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

header .top-fixed .inner-header h1::before,
header .top-fixed .inner-header h2::before {
  content: "";
  display: block;
  width: 1px;
  height: 1.75em;
  background: #000;
  margin: 0 1.25em 0 1.25em;
}

header .top-fixed .inner-header .header-navigation {
  margin: 0 1.5625em 0 0;
}

header .top-fixed .inner-header .header-navigation > div,
header .top-fixed .inner-header .header-navigation a {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 5px;
  line-height: 15px;
  text-transform: uppercase;
  padding: 0 1.875em;
  display: inline-block;
  position: relative;
  cursor: pointer;
}

header .top-fixed .inner-header .header-navigation > div .navigation-sub,
header .top-fixed .inner-header .header-navigation a .navigation-sub {
  position: absolute;
  display: none;
  right: 0;
  top: 110%;
  width: 280%;
  line-height: 2;
  padding: 10px;
}

header .top-fixed .inner-header .header-navigation > div .navigation-sub ul,
header .top-fixed .inner-header .header-navigation a .navigation-sub ul {
  list-style: none;
  background: #008dd2;
  margin: 0;
  padding: 20px 20px 10px 10px;
}

header
.top-fixed
.inner-header
.header-navigation
> div
.navigation-sub
ul
li
a,
header .top-fixed .inner-header .header-navigation a .navigation-sub ul li a {
  width: 100%;
  text-align: right;
  line-height: 2.75;
  color: #fff;
}

header
.top-fixed
.inner-header
.header-navigation
> div
.navigation-sub
ul
li
a:hover,
header
.top-fixed
.inner-header
.header-navigation
a
.navigation-sub
ul
li
a:hover {
  color: rgba(255, 255, 255, 0.65) !important;
}

header
.top-fixed
.inner-header
.header-navigation
> div
.navigation-sub::before,
header .top-fixed .inner-header .header-navigation a .navigation-sub::before {
  content: "";
  display: block;
  width: 165px;
  height: 45px;
  background: #008dd2;
  position: absolute;
  top: -35px;
  right: 10px;
  z-index: -1;
}

header
.top-fixed
.inner-header
.header-navigation
> div
.navigation-sub._short::before,
header
.top-fixed
.inner-header
.header-navigation
a
.navigation-sub._short::before {
  width: 125px;
}

header .top-fixed .inner-header .header-navigation > div:first-child,
header .top-fixed .inner-header .header-navigation a:first-child {
  padding-left: 0;
}

header .top-fixed .inner-header .header-navigation > div:last-child,
header .top-fixed .inner-header .header-navigation a:last-child {
  padding-right: 0;
}

header .top-fixed .inner-header .header-navigation > div:hover,
header .top-fixed .inner-header .header-navigation a:hover {
  color: #ff4d00 !important;
}

header
.top-fixed
.inner-header
.header-navigation
> div.has-sub:hover
.navigation-sub,
header
.top-fixed
.inner-header
.header-navigation
a.has-sub:hover
.navigation-sub {
  display: block;
}

header .top-fixed .inner-header .header-navigation > div._active,
header .top-fixed .inner-header .header-navigation a._active {
  color: #ff4d00 !important;
}

header .top-fixed .inner-header + .hamburger {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

header .top-fixed .hamburger {
  width: 1.75em;
  height: 1.75em;
  display: block;
}

header .top-fixed .hamburger img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

header .top-fixed .hamburger img.close {
  display: none;
}

header .top-fixed .hamburger._opened img {
  display: none;
}

header .top-fixed .hamburger._opened img.close {
  display: block;
}

header + .page-specific-header {
  width: 100%;
  max-width: calc(100% - 2.5em);
  margin: 0 auto;
  position: relative;
  z-index: 50;
}

header + .page-specific-header .header-container {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 25;
  overflow: hidden;
}

header + .page-specific-header .header-container img.background {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 10;
}

header
+ .page-specific-header
.header-container
img.background
+ h2.abs-center {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  z-index: 50;
  position: absolute;
  top: 50%;
  left: 1.25em;
  text-transform: uppercase;
}

header + .page-specific-header .header-container .map-background {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
}

header + .page-specific-header .header-container .map-background #main-map {
  width: 100%;
  height: 100%;
}

header + .page-specific-header .header-container .text-center {
  position: relative;
  z-index: 50;
  height: 100%;
  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-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header + .page-specific-header .header-container .text-center h2 {
  text-align: center;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  text-transform: uppercase;
  margin: auto 0 0 0;
}

header + .page-specific-header .header-container .text-background {
  position: absolute;
  z-index: 50;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 1.25em;
  width: 100%;
  max-width: 25em;
}

header + .page-specific-header .header-container .text-background p {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.5px;
  line-height: 24px;
  text-transform: uppercase;
}

header + .page-specific-header .header-container .text-background h2 {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.5px;
  line-height: 24px;
  margin: 6.25em 0 0 0;
}

header + .page-specific-header .header-container .text-background::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: #9b9b9b;
}

header + .page-specific-header .header-container .mouse-scroll {
  position: absolute;
  bottom: 0;
  width: 100%;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 0 1.875em 0;
  cursor: pointer;
  z-index: 20;
}

header + .page-specific-header .header-container .mouse-scroll img {
  height: 1.42em;
  width: 1em;
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 0.625em 0;
}

header + .page-specific-header .header-container .mouse-scroll span {
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 8px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 10px;
  text-align: center;
}

header + .page-specific-header .additional {
  position: absolute;
  display: block;
  right: 0;
  padding: 0 1.25em 0 0;
  width: 15.625em;
  z-index: 50;
  top: 4.875em;
}

header + .page-specific-header .additional .search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  cursor: pointer;
}

header + .page-specific-header .additional .search span {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  margin: 0 5px 0 0;
}

header + .page-specific-header .additional .search img {
  display: block;
  width: 1em;
  height: 1em;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0.3125em 0 0;
}

header + .page-specific-header .additional .instant-contact-info {
  display: block;
}

header + .page-specific-header .additional .instant-contact-info a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: right;
  margin: 0 0 0.625em 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: hidden;
  color: #fff;
  text-decoration: none;
  font-size: 14px;
  font-weight: 500;
}

header + .page-specific-header .additional .instant-contact-info a span {
  position: absolute;
  -webkit-transition: All 0.6s ease-in-out;
  transition: All 0.6s ease-in-out;
  display: block;
  text-align: right;
  width: 100%;
  right: 60px;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  margin: 0 5px 0 0;
  opacity: 0;
}

header + .page-specific-header .additional .instant-contact-info a img {
  display: block;
  width: 1.75em;
  height: 1.75em;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 0 0 auto;
}

header + .page-specific-header .additional .instant-contact-info a:last-child {
  margin: 0;
}

header + .page-specific-header .additional .instant-contact-info a:hover span {
  opacity: 1;
}

header + .page-specific-header .additional .instant-contact-info::before {
  display: block;
  content: "";
  height: 1px;
  width: 1.75em;
  background-color: #ffffff;
  margin: 1.25em 0 0.625em auto;
}

header + .page-specific-header._fixed {
  position: relative;
  height: 100vh;
  z-index: 0;
}

header + .page-specific-header._fixed.auto_height {
  height: auto;
}

header + .page-specific-header._fixed + .content-wrapper {
  z-index: 25;
}

header + .page-specific-header._fixed._custom_height + .content-wrapper {
  top: 80vh;
}

header + .page-specific-header._fixed._custom_height._entry + .content-wrapper {
  top: 69vh;
}

header
+ .page-specific-header._fixed._custom_height._entry
+ .content-wrapper
.inner-container
.floating-price-offer-btn {
  top: 65vh;
  bottom: inherit;
}

header + .page-specific-header._empty {
  height: 0;
  overflow: hidden;
}

header + .page-specific-header._empty + .content-wrapper {
  top: 4.6875em;
}

header + .page-specific-header._invert .additional .search span {
  color: #000;
}

header + .page-specific-header._invert .additional .search img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

header + .page-specific-header._invert .additional .instant-contact-info a img {
  -webkit-filter: invert(100%);
  filter: invert(100%);
}

header
+ .page-specific-header._invert
.additional
.instant-contact-info::before {
  background: #000;
}

header._no-cookie
+ .page-specific-header._fixed._custom_height._entry
+ .content-wrapper {
  top: 65vh;
}

header._no-cookie
+ .page-specific-header._fixed._custom_height._entry
+ .content-wrapper.auto_top {
  top: auto;
}

header._no-cookie
+ .page-specific-header._fixed._custom_height._entry
+ .content-wrapper
.inner-container
.floating-price-offer-btn {
  top: 60vh;
}

header._no-cookie
+ .page-specific-header._contact
+ .content-wrapper
.inner-container
.floating-price-offer-btn {
  top: 69vh !important;
}

header::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: -100%;
  background: #000;
  z-index: -1;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

header._background .inner-header h1,
header._background .inner-header h2,
header._dark .inner-header h1,
header._dark .inner-header h2 {
  color: #fff;
}

header._background .inner-header h1::before,
header._background .inner-header h2::before,
header._dark .inner-header h1::before,
header._dark .inner-header h2::before {
  background: #fff;
}

header._background .inner-header .header-navigation > div,
header._background .inner-header .header-navigation a,
header._dark .inner-header .header-navigation > div,
header._dark .inner-header .header-navigation a {
  color: #fff;
}

header._background .inner-header + .hamburger,
header._dark .inner-header + .hamburger {
  -webkit-filter: invert(0);
  filter: invert(0);
}

header._background::after {
  top: 0 !important;
}

header._map .top-fixed::before {
  content: "";
  display: block;
  height: 100%;
  width: 17.5em;
  position: absolute;
  background: #1d1d1d;
  z-index: 25;
  left: 0;
  top: 0;
}

header._dark::after {
  top: -100%;
}

header._dark._empty {
  background: #000;
}

/** MEDIA **/
@media (max-width: 1440px) {
  header .top-fixed .inner-header .header-navigation > div,
  header .top-fixed .inner-header .header-navigation a {
    padding: 0 0.9375em;
  }
  header .top-fixed .inner-header .header-navigation > div .navigation-sub,
  header .top-fixed .inner-header .header-navigation a .navigation-sub {
    right: -15px;
  }
}

@media (max-width: 1280px) {
  header .top-fixed .logo {
    width: auto;
  }
  header .top-fixed .logo img {
    display: none;
  }
  header .top-fixed .logo img.small {
    display: block;
    height: 100%;
  }
}

@media (max-width: 1180px) {
  header .top-fixed .inner-header .header-navigation {
    display: none;
  }
  header .top-fixed .inner-header h1,
  header .top-fixed .inner-header h2 {
    max-width: 90%;
  }
}

@media (max-width: 1023px) {
  header._no-cookie
+ .page-specific-header._fixed._custom_height._entry
+ .content-wrapper
.inner-container
.floating-price-offer-btn {
    bottom: 1.25em !important;
    top: inherit !important;
    right: 1.25em;
  }
}

@media (max-width: 768px) {
  header {
    max-width: calc(100% - 1.25em);
    left: 0.625em;
    top: 0;
  }
  header + .page-specific-header {
    max-width: calc(100% - 1.25em);
  }
  header + .page-specific-header .additional {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  header + .page-specific-header .additional .instant-contact-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  header + .page-specific-header .additional .instant-contact-info a {
    margin: 0 10px;
  }
  header
+ .page-specific-header
.additional
.instant-contact-info
a:hover
span {
    opacity: 0 !important;
  }
  header + .page-specific-header .additional .instant-contact-info::before {
    display: block;
    content: "";
    height: 20px;
    width: 1px;
    background-color: #ffffff;
    margin: 2px 10px 0 10px;
  }
  header + .page-specific-header._fixed {
    position: relative;
    height: auto;
    left: 0;
  }
  header + .page-specific-header._fixed._scroll {
    height: calc(100vh - 10px);
  }
  header + .page-specific-header._fixed._scroll._product {
    height: 50vh;
  }
  header + .page-specific-header._fixed + .content-wrapper {
    top: 0;
  }
  header + .page-specific-header._fixed._custom_height + .content-wrapper {
    top: 0;
  }
  header
+ .page-specific-header._fixed._custom_height._entry
+ .content-wrapper {
    top: 0 !important;
  }
}

@media (max-width: 550px) {
  header .top-fixed {
    padding: 0 0.625em;
  }
  header .top-fixed .inner-header h1,
  header .top-fixed .inner-header h2 {
    font-size: 12px;
    letter-spacing: 1px;
    line-height: 12px;
    color: #fff;
  }
  header .top-fixed .inner-header h1::before,
  header .top-fixed .inner-header h2::before {
    background: #fff !important;
  }
  header .top-fixed .inner-header + .hamburger {
    -webkit-filter: invert(0);
    filter: invert(0);
  }
  header::after {
    top: -10px !important;
  }
  header._background::after {
    top: -10px !important;
  }
  header._dark._empty {
    background: transparent;
  }
  header._map .top-fixed::before {
    display: none;
  }
  header
+ .page-specific-header
.header-container
img.background
+ h2.abs-center {
    font-size: 12px;
    bottom: 90px;
    left: 0;
    padding: 0 20px;
    text-align: center;
    line-height: 1.5;
    width: 100%;
    top: initial;
  }
}

footer {
  width: 100%;
  background-color: #1d1d1d;
  z-index: 75;
  position: relative;
}

footer .additional,
footer .contacts,
footer .copyright {
  padding: 0 2.5em;
}

footer .additional {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 2.5em;
}

footer .additional .link-group {
  min-width: 12.5em;
}

footer .additional .link-group a {
  display: block;
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 35px;
  text-transform: uppercase;
}

footer .additional .link-group a:hover {
  color: #ff4d00;
}

footer .additional .link-group hr {
  border: none;
  border-top: 1px solid #4a4a4a;
}

footer .additional .link-group .location-map {
  font-size: initial;
  height: 6.373125em;
  width: 11.443125em;
  margin: 2.5em 0 0 0;
  position: relative;
}

footer .additional .link-group .location-map .location-pin {
  position: absolute;
  bottom: 0.8em;
  left: 0.8em;
}

footer .additional .link-group .location-map .location-pin span {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 2px;
  line-height: 12px;
  padding: 0 0 0 0.8em;
}

footer .additional .link-group .location-map .location-pin img {
  display: block;
  height: 0.861875em;
  width: 0.6875em;
  margin: 0 auto;
  position: relative;
  top: -0.4em;
}

footer .additional .link-group .location-map > img {
  display: block;
  width: 100%;
}

footer .additional .link-group .location-map:hover .location-pin span {
  color: #ff4d00;
}

footer .additional .newsletter-form-container {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

footer .additional .newsletter-form-container h2 {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 2.5em 0;
}

footer .additional .newsletter-form-container form {
  width: 100%;
  min-width: 35.625em;
}

footer .additional .newsletter-form-container form input[type="text"],
footer .additional .newsletter-form-container form input[type="email"] {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #9b9b9b;
  background: transparent;
  text-align: center;
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 15px;
  height: 2.375em;
  margin: 0 0 2.5em 0;
}

footer
.additional
.newsletter-form-container
form
input[type="text"].placeholder,
footer
.additional
.newsletter-form-container
form
input[type="email"].placeholder {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

footer
.additional
.newsletter-form-container
form
input[type="text"]:-moz-placeholder,
footer
.additional
.newsletter-form-container
form
input[type="email"]:-moz-placeholder {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

footer
.additional
.newsletter-form-container
form
input[type="text"]::-moz-placeholder,
footer
.additional
.newsletter-form-container
form
input[type="email"]::-moz-placeholder {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

footer
.additional
.newsletter-form-container
form
input[type="text"]:-ms-input-placeholder,
footer
.additional
.newsletter-form-container
form
input[type="email"]:-ms-input-placeholder {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

footer
.additional
.newsletter-form-container
form
input[type="text"]::-webkit-input-placeholder,
footer
.additional
.newsletter-form-container
form
input[type="email"]::-webkit-input-placeholder {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 12px;
}

footer .additional .newsletter-form-container form input[type="checkbox"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #979797;
  position: relative;
  cursor: pointer;
}

footer
.additional
.newsletter-form-container
form
input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #000;
}

footer
.additional
.newsletter-form-container
form
input[type="checkbox"]:checked::before {
  background: #fff url(../img/svg/check.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

footer .additional .newsletter-form-container form .terms {
  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;
  margin: 0 0 3.75em 0;
}

footer .additional .newsletter-form-container form .terms label {
  width: calc(100% - 15px);
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 15px;
  text-align: left;
  margin: 0 0 0 1.4375em;
  cursor: pointer;
}

footer .additional .newsletter-form-container form .btn {
  margin: 0 auto;
}

footer .additional::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #9b9b9b;
  margin: 2.5em 0 0 0;
}

footer .contacts {
  width: 100%;
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .contacts address {
  color: #9b9b9b;
  font-style: normal;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  letter-spacing: 3px;
  line-height: 20px;
  font-size: 12px;
}

footer .contacts .socials {
  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;
}

footer .contacts .socials a {
  display: block;
}

footer .contacts .socials a.facebook {
  height: 17.14px;
  width: 8px;
}

footer .contacts .socials a.youtube {
  height: 40px;
  width: 40px;
  margin: 0 0 0 20px;
}

footer .contacts .socials a.twitter {
  height: 20px;
  width: 20px;
}

footer .contacts .socials a.instagram {
  height: 15.91px;
  width: 15.91px;
  margin: 0 1.375em;
}

footer .contacts .socials a.linkedin {
  height: 15.29px;
  width: 16px;
}

footer .contacts .socials a img {
  display: block;
  width: 100%;
}

footer .contacts .socials a:hover {
  -webkit-filter: invert(1);
  filter: invert(1);
}

footer .contacts .contact-info a {
  display: block;
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 20px;
}

footer .contacts .contact-info a:hover {
  color: #ff4d00;
}

footer .copyright {
  background-color: #161616;
  min-height: 2.5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

footer .copyright span {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 15px;
}

footer .copyright a:hover span {
  color: #ff4d00;
}

/** MEDIA **/
@media (max-width: 1100px) {
  footer .additional {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  footer .additional .newsletter-form-container {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    width: 100%;
    max-width: 80%;
    margin: 3.125em auto;
  }
  footer .additional .link-group {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .additional::after {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
}

@media (max-width: 768px) {
  footer .additional .newsletter-form-container form {
    min-width: initial;
  }
  footer .contacts {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  footer .contacts address {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  footer .contacts .socials {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: 100%;
    margin: 2.5em 0 0 0;
  }
  footer .contacts .contact-info {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  footer .copyright {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0.9375em 2.5em;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  footer .copyright a {
    margin: 0.5em 0 0 0;
  }
  footer .copyright a,
  footer .copyright span {
    text-align: center;
  }
}

@media (max-width: 500px) {
  footer .additional .link-group {
    width: 100%;
    text-align: center;
  }
  footer .additional .link-group .location-map {
    margin: 2.5em auto;
  }
  footer .additional .newsletter-form-container {
    max-width: 100%;
  }
  footer .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  footer .contacts address,
  footer .contacts .contact-info {
    text-align: center;
  }
  footer .contacts .contact-info {
    margin: 2.5em 0 0 0;
  }
}

@media (max-width: 375px) {
  footer .copyright {
    padding: 0.9375em 1.25em;
  }
}

.grecaptcha-badge {
  z-index: 65;
  bottom: 100px !important;
  display: none !important;
}

.cookie-message {
  height: 3.75em;
  width: calc(100% - 2.5em);
  background-color: #008dd2;
  position: fixed;
  top: 0;
  left: 1.25em;
  margin: 0 auto;
  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;
  z-index: 75;
}

.cookie-message p {
  margin: 0;
  width: 100%;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2.8px;
  line-height: 17px;
  padding: 0 1.25em 0 0;
}

.cookie-message a {
  color: #fff;
  text-decoration: underline;
}

.cookie-message .close-message {
  position: absolute;
  right: 1.25em;
  cursor: pointer;
}

.cookie-message + header {
  top: 3.75em;
}

.cookie-message + header + .page-specific-header {
  top: 3.75em;
}

.common-content-wrapper {
  background: #fff;
  max-width: 600px;
  margin: 0 auto;
  width: 100%;
  padding: 150px 10px;
  text-align: center;
}

.common-content-wrapper._search {
  padding: 1.25em;
}

.common-content-wrapper._search .empty-search {
  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;
  height: 50vh;
}

.common-content-wrapper._search .empty-search p {
  background-image: none;
  background-color: #fff9d7;
  color: #000;
  border: 1px solid #e7d2b1;
  border-radius: 5px 5px 5px 5px;
  padding: 15px;
}

.common-content-wrapper._search .search-results {
  display: block;
  width: 70%;
  margin: 2em auto;
}

.common-content-wrapper._search .search-results .results-title h2 {
  font-size: 38px;
  margin: 0;
}

.common-content-wrapper._search .search-results .results-title h2::after {
  content: "";
  display: block;
  width: 300px;
  height: 1px;
  background: #000;
  margin: 20px 0;
}

.common-content-wrapper._search .search-results .results-title h3 {
  margin: 0;
}

.common-content-wrapper._search .search-results .results-title small {
  margin: 0 0 50px 0;
  display: block;
}

.common-content-wrapper._search .search-results .search-entry {
  margin: 1.5em 0 0 0;
}

.common-content-wrapper._search .search-results .search-entry h2 {
  margin: 0;
}

.common-content-wrapper._search .search-results .search-entry a {
  color: #008dd2;
  font-weight: 400;
  font-family: "Encode Sans Expanded", sans-serif;
}

.common-content-wrapper._search .search-results .search-entry:hover a {
  text-decoration: underline;
}

.common-content-wrapper._search .search-results .search-entry::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.1);
  margin: 1.5em 0 0 0;
}

.common-content-wrapper._search
.search-results
.search-entry:last-child::after {
  display: none;
}

.message {
  padding: 15px;
  margin-bottom: 20px;
  border: 1px solid transparent;
  border-radius: 4px;
  text-align: center;
  width: 100%;
  color: #3c763d;
  background-color: #dff0d8;
  font-size: 14px;
}

.message.notice {
  border: 1px solid #d6e9c6;
}

.message.error {
  color: #a94442;
  background-color: #f2dede;
  border: 1px solid #ebccd1;
}

/** MEDIA **/
@media (max-width: 1280px) {
  .cookie-message {
    padding: 0.625em 3.75em 0.625em 0.625em;
  }
}

@media (max-width: 768px) {
  .cookie-message {
    width: calc(100% - 1.25em);
    left: 0.625em;
    height: auto;
  }
  .common-content-wrapper._search {
    padding: 5em 0.625em 0.625em 0.625em;
  }
  .common-content-wrapper._search .search-results {
    width: 90%;
  }
}

/** VARIABLES **/
.header-container._index .center {
  position: relative;
  z-index: 50;
  left: calc((50% + 0.9375em));
}

.header-container._index .center > span {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  letter-spacing: 5px;
  line-height: 15px;
  text-transform: uppercase;
  position: relative;
  display: block;
}

.header-container._index .center > span a {
  color: #fff;
  text-decoration: none;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 300ms ease-in;
  transition: opacity 300ms ease-in;
  -webkit-transition-delay: 743ms;
  transition-delay: 743ms;
}

.header-container._index .center > span a:hover {
  color: rgba(255, 255, 255, 0.8);
}

.header-container._index .center > span::before {
  content: "";
  display: block;
  height: 15.625em;
  width: 1px;
}

.header-container._index .center > span::after {
  content: "";
  display: block;
  width: 1px;
  height: 0;
  position: absolute;
  top: -0.1875em;
  background: #fff;
  left: -0.75em;
  -webkit-transition: height 743ms linear;
  transition: height 743ms linear;
}

.header-container._index .center > span:not(:first-of-type)::before {
  height: 3.4375em;
}

.header-container._index .center > span:nth-child(2) {
  left: calc(-1.875em);
}

.header-container._index .center > span:nth-child(2) a {
  -webkit-transition-delay: 1190.4761904762ms;
  transition-delay: 1190.4761904762ms;
}

.header-container._index .center > span:nth-child(2)::after {
  height: 0;
  top: -22.6875em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 371ms;
  transition-delay: 371ms;
}

.header-container._index .center > span:nth-child(3) {
  left: calc(-3.75em);
}

.header-container._index .center > span:nth-child(3) a {
  -webkit-transition-delay: 1785.7142857143ms;
  transition-delay: 1785.7142857143ms;
}

.header-container._index .center > span:nth-child(3)::after {
  height: 0;
  top: -26.125em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 742ms;
  transition-delay: 742ms;
}

.header-container._index .center > span:nth-child(4) {
  left: calc(-5.625em);
}

.header-container._index .center > span:nth-child(4) a {
  -webkit-transition-delay: 2380.9523809524ms;
  transition-delay: 2380.9523809524ms;
}

.header-container._index .center > span:nth-child(4)::after {
  height: 0;
  top: -29.5625em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 2226ms;
  transition-delay: 2226ms;
}

.header-container._index .center > span:nth-child(5) {
  left: calc(-7.5em);
}

.header-container._index .center > span:nth-child(5) a {
  -webkit-transition-delay: 2976.1904761905ms;
  transition-delay: 2976.1904761905ms;
}

.header-container._index .center > span:nth-child(5)::after {
  height: 0;
  top: -33em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 8904ms;
  transition-delay: 8904ms;
}

.header-container._index .center > span:nth-child(6) {
  left: calc(-9.375em);
}

.header-container._index .center > span:nth-child(6) a {
  -webkit-transition-delay: 3571.4285714286ms;
  transition-delay: 3571.4285714286ms;
}

.header-container._index .center > span:nth-child(6)::after {
  height: 0;
  top: -36.4375em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 44520ms;
  transition-delay: 44520ms;
}

.header-container._index .center > span:nth-child(7) {
  left: calc(-11.25em);
}

.header-container._index .center > span:nth-child(7) a {
  -webkit-transition-delay: 4166.6666666667ms;
  transition-delay: 4166.6666666667ms;
}

.header-container._index .center > span:nth-child(7)::after {
  height: 0;
  top: -39.875em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 267120ms;
  transition-delay: 267120ms;
}

.header-container._index .center > span:nth-child(8) {
  left: calc(-13.125em);
}

.header-container._index .center > span:nth-child(8) a {
  -webkit-transition-delay: 4761.9047619048ms;
  transition-delay: 4761.9047619048ms;
}

.header-container._index .center > span:nth-child(8)::after {
  height: 0;
  top: -43.3125em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 1869840.0000000005ms;
  transition-delay: 1869840.0000000005ms;
}

.header-container._index .center > span:nth-child(9) {
  left: calc(-15em);
}

.header-container._index .center > span:nth-child(9) a {
  -webkit-transition-delay: 5357.1428571429ms;
  transition-delay: 5357.1428571429ms;
}

.header-container._index .center > span:nth-child(9)::after {
  height: 0;
  top: -46.75em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 14958720.000000004ms;
  transition-delay: 14958720.000000004ms;
}

.header-container._index .center > span:nth-child(10) {
  left: calc(-16.875em);
}

.header-container._index .center > span:nth-child(10) a {
  -webkit-transition-delay: 5952.380952381ms;
  transition-delay: 5952.380952381ms;
}

.header-container._index .center > span:nth-child(10)::after {
  height: 0;
  top: -50.1875em;
  -webkit-transition: height 833.3333333333ms linear;
  transition: height 833.3333333333ms linear;
  -webkit-transition-delay: 134628480ms;
  transition-delay: 134628480ms;
}

.header-container._index .center._animate > span a {
  opacity: 1;
  visibility: visible;
}

.header-container._index .center._animate > span::after {
  height: 100%;
}

.header-container._index .center._animate > span:nth-child(2)::after {
  height: calc(100% + 22.5em);
}

.header-container._index .center._animate > span:nth-child(3)::after {
  height: calc(100% + 25.9375em);
}

.header-container._index .center._animate > span:nth-child(4)::after {
  height: calc(100% + 29.375em);
}

.header-container._index .center._animate > span:nth-child(5)::after {
  height: calc(100% + 32.8125em);
}

.header-container._index .center._animate > span:nth-child(6)::after {
  height: calc(100% + 36.25em);
}

.header-container._index .center._animate > span:nth-child(7)::after {
  height: calc(100% + 39.6875em);
}

.header-container._index .center._animate > span:nth-child(8)::after {
  height: calc(100% + 43.125em);
}

.header-container._index .center._animate > span:nth-child(9)::after {
  height: calc(100% + 46.5625em);
}

.header-container._index .center._animate > span:nth-child(10)::after {
  height: calc(100% + 50em);
}

.header-container._dark img {
  z-index: 25;
}

.header-container._dark img.background {
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
}

.header-container._dark::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(0, 0, 0, 0.75);
  z-index: 40;
}

.news-blocks {
  width: 100%;
  background: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 46.875em;
}

.news-blocks img.background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 25;
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
}

.news-blocks > div {
  height: 100%;
  width: 50%;
  position: relative;
}

.news-blocks > div h2 {
  position: relative;
  z-index: 50;
  height: 175px;
  width: 175px;
  background-color: #000000;
  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: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 3.5px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

.news-blocks > div h3 {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3.5px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.news-blocks > div .date {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 3.5px;
  line-height: 12px;
}

.news-blocks > div .short-description {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 15px;
  margin: 1.125em 0 1.5em 0;
}

.news-blocks > div .article-container {
  background: #000;
  position: relative;
  z-index: 50;
  padding: 1.125em 2.5em 1.125em 1.875em;
  width: 100%;
  max-width: 32.8125em;
}

.news-blocks > div a.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  width: 100%;
  text-align: right;
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-blocks > div a.read-more span {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #9b9b9b;
}

.news-blocks > div a.read-more img {
  display: inline-block;
  height: 16px;
  width: 40px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 0 10px;
  left: 0;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.news-blocks > div a.read-more:hover {
  color: #ff4d00;
}

.news-blocks > div a.read-more:hover img {
  left: 5px;
}

.news-blocks > div.main-block,
.news-blocks > div.second-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-blocks > div.main-block .article-container {
  margin: auto 0 0 auto;
}

.news-blocks > div.second-block > div {
  height: 50%;
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  background: #000;
  overflow: hidden;
}

.news-blocks > div.second-block > div img {
  height: 100%;
}

.news-blocks > div.second-block > div .article-container {
  margin: auto 0 0 0;
}

.news-blocks > div.second-block > div .article-container .date::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(155, 155, 155, 0.7);
  margin: 10px 0;
  left: -3.125em;
  position: relative;
}

.news-blocks > div.second-block > div > img,
.news-blocks > div.second-block > div .article-container {
  width: 50%;
  position: relative;
}

.news-blocks > div.second-block > div:first-child {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.news-blocks > div.second-block > div:first-child .article-container {
  text-align: right;
  padding: 1.125em 1.875em 1.125em 2.5em;
}

.news-blocks
> div.second-block
> div:first-child
.article-container
.date::after {
  right: -3.125em;
  left: initial;
}

.news-blocks > div.main-block img.background,
.news-blocks > div.second-block > div img.background {
  -webkit-transition: -webkit-filter 300ms ease;
  transition: -webkit-filter 300ms ease;
  transition: filter 300ms ease;
  transition: filter 300ms ease, -webkit-filter 300ms ease;
}

.news-blocks > div.main-block:hover img.background,
.news-blocks > div.second-block > div:hover img.background {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.news-blocks > div.main-block:hover a span,
.news-blocks > div.second-block > div:hover a span {
  color: #ff4d00;
}

.news-blocks.size-1 > div {
  width: 100%;
}

.news-blocks.size-1 > div.second-block {
  display: none;
}

.news-blocks--updated {
  background: #000;
  position: relative;
  padding: 40px 0 20px 0;
}

.news-blocks--updated h2 {
  position: absolute;
  z-index: 50;
  height: 175px;
  width: 175px;
  background-color: #000000;
  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: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 24px;
  letter-spacing: 3.5px;
  line-height: 26px;
  margin: 0;
  padding: 0;
  text-transform: uppercase;
  text-align: center;
}

.news-blocks--updated > div.list {
  width: 100%;
  max-width: calc(100% - 160px);
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  grid-column-gap: 80px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.news-blocks--updated > div.list > div img {
  width: 100%;
  height: 21.25em;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.news-blocks--updated > div.list > div img.background {
  -webkit-filter: saturate(30%);
  filter: saturate(30%);
}

.news-blocks--updated > div.list > div .article-container {
  background: #111;
  position: relative;
  z-index: 50;
  padding: 1.125em 2.5em 1.125em 1.875em;
  width: 100%;
  min-height: 370px;
}

.news-blocks--updated > div.list > div .article-container .date::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(155, 155, 155, 0.7);
  margin: 10px 0;
  left: -3.125em;
  position: relative;
}

.news-blocks--updated > div.list > div .article-container h3 {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
  font-size: 14px;
  letter-spacing: 3.5px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 0 0 5px 0;
}

.news-blocks--updated > div.list > div .article-container .date {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 300;
  font-size: 10px;
  letter-spacing: 3.5px;
  line-height: 12px;
}

.news-blocks--updated > div.list > div .article-container .short-description {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 15px;
  margin: 1.125em 0 1.5em 0;
}

.news-blocks--updated > div.list > div .article-container a.read-more {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  width: 100%;
  text-align: right;
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 3px;
  line-height: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.news-blocks--updated > div.list > div .article-container a.read-more span {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #9b9b9b;
}

.news-blocks--updated > div.list > div .article-container a.read-more img {
  display: inline-block;
  height: 16px;
  width: 40px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 0 0 10px;
  left: 0;
  position: relative;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.news-blocks--updated > div.list > div .article-container a.read-more:hover {
  color: #ff4d00;
}

.news-blocks--updated
> div.list
> div
.article-container
a.read-more:hover
img {
  left: 5px;
}

.news-blocks--updated > div.list > div:hover img.background {
  -webkit-filter: saturate(1);
  filter: saturate(1);
}

.news-blocks--updated > div.list > div:hover a span {
  color: #ff4d00 !important;
}

.about-block {
  width: 100%;
  height: 46.875em;
  background: #000 url(../img/backgrounds/about-content-background.jpg) no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  overflow: hidden;
}

.about-block > div {
  height: 100%;
}

.about-block > div.about-content {
  background-color: rgba(0, 0, 0, 0.35);
  padding: 1.25em;
  width: 100%;
  max-width: 38.75em;
  -webkit-transition: all 500ms ease-out;
  transition: all 500ms ease-out;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  opacity: 0;
  visibility: hidden;
}

.about-block > div.about-content h2 {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  text-transform: uppercase;
  margin: 1.875em 0 2.8125em 0;
}

.about-block > div.about-content .description {
  color: #e5e5e5;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  letter-spacing: 3.5px;
  line-height: 26px;
  margin: 0 0 1.875em 0;
}

.about-block > div.about-content .awards {
  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;
}

.about-block > div.about-content .awards a {
  display: block;
  width: calc(100% / 3);
  opacity: 0;
  -webkit-transition: opacity 1500ms ease;
  transition: opacity 1500ms ease;
}

.about-block > div.about-content .awards a img {
  display: block;
  height: 2.021875em;
  width: 2.615em;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto 0.9375em auto;
}

.about-block > div.about-content .awards a span {
  display: block;
  color: #008dd2;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: bold;
  letter-spacing: 3.5px;
  line-height: 15px;
  text-align: center;
}

.about-block > div.about-content .awards a:nth-child(2) {
  border-left: 1px solid rgba(97, 97, 97, 0.7);
  border-right: 1px solid rgba(97, 97, 97, 0.7);
}

.about-block > div.about-content .awards a:hover span {
  color: #ff4d00;
}

.about-block > div.about-content .awards a:nth-child(1) {
  -webkit-transition-delay: 900ms;
  transition-delay: 900ms;
}

.about-block > div.about-content .awards a:nth-child(2) {
  -webkit-transition-delay: 1100ms;
  transition-delay: 1100ms;
}

.about-block > div.about-content .awards a:nth-child(3) {
  -webkit-transition-delay: 1300ms;
  transition-delay: 1300ms;
}

.about-block > div.play-media {
  width: 100%;
  max-width: calc(100% - 38.75em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-block > div.play-media .play-trigger {
  cursor: pointer;
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 700ms ease-in-out;
  transition: all 700ms ease-in-out;
}

.about-block > div.play-media .play-trigger img {
  height: 2.6375em;
  width: 2.300625em;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  margin: 0 0 0.9375em 0;
}

.about-block > div.play-media .play-trigger .video-text {
  height: 11.25em;
  border-right: 1px solid #fff;
  position: relative;
  -webkit-transition-delay: 300ms;
  transition-delay: 300ms;
  -webkit-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
}

.about-block > div.play-media .play-trigger .video-text span {
  display: block;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 5px;
  line-height: 12px;
  position: absolute;
  white-space: nowrap;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
  left: -20px;
  top: -5px;
}

.about-block > div.play-media:hover .play-trigger .video-text {
  height: 22.5em !important;
}

.about-block::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 25;
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 650ms ease-in-out;
  transition: all 650ms ease-in-out;
}

.about-block._animate > div.about-content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  opacity: 1;
  visibility: visible;
}

.about-block._animate > div.about-content .awards a {
  opacity: 1;
}

.about-block._animate > div.play-media .play-trigger {
  opacity: 1;
  visibility: visible;
}

.about-block._animate > div.play-media .play-trigger .video-text {
  height: 21.25em;
}

.about-block._animate::before {
  opacity: 0;
  visibility: hidden;
}

.portfolio-block {
  width: 100%;
  background: #000;
}

.portfolio-block h2 {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  text-align: center;
  display: block;
  width: 100%;
  padding: 3.75em 0 0 0;
  margin: 0 0 2.5em 0;
  text-transform: uppercase;
}

.portfolio-block .portfolio-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 38.75em;
}

.portfolio-block .portfolio-list a {
  width: calc(100% / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  height: 100%;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.portfolio-block .portfolio-list a > img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-position: left bottom;
  object-position: left bottom;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 25;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
  -webkit-transform-origin: 0 50;
  transform-origin: 0 50;
}

.portfolio-block .portfolio-list a h3 {
  position: relative;
  width: 100%;
  z-index: 50;
  display: block;
  margin: auto 3.125em 2.5em 3.125em;
}

.portfolio-block .portfolio-list a h3 img,
.portfolio-block .portfolio-list a h3 span {
  display: block;
}

.portfolio-block .portfolio-list a h3 img {
  margin: 0 auto;
}

.portfolio-block .portfolio-list a h3 span {
  margin: 0.9375em 0 0 0;
  text-transform: uppercase;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 20px;
  text-align: center;
}

.portfolio-block .portfolio-list a:hover {
  width: calc(100% / 2);
}

.portfolio-block .portfolio-list a:hover > img {
  -webkit-transform: scale(1.2);
  transform: scale(1.2);
}

.portfolio-block .portfolio-list a:hover {
  opacity: 1 !important;
}

.portfolio-block .portfolio-list:hover a {
  opacity: 0.75;
}

/** MEDIA **/
@media (max-width: 1440px) {
  .news-blocks--updated > div.list {
    max-width: calc(100% - 80px);
    grid-column-gap: 40px;
  }
}

@media (max-width: 1280px) {
  header._index .top-fixed .logo img {
    display: block;
  }
  header._index .top-fixed .logo img.small {
    display: none;
  }
}

@media (max-width: 1180px) {
  .news-blocks--updated > div.list {
    grid-column-gap: 20px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .news-blocks--updated > div.list > div .article-container {
    padding: 1.125em 0 1.125em 0;
  }
  .news-blocks--updated > div.list > div .article-container .date::after {
    left: 0;
  }
  .news-blocks--updated > div.list > div:first-child {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 3;
    margin: 0 0 20px 0;
  }
}

@media (max-width: 1024px) {
  .news-blocks {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
  }
  .news-blocks > div {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .portfolio-block .portfolio-list {
    height: auto;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .portfolio-block .portfolio-list a {
    width: 100%;
    padding: 20px 0 20px 100px;
  }
  .portfolio-block .portfolio-list a h3 {
    margin: 0;
  }
  .portfolio-block .portfolio-list a h3 span {
    letter-spacing: 4px;
    font-size: 14px;
  }
  .portfolio-block .portfolio-list a:hover {
    width: 100%;
  }
  .portfolio-block .portfolio-list a:hover img {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@media (max-width: 900px) {
  .header-container._index .center {
    left: 0;
    top: 10vh;
  }
  .header-container._index .center > span {
    padding: 0 0 0 2.5em;
    font-size: 12px;
  }
  .header-container._index .center > span::before {
    height: 10.3125em;
  }
  .header-container._index .center > span::after {
    height: 1px !important;
    left: 0;
    width: 1.25em;
    bottom: 7px;
    top: initial;
  }
  .header-container._index .center > span:nth-child(2) {
    left: 0;
    padding: 0 0 0 3.75em;
  }
  .header-container._index .center > span:nth-child(2)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(2)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 2.5em;
  }
  .header-container._index .center > span:nth-child(3) {
    left: 0;
    padding: 0 0 0 5em;
  }
  .header-container._index .center > span:nth-child(3)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(3)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 3.75em;
  }
  .header-container._index .center > span:nth-child(4) {
    left: 0;
    padding: 0 0 0 6.25em;
  }
  .header-container._index .center > span:nth-child(4)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(4)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 5em;
  }
  .header-container._index .center > span:nth-child(5) {
    left: 0;
    padding: 0 0 0 7.5em;
  }
  .header-container._index .center > span:nth-child(5)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(5)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 6.25em;
  }
  .header-container._index .center > span:nth-child(6) {
    left: 0;
    padding: 0 0 0 8.75em;
  }
  .header-container._index .center > span:nth-child(6)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(6)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 7.5em;
  }
  .header-container._index .center > span:nth-child(7) {
    left: 0;
    padding: 0 0 0 10em;
  }
  .header-container._index .center > span:nth-child(7)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(7)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 8.75em;
  }
  .header-container._index .center > span:nth-child(8) {
    left: 0;
    padding: 0 0 0 11.25em;
  }
  .header-container._index .center > span:nth-child(8)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(8)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 10em;
  }
  .header-container._index .center > span:nth-child(9) {
    left: 0;
    padding: 0 0 0 12.5em;
  }
  .header-container._index .center > span:nth-child(9)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(9)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 11.25em;
  }
  .header-container._index .center > span:nth-child(10) {
    left: 0;
    padding: 0 0 0 13.75em;
  }
  .header-container._index .center > span:nth-child(10)::before {
    height: 2.1875em;
  }
  .header-container._index .center > span:nth-child(10)::after {
    height: 1px !important;
    bottom: 7px;
    top: initial;
    width: 12.5em;
  }
}

@media (max-width: 768px) {
  .news-blocks img.background {
    position: relative;
  }
  .news-blocks > div h2 {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    height: 85px;
  }
  .news-blocks > div .article-container {
    padding: 1.125em 0.625em 1.125em 0.625em;
    margin: 0 !important;
    max-width: 100%;
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
  }
  .news-blocks > div.main-block {
    height: auto;
  }
  .news-blocks > div.main-block img {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    height: 50vw;
  }
  .news-blocks > div.second-block {
    height: auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .news-blocks > div.second-block > div {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .news-blocks > div.second-block > div .short-description {
    display: none;
  }
  .news-blocks > div.second-block > div:first-child {
    padding: 0 5px 0 0;
  }
  .news-blocks > div.second-block > div:first-child .article-container {
    text-align: left;
    padding: 1.125em 0.625em 1.125em 0.625em;
  }
  .news-blocks > div.second-block > div:last-child {
    padding: 0 0 0 5px;
  }
  .news-blocks > div.second-block > div > img {
    width: 100%;
    height: 50vw;
  }
  .news-blocks > div.second-block > div .article-container {
    width: 100%;
    max-width: 100%;
  }
  .news-blocks > div.second-block > div .article-container .date::after {
    display: none;
  }
  .about-block {
    height: auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-position: top center;
    background-size: 170%;
  }
  .about-block > div.about-content {
    max-width: 100%;
    padding: 0.625em;
  }
  .about-block > div.about-content h2 {
    margin: 0.625em 0 1.5625em 0;
  }
  .about-block > div.play-media {
    max-width: 100%;
    margin: 3.125em 0 0 0;
  }
  .about-block._animate > div.play-media .play-trigger .video-text {
    height: 13.25em !important;
  }
  .news-blocks--updated {
    padding: 10px 0;
  }
  .news-blocks--updated h2 {
    height: 105px;
  }
  .news-blocks--updated > div.list {
    max-width: calc(100% - 20px);
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-row-gap: 20px;
  }
  .news-blocks--updated > div.list > div:first-child {
    -ms-grid-column: 1;
    grid-column-start: 1;
    grid-column-end: 1;
    margin: 0;
  }
}

@media (max-width: 450px) {
  .header-container._index .center > span {
    font-size: 12px;
    letter-spacing: 3px;
    padding: 0 0 0 30px !important;
  }
  .header-container._index .center > span::after {
    width: 20px !important;
  }
  .news-blocks > div .article-container {
    margin: 0 !important;
    padding: 0.625em 0.625em 1.25em 0.625em;
  }
  .news-blocks > div.second-block > div:first-child .article-container {
    padding: 0.625em 0.625em 1.25em 0.625em;
  }
  .news-blocks > div h3 {
    max-height: 50px;
    overflow: hidden;
  }
  .news-blocks > div a.read-more {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 10px 0 0 auto;
  }
  .about-block {
    background-position: 50% 115%;
    background-size: 180%;
  }
  .about-block > div.about-content .description {
    font-size: 12px;
    line-height: 13px;
    letter-spacing: 1.5px;
  }
}

@media (max-width: 420px) {
  .news-blocks > div .short-description {
    color: #ccc;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 400;
    font-size: 12px;
    letter-spacing: 2px;
    line-height: 15px;
    margin: 1.125em 0 1.5em 0;
  }
  .news-blocks > div h3 {
    color: #ffffff;
    font-family: "Encode Sans Expanded", sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 3.5px;
    line-height: 17px;
    text-transform: uppercase;
    margin: 0 0 5px 0;
  }
}

@media (max-width: 375px) {
  .about-block {
    background-position: 50% 115%;
    background-size: 220%;
  }
}

.header-container._news {
  background: #fff;
  padding: 5.625em 0;
  height: 80vh !important;
}

.header-container._news .latest-article {
  width: 100%;
  max-width: 80em;
  margin: 0 auto;
}

.header-container._news .latest-article > img {
  display: block;
  width: 100%;
  height: 25em;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.header-container._news .latest-article::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 155, 155, 0.7);
  margin: 2.5em 0;
}

.header-container._entry {
  height: 65vh !important;
}

.header-container._entry .latest-article::after {
  display: none;
}

.articles-container,
.article-container {
  background: #fff;
}

.article-container {
  max-width: 80em;
  width: 100%;
  margin: 0 auto;
  padding: 2em 0;
}

.load-more-articles {
  margin: 2.5em auto 1.875em auto;
}

.articles {
  background: #fff;
  padding: 1.25em 0;
}

.articles article {
  width: 100%;
  position: relative;
  max-width: 80em;
  margin: 0 auto;
  padding: 0 0 0 20em;
  height: 13.75em;
}

.articles article > img {
  display: block;
  position: absolute;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  left: 0;
  top: 0;
  height: 13.75em;
  width: 19.0625em;
}

.articles .separator {
  display: block;
  width: 100%;
  height: 1px;
  background-color: rgba(155, 155, 155, 0.7);
  margin: 2.5em auto;
  max-width: 80em;
}

article h2,
article h1,
._article h2,
._article h1 {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 18px;
}

article .date,
._article .date {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 10px;
  font-weight: 300;
  letter-spacing: 3.33px;
  line-height: 12px;
}

article .short-description,
._article .short-description {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  margin: 1.25em 0;
}

article .short-description p:first-child,
._article .short-description p:first-child {
  margin-top: 0;
}

article .short-description p:last-child,
._article .short-description p:last-child {
  margin-bottom: 0;
}

article a.read-more,
._article a.read-more {
  color: #4a4a4a;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 15px;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin: 5px 0 0 0;
}

article a.read-more img,
._article a.read-more img {
  display: block;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  height: 16.49px;
  width: 27px;
  margin: 0 0 0 5px;
}

.news-actions {
  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;
}

.news-actions a {
  margin: 2.5em 1.5625em 1.875em 1.5625em;
  min-width: 15.625em;
  text-align: center;
}

/** MEDIA **/
@media (max-width: 1400px) {
  .header-container._news {
    padding: 5.625em 1.25em;
  }
  .articles-container {
    padding: 0 1.25em;
  }
  .article-container {
    padding: 2em 1.25em;
  }
}

@media (max-width: 768px) {
  .header-container._news {
    height: auto !important;
    padding: 7.5em 0.625em 0 0.625em;
  }
  .header-container._news .latest-article > img {
    height: 20em;
  }
  .header-container._news .latest-article::after {
    margin-bottom: 1.25em;
  }
  .articles-container {
    padding: 0 0.625em;
  }
  .article-container {
    padding: 2em 0.625em;
  }
  .articles article {
    min-height: 13.75em;
    height: auto;
  }
  .articles .separator {
    margin-bottom: 0;
  }
}

@media (max-width: 600px) {
  .articles article {
    padding: 0;
  }
  .articles article > img {
    position: relative;
    width: 100%;
  }
}

@media (max-width: 420px) {
  ._article h1,
  ._article h2,
  article h1,
  article h2 {
    color: #000000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 24px;
  }
  ._article .short-description,
  article .short-description {
    color: #000000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 16px;
    margin: 1.25em 0;
  }
}

.page-entry-45 .floating-price-offer-btn {
  display: none;
}

.career-content-wrapper {
  padding: 2.5em 1.25em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 11.25em;
  grid-row-gap: 5em;
}

.career-content-wrapper .career-entry h3 {
  color: #4a4a4a;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 3.5px;
  line-height: 17px;
  text-transform: uppercase;
}

.career-content-wrapper .career-entry h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: rgba(0, 0, 0, 0.35);
  margin: 1.5625em 0;
}

.career-content-wrapper .career-entry strong,
.career-content-wrapper .career-entry p {
  color: #4a4a4a;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  margin: 0.625em 0 2.1875em 0;
}

.career-content-wrapper .career-entry strong {
  font-weight: 700;
}

.career-content-wrapper .career-entry a {
  height: 26px;
  width: 184px;
  border: 1px solid #4a4a4a;
  background: #000;
  color: #fff;
  border-radius: 13px;
  display: block;
  text-align: center;
  margin: 0 0 0 auto;
  padding: 1px 0 0 0;
}

.career-content-wrapper .career-entry a span {
  color: #fff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 15px;
  text-transform: uppercase;
}

.career-content-wrapper .career-entry a:hover {
  background: #ff4d00;
}

.career-content-wrapper .career-entry a:hover span {
  color: #fff;
}

.career-content-wrapper._entry {
  -ms-grid-columns: 450px 1fr 100px;
  grid-template-columns: 450px 1fr 100px;
  grid-column-gap: 8.75em;
}

.career-content-wrapper._entry a {
  margin: 0;
}

.career-content-wrapper._entry .career-content strong,
.career-content-wrapper._entry .career-content p {
  color: #4a4a4a;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  margin: 0.625em 0 2.1875em 0;
}

.career-content-wrapper._entry .career-content ol,
.career-content-wrapper._entry .career-content ul {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  font-family: "Encode Sans Expanded", sans-serif;
  padding: 0 0 0 20px;
  margin: 0 0 30px 0;
}

.career-content-wrapper._entry .career-content strong {
  font-weight: 700;
}

/** MEDIA **/
@media (max-width: 1440px) {
  .career-content-wrapper._entry {
    grid-column-gap: 2.5em;
  }
}

@media (max-width: 1280px) {
  .career-content-wrapper {
    grid-column-gap: 5em;
  }
}

@media (max-width: 1180px) {
  .career-content-wrapper._entry {
    -ms-grid-columns: 400px auto;
    grid-template-columns: 400px auto;
  }
}

@media (max-width: 1024px) {
  .career-content-wrapper {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1023px) {
  .career-content-wrapper._entry {
    grid-row-gap: 0;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .career-content-wrapper._entry .short-info > a {
    position: absolute;
    bottom: 1.25em;
    right: 1.25em;
    width: calc(100% - 2.5em);
  }
  .career-content-wrapper._entry .career-content {
    margin: 0 0 1.25em 0;
  }
}

@media (max-width: 768px) {
  .career-content-wrapper {
    padding: 0.625em 0.625em 1.25em 0.625em;
  }
}

@media (max-width: 550px) {
  .career-content-wrapper {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .career-content-wrapper .career-entry h3 {
    color: #318dd2;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 2.5px;
    line-height: 22px;
    text-transform: uppercase;
  }
  .career-content-wrapper .career-entry strong,
  .career-content-wrapper .career-entry p {
    color: #4a4a4a;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 15px;
    margin: 0.625em 0 2.1875em 0;
  }
}

.map-background #main-map {
  z-index: 25;
}

.map-background .small-map {
  position: absolute;
  right: 1.25em;
  bottom: 1.25em;
  z-index: 50;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.map-background .small-map .address-box {
  height: 182px;
  width: 268px;
  background-color: #008dd2;
  -webkit-box-shadow: -25px 15px 24px 0 rgba(4, 5, 38, 0.35);
  box-shadow: -25px 15px 24px 0 rgba(4, 5, 38, 0.35);
  padding: 1.25em 1.5625em 1.5625em 1.5625em;
}

.map-background .small-map .address-box address {
  height: 100%;
}

.map-background .small-map .address-box address span,
.map-background .small-map .address-box address strong {
  font-style: normal;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 28px;
}

.map-background .small-map .address-box address strong {
  text-transform: uppercase;
  font-weight: 700;
}

.map-background .small-map #map-secondary {
  height: 15.3125em;
  width: 20.3125em;
  -webkit-box-shadow: -25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  box-shadow: -25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  background: #8f94a8;
}

.contact-wrapper {
  padding: 1.25em;
}

.contact-wrapper .top-content {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 9.375em;
}

.contact-wrapper .top-content > div:last-child {
  padding: 2.5em 0 0 0;
}

.contact-wrapper h2 {
  color: #008dd2;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 1.25em 0 1.5625em 0;
}

.contact-wrapper .redirects {
  margin: 0 0 1.875em 0;
}

.contact-wrapper .redirects a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 35px;
  border-radius: 17.5px;
  background-color: #008dd2;
  padding: 10px 15px;
  margin: 0 0 10px 0;
}

.contact-wrapper .redirects a img {
  display: block;
  margin: 0 0.625em 0 0;
}

.contact-wrapper .redirects a span {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 15px;
  text-align: center;
  width: auto;
}

.contact-wrapper .redirects a:hover {
  background-color: #007cb9;
}

.contact-wrapper .redirects a:last-child {
  margin: 0;
}

.contact-wrapper .telfax-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-wrapper .telfax-list * {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1.75;
}

.contact-wrapper .telfax-list > div {
  width: 50%;
}

.contact-wrapper .telfax-list > div a {
  display: block;
}

.contact-wrapper .telfax-list::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 1.25em 0 0 0;
}

.contact-wrapper address,
.contact-wrapper p,
.contact-wrapper a {
  font-style: normal;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 1.75;
  display: block;
}

.contact-wrapper a > span {
  display: inline-block;
  width: 6.25em;
}

.contact-wrapper address {
  margin: 0 0 1.5625em 0;
}

.contact-wrapper hr {
  height: 1px;
  width: 100%;
  border-color: rgba(216, 216, 216, 0.2);
  margin: 1.25em 0;
}

.contact-wrapper .contact-list {
  margin: 0 0 1.25em 0;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

.contact-wrapper .contact-list .contacts > div {
  margin: 2.5em 0;
  position: relative;
}

.contact-wrapper .contact-list .contacts > div h3 {
  color: #000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 2;
  margin: 0;
}

.contact-wrapper .contact-list .contacts > div .table .row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.contact-wrapper .contact-list .contacts > div div,
.contact-wrapper .contact-list .contacts > div a {
  font-style: normal;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 2;
  display: block;
}

.contact-wrapper .contact-list .contacts > div div.country,
.contact-wrapper .contact-list .contacts > div a.country {
  color: #007cb9;
  font-weight: 700;
}

.contact-wrapper .contact-list .contacts > div div.country span,
.contact-wrapper .contact-list .contacts > div a.country span {
  color: #000;
  font-weight: 300;
}

.contact-wrapper .contact-list .contacts > div a {
  color: #ff4d00;
}

.contact-wrapper .contact-list .contacts > div a:hover {
  text-decoration: underline;
}

.contact-wrapper .contact-list .contacts > div._imaged {
  padding: 0 0 0 60px;
}

.contact-wrapper .contact-list .contacts > div._imaged img {
  position: absolute;
  left: 0px;
  top: 2px;
  width: 50px;
  height: 50px;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50px;
}

.contact-wrapper .contact-form {
  width: 100%;
}

.contact-wrapper .contact-form h2 {
  width: 100%;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  text-transform: uppercase;
}

.contact-wrapper .contact-form h2::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: #000;
  margin: 0 0 1.5625em 0;
}

.contact-wrapper .contact-form form {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 2.5em 0 0 0;
}

.contact-wrapper .contact-form form > div {
  width: calc(100% / 3);
}

.contact-wrapper .contact-form form .checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contact-wrapper .contact-form form .checkbox input[type="checkbox"] {
  display: inline-block;
  width: 14px;
  height: 14px;
  border: 1px solid #979797;
  position: relative;
  cursor: pointer;
}

.contact-wrapper .contact-form form .checkbox input[type="checkbox"]::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 10;
  color: #000;
}

.contact-wrapper
.contact-form
form
.checkbox
input[type="checkbox"]:checked::before {
  background: #fff url(../img/svg/check.svg) no-repeat;
  background-position: center;
  background-size: contain;
}

.contact-wrapper .contact-form form .checkbox label {
  display: inline-block;
  width: calc(100% - 40px);
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 2.92px;
  line-height: 18px;
  cursor: pointer;
}

.contact-wrapper .contact-form form .checkbox label a {
  font-weight: 700;
  color: #008dd2;
}

.contact-wrapper .contact-form form input[type="submit"] {
  height: 26px;
  min-width: 184px;
  border: 1px solid #000000;
  border-radius: 13px;
  background: #fff;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 15px;
  text-transform: uppercase;
  margin: 1.5625em 0 0 2.5em;
  cursor: pointer;
}

.contact-wrapper .contact-form form input[type="text"],
.contact-wrapper .contact-form form input[type="email"],
.contact-wrapper .contact-form form textarea {
  width: 100%;
  display: block;
  border: none;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 15px;
  border-bottom: 1px solid #000;
  margin: 0 0 2.8125em 0;
}

.contact-wrapper .contact-form form input[type="text"].placeholder,
.contact-wrapper .contact-form form input[type="email"].placeholder,
.contact-wrapper .contact-form form textarea.placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.contact-wrapper .contact-form form input[type="text"]:-moz-placeholder,
.contact-wrapper .contact-form form input[type="email"]:-moz-placeholder,
.contact-wrapper .contact-form form textarea:-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.contact-wrapper .contact-form form input[type="text"]::-moz-placeholder,
.contact-wrapper .contact-form form input[type="email"]::-moz-placeholder,
.contact-wrapper .contact-form form textarea::-moz-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.contact-wrapper .contact-form form input[type="text"]:-ms-input-placeholder,
.contact-wrapper .contact-form form input[type="email"]:-ms-input-placeholder,
.contact-wrapper .contact-form form textarea:-ms-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.contact-wrapper
.contact-form
form
input[type="text"]::-webkit-input-placeholder,
.contact-wrapper
.contact-form
form
input[type="email"]::-webkit-input-placeholder,
.contact-wrapper .contact-form form textarea::-webkit-input-placeholder {
  color: #000;
  font-size: 14px;
  font-weight: 300;
}

.contact-wrapper .contact-form form textarea {
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  border: 1px solid #000;
  width: calc(100% - 100px);
  max-width: calc(100% - 100px);
  min-width: calc(100% - 100px);
  margin: 0 auto;
  height: 8.4375em;
  min-height: 10em;
  max-height: 10em;
  resize: none;
  padding: 10px;
}

.matrix-contact {
  -webkit-columns: 3;
  columns: 3;
  -webkit-column-gap: 180px;
  column-gap: 180px;
}

.matrix-contact .line {
  display: block;
  width: 100%;
  height: 1px;
  margin: 1.25em 0;
}

.matrix-contact .text-50 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.matrix-contact .text-50 div {
  width: 48%;
}

/** MEDIA **/
@media (max-width: 1440px) {
  .matrix-contact {
    -webkit-column-gap: 80px;
    column-gap: 80px;
  }
}

@media (max-width: 1370px) {
  .contact-wrapper .top-content {
    grid-column-gap: 3.125em;
  }
}

@media (max-width: 1280px) {
  .contact-wrapper .contact-form form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contact-wrapper .contact-form form > div:nth-child(7) {
    width: 30%;
  }
  .contact-wrapper .contact-form form > div:nth-child(8) {
    width: 70%;
  }
  .contact-wrapper .contact-form form > div:nth-child(9) {
    width: 100%;
  }
  .contact-wrapper .contact-form form .checkbox label a {
    display: inline-block;
  }
  .matrix-contact {
    -webkit-columns: 2;
    columns: 2;
  }
}

@media (max-width: 1180px) {
  .contact-wrapper .top-content {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 1024px) {
  .contact-wrapper .contact-form form textarea {
    margin: 0 0 0 auto;
    width: calc(100% - 20px);
    max-width: calc(100% - 20px);
    min-width: calc(100% - 20px);
  }
}

@media (max-width: 768px) {
  .contact-wrapper {
    padding: 1.25em 0.625em;
  }
  .contact-wrapper .contact-form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-wrapper .contact-form form > div:nth-child(7),
  .contact-wrapper .contact-form form > div:nth-child(8),
  .contact-wrapper .contact-form form > div:nth-child(9) {
    width: 100%;
  }
  .contact-wrapper .contact-form form textarea {
    margin: 0.625em 0 2.5em 0;
    width: 100%;
    max-width: 100%;
    min-width: 100%;
  }
  .contact-wrapper .contact-form form input[type="submit"] {
    width: 100%;
    margin: 1.5625em 0 0 0;
  }
  .contact-wrapper .top-content {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .matrix-contact {
    -webkit-columns: 1;
    columns: 1;
    -webkit-column-gap: 0;
    column-gap: 0;
  }
}

@media (max-width: 650px) {
  .map-background .small-map .address-box {
    display: none;
  }
}

@media (max-width: 550px) {
  header + .page-specific-header .header-container._contact {
    height: auto !important;
  }
  header + .page-specific-header .header-container .map-background {
    position: relative;
  }
  header + .page-specific-header .header-container .map-background #main-map {
    height: 100vw;
  }
  header
+ .page-specific-header
.header-container
.map-background
.small-map {
    position: relative;
    width: 100%;
    height: auto;
    right: 0;
    bottom: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  header
+ .page-specific-header
.header-container
.map-background
.small-map
.address-box {
    display: block;
    width: 100%;
    height: auto;
  }
  header
+ .page-specific-header
.header-container
.map-background
.small-map
#map-secondary {
    width: 100%;
    height: 50vw;
  }
}

@media (max-width: 420px) {
  .map-background .small-map {
    width: calc(100% - 1.25em);
    right: 0.625em;
  }
  .map-background .small-map #map-secondary {
    height: 10em;
    width: 100%;
  }
  .contact-wrapper address,
  .contact-wrapper a {
    font-style: normal;
    color: #000000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.75;
    display: block;
  }
  .contact-wrapper h2 {
    color: #008dd2;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 3px;
    line-height: 20px;
    text-transform: uppercase;
    margin: 1.25em 0 1.5625em 0;
  }
  .contact-wrapper .contact-list .contacts > div h3 {
    color: #000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 14px;
    font-weight: 700;
    letter-spacing: 1px;
    line-height: 2;
    margin: 0;
  }
  .contact-wrapper .contact-list .contacts > div a {
    font-style: normal;
    color: #000000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 2;
    display: block;
  }
  .contact-wrapper .telfax-list * {
    color: #000000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 1.75;
  }
  .matrix-contact .text-50 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .matrix-contact .text-50 div {
    width: 100%;
    margin: 0 0 15px 0;
  }
}

@media (max-width: 380px) {
  .contact-wrapper a {
    margin: 0 0 10px 0;
  }
  .contact-wrapper a > span {
    width: 100%;
  }
  .contact-wrapper a:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .telfax-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contact-wrapper .telfax-list > div {
    width: 100%;
    margin: 0 0 20px 0;
  }
  .contact-wrapper .telfax-list > div:last-child {
    margin-bottom: 0;
  }
  .contact-wrapper .contact-list .contacts > div h3 {
    margin-bottom: 10px;
  }
}

.header-container._entry._magazine h2 {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 8.75em 0 3.75em 0;
  position: relative;
  z-index: 50;
}

.header-container._entry._magazine #magazine-years {
  max-width: 43.75em;
}

.magazine-content-wrapper h2 {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 0 0 3.75em 0;
}

.magazine-content-wrapper h2::before {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #000000;
  margin: 0 auto 2.5em auto;
}

.magazine-content-wrapper .top-content {
  width: 100%;
  max-width: 73.75em;
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 17px;
  margin: 0 auto;
  padding: 2.5em 0.625em 5em 0.625em;
}

.grouped-magazines {
  width: 100%;
  max-width: calc(100% - 22.5em);
  margin: 0 auto;
  padding: 0 0 2.5em 0;
}

.grouped-magazines > div .year-group {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(15em, 1fr) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(15em, 1fr));
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
}

.grouped-magazines > div .year-group.size-1 {
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  max-width: 18.125em;
  margin: 0 auto;
}

.grouped-magazines > div .year-group a,
.grouped-magazines > div .year-group div {
  display: block;
}

.grouped-magazines > div .year-group a h3,
.grouped-magazines > div .year-group div h3 {
  color: #9b9b9b;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 28px;
  margin: 0;
  padding: 0 0 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  position: relative;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  z-index: 25;
  max-width: 95%;
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.grouped-magazines > div .year-group a h3 span,
.grouped-magazines > div .year-group div h3 span {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: block;
  width: 100%;
}

.grouped-magazines > div .year-group a h3::after,
.grouped-magazines > div .year-group div h3::after {
  content: "";
  display: block;
  height: 2.5em;
  width: 1px;
  background-color: #9b9b9b;
  position: absolute;
  right: -10px;
  top: 0;
}

.grouped-magazines > div .year-group a img,
.grouped-magazines > div .year-group div img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  z-index: 50;
  position: relative;
  -webkit-filter: saturate(40%);
  filter: saturate(40%);
  -webkit-transition: all 300ms ease-in-out;
  transition: all 300ms ease-in-out;
}

.grouped-magazines > div .year-group a:hover h3,
.grouped-magazines > div .year-group div:hover h3 {
  color: #ff4d00;
}

.grouped-magazines > div .year-group a:hover img,
.grouped-magazines > div .year-group div:hover img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.grouped-magazines > div .year-group._entry {
  display: block;
  margin: 0 auto;
  max-width: 21.25em;
  width: 100%;
}

.grouped-magazines > div .year-group._entry a img,
.grouped-magazines > div .year-group._entry div img {
  -webkit-filter: saturate(100%);
  filter: saturate(100%);
}

.grouped-magazines > div::after {
  content: "";
  display: block;
  height: 1px;
  width: 20px;
  background-color: #000000;
  padding: 2.5em auto;
  margin: 2.5em auto 0 auto;
}

.magazine-entry-wrapper {
  position: relative;
  -webkit-transform: translateY(-17.5em);
  transform: translateY(-17.5em);
}

.magazine-entry-wrapper h3 {
  color: #000 !important;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 20px;
  text-align: center;
  text-transform: uppercase;
  margin: 3.125em 0;
}

.magazine-entry-wrapper h3::after {
  background: #000 !important;
}

.magazine-entry-wrapper .magazine-content {
  width: 100%;
  max-width: 650px;
  color: #000 !important;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 25px;
  margin: 0 auto;
}

.magazine-entry-wrapper .magazine-content ul,
.magazine-entry-wrapper .magazine-content ol {
  list-style: none;
  margin: 0;
  padding: 0;
}

.magazine-entry-wrapper .magazine-file {
  width: 100%;
  max-width: 650px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin: 3.75em auto;
  color: #4a4a4a;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 6px;
  line-height: 15px;
}

.magazine-entry-wrapper .magazine-file span {
  margin: 0 0 0 10px;
}

.magazine-entry-wrapper.grouped-magazines > div.magazine-content::after {
  width: 100%;
}

#magazine-years {
  width: 100%;
  max-width: 55em;
  margin: 0 auto;
  position: relative;
  height: 2.5em;
  padding: 0 0 6.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 50;
}

#magazine-years .swiper-button-prev,
#magazine-years .swiper-container-rtl .swiper-button-next {
  background-image: url(../img/svg/swiper-arrow-left.svg);
}

#magazine-years .swiper-button-next,
#magazine-years .swiper-container-rtl .swiper-button-prev {
  background-image: url(../img/svg/swiper-arrow-right.svg);
}

#magazine-years .swiper-button-next,
#magazine-years .swiper-button-prev {
  position: relative;
  margin: 0;
  left: 0;
  right: 0;
}

#magazine-years .swiper-container {
  width: 100%;
}

#magazine-years .swiper-slide {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 21px;
  text-align: center;
}

#magazine-years .swiper-slide span,
#magazine-years .swiper-slide a {
  cursor: pointer;
  color: #000;
}

#magazine-years .swiper-slide span._active,
#magazine-years .swiper-slide a._active {
  color: #ff4d00;
  font-weight: 700;
}

/** MEDIA **/
@media (max-width: 768px) {
  #magazine-years {
    padding: 0 0.625em 6.25em 0.625em;
  }
}

@media (max-width: 550px) {
  .magazine-content-wrapper .top-content {
    padding: 0.3125em 0.625em 5em 0.625em;
  }
  .grouped-magazines {
    max-width: calc(100% - 20px);
  }
}

.references-content-wrapper {
  padding: 2.5em 0 3.75em 0;
}

.references-content-wrapper .reference-group {
  margin: 0 0 6.25em 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.references-content-wrapper .reference-group .reference-title {
  width: 100%;
  max-width: 18.75em;
}

.references-content-wrapper .reference-group .reference-title h3 {
  min-height: 4.375em;
  background-color: #008dd2;
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 13px;
  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;
  padding: 0 1.25em 0 2.5em;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
  margin: 0;
}

.references-content-wrapper .reference-group .references-list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
}

.references-content-wrapper .reference-group .references-list a {
  display: block;
}

.references-content-wrapper .reference-group .references-list a img {
  display: block;
  height: 3.125em;
  width: 12.5em;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
  margin: 0 auto;
}

.references-content-wrapper .reference-group .references-list a h4 {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 5px;
  line-height: 15px;
  text-align: center;
}

.references-content-wrapper .reference-group .references-list a h4::before {
  content: "";
  height: 1px;
  width: 14px;
  background-color: #000000;
  display: block;
  margin: 10px auto;
}

.references-content-wrapper .reference-group .references-list._countries {
  grid-column-gap: 6.25em;
  grid-row-gap: 0.625em;
}

.references-content-wrapper .reference-group .references-list._countries a {
  cursor: default;
}

.references-content-wrapper .reference-group .references-list._countries a h4 {
  margin: 0;
}

.references-content-wrapper
.reference-group
.references-list._countries
a
h4::before {
  display: none;
}

.references-content-wrapper .reference-group:last-child {
  margin: 0;
}

/** MEDIA **/
@media (max-width: 1280px) {
  .references-content-wrapper .reference-group .references-list {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (max-width: 900px) {
  .references-content-wrapper .reference-group .references-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
}

@media (max-width: 700px) {
  .references-content-wrapper .reference-group .references-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 420px) {
  .references-content-wrapper .reference-group {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 25px 0;
  }
  .references-content-wrapper .reference-group .reference-title {
    max-width: 100%;
    margin: 0 0 1.875em 0;
  }
  .references-content-wrapper .reference-group .references-list {
    padding: 0 0.625em;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 1.5625em;
    grid-row-gap: 1.5625em;
  }
  .references-content-wrapper .reference-group .references-list a img {
    width: 100%;
    height: auto;
  }
  .references-content-wrapper .reference-group .references-list a h4 {
    letter-spacing: 1px;
  }
  .references-content-wrapper .reference-group .references-list._countries {
    display: block;
    width: 100%;
  }
  .references-content-wrapper .reference-group .references-list._countries a {
    width: 100%;
    text-align: center;
    padding: 5px 0;
  }
  .references-content-wrapper
.reference-group
.references-list._countries
a
h4 {
    width: 100%;
    text-align: center;
  }
}

@media (max-width: 360px) {
  .references-content-wrapper .reference-group .references-list {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 0.625em;
    grid-row-gap: 0.625em;
  }
}

@media (max-width: 340px) {
  .references-content-wrapper .reference-group .references-list {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

.page-list {
  height: auto;
  min-width: 18.75em;
  background-color: #008dd2;
  -webkit-box-shadow: 25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  box-shadow: 25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  padding: 0.625em 0.625em 0.625em 1.25em;
  position: absolute;
  left: 0;
  bottom: 1.25em;
  z-index: 25;
  display: none;
}

.page-list a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.43px;
  line-height: 35px;
  white-space: nowrap;
  width: 100%;
  position: relative;
  text-transform: lowercase;
  margin: 0 1.25em 0 0;
}

.page-list a:hover,
.page-list a._active {
  color: #fff;
}

.page-list a + button {
  cursor: pointer;
  background: transparent;
  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;
  border: none;
}

.page-list a + button:hover {
  opacity: 0.8;
}

.page-list .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-list ul {
  margin: 0;
  background-color: #008dd2;
  -webkit-box-shadow: inset 25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  box-shadow: inset 25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  list-style: none;
  padding: 0.625em 0.625em 0.625em 1.25em;
  display: none;
}

.page-list ul.level-2 {
  position: absolute;
  left: 100%;
  top: 0;
}

.page-list ul.level-3 {
  position: absolute;
  left: 100%;
  top: 0;
  left: calc(100% + 0.625em);
  margin: -0.625em 0 0 0;
}

.page-list ul.level-4 {
  position: absolute;
  left: 100%;
  top: 0;
}

.page-list ul.level-5 {
  position: absolute;
  left: 100%;
  top: 0;
}

.page-list ul.level-6 {
  position: absolute;
  left: 100%;
  top: 0;
}

.page-list ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.page-list ul.level-7 {
  display: none !important;
}

.page-list ul._bottom {
  top: initial;
}

.page-list ul._show {
  display: block;
}

.page-list-updated {
  height: auto;
  background-color: #008dd2;
  -webkit-box-shadow: 25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  box-shadow: 25px 15px 24px 0 rgba(4, 5, 38, 0.2);
  padding: 0.625em 0.625em 0.625em 0.625em;
  position: absolute;
  left: 0;
  bottom: 1.25em;
  z-index: 25;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  overflow: hidden;
}

.page-list-updated .group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -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: 17.5em;
  width: 100%;
}

.page-list-updated .group button.back {
  text-orientation: mixed;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: calc(100% + 20px);
  position: absolute;
  text-align: center;
  top: -10px;
  left: -10px;
  width: 50px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-transform: uppercase;
  letter-spacing: 2px;
  background: #006b9f;
  border: none;
  border-right: 1px solid rgba(255, 255, 255, 0.39);
  cursor: pointer;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
  padding: 50px 5px 5px 5px;
  -webkit-box-shadow: -10px 0px 10px inset rgba(0, 0, 0, 0.2);
  box-shadow: -10px 0px 10px inset rgba(0, 0, 0, 0.2);
  background: #318dd2;
  border-right: unset;
}

.page-list-updated .group button.back svg {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 15px;
}

.page-list-updated .group button.back span {
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
  text-orientation: mixed;
  color: #fff;
}

.page-list-updated .group button.back:hover {
  background: #3697e0;
  -webkit-box-shadow: -4px 0px 10px inset rgba(0, 0, 0, 0.2);
  box-shadow: -4px 0px 10px inset rgba(0, 0, 0, 0.2);
  border-right: unset;
}

.page-list-updated .group button.back._parent,
.page-list-updated .group button.back._parented {
  width: 35px;
}

.page-list-updated .group button.back._parented {
  left: 25px;
}

.page-list-updated .group button.back._parented + .sub-list {
  padding: 0 20px 0 70px !important;
}

.page-list-updated .group > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  height: 100%;
}

.page-list-updated .group.sub {
  position: absolute;
  left: 10px;
  z-index: 50;
  background: #008dd2;
  width: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}

.page-list-updated .group.sub._visible {
  opacity: 1;
  visibility: visible;
}

.page-list-updated .group.sub.level-2 {
  z-index: 60;
}

.page-list-updated .group.sub.level-3 {
  z-index: 70;
}

.page-list-updated .group.sub.level-4 {
  z-index: 80;
}

.page-list-updated .group.sub > div,
.page-list-updated .group.sub .sub-list {
  height: auto;
  padding: 0 20px 0 50px;
  z-index: 40;
  position: relative;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.page-list-updated .group.sub .scroll {
  position: absolute;
  z-index: 30;
  right: 30px;
  bottom: -10px;
  width: auto;
  height: auto;
  padding: 10px;
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  /* Firefox */
  -webkit-animation: blink normal 1.5s infinite ease-in-out;
  /* Webkit */
  /* IE */
  animation: blink normal 1.5s infinite ease-in-out;
  /* Opera */
}

.page-list-updated .group.sub .scroll img {
  display: block;
  width: 40px;
  height: auto;
}

@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0.5;
  }
  100% {
    opacity: 1;
  }
}

.page-list-updated .group.sub .sub-list {
  -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;
  overflow-y: scroll !important;
  height: 100%;
  padding: 0 20px 0 50px;
}

.page-list-updated .group.sub .sub-list > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}

.page-list-updated .group.sub .back {
  z-index: 50;
}

.page-list-updated a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.7);
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 12px;
  font-weight: 300;
  letter-spacing: 3.43px;
  line-height: 35px;
  white-space: nowrap;
  width: 100%;
  position: relative;
  text-transform: lowercase;
  margin: 0 1.25em 0 0;
}

.page-list-updated a:hover,
.page-list-updated a._active {
  color: #fff;
}

.page-list-updated a._active {
  color: #fff;
  font-weight: 700;
}

.page-list-updated a + button {
  cursor: pointer;
  background: transparent;
  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;
  border: none;
}

.page-list-updated a + button:hover {
  opacity: 0.8;
}

.category-page-wrapper {
  background: #fff;
}

.category-page-wrapper .child-categories {
  width: 100%;
  min-height: 45.9375em;
  background: #000;
  position: relative;
  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;
}

.category-page-wrapper .child-categories img.background {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  z-index: 25;
}

.category-page-wrapper .child-categories .descendants {
  position: relative;
  z-index: 50;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 6.25em;
  grid-row-gap: 12.5em;
  width: 100%;
  max-width: calc(100% - 31.25em);
}

.category-page-wrapper .child-categories .descendants a {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 8px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  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;
  -webkit-transition: all 500ms ease;
  transition: all 500ms ease;
}

.category-page-wrapper .child-categories .descendants a:hover {
  color: #ff4d00;
  opacity: 1 !important;
  letter-spacing: 10px;
}

.category-page-wrapper .child-categories .descendants:hover a {
  opacity: 0.75;
}

.category-page-wrapper .news-blocks > div .article-container {
  background: #fff;
}

.category-page-wrapper .news-blocks > div h3,
.category-page-wrapper .news-blocks > div .date,
.category-page-wrapper .news-blocks > div .short-description {
  color: #4a4a4a;
}

.category-page-wrapper .news-blocks > div.second-block > div {
  background: #fff;
}

.category-page-wrapper .magazines-list-wrapper {
  width: 100%;
}

.category-page-wrapper .magazines-list-wrapper h3 {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 26px;
  text-align: center;
  text-transform: uppercase;
  margin: 3.75em 0;
}

.category-page-wrapper .magazines-list-wrapper .magazines-list {
  width: 100%;
  max-width: calc(100% - 22.5em);
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(20em, 1fr) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(20em, 1fr));
  grid-column-gap: 3.125em;
  grid-row-gap: 3.125em;
  margin: 0 auto;
  padding: 0 0 3.75em 0;
}

.category-page-wrapper .magazines-list-wrapper .magazines-list a {
  display: block;
  height: auto;
  width: 100%;
  margin: 0 auto;
}

.category-page-wrapper .magazines-list-wrapper .magazines-list a img {
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
  height: 28.75em;
  width: 100%;
  margin: 0 auto;
}

.category-page-wrapper .magazines-list-wrapper .magazines-list a div {
  display: block;
  text-align: center;
  color: #4a4a4a;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 7px;
  line-height: 17px;
  text-transform: uppercase;
  margin: 1.375em 0;
}

.category-page-wrapper .magazines-list-wrapper .magazines-list.size-1 {
  -ms-grid-columns: 20em;
  grid-template-columns: 20em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.category-page-wrapper .magazines-list-wrapper .magazines-list.size-2 {
  -ms-grid-columns: 20em 20em;
  grid-template-columns: 20em 20em;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.product-page-wrapper {
  background: #fff;
  padding: 2.5em;
}

/** MEDIA **/
@media (max-width: 1280px) {
  .product-page-wrapper {
    padding: 0.625em;
  }
}

@media (max-width: 1180px) {
  .category-page-wrapper .child-categories .descendants {
    max-width: calc(100% - 20px);
    grid-column-gap: 3.125em;
    grid-row-gap: 6.25em;
  }
}

@media (max-width: 768px) {
  .category-page-wrapper .child-categories .descendants {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }
  .category-page-wrapper .magazines-list-wrapper .magazines-list {
    max-width: calc(100% - 20px);
  }
  .category-page-wrapper .magazines-list-wrapper .magazines-list a img {
    height: 16.25em;
  }
  .page-list {
    bottom: 0.625em;
  }
}

@media (max-width: 500px) {
  .category-page-wrapper .child-categories {
    padding: 6.25em 0;
  }
  .category-page-wrapper .child-categories .descendants {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-column-gap: 0;
    grid-row-gap: 0;
  }
  .category-page-wrapper .child-categories .descendants a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .category-page-wrapper .child-categories .descendants a::after {
    display: block;
    content: "";
    width: 20px;
    height: 1px;
    background: #fff;
    margin: 30px auto;
  }
  .category-page-wrapper .child-categories .descendants a:last-child::after {
    display: none;
  }
  .page-list-updated {
    bottom: 10px;
    width: 100% !important;
  }
  .page-list-updated .group button.back {
    font-size: 12px;
    padding: 10px;
  }
  .page-list-updated .group button.back span {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  .page-list-updated .group.sub .scroll {
    right: 10px;
  }
  .page-list-updated .group {
    height: 12.5em;
  }
  .page-list-updated .group button.back span {
    height: 160px;
    top: 20px;
    position: relative;
  }
  .page-list-updated a.lvl0 {
    line-height: 25px;
  }
  .page-list-updated .sub a {
    white-space: normal;
    line-height: 22px;
    margin: 0.5em 1.25em 0.5em 0;
  }
  .page-list-updated .group {
    width: 100% !important;
  }
  .category-page-wrapper .magazines-list-wrapper .magazines-list.size-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}

@media (max-width: 450px) {
  .product-page-wrapper .matrix-content > div:first-child.matrix-content {
    margin: 0;
    padding: 10px 0 0 0;
  }
}

.header-container .awards-header-content {
  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-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  height: 100%;
}

.header-container .awards-header-content .center-title {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 24px;
  font-weight: 300;
  letter-spacing: 3.5px;
  line-height: 36px;
  z-index: 50;
  position: relative;
  padding: 0 0 0 1.25em;
}

.header-container .awards-header-content .highlighted-awards {
  position: relative;
  z-index: 50;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 3.75em;
  width: 100%;
  max-width: 40.625em;
  margin: 3.75em auto 1.25em auto;
}

.header-container .awards-header-content .highlighted-awards img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.awards-content-wrapper {
  background: #fff;
  padding: 2.5em 1.25em;
}

.awards-content-wrapper .award-block {
  width: 100%;
  max-width: 80%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 3.75em 0;
}

.awards-content-wrapper .award-block h3 {
  display: block;
  max-width: 400px;
  text-align: left;
  color: #008dd2;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.5px;
  line-height: 17px;
  text-transform: uppercase;
  width: 100%;
  margin: 0;
}

.awards-content-wrapper .award-block .content-wrapper {
  width: 100%;
  max-width: calc(100% - 400px);
  padding: 0 0 0 3.75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.awards-content-wrapper .award-block .content-wrapper img {
  height: auto;
  width: 18.75em;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: contain;
  object-fit: contain;
}

.awards-content-wrapper .award-block .content-wrapper .description {
  width: calc(100% - 360px);
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 4px;
  line-height: 17px;
}

.awards-content-wrapper .award-block .content-wrapper .certificate-gallery {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  margin: 1.25em 0;
}

.awards-content-wrapper .award-block .content-wrapper .certificate-gallery a {
  display: block;
}

.awards-content-wrapper
.award-block
.content-wrapper
.certificate-gallery
a
img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-position: center;
  object-position: center;
  -o-object-fit: cover;
  object-fit: cover;
}

.awards-content-wrapper .award-block .content-wrapper.image-pos-left img {
  margin: 0 3.75em 0 0;
}

.awards-content-wrapper .award-block .content-wrapper.image-pos-right {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.awards-content-wrapper .award-block .content-wrapper.image-pos-right img {
  margin: 0 0 0 3.75em;
}

.awards-content-wrapper .award-block .content-wrapper.image-pos-top {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.awards-content-wrapper .award-block .content-wrapper.image-pos-top img {
  margin: 0 0 1.875em 0;
  width: 100%;
  height: auto;
}

.awards-content-wrapper .award-block:last-child {
  margin: 0;
}

/** MEDIA **/
@media (max-width: 1440px) {
  .awards-content-wrapper .award-block {
    max-width: 100%;
  }
}

@media (max-width: 1180px) {
  .awards-content-wrapper .award-block h3 {
    max-width: 320px;
  }
  .awards-content-wrapper .award-block .content-wrapper {
    max-width: calc(100% - 320px);
  }
}

@media (max-width: 1024px) {
  .awards-content-wrapper .award-block .content-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .awards-content-wrapper .award-block .content-wrapper.image-pos-right img,
  .awards-content-wrapper .award-block .content-wrapper.image-pos-left img {
    margin: 1.875em 0;
    width: 100%;
  }
  .awards-content-wrapper .award-block .content-wrapper .description {
    width: 100%;
  }
}

@media (max-width: 1023px) {
  .awards-content-wrapper .award-block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .awards-content-wrapper .award-block h3 {
    max-width: 100%;
    margin: 0 0 1.25em 0;
  }
  .awards-content-wrapper .award-block .content-wrapper {
    max-width: 100%;
    padding: 0;
  }
}

@media (max-width: 768px) {
  .awards-content-wrapper {
    padding: 0.625em 0.625em 1.25em 0.625em;
  }
}

@media (max-width: 420px) {
  .awards-content-wrapper .award-block .content-wrapper .description {
    color: #000000;
    font-family: "Encode Sans Expanded", sans-serif;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 2px;
    line-height: 17px;
  }
}

.header-container .manual-categories {
  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;
  margin: auto 0 1.25em 0;
}

.header-container .manual-categories a {
  height: 20px;
  min-width: 13.75em;
  border-radius: 8.5px;
  background-color: #ff4d00;
  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;
  margin: 0 1.25em;
}

.header-container .manual-categories a span {
  color: #ffffff;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 3.33px;
  line-height: 12px;
  text-align: center;
  text-transform: uppercase;
}

.header-container .manual-categories a:hover {
  background-color: #e64500;
}

.header-container .manual-categories a._active {
  background: #008dd2;
  cursor: default;
}

.header-container .manual-categories a._active:hover {
  background: #008dd2;
}

.select-manuals {
  width: 100%;
  padding: 1.875em 0.625em;
}

.select-manuals p {
  text-align: center;
  font-size: 22px;
}

.manuals-list {
  padding: 2.5em 1.25em;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: minmax(180px, 1fr) [auto-fill];
  grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
  grid-row-gap: 2.5em;
  grid-column-gap: 2.5em;
}

.manuals-list div h3 {
  color: #008dd2;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 3.5px;
  line-height: 17px;
  text-transform: uppercase;
  width: 100%;
  max-width: 180px;
}

.manuals-list div h3::after {
  width: 100%;
  height: 1px;
  background-color: #008dd2;
  display: block;
  content: "";
  margin: 7px 0 0 0;
}

.manuals-list div .download-list a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.manuals-list div .download-list a img {
  margin: 0 10px 0 0;
}

.manuals-list div .download-list span {
  color: #000000;
  font-family: "Encode Sans Expanded", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 3.5px;
  line-height: 37px;
}

.manuals-list div .download-list span:hover {
  color: #ff4d00;
}

/** MEDIA **/
@media (max-width: 1280px) {
  .header-container .manual-categories {
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 1024px) {
  .header-container .manual-categories {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 768px) {
  .header-container .manual-categories {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-container .manual-categories a {
    margin: 0.3125em 1.25em;
    height: 30px;
    border-radius: 30px;
  }
}

#node-39901,
#node-1695 {
  padding: 0 10px;
}

#node-39901 p,
#node-1695 p {
  color: #fff;
}

#node-39901 strong,
#node-1695 strong {
  color: #fff;
}

#node-39901 li,
#node-1695 li {
  color: #fff;
}

#node-39901 a,
#node-1695 a {
  color: #fff;
}
header {
  background: #2b3134;
}

header .top-fixed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 640px) {
  header .top-fixed .logo {
    width: 200px;
  }
  header .top-fixed .logo img {
    width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
  }
}

header .top-fixed .line {
  height: 20px;
  width: 1px;
  background: #fff;
  margin: 0 2rem;
  display: inline-block;
}

header .top-fixed .top-tel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  margin: 0 auto 0 0;
  font-size: 14px;
}

@media (max-width: 1080px) {
  header .top-fixed .top-tel {
    display: none;
  }
}

header .top-fixed .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  position: relative;
  padding: 0;
}

header .top-fixed .menu .menu-item {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-transform: uppercase;
  position: relative;
  margin: 0 1.5rem;
  top: 0.3rem;
}

@media (max-width: 1080px) {
  header .top-fixed .menu .menu-item {
    display: none;
  }
}

header .top-fixed .menu .menu-item .menu-title {
  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: 12px;
  letter-spacing: 3px;
  cursor: pointer;
}

header .top-fixed .menu .menu-item .menu-title a {
  color: #fff;
}

header .top-fixed .menu .menu-item .menu-title div {
  margin: auto;
  color: #fff;
}

header .top-fixed .menu .menu-item .menu-title div img {
  margin: auto;
  width: 14px;
  -o-object-fit: contain;
     object-fit: contain;
}

header .top-fixed .menu .menu-item .menu-title .arrow {
  margin: 6px 0 0 0;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
}

header .top-fixed .menu .hamburger {
  margin: 0 0 0 1rem;
  display: none;
}

@media (max-width: 1080px) {
  header .top-fixed .menu .hamburger {
    display: inline-block;
  }
}

header .top-fixed .menu .menu-item.open .menu-title .arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

header .top-fixed .menu .line {
  width: 1px;
  height: 30px;
  margin: 0;
}

header .top-fixed .menu .lang {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-transform: uppercase;
}

header .top-fixed .menu .lang .lang-item {
  font-size: 12px;
  letter-spacing: 3px;
  color: #fff;
  margin: 0 0 0 1.5rem;
  position: relative;
  top: 0.3rem;
}

@media (max-width: 640px) {
  header .top-fixed .menu .lang .lang-item {
    margin: 0 0 0 0.75rem;
  }
}

header .top-fixed .menu .menu-drop {
  height: 0;
  padding: 0 0.5rem;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #2b3134;
  position: absolute;
  top: 100%;
}

header .top-fixed .menu .menu-drop a {
  color: #fff;
  margin: 0.8rem 0;
  padding: 0 0.8rem;
  font-size: 12px;
  line-height: 18px;
}

header .top-fixed .menu .menu-drop.open {
  height: auto;
  padding: 1rem 0.5rem;
}

header::after {
  background: #000;
}

@media (max-width: 550px) {
  header::after {
    top: -100% !important;
  }
}

.additionals {
  width: 30px;
  padding: 0;
  margin: 0;
  position: absolute;
  right: 0;
  top: 80px;
  z-index: 25;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  position: fixed;
  right: 1.25em;
  top: calc(80px + 1.25em);
}

.additionals .search {
  background: #008DD2;
  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;
  height: 35px;
}

.additionals .search img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 18px;
  margin: 0;
}

.additionals .instant-contact-info {
  border-top: 1px solid #0154A1;
  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: #008DD2;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 768px) {
  .additionals .instant-contact-info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.additionals .instant-contact-info a {
  padding: 4px 0 4px 0;
  margin: 0;
}

.additionals .instant-contact-info a img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 768px) {
  .additionals .instant-contact-info a:first-child() {
    margin: 0;
    padding: 4px 0 4px 0;
  }
}

.additionals .instant-contact-info::before {
  display: none;
}

.additionals.additionals-slidein .search {
  pointer-events: auto;
}

.additionals.additionals-slidein .instant-contact-info {
  pointer-events: auto;
}

header + .page-specific-header .menu-drop-reveal {
  width: calc(100% - 2.5em);
  height: calc(100vh - 78px);
  z-index: 26;
  display: block;
  position: fixed;
  background: #2B3134;
  display: none;
  top: calc(20px + 78px);
  left: 1.25em;
}

@media (max-width: 768px) {
  header + .page-specific-header .menu-drop-reveal {
    top: calc(78px);
    width: calc(100% - 1em);
    left: 0.5em;
  }
}

header + .page-specific-header .menu-drop-reveal .close {
  background: #000;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  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;
  z-index: 3;
  cursor: pointer;
}

header + .page-specific-header .menu-drop-reveal .close .line {
  position: absolute;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  background: #008DD2;
  height: 1px;
  width: 60%;
}

header + .page-specific-header .menu-drop-reveal .close .line:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

header + .page-specific-header .menu-drop-reveal .close .line:nth-child(2) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

header + .page-specific-header .menu-drop-reveal .sidepanel-cover {
  width: 450px;
  position: relative;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}

@media (max-width: 1380px) {
  header + .page-specific-header .menu-drop-reveal .sidepanel-cover {
    width: 300px;
  }
}

@media (max-width: 768px) {
  header + .page-specific-header .menu-drop-reveal .sidepanel-cover {
    width: 100%;
    height: 20vh;
  }
}

header + .page-specific-header .menu-drop-reveal .sidepanel-cover .cover {
  position: absolute;
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
}

header + .page-specific-header .menu-drop-reveal .menu-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 80px 0 2rem 10%;
  margin: 0 0 0 auto;
  width: calc(100% - 450px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: absolute;
  top: 0;
  right: 0;
}

@media (max-width: 1380px) {
  header + .page-specific-header .menu-drop-reveal .menu-content {
    width: calc(100% - 300px);
    padding: 80px 0 2rem 5%;
  }
}

@media (max-width: 768px) {
  header + .page-specific-header .menu-drop-reveal .menu-content {
    top: 20vh;
    width: 100%;
    right: unset;
    left: 0;
  }
}

header + .page-specific-header .menu-drop-reveal .menu-content .menu-line {
  margin: 0 0 3rem 0;
  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;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  font-size: 18px;
  line-height: 22px;
  font-weight: 100;
}

@media (max-width: 1380px) {
  header + .page-specific-header .menu-drop-reveal .menu-content .menu-line {
    font-size: 16px;
    margin: 0 0 3rem 0;
  }
}

@media (max-width: 768px) {
  header + .page-specific-header .menu-drop-reveal .menu-content .menu-line {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
    text-align: center;
    font-size: 13px;
    line-height: 16px;
    padding: 0 3rem;
  }
}

header + .page-specific-header .menu-drop-reveal .menu-content .menu-line .arrow {
  opacity: 0;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  margin: 0 2rem 0 0;
  width: 160px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 1380px) {
  header + .page-specific-header .menu-drop-reveal .menu-content .menu-line .arrow {
    width: 90px;
  }
}

@media (max-width: 768px) {
  header + .page-specific-header .menu-drop-reveal .menu-content .menu-line .arrow {
    display: none;
  }
}

header + .page-specific-header .menu-drop-reveal .menu-content .menu-line .title {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
}

header + .page-specific-header .menu-drop-reveal .menu-content .menu-line:hover {
  color: #fff;
}

header + .page-specific-header .menu-drop-reveal .menu-content .menu-line:hover .arrow {
  opacity: 1;
}

header + .page-specific-header .menu-drop-reveal .menu-content .menu-line:hover .title {
  text-decoration: underline;
}

header + .page-specific-header .sidemenu-mobile {
  display: none;
  width: calc(100% - 2.5em);
  height: calc(100vh - 78px);
  z-index: 26;
  position: fixed;
  background: #2B3134;
  display: none;
  top: calc(20px + 78px);
  left: 1.25em;
}

@media (max-width: 1080px) {
  header + .page-specific-header .sidemenu-mobile {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background: #2B3134;
    position: absolute;
    top: 78px;
    right: 0;
    z-index: 26;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}

@media (max-width: 1080px) and (max-width: 768px) {
  header + .page-specific-header .sidemenu-mobile {
    top: 68px;
  }
}

@media (max-width: 1080px) {
  header + .page-specific-header .sidemenu-mobile .menu-title {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
  header + .page-specific-header .sidemenu-mobile .menu-title div {
    padding: 0.25rem;
    margin: 0.5rem;
    color: #fff;
    text-transform: uppercase;
    font-size: 10px;
    border: 1px solid   #fff;
    border-radius: 4px;
  }
  header + .page-specific-header .sidemenu-mobile .menu-title div a {
    color: #fff;
  }
}

@media (max-width: 768px) {
  header + .page-specific-header .sidemenu-mobile {
    top: calc(78px);
    width: calc(100% - 1em);
    left: 0.5em;
  }
}

header + .page-specific-header .header-container .header-bottom-menu {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  bottom: 1rem;
  left: 1rem;
  z-index: 11;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-height: 620px) {
  header + .page-specific-header .header-container .header-bottom-menu {
    display: none;
  }
}

@media (max-width: 640px) {
  header + .page-specific-header .header-container .header-bottom-menu {
    bottom: 0.5rem;
    left: unset;
  }
}

header + .page-specific-header .header-container .header-bottom-menu .menu-item {
  margin: 1rem 0.5rem;
  background: rgba(0, 0, 0, 0.6);
  padding: 0.6rem 0.2rem 0.6rem 0.9rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 290px;
}

@media (max-width: 560px) {
  header + .page-specific-header .header-container .header-bottom-menu .menu-item {
    width: 90%;
    margin: 0.5rem;
  }
}

header + .page-specific-header .header-container .header-bottom-menu .menu-item img {
  width: 30px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
}

header + .page-specific-header .header-container .header-bottom-menu .menu-item .title {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
}

@media (max-width: 640px) {
  header + .page-specific-header .header-container .header-bottom-menu .menu-item .title {
    font-size: 10px;
    line-height: 14px;
  }
}

header + .page-specific-header .header-container .header-bottom-menu .menu-item .line {
  width: 1px;
  background: #fff;
  height: 20px;
  margin: 0 0.8rem;
}

header + .page-specific-header .header-container .mouse-scroll {
  bottom: 7rem;
}

@media (max-width: 1280px) {
  header + .page-specific-header .header-container .mouse-scroll {
    bottom: unset;
    top: 7rem;
  }
}

.about-index {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  background: #2B3134;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 2rem 0 1rem;
  position: relative;
}

.about-index h2 {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  text-align: center;
  font-weight: 100;
}

.about-index .col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.about-index .left {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(220px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-column-gap: 7%;
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 40%;
}

@media (max-width: 860px) {
  .about-index .left {
    -ms-grid-columns: (minmax(140px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 90%;
    margin: auto;
  }
}

.about-index .label-item {
  width: 180px;
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (max-width: 860px) {
  .about-index .label-item {
    width: 135px;
  }
}

.about-index .label-item .number {
  color: #fff;
  -webkit-text-fill-color: transparent;
  /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  font-size: 54px;
  font-weight: 700;
  position: relative;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  opacity: 0;
  top: -2rem;
}

@media (max-width: 860px) {
  .about-index .label-item .number {
    font-size: 32px;
  }
}

.about-index .label-item .pos {
  top: 0;
  opacity: 1;
}

.about-index .label-item .line {
  height: 1px;
  width: 100%;
  margin: 1rem 0;
  background: #fff;
}

.about-index .label-item .label {
  text-transform: uppercase;
  font-size: 16px;
  letter-spacing: 3px;
  color: #fff;
  text-align: center;
}

.about-index .right {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 40%;
}

@media (max-width: 860px) {
  .about-index .right {
    width: 90%;
    margin: auto;
  }
}

.about-index .about-text {
  color: #fff;
  font-weight: 100 !important;
  line-height: 24px;
  font-size: 14px;
}

.about-index .about-text p {
  margin: 0 0 1rem 0;
}

.about-index .iso-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem 0;
  border-top: 1px solid   #fff;
}

@media (max-width: 460px) {
  .about-index .iso-container {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

.about-index .iso-container a {
  color: #007cb9;
  margin: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.about-index .iso-container a span {
  display: block;
  font-weight: 700;
  font-size: 12px;
  text-align: center;
  margin: 0.5rem 0;
}

.about-index .iso-container a img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.about-index .iso-container .line {
  width: 1px;
  height: 30px;
  margin: 0 1rem;
  background: #fff;
}

@media (max-width: 460px) {
  .about-index .iso-container .line {
    display: none;
  }
}

.about-index .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  width: 100%;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media (max-width: 860px) {
  .about-index .description {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.gradient-index {
  position: relative;
  content: ' ';
  width: 100%;
  height: 30px;
  background: transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(43, 49, 52, 0.1)), to(#2b3134));
  background: linear-gradient(to bottom, rgba(43, 49, 52, 0.1), #2b3134);
}

.portfolio-block .portfolio-list a h3 img {
  width: 40px;
  height: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.portfolio-block .portfolio-list a h3 span {
  border: 1px solid #fff;
  border-radius: 6px;
  padding: 4px 8px;
  font-size: 13px;
  letter-spacing: 3px;
}

.function {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  padding: 2rem;
  width: 100%;
  background: #2B3134;
}

.function h2 {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  margin: 0 0 4rem 0;
}

.function .function-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 760px) {
  .function .function-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.function .function-slider .nav {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(300px);
}

@media (max-width: 760px) {
  .function .function-slider .nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.function .function-slider .nav .prev, .function .function-slider .nav .next {
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  margin: 1rem 0;
}

.function .function-slider .nav .prev img, .function .function-slider .nav .next img {
  width: 140px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.function .function-slider .nav .prev {
  left: -60px;
}

.function .function-slider .nav .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 60px;
}

.function .function-slider .swiper-container {
  width: calc(100% - 340px);
  overflow: hidden;
  height: 180px;
}

@media (max-width: 760px) {
  .function .function-slider .swiper-container {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    width: 90%;
  }
}

.function .function-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.function .function-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .icon {
  margin: 0 0 2rem 0;
}

.function .function-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .icon img {
  width: 80px;
  height: 80px;
  -o-object-fit: contain;
     object-fit: contain;
}

.function .function-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .label {
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 0.5rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
  text-align: center;
}

@media (max-width: 640px) {
  .function .function-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .label {
    font-size: 10px;
    padding: 0.35rem;
    border: 1px solid #fff;
  }
}

.novinky {
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 2rem;
  padding: 2rem 0 0 0;
  width: calc(100% - 4rem);
  background: #2B3134;
  border-top: 1px solid #fff;
}

@media (max-width: 760px) {
  .novinky {
    margin: 1rem 0;
    width: calc(100% - 1rem);
  }
}

.novinky h2 {
  font-size: 24px;
  letter-spacing: 3px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 100;
  margin: 0 0 4rem 0;
}

.novinky h3 {
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fff;
}

.novinky .short-description {
  padding: 0.5rem 0 0 0;
  margin: 0.5rem 0 0 0;
  border-top: 1px solid #fff;
  color: #fff;
  letter-spacing: 1px;
}

.novinky .read-more {
  color: #fff;
  letter-spacing: 2px;
  -ms-flex-item-align: end;
      -ms-grid-row-align: end;
      align-self: end;
  margin: 1rem 0 0 auto;
  position: relative;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.novinky .date {
  color: #fff;
}

.novinky .novinky-slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}

@media (max-width: 760px) {
  .novinky .novinky-slider {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.novinky .novinky-slider .nav {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: calc(300px);
}

@media (max-width: 760px) {
  .novinky .novinky-slider .nav {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}

.novinky .novinky-slider .nav .prev, .novinky .novinky-slider .nav .next {
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  -webkit-transform-origin: center;
          transform-origin: center;
  position: relative;
  margin: 1rem 0;
}

.novinky .novinky-slider .nav .prev img, .novinky .novinky-slider .nav .next img {
  width: 140px;
  height: 30px;
  -o-object-fit: contain;
     object-fit: contain;
}

.novinky .novinky-slider .nav .prev {
  left: -60px;
}

.novinky .novinky-slider .nav .next {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  left: 60px;
}

.novinky .novinky-slider .swiper-container {
  width: calc(100% - 400px);
  overflow: hidden;
  margin: 0 0 0 auto;
}

@media (max-width: 760px) {
  .novinky .novinky-slider .swiper-container {
    width: 90%;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin: auto;
  }
}

.novinky .novinky-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item {
  height: 100%;
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  max-width: 420px;
}

@media (max-width: 760px) {
  .novinky .novinky-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item {
    max-width: unset;
  }
}

.novinky .novinky-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .icon {
  margin: 0 0 0.5rem 0;
}

@media (max-width: 760px) {
  .novinky .novinky-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .icon {
    width: 100%;
  }
}

.novinky .novinky-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .icon img {
  width: 420px;
  height: 280px;
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 760px) {
  .novinky .novinky-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .icon img {
    width: 100%;
    max-height: 240px;
  }
}

.novinky .novinky-slider .swiper-container .swiper-wrapper .swiper-slide .slide-item .label {
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 0.5rem;
  color: #fff;
  letter-spacing: 2px;
  font-weight: 100;
  font-size: 14px;
  text-transform: uppercase;
}

footer {
  margin: auto auto 0 auto;
}

@media (max-width: 1100px) {
  footer .additional {
    padding: 2.5em 0.5em;
  }
}

footer .contacts {
  padding-top: 1.875em;
  padding-bottom: 1.875em;
  padding-right: 0;
  padding-left: unset;
}

footer .contacts .contact-info {
  margin: 0 1.5rem;
}

.znacky {
  background: #2B3134;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  padding: 3rem 0;
}

.znacky h2 {
  font-weight: 100;
  font-size: 24px;
  letter-spacing: 3px;
  color: #fff;
  margin: 0 0 3rem 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.znacky .znacky-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.znacky .znacky-container .znacka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 1rem 2rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 260px;
}

.znacky .znacky-container .znacka .title {
  color: #fff;
  font-weight: 100;
  font-size: 18px;
  letter-spacing: 2px;
  color: #fff;
  margin: 0 0 1rem 0;
  text-align: center;
  width: 100%;
  text-transform: uppercase;
}

.znacky .znacky-container .znacka .line {
  height: 1px;
  background: #fff;
  margin: 0.5rem 0;
  width: 100%;
}

.znacky .znacky-container .znacka .icon {
  margin: 0.5rem;
}

.contact-section {
  background: #2B3134;
}

.contact-section .contact-wrapper .contact-form h2 {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form h2::before {
  display: none;
}

.contact-section .contact-wrapper .contact-form form input[type="text"] {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="text"]::-webkit-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="text"]:-ms-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="text"]::-ms-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="text"]::placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="email"] {
  color: #fff;
  background: transparent;
  border-bottom: 1px solid #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="email"]::-webkit-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="email"]:-ms-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="email"]::-ms-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form input[type="email"]::placeholder {
  color: #fff;
}

@media (max-width: 1280px) {
  .contact-section .contact-wrapper .contact-form form > div:nth-child(9) {
    width: 100%;
  }
}

.contact-section .contact-wrapper .contact-form form input[type="submit"] {
  background: #2B3134;
  border: 1px solid #fff;
  border-radius: 4px;
  color: #fff;
  width: 180px;
  letter-spacing: 4px;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  margin: 2rem 0 0 0;
}

@media (max-width: 1280px) {
  .contact-section .contact-wrapper .contact-form form input[type="submit"] {
    margin: 2rem auto 0 auto;
    display: block;
  }
}

.contact-section .contact-wrapper .contact-form form input[type="submit"]:hover {
  background: #fff;
  color: #2B3134;
}

.contact-section .contact-wrapper .contact-form form textarea {
  color: #fff;
  background: transparent;
  border: 1px solid #fff;
}

@media (max-width: 1280px) {
  .contact-section .contact-wrapper .contact-form form textarea {
    margin: 0 0 2rem 0;
  }
}

.contact-section .contact-wrapper .contact-form form textarea::-webkit-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form textarea:-ms-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form textarea::-ms-input-placeholder {
  color: #fff;
}

.contact-section .contact-wrapper .contact-form form textarea::placeholder {
  color: #fff;
}

@media (max-width: 1280px) {
  .contact-section .contact-wrapper .contact-form form .checkbox {
    width: 100%;
  }
}

.contact-section .contact-wrapper .contact-form form .checkbox label {
  color: #fff;
}

@media (max-width: 1280px) {
  .contact-section .contact-wrapper .contact-form form > div {
    width: 100%;
  }
}

.manuals-download {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background: #fff;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 2rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 760px) {
  .manuals-download {
    padding: 0.6rem;
  }
}

.manuals-download .m-wrapper {
  max-width: 900px;
  margin: 0 auto;
}

.manuals-download .search-input-container {
  width: 100%;
  border: 2px solid #008dd2;
  background: #F6F6F6;
  border-radius: 0.5rem;
  padding: 1rem;
  margin: 10vh auto 3rem auto;
  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;
}

.manuals-download .search-input-container .search-icon {
  width: 24px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 1rem 0 0.5rem;
  cursor: pointer;
}

.manuals-download .search-input-container .search-input {
  width: 600px;
}

@media (max-width: 760px) {
  .manuals-download .search-input-container .search-input {
    width: 100%;
  }
}

.manuals-download .search-input-container .search-input input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  outline: none;
  background: transparent;
  font-size: 15px;
  letter-spacing: 1px;
  width: 100%;
}

.manuals-download .search-input-container .search-input input::-webkit-input-placeholder {
  color: #000;
}

.manuals-download .search-input-container .search-input input:-ms-input-placeholder {
  color: #000;
}

.manuals-download .search-input-container .search-input input::-ms-input-placeholder {
  color: #000;
}

.manuals-download .search-input-container .search-input input::placeholder {
  color: #000;
}

.manuals-download form {
  margin: 0 auto;
  display: block;
}

.manuals-download h1 {
  display: block;
  color: #008DD2;
  position: relative;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.manuals-download h1::after {
  content: ' ';
  position: absolute;
  bottom: -0.75rem;
  left: -2rem;
  background: #008DD2;
  height: 1px;
  width: calc(100% + 2rem);
}

.manuals-download h3 {
  color: #9B9B9B;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
  font-weight: 200;
  font-size: 14px;
}

.manuals-download .results {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
}

.manuals-download .results .item {
  background: #EDEDED;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1.5rem;
  width: 100%;
  min-height: 60px;
}

@media (max-width: 560px) {
  .manuals-download .results .item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.manuals-download .results .item .item-title {
  color: #000;
  font-size: 14px;
}

@media (max-width: 560px) {
  .manuals-download .results .item .item-title {
    margin: 0 0 0.5rem 0;
  }
}

.manuals-download .results .item .mans {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media (max-width: 560px) {
  .manuals-download .results .item .mans {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.manuals-download .results .item .mans .man-item {
  margin: 0 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -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: start;
  width: 60px;
}

@media (max-width: 560px) {
  .manuals-download .results .item .mans .man-item {
    margin: 0 0.5rem 0.5rem 0.5rem;
  }
}

.manuals-download .results .item .mans .man-item .dl-image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 12px;
  margin: 0 0 0.4rem 0;
}

.manuals-download .results .item .mans .man-item .dl-title {
  font-weight: 700;
  color: #000;
  font-size: 8px;
  text-align: center;
}

.manuals-download .results .item:nth-child(2n+1) {
  background: #F6F6F6;
}

.products-list-page {
  background: #fff;
  width: 100%;
  padding: 2rem 2rem;
}

@media (max-width: 900px) {
  .products-list-page {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1rem 0.5rem;
  }
}

.products-list-page .products-list-brands {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 1.5rem 0 0 0;
  gap: 1rem;
}

@media (max-width: 560px) {
  .products-list-page .products-list-brands {
    margin: 1.5rem 0 0 1rem;
  }
}

.products-list-page .products-list-brands .brand {
  width: 90px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 560px) {
  .products-list-page .products-list-brands .brand {
    width: 60px;
  }
}

.products-list-page h1 {
  display: block;
  color: #008DD2;
  position: relative;
  font-weight: 700;
  letter-spacing: 6px;
  text-transform: uppercase;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 18px;
  line-height: 24px;
  margin: 0;
}

.products-list-page h1::after {
  content: ' ';
  position: absolute;
  bottom: -0.75rem;
  left: -2rem;
  background: #008DD2;
  height: 1px;
  width: calc(100% + 2rem);
}

.products-list-page .product-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 2rem auto;
  position: relative;
  max-width: 1600px;
}

@media (max-width: 900px) {
  .products-list-page .product-content-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.filter-container {
  width: calc(160px + 1rem);
  border-right: 1px solid #DDDDDD;
  padding: 0 1rem 0 0;
  -webkit-transition: all 0.33s ease;
  transition: all 0.33s ease;
  position: relative;
}

@media (max-width: 900px) {
  .filter-container {
    position: fixed;
    left: -176px;
    background: #fff;
    top: calc(3vh + 90px);
    padding: 0rem 1rem 1rem 1rem;
    border: 1px solid #dddddd;
    z-index: 76;
  }
}

.filter-container h3 {
  color: #000;
  margin: 1.5rem 0;
  padding: 0;
  position: relative;
  font-size: 14px;
}

.filter-container h3::after {
  content: ' ';
  position: absolute;
  bottom: -0.75rem;
  left: 0;
  background: #000;
  height: 1px;
  width: calc(100%);
  letter-spacing: 1px;
}

.filter-container .filter .group {
  margin: 0.5rem 0 0 0;
}

.filter-container .filter .group .title {
  font-size: 14px;
  color: #9B9B9B;
  margin: 0 0 0.75rem 0;
}

.filter-container .filter .group .list {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
}

.filter-container .filter .group .list label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 0 0.75rem 0;
  cursor: pointer;
}

.filter-container .filter .group .list label input[type="checkbox"] {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: none;
  opacity: 0;
  height: 0;
  width: 0;
  padding: 0;
  margin: 0;
}

.filter-container .filter .group .list label .checkbox {
  width: 12px;
  height: 12px;
  border: 1px solid #000;
  border-radius: 2px;
  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;
  background: #fff;
  content: ' ';
  margin: 0 0.5rem 0 0;
}

.filter-container .filter .group .list label .checkbox .inner {
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 1px;
  background: #fff;
  -webkit-transition: all 0.36s ease;
  transition: all 0.36s ease;
}

.filter-container .filter .group .list label .text {
  font-size: 12px;
  line-height: 14px;
}

.filter-container .filter .group .list label input[type="checkbox"]:checked + .checkbox .inner {
  background: #000;
}

.filter-container .btn {
  border: 1px solid #000;
  border-radius: 6px;
  height: unset;
  padding: 0.3rem 1rem;
  background: transparent;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  margin: 1rem auto 0 auto;
  -webkit-transition: all 0.66s ease;
  transition: all 0.66s ease;
  cursor: pointer;
}

.filter-container .filter-btn:hover {
  background: #000;
  color: #fff;
}

.filter-container .mobile {
  display: none;
  position: absolute;
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
  top: calc(20vh + 140px);
  right: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  background-color: #fff;
  border: 1px solid #dddddd;
  border-radius: unset;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
  padding: 0.3rem 1rem 1rem 1rem;
}

@media (max-width: 900px) {
  .filter-container .mobile {
    display: inline-block;
  }
}

.slide-open {
  left: 0;
}

.universal-page {
  background: #fff;
  padding: 2rem 4rem;
  min-height: 600px;
}

.content-matrix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
}

.content-matrix h2, .content-matrix h3, .content-matrix h4, .content-matrix h5 {
  font-weight: 700;
  color: #007cb9;
  margin: 0 0 1rem 0;
  text-align: left;
}

.content-matrix h2 {
  margin: 0 0 2rem 0;
}

.content-matrix .content-list-content {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  margin: 0 0 2rem 0;
}

.content-matrix .content-list-content .title {
  color: #008DD2;
  text-transform: uppercase;
  margin: 0 0 2rem 0;
  font-size: 18px;
}

.content-matrix .content-list-content .list-content {
  display: block;
  width: 100%;
}

.content-matrix .content-list-content .list-content .image {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  width: 40%;
  border: 1px solid #dddddd;
  padding: 1rem;
  border-radius: 1rem;
  float: left;
  display: inline;
  margin: 0 2rem 1rem 0;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
          box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
}

@media (max-width: 800px) {
  .content-matrix .content-list-content .list-content .image {
    float: unset;
    display: block;
    width: 100%;
    margin: 0 auto 2rem auto;
  }
}

.content-matrix .content-list-content .list-content .text {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

.content-matrix .content-list-content .right .image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  float: right;
  margin: 0 0 1rem 2rem;
}

@media (max-width: 800px) {
  .content-matrix .content-list-content .right .image {
    float: unset;
    margin: 0 auto 2rem auto;
  }
}

.content-matrix .content-list-content .right .text {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}

.content-matrix .single-image-full-width {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  border: 1px solid #dddddd;
  border-radius: 1rem;
  padding: 1rem;
  background: #fff;
  margin: 0 0 2rem 0;
  -ms-flex-item-align: center;
      align-self: center;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
          box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
}

.content-matrix .single-image-full-width a {
  width: 100%;
}

.content-matrix .single-image-full-width .image {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  max-height: 700px;
}

.content-matrix .content-timeline {
  width: 100%;
  margin: 1rem 0;
}

.content-matrix .content-timeline .timeline-container {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
  margin: 0 0 0 2rem;
}

@media (max-width: 580px) {
  .content-matrix .content-timeline .timeline-container {
    margin: 0 0 0 0.7rem;
  }
}

.content-matrix .content-timeline .timeline-container .tl-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  position: relative;
}

.content-matrix .content-timeline .timeline-container .tl-row .tl-item {
  border: 2px solid #007cb9;
  border-radius: 0.3rem;
  padding: 0.5rem 1rem;
  color: #007cb9;
  font-weight: 700;
}

.content-matrix .content-timeline .timeline-container .tl-row .tl-text {
  margin: 0 0 0 2rem;
  width: 360px;
}

@media (max-width: 580px) {
  .content-matrix .content-timeline .timeline-container .tl-row .tl-text {
    width: 180px;
    margin: 0 0 0 1rem;
  }
}

.content-matrix .content-timeline .timeline-container .tl-row .tl-text p {
  margin: 0 0 1rem 0;
  font-size: 13px;
  line-height: 18px;
}

.content-matrix .content-timeline .timeline-container .tl-row .tl-text a {
  text-decoration: underline;
  color: #000;
  font-size: 13px;
  line-height: 18px;
}

.content-matrix .content-timeline .timeline-container .tl-line {
  margin: 0 0 1rem 1rem;
  width: 2px;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
  background: #007cb9;
  height: 60px;
  content: ' ';
  position: relative;
}

.content-matrix .content-content {
  width: 100%;
}

@media (max-width: 780px) {
  .content-matrix .content-content figure {
    margin: 0;
  }
}

.content-matrix .content-content figure img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
}

@media (max-width: 1180px) {
  .content-matrix .content-content figure img {
    width: 100%;
  }
}

.content-matrix .content-content ol, .content-matrix .content-content ul, .content-matrix .content-content li {
  list-style: inside;
}

.content-matrix .col2 {
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 780px) {
  .content-matrix .col2 {
    -webkit-columns: 1;
            columns: 1;
  }
}

.content-matrix .col2 figure {
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 780px) {
  .content-matrix .col2 figure {
    -webkit-columns: 1;
            columns: 1;
  }
}

.content-matrix .col2 p {
  -webkit-columns: 2;
          columns: 2;
}

@media (max-width: 780px) {
  .content-matrix .col2 p {
    -webkit-columns: 1;
            columns: 1;
  }
}

.content-matrix .col3 figure {
  -webkit-columns: 3;
          columns: 3;
}

@media (max-width: 1180px) {
  .content-matrix .col3 figure {
    -webkit-columns: 2;
            columns: 2;
  }
}

@media (max-width: 780px) {
  .content-matrix .col3 figure {
    -webkit-columns: 1;
            columns: 1;
  }
}

.content-matrix .col3 p {
  -webkit-columns: 3;
          columns: 3;
}

@media (max-width: 1180px) {
  .content-matrix .col3 p {
    -webkit-columns: 2;
            columns: 2;
  }
}

@media (max-width: 780px) {
  .content-matrix .col3 p {
    -webkit-columns: 1;
            columns: 1;
  }
}

.content-matrix .content-gallery {
  width: 100%;
  position: relative;
  margin: 0 0 2rem 0;
}

.content-matrix .content-gallery .gallery-container {
  width: 100%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.content-matrix .content-gallery .gallery-container .image {
  border: 1px solid #dddddd;
  padding: 1rem;
  border-radius: 1rem;
  width: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

@media (max-width: 780px) {
  .content-matrix .content-gallery .gallery-container .image {
    padding: 0.6rem;
    border-radius: 0.5rem;
  }
}

.content-matrix .content-gallery .gallery-container .list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5rem;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

@media (max-width: 780px) {
  .content-matrix .content-gallery .gallery-container .list {
    grid-gap: 0.75rem;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.content-matrix .content-gallery .gallery-container .list .image {
  height: 100%;
}

.content-matrix .content-gallery .gallery-container .swiper-container {
  width: calc(100% - 3rem);
  overflow: hidden;
  position: relative;
  display: inline-block;
  margin: 0 auto 0 0;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper {
  width: 100%;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product {
  width: 100%;
  padding: 0.75rem;
  margin: unset;
  border: 1px solid #DDDDDD;
  border-radius: 0.5rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
          box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -ms-flex-item-align: center;
      align-self: center;
  margin: 0 auto;
}

@media (max-width: 900px) {
  .content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product {
    width: calc(120px);
    margin: unset;
  }
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .image {
  width: calc(100%);
  -o-object-fit: contain;
     object-fit: contain;
  height: auto;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product a {
  width: 100%;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .description {
  font-size: 12px;
  color: #000;
  line-height: 16px;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .description p, .content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .description img, .content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .description strong, .content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .description ul, .content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .description ol {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0 0 0.6rem 0;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .tags {
  font-size: 12px;
  line-height: 16px;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .name {
  color: #007cb9;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 16px;
  margin: 0.5rem 0;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .more {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: end;
  margin: 1rem 0 0 auto;
  cursor: pointer;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.content-matrix .content-gallery .gallery-container .swiper-container .swiper-wrapper .swiper-slide .product .more img {
  width: 12px;
  margin: 0 0 0 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-matrix .content-gallery .gallery-container .swiper-nav {
  -ms-flex-item-align: end;
      align-self: end;
  margin: 0 0 0 0;
  width: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.content-matrix .content-gallery .gallery-container .swiper-nav .prev, .content-matrix .content-gallery .gallery-container .swiper-nav .next {
  position: relative;
  margin: 0 0 1rem 0;
  cursor: pointer;
}

.content-matrix .content-gallery .gallery-container .swiper-nav .prev img, .content-matrix .content-gallery .gallery-container .swiper-nav .next img {
  width: 30px;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
}

@media (max-width: 780px) {
  .content-matrix .content-gallery .gallery-container .swiper-nav .prev img, .content-matrix .content-gallery .gallery-container .swiper-nav .next img {
    width: 22px;
  }
}

.content-matrix .content-gallery .gallery-container .swiper-nav .next img {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.content-matrix h3 {
  color: #007cb9;
  margin: 0 0 2rem 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 100;
  line-height: 26px;
}

.content-matrix .content-video {
  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;
  margin: 0 0 2rem 0;
  position: relative;
}

@media (max-width: 1180px) {
  .content-matrix .content-video {
    width: 100% !important;
    height: 500px !important;
  }
}

.content-matrix .content-video .video {
  max-width: 1200px;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 2rem;
  overflow: hidden;
  width: 70% !important;
  height: 500px !important;
}

.content-matrix .content-video .video iframe {
  width: 100% !important;
  height: 500px !important;
}

@media (max-width: 1180px) {
  .content-matrix .content-video .video iframe {
    height: 52vw !important;
  }
}

@media (max-width: 1180px) {
  .content-matrix .content-video .video {
    width: 100% !important;
    height: auto !important;
  }
}

.content-matrix .content-downloader {
  width: 100%;
  margin: 1rem 0 2rem 0;
}

.content-matrix .content-downloader .dl-items {
  width: 100%;
  display: -ms-grid;
  display: grid;
  grid-gap: 1.5rem;
  -ms-grid-columns: (minmax(240px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
}

@media (max-width: 780px) {
  .content-matrix .content-downloader .dl-items {
    grid-gap: 0.75rem;
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
  }
}

.content-matrix .content-downloader .dl-items .dl-item {
  width: 220px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media (max-width: 780px) {
  .content-matrix .content-downloader .dl-items .dl-item {
    width: 150px;
  }
}

.content-matrix .content-downloader .dl-items .dl-item .image {
  width: 100%;
  max-height: 150px;
  padding: 0.5rem;
  border-radius: 0.7rem;
  border: 1px solid #dddddd;
  margin: 0 0 1rem 0;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom .icon {
  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-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom .icon img {
  width: 40px;
  -o-object-fit: contain;
     object-fit: contain;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom .icon .arrow {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0.5rem 0 0 0;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom .dl-desc {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0 0 0 1rem;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom .dl-desc .title {
  color: #000;
  font-size: 12px;
  line-height: 16px;
  margin: 0 0 0.2rem 0;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom .dl-desc .line {
  width: 100%;
  height: 1px;
  margin: 0.5rem 0;
  content: ' ';
  position: relative;
}

.content-matrix .content-downloader .dl-items .dl-item .bottom .dl-desc .size {
  color: #9B9B9B;
  font-size: 12px;
  line-height: 16px;
}

.products-list-container {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: 100%;
  padding: 1rem 0.5rem;
}

@media (max-width: 900px) {
  .products-list-container {
    padding: 1rem 0;
  }
}

.products-list-container .title {
  color: #008DD2;
  font-size: 13px;
  line-height: 18px;
  margin: 0.5rem 0;
  width: 100%;
}

.products-list-container .product-list {
  width: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(260px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  justify-items: center;
  align-items: start;
  grid-gap: 1rem;
  margin: 0 0 1.25rem 0;
}

@media (max-width: 900px) {
  .products-list-container .product-list {
    -ms-grid-columns: (minmax(150px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(150px, 1fr));
    grid-gap: 0.6rem;
  }
}

.products-list-container .product-list .product {
  width: calc(220px + 1.5rem);
  padding: 0.75rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.5rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
          box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  height: 100%;
}

@media (max-width: 900px) {
  .products-list-container .product-list .product {
    width: calc(140px);
  }
}

.products-list-container .product-list .product .image {
  width: calc(100%);
  -o-object-fit: cover;
     object-fit: cover;
  max-height: 140px;
}

.products-list-container .product-list .product a {
  width: 100%;
}

.products-list-container .product-list .product .description {
  font-size: 12px;
  color: #000;
  line-height: 16px;
}

.products-list-container .product-list .product .description p, .products-list-container .product-list .product .description img, .products-list-container .product-list .product .description strong, .products-list-container .product-list .product .description ul, .products-list-container .product-list .product .description ol {
  font-weight: 300;
  font-size: 12px;
  line-height: 16px;
  text-align: left;
  margin: 0 0 0.6rem 0;
}

.products-list-container .product-list .product .tags {
  font-size: 12px;
  line-height: 16px;
}

.products-list-container .product-list .product .more {
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-item-align: end;
      align-self: end;
  margin: auto 0 0 auto;
  cursor: pointer;
  color: #000;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.products-list-container .product-list .product .more img {
  width: 12px;
  margin: 0 0 0 0.5rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.products-list-container .product-list .product-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  position: relative;
}

@media (max-width: 1180px) {
  .products-list-container .product-list .product-page {
    padding: 4rem 0 0 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: start;
  }
}

.products-list-container .product-list .product-page .b-element {
  width: 180px;
  padding: 0 1rem 0 0;
  margin: 0 1rem 0 0;
  height: 100%;
}

@media (max-width: 1180px) {
  .products-list-container .product-list .product-page .b-element {
    position: absolute;
    top: -2rem;
    height: 5rem;
  }
}

.products-list-container .product-list .product-page .product-content {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  position: relative;
}

.products-list-container .product-list .product-page .product-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  width: 100%;
  position: relative;
}

@media (max-width: 1180px) {
  .products-list-container .product-list .product-page .product-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.products-list-container .product-list .product-page .product-header .product-image {
  width: 500px;
  max-height: 600px;
  margin: 0 0 2rem 0;
}

@media (max-width: 780px) {
  .products-list-container .product-list .product-page .product-header .product-image {
    width: 100%;
    margin: 0 0 0rem 0;
  }
}

.products-list-container .product-list .product-page .product-header .product-image img {
  width: 100%;
  padding: 1rem;
  border: 1px solid #dddddd;
  border-radius: 1rem;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
          box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
}

.products-list-container .product-list .product-page .product-header .product-description {
  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-align: start;
      -ms-flex-align: start;
          align-items: start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  padding: 0 0 0 3rem;
  width: calc(100% - 500px);
}

@media (max-width: 1180px) {
  .products-list-container .product-list .product-page .product-header .product-description {
    width: 100%;
    padding: 0 0 0 0;
  }
}

.products-list-container .product-list .product-page .product-header .product-description .title {
  font-size: 24px;
  line-height: 36px;
  font-weight: 100;
  color: #007cb9;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.products-list-container .product-list .product-page .product-header .product-description .title::after {
  display: none;
}

.products-list-container .product-list .product-page .product-header .product-description .product-tags {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}

.products-list-container .product-list .product-page .product-header .product-description .product-tags .tag {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  margin: 0 0 1.5rem 0;
}

.products-list-container .product-list .product-page .product-header .product-description .product-tags .tag .tag-title {
  color: #9B9B9B;
  text-transform: uppercase;
  letter-spacing: 4px;
  font-size: 14px;
  margin: 0 0 0.25rem 0;
}

.products-list-container .product-list .product-page .line {
  width: 100%;
  height: 1px;
  background: #dddddd;
  content: ' ';
  margin: 2rem 0;
}

.products-list-container .product-list .product-page .b-element + .product-content {
  border-left: 1px solid #dddddd;
  padding: 0 0 0 2rem;
  width: calc(100% - 1rem - 180px);
}

@media (max-width: 1180px) {
  .products-list-container .product-list .product-page .b-element + .product-content {
    width: 100%;
    padding: 0;
    border-left: unset;
  }
}

.products-list-container .industrial {
  -ms-grid-columns: (minmax(450px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(450px, 1fr));
}

@media (max-width: 580px) {
  .products-list-container .industrial {
    -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
  }
}

.products-list-container .industrial .product {
  width: calc(420px + 1.5rem);
}

@media (max-width: 580px) {
  .products-list-container .industrial .product {
    width: 100%;
  }
}

.products-list-container .industrial .product .image {
  max-height: 240px;
}

.products-list-container .product-list.p-page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.products-list-container .vert-line {
  width: calc(100% - 2rem);
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  height: 1px;
  background: #DDDDDD;
  margin: 1rem 0;
}

.products-list-container .product-categories {
  width: 100%;
  padding: 0.75rem 0 0 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(400px, 1fr))[auto-fill];
      grid-template-columns: repeat(auto-fill, minmax(400px, 1fr));
  justify-items: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  grid-gap: 1rem;
}

@media (max-width: 1380px) {
  .products-list-container .product-categories {
    -ms-grid-columns: (minmax(260px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
  }
}

@media (max-width: 560px) {
  .products-list-container .product-categories {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-grid-columns: (minmax(140px, 1fr))[auto-fill];
        grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  }
}

.products-list-container .product-categories .product-category {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  padding: 0.75rem;
  border: 1px solid #DDDDDD;
  border-radius: 0.5rem;
  -webkit-box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
          box-shadow: rgba(149, 157, 165, 0.2) 4px 10px 20px;
  width: 360px;
  height: 100%;
  color: #000;
}

@media (max-width: 1380px) {
  .products-list-container .product-categories .product-category {
    width: 240px;
  }
}

@media (max-width: 560px) {
  .products-list-container .product-categories .product-category {
    width: 120px;
    padding: 0.5rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

.products-list-container .product-categories .product-category .title {
  margin: 0 0 0.5rem 0;
}

@media (max-width: 560px) {
  .products-list-container .product-categories .product-category .title {
    font-size: 11px;
    line-height: 15px;
  }
}

.products-list-container .product-categories .product-category .text {
  color: #000;
}

.products-list-container .product-categories .product-category .text p {
  margin: 0 0 0.5rem 0;
  font-size: 11px;
  line-height: 15px;
}

.products-list-container .product-categories .product-category .thumb {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
     object-fit: cover;
  margin: 0 1rem 0 0;
}

@media (max-width: 560px) {
  .products-list-container .product-categories .product-category .thumb {
    margin: 0 0 0.6rem 0;
    width: 100%;
  }
}

.products-list-container .product-categories .product-category .description {
  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: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  width: calc(100% - 80px - 1rem);
}

@media (max-width: 560px) {
  .products-list-container .product-categories .product-category .description {
    width: 100%;
  }
}

.about-index h2 {
  margin: 1rem 0 3rem 0;
}

.hamburger-opened-navigation-container .centered-nav nav {
  height: unset;
  overflow: unset;
}

.magazine-content-wrapper {
  background: #fff;
}

.filter-container + .products-list-container {
  width: calc(100% - 160px - 1rem);
}

@media (max-width: 900px) {
  .filter-container + .products-list-container {
    width: calc(100%);
  }
}

.back {
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.back .text {
  color: #000;
}

.back img {
  width: 16px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 0.5rem 0 0;
}

.neg-top-margin {
  margin: -2rem 0 0 1rem;
}

.content-wrapper .inner-container {
  background: #2B3134;
  min-height: calc(100vh - 78px - 313px);
}

.content-wrapper .inner-container.inner-subpage {
  background: #fff;
}

.lock {
  height: 100vh;
  overflow: hidden;
}

._subpage {
  height: 78px !important;
}

._subpage-height-open {
  height: 100vh !important;
}

.adminbar {
  bottom: 0 !important;
  top: unset !important;
  position: fixed !important;
}
/*# sourceMappingURL=microwell-f.css.map */