* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

.clearfix {
  overflow: auto;
  width: 100%;
}

.clearfix::after {
  content: "";
  clear: both;
  display: table;
}

html {
  font-size: 10px;
}

body {
  font-size: 10px;
  line-height: 30px;
}

.image-margin-left {
  float: right;
  margin: 8px 0 0 10px;
}

.image-margin-right {
  float: left;
  margin: 8px 10px 0 0;
}

a.no-underline:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  display: inline-block;
}

html, body {
  /*  -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-smoothing: antialiased; */
  background-color: #eeeeee;
  font-size: 10px;
  overflow-x: hidden;
  color: #000000;
  direction: ltr;
  position: relative;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  padding: 0;
  margin: 0;
  -webkit-font-smoothing: antialiased !important;
}

a {
  text-decoration: none;
}
a:hover {
  text-decoration: none;
}

.cursor {
  cursor: pointer;
}

.hides {
  display: none;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1500px !important;
  }
}
.section-left {
  padding-right: 60px;
}
@media (max-width: 992px) {
  .section-left {
    padding-right: 15px;
  }
}

a.facebookBtn {
  background: #3B5499;
  color: #ffffff;
  padding: 10px;
  width: 100%;
  text-align: center;
  display: block;
  border-radius: 3px;
  font-size: 16px;
  font-family: "Raleway", sans-serif;
}

div.dropdown-menu {
  background-color: #3b3d3d;
  z-index: 99999;
  opacity: 0.85;
  -webkit-clip-path: polygon(0 0, 100% 0, 90.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 90.5% 100%, 0% 100%);
  padding: 10px 40px 10px 10px;
}
div.dropdown-menu a {
  color: #fff !important;
  text-transform: inherit !important;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}
div.dropdown-menu a:hover {
  background-color: #014473;
  -webkit-clip-path: none !important;
          clip-path: none !important;
}

a.dropdown-toggle::after {
  display: none !important;
}

ul.laureaci {
  width: 100%;
}
ul.laureaci li {
  width: 100%;
  margin-bottom: 10px;
  display: inline-block;
}
ul.laureaci li h3 {
  font-size: 24px;
  font-weight: 700;
  color: #000;
}
ul.laureaci li h4 {
  font-size: 18px;
  font-weight: 700;
  color: #000;
}
ul.laureaci li h5 {
  font-size: 16px;
  font-weight: 700;
  color: #000;
}

.clearFix {
  width: 100%;
  clear: both;
}

.iframeVideo {
  height: 0px;
  padding-top: 25px;
  padding-bottom: 56.2%;
  position: relative;
}

.iframeVideo iframe {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.googleBtn {
  margin: 15px 0px;
  width: 100%;
}
div.googleBtn .login-block {
  margin: 30px auto;
  min-height: 93.6vh;
}
div.googleBtn .login-block .auth-box {
  margin: 20px auto 0;
  max-width: 450px !important;
}
div.googleBtn .card {
  border-radius: 5px;
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border: none;
  margin-bottom: 30px;
  transition: all 0.3s ease-in-out;
  background-color: #fff;
}
div.googleBtn .card .card-block {
  padding: 1.25rem;
}
div.googleBtn .f-80 {
  font-size: 80px;
}
div.googleBtn .form-group {
  margin-bottom: 1.25em;
}
div.googleBtn .form-material .form-control {
  display: inline-block;
  height: 43px;
  width: 100%;
  border: none;
  border-radius: 0;
  font-size: 16px;
  font-weight: 400;
  padding: 9px;
  background-color: transparent;
  box-shadow: none;
  border-bottom: 1px solid #ccc;
}
div.googleBtn .btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}
div.googleBtn .btn-primary {
  background-color: #4099ff;
  border-color: #4099ff;
  color: #fff;
  cursor: pointer;
  transition: all ease-in 0.3s;
}
div.googleBtn .btn {
  border-radius: 2px;
  text-transform: capitalize;
  font-size: 15px;
  padding: 10px 19px;
  cursor: pointer;
}
div.googleBtn .m-b-20 {
  margin-bottom: 20px;
}
div.googleBtn .btn-md {
  padding: 10px 16px;
  font-size: 15px;
  line-height: 23px;
}
div.googleBtn .heading {
  font-size: 21px;
}
div.googleBtn .btn-google {
  color: #545454;
  background-color: #ffffff;
  box-shadow: 0 1px 2px 1px #ddd;
}
div.googleBtn .or-container {
  align-items: center;
  color: #ccc;
  display: flex;
  margin: 25px 0;
}
div.googleBtn .line-separator {
  background-color: #ccc;
  flex-grow: 5;
  height: 1px;
}
div.googleBtn .or-label {
  flex-grow: 1;
  margin: 0 15px;
  text-align: center;
}

.line-shadow-2 {
  border-bottom: solid #cecece 1px;
  min-height: 23px;
  width: 100%;
  margin: 20px 0px;
}

.line-shadow {
  background-image: url("/front/img/assets/shadow.png");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: contain;
  border: none;
  min-height: 23px;
  width: 100%;
  margin: 20px 0px;
}

#formContactMessage {
  font-size: 2.2rem;
  color: #fff;
  -webkit-text-decoration: rgb(0, 0, 0);
          text-decoration: rgb(0, 0, 0);
  text-align: center;
  padding: 5px 0px;
}

em.state-error {
  color: red;
  position: relative;
  font-size: 10px;
  font-weight: 400;
  text-align: left;
  display: inline-block;
  width: 100%;
  font-style: normal;
  top: -5px;
  font-family: "Raleway", sans-serif;
}

input.form-control.state-error {
  border: solid 1px red;
  margin-bottom: 0rem;
}

.border-dashed-grey-product {
  width: 100%;
  padding: 10px 0px;
  border-bottom: dashed #d6d6d6 1px;
}

div.vertical-vertical .outer {
  display: table;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}
div.vertical-vertical .middle {
  display: table-cell;
  vertical-align: middle;
}
div.vertical-vertical .inner {
  margin-left: auto;
  margin-right: auto;
  width: 100%;
  /*whatever width you want*/
  text-align: center;
}

.body-layer {
  position: fixed;
  background-color: #132625;
  opacity: 0.95;
  width: 100%;
  min-height: 100vh;
  z-index: 999;
  display: none;
}
.body-layer.active {
  display: block;
}

div#menu_hamb {
  position: absolute;
  top: 32px;
  right: 20px;
  cursor: pointer;
  z-index: 9999;
  display: none;
}
@media screen and (max-width: 1200px) {
  div#menu_hamb {
    display: block;
  }
}
div#menu_hamb svg rect {
  fill: #ffffff;
}
@media screen and (max-width: 1200px) {
  div#menu_hamb svg rect {
    fill: #000000;
  }
}

/*************************************************XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX***************************************/
.sidenav {
  height: 100%; /* 100% Full-height */
  width: 0; /* 0 width - change this with JavaScript */
  position: fixed; /* Stay in place */
  z-index: 9999; /* Stay on top */
  top: 0; /* Stay at the top */
  left: 0;
  overflow-x: hidden; /* Disable horizontal scroll */
  padding-top: 60px; /* Place content 60px from the top */
  transition: 0.5s; /* 0.5 second transition effect to slide in the sidenav */
  z-index: 999999;
  /*navi 1*/
}
.sidenav.modalGreen {
  background: #000;
}
.sidenav.modalWhite {
  background: #fff;
}
.sidenav.active {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .sidenav.active {
    width: 90%;
  }
}
.sidenav.sidenavRight {
  right: 0px;
  left: 100%;
  width: 40%;
  z-index: 9999999;
}
.sidenav.sidenavRight.active {
  left: 40%;
  width: 60%;
}
@media screen and (max-width: 1080px) {
  .sidenav.sidenavRight.active {
    width: 100%;
    left: 0%;
  }
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 36px;
  margin-left: 50px;
}
.sidenav div.navi-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  flex-direction: column;
  justify-content: space-between;
}
.sidenav div.navi-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex: 1;
}
.sidenav ul.navi-list {
  display: flex;
  margin-bottom: 0px;
  padding-left: 30px;
  flex-direction: column;
  align-items: left;
  flex: 0 auto;
  padding-top: 80px;
  margin-bottom: 40px;
}
.sidenav ul.navi-list ul {
  padding-left: 30px;
}
.sidenav ul.navi-list li {
  margin-top: 5px;
  margin-bottom: 5px;
  transition: transform 350ms ease;
  list-style: none;
}
.sidenav ul.navi-list li a.modal-link {
  display: block;
  color: #fff;
  font-size: 30px;
  line-height: 40px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link {
    font-size: 22px;
    line-height: 26px;
    font-weight: 600;
  }
}
.sidenav ul.navi-list li a.modal-link:hover {
  transform: translate(10px, 0px);
}
.sidenav ul.navi-list li a.modal-link-small {
  display: block;
  color: #dbd2d2;
  font-size: 18px;
  line-height: 22px;
  font-style: normal;
  text-decoration: none;
  transition: transform 350ms ease;
}
@media (max-width: 992px) {
  .sidenav ul.navi-list li a.modal-link-small {
    font-size: 15px;
    line-height: 22px;
    padding: 5px 0px;
  }
}
.sidenav ul.navi-list li a.modal-link-small:hover {
  transform: translate(10px, 0px);
}
.sidenav div.navi-contact {
  display: flex;
  margin-bottom: 60px;
  flex-direction: column;
  align-items: center;
}
.sidenav div.address {
  font-style: normal;
  color: #fff;
  text-align: center;
  font-size: 20px;
  line-height: 30px;
}
.sidenav div.address a {
  color: #fff;
}
@media (max-width: 992px) {
  .sidenav div.address {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.text-white {
  font-style: italic;
  text-decoration: none;
  color: #fff;
  font-size: 20px;
  line-height: 30px;
}
@media (max-width: 992px) {
  .sidenav a.text-white {
    font-size: 16px;
    line-height: 26px;
  }
}
.sidenav a.navi-text-strike {
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px;
}
.sidenav a.navi-text-strike div.strike-line {
  width: 0%;
  opacity: 0;
  height: 1px;
  top: 100%;
  position: absolute;
  display: inline-block;
  -webkit-box-align: center;
  background-color: #fff;
}
.sidenav a.navi-text-strike div.text-email {
  font-family: "Krona One", sans-serif;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
}
.sidenav a.navi-text-strike:hover {
  text-decoration: none;
}
.sidenav a.navi-text-strike:hover div.strike-line {
  width: 100%;
  opacity: 0.5;
  height: 1px;
  background-color: #fff;
}
.sidenav ul.menu-social-list {
  display: flex;
  margin-right: -10px;
  margin-bottom: 0px;
  margin-left: -10px;
}
.sidenav ul.menu-social-list li {
  padding-right: 10px;
  padding-left: 10px;
  list-style: none;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
}
.sidenav ul.menu-social-list li a {
  transition: all 0.5s ease 0s;
  color: #fff;
}
.sidenav ul.menu-social-list li a i {
  font-size: 4rem;
}
.sidenav ul.menu-social-list li:hover {
  transform: scale(1.2);
}
.sidenav a.closebtn.white {
  position: absolute;
  top: 15px;
  left: -25px;
  font-size: 70px;
  color: #fff;
  z-index: 100;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.white:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav a.closebtn.black {
  position: absolute;
  top: 15px;
  left: 25px;
  font-size: 70px;
  color: #000;
  z-index: 100;
  margin-left: 0px;
  transition: all 0.5s ease 0s;
}
.sidenav a.closebtn.black:hover {
  opacity: 0.6;
  text-decoration: none;
}
.sidenav div.text-info-white {
  text-align: center;
  color: #000;
  font-size: 30px;
}

/*****************XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX********************************/
div.menu-header-contact {
  position: absolute;
  z-index: 99;
  width: 330px;
  height: 45px;
  top: 180px;
  right: 100px;
  color: #124274;
  padding: 6px 0px 0px 40px;
}
@media screen and (max-width: 576px) {
  div.menu-header-contact {
    width: 340px;
    padding: 6px 0px 0px 20px;
    position: relative;
    width: 100%;
    top: 110px;
    right: 0px;
  }
}
div.menu-header-contact div.text {
  background-color: #8c150a;
  color: #fff;
  border: solid 1px #fff;
  text-transform: uppercase;
  width: auto;
  font-size: 1.3rem;
  padding: 1px 10px;
  float: right;
}
@media screen and (max-width: 576px) {
  div.menu-header-contact div.text {
    display: none;
  }
}
div.menu-header-contact a {
  background-color: #fff;
  color: #8c150a;
  border: solid 1px #8c150a;
  font-size: 2.2rem;
  letter-spacing: 1px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  padding: 10px 20px;
  float: right;
  font-family: "Montserrat", serif;
  width: 290px;
}
@media screen and (max-width: 576px) {
  div.menu-header-contact a {
    font-size: 1rem;
    margin-right: 10px;
    width: 160px;
  }
}
div.menu-header-contact a i {
  position: relative;
  color: #8c150a;
  font-size: 20px;
  right: 5px;
}
@media screen and (max-width: 576px) {
  div.menu-header-contact a i {
    font-size: 12px;
  }
}

header {
  position: relative;
  text-align: center;
}
header div.header-wrap-fixed {
  position: fixed;
  width: 100%;
  top: 115px;
  z-index: 999;
}
@media screen and (max-width: 576px) {
  header div.header-wrap-fixed {
    display: none;
  }
}
header div.header-wrap-second {
  background-color: transparent;
  background-image: url("/assets/front/media/bg-menu.png");
  background-position: 20px 0px;
  background-repeat: no-repeat;
  margin: 0 auto;
  text-align: center;
  width: 100%;
  display: inline-block;
  max-width: 1200px;
  position: relative;
}
@media screen and (max-width: 992px) {
  header div.header-wrap-second {
    -webkit-clip-path: none;
            clip-path: none;
  }
}
header div.header-wrap-second ul.dropdownMenus {
  position: absolute;
  background-color: #eeeeee;
  width: 100%;
  min-width: 200px;
  top: 47px;
  padding: 0px;
  margin: 0px;
  display: none;
  transition: all 0.5s ease 0s;
}
header div.header-wrap-second ul.dropdownMenus.active {
  display: inline-block;
}
header div.header-wrap-second ul.dropdownMenus li {
  border-bottom: solid 1px #8c150a;
  text-align: center !important;
  padding: 2px 0px;
  margin: 0px;
  width: 100%;
  display: inline-block !important;
}
header div.header-wrap-second ul.dropdownMenus li a {
  text-align: center !important;
  font-weight: 600;
  color: #3a3a3a !important;
  transition: all 0.5s ease 0s;
  width: 100%;
  display: inline-block;
}
header div.header-wrap-second ul.dropdownMenus li a:hover {
  color: #000 !important;
  background-color: #fff !important;
}
header div.header-wrap-second ul.menus {
  background-image: url("/assets/front/media/bg-menu-red.png");
  background-repeat: no-repeat;
  width: 100%;
  margin: 0px;
  padding: 0px 0px 0px 0px;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
}
header div.header-wrap-second ul.menus li {
  text-align: left;
  margin: 0px 0px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
}
header div.header-wrap-second ul.menus li a {
  color: #fff;
  font-size: 1.6rem;
  line-height: 2.6rem;
  text-transform: uppercase;
  text-align: center;
  padding: 10px 15px;
  border-bottom: solid transparent 1px;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 992px) {
  header div.header-wrap-second ul.menus li a {
    font-size: 1.4rem;
    line-height: 2rem;
  }
}
header div.header-wrap-second ul.menus li a:hover {
  text-decoration: none;
  background-color: #fff;
  color: #8c150a;
}
header div.header-wrap {
  position: relative;
  background-color: #fff;
  height: 115px;
  border-bottom: solid 6px #bd0900;
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0px;
}
@media screen and (max-width: 576px) {
  header div.header-wrap.active img.logo-header-fixed {
    height: 80px;
  }
}
header a.logo-wrap {
  text-align: left;
  float: left;
  padding: 0px;
  width: 33%;
  float: left;
  height: 100px;
  display: block;
  text-align: center;
}
@media (max-width: 576px) {
  header a.logo-wrap {
    width: 240px;
  }
}
header a.logo-wrap img {
  width: 285px;
  padding-top: 10px;
}
@media (max-width: 576px) {
  header a.logo-wrap img {
    width: 240px;
    padding-top: 13px;
  }
}
header div.navigation {
  position: relative;
  width: 100%;
  height: 100px;
  margin: 0 auto;
  text-align: center;
}
header div.navigation div.menu {
  height: 100px;
  width: 33%;
  float: left;
}
@media screen and (max-width: 992px) {
  header div.navigation div.menu {
    width: 10%;
  }
}
header div.navigation div.menu ul {
  display: inline-block;
  width: 100%;
  float: left;
  text-align: left;
  list-style: none;
  margin-top: 30px;
  margin-right: 0px;
  z-index: 9999;
  position: relative;
}
@media screen and (max-width: 992px) {
  header div.navigation div.menu ul {
    display: none;
  }
}
header div.navigation div.menu ul.menuTopLang {
  width: auto;
  float: none;
  text-align: center;
}
header div.navigation div.menu ul li {
  float: right;
  padding-left: 10px;
  padding-right: 10px;
}
@media screen and (max-width: 992px) {
  header div.navigation div.menu ul li {
    display: none;
    padding-left: 1px;
    padding-right: 1px;
  }
}
header div.navigation div.menu ul li.language {
  position: relative;
  background-image: url("/images/webp/assets/front/media/lang-icon.png");
  background-position: right 4px;
  background-repeat: no-repeat;
  width: 100px;
  height: 40px;
  text-align: center;
  cursor: pointer;
  color: #777777;
  font-size: 1.6rem;
  font-weight: 600;
  text-transform: uppercase;
}
header div.navigation div.menu ul li ul.lang-fix {
  background-color: #8c150a;
  position: absolute;
  width: 100px;
  margin: 0px;
  padding: 0px 0px 10px 0px;
  left: 0px;
  top: 35px;
  opacity: 0;
  transition: all 0.5s ease 0s;
}
header div.navigation div.menu ul li ul.lang-fix.active {
  opacity: 1;
}
header div.navigation div.menu ul li ul.lang-fix li {
  width: 100px;
  float: none;
  margin: 2px 0px;
  color: #717171;
  font-size: 13px;
  line-height: 30px;
  text-transform: uppercase;
  text-align: center;
}
header div.navigation div.menu ul li ul.lang-fix li a {
  color: #fff;
  border-bottom: solid 1px #fff;
  font-size: 1.5rem;
  width: 100%;
  padding: 0;
  line-height: 2.8rem;
}
header div.navigation div.menu ul li.linx:before {
  position: relative;
  width: 10px;
  text-align: left;
  content: "|";
  color: #fff;
  display: inline-block;
  font-size: 14px;
  top: -2px;
  left: -8px;
}
header div.navigation div.menu ul li a {
  position: relative;
  color: #777777;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  padding: 0px 10px;
  border: solid 1px transparent;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
header div.navigation div.menu ul li a:hover, header div.navigation div.menu ul li a.active {
  position: relative;
}

div.header-slider {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
  background-color: #1e1e1e;
  margin-top: 100px;
}
@media screen and (max-width: 992px) {
  div.header-slider {
    padding: 0px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider {
    margin-top: 70px;
  }
}
@media screen and (max-width: 420px) {
  div.header-slider {
    margin-top: 15px;
  }
}
div.header-slider div.image {
  width: 100%;
  height: 100%;
  min-height: 656px;
}
@media screen and (max-width: 576px) {
  div.header-slider div.image {
    min-height: 500px;
  }
}
div.header-slider div.item {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #fff;
}
div.header-slider div.item div.layer {
  top: 30%;
  right: 25%;
  position: absolute;
  width: 50%;
  height: 300px;
  background-color: rgba(0, 0, 0, 0.4);
  z-index: 10;
}
@media screen and (max-width: 1200px) {
  div.header-slider div.item div.layer {
    width: 70%;
    right: 15%;
  }
}
@media screen and (max-width: 992px) {
  div.header-slider div.item div.layer {
    width: 90%;
    right: 5%;
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider div.item div.layer {
    width: 90%;
    right: 5%;
    height: 300px;
  }
}
div.header-slider div.item div.layer-content {
  top: 30%;
  right: 25%;
  position: absolute;
  width: 50%;
  height: 300px;
  z-index: 15;
  color: #fff;
}
@media screen and (max-width: 1200px) {
  div.header-slider div.item div.layer-content {
    width: 70%;
    right: 15%;
  }
}
@media screen and (max-width: 992px) {
  div.header-slider div.item div.layer-content {
    width: 90%;
    right: 5%;
    height: 250px;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider div.item div.layer-content {
    width: 90%;
    right: 5%;
    height: 300px;
  }
}
div.header-slider div.item div.layer-content div.first {
  text-align: center;
  width: 100%;
}
div.header-slider div.item div.layer-content div.first h1 {
  font-size: 4.2rem;
  color: #fff;
  text-align: center;
  padding: 20px 0px 20px 0px;
  border-bottom: solid 2px #8c150a;
  display: inline-block;
}
@media screen and (max-width: 1200px) {
  div.header-slider div.item div.layer-content div.first h1 {
    font-size: 3.2rem;
  }
}
div.header-slider div.item div.layer-content div.second {
  font-size: 1.4rem;
  line-height: 2.2rem;
  color: #fff;
  text-align: center;
  max-width: 60%;
  margin: 30px auto 0px auto;
}
@media screen and (max-width: 992px) {
  div.header-slider div.item div.layer-content div.second {
    width: 90%;
    margin: 15px auto 0px auto;
  }
}
@media screen and (max-width: 576px) {
  div.header-slider div.item div.layer-content div.second {
    width: 100%;
    margin: 10px auto 0px auto;
  }
}
div.header-slider div.item div.layer-content div.more {
  position: absolute;
  bottom: -15px;
  text-align: center;
  width: 100%;
}
div.header-slider div.item div.layer-content div.more a {
  background-color: #fff;
  color: #8c150a;
  border: solid 1px #8c150a;
  padding: 10px 30px;
  font-size: 1.8rem;
  transition: all 0.5s ease 0s;
}
div.header-slider div.item div.layer-content div.more a:hover {
  background-color: #8c150a;
  color: #fff;
}
div.header-slider div.item div.content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 15;
}

div.header-pages {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 0px;
  background-color: #1e1e1e;
  margin-top: 100px;
}
div.header-pages div.image {
  width: 100%;
  height: 100%;
  min-height: 480px;
}
@media (max-width: 768px) {
  div.header-pages div.image {
    max-height: 300px !important;
    min-height: 300px !important;
    background-size: cover;
    background-position: center center;
  }
}
div.header-pages div.item {
  display: block;
  width: 100%;
  margin: 0px;
  padding: 0px;
  position: relative;
  color: #fff;
}
div.header-pages div.item div.layer {
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 110px;
  background-color: rgba(25, 101, 156, 0.8);
  z-index: 10;
}
@media (max-width: 768px) {
  div.header-pages div.item div.layer {
    height: 80px;
  }
}
div.header-pages div.item h1.layer-content {
  bottom: 0px;
  right: 0px;
  position: absolute;
  width: 100%;
  height: 110px;
  color: #fff;
  z-index: 20;
  display: block;
  font-size: 4.8rem;
  font-weight: 500;
  padding-top: 35px;
}
@media (max-width: 768px) {
  div.header-pages div.item h1.layer-content {
    font-size: 3.8rem;
    padding-top: 25px;
    height: 80px;
  }
}

div.section-static {
  margin-top: 150px;
  max-width: 1500px !important;
  padding: 0px 30px;
}
@media (max-width: 768px) {
  div.section-static {
    padding: 0px 15px;
  }
}
div.section-static div.h1, div.section-static h1 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 576px) {
  div.section-static div.h1, div.section-static h1 {
    padding-bottom: 15px;
  }
}
div.section-static div.article {
  color: #565656;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
  padding: 15px 0px;
}

div.section-products {
  margin-top: 150px;
  max-width: 1300px !important;
  padding: 0px 30px;
}
@media (max-width: 768px) {
  div.section-products {
    padding: 0px 15px;
  }
}
div.section-products h1 {
  font-size: 4.8rem;
  line-height: 5.4rem;
  color: #155081;
  font-weight: 500;
  padding: 10px 0px 40px 0px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  background-image: url("/assets/front/media/h1-bg.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom center;
}
div.section-products div.product-item {
  border-radius: 15px;
  border: solid 1px #155081;
  margin: 15px;
  padding: 15px;
}
div.section-products div.product-item div.title {
  color: #666666;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.8rem;
  line-height: 2.6rem;
  padding: 20px 0px 15px 0px;
}
div.section-products div.product-item div.more {
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
}
div.section-products div.product-item div.more a {
  background-image: linear-gradient(136deg, rgb(23, 99, 154) 0%, rgb(17, 61, 107) 100%);
  color: #fff;
  display: inline-block;
  padding: 8px 15px;
  letter-spacing: 0.5px;
  text-align: center;
  width: auto;
  transition: all 0.5s ease 0s;
  border-radius: 20px;
  font-size: 1.5rem;
  line-height: 2.2rem;
}

div.product-simple {
  max-width: 1200px !important;
  margin: 0 auto;
  text-align: center;
  margin-top: 150px;
}
div.product-simple h1 {
  background-image: url("/assets/front/media/footer-bg.png");
  background-repeat: repeat-y;
  height: 100px;
  border-top-right-radius: 50px;
  border-bottom-right-radius: 40px;
  color: #fff;
  font-size: 4.5rem;
  line-height: 5rem;
  font-weight: 400;
  text-transform: uppercase;
  text-align: left;
  padding: 23px 0px 0px 15px;
  margin: 0px 0px;
}
@media (max-width: 992px) {
  div.product-simple h1 {
    font-size: 3.5rem;
    line-height: 4rem;
    height: 70px;
    padding: 15px 0px 0px 15px;
  }
}
div.product-simple div.product-photo {
  position: relative;
}
div.product-simple div.zoom-extra {
  background-image: url("/assets/front/media/products/zoom.png");
  background-repeat: no-repeat;
  width: 90px;
  height: 60px;
  position: absolute;
  z-index: 999;
  bottom: 10px;
  right: 0px;
  cursor: pointer;
}
div.product-simple div.photo-wraps {
  width: 100%;
  display: inline-block;
  position: relative;
}
div.product-simple div.thumbs-image {
  width: 100%;
  display: inline-block;
  position: relative;
}
div.product-simple div.params {
  padding: 30px 30px;
}
div.product-simple div.params div.param {
  margin-bottom: 40px;
}
div.product-simple div.params div.param img {
  width: 30px;
  height: 30px;
  float: left;
  position: relative;
  top: 10px;
}
div.product-simple div.params div.values {
  color: #155183;
  font-size: 1.6rem;
  font-weight: 300;
  text-align: left;
  padding-left: 50px;
}
div.product-simple div.params div.values span {
  width: 100%;
  font-weight: 500;
  display: inline-block;
}
div.product-simple img.arrow-prev {
  position: absolute;
  left: -20px;
  text-align: 0px;
  z-index: 99;
  top: 30%;
  cursor: pointer;
}
div.product-simple img.arrow-next {
  position: absolute;
  right: -20px;
  text-align: 0px;
  z-index: 99;
  top: 30%;
  cursor: pointer;
}
div.product-simple div.product-slider {
  position: relative;
  margin: 0px 0px 0px 0px;
  width: 100%;
  padding: 0px;
  position: relative;
}
div.product-simple div.product-slider a {
  position: relative;
}
div.product-simple div.product-slider img {
  position: relative;
}

div.section-contact {
  margin-top: 150px;
  max-width: 1300px !important;
  padding: 0px 30px;
}
@media (max-width: 768px) {
  div.section-contact {
    padding: 0px 15px;
  }
}
div.section-contact h1 {
  font-size: 4.8rem;
  line-height: 5.4rem;
  color: #155081;
  font-weight: 500;
  padding: 10px 0px 40px 0px;
  margin-bottom: 40px;
  text-align: center;
  width: 100%;
  background-image: url("/assets/front/media/h1-bg.png");
  background-repeat: no-repeat;
  background-size: inherit;
  background-position: bottom center;
}
div.section-contact div.section-left {
  padding-right: 60px;
}
@media (max-width: 992px) {
  div.section-contact div.section-left {
    padding-right: initial;
  }
}
div.section-contact div.box-wrap {
  border-radius: 40px;
  border: solid #155081 1px;
  background-color: #e7e7e7;
  padding: 30px;
  min-height: 400px;
  margin-bottom: 40px;
}
div.section-contact div.maps-wrap {
  border-radius: 40px;
  border: solid #e7e7e7 1px;
  background-color: #e7e7e7;
  padding: 0px;
  margin-bottom: 25px;
}
div.section-contact div.line {
  text-align: center;
  padding: 10px 20px;
}
div.section-contact h2 {
  font-size: 2.6rem;
  line-height: 3.4rem;
  color: #155081;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  text-align: center;
  width: 100%;
}
div.section-contact a.bt-blue i {
  margin-right: 10px;
}
div.section-contact p.text {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #155081;
  font-weight: 400;
  padding: 10px 0px 20px 0px;
  text-align: center;
  width: 100%;
}
div.section-contact p.text a {
  color: #155081;
}
div.section-contact p.text span.strong {
  font-weight: 600;
}
div.section-contact p.text-icon {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #155081;
  font-weight: 400;
  padding: 10px 0px 0px 0px;
  text-align: left;
  width: 100%;
}
div.section-contact p.text-icon a {
  color: #155081;
}
div.section-contact p.strong {
  font-size: 1.8rem;
  line-height: 2.4rem;
  color: #155081;
  font-weight: 500;
  padding: 10px 0px 20px 0px;
  text-align: center;
  width: 100%;
}
div.section-contact span.icon {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: #155081;
  display: inline-block;
  color: #fff;
  text-align: center;
  position: relative;
  padding-top: 7px;
  margin-right: 10px;
}
div.section-contact span.icon i {
  font-size: 18px;
}
@media (max-width: 768px) {
  div.section-contact div.contact-personal div.col-6 {
    margin-bottom: 20px;
  }
}
div.section-contact div.contact-personal a.bt-blue {
  width: 200px;
}
div.section-contact div.contact-personal a.bt-phone {
  font-size: 1.3rem;
  font-weight: 300;
  padding: 10px 10px;
}
div.section-contact div.contact-personal div.image {
  text-align: center;
  width: 100%;
  display: inline-block;
}
div.section-contact div.contact-personal div.bt-wrap {
  text-align: center;
  width: 100%;
  display: inline-block;
}
div.section-contact div.contact-personal div.title {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #155081;
  font-weight: 600;
  padding: 10px 0px 0px 0px;
  text-align: center;
}
div.section-contact div.contact-personal div.sub-title {
  font-size: 1.5rem;
  line-height: 2.4rem;
  color: #155081;
  font-weight: 400;
  padding: 10px 0px 20px 0px;
  text-align: center;
  height: 80px;
}
div.section-contact #map-canvas-contact {
  border-radius: 40px;
  width: 100%;
  height: 480px;
  border-top: solid 6px #8c150a;
}

div.section-about-us .bt-wrap-auto {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 576px) {
  div.section-about-us .bt-wrap-auto a.bt-blue {
    width: 100%;
    margin-bottom: 20px;
  }
}
div.section-about-us div.article {
  max-width: 760px;
  margin-left: 10%;
  margin-top: 10%;
}
div.section-about-us div.article p {
  margin-bottom: 40px;
}
@media (max-width: 1400px) {
  div.section-about-us div.article {
    margin: 30px;
  }
}
@media (max-width: 768px) {
  div.section-about-us div.article {
    margin: 15px;
  }
}
div.section-about-us *.bt-blue {
  width: 340px;
}
@media (max-width: 1300px) {
  div.section-about-us *.bt-blue {
    width: auto;
  }
}

div.section-project {
  max-width: 1140px;
  margin: 50px auto;
}
div.section-project .bt-wrap-auto {
  text-align: center;
  width: 100%;
  margin-top: 30px;
  display: inline-block;
}
@media (max-width: 576px) {
  div.section-project .bt-wrap-auto a.bt-blue {
    width: 100%;
    margin-bottom: 20px;
  }
}
div.section-project div.article {
  text-align: center;
}
div.section-project div.article p {
  margin-bottom: 40px;
  text-align: center;
}
div.section-project *.bt-blue {
  width: 340px;
}
@media (max-width: 1300px) {
  div.section-project *.bt-blue {
    width: auto;
  }
}

div.article {
  font-size: 1.6rem;
  line-height: 2.4rem;
  color: #000000;
  font-weight: 300;
}
div.article p.leads {
  font-weight: 500;
}

.bt-blue {
  display: inline-block;
  padding: 10px 40px;
  background-color: rgb(23, 99, 154);
  background-image: linear-gradient(136deg, rgb(23, 99, 154) 0%, rgb(17, 61, 107) 100%);
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 20px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bt-blue.large {
  padding: 20px 40px;
  font-size: 2rem;
  line-height: 2.2rem;
}
.bt-blue:hover {
  background-color: #113D6B;
  color: #fff;
}

footer {
  max-width: 1920px;
  text-align: center;
  margin: 0 auto;
  background-color: #222222;
}
footer div.blank {
  background-color: #e7e7e7;
  padding: 10px 0px;
  color: #3f3e3e;
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
}
footer div.blank a {
  color: #3f3e3e;
}

div.section-footer-menu {
  background-color: #db241b;
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 0 auto;
  padding: 10px 0px;
}
div.section-footer-menu ul {
  display: inline-block;
  width: 100%;
  max-width: 1200px;
  list-style: none;
  position: relative;
  background-color: #db241b;
  list-style: none;
  display: flex;
  justify-content: space-evenly;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  div.section-footer-menu ul {
    display: block;
  }
}
div.section-footer-menu ul li {
  float: left;
  padding-left: 10px;
  padding-right: 10px;
  float: left;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
div.section-footer-menu ul li.linx:before {
  position: absolute;
  width: 10px;
  text-align: left;
  content: "|";
  color: #fff;
  display: inline-block;
  font-size: 14px;
  top: 10px;
  left: -18px;
}
@media screen and (max-width: 768px) {
  div.section-footer-menu ul li.linx:before {
    display: none;
  }
}
div.section-footer-menu ul li a {
  position: relative;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  display: inline-block;
  padding: 5px 10px;
  border: solid 1px transparent;
  transition: all 0.5s ease 0s;
  text-transform: uppercase;
}
div.section-footer-menu ul li a:hover, div.section-footer-menu ul li a.active {
  position: relative;
  background-color: #fff;
  color: #db241b;
}

div.section-footer {
  background-color: #d8d8d8;
}
div.section-footer div.logo-wrap {
  text-align: center;
}
div.section-footer div.logo-wrap img {
  width: 270px;
  padding: 40px 0px;
}
div.section-footer div.box-wrap {
  text-align: left;
  padding: 40px 0px;
}
div.section-footer div.box-wrap div.text {
  border-left: solid 1px #8c150a;
  position: relative;
  left: 20px;
  height: 100%;
  padding: 0px 15px;
  min-height: 100px;
  font-size: 14px;
  color: #3e3e3e;
  line-height: 2.2rem;
  z-index: 10;
}
@media screen and (max-width: 576px) {
  div.section-footer div.box-wrap div.text {
    min-height: 50px;
    margin-bottom: -30px;
    padding-left: 30px;
    left: 40px;
  }
}
div.section-footer div.box-wrap div.text a {
  color: #3e3e3e;
}
div.section-footer div.box-wrap div.text a:hover {
  text-decoration: underline;
}
div.section-footer div.box-wrap span.icon {
  background-color: #8c150a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 576px) {
  div.section-footer div.box-wrap span.icon {
    left: 20px;
  }
}
div.section-footer div.box-wrap span.icon i {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 7px;
}

div.header-page div.logo-header {
  position: absolute;
  top: 0px;
  width: 40%;
  height: 120px;
  z-index: 999999;
}
@media (max-width: 992px) {
  div.header-page div.logo-header {
    width: 80%;
  }
}
div.header-page div.logo-header a.logo {
  margin: 20px 0px 0px 100px;
  display: inline-block;
  text-align: center;
}
@media (max-width: 992px) {
  div.header-page div.logo-header a.logo {
    margin: 20px 0px 0px 20px;
  }
}
div.header-page div.logo-header a.logo img {
  width: 300px;
}
@media (max-width: 1400px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}
@media (max-width: 1200px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}
@media (max-width: 1000px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}
@media (max-width: 992px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}
@media (max-width: 768px) {
  div.header-page div.logo-header a.logo img {
    width: 250px;
  }
}
@media (max-width: 420px) {
  div.header-page div.logo-header a.logo img {
    width: 180px;
  }
}
div.header-page div.logo-header a.button {
  float: right;
  top: 40px;
  position: relative;
  color: #fff;
  background-color: #ef7d00;
  padding: 5px 20px;
}
div.header-page div.shapes-header-page {
  position: absolute;
  top: 0px;
  background-color: #fff;
  width: 40%;
  height: 120px;
  -webkit-clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 97% 100%, 0% 100%);
  z-index: 100;
}
@media (max-width: 992px) {
  div.header-page div.shapes-header-page {
    position: relative;
  }
}
div.header-page div.video-header-page {
  width: 100%;
  background-color: red;
  position: relative;
  z-index: 0;
  min-height: 200px;
}
div.header-page div.video-header-page div.wraps {
  position: relative;
  min-height: 200px;
  background-image: url("/front/img/assets/header-page.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
}
div.header-page div.video-header-page div.wraps img {
  display: none;
}
div.header-page div.video-header-page div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: #283583;
  opacity: 0.8;
  top: 0px;
  z-index: 20;
}
div.header-page div.video-header-page div.h1-wrap {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 500;
  text-align: center;
}
div.header-page div.video-header-page div.h1-wrap img {
  margin-top: 20px;
  margin-bottom: 20px;
  position: relative;
  height: 50px;
}
div.header-page div.video-header-page div.icon-head {
  position: relative;
  text-align: center;
}
div.header-page div.video-header-page div.icon-head img {
  height: 60px;
}
div.header-page div.video-header-page h1.pages, div.header-page div.video-header-page div.h1-pages {
  position: relative;
  font-size: 6rem;
  color: #fff;
  font-family: "Playfair Display", serif;
  z-index: 100;
  width: 100%;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 30;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s ease 0s;
}
div.header-page div.video-header-page h1.pages.h1-products, div.header-page div.video-header-page div.h1-pages.h1-products {
  font-size: 5rem;
  margin-top: 15px;
}
@media (max-width: 992px) {
  div.header-page div.video-header-page h1.pages.h1-products, div.header-page div.video-header-page div.h1-pages.h1-products {
    font-size: 3rem;
    line-height: 4rem;
  }
}
@media (max-width: 992px) {
  div.header-page div.video-header-page h1.pages, div.header-page div.video-header-page div.h1-pages {
    font-size: 3rem;
    line-height: 4rem;
  }
}

div.breadcrumbs {
  width: 100%;
  position: relative;
  top: 10px;
}
div.breadcrumbs span {
  color: #b2b2b2;
}
div.breadcrumbs a {
  color: #b2b2b2;
  font-size: 16px;
  padding: 5px 0px;
  display: inline;
  margin: 0;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 992px) {
  div.breadcrumbs a {
    font-size: 12px;
    padding: 0px 0px;
  }
}
div.breadcrumbs a span {
  padding: 0px 7px;
}
div.breadcrumbs a:hover, div.breadcrumbs a.active {
  color: #000;
}

.hr-top {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px;
  background-image: url("/front/img/assets/partners-bg-top.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
}

.hr-bottom {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px;
  background-image: url("/front/img/assets/partners-bg-bottom.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
}

.hr {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px 0px;
  background-image: url("/front/img/assets/hr.png");
  background-repeat: no-repeat;
  background-size: contain;
  min-height: 30px;
}

h2.home {
  width: 100%;
  font-size: 4.8rem;
  font-weight: 700;
  color: #000000;
  font-family: "Playfair Display", serif;
  padding: 10px 0px;
}
@media screen and (max-width: 992px) {
  h2.home {
    font-size: 3rem;
  }
}

headerOLD div.navigation-wrap {
  position: absolute;
  z-index: 3;
  width: 100%;
}
headerOLD div.navi-left div {
  cursor: pointer;
}
headerOLD div.navi-left div svg rect {
  fill: #fff;
}
headerOLD div.naviagation {
  position: relative;
  display: flex;
  padding: 0px 60px;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  border-bottom: 1px solid hsla(0, 0%, 100%, 0.1);
  z-index: 10;
}
@media (max-width: 992px) {
  headerOLD div.naviagation {
    padding: 0px 15px;
  }
}
headerOLD div.navi-center {
  padding: 10px 0px;
}
headerOLD div.navi-center img.logo-header {
  height: 80px;
}
@media (max-width: 992px) {
  headerOLD div.navi-center img.logo-header {
    height: 40px;
  }
}
headerOLD div.navi-right a {
  padding: 0px;
  background-color: transparent;
  font-family: "Raleway", sans-serif;
  color: #132625;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #fff;
  margin-right: 30px;
}
headerOLD div.navi-right img.search {
  cursor: pointer;
}
headerOLD.black {
  height: 100px;
}
headerOLD.black div.naviagation {
  border-bottom: 1px solid rgba(19, 38, 37, 0.1);
}
headerOLD.black div.navi-left svg rect {
  fill: #000;
}
headerOLD.black div.navi-right a {
  color: #000 !important;
}
headerOLD.black div.naviagation {
  color: #000 !important;
}
headerOLD.bgx-creamy {
  height: 100px;
  background-color: #faf6ee;
}
headerOLD.bgx-creamy div.naviagation {
  border-bottom: 1px solid rgba(19, 38, 37, 0.1);
}
headerOLD.bgx-creamy div.navi-left svg rect {
  fill: #000;
}
headerOLD.bgx-creamy div.navi-right a {
  color: #000 !important;
}
headerOLD.bgx-creamy div.naviagation {
  color: #000 !important;
}

.button-more {
  border-color: rgba(19, 38, 37, 0.1);
  background-color: transparent;
  color: #132625;
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
.button-more:hover {
  background-color: #132625;
  color: #fff;
  border-color: rgba(19, 38, 37, 0.1);
  text-decoration: none;
}

div.section-home-galleries {
  margin: 60px 0px 60px 0px;
  padding: 0px 30px;
}

.button {
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
}
.button.transparent {
  color: #132625;
  background-color: transparent;
  border: solid rgba(19, 38, 37, 0.1) 1px;
}
.button.transparent:hover {
  color: #fff;
  background-color: #132625;
}

footerOLD {
  margin-top: 120px;
  padding-top: 60px;
  border-top: 1px solid rgba(19, 38, 37, 0.1);
}
footerOLD div.logo {
  text-align: center;
  margin: 60px 0px;
}
footerOLD div.logo img {
  height: 120px;
}
footerOLD div.title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: "Raleway", sans-serif;
  font-size: 11px;
  line-height: 30px;
  font-weight: 400;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}
footerOLD ul.footer-menu {
  list-style: none;
}
footerOLD ul.footer-menu li {
  list-style: none;
}
footerOLD ul.footer-menu li a {
  transition: opacity 200ms ease;
  font-style: normal;
  color: #132625;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
}
footerOLD ul.footer-menu li a:hover {
  opacity: 0.5;
  outline: 0;
}
footerOLD div.address {
  color: #132625;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
footerOLD div.address a {
  transition: opacity 200ms ease;
  font-style: normal;
  color: #132625;
  font-size: 20px;
  line-height: 30px;
  opacity: 1;
}
footerOLD div.address a:hover {
  opacity: 0.5;
  outline: 0;
}
footerOLD .row-menu .col-12, footerOLD .row-menu .col-sm-4 {
  text-align: center;
}

.white-button {
  display: inline-block;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}

._btnBlue {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #283583;
  border-color: #283583;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}

._btnBlue:hover {
  text-decoration: none;
  background: #ef7d00;
  border-color: #ef7d00;
  color: #ffffff !important;
}

._btnOrange {
  cursor: pointer;
  line-height: 2rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 10px;
}
._btnOrange.min-h-80 {
  min-height: 80px;
}

._btnOrange:hover {
  text-decoration: none;
  background: #283583;
  border-color: #283583;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #8C1D18;
  border-color: #8C1D18;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff !important;
}

._btnRed {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #8C1D18;
  border-color: #8C1D18;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
}

._btnRed:hover {
  text-decoration: none;
  color: #ffffff;
}

._btnGreen {
  cursor: pointer;
  line-height: 2rem;
  display: inline-block;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: inherit;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff;
  background: #6ab165;
  border-color: #6ab165;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
}

._btnGreen:hover {
  text-decoration: none;
  color: #ffffff;
}

div.clearPage {
  width: 100%;
  display: inline-block;
}

h2 {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  color: #132625;
}

.viewOnlyPhone {
  display: none;
}
@media (max-width: 992px) {
  .viewOnlyPhone {
    display: inline-block;
  }
}

.hideOnlyPhone {
  display: block;
}
@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}

.hideOnlyPhone {
  display: block;
}

@media (max-width: 992px) {
  .hideOnlyPhone {
    display: none;
  }
}
.showOnlyPhone {
  display: none;
}

@media (max-width: 992px) {
  .showOnlyPhone {
    display: block;
  }
}
.form-reminder-wrap {
  display: none;
}
.form-reminder-wrap.active {
  display: block;
}

.error-message {
  background-color: red;
  color: #fff;
  text-align: center;
  font-size: 1.4rem;
  display: none;
  margin: 0 auto;
  width: auto;
  padding: 5px 20px;
}

.success-message-wrap {
  width: 100%;
  text-align: center;
  display: inline-block;
  margin: 0 auto;
}

.success-message {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #132625;
  background-color: #132625;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 11px;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  font-weight: 400;
  margin-bottom: 40px;
  display: none;
}

/*shop cart END*/
.form-hide-signup.hide {
  display: none;
}

.header-fix-mobile {
  display: none;
}
.header-fix-mobile.hides {
  display: block;
}
@media screen and (max-width: 992px) {
  .header-fix-mobile {
    display: block;
  }
}

.header-fix-desktop.hides {
  display: none;
}
@media screen and (max-width: 992px) {
  .header-fix-desktop {
    display: none;
  }
}

div.form-product-message, div.form-invinite-message {
  color: #283583;
  border: solid 1px #283583;
  font-family: "Raleway", sans-serif;
  text-align: center;
  margin: 0 auto;
  display: block;
  max-width: 800px;
  width: 100%;
  display: none;
}
div.form-product-message div.text, div.form-invinite-message div.text {
  text-align: left;
  font-size: 2.4rem;
  line-height: 3.2rem;
  font-weight: 400;
  background-color: #283583;
  color: #fff;
  font-family: "Raleway", sans-serif;
  text-align: center;
  padding: 30px 30px;
  display: inline-block;
  width: 100%;
}

.section-opinions {
  max-width: 1140px;
}
.section-opinions div.spaces {
  margin-bottom: 50px;
}
.section-opinions div.person {
  color: #000;
  text-align: right;
  background-color: #fff;
  float: right;
}
.section-opinions div.derby {
  color: #424242;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  text-transform: uppercase;
  padding-left: 30px;
}
@media screen and (max-width: 992px) {
  .section-opinions div.derby {
    padding: 0px;
  }
}
.section-opinions div.description {
  color: #222;
  font-size: 1.6rem;
  padding: 30px;
  font-style: italic;
}
@media screen and (max-width: 992px) {
  .section-opinions div.description {
    padding: 0px;
  }
}
.section-opinions p.title {
  margin-top: 10px;
  text-align: right;
  color: #424242;
  font-size: 1.6rem;
  line-height: 2rem;
  font-weight: 700;
  font-family: "Raleway", sans-serif;
  margin-bottom: 4px;
}
.section-opinions p.subtitle {
  text-align: right;
  color: #424242;
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  margin-bottom: 4px;
}

.invinite-form {
  width: auto;
  padding: 0px;
  text-align: center;
  display: block;
  margin: 0 auto;
  border: solid 2px #19669c;
  margin: 30px;
}
.invinite-form h2.invinite {
  background-color: #19669c;
  color: #fff;
  padding: 10px 10px;
  text-align: center;
  position: relative;
}
.invinite-form div.invinite-wrap {
  width: 100%;
  padding: 15px 15px;
}
.invinite-form .btn-close-modal {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #ef7d00;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  padding: 1px 5px 5px 5px;
  cursor: pointer;
  transition: all 0.5s ease 0s;
}
.invinite-form .btn-close-modal:hover {
  color: #ef7d00;
  background-color: #fff;
}
.invinite-form .product-name {
  color: #757575;
  text-align: left;
  font-size: 2rem;
  padding: 10px 15px;
}
.invinite-form #product-name {
  text-align: center;
  font-size: 3rem;
  padding: 10px 15px;
  font-weight: 600;
}
.invinite-form .product-photo {
  text-align: center;
}
.invinite-form .product-photo img {
  max-width: 360px;
}
.invinite-form .btn_send_next {
  cursor: pointer;
  line-height: 2rem;
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 8px 20px;
  box-sizing: border-box;
  font-size: 1.4rem;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: center;
  border-radius: 0px;
  border: 1px solid;
  color: #ffffff !important;
  background: #ef7d00;
  border-color: #ef7d00;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
  transition: all 0.5s ease 0s;
  margin-bottom: 10px;
  margin-top: 20px;
  width: auto;
}

.modal-backdrop.show {
  opacity: 0.9 !important;
}

#generatorModal {
  z-index: 9999999999;
}

.modal-lg {
  max-width: 1140px;
}

#rulesVoteModal h5.modal-title {
  font-size: 3rem;
}
#rulesVoteModal button.close span {
  font-size: 4rem;
}
#rulesVoteModal .modal-body {
  padding: 20px 20px;
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #818181;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: left;
}
#rulesVoteModal ol {
  padding: 0px 15px;
}
#rulesVoteModal ol li {
  padding-bottom: 20px;
}

div.cats-wraps .boxMar {
  margin-bottom: 10px;
  padding-left: 5px !important;
  padding-right: 5px !important;
}
div.cats-wraps a.box-blue-small {
  display: inline-block;
  background-color: #fff;
  color: #19669c;
  border: solid 1px #19669c;
  text-align: center;
  padding: 10px 20px 5px 20px;
  font-size: 1.8rem;
  height: 45px;
  width: auto;
  font-weight: 600;
  line-height: 2rem;
  transition: all 0.5s ease 0s;
  margin: 0px 15px 15px 15px;
}
div.cats-wraps a.box-blue-small:hover {
  background-color: #ef7d00;
  color: #fff;
  border: solid 1px #ef7d00;
}
@media screen and (max-width: 420px) {
  div.cats-wraps a.box-blue-small {
    height: 40px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
div.cats-wraps a.box-blue {
  display: block;
  background-color: #fff;
  color: #19669c;
  border: solid 1px #19669c;
  text-align: center;
  padding: 10px 10px;
  font-size: 1.8rem;
  height: 90px;
  width: 100%;
  font-weight: 700;
  line-height: 2.6rem;
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 576px) {
  div.cats-wraps a.box-blue {
    padding: 0px;
    font-size: 1.6rem;
    line-height: 2rem;
  }
}
@media screen and (max-width: 420px) {
  div.cats-wraps a.box-blue {
    padding: 0px;
    font-size: 1.2rem;
    line-height: 1.4rem;
  }
}
div.cats-wraps a.box-blue span {
  width: 80%;
  display: block;
  margin: 0 auto;
}
div.cats-wraps a.box-blue:hover {
  background-color: #ef7d00;
  color: #fff;
  border: solid 1px #ef7d00;
}
div.cats-wraps a.box-orange {
  display: inline-block;
  background-color: #ef7d00;
  color: #fff;
  text-align: center;
  padding: 10px 10px;
  font-size: 1.4rem;
  font-weight: 600;
  height: 70px;
  width: 100%;
  line-height: 2rem;
  transition: all 0.5s ease 0s;
  margin-bottom: 30px;
}
div.cats-wraps a.box-orange:hover {
  background-color: #19669c;
}

.zl-scrollBar {
  background: #ffffff !important;
}

.zl-scrollBar:hover {
  background: #ffffff !important;
}

.zl-scrollBarBox {
  background: #f4a44d !important;
}

ul.categories, ol.categories {
  list-style-type: upper-roman;
}
ul.categories li, ol.categories li {
  font-size: 18px;
  font-weight: 700;
  text-transform: uppercase;
  color: #000;
  padding-top: 20px;
}
ul.categories-1 li, ol.categories-1 li {
  font-size: 16px;
  font-weight: 400;
  color: #818181;
  text-transform: inherit;
  padding-bottom: 10px;
  padding-top: 0px;
}
ul.categories-2, ol.categories-2 {
  list-style: none;
}
ul.categories-2 li, ol.categories-2 li {
  font-size: 14px;
  font-weight: 400;
  color: #222;
  text-transform: inherit;
  line-height: 14px;
  padding-bottom: 10px;
  padding-top: 0px;
}
ul.categories-2 li:before, ol.categories-2 li:before {
  content: "-";
  text-indent: -5px;
}
ul.categories-2 li span, ol.categories-2 li span {
  width: 100%;
  display: inline-block;
  font-size: 11px;
  font-style: italic;
  padding-left: 10px;
  color: #818181;
}

div.brand-list {
  text-align: center;
  margin: 0 auto;
  display: block;
}
div.brand-list h2 {
  margin: 30px 0px 40px 0px;
  font-weight: 700;
  font-size: 3rem;
}
div.brand-list h3 {
  margin: 25px 0px 0px 0px;
  font-weight: 600;
  font-size: 2.4rem;
  text-align: left;
}
div.brand-list .buttonFix {
  padding: 14px 59px;
  border-style: solid;
  border-width: 1px;
  border-color: #ef7d00;
  background-color: #ef7d00;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: "Raleway", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-style: normal;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  display: inline-block;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
  text-align: center;
  width: auto;
  margin: 15px auto;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}
div.brand-list .buttonFix:hover {
  background-color: #283583;
  border-color: #283583;
}
@media (max-width: 992px) {
  div.brand-list .buttonFix {
    width: 100%;
  }
}
div.brand-list div.brand-list-items div.box {
  border: solid 1px #19669c;
  transition: all 0.25s ease 0s;
  margin: 1.5rem auto;
  cursor: pointer;
  position: relative;
}
div.brand-list div.brand-list-items div.box:hover {
  border: solid 2px #ef7d00;
}
div.brand-list div.brand-list-items div.box.selected {
  border: solid 5px #ef7d00;
}

#peopleWrap div.extra-zespoly-flotowe {
  box-shadow: 0 0 5px 0 rgba(43, 43, 43, 0.1), 0 11px 6px -7px rgba(43, 43, 43, 0.1);
  border: none;
  text-align: center;
  padding: 15px;
  min-height: 380px;
  margin-bottom: 30px;
  background-color: #cecece;
  position: relative;
}
#peopleWrap div.extra-zespoly-flotowe:hover {
  transition: all 0.3s ease-in-out;
  background-color: #ef7d00;
}
#peopleWrap div.extra-zespoly-flotowe-text {
  position: relative;
}
#peopleWrap div.extra-zespoly-flotowe-text p.title {
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.8rem;
  margin-top: 10px;
  margin-bottom: 10px;
}
#peopleWrap div.extra-zespoly-flotowe-text p.work-positions {
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
}
#peopleWrap div.extra-zespoly-flotowe-more-wrap {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  left: 0px;
}
#peopleWrap a.extra-zespoly-flotowe-more {
  background-color: #19669c;
  color: #fff;
  font-size: 1.2rem;
  line-height: 1.8rem;
  padding: 5px 10px;
  -webkit-clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
          clip-path: polygon(0 0, 100% 0, 96.5% 100%, 0% 100%);
}

.fix-form {
  padding: 15px;
  border: solid 1px rgba(19, 38, 37, 0.1);
  max-width: 600px;
}

input.amsify-suggestags-input {
  margin-bottom: 0px;
  border-right-style: none;
  height: 50px;
  padding: 14px 29px;
  border-style: solid;
  border-right-style: solid;
  border-right-style: solid;
  border-width: 1px;
  border-color: rgba(19, 38, 37, 0.1);
  border-radius: 0px;
  background-color: #fff;
  transition: border-color 200ms ease;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  line-height: 30px;
  letter-spacing: 0.1em;
  outline: 0;
  width: 100%;
}

.amsify-suggestags-input-area .amsify-select-tag.col-bg {
  background: #d8d8d8;
  color: black;
  font-size: 14px;
  margin-right: 15px;
}

#description-wrap, #description-company-wrap {
  display: none;
}

.imageFixed {
  position: relative;
  max-width: 60px;
  padding-right: 15px;
  padding-top: 15px;
  float: left;
}

.contentFixed {
  position: relative;
  float: left;
  width: calc(100% - 80px);
}

.iframeVideoHeader {
  height: 0px;
  padding-top: 0px;
  padding-bottom: 30%;
  position: relative;
}

.iframeVideoHeader iframe, .iframeVideoHeader video {
  width: 100%;
  height: 100%;
  position: absolute;
}

div.h2 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #818181;
  font-weight: 400;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin: 0px;
}

div.h3 {
  font-size: 1.6rem;
  line-height: 2.8rem;
  color: #818181;
  font-weight: 700;
  font-family: "Poppins", sans-serif;
  text-align: left;
  margin-bottom: 20px;
}

a.fixMargin {
  position: relative;
  display: block;
  position: relative;
  top: -70px;
  visibility: hidden;
}

/*NOWEE*/
.section-home {
  color: #fff;
}
.section-home.container-fluid {
  max-width: 1920px !important;
}
.section-home h2 {
  font-size: 2.4rem;
  line-height: 3.8rem;
  font-weight: 400;
  text-align: left;
  padding-bottom: 40px;
  color: #fff;
  border-bottom: solid 2px #fff;
  margin-top: 50px;
  margin-bottom: 10px;
}
.section-home div.article {
  font-size: 1.4rem;
  line-height: 2rem;
  font-weight: 300;
  color: #fff;
  text-align: left;
}
.section-home div.article br {
  line-height: 0rem;
  font-size: 1rem;
}
.section-home div.article ul li {
  list-style: none;
  font-size: 1.6rem;
  line-height: 2.4rem;
  font-weight: 300;
  text-align: left;
}
.section-home div.article ul li a {
  color: #fff;
  text-align: left;
}
.section-home div.wrap-box {
  max-width: 300px;
  text-align: center;
  margin: 0 auto;
  padding: 15px 15px;
}
@media screen and (max-width: 992px) {
  .section-home div.wrap-box {
    max-width: 90%;
  }
}
.section-home div.wrap-box-large {
  max-width: 90%;
  text-align: center;
  margin: 0 auto;
  padding: 15px 15px;
}
.section-home div.fix-vertical {
  background-image: url("/assets/front/media/line-v.png");
  background-repeat: no-repeat;
  background-position: right 80px;
}
@media screen and (max-width: 992px) {
  .section-home div.fix-vertical {
    background-image: none;
  }
}
.section-home div.section-blue {
  background-color: #19669c;
  box-shadow: inset 7px 22px 36px 1px rgba(0, 0, 0, 0.4);
}
.section-home div.section-blue-dark {
  background-color: #155488;
  list-style: none;
  font-size: 2.2rem;
  line-height: 2.4rem;
  font-weight: 300;
  text-align: center;
  text-transform: uppercase;
  padding: 20px 0px;
  position: absolute;
  width: 100%;
  bottom: 0px;
}
@media screen and (max-width: 768px) {
  .section-home div.section-blue-dark {
    position: relative;
  }
}
.section-home div.section-blue-dark a {
  padding: 0px 0px;
  margin: 0px 5px;
}
.section-home div.section-blue-dark a i {
  color: #fff;
}
.section-home div.section-gray {
  background-color: #313131;
  box-shadow: inset 7px 22px 36px 1px rgba(0, 0, 0, 0.4);
}
.section-home div.section-white {
  background-color: #fff;
  padding-left: 0px;
  padding-right: 0px;
}

a.breadcrumb-item {
  font-size: 1.6rem;
  color: #565656;
}

/*Nowe*/
.position-relative {
  position: relative;
}

.mt-25 {
  margin-top: 25px !important;
}
@media screen and (max-width: 992px) {
  .mt-25 {
    margin-top: 15px !important;
  }
}

.mt-50 {
  margin-top: 50px !important;
}
@media screen and (max-width: 992px) {
  .mt-50 {
    margin-top: 15px !important;
  }
}

.mt-100 {
  margin-top: 100px !important;
}
@media screen and (max-width: 992px) {
  .mt-100 {
    margin-top: 25px !important;
  }
}

.mt-150 {
  margin-top: 150px !important;
}
@media screen and (max-width: 992px) {
  .mt-150 {
    margin-top: 25px !important;
  }
}

.maxw-80 {
  max-width: 80%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .maxw-80 {
    max-width: 100%;
    padding: 0px 15px;
  }
}

.maxw-70 {
  max-width: 70%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .maxw-70 {
    max-width: 100%;
  }
}

.maxw-60 {
  max-width: 60%;
  margin: 0 auto;
  text-align: center;
}
@media screen and (max-width: 992px) {
  .maxw-60 {
    max-width: 100%;
  }
}

h2.article-grey {
  font-size: 4rem;
  line-height: 7rem;
  font-weight: 500;
  color: #000;
  letter-spacing: 8px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Poppins", sans-serif;
}
@media screen and (max-width: 992px) {
  h2.article-grey {
    font-size: 3rem;
    line-height: 5rem;
    letter-spacing: 1px;
    padding-top: 20px;
  }
}

h3.article-grey {
  font-size: 3.6rem;
  font-weight: 300;
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: "Poppins", sans-serif;
}
h3.article-grey span {
  width: 100%;
  display: inline-block;
  padding-bottom: 10px;
}
@media screen and (max-width: 992px) {
  h3.article-grey span {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 992px) {
  h3.article-grey {
    font-size: 2.2rem;
    line-height: 3.6rem;
    padding: 0px 15px;
  }
}

div.article-grey {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #3d3d3d;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  text-align: left;
  padding: 25px 15px;
}
@media screen and (max-width: 992px) {
  div.article-grey {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

div.about-us {
  background-image: url("/assets/about-us-bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-color: transparent;
  background-size: auto;
  border: none;
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 50px 0px;
}
@media screen and (max-width: 992px) {
  div.about-us {
    background-image: url("/assets/about-us.jpg");
    margin: 0px 0px;
    padding: 0px 0px;
    height: 100%;
  }
}
div.about-us div.image-wrap {
  text-align: center;
  margin: 50px auto;
  width: 100%;
  position: relative;
  max-width: 1030px;
}
@media screen and (max-width: 992px) {
  div.about-us div.image-wrap {
    max-width: 100%;
    margin: 15px 0px;
  }
}
div.about-us div.image-wrap div.image {
  padding: 30px;
  border: solid 1px #000;
  display: inline-block;
  position: relative;
}
@media screen and (max-width: 992px) {
  div.about-us div.image-wrap div.image {
    padding: 0px;
    border: none;
  }
}
div.about-us div.image-wrap div.image img {
  max-width: 960px;
}
@media screen and (max-width: 992px) {
  div.about-us div.image-wrap div.image img {
    max-width: 800px;
  }
}
div.about-us div.image-wrap div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.7);
}
div.about-us div.image-wrap div.content {
  position: absolute;
  width: 100%;
  max-width: 420px;
  height: auto;
  top: 50px;
  left: 100px;
}
@media screen and (max-width: 992px) {
  div.about-us div.image-wrap div.content {
    top: 20px;
    left: 20px;
    max-width: 320px;
  }
}
div.about-us div.image-wrap div.content div.line {
  height: 2px;
  background-color: #fff;
  width: 200px;
  margin-bottom: 70px;
}
@media screen and (max-width: 992px) {
  div.about-us div.image-wrap div.content div.line {
    margin-bottom: 40px;
  }
}
div.about-us div.image-wrap div.content h2 {
  font-size: 4.8rem;
  line-height: 3.2rem;
  color: #fff;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  text-align: left;
  letter-spacing: 10px;
  margin: 30px 0px 30px 0px;
}
@media screen and (max-width: 992px) {
  div.about-us div.image-wrap div.content h2 {
    margin: 10px 0px 20px 0px;
    font-size: 4rem;
  }
}
div.about-us div.image-wrap div.content div.article {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 400;
  font-family: "Raleway", sans-serif;
  text-align: left;
  width: 100%;
  padding: 10px 0px 20px 0px;
}
@media screen and (max-width: 992px) {
  div.about-us div.image-wrap div.content div.article {
    font-size: 1.4rem;
    padding: 10px 0px 10px 0px;
  }
}
div.about-us div.image-wrap div.content div.button-wrap {
  width: 100%;
  text-align: left;
}
div.about-us div.image-wrap div.content div.button-wrap a {
  background-color: #fff;
  color: #000;
  text-align: center;
  text-transform: uppercase;
  font-size: 1.6rem;
  padding: 5px 20px;
}

.bg-white {
  background-color: #fff;
}

.bg-black {
  background-color: #000;
  padding: 80px 0px 70px 0px !important;
  margin: 0px 0px 50px 0px;
  position: relative;
  top: -60px;
}
@media screen and (max-width: 992px) {
  .bg-black {
    top: 0px;
    padding: 40px 0px 40px 0px !important;
    margin: 0px 0px 30px 0px;
  }
}
.bg-black.fixExtra {
  margin: 0;
}
.bg-black div.article-wrap {
  max-width: 960px;
  text-align: center;
  padding: 50px 0px;
  margin: 0 auto;
}
.bg-black div.article {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .bg-black div.article.fixExtra {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .bg-black div.article {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.bg-black-second {
  background-image: url("/assets/projects.jpg");
  background-repeat: no-repeat;
  background-position: center 60px;
  background-color: transparent;
  background-size: auto;
  background-color: #000;
  padding: 0px !important;
  margin: 50px 0px 0px 0px;
  position: relative;
  z-index: 10;
}
.bg-black-second div.content {
  position: relative;
  width: 100%;
  height: 100%;
  top: 0px;
  z-index: 200;
  padding: 100px 0px 90px 0px !important;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all 0.5s ease 0s;
}
@media screen and (max-width: 992px) {
  .bg-black-second {
    top: 0px;
    padding: 0px 0px 0px 0px !important;
    margin: 0px 0px 30px 0px;
    background-position: center 0px;
  }
}
.bg-black-second.fixExtra {
  margin: 0;
}
.bg-black-second div.article-wrap {
  max-width: 960px;
  text-align: center;
  padding: 50px 0px;
  margin: 0 auto;
}
.bg-black-second div.article {
  font-size: 1.8rem;
  line-height: 2.8rem;
  color: #fff;
  font-weight: 300;
  font-family: "Raleway", sans-serif;
  text-align: center;
}
@media screen and (min-width: 992px) {
  .bg-black-second div.article.fixExtra {
    max-width: 600px;
    text-align: center;
    margin: 0 auto;
  }
}
@media screen and (max-width: 992px) {
  .bg-black-second div.article {
    font-size: 1.8rem;
    line-height: 2.6rem;
  }
}

.slider-fix-position {
  top: -40px;
  position: relative;
  z-index: 100;
}
@media screen and (max-width: 992px) {
  .slider-fix-position {
    top: 0px;
  }
}

.bg-grey {
  background-color: #dddddd;
}

.bg-black {
  background-color: #1e1e1e;
}

.slick-center {
  transform: scale(1.6) !important;
}

.slick-dots li button::before {
  font-size: 18px !important;
}

.slick-dots {
  bottom: -45px;
}
@media screen and (max-width: 992px) {
  .slick-dots {
    bottom: -10px;
  }
}

div.wrapper {
  margin: 0 auto;
  text-align: center;
  max-width: 1920px;
}

div.container-fluid {
  max-width: 1920px !important;
}

a.hoverImageAll {
  position: relative;
}
a.hoverImageAll img {
  position: relative;
  z-index: 10;
  transition: all 0.5s ease 0s;
}
a.hoverImageAll:hover {
  box-shadow: 8px 8px 24px 0px rgb(66, 68, 90);
}
a.hoverImageAll:hover img {
  z-index: 100;
  box-shadow: 8px 8px 24px 0px rgb(66, 68, 90);
  transform: scale(1.05);
}

div.galleries {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (max-width: 768px) {
  div.galleries {
    padding-left: 0px;
    padding-right: 0px;
  }
}
div.galleries a.hoverImage {
  position: relative;
}
div.galleries a.hoverImage img {
  position: relative;
  z-index: 10;
  transition: all 0.5s ease 0s;
}
div.galleries a.hoverImage:hover {
  box-shadow: 8px 8px 24px 0px rgb(66, 68, 90);
}
div.galleries a.hoverImage:hover img {
  z-index: 100;
  box-shadow: 8px 8px 24px 0px rgb(66, 68, 90);
  transform: scale(1.05);
}

@media screen and (min-width: 992px) {
  img.img-fix-stal {
    position: absolute;
    top: 200px;
  }
}

div.flots-doors h2.first {
  text-align: left;
}
@media screen and (max-width: 992px) {
  div.flots-doors h2.first {
    text-align: center;
  }
}
div.flots-doors div.line {
  width: 100%;
  height: 1px;
  background-color: #000;
  max-width: 500px;
  margin-top: 100px;
  margin-left: 15px;
}
@media screen and (max-width: 992px) {
  div.flots-doors div.line {
    margin-top: 20px;
    display: none;
  }
}
div.flots-doors div.article-grey {
  width: 100%;
  max-width: 500px;
}

h2.ver-3 {
  color: #000000;
  font-size: 4.8rem;
  padding-left: 50px;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0px 0px;
  width: auto;
  text-align: right;
  display: inline;
  background-color: #fff;
  position: absolute;
  text-transform: uppercase;
  right: 0px;
}
@media screen and (max-width: 992px) {
  h2.ver-3 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  h2.ver-3 {
    font-size: 2rem;
    padding-left: 20px;
  }
}

@media screen and (max-width: 992px) {
  .container-992-fix {
    padding: 0px 0px !important;
  }
}
.fix-stal-position {
  position: relative;
  top: 100px;
}
@media screen and (max-width: 992px) {
  .fix-stal-position {
    position: relative;
    top: 0px;
  }
}

div.section-beton h2 {
  letter-spacing: 5px;
  font-size: 4.8rem;
  font-weight: 500;
  background-image: url("/images/webp/assets/beton-line.jpg");
  background-repeat: no-repeat;
  background-position: bottom center;
  background-color: transparent;
  background-size: auto;
  padding-bottom: 40px;
}
@media screen and (max-width: 992px) {
  div.section-beton h2 {
    padding-bottom: 30px;
    font-size: 4rem;
  }
}
@media screen and (max-width: 576px) {
  div.section-beton h2 {
    padding-bottom: 20px;
    font-size: 2.6rem;
    line-height: 3.2rem;
    background-size: contain;
  }
}
div.section-beton div.article-grey {
  color: #3d3d3d;
  font-weight: 300;
}

div.section-stal h2.ver-2 {
  background-color: #dddddd;
  padding-right: 20px;
  padding-left: 15px;
}
@media screen and (max-width: 992px) {
  div.section-stal h2.ver-2 {
    font-size: 3rem;
  }
}
div.section-stal div.h2-wrap {
  margin-bottom: 40px;
}
div.section-stal h3 {
  letter-spacing: 8px;
  font-size: 3rem;
  font-weight: 300;
  text-align: left;
}
@media screen and (max-width: 992px) {
  div.section-stal h3 {
    font-size: 2.2rem;
    line-height: 3.4rem;
    letter-spacing: 5px;
  }
}

div.container-fluid {
  max-width: 100% !important;
}

@media (min-width: 1500px) {
  .container {
    max-width: 1600px !important;
  }
}
.sociale-wraps {
  position: fixed;
  top: 100px;
  right: 0px;
  width: 48px;
  height: 100px;
  z-index: 999999;
}
.sociale-wraps a {
  position: relative;
  display: block;
  margin-bottom: 10px;
}
.sociale-wraps img {
  position: relative;
  bottom: 10px;
}
@media (max-width: 500px) {
  .sociale-wraps {
    display: none;
  }
}

/*NOWEE*/
div.section-5 {
  margin: 40px auto;
  background-color: rgb(35, 35, 35);
  background-color: #0b2b37;
  background-image: url("/images/webp/assets/front/media/form-3.jpg");
  background-repeat: no-repeat;
  background-position: top right;
  min-height: 500px;
  padding: 40px 0px;
}
@media (max-width: 768px) {
  div.section-5 {
    background-image: none;
  }
}
div.section-5 div.fix-right {
  text-align: right;
}
@media (max-width: 768px) {
  div.section-5 div.fix-right {
    text-align: center;
  }
}
div.section-5 div.fix-right h2, div.section-5 div.fix-right h3 {
  text-align: right;
}
@media (max-width: 768px) {
  div.section-5 div.fix-right h2, div.section-5 div.fix-right h3 {
    text-align: center;
  }
}
div.section-5 h2 {
  color: #fff;
  font-size: 3.8rem;
  line-height: 4.6rem;
  position: relative;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0px 0px;
  width: 100%;
  text-align: left;
  display: inline-block;
  text-transform: uppercase;
  padding-bottom: 40px;
}
div.section-5 h3 {
  font-size: 2.2rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #fff;
  text-align: left;
}
div.section-5 div.footer-wraps {
  width: 100%;
  color: #fff;
  display: inline-block;
}
div.section-5 form.formContact {
  margin-bottom: 40px;
  padding: 0px 30px;
}
div.section-5 form.formContact input {
  padding: 4px 15px;
  margin: 10px 0px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}
div.section-5 form.formContact textarea {
  height: 180px;
  padding: 8px 15px;
  margin: 10px 0px;
  font-size: 1.6rem;
  font-weight: 400;
  text-align: left;
  color: #000;
  border: 1px solid #fff;
  background-color: #fff;
}
div.section-5 form.formContact button {
  border: none;
  display: inline-block;
  line-height: 12px;
  padding: 15px 40px;
  margin-top: 30px;
}
div.section-5 div.icons-wrap {
  margin-top: 50px;
}
div.section-5 div.icons-wrap a {
  position: relative;
}
@media (max-width: 768px) {
  div.section-5 div.icons-wrap a {
    margin-bottom: 25px;
  }
}
div.section-5 div.icons-wrap a.first {
  margin-right: 30px;
}
@media (max-width: 992px) {
  div.section-5 div.icons-wrap a.first {
    margin-right: 0px;
  }
}
div.section-5 div.icons-wrap a i {
  font-size: 2rem;
  position: relative;
  right: 20px;
  top: 5px;
}

div.section-6 {
  margin: 40px auto 0px auto;
  background-color: #dddddd;
  padding: 30px 30px 80px 30px;
}
div.section-6 div.container {
  background-color: #dddddd;
}
div.section-6 div.h2-wrap {
  width: 100%;
  background-image: url("/assets/front/media/grey-fix.jpg");
  background-position: center center;
  background-repeat: repeat-x;
  text-align: left;
  margin: 40px 0px 70px 0px;
  height: 40px;
  position: relative;
}
@media screen and (max-width: 992px) {
  div.section-6 div.h2-wrap {
    margin: 20px 0px 20px 0px;
  }
}
@media screen and (max-width: 576px) {
  div.section-6 div.h2-wrap {
    background: transparent;
    background-image: none;
    width: 100%;
    display: block;
    margin-bottom: 55px;
  }
}
div.section-6 h2.ver-2 {
  color: #000;
  font-size: 4.8rem;
  padding-right: 50px;
  position: relative;
  font-weight: 500;
  letter-spacing: 4px;
  margin: 0px 0px;
  width: auto;
  text-align: left;
  display: inline;
  background-color: #dddddd;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  div.section-6 h2.ver-2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  div.section-6 h2.ver-2 {
    font-size: 2rem;
    padding-right: 0px;
    line-height: 3rem;
    margin-bottom: 30px;
    width: 100%;
    display: block;
  }
}
div.section-6 div.bt-wrap {
  text-align: center;
  margin: 30px 0px;
}
div.section-6 div.thumb {
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  padding: 10px;
}
@media (max-width: 768px) {
  div.section-6 div.col-12 {
    padding: 0px;
  }
}
div.section-6 h3 {
  font-size: 3.2rem;
  line-height: 4.2rem;
  font-weight: 500;
  color: #000;
  text-align: left;
  padding-bottom: 40px;
}
@media (max-width: 768px) {
  div.section-6 h3 {
    font-size: 2rem;
    line-height: 2.8rem;
  }
}
div.section-6 div.article {
  padding-left: 80px;
}
@media (max-width: 992px) {
  div.section-6 div.article {
    padding-left: inherit;
  }
}
div.section-6 div.info {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 300;
  color: rgb(124, 97, 254);
  text-align: left;
  text-transform: uppercase;
  padding-bottom: 20px;
}
@media (max-width: 768px) {
  div.section-6 div.info {
    padding-top: 20px;
  }
}
div.section-6 div.lead {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  padding-bottom: 20px;
}
div.section-6 div.text {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #000;
  text-align: left;
}

div.section-pages {
  margin: 20px auto 50px auto;
  max-width: 1140px !important;
}
div.section-pages h1, div.section-pages h2.ver-2 {
  color: #000000;
  font-size: 4.8rem;
  font-weight: 500;
  letter-spacing: 1px;
  margin: 20px 0px 60px 0px;
  text-align: left;
  width: 100%;
  display: inline-block;
  text-transform: uppercase;
}
@media screen and (max-width: 992px) {
  div.section-pages h1, div.section-pages h2.ver-2 {
    font-size: 3rem;
  }
}
@media screen and (max-width: 576px) {
  div.section-pages h1, div.section-pages h2.ver-2 {
    font-size: 2rem;
    padding-right: 20px;
  }
}
@media screen and (max-width: 576px) {
  div.section-pages h1 {
    font-size: 2rem;
    padding-right: 20px;
    margin: 0px 0px 20px 0px;
  }
}
div.section-pages div.article {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #666;
  text-align: left;
}

div.section-pages-package {
  margin: 0px auto;
}
div.section-pages-package div.col-lg-12 {
  margin-bottom: 50px;
}
div.section-pages-package div.bt-wrap {
  text-align: center;
  margin: 30px 0px;
}
div.section-pages-package div.price-fix {
  position: absolute;
  right: 100px;
  top: 100px;
  font-size: 2rem;
  font-weight: 500;
  padding: 15px 30px;
  background-color: rgb(255, 221, 88);
  color: #000;
}
div.section-pages-package div.price-fix span {
  font-size: 3rem;
}
@media (max-width: 992px) {
  div.section-pages-package div.price-fix {
    position: relative;
    right: inherit;
    top: inherit;
    margin-bottom: 10px;
  }
}
div.section-pages-package div.wraps {
  position: relative;
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  height: 100%;
  background-color: #fff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.5);
  padding-top: 70px;
  padding-bottom: 40px;
  padding-left: 50px;
  padding-right: 50px;
  text-align: left;
}
@media (max-width: 768px) {
  div.section-pages-package div.wraps {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
div.section-pages-package div.wraps.reverse {
  background-color: rgb(124, 97, 254);
}
div.section-pages-package div.wraps.reverse div.text-large, div.section-pages-package div.wraps.reverse div.text-medium, div.section-pages-package div.wraps.reverse div.text-small {
  color: #fff;
}
div.section-pages-package div.wraps.reverse-yellow {
  background-color: rgb(255, 221, 88);
}
div.section-pages-package div.wraps.reverse-yellow div.text-large, div.section-pages-package div.wraps.reverse-yellow div.text-medium, div.section-pages-package div.wraps.reverse-yellow div.text-small {
  color: #000;
}
div.section-pages-package div.wraps div.text-large {
  font-size: 6rem;
  line-height: 8rem;
  font-weight: 600;
  color: rgb(39, 23, 117);
  text-align: left;
  padding-bottom: 30px;
}
@media (max-width: 768px) {
  div.section-pages-package div.wraps div.text-large {
    padding: 0px 0px;
    font-size: 4rem;
  }
}
div.section-pages-package div.wraps div.text-medium {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  color: rgb(39, 23, 117);
  text-align: left;
  padding-bottom: 15px;
}
div.section-pages-package div.wraps div.text-small {
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  color: #000;
  text-align: left;
}

#contactForm-message {
  font-size: 2.4rem;
  line-height: 3rem;
  font-weight: 600;
  color: #000;
  color: #8c150a;
  text-align: center;
  padding: 30px 0px;
  display: none;
  border: solid 1px #8c150a;
}

.forms {
  margin: 0px 0px;
}
.forms input.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #8c150a;
}
.forms textarea.form-control {
  font-size: 1.6rem;
  padding: 10px 15px;
  border: solid 1px #8c150a;
  height: 200px;
}
.forms div.price-summary {
  font-size: 2rem;
  line-height: 3rem;
  font-weight: 500;
  padding: 15px 0px;
  text-align: center;
  color: rgb(39, 23, 117);
}
.forms div.price-summary span {
  font-size: 3rem;
}
.forms div.form-group-check {
  margin-top: 15px;
}
.forms label.form-label {
  color: #666;
  font-size: 1.6rem;
}
.forms h3 {
  font-size: 2.6rem;
  line-height: 3.2rem;
  font-weight: 600;
  color: #000;
  text-align: left;
  margin-top: 30px;
  text-transform: uppercase;
}
.forms div.description {
  font-size: 1.5rem;
  line-height: 2.5rem;
  font-weight: 400;
  color: #666;
  text-align: left;
}
.forms div.description ul {
  margin-bottom: 30px;
}
.forms div.description p {
  margin-bottom: 30px;
}
.forms .form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.forms .form-check input {
  width: 15px;
  height: 15px;
}
.forms div.permission label {
  padding: 0px 2px 0px 10px;
  box-sizing: border-box;
  font-size: 1.2rem;
  line-height: 1.6rem;
  font-weight: 400;
  text-align: left;
  margin-bottom: 30px;
}
.forms div.form-group {
  margin-bottom: 30px;
}
.forms ul.file-list {
  margin: 0px;
  padding: 0px;
}
.forms ul.file-list li {
  padding: 5px 15px;
  background-color: rgb(99, 98, 102);
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.3rem;
  line-height: 1.6rem;
  letter-spacing: 0.5px;
  cursor: pointer;
  list-style: none;
  float: left;
  margin: 0px 10px 10px 0px;
}
.forms ul.file-list li:hover {
  background-color: rgb(255, 221, 88);
  color: #000;
}
.forms ul.file-list li:hover i {
  color: red;
}
.forms ul.file-list li i {
  color: #fff;
  padding-left: 20px;
  display: inline;
}

div.header-fix-fixed {
  margin-top: 120px !important;
}

div.section-breadcrumb {
  margin: 10px auto;
  max-width: 1140px !important;
}

.breadcrumb {
  padding: 10px 7px !important;
}
.breadcrumb li {
  font-size: 1.6rem;
}
@media screen and (max-width: 992px) {
  .breadcrumb li {
    font-size: 1.2rem;
  }
}
.breadcrumb li a {
  font-size: 1.6rem;
  color: #333;
}
@media screen and (max-width: 992px) {
  .breadcrumb li a {
    font-size: 1.2rem;
  }
}

.bt-red {
  display: inline-block;
  padding: 10px 30px;
  background-color: #8c150a;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border: solid 1px #8c150a;
}
.bt-red.large {
  padding: 20px 40px;
  font-size: 2rem;
  line-height: 2.2rem;
}
.bt-red:hover {
  background-color: #fff;
  color: #8c150a;
}

.bt-purple {
  display: inline-block;
  padding: 15px 30px;
  background-color: rgb(124, 97, 254);
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bt-purple:hover {
  background-color: rgb(255, 221, 88);
  color: #000;
}

.bt-yellow {
  display: inline-block;
  padding: 15px 30px;
  background-color: rgb(255, 221, 88);
  color: #000;
  text-align: center;
  transition: all 0.5s ease 0s;
  border-radius: 5px;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
.bt-yellow.large {
  padding: 20px 40px;
  font-size: 2rem;
  line-height: 2.2rem;
}
.bt-yellow:hover {
  background-color: rgb(124, 97, 254);
  color: #fff;
}

.centerFlex {
  /* Internet Explorer 10 */
  display: -ms-flexbox;
  -ms-flex-pack: center;
  -ms-flex-align: center;
  display: -moz-box;
  -moz-box-pack: center;
  -moz-box-align: center;
  display: -webkit-box;
  -webkit-box-pack: center;
  -webkit-box-align: center;
  display: box;
  box-pack: center;
  box-align: center;
  width: 100%;
}

.centerPseudo {
  display: inline-block;
  text-align: center;
}

.centerPseudo::before {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 0px;
}

/*Nowe Tutori*/
.section-home-partner {
  padding: 30px 0px;
  margin: 0px auto;
  text-align: center;
  background-color: #efefef;
}
.section-home-partner #sliderPartners {
  margin: 0px auto;
  text-align: center;
  width: 80%;
}
.section-home-partner h2 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
.section-home-partner a {
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: inline-block;
}
.section-home-partner img {
  height: 55px;
  display: inline;
}

.section-home-about-us {
  padding: 30px 15px;
  margin: 0px auto;
  text-align: center;
  background-image: url("/assets/front/media/bg-about-us.png");
  background-repeat: no-repeat;
  background-position: 150px center;
  background-color: #fff;
  background-size: contain;
}
.section-home-about-us h2 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
.section-home-about-us h3 {
  color: #3a3a3a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
.section-home-about-us div.article {
  color: #565656;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 30px auto 0px auto;
  border-top: solid 1px #8c150a;
  padding: 15px 0px;
}
.section-home-about-us div.article div.more {
  width: 100%;
  text-align: center;
  margin: 30px auto 30px auto;
}
.section-home-about-us div.article div.more a {
  background-color: #fff;
  color: #8c150a;
  border: solid 1px #8c150a;
  padding: 10px 30px;
  font-size: 1.8rem;
  transition: all 0.5s ease 0s;
}
.section-home-about-us div.article div.more a:hover {
  background-color: #8c150a;
  color: #fff;
}

.section-home-oferts {
  padding: 0px 0px;
  margin: 0px auto;
  text-align: center;
  background-color: #8c150a;
}
.section-home-oferts h2 {
  color: #fff;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
  padding-top: 30px;
}
.section-home-oferts div.box-wrap {
  padding: 0px 0px;
  margin: 0px auto;
  text-align: center;
  background-image: url("/assets/front/media/oferts.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  width: 100%;
  min-height: 440px;
}
.section-home-oferts div.box-wrap div.wrapx {
  background-color: rgba(53, 50, 50, 0.89);
  width: 100%;
  height: 100%;
  min-height: 440px;
  display: block;
  max-width: 1200px;
  margin: 0 auto;
  padding: 50px 50px;
}
@media screen and (max-width: 576px) {
  .section-home-oferts div.box-wrap div.wrapx {
    padding: 25px 25px;
  }
}
.section-home-oferts div.box-wrap div.item {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
}
@media screen and (max-width: 576px) {
  .section-home-oferts div.box-wrap div.item {
    margin-bottom: 25px;
  }
}
.section-home-oferts div.box-wrap div.image {
  position: relative;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  z-index: 10;
}
.section-home-oferts div.box-wrap div.layer {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 40;
}
.section-home-oferts div.box-wrap *.content {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
  display: inline-block;
  color: #fff;
  z-index: 50;
}
.section-home-oferts div.box-wrap div.title {
  font-size: 2.2rem;
  font-weight: 600;
}
.section-home-oferts div.box-wrap div.text {
  font-size: 1.4rem;
  line-height: 2.2rem;
  text-align: center;
  max-width: 70%;
  margin: 0 auto;
  padding-top: 30px;
}
@media screen and (max-width: 576px) {
  .section-home-oferts div.box-wrap div.text {
    max-width: 90%;
    margin-top: 10px;
  }
}
.section-home-oferts div.box-wrap div.more {
  width: 100%;
  text-align: center;
  margin: 0px auto 0px auto;
  position: absolute;
  bottom: 0px;
}
@media screen and (max-width: 576px) {
  .section-home-oferts div.box-wrap div.more {
    bottom: -15px;
  }
}
.section-home-oferts div.box-wrap div.more a {
  background-color: #8c150a;
  color: #fff;
  border: solid 1px #8c150a;
  padding: 10px 30px;
  font-size: 1.8rem;
  transition: all 0.5s ease 0s;
}
.section-home-oferts div.box-wrap div.more a:hover {
  background-color: #fff;
  color: #8c150a;
}
.section-home-oferts div.article {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 30px auto 0px auto;
  border-top: solid 1px #fff;
  padding: 15px 0px;
}

.section-home-contact {
  padding: 30px 0px;
  margin: 0px auto 100px auto;
  text-align: center;
  background-color: #ffffff;
  position: relative;
}
@media screen and (max-width: 576px) {
  .section-home-contact {
    margin: 0px auto 0px auto;
  }
}
.section-home-contact div.box-gray {
  position: absolute;
  width: 100%;
  height: 300px;
  background-color: #efefef;
  z-index: 1;
}
.section-home-contact div.box-wrap {
  padding: 0px 0px;
  margin: 0px auto;
  text-align: center;
  background-image: url("/assets/front/media/contact.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  max-width: 1200px;
  min-height: 500px;
  position: relative;
  top: 0px;
  z-index: 10;
  border-bottom: solid 1px #8c150a;
}
.section-home-contact div.layer {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  z-index: 100;
  text-align: center;
  margin: 0 auto;
}
.section-home-contact div.layer div.fix {
  background-color: rgba(255, 255, 255, 0.7);
  position: relative;
  width: 960px;
  height: 100%;
  top: 0px;
  margin: 0 auto;
  text-align: center;
}
.section-home-contact div.content {
  position: absolute;
  top: 0px;
  width: 100%;
  height: 100%;
  min-height: 400px;
  z-index: 100;
  text-align: center;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .section-home-contact div.content {
    position: relative;
    padding-bottom: 40px;
  }
}
.section-home-contact h2 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
.section-home-contact h3 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
.section-home-contact div.article {
  color: #565656;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
  max-width: 800px;
  margin: 30px auto 0px auto;
  border-top: solid 1px #fff;
  padding: 15px 0px;
}
.section-home-contact div.bt-wrap {
  width: 100%;
  display: inline-block;
  text-align: center;
  margin: 10px auto 10px auto;
}
.section-home-contact div.bt-wrap a.bt-red {
  background-color: #8c150a;
  color: #fff;
  border: solid 1px #8c150a;
  padding: 10px 30px;
  font-size: 1.8rem;
  transition: all 0.5s ease 0s;
  font-family: "Montserrat", serif;
}
.section-home-contact div.bt-wrap a.bt-red:hover {
  color: #8c150a;
  background-color: #fff;
}
.section-home-contact div.bt-wrap a.bt-white {
  background-color: #fff;
  color: #8c150a;
  border: solid 1px #8c150a;
  padding: 10px 30px;
  font-size: 1.8rem;
  transition: all 0.5s ease 0s;
  font-family: "Montserrat", serif;
}
.section-home-contact div.bt-wrap a.bt-white:hover {
  background-color: #8c150a;
  color: #fff;
}
.section-home-contact div.circle-wrap {
  position: relative;
  bottom: -100px;
  left: 0px;
  margin: 0 auto;
  text-align: center;
  max-width: 960px;
}
@media screen and (max-width: 767px) {
  .section-home-contact div.circle-wrap {
    bottom: -50px;
  }
}
.section-home-contact div.circle-wrap div.item {
  width: 180px;
  height: 180px;
  border-radius: 90px;
  background-color: #fff;
  border: solid 2px #8c150a;
  color: #8c150a;
  text-align: center;
  padding-top: 55px;
  margin: 0 auto;
  font-family: "Montserrat", serif;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .section-home-contact div.circle-wrap div.item br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .section-home-contact div.circle-wrap div.item {
    bottom: -100px;
    border-radius: 0px;
    width: 90%;
    height: auto;
    padding-top: 15px;
  }
}
.section-home-contact div.circle-wrap div.item span.number {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 5rem;
  font-weight: 600;
}
.section-home-contact div.circle-wrap div.item span.text {
  text-align: center;
  width: 100%;
  display: inline-block;
  font-size: 1.4rem;
  line-height: 2.2rem;
}

.section-home-teams {
  padding: 30px 0px;
  margin: 0px auto;
  text-align: center;
  background-color: #ffffff;
}
@media screen and (max-width: 576px) {
  .section-home-teams {
    padding: 15px 15px;
  }
}
.section-home-teams h2 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
}
@media screen and (max-width: 576px) {
  .section-home-teams h2 {
    padding-bottom: 15px;
  }
}
.section-home-teams div.box-wrap {
  padding: 0px 0px;
  margin: 0px auto;
  text-align: center;
  background-image: url("/assets/front/media/zespol.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  min-height: 570px;
}
.section-home-teams div.line {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 4px;
  background-color: #fff;
  margin: 50px 0px 30px 0px;
}
.section-home-teams div.slider-wrap {
  width: 100%;
  height: 100%;
  padding: 0px 0px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
.section-home-teams div.slider-wrap-inner {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0px;
}
@media screen and (max-width: 576px) {
  .section-home-teams div.slider-wrap-inner .slick-next {
    right: 0px;
    top: 25%;
  }
}
@media screen and (max-width: 576px) {
  .section-home-teams div.slider-wrap-inner .slick-prev {
    left: 0px;
    top: 25%;
  }
}
.section-home-teams div.slider-teams {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 60px 0px 60px;
}
@media screen and (max-width: 576px) {
  .section-home-teams div.slider-teams {
    padding: 0px 20px 0px 20px;
  }
}
.section-home-teams div.title {
  font-size: 2.6rem;
  color: #8c150a;
  padding-top: 60px;
  text-align: left;
  font-weight: 500;
}
.section-home-teams div.sub-title {
  font-size: 1.6rem;
  color: #565656;
  text-align: left;
  padding-bottom: 30px;
}
.section-home-teams div.image {
  position: relative;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  .section-home-teams div.image {
    position: relative;
    right: inherit;
    bottom: inherit;
    height: inherit;
    text-align: center;
  }
}
.section-home-teams div.image img {
  position: absolute;
  bottom: -12px;
  right: 0px;
}
@media screen and (max-width: 992px) {
  .section-home-teams div.image img {
    position: relative;
    right: inherit;
    bottom: inherit;
    top: 25px;
  }
}
.section-home-teams div.container {
  max-width: 1200px !important;
}
.section-home-teams div.content-wrap {
  text-align: left;
  padding: 0px 0px;
  position: relative;
  bottom: -12px;
}
.section-home-teams div.content-wrap div.text {
  border-left: solid 1px #8c150a;
  position: relative;
  left: 20px;
  height: 100%;
  padding: 0px 15px 0px 40px;
  top: -30px;
  margin-bottom: -30px;
  min-height: 80px;
  font-size: 14px;
  color: #565656;
  line-height: 2.2rem;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 576px) {
  .section-home-teams div.content-wrap div.text {
    min-height: 54px;
    top: -30px;
    margin-bottom: -30px;
  }
}
.section-home-teams div.content-wrap div.text a {
  color: #565656;
}
.section-home-teams div.content-wrap div.text a:hover {
  text-decoration: underline;
}
.section-home-teams div.content-wrap span.icon {
  background-color: #8c150a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 100;
}
.section-home-teams div.content-wrap span.icon i {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 7px;
}

div.section-page-teams {
  margin-top: 150px;
  position: relative;
}
div.section-page-teams h1 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 50px 0px;
}
@media screen and (max-width: 576px) {
  div.section-page-teams h1 {
    padding-bottom: 15px;
    margin: 0px 0px 10px 0px;
  }
}
div.section-page-teams div.line {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 4px;
  background-color: #fff;
  margin: 50px 0px 30px 0px;
}
@media screen and (max-width: 576px) {
  div.section-page-teams div.line {
    margin: 10px 0px 10px 0px;
  }
}
div.section-page-teams div.item-wraps {
  margin-bottom: 40px;
  width: 100%;
  display: inline-block;
}
div.section-page-teams div.box-wrap {
  padding: 0px 0px;
  margin: 0px auto;
  text-align: center;
  background-image: url("/assets/front/media/zespol/bg.jpg");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  margin: 0 auto;
  width: 100%;
  min-height: 570px;
  height: 100%;
  position: relative;
}
div.section-page-teams div.box-wrap div.layer {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0px;
  background-color: rgba(0, 0, 0, 0.4);
}
div.section-page-teams div.box-wrap div.content {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 100;
  padding: 30px 150px;
}
@media screen and (max-width: 992px) {
  div.section-page-teams div.box-wrap div.content {
    padding: 30px 50px;
  }
}
@media screen and (max-width: 576px) {
  div.section-page-teams div.box-wrap div.content {
    padding: 30px 15px;
  }
}
div.section-page-teams div.box-wrap div.content div.article {
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 2.2rem;
  color: #fff;
  max-width: 960px;
  margin: 0 auto 50px auto;
  text-align: center;
}
div.section-page-teams div.slider-wrap {
  width: 100%;
  height: 100%;
  padding: 30px 0px 0px 0px;
  position: relative;
  margin: 0 auto;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.8);
}
div.section-page-teams div.slider-wrap-inner {
  position: relative;
  width: 100%;
  height: 100%;
  bottom: 0px;
}
@media screen and (max-width: 576px) {
  div.section-page-teams div.slider-wrap-inner .slick-next {
    right: 0px;
    top: 25%;
  }
}
@media screen and (max-width: 576px) {
  div.section-page-teams div.slider-wrap-inner .slick-prev {
    left: 0px;
    top: 25%;
  }
}
div.section-page-teams div.slider-teams {
  position: relative;
  width: 100%;
  height: auto;
  bottom: 0px;
  margin: 0 auto;
  text-align: center;
  padding: 0px 60px 0px 60px;
}
@media screen and (max-width: 576px) {
  div.section-page-teams div.slider-teams {
    padding: 0px 20px 0px 20px;
  }
}
div.section-page-teams div.title {
  font-size: 2.6rem;
  color: #8c150a;
  padding-top: 60px;
  text-align: left;
  font-weight: 500;
}
div.section-page-teams div.sub-title {
  font-size: 1.6rem;
  color: #565656;
  text-align: left;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  div.section-page-teams div.sub-title {
    padding-bottom: 10px;
  }
}
div.section-page-teams div.image {
  position: relative;
  bottom: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 992px) {
  div.section-page-teams div.image {
    position: relative;
    right: inherit;
    bottom: inherit;
    height: inherit;
    text-align: center;
  }
}
div.section-page-teams div.image img {
  position: absolute;
  bottom: 0px;
  right: 0px;
}
@media screen and (max-width: 992px) {
  div.section-page-teams div.image img {
    position: relative;
    right: inherit;
    bottom: inherit;
    top: 25px;
  }
}
div.section-page-teams div.container {
  max-width: 1200px !important;
}
div.section-page-teams div.content-wrap {
  text-align: left;
  padding: 0px 0px;
  position: relative;
  bottom: -12px;
}
div.section-page-teams div.content-wrap div.text {
  border-left: solid 1px #8c150a;
  position: relative;
  left: 20px;
  height: 100%;
  padding: 0px 15px 0px 40px;
  top: -30px;
  margin-bottom: -30px;
  min-height: 80px;
  font-size: 14px;
  color: #565656;
  line-height: 2.2rem;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 576px) {
  div.section-page-teams div.content-wrap div.text {
    min-height: 54px;
    top: -30px;
    margin-bottom: -30px;
  }
}
div.section-page-teams div.content-wrap div.text a {
  color: #565656;
}
div.section-page-teams div.content-wrap div.text a:hover {
  text-decoration: underline;
}
div.section-page-teams div.content-wrap span.icon {
  background-color: #8c150a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 100;
}
div.section-page-teams div.content-wrap span.icon i {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 7px;
}

div.section-page-contact {
  margin-top: 150px;
  position: relative;
}
div.section-page-contact div.wraps {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
div.section-page-contact h1 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 4.6rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 50px 0px;
}
@media screen and (max-width: 576px) {
  div.section-page-contact h1 {
    padding-bottom: 15px;
    margin: 0px 0px 10px 0px;
  }
}
div.section-page-contact h2 {
  color: #3a3a3a;
  font-size: 3rem;
  line-height: 4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  text-align: left;
}
div.section-page-contact p.taxed {
  font-size: 1.6rem;
  line-height: 2.2rem;
  text-align: left;
  padding: 10px 0px 0px 20px;
  margin: 0;
  font-family: "Montserrat", serif;
}
div.section-page-contact div.address {
  padding-left: 50px;
  padding-top: 50px;
}
div.section-page-contact div.line {
  width: 100%;
  text-align: center;
  display: inline-block;
  height: 4px;
  background-color: #fff;
  margin: 50px 0px 30px 0px;
}
@media screen and (max-width: 576px) {
  div.section-page-contact div.line {
    margin: 10px 0px 10px 0px;
  }
}
div.section-page-contact div.content-wrap {
  text-align: left;
  padding: 0px 0px;
  position: relative;
  bottom: -12px;
}
div.section-page-contact div.content-wrap div.text {
  border-left: solid 1px #8c150a;
  position: relative;
  left: 20px;
  height: 100%;
  padding: 0px 15px 0px 40px;
  top: -30px;
  margin-bottom: -30px;
  min-height: 80px;
  font-size: 14px;
  color: #565656;
  line-height: 2.2rem;
  font-family: "Montserrat", serif;
}
@media screen and (max-width: 576px) {
  div.section-page-contact div.content-wrap div.text {
    min-height: 54px;
    top: -30px;
    margin-bottom: -30px;
  }
}
div.section-page-contact div.content-wrap div.text a {
  color: #565656;
}
div.section-page-contact div.content-wrap div.text a:hover {
  text-decoration: underline;
}
div.section-page-contact div.content-wrap span.icon {
  background-color: #8c150a;
  width: 40px;
  height: 40px;
  border-radius: 20px;
  display: inline-block;
  text-align: center;
  position: relative;
  z-index: 100;
}
div.section-page-contact div.content-wrap span.icon i {
  font-size: 20px;
  color: #fff;
  position: relative;
  top: 7px;
}

div.page-section-maps {
  background-color: #3a3a3a;
  margin-top: 100px;
  position: relative;
  height: 400px;
}
div.page-section-maps #map-canvas {
  position: relative;
  top: -80px;
  width: 100%;
  height: 480px;
  border-top: solid 6px #8c150a;
}
@media screen and (max-width: 992px) {
  div.page-section-maps #map-canvas {
    left: 7px;
  }
}

div.section-page-template-2 {
  background-image: url("/assets/front/media/bg-2.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 200px;
}
@media screen and (max-width: 576px) {
  div.section-page-template-2 {
    padding-top: 100px;
  }
}
div.section-page-template-2 div.article {
  max-width: 1140px !important;
  margin: 0px auto 0px auto;
  padding: 30px 40px;
  text-align: center;
  background-color: #fff;
  background-size: contain;
  color: #565656;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (max-width: 992px) {
  div.section-page-template-2 div.article {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 576px) {
  div.section-page-template-2 div.article {
    padding: 30px 15px;
  }
}
div.section-page-template-2 div.article ul {
  list-style: disc;
  text-align: left;
  margin: 0px 0px;
  padding: 0px 30px;
}
div.section-page-template-2 div.article ul li {
  text-align: left;
  color: #565656;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
div.section-page-template-2 div.article ul li::marker {
  font-size: 25px;
  line-height: 30px;
}
div.section-page-template-2 h1 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 50px 0px;
  border-bottom: solid 1px #8c150a;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  div.section-page-template-2 h1 {
    padding-bottom: 15px;
    margin: 0px 0px 10px 0px;
  }
}
div.section-page-template-2 h2 {
  color: #3a3a3a;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  text-align: left;
}
div.section-page-template-2 h3 {
  color: #3a3a3a;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

div.section-page-template-1 {
  background-image: url("/assets/front/media/bg-1.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  width: 100%;
  height: 100%;
  margin-top: 100px;
  padding-top: 200px;
}
@media screen and (max-width: 576px) {
  div.section-page-template-1 {
    padding-top: 100px;
  }
}
div.section-page-template-1 div.article {
  max-width: 1140px !important;
  margin: 0px auto 0px auto;
  padding: 30px 40px;
  text-align: center;
  background-color: #fff;
  background-size: contain;
  color: #565656;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
  text-align: center;
  display: block;
}
@media screen and (max-width: 992px) {
  div.section-page-template-1 div.article {
    padding: 30px 30px;
  }
}
@media screen and (max-width: 576px) {
  div.section-page-template-1 div.article {
    padding: 30px 15px;
  }
}
div.section-page-template-1 div.article ul {
  list-style: disc;
  text-align: left;
  margin: 0px 0px;
  padding: 0px 30px;
}
div.section-page-template-1 div.article ul li {
  text-align: left;
  color: #565656;
  font-size: 1.4rem;
  line-height: 2.2rem;
  font-weight: 400;
}
div.section-page-template-1 div.article ul li::marker {
  font-size: 25px;
  line-height: 30px;
}
div.section-page-template-1 h1 {
  color: #8c150a;
  font-size: 3.2rem;
  line-height: 3.8rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 50px 0px;
  border-bottom: solid 1px #8c150a;
  padding-bottom: 30px;
}
@media screen and (max-width: 576px) {
  div.section-page-template-1 h1 {
    padding-bottom: 15px;
    margin: 0px 0px 10px 0px;
  }
}
div.section-page-template-1 h2 {
  color: #3a3a3a;
  font-size: 3rem;
  line-height: 3.6rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  text-align: left;
}
div.section-page-template-1 h3 {
  color: #3a3a3a;
  font-size: 2.8rem;
  line-height: 3.4rem;
  font-weight: 500;
  text-align: center;
  width: 100%;
  display: inline-block;
  margin: 0px 0px 20px 0px;
  text-align: left;
}

div.page-items-wrap {
  position: relative;
}
div.page-items-wrap div.layer {
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: rgba(0, 0, 0, 0.8);
  top: 0px;
  z-index: 10;
}
div.page-items-wrap div.image {
  width: 100%;
  height: 100%;
  min-height: 300px;
  background-position: top center;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  top: 0px;
  z-index: 1;
}
div.page-items-wrap div.content {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  z-index: 20;
  color: #fff;
  text-align: center;
}
div.page-items-wrap div.content div.wrap {
  padding-top: 40px;
  width: 90%;
  max-width: 1140px;
  margin: 0 auto;
  text-align: center;
  display: block;
}
@media screen and (max-width: 576px) {
  div.page-items-wrap div.content div.wrap {
    padding-top: 15px;
  }
}
div.page-items-wrap div.content div.title {
  color: #fff;
  font-size: 3.4rem;
  line-height: 4.8rem;
  font-weight: 600;
  border-bottom: solid 1px #fff;
  padding-bottom: 10px;
}
@media screen and (max-width: 576px) {
  div.page-items-wrap div.content div.title {
    font-size: 2.8rem;
    line-height: 3.8rem;
  }
}
div.page-items-wrap div.content div.text {
  color: #fff;
  font-size: 1.4rem;
  line-height: 2.4rem;
  font-weight: 400;
  padding-top: 20px;
  text-align: center;
  margin: 0 auto;
  max-width: 800px;
  width: 100%;
}
div.page-items-wrap div.content div.more {
  position: absolute;
  bottom: 0px;
  text-align: center;
  width: 100%;
}
div.page-items-wrap div.content div.more a {
  display: inline-block;
  padding: 10px 30px;
  background-color: #8c150a;
  color: #fff;
  text-align: center;
  transition: all 0.5s ease 0s;
  font-size: 1.6rem;
  line-height: 2.2rem;
  font-weight: 400;
  letter-spacing: 0.5px;
  border: solid 1px #8c150a;
}
div.page-items-wrap div.content div.more a:hover {
  background-color: #fff;
  color: #8c150a;
}
div.page-items-wrap div.item {
  width: 100%;
  height: 100%;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 576px) {
  h2 {
    font-size: 2.6rem !important;
    line-height: 3.6rem !important;
  }
}

@media screen and (max-width: 576px) {
  h3 {
    font-size: 2.2rem !important;
    line-height: 3rem !important;
  }
}
