/*--------------------------------------------------------*/
/* TABLE OF CONTENTS: */
/*--------------------------------------------------------*/
/*00 - FONTS IMPORT*/
/*01 - LIBRARIES*/
/*02 - GLOBAL SETTINGS*/
/*03 - FOOTER*/
/*04 - ELEMENTS*/
/*05 - POPUPS*/
/*06 - ADDITIONAL STYLES CONNECTED TO STYLE-TOP.CSS*/
/*07 - OTHER*/
/*--------------------------------------------------------*/
/* 00 - FONTS IMPORT: */
/*--------------------------------------------------------*/
@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Light.eot");
  src: url("../fonts/Nexa-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Light.woff") format("woff"), url("../fonts/Nexa-Light.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Book.eot");
  src: url("../fonts/Nexa-Book.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Book.woff") format("woff"), url("../fonts/Nexa-Book.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Bold.eot");
  src: url("../fonts/Nexa-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-Bold.woff") format("woff"), url("../fonts/Nexa-Bold.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-XBold.eot");
  src: url("../fonts/Nexa-XBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Nexa-XBold.woff") format("woff"), url("../fonts/Nexa-XBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
}

/*--------------------------------------------------------*/
/* 01 - LIBRARIES */
/*--------------------------------------------------------*/
/*--------------------------------------------------------*/
/* SWIPER */
/*--------------------------------------------------------*/
/**
 * Swiper 4.5.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2019 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: February 22, 2019
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  transition-property: transform,-webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  -o-transition-property: transform,height;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-wp8-horizontal, .swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical, .swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white, .swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white, .swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black, .swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black, .swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  -o-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s top,.2s -webkit-transform;
  transition: .2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
  -webkit-transition: .2s transform,.2s top,.2s -webkit-transform;
  -o-transition: .2s transform,.2s top,.2s -webkit-transform;
  transition: .2s transform,.2s top,.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s left,.2s -webkit-transform;
  transition: .2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
  -webkit-transition: .2s transform,.2s left,.2s -webkit-transform;
  -o-transition: .2s transform,.2s left,.2s -webkit-transform;
  transition: .2s transform,.2s left,.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s right,.2s -webkit-transform;
  transition: .2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
  -webkit-transition: .2s transform,.2s right,.2s -webkit-transform;
  -o-transition: .2s transform,.2s right,.2s -webkit-transform;
  transition: .2s transform,.2s right,.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #fff;
}

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* GLOBAL SETTINGS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
html {
  height: auto;
}

body {
  height: auto;
  overflow: visible;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

body ::selection {
  color: #fff;
  background: #000;
}

body ::-moz-selection {
  color: #fff;
  background: #000;
}

.swiper-slide:not(:first-child) {
  display: block;
}

/*--------------------------------------------------------*/
/* FOOTER: */
/*--------------------------------------------------------*/
.footer {
  background: #0D3966;
  padding: 70px 0;
  color: #FFF;
  word-break: break-word;
}

.footer_logo {
  display: inline-block;
  margin-bottom: 44px;
  max-width: 220px;
}

.footer_link {
  font-size: 22px;
  font-weight: 500;
}

.copyright {
  font-size: 12px;
  font-weight: 200;
  margin-top: 25px;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .footer a:hover {
    opacity: .7;
  }
}

@media (min-width: 1200px) and (max-height: 750px), (max-width: 1199px) {
  .footer {
    padding: 50px 0;
  }
}

@media (max-width: 767px) {
  .footer {
    padding: 30px 0;
  }
  .footer_link {
    font-size: 18px;
  }
  .footer_logo {
    max-width: 150px;
    margin-bottom: 30px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* SWIPER CUSTOM */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.swiper-entry {
  position: relative;
}

.swiper-container:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag.png) 16 9, ew-resize;
}

.swiper-container-vertical:not(.swiper-no-swiping) .swiper-wrapper {
  cursor: url(../img/drag-vertical.png) 8 16, ns-resize;
}

.swiper-button-lock + .swiper-button-lock + .swiper-container .swiper-wrapper {
  cursor: default;
}

.swiper-pagination.swiper-pagination-relative {
  position: relative;
  margin-top: 30px;
  bottom: auto !important;
}

.swiper-pagination {
  line-height: 0;
  z-index: 2;
}

.swiper-pagination-bullet {
  position: relative;
  width: 18px;
  height: 18px;
  background-color: transparent;
  opacity: 1;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  border: 2px solid #3c3e40;
}

.swiper-pagination-bullet:active {
  -webkit-transform: translateY(2px);
      -ms-transform: translateY(2px);
          transform: translateY(2px);
}

.swiper-pagination-bullet-active {
  background-color: #3c3e40;
}

.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 10px;
}

.swiper-button-prev,
.swiper-button-next {
  width: 50px;
  height: 50px;
  background: none;
  margin-top: -25px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-button-prev:active,
.swiper-button-next:active {
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
}

.swiper-button-prev .arr,
.swiper-button-next .arr {
  width: 36px;
  height: 36px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-135deg);
      -ms-transform: translate(-50%, -50%) rotate(-135deg);
          transform: translate(-50%, -50%) rotate(-135deg);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

.swiper-button-prev .arr:before, .swiper-button-prev .arr:after,
.swiper-button-next .arr:before,
.swiper-button-next .arr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 8px;
  border-radius: 4px;
  background-color: #747474;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.swiper-button-prev .arr:after,
.swiper-button-next .arr:after {
  left: auto;
  right: 0;
  width: 8px;
  height: 100%;
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: .7;
}

.swiper-button-prev {
  left: 0;
}

.swiper-button-prev .arr {
  margin-left: 8px;
}

.swiper-button-next {
  right: 0;
}

.swiper-button-next .arr {
  margin-left: -8px;
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
      -ms-transform: translate(-50%, -50%) rotate(45deg);
          transform: translate(-50%, -50%) rotate(45deg);
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .swiper-button-prev:hover .arr:before, html:not(.touch-screen) .swiper-button-prev:hover .arr:after,
  html:not(.touch-screen) .swiper-button-next:hover .arr:before,
  html:not(.touch-screen) .swiper-button-next:hover .arr:after {
    background-color: #0D3966;
  }
  html:not(.touch-screen) .swiper-pagination-bullet:hover {
    background: #3c3e40;
  }
}

@media (max-width: 767px) {
  .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
  }
  .swiper-pagination-bullets .swiper-pagination-bullet,
  .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 6px;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* FORM ELEMENTS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  color: #3c3e40;
  opacity: 1;
}

input:-moz-placeholder, textarea:-moz-placeholder {
  color: #3c3e40;
  opacity: 1;
}

input::-moz-placeholder, textarea::-moz-placeholder {
  color: #3c3e40;
  opacity: 1;
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  color: #3c3e40;
  opacity: 1;
}

input, textarea, select {
  border-radius: 0;
  background: none;
  border: none;
  margin: 0;
  width: 100%;
  padding: 0;
}

textarea {
  display: block;
  resize: none;
  overflow: auto;
}

select::-ms-expand {
  display: none;
}

.input {
  font-size: 16px;
  height: 32px;
  line-height: 32px;
  padding: 0 15px;
  background-color: #FFF;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

textarea.input {
  height: 130px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 18px;
}

.form-group {
  padding: 65px 30px 70px;
  margin-left: -30px;
  margin-right: -30px;
}

.form-group .btn {
  margin-top: 35px;
}

.form-group.contact-form-group {
  padding: 0;
  margin: 45px 0 0;
}

.form-control {
  margin-bottom: 15px;
  font-size: 18px;
  color: #FFF;
  display: block;
}

.form-control .input {
  margin-top: 10px;
}

.form-control.dirty .input, .form-control.focus .input {
  background-color: #eeb411;
}

.form-control.invalid {
  color: red;
}

.form-control.invalid .input {
  background-color: red;
}

@media (min-width: 1200px) {
  .input:hover {
    background-color: #eeb411;
  }
}

@media (max-width: 991px) {
  .form-group-home {
    margin-top: 40px;
  }
}

@media (max-width: 767px) {
  .form-group {
    margin-left: 0;
    margin-right: 0;
    padding: 15px 15px 30px;
  }
  .form-group.contact-form-group {
    margin-top: 30px;
  }
  .form-group .btn {
    margin-top: 20px;
  }
}

/*--------------------------------------------------------*/
/* ELEMENTS: */
/*--------------------------------------------------------*/
/* bg-item */
.bg-item {
  position: relative;
  padding: 0 15px;
  color: #FFF;
  background-color: #ededef;
}

.bg-item .cell-view {
  position: relative;
  height: 500px;
  padding: 50px 0;
  text-align: center;
}

.bg-item .title {
  margin-bottom: 25px;
  min-height: 2.4em;
}

.bg-item .bg-item-logo {
  max-width: 60%;
}

.bg-item .bg-item-logo + .title {
  margin-top: 5px;
  min-height: unset;
}

.bg-item-row-full,
.row.bg-item-row-full {
  margin-top: 6px;
}

.bg-item-row-full .bg-item,
.row.bg-item-row-full .bg-item {
  margin-bottom: 6px;
}

.row.bg-item-row3 > div[class*="col"] {
  padding-top: 6px;
}

.row.bg-item-row2 {
  margin-bottom: 6px;
}

.row.bg-item-row2 > div[class*="col"] {
  padding-top: 6px;
}

.bg-item-overlay:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(120, 120, 120, 0)), color-stop(35%, rgba(120, 120, 120, 0)), color-stop(80%, #787878), to(#787878));
  background-image: -o-linear-gradient(left, rgba(120, 120, 120, 0) 0%, rgba(120, 120, 120, 0) 35%, #787878 80%, #787878 100%);
  background-image: linear-gradient(90deg, rgba(120, 120, 120, 0) 0%, rgba(120, 120, 120, 0) 35%, #787878 80%, #787878 100%);
}

.bg-item.type2 {
  padding: 0;
}

.bg-item.type2 .bg-item-logo {
  margin-bottom: 20px;
}

.bg-item.type2 .article {
  padding: 50px 0;
}

.bg-item.type2.reverse .bg-item-overlay:after {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(120, 120, 120, 0)), color-stop(35%, rgba(120, 120, 120, 0)), color-stop(80%, #787878), to(#787878));
  background-image: -o-linear-gradient(right, rgba(120, 120, 120, 0) 0%, rgba(120, 120, 120, 0) 35%, #787878 80%, #787878 100%);
  background-image: linear-gradient(270deg, rgba(120, 120, 120, 0) 0%, rgba(120, 120, 120, 0) 35%, #787878 80%, #787878 100%);
}

@media (min-width: 992px) {
  .row.bg-item-row3 > div[class*="col"]:nth-child(3n+2) {
    padding-left: 6px;
    padding-right: 6px;
  }
  .row.bg-item-row2 > div[class*="col"]:nth-child(odd) {
    padding-right: 3px;
  }
  .row.bg-item-row2 > div[class*="col"]:nth-child(even) {
    padding-left: 3px;
  }
  .bg-item.type3 .cell-view {
    height: 40vw;
  }
}

@media (min-width: 1200px) and (max-height: 750px) {
  .bg-item .cell-view {
    height: 350px;
  }
}

@media (max-width: 1199px) {
  .bg-item .cell-view {
    height: 350px;
  }
}

@media (max-width: 991px) {
  .bg-item .title {
    min-height: unset;
  }
  .bg-item.type2 .bg-overlay:after {
    content: none;
  }
  .bg-item.type2 .cell-view {
    padding-top: 0;
    padding-bottom: 50px;
    height: auto;
  }
}

@media (max-width: 767px) {
  .bg-item .cell-view {
    height: 300px;
    padding: 30px 0;
  }
  .bg-item.type2 .article {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .bg-item.type2 .bg-item-logo {
    max-width: 80px;
  }
}

/* end of bg-item */
/* slide-item-1 */
.slide-item-1 {
  text-align: center;
}

/* end of slide-item-1 */
/* icon-item */
.icon-item {
  text-align: center;
  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;
  color: #0D3966;
}

.icon-item .icon {
  margin-bottom: 15px;
  width: 60px;
  height: 60px;
  display: -webkit-box;
  position: relative;
  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;
}

.icon-item .icon .img, .icon-item .icon svg {
  display: inline-block;
  max-height: 100%;
}

.icon-item .title {
  font-weight: 600;
}

.icon-item-wrap {
  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;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.icon-item-wrap .icon-item {
  width: 14.28%;
  padding: 0 15px;
  margin-bottom: 20px;
}

.cubicle-image {
    margin: 0 auto 30px;
    display: block;
    width: 250px;
    max-width: 100%;
}

@media (min-width: 1200px) {
  .icon-item:hover {
    color: #eeb411;
  }
}

@media (max-width: 1199px) {
  .icon-item-wrap .icon-item {
    width: 25%;
    padding: 0 10px;
  }
}

@media (max-width: 991px) {
  .icon-item-wrap .icon-item {
    width: 33.33%;
    padding: 0 10px;
  }
}

@media (max-width: 767px) {
  .icon-item-wrap .icon-item {
    width: 50%;
  }
  .icon-item-wrap .icon-item:last-child, .icon-item-wrap .icon-item:nth-last-child(2) {
    margin-bottom: 0;
  }
}

/* end of icon-item */
/* home-image-slider */

.home-image-slider img.img {
    width: 300px;
    max-width: 100%;
}

@media (max-width: 767px) {
  .home-image-slider {
    margin-bottom: 30px;
  }
}

/* end of home-image-slider */
/* left-right */
.left-right-section {
  padding: 6px 0;
}

.left-right-item {
  position: relative;
}

.left-right-item .cell-view {
  height: 500px;
  padding: 40px 0;
}

.left-right-item.reverse .left-right-bg {
  left: 0;
}

.left-right-bg {
  position: absolute;
  left: 50%;
  width: 50%;
  top: 0;
  height: 100%;
}

@media (max-width: 767px) {
  .left-right-section {
    margin-bottom: 30px;
  }
  .left-right-bg {
    position: relative;
    width: 100%;
    padding-bottom: 50%;
    left: 0;
  }
  .left-right-item .cell-view {
    height: auto;
    padding: 30px 0;
  }
}

/* end of left-right */
/* product */
.product {
  position: relative;
  width: 190px;
}

.product-image {
  position: relative;
  background-color: #f6f7f8;
  width: 100%;
  padding-bottom: 100%;
  margin-bottom: 25px;
}

.product-image .img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  max-width: 100%;
  max-height: 100%;
}

.product-title {
  color: #0D3966;
  margin-bottom: 25px;
}

.product-title b {
  font-weight: 600;
}

.sorting-container-wrap {
  width: 100%;
}

.sorting-container {
  position: relative;
  margin-left: calc( -1*(33.3333% - 200px));
  margin-right: calc( -1*(33.3333% - 200px));
}

.grid-sizer {
  position: relative;
  width: 33.3333%;
}

.sorting-item {
  width: 33.3333%;
  margin-bottom: 90px;
}

.sorting-item .product {
  margin: 0 auto;
}

.product-filter li {
  cursor: pointer;
  font-size: 20px;
  margin-bottom: 30px;
  -webkit-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
}

.product-filter li:last-child {
  margin-bottom: 0;
}

.product-filter li.active {
  font-weight: 600;
}

@media (min-width: 1200px) {
  .product-filter li:hover {
    font-weight: 600;
  }
}

@media (max-width: 1499px) {
  .product-filter li {
    margin-bottom: 15px;
  }
}

@media (max-width: 1199px) {
  .sorting-item {
    margin-bottom: 60px;
  }
}

@media (max-width: 991px) {
  .product-filter-wrap {
    margin-bottom: 30px;
  }
  .product-filter li {
    font-size: 18px;
    margin-bottom: 0;
    padding: 7px 15px;
  }
}

@media (max-width: 767px) {
  .product {
    width: 100%;
  }
  .product-title, .product-image {
    margin-bottom: 15px;
  }
  .sorting-item {
    width: 50%;
    padding: 0 15px;
    margin-bottom: 30px;
  }
  .grid-sizer {
    width: 50%;
  }
  .sorting-container {
    margin-left: -15px;
    margin-right: -15px;
  }
}

/* end of product */
/* mobile drop list */
.mobile-title {
  display: none;
}

@media (max-width: 991px) {
  .mobile-drop-wrap {
    position: relative;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
    z-index: 1;
  }
  .mobile-title {
    position: relative;
    display: block;
    padding: 10px 45px 10px 15px;
    font-size: 20px;
    font-weight: 600;
    border: 1px solid #3c3e40;
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
  }
  .mobile-title:before {
    content: '';
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
        -ms-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    margin-top: -2px;
    width: 12px;
    height: 12px;
    border-right: 2px solid #3c3e40;
    border-bottom: 2px solid #3c3e40;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .mobile-title.active:before {
    margin-top: 2px;
    -webkit-transform: translateY(-50%) rotate(-135deg);
        -ms-transform: translateY(-50%) rotate(-135deg);
            transform: translateY(-50%) rotate(-135deg);
  }
  .mobile-list {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    padding: 10px 0;
    background-color: #FFF;
    border: 1px solid #3c3e40;
    border-top: 0;
    -webkit-transform: scaleY(0);
        -ms-transform: scaleY(0);
            transform: scaleY(0);
    -webkit-transform-origin: top center;
        -ms-transform-origin: top center;
            transform-origin: top center;
    -webkit-transition: 0.25s;
    -o-transition: 0.25s;
    transition: 0.25s;
  }
  .mobile-title.active + .mobile-list {
    -webkit-transform: scaleY(1);
        -ms-transform: scaleY(1);
            transform: scaleY(1);
  }
}

/* end of mobile drop list */
/* double-image */
.double-image-section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.double-image-section > .bg-image {
  width: 50%;
  padding-bottom: 47.5%;
}

.double-image-section > .bg-image.full {
    width: 100%;
}


/* end of double-image */
/* round-product */
.round-product-swiper {
  padding-left: 45px;
  padding-right: 45px;
}

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

.round-product .image {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  -webkit-box-shadow: 0 0 24.84px 2.16px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 24.84px 2.16px rgba(0, 0, 0, 0.2);
  margin: 25px;
  overflow: hidden;
}

.round-product .image .img {
  max-width: 90%;
  max-height: 90%;
}

.round-product .title {
  color: #0D3966;
  margin-bottom: 5px;
}

@media (max-width: 767px) {
  .round-product-swiper {
    padding: 0;
  }
  .round-product-swiper .swiper-button-next,
  .round-product-swiper .swiper-button-prev {
    display: none;
  }
  .round-product .image {
    margin-left: 10px;
    margin-right: 10px;
    width: 130px;
    height: 130px;
  }
}

@media (max-width: 370px) {
  .round-product .image {
    width: 110px;
    height: 110px;
  }
}

/* end of round-product */
/* other */
@media (max-width: 767px) {
  .upper-article-img {
    max-width: 70%;
    margin-bottom: 30px;
  }
}

/* end of other */
/*--------------------------------------------------------*/
/* ELEMENTS: */
/*--------------------------------------------------------*/
.map-section {
  position: relative;
}

.map-section-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 50%;
  height: 100%;
}

.map-section-img {
  margin-bottom: 25px;
}

.map-section address {
  margin-bottom: 20px;
}

.map-section .cell-view {
  height: 40vw;
  padding: 50px 30px 50px 0;
  font-weight: 600;
}

.map-section .map-wrapper {
  position: absolute;
  left: 50%;
  top: 0;
  width: 50%;
  height: 100%;
}

.contact-list {
  font-size: 20px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  word-break: break-word;
  margin-left: -15px;
  margin-right: -15px;
}

.contact-list li {
  padding: 0 15px 15px;
}

.contact-list .icon {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: #0D3966;
  margin-bottom: 10px;
}

.contact-list .icon .img {
  max-width: 90%;
  max-height: 90%;
}

@media (min-width: 1200px) {
  html:not(.touch-screen) .contact-list a:hover {
    color: #eeb411;
  }
  html:not(.touch-screen) .contact-list a:hover .icon {
    background-color: currentColor;
  }
}

@media (max-width: 1199px) {
  .map-section .cell-view {
    padding-right: 0;
  }
  .contact-list {
    font-size: 17px;
  }
}

@media (max-width: 991px) {
  .contact-list {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media (max-width: 767px) {
  .map-section-bg {
    width: 100%;
  }
  .map-section .cell-view {
    padding-top: 60px;
    padding-bottom: 30px;
  }
  .map-section .map-wrapper {
    position: relative;
    height: 350px;
    left: 0;
    width: 100%;
  }
}

/*-------------------------------------------------------------------------------------------------------------------------------*/
/* POPUPS */
/*-------------------------------------------------------------------------------------------------------------------------------*/
.popup-wrapper {
  position: fixed;
  z-index: 110;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  left: -100%;
  -webkit-transition-delay: .3s;
       -o-transition-delay: .3s;
          transition-delay: .3s;
}

.popup-wrapper.active {
  left: 0;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
}

.popup-wrapper .bg-layer {
  position: absolute;
  left: 0;
  top: -100px;
  right: 0;
  bottom: -100px;
  background: rgba(0, 0, 0, 0.8);
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  opacity: 0;
}

.popup-wrapper.active .bg-layer {
  opacity: 1;
}

.popup-content {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  font-size: 0;
  text-align: center;
  -webkit-transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s .3s, -webkit-transform .3s ease-out;
  -ms-transform: scale(1.2);
      transform: scale(1.2);
  -webkit-transform: scale(1.2);
  opacity: 0;
  left: -10000px;
  padding: 15px;
}

.popup-content.active {
  -ms-transform: scale(1);
      transform: scale(1);
  -webkit-transform: scale(1);
  opacity: 1;
  left: 0;
  -webkit-transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  transition: opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  -o-transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s;
  transition: transform .3s ease-out, opacity .3s ease-out, left 0s 0s, -webkit-transform .3s ease-out;
  position: relative;
}

.popup-content:after {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  content: "";
}

.popup-container {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  position: relative;
  text-align: left;
  background: #FFF;
  border-radius: 10px;
}

.popup-container.size-1 {
  max-width: 570px;
}

.popup-container.size-2 {
  max-width: 970px;
}

.popup-container.size-3 {
  max-width: 1170px;
}

.popup-content .layer-close {
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 10000px;
}

.popup-align {
  padding: 60px 70px 70px 70px;
  overflow: hidden;
}

.popup-content .btn-close {
  position: absolute;
  right: 10px;
  top: 10px;
}

#video-popup .popup-align {
  background-color: #000;
  padding: 0;
}


h2.no-margin {
    margin-bottom: 0;
}

.download-btn {
    margin-bottom: 15px;
}

.download-btn:last-child {
    margin-bottom: 0;
}

.sector-logo {
  width:120px;
}

@media (max-width: 767px) {
  .popup-align {
    padding: 50px 15px 30px 15px;
  }
}

/*--------------------------------------------------------*/
/* TOP IN BOTTOM: */
/*--------------------------------------------------------*/

/*# sourceMappingURL=style.css.map */
