@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 100;
  font-display: swap;
  src: local('Montserrat Thin'), local('Montserrat-Thin'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUQjIg1_i6t8kCHKm45_Qphzg.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 200;
  font-display: swap;
  src: local('Montserrat ExtraLight'), local('Montserrat-ExtraLight'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_aZA7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Montserrat Light'), local('Montserrat-Light'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_cJD7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Montserrat Regular'), local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v15/JTUSjIg1_i6t8kCHKm45xW4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: local('Montserrat Medium'), local('Montserrat-Medium'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_ZpC7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Montserrat SemiBold'), local('Montserrat-SemiBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_bZF7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Montserrat Bold'), local('Montserrat-Bold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_dJE7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 800;
  font-display: swap;
  src: local('Montserrat ExtraBold'), local('Montserrat-ExtraBold'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_c5H7g4.ttf) format('truetype');
}
@font-face {
  font-family: 'Montserrat';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Montserrat Black'), local('Montserrat-Black'), url(https://fonts.gstatic.com/s/montserrat/v15/JTURjIg1_i6t8kCHKm45_epG7g4.ttf) format('truetype');
}
body {
  min-height: 100vh;
  height: 100%;
  font-family: 'Montserrat', sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
body.no-scroll {
  overflow: hidden;
  max-height: 100vh;
}
body ul,
body ol,
body p,
body h1,
body h2,
body h3,
body h4,
body h5,
body h6 {
  margin: 0;
  padding: 0;
}
body a {
  text-decoration: none !important;
}
.alert-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.2);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.alert-wrapper .alert-service {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100vh;
  width: 100%;
  -webkit-transform: translateX(8px);
      -ms-transform: translateX(8px);
          transform: translateX(8px);
  padding: 50px 0;
}
.alert-wrapper .alert-service .service-inner {
  padding: 50px;
  background: #fff;
  width: 100%;
  -webkit-box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 0px 0px 32px 1px rgba(0, 0, 0, 0.15);
  text-align: center;
  border-top: 5px solid #fff;
  position: relative;
  -webkit-transform: scale(0.8);
      -ms-transform: scale(0.8);
          transform: scale(0.8);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss {
  top: 10px;
  right: 10px;
  position: absolute;
  border: 0;
  background: none;
  padding: 0;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  outline: none;
}
.alert-wrapper .alert-service .service-inner .inner-dismiss img {
  height: 15px;
}
.alert-wrapper .alert-service .service-inner.success {
  border-top: 5px solid #78b042;
}
.alert-wrapper .alert-service .service-inner.warning {
  border-top: 5px solid #d51a27;
}
.alert-wrapper .alert-service .service-inner.info {
  border-top: 5px solid #1a88d5;
}
.alert-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.alert-wrapper.active .alert-service .service-inner {
  -webkit-transform: none;
      -ms-transform: none;
          transform: none;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 700px;
  max-width: 100%;
  padding: 50px 25px 25px 25px;
  text-align: center;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 5px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
nav.section-header {
  position: relative;
}
nav.section-header .header-logo {
  position: absolute;
  top: 50px;
  left: 50px;
}
nav.section-header .header-logo img {
  height: 33px;
}
nav.section-header .header-flexbox {
  padding: 50px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
nav.section-header .header-flexbox .flexbox-logo {
  visibility: hidden;
  opacity: 0;
}
nav.section-header .header-flexbox .flexbox-logo img {
  height: 33px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
  position: absolute;
  display: none;
  width: 100%;
  top: 20px;
  left: 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:before,
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close .container:after {
  content: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button {
  outline: none;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar {
  display: block;
  position: absolute;
  width: 30px;
  height: 2px;
  background: #222;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a,
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button {
  outline: none;
  font-size: 14px;
  color: #000;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
  padding: 0;
  background: none;
  border: none;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a.active,
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button.active {
  font-weight: 600;
  color: #bf1e2e;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li a:hover,
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button:hover {
  color: #bf1e2e;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown-menu {
  margin-top: 15px;
  padding: 5px 15px;
  border-radius: 0;
  border: none;
  background: #f5f5f5;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li .dropdown-menu a {
  padding: 5px 0;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li button:after {
  content: 'v';
  font-size: 6px;
  font-weight: 600;
  margin-left: 7px;
  -webkit-transform: scale(2, 1) translateY(-2px);
      -ms-transform: scale(2, 1) translateY(-2px);
          transform: scale(2, 1) translateY(-2px);
  display: inline-block;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-nav li + li {
  margin-left: 35px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-language {
  margin-left: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-language li a img {
  height: 20px;
}
nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner .flexbox-language li + li {
  margin-left: 10px;
}
nav.section-header .header-flexbox .nav-button {
  padding: 10px;
  border: none;
  background: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  outline: none;
  display: none;
}
nav.section-header .header-flexbox .nav-button .button-bar {
  height: 2px;
  width: 24px;
  background: #fff;
  border-radius: 10px;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(2) {
  margin-top: 4px;
  width: 27px;
}
nav.section-header .header-flexbox .nav-button .button-bar:nth-child(3) {
  margin-top: 4px;
  width: 30px;
}
nav.section-header .header-flexbox .nav-button:hover .button-bar,
nav.section-header .header-flexbox .nav-button:focus .button-bar {
  width: 30px !important;
}
section.section-welcome {
  overflow: hidden;
}
section.section-welcome .welcome-inner {
  position: relative;
  padding: 380px 0 80px 0;
}
section.section-welcome .welcome-inner .inner-background {
  position: absolute;
  top: 0;
  height: 100%;
  width: calc(100% + 400px);
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
section.section-welcome .welcome-inner .inner-background .background-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
section.section-welcome .welcome-inner .inner-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 400px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
section.section-welcome .welcome-inner .inner-content {
  position: relative;
  padding-left: 350px;
}
section.section-welcome .welcome-inner .inner-content h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
}
section.section-welcome .welcome-inner .inner-content .heading-first {
  font-size: 65px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
  -webkit-transform: translateX(-255px);
      -ms-transform: translateX(-255px);
          transform: translateX(-255px);
}
section.section-welcome .welcome-inner .inner-content .heading-second {
  font-size: 33px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 900;
}
section.section-about .about-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-about .about-inner .inner-image {
  width: 50%;
  position: relative;
}
section.section-about .about-inner .inner-image .image-shape {
  position: absolute;
  top: -110px;
  right: 0;
  width: calc(100% + 300px);
  height: 220px;
  background: #e8ebed;
  z-index: -1;
}
section.section-about .about-inner .inner-image .image-heading {
  position: absolute;
  bottom: 460px;
  right: 30px;
  font-size: 18px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 300;
  letter-spacing: 5px;
}
section.section-about .about-inner .inner-image .image-background {
  position: absolute;
  bottom: 0;
  right: 0;
  width: calc(100% + 300px);
  height: 432px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.section-about .about-inner .inner-description {
  width: 50%;
  height: 700px;
  background: #bf1e2e;
  position: relative;
}
section.section-about .about-inner .inner-description .description-shape {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 270px;
  height: 432px;
  background: #931723;
}
section.section-about .about-inner .inner-description .description-text {
  position: absolute;
  left: 120px;
  top: 220px;
}
section.section-about .about-inner .inner-description .description-text h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 100px;
}
section.section-about .about-inner .inner-description .description-text p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
  width: 300px;
}
section.section-technology {
  overflow: hidden;
  padding-bottom: 30px;
}
section.section-technology .technology-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-technology .technology-inner .inner-nav {
  width: 50%;
  padding: 150px 0 350px 0;
}
section.section-technology .technology-inner .inner-nav .nav li {
  width: 100%;
}
section.section-technology .technology-inner .inner-nav .nav li a {
  font-size: 35px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 40px;
  padding: 0;
  opacity: 0.5;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
section.section-technology .technology-inner .inner-nav .nav li a span {
  font-size: 15px;
}
section.section-technology .technology-inner .inner-nav .nav li a.active {
  opacity: 1;
}
section.section-technology .technology-inner .inner-nav .nav li + li {
  margin-top: 50px;
}
section.section-technology .technology-inner .inner-nav .nav li:last-child {
  margin-top: 35px;
}
section.section-technology .technology-inner .inner-content {
  width: 50%;
  position: relative;
}
section.section-technology .technology-inner .inner-content .content-image {
  position: absolute;
  top: 0;
  left: 0;
  width: calc(100% + 300px);
  height: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.section-technology .technology-inner .inner-content .content-description {
  position: absolute;
  width: 150%;
  margin-left: -100%;
  bottom: -30px;
  background: #e8ebed;
  padding: 50px;
  border-bottom: 30px solid #bf1e2e;
}
section.section-technology .technology-inner .inner-content .content-description h3 {
  font-size: 18px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 500;
  letter-spacing: 5px;
  margin-bottom: 15px;
}
section.section-technology .technology-inner .inner-content .content-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.section-technology .technology-inner .inner-content .content-description p a {
  font-weight: 600;
  color: #bf1e2e;
}
section.section-technology .technology-inner .inner-content .content-description p a:hover {
  text-decoration: underline !important;
}
section.section-products {
  padding-top: 130px;
  margin-top: -30px;
  overflow: hidden;
  position: relative;
}
section.section-products:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: #313538;
}
section.section-products .section-heading {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
}
section.section-products .products-inner {
  position: relative;
}
section.section-products .products-inner .inner-background {
  position: absolute;
  width: 600px;
  height: calc(100% + 130px);
  right: 100px;
  bottom: 0;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #313538;
}
section.section-products .products-inner .nav {
  padding-right: 300px;
  margin-top: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-products .products-inner .nav li a,
section.section-products .products-inner .nav li button {
  font-size: 16px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 300;
  letter-spacing: 2px;
  padding: 0;
}
section.section-products .products-inner .nav li a b,
section.section-products .products-inner .nav li button b {
  font-weight: 300;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
section.section-products .products-inner .nav li a.active b,
section.section-products .products-inner .nav li button.active b {
  font-weight: 700;
}
section.section-products .products-inner .inner-content {
  margin-top: 75px;
  position: relative;
  height: 300px;
}
section.section-products .products-inner .inner-content .content-gallery {
  position: absolute;
  height: 100%;
  right: 0;
  top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-products .products-inner .inner-content .content-gallery .gallery-item {
  width: 440px;
  height: 100%;
  position: relative;
}
section.section-products .products-inner .inner-content .content-gallery .gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.section-products .products-inner .inner-content .content-gallery .gallery-item + .gallery-item {
  margin-left: 50px;
}
section.o-firmie-section-content {
  overflow: hidden;
}
section.o-firmie-section-content .content-welcome {
  position: relative;
  padding: 150px 0 150px 50px;
}
section.o-firmie-section-content .content-welcome .welcome-background {
  position: absolute;
  right: 300px;
  top: 0;
  height: 100%;
  width: calc(100% + 100px);
  -webkit-filter: grayscale(80%);
          filter: grayscale(80%);
}
section.o-firmie-section-content .content-welcome .welcome-background .background-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
section.o-firmie-section-content .content-welcome .welcome-inner {
  position: relative;
}
section.o-firmie-section-content .content-welcome .welcome-inner h1 {
  font-size: 18px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 300;
  letter-spacing: 5px;
}
section.o-firmie-section-content .content-welcome .welcome-inner .heading {
  margin-top: 30px;
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  line-height: 40px;
  font-weight: 800;
}
section.o-firmie-section-content .content-description {
  padding: 100px 250px 100px 50px;
  position: relative;
}
section.o-firmie-section-content .content-description .description-background-1 {
  position: absolute;
  right: 400px;
  width: 800px;
  height: 25%;
  top: 0;
  background: #bf1e2e;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
section.o-firmie-section-content .content-description .description-background-2 {
  position: absolute;
  right: 400px;
  width: 800px;
  height: 300px;
  top: -300px;
  background: #bf1e2e;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
section.o-firmie-section-content .content-description .description-background-2 .background-inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;
  height: 100%;
  background: #931723;
}
section.o-firmie-section-content .content-description .description-background-3 {
  position: absolute;
  right: 400px;
  width: 800px;
  height: 75%;
  top: 25%;
  background: #e8ebed;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
}
section.o-firmie-section-content .content-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.o-firmie-section-content .content-description p b,
section.o-firmie-section-content .content-description p strong {
  font-weight: 700;
}
section.o-firmie-section-content .content-description .description-text {
  position: relative;
  padding-right: 250px;
}
section.o-firmie-section-content .content-description .description-history {
  position: relative;
  margin-top: 100px;
}
section.o-firmie-section-content .content-description .description-history h2 {
  font-size: 35px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
}
section.o-firmie-section-content .content-description .description-history .history-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.o-firmie-section-content .content-description .description-history .history-flexbox .flexbox-service {
  margin-top: 50px;
  width: 45%;
}
section.o-firmie-section-content .content-description .description-history .history-flexbox .flexbox-service .date {
  font-size: 35px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 30px;
}
section.o-firmie-section-content .content-description .description-history .history-flexbox .flexbox-service h3 {
  margin-top: 10px;
  font-size: 18px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 300;
  letter-spacing: 5px;
}
section.o-firmie-section-content .content-description .description-history .history-flexbox .flexbox-service p {
  margin-top: 20px;
}
section.proces-section-content {
  overflow: hidden;
}
section.proces-section-content .content-welcome {
  position: relative;
}
section.proces-section-content .content-welcome .welcome-background {
  position: absolute;
  right: 50%;
  top: 0;
  height: 100%;
  width: calc(50% + 400px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.proces-section-content .content-welcome .welcome-background .background-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
section.proces-section-content .content-welcome .welcome-description {
  background: #bf1e2e;
  padding: 100px 100px 200px 100px;
  margin-left: 50%;
  position: relative;
}
section.proces-section-content .content-welcome .welcome-description .description-shape {
  position: absolute;
  height: 100px;
  width: 100px;
  left: -100px;
  bottom: 0;
  background: #931723;
}
section.proces-section-content .content-welcome .welcome-description h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 100px;
}
section.proces-section-content .content-welcome .welcome-description p {
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.proces-section-content .content-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.proces-section-content .content-about .about-description {
  background: #e8ebed;
  padding: 100px;
  width: 50%;
}
section.proces-section-content .content-about .about-description h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.proces-section-content .content-about .about-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.proces-section-content .content-about .about-description img {
  margin-top: 100px;
  width: 100%;
}
section.proces-section-content .content-about .about-image {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
section.proces-section-content .content-about .about-image .image-service {
  height: 100%;
  margin-top: -100px;
  position: relative;
  z-index: 111;
}
section.proces-section-content .content-about .about-image .image-service .service-shape {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 400px;
  background: rgba(0, 0, 0, 0.4);
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  border-left: 1px solid rgba(255, 255, 255, 0.7);
}
section.proces-section-content .content-about .about-image .image-service .service-inner {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 400px);
}
section.proces-section-content .content-about .about-image .image-text {
  padding: 100px 100px 50px 100px;
}
section.proces-section-content .content-about .about-image .image-text h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.proces-section-content .content-about .about-image .image-text p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.proces-section-content .content-about .about-image .image-steps {
  padding: 0 0 100px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.proces-section-content .content-about .about-image .image-steps .step-service {
  text-align: center;
  width: 25%;
}
section.proces-section-content .content-about .about-image .image-steps .step-service .number {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
}
section.proces-section-content .content-about .about-image .image-steps .step-service .name {
  font-size: 11px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 500;
}
section.proces-section-content .content-project {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.proces-section-content .content-project .project-description {
  padding: 100px 50px 100px 0;
}
section.proces-section-content .content-project .project-description h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.proces-section-content .content-project .project-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.proces-section-content .content-project .project-description p b {
  font-weight: 700;
}
section.proces-section-content .content-project .project-gallery {
  width: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.proces-section-content .content-project .project-gallery .gallery-item {
  min-width: 440px;
  height: 100%;
  position: relative;
}
section.proces-section-content .content-project .project-gallery .gallery-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.proces-section-content .content-project .project-gallery .gallery-item + .gallery-item {
  margin-left: 50px;
}
section.proces-section-content .content-production {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.proces-section-content .content-production .production-background {
  width: 50%;
  background: #bf1e2e;
}
section.proces-section-content .content-production .production-description {
  padding: 100px;
  width: 50%;
}
section.proces-section-content .content-production .production-description h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.proces-section-content .content-production .production-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.proces-section-content .content-production .production-description p b {
  font-weight: 700;
}
section.proces-section-content .content-production .production-description ul {
  margin-top: 50px;
  list-style: none;
}
section.proces-section-content .content-production .production-description ul li {
  margin-top: 5px;
}
section.proces-section-content .content-production .production-description ul li a {
  text-transform: uppercase;
  color: #575e63;
  font-weight: 700;
  font-size: 16px;
  -webkit-transition: all 0.6s;
  -o-transition: all 0.6s;
  transition: all 0.6s;
}
section.proces-section-content .content-production .production-description ul li a:hover {
  color: #bf1e2e;
}
section.ceramika-section-content {
  overflow: hidden;
}
section.ceramika-section-content .content-welcome {
  padding-top: 100px;
  position: relative;
}
section.ceramika-section-content .content-welcome .welcome-background {
  position: absolute;
  left: 0;
  top: 0;
  height: calc(100% - 100px);
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.ceramika-section-content .content-welcome .welcome-background .background-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
section.ceramika-section-content .content-welcome .welcome-description {
  background: #bf1e2e;
  width: 470px;
  padding: 100px 0 300px 0;
  position: relative;
}
section.ceramika-section-content .content-welcome .welcome-description:before {
  content: '';
  position: absolute;
  top: 0;
  left: -400px;
  width: 400px;
  height: 100%;
  background: #bf1e2e;
}
section.ceramika-section-content .content-welcome .welcome-description h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.ceramika-section-content .content-welcome .welcome-description p {
  max-width: 300px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.ceramika-section-content .content-kapstone {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-bottom: 100px;
  position: relative;
}
section.ceramika-section-content .content-kapstone .kapstone-shape {
  position: absolute;
  bottom: 0;
  right: 50%;
  width: calc(50% + 400px);
  height: 200px;
  background: #e8ebed;
  z-index: -1;
}
section.ceramika-section-content .content-kapstone .kapstone-image {
  min-width: 470px;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.ceramika-section-content .content-kapstone .kapstone-description {
  padding: 0 100px 150px 100px;
}
section.ceramika-section-content .content-kapstone .kapstone-description h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.ceramika-section-content .content-kapstone .kapstone-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.ceramika-section-content .content-kapstone .kapstone-description p b {
  font-weight: 700;
}
section.ceramika-section-content .content-kapstone .kapstone-description .description-icons {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
section.ceramika-section-content .content-kapstone .kapstone-description .description-icons .icon-service {
  margin-top: 30px;
  width: 50%;
  text-align: center;
}
section.ceramika-section-content .content-kapstone .kapstone-description .description-icons .icon-service img {
  height: 40px;
}
section.ceramika-section-content .content-kapstone .kapstone-description .description-icons .icon-service .name {
  margin-top: 10px;
  font-size: 11px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 500;
}
section.ceramika-section-content .content-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.ceramika-section-content .content-about .about-description {
  padding: 100px 100px 100px 0;
  width: 50%;
}
section.ceramika-section-content .content-about .about-description h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.ceramika-section-content .content-about .about-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.ceramika-section-content .content-about .about-image {
  width: 50%;
  position: relative;
}
section.ceramika-section-content .content-about .about-image .image-service {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 400px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.ceramika-section-content .content-about.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.ceramika-section-content .content-about.reverse .about-description {
  padding: 100px 0 100px 100px;
}
section.ceramika-section-content .content-about.reverse .about-image {
  width: 50%;
}
section.ceramika-section-content .content-about.reverse .about-image .image-service {
  right: 0;
  left: auto;
}
section.laminaty-section-content {
  overflow: hidden;
}
section.laminaty-section-content .content-welcome {
  padding-top: 100px;
  position: relative;
}
section.laminaty-section-content .content-welcome .welcome-background {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.laminaty-section-content .content-welcome .welcome-background .background-cover {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
}
section.laminaty-section-content .content-welcome .welcome-description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
section.laminaty-section-content .content-welcome .welcome-description .description-inner {
  background: #bf1e2e;
  width: 50%;
  padding: 100px 0 200px 100px;
  position: relative;
}
section.laminaty-section-content .content-welcome .welcome-description .description-inner:before {
  content: '';
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #bf1e2e;
}
section.laminaty-section-content .content-welcome .welcome-description .description-inner h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.laminaty-section-content .content-welcome .welcome-description .description-inner p {
  max-width: 300px;
  color: #fff;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.laminaty-section-content .content-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.laminaty-section-content .content-about .about-description {
  padding: 100px 100px 100px 0;
  width: 50%;
}
section.laminaty-section-content .content-about .about-description h2 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
  margin-bottom: 30px;
}
section.laminaty-section-content .content-about .about-description p {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.laminaty-section-content .content-about .about-image {
  width: 50%;
  position: relative;
}
section.laminaty-section-content .content-about .about-image .image-service {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: calc(100% + 400px);
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.laminaty-section-content .content-about .about-background {
  width: 50%;
  background: #e8ebed;
  position: relative;
}
section.laminaty-section-content .content-about .about-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #e8ebed;
}
section.laminaty-section-content .content-about.reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
section.laminaty-section-content .content-about.reverse .about-description {
  padding: 100px 0 100px 100px;
}
section.laminaty-section-content .content-about.reverse .about-image {
  width: 50%;
}
section.laminaty-section-content .content-about.reverse .about-image .image-service {
  right: 0;
  left: auto;
}
section.laminaty-section-content .content-gallery {
  position: relative;
}
section.laminaty-section-content .content-gallery .gallery-inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.laminaty-section-content .content-gallery .gallery-inner .inner-service {
  width: 31%;
  position: relative;
  z-index: 111;
}
section.laminaty-section-content .content-gallery .gallery-inner .inner-service .name {
  font-size: 16px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 300;
  letter-spacing: 2px;
  margin-bottom: 15px;
}
section.laminaty-section-content .content-gallery .gallery-inner .inner-service .service-image {
  width: 100%;
  display: block;
  padding-top: 100%;
  position: relative;
}
section.laminaty-section-content .content-gallery .gallery-inner .inner-service .service-image img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
  -o-object-position: center;
     object-position: center;
}
section.laminaty-section-content .content-gallery .gallery-inner .inner-background {
  position: absolute;
  top: 0;
  height: 100%;
  right: 0;
  width: 50%;
  background: #e8ebed;
}
section.laminaty-section-content .content-gallery .gallery-inner .inner-background:before {
  content: '';
  position: absolute;
  top: 0;
  right: -400px;
  width: 400px;
  height: 100%;
  background: #e8ebed;
}
section.laminaty-section-content .content-gallery:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 40px;
  left: 0;
  bottom: 0;
  background: #313538;
}
section.kontakt-section-welcome .welcome-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.kontakt-section-welcome .welcome-inner .inner-description {
  padding: 70px 0;
  position: relative;
}
section.kontakt-section-welcome .welcome-inner .inner-description h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
}
section.kontakt-section-welcome .welcome-inner .inner-description .description-contact {
  margin-top: 50px;
}
section.kontakt-section-welcome .welcome-inner .inner-description .description-contact .contact-service {
  margin-top: 20px;
}
section.kontakt-section-welcome .welcome-inner .inner-description .description-contact .contact-service a {
  font-size: 26px;
  font-weight: 400;
  color: #bf1e2e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.kontakt-section-welcome .welcome-inner .inner-description .description-contact .contact-service a svg {
  margin-top: -3px;
  height: 22px;
  width: 22px;
  margin-right: 10px;
  fill: #bf1e2e;
}
section.kontakt-section-welcome .welcome-inner .inner-description address {
  margin-top: 40px;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 2px;
  color: #000;
  margin-bottom: 0;
}
section.kontakt-section-welcome .welcome-inner .inner-image {
  position: relative;
  min-width: 50%;
}
section.kontakt-section-welcome .welcome-inner .inner-image .image-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 500px;
  height: 100%;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  background: #313538;
}
section.kontakt-section-welcome .welcome-inner .inner-image .image-cover {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0.4);
}
section.kontakt-section-welcome .welcome-inner .inner-image iframe {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  border: none;
  -webkit-filter: grayscale(100%);
          filter: grayscale(100%);
}
section.kontakt-section-content {
  background: #e8ebed;
  overflow: hidden;
}
section.kontakt-section-content .content-form {
  padding: 80px 0;
  position: relative;
}
section.kontakt-section-content .content-form:after {
  content: '';
  position: absolute;
  top: 0;
  height: 100%;
  width: 400px;
  right: -400px;
  background: #313538;
}
section.kontakt-section-content .content-form .form-background {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}
section.kontakt-section-content .form-inner {
  width: 70%;
  position: relative;
}
section.kontakt-section-content .form-inner .form-group label {
  margin-bottom: 10px;
  font-size: 13px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
  letter-spacing: 5px;
}
section.kontakt-section-content .form-inner .form-group input,
section.kontakt-section-content .form-inner .form-group textarea {
  border-radius: 0;
  border: none;
}
section.kontakt-section-content .checkbox-wrapper {
  cursor: pointer;
  display: block;
  margin: 20px 0;
}
section.kontakt-section-content .checkbox-wrapper .radio-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 300;
  color: #000;
  text-align: left;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.kontakt-section-content .checkbox-wrapper .radio-box:before {
  content: '';
  min-width: 12px;
  max-width: 12px;
  height: 12px;
  display: block;
  border: 1px solid #000;
  margin-top: 4px;
  margin-right: 10px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
section.kontakt-section-content .checkbox-wrapper input {
  visibility: hidden;
  position: absolute;
  width: auto !important;
}
section.kontakt-section-content .checkbox-wrapper > input:checked + .radio-box:before {
  border: 2px solid #bf1e2e;
  background: #bf1e2e;
}
section.kontakt-section-content .btn {
  padding: 0;
  font-weight: 700;
  color: #bf1e2e;
}
section.static-page-section-content {
  padding-bottom: 90px;
}
section.static-page-section-content .content-inner {
  position: relative;
}
section.static-page-section-content .content-inner .inner-heading {
  width: 100%;
  padding: 90px 0;
  background: #e8ebed;
  position: relative;
}
section.static-page-section-content .content-inner .inner-heading:before {
  content: '';
  position: absolute;
  top: 0;
  left: -400px;
  width: 400px;
  height: 100%;
  background: #e8ebed;
}
section.static-page-section-content .content-inner h1 {
  font-size: 40px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 3px;
}
section.static-page-section-content .content-inner .inner-text {
  margin-top: 70px;
}
section.static-page-section-content .content-inner .inner-text h2 {
  font-size: 25px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 2px;
}
section.static-page-section-content .content-inner .inner-text h3 {
  font-size: 19px;
  text-transform: uppercase;
  color: #575e63;
  font-weight: 400;
  letter-spacing: 1.5px;
}
section.static-page-section-content .content-inner .inner-text p,
section.static-page-section-content .content-inner .inner-text li {
  color: #575e63;
  font-weight: 300;
  font-size: 14px;
  line-height: 22px;
}
section.static-page-section-content .content-inner .inner-text p b,
section.static-page-section-content .content-inner .inner-text li b,
section.static-page-section-content .content-inner .inner-text p strong,
section.static-page-section-content .content-inner .inner-text li strong {
  font-weight: 700;
}
section.static-page-section-content .content-inner .inner-text ul,
section.static-page-section-content .content-inner .inner-text ol {
  padding-left: 17px;
}
section.section-footer {
  background: #313538;
  padding: 150px 0 50px 0;
}
section.section-footer .footer-logo {
  height: 28px;
}
section.section-footer .footer-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
section.section-footer .footer-inner .inner-service {
  margin-top: 30px;
}
section.section-footer .footer-inner .inner-service address {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
}
section.section-footer .footer-inner .inner-service ul li.heading {
  font-size: 14px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
  margin-bottom: 15px;
}
section.section-footer .footer-inner .inner-service ul li a {
  font-size: 22px;
  font-weight: 300;
  line-height: 22px;
  color: #fff;
  opacity: 0.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
section.section-footer .footer-inner .inner-service ul li a:hover {
  color: #bf1e2e;
}
section.section-footer .footer-inner .inner-service ul li + li {
  margin-top: 5px;
}
section.section-footer .footer-inner .inner-service + .inner-service {
  margin-left: 80px;
}
section.section-footer .footer-credits {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
section.section-footer .footer-credits p {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
}
section.section-footer .footer-credits p a {
  color: inherit;
}
section.section-footer .footer-credits p a:hover {
  text-decoration: underline !important;
}
section.section-footer .footer-credits ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
section.section-footer .footer-credits ul li a {
  font-size: 14px;
  font-weight: 300;
  color: #fff;
  opacity: 0.8;
}
section.section-footer .footer-credits ul li + li {
  margin-left: 20px;
}
@media (max-width: 767.98px) {
  nav.section-header .header-flexbox .nav-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: -10px;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    overflow-y: scroll;
    background: #fff;
    z-index: 555;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .nav-button-close {
    display: block;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper .flexbox-nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: 100%;
    padding: 50px;
    margin-right: 0;
  }
  nav.section-header .header-flexbox .flexbox-nav-wrapper.active {
    opacity: 1;
    visibility: visible;
  }
}

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