/* cmsms stylesheet: Zmienne modified: 23.10.2024 11:30:10 */
/* cmsms stylesheet: Modal modified: 10.02.2021 14:16:01 */
.compsoul-modal-container {
  background: #00000060;
  bottom: 0;
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.4s;
  will-change: opacity;
  z-index: 9;
}

.compsoul-modal-container.modal-active {
  opacity: 1;
  pointer-events: auto;
}

.compsoul-modal-container.modal-close {
  display: block !important;
  pointer-events: auto;
  opacity: 0;
  transition: opacity 0.4s;
}

.modal-unset, .modal-unset:before, .modal-unset:after, .compsoul-modal-container.modal-unset, .compsoul-modal-main.modal-unset {
  animation: unset !important;
  transition: none !important;
}

.compsoul-modal-container:before {
  animation: compsoul-modal-loading 1s infinite;
  border-bottom: 0.5em solid #ffffff00;
  border-left: 0.5em solid #ffffff;
  border-right: 0.5em solid #ffffff;
  border-top: 0.5em solid #ffffff00;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  font-size: 4px;
  height: 6em;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
  will-change: opacity;
  width: 6em;
}

.compsoul-modal-container.modal-ready:before, .compsoul-modal-container.modal-error:before {
  animation-play-state: paused;
  opacity: 0;
}

@keyframes compsoul-modal-loading {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.compsoul-modal-container:after {
  color: #ffffff;
  content: "\26A0";
  font-size: 42px;
  font-weight: 200;
  left: 50%;
  margin: -6px 0 0 0;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
  will-change: opacity;
}

.compsoul-modal-container.modal-error:after {
  opacity: 1;
}

.compsoul-modal-main {
  margin: 0 auto;
  min-height: 80vh;
  opacity: 0;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translate(0, calc(-50% - 100px));
  transition: transform 0.4s, opacity 0.4s;
  width: 800px;
  z-index: 1;
  will-change: transform, opacity;
}

.modal-ready.modal-active .compsoul-modal-main {
  opacity: 1;
  transform: translate(0, -50%);
}

.modal-change .compsoul-modal-main {
  opacity: 0;
  transform: translate(-50%, calc(-50% - 100px));
}

.compsoul-modal-content {
  background: #fff;
  min-height: 80vh;
  padding: 32px;
  position: relative;
}

.compsoul-modal-main .cookies-content {
  bottom: 100px;
  left: 48px;
  overflow: auto;
  position: absolute;
  padding-right: 16px;
  right: 16px;
  top: 100px;
}

.modal-close {
  display: none;
}

.compsoul-modal-main .modal-close {
  background: none;  
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 24px;
  position: absolute;
  right: 32px; 
  top: 32px;
}

.modal-close:after, .modal-close:before {
  background: #000000;
  content: "";
  height: 2px;
  left: 12px;
  position: absolute;
  transition: background 0.2s linear;
  width: 36px;
}

.modal-close:hover:after, 
.modal-close:hover:before {
  background: #008bd2;
}

.modal-close:after {
  transform: rotate(45deg);
}

.modal-close:before {
  transform: rotate(-45deg);
}

.button.cookies-accept {
  bottom: 32px;
  display: none;
  margin-bottom: 0;
  position: absolute;
  right: 32px;
  transition: color 0.2s linear;
}

.compsoul-modal-content .button.cookies-accept {
  display: inline-block;
}

.button.cookies-accept:hover {
  color: #008bd2;
}

.compsoul-modal-close {
  right: 8em;
  position: absolute;
  top: 8em;
  z-index: 1;
}

.compsoul-modal-next {
  right: 8em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.compsoul-modal-prev {
  left: 8em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 1;
}

.compsoul-modal-close, .compsoul-modal-next, .compsoul-modal-prev {
  background: #000000;
  border: none;
  cursor: default;
  display: none;
  font-size: 2.6px;
  height: 16em;
  opacity: 0;
  outline: 1px solid #008bd200;
  padding: 0;
  text-align: center;
  transition: opacity 0.4s, outline 0.4s;
  width: 16em;
}

.compsoul-modal-close:focus, .compsoul-modal-close:focus-within, .compsoul-modal-next:focus, .compsoul-modal-next:focus-within, .compsoul-modal-prev:focus, .compsoul-modal-prev:focus-within {
  outline: 1px solid #008bd2ff;
}

.compsoul-modal-close, .compsoul-modal-next.modal-active, .compsoul-modal-prev.modal-active {
  cursor: pointer;
  opacity: 1;
}

.compsoul-modal-close:before, .compsoul-modal-close:after, .compsoul-modal-next:before, .compsoul-modal-prev:before {
  border-top: 1em solid #ffffff;
  border-right: 1em solid #ffffff;
  box-sizing: content-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 4em;
  padding: 0 0 1em 1em;
  transform: rotate(45deg) translate(-25%, 25%);
  transition: opacity 0.4s, border 0.4s;
  width: 4em;
}

.compsoul-modal-close:before, .compsoul-modal-close:after {
  height: 3em;
  width: 3em;
}

.compsoul-modal-close:hover:before, .compsoul-modal-close:hover:after, .compsoul-modal-next:hover:before, .compsoul-modal-prev:hover:before {
  border-top: 1em solid #008bd2;
  border-right: 1em solid #008bd2;
}

.compsoul-modal-close:after, .compsoul-modal-prev:before {
  transform: rotate(-135deg) translate(-25%, 25%);
}

.compsoul-modal-close:before {
  transform: rotate(45deg) translate(-7%, 7%);
}

.compsoul-modal-close:after {
  transform: rotate(-135deg) translate(-7%, 7%);
}

.compsoul-modal-timer {
  height: 3px;
  overflow: hidden;
  position: absolute;
  z-index: 5;
  width: 100%;
}

.compsoul-modal-timer:before {
  animation: compsoul-slide-timeline 8s linear forwards;
  animation-play-state: paused;
  background: #008bd2;
  content: "";
  display: block;
  height: 100%;
  transform: translate(-100%, 0);
  width: 100%;
}

.modal-ready .compsoul-modal-timer:before {
  animation-play-state: running;
}

.compsoul-modal-container:hover .compsoul-modal-timer:before {
  animation-play-state: paused;
}

@keyframes compsoul-slide-timeline {
  from {
    transform: translate(-100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.compsoul-modal-container.modal-second {
  background: #fff;
  bottom: 32px;
  left: 50%;
  right: auto;
  top: auto;
  transform: translate3d(-50%, -100px, 0);
  transition: opacity 0.4s 0.5s, transform 0.4s;
  width: 600px;
}

.compsoul-modal-container.modal-second.modal-ready.modal-active {
  opacity: 1;
  transform: translate3d(-50%, 0, 0);
  pointer-events: auto;
}

.modal-second.modal-close {
  display: block !important;
  opacity: 0;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate3d(-50%, -50%, 0);
}

.modal-second .compsoul-modal-main {
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.3);
  min-height: auto;
  opacity: 1;
  overflow: visible;
  top: auto;
  transform: unset;
  transition: unset;
  width: 100%;
}

.modal-second.modal-ready.modal-active .compsoul-modal-main {
  transform: translate(0, 0);
}

.modal-second .compsoul-modal-content {
  min-height: auto;
}

.modal-second .contact-message {
  max-width: 100%;
  position: relative;
}

.modal-second .contact-message .heading {
  text-transform: unset;
}

.modal-second .contact-message .heading:after {
  display: none;
}

.modal-second .contact-message .heading,
.modal-second .contact-message .heading-second,
.modal-second .contact-message {
  color: #000000;
}

.modal-second .contact-message .heading-third,
.modal-second .contact-message .heading-second {
  font-size: 21px;
  font-weight: 600;
  margin-bottom: 24px;
  padding-left: 48px;
  position: relative;
}

.modal-second .contact-message .heading-second:before {
  background: #008bd2;
  box-sizing: border-box;
  content: "\e903";
  color: #ffffff;
  font-family: 'icon' !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  left: -32px;
  line-height: 1;
  height: 23px;
  padding: 4px 9px 4px 50px;
  position: absolute;
  text-transform: none;
  top: 0px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.compsoul-modal-container.modal-second .compsoul-modal-timer:before {
  animation: compsoul-slide-timeline 8s 0.4s linear forwards;
}

.compsoul-modal-container.modal-second .compsoul-modal-close {
  background: #008bd2;
  display: block;  
  font-size: 2px;
  opacity: 0;
  right: 0; 
  top: 0;
  transition: background 0.2s linear, opacity 0.4s 0.8s;
  transform: translate3d(40%, -40%, 0);
  z-index: 6;
}

.modal-second .compsoul-modal-close:before, .modal-second .compsoul-modal-close:after {
  border-color: #ffffff;
}

.compsoul-modal-container.modal-second.modal-ready.modal-active .compsoul-modal-close {
  opacity: 1;
}

.modal-second .compsoul-modal-close:hover:before, .compsoul-modal-close:hover:after, .modal-second .compsoul-modal-next:hover:before, .compsoul-modal-prev:hover:before {
  border-top: 1em solid #ffffff;
  border-right: 1em solid #ffffff;
}

.modal-second .compsoul-modal-close:hover {
  background: #ffcc00;
}

.modal-second .modal-close:hover:after, 
.modal-second .modal-close:hover:before {
  background: #ffffff;
}

.modal-mobile-menu {
  background: #ffffff;
}

.modal-mobile-menu .compsoul-modal-main {
  min-height: 100vh;
  width: 100vw;
  top: 0;
}

.modal-mobile-menu.modal-ready.modal-active .compsoul-modal-main {
  transform: translate(0, 0);
}

.modal-mobile-menu .compsoul-modal-content {
  box-sizing: border-box;
  padding: 0;
}

.modal-mobile-menu .compsoul-modal-close {
  background: none;
  display: block;
  right: 18em;
  top: 18em;
  z-index: 3;
}

.modal-mobile-menu .compsoul-modal-close:before, .compsoul-modal-close:after {
  border-color: #000000;
}

.modal-mobile-menu .compsoul-modal-close:hover:after {
  border-color: #000000;
}


@media only screen and (max-width: 831px) {

  .compsoul-modal-container.modal-second {
    width: 80%;
  }
}

@media only screen and (max-width: 608px) {
  .cookies .compsoul-modal-main .cookies-content {
    bottom: 84px;
    left: 32px;
    top: 84px;
  }

  .cookies .compsoul-modal-main .modal-close {
    padding: 18px;
    right: 16px;
    top: 32px;
  }

  .button.cookies-accept {
    bottom: 28px;
  }

  .cookies .modal-close:after, .cookies .modal-close:before {
    width: 28px;
  }

  .modal-mobile-menu .compsoul-modal-close {
    right: 14em;
    top: 19em;
  }
}

.cookies.modal-second .compsoul-modal-close {
  display: none;
}

@media only screen and (max-width: 500px) {
  .compsoul-modal-container.modal-second {
    width: 90%;
  }

  .modal-second .compsoul-modal-content {
    padding: 16px;
  }

  .modal-second .contact-message .heading-second:before {
    left: -16px;
    padding-left: 16px;
  }

  .modal-second .contact-message {
    padding: 0px;
  }

  .modal-second .contact-message .heading-third, .modal-second .contact-message .heading-second {
    padding-left: 32px;
  }

  .modal-mobile-menu .compsoul-modal-close {
    right: 8em;
    top: 8em;
  }
}
/* cmsms stylesheet: Reset modified: 30.10.2019 20:10:22 */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  border: 0;
  font-size: 100%;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* cmsms stylesheet: Fonts modified: 29.04.2021 09:48:30 */
@font-face {font-family: "sourcesanspro";font-style: italic;font-weight: 200;src: url("https://geth.pl/uploads/fonts/sourcesanspro-extralightitalic.woff2") format("woff2"),url("https://geth.pl/uploads/fonts/sourcesanspro-extralightitalic.woff") format("woff");}@font-face {font-family: "sourcesanspro";font-weight: 200;src: url("https://geth.pl/uploads/fonts/sourcesanspro-extralight.woff2") format("woff2"),url("https://geth.pl/uploads/fonts/sourcesanspro-extralight.woff") format("woff");}@font-face {font-family: "sourcesanspro";font-style: italic;font-weight: 300;src: url('https://geth.pl/uploads/fonts/sourcesanspro-lightitalic.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-lightitalic.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-weight: 300;src: url('https://geth.pl/uploads/fonts/sourcesanspro-light.woff2') format('woff2'),url('https://geth.pl/uploads/fontssourcesanspro-light.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-weight: 400;font-style: italic;src: url('https://geth.pl/uploads/fonts/sourcesanspro-italic.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-italic.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-weight: 400;src: url('https://geth.pl/uploads/fonts/sourcesanspro-regular.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-regular.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-weight: 600;src: url('https://geth.pl/uploads/fonts/sourcesanspro-semibold.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-semibold.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-style: italic;font-weight: 600;src: url('https://geth.pl/uploads/fonts/sourcesanspro-semibolditalic.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-semibolditalic.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-weight: 700;src: url('https://geth.pl/uploads/fonts/sourcesanspro-bold.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-bold.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-style: italic;font-weight: 700;src: url('https://geth.pl/uploads/fonts/sourcesanspro-bolditalic.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-bolditalic.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-weight: 900;src: url('https://geth.pl/uploads/fonts/sourcesanspro-black.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-black.woff') format('woff');}@font-face {font-family: "sourcesanspro";font-style: italic;font-weight: 900;src: url('https://geth.pl/uploads/fonts/sourcesanspro-blackitalic.woff2') format('woff2'),url('https://geth.pl/uploads/fonts/sourcesanspro-blackitalic.woff') format('woff');}@font-face {font-family: 'icon';src: url('https://geth.pl/uploads/fonts/icomoon.woff') format('woff');font-weight: normal;font-style: normal;}
/* cmsms stylesheet: Flex modified: 30.10.2019 21:10:47 */
.row {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.row.flex-reverse {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.row.flex-column {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.col.flex-reverse {
  -ms-flex-direction: column-reverse;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  flex-direction: column-reverse;
}

.col {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  max-width: 100%;
}

.flex-start {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start;
}

.flex-center {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  text-align: center;
}

.flex-end {
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end;
}

.flex-top {
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.flex-middle {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.flex-bottom {
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.flex-around {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.flex-between {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.flex-first {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.flex-last {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 2;
}
/* cmsms stylesheet: Gallery modified: 14.08.2020 00:15:42 */
.compsoul-gallery {
  display: inline-block;
  max-width: 80%;
}

.compsoul-gallery-container {
  background: rgba(8, 7, 6, 0.96);
  bottom: 0;
  font-size: 8px;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  will-change: auto;
  z-index: 9;
}

.compsoul-gallery-container .compsoul-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  position: absolute;
  padding: 0;
  width: 1px;
}

.compsoul-gallery-container.compsoul-active {
  animation: compsoul-gallery-container 0.2s linear;
  will-change: opacity;
}

.compsoul-gallery-container.compsoul-inactive {
  animation: compsoul-gallery-container-close 0.2s linear forwards;
  will-change: opacity;
}

@keyframes compsoul-gallery-container {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes compsoul-gallery-container-close {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

.compsoul-gallery-container button {
  background: none;
  border: none;
  cursor: pointer;
  font-size: inherit;
  line-height: 0;
  margin: 0;
  padding: 0;
}

.compsoul-gallery-content {
  bottom: 0;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: 0;
}

.thumbnails-active .compsoul-gallery-content {
  bottom: 120px;
}

.thumbnails-inactive .compsoul-gallery-content {
  bottom: 0;
}

.compsoul-gallery-content .compsoul-gallery-item {
  height: 80vh;
  height: calc(100vh - 172px);
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  user-select: none;
  visibility: hidden;
  width: 80vw;
  width: calc(100vw - 204px);
  will-change: auto;
  z-index: 0;
}

.compsoul-gallery-item.compsoul-active, .compsoul-gallery-item.compsoul-prev, .compsoul-gallery-item.compsoul-next {
  opacity: 1;
  transform: translate(-150vw, -50%);
  transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  visibility: visible;
  will-change: opacity, transform;
  z-index: 1;
}

.compsoul-gallery-item.compsoul-fade {
  opacity: 0;
  transition: opacity 0.2s ease-out;
  visibility: visible;
  will-change: opacity;
}

.compsoul-direction-prev .compsoul-gallery-item.compsoul-prev,
.compsoul-direction-next .compsoul-gallery-item.compsoul-next {
  transition: unset;
  will-change: auto;
}

.compsoul-resize .compsoul-gallery-item.compsoul-prev {
  animation: compsoul-resize-prev 0.1s linear forwards;
}

@keyframes compsoul-resize-prev {
  from {
    transform: translate(-150vw, -50%);
  }
  to {
    transform: translate(-150vw, -50%);
  }
}

.compsoul-resize .compsoul-gallery-item.compsoul-next {
  animation: compsoul-resize-next 0.1s linear forwards;
}

@keyframes compsoul-resize-next {
  from {
    transform: translate(50vw, -50%);
  }
  to {
    transform: translate(50vw, -50%);
  }
}

.compsoul-gallery-item.compsoul-next {
  transform: translate(50vw, -50%);
}

.compsoul-gallery-item.compsoul-active {
  transform: translate(-50%, -50%);
}

.compsoul-disorderly .compsoul-gallery-item,
.compsoul-disorderly .compsoul-gallery-item.compsoul-prev,
.compsoul-disorderly .compsoul-gallery-item.compsoul-next {
  opacity: 0;
  transition: unset;
  visibility: hidden;
  will-change: auto;
  z-index: 2;
}

.compsoul-disorderly .compsoul-gallery-item.compsoul-past {
  animation: disorderly-past 0.2s linear;
  will-change: opacity, transform, visibility;
  z-index: 3;
}

@keyframes disorderly-past {
  0% {
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
  }
  99% {
    opacity: 0;
    transform: translate(-50%, -50%);
    visibility: visible;
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%);
    visibility: hidden;
  }
}

.compsoul-disorderly .compsoul-gallery-item.compsoul-active {
  animation: disorderly-active 0.2s linear;
  opacity: 1;
  visibility: visible;
  will-change: opacity, transform, visibility;
  z-index: 4;
}

@keyframes disorderly-active {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%);
    visibility: hidden;
  }
  1% {
    opacity: 0;
    transform: translate(-50%, -50%);
    visibility: visible;
  }
  100% {
    opacity: 1;
    transform: translate(-50%, -50%);
    visibility: visible;
  }
}

.compsoul-gallery-item .compsoul-gallery-image {
  display: inline-block;
  left: 50%;
  opacity: 0.001;
  overflow: hidden;
  position: relative;
  top: 50%;
  transform: translate(-50%, -50%);
  transform-origin: top left;
  will-change: auto;
  width: auto;
  z-index: 1;
}

.compsoul-gallery-item.compsoul-active .compsoul-gallery-image {
  transition: opacity 0.2s 0.2s linear, transform 0.2s linear;
  will-change: opacity;
}

.compsoul-gallery-item .compsoul-gallery-image:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.thumbnails-show .compsoul-gallery-image {
  transform: scale(0.8) translate(-50%, -50%);
}

.thumbnails-show .compsoul-gallery-item.compsoul-active .compsoul-gallery-image {
  will-change: transform;
}

.compsoul-gallery-item.compsoul-loaded .compsoul-gallery-image {
  opacity: 1;
}

.compsoul-gallery-item .compsoul-gallery-image img {
  display: block;
  max-height: 80vh;
  max-height: calc(100vh - 172px);
  max-width: 80vw;
  max-width: calc(100vw - 204px);
  position: relative;
  z-index: 1;
}

.compsoul-gallery-item .compsoul-gallery-comment {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  color: #222;
  font-size: 2em;
  left: 0;
  padding: 2em;
  position: absolute;
  right: 0;
  transform: translate(0, 100%);
  transition: transform 0.2s 0.4s linear;
  z-index: 1;
}

.compsoul-disorderly .compsoul-gallery-item .compsoul-gallery-comment {
  transform: translate(0, 0);
  transition: unset;
}

.compsoul-gallery-item.compsoul-active.compsoul-loaded .compsoul-gallery-comment {
  transform: translate(0, 0);
}

.compsoul-gallery-item .compsoul-gallery-comment.compsoul-inactive {
  display: none;
}

.compsoul-loader {
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
}

.compsoul-loader:before, .compsoul-loader:after {
  animation: compsoul-loading 1s linear infinite;
  animation-play-state: paused;
  border: 0.5em solid #222;
  border-radius: 100%;
  content: "";
  display: block;
  height: 8em;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 8em;
}

.compsoul-gallery-item.compsoul-active .compsoul-loader,
.compsoul-gallery-item.compsoul-prev .compsoul-loader,
.compsoul-gallery-item.compsoul-next .compsoul-loader {
  transition: opacity 0.2s linear;
}

.compsoul-gallery-item.compsoul-active .compsoul-loader {
  opacity: 1;
}

.compsoul-gallery-item.compsoul-loaded .compsoul-loader {
  opacity: 0;
}

.compsoul-gallery-item.compsoul-active.compsoul-loading .compsoul-loader:before,
.compsoul-gallery-item.compsoul-active.compsoul-loading .compsoul-loader:after {
  animation-play-state: running;
}

.compsoul-loader:after {
  animation-delay: 0.5s;
}

@keyframes compsoul-loading {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0);
  }
  50% {
    opacity: 1;
    transform: translate(-50%, -50%) scale(0.5);
  }
  100% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(1);
  }
}

.compsoul-gallery-full-screen {
  background: rgb(5, 6, 7, 0.96);
  bottom: 0;
  font-size: 0;
  position: absolute;
  left: 0;
  opacity: 0;
  overflow: auto;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
  z-index: -1;
}

.compsoul-gallery-full-screen.compsoul-active {
  z-index: 1;
}

.compsoul-zoom .compsoul-gallery-full-screen {
  opacity: 1;
}

.compsoul-zoom-out .compsoul-gallery-full-screen {
  opacity: 0;
  transition-delay: 0.2s;
}

.compsoul-gallery-full-screen img {
  display: block;
  margin: 0 auto;
  opacity: 0;
  transition: opacity 0.2s 0.2s linear;
}

.compsoul-zoom .compsoul-gallery-full-screen img {
  opacity: 1;
}

.compsoul-zoom-out .compsoul-gallery-full-screen img {
  opacity: 0;
  transition-delay: unset;
}

.compsoul-logo, .compsoul-gallery-close, .compsoul-gallery-next, .compsoul-gallery-prev, .thumbnails-toggle, .compsoul-gallery-progress, .compsoul-gallery-zoom {
  cursor: pointer;
  height: 7em;
  outline: 1px solid rgba(242, 242, 242, 0);
  overflow: hidden;
  position: absolute;
  right: 4em;
  top: 2em;
  transform: translate(0);
  transition: outline 0.2s linear;
  width: 7em;
}

.compsoul-logo {
  box-sizing: border-box;
  left: 4em;
  right: auto;
  transition: unset;
  width: 8em;
}

.compsoul-logo svg {
  fill: #fff;
  top: 50%;
  position: relative;
  transform: translate(0, -50%);
  transition: fill 0.2s linear;
}

.compsoul-logo:focus-within {
  outline: none;
}

.compsoul-logo:hover svg, .compsoul-logo:focus-within svg {
  fill: #e7a14f;
}

.compsoul-logo:focus-within, .compsoul-gallery-close:focus-within, .compsoul-gallery-next:focus-within, .compsoul-gallery-prev:focus-within, .thumbnails-toggle:focus-within, .compsoul-gallery-progress:focus-within, .compsoul-gallery-zoom:focus-within {
  outline-color: rgba(242, 242, 242, 0.8);
}

.compsoul-gallery-close:before, .compsoul-gallery-next:before, .compsoul-gallery-prev:before, .thumbnails-toggle:before, .compsoul-gallery-progress:before, .compsoul-gallery-zoom:before, .compsoul-gallery-close:after, .compsoul-gallery-next:after, .compsoul-gallery-prev:after, .thumbnails-toggle:after, .compsoul-gallery-progress:after, .compsoul-gallery-zoom:after {
  background: #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  z-index: -2;
}

.compsoul-gallery-close:before, .compsoul-gallery-next:before, .compsoul-gallery-prev:before {
  background: #008bd2;
}

.compsoul-gallery-close:after, .compsoul-gallery-next:after, .compsoul-gallery-prev:after, .thumbnails-toggle:after, .compsoul-gallery-progress:after, .compsoul-gallery-zoom:after {
  background: none;
  z-index: 1;
}

.compsoul-gallery-close button, .compsoul-gallery-next button, .compsoul-gallery-prev button, .thumbnails-toggle button, .compsoul-gallery-progress button, .compsoul-gallery-zoom button {
  outline: 0;
  position: relative;
  z-index: -1;
}

.compsoul-gallery-close button:before, .compsoul-gallery-close button:after, .compsoul-gallery-next button:before, .compsoul-gallery-prev button:before {
  border-top: 0.25em solid #fff;;
  border-right: 0.25em solid #fff;
  box-sizing: content-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 1em;
  padding: 0 0 0.25em 0.25em;
  width: 1em;
}

.compsoul-gallery-close {
  z-index: 2;
}

.compsoul-gallery-close button {
  cursor: pointer;
  height: 6em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 6em;
}

.compsoul-gallery-close button:before, .compsoul-gallery-close button:after {
  bottom: 1.625em;
  left: 1.625em;
  position: absolute;
  transform: rotate(0deg);
}

.compsoul-gallery-close button:before {
  border: none;
  border-bottom: 0.25em solid #fff;
  border-left: 0.25em solid #fff;
  left: auto;
  padding: 0.25em 0.25em 0 0;
  right: 1.625em;
  top: 1.625em;
}

.compsoul-gallery-close button:after {
  border-top: 0.25em solid #fff;
  border-right: 0.25em solid #fff;
  padding: 0 0 0.25em 0.25em;
}

.compsoul-gallery-zoom {
  right: 28em;
}

.compsoul-gallery-zoom button {
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}

.compsoul-gallery-zoom button:before {
  border: 0.25em solid #008bd2;
  border-radius: 100%;
  content: "";
  height: 1.25em;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 1.25em;
}

.compsoul-gallery-zoom button:after {
  background: #008bd2;
  border-radius: 0 0 0.25em 0.25em;
  content: "";
  height: 1em;
  left: 50%;
  margin: 1em 0 0 -1.5em;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translate(-50%, -50%);
  width: 0.25em;
}

.compsoul-gallery-progress {
  right: 20em;
}

.compsoul-gallery-progress button {
  cursor: pointer;
  font-family: "Lato", verdana, arial;
  height: 100%;
  position: relative;
  width: 100%;
}

.compsoul-gallery-progress button:before {
  border-bottom: 1em solid transparent;
  border-left: 1.2em solid #008bd2;
  border-top: 1em solid transparent;
  border-radius: 0.2em;
  content: "";
  height: 0;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.2s 0.2s linear;
  width: 0;
}

.compsoul-gallery-progress.compsoul-active button:before {
  opacity: 0;
  transition-delay: unset;
}

.compsoul-gallery-progress button:after {
  animation: compsoul-gallery-progress 6s linear forwards;
  animation-play-state: paused;
  color: #008bd2;
  content: "10";
  font-size: 1.6em;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transition: opacity 0.2s linear;
  transform: translate(-50%, -50%);
}

.compsoul-gallery-progress.compsoul-active button:after {
  opacity: 1;
  transition-delay: 0.2s;
}

.compsoul-gallery-progress.compsoul-play button:after {
  animation-delay: 0.4s;
  animation-play-state: running;
}

.compsoul-gallery-progress.compsoul-unset button:after {
  animation: unset;
}

@keyframes compsoul-gallery-progress {
  0% {
    content: "10";
  }
  9% {
    content: "9";
  }
  18% {
    content: "8";
  }
  27% {
    content: "7";
  }
  36% {
    content: "6";
  }
  45% {
    content: "5";
  }
  54% {
    content: "4";
  }
  63% {
    content: "3";
  }
  72% {
    content: "2";
  }
  81% {
    content: "1";
  }
  90% {
    content: "0";
  }
  100% {
    content: "0";
  }
}

.compsoul-gallery-next, .compsoul-gallery-prev {
  opacity: 0;
  right: 4em;
  top: 50%;
  transform: translate(0, -50%);
  transition: opacity 0.2s linear, outline 0.2s linear;
}

.compsoul-gallery-next.compsoul-active, .compsoul-gallery-prev.compsoul-active {
  opacity: 1;
}

.compsoul-gallery-prev {
  left: 4em;
}

.compsoul-gallery-next button, .compsoul-gallery-prev button {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-1em, -50%);
}

.compsoul-gallery-prev button {
  transform: translate(-0.5em, -50%);
}

.compsoul-gallery-next button:before, .compsoul-gallery-prev button:before {
  transform: rotate(-135deg);
}

.compsoul-gallery-next button:before {
  transform: rotate(45deg);
}

.thumbnails-toggle {
  right: 12em;
}

.thumbnails-toggle button {
  cursor: pointer;
  height: 100%;
  position: relative;
  width: 100%;
}

.thumbnails-toggle button:before {
  background-color: transparent;
  background-image: linear-gradient(90deg, #008bd2 0.5em, transparent 0.25em),
                    linear-gradient(90deg, #008bd2 0.5em, transparent 0.25em),
                    linear-gradient(90deg, #008bd2 0.5em, transparent 0.25em);
  background-position: 0 0, 0 0.75em, 0 1.5em;
  background-repeat: repeat-x;
  background-size: 0.75em 0.5em, 0.75em 0.5em, 0.75em 0.5em;
  content: "";
  cursor: pointer;
  height: 2em;
  left: 50%;
  opacity: 0.6;
  position: absolute;
  top: 50%;
  transition: opacity 0.4s linear;
  transform: translate(-50%, -50%);
  width: 2em;
}

.thumbnails-toggle:active button:before, .thumbnails-toggle button:active:before {
  background-image: linear-gradient(90deg, #008bd2 0.5em, transparent 0.125em),
                    linear-gradient(90deg, #008bd2 0.5em, transparent 0.125em),
                    linear-gradient(90deg, #008bd2 0.5em, transparent 0.125em);
  background-position: 0 0, 0 0.625em, 0 1.25em;
  background-size: 0.625em 0.5em, 0.625em 0.5em, 0.625em 0.5em;
  height: 1.75em;
  width: 1.75em;
}

.thumbnails-show .thumbnails-toggle button:before {
  opacity: 1;
}

.thumbnails-container {
  background: #ffffff;
  bottom: 0;
  font-size: 0;
  height: 72px;
  left: 0;
  letter-spacing: 0;
  position: fixed;
  right: 0;
  transition: transform 0.2s linear;
  transform: translateY(100%);
}

.thumbnails-show .thumbnails-container {
  transform: translateY(0);
}

.thumbnails-content {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  white-space: nowrap;
}

.thumbnails-show .thumbnails-content  {
  transition: transform 0.2s linear;
}

.thumbnails-content.compsoul-drag {
  transition: unset;
}

.thumbnails-content.compsoul-drag:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}

.thumbnails-content .thumbnails-image {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  height: 100%;
  position: relative;
  user-select: none;
}

.thumbnails-content .thumbnails-image:before, .thumbnails-content .thumbnails-image:after {
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  outline: 1px solid #222;
  outline-offset: -1px;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
  z-index: 1;
}

.thumbnails-content .thumbnails-image:after {
  outline-color: #008bd2;
}

.thumbnails-content .thumbnails-image button:focus {
  outline: none;
}

.thumbnails-content .thumbnails-image:focus-within:before {
  opacity: 1;
}

.thumbnails-content .thumbnails-image.compsoul-active:after {
  opacity: 1;
}

.thumbnails-content .thumbnails-image img {
  display: block;
  max-height: 72px;
}

@media (max-width: 1000px) {
  .compsoul-gallery-container {
    font-size: 5.4px;
  }

  .compsoul-gallery-content .compsoul-gallery-item {
    height: 100vh;
    height: calc(100vh - 16px);
    width: 100vw;
    width: calc(100vw - 16px);
  }

  .thumbnails-show .compsoul-gallery-image {
    transform: scale(0.68) translate(-50%, -50%);
  }

  .compsoul-gallery-item .compsoul-gallery-image img {
    max-height: 100vh;
    max-height: calc(100vh - 16px);
    max-width: 100vw;
    max-width: calc(100vw - 16px);
  }
}

@media (max-width: 380px) {
  .compsoul-gallery-content .compsoul-gallery-item {
    height: 100vh;
    width: 100vw;
  }

  .thumbnails-show .compsoul-gallery-image {
    transform: scale(0.75) translate(-50%, -50%);
  }

  .compsoul-gallery-item .compsoul-gallery-image img {
    max-height: 100vh;
    max-width: 100vw;
  }
}
/* cmsms stylesheet: Style modified: 19.09.2025 18:56:22 */
html {
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
}

body {
  font-family: sourcesanspro, verdana, arial, sans-serif;
  margin: 0;
}

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

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

a:not(.button) {
  color: #000000;
  text-decoration: none;
  transition: color 0.2s linear;
}

a:not(.button):focus,
a:not(.button):hover {
  color: #008bd2;
}

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

b, strong {
  font-weight: 700;
}

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

small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

img {
  border-style: none;
  max-width: 100%;
}

img.image-left {
  float: left;
  margin: 0 16px 32px 0;
}

img.image-right {
  float: right;
  margin: 0 0 32px 16px;
}

img.image-center {
  display: block;
  margin: 0 auto 32px;
}

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

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

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

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

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

fieldset {
  border: none;
  padding: 0;
}

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

progress {
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

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

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

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

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

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

details {
  display: block;
}

summary {
  display: list-item;
}

template {
  display: none;
}

[hidden] {
  display: none;
}

.content {
  font-size: 20px;
  line-height: 1.35;
}

.content address, .content article, .content aside, .content blockquote, .content details, .content dialog, .content dd, .content dl, .content dt, .content fieldset, .content figcaption, .content figure, .content footer, .content form, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content header, .content hgroup, .content hr, .content main, .content nav, .content p, .content pre, .content section, .content table {
  margin-bottom: 32px;
}

.content address:last-child, .content article:last-child, .content aside:last-child, .content blockquote:last-child, .content details:last-child, .content dialog:last-child, .content dd:last-child, .content dl:last-child, .content dt:last-child, .content fieldset:last-child, .content figcaption:last-child, .content figure:last-child, .content footer:last-child, .content form:last-child, .content h1:last-child, .content h2:last-child, .content h3:last-child, .content h4:last-child, .content h5:last-child, .content h6:last-child, .content header:last-child, .content hgroup:last-child, .content hr:last-child, .content main:last-child, .content nav:last-child, .content p:last-child, .content pre:last-child, .content section:last-child, .content table:last-child {
  margin-bottom: 0;
}

.content h1 {
  color: #000000;
  font-size: 52px;
}

.content h2 {
  color: #000000;
  font-size: 44px;
}

.content h3 {
  color: #000000;
  font-size: 38px;
}

.content h4 {
  color: #000000;
  font-size: 32px;
}

.content h5 {
  color: #000000;
  font-size: 26px;
}

.content h6 {
  color: #000000;
  font-size: 20px;
}

.content ul, .content ol {
  overflow: hidden;
} 

.content ul li {
  padding: 0 0 0 28px;
  position: relative;
}

.content ul li:before {
  background: #008bd2;
  content: "";
  height: 1px;
  left: 0;
  font-size: 18px;
  position: absolute;
  top: 10px;
  width: 8px;
}

.content ul {
  margin-bottom: 32px;
  overflow: hidden;
}

.content ul ul, .content ol ul {
  margin: 22px 0 32px;
}

.content ul ul ul, .content ul ol ol, .content ul ul ol {
  margin: 22px 0 0;
}

.content ul li:last-child ul {
  margin: 16px 0 0;
}

.content ol {
  counter-reset: li;
  list-style-type: none;
  margin-bottom: 32px;
  overflow: hidden;
  padding: 0;
}

.content ol ol, .content ol ul {
  margin: 22px 0 32px;
  padding: 0 0 0 28px;
}

.content ol ol ol, .content ol ul ol, .content ol ul ul {
  margin: 22px 0 0;
}

.content ol li {
  counter-increment: li;
}

.content ol li:before {
  color: #000000;
  content: counters(li, ".") ". ";
}

.content ol li ol li:before {
  content: counters(li, ".") " ";
}

.content a:not(.button) {
  color: #008bd2;
}

.content a:not(.button):hover,
.content a:not(.button):focus {
  color: #ffcc00;
}

.content hr {
  border: none;
  border-bottom: 1px solid #008bd2;
  clear: both;
  display: block;
  font-size: 0;
  height: 1px;
  overflow: hidden;
}

.content table {
  border-left: 1px solid #008bd2;
  border-top: 1px solid #008bd2;
  width: 100%;
}

.content table tr:first-child {
  background: #008bd2;
  color: #000000;
}

.content table tr:first-child td, .content thead th, .content tfoot th {
  background: #008bd2;
  color: #ffffff;
}

.content table td, .content table th {
  border-bottom: 1px solid #008bd2;
  border-right: 1px solid #008bd2;
  padding: 16px 32px;
}

.button {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  display: inline-block;
  font-size: 19px;
  font-weight: 400;
  letter-spacing: 0.4px;
  margin-bottom: 12px;
  padding: 10px 40px 13px 10px;
  position: relative;
  text-decoration: none;
}

.button:before {
  border: 2px solid #008bd2;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 10px;
  right: 11px;
  position: absolute;
  top: 14px;
  transform: rotate(45deg);
  width: 10px;
}

.button:after {
  background: linear-gradient(to left, 
      #008bd2,
      #008bd2 28px,
      #ffffff00 28px,
      #ffffff00 34px,
      #000000 34px
    );
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
  transition: transform 0.2s linear;
  transform-origin: bottom;
  z-index: -1;
}

.button:hover:after,
.button:focus:after {
  transform: scaleY(4);
  transform-origin: bottom;
}

.button.button-second {
  color: #ffffff;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -0.1px;
  z-index: 1
}

.button.button-second:after {
  background: linear-gradient(to left, 
      #ffcc00,
      #ffcc00 28px,
      #ffffff00 28px,
      #ffffff00 34px,
      #ffffff 34px
    );
}

.button-second:before {
  border: 2px solid #ffcc00;
  border-bottom: none;
  border-left: none;
}

.button-third {
  font-size: 23px;
  margin: 0;
  padding: 20px 10px 8px 38px;
}

.button-third:before {
  height: 13px;
  left: 10px;
  transform: rotate(230deg);
  top: 22px;
  width: 13px;
}

.button-third:after {
  animation: none;
  background: linear-gradient(to right, 
      #008bd2,
      #008bd2 28px,
      #ffffff00 28px,
      #ffffff00 34px,
      #00000000 34px
    );
}

.button-slide {
  background: #008bd2;
  color: #ffffff;
  display: inline-block;
  font-size: 24px;
  font-weight: 600;
  margin: 24px 0 0;
  padding: 18px 24px;
  transition: color 0.2s linear;
}

.button-slide:hover, .button-slide:focus {
  color: #ffcc00;
}

a.modal-link {
  color: #008bd2;
  display: inline-block;
  margin: 8px 0 16px;
}

a.modal-link:hover {
  color: #ffcc00;
}

.container {
  box-sizing: border-box;
  margin: 0 auto;
  width: 1343px;
}

.icon:before, .icon:after {
  font-weight: normal;
  font-family: 'icon' !important;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.heading, 
.content .heading {
  font-size: 50px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.content em {
  font-style: italic;
}

.heading:after {
  background: #ffcc00;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 14px;
  width: 83px;
}

.content .heading-second, .heading-second {
  font-size: 32px;
  letter-spacing: -0.1px;
  line-height: 1.15;
}

.heading-third,
.content .heading-third {
  color: #ffffff;
  font-size: 33px;
  letter-spacing: -0.6px;
}

.hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.mobile {
  display: none;
}

/* Cards */

.card-list {
  font-size: 0;
  margin: 0 auto;
  padding: 0;
  width: calc(100% - 32px);
}

.card-list {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  margin-bottom: 32px;
}

.card-item {
  -ms-preffered-size: 20%;
  flex-basis: 20%;
  max-width: 20%;
  text-align: left;
}

a.card-item-content {
  box-sizing: border-box;
  color: #000000;
  display: block;
  min-height: 622px;
  max-height: 622px;
  overflow: hidden;
  padding: 0 44px 44px;
  position: relative;
  text-decoration: none;
  transition: background 0.2s linear;
  width: 100%;
}

a.card-item-content:hover, a.card-item-content:focus {
  background: #008bd2;
}

.card-item-noimg a.card-item-content {
  padding: 88px 74px 44px 44px;
}

.card-item-content:hover .card-button,
.card-item-content:focus .card-button {
  opacity: 1;
}

.card-item-content:hover .card-heading,
.card-item-content:focus .card-heading {
  color: #ffffff;
}

.card-item-content:hover time,
.card-item-content:focus time {
  color: #ffffff60;
}

.card-item-content:hover time:before,
.card-item-content:focus time:before {
  opacity: 0;
}

.card-item-content:hover figure:after,
.card-item-content:focus figure:after {
  width: 84px;
}

.card-item-noimg .card-item-content:hover .card-heading:before,
.card-item-noimg .card-item-content:hover .card-heading:after,
.card-item-noimg .card-item-content:focus .card-heading:before,
.card-item-noimg .card-item-content:focus .card-heading:after {
  opacity: 0;
}

.card-item figure {
  background: no-repeat center;
  background-size: cover;
  height: 330px;
  margin-bottom: 28px;
  position: relative;
  width: 100%;
}

.card-item figure:after {
  background: #ffcc00;
  bottom: 0;
  content: "";
  height: 13px;
  left: 0;
  position: absolute;
  transition: width 0.2s linear 0.2s;
  width: 0;
}

.card-heading {
  font-size: 19px;
  font-weight: 600;
  height: 56px;
  letter-spacing: 0.4px;
  line-height: 1.5;
  margin-bottom: 30px;
  overflow: hidden;
  transition: color 0.2s linear;
  word-spacing: -0.5px;
}

.card-item-noimg .card-heading {
  display: table-cell;
  height: 200px;
  vertical-align: middle;
}

.card-item-noimg time {
  margin-top: 148px;
}

.card-item time {
  bottom: 137px;
  color: #00000030;
  display: block;
  font-size: 18px;
  font-weight: 400;
  position: absolute;
  transition: opacity 0.2s linear, color 0.2s linear;
  width: 100%;
}

.card-item time:before {
  background: #ffcc00;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 20px;
  transition: opacity 0.2s linear;
  width: 56px;
}

.card-item .card-button {
  bottom: 44px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 44px;
}

.card-item-noimg .card-heading:before, .card-item-noimg .card-heading:after {
  background: #000000;
  content: "";
  height: 1px;
  position: absolute;
  transition: opacity 0.2s linear;
}

.card-item-noimg .card-heading:before {
  top: 43px;
  width: 10px;
}

.card-item-noimg .card-heading:after {
  left: 56px;
  top: 43px;
  width: 64px;
}

.carousel-nav {
  background: #ffffff;
  height: 52px;
  margin: 0 auto;
  width: 172px;
}

.carousel-nav ul {
  font-size: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.carousel-nav ul {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.carousel-nav li {
  cursor: pointer;
  display: inline-block;
}

.carousel-nav button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  pointer-events: none;
  padding: 16px 15px;
  position: relative;
}

.carousel-nav button:after, .carousel-nav button:before {
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: background 0.2s linear;
}

.carousel-nav button:after {
  background: #ffffff;
  height: 20px;
  transition: background 0.2s linear;
  width: 20px;
}

.carousel-nav button:before {
  background: #bbb;
  height: 21px;
  width: 21px;
}

.carousel-nav .compsoul-active button:after,
.carousel-nav li:hover button:after,
.carousel-nav .compsoul-active button:before,
.carousel-nav li:hover button:before,
.carousel-nav button:focus:after,
.carousel-nav button:focus:before {
  background: #ffcc00;
}

.list-dots, .content .list-dots {
  position: relative;
}

.list-dots:after,
.list-dots:before,
.content .list-dots:after, 
.content .list-dots:before {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transition: background 0.4s linear;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.list-dots:after,
.content .list-dots:after {
  right: 3px;
}

.list-dots:before,
.content .list-dots:before {
  left: 3px;
}

.list-dots.dot-right:before,
.content .list-dots.dot-right:before {
  opacity: 0;
}

.list-dots.dot-left:after,
.content .list-dots.dot-left:after {
  opacity: 0;
}

.list-dots-bottom:after,
.list-dots-bottom:before,
.content .list-dots-bottom:after,
.content .list-dots-bottom:before {
  top: 100%;
}

.list-dots-bottom:first-child:before,
.list-dots-bottom:last-child:after {
  opacity: 1;
}

/* HTML */

.header {
  background: #ebebeb;
  margin-bottom: 54px;
}

.header-top {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
  height: 140px;
  margin: 0 0 22px;
  padding: 0 52px;
  width: 100%;
}

.header-top .header-second-row {
  margin: 0 auto;
  max-width: 1920px;
  width: 100%;
  z-index: 2;
}

.header-logo {
  -ms-preffered-size: 540px;
  flex-basis: 540px;
  max-width: 540px;
}

.header-logo a {
  color: #000000;
  text-decoration: none;
}

.header-logo a:hover,
.header-logo a:focus {
  color: #000000;
}

.header-logo a, .footer-logo a {
   -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.header-logo {
  position: relative;
  z-index: -3;
}

.header-logo .logo-slogan {
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.7px;
  line-height: 1.2;
  margin: 0 0 0 45.5px;
  position: relative;
}

.header-logo .logo-slogan:before {
  background: #008bd2;
  content: "";
  left: -23px;
  height: 26px;
  top: 50%;
  position: absolute;
  transform: translate3d(0, -50%, 0);
  width: 1px;
}

.header-logo .logo-img {
  -ms-preffered-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
}

.ue {
  font-size: 0;
  line-height: 0;
  margin: 0 0 0 auto;
  max-width: 484px;
  position: relative;
  z-index: -3;
}

.ue.mobile {
  background: #ebebeb;
  margin: 0;
  max-width: 100%;
  z-index: 0; 
}

.ue .ue-list {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 2.24%;
}

.ue .ue-item:nth-child(1) {
  margin: 0 4.7% 0 0;
  width: 32.52%;
}

.ue .ue-item:nth-child(2) {
  margin: 0 4.66% 0 0;
  width: 26.14%;
}

.ue .ue-item:nth-child(3) {
  width: 31.98%;
}

.header-menu {
  box-sizing: border-box;
  flex: 1 100%;
  position: relative;
  text-align: left;
}

.header-menu ul {
  font-size: 0;
  margin: 0;
  padding: 0;
} 

.header-menu li {
  display: inline-block;
}

.header-menu > ul > li > a span:after, .header-menu > ul > li > a span:before {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  width: 3px;
  z-index: -3;
}

.header-menu > ul > li > a span:after {
  left: 3px;
}

.header-menu > ul > li:first-of-type > a span:after {
  opacity: 0;
}

.header-menu > ul > li > a span:before {
  right: 3px;
}

.header-menu > ul > li:last-of-type > a span:before {
  opacity: 0;
}

.header-menu a {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  outline: none;
  position: relative;
  text-decoration: none;
}

.header-menu > ul > li > a > strong > span {
  display: block;
  font-weight: 600;
  padding: 20.5px 21.5px;
  position: relative;
}

.header-menu > ul > [data-child="true"] > a > strong:after {
  background: #ffffff;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.header-menu [data-menu="footer-menu"] {
  display: none;
}

.header-menu > ul > [data-child="true"]:before {
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  right: 0;
  top: 0;
  z-index: -2;
}

.header-menu > ul > [data-child="true"]:hover:before {
  opacity: 1;
  z-index: -1;
}

.header-menu li li a strong, .header-menu li li a span {
  font-weight: 400;
}

.header-menu [data-child="true"]:hover a strong:after,
.header-menu [data-child="true"]:focus-within a strong:after {
  opacity: 1;
}

.header-menu > ul > li > a.currentpage:before,
.header-menu > ul > li > a.currentpage:after,
.header-menu > ul > li > a.activeparent:before,
.header-menu > ul > li > a.activeparent:after {
  bottom: 0;
  content: "";
  height: 1px;
  position: absolute;
  z-index: -3;
}

.header-menu > ul > li > a.currentpage:before,
.header-menu > ul > li > a.activeparent:before {
  background: #000000;
  left: 10%;
  right: 10%;
}

.header-menu > ul > [data-child="true"]:hover > a.currentpage:before,
.header-menu > ul > [data-child="true"]:hover > a.currentpage:after {
  opacity: 0;
}

.header-menu > ul > li > a.currentpage:after,
.header-menu > ul > li > a.activeparent:after {
  background: #ebebeb;
  left: 70%;
  width: 10px;
}

.header-menu a:hover,
.header-menu a:focus {
  color: #008bd2;
}

.header-menu a.currentpage:hover:after,
.header-menu a.currentpage:focus:after,
.header-menu > ul > li > a.activeparent:hover:after,
.header-menu > ul > li > a.activeparent:focus:after {
  left: 20%;
}

.header-menu ul li input {
  display: none;
}

.header-menu > ul > li > ul {
  background: #ffffff;
  box-sizing: border-box;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  pointer-events: none;
  right: 0;
  transform: translate3d(0, 80px, 0);
}

.header-menu > ul > [data-menu="simple-menu"] {
  position: relative;
}

.header-menu [data-menu="menu-column"] li ul {
  column-count: 1;
}

.header-menu [data-menu="menu-column"] li ul ul {
  column-count: 1;
}

.header-menu [data-menu="menu-column"] li ul li {
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid;
}

.header-menu [data-menu="menu-column"] li li a {
  padding: 0.43em 0.62em 0.43em 1em;
}

.header-menu [data-menu="link-second"] > a {
  color: #008bd2;
}

.header-menu [data-menu="menu-column"] li li a:before {
  top: 18px;
}

.header-menu > ul > [data-menu="simple-menu"] > ul {
  left: -92px;
  padding: 24px;
  width: 300px;
}

.header-menu > ul > [data-menu="simple-menu"] > ul a {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 0.24em 0em 0.24em 1.7em;
}

.header-menu > ul > [data-menu="simple-menu"] > ul > li {
  display: block;
  max-width: 100%;
  padding: 0;
}

.header-menu > ul > [data-menu="simple-menu"] > ul > li a {
  padding: 0.83em 0.62em; 
}

.header-menu > ul > [data-menu="simple-menu"] > ul a:before {
  background: #b7b7b7;
  border-radius: 50%;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 26px;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.header-menu > ul > li > ul img {
  float: right;
  min-height: 450px;
}

.header-menu > ul > li > a:hover + input + ul, .header-menu > ul > li > ul:hover {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(0, 0, 0);
  z-index: 2;
}

.header-menu ul ul {
  text-align: left;
}

.header-menu > ul > li > ul > li {
  box-sizing: border-box;
  padding: 44px 40px 50px 65px;
  position: relative;
  max-width: 43%;
}

.header-menu > ul > li > ul > li:before {
  background: #008bd2;
  box-sizing: border-box;
  content: "\e903";
  color: #ffffff;
  font-family: "icon" !important;
  font-size: 13px;
  font-style: normal;
  font-weight: 700;
  font-variant: normal;
  left: 0px;
  line-height: 1;
  height: 23px;
  padding: 4px 9px 4px 50px;
  position: absolute;
  text-transform: none;
  top: 48px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.header-menu > ul > li > ul > li > a span {
  font-weight: 600;
}

.header-menu > ul > li > ul > li[data-child="true"] > a {
  padding: 0.43em 0.62em;
}

.header-menu > ul > [data-menu="simple-menu"] > ul > li:before {
  display: none;
}

.header-menu li li a  {
  display: block;
  font-size: 21px;
  font-weight: 600;
  letter-spacing: -.4px;
  padding: 0.23em 0.62em;
  text-align: left;
  text-decoration: none;
}

.header-menu li li a.list-dots:before {
  left: 0.8em;
} 

.header-menu li li {
  vertical-align: top;
}

.header-menu li li li {
  display: block;
}

.header-menu li li li li a, .header-menu [data-menu="menu-column"] li li li a {
  font-size: 16px;
  padding: 0.24em 0.24em 0.24em 2em;
}

.header-menu li li li a {
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 0.34em 0em 0.34em 1.7em;
}

.header-menu ul ul ul input:checked + ul {
  margin-bottom: 8px;
}

.header-menu ul ul ul li {
  position: relative;
}

.header-menu ul ul ul input {
  cursor: pointer;
  display: block;
  height: 15px;
  left: -2px;
  opacity: 0;
  position: absolute;
  top: 5px;
  width: 15px;
}

.header-menu ul ul ul li {
  position: relative;
}

.header-menu ul ul ul ul li {
  display: none;
}

.header-menu ul ul ul input:checked + ul li {
  display: block;
}

.header-menu ul ul ul input + ul:before {
  background: #008bd2;
  content: "";
  height: 12px;
  left: 5px;
  pointer-events: none;
  position: absolute;
  top: 8px;
  width: 2px;
}

.header-menu ul ul ul input + ul:after {
  background: #008bd2;
  content: "";
  height: 2px;
  left: 0px;
  pointer-events: none;
  position: absolute;
  top: 13px;
  width: 12px;
}

.header-menu ul ul ul input:checked + ul:before {
  opacity: 0;
}

.header-menu li li li li a:before {
  background: #008bd2;
  height: 1px;
  left: 1em;
  width: 6px;
}

.header-menu li li li a:before {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  pointer-events: none;
  top: 13px;
  width: 3px;
}

.header-menu li li li[data-child] a:before {
  display: none;
}

.container-top {
  background: #ebebeb;
}

.header-first-row {
  box-sizing: border-box;
  justify-content: flex-end;
  margin: 0 auto;
  max-width: 1920px;
  padding: 18px 50px; 
  width: 100%;
}

.header-first-row, .header-second-row {
   -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.header-search {
  box-sizing: border-box;
  font-size: 0;
  margin-right: 20px;
}

.header-search .header-search-submit {
  background: none;
  border: none;
  cursor: pointer;
  display: inline-block;
  font-size: 0;
  padding: 5px 6px 9px;
  position: relative;
}

.header-search .header-search-submit:before {
  color: #222;
  content: "\e902";
  font-size: 18px;
}

.header-search .search-content {
  display: inline-block;
  position: relative;
}

.header-search .search-content:after, .header-search .header-search-submit:after {
  background: #303031;
  bottom: 4px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.header-search .search-content.invalid:after, .header-search .header-search-submit.invalid:after {
  background: #c42c21;
}

.header-search .search-content:after {
  left: 5px;
}

.header-search .search-text {
  border: none;
  background: none;
  color: #000000;
  font-size: 16px;
  letter-spacing: -0.5px;
  outline: none;
  padding: 6px 5px;
  width: 170px;
}

.header-search ::placeholder {
  color: #8b8b8b;
  font-size: 16px;
  letter-spacing: -0.5px;
}

.header-search input[type="text"]::-moz-placeholder {
  opacity: 1;
}

.header-contact {
  margin-right: 8px;
}

.header-contact ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.header-contact li {
  display: inline-block;
}

.header-contact a {
  color: #8b8b8b;
  display: block;
  font-size: 16px;
  letter-spacing: -0.3px;
  padding: 6px 16px 7px 38px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.header-contact a:hover,
.header-contact a:focus {
  color: #000000;
}

.header-contact .phone-icon:before, .header-contact .mail-icon:before {
  color: #222;
  font-size: 20px;
  left: 7px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.header-contact .phone-icon:before {
  content: "\e904";
}

.header-contact .mail-icon:before {
  content: "\e901";
  font-size: 16px;
}

.header-lang {
  position: relative;
  -ms-preffered-size: 45px;
  flex-basis: 45px;
  max-width: 45px;
}

.header-lang ul {
  border: 1px solid #000000;
  border-top: none;
  font-size: 0;
  height: 26px;
  position: absolute;
  overflow: hidden;
  top: -15px;
  transition: height 0.2s linear;
  width: 100%;
}

.header-lang ul:before {
  background: #000000;
  content: "";
  height: 1px;
  left: 20px;
  position: absolute;
  right: 0;
  top: 0;
  transition: left 0.2s linear;
}

.header-lang ul:hover:before {
  left: 0;
}

.header-lang ul:after {
  border: 2px solid #8b8b8b;
  content: "";
  border-left: none;
  border-top: none;
  height: 6px;
  right: 9px;
  position: absolute;
  top: 9px;
  transform: rotate(45deg);
  transition: border-color 0.2s linear;
  width: 6px;
}

.header-lang ul:hover:after {
  border-color: #000000;
}

.header-lang ul:hover,
.header-lang ul:focus-within {
  height: 56px;
  z-index: 10;
}

.header-lang .active,
.header-lang .dropdown {
  background: none;
  border: none;
  color: #8b8b8b;
  cursor: pointer;
  display: block;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  padding: 6px 22px 4px 6px;
  text-decoration: none;
  transition: color 0.2s linear;
}

.header-lang .active:hover,
.header-lang .active:focus,
.header-lang .dropdown:hover,
.header-lang .dropdown:focus {
  color: #000000;
}

.header-content .slides {
  height: 680px;
  margin: 0 auto;
  max-width: 1920px;
  overflow: hidden;
  position: relative;
  width: 100%;
}

.header-content .slide {
  box-sizing: border-box;
  height: 100%;
  margin: 0 auto;
  opacity: 0;
  position: absolute;
  transition: opacity 0.5s 1s;
  width: 100%;
  z-index: 0;
}

.header-content .slide.compsoul-prev,
.header-content .slide.compsoul-next {
  z-index: 0
}

.header-content .slide {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.header-content .slide.compsoul-first {
  transition: unset;
}

.header-content .slide.compsoul-active {
  opacity: 1;
  z-index: 1;
}

.header-content .slide .slide-description {
  letter-spacing: -0.9px;
  line-height: 0.89;
  width: 1330px;
  z-index: 1;
}

.header-content .slide-description {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.header-content .slide .slide-heading {
  font-size: 50px;
  font-weight: 600;
  -ms-preffered-size: 600px;
  flex-basis: 600px;
  max-width: 600px;
  position: relative;
  text-transform: uppercase;
}

.header-content .slide .slide-heading span {
  display: block;
  font-weight: 400; 
  margin-top: 32px;
  text-transform: none;
}

.header-content .slide.compsoul-prev .slide-description-content,
.header-content .slide.compsoul-next .slide-description-content {
  opacity: 0;  
  transition: opacity 0.5s 0s;
}

.header-content .slide.compsoul-active .slide-description-content {
  opacity: 1;
  transition: transform 0.5s 1s;
}

.header-content .slide.compsoul-first .slide-description-content {
  transition: unset;
}


.header-content .slide .slide-description-content {
  position: relative;
}

.header-content .slide .slide-description-content.description-content-featured:after {
  background: #008bd2;
  bottom: -69px;
  content: "";
  height: 12px;
  left: 0;
  position: absolute;
  width: 204px;
}

.header-content .slide .slide-img-col {
  position: relative;
  transform: translate3d(200%, 0, 0);
  transition: transform 0.5s 0s, opacity 0.5s 0s;
}

.header-content .slide .slide-img .slide-img-logo {
  //background: #ffffff;
  bottom: 32px;
  width: 200px;
  padding: 16px;
  position: absolute;
  right: 32px;
  transform: unset;
}

.header-content .slide .slide-img .slide-img-logo:before,
.header-content .slide .slide-img .slide-img-logo:after {
  bottom: 0;
  border-right: 2px solid #008bd2;
  border-top: 2px solid #008bd2;

  left: 50%;
  position: absolute;
  right: 0;
  top: 0;
}

.header-content .slide .slide-img .slide-img-logo:after {
  border: none;
  border-left: 2px solid #008bd2;
  border-bottom: 2px solid #008bd2;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
}

.header-content .slide .slide-img .slide-img-logo img {
  display: block;
  position: static;
  transition: unset;
  max-height: unset;
  max-width: unset;
  transform: unset;
  width: 100%;
}

.header-content .slide.compsoul-active .slide-img-col {
  transform: translate3d(0, 0, 0);
  transition: transform 0.5s 1s;
}

.header-content .slide.compsoul-first .slide-img-col,
.header-content .slide.compsoul-first .slide-img-logo {
  transition: unset;
}

.header-content .slide.compsoul-prev .slide-img-col,
.header-content .slide.compsoul-next .slide-img-col  {
  opacity: 0;
}

.header-content .slide > figure {
  background: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 0;
}

.header-content .slide .slide-img {
  height: 100%;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  text-align: end;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  width: 100%;
}

.header-content .slide .slide-img img {
  bottom: 0;
  display: block;
  left: 50%;
  margin: 0 auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  transform: translate(-50%, 0);
}

.header-content .slide .slide-img-col {
  -ms-preffered-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
  height: 100%;
}

.header-content .arrows .prev, .header-content .arrows .next {
  background: none;
  border: none;
  cursor: pointer;
  padding: 32px;
  position: absolute;
  top: 33%;
  z-index: 1; 
}

.header-content .arrows .prev {
  left: 50px;
}

.header-content .arrows .prev:after, 
.header-content .arrows .next:after {
  color: #000000;
  content: "\e907";
  font-size: 70px;
  transition: color 0.2s linear;
}

.header-content .arrows .prev:hover:after, 
.header-content .arrows .prev:focus:after, 
.header-content .arrows .next:hover:after,
.header-content .arrows .next:focus:after {
  color: #008bd2;
}

.header-content .arrows .next:after {
  content: "\e906";
}

.header-content .arrows .next {
  right: 30px;
}

.slider-nav {
  bottom: 0;
  box-sizing: border-box;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

.slider-nav ul {
  background: #ffffff;
  font-size: 0;
  margin: 0;
  padding: 30px 0 23px 20px;
  position: relative;
  width: 672px;
}

.slider-nav ul:after {
  background: #ffffff;
  bottom: 0;
  content: "";
  left: -100vw;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.slider-nav li {
  cursor: pointer;
  display: inline-block;
}

.slider-nav button {
  background: none;
  border: none;
  color: #cdcdcd;
  cursor: pointer;
  font-size: 20px;
  font-weight: 700;
  margin-right: 15px;
  overflow: hidden;
  padding: 6px 40px 16px 4px;
  pointer-events: none;
  position: relative;
  transition: color 0.2s linear;
}

.slider-nav li:hover button:before,
.slider-nav button:focus:before {
  transform: scaleY(4);
}

.slider-nav button:before {
  background: #cdcdcd;
  bottom: 4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transition: transform 0.2s linear;
  transform-origin: bottom;
}

.slider-nav button:after {
  animation-play-state: paused;
  background: #008bd2;
  bottom: 4px;
  content: "";
  height: 8px;
  left: 0;
  opacity: 0;
  position: absolute;
  transform: translate(-100%, 0);
  transition: opacity 0.2s;
  width: 100%;
  z-index: 1;
}

.slider-nav .compsoul-active button {
  color: #008bd2;
}

.slider-nav .compsoul-active .compsoul-active:after {
  animation: compsoul-slide-timeline 5s linear forwards;
  animation-play-state: running;
  opacity: 1;
}


.header .slides:hover .slider-nav .compsoul-animation:after {
  animation-play-state: paused;
}

.header .slides:hover .slider-nav .compsoul-unset:after {
  animation: unset;
}


@keyframes compsoul-slide-timeline {
  from {
    transform: translate(-100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.slider-nav .compsoul-active button:before {
  left: 0;
  right: 0px;
  transform: scaleY(4);
}

.slider-nav .compsoul-first button:before {
  transition: unset;
}

.slider-nav .compsoul-active button:before {
  right: 0px;
}

.header-content .heading {
  max-width: 600px;
}

.main {
  padding-top: 82px;
}

.about {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.about {
  margin: 0 auto 132px;
  max-width: 1920px;
  width: calc(100% - 76px);
}

.about .about-description {
  align-self: center;
  -ms-preffered-size: 26%;
  flex-basis: 26%;
  max-width: 26%;
  margin: 0 auto;
}

.about .heading:not(:last-child) {
  margin-bottom: 49px;
}

.about-content {
  line-height: 1.35;
}

.about-content .heading-second:not(:last-child) {
  margin-bottom: 50px;
}

.about h3 + button {
  margin-top: 0;
}

.about .button {
  margin-top: 49px;
}

.about figure {
  -ms-preffered-size: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.news {
  padding-bottom: 195px;
  position: relative;
}

.news aside {
  min-height: 625px;
  position: relative;
  transition: height 0.4s 0.4s linear;
}

.news-top {
  box-sizing: border-box;
  margin: 0 auto 77px;
  max-width: 1920px;
  padding: 0 282px;
}

.news-top .heading {
  -ms-preffered-size: 475px;
  flex-basis: 475px;
  max-width: 475px;
}

.news-tabs {
  flex: 1;
}

.news-tab {
  background: #fff;
  left: 50%;
  min-height: 625px;
  max-width: 1920px;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  transform: translate3d(-50% ,0, 0);
  transition: opacity 0.4s 0.4s linear;
  width: 100%;
  z-index: -1;
}

a.button-fourth {
   border: 1px solid #000000;
   border-top: 0;
   color: #8b8b8b;
   display: inline-block;
   font-size: 22px;
   padding: 18px 24px;
   position: relative;
}

.button-fourth:after {
  background: #000000;
  content: "";
  height: 1px;
  position: absolute;
  top: 0;
  right: 0;
  left: 50px;
  transition: left 0.2s;
}

a.button-fourth:hover {
  color: #000000;
}

a.button-fourth:hover:after {
  left: 0;
}

.slide .button-fourth {
  margin-top: 32px;
}

.news-tab > .button-fourth {
  bottom: -64px;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 1;
}

.news-tab.active {
  opacity: 1;
  pointer-events: all;
  transition: opacity 0.4s linear;
  z-index: 1;
}

.news-tab.first {
  transition: unset;
}

.tabs-row {
   -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.news-tabs ul {
  font-size: 0;
  margin: 0;
  min-height: 53px;
  padding: 0;
}

.news-tabs li {
  display: inline-block;
  position: relative;
}

.news-tabs li:after, .news-tabs li:before {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transition: background 0.4s linear;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.news-tabs li:after {
  left: 3px;
}

.news-tabs li:first-of-type:after {
  opacity: 0;
}

.news-tabs li:before {
  right: 3px;
}

.news-tabs li:last-of-type:before {
  opacity: 0;
}

.news-tabs button {
  background: none;
  border: none;
  color: #00000030;
  cursor: pointer;
  font-size: 22px;
  font-weight: 400;
  letter-spacing: -0.026em;
  outline: none;
  padding: 0.5em 1em;
  position: relative;
  transition: color 0.2s linear;
}

.news-tabs button:hover,
.news-tabs button:focus {
  color: #000000;
}

.news-tabs button.active { 
  color: #000000;
}

.news-tabs button:before,
.news-tabs button:after {
  bottom: 0px;
  content: "";
  height: 1px;
  opacity: 0;
  position: absolute;
  opacity: 0;
  transition: left 0.2s linear, opacity 0.2s linear;
}

.news-tabs button:before {
  background: #ffffff;
  left: 70%;
  width: 10px;
  z-index: 1;
}

.news-tabs button:after {
  background: #000000;
  left: 1em;
  right: 1em;
}

.news-tabs button.active:before,
.news-tabs button.active:after {
  opacity: 1;
}

.news .carousel-nav {
  bottom: -14px;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
  z-index: 1;
}

.news-nav {
  background: #fff;
  min-height: 625px;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.carousel-item.compsoul-active {
  opacity: 1;
  transition: opacity 0.4s linear;
  z-index: 1;
}


.carousel-item.compsoul-prev, 
.carousel-item.compsoul-next {
  transition: opacity 0.4s 0.4s linear;
}

.carousel-item.compsoul-first {
  transition: unset;
}

.offer {
  background: #ebebeb;
  overflow: hidden;
  padding: 145px 0 60px;
}

.offer-description {
  box-sizing: border-box;
  float: left;
  margin: 0 115px 0 0;
  padding: 9px 11px;
  width: 420px;
}

.offer .heading {
  margin-bottom: 45px;
}

.offer .heading-second {
  margin-bottom: 58px;
}

.offer-content {
  line-height: 1.35;
}

.offer-nav ul {
  font-size: 0;
  margin: 2px 0 0;
  padding: 0;
}

.offer-nav li {
  display: inline-block;
  vertical-align: top;
  margin: 0px 18.5px 18px 0;
}

.offer-nav a {
  align-items: center;
  background: #ffffff;
  color: #000000;
  display: flex;
  font-size: 20px;
  font-weight: 600;
  height: 100px;
  justify-content: center;
  letter-spacing: 0.1px;
  line-height: 1.2;
  outline: none;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 250px;
}

.offer-main .offer-nav a {
  background: #ebebeb;
}

.offer-nav a * {
  pointer-events: none;
}

.offer-nav a:hover {
  color: #000000;
}

.offer-nav a:after {
  align-items: center;
  background: #008bd2;
  color: #ffffff;
  content: attr(data-text);
  display: flex;
  height: 100%;
  justify-content: center;
  position: absolute;
  pointer-events: none;
  left: 0;
  transform: translate3d(0, -100%, 0);
  transition: transform 0.4s linear;
  top: 0;
  width: 100%;
  will-change: transform;
}

.offer-nav a.mosaic-top:after, .offer-nav a.mosaic-mouseover-top:after {
  transform: translate3d(0, -100%, 0);
}

.offer-nav a.mosaic-top.mosaic-left:after, .offer-nav a.mosaic-mouseover-top.mosaic-mouseover-left:after {
  transform: translate3d(-100%, -100%, 0);
}

.offer-nav a.mosaic-top.mosaic-right:after, .offer-nav a.mosaic-mouseover-top.mosaic-mouseover-right:after {
  transform: translate3d(100%, -100%, 0);
}

.offer-nav a.mosaic-bottom:after, .offer-nav a.mosaic-mouseover-bottom:after {
  transform: translate3d(0, 100%, 0);
}

.offer-nav a.mosaic-bottom.mosaic-left:after, .offer-nav a.mosaic-mouseover-bottom.mosaic-mouseover-left:after {
  transform: translate3d(-100%, 100%, 0);
}

.offer-nav a.mosaic-bottom.mosaic-right:after, .offer-nav a.mosaic-mouseover-bottom.mosaic-mouseover-right:after {
  transform: translate3d(100%, 100%, 0);
}

.offer-nav a.mosaic-left:after, .offer-nav a.mosaic-mouseover-left:after {
  transform: translate3d(-100%, 0, 0);
}

.offer-nav a.mosaic-right:after, .offer-nav a.mosaic-mouseover-right:after {
  transform: translate3d(100%, 0, 0);
}

.offer-nav a.mosaic-top:hover:after, .offer-nav a.mosaic-top.mosaic-left:hover:after, .offer-nav a.mosaic-top.mosaic-right:hover:after,
.offer-nav a.mosaic-bottom:hover:after, .offer-nav a.mosaic-bottom.mosaic-left:hover:after, .offer-nav a.mosaic-bottom.mosaic-right:hover:after,
.offer-nav a.mosaic-left:hover:after, .offer-nav a.mosaic-right:hover:after, .offer-nav a:focus:after {
  transform: translate3d(0, 0, 0);
}

.offer-nav a.mosaic-unset:after {
  animation: unset !important;
  transition: none !important;
}

.brands {
  background: #ebebeb;
  padding: 60px 0 113px;
  position: relative;
}

.brands .carousel-wrapper {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.brands .carousel-container {
  overflow: hidden;
}

.brands .heading {
  margin-bottom: 49px;
}

.brands ul {
  font-size: 0;
  margin: 0 -33px;
  padding: 0;
  transition: transform 0.2s linear;
}

.brands ul {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  flex-wrap: nowrap;
}

.brands li {
  -ms-preffered-size: 16.66%;
  flex-basis: 16.66%;
  max-width: 16.66%;
}

.brands a {
  display: block;
  width: 100%;
}

.brands a img {
  box-sizing: border-box;
  padding: 33px 34px;
  width: 100%;
}

.brands-prev, 
.brands-next {
  background: none;
  border: none;
  cursor: pointer;
  height: 50px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, 50%, 0);
  transition: opacity 0.2s linear;
  width: 50px;
}

.brands:hover .active.brands-prev,
.brands:hover .active.brands-next {
  opacity: 1;
  pointer-events: all
}

.brands-prev {
  left: 100px;
}

.brands-next {
  right: 100px;
}

.brands-next:after,
.brands-prev:after {
  font-size: 50px;
  transition: color 0.2s linear;
}

.brands-next:after {
  content: "\e906";
}

.brands-prev:after {
  content: "\e907";
}

.brands-next:hover:after,
.brands-prev:hover:after {
  color: #008bd2;
}

.installations {
  padding: 138px 0 164px;
}

.installations .heading {
  margin-bottom: 86px;
}

.installations .carousel {
  margin: 0 auto;
  max-width: 1920px;
  position: relative;
}

.installations-nav {
  background: #ffffff;
  text-align: center;
}

.installations .button-fourth{
  margin-top: 64px;
}

.footer {
  background: #ebebeb;
}

.footer-row-container {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.footer-row {
  flex-flow: row;
}

.footer-first-col {
  -ms-preffered-size: 45%;
  flex-basis: 45%;
  max-width: 1000px;
  padding: 45px 53px 53px;
}

.footer-logo {
  margin-bottom: 66px;
}

.footer-logo a {
  text-decoration: none;
}

.footer-logo .logo-slogan {
  color: #000000;
  display: inline-block;
  font-size: 30px;
  font-weight: 600;
  letter-spacing: -0.2px;
  line-height: 1.2;
  margin: 0 0 0 44px;
  position: relative;
}

.footer-logo .logo-slogan:before {
  background: #008bd2;
  content: "";
  left: -21px;
  height: 26px;
  top: 50%;
  position: absolute;
  transform: translate3d(0, -50%, 0);
  width: 1px;
}

.footer-logo .logo-img {
  -ms-preffered-size: 190px;
  flex-basis: 190px;
  max-width: 190px;
}

.footer-menu {
  box-sizing: border-box;
  position: relative;
  width: 100%;
} 

.footer-menu ul {
  font-size: 0;
  flex-direction: column;
  height: 300px;
  margin: 0 0 0 auto;
  width: 545px;
  padding: 0;
} 

.footer-menu li {
  margin: 0;
}

.footer-menu a {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: 0;
  min-width: 190px;
  padding: 14px 16px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.footer-menu a:hover,
.footer-menu a:focus {
  color: #008bd2;
}

.footer-menu a:before,
.footer-menu a:after {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  pointer-events: none;
  transition: background 0.4s linear;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.footer-menu a:before {
  left: 17px;
}

.footer-menu a:after {
  left: 24px;
}

.footer-second-col {
  background: #008bd2;
  -ms-preffered-size: 55%;
  flex-basis: 55%;
  margin-top: -29px;
  max-width: 1100px;
  padding: 120px 111px 101px;
}

.footer-contact ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.footer-contact a {
  color: #ffffff;
  display: block;
  font-size: 24px;
  margin-bottom: 24px;
  padding: 20px 12px 20px 83px;
  position: relative;
  text-decoration: none;
}

.footer-contact a:hover,
.footer-contact a:focus {
  color: #ffffff;
}

.footer-contact .phone-icon:before,
.footer-contact .mail-icon:before {
  color: #ffcc00;
  position: absolute;
  font-size: 53px;
  left: 0;
  top: 0;
  transition: color 0.2s linear;
}

.footer-contact .phone-icon:hover:before,
.footer-contact .mail-icon:hover:before,
.footer-contact .phone-icon:focus:before,
.footer-contact .mail-icon:focus:before {
  color: #ffffff;
}

.footer-contact .phone-icon:before {
  content: "\e904";
  transform: translate3d(0, 50%, 0);
}

.footer-contact .mail-icon:before {
  content: "\e901";
  font-size: 38px;
  transform: translate3d(0, -50%, 0);
  top: 50%;
}

.footer-contact a span {
  display: block;
  font-size: 16px;
  margin-top: 10px;
}

.footer-social {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  flex-flow: row wrap;
}

.footer-social .social-heading {
  color: #ffffff;
  font-size: 24px;
  flex: 1;
  margin: 0 0 12px;
  width: 100%;
}

.footer-social ul {
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.footer-social li {
  display: inline-block;
  margin: 0 8px 0 0;
}

.footer-social a {
  display: block;
  height: 54px;
  position: relative;
  text-decoration: none;
  width: 54px;
}

.footer-social .facebook-icon:before,
.footer-social .youtube-icon:before,
.footer-social .linkedin-icon:before,
.footer-social .instagram-icon:before {
  color: #ffcc00;
  content: "\e900";
  font-size: 38px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: color 0.2s linear;
}

.footer-social .facebook-icon:hover:before,
.footer-social .youtube-icon:hover:before,
.footer-social .facebook-icon:focus:before,
.footer-social .youtube-icon:focus:before,
.footer-social .linkedin-icon:hover:before,
.footer-social .instagram-icon:hover:before,
.footer-social .linkedin-icon:focus:before,
.footer-social .instagram-icon:focus:before {
  color: #ffffff;
}

.footer-social .youtube-icon:before {
  content: "\e905";
  font-size: 38px;
}

.footer-social .linkedin-icon:before {
  content: "\e908";
  font-size: 38px;
}

.footer-social .instagram-icon:before {
  content: "\e909";
  font-size: 38px;
}

.footer-third-col {
  flex: 1;
  margin-right: 76px;
}

.footer-form {
  padding-top: 17px;
}

.footer-form .heading-third {
  margin-bottom: 48px;
}

.footer-form fieldset {
  position: relative;
}

.footer-form .fieldset-line:after {
  background: #ffffff;
  bottom: 15px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 0;
}

.footer-form .fieldset-line.invalid:after {
  background: #c42c21;
}

.footer-form input, .footer-form textarea {
  background: none;
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 20px;
  margin-bottom: 18px;
  padding: 8px 12px;
  width: 315px;
}

.footer-form textarea {
  height: 39px;
  margin-bottom: 23px;
  resize: none;
  transition: height 0.2s linear;
}

.footer-form textarea:focus {
  height: 140px;
}

.footer-form ::placeholder {
  color: #ffffff;
  font-size: 20px;
}

.footer-form input[type="text"]::-moz-placeholder, .footer-form textarea::-moz-placeholder {
  opacity: 1;
}

.footer .contact-message .heading {
  color: #ffffff;
}

.contact-message {
  box-sizing: border-box;
  color: #ffffff;
  -ms-preffered-size: 315px;
  flex-basis: 315px;
  max-width: 315px;
  padding-top: 17px;
}

.footer-submit {
  float: right;
  padding-right: 43px;
}

.footer-submit span:after, .footer-submit span:before {
  content: "";
  height: 2px;
  position: absolute;
  right: 8px;
  width: 12px;
}

.footer-submit span:after {
  top: 16px;
  transform: rotate(41deg);
}

.footer-submit span:before {
  top: 24px;
  transform: rotate(-49deg);
}

.footer-bottom {
  padding: 10px 35px 12px;
  text-align: right;
}

.footer .compsoul {
  color: #00000030;
  display: inline-block;
  font-size: 20px;
  font-weight: 600;
  letter-spacing: -0.3px;
  padding: 12px;
  text-decoration: none;
  transition: color 0.2s linear;
}

.footer .compsoul:hover,
.footer .compsoul:focus {
  color: #000000;
}

button.transfer-button {
  background: #008bd2;
  bottom: 68px;
  border: none;
  cursor: pointer;
  color: #ffffff;
  font-size: 24px;
  height: 32px;
  outline: none;
  right: 38px;
  position: fixed;
  width: 32px;
  z-index: 2;
}

button.transfer-button:after {
  border: 2px solid #ffffff;
  border-bottom: none;
  border-left: none;
  content: "";
  height: 8px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -30%, 0) rotate(-45deg);
  width: 8px;
}

.header-second {
  margin-bottom: 0;
  padding-bottom: 38px;
}

.header-second .header-top {
  margin-bottom: 83px;
}

.heading-fourth {
  font-size: 53px;
  letter-spacing: -0.2px;
}

.main-second {
  padding-top: 0;
}

.timeline-item-content {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.timeline-item-content {
  margin: 0 0 0 auto;
  width: 779px;
}

.timeline-item:nth-child(even) .timeline-item-content {
  margin: 0 auto 0 0;
}

.timeline .heading {
  margin-bottom: 49px;
}

.timeline-description {
  box-sizing: border-box;
  line-height: 1.35;
  padding: 0;
}

.timeline-description:not(:last-child) {
  margin-bottom: 315px;
} 

.timeline-item {
  box-sizing: border-box;
  height: 537px;
  overflow: hidden;
  margin-top: -185px;
  padding: 0;
  position: relative;
  width: 100%;
} 

.timeline-item:nth-child(even) {
  padding-left: 96px;
}

.timeline-item-description {
  line-height: 1.3;
  -ms-preffered-size: 50.8%;
  flex-basis: 50.8%;
  max-width: 50.8%;
}

.timeline-item-description .heading {
  margin-bottom: 5px;
}

.timeline-item-img {
  background: no-repeat center center #008bd2;
  background-size: cover;
  border-radius: 50%;
  -ms-preffered-size: 42%;
  flex-basis: 42%;
  height: 327px;
  max-width: 42%;
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
  position: relative;
}

.timeline-item-img:after {
  border: 2px solid #008bd2;
  bottom: 0;
  border-radius: 50%;
  content: "";
  left: 0px;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0px;
  transition: opacity 0.8s linear;
}

.timeline-item.active .timeline-item-img:after {
  opacity: 1;
}

.timeline-item-img img {
  border-radius: 50%;
  max-width: 100%;
}

.timeline-after {
  bottom: 0;
  height: 350px;
  overflow: hidden;
  position: absolute;
  right: 0;
  width: 100%;
}

.timeline-after:before {
  background: #ffffff;
  bottom: 0;
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 641px;
  z-index: -1;
}

.timeline-after:after {
  bottom: 0px;
  border-top: 2px solid #ebebeb;
  border-right: 2px solid #008bd2;
  border-left: 2px solid #ffffff00;
  border-bottom: 2px solid #ffffff00;
  border-radius: 50%;
  content: "";
  height: 680px;
  left: calc(50% + 17px);
  position: absolute;
  transform: translate(-50%, 50%) rotate(-45deg);
  transition: 0.8s linear;
  width: 680px;
  z-index: -3;
}

.timeline-item:nth-child(even) .timeline-after:after {
  transform: translate(-50%, 0%) rotate(-135deg);
}

.timeline-item:nth-child(even).active .timeline-after:after {
  transform: translate(-50%, 0%) rotate(-225deg);
}

.timeline-item.active .timeline-after:after {
  transform: translate(-50%, 50%) rotate(-135deg);
}

.timeline-item:last-of-type .timeline-after:after {
  display: none;
}

.team-featured {
  background: #ebebeb;
  padding: 143px 0 168px;
}

.team-featured-second {
  background: #fff;
}

.team-featured-row {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.team-featured-description {
  line-height: 1.35;
  -ms-preffered-size: 40%;
  flex-basis: 40%;
  max-width: 40%;
  padding: 25px 0 0 0;
}

.team-featured-description .heading {
  margin-bottom: 41px;
}

.team-featured-cards {
  -ms-preffered-size: 49.3%;
  flex-basis: 49.3%;
  max-width: 49.3%;
}

.team-featured-card .heading-second + .team-featured-contact {
  margin-top: 32px;
}

.team-featured-cards-content {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.team-featured-cards-content.content li:before {
  display: none;
}

.team-featured-cards .team-featured-card-img {
  background-size: cover;
  height: 356px;
  margin-bottom: 33px;
  width: 316px;
}

.team-featured-card-img {
  background: top center no-repeat;
  background-size: contain;
}

.team-featured-cards .heading-second {
  margin-bottom: 0px;
}

.content .team-featured-details li {
  padding: 0;
}

.content .team-featured-contact li {
  padding: 0;
}

.team-featured-contact a {
  color: #000000;
  display: block;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.team-featured-contact a:hover,
.team-featured-contact a:focus {
  color: #008bd2;
}

.team-featured-contact a:before {
  color: #008bd2;
  font-size: 17px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.team-featured-contact .mail-icon:before {
  content: "\e901";
}

.team-featured-contact .phone-icon:before {
  content: "\e904";
  font-size: 23px;
}

.contact-map {
  height: 571px;
  margin-bottom: 126px;
  width: 100%;
}

.contact-map iframe {
  border: 0;
  frameboard: 0;
  height: 100%;
  width: 100%;
}

.contact-container { 
  margin-bottom: 108px;
}

.contact-container .heading {
  margin-bottom: 42px;
}

.contact-container.content ul li:before {
  display: none;
}

.contact-row {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.contact-description {
  line-height: 1.35;
  -ms-preffered-size: 34%;
  flex-basis: 34%;
  max-width: 34%;
}

.contact-details {
  line-height: 1.35;
  flex-basis: 22%;
  max-width: 22%;
}

.contact-details .heading-second {
  margin-bottom: 21px;
}

.contact-details span {
  display: block;
}

.contact-links {
  -ms-preffered-size: 15%;
  flex-basis: 15%;
  max-width: 15%;
}

.contact-links ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.contact-links ul li {
  padding: 0;
}

.contact-links a {
  color: #000000;
  display: block;
  font-size: 20px;
  padding: 0 9px 0 35px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.contact-links a:hover,
.contact-links a:focus {
  color: #008bd2;
} 

.contact-links .phone-icon:before {
  color: #008bd2;
  content: "\e904";
  font-size: 23px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.contact-links .mail-icon {
  padding-left: 38px;
}

.contact-links .mail-icon:before {
  color: #008bd2;
  content: "\e901";
  font-size: 16px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.contact-social {
  -ms-preffered-size: 11%;
  flex-basis: 11%;
  max-width: 11%;
}

.contact-social ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.contact-social ul li {
  margin: 0 0 12px;
  padding: 0;
  position: relative;
}

.contact-social ul li:first-of-type:before {
  opacity: 0;
}

.contact-social ul li:after {
  bottom: -6px;
}

.contact-social ul li:last-of-type:after {
  opacity: 0;
}

.contact-social a {
  box-sizing: border-box;
  color: #008bd2;
  display: block;
  text-align: center;
  text-decoration: none;
}

.contact-social .youtube:after, .contact-social .facebook:after,
.contact-social .linkedin:after, .contact-social .instagram:after {
  transition: color 0.2s linear;
}

.contact-social .youtube:after {
  content: "\e905";
  font-size: 36px;
}

.contact-social .facebook:after {
  bottom: 0;
  content: "\e900";
  font-size: 40px;
}

.contact-social .linkedin:after {
  bottom: 0;
  content: "\e908";
  font-size: 40px;
}

.contact-social .instagram:after {
  bottom: 0;
  content: "\e909";
  font-size: 40px;
}

.contact-social .youtube:hover:after,
.contact-social .facebook:hover:after,
.contact-social .youtube:focus:after,
.contact-social .facebook:focus:after {
  color: #ffcc00;
}

.contact-form {
  background: #008bd2;
  margin-bottom: 100px;
  padding: 133px 0px 85px;
}

.contact-form .container {
  box-sizing: border-box;
  padding: 0;
}

.contact-form .heading-second, .contact-form .heading {
  color: #ffffff;
  display: inline-block;
  margin: 0 0 21px 18px;
}

.contact-form .heading-second {
  margin-bottom: 77px;
}

.contact-form .contact-message {
  max-width: 100%
}

.contact-form .contact-message .heading-second {
  margin-bottom: 32px
}

.contact-form .contact-message p {
  font-size: 24px;
  margin-left: 18px;
}

.contact-form-row {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.contact-fieldset {
  -ms-preffered-size: 29%;
  flex-basis: 29%;
  max-width: 29%;
}

.contact-fieldset-second {
  -ms-preffered-size: 67.5%;
  flex-basis: 67.5%;
  max-width: 67.5%;
  vertical-align: top;
}

.contact-fieldset label, .contact-fieldset-second label {
  color: #ffffff;
  display: block;
  font-size: 20px;
  margin-bottom: 6px;
}

.contact-input, .contact-textarea {
  background: repeating-linear-gradient(
    -45deg,
    #3bbeff,
    #3bbeff 0.5px,
    #008bd2 0.5px,
    #008bd2 7px,
    #3bbeff 7.5px,
    #3bbeff 7.5px
  );
  border: none;
  box-sizing: border-box;
  color: #ffffff;
  font-size: 30px;
  margin-bottom: 31px;
  padding: 8px;
  width: 100%;
}

.contact-input {
  height: 52px;
}

.contact-textarea {
  min-height: 272px;
  margin-bottom: 30px;
}

.contact-form-button {
  float: right;
  min-width: 180px;
  text-align: left;
}

.header-second .heading:not(:last-child) {
  margin-bottom: 55px;
}

.header-second p:last-child {
  margin-bottom: 60px;
}

.main-third {
  padding: 135px 0;
}

.team {
  position: relative;
  transition: height 0.2s linear;
}

.team .tab-nav {
  left: 0;
  max-width: 850px;
  overflow: hidden;
  position: absolute;
  top: 120px;
  transition: height 0.2s linear;
  z-index: 2;
}

.team .tab-nav .tab-list {
  font-size: 0;
  margin: 0;
  padding: 0;
  width: 100%;
}

.team .tab-nav .tab-list {
  -webkit-flex-direction: column;
  flex-direction: column;
}

.team .tab-item button {
  background: none;
  border: none;
  color: #000000;
  cursor: pointer;
  display: block;
  font-size: 20px;
  outline: none;
  padding: 6px 12px 6px 24px;
  position: relative;
  text-align: left;
  transition: color 0.2s linear;
}

.team .tab-item button:hover,
.team .tab-item button:focus,
.team .tab-item.active button {
  color: #008bd2;
}

.team .tab-item button:before {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 18px;
  transition: background 0.4s linear;
  width: 3px;
}

.team .tab-item.active span {
  box-sizing: border-box;
  display: table-cell;
  height: 116px;
  margin: auto 0 0 0;
  padding: 0 54px 6px 18px;
  position: relative;
  vertical-align: bottom;
  width: 100%;
}

.team .tab-item.active span:before,
.team .tab-item.active span:after {
  content: "";
  position: absolute;
}

.team-department {
  height: auto;
  padding-top: 170px;
  position: relative;
  margin: 0 0 0 350px;
}

.team-department {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.team-department-item {
  background: #ffffff;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  min-width: 100%;
  top: 0;
  transition: opacity 0.2s 0.2s linear;
  z-index: -1;
}

.team-department-item.active {
  opacity: 1;
  position: inherit;
  pointer-events: all;
  transition: opacity 0.2s linear;
  z-index: 1;
}

.team-department-item.active {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.team-department-container {
  box-sizing: border-box;
  margin: 0;
  padding-left: 350px;
  width: 100%;
}

.team-card {
  display: inline-block;
  margin: 0 18px 80px 0;
  vertical-align: top;
}

.team-card:nth-child(3n) {
  margin-right: 0;
}

.content .team-card-img {
  background: top center no-repeat;
  background-size: cover;
  height: 356px;
  margin-bottom: 34px;
  width: 316px;
}

.team-department-item .heading {
  min-height: 100px;
  line-height: 1;
  position: relative;
}

.team-department-item .heading:after {
  display: none;
}

 .team-department-item .heading span {
  bottom: 0;
  position: absolute;
}

.team-department-item .heading span:after {
  background: #ffcc00;
  content: "";
  display: inline-block;
  height: 11px;
  margin-left: 14px;
  width: 83px;
}

.team-department-item .heading span:before {
  background: #000000;
  bottom: -8px;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  right: 97px;
}

.team-department-item .heading-second {
  margin-bottom: 0px;
}

.team-card .heading-second + .team-contact-list {
  margin-top: 60px;
}

.team-card p:not(:last-child) {
  margin-bottom: 27px;
}

.team-contact {
  color: #000000;
  display: block;
  padding-left: 40px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.team-contact:hover,
.team-contact:focus {
  color: #008bd2;
}

.team-department-item.content li:before {
  display: none;
}

.team-department-item.content li {
  padding: 0;
}

.team-contact:before {
  color: #008bd2;
  content: "\e904";
  font-size: 23px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.team-contact.mail-icon:before {
  content: "\e901";
  font-size: 17px;
}

.header-third {
  margin: 0;
  padding-bottom: 54px;
}

.single-product {
  margin-bottom: 130px;
}

.single-product-header {
  background: #ebebeb;
  box-sizing: border-box;
  padding: 30px 239px 36px 67px;
  width: 100%;
}

.single-product-header {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.single-product-header .button {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: 0;
  order: -1;
}

.single-product-header .heading {
  -ms-preffered-size: 590px;
  flex-basis: 590px;
  max-width: 590px;
}

.product-container {
  box-sizing: border-box;
  margin: -17px auto 137px;
  padding: 0 231px 0 245px;
  width: 1799px;
}

.single-product-slider {
  float: left;
  margin: 0 131px 32px -12.76vw;
  height: 1020px;
  position: relative;
  width: 897px;
} 

.product-slides-container {
  height: 847px;
  margin-bottom: 30px;
  width: 100%;
}

.single-product-slider .slide {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s 0.2s linear;
  z-index: -1;
}

.single-product-slider .slide.compsoul-active {
  opacity: 1;
  transition: opacity 0.2s linear;
  z-index: 1;
}

.single-product-slider .slide.compsoul-first {
  transition: unset;
}

.single-product-slider .slide figure {
  background: center center no-repeat;
  background-size: contain;
  height: 847px;
  pointer-events: none;
  position: relative;
  width: 100%;
}

.single-product-slider .slide figure:after {
  bottom: 0;
  color: #999;
  content: "\e90f";
  font-size: 40px;
  right: 0;
  position: absolute;
}

.product-slider-nav {
  position: relative;
}

.product-slider-nav ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  transition: transform 0.2s linear;
}

.product-slider-nav li {
  cursor: pointer;
  display: inline-block;
  height: 127px;
}

.product-slider-nav li button {
  border: none;
  background: none;
  cursor: pointer;
  height: 127px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  margin: 0 4px;
  position: relative;
  width: 171px;
}

.product-slider-nav li button img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 100%;
  max-width: 100%;
}

.placeholder-thumb, .single-product-carousel-nav li button .placeholder-thumb {
  max-width: 60%;
}

.product-slider-nav li button:after {
  border: 2px solid #008bd2;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}

.product-slider-nav li:hover button:after,
.product-slider-nav li button:focus:after,
.product-slider-nav .compsoul-active button:after {
  opacity: 1;
}

.product-slider-prev, 
.product-slider-next {
  background: #008bd2;
  border: none;
  cursor: pointer;
  height: 42px;
  opacity: 0;
  outline: none;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.2s linear;
  width: 42px;
}

.product-slider-nav:hover .product-slider-prev.active,
.product-slider-nav:hover .product-slider-next.active {
  opacity: 1;
  pointer-events: all
}

.product-slider-prev {
  left: 6px;
}

.product-slider-next {
  right: 6px;
}

.product-slider-next:after,
.product-slider-prev:after {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.product-slider-next:after {
  content: "\e903";
}

.product-slider-next:before,
.product-slider-prev:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.product-slider-prev:after {
  content: "\e903";
  transform: rotate(180deg);
}

.product-slider-prev:before {
  left: 13px;
  transform: rotate(-45deg);
}

.single-product-description {
  box-sizing: border-box;
  padding-top: 108px;
}

.product-sub-description, .realization-sub-description {
  clear: both;
}

.single-product-description .heading-second {
  margin-bottom: 50px;
}

.content .margin-none {
  margin-bottom: 0px;
}

.content .long-content-text {
  margin-bottom: 50px;
}

.single-product-section {
  margin: 0 auto 133px;
  max-width: 1920px;
  width: calc(100vw - 48px);
}

.single-product-section {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.product-section-description {
  box-sizing: border-box;
  flex: 1;
}

.section-description-content { 
  margin: 0 auto;
  width: 493px;
}

.product-section-description .heading-second {
  margin-bottom: 27px;
  position: relative;
}

.product-section-description .heading-second:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -38px;
  width: 57px;
}

.single-product-carousel {
  -ms-preffered-size: 920px;
  flex-basis: 920px;
  height: 678px;
  max-width: 920px;
  position: relative;
}

.single-product-carousel .movie-slide {
  background: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s 0.4s linear;
  z-index: -1;
}

.single-product-carousel .movie {
  border: none;
  height: 519px;
  width: 100%;
}

.single-product-carousel .compsoul-active {
  opacity: 1;
  transition: opacity 0.4s linear;
  z-index: 1;
}

.single-product-carousel .compsoul-first {
  transition: unset;
}

.single-product-carousel-nav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.single-product-carousel-nav ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  transition: transform 0.2s linear;
}

.single-product-carousel-nav li {
  cursor: pointer;
  display: inline-block;
  height: 127px;
}

.single-product-carousel-nav li:hover button:after,
.single-product-carousel-nav li button:focus:after,
.single-product-carousel-nav .compsoul-active button:after {
  opacity: 1;
}

.single-product-carousel-nav li button {
  border: none;
  background: #008bd2;
  cursor: pointer;
  height: 127px;
  margin: 0 4px;
  padding: 0;
  outline: none;
  pointer-events: none;
  position: relative;
  width: 171px;
}

.single-product-carousel-nav li button:after {
  border: 2px solid #008bd2;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}

.single-product-carousel-nav li button img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  max-height: 100%;
  max-width: 100%;
}

.single-product-carousel-nav li button.carousel-nav-list-nocover {
  align-items: center;
  display: flex;
  justify-content: center;
}

.single-product-carousel-nav li button.carousel-nav-list-nocover:before {
  color: #ffcc00;
  content: "\e905";
  font-size: 36px;
}

.product-carousel-prev, 
.product-carousel-next {
  background: #008bd2;
  border: none;
  cursor: pointer;
  height: 42px;
  opacity: 0;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.2s linear;
  width: 42px;
}

.single-product-carousel-nav:hover .product-carousel-prev.active,
.single-product-carousel-nav:hover .product-carousel-next.active {
  opacity: 1;
  pointer-events: all
}

.product-carousel-prev {
  left: 6px;
}

.product-carousel-next {
  right: 6px;
}

.product-carousel-next:after,
.product-carousel-prev:after {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.product-carousel-next:after {
  content: "\e903";
}

.product-carousel-next:before,
.product-carousel-prev:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.product-carousel-prev:after {
  content: "\e903";
  transform: rotate(180deg);
}

.product-carousel-prev:before {
  left: 13px;
  transform: rotate(-45deg);
}

.single-product-footer {
  box-sizing: border-box;
  padding: 0 0 0 23px;
}

.single-product-footer {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.single-product-footer .heading-second {
  margin-bottom: 26px;
}

.product-download-list {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.product-download-list a {
  color: #008bd2;
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.7px;
  padding: 8px 0 8px 40px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.product-download-list a:before {
  background: url(https://geth.pl/uploads/images/assets/icon-1.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 35px;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  width: 25px;
}

.product-download-list a:hover,
.product-download-list a:focus {
  color: #ffcc00;
}

.product-social-media,
.product-print {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.product-social-media {
  margin-bottom: 60px;
}

.product-social-media span, 
.product-print span {
  font-size: 20px;
}

.product-social-media ul,
.product-print ul {
  font-size: 0;
  margin: 0 -10px 0 0;
  padding: 0;
}

.product-social-media li,
.product-print li {
  display: inline-block;
}

.product-social-media a,
.product-print a {
  display: block;
  height: 40px;
  position: relative;
  width: 72px
}

.product-social-media a:before,
.product-print a:before {
  color: #008bd2;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: color 0.2s linear;
}

.product-social-media a:hover:before,
.product-social-media a:focus:before,
.product-print a:hover:before,
.product-print a:focus:before {
  color: #ffcc00;
}

.product-print a:before {
  content: "\e90e";
  font-size: 40px;
}

.product-social-media .yt:before {
  content: "\e905";
  font-size: 36px;
}

.product-social-media .fb:before {
  content: "\e900";
  font-size: 42px
} 

.header-fourth {
  margin: 0;
  padding: 0 0 54px;
}

.header-fourth .header-top {
    margin-bottom: 0;
}

.offer-details-top {
  background: #ebebeb;
  box-sizing: border-box;
  width: 100%;
}

.offer-details-top .heading {
  box-sizing: border-box;
  -ms-preffered-size: 409px;
  flex-basis: 409px;
  max-width: 409px;
  padding: 37px 40px 29px 66px;
}

.offer-details-tabs {
  flex: 1;
  padding: 43px 0px 25px;
}

.offer-details-tabs ul {
  font-size: 0;
  margin: 0 0 0 -33px;
  padding: 0;
}

.offer-details-tabs .tabs-row {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.offer-details-tabs li {
  position: relative;
}

.offer-details-tabs [data-menu="link-second"] a {
  color: #008bd250;
}

.offer-details-tabs [data-menu="link-second"] a.currentpage,
.offer-details-tabs [data-menu="link-second"] a:hover,
.offer-details-tabs [data-menu="link-second"] a:focus,
.offer-details-tabs [data-menu="link-second"] a.currentpage:hover,
.offer-details-tabs [data-menu="link-second"] a.currentpage:focus {
  color: #008bd2
}

.offer-details-tabs li:before,
.offer-details-tabs li:after {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.offer-details-tabs li:after {
  left: 3px;
}

.offer-details-tabs li:first-of-type:after {
  opacity: 0;
}

.offer-details-tabs li:before {
  right: 3px;
}

.offer-details-tabs li:last-of-type:before {
  opacity: 0;
}

.offer-details-tabs a {
  background: none;
  border: none;
  color: #00000030;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.026em;
  padding: 0.217em 1.10em;
  position: relative;
  text-decoration: none;
  transition: font-size 0.2s linear, color 0.2s linear;
}

.offer-details-tabs a:hover,
.offer-details-tabs a:focus {
  color: #000000;
}

.offer-details-tabs a.currentpage, 
.offer-details-tabs a.activeparent { 
  color: #000000;
  font-size: 33px;
  letter-spacing: -0.1px;
}

.offer-details-tabs a.currentpage:before,
.offer-details-tabs a.currentpage:after,
.offer-details-tabs a.activeparent:before,
.offer-details-tabs a.activeparent:after {
  bottom: 0px;
  content: "";
  height: 1px;
  position: absolute;
}

.offer-details-tabs a.currentpage:after,
.offer-details-tabs a.activeparent:after {
  background: #000000;
  left: 1em;
  right: 1em;
}

.offer-details-tabs a.currentpage:before,
.offer-details-tabs a.activeparent:before {
  background: #ebebeb;
  left: 78%;
  transition: left 0.2s linear;
  width: 10px;
  z-index: 1;
}

.offer-details-tabs a.currentpage:hover:before,
.offer-details-tabs a.currentpage:focus:before,
.offer-details-tabs a.activeparent:hover:before,
.offer-details-tabs a.activeparent:focus:before {
  left: 20%;
}

.side-nav {
  align-self: flex-start;
  background: #ebebeb;
  box-sizing: border-box;
  -ms-preffered-size: 409px;
  flex-basis: 409px;
  max-width: 409px;
  padding: 60px 70px 87px;
}

.side-nav .heading-second {
  margin-bottom: 28.5px;
}

.side-nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.side-nav li {
  position: relative;
}

.side-nav a:before {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  pointer-events: none;
  top: 13px;
  transition: background 0.4s linear;
  width: 3px;
}

.side-nav a {
  color: #000000;
  display: block;
  font-size: 16px;
  line-height: 1.2;
  padding: 5.5px 25px 5.5px 20px;
  text-decoration: none;
  transition: color 0.2s linear;
}

.side-nav a:hover, 
.side-nav a:focus {
  color: #008bd2;
}

.side-nav a.currentpage {
  font-weight: 700;
  padding-left: 0;
}

.side-nav a.currentpage:before {
  background: #008bd2;
  bottom: 0;
  border-radius: 0;
  box-sizing: border-box;
  color: #ffffff;
  content: "\e903";
  font-family: 'icon' !important;
  font-size: 13px;
  font-weight: 700;
  font-variant: normal;
  height: 23px;
  left: -70px;
  line-height: 1;
  padding: 5px 5px 5px 36px;
  position: absolute;
  text-transform: none;
  transform: translate3d(0, -50%, 0);
  top: 15px;
  width: 51px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.side-nav ul li:not(.activeparent):not(.currentpage):focus-within ul,
.side-nav ul li:not(.activeparent):not(.currentpage):hover ul {
  opacity: 1;
  pointer-events: all;
}

.side-nav ul li:not(.activeparent):not(.currentpage) ul {
  background: #ebebeb;
  border: 1px solid #ffffff;
  border-top: 0;
  left: 100%;
  opacity: 0;
  padding: 16px;
  position: absolute;
  pointer-events: none;
  top: -16px;
  transition: opacity 0.2s linear;
  width: 200px;
  z-index: 1;
}

.side-nav ul li:not(.activeparent):not(.currentpage) ul:after {
  background: #ffffff;
  content: "";
  height: 1px;
  left: 50px;
  position: absolute;
  right: 0;
  top: 0;
}

.side-nav li li a {
  padding-left: 30px;
}

.side-nav li li a:before {
  background: #008bd2;
  height: 1px;
  left: 13px;
  width: 6px;
}

.side-nav > ul > li {
  display: table;
}

.list-nav {
  font-size: 0;
  margin: -32px 0 0 0;
}

.list-nav li {
  display: inline-block;
  vertical-align: top;
}

.list-nav li button {
  background: none;
  border: 0;
  cursor: pointer;
  display: block;
  padding: 0;
  text-align: center;
  transition: color 0.2s;
}

.list-nav li button:hover, .list-nav li button:focus, .list-nav li button.compsoul-active {
  color: #008bd2;
}

.list-nav li button:before {
  display: block;
  font-size: 32px;
  content: "\ec46";
}

.list-nav li + li button:before {
  content: "\ec47";
  font-size: 34px;
  margin: -1px 0 0 0;
}

.offer-main {
  box-sizing: border-box;
  flex: 1;
  padding: 93px 284px 93px 74px;
}

.offer-item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.offer-item {
  padding: 32px 0;
}

.offer-item-img {
  box-sizing: border-box;
  height: 380px;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  padding: 0 48px;
  text-align: center;
}

.offer-item-img img {
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  transform: translate(0, -50%);
}

.offer-item-description {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-preffered-size: 540px;
  flex-basis: 540px;
  max-width: 540px;
  padding: 32px 0;
}

.offer-item:nth-child(odd) .offer-item-description {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 2;
}

.mosaic-list .offer-items {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 0 0;
}

.mosaic-list .offer-item {
  padding: 250px 32px 96px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-preffered-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
}

.mosaic-list .offer-item-description {
  -ms-preffered-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.mosaic-list .offer-item .offer-item-description {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 1;
  order: 1;
}

.mosaic-list .offer-item-description .button {
  bottom: 32px;
  left: 0;
  position: absolute;
}

.mosaic-list .offer-item-description .heading-second {
  font-size: 21px;
  font-weight: 700;
}

.mosaic-list .offer-item-img {
  padding: 0;
  top: 0;
  left: 0;
  position: absolute;
  right: 32px;
  height: 250px;
  text-align: center;
}

.mosaic-list .offer-item:nth-child(odd) .offer-item-img {
  text-align: center;
}

.offer-item-description .heading-second {
  margin-bottom: 28px;
}

.heading-before:before {
  background: #ffcc00;
  content: "";
  display: block;
  height: 2px;
  margin-bottom: 34px;
  width: 60px;
}

.offer-item-description .button {
  margin-top: 19px;
}

.side-nav-second {
  padding: 45px 50px 45px 70px;
}

.side-nav-second {
  align-self: stretch;
}

.portfolio {
  flex: 1;
}

.portfolio-top {
  background: #ebebeb;
  box-sizing: border-box;
  -ms-preffered-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  padding: 23px 290px 100px 112px;
}

.portfolio-top .heading {
  margin-bottom: 20px;
}

.portfolio-main {
  box-sizing: border-box;
  min-height: 700px;
  padding: 110px 161px 110px 110px;
}

.portfolio-main .list-nav {
  margin: -32px 0 0;
}

.portfolio-main-top .heading:after {
  display: none;
}

.portfolio-main-top .heading {
  padding-right: 60px;
}

.portfolio-main-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.portfolio-main-list {
  background: #ffffff;
  box-shadow: 1px 3px 15px #99999940;
  margin: -12px 0 0 -12px;
  opacity: 0;
  overflow: hidden;
  padding: 24px;
  position: absolute;
  pointer-events: none;
  transform: translate3d(0, 20%, 0);
  transition: opacity 0.2s linear, transform 0.2s linear;
  z-index: 2;
}

.portfolio-main-top nav:hover .portfolio-main-list,
.portfolio-main-top nav:focus-within .portfolio-main-list {
  opacity: 1;
  pointer-events: all;
  transform: translate3d(0, 0, 0);
}

.portfolio-main-list a {
  color: #000000;
  display: block;
  font-size: 20px;
  font-weight: 400;
  letter-spacing: 0px;
  padding: 0.44em 0em 0.44em 1.7em;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.portfolio-main-list a:before {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  left: 3px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.portfolio-main-list a:hover,
.portfolio-main-list a:focus,
.portfolio-main-list a.currentpage {
  color: #008bd2;
}

.portfolio-main-top .heading-second {
  font-size: 30px;
  letter-spacing: 0.8px;
  line-height: 1.1;
  margin: -9px 0 24px -13px;
  position: relative;
  padding: 10px 40px 10px 0;
}

.portfolio-main-top .heading-second:before,
.portfolio-main-top .heading-second:after {
  content: "";
  position: absolute;
}

.portfolio-main-top .heading-second:before {
  bottom: 0;
  background: linear-gradient(to left, 
      #000000,
      #000000 26px,
      #ffffff00 26px,
      #ffffff00 33px,
      #000000 33px
    );
  height: 1px;
  left: 0;
  right: 0;
}

.portfolio-main-top .heading-second:after {
  bottom: 10px;
  color: #008bd2;
  content: "\e903";
  font-size: 30px;
  right: 7px;
  transform: rotate(90deg);
  transition: transform 0.2s linear;
}

.portfolio-main-top {
  margin-bottom: 87px;
  padding-top: 32px;
}

.portfolio-main .portfolio-item {
  padding: 32px 0;
}


.portfolio-main .portfolio-item {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.portfolio-main .portfolio-item:nth-child(even) .portfolio-item-description {
  margin-left: 90px;
}

.portfolio-main .portfolio-item:nth-child(odd) .portfolio-item-description {
  margin-right: 90px;
}

.portfolio-main .portfolio-item-description {
  box-sizing: border-box;
  -ms-preffered-size: 440px;
  flex-basis: 440px;
  max-width: 440px;
  padding: 32px 0;
}

.portfolio-main .portfolio-item:nth-child(even) .portfolio-item-description {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 2;
  order: 2;
}



.portfolio-time {
  display: block;
  font-weight: 600;
  letter-spacing: -0.2px;
  margin: -26px 0 30px;
}

.portfolio-main .portfolio-slider {
  -ms-preffered-size: 540px;
  flex-basis: 540px;
  height: 380px;
  max-width: 540px;
  position: relative;
}

.portfolio-main .portfolio-slide {
  background: #fff;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s 0.2s linear;
  z-index: -1;
}

.portfolio-main .portfolio-slide.compsoul-active {
  opacity: 1;
  transition: opacity 0.2s linear;
  z-index: 0;
}

.portfolio-main .portfolio-slide figure {
  background: center center no-repeat;
  background-size: contain;
  pointer-events: none;
  min-height: 100%;
  min-width: 100%;
}

.mosaic-list .portfolio-main .portfolio-slide figure {
  background-size: cover;
}

.portfolio-arrow-nav li {
  opacity: 0;
  position: absolute;
  top: 47.5%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.2s;
}

.portfolio-arrow-nav .prev {
  left: 0px;
}

.portfolio-arrow-nav .next {
  right: 0px;
}

.portfolio-main .portfolio-slider:hover .portfolio-arrow-nav .prev,
.portfolio-main .portfolio-slider:hover .portfolio-arrow-nav .next {
  opacity: 1;
}

.portfolio-arrow-nav button {
  background: #008bd2;
  border: none;
  cursor: pointer;
  padding: 12px 16px;
  position: relative;
}

.portfolio-arrow-nav button:before {
  color: #ffffff;
  content: "\e903";
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.portfolio-arrow-nav button:after {
  background: #ffcc00;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}


.portfolio-arrow-nav .prev button:after {
  left: 13px;
  transform: rotate(-45deg);
}

.portfolio-arrow-nav .prev button:before {
  transform: rotate(180deg);
}

.portfolio-slider-nav {
  bottom: -32px;
  height: 22px;
  left: 50%;
  position: absolute;
  transform: translate3d(-50%, 0, 0);
}

.portfolio-slider-nav ul {
  font-size: 0;
  height: 100%;
  margin: 0;
  padding: 0;
}

.portfolio-slider-nav li {
  cursor: pointer;
  display: inline-block;
}

.portfolio-slider-nav button {
  background: none;
  border: none;
  cursor: pointer;
  display: block;
  padding: 13px 11px;
  pointer-events: none;
  position: relative;
}

.portfolio-slider-nav button:after, .portfolio-slider-nav button:before {
  border-radius: 50%;
  content: "";
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: background 0.2s linear;
}

.portfolio-slider-nav button:after {
  background: #ffffff;
  height: 65%;
  transition: background 0.2s linear;
  width: 75%;
}

.portfolio-slider-nav button:before {
  background: #333;
  height: 17px;
  width: 17px;
}

.portfolio-slider-nav .compsoul-active button:after,
.portfolio-slider-nav li:hover button:after,
.portfolio-slider-nav .compsoul-active button:before,
.portfolio-slider-nav li:hover button:before,
.portfolio-slider-nav button:focus:after,
.portfolio-slider-nav button:focus:before {
  background: #ffcc00;
}

.mosaic-list .portfolio-items {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 0 0;
}

.mosaic-list .portfolio-item {
  padding: 0 32px 96px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-preffered-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.mosaic-list .portfolio-main .portfolio-slider {
  -ms-preffered-size: 380px;
  flex-basis: 380px;
  max-height: 380px;
  max-width: 100%;
  width: 100%;
}

.mosaic-list .portfolio-item-description {
  -ms-preffered-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding-top: 64px;
}

.mosaic-list .portfolio-main .portfolio-item:nth-child(2n+1) .portfolio-item-description,
.mosaic-list .portfolio-main .portfolio-item:nth-child(2n) .portfolio-item-description {
  margin: 0;
}

.mosaic-list .portfolio-item .portfolio-item-description {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 1;
  order: 1;
}

.mosaic-list .portfolio-item-description .heading-second {
  font-size: 21px;
  font-weight: 700;
}

.mosaic-list .portfolio-item-description .button {
  bottom: 32px;
  left: 0;
  position: absolute;
}

.mosaic-list .portfolio-item-img {
  padding: 0;
  top: 0;
  left: 0;
  position: absolute;
  right: 32px;
  height: 250px;
  text-align: center;
}

.mosaic-list .portfolio-item:nth-child(odd) .portfolio-item-img {
  text-align: center;
}

.realization {
  margin-bottom: 130px;
}

.realization-header {
  background: #ebebeb;
  box-sizing: border-box;
  padding: 30px 239px 36px 67px;
  width: 100%;
}

.realization-simple .realization-header, .single-product-simple .single-product-header, .article-simple.article-top {
  background: none;
  margin: 0 auto;
  padding: 64px 246px 0;
  width: 1770px;
}

.realization-header {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.realization-header .button {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  order: -1;
}

.realization-simple .realization-header .button, .single-product-simple .single-product-header .button {
  -ms-flex-order: 0;
  -webkit-box-ordinal-group: 0;
  order: 0;
}

.realization-header .heading {
  flex-basis: 590px;
}

.realization-container {
  box-sizing: border-box;
  margin: -17px auto 137px;
  padding: 0 231px 0 245px;
  width: 1799px;
}

.realization-simple  .realization-container, .single-product-simple .product-container {
  margin-top: 0;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.realization-slider {
  float: left;
  margin: 0 131px 32px -12.76vw;
  height: 1020px;
  position: relative;
  width: 897px;
}

.realization-simple .realization-slider, .single-product-simple .single-product-slider {
  margin: 0;
  width: 100%;
}

.realization-slides-container {
  height: 847px;
  margin-bottom: 30px;
  width: 100%;
}

.realization-slider .slide {
  background: #fff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s 0.2s linear;
  z-index: -1;
}

.realization-slider .slide.compsoul-active {
  opacity: 1;
  transition: opacity 0.2s linear;
  z-index: 1;
}

.realization-slider .slide.compsoul-first {
  transition: unset;
}

.realization-slider .slide figure {
  background: center center no-repeat;
  background-size: contain;
  pointer-events: none;
  height: 847px;
  width: 100%;
}

.realization-slider .slide figure:after {
  bottom: 0;
  color: #999;
  content: "\e90f";
  font-size: 40px;
  right: 0;
  position: absolute;
}

.realization-slider-nav {
  position: relative;
}

.realization-slider-prev, 
.realization-slider-next {
  background: #008bd2;
  border: none;
  cursor: pointer;
  height: 42px;
  opacity: 0;
  outline: none;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.2s linear;
  width: 42px;
}

.realization-slider-nav:hover .realization-slider-prev.active,
.realization-slider-nav:hover .realization-slider-next.active {
  opacity: 1;
  pointer-events: all
}

.realization-slider-prev {
  left: 6px;
}

.realization-slider-next {
  right: 6px;
}

.realization-slider-next:after,
.realization-slider-prev:after {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.realization-slider-next:after {
  content: "\e903";
}

.realization-slider-next:before,
.realization-slider-prev:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.realization-slider-prev:after {
  content: "\e903";
  transform: rotate(180deg);
}

.realization-slider-prev:before {
  left: 13px;
  transform: rotate(-45deg);
}

.slider-nav-container {
  overflow: hidden;
}

.realization-slider-nav ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  transition: transform 0.2s linear;
}

.realization-slider-nav li {
  cursor: pointer;
  display: inline-block;
  height: 127px;
}

.realization-slider-nav li button {
  border: none;
  background: none;
  cursor: pointer;
  height: 127px;
  margin: 0 4px;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 171px;
}

.realization-slider-nav li button:after {
  border: 2px solid #008bd2;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}

.realization-slider-nav li button img {
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 100%;
}

.realization-slider-nav li:hover button:after,
.realization-slider-nav li button:focus:after,
.realization-slider-nav .compsoul-active button:after {
  opacity: 1;
}

.realization-description {
  box-sizing: border-box;
  padding-top: 108px;
}

.realization-simple .realization-description, .single-product-simple .single-product-description {
  -ms-flex-order: -1;
  -webkit-box-ordinal-group: -1;
  order: -1;
  padding: 64px 0;
}

.realization-description .heading-second {
  margin-bottom: 50px;
}

.realization-description p:not(:last-child) {
  margin-bottom: 50px;
}

.realization-section {
  margin: 0 auto 133px;
  max-width: 1920px;
  width: calc(100vw - 48px);
}

.realization-section {
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.realization-section-description {
  box-sizing: border-box;
  flex: 1;
}

.realization-section-description .heading-second {
  margin-bottom: 27px;
  position: relative;
}

.realization-section-description .heading-second:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -38px;
  width: 57px;
}

.realization-carousel {
  flex-basis: 49.1%;
  height: 678px;
  position: relative;
}

.realization-carousel .movie-slide {
  background: #ffffff;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s 0.4s linear;
  z-index: -1;
}

.realization-carousel .movie {
  border: none;
  height: 519px;
  width: 100%;
}

.realization-carousel .compsoul-active {
  opacity: 1;
  transition: opacity 0.4s linear;
  z-index: 1;
}

.realization-carousel .compsoul-first {
  transition: unset;
}

.realization-carousel-nav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.carousel-nav-container {
  overflow: hidden;
}

.realization-carousel-nav ul {
  flex-wrap: nowrap;
  font-size: 0;
  padding: 0;
  margin: 0;
  transition: transform 0.2s linear;
}

.realization-carousel-nav li {
  cursor: pointer;
  display: inline-block;
  height: 127px;
}

.realization-carousel-nav li:hover button:after,
.realization-carousel-nav li button:focus:after,
.realization-carousel-nav .compsoul-active button:after {
  opacity: 1;
}

.realization-carousel-nav li button {
  border: none;
  background: #008bd2;
  cursor: pointer;
  height: 127px;
  margin: 0 4px;
  overflow: hidden;
  outline: none;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 171px;
}

.realization-carousel-nav li button:after {
  border: 2px solid #008bd2;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}

.realization-carousel-nav li button img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

.realization-carousel-prev, 
.realization-carousel-next {
  background: #008bd2;
  border: none;
  cursor: pointer;
  height: 42px;
  opacity: 0;
  outline: none;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.2s linear;
  width: 42px;
}

.realization-carousel-nav:hover .realization-carousel-prev.active,
.realization-carousel-nav:hover .realization-carousel-next.active {
  opacity: 1;
  pointer-events: all
}

.realization-carousel-prev {
  left: 6px;
}

.realization-carousel-next {
  right: 6px;
}

.realization-carousel-next:after,
.realization-carousel-prev:after {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.realization-carousel-next:after {
  content: "\e903";
}

.realization-carousel-next:before,
.realization-carousel-prev:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.realization-carousel-prev:after {
  content: "\e903";
  transform: rotate(180deg);
}

.realization-carousel-prev:before {
  left: 13px;
  transform: rotate(-45deg);
}

.realization-footer {
  box-sizing: border-box;
  padding: 0 0 0 23px;
}

.realization-footer {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.realization-footer .heading-second {
  margin-bottom: 26px;
}

.realization-download-list {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.realization-download-list a {
  color: #008bd2;
  display: block;
  font-size: 22px;
  font-weight: 600;
  letter-spacing: -0.7px;
  padding: 8px 0 8px 40px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.realization-download-list a:hover,
.realization-download-list a:focus {
  color: #ffcc00;
}

.realization-download-list a:before {
  background: url(https://geth.pl/uploads/images/assets/icon-1.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 35px;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  width: 25px;
}

.realization-social-media,
.realization-print {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: end;
  -webkit-box-pack: end;
  justify-content: flex-end;
}

.realization-footer .realization-media:nth-child(2) .realization-print,
.realization-footer .realization-media:nth-child(2) .realization-social-media {
  justify-content: flex-start;
}

.realization-social-media {
  margin-bottom: 60px;
}

.realization-social-media span, 
.realization-print span {
  font-size: 20px;
}

.realization-social-media ul,
.realization-print ul {
  font-size: 0;
  margin: 0 -10px 0 0;
  padding: 0;
}

.realization-social-media li,
.realization-print li {
  display: inline-block;
}

.realization-social-media a,
.realization-print a {
  display: block;
  height: 40px;
  position: relative;
  width: 72px
}

.realization-social-media a:before,
.realization-print a:before {
  color: #008bd2;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: color 0.2s linear;
}

.realization-social-media a:hover:before,
.realization-social-media a:focus:before,
.realization-print a:hover:before,
.realization-print a:focus:before {
  color: #ffcc00;
}

.realization-print a:before {
  content: "\e90e";
  font-size: 40px;
}

.realization-social-media .yt:before {
  content: "\e905";
  font-size: 36px;
}

.realization-social-media .fb:before {
  content: "\e900";
  font-size: 42px
} 

.article-content .content {
  max-width: 960px;
}

.article-top {
  background: #ebebeb;
  box-sizing: border-box;
  padding: 34px 29px 40px 275px;
}

.article-top .heading {
  min-height: 100px;
  -ms-preffered-size: 650px;
  flex-basis: 650px;
  max-width: 650px;
}

.article-top .button {
  align-self: flex-start;
  margin: 0 0 0 auto
}

.section {
  box-sizing: border-box;
  padding: 0 38px;
  margin-bottom: 96px;
}

.section-first-img {
  float: right;
  margin: -73px -15px 60px 72px;
  width: 50%;
}

.section-description {
  margin: 0 auto;
  padding-top: 96px;
  width: 1343px;
}

.section-description .heading-second {
  margin-bottom: 48px;
}

.section-description p {
  margin-bottom: 48px;
}

.section + .section-second, .section + .section-third, .section + .articles-movie-section, .section + .section-gallery, .section + .article-footer {
  margin-top: 0;
}

.section-second {
  margin: 96px 0;
}

.section-second .heading {
  margin-bottom: 40px;
}

.section-second-img {
  margin-top: 96px;
  width: 100%;
}

.section-second + .section-third, .section-second + .articles-movie-section, .section-second + .section-gallery, .section-second + .article-footer {
  margin-top: 0;
}

.section-third + .articles-movie-section {
  margin-top: 0;
}

.section-third {
  margin: 96px 0;
}

.section-third  .heading {
  margin-bottom: 40px;
}

.section-third-img {
  margin: 64px 0;
  width: 100%;
}

.section-third + .section-gallery, .articles-movie-section + .section-gallery, .section-third + .article-footer {
  margin-top: 0;
}

.section-gallery + .articles-movie-section, .section-gallery + .article-footer {
  margin-top: 0;
}

.section-gallery {
  margin: 96px 0;
}

.section-gallery .heading {
  margin-bottom: 40px;
}

.gallery-container {
  width: 100%;
}

.gallery-col {
  align-self: flex-start;
  -ms-preffered-size: 33.3%;
  flex-basis: 33.3%;
  max-width: 33.3%
}

.content .gallery-container-second .gallery-item {
  height: 300px;
  -ms-preffered-size: 33%;
  flex-basis: 33%;
  max-width: 33%;
  margin-bottom: 64px;
  padding: 0 32px;
  position: relative;
}

.gallery-container-second .gallery-img {
  background: center center no-repeat;
  background-size: cover;
  height: 100%;
  width: 100%;
}

.gallery-item .gallery-img:before {
  color: #ffffff;
  content: "\e902";
  font-size: 45px;
  font-weight: 700;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: opacity 0.2s linear;
  z-index: 1;
}

.gallery-item .gallery-img:after {
  background: #00000080;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}

.gallery-container-second .gallery-item:before {
  background: #008bd2;
  bottom: 0;
  content: "";
  left: 52px;
  position: absolute;
  right: 12px;
  top: -20px;
  z-index: -1;
}

.gallery-item:hover .gallery-img:before,
.gallery-item:hover .gallery-img:after {
  opacity: 1;
}

.content .gallery-item {
  font-size: 0;
  margin-bottom: 0;
  padding: 0;
}

.gallery-img {
  pointer-events: none;
  position: relative;
}

.gallery-item img {
  pointer-events: none;
  margin: 0;
  width: 100%;
}

.articles-movie-section + .article-footer {
  margin-top: 0;
}

.article-footer {
  margin: 96px auto;
}

.article-footer-top {
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.article-footer-top {
  margin-bottom: 98px;
}

.article-download {
  color: #000000;
  display: inline-block;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.6px;
  margin-bottom: 8px;
  padding: 24px 25px 24px 86px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.article-download:before {
  background: url(https://geth.pl/uploads/images/assets/icon-1.png) no-repeat center;
  background-size: contain;
  content: "";
  height: 65px;
  left: 0;
  top: 50%;
  position: absolute;
  transform: translate(0, -50%);
  width: 55px;
}

.article-download:hover,
.article-download:focus {
  color: #008bd2;
}

.article-footer-button {
  color: #000000;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 0.1px;
  padding: 24px 0 24px 30px;
  position: relative;
  text-decoration: none;
  transition: color 0.2s linear;
}

.article-footer-button:before {
  content: "\e903";
  display: block;
  font-size: 15px;
  font-weight: 700;
  left: 05px;
  position: absolute;
  top: 50%;
  transform: rotate(-180deg) translate3d(0, 50%, 0);
  transition: color 0.2s linear;
}

.article-footer-button:hover, 
.article-footer-button:focus {
  color: #008bd2;
}

.article-rating {
  padding-left: 24px;
  margin-bottom: 40px;
}

.article-rating .heading-second {
  display: inline-block;
}

.rating {
  font-size: 0;
  margin: -7px 0 0 18px;
  transform: rotate(180deg);
}

.rating label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  padding: 25.5px;
}

.rating label:before,
.rating label:after {
  color: #444;
  content: "\e9d7";
  font-size: 40px;
  left: 50%;
  pointer-events: none;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0) rotate(35deg);
  transition: opacity 0.2s linear;
}

.rating label:after {
  color: #ffcc00;
  content: "\e9d9";
  opacity: 0;
}

.rating label:hover:after,
.rating label:hover ~ label:after,
.rating input:checked ~ label:after {
  opacity: 1;
} 

.rating label:hover:before,
.rating label:hover ~ label:before,
.rating input:checked ~ label:before {
  opacity: 0;
}

.article-rating .button {
  margin: 0 0 0 32px;
  opacity: 0;
  pointer-events: none;
  transition: color 0.2s linear, opacity 0.2s 0.2s linear;
}

.article-rating:focus-within .button {
  opacity: 1;
  pointer-events: all;
}

.article-rating .button:after {
  display: none;
}

.article-rating .button:hover {
  color: #008bd2;
}

.article-social {
  padding-left: 24px;
}

.article-social {
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.article-social .heading-second {
  letter-spacing: 0px;
  margin-right: 15px;
}

.article-social-nav ul {
  font-size: 0;
  margin: 0;
  padding: 0;
}

.article-social-nav li {
  display: inline-block;
  position: relative;
}

.article-social-nav li:before,
.article-social-nav li:after {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.article-social-nav li:after {
  left: 3px;
}

.article-social-nav li:first-of-type:after {
  opacity: 0;
}

.article-social-nav li:before {
  right: 3px;
}

.article-social-nav li:last-of-type:before {
  opacity: 0;
}

.article-social-nav a {
  display: block;
  height: 50px;
  position: relative;
  width: 64px;
}

.article-social-nav a.yt {
  padding-left: 17px;
}

.article-social-nav a:before {
  color: #008bd2;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  transition: color 0.2s linear;
}

.article-social-nav .fb:before {
  content: "\e900";
  font-size: 42px;
}

.article-social-nav .yt:before {
  content: "\e905";
  font-size: 36px;
}

.article-social-nav a:hover:before,
.article-social-nav a:focus:before {
  color: #ffcc00;
}

.section-comments .heading, .section-comments .comment-counter {
  display: inline-block;
}

.section-comments .comment-counter {
  color: #9b9b9b;
  font-size: 20px;
  font-weight: 500;
  letter-spacing: -0.1px;
  margin-left: 17px;
  text-transform: capitalize;
}

.section-comments {
  background: #ebebeb;
  box-sizing: border-box;
  padding: 90px 0; 
}

.section-comments .heading {
  margin-bottom: 39px;
}

.content .comment-form {
  box-sizing: border-box;
  height: 110px;
  margin: 0 -10px 91px -10px;
  overflow: hidden;
  padding: 20px 40px;
  transition: height 0.2s linear;
}

.content .comment-form:hover,
.content .comment-form:focus-within {
  height: 790px;
}

.comment-form input, .comment-form textarea {
  border: none;
  border-radius: 50px;
  box-sizing: border-box;
  margin-bottom: 40px;
  outline: none;
  padding: 32px 80px 32px 80px;
  width: 100%;
}

.checkbox {
  display: inline-block;
  width: 50%;
}

.checkbox input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.checkbox label {
  cursor: pointer;
  padding: 12px 12px 12px 50px;
  position: relative;
}

.checkbox label:before {
  border: 2px solid #008bd2;
  border-radius: 5px;
  content: "";
  height: 30px;
  left: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 30px;
}

.checkbox label:after {
  color: #008bd2;
  content: "\ea10";
  left: 7px;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.2s linear;
}

.checkbox input:checked + label:after {
  opacity: 1;
}

.comment-form .button {
  display: inline-block;
  float: right;
  transition: color 0.2s linear;
}

.comment-form .button:focus,
.comment-form .button:hover {
  color: #008bd2;
}

.comment-form input[type="checkbox"] {
  width: 50px;
}

.comment-form textarea {
  height: 200px;
  overflow: hidden;
  resize: none;
}

.comment-message .contact-message {
  margin-bottom: 32px;
  max-width: 100%;
  padding-left: 24px;
}

.comment-item {
  position: relative;
  padding: 0 0 50px;
}

.comment-item:not(:last-child) {
  border-bottom: 1px dashed #9b9b9b;
}

.content .comment-heading {
  margin-bottom: 39px;
  position: relative;
}

.comment-heading:after {
  background: #ffcc00;
  bottom: -16px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  width: 60px;
}

.comment-time {
  color: #9b9b9b;
  font-size: 18px;
  position: absolute;
  right: -13px;
  top: 10px;
}

.comment-item .button {
  display: block;
  margin: 5px 0 0 auto;
  transition: color 0.2s linear;
}

.comment-item .button:hover {
  color: #008bd2;
}

.articles-details-top {
  background: #ebebeb;
  box-sizing: border-box;
  width: 100%;
}

.articles-details-top .heading {
  box-sizing: border-box;
  -ms-preffered-size: 540px;
  flex-basis: 540px;
  max-width: 540px;
  padding: 37px 40px 29px 66px;
}

.articles-details-tabs {
  flex: 1;
  padding: 43px 0px 25px;
}

.articles-details-tabs ul {
  font-size: 0;
  margin: 0 0 0 -33px;
  padding: 0;
}

.articles-details-tabs .tabs-row {
  -ms-flex-pack: start;
  -webkit-box-pack: start;
  justify-content: flex-start;
}

.articles-details-tabs li {
  position: relative;
}

.articles-details-tabs li:before,
.articles-details-tabs li:after {
  background: #b7b7b7;
  border-radius: 50%;
  bottom: 0px;
  content: "";
  height: 3px;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 3px;
}

.articles-details-tabs li:after {
  left: 3px;
}

.articles-details-tabs li:first-of-type:after {
  opacity: 0;
}

.articles-details-tabs li:before {
  right: 3px;
}

.articles-details-tabs li:last-of-type:before {
  opacity: 0;
}

.articles-details-tabs a {
  background: none;
  border: none;
  color: #00000030;
  cursor: pointer;
  font-size: 26px;
  font-weight: 400;
  letter-spacing: -0.026em;
  padding: 0.217em 1.10em;
  position: relative;
  text-decoration: none;
  transition: font-size 0.2s linear, color 0.2s linear;
}

.articles-details-tabs a:hover,
.articles-details-tabs a:focus {
  color: #000000;
}

.articles-details-tabs a.currentpage, 
.articles-details-tabs a.activeparent { 
  color: #000000;
  font-size: 33px;
  letter-spacing: -0.1px;
}

.articles-details-tabs a.currentpage:before,
.articles-details-tabs a.currentpage:after,
.articles-details-tabs a.activeparent:before,
.articles-details-tabs a.activeparent:after {
  bottom: 0px;
  content: "";
  height: 1px;
  position: absolute;
}

.articles-details-tabs a.currentpage:after,
.articles-details-tabs a.activeparent:after {
  background: #000000;
  left: 1em;
  right: 1em;
}

.articles-details-tabs a.currentpage:before,
.articles-details-tabs a.activeparent:before {
  background: #ebebeb;
  left: 75%;
  transition: left 0.2s linear;
  width: 10px;
  z-index: 1;
}

.articles-details-tabs a.currentpage:hover:before,
.articles-details-tabs a.currentpage:focus:before,
.articles-details-tabs a.activeparent:hover:before,
.articles-details-tabs a.activeparent:focus:before {
  left: 25%;
}

.articles-main {
  box-sizing: border-box;
  flex: 1;
  min-height: 600px;
  padding: 93px 284px 93px 74px;
}

.articles-item {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.articles-item {
  padding: 32px 0;
}

.articles-item-img {
  box-sizing: border-box;
  height: 380px;
  padding: 0 48px;
  text-align: center;
  box-sizing: border-box;
  -ms-flex: 1;
  -webkit-box-flex: 1;
  flex: 1;
  max-width: 100%;
}

.mosaic-list .articles-item-img {
  overflow: hidden;
}

.mosaic-list .articles-item-img img {
  min-height: 100%;
  min-width: 100%;
  max-width: unset;
  left: 50%;
  transform: translate(-50%, -50%);
  top: 50%;
  width: auto;
}

.articles-item-img img {
  top: 50%;
  max-height: 100%;
  max-width: 100%;
  position: relative;
  transform: translate(0, -50%);
}

.articles-item-description {
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;

  -ms-preffered-size: 540px;
  flex-basis: 540px;
  max-width: 540px;
  padding: 32px 0;
}

.articles-item:nth-child(odd) .articles-item-description {
  -ms-flex-order: 2;
  -webkit-box-ordinal-group: 2;
  order: 2;
}

.articles-item-description .heading-second {
  margin-bottom: 28px;
}

.articles-item-description .button {
  margin-top: 19px;
}

.mosaic-list .articles-items {
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 0 1 auto;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 32px 0 0;
}

.mosaic-list .articles-main {
  font-size: 0;
}

.mosaic-list .articles-item {
  padding: 250px 32px 96px 0;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  -ms-preffered-size: 25%;
  flex-basis: 25%;
  max-width: 25%;
  position: relative;
}

.mosaic-list .articles-item-description {
  -ms-preffered-size: 100%;
  flex-basis: 100%;
  max-width: 100%;
  box-sizing: border-box;
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
}

.mosaic-list .articles-item .articles-item-description {
  -ms-flex-order: 1;
  -webkit-box-ordinal-group: 1;
  order: 1;
}

.mosaic-list .articles-item-description .button {
  bottom: 32px;
  left: 0;
  position: absolute;
}

.mosaic-list .articles-item-description .heading-second {
  font-size: 21px;
  font-weight: 700;
}

.mosaic-list .articles-item-img {
  padding: 0;
  top: 0;
  left: 0;
  position: absolute;
  right: 32px;
  height: 250px;
  text-align: center;
}

.mosaic-list .articles-item:nth-child(odd) .articles-item-img {
  text-align: center;
}

.articles-movie-section {
  margin: 157px auto 133px;
  max-width: 1920px;
  width: calc(100vw - 48px);
}

.articles-movie-section {
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.articles-movie-description {
  box-sizing: border-box;
  flex: 1;
}

.movie-description-content {
  margin: 0 auto;
  width: 470px;
}

.articles-movie-description .heading-second {
  margin-bottom: 27px;
  position: relative;
}

.articles-movie-description .heading-second:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: -38px;
  width: 57px;
}

.articles-movie-carousel {
  flex-basis: 49.1%;
  height: 678px;
  position: relative;
}

.articles-movie-carousel > div {
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.4s 0.4s linear;
  z-index: -1;
}

.articles-movie-carousel .movie {
  background: #ffffff;
  border: none;
  height: 519px;
  width: 100%;
}

.articles-movie-carousel .compsoul-active {
  opacity: 1;
  transition: opacity 0.4s linear;
  z-index: 1;
}

.articles-movie-carousel .compsoul-first {
  transition: unset;
}

.articles-carousel-nav {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
}

.article-nav-container {
  overflow: hidden;
}

.articles-carousel-nav ul {
  font-size: 0;
  padding: 0;
  margin: 0;
  flex-wrap: nowrap;
  transition: transform 0.2s linear;
}

.articles-carousel-nav li {
  height: 127px;
  cursor: pointer;
  display: inline-block;
}

.articles-carousel-nav li:hover button:after,
.articles-carousel-nav li button:focus:after,
.articles-carousel-nav .compsoul-active button:after {
  opacity: 1;
}

.articles-carousel-nav li button {
  border: none;
  background: #008bd2;
  cursor: pointer;
  height: 127px;
  margin: 0 4px;
  outline: none;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  position: relative;
  width: 171px;
}

.articles-carousel-nav li button:after {
  border: 2px solid #008bd2;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: opacity 0.2s linear;
}

.articles-carousel-nav li button img {
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate3d(-50%, -50%, 0);
  width: 100%;
}

.article-carousel-prev, 
.article-carousel-next {
  background: #008bd2;
  border: none;
  cursor: pointer;
  height: 42px;
  opacity: 0;
  outline: none;
  position: absolute;
  pointer-events: none;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  transition: opacity 0.2s linear;
  width: 42px;
}

.articles-carousel-nav:hover .article-carousel-prev.active,
.articles-carousel-nav:hover .article-carousel-next.active {
  opacity: 1;
  pointer-events: all
}

.article-carousel-prev {
  left: 6px;
}

.article-carousel-next {
  right: 6px;
}

.article-carousel-next:after,
.article-carousel-prev:after {
  color: #ffffff;
  display: block;
  font-size: 18px;
  font-weight: 600;
}

.article-carousel-next:after {
  content: "\e903";
}

.article-carousel-next:before,
.article-carousel-prev:before {
  background: #ffcc00;
  content: "";
  height: 2px;
  position: absolute;
  right: 14px;
  top: 10px;
  transform: rotate(45deg);
  width: 10px;
}

.article-carousel-prev:after {
  content: "\e903";
  transform: rotate(180deg);
}

.article-carousel-prev:before {
  left: 13px;
  transform: rotate(-45deg);
}

.search-results-container {
  padding: 120px 0;
}

.page-list {
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
}

.pages ul {
  background: #ffffff;
  font-size: 0;
  margin: 0 auto;
  padding: 64px 0;
  position: relative;
}

.pages li {
  cursor: pointer;
  display: inline-block;
}

.pages a {
  background: none;
  border: none;
  color: #cdcdcd;
  cursor: pointer;
  display: block;
  font-size: 20px;
  font-weight: 700;
  margin-right: 15px;
  overflow: hidden;
  padding: 6px 40px 16px 4px;
  position: relative;
  transition: color 0.2s linear;
}

.pages a:hover {
  color: #cdcdcd;
}

.pages li:hover a:before,
.pages a:focus:before {
  transform: scaleY(4);
}

.pages a:before {
  background: #cdcdcd;
  bottom: 4px;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  transition: transform 0.2s linear;
  transform-origin: bottom;
}

.pages .active a {
  color: #008bd2;
}

.pages .active a:hover {
  color: #008bd2;
}

.pages .active a:after {
  background: #008bd2;
  bottom: 4px;
  content: "";
  height: 8px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1;
}

.pages li {
  display: none;
}

.pages li.active, .pages li.active + li, .pages li:first-of-type, .pages li:last-of-type {
  display: inline-block;
}

.page-list .next-col,
.page-list .prev-col {
  margin-left: 20px;
  position: relative;
  width: 50px;
}

.page-list .prev-col {
  margin: 0 35px 0 0;
}

.page-list .next,
.page-list .prev {
  display: block;
  height: 50px;
  position: absolute;
  top: 50%;
  transform: translate3d(0, -50%, 0);
  width: 50px;
}

.page-list .next:before,
.page-list .prev:before {
  color: #cdcdcd;
  content: "\e903";
  font-size: 25px;
  left: 50%;
  position: absolute;
  top: 50%;
  transition: color 0.2s linear;
  transform: translate3d(-50%, -50%, 0);
}

.page-list .next:hover:before,
.page-list .prev:hover:before {
  color: #000000
}

.page-list .prev:before {
  transform: translate3d(-50%, -50%, 0) rotate(180deg)
}

.menu-mobile-button,
.sub-mobile-button {
  background: none;
  border: none;
  cursor: pointer;
  height: 25px;
  outline: none;
  position: relative;
  width: 40px;
}

.menu-mobile-button:after,
.menu-mobile-button:before,
.sub-mobile-button:after,
.sub-mobile-button:before,
.menu-button-line:after,
.menu-button-line:before {
  background: #008bd2;
  content: "";
  height: 2px;
  pointer-events: none;
  left: 0;
  position: absolute;
  right: 0;
}

.menu-mobile-button:before,
.sub-mobile-button:before {
  top: 0;
}

.menu-mobile-button:after,
.sub-mobile-button:after {
  bottom: 0;
}

.menu-button-line:after, 
.menu-button-line:before {
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.menu-button-line:before {
  background: #ebebeb;
  height: 4px;
  left: 7px;
  right: auto;
  width: 7px;
  z-index: 1;
}

.modal-mobile-menu .mobile-menu > ul,
.modal-mobile-menu .compsoul-modal-content > ul {
  box-sizing: border-box;
  height: 100vh;
  overflow: auto;
  padding: 64px 96px;
  width: 100%;
}

.modal-mobile-menu input + ul:before {
  background: #008bd2;
  content: "";
  height: 15px;
  left: -18px;
  pointer-events: none;
  position: absolute;
  top: 23px;
  width: 2px;
}

.modal-mobile-menu input:checked + ul:before {
  opacity: 0;
}

.modal-mobile-menu input + ul:after {
  background: #008bd2;
  content: "";
  height: 2px;
  left: -24px;
  pointer-events: none;
  position: absolute;
  top: 30px;
  width: 15px;
}

.modal-mobile-menu .compsoul-modal-content > ul > li:last-child {
  padding-bottom: 64px;
}

.modal-mobile-menu li {
  position: relative;
}

.modal-mobile-menu input {
  height: 20px;
  left: -16px;
  opacity: 0;
  position: absolute;
  top: 22px;
  transform: translate3d(-50%, 0, 0);
  width: 20px;
}

.modal-mobile-menu [data-menu="footer-menu"] {
  display: none;
}

.modal-mobile-menu ul li li {
  display: none;
  padding-left: 36px;
}

.modal-mobile-menu input:checked + ul > li {
  display: block;
}

.modal-mobile-menu a {
  display: block;
  font-size: 24px;
  font-weight: 600;
  padding: 20px;
}

.modal-mobile-menu .currentpage {
  color: #008bd2;
}

.modal-mobile-menu li li a {
  font-size: 22px;
}

.modal-mobile-menu li li li a {
  font-size: 20px;
  font-weight: 500;
}

.sub-mobile-menu h3 {
  display: inline-block;
}

.sub-mobile-button {
  display: inline-block;
  vertical-align: top;
}

.portfolio-main-top .sub-mobile-button {
  display: none;
}

#cookies-modal .cookies-modal-content {
  display: none;
}

@media only screen and (max-width: 1770px) {
  .header-top {
    height: 100px
  }

  .header-logo { 
     -ms-preffered-size: 440px;
     flex-basis: 440px;
     max-width: 440px; 
   }

  .header-logo .logo-img {
    max-width: 160px;
  }

  .header-logo .logo-slogan {
    font-size: 21px;
  }

  .header-menu a {
    font-size: 18px;
  }

  .header-menu > ul > [data-menu="simple-menu"] > ul a {
    font-size: 18px;
  }

  .header-menu > ul > [data-menu="simple-menu"] > ul a::before {
    top: 24px;
  }

  .header-menu [data-menu="menu-column"] li li a::before {
    top: 14px;
  }

  .header-menu li li a {
    font-size: 18px;
  }

  .header-menu li li li a {
    font-size: 16px;
  }

  .card-item time {
    bottom: 120px;
  }

  .header-content .arrows .prev,
  .header-content .arrows .next {
    padding: 16px;
  }
 
  .header-content .arrows .prev {
    left: 10px;
  }

  .header-content .arrows .next {
    right: 10px;
  }

  a.card-item-content {
    min-height: 580px;
    max-height: 580px;
  }

  .card-heading {
    height: 55px;
  }

  .news-top {
    padding: 0 180px
  }

  .brands-prev {
    left: 25px;
  }

  .brands-next {
    right: 25px;
  }

  .footer-logo .logo-img {
    max-width: 160px;
  }

  .footer-logo .logo-slogan {
    font-size: 21px;
  }

  .footer-menu ul {
    width: 455px;
  }

  .footer-menu a {
    font-size: 18px;
    min-width: 150px;
  }

  .footer-contact a {
    font-size: 20px;
  }

  .footer-contact .phone-icon:before {
    font-size: 45px;
  }

  .footer-contact .mail-icon:before  {
    font-size: 30px;
  }

  .footer-social .social-heading {
    font-size: 20px;
  }

  .footer-social .facebook-icon:before {
    font-size: 32px;
  }

  .footer-social .youtube-icon:before {
     font-size: 32px;
  }

  .footer-social .linkedin-icon:before {
     font-size: 32px;
  }

  .footer-social .instagram-icon:before {
     font-size: 32px;
  }

  .footer-form .heading-third {
    font-size: 29px;
  }

  .footer-form input, .footer-form textarea {
    font-size: 18px;
  }

  .footer-form ::placeholder {
    font-size: 18px;
  }

  .button.button-second {
    font-size: 18px;
  }

  .footer-form .button:before {
    height: 8px;
    top: 16px;
    width: 8px;
  }

  .offer-main {
    padding: 93px 134px 93px 74px;
  }

  .articles-main {
    padding: 93px 134px 93px 74px;
  }

  .portfolio-top {
    padding: 23px 200px 100px 112px
  }

  .portfolio-main {
    padding: 110px 120px 110px 110px
  }

  .portfolio-main .portfolio-slider {
    -ms-preffered-size: 460px;
    flex-basis: 460px;
    height: 465px;
    max-width: 460px;
  }

  .portfolio-main .portfolio-slide {
    height: 430px;
  }

  .portfolio-main .portfolio-item-description {
    -ms-preffered-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }
 
  .realization-simple .realization-header, .single-product-simple .single-product-header, .article-simple.article-top {
    padding: 64px 180px 0;
    width: 100%;
  }

  .single-product-header,
  .realization-header {
    padding: 30px 120px 36px 64px;
  }

  .product-container,
  .realization-container {
    padding: 0 160px;
    width: calc(100vw - 64px);
  }

  .single-product-slider,
  .realization-slider  {
    height: 840px;
    margin: 0 96px 32px -100px;
    width: 720px;
  }

  .product-slides-container,
  .realization-slides-container {
    height: 647px;
  }

  .single-product-slider .slide figure,
  .realization-slider .slide figure {
    height: 647px;
  }

  .single-product-carousel,
  .articles-movie-carousel,
  .realization-carousel {
    -ms-preffered-size: 770px;
    flex-basis: 770px;
    max-width: 770px;
  }

  .article-top {
    padding: 32px 32px 32px 205px;
  }

  .section-description {
    box-sizing: border-box;
    padding: 96px 150px 0 0;
    width: calc(100vw - 64px);
  }

  .section-first-img {
    margin: -64px 0 48px 52px;
  }
}

@media only screen and (max-width: 1630px) {
  .header-menu > ul > li > ul {
    left: -50px;
  }

  .header-content .slide .slide-description {
    box-sizing: border-box;
    padding-left: 150px;
  }

  .header-content .slide .slide-heading {
    font-size: 50px;
    -ms-preffered-size: 500px;
    flex-basis: 500px;
    max-width: 500px;
  }

  .slider-nav {
    padding-left: 150px;
  }

  .offer-main {
    padding: 93px 84px 93px 74px;
  } 

  .articles-main {
    padding: 93px 84px 93px 74px
  }

  .portfolio-top {
    padding: 32px 96px 80px 96px
  }

  .portfolio-main {
    padding: 110px 96px 110px 96px;
  }

  .header-content .slide .slide-img img {
    bottom: 50%;
    transform: translate(-50%, 50%);
  }
}

@media only screen and (max-width: 1600px) {
  .header-menu > ul > li > a > strong > span {
    padding: 16px;
  }

  .header-menu > ul > li > ul > li {
    padding: 44px 20px 50px 65px;
  }

  .card-heading {
    font-size: 17px;
  }

  .news-top .heading {
    font-size: 45px;
  }

  .news-tabs button {
    font-size: 18px;
  }

  .heading, .content .heading {
    font-size: 45px;
  }

  .content .heading-second, .heading-second {
    font-size: 28px;
  }

  .content {
    font-size: 18px;
  }

  .button {
    font-size: 17px;
  }

  .button:before {
    height: 8px;
    width: 8px;
  }

  .brands .container {
    width: 1200px;
  }

  .brands-prev {
    left: 50px;
  }

  .brands-next {
    right: 50px;
  }

  .footer-first-col {
    padding: 24px 32px 32px;
  }

  .footer-second-col { 
    padding: 120px 50px 50px;
  }

  .offer-item-description {
    -ms-preffered-size: 440px;
    flex-basis: 440px;
    max-width: 440px;
  }

  .side-nav {
    -ms-preffered-size: 380px;
    flex-basis: 380px;
    max-width: 380px;
    padding: 60px 30px 60px 70px;
  }

  .offer-details-top .heading {
    padding: 37px 40px 29px 46px;
  }

  .offer-details-tabs a.currentpage,
  .offer-details-tabs a.activeparent {
    font-size: 28px;
  }

  .offer-details-tabs a {
    font-size: 22px; 
  }

  .team-card {
    width: 30%;
  }

  .installations a.card-item-content {
    min-height: 552px;
    max-height: 552px;
  }

  .content .team-card-img {
    height: 320px;
    width: 100%;
  }
  
  .main-third {
    padding: 90px 0;
  }
 
  .articles-details-tabs a {
    font-size: 22px;
  }

  .articles-details-tabs a.currentpage, .articles-details-tabs a.activeparent {
    font-size: 28px;
  }

  .portfolio-main .portfolio-slide {
    height: 380px;
  }

  .portfolio-main .portfolio-slider {
    height: 420px;
    -ms-preffered-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
  }

  .portfolio-main .portfolio-item:nth-child(even) .portfolio-item-description {
    margin-left: 64px;
  }

  .portfolio-main .portfolio-item:nth-child(odd) .portfolio-item-description {
    margin-right: 64px;
  }

  .single-product-header,
  .realization-header, 
  .realization-simple .realization-header,
  .single-product-simple .single-product-header,
  .article-simple.article-top {
    padding: 32px 64px 32px 64px;
  }

  .product-container,
  .realization-container {
    padding: 0 120px;
  }

  .section-description-content,
  .movie-description-content {
    width: 440px;
  }

  .article-top {
    padding: 32px 32px 32px 140px;
  }
 
  .article-simple.section-description {
    padding-top: 32px;
  }

  .section-description {
    padding: 100px 0 0;
  }

  .section-first-img {
    margin: -32px 0 48px 52px;
  }

  .section-description .heading-second,
  .section-description p {
    margin-bottom: 32px;
  }

  .content .comment-form:hover, .content .comment-form:focus-within {
    height: 680px;
  }

  a.button-fourth {
    font-size: 18px;
  }
}

@media only screen and (max-width: 1480px) {
  .header-menu > ul > li > ul {
    left: 0px;
  }

  .container {
    width: calc(100vw - 100px)
  }

  .header-content .slides, .header-content .slide {
    height: 600px;
  }

  .header-content .slide {
    padding: 0 200px;
  }

  .header-content .slide .slide-description > div {
     margin-right: 0;
  }

  .slider-nav ul {
    padding: 13px 0 6px 20px;
    width: 575px;
  }

  .header-content .slide .slide-description {
    padding-left: 0;
  }

  .slider-nav {
    padding-left: 150px;
  }

  .slider-nav button {
    font-size: 18px;
  }

  .header-content .arrows .prev:after, .header-content .arrows .next:after {
    font-size: 55px;
  }

  a.card-item-content {
    padding: 0 22px 22px;
  }

  .card-heading {
    font-size: 16px;
  }

  .card-item time {
    font-size: 15px;
  }

  .card-item .card-button {
    bottom: 0px;
    font-size: 16px;
    right: 22px;
  }

  .card-item .card-button:before {
    height: 8px;
    width: 8px;
  }

  .card-item-noimg a.card-item-content {
    padding: 44px 32px 22px;
  }

  .news-tab, .news-nav {
    min-height: 600px;
  }
 
  .news-top {
    padding: 0 120px
  }

  .offer-nav a {
    font-size: 18px;
    height: 90px;
    width: 225px;
  }

  .offer-description {
    margin-right: 70px;
  }

  .brands .container {
    width: 980px;
  }

  .brands li {
    -ms-preffered-size: 20%;
    flex-basis: 20%;
    max-width: 20%;
  }

  .brands-next:after, .brands-prev:after {
    font-size: 40px;
  }

  .footer-third-col {
    margin-right: 32px;
  }

  .pages a {
    font-size: 18px;
  }

  .page-list .next:before,
  .page-list .prev:before {
    font-size: 22px;
  }

  .timeline.container {
    width: 1050px;
  }

  .timeline-item-content {
    width: 605px;
  }

  .timeline-item-img {
    height: 260px;
  }

  .timeline-after:before {
    width: 441px;
  }

  .timeline-after:after {
    bottom: 80px;
    height: 500px;
    width: 500px;
  }

  .timeline-item {
    height: 480px;
  }
  
  .team-featured-cards-content {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  
  .team-featured-cards .team-featured-card-img {
    height: 300px;
    width: 270px;
  }

  .articles-item-description {
    -ms-preffered-size: 440px;
    flex-basis: 440px;
    max-width: 440px;
  }

  .portfolio-main .portfolio-item-description {
    -ms-preffered-size: 320px;
    flex-basis: 320px;
    max-width: 320px;
  }

  .portfolio-main .portfolio-slide {
    height: 340px;
  }

  .portfolio-main .portfolio-slider {
    height: 400px;
    -ms-preffered-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }

  .single-product-slider,
  .realization-slider {
    height: 720px;
    margin: 0 64px 32px -64px;
    width: 541px;
  }

  .product-slides-container,
  .single-product-slider .slide figure,
  .realization-slides-container,
  .realization-slider .slide figure {
    height: 560px;
  }
}

@media only screen and (max-width: 1380px) {
  .header-content .slide {
    padding: 0 150px;
  }

  .slider-nav {
    padding-left: 100px;
  }

  .slider-nav ul {
    padding: 13px 0 6px 20px;
    width: 508px;
  }

  a.card-item-content {
    min-height: 500px;
    max-height: 500px;
    padding: 0 24px 44px;
  }

  .card-item figure {
    height: 280px;
  }

  .card-item time {
    bottom: 100px;
  }

  .installations .button-fourth {
    margin-top: 0px;
  }

  .content .heading-second, .heading-second {
    font-size: 24px;
  }

  .offer-main {
    padding: 80px 64px 80px 64px;
  } 

  .side-nav {
    -ms-preffered-size: 330px;
    flex-basis: 330px;
    max-width: 330px;
    padding: 60px 20px 60px 60px;
  }

  .offer-details-top .heading {
    -ms-preffered-size: 350px;
    flex-basis: 350px;
    max-width: 350px;
  }

  .single-product-carousel,
  .articles-movie-carousel,
  .realization-carousel {
    height: 580px;
    -ms-preffered-size: 600px;
    flex-basis: 600px;
    max-width: 600px;
  }  

  .single-product-carousel .movie,
  .articles-movie-carousel .movie,
  .realization-carousel .movie {
    height: 440px;
  }

  .product-social-media a, .product-print a,
  .realization-social-media a, .realization-print a {
    width: 60px; 
  }
  
  .product-social-media span, .product-print span {
    font-size: 18px;
  }
 
  .product-social-media .fb:before,
  .realization-social-media .fb:before {
     font-size: 38px;  
  }

  .product-social-media .yt:before,
  .realization-social-media .yt:before {
     font-size: 30px;
  }

  .product-print a:before,
  .realization-print a:before {
    font-size: 35px;
  }

  .article-top {
    padding: 32px;
  }

  .article-download {
    font-size: 17px;
    padding-left: 56px;
  }

  .product-download-list a,
  .realization-download-list a {
    font-size: 18px;
    padding-left: 35px;
  }

  .product-download-list a:before,
  .realization-download-list a:before {
    height: 28px;
    width: 20px;
  }

  .article-download:before {
    height: 45px;
    width: 40px;
  }

  .article-footer-button {
    font-size: 17px;
  }

  .article-rating .heading-second {
    line-height: 1.3;
  }

  .rating {
    margin-top: -15px;
  }

  .rating label:before, .rating label:after {
    font-size: 30px;
  }

  .rating label {
    padding: 24px;
  }

  .section-description {
    padding: 100px 0 0;
  }  

  .team-department-container {
    padding-left: 290px;
  }
}


@media only screen and (max-width: 1330px) {
  .offer .container {
    width: 980px;
  }

  .team-featured-description {
    -ms-preffered-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }

  .team-featured-cards {
    -ms-preffered-size: 55%;
    flex-basis: 55%;
    max-width: 55%;
  }

  .portfolio-top {
    padding: 32px 32px 64px 32px;
  }

  .portfolio-main {
    padding: 64px 32px;
  }

  .portfolio-main-top {
    padding-left: 32px;
  }

  .portfolio-main-top .heading {
    font-size: 32px;
  }

  .portfolio-main-top .heading-second {
    font-size: 24px;
  }

  .portfolio-main-top .heading-second:after {
    font-size: 24px;
  }

  .portfolio-main-list a {
    font-size: 18px;
  }

  .heading-before:before,
  .portfolio-main .portfolio-item:nth-child(odd) .portfolio-item-description .heading-before:before {
    margin-bottom: 24px;
  }

  .portfolio-time {
    margin-bottom: 18px;
  }

  .single-product-header .heading,
  .realization-header .heading {
    -ms-preffered-size: 560px;
    flex-basis: 560px;
    max-width: 560px;
  }

  a.card-item-content {
    padding: 0 16px 44px;
  }
}

@media only screen and (max-width: 1300px) {
  .header-search .header-search-submit::before {
    font-size: 16px;
  }

  .header-search .search-text {
    font-size: 14px;
    width: 130px;
  }

  .header-search ::placeholder {
    font-size: 14px;
  }

  .header-contact a {
    font-size: 14px;
  }

  .header-lang ul:hover, .header-lang ul:focus-within {
    height: 48px;
  }

  .header-lang .active, .header-lang .dropdown {
    font-size: 14px;
  }

  .header-lang ul::after {
    height: 5px;
    top: 8px;
    width: 5px;
  }

  .header-menu > ul > li > ul > li {
    padding: 44px 10px 50px 65px;
  }

  .header-content .slides, .header-content .slide {
    height: 500px;
  }

  .header-content .slide .slide-heading {
    font-size: 45px;
    -ms-preffered-size: 450px;
    flex-basis: 450px;
    max-width: 450px;
  }

  .news-tab, .news-nav {
    min-height: 550px;
  }

  .card-list {
    width: 100%;
  }

  .news-top {
    padding: 0 60px;
  }

  .news-top .heading {
    font-size: 40px;
    -ms-preffered-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }

  .about .about-description {
    -ms-preffered-size: 32%;
    flex-basis: 32%;
    max-width: 32%;
  }

  .heading, .content .heading {
    font-size: 40px;
  }

  .about .heading:not(:last-child) {
    margin-bottom: 32px;
  }

  .about-content .heading-second:not(:last-child) {
    margin-bottom: 32px;
  }

  .about .button {
    margin-top: 32px;
  }

  .about {
    width: calc(100% - 32px);
  }

  .brands-next:after, .brands-prev:after {
    font-size: 35px;
  }

  .brands-prev {
    left: 16px;
  }

  .brands-next {
    right: 16px;
  }

  .footer-form input, .footer-form textarea {
    width: 280px;
  }

  .footer-second-col {
    padding: 100px 24px 50px;
  }

  .footer-second-col .row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .offer-main {
    padding: 40px 32px 60px 48px;
  }

  .content.offer-item-description {
    font-size: 16px;
  }

  .offer-item-description {
    -ms-preffered-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }

  .offer-details-top .heading {
    padding: 37px 40px 29px 40px;
  }

  .offer-item-description .button {
    font-size: 16px;
  }

  .offer-item-description .button:before {
    height: 7px;
    top: 15px;
    width: 7px;
  }

  .side-nav {
    padding-top: 40px;
  }

  .content .team-card-img {
    height: 290px;
    width: 255px;
  }

  .articles-main {
    padding: 37px 40px 29px 40px;
  }

  .articles-details-top .heading {
    -ms-preffered-size: 480px;
    flex-basis: 480px;
    max-width: 480px;
  }

  .contact-fieldset label, .contact-fieldset-second label {
    font-size: 18px;
  }

  .contact-input, .contact-textarea {
    font-size: 22px;
  }

  .contact-textarea {
    min-height: 266px;
  }

  .contact-form-button {
    min-width: 150px;
  }

  .header-second .header-top {
    margin-bottom: 32px;
  }

  .single-product-header .heading,
  .realization-header .heading {
    -ms-preffered-size: 520px;
    flex-basis: 520px;
    max-width: 520px;
  }

  .single-product-header,
  .realization-header {
    padding: 32px 32px 32px 64px;
  }

  .article-top .heading {
    -ms-preffered-size: 550px;
    flex-basis: 550px;
    max-width: 550px;
  }

  .content .comment-form {
    margin-bottom: 32px;
  }

  .news {
    padding-bottom: 128px;
  }
}

@media only screen and (max-width: 1200px) {
  a.card-item-content {
    padding: 0 16px 16px;
  }

  .brands .container {
    width: 840px;
  }

  .brands li {
    -ms-preffered-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .footer-contact a {
    font-size: 18px;
    padding: 10px 12px 10px 50px;
  }

  .footer-contact .phone-icon:before {
    font-size: 32px;
  }

  .footer-contact .mail-icon:before {
    font-size: 20px;
  }

  .footer-social .social-heading {
    font-size: 18px;
  }

  .footer-social .facebook-icon:before {
    font-size: 32px;
  }

  .footer-social .youtube-icon:before {
    font-size: 26px;
  }

  .footer-social .linkedin-icon:before {
     font-size: 26px;
  }

  .footer-social .instagram-icon:before {
     font-size: 26px;
  }

  .footer-form .heading-third {
    font-size: 24px;
  }

  .footer-form input, .footer-form textarea {
    font-size: 16px;
    width: 100%;
    min-width: unset;
  }

  .footer-form ::placeholder {
    font-size: 16px;
  }

  .footer-menu a {
    font-size: 16px;
    min-width: 120px;
  }

  .footer-logo {
    margin-bottom: 36px;
  }

  .footer-first-col {
    padding: 24px 16px 16px; 
  }

  .footer-menu ul {
    width: 430px;
  }

  .footer .compsoul {
    font-size: 18px;
  }

  .header-third {
    padding-bottom: 32px;
  }

  .side-nav {
    -ms-preffered-size: 280px;
    flex-basis: 280px;
    max-width: 280px;
  }

  .side-nav a {
    font-size: 14px;
  }

  .offer-details-tabs a.currentpage,
  .offer-details-tabs a.activeparent {
    font-size: 26px;
  }

  .offer-details-tabs a {
    font-size: 20px; 
  }

  .offer-item:nth-child(even) .offer-item-img {
    padding-right: 0;
  }

  .offer-item:nth-child(odd) .offer-item-img {
    padding-left: 0;
  }

  .offer-item-description .button {
    margin-top: 0;
  }

  .side-nav a.currentpage:before {
    font-size: 12px;
    height: 21px;
    top: 13px;
  }

  .content .team-card-img {
    height: 260px;
    width: 225px;
  }

  .team .tab-item button {
    font-size: 18px;
  }

  .content.team-department-item .heading-second {
    font-size: 22px;
  }

  .team-contact-list a {
    font-size: 16px;
  }

  .team-contact.mail-icon:before {
    font-size: 14px;
  }

  .team-contact:before {
    font-size: 19px;
  }

  .content.team-department-item ul {
    margin-bottom: 24px;
  } 

  .team-card .heading-second + .team-contact-list {
    margin-top: 52px;
  }

  .content.team-featured-cards-content .heading-second {
    font-size: 22px
  }

  .team-featured-contact a {
    font-size: 16px;
  }

  .team-featured-contact a:before {
    font-size: 14px;
  }

  .team-featured-cards .team-featured-card-img {
    height: 280px;
    width: 240px;
  }

  .articles-item:nth-child(even) .articles-item-img {
    padding-right: 0;
  }

  .articles-item:nth-child(odd) .articles-item-img {
    padding-left: 0;
  }

  .articles-item-description .button {
    margin-top: 0;
  }
  
  .articles-item-description {
    -ms-preffered-size: 400px;
    flex-basis: 400px;
    max-width: 400px;
  }

  .articles-details-tabs a {
    font-size: 20px;
  }

  .articles-details-tabs a.currentpage, .articles-details-tabs a.activeparent {
    font-size: 24px;
  }

  .portfolio-main .portfolio-item:nth-child(even) .portfolio-item-description {
    margin-left: 32px;
  }

  .portfolio-main .portfolio-item:nth-child(odd) .portfolio-item-description {
    margin-right: 32px;
  }

  .portfolio-main .portfolio-slider {
    height: 367px;
    -ms-preffered-size: 367px;
    flex-basis: 367px;
    max-width: 367px;
  }

  .portfolio-main .portfolio-slide {
    height: 330px;
  }

  .content.portfolio-item-description .heading-second {
    font-size: 22px;
  }

  .portfolio-time {
    font-size: 16px;
  }

  .product-container {
    padding: 0 60px;
  }

  .section-description-content,
  .movie-description-content {
    width: 380px;
  }

  .single-product-carousel,
  .articles-movie-carousel,
  .realization-carousel {
    height: 600px;
    -ms-preffered-size: 560px;
    flex-basis: 560px;
    max-width: 560px;
  }

  .section-description {
    padding: 100px 0 0;
  }

  .team-department-container {
    padding-left: 250px;
  }

  .installations-nav .card-item .card-heading {
    height: 100px;
  }

  
}

@media only screen and (max-width: 1080px) {
  .mobile {
    display: block;
  }
  
  .offer-item-img .mobile, .articles-item-img .mobile, .portfolio-item .mobile {
    display: none;
  }

 .header-third {
    padding-bottom: 0;
  }

  .header {
    margin-bottom: 0;
  }

  .header-top {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .header-logo {
    margin: 0;
    z-index: 1;
  }

  .menu-mobile {
    background: #ebebeb;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    -webkit-box-align: center;
    align-items: center;
    padding: 32px 32px 16px;
  }

  .header-first-row {
    padding: 16px 32px 32px;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .header-search {
    margin-right: 0;
  }

  .header-search .header-search-submit {
    padding: 16px; 
  }

  .header-search .header-search-submit::before {
    font-size: 20px;
    font-weight: 700;
  }

  .header-search .header-search-submit {
    width: 56px;
    height: 44px;
    padding: 0;
    vertical-align: bottom;
  }

  .header-search .search-content {
    width: calc(100% - 56px);
  }

  .header-search .search-text {
    font-size: 18px;
    padding: 12px 16px;
  }

  .header-search ::placeholder {
    font-size: 18px;
  }

  .header-contact {
    margin: 0 0 0 -96px;
  }

  .header-contact a {
    font-size: 18px;
    padding: 20px 16px 12px 42px;
  }

  .header-contact .phone-icon:before, .header-contact .mail-icon:before {
    font-size: 24px;
    top: 57%;
  }

  .header-contact .mail-icon:before {
    font-size: 18px;
  }

  .header-lang {
    -ms-preffered-size: 55px;
    flex-basis: 55px;
    max-width: 55px;
  }

  .header-lang ul::after {
    height: 6px;
    top: 10px;
    width: 6px;
  }

  .header-lang ul:hover, .header-lang ul:focus-within {
    height: 72px;
  }

  .header-lang ul {
    height: 32px;
  }

  .header-lang .active {
    pointer-events: none;
  }

  .header-lang .active, .header-lang .dropdown {
    font-size: 18px;
    padding: 8px 22px 8px 8px;
  }

  .header-content .slides, .header-content .slide {
    flex-direction: column;
    height: 650px;
  }

  .menu-mobile-button {
    position: fixed;
    right: 24px;
    top: 58px;
    z-index: 9;
  }

  .menu-button-line:before {
    bottom: -8px;
    height: auto;
    left: -8px;
    right: -8px;
    position: absolute;
    top: -8px;
    transform: unset;
    width: auto;
    z-index: -1;
  }

  .menu-button-line:after {
    background: linear-gradient(to left, #008bd2, #008bd2 28px, #ffffff00 28px, #ffffff00 34px, #008bd2 34px );
  }

  .header-content .slide {
    padding: 0 128px;
  }

  .header-content .slide .slide-heading {
    display: block;
  }
 
  .header-content .slide-description {
    max-width: 100%;
    order: 1;
  }

  .header-content .slide .slide-heading {
    font-size: 40px;
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    margin: 0 0 0 0;
    max-width: 100%;
  }

  .header-content .slide .slide-heading span {
    margin-top: 16px;
  }

  .header-content .slide .slide-description-content {
    margin-bottom: 140px;
  }

  .header-content .slide .slide-description-content.description-content-featured:after {
    bottom: -24px;
    height: 7px; 
    width: 170px;
  }

  .header-content .slide .slide-description > div {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-top: 0;
  }

  .header-content .slide > figure {
    background-image: none !important;
    position: static;
    height: 100%;
    margin-bottom: 32px;
  }

  .header-content .slide .slide-img-col {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .header-content .slide .slide-img .slide-img-logo {
    bottom: auto;
    left: 0;
    right: auto;
    top: 0;
    width: 120px;
  }

  .slider-nav.container {
    background: #ffffff;
    bottom: 0;
    padding-left: 0;
    width: 100%;
  }

  .slider-nav ul {
    margin: 0 auto;
    padding: 16px 0 16px 24px;
    text-align: center;
  }

  .main {
    padding-top: 64px;
  }
  
  .news {
    margin: 0 auto;
    padding-bottom: 64px;
    width: 731px;
  }
 
  .news-top {
    margin-bottom: 0;
    padding: 0;
  }

  .news-tabs {
    -ms-preffered-siz.news-tabse: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 32px;
  }

  .news-tab {
    top: 0;
  }

  .card-list {
    -webkit-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
    width: 100%;
  }

  .card-item {
    -ms-preffered-size: 731px;
    flex-basis: auto;
    margin: 0 auto 32px;
    max-width: 731px;
  }

  .installations-nav .card-item .card-heading {
    height: auto;
  }

  a.card-item-content {
    padding: 0;
    min-height: 600px;
    max-height: 600px;
  }

  .card-item-noimg .card-item-content, .card-item-noimg {
    min-height: 486px;
    margin: 0 0 32px;
    max-height: 486px;
    padding: 0;
  }

  .card-item-noimg a.card-item-content {
    min-height: 486px;
    max-height: 486px;
    padding: 0;
  }
  
  a.card-item-content:hover {
    background: #ffffff;
  }

  .card-item figure {
    background: no-repeat center center;
    background-size: cover;
    height: 400px;
    margin-bottom: 24px;
    width: 731px;
  }

  .card-item figure img {
    width: 100%;
  }

  .card-heading {
    font-size: 24px;
    height: auto;
    margin-bottom: 16px;
  }

  .card-item-noimg .card-heading {
    height: 350px;
  }

  .card-item time {
    font-size: 20px;
    position: static;
  }

  .card-item-noimg time {
    margin-top: 0;
  }

  .card-item .card-button {
    color: #000000;
    font-size: 18px;
    opacity: 1;
    right: 0;
  }

  .card-item .button-second.button:after {
    background: linear-gradient(to left, #008bd2, #008bd2 28px, #ffffff00 28px, #ffffff00 34px, #000000 34px );
  }

  .card-item .button-second:before {
    border-color: #008bd2;
  }

  .card-item-content:hover .card-button,
  .card-item-content:focus .card-button {
    opacity: 1;
  }

  .card-item-content:hover .card-heading,
  .card-item-content:focus .card-heading {
    color: #000000;
  }

  .card-item-content:hover time,
  .card-item-content:focus time {
    color: #00000030;
  }

  .card-item-content:hover time:before,
  .card-item-content:focus time:before {
    opacity: 1; 
  }

  .card-item-content:hover figure:after,
  .card-item-content:focus figure:after {
    width: 0px;
  }

  .card-item-noimg .card-item-content:hover .card-heading:before,
  .card-item-noimg .card-item-content:hover .card-heading:after,
  .card-item-noimg .card-item-content:focus .card-heading:before,
  .card-item-noimg .card-item-content:focus .card-heading:after {
    opacity: 1;
  }

  .about {
    box-sizing: border-box;
    padding: 0;
    margin-bottom: 64px;
    width: 731px;
  }

  .about figure.col {
    display: none;
  }

  .about .about-description {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .about figure {
    max-width: 100%;
  }

  .about .button {
    float: right;
  }

  .news-tab > .button-fourth {
    bottom: 0;
  }

  .card-button.button-second.button:after {
    background: linear-gradient(to left, #008bd2, #008bd2 28px, #ffffff00 28px, #ffffff00 34px, #000000 34px );
  }

  .offer {
    padding-top: 64px;
  }
 
  .offer-description {
    margin-bottom: 48px;
    width: 100%;
  }

  .offer .container {
    width: 731px;
  }

  .content {
    font-size: 19px;
  }

  .brands {
    padding: 64px 0;
  }

  .brands .container {
    width: 731px;
  }

  .brands .carousel-container {
    margin: 0 auto;
  }

  .brands ul {
    margin: 0 0 0 -10px;
  }

  .brands li {
    -ms-preffered-size: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .brands a img {
    padding: 16px;
  }

  .brands-prev.active, .brands-next.active {
    opacity: 1;
  }

  .container {
    width: 731px;
  }

  .installations {
    padding: 64px 0;
  }

  .installations .carousel {
    width: 731px;
  }

  .installations a.card-item-content {
    min-height: auto;
    max-height: auto;
    padding: 0 0 48px 0;  
  }

  .installations .carousel-nav {
    bottom: 0;
  }

  .footer > .row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .footer-first-col {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    padding-top: 64px;
  }

  .footer-logo {
    margin: 0 auto 32px;
    width: 731px;
  }

  .footer-second-col {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    margin-top: 0;
    padding: 64px 0;
  }

  .footer-menu ul {
    margin: 0 auto;
    width: 731px;
  }

  .footer-menu a {
    font-size: 17px;
  }

  .footer-second-col .row {
    margin: 0 auto;
    width: 731px;
  }

  .footer-third-col {
    -ms-preffered-size: 50%;
    flex-basis: 50%;
    margin-right: 0;
    max-width: 50%;
  }

  .footer-contact a {
    font-size: 19px;
  }
 
  .footer-form {
    -ms-preffered-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .main-second {
    padding-top: 0;
  }

  .offer-details-tabs {
    padding: 32px 0;
  }

  .offer-details-top .heading {
    padding: 0 32px;
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offer-details-tabs ul {
    margin: 0;
  }

  .offer-details-tabs .tabs-row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .sub-mobile-menu {
    padding: 32px 0px 32px 32px;
  }

  .sub-mobile-button {
    height: 20px;
    margin: 5px 0 0 16px;
    width: 27px;
  }

  .sub-mobile-button:after, 
  .sub-mobile-button:before,
  .sub-mobile-button .menu-button-line:after {
    background: #000000;
  }
  
  .portfolio-slider-nav {
    bottom: 16px;
  }

  .side-nav {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: 1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
  }

  .offer-main {
    padding: 32px;
  }

  .list-nav, .portfolio-main .list-nav {
    margin-top: 0;
  }

  .team-department-container {
    width: 67%;
  }

  .team-card {
    width: 250px;
  }

  .team-card:nth-child(3n) {
    margin-right: 18px;
  }

  .team-card:nth-child(2n) {
    margin-right: 0;
  }
 
  .content .team-card-img {
    height: 285px;
    width: 100%;
  }

  .content.offer-item-description {
    -ms-flex-order: 1;
   -webkit-box-ordinal-group: 2;
   order: 2;
  }

  .offer-item:nth-child(2n) .offer-item-img, .offer-item:nth-child(2n+1) .offer-item-img {
    padding: 0 32px 0 0; 
  }

  .offer-details-tabs a.currentpage, .offer-details-tabs a.activeparent, .articles-details-tabs a.currentpage, .articles-details-tabs a.activeparent {
    font-size: 22px;
  }

  .single-product {
    margin-bottom: 64px;
  }

  .product-container, .realization-container {
    margin: 0 auto 32px;
    width: 731px;
  }

  .single-product-slider, .realization-slider {
    float: none;
    margin: 0 0 64px;
    width: 100%;
  }

  .product-container {
    padding: 32px 0 0;
  }

  .single-product-description {
    padding-top: 0;
  }

  .single-product-description p:not(:last-child),
  .single-product-description .heading-second {
    margin-bottom: 32px;
  }

  .single-product-section {
    margin-bottom: 64px;
    width: 731px;
  }

  .section-description-content, .movie-description-content {
    padding-top: 32px;
    margin-bottom: 32px;
    width: 100%;
  }

  .product-section-description .heading-second:before {
    top: -32px;
  }

  .single-product-carousel, .articles-movie-carousel, .realization-carousel {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .contact-form {
    margin-bottom: 64px;
    padding: 64px 0;
  }

  .header-second {
    padding: 32px 0 64px;
  }

  .timeline.container {
    width: 731px;
  }

  .timeline-description {
    padding: 0;
  }

  .timeline-description:not(:last-child) {
    margin-bottom: 64px;
  }

  .timeline .heading {
    margin-bottom: 32px;
  }

  .timeline-after:before, .timeline-after:after {
    border: none;
    background: #ebebeb;
    height: 100px;
    left: 128px;
    top: 80%;
    transform: none;
    width: 2px;
  }

  .timeline-item:last-of-type .timeline-after {
    display: none;
  }

  .timeline-after:after, .timeline-item:nth-child(even) .timeline-after:after {
    background: #008bd2;
    border-radius: 0;
    transition: transform 0.4s linear;
    transform: translate3d(0, -100%, 0);
  }

  .timeline-item.active .timeline-after:after, .timeline-item:nth-child(even).active .timeline-after:after {
    transform: translate3d(0, 0, 0);
    z-index: -1;
  }

  .timeline-item {
    height: auto;
    margin: 0;
    padding-bottom: 64px;
  }

  .timeline-item-content {
    width: 100%;
  }

  .timeline-item:nth-child(even) {
    padding-left: 0;
  }

  .timeline-item-img {
    -ms-preffered-size: 35%;
    flex-basis: 35%;
    max-width: 35%;
  }

  .team-featured {
    padding: 64px 0 0;
  }

  .team-featured-description {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    margin-bottom: 64px;
    max-width: 100%;
    padding-top: 0;
  }

  .team-featured-description .heading {
    margin-bottom: 32px;
  }

  .team-featured-cards {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .team-featured-cards .team-featured-card-img {
    margin-bottom: 32px;
  }

  .section {
    margin: 0 auto 64px;
    padding: 0;
    width: 731px;
  }

  .section .mobile img {
    width: 100%;
  }

  .section-first-img {
    display: none;
  }

  .article-simple.section-description {
    padding-top: 0;
  }

  .section-description {
    padding-top: 64px;
    width: 100%;
  }

  .articles-item-img {
    height: auto;
  }

  .articles-item figure img {
    top: 0;
    transform: none;
  }

  .articles-details-top .heading {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 16px 32px;
  }

  .articles-details-tabs {
    padding: 16px 32px 32px;
  }

  .articles-details-tabs .tabs-row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .articles-main {
    padding: 32px;
  }

  .content .gallery-container-second .gallery-item {
    height: 600px;
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .contact-description {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    margin-bottom: 32px;
    max-width: 100%;
  }

  .contact-links {
    -ms-preffered-size: 27%;
    flex-basis: 27%;
    max-width: 27%;
  }

  .contact-fieldset, .contact-fieldset-second {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .articles-item-description {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 2;
  }

  .articles-item-img, .articles-item:nth-child(even) .articles-item-img {
    padding: 0 32px 0 0;
  }

  .portfolio-main {
    padding: 32px;
  }

  .portfolio-main-top {
    background: #ffffff;
    margin-bottom: 32px;
    padding: 32px;
    position: sticky;
    top: 0;
    z-index: 1;
  }

  .portfolio-main-top .menu-button-line:before {
    background: #ffffff;
  }

  .portfolio-main-top .heading {
    padding-right: 16px;
  }

  .portfolio-main-top nav.col {
    display: none;
  }

  .portfolio-main-top .sub-mobile-button {
    display: inline-block;
  }

  .portfolio-main .portfolio-slider {
    height: 400px;
    -ms-preffered-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .portfolio-main .portfolio-item-description {
    -ms-preffered-size: 50%;
    flex-basis: 50%;
    margin: 0;
    padding: 0 0 0 32px;
    max-width: 50%;
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
    order: 2;
  }

  .mosaic-list .portfolio-main .portfolio-item-description {
    -ms-preffered-size: 320px;
     flex-basis: 320px;
     max-width: 320px;
  }

  .portfolio-main .portfolio-item:nth-child(odd) .portfolio-item-description, .portfolio-main .portfolio-item:nth-child(even) .portfolio-item-description {
    margin: 0;
  }

  .modal-mobile-menu .portfolio-main-list {
    box-shadow: none;
    pointer-events: all;
    transform: none;
    opacity: 1;
  }

  .modal-mobile-menu .portfolio-main-list a:before {
    display: none;
  }

  .modal-mobile-menu .portfolio-main-list a {
    font-size: 24px;
  }

  .section-second .heading {
    margin-bottom: 32px;
  }

  .section-second-img {
    margin-top: 0px;
  }

  .section-second {
    margin: 64px 0;
  }

  .section-third-img {
    margin: 32px 0;
  }

  .articles-movie-section {
    margin-bottom: 64px;
    width: 731px;
  }

  .section-third {
    margin: 64px 0; 
  }

  .section-gallery {
    margin: 64px 0;
  }

  .gallery-container {
    margin: 32px 0 0;
  }

  .gallery-col {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  } 

  .header-fourth {
    padding-bottom: 0;
  }

  .article-top .heading {
    -ms-preffered-size: 450px;
    flex-basis: 450px;
    max-width: 450px;
  }

  .article-footer-top {
    margin-bottom: 32px;
  }

  .article-rating {
    margin-bottom: 32px;
  }

  .article-footer {
    margin-bottom: 64px;
  }

  .section-comments {
    padding: 64px 0;
  }

  .checkbox label {
    display: block;
    padding: 8px 12px 8px 50px;
    width: 400px;
  }

  .comment-item {
    padding: 0 0 32px;
  }

  .realization-container {
    padding: 0;
  }

  .realization-section {
    margin-bottom: 64px;
    width: 731px;
  }

  .realization {
    margin-bottom: 64px;
  }

  .single-product-header, .realization-header, .single-product-header, .realization-header, .realization-simple .realization-header, .single-product-simple .single-product-header {
    padding: 32px;
  }

  .realization-simple .realization-description, .single-product-simple .single-product-description {
    padding: 32px 0;
  }

  .realization-footer .heading-second {
    margin-bottom: 16px;
  }

  .realization-social-media {
    margin-bottom: 32px;
  }

  .single-product-header .heading, .realization-header .heading {
    -ms-preffered-size: 420px;
    flex-basis: 420px;
    max-width: 420px;
  }

  .gallery-container-second {
    margin-top: 96px;
  }

  .heading, .content .heading {
    font-size: 32px;
  }

  .product-social-media {
    margin-bottom: 32px;
  }

  .realization-description {
    padding-top: 0;
  }

  .product-slider-prev, .product-slider-next,
  .product-carousel-prev, .product-carousel-next,
  .article-carousel-prev, .article-carousel-next,
  .realization-slider-prev, .realization-slider-next, 
  .realization-carousel-prev, .realization-carousel-next {
    opacity: 1;
  }

  .product-slider-nav li, .articles-carousel-nav li, .realization-slider-nav li, .realization-carousel-nav li {
    -ms-preffered-size: 24%;
    flex-basis: 24%;
    max-width: 24%;
    padding: 0 0.5%;
  }

  .header-second .header-content {
    box-sizing: border-box;
    padding: 0 32px;
    width: 100%;
  }

  .team.container {
    width: calc(100% - 64px);
  }

  .team-department-container {
    padding-left: 235px;
    width: 100%;
  }

  .team .tab-nav {
    top: 140px;
  }

  .team-mobile-menu {
    display: none;
  }

  .main-third {
    padding: 32px 0;
  }
}

@media only screen and (max-width: 837px) {
  .header-search {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin-bottom: 32px;
    text-align: center;
  }

  .header-contact {
    margin: 0;
  }

  .header-search .search-text {
    width: 100%;
  }

  .header-content .slide {
    padding: 0 64px;
  }

  .header-content .slide .slide-heading {
    font-size: 32px;
  }

  .header-content .arrows .prev:after, .header-content .arrows .next:after {
    font-size: 45px;
  }

  .slider-nav ul {
    width: 100%;
  }

  .news {
    box-sizing: border-box;
    margin-bottom: 64px;
    padding: 0 32px;
    width: 100%;
  }

  .news-tabs {
    padding: 32px 0;
  }

  .card-item {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    min-width: 100%;
  }

  .card-item figure {
    width: 100%;
  }

  a.card-item-content {
    min-height: auto;
    padding-bottom: 64px;
  }

  .about {
    padding: 0 32px;
    width: 100%;
  }

  .offer-description {
    margin-right: 0;
  }

  .offer .container,
  .container,
  .brands .container,
  .installations .carousel {
    box-sizing: border-box;
    padding: 0 32px;
    width: 100%;
  }

  .offer-nav a {
    width: 50%;
  }

  .offer-nav li {
    width: 48.2%;
  }

  .offer-nav li:nth-child(2n) {
    margin-right: 0;
  }

  .offer-nav a {
    box-sizing: border-box;
    padding: 4px;
    width: 100%;
  }

  .brands .carousel-container {
    width: 80%;
  }

  .brands li {
    -ms-preffered-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .installations a.card-item-content {
    width: 100%;
  }

  .footer-first-col {
    padding: 32px;
  }

  .footer-second-col .row {
    box-sizing: border-box;
    padding: 0 32px;
    width: 100%;
  }

  .installations a.card-item-content {
    min-height: auto;
    padding-bottom: 64px;
  }

  .footer-logo, .footer-menu ul {
    width: 100%;
  }

  button.transfer-button {
    bottom: 48px;
    right: 16px;
  }

  .sub-mobile-menu {
    padding: 32px 32px 16px;
  }

  .offer-details-tabs {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding: 16px 32px 32px;
  }

  .offer-item-img .mobile, .articles-item-img .mobile {
    display: block;
    margin-bottom: 32px 
  }

  .offer-item:nth-child(2n) .offer-item-img,
  .offer-item:nth-child(2n+1) .offer-item-img,
  .articles-item-img,
  .articles-item:nth-child(even) .articles-item-img {
    padding: 0;
  }

  .offer-item-description, 
  .offer-item-img,
  .articles-item-img,
  .articles-item-description {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .offer-item-img {
    height: auto;
  }

  .offer-item-img img {
    height: 300px;
    top: 0;
    transform: none;
  }

  .heading-before:before {
    display: none;
  }

  .offer-item-description .heading-second,
  .articles-item-description .heading-second {
    display: none;
  }

  .timeline-item-img {
    height: 220px;
    -ms-preffered-size: 220px;
    flex-basis: 220px;
    max-width: 220px;
  }

  .article-simple.article-top .button {
    margin-bottom: 32px;
  }

  .article-simple.article-top {
    padding: 32px;
  }

  .section, .timeline.container {
    padding: 0 32px;
    width: 100%;
  }

  .timeline-after:before, .timeline-after:after {
    left: 110px;
  }

  .contact-form .container {
    padding: 0 32px;
  }

  .contact-form .heading {
    margin-left: 0;
    width: 100%;
  }

  .contact-form .heading-second {
    margin: 0 0 32px 0;
  }

  .contact-details {
    -ms-preffered-size: 42%;
    flex-basis: 42%;
    max-width: 42%;
  }

  .portfolio-main .portfolio-item-description {
    padding: 0;
  }

  .portfolio-main .portfolio-item-description, .portfolio-main .portfolio-slider {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .portfolio-time {
    margin-top: 0;
  }

  .mosaic-list .portfolio-main .portfolio-slider {
    margin-bottom: 80px;
  }

  .portfolio-main .portfolio-slider {
    height: 476px;
    margin-bottom: 48px;
  }

  .mosaic-list .portfolio-item-description .button {
    bottom: -24px;
    left: 32px
  }

  .mosaic-list .portfolio-main .portfolio-item-description {
    -ms-preffered-size: 200px;
    flex-basis: 200px;
    max-width: 200px;
  }

  .portfolio-item-description .heading-second {
    display: none;
  }

  .portfolio-main .portfolio-slide {
    height: 424px;
  }

  .portfolio-item .mobile {
    display: block;
    margin-bottom: 32px;
  }

  .product-container, .realization-container, .single-product-section, .realization-section {
    padding: 32px;
    width: 100%;
  }

  .heading, .content .heading {
    font-size: 32px;
  }

  .single-product-header .heading, .realization-header .heading {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .button-third {
    padding: 16px 10px 16px 32px;
    margin-bottom: 32px;
  }

  .button-third:before {
    top: 20px;
  }

  .pages ul {
    padding: 32px;
  }

  .mosaic-list .articles-item-img img {
    min-width: unset;
  }

  .mosaic-list .offer-item, .mosaic-list .articles-item, .mosaic-list .portfolio-item {
    -ms-preffered-size: 50%;
    flex-basis: 50%;
    margin-bottom: 64px;
    max-width: 50%;
    padding: 0 32px 32px 32px;
  }

  .mosaic-list .offer-item-img, .mosaic-list .articles-item-img {
    margin-bottom: 32px;
    position: static;
    height: 300px;
  }

  .mosaic-list .offer-item-description .button, .mosaic-list .articles-item-description .button {
    bottom: -24px;
    left: 32px;
  } 
  
  .article-top {
    padding: 0 32px 32px;
  }

  .article-top .heading {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: 2;
  }

  .article-top .button {
    margin: 0 0 16px;
  }

  .articles-movie-section {
    padding: 0 32px;
    width: 100%;
  }

  .article-rating, .article-social {
    padding-left: 0;
  }

  .rating label {
    padding: 18px;
  }

  .article-rating .button {
    margin-top: -10px;
    padding-bottom: 10px;
  }

  .article-rating .heading-second, .article-social .heading-second {
    font-size: 20px;
  }

  .article-social-nav .fb:before {
    font-size: 32px;
  }

  .article-social-nav .yt:before {
    font-size: 30px;
  }

  .article-social-nav a {
    width: 48px;
  }

  .rating label:before, .rating label:after {
    font-size: 27px;
  }

  .article-simple.article-top .heading {
    min-height: unset;
  }

  .header-fourth {
    padding: 0;
  }

  .portfolio-main-top {
    margin-bottom: 0;
    padding: 32px 0;
  }

  .contact-map {
    margin-bottom: 64px;
  }  

  .product-slider-nav li, .single-product-carousel-nav li, .articles-carousel-nav li, .realization-slider-nav li, .realization-carousel-nav li {
    -ms-preffered-size: 33%;
    flex-basis: 33%;
    max-width: 33%;
    padding: 0 0.5%;
  }

  .product-slider-nav li button, .single-product-carousel-nav li button, .articles-carousel-nav li button, .realization-slider-nav li button, .realization-carousel-nav li button {
    max-width: 171px;
    width: 100%;
  }

  .offer .heading-second, .offer-description, .offer .heading {
    margin-bottom: 32px;
  }

  .contact-container {
    margin-bottom: 64px;
  }

  .header-second .heading:not(:last-child) {
    margin-bottom: 32px;
  }

  .content h3 {
    margin-bottom: 32px;
  }

  .header-second p:last-child {
    margin-bottom: 0;
  }

  .realization-description .heading-second, .realization-description p:not(:last-child) {
    margin-bottom: 32px;
  }

  .search-results-container.container {
    padding: 32px 0;
  }

  .team.container {
    padding: 0;
    overflow: hidden;
  }

  .team .tab-nav {
    background: #ffffff;
    height: 0;
    left: auto;
    right: 0;
    top: 100px;
    transition: height 0.2s linear;
  }

  .team .tab-nav .tab-list {
    padding: 8px 16px;
  }

  .team-mobile-button {
    position: absolute;
    right: 0;
    top: 74px;
    z-index: 1;
  }

  .team-card .heading-second + .team-contact-list {
    margin-top: 32px;
  }

  .team-card {
    margin-bottom: 32px;
  }

  .team .team-mobile-menu:checked + .team-mobile-button + .tab-nav {
    height: 400px;
  }

  .team-mobile-button .sub-mobile-button {
    margin: 0;
    pointer-events: none;
  }

  .team-mobile-button .menu-button-line:before {
    background: #ffffff;
  }

  .main-third {
    padding-top: 0px;
  }

  .team-department-container {
    padding: 0;
    text-align: center;
  }

  .team-card {
    text-align: left;
  }

  .team-mobile-menu.team-mobile-button {
    display: block;
  }

  .realization-simple .realization-header .button, .single-product-simple .single-product-header .button {
    order: -1;
  }

  .realization-simple .realization-description, .single-product-simple .single-product-description {
    padding-top: 0;
  }
}

@media only screen and (max-width: 608px) {
  .compsoul-modal-container.modal-active {
    z-index: 10;
  }

  .header-logo {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .header-logo a {
    margin: 0 auto;
  }

  .header-logo .logo-img {
    margin: 0 auto 32px;
  }

  .header-logo .logo-slogan {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;  
  }

  .header-logo .logo-slogan:before {
    display: none;
  }

  .header-logo .logo-slogan {
    margin: 0;
    text-align: center;
  }

  .header-content .slide .slide-heading {
    font-size: 28px;
    line-height: 1.1;
  }

  .news-top .heading {
    font-size: 32px;
  }

  .heading:after {
    height: 10px;
    width: 64px;
  }

  .tabs-row {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .news-tabs button {
    padding-left: 0;
  }

  .news-tabs button.active:after {
    left: 0;
  }

  .news-tabs li {
     margin-bottom: 12px;
  }

  .news-tabs li:after, .news-tabs li:before {
   opacity: 0;
  }

  .news-tabs button.active:hover:before, .news-tabs button.active:focus:before {
    left: 70%;
  }

  .card-heading {
    font-size: 22px;
  }

  .card-item time {
    font-size: 18px;
  }

  .offer-nav li {
    margin: 0 0 16px 0;
    width: 100%;
  }

  .offer-nav a {
    padding: 8px;
  }

  .brands .carousel-container {
    width: 65%;
  }

  .brands li {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-row {
    flex-flow: row wrap;
  }

  .footer-second-col .row {
    -ms-flex-pack: center;
    -webkit-box-pack: center;
    justify-content: center;
  }

  .footer-social li {
    margin: 0;
  }

  .footer-form {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    order: -1;
    padding: 0 0 32px;
  }

  .footer-second-col {
    padding-top: 64px;
  }

  .footer-third-col {
    -ms-preffered-size: 236px;
    flex-basis: 236px;
    max-width: 236px;
    margin-bottom: 32px;
  }

  .modal-mobile-menu ul li li {
    padding-left: 16px;
  }

  .tabs-row {
    -ms-flex-align: start;
    -webkit-box-align: start;
    align-items: flex-start;
  }

  .offer-details-tabs a, .articles-details-tabs a {
    display: inline-block;
    font-size: 22px;
    margin-bottom: 16px;
    padding: 0.217em 1.10em 0.217em 0;
  }

  .offer-details-tabs a.currentpage, .offer-details-tabs a.activeparent, .articles-details-tabs a.currentpage, .articles-details-tabs a.activeparent {
    font-size: 28px;
  }

  .offer-details-tabs a.currentpage:after, .offer-details-tabs a.activeparent:after, .articles-details-tabs a.currentpage:after, .articles-details-tabs a.activeparent:after {
    left: 0;
  }

  .offer-details-tabs li:before, .offer-details-tabs li:after,
  .articles-details-tabs li:before, .articles-details-tabs li:after {
    opacity: 0;
  }

  .page-list .prev-col {
    margin-right: 16px;
  }

  .page-list .next-col, .page-list .prev-col {
    margin: 0;
  }

  .timeline-item-content {
    -webkit-flex-direction: column;
    flex-direction: column;
  }

  .timeline-item-img {
    margin-bottom: 32px;
    width: 220px;
  }

  .timeline-after {
    display: none;
  }

  .timeline-item-description {
    line-height: 1.3;
    -ms-preffered-size: 298px;
    max-width: 100%;
    width: 100%;
  }

  .content .gallery-container-second .gallery-item {
    height: 400px;
  }

  .section-gallery {
    margin-bottom: 32px;
    padding-top: 32px;
  }

  .articles-movie-section {
    padding: 0 16px;
  }

  .contact-details {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .contact-links {
    -ms-preffered-size: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .mosaic-list .offer-item, .mosaic-list .offer-item, .mosaic-list .articles-item, .mosaic-list .portfolio-item {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .list-nav, .portfolio-main .list-nav {
    display: none;
  }

  .product-slides-container, .single-product-slider .slide figure, .realization-slides-container, .realization-slider .slide figure {
    height: 460px;
  }

  .single-product-slider, .realization-slider {
    height: 582px;
  }

  .article-social-nav {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    margin-left: -14px;
    max-width: 100%;
  }

  .article-social .heading-second {
    margin-bottom: 16px;
  }

  .article-rating .button {
    margin-left: 16px;  
  }  

  .contact-message {
    -ms-preffered-size: 236px;
    flex-basis: 236px;
    max-width: 236px;
  }

  .articles-details-tabs ul {
    margin: 0;
  }

  .pages a {
     padding: 6px 16px 12px 4px;
  }

  .page-list .next, .page-list .prev {
    height: 30px;
    width: 30px;
  }

  .portfolio-slider-nav {
    bottom: 16px;
  }

  .mosaic-list .portfolio-main .portfolio-item-description {
    flex-basis: 120px;
    max-width: 320px;
  }
}

@media only screen and (max-width: 500px)  {
  .header-first-row {
    padding: 16px 16px 32px;
  }
  
  .phone-icon span, .mail-icon span {
    display: none;
  }

  .header-contact a {
    height: 32px;
    padding: 0px;
    width: 32px;
  }

  .header-contact .phone-icon:before, .header-contact .mail-icon:before {
    left: 0;
    top: 50%;
  }

  .header-contact .mail-icon:before {
    font-size: 25px;
  }

  .header-contact a.phone-icon {
   margin-right: 16px;
  }

  .header-contact .phone-icon:before {
   font-size: 32px;
  }
  
  .header-content .slide {
    padding: 0 16px;
  }

  .slider-nav button {
    padding: 6px 20px 12px 4px;
  }

  .header-content .arrows .prev, .brands-prev {
    left: 0;
  }

  .header-content .arrows .next, .brands-next {
    right: 0;
  }

  .news, .about, .offer .container, .container, .brands .container, .installations .carousel, .installations-nav, .footer-second-col .row {
    padding: 0 16px;
  }

  .card-item figure {
    height: 300px;
  }

  .footer-logo .logo-img {
    margin: 0 auto 16px;
  }

  .footer-logo .logo-slogan:before {
    display: none;
  }

  .footer-logo .logo-slogan {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
    margin: 0;
    text-align: center;
  }

  .footer-menu ul {
    height: auto;
    margin: 0 auto;
    width: 250px;
  }

  .news-top .heading {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .footer-second-col {
    box-sizing: border-box;
    padding: 32px 16px;
    max-width: 100%;
  }

  .modal-mobile-menu .mobile-menu > ul, .modal-mobile-menu .compsoul-modal-content > ul {
    padding: 32px;
  }

  .modal-mobile-menu ul li li {
    padding-left: 8px;
  }

  .header-search {
    margin-bottom: 32px;
  }

  .header-search .search-text {
    width: 90%;
  }

  .menu-mobile-button {
    height: 24px;
    width: 24px;
  }

  .header-lang ul {
    height: 30px;
  }

  .header-lang .active, .header-lang .dropdown {
    font-size: 17px;
  }

  .header-lang ul:hover, .header-lang ul:focus-within {
    height: 67px;
  }

  .menu-mobile-button:before {
    top: 2px;
  }

  .menu-mobile-button:after {
    bottom: 2px;
  }

  .main {
    padding-top: 32px;
  }

  .about {
    margin-bottom: 32px;
  }

  .offer, .brands, .installations {
    padding: 32px 0;
  }

  .brands .heading {
    margin-bottom: 16px;
  }

  .installations-nav {
    top: 54px;
  }

  .footer-form input, .footer-form textarea {
    width: 100%;
    font-size: 14px;
    min-width: unset;
  }

  .main-second {
    padding-top: 0;
  }

  .header-third {
    padding: 0;
  }

  .offer-details-top .heading,
  .articles-details-top .heading {
    padding: 32px 16px;
  }

  .sub-mobile-menu {
    padding: 32px 16px 16px;
  }

  .offer-main {
    padding: 32px 16px;
  }

  .pages ul {
    padding: 16px 0;
  }

  .offer-item:last-of-type, .articles-item:last-of-type {
    padding-bottom: 0;
  }

  .section-description {
    padding-top: 32px;
  }

  .article-simple.article-top {
    padding: 16px;
  }

  .section, .timeline.container {
    padding: 0 16px;
  }

  .timeline-item {
    padding-bottom: 32px;
  }

  .timeline-item-img {
   margin-bottom: 16px;
  }

  .articles-main {
    padding: 16px 16px 32px 16px;
  }

  .portfolio-top {
    padding: 16px 16px 32px;
  }

  .portfolio-main {
    padding: 16px;
  }

  .portfolio-main-top {
    padding: 16px 0;
  }

  .portfolio-main .portfolio-slide figure {
    background: center center no-repeat;
    background-size: contain;
  }

  .portfolio-main .portfolio-item {
    padding: 16px 0;
  }

  .gallery-container-second {
    margin-top: 48px;
    padding: 0 16px;
  }

  .heading, .content .heading {
    font-size: 28px;
  }

  .section-gallery .heading {
    font-size: 26px;
    margin-bottom: 16px;
  }

  .offer-item, .offer-item-description {
    padding: 16px 0;
  }

  .product-container, .realization-container, .single-product-section, .realization-section {
    padding: 0 16px;
  }

  .product-slides-container, .single-product-slider .slide figure, .realization-slides-container, .realization-slider .slide figure {
    height: 360px;
  }

  .single-product-slider, .realization-slider {
    height: 482px;
  }

  .single-product-section {
    margin-bottom: 32px;
  }

  .contact-social {
    -ms-preffered-size: 15%;
    flex-basis: 15%;
    max-width: 15%;
  }

  .contact-links {
    -ms-preffered-size: 57%;
    flex-basis: 57%;
    max-width: 57%;
  }

  .contact-container {
    margin-bottom: 32px;
  }

  .contact-form {
    margin-bottom: 0px;
    padding: 32px 0;
  }

  .contact-form .container {
    padding: 0 16px;
  }

  .contact-form {
    padding: 32px 0;
  }

  .header-second {
    padding: 8px 0;
  }

  .article-footer {
    margin-bottom: 32px;
  }

  .contact-input {
    height: 40px;
  }

  .single-product-media, .realization-media {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .product-social-media, .product-print, .realization-social-media, .realization-social-media, .realization-print {
    -ms-flex-pack: start;
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start;
  }

  .product-social-media, .realization-social-media {
    margin-bottom: 16px;
  }

  .single-product-download, .realization-download {
    margin-bottom: 16px;
  }

  .header-second .header-content {
    padding: 0 16px;
  }

  .article-top {
    padding: 0 16px 32px;
  }

  .article-rating .heading-second {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    margin-bottom: 8px;
    max-width: 100%;
  }

  .rating {
    margin: 0;
  }

  .article-rating .button {
    margin-left: 8px;
    padding: 10px 40px 2px 10px;
  }

  .article-rating .button:before {
    top: 21px;
  }

  .article-download {
    -ms-preffered-size: 100%;
    flex-basis: 100%;
    margin-bottom: 16px;
    max-width: 100%;
  }

  .section-comments .heading {
    margin-bottom: 16px;
    position: relative;
  }

  .section-comments .comment-counter {
    display: block;
    margin: 8px 0 0 0;
  }

  .section-comments .heading:after {
    position: absolute;
    left: 180px;
    top: 19px;
  }

  .content .comment-form {
    margin: 0;
    padding: 16px;
  }

  .comment-form input, .comment-form textarea {
    margin-bottom: 16px;
    padding: 24px 32px;
  }

  .comment-form fieldset {
    margin-bottom: 16px;
  }

  .checkbox label, .checkbox {
    box-sizing: border-box;
    width: 100%;
  }

  .comment-form .button {
    float: none;
  }

  .content .comment-form:hover, .content .comment-form:focus-within {
    height: 600px;
  }

  .section-description p, .section-second .heading, .section-third .heading, .articles-movie-description .heading-second {
    margin-bottom: 16px;
  }

  .content address, .content article, .content aside, .content blockquote, .content details, .content dialog, .content dd, .content dl, .content dt, .content fieldset, .content figcaption, .content figure, .content footer, .content form, .content h1, .content h2, .content h3, .content h4, .content h5, .content h6, .content header, .content hgroup, .content hr, .content main, .content nav, .content p, .content pre, .content section, .content table {
    margin-bottom: 16px;
  }

  .section, .section-second, .section-third, .articles-movie-section {
    margin-bottom: 32px;
  }

  .section-third-img {
    margin: 16px 0;
  }

  .articles-movie-description .heading-second:before {
    top: -16px;
  }

  .section-gallery {
    margin: 32px 0;
    padding-top: 0;
  }

  .realization-simple .realization-description, .single-product-simple .single-product-description {
    padding-bottom: 16px;
  }

  .single-product-header, .realization-header, .realization-simple .realization-header, .single-product-simple .single-product-header {
    padding: 0 16px 16px;
  }

  .realization-description .heading-second, .realization-description p:not(:last-child), .single-product-description p:not(:last-child), .single-product-description .heading-second {
    margin-bottom: 16px;
  }

  .single-product, .realization {
    margin-bottom: 32px;
  }

  .content .gallery-container-second .gallery-item {
    margin-bottom: 48px;
  }

  .menu-mobile-button {
    right: 16px;
    top: 30px;
  }

  .footer-menu {
    text-align: center;
  }

  .footer-menu a:before {
    left: calc(50% + 4px); 
  }

  .footer-menu a:after {
    left: calc(50% - 4px)
  }

  .footer-bottom {
    padding: 8px 16px;
  }

  .offer-details-tabs, .articles-details-tabs {
    padding: 16px;
  }

  .contact-container .heading {
    margin-bottom: 32px;
  }

  .header-second .heading {
    margin-bottom: 16px;
  }

  .header-second .header-content-second {
    padding-bottom: 8px;
  }

  .main-third {
    padding-top: 0;
  }

  .team-department-item .heading {
    font-size: 24px;
    margin-bottom: 32px;
    min-height: 76px;
  }

  .team-department-item .heading span:before {
    right: 0;
  }

  .team-department-item .heading span:after {
    display: none;
  }

  .team-mobile-button {
    right: 16px;
    top: 24px;
  }

  .team.container {
    box-sizing: border-box;
    padding: 24px 16px 0;
    width: 100%;
  }

  .modal-second .compsoul-modal-content {
    padding: 16px 16px 48px 16px;
  }

  .button.cookies-accept {
    bottom: 16px;
  }
}

@media only screen and (max-width: 380px) {
  .header-content .slides, .header-content .slide {
    height: 540px;
  }
}
/* cmsms stylesheet: Slider modified: 22.01.2021 17:53:19 */
.compsoul-slider {
  height: 100vh;
  overflow: hidden;
  position: relative;
}

.compsoul-slide-hidden {
  border: 0;
  clip: rect(0 0 0 0); 
  height: 1px; 
  overflow: hidden; 
  padding: 0;
  position: absolute; 
  margin: -1px;
  width: 1px;
}

.compsoul-slide-content {
  bottom: 128px;
  left: 128px;
  position: absolute;
  right: 0;
}

.compsoul-slide-content .compsoul-slide-heading {
  padding: 0 0 0 32px;
}

.compsoul-slide-content .compsoul-slide-heading {
  color: #ffffff;
  font-size: 32px;
  line-height: 1.2;
}

.compsoul-slide-content .compsoul-slide-heading span {
  display: inline-block;
  line-height: 1;
  position: relative;
  z-index: 0;
}

.compsoul-slide-content .compsoul-slide-heading span:before {
  background: #008bd2;
  bottom: -3px;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 2px;
  z-index: -1;
}

.compsoul-slide-content .compsoul-slide-description {
  background: #00000090;
  color: #ffffff;
  padding: 32px;
  line-height: 1.4;
  margin: 32px 0 0;
  max-width: 460px;
}

.compsoul-slide-content .compsoul-slide-more {
  margin: 32px 0 0;
  text-align: right;
  width: 524px;
}

.compsoul-slide-content .compsoul-slide-more .compsoul-slide-button {
  backgrond: none;
  color: #ffffff;
  display: inline-block;
  font-size: 16px;
  height: auto;
  padding: 16px 21px;
  position: relative;
  text-decoration: none;
  width: auto;
  z-index: 0;
}

.compsoul-slide-content .compsoul-slide-more .compsoul-slide-button:before, .compsoul-slide-content .compsoul-slide-more .compsoul-slide-button:after {
  background: #000000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -2;
}

.compsoul-slide-content .compsoul-slide-more .compsoul-slide-button:after {
  background: #008bd2;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}

.compsoul-slide-content .compsoul-slide-more .compsoul-slide-button:hover:after {
  opacity: 1;
}

.compsoul-slide {
  height: 100%;
  left: 0;
  position: absolute;
  pointer-events: none;
  top: 0;
  width: 100%;
}

.compsoul-slide.compsoul-active {
  z-index: 1;
  pointer-events: auto;
}

.compsoul-slide .compsoul-slide-figure {
  background: no-repeat center;
  background-size: cover;
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: -1;
}

.compsoul-slide-button {
  background: #000000;
  border: none;
  cursor: pointer;
  font-size: 2.6px;
  height: 16em;
  outline: 1px solid #008bd200;
  padding: 0;
  transition: outline 0.4s;
  width: 16em;
}

.compsoul-slide-button:focus, .compsoul-slide-button:focus-within {
  outline: 1px solid #008bd2ff;
}

.compsoul-slide-next {
  right: 8em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}

.compsoul-slide-prev {
  left: 8em;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 5;
}

.compsoul-slide-next, .compsoul-slide-prev {
  cursor: default;
  opacity: 0;
  text-align: center;
  transition: opacity 0.4s, outline 0.4s;
}

.compsoul-slide-next.compsoul-active, .compsoul-slide-prev.compsoul-active {
  cursor: pointer;
  opacity: 1;
}

.compsoul-slide-next.compsoul-loading, .compsoul-slide-prev.compsoul-loading {
  cursor: progress;
}

.compsoul-slide-next:before, .compsoul-slide-prev:before {
  border-top: 1em solid #ffffff;
  border-right: 1em solid #ffffff;
  box-sizing: content-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 4em;
  padding: 0 0 1em 1em;
  transform: rotate(45deg) translate(-25%, 25%);
  transition: opacity 0.4s, border 0.4s;
  width: 4em;
}

.compsoul-slide-next:hover:before, .compsoul-slide-prev:hover:before {
  border-top: 1em solid #008bd2;
  border-right: 1em solid #008bd2;
}

.compsoul-slide-next:after, .compsoul-slide-prev:after {
  animation: compsoul-loading 1s infinite;
  animation-play-state: paused;
  border-bottom: 1em solid #ffffff00;
  border-left: 1em solid #ffffff;
  border-right: 1em solid #ffffff;
  border-top: 1em solid #ffffff00;
  border-radius: 100%;
  box-sizing: content-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 6em;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s, border 0.4s;
  width: 6em;
}

@keyframes compsoul-loading {
  from {
    transform: translate(-50%, -50%) rotate(0deg);
  }

  to {
    transform: translate(-50%, -50%) rotate(360deg);
  }
}

.compsoul-slide-next.compsoul-loading:before, .compsoul-slide-prev.compsoul-loading:before {
  opacity: 0;
}

.compsoul-slide-next.compsoul-loading:after, .compsoul-slide-prev.compsoul-loading:after {
  animation-play-state: running;
  cursor: progress;
  opacity: 1;
}

.compsoul-slide-next.compsoul-loading:hover:after, .compsoul-slide-prev.compsoul-loading:hover:after {
  border-left: 1em solid #ff0000;
  border-right: 1em solid #ff0000;
}

.compsoul-slide-prev:before {
  transform: rotate(-135deg) translate(-25%, 25%);
}

.compsoul-slide-navigation {
  bottom: 0;
  font-size: 0;
  left: 50%;
  position: absolute;
  transform: translate(-50%, 0);
  z-index: 5;
}

.compsoul-slide-navigation .compsoul-slide-nav {
  display: inline-block;
  cursor: pointer;
}

.compsoul-slide-navigation .compsoul-slide-nav * {
  pointer-events: none;
}

.compsoul-slide-navigation button {
  background: none;
  border: 0;
  box-sizing: content-box;
  display: block;
  font-size: 1px;
  padding: 4em 2em;
}

.compsoul-slide-navigation button:focus, .compsoul-slide-navigation button:focus-within {
  outline: none;
}

.compsoul-slide-navigation .compsoul-slide-point {
  background: #000000;
  border: 1em solid #008bd200;
  border-radius: 100%;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 20em;
  padding: 0;
  position: relative;
  transition: border 0.2s linear;
  width: 20em;
}

.compsoul-slide-navigation .compsoul-active .compsoul-slide-point, .compsoul-slide-navigation button:focus .compsoul-slide-point, .compsoul-slide-navigation button:focus-within .compsoul-slide-point, .compsoul-slide-navigation .compsoul-slide-nav:hover .compsoul-slide-point {
  border: 3em solid #008bd2ff;
}

.compsoul-slide-navigation .compsoul-loading button:focus .compsoul-slide-point, .compsoul-slide-navigation .compsoul-loading button:focus-within .compsoul-slide-point, .compsoul-slide-navigation .compsoul-slide-nav.compsoul-loading:hover .compsoul-slide-point {
  border: 3em solid #ff0000ff;
}

.compsoul-slide-navigation .compsoul-slide-point:before {
  background: #ffffff00;
  border: 2em solid #ffffff;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  display: inline-block;
  height: 10em;
  left: 50%;
  opacity: 1;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: background 0.4s, opacity 0.4s;
  width: 10em;
}

.compsoul-slide-navigation .compsoul-slide-point:after {
  animation: compsoul-loading 1s infinite;
  animation-play-state: paused;
  border-bottom: 2em solid #ffffff00;
  border-left: 2em solid #ffffff;
  border-right: 2em solid #ffffff;
  border-top: 2em solid #ffffff00;
  border-radius: 100%;
  box-sizing: border-box;
  content: "";
  cursor: pointer;
  height: 16em;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.4s;
  width: 16em;
}

.compsoul-slide-navigation .compsoul-loading .compsoul-slide-point:before {
  opacity: 0;
}

.compsoul-slide-navigation .compsoul-loaded .compsoul-slide-point:before {
  background: #ffffff;
}

.compsoul-slide-navigation .compsoul-loading .compsoul-slide-point:after {
  animation-play-state: running;
  opacity: 1;
}

.compsoul-slide-timeline {
  height: 3px;
  left: 0;
  position: absolute;
  top: 0;
  z-index: 5;
  width: 100%;
}

.compsoul-slide-timeline:before {
  animation: compsoul-slide-timeline 5s linear forwards;
  animation-play-state: paused;
  background: #008bd2;
  content: "";
  display: block;
  height: 100%;
  transform: translate(-100%, 0);
  width: 100%;
}

.compsoul-slider .compsoul-slide-timeline.compsoul-active:before {
  animation-play-state: running;
}

.compsoul-slider:hover .compsoul-slide-timeline:before {
  animation-play-state: paused;
}

.compsoul-slide-timeline.compsoul-unset:before {
  animation: unset;
}

@keyframes compsoul-slide-timeline {
  from {
    transform: translate(-100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.compsoul-slider-fade .compsoul-slide {
  background: #ffffff;
  opacity: 0;
}

.compsoul-slider-fade .compsoul-slide.compsoul-next, .compsoul-slider-fade .compsoul-slide.compsoul-prev {
  opacity: 0.01;
  z-index: 3;
}

.compsoul-slider-fade .compsoul-slide.compsoul-previous {
  opacity: 1;
  z-index: 2;
}

.compsoul-slider-fade .compsoul-slide.compsoul-active {
  opacity: 1;
  transition: opacity 0.4s;
  z-index: 4;
}

.compsoul-slider-fade .compsoul-slide.compsoul-active.compsoul-previous {
  transition: unset;
}

.compsoul-slider-fade .compsoul-slide.compsoul-first {
  transition: unset;
}

.compsoul-slider-vertical {
  overflow: hidden;
}

.compsoul-slider-vertical .compsoul-slide {
  background: #ffffff;
  opacity: 0;
}

.compsoul-slider-vertical .compsoul-slide.compsoul-previous {
  opacity: 1;
  z-index: 2;
}

.compsoul-slider-vertical .compsoul-slide.compsoul-active {
  opacity: 1;
  z-index: 4;
}

.compsoul-slider-vertical .compsoul-slide.compsoul-direction-down {
  animation: compsoul-slider-vertical-left 0.4s ease-out forwards;
}

@keyframes compsoul-slider-vertical-left {
  from {
    transform: translate(0, -100%);
  }

  to {
    transform: translate(0, 0);
  }
}

.compsoul-slider-vertical .compsoul-slide.compsoul-direction-up {
  animation: compsoul-slider-vertical-right 0.4s ease-out forwards;
}

@keyframes compsoul-slider-vertical-right {
  from {
    transform: translate(0, 100%);
  }

  to {
    transform: translate(0, 0);
  }
}

.compsoul-slider-vertical .compsoul-slide.compsoul-first, .compsoul-slider-vertical .compsoul-slide.compsoul-previous {
  animation: unset;
}

.compsoul-slider-horizontal {
  overflow: hidden;
}

.compsoul-slider-horizontal .compsoul-slide {
  background: #ffffff;
  opacity: 0;
}

.compsoul-slider-horizontal .compsoul-slide.compsoul-previous {
  opacity: 1;
  z-index: 2;
}

.compsoul-slider-horizontal .compsoul-slide.compsoul-active {
  opacity: 1;
  z-index: 4;
}

.compsoul-slider-horizontal .compsoul-slide.compsoul-direction-down {
  animation: compsoul-slider-horizontal-left 0.4s ease-out forwards;
}

@keyframes compsoul-slider-horizontal-left {
  from {
    transform: translate(-100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.compsoul-slider-horizontal .compsoul-slide.compsoul-direction-up {
  animation: compsoul-slider-horizontal-right 0.4s ease-out forwards;
}

@keyframes compsoul-slider-horizontal-right {
  from {
    transform: translate(100%, 0);
  }

  to {
    transform: translate(0, 0);
  }
}

.compsoul-slider-horizontal .compsoul-slide.compsoul-first, .compsoul-slider-horizontal .compsoul-slide.compsoul-previous {
  animation: unset;
}
/* cmsms stylesheet: Nawigacja modified: 14.03.2020 02:33:58 */
.compsoul-nav {
  font-size: 0;
  margin: 0 auto;
  width: 1140px;
}

.compsoul-nav > ul {
  position: relative;
  z-index: 6;
}

.compsoul-nav li {
  display: inline-block;
}

.compsoul-nav li a {
  color: #ffffff;
  display: block;
  font-size: 16px;
  outline: 1px solid #008bd200;
  outline-offset: -1px;
  padding: 16px 21px;
  position: relative;
  text-decoration: none;
  transition: outline 0.4s;
  z-index: 0;
}

.compsoul-nav li a:focus {
  outline: 1px solid #008bd2ff;
  outline-offset: -1px;
}

.compsoul-nav li a:before, .compsoul-nav li a:after {
  background: #000000;
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -2;
}

.compsoul-nav li a:after {
  background: #008bd2;
  opacity: 0;
  transition: opacity 0.4s;
  z-index: -1;
}

.compsoul-nav li a:hover:after {
  opacity: 1;
}

.compsoul-nav > ul > li > ul {
  background: #ffffff;
  bottom: 0;
  box-sizing: border-box;
  left: 0;
  opacity: 0;
  padding: 16px;
  pointer-events: none;
  position: absolute;
  right: 0;
  transition: opacity 0.4s, transform 0.4s;
  transform: translate(0, 200%);
}

.compsoul-nav > ul > li > ul:before {
  bottom: 0;
  content: "";
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: transform 0.4s;
  transform: translate(0, -100%);
  z-index: -1;
}

.compsoul-nav > ul > li:hover > ul, .compsoul-nav > ul > li:focus-within > ul {
  opacity: 1;
  pointer-events: auto;
  transform: translate(0, 100%);
}

.compsoul-nav > ul > li:hover > ul:before, .compsoul-nav > ul > li:focus-within > ul:before {
  transform: translate(0, 0);
}

.compsoul-nav li li {
  box-sizing: border-box;
  padding: 16px;
  vertical-align: top;
  width: 25%;
}

.compsoul-nav li li a {
  color: #000000;
  display: inline-block;
  outline: none;
  position: 
  padding: 0;
}

.compsoul-nav li li a:focus {
  outline: none;
}

.compsoul-nav li li a:before {
  display: none;
}

.compsoul-nav li li a:after {
  display: block;
  height: 1px;
  opacity: 1;
  position: static;
  transform: translate(0, 12px);
  transform-origin: top left;
  transition: transform 0.4s;
}

.compsoul-nav li li a:hover:after, .compsoul-nav li li a:focus:after {
  transform: translate(0, 12px) scale(0, 1);
}

.compsoul-nav li li li {
  padding: 12px 12px 0 0;
  width: 100%;
}

.compsoul-nav li li li a:after {
  transform: translate(0, 12px) scale(0, 1);
}

.compsoul-nav li li li a:hover:after, .compsoul-nav li li li a:focus:after {
  transform: translate(0, 12px);
}

.compsoul-nav li li li li {
  padding: 0 0 0 24px;
}
