



audio,
canvas,
iframe,
svg,
video,
img {
  vertical-align: middle;
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}

textarea {
  resize: vertical;
}

input::-moz-focus-inner {
  border: 0;
}

ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

a {
  color: inherit;
  text-decoration: none;
}

a:visited {
  color: inherit;
}

abbr[title] {
  border: 0;
  text-decoration: none;
}





h1,
h2,
h3,
h4 {
  font-weight: 800;
  letter-spacing: normal;
  text-transform: uppercase;
  font-size: 26px;
}

.TitleRow {
  background: #045fab;
  color: #fff;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  display: block;
  margin: 0;
  padding: 40px 0;
}

@media (max-width: 47.99em) {
  .TitleRow {
    padding: 20px 0;
  }
}

.TitleProduct {
  position: relative;
  font-size: 30px;
  color: #9a989a;
  padding-left: 33px;
}

.TitleProduct::before {
  content: "";
  display: block;
  width: 12px;
  height: 12px;
  position: absolute;
  left: 10px;
  top: 11px;
  background: #045fab;
  border-radius: 1px;
}

.TitlePart {
  background: #999999;
  color: #fff;
  font-size: 20px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 20px 0;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

@media (min-width: 48em) {
  .TitlePart {
    font-size: 24px;
  }
}

.TitlePart i {
  font-size: 50px;
  color: #045fab;
  margin-right: 10px;
}

@media (min-width: 48em) {
  .TitlePart i {
    margin-right: 20px;
  }
}

p {
margin: 3rem 0;
  line-height: 2em;
}

.fs-18 {
  font-size: 18px;
}

.Header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  z-index: 100;
  transition: background 0.3s;
  background: #fff;
  border-bottom: 2px solid #999999;
}

.transparent-header .Header {
  background: transparent;
  border-bottom: none;
}

@media (max-width: 63.99em) {
  .Header {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}

.scrolled .Header {
  background: #fff;
}

.Header__Container {
  position: relative;
  display: -ms-flexbox;
  display: flex;
}

.Header__Logo {
  position: relative;
  z-index: 2;
  width: 150px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
  transition: all 0.3s;
  opacity: 0;
}

.transparent-header .Header__Logo {
  opacity: 1;
}

.scrolled.transparent-header .Header__Logo {
  opacity: 0;
}

@media (max-width: 63.99em) {
  .Header__Logo {
    left: 50px;
  }
}

@media (min-width: 64em) and (max-width: 74.99em) {
  .Header__Logo {
    width: 150px;
  }
}

@media (min-width: 75em) {
  .Header__Logo {
    width: 220px;
  }
}

.Header__LogoAlt {
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 0;
  width: 150px;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  transition: all 0.3s;
}

.transparent-header .Header__LogoAlt {
  opacity: 0;
}

.scrolled.transparent-header .Header__LogoAlt {
  opacity: 1;
}

@media (max-width: 63.99em) {
  .Header__LogoAlt {
    left: 50px;
  }
}

@media (min-width: 64em) and (max-width: 74.99em) {
  .Header__LogoAlt {
    width: 150px;
  }
}

@media (min-width: 75em) {
  .Header__LogoAlt {
    width: 220px;
  }
}

.Header__Trigger {
  position: absolute;
  top: 0;
  left: -10px;
  width: 40px;
  height: 25px;
  border: none;
  background: transparent;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 2px 0;
  margin: 0;
  cursor: pointer;
}

@media (min-width: 64em) {
  .Header__Trigger {
    display: none;
  }
}

.Header__Trigger span {
  display: block;
  width: 40px;
  height: 3px;
  border-radius: 1px;
  background: #434343;
  transition: all 0.3s;
  -ms-transform-origin: 50% 50% 0;
      transform-origin: 50% 50% 0;
}

.transparent-header .Header__Trigger span {
  background: #fff;
}

.scrolled .Header__Trigger span {
  background: #434343;
}

.show-menu .Header__Trigger span:nth-child(1) {
  -ms-transform: translateY(9px) rotate(45deg);
      transform: translateY(9px) rotate(45deg);
}

.show-menu .Header__Trigger span:nth-child(2) {
  opacity: 0;
}

.show-menu .Header__Trigger span:nth-child(3) {
  -ms-transform: translateY(-9px) rotate(-45deg);
      transform: translateY(-9px) rotate(-45deg);
}

.Header__Menu {
  width: 300px;
  padding: 20px 20px;
}

@media (min-width: 64em) and (max-width: 74.99em) {
  .Header__Menu {
    padding: 0 20px;
  }
}

@media (max-width: 63.99em) {
  .Header__Menu {
    position: fixed;
    top: 70px;
    left: 0;
    background: white;
    height: calc(100vh - 70px);
    font-size: 16px;
    -webkit-overflow-scrolling: touch;
    overflow: auto;
    transform: translate3d(-100%, 0, 0);
    transition: all 0.5s;
  }
}

@media (max-width: 63.99em) {
  .show-menu .Header__Menu {
    transform: translate3d(0, 0, 0);
  }
}

@media (min-width: 64em) {
  .Header__Menu {
    width: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
    -ms-flex-pack: center;
        justify-content: center;
    -ms-flex-line-pack: center;
        align-content: center;
    text-align: center;
    padding: 0 30px;
  }
}

@media (min-width: 64em) {
  .Header__Menu > ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1;
        flex: 1;
  }
}

.Header__Menu > ul > li {
  position: relative;
}

@media (max-width: 63.99em) {
  .Header__Menu > ul > li {
    margin-bottom: 10px;
  }
}

@media (min-width: 64em) {
  .Header__Menu > ul > li {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: auto;
        flex: auto;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.Header__Menu > ul > li.active > a {
  color: #045fab !important;
}

.Header__Menu > ul > li > a {
  transition: color 0.3s;
}

.Header__Menu > ul > li > a i {
  display: inline-block;
}

@media (min-width: 64em) {
  .transparent-header .Header__Menu > ul > li > a {
    color: #fff;
  }
}

.scrolled .Header__Menu > ul > li > a {
  color: #434343;
}

@media (min-width: 64em) {
  .Header__Menu > ul > li > a:hover {
    color: #045fab;
  }
}

.Header__Menu > ul > li ul {
  display: none;
  margin: 10px 0 30px 30px;
}

@media (min-width: 64em) {
  .Header__Menu > ul > li ul {
    min-width: 220px;
    border: 2px solid #999999;
    position: absolute;
    top: 100%;
    left: 50%;
    margin: 0 0 0 -110px;
    margin-left: -110px;
    background: #fff;
  }
}

.Header__Menu > ul > li ul li {
  margin-bottom: 10px;
}

@media (min-width: 64em) {
  .Header__Menu > ul > li ul li {
    border-bottom: 2px solid #999999;
    margin-bottom: 0;
  }
}

.Header__Menu > ul > li ul li:last-child {
  border-bottom: none;
}

.Header__Menu > ul > li ul li a {
  color: #434343 !important;
  transition: all 0.3s;
}

@media (min-width: 64em) {
  .Header__Menu > ul > li ul li a {
    display: block;
    padding: 15px 10px;
  }
}

.no-touchevents .Header__Menu > ul > li ul li a:hover {
  color: #434343 !important;
}

@media (min-width: 64em) {
  .no-touchevents .Header__Menu > ul > li ul li a:hover {
    background: #045fab;
    color: #fff !important;
  }
}

@media (min-width: 64em) {
  .Header__Menu > ul > li ul li.active > a {
    background: #045fab;
    color: #fff !important;
  }
}

@media (max-width: 63.99em) {
  .Header__Menu > ul > li.show-submenu a i {
    -ms-transform: rotate(-180deg);
        transform: rotate(-180deg);
  }
}

@media (max-width: 63.99em) {
  .Header__Menu > ul > li.show-submenu ul {
    display: block;
  }
}

@media (min-width: 64em) {
  .Header__Menu > ul > li.has-submenu:hover a,
  .Header__Menu > ul > li.menu-item-0:hover a {
    color: #045fab;
  }
}

@media (min-width: 64em) {
  .Header__Menu > ul > li.has-submenu:hover ul,
  .Header__Menu > ul > li.menu-item-0:hover ul {
    display: block;
  }
}

.Header__Languages {
  width: 75px;
  height: 70px;
  background: #434343;
  transition: background 0.3s;
}

.transparent-header .Header__Languages {
  background: #fff;
}

@media (max-width: 63.99em) {
  .Header__Languages {
    position: absolute;
    top: -20px;
    right: -21px;
    transform: translate3d(0, -100%, 0);
    transition: all 0.5s;
  }
}

@media (max-width: 63.99em) {
  .show-menu .Header__Languages {
    transform: translate3d(0, 0, 0);
  }
}

.scrolled .Header__Languages {
  background: #434343;
}

@media (min-width: 64em) {
  .Header__Languages {
    position: relative;
    width: 92px;
    height: 99px;
  }
}

.Header__LanguagesCurrent {
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  background: none;
  -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
  color: #fff;
}

body.show-menu .Header__LanguagesCurrent {
	width: 100%;
	height: 100%;
	padding: 25px 0;
	text-align: center;
}

.transparent-header .Header__LanguagesCurrent {
  color: #999999;
}

.scrolled .Header__LanguagesCurrent {
  color: #fff;
}

.Header__LanguagesCurrent i {
  color: #045fab;
}

.Header__Languages ul {
  display: none;
  margin: 0px 0 30px 30px;
  width: 100%;
  border: 2px solid #999999;
  position: absolute;
  top: 100%;
  right: 0%;
  background: #fff;
  text-align: center;
}

.Header__Languages ul li {
  margin-bottom: 10px;
  border-bottom: 2px solid #999999;
  margin-bottom: 0;
}

.Header__Languages ul li:last-child {
  border-bottom: none;
}

.Header__Languages ul li a {
  color: #434343 !important;
  transition: all 0.3s;
  display: block;
  padding: 15px 10px;
}

.no-touchevents .Header__Languages ul li a:hover {
  color: #434343 !important;
  background: #045fab;
  color: #fff !important;
}

.Header__Languages ul li.active > a {
  background: #045fab;
  color: #fff !important;
}

@media (min-width: 48em) {
  .no-touchevents .Header__Languages:hover ul {
    display: block;
  }
}

.Header__Languages.show-submenu ul {
  display: block;
}

.Cover {
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* background-image: url(../images/headers/page.jpg); */
  min-height: 300px;
  height: 40vh;
}

.Cover__Hero {
  min-height: 200px;
  height: 90vh;
  background-position: top center;
}

.Cover__Text {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -ms-transform: translateY(-50%);
      transform: translateY(-50%);
  text-align: center;
  color: #fff;
}

.Cover__TextTop {
  font-family: "Playfair Display", serif;
  font-size: 3vh;
  padding-bottom: 20px;
}

.Cover__TextTop strong {
  font-weight: 900;
}

.Cover__TextBottom {
  text-transform: uppercase;
  font-weight: 900;
  font-size: 6vh;
}

.Cover__TextBottom strong {
  color: #045fab;
}

.Cover__Arrow {
  position: absolute;
  left: 50%;
  bottom: 25px;
  -ms-transform: translateX(-50%);
      transform: translateX(-50%);
  z-index: 2;
  color: #fff;
  background-color: #045fab;
  border-radius: 50%;
  width: 52px;
  height: 48px;
  text-align: center;
  cursor: pointer;
}

.Cover__Arrow i {
  font-size: 40px;
}

.Footer {
  position: relative;
  background: #434343;
  color: #999999;
  font-size: 12px;
}

@media (max-width: 63.99em) {
  .Footer {
    text-align: center;
  }
}

.Footer a {
  color: #999999;
  transition: color 0.3s;
}

.Footer a:hover {
  color: #fff;
}

.Footer__Menu {
  padding: 30px 0;
  border-bottom: 1px solid #999999;
}

@media (max-width: 47.99em) {
  .Footer__Menu {
    display: none;
  }
}

.Footer__MenuItems,
.Footer__Menu ul.menu {
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  text-transform: uppercase;
}

.Footer__Addresses {
  padding: 30px 0 30px 0;
}

.Footer__AddressesLogo img {
  width: 195px;
}

.Footer__AddressesItems {
  text-align: center;
  padding: 50px 0 0;
}

@media (min-width: 48em) {
  .Footer__AddressesItems {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    padding: 50px 0 30px 0;
  }
}

.Footer__AddressesItems > div {
  padding-bottom: 30px;
}

@media (min-width: 48em) {
  .Footer__AddressesItems > div {
    padding-right: 30px;
    padding-bottom: 0;
    width: 25%;
  }
}

.Footer__AddressesItems > div strong {
  font-weight: 800;
}

.Footer__Data {
  padding: 15px 0;
  background: #999999;
  color: #434343;
}

.Footer__Data .col-xs-12 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media (min-width: 48em) {
  .Footer__Data .col-xs-12 {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.Footer__DataText {
  font-size: 16px;
  margin: 0;
}

.Footer__DataSocial {
  font-size: 25px;
  margin: 0;
}

.Footer__DataSocial a {
  color: #434343;
  display: inline-block;
  margin-left: 15px;
}

.Button {
  display: inline-block;
  font-weight: 800;
  padding: 20px 60px;
  text-transform: uppercase;
  border: 2px solid #045fab;
  transition: all 0.3s;
  color: #045fab;
}

.Button:visited {
  color: #045fab;
}

.no-touchevents .Button:hover {
  background:#045fab;
  color: #fff;
}

.Button--filled {
  border: none;
  background: #045fab;
  color: #fff;
  padding: 25px 40px;
}

.Button--filled:visited {
  color: #fff;
}

.no-touchevents .Button--filled:hover {
  background: #434343;
}

.Button--filled-dark {
  border: none;
  background: #434343;
  color: #fff;
  padding: 25px 60px;
}

.Button--filled-dark:visited {
  color: #fff;
}

.no-touchevents .Button--filled-dark:hover {
  background: #434343;
}

.Button--dark {
  color: #434343;
  border-color: #9b9b9b;
}

.no-touchevents .Button--dark:hover {
  background: #434343;
  border-color: #434343;
  color: #fff;
}

.Button--fullwidth {
  width: 100%;
}

.QuotationRow {
  padding: 30px;
  background: #999999;
}

.QuotationRow .Button {
  width: 100%;
  max-width: 550px;
}

.ProductCategory {
  border-bottom: 3px solid #999999;
}

@media (min-width: 64em) {
  .ProductCategory {
    display: -ms-flexbox;
    display: flex;
  }
}

.ProductCategory__Text {
  text-align: center;
  padding: 0 1rem 3rem 1rem;
}

@media (min-width: 64em) {
  .ProductCategory__Text {
    text-align: left;
    width: 55%;
    padding: 5rem 3rem 3rem 3rem;
  }
}

.ProductCategory__Image {
  height: 200px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

@media (min-width: 64em) {
  .ProductCategory__Image {
    -ms-flex: 1;
        flex: 1;
    height: auto;
  }
}

@media (min-width: 64em) {
  .ProductCategory--inverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}


.ProductItem {
  display: block;
}

.ProductItem img {
  width: 100%;
  height: auto;
  border: 2px solid #9a989a;
}

.ProductItem__Name {
  font-weight: 900;
  color: #999999;
  font-size: 21px;
  margin: 2rem 0;
  position: relative;
  padding-left: 20px;
}

.ProductItem__Name::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 8px;
  background: #045fab;
  border-radius: 1px;
}

.ProductItem__Description {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

.ProductItem__Description p {
  -ms-flex: 1;
      flex: 1;
  margin: 0;
  color: #434343;
  line-height: 1.5;
  font-size: 14px;
}

.ProductItem__Button {
  width: 95px;
  text-align: center;
  font-size: 46px;
  color: #045fab;
}

@media (max-width: 47.99em) {
  .ProductItem__Button {
    display: none;
  }
}

.ProductItem__CTA {
  padding: 30px;
  height: 100%;
  background: #999999;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
}

.ProductItem__CTA .Button {
  width: 100%;
  max-width: 360px;
  text-align: center;
}

.ProductPart {
  display: block;
  margin-bottom: 3rem;
}

@media (min-width: 48em) {
  .ProductPart__Top {
    display: -ms-flexbox;
    display: flex;
  }
}

.ProductPart__TopIcon {
  padding: 10px;
  background: #999999;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  font-weight: bold;
  text-transform: uppercase;
}

@media (min-width: 48em) {
  .ProductPart__TopIcon {
    padding: 0;
    width: 50%;
    text-align: center;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.ProductPart__TopIcon i {
  color: #045fab;
  font-size: 40px;
  display: block;
}

@media (max-width: 47.99em) {
  .ProductPart__TopIcon i {
    margin-right: 20px;
  }
}

@media (max-width: 47.99em) {
  .ProductPart__TopIcon > div {
    display: -ms-flexbox;
    display: flex;
  }
}

.ProductPart__Top img {
  width: 100%;
}

@media (min-width: 48em) {
  .ProductPart__Top img {
    width: 50%;
  }
}

.ProductPart__Description {
  font-size: 14px;
  -ms-flex-align: center;
      align-items: center;
  text-align: center;
}

@media (min-width: 48em) {
  .ProductPart__Description {
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
}

.ProductPart__Description p {
  margin: 2rem 50px 2rem 0;
  line-height: normal;
}

@media (min-width: 48em) {
  .ProductPart__Description p {
    margin: 2rem 50px 2rem 0;
  }
}

.no-touchevents .ProductPart:hover .Button {
  background: #045fab;
  color: #fff;
}

.ProductPartItem {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 3rem;
}

@media (max-width: 47.99em) {
  .ProductPartItem {
    -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
  }
}

.ProductPartItem__Description {
  border: 3px solid #999999;
}

@media (max-width: 47.99em) {
  .ProductPartItem__Description {
    border-top: none;
  }
}

@media (min-width: 48em) {
  .ProductPartItem__Description {
    width: 50%;
    border-right: none;
  }
}

.ProductPartItem__Description p {
  margin: 1rem;
  font-size: 14px;
  line-height: normal;
}

.ProductPartItem__Description .CategoryProductsList {
  margin: 1rem;
}

@media (max-width: 47.99em) {
  .ProductPartItem__Description .CategoryProductsList {
    text-align: center;
  }
}

.ProductPartItem__Description .CategoryProductsList li {
  font-size: 14px;
}

.ProductPartItem__Description .CategoryProductsList li::before {
  top: 3px;
}

.ProductPartItem__Image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 250px;
}

@media (min-width: 48em) {
  .ProductPartItem__Image {
    width: 50%;
    height: inherit;
  }
}

.ProductPartItem__Title {
  margin: 0;
  background: #999;
  padding: 3rem 1rem;
  text-align: center;
  font-size: 16px;
  color: #fff;
}

.CategoryProductsList {
  margin: 50px 0;
}

.CategoryProductsList li {
  display: inline-block;
  font-size: 18px;
  font-weight: 900;
  color: #9a989a;
  text-transform: uppercase;
  position: relative;
  padding-left: 15px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.CategoryProductsList li::before {
  content: "";
  display: block;
  width: 9px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 6px;
  background: #045fab;
  border-radius: 1px;
}

.CategoryProductsList li a {
  transition: all 0.3s;
}

.CategoryProductsList li a:hover {
  color: #045fab;
}
