@import url(vendor/swiper.min.css);
@import url(vendor/jquery.fancybox.min.css);
@import url('https://fonts.googleapis.com/css?family=Maven+Pro:400,500,700&amp;subset=latin-ext" rel="stylesheet');
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #2371bf;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 3px; }

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #2371bf;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 3px; }

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #2371bf;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 3px; }

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #2371bf;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 3px; }

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #2371bf;
  font-family: "Maven Pro", sans-serif;
  font-weight: 400;
  font-size: 0.875em;
  letter-spacing: 3px; }

/** GLOBALS **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  outline: none; }

.fancybox-navigation {
  position: static; }

._hidden {
  display: none !important; }

html,
body {
  overflow-x: hidden;
  font-family: "Maven Pro", sans-serif; }
  html.noscroll,
  body.noscroll {
    overflow-y: hidden; }

body > *:not(.loader_container) {
  opacity: 0; }
body._ready > *:not(.loader_container) {
  opacity: 1;
  transition: .25s; }

h1,
h2 {
  width: fit-content;
  width: -moz-fit-content;
  font-size: 1.375em;
  letter-spacing: 10px;
  color: #2371bf;
  text-transform: uppercase;
  font-weight: 400;
  line-height: 1.1; }
  h1.lined::after,
  h2.lined::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: calc(50% - 20px);
    height: 1px;
    width: 40px;
    background: linear-gradient(171.16deg, #1A87C8 0%, #FFFFFF 100%); }

h3 {
  font-size: 1em;
  width: fit-content;
  width: -moz-fit-content;
  color: #2371bf;
  letter-spacing: 3px;
  font-weight: 500; }

section {
  width: 100%;
  padding: 0 40px; }
  section.sub {
    padding-top: 40px;
    min-height: 50vh; }
    section.sub h1 {
      margin: 0 auto;
      text-align: center; }
      section.sub h1.lined {
        padding-bottom: 25px; }

a {
  color: #000; }
  a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color: #2371bf; }

p {
  color: #000;
  font-size: 0.875em;
  letter-spacing: 1px;
  line-height: 1.3; }
  p > strong {
    font-weight: 700; }

@media (max-width: 1200px) {
  section {
    padding: 0 20px; } }
@media (max-width: 450px) {
  section.sub h1.lined,
  section.sub h2.lined {
    padding-bottom: 15px; }

  h1,
  h2 {
    font-size: 1.125em;
    letter-spacing: 5px; }

  h3 {
    font-size: 0.875em;
    letter-spacing: 1px; } }
.loader_container {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  z-index: 999;
  transition: .4s;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center; }
  .loader_container > img {
    width: 500px;
    height: auto;
    display: block; }
  .loader_container._invisible {
    opacity: 0;
    visibility: hidden;
    z-index: -5; }

.mobil_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 20px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  background-color: #1A87C8;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 101;
  transition: .3s; }
  .mobil_menu._active {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
    .mobil_menu._active > .top {
      opacity: 1;
      visibility: visible; }
    .mobil_menu._active ul li {
      transform: translateX(0) !important;
      opacity: 1;
      visibility: visible; }
    .mobil_menu._active > .media {
      opacity: 1;
      visibility: visible; }
  .mobil_menu > .top {
    opacity: 0;
    visibility: hidden;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: .3s;
    transition-delay: .25s; }
    .mobil_menu > .top > .logo {
      display: block;
      height: 37px;
      width: 139px; }
      .mobil_menu > .top > .logo > img {
        width: 100%;
        height: 100%;
        object-fit: contain;
        object-position: center; }
    .mobil_menu > .top > img {
      display: block;
      width: auto;
      height: 18px; }
  .mobil_menu ul {
    width: fit-content;
    width: -moz-fit-content; }
    .mobil_menu ul li {
      list-style: none;
      width: fit-content;
      width: -moz-fit-content;
      margin: 0 auto;
      opacity: 0;
      visibility: hidden;
      transition: all .3s ease-out;
      transition-delay: .35s;
      transform: translateX(130%); }
      .mobil_menu ul li:nth-child(even) {
        transform: translateX(-130%); }
      .mobil_menu ul li::before {
        content: '';
        position: absolute;
        width: 0;
        height: 1.5px;
        background-color: #fff;
        right: 4px;
        bottom: -7px;
        transition: .3s ease-out; }
      .mobil_menu ul li.clicked::before {
        left: 0;
        width: calc(100% - 4px); }
      .mobil_menu ul li:not(:first-child) {
        margin-top: 40px; }
      .mobil_menu ul li a {
        color: #fff !important;
        letter-spacing: 3px;
        text-transform: uppercase;
        font-size: 1.25em; }
  .mobil_menu > .media {
    height: 22px;
    display: flex;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
    transition-delay: .6s; }
    .mobil_menu > .media > a {
      display: block;
      height: 100%;
      width: 25px;
      background-size: contain;
      background-position: center;
      background-repeat: no-repeat; }
      .mobil_menu > .media > a:not(:first-child) {
        margin-left: 40px; }
      .mobil_menu > .media > a.mail {
        background-image: url("../img/svg/mail.svg"); }
      .mobil_menu > .media > a.fb {
        background-image: url("../img/svg/fb.svg"); }

.abs_search_form_cont {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 40px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  background-color: rgba(251, 78, 2, 0.95);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  transition: .3s; }
  .abs_search_form_cont._active {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
    .abs_search_form_cont._active > button {
      opacity: 1; }
    .abs_search_form_cont._active > form input {
      transform: scaleX(1); }
    .abs_search_form_cont._active > form > button {
      opacity: 1; }
  .abs_search_form_cont > button {
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
    font-size: 0.875em;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    align-self: flex-end;
    opacity: 0;
    transition: .3s;
    transition-delay: .5s; }
    .abs_search_form_cont > button > img {
      display: block;
      width: 20px;
      height: auto;
      margin-left: 10px; }
  .abs_search_form_cont > form {
    width: auto;
    display: flex;
    flex-direction: row; }
    .abs_search_form_cont > form input[type="search"]::-webkit-search-decoration,
    .abs_search_form_cont > form input[type="search"]::-webkit-search-cancel-button,
    .abs_search_form_cont > form input[type="search"]::-webkit-search-results-button,
    .abs_search_form_cont > form input[type="search"]::-webkit-search-results-decoration {
      -webkit-appearance: none; }
    .abs_search_form_cont > form input {
      width: 60vw;
      height: 30px;
      border: 0;
      border-bottom: 1px solid #fff;
      font-size: 0.875em;
      color: #fff;
      padding: 0 0 5px 0;
      letter-spacing: 0;
      background-color: transparent;
      transition: .4s;
      transition-delay: .3s;
      transform: scaleX(0);
      transform-origin: left;
      border-radius: 0;
      -webkit-border-radius: 0;
      -webkit-appearance: none; }
      .abs_search_form_cont > form input::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
        font-size: 14px;
        letter-spacing: 0; }
      .abs_search_form_cont > form input:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
        font-size: 14px;
        letter-spacing: 0; }
      .abs_search_form_cont > form input::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
        font-size: 14px;
        letter-spacing: 0; }
      .abs_search_form_cont > form input:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
        font-size: 14px;
        letter-spacing: 0; }
      .abs_search_form_cont > form input::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
        font-size: 14px;
        letter-spacing: 0; }
    .abs_search_form_cont > form > button {
      height: 30px;
      cursor: pointer;
      width: 30px;
      background-image: url("../img/svg/search.svg");
      background-repeat: no-repeat;
      background-size: 18px;
      background-position: center;
      border: 0;
      border-bottom: 1px solid #fff;
      opacity: 0;
      transition: .3s;
      transition-delay: .6s;
      background-color: transparent; }

section.form_cont {
  padding-top: 90px;
  -webkit-clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 14%, 100% 0, 100% 100%, 0% 100%);
  padding-bottom: 40px;
  background-color: #ECECEC;
  width: calc(100% - 80px);
  margin: 0 auto; }
  section.form_cont.frontpage {
    padding-top: 50px;
    clip-path: none;
    -webkit-clip-path: none; }
  section.form_cont > h2 {
    margin: 0 auto;
    text-align: center; }
    section.form_cont > h2.lined::after {
      bottom: -25px; }
  section.form_cont > form {
    margin: 50px auto 0 auto; }

section.form_products_list_cont {
  width: calc(100% - 80px);
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  padding: 80px 7.3vw 40px 11.45vw;
  background-color: #ECECEC;
  -webkit-clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 10%, 100% 0, 100% 100%, 0% 100%); }
  section.form_products_list_cont > div:first-child {
    width: 380px; }
    section.form_products_list_cont > div:first-child > p {
      font-size: 0.875em;
      font-weight: 400;
      color: #2371bf;
      line-height: 1.7;
      letter-spacing: 4px;
      margin-top: 60px; }
  section.form_products_list_cont > div h2 {
    text-align: center; }
    section.form_products_list_cont > div h2.lined {
      padding-bottom: 25px;
      margin: 0 auto;
      text-align: center; }
  section.form_products_list_cont > .line {
    display: block;
    width: 1px;
    height: auto;
    background-color: #1A87C8; }
  section.form_products_list_cont form {
    margin-top: 25px; }

form {
  width: 440px;
  display: flex;
  flex-direction: column; }
  form input[type=text],
  form input[type=email],
  form textarea {
    width: 100%;
    background: none;
    font-family: "Maven Pro", sans-serif;
    font-size: 0.875em;
    font-weight: 400;
    border: 0;
    border-bottom: 1px solid #2371bf;
    color: #2371bf;
    height: 25px;
    margin-top: 35px;
    text-align: center;
    padding: 0;
    letter-spacing: 1px;
    border-radius: 0;
    -webkit-border-radius: 0; }
    form input[type=text]#cont-name,
    form input[type=email]#cont-name,
    form textarea#cont-name {
      margin-top: 0; }
  form textarea {
    margin-top: 5px;
    resize: none;
    height: 210px;
    padding: 10px;
    position: relative;
    border: 1px solid #2371bf; }
  form > span {
    display: block;
    font-size: 0.875em;
    font-weight: 400;
    color: #2371bf;
    margin-top: 50px;
    text-align: center;
    letter-spacing: 3px; }
  form .btn {
    margin: 40px auto 0 auto; }
  form p.message {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-color: rgba(236, 236, 236, 0.95);
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1.4em;
    font-weight: 700;
    color: #2371bf;
    padding: 30px;
    z-index: 5; }

section.about_icons > .icons_cont {
  margin: 0 auto;
  display: grid;
  width: 1180px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 60px; }
  section.about_icons > .icons_cont > div {
    padding: 40px 5px 60px 5px;
    visibility: hidden;
    opacity: 0;
    transition: .45s; }
    section.about_icons > .icons_cont > div.reached {
      visibility: visible;
      opacity: 1; }
    section.about_icons > .icons_cont > div:nth-child(2) {
      transition-delay: .15s; }
    section.about_icons > .icons_cont > div:nth-child(3) {
      transition-delay: .3s; }
    section.about_icons > .icons_cont > div:nth-child(4) {
      transition-delay: .45s; }
    section.about_icons > .icons_cont > div > img {
      display: block;
      height: 55px;
      width: auto;
      object-fit: contain;
      margin: 0 auto 20px auto; }
    section.about_icons > .icons_cont > div > span {
      display: block;
      text-align: center;
      font-size: 1em;
      letter-spacing: 3px;
      color: #2371bf;
      text-transform: uppercase; }
    section.about_icons > .icons_cont > div:not(:last-child)::after {
      content: '';
      position: absolute;
      width: 60px;
      height: 100%;
      top: 0;
      right: -60px;
      background-color: #a9a9a9;
      -webkit-clip-path: polygon(99% 0, 100% 0, 1% 100%, 0% 100%);
      clip-path: polygon(99% 0, 100% 0, 1% 100%, 0% 100%); }
section.about_icons #icons_slider {
  display: none;
  width: 600px;
  padding: 60px 0; }
  section.about_icons #icons_slider .swiper-slide {
    padding: 0 5px; }
    section.about_icons #icons_slider .swiper-slide > img {
      display: block;
      height: 55px;
      width: auto;
      object-fit: contain;
      margin: 0 auto 20px auto; }
    section.about_icons #icons_slider .swiper-slide > span {
      display: block;
      text-align: center;
      font-size: 1em;
      letter-spacing: 3px;
      color: #2371bf;
      text-transform: uppercase; }
section.about_icons > .icon_navigate {
  display: none;
  width: 24px;
  height: 24px;
  position: absolute;
  top: calc(50% - 12px);
  left: 20vw;
  cursor: pointer;
  background-image: url("../img/svg/arrow_blue.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transform: rotate(180deg);
  z-index: 2; }
  section.about_icons > .icon_navigate.next {
    left: auto;
    right: 20vw;
    transform: rotate(0); }
  section.about_icons > .icon_navigate.swiper-button-disabled {
    opacity: 0.3; }

@media (max-width: 1300px) {
  section.form_products_list_cont {
    padding: 80px 5vw 40px 5vw;
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%); } }
@media (max-width: 1260px) {
  section.about_icons > .icons_cont {
    width: 1080px; } }
@media (max-width: 1200px) {
  .abs_search_form_cont {
    padding: 20px; }

  section.about_icons > .icons_cont {
    display: none; }
  section.about_icons #icons_slider,
  section.about_icons > .icon_navigate {
    display: block; }

  section.form_cont,
  section.form_products_list_cont {
    width: calc(100% - 40px); } }
@media (max-width: 1000px) {
  section.form_products_list_cont > div:first-child,
  section.form_products_list_cont > div > form {
    width: 330px; } }
@media (max-width: 1100px) {
  section.about_icons > .icon_navigate {
    left: 12vw; }
    section.about_icons > .icon_navigate.next {
      right: 12vw; } }
@media (max-width: 900px) {
  section.form_products_list_cont {
    padding: 80px 20px 40px 20px; } }
@media (max-width: 850px) {
  section.about_icons > .icon_navigate {
    left: 20px; }
    section.about_icons > .icon_navigate.next {
      right: 20px; } }
@media (max-width: 800px) {
  .loader_container > img {
    width: 250px; }

  section.form_cont {
    padding-top: 70px;
    -webkit-clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 7%, 100% 0, 100% 100%, 0% 100%); }
    section.form_cont.frontpage {
      width: 100%;
      padding: 50px 20px 40px 20px; }

  section.form_products_list_cont > div:first-child,
  section.form_products_list_cont > div > form {
    width: 280px; } }
@media (max-width: 700px) {
  section.about_icons #icons_slider {
    width: 400px; }
    section.about_icons #icons_slider .swiper-slide > img {
      height: 45px; }
    section.about_icons #icons_slider .swiper-slide > span {
      font-size: 0.875em;
      letter-spacing: 1px; }

  section.form_products_list_cont {
    -webkit-clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 4%, 100% 0, 100% 100%, 0% 100%);
    flex-direction: column;
    align-items: center; }
    section.form_products_list_cont > .line {
      width: 70%;
      height: 1px;
      margin: 30px 0; }
    section.form_products_list_cont > div {
      width: 70% !important; }
      section.form_products_list_cont > div > form {
        width: 100%; } }
@media (max-width: 600px) {
  .mobil_menu > .top > .logo {
    height: 22px;
    width: 86px; } }
@media (max-width: 500px) {
  section.about_icons #icons_slider {
    width: 350px; }

  form {
    width: 100%; }

  section.form_products_list_cont {
    padding: 60px 20px 40px 20px;
    -webkit-clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 3%, 100% 0, 100% 100%, 0% 100%); }
    section.form_products_list_cont > .line {
      width: 100%; }
    section.form_products_list_cont > div {
      width: 100% !important; } }
@media (max-width: 450px) {
  section.form_cont > h2.lined::after {
    bottom: -15px; } }
@media (max-width: 420px) {
  section.about_icons #icons_slider {
    padding: 35px 0;
    width: calc(100% - 70px); } }
@media (max-width: 400px) {
  section.form_cont {
    width: calc(100% - 20px);
    padding-top: 60px;
    -webkit-clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 5%, 100% 0, 100% 100%, 0% 100%); }

  section.form_products_list_cont {
    width: calc(100% - 20px); } }
header {
  width: 100%;
  height: 75px;
  display: flex;
  align-items: center;
  padding: 0 50px 0 40px;
  z-index: 5; }
  header.main {
    height: 100px;
    background: #FFFFFF; }
    header.main > .logo {
      height: 100%;
      width: 195px; }
    header.main > .abs_search_cont > button > img {
      margin-top: 22px; }
  header > .logo {
    display: block;
    height: 100%;
    width: 195px; }
    header > .logo > img {
      width: 100%;
      height: 100%;
      object-fit: contain;
      object-position: center; }
  header ul {
    width: fit-content;
    width: -moz-fit-content;
    display: flex;
    margin-left: auto; }
    header ul li {
      list-style: none;
      width: fit-content;
      width: -moz-fit-content; }
      header ul li::before {
        content: '';
        position: absolute;
        width: 0;
        height: 1.5px;
        background-color: #008dd2;
        right: 4px;
        bottom: -7px;
        transition: .3s ease-out; }
      header ul li.clicked::before, header ul li:hover::before {
        left: 0;
        width: calc(100% - 4px); }
      header ul li:not(:first-child) {
        margin-left: 30px; }
      header ul li a {
        color: #008dd2 !important;
        letter-spacing: 6px;
        text-transform: uppercase;
        font-size: 0.75em; }
  header > .products_opener {
    display: none;
    width: 22px;
    height: 18px;
    align-items: center;
    justify-content: center;
    margin-left: 15px;
    cursor: pointer; }
    header > .products_opener > img {
      display: block;
      width: 85%;
      height: auto;
      object-fit: contain;
      object-position: center;
      transition: .15s; }
      header > .products_opener > img.rotate {
        transform: rotate(180deg); }
  header > .hamburger {
    width: 22px;
    height: 18px;
    display: none;
    flex-direction: column;
    justify-content: space-between;
    cursor: pointer;
    margin-left: auto; }
    header > .hamburger > span {
      width: 100%;
      height: 2px;
      background-color: #fff; }
      header > .hamburger > span:nth-child(1) {
        width: 75%; }
      header > .hamburger > span:nth-child(3) {
        width: 50%; }
  header > .abs_search_cont {
    position: absolute;
    width: 40px;
    right: 0;
    top: 0;
    z-index: 2; }
    header > .abs_search_cont > button {
      border: 0;
      width: 100%;
      display: flex;
      height: 75px;
      justify-content: center;
      align-items: center;
      background-color: #1A87C8;
      cursor: pointer; }
      header > .abs_search_cont > button > img {
        display: block;
        width: 16px;
        height: auto;
        object-fit: contain; }
    header > .abs_search_cont > div {
      width: 100%;
      background-color: #4A4A4A;
      padding: 30px 0;
      display: flex;
      justify-content: center;
      pointer-events: none; }
      header > .abs_search_cont > div > span {
        font-size: 0.875em;
        letter-spacing: 1px;
        line-height: 1;
        color: #fff;
        writing-mode: vertical-rl;
        transform: rotate(180deg); }

@media (max-width: 1400px) {
  header.main {
    background-image: linear-gradient(90deg, #2371bf 0%, #1A87C8 100%); }
    header ul li a {
      color: #FFFFFF !important; } }
@media (max-width: 1200px) {
  header {
    padding: 0 50px 0 20px; } }
@media (max-width: 900px) {
  header {
    padding: 0 55px 0 20px; }
    header.main {
      height: 75px; }
      header.main > .abs_search_cont > button > img {
        margin-top: 0; }
    header ul {
      display: none; }
    header > .hamburger {
      display: flex; }
    header > .products_opener.active {
      display: flex; }
    header > .abs_search_cont > div.on_products_page {
      display: none; } }
@media (max-width: 600px) {
  header {
    height: 50px; }
    header.main {
      height: 50px; }
      header.main > .logo {
        width: 86px; }
    header > .logo {
      width: 86px; }
    header > .abs_search_cont > button {
      height: 50px; }
    header > .abs_search_cont > div {
      display: none; } }
footer {
  width: 100%;
  padding: 0 40px; }
  footer > .main {
    padding: 40px;
    background-color: #1A87C8;
    display: flex;
    justify-content: space-between; }
    footer > .main > div {
      width: fit-content;
      width: -moz-fit-content; }
      footer > .main > div > strong,
      footer > .main > div > a {
        display: block;
        width: fit-content;
        width: -moz-fit-content;
        font-size: 0.875em;
        text-transform: uppercase;
        letter-spacing: 5px;
        color: #fff;
        font-weight: 400;
        line-height: 1.3; }
      footer > .main > div > a {
        letter-spacing: 1px;
        margin-top: 20px;
        text-transform: none; }
        footer > .main > div > a.fb {
          margin: 30px auto 0 auto;
          width: 15px;
          height: 22px;
          background-image: url("../img/svg/fb.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
          footer > .main > div > a.fb::after {
            content: '';
            position: absolute;
            width: 10px;
            height: 1px;
            background-color: #fff;
            bottom: -10px;
            left: calc(50% - 5px); }
      footer > .main > div > span {
        display: block;
        width: fit-content;
        width: -moz-fit-content;
        font-size: 0.75em;
        text-transform: none;
        letter-spacing: 1px;
        color: #fff;
        font-weight: 400;
        line-height: 1.1; }
      footer > .main > div.contacts > a {
        margin-top: 0; }
        footer > .main > div.contacts > a.title {
          margin-top: 20px;
          font-weight: 500; }
  footer > .bottom {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: space-between; }
    footer > .bottom > a {
      font-size: 0.75em;
      color: #2371bf;
      letter-spacing: 1px; }

@media (max-width: 1200px) {
  footer {
    padding: 0 20px; }
    footer > .main {
      padding: 40px 20px; } }
@media (max-width: 950px) {
  footer > .main {
    display: grid;
    grid-template-columns: 1fr;
    grid-row-gap: 40px; }
    footer > .main > div {
      width: 261px;
      justify-self: center; } }
@media (max-width: 800px) {
  footer.frontpage {
    padding: 0; }
    footer.frontpage > .bottom {
      padding: 0 20px;
      background-color: #D8D8D8; } }
@media (max-width: 600px) {
  footer > .bottom {
    flex-direction: column;
    height: 60px;
    justify-content: space-evenly; }
    footer > .bottom > a {
      letter-spacing: 0; } }
@media (max-width: 400px) {
  footer {
    padding: 0 10px; }
    footer > .main {
      padding: 20px 10px; } }
._ready section.front_header h1 {
  color: #FFFFFF; }
  ._ready section.front_header h1::before {
    height: calc(100% - 10px); }
  ._ready section.front_header h1 > .btn {
    opacity: 1; }

section.front_header {
  width: 100%;
  height: 80vh;
  margin-top: 0px;
  background-color: #1A87C8;
  display: flex;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 0;
  background-position: left center;
  background-size: cover;
  background-repeat: no-repeat; }
  section.front_header > .swiper-slide {
    width: 100%;
    height: 100%;
    overflow: hidden; }
    section.front_header .swiper-slide > img {
      width: 100%;
      height: 100%; }
    section.front_header h1 {
      position: absolute;
      bottom: 0;
      right: 0;
      max-width: 480px;
      color: transparent;
      letter-spacing: 1px;
      font-size: 2.1875em;
      font-weight: 400;
      line-height: 1.2;
      padding: 0 40px 40px 40px;
      text-transform: none;
      transition: color .3s;
      transition-delay: .6s; }
      section.front_header h1::before {
        content: '';
        position: absolute;
        left: 0;
        top: 10px;
        width: 1px;
        height: 0;
        background-color: #FFFFFF;
        transition: .45s;
        transition-delay: .5s; }
      section.front_header h1 > span {
        font-weight: 700; }
      section.front_header h1 > .btn {
        font-size: 12px;
        color: #fff;
        border: 1px solid #fff;
        margin-top: 60px;
        opacity: 0;
        transition: color 0.3s, opacity .4s ease .75s; }
        section.front_header h1 > .btn::before {
          background: #fff; }
        section.front_header h1 > .btn:hover {
          color: #1A87C8; }
  section.front_header .swiper-pagination {
    position: absolute;
    left: 0;
    top: 70%;
    width: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; }
    section.front_header .swiper-pagination > .swiper-pagination-bullet {
      height: 30px;
      width: 30px;
      font-size: 30px;
      text-align: center;
      color: #FFFFFF;
      background: none;
      margin: 0 0 10px 0;
      transform: rotate(90deg);
    }

section.front_products {
  margin-top: -35px; }
  section.front_products > h2 {
    padding: 35px 80px 25px 80px;
    margin: 0 auto;
    background-color: #fff;
    z-index: 10; }
    section.front_products > h2::after {
      display: none; }
  section.front_products .arrow_down {
    width: 40px;
    height: 40px;
    margin: 0 auto;
    background-image: url("../img/svg/arrow_down_circle.svg");
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer; }
  section.front_products > .content {
    width: 100%;
    padding: 60px 0 80px 0;
    display: grid;
    grid-template-columns: 2fr 1fr 1fr;
    grid-row-gap: 30px;
    grid-column-gap: 40px; }
    section.front_products > .content.reached > a {
      opacity: 1;
      transform: translateX(0); }
      section.front_products > .content.reached > a:nth-child(2) {
        transition-delay: .3s; }
      section.front_products > .content.reached > a:nth-child(3) {
        transition-delay: .35s; }
      section.front_products > .content.reached > a:nth-child(4) {
        transition-delay: .4s; }
    section.front_products > .content > a {
      opacity: 0;
      transform: translateX(-20%); }
      section.front_products > .content > a:hover > span {
        opacity: 1;
        visibility: visible; }
        section.front_products > .content > a:hover > span > strong {
          transform: translateY(0);
          color: #fff; }
        section.front_products > .content > a:hover > span > img {
          transform: translateY(0);
          opacity: 1; }
      section.front_products > .content > a:hover > h3 {
        opacity: 0; }
      section.front_products > .content > a:not(:last-child) {
        height: 22.7vw;
        transition-delay: .15s;
        transition: .5s; }
      section.front_products > .content > a > img {
        display: block;
        object-fit: contain;
        object-position: center;
        width: 100%;
        height: calc(100% - 35px); }
      section.front_products > .content > a > h3 {
        width: 100%;
        height: 35px;
        background-color: #fff;
        display: flex;
        justify-content: center;
        padding: 6px 0 10px 0;
        border-top: 1px solid #2371bf;
        transition: .5s; }
      section.front_products > .content > a > span {
        position: absolute;
        left: 0;
        top: 0;
        padding: 10px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: calc(100% - 35px);
        background: linear-gradient(170.4deg, rgba(35, 113, 191, 0.86) 0%, rgba(26, 135, 200, 0.85) 50.73%, rgba(35, 113, 191, 0.85) 100%);
        transition: .4s;
        visibility: hidden;
        opacity: 0; }
        section.front_products > .content > a > span > strong {
          font-size: 1.5em;
          letter-spacing: 1px;
          color: transparent;
          font-weight: 500;
          transform: translateY(250%);
          transition: .4s;
          text-align: center; }
        section.front_products > .content > a > span > img {
          width: 30px;
          height: auto;
          display: block;
          object-fit: contain;
          transform: translateY(350%);
          opacity: 0;
          transition: .4s;
          margin-top: 15px; }
      section.front_products > .content > a:nth-child(1) {
        grid-row-start: 1;
        grid-row-end: 3;
        height: calc(45.4vw + 30px); }
      section.front_products > .content > a:last-child {
        align-self: center;
        justify-self: center;
        transform: translateX(0) !important;
        transition: color 0.3s, opacity .5s ease .6s; }

section.front_partners {
  padding-top: 100px;
  background-image: url("../img/optics.jpg");
  background-position: top center;
  background-size: 1200px;
  background-repeat: no-repeat; }
  section.front_partners > h2 {
    color: #fff;
    margin: 0 auto;
    padding: 205px 15px 185px 15px;
    background-color: #2371bf;
    -webkit-clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
    clip-path: polygon(0 12%, 100% 0, 100% 88%, 0% 100%);
    z-index: 2; }
    section.front_partners > h2.lined::after {
      bottom: 162px; }
  section.front_partners > .logos_cont {
    width: 100%;
    margin: -13.9vw auto 0 auto;
    padding: 16.325vw 0 0 0;
    background-color: #ECECEC;
    -webkit-clip-path: polygon(0 83%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 83%, 100% 0, 100% 100%, 0% 100%); }
    section.front_partners > .logos_cont > .logos_box {
      margin: 0 auto;
      display: flex;
      justify-content: center;
      width: fit-content;
      width: -moz-fit-content;
      padding-bottom: 50px;
      border-bottom: 1px solid #2371bf; }
      section.front_partners > .logos_cont > .logos_box > img {
        display: block;
        height: 52px;
        width: auto;
        object-fit: contain;
        transition: .5s;
        transform: translateY(100%);
        opacity: 0; }
        section.front_partners > .logos_cont > .logos_box > img.reached {
          opacity: 1;
          transform: translateY(0); }
        section.front_partners > .logos_cont > .logos_box > img:nth-child(2) {
          transition-delay: .15s; }
        section.front_partners > .logos_cont > .logos_box > img:nth-child(3) {
          transition-delay: .3s; }
        section.front_partners > .logos_cont > .logos_box > img:nth-child(4) {
          transition-delay: .45s; }
        section.front_partners > .logos_cont > .logos_box > img:not(:first-child) {
          margin-left: 80px; }

@media (max-width: 1700px) {
  section.front_partners {
    background-size: 1100px; }
    section.front_partners > .logos_cont {
      -webkit-clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 60%, 100% 0, 100% 100%, 0% 100%); } }
@media (max-width: 1440px) {
  section.front_products > .content > a:not(:last-child) {
    height: 22.3vw; }
  section.front_products > .content > a:nth-child(1) {
    height: calc(44.6vw + 30px); } }
@media (max-width: 1400px) {
  section.front_header {
    margin-top: 0;
    height: calc(85vh - 100px);
    background-image: none;
    justify-content: space-between; }
    section.front_header > img {
      display: block;
      height: 100%;
      object-fit: contain;
      object-position: left center; } }
@media (max-width: 1350px) {
  section.front_products > .content > a:not(:last-child) {
    height: auto; }
  section.front_products > .content > a > img {
    height: 22vw; }
  section.front_products > .content > a > h3 {
    height: auto;
    text-align: center; }
  section.front_products > .content > a:nth-child(1) {
    height: auto; }
    section.front_products > .content > a:nth-child(1) > img {
      height: calc(44vw + 65px); } }
@media (max-width: 1300px) {
  section.front_header > img {
    max-width: calc(100% - 330px); }
  section.front_header h1 {
    font-size: 1.5em;
    padding: 0 0 10vw 25px; }

  section.front_partners {
    background-size: 800px; }
    section.front_partners > h2 {
      padding: 155px 15px 145px 15px; }
      section.front_partners > h2.lined::after {
        bottom: 130px; }
    section.front_partners > .logos_cont {
      margin: -14.9vw auto 0 auto;
      padding: 17.9vw 0 0 0;
      -webkit-clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 50%, 100% 0, 100% 100%, 0% 100%); }
      section.front_partners > .logos_cont > .logos_box > img {
        height: 40px; }
        section.front_partners > .logos_cont > .logos_box > img:not(:first-child) {
          margin-left: 60px; } }
@media (max-width: 1100px) {
  section.front_header .swiper-slide > img {
    width: auto;  }
  section.front_partners > .logos_cont {
    margin: -15.9vw auto 0 auto;
    padding: 22.9vw 0 0 0;
    -webkit-clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 37%, 100% 0, 100% 100%, 0% 100%); }
    section.front_partners > .logos_cont > .logos_box > img {
      height: 33px; }
      section.front_partners > .logos_cont > .logos_box > img:not(:first-child) {
        margin-left: 45px; }

  section.front_products > .content > a > span > strong {
    font-size: 1em; }
  section.front_products > .content > a > span > img {
    width: 25px; } }
@media (max-width: 1000px) {
  section.front_products > .content {
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px; }
    section.front_products > .content.reached > a {
      opacity: 0;
      transform: translateX(-20%); }
      section.front_products > .content.reached > a:not(:last-child) {
        transition-delay: .15s !important; }
        section.front_products > .content.reached > a:not(:last-child):nth-child(n+3) {
          transition-delay: 0s !important; }
      section.front_products > .content.reached > a:last-child {
        transition: color 0.3s, opacity .5s ease 0s; }
    section.front_products > .content > a.reached {
      opacity: 1;
      transform: translateX(0); }
    section.front_products > .content > a:nth-child(1) {
      grid-row-end: 2; }
    section.front_products > .content > a:last-child {
      grid-column-start: 1;
      grid-column-end: 3;
      margin: 70px 0; }
    section.front_products > .content > a > img {
      height: 46.5vw !important; } }
@media (max-width: 900px) {
  section.front_partners {
    background-size: calc(100% - 120px); }
    section.front_partners > .logos_cont {
      margin: -200px auto 0 auto;
      padding: 210px 0 0 0;
      -webkit-clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%);
      clip-path: polygon(0 35%, 100% 0, 100% 100%, 0% 100%); }
      section.front_partners > .logos_cont > .logos_box {
        flex-wrap: wrap;
        width: 440px;
        justify-content: space-around;
        margin-top: -30px; }
        section.front_partners > .logos_cont > .logos_box > img {
          height: 90px;
          width: 150px;
          margin-top: 30px; }
          section.front_partners > .logos_cont > .logos_box > img:nth-child(3) {
            transition-delay: 0s; }
          section.front_partners > .logos_cont > .logos_box > img:nth-child(4) {
            transition-delay: .15s; }
          section.front_partners > .logos_cont > .logos_box > img:not(:first-child) {
            margin-left: 0; }

  section.front_header {
    height: calc(85vh - 75px); } }
@media (max-width: 800px) {
  section.front_header {
    height: 450px; }
    section.front_header > img {
      max-width: calc(100% - 150px);
      margin-left: -180px; }
    section.front_header h1 {
      padding: 0 0 100px 25px; }
      section.front_header .swiper-pagination {
        top: 60%; }
  section.front_partners {
    padding: 0;
    background-size: 100%; }
    section.front_partners > .logos_cont {
      margin: -150px auto 0 auto; } }
@media (max-width: 700px) {
  section.front_products {
    margin-top: 0; }
    section.front_products > h2 {
      padding: 20px;
      margin-top: 15px;
      text-align: center; }
    section.front_products > .content {
      padding: 30px 0; } }
@media (max-width: 600px) {
  ._ready section.front_header h1::before {
    height: calc(100% - 4px); }

  section.front_header {
    height: 350px; }
    section.front_header > img {
      max-width: calc(100% - 140px);
      margin-left: -90px; }
    section.front_header h1 {
      font-size: 1em;
      max-width: 230px; }
      section.front_header h1::before {
        top: 4px; } }
@media (max-width: 550px) {
  section.front_partners > .logos_cont {
    -webkit-clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 25%, 100% 0, 100% 100%, 0% 100%); } }
@media (max-width: 500px) {
  section.front_products > .content {
    grid-column-gap: 20px;
    grid-row-gap: 20px; }
    section.front_products > .content > a:last-child {
      margin: 40px 0; }
    section.front_products > .content > a > img {
      height: 44vw !important; } }
@media (max-width: 450px) {
  section.front_products > h2 {
    padding-bottom: 13px; }

  section.front_partners > .logos_cont {
    margin: -200px auto 0 auto;
    padding: 240px 0 0 0; }
    section.front_partners > .logos_cont > .logos_box {
      width: 320px; }
      section.front_partners > .logos_cont > .logos_box > img {
        height: 55px;
        width: 130px; } }
@media (max-width: 430px) {
  section.front_header > img {
    max-width: calc(100% - 60px);
    margin-left: -90px; }
  section.front_header h1 {
    padding: 0 20px 40px 15px; }
    section.front_header h1 > .btn {
      margin-top: 20px; } }
@media (max-width: 380px) {
  section.front_partners > .logos_cont {
    -webkit-clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 19%, 100% 0, 100% 100%, 0% 100%); }

  section.front_products > .content > a > span > strong {
    font-size: 0.875em;
    letter-spacing: 0; }
  section.front_products > .content > a > span > img {
    width: 20px; } }
@media (max-width: 360px) {
  section.front_products > .content {
    grid-column-gap: 10px; }
    section.front_products > .content > a:last-child {
      margin: 30px 0; }
    section.front_products > .content > a > img {
      height: 43vw !important; } }
section.contact > .text_box {
  width: -moz-fit-content;
  width: fit-content;
  margin: 35px auto 0 auto;
  font-size: 1em;
  letter-spacing: 2px;
  color: #050655;
  line-height: 1.3; }
  section.contact > .text_box strong {
    width: fit-content;
    width: -moz-fit-content; }
  section.contact > .text_box > a.padded {
    padding-left: 90px; }
    section.contact > .text_box > a.padded > span {
      position: absolute;
      left: 0;
      bottom: 0; }
  section.contact > .text_box > a.pin {
    display: inline-block;
    height: 23px;
    width: 18px;
    margin-left: 20px;
    background-image: url("../img/svg/pin.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center; }
  section.contact > .text_box > table {
    margin-top: 45px; }
    section.contact > .text_box > table tr td:nth-child(1) {
      padding-right: 20px;
      font-weight: 700; }

@media (max-width: 450px) {
  section.contact > .text_box {
    font-size: 0.875em;
    letter-spacing: 1px; } }
section.about_us {
  padding-bottom: 100px; }
  section.about_us > p {
    width: 660px;
    margin: 30px auto 0 auto;
    font-size: 1em;
    font-weight: 400;
    color: #050655;
    letter-spacing: 2px; }
    section.about_us > p > strong {
      font-weight: 500; }
  section.about_us > h2 {
    width: 660px;
    margin: 30px auto 0 auto;
    padding-bottom: 25px;
    text-align: center; }
    section.about_us > h2::after {
      content: '';
      position: absolute;
      bottom: 0;
      left: calc(50% - 20px);
      height: 1px;
      width: 40px;
      background: linear-gradient(171.16deg, #AD3794 0%, #2A2A85 100%); }
  section.about_us section.about_icons {
    margin-top: 100px;
    padding: 0; }

@media (max-width: 800px) {
  section.about_us {
    padding-bottom: 50px; }
    section.about_us > p,
    section.about_us > h2 {
      width: 500px; }
    section.about_us section.about_icons {
      margin-top: 50px; } }
@media (max-width: 600px) {
  section.about_us {
    padding-bottom: 25px; }
    section.about_us > p {
      font-size: 0.875em;
      letter-spacing: 1px; }
    section.about_us > p,
    section.about_us > h2 {
      width: 100%; }
    section.about_us section.about_icons {
      margin-top: 25px; } }
@media (max-width: 450px) {
  section.about_us > h2 {
    padding-bottom: 15px; } }
section.products {
  display: flex;
  justify-content: space-between;
  padding-bottom: 40px; }
  section.products > .left_bar {
    width: 280px;
    height: fit-content;
    height: -moz-fit-content;
    padding: 40px 20px 50px 20px;
    background-color: #E8E8E8;
    display: flex;
    flex-direction: column;
    z-index: 4;
    margin-top: -40px; }
    section.products > .left_bar form {
      width: 100%;
      display: flex;
      flex-direction: row; }
      section.products > .left_bar form input[type="search"]::-webkit-search-decoration,
      section.products > .left_bar form input[type="search"]::-webkit-search-cancel-button,
      section.products > .left_bar form input[type="search"]::-webkit-search-results-button,
      section.products > .left_bar form input[type="search"]::-webkit-search-results-decoration {
        -webkit-appearance: none; }
      section.products > .left_bar form input {
        width: calc(100% - 30px);
        height: 25px;
        border: 1px solid #9B9B9B;
        border-right: 0;
        font-size: 10px;
        color: #9B9B9B;
        padding: 5px;
        letter-spacing: 0;
        background-color: #E8E8E8; }
        section.products > .left_bar form input::-webkit-input-placeholder {
          /* WebKit, Blink, Edge */
          color: #9B9B9B;
          font-size: 10px;
          letter-spacing: 0; }
        section.products > .left_bar form input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #9B9B9B;
          font-size: 10px;
          letter-spacing: 0; }
        section.products > .left_bar form input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #9B9B9B;
          font-size: 10px;
          letter-spacing: 0; }
        section.products > .left_bar form input:-ms-input-placeholder {
          /* Internet Explorer 10-11 */
          color: #9B9B9B;
          font-size: 10px;
          letter-spacing: 0; }
        section.products > .left_bar form input::-ms-input-placeholder {
          /* Microsoft Edge */
          color: #9B9B9B;
          font-size: 10px;
          letter-spacing: 0; }
      section.products > .left_bar form > button {
        height: 25px;
        cursor: pointer;
        width: 30px;
        background-image: url("../img/svg/search_grey.svg");
        background-repeat: no-repeat;
        background-size: 16px;
        background-position: center;
        border: 1px solid #9B9B9B;
        border-left: 0;
        background-color: transparent; }
    section.products > .left_bar > span,
    section.products > .left_bar > a {
      color: #4A4A4A;
      font-weight: 700;
      letter-spacing: 3px;
      display: block;
      margin-top: 15px;
      line-height: 1;
      font-size: 10px;
      text-transform: uppercase; }
    section.products > .left_bar > span > span {
      font-size: 10px;
      letter-spacing: 3px; }
      section.products > .left_bar > span > span:nth-child(2) {
        display: none; }
    section.products > .left_bar > a {
      display: flex;
      align-items: center;
      font-weight: 500; }
      section.products > .left_bar > a > img {
        height: 15px;
        width: auto;
        object-fit: contain;
        object-position: center;
        margin-left: 10px; }
    section.products > .left_bar > .line {
      width: 100%;
      margin: 15px 0;
      background-color: #9B9B9B;
      height: 1px; }
    section.products > .left_bar #products_menu > ul > li:not(:first-child) {
      margin-top: 30px; }
    section.products > .left_bar #products_menu ul li {
      list-style: none; }
      section.products > .left_bar #products_menu ul li.active > ul {
        display: block;
        margin: 15px 0 0 15px; }
      section.products > .left_bar #products_menu ul li a {
        font-weight: 400;
        color: #4A4A4A;
        letter-spacing: 1.5px;
        text-transform: uppercase;
        font-size: 10px;
        width: fit-content;
        width: -moz-fit-content;
        cursor: pointer; }
      section.products > .left_bar #products_menu ul li img.arrow {
        width: 10px;
        height: auto;
        display: inline-block;
        margin: 0 0 1px -2px; }
    section.products > .left_bar #products_menu ul ul {
      display: none; }
  section.products .category_cont {
    display: none;
    margin-top: 10px; }
    section.products .category_cont > .row {
      width: 100%;
      display: block;
      padding: 10px 15px 10px 50px;
      background-color: #f5f5f5;
      margin-bottom: 10px; }
      section.products .category_cont > .row > a {
        font-size: 0.875em;
        width: max-content;
        display: inline-block;
        line-height: 1.3; }
        section.products .category_cont > .row > a:nth-child(1) {
          position: absolute;
          left: 14px;
          top: 13px;
          width: 15px;
          height: 15px;
          background-image: url("../img/svg/house.svg");
          background-size: contain;
          background-position: center;
          background-repeat: no-repeat; }
        section.products .category_cont > .row > a:not(:first-child) {
          margin-right: 13px; }
          section.products .category_cont > .row > a:not(:first-child)::before {
            content: '';
            position: absolute;
            left: -9px;
            top: 2px;
            width: 1px;
            height: 90%;
            background-color: #2d2d2d;
            transform: rotate(26deg); }
    section.products .category_cont > span {
      color: #050655;
      font-size: 1em;
      letter-spacing: 1px;
      font-weight: 500; }
  section.products > .products_cont {
    width: calc(100% - 320px); }
    section.products > .products_cont > .products_grid {
      width: 100%;
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      grid-column-gap: 70px;
      grid-row-gap: 20px;
      margin-top: 20px; }
      section.products > .products_cont > .products_grid > a {
        display: block; }
        section.products > .products_cont > .products_grid > a:hover > span {
          opacity: 1;
          visibility: visible; }
          section.products > .products_cont > .products_grid > a:hover > span > strong {
            transform: translateY(0);
            color: #fff; }
          section.products > .products_cont > .products_grid > a:hover > span > img {
            transform: translateY(0);
            opacity: 1; }
        section.products > .products_cont > .products_grid > a:hover > h2 {
          opacity: 0; }
        section.products > .products_cont > .products_grid > a.entry {
          display: none; }
        section.products > .products_cont > .products_grid > a > img {
          display: block;
          height: 21.2vw;
          width: 100%;
          object-fit: contain;
          object-position: center; }
        section.products > .products_cont > .products_grid > a > h2 {
          font-size: 1em;
          width: 100%;
          color: #2371bf;
          letter-spacing: 3px;
          font-weight: 500;
          text-align: center;
          padding: 15px 0 10px 0;
          line-height: 1.2;
          border-top: 1px solid #2371bf;
          text-transform: unset;
          transition: .5s; }
        section.products > .products_cont > .products_grid > a > span {
          position: absolute;
          left: 0;
          top: 0;
          padding: 10px;
          display: flex;
          flex-direction: column;
          align-items: center;
          justify-content: center;
          width: 100%;
          height: 21.2vw;
          background: linear-gradient(170.4deg, rgba(35, 113, 191, 0.86) 0%, rgba(26, 135, 200, 0.85) 50.73%, rgba(35, 113, 191, 0.85) 100%);
          transition: .4s;
          visibility: hidden;
          opacity: 0; }
          section.products > .products_cont > .products_grid > a > span > strong {
            font-size: 1.5em;
            letter-spacing: 1px;
            color: transparent;
            font-weight: 500;
            transform: translateY(250%);
            transition: .4s;
            text-align: center; }
          section.products > .products_cont > .products_grid > a > span > img {
            width: 30px;
            height: auto;
            display: block;
            object-fit: contain;
            transform: translateY(350%);
            opacity: 0;
            transition: .4s;
            margin-top: 15px; }
    section.products > .products_cont > .products_entries_grid {
      width: calc(100% - 140px);
      display: grid;
      grid-template-columns: 1fr 1fr 1fr 1fr;
      grid-column-gap: 35px;
      grid-row-gap: 40px;
      margin: 20px auto 0 auto; }
      section.products > .products_cont > .products_entries_grid > a {
        display: flex;
        flex-direction: column; }
        section.products > .products_cont > .products_entries_grid > a > img {
          display: block;
          height: 17vw;
          width: 100%;
          object-fit: contain;
          object-position: center; }
        section.products > .products_cont > .products_entries_grid > a > h2 {
          font-size: 0.875em;
          width: 100%;
          color: #050655;
          letter-spacing: 2px;
          font-weight: 400;
          line-height: 1.2;
          text-transform: uppercase;
          padding: 5px 0 10px 0;
          margin-bottom: 12px; }
        section.products > .products_cont > .products_entries_grid > a > span {
          width: 100%;
          margin-top: auto; }

section.products_entry > .left_bar #products_menu ul > li:not(.active) {
  display: none; }
section.products_entry > .left_bar #products_menu ul > li.active > a {
  font-weight: 700; }
section.products_entry > .left_bar #products_menu ul > li.active > ul > li {
  display: block; }
section.products_entry > .entry_cont {
  width: 980px;
  padding: 40px;
  margin: 0 auto; }
  section.products_entry > .entry_cont p.message {
    width: 100%;
    margin-bottom: 30px;
    background-color: #E8E8E8;
    display: flex;
    align-items: center;
    text-align: center;
    justify-content: center;
    font-size: 1em;
    font-weight: 500;
    color: #2371bf;
    padding: 10px;
    z-index: 5; }
  section.products_entry > .entry_cont h1 {
    text-align: left; }
  section.products_entry > .entry_cont h3 {
    text-transform: uppercase; }
  section.products_entry > .entry_cont > h3 {
    margin-top: 25px; }
  section.products_entry > .entry_cont > .row {
    display: flex;
    justify-content: space-between;
    width: 100%; }
    section.products_entry > .entry_cont > .row .images_grid {
      display: grid;
      grid-template-columns: 1fr 1fr 1fr;
      width: 500px;
      grid-column-gap: 10px;
      grid-row-gap: 10px;
      grid-auto-rows: min-content; }
      section.products_entry > .entry_cont > .row .images_grid > a {
        height: 160px; }
        section.products_entry > .entry_cont > .row .images_grid > a:nth-child(1) {
          height: 500px;
          grid-column-start: 1;
          grid-column-end: 4;
          border-bottom: 1px solid #2371bf; }
        section.products_entry > .entry_cont > .row .images_grid > a > img {
          display: block;
          width: 100%;
          height: 100%;
          object-fit: cover;
          object-position: center; }
        section.products_entry > .entry_cont > .row .images_grid > a > .abs_tissue {
          position: absolute;
          width: 100%;
          height: 100%;
          left: 0;
          top: 0;
          background-color: rgba(0, 0, 0, 0.6);
          display: flex;
          justify-content: center;
          align-items: center;
          color: #fff;
          font-size: 20px;
          font-weight: 500; }
    section.products_entry > .entry_cont > .row .info_cont {
      width: 350px; }
      section.products_entry > .entry_cont > .row .info_cont > h1 {
        font-size: 1em;
        width: fit-content;
        width: -moz-fit-content;
        color: #2371bf;
        letter-spacing: 3px;
        font-weight: 500;
        padding-bottom: 10px;
        margin: 0; }
        section.products_entry > .entry_cont > .row .info_cont > h1::after {
          left: 0; }
      section.products_entry > .entry_cont > .row .info_cont > span {
        display: block;
        letter-spacing: 4px;
        font-size: 0.75em;
        color: #2371bf;
        text-transform: uppercase;
        margin-top: 5px; }
        section.products_entry > .entry_cont > .row .info_cont > span > small {
          font-size: 1em; }
      section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil {
        display: none;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        grid-column-gap: 10px;
        grid-row-gap: 10px;
        grid-auto-rows: min-content; }
        section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil > a {
          height: 210px; }
          section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil > a:nth-child(1) {
            height: 450px;
            grid-column-start: 1;
            grid-column-end: 3;
            border-bottom: 1px solid #2371bf; }
          section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil > a > img {
            display: block;
            width: 100%;
            height: 100%;
            object-fit: cover;
            object-position: center; }
          section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil > a > .abs_tissue {
            position: absolute;
            width: 100%;
            height: 100%;
            left: 0;
            top: 0;
            background-color: rgba(0, 0, 0, 0.6);
            display: flex;
            justify-content: center;
            align-items: center;
            color: #fff;
            font-size: 20px;
            font-weight: 500; }
      section.products_entry > .entry_cont > .row .info_cont > p {
        font-size: 0.875em;
        color: #2371bf;
        letter-spacing: 2px;
        line-height: 1.3;
        margin-top: 30px; }
      section.products_entry > .entry_cont > .row .info_cont > strong,
      section.products_entry > .entry_cont > .row .info_cont > a {
        font-size: 0.875em;
        color: #2371bf;
        letter-spacing: 4px;
        font-weight: 500;
        display: block;
        margin-top: 40px;
        width: fit-content;
        width: -moz-fit-content; }
      section.products_entry > .entry_cont > .row .info_cont > a {
        display: flex;
        align-items: center; }
        section.products_entry > .entry_cont > .row .info_cont > a > img {
          display: block;
          height: 27px;
          width: auto;
          object-fit: contain;
          object-position: center;
          margin-right: 20px; }
      section.products_entry > .entry_cont > .row .info_cont select {
        font-family: "Maven Pro", sans-serif;
        font-weight: 400;
        color: #2371bf;
        letter-spacing: 4px;
        width: 100%;
        height: 35px;
        border: 1px solid #2371bf;
        padding-left: 10px;
        margin-top: 15px; }
      section.products_entry > .entry_cont > .row .info_cont .btn_big {
        margin-top: 20px; }
  section.products_entry > .entry_cont > .description_cont {
    width: 100%;
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    padding: 15px 0;
    border-top: 1px solid #1A87C8;
    border-bottom: 1px solid #1A87C8; }
    section.products_entry > .entry_cont > .description_cont > .line {
      background-color: #D8D8D8;
      height: auto;
      width: 1px; }
    section.products_entry > .entry_cont > .description_cont > div {
      width: 70%; }
      section.products_entry > .entry_cont > .description_cont > div > p,
      section.products_entry > .entry_cont > .description_cont > div > ul {
        width: 100%;
        color: #1A87C8;
        font-weight: 400;
        letter-spacing: 2px;
        line-height: 1.4;
        font-size: 0.875em; }
        section.products_entry > .entry_cont > .description_cont > div > p:not(:nth-child(1)),
        section.products_entry > .entry_cont > .description_cont > div > ul:not(:nth-child(1)) {
          margin-top: 15px; }
        section.products_entry > .entry_cont > .description_cont > div > p li,
        section.products_entry > .entry_cont > .description_cont > div > ul li {
          list-style: none; }
          section.products_entry > .entry_cont > .description_cont > div > p li:not(:nth-child(1)),
          section.products_entry > .entry_cont > .description_cont > div > ul li:not(:nth-child(1)) {
            margin-top: 10px; }
      section.products_entry > .entry_cont > .description_cont > div img {
        max-width: 100%;
        margin: 10px 0; }
  section.products_entry > .entry_cont > .custom_table_cont {
    width: 100%; }
    section.products_entry > .entry_cont > .custom_table_cont > .custom_table {
      margin-top: 50px;
      width: 100%; }
      section.products_entry > .entry_cont > .custom_table_cont > .custom_table > h3 {
        margin-bottom: 15px; }
      section.products_entry > .entry_cont > .custom_table_cont > .custom_table .head {
        width: 100%;
        padding: 10px 0;
        display: flex;
        border-bottom: 1px solid #000;
        color: #2371bf; }
        section.products_entry > .entry_cont > .custom_table_cont > .custom_table .head > strong {
          display: block;
          padding: 0 2px; }
      section.products_entry > .entry_cont > .custom_table_cont > .custom_table .body {
        width: 100%; }
        section.products_entry > .entry_cont > .custom_table_cont > .custom_table .body > .row {
          width: 100%;
          display: flex;
          margin-top: 7px;
          color: #2371bf; }
  section.products_entry > .entry_cont > .similar_products {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin: 20px auto 0 auto; }
    section.products_entry > .entry_cont > .similar_products > a {
      display: flex;
      flex-direction: column; }
      section.products_entry > .entry_cont > .similar_products > a > img {
        display: block;
        height: 276px;
        width: 100%;
        object-fit: cover;
        object-position: center; }
      section.products_entry > .entry_cont > .similar_products > a > h2 {
        font-size: 0.875em;
        width: 100%;
        color: #2371bf;
        letter-spacing: 2px;
        font-weight: 400;
        line-height: 1.2;
        text-transform: uppercase;
        padding: 5px 0 10px 0;
        margin-bottom: 20px; }
        section.products_entry > .entry_cont > .similar_products > a > h2.lined::after {
          left: 0; }
      section.products_entry > .entry_cont > .similar_products > a > .btn {
        margin: auto auto 0 auto; }
section.products_entry > .abs_product_form_cont {
  position: fixed;
  width: 100%;
  height: 100%;
  padding: 40px;
  top: 0;
  left: 0;
  opacity: 0;
  visibility: hidden;
  transform: scale(0);
  background: linear-gradient(170.4deg, #005aab 0%, #6ccff6 50.73%, #005aab 100%);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  z-index: 100;
  transition: .3s; }
  section.products_entry > .abs_product_form_cont._active {
    opacity: 1;
    visibility: visible;
    transform: scale(1); }
    section.products_entry > .abs_product_form_cont._active > button {
      opacity: 1; }
    section.products_entry > .abs_product_form_cont._active > form {
      transform: translateX(0%);
      opacity: 1; }
  section.products_entry > .abs_product_form_cont > button {
    display: flex;
    align-items: center;
    border: 0;
    background: transparent;
    font-size: 0.875em;
    letter-spacing: 1px;
    line-height: 1;
    color: #fff;
    cursor: pointer;
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    align-self: flex-end;
    opacity: 0;
    transition: .3s;
    transition-delay: .6s; }
    section.products_entry > .abs_product_form_cont > button > img {
      display: block;
      width: 20px;
      height: auto;
      margin-left: 10px; }
  section.products_entry > .abs_product_form_cont > form {
    width: 40vw;
    color: #fff;
    transition: .4s;
    transition-delay: .3s;
    transform: translateX(-150%);
    transform-origin: left;
    opacity: 0; }
    section.products_entry > .abs_product_form_cont > form input[type=text],
    section.products_entry > .abs_product_form_cont > form input[type=email],
    section.products_entry > .abs_product_form_cont > form textarea {
      border-bottom: 1px solid #fff;
      color: #fff; }
      section.products_entry > .abs_product_form_cont > form input[type=text]#cont-name,
      section.products_entry > .abs_product_form_cont > form input[type=email]#cont-name,
      section.products_entry > .abs_product_form_cont > form textarea#cont-name {
        margin-top: 40px; }
      section.products_entry > .abs_product_form_cont > form input[type=text]::-webkit-input-placeholder,
      section.products_entry > .abs_product_form_cont > form input[type=email]::-webkit-input-placeholder,
      section.products_entry > .abs_product_form_cont > form textarea::-webkit-input-placeholder {
        /* WebKit, Blink, Edge */
        color: #fff;
        letter-spacing: 0; }
      section.products_entry > .abs_product_form_cont > form input[type=text]:-moz-placeholder,
      section.products_entry > .abs_product_form_cont > form input[type=email]:-moz-placeholder,
      section.products_entry > .abs_product_form_cont > form textarea:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #fff;
        letter-spacing: 0; }
      section.products_entry > .abs_product_form_cont > form input[type=text]::-moz-placeholder,
      section.products_entry > .abs_product_form_cont > form input[type=email]::-moz-placeholder,
      section.products_entry > .abs_product_form_cont > form textarea::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #fff;
        letter-spacing: 0; }
      section.products_entry > .abs_product_form_cont > form input[type=text]:-ms-input-placeholder,
      section.products_entry > .abs_product_form_cont > form input[type=email]:-ms-input-placeholder,
      section.products_entry > .abs_product_form_cont > form textarea:-ms-input-placeholder {
        /* Internet Explorer 10-11 */
        color: #fff;
        letter-spacing: 0; }
      section.products_entry > .abs_product_form_cont > form input[type=text]::-ms-input-placeholder,
      section.products_entry > .abs_product_form_cont > form input[type=email]::-ms-input-placeholder,
      section.products_entry > .abs_product_form_cont > form textarea::-ms-input-placeholder {
        /* Microsoft Edge */
        color: #fff;
        letter-spacing: 0; }
    section.products_entry > .abs_product_form_cont > form textarea {
      border: 1px solid #fff; }
    section.products_entry > .abs_product_form_cont > form > span {
      letter-spacing: 0;
      color: #fff; }
      section.products_entry > .abs_product_form_cont > form > span.title {
        letter-spacing: 2px;
        margin-top: 0; }
    section.products_entry > .abs_product_form_cont > form > button {
      color: #fff;
      border: 1px solid #fff; }
      section.products_entry > .abs_product_form_cont > form > button:hover {
        color: #2A2A85; }
      section.products_entry > .abs_product_form_cont > form > button::before {
        background: #fff; }

@media (min-width: 2000px) {
  section.products > .products_cont > .products_grid {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-row-gap: 40px; }
    section.products > .products_cont > .products_grid > a > img,
    section.products > .products_cont > .products_grid > a > span {
      height: 17.1vw; } }
@media (max-width: 1440px) {
  section.products > .products_cont > .products_grid > a > h2 {
    letter-spacing: 2px; }
  section.products > .products_cont > .products_entries_grid {
    width: calc(100% - 90px); }
    section.products > .products_cont > .products_entries_grid > a > img {
      height: 16.6vw; } }
@media (max-width: 1430px) {
  section.products > .products_cont > .products_grid {
    grid-column-gap: 40px; }
    section.products > .products_cont > .products_grid > a > h2 {
      font-size: 0.875em;
      padding: 12px 0 10px 0; }
    section.products > .products_cont > .products_grid > a > img,
    section.products > .products_cont > .products_grid > a > span {
      height: 22.1vw; } }
@media (max-width: 1360px) {
  section.products_entry > .entry_cont {
    width: 680px;
    padding: 20px; }
    section.products_entry > .entry_cont > .row .images_grid {
      width: 300px; }
      section.products_entry > .entry_cont > .row .images_grid > a {
        height: 93px; }
        section.products_entry > .entry_cont > .row .images_grid > a:nth-child(1) {
          height: 300px; }
    section.products_entry > .entry_cont > .row .info_cont {
      width: 300px; }
      section.products_entry > .entry_cont > .row .info_cont > strong,
      section.products_entry > .entry_cont > .row .info_cont > a {
        letter-spacing: 3px;
        margin-top: 30px; }
    section.products_entry > .entry_cont > .description_cont > div {
      width: 80%; }
    section.products_entry > .entry_cont > .custom_table_cont > .custom_table div {
      font-size: 13px;
      letter-spacing: -1px; }
    section.products_entry > .entry_cont > .similar_products > a > img {
      height: 190px; } }
@media (max-width: 1300px) {
  section.products > .products_cont > .products_entries_grid {
    grid-template-columns: 1fr 1fr 1fr; }
    section.products > .products_cont > .products_entries_grid > a > h2 {
      letter-spacing: 1px; }
    section.products > .products_cont > .products_entries_grid > a > img {
      height: 20.6vw; } }
@media (max-width: 1200px) {
  section.products {
    padding-right: 40px; }
    section.products > .products_cont {
      width: calc(100% - 300px); }

  section.products_entry > .abs_product_form_cont {
    padding: 20px; } }
@media (max-width: 1100px) {
  section.products > .products_cont > .products_grid > a > span > strong {
    font-size: 1em; }
  section.products > .products_cont > .products_grid > a > span > img {
    width: 25px; }

  section.products_entry > .entry_cont {
    width: 520px;
    padding: 0; }
    section.products_entry > .entry_cont > .row .images_grid {
      display: none; }
    section.products_entry > .entry_cont > .row .info_cont {
      width: 100%; }
      section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil {
        display: grid;
        margin-top: 20px; }
    section.products_entry > .entry_cont > .description_cont {
      flex-direction: column; }
      section.products_entry > .entry_cont > .description_cont > .line {
        display: none; }
      section.products_entry > .entry_cont > .description_cont > div {
        width: 100%;
        margin-top: 20px; }
    section.products_entry > .entry_cont > .custom_table_cont {
      overflow: hidden;
      overflow-x: scroll; }
      section.products_entry > .entry_cont > .custom_table_cont > .custom_table {
        min-width: max-content; }
    section.products_entry > .entry_cont > .similar_products {
      grid-column-gap: 15px;
      grid-row-gap: 25px; }
      section.products_entry > .entry_cont > .similar_products > a > img {
        height: 163px; } }
@media (max-width: 1020px) {
  section.products > .products_cont > .products_grid {
    grid-template-columns: 1fr 1fr; }
    section.products > .products_cont > .products_grid > a > img,
    section.products > .products_cont > .products_grid > a > span {
      height: 30.4vw; }
  section.products > .products_cont > .products_entries_grid {
    grid-template-columns: 1fr 1fr; }
    section.products > .products_cont > .products_entries_grid > a > img {
      height: 27.6vw; }

  section.products_entry > .abs_product_form_cont > form {
    width: 550px; } }
@media (max-width: 900px) {
  section.products {
    padding-right: 20px; }
    section.products > .left_bar {
      position: fixed;
      padding: 30px 20px;
      top: 75px;
      left: 0;
      width: 100%;
      transform: translateY(-100%);
      opacity: 0;
      visibility: hidden;
      transition: .35s;
      margin-top: 0; }
      section.products > .left_bar._show {
        transform: translateY(0);
        opacity: 1;
        visibility: visible; }
      section.products > .left_bar > span > span:nth-child(1) {
        display: none; }
      section.products > .left_bar > span > span:nth-child(2) {
        display: inline-block; }
    section.products .category_cont {
      display: block;
      width: 100%; }
    section.products > .products_cont {
      width: 100%; }
      section.products > .products_cont > .products_grid {
        grid-template-columns: 1fr 1fr 1fr; }
        section.products > .products_cont > .products_grid > a > img,
        section.products > .products_cont > .products_grid > a > span {
          height: 28.2vw; }
      section.products > .products_cont > .products_entries_grid {
        width: 100%;
        grid-template-columns: 1fr 1fr 1fr; }
        section.products > .products_cont > .products_entries_grid > a > img {
          height: 31.5vw; } }
@media (max-width: 700px) {
  section.products > .products_cont > .products_grid {
    grid-column-gap: 20px; }
    section.products > .products_cont > .products_grid > a > img,
    section.products > .products_cont > .products_grid > a > span {
      height: 29.5vw; } }
@media (max-width: 650px) {
  section.products_entry > .abs_product_form_cont > form {
    width: 450px; } }
@media (max-width: 600px) {
  section.products > .left_bar {
    top: 50px; }
  section.products > .products_cont > .products_entries_grid {
    grid-column-gap: 25px; }
    section.products > .products_cont > .products_entries_grid > a > span {
      letter-spacing: 1px; }

  section.products_entry > .entry_cont {
    width: 100%; }
    section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil > a {
      height: 46vw; }
      section.products_entry > .entry_cont > .row .info_cont .images_grid_mobil > a:nth-child(1) {
        height: 93.4vw; }
    section.products_entry > .entry_cont > .similar_products {
      grid-template-columns: 1fr 1fr; }
      section.products_entry > .entry_cont > .similar_products > a > img {
        height: 47vw; } }
@media (max-width: 500px) {
  section.products > .products_cont > .products_grid {
    grid-template-columns: 1fr 1fr; }
    section.products > .products_cont > .products_grid > a > img,
    section.products > .products_cont > .products_grid > a > span {
      height: 44vw; }
  section.products > .products_cont > .products_entries_grid {
    grid-template-columns: 1fr 1fr; }
    section.products > .products_cont > .products_entries_grid > a > img {
      height: 48.5vw; }

  section.products_entry > .abs_product_form_cont > form {
    width: 100%; } }
@media (max-width: 400px) {
  section.products .category_cont > .row {
    padding: 10px 10px 10px 35px; }
    section.products .category_cont > .row > a:nth-child(1) {
      left: 7px; }
    section.products .category_cont > .row > a:not(:first-child) {
      margin-right: 9px; }
      section.products .category_cont > .row > a:not(:first-child)::before {
        left: -7px; }
  section.products .category_cont > span {
    color: #2371bf;
    font-size: 1em;
    letter-spacing: 1px;
    font-weight: 500; }
  section.products > .products_cont > .products_grid > a > img,
  section.products > .products_cont > .products_grid > a > span {
    height: 42.5vw; }
  section.products > .products_cont > .products_grid > a > h2 {
    letter-spacing: 1px; } }
@media (max-width: 380px) {
  section.products > .products_cont > .products_grid > a > span > strong {
    font-size: 0.875em;
    letter-spacing: 0; }
  section.products > .products_cont > .products_grid > a > span > img {
    width: 20px; } }
@media (max-width: 360px) {
  section.products_entry > .entry_cont > .similar_products > a > span {
    width: 100%;
    letter-spacing: 1px; } }
@media print {
  /* for pdf download */
  .grecaptcha-badge {
    display: none !important; }

  header > *:not(.logo) {
    display: none !important; }

  section.products_entry > .left_bar {
    display: none; }
  section.products_entry > .entry_cont {
    width: 1400px; }
    section.products_entry > .entry_cont > .row .info_cont {
      width: 600px; }
      section.products_entry > .entry_cont > .row .info_cont > a,
      section.products_entry > .entry_cont > .row .info_cont .offer,
      section.products_entry > .entry_cont > .row .info_cont .btn_big {
        display: none; }
    section.products_entry > .entry_cont > h3,
    section.products_entry > .entry_cont > .similar_products {
      display: none; } }
section.search > form {
  width: 60vw;
  display: flex;
  flex-direction: row;
  margin: 300px auto; }
  section.search > form input[type="search"]::-webkit-search-decoration,
  section.search > form input[type="search"]::-webkit-search-cancel-button,
  section.search > form input[type="search"]::-webkit-search-results-button,
  section.search > form input[type="search"]::-webkit-search-results-decoration {
    -webkit-appearance: none; }
  section.search > form input {
    width: 100%;
    height: 60px;
    border: 1px solid #2371bf;
    border-right: 0;
    font-size: 1.375em;
    color: #2371bf;
    letter-spacing: 1px;
    background-color: transparent;
    padding-left: 10px; }
    section.search > form input::-webkit-input-placeholder {
      /* WebKit, Blink, Edge */
      color: #2371bf;
      font-size: 22px;
      letter-spacing: 1px; }
    section.search > form input:-moz-placeholder {
      /* Mozilla Firefox 4 to 18 */
      color: #2371bf;
      font-size: 22px;
      letter-spacing: 1px; }
    section.search > form input::-moz-placeholder {
      /* Mozilla Firefox 19+ */
      color: #2371bf;
      font-size: 22px;
      letter-spacing: 1px; }
    section.search > form input:-ms-input-placeholder {
      /* Internet Explorer 10-11 */
      color: #2371bf;
      font-size: 22px;
      letter-spacing: 1px; }
    section.search > form input::-ms-input-placeholder {
      /* Microsoft Edge */
      color: #2371bf;
      font-size: 22px;
      letter-spacing: 1px; }
  section.search > form > button {
    height: 60px;
    cursor: pointer;
    width: 50px;
    background-image: url("../img/svg/search_blue.svg");
    background-repeat: no-repeat;
    background-size: 24px;
    background-position: center;
    border: 1px solid #2371bf;
    border-left: 0;
    background-color: transparent; }

section.page_404 {
  padding: 40px;
  display: flex;
  flex-direction: column;
  align-items: center; }
  section.page_404 > strong {
    font-size: 5em;
    letter-spacing: 3px; }
  section.page_404 p {
    font-size: 1em;
    margin-top: 30px; }
    section.page_404 p a {
      color: #000;
      text-decoration: underline; }

@media (max-width: 1200px) {
  section.page_404 {
    padding: 40px 20px; } }
@media (max-width: 500px) {
  section.page_404 {
    padding: 20px; } }
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #2371bf;
  border: 1px solid #2371bf;
  border-radius: 30px;
  height: 20px;
  text-transform: uppercase;
  text-decoration: none;
  background: none;
  padding: 0 25px;
  width: fit-content;
  width: -moz-fit-content;
  font-size: 0.75em;
  letter-spacing: 2px;
  font-weight: 500;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: color 0.3s;
  transition: color 0.3s; }
  .btn::before {
    content: '';
    position: absolute;
    height: 100%;
    width: 100%;
    bottom: 100%;
    left: 0;
    z-index: -1;
    background: #2371bf;
    -webkit-transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1); }
  .btn:hover {
    color: #fff; }
    .btn:hover::before {
      -webkit-transform: translate3d(0, 100%, 0);
      transform: translate3d(0, 100%, 0); }

.btn_big {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  color: #fff;
  border: 0;
  border-radius: 30px;
  height: 45px;
  text-transform: uppercase;
  text-decoration: none;
  padding: 0 25px;
  width: 100%;
  max-width: 350px;
  font-size: 0.75em;
  letter-spacing: 2px;
  font-weight: 500;
  z-index: 1;
  background: linear-gradient(170.4deg, rgb(35, 113, 191) 0%, rgb(26, 135, 200) 50.73%, rgb(35, 113, 191) 100%); }

.matrix-content {
  display: block;
  margin: 2.5em 0;
  /** HEADINGS **/
  /** BUTTONS **/
  /** GALLERY **/
  /** YT VIDEO **/
  /** CONTENT **/
  /** CONTENT WITH IMAGE **/ }
  .matrix-content .content-empty {
    display: block;
    width: 100%;
    background: #eee;
    padding: 2em 1em;
    text-align: center;
    text-transform: uppercase;
    letter-spacing: 1px; }
    .matrix-content .content-empty p {
      color: #000;
      font-family: "Maven Pro", sans-serif;
      font-size: 1em;
      letter-spacing: 1px;
      font-weight: 400; }
  .matrix-content h2,
  .matrix-content h3 {
    font-family: "Maven Pro", sans-serif;
    font-weight: 700 !important;
    font-size: 1.125em;
    text-transform: initial;
    margin-top: 25px; }
  .matrix-content h2 {
    color: #D5A173 !important; }
  .matrix-content h3 {
    color: #000000 !important; }
  .matrix-content .btn {
    margin: 15px 0; }
    .matrix-content .btn.btn-medium {
      min-width: 25%; }
    .matrix-content .btn.btn-big {
      min-width: 50%; }
  .matrix-content .matrix-gallery {
    width: 100%;
    display: grid;
    grid-template-columns: auto auto auto auto;
    grid-row-gap: 1px;
    grid-column-gap: 1px;
    margin: 2.5em 0; }
    .matrix-content .matrix-gallery a {
      display: block;
      width: 100%;
      height: 160px;
      position: relative;
      /** HOVER **/ }
      .matrix-content .matrix-gallery a img {
        background-color: #dbdbdb;
        display: block;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center;
        z-index: 25;
        position: relative; }
      .matrix-content .matrix-gallery a span {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
        z-index: 60;
        font-size: 2em;
        font-weight: 400;
        background: rgba(0, 0, 0, 0.4); }
      .matrix-content .matrix-gallery a::before {
        content: "";
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        z-index: 40;
        background: rgba(0, 0, 0, 0.25);
        transform: scale(0.5);
        opacity: 0;
        visibility: hidden;
        transition: all .1s linear; }
      .matrix-content .matrix-gallery a::after {
        content: "";
        display: block;
        width: 1.5625em;
        height: 1.5625em;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: 3.125em 0 0 -0.78125em;
        background: url(../img/svg/search-white.svg) no-repeat;
        background-size: contain;
        background-position: center;
        z-index: 55;
        transition: all .1s linear;
        transition-delay: .1s;
        opacity: 0;
        visibility: hidden; }
      .matrix-content .matrix-gallery a:not(._last):hover::before {
        opacity: 1;
        visibility: visible;
        transform: scale(1); }
      .matrix-content .matrix-gallery a:not(._last):hover::after {
        opacity: 1;
        visibility: visible;
        margin: -0.78125em 0 0 -0.78125em; }
  .matrix-content iframe {
    width: 100%;
    height: 450px;
    margin: 30px 0; }
  .matrix-content p {
    font-family: "Maven Pro", sans-serif;
    font-weight: 400;
    font-size: 0.875em;
    letter-spacing: 1px;
    line-height: 1.4;
    margin-top: 25px; }
  .matrix-content .content-columns-2 {
    column-count: 2; }
  .matrix-content .content-columns-3 {
    column-count: 3; }
  .matrix-content .content-columns-2,
  .matrix-content .content-columns-3 {
    margin-top: 25px; }
    .matrix-content .content-columns-2 p:first-child,
    .matrix-content .content-columns-3 p:first-child {
      margin-top: 0; }
  .matrix-content .content-with-image {
    margin: 25px 0;
    /** IMAGES **/ }
    .matrix-content .content-with-image p {
      font-family: "Maven Pro", sans-serif;
      font-weight: 400;
      font-size: 0.875em;
      color: #000;
      letter-spacing: 1px;
      line-height: 1.4; }
    .matrix-content .content-with-image._imaged .with-image {
      display: flex;
      align-items: center;
      justify-content: space-between; }
      .matrix-content .content-with-image._imaged .with-image img {
        display: block;
        width: 50%;
        height: 100%;
        object-position: center;
        object-fit: contain; }
      .matrix-content .content-with-image._imaged .with-image > div {
        width: 100%; }
    .matrix-content .content-with-image._imaged.position-right .text-content p:first-of-type {
      margin-top: 0; }
    .matrix-content .content-with-image._imaged.position-right img {
      float: right;
      margin: 0 0 1.25em 1.25em; }
    .matrix-content .content-with-image._imaged.position-left .text-content p:first-of-type {
      margin-top: 0; }
    .matrix-content .content-with-image._imaged.position-left img {
      float: left;
      margin: 0 1.25em 1.25em 0; }
    .matrix-content .content-with-image._imaged._full-width img {
      float: none;
      width: 100%;
      margin: 0 0 1.25em 0; }

/** MEDIA **/
@media (max-width: 850px) {
  .matrix-content iframe {
    height: 350px; } }
@media (max-width: 650px) {
  .matrix-content .matrix-gallery a {
    height: 130px; }
  .matrix-content iframe {
    height: 50vw; } }
@media (max-width: 550px) {
  .matrix-content .matrix-gallery {
    grid-template-columns: auto auto auto; }
    .matrix-content .matrix-gallery a {
      height: 8.25em; } }
@media (max-width: 500px) {
  .matrix-content .content-columns-2,
  .matrix-content .content-columns-3 {
    column-count: 1; }
  .matrix-content .btn.btn-small {
    max-width: 100%; } }
@media (max-width: 400px) {
  .matrix-content iframe {
    height: 60vw; } }
@media (max-width: 360px) {
  .matrix-content .matrix-gallery {
    grid-template-columns: auto auto; } }

#mail_pot {
  display: none;
}

input.hidden {
  display: none;
}

/*# sourceMappingURL=main.css.map */
