@import url(https://fonts.googleapis.com/css2?family=PT+Sans:ital,wght@0,400;0,700;1,400;1,700&display=swap);
body.lb-disable-scrolling {
  overflow: hidden;
}

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none;
}

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal;
  outline: none;
}

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;

  /* Image border */
  border: 4px solid white;
}

.lightbox a img {
  border: none;
}

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;

  /* Background color behind image.
     This is visible during transitions. */
  background-color: white;
}

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0;
}

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(../images/loading.gif) no-repeat;
}

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10;
}

.lb-container > .nav {
  left: 0;
}

.lb-nav a {
  outline: none;
  background-image: url('data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw==');
}

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block;
}

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(../images/prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(../images/next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  transition: opacity 0.6s;
}

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both;
}

.lb-data {
  padding: 0 4px;
  color: #ccc;
}

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em;
}

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em;
}

.lb-data .lb-caption a {
  color: #4ae;
}

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999;
}

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(../images/close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  transition: opacity 0.2s;
}

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1;
}

@charset "UTF-8";
/*
Edited YUI CSS Reset

Copyright (c) 2011, Yahoo! Inc. All rights reserved. Code licensed under the BSD License: http://developer.yahoo.com/yui/license.html, version: 2.9.0
*/
html {
  color: #000;
  background: #FFF;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

fieldset, img {
  border: 0;
}

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit;
}

del, ins {
  text-decoration: none;
}

li {
  list-style: none;
}

caption, th {
  text-align: left;
}

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

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

abbr, acronym {
  border: 0;
  font-variant: normal;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

legend {
  color: #000;
}

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

header, footer, section, nav {
  display: block;
}

body, html {
  font-family: "PT Sans", sans-serif;
  font-size: 16px;
}

.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.headtop {
  background: #f2f2f2;
  color: #170c3a;
}
.headtop .container {
  display: flex;
}
.headtop .container .ht-shortcuts {
  height: 60px;
  display: flex;
  align-items: center;
  color: #170c3a;
}
@media only screen and (max-width: 760px) {
  .headtop .container .ht-shortcuts {
    flex-wrap: wrap;
  }
}
.headtop .container .ht-shortcuts > a {
  display: block;
  height: 24px;
  line-height: 24px;
  margin-right: 12px;
}
.headtop .container .ht-shortcuts > a.fb, .headtop .container .ht-shortcuts > a.ig {
  overflow: hidden;
  width: 24px;
  text-indent: -10000px;
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}
.headtop .container .ht-shortcuts > a.fb {
  background-image: url("../img/soc-fb.svg");
}
.headtop .container .ht-shortcuts > a.ig {
  background-image: url("../img/soc-ig.svg");
}
@media only screen and (max-width: 760px) {
  .headtop .container .ht-shortcuts > a.mail, .headtop .container .ht-shortcuts > a.tel {
    display: none;
  }
}
.headtop .container .ht-tools {
  margin-left: auto;
  display: flex;
  align-items: center;
}
.headtop .container .ht-tools .search {
  position: relative;
  height: 30px;
}
.headtop .container .ht-tools .search button {
  -webkit-appearance: none;
  border: 0;
  position: absolute;
  width: 18px;
  height: 18px;
  top: 6px;
  right: 6px;
  overflow: hidden;
  text-indent: -10000px;
  cursor: pointer;
  background: url("../img/tool-sear.svg") no-repeat 50% 50%/contain;
}
.headtop .container .ht-tools .search input {
  -webkit-appearance: none;
  border: 0;
  height: 30px;
  width: 230px;
  padding: 0 30px 0 6px;
  border-radius: 4px;
  background: white;
  display: block;
}
@media only screen and (max-width: 760px) {
  .headtop .container .ht-tools .search input {
    width: 140px;
  }
}

header .container {
  display: flex;
  align-items: center;
}
header .logo {
  height: 100px;
  display: flex;
  align-items: center;
}
header .logo a {
  display: block;
  width: 290px;
  height: 64px;
  height: 90px;
  overflow: hidden;
  text-indent: -10000px;
  background: url("../img/logo.png") no-repeat 50% 50%/contain;
}
@media only screen and (max-width: 760px) {
  header .logo a {
    width: 200px;
  }
}
header .nav-toggle {
  display: none;
}
@media only screen and (max-width: 760px) {
  header .nav-toggle {
    display: block;
    width: 24px;
    height: 24px;
    margin-left: auto;
    position: relative;
  }
  header .nav-toggle span {
    position: absolute;
    top: calc(50% - 1px);
    height: 2px;
    background: #363636;
    left: 0;
    right: 0;
    transition: 0.3s;
  }
  header .nav-toggle span::before, header .nav-toggle span::after {
    content: "";
    position: absolute;
    height: 2px;
    background: #363636;
    left: 0;
    right: 0;
    transition: 0.3s;
    transform-origin: 50% 50%;
  }
  header .nav-toggle span::before {
    top: -6px;
  }
  header .nav-toggle span::after {
    top: 6px;
  }
}
@media only screen and (max-width: 760px) {
  header.open .nav-toggle span {
    background: transparent;
  }
  header.open .nav-toggle span::before, header.open .nav-toggle span::after {
    top: calc(50% - 1px);
  }
  header.open .nav-toggle span::before {
    transform: rotate(-45deg);
  }
  header.open .nav-toggle span::after {
    transform: rotate(45deg);
  }
}
header nav {
  display: flex;
  align-items: center;
  margin-left: auto;
  text-transform: uppercase;
}
@media only screen and (max-width: 760px) {
  header nav {
    margin-left: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
  }
}
header nav > ul {
  display: flex;
  line-height: 18px;
}
@media only screen and (max-width: 990px) {
  header nav > ul {
    display: none;
  }
}
header nav > ul > li {
  margin-right: 14px;
}
header nav > ul.main {
  font-size: 18px;
  color: #333;
}
header nav > ul.sec {
  font-weight: bold;
  color: #212060;
  padding-left: 14px;
  border-left: 1px solid #666;
}
header nav > ul.sec li:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 760px) {
  header.open {
    position: relative;
  }
  header.open nav {
    z-index: 10;
    flex-direction: column;
    background: white;
  }
  header.open nav > ul {
    padding: 5px 0;
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  header.open nav > ul.sec {
    padding: 5px 0;
    border-left: 0 none;
    border-top: 1px solid #666;
  }
  header.open nav > ul.sec > li {
    padding: 4px 20px;
    margin-right: 0;
  }
  header.open nav > ul > li {
    padding: 4px 20px;
    margin-right: 0;
  }
}

.home-intro {
  position: relative;
  height: 500px;
  background: #f2f2f2;
}
@media only screen and (max-width: 990px) {
  .home-intro {
    height: 400px;
  }
}
.home-intro::after {
  position: absolute;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#212060+0,212060+100&0+0,0.1+100 */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(33, 32, 96, 0) 0%, rgba(33, 32, 96, 0.1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00212060", endColorstr="#1a212060",GradientType=0 ); /* IE6-9 */
  content: "";
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  pointer-events: none;
}
@media only screen and (max-width: 760px) {
  .home-intro {
    height: 200px;
  }
  .home-intro .container {
    padding: 0;
  }
}
.home-intro .hi-car {
  height: 500px;
  width: 100%;
  height: 500px;
  overflow: hidden;
  display: flex;
}
@media only screen and (max-width: 990px) {
  .home-intro .hi-car {
    height: 400px;
  }
}
@media only screen and (max-width: 760px) {
  .home-intro .hi-car {
    height: 200px;
  }
}
.home-intro .hi-car li {
  transition: 0.3s;
  flex-shrink: 0;
  width: 100%;
}
.home-intro .hi-car img {
  width: 100%;
  height: 500px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media only screen and (max-width: 990px) {
  .home-intro .hi-car img {
    height: 400px;
  }
}
@media only screen and (max-width: 760px) {
  .home-intro .hi-car img {
    height: 200px;
  }
}

.home-shortcuts {
  padding: 70px 0;
}
.home-shortcuts h2 {
  color: #170c3a;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.home-shortcuts ul {
  display: flex;
}
@media only screen and (max-width: 760px) {
  .home-shortcuts ul {
    flex-direction: column;
  }
}
.home-shortcuts ul > li {
  width: 25%;
  width: 33.333%;
  height: 300px;
  position: relative;
  background: #f1f1f1;
  display: flex;
  flex-direction: column;
}
@media only screen and (max-width: 760px) {
  .home-shortcuts ul > li {
    width: 100%;
  }
}
.home-shortcuts ul > li::before {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.04);
  pointer-events: none;
  z-index: 1;
}
.home-shortcuts ul > li:nth-of-type(2n) {
  justify-content: flex-end;
}
.home-shortcuts ul > li:nth-of-type(2n)::before {
  display: none;
}
.home-shortcuts ul > li:nth-of-type(2n) .img {
  bottom: auto;
  top: 0;
}
.home-shortcuts ul > li .img {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}
.home-shortcuts ul > li .img img {
  display: block;
  width: 100%;
}
.home-shortcuts ul > li .detail {
  position: relative;
  z-index: 2;
  text-align: center;
  padding: 20px 0;
}
.home-shortcuts ul > li .detail .title {
  color: #170c3a;
  font-size: 24px;
}
.home-shortcuts ul > li .detail .btn {
  display: inline-block;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 20px;
  line-height: 32px;
  border-radius: 6px;
  color: white;
  background: #f7a62d;
  box-shadow: 1px 1px 6px rgba(0, 0, 0, 0.2);
  margin-top: 8px;
}
.home-shortcuts ul > li .detail .brand {
  width: 100px;
  height: 45px;
  display: inline-block;
  background: url("../img/dreamon.png") no-repeat 50% 50%/contain;
  margin-bottom: -10px;
}
.home-shortcuts ul > li .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.home-testimonials {
  padding: 60px 0 50px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efeff0+0,dcdce2+100 */
  background: rgb(239, 239, 240); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(239, 239, 240) 0%, rgb(220, 220, 226) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#efeff0", endColorstr="#dcdce2",GradientType=0 ); /* IE6-9 */
}
.home-testimonials .slogan {
  text-align: right;
  color: #636363;
  font-size: 18px;
  font-style: italic;
  margin-top: 64px;
}
.home-testimonials h2 {
  color: #170c3a;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.home-testimonials ul > li blockquote {
  text-align: center;
  position: relative;
  max-width: 540px;
  margin: 30px auto 0;
  padding-top: 44px;
}
.home-testimonials ul > li blockquote::before {
  content: "“";
  position: absolute;
  top: -40px;
  color: #f7a62d;
  pointer-events: none;
  font-size: 180px;
  left: 0;
  right: 0;
  text-align: center;
}
.home-testimonials ul > li blockquote span {
  display: block;
}
.home-testimonials ul > li blockquote span strong {
  display: block;
}
.home-testimonials ul > li blockquote .content {
  font-size: 18px;
  line-height: 25px;
  color: #636363;
}
.home-testimonials ul > li blockquote .auth {
  margin-top: 30px;
}

.home-about {
  padding: 60px 0 50px;
}
.home-about h2 {
  color: #170c3a;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.home-about .ha-content {
  font-size: 18px;
  color: #636363;
  line-height: 25px;
  text-align: center;
  max-width: 1020px;
  margin: 44px 0 30px;
}

.foot-distrib {
  padding: 55px 0 80px;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#efeff0+0,ffffff+50,efeff0+100 */
  background: rgb(239, 239, 240); /* Old browsers */ /* FF3.6-15 */ /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgb(239, 239, 240) 0%, rgb(255, 255, 255) 50%, rgb(239, 239, 240) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#efeff0", endColorstr="#efeff0",GradientType=0 ); /* IE6-9 */
}
@media only screen and (max-width: 760px) {
  .foot-distrib {
    padding: 30px 0;
  }
}
.foot-distrib h2 {
  color: #170c3a;
  font-size: 36px;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 30px;
}
.foot-distrib .distrib-list {
  display: flex;
  align-items: center;
  justify-content: space-around;
}
@media only screen and (max-width: 760px) {
  .foot-distrib .distrib-list {
    flex-direction: column;
  }
}
.foot-distrib .distrib-list > li {
  width: 25%;
}
@media only screen and (max-width: 760px) {
  .foot-distrib .distrib-list > li {
    width: 100%;
    max-width: 220px;
    margin-bottom: 20px;
  }
}
.foot-distrib .distrib-list > li img {
  display: block;
  max-width: 100%;
  width: 180px;
  margin: 0 auto;
  opacity: 0.6;
  transition: 0.3s;
  filter: grayscale(1);
}
.foot-distrib .distrib-list > li img:hover {
  opacity: 1;
  filter: grayscale(0);
}

footer {
  background: #e9e9e9;
  border-top: 5px solid #f7a62d;
  padding: 26px 0 0;
}
footer .foot-bot {
  display: flex;
  justify-content: space-between;
  padding: 10px 0 15px;
  color: #636363;
  border-top: 1px solid #636363;
  margin-top: 24px;
}
footer .foot-bot .dev {
  font-size: 12px;
}
footer .foot-top {
  display: flex;
  justify-content: space-between;
}
footer .foot-top a {
  display: block;
}
footer .foot-top .logo {
  width: 200px;
  height: 42px;
  background: url("../img/logo.png") no-repeat 0% 50%/contain;
  overflow: hidden;
  text-indent: -10000px;
}
footer .foot-top .totop {
  width: 32px;
  height: 32px;
  background: url("../img/totop.svg") no-repeat 50% 50%/contain;
  background-color: #f7a62d;
  border-radius: 6px;
  overflow: hidden;
  text-indent: -10000px;
}
footer .foot-mid {
  display: flex;
}
@media only screen and (max-width: 760px) {
  footer .foot-mid {
    flex-direction: column;
  }
}
footer .foot-mid .foot-contact {
  color: #636363;
  line-height: 25px;
  width: 100%;
  max-width: 220px;
  margin-right: 20px;
}
footer .foot-mid .fc-info {
  margin: 20px 0;
}
footer .foot-mid .fc-links {
  color: #212060;
}
@media only screen and (max-width: 760px) {
  footer .foot-nav {
    margin-top: 20px;
  }
}
footer .foot-nav > ul {
  display: flex;
}
footer .foot-nav > ul > li {
  width: 150px;
  line-height: 18px;
}
footer .foot-nav > ul > li .title {
  margin-bottom: 15px;
  font-weight: bold;
  color: #636363;
  text-transform: uppercase;
}
footer .foot-nav > ul > li > ul > li {
  margin-bottom: 7px;
  border-left: 2px solid #f7a62d;
  padding-left: 8px;
  color: #212060;
}

.title-bc {
  background: #f2f2f2;
}
.title-bc > div {
  display: flex;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
}
.title-bc > div .dreamon {
  display: block;
  margin-left: auto;
  width: 100px;
  height: 50px;
  background: url("../img/dreamon.png") no-repeat 50% 50%/contain;
  margin-right: 30px;
}
@media only screen and (max-width: 760px) {
  .title-bc > div .dreamon {
    display: none;
  }
}
.title-bc > div .tbc h1 {
  font-size: 36px;
  line-height: 40px;
}

.breadcrumbs {
  display: flex;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 6px;
}
.breadcrumbs > li::after {
  color: #959595;
  content: ">";
  margin: 0 5px;
}
.breadcrumbs > li:last-of-type::after {
  display: none;
}
.breadcrumbs a {
  color: #f7a62d;
}

.text-content {
  line-height: 25px;
  color: #636363;
}
.text-content p {
  margin-bottom: 25px;
}
.text-content h2 {
  font-size: 24px;
  color: black;
  line-height: 30px;
  margin-bottom: 30px;
}

.text .container {
  max-width: 800px;
}
.text ul li {
  padding-left: 20px;
  position: relative;
}
.text ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 4px);
  width: 8px;
  height: 8px;
  background: black;
  border-radius: 4px;
}
.text strong {
  font-weight: bold;
}

.productimg2 {
  display: flex;
  margin: 0px 0 20px;
  border-top: 2px solid #e0e0e0;
  padding-top: 20px;
}
.productimg2 > a {
  display: block;
  width: calc(33.333% - 10px);
  border: 2px solid #e0e0e0;
  margin-right: 15px;
  box-sizing: border-box;
}
.productimg2 > a:last-of-type {
  margin-right: 0;
}
.productimg2 > a > img {
  width: 100%;
}
.productimg2 > img {
  display: block;
  width: calc(33.333% - 10px);
  border: 2px solid #e0e0e0;
  margin-right: 15px;
  box-sizing: border-box;
}
.productimg2 > img:last-of-type {
  margin-right: 0;
}

.single-product {
  padding: 60px 0;
}
.single-product .container {
  max-width: 1000px;
}
.single-product .productimg {
  margin-bottom: 30px;
}
.single-product .productimg img {
  display: block;
  margin: 0 auto;
  max-width: 660px;
}
@media only screen and (max-width: 760px) {
  .single-product .productimg img {
    width: 100%;
  }
}
.single-product .prod-size {
  color: #212060;
}
.single-product .prod-tools {
  display: flex;
  justify-content: flex-end;
}
.single-product .prod-tools .btn {
  display: block;
  color: white;
  background: #f7a62d;
  width: 100%;
  max-width: 240px;
  text-align: center;
  text-transform: uppercase;
  font-size: 18px;
  height: 50px;
  box-sizing: border-box;
  padding: 10px;
  line-height: 30px;
  border-radius: 8px;
  margin-left: 20px;
  font-weight: bold;
}
.single-product .prod-tools .btn.b2b {
  color: #170c3a;
  background: #e9e9e9;
}

.product-list {
  padding: 40px 0;
}
.product-list h2 {
  color: #170c3a;
  font-size: 36px;
  text-align: center;
  margin-bottom: 40px;
  text-transform: uppercase;
}
.product-list .pl-items {
  display: flex;
  flex-wrap: wrap;
}
.product-list .pl-items > li {
  box-sizing: border-box;
  width: calc(25% - 6px);
  margin-right: 7px;
  margin-bottom: 7px;
  border: 1px solid #e9e9e9;
  position: relative;
  transition: 0.3s;
}
.product-list .pl-items > li:hover {
  border-color: #ddd;
  transform-origin: 50% 50%;
  transform: translateY(-3px);
  box-shadow: 0px 3px 4px rgba(0, 0, 0, 0.2);
}
.product-list .pl-items > li:hover .details .desc {
  color: #636363;
}
.product-list .pl-items > li:nth-of-type(4n) {
  margin-right: 0px;
}
@media only screen and (max-width: 990px) {
  .product-list .pl-items > li {
    width: calc(50% - 6px);
    margin-right: 12px;
  }
  .product-list .pl-items > li:nth-of-type(2n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 760px) {
  .product-list .pl-items > li {
    margin-right: 0;
    width: 100%;
  }
}
.product-list .pl-items > li .img {
  height: 160px;
  border-bottom: 1px solid #e9e9e9;
}
.product-list .pl-items > li .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.product-list .pl-items > li .details {
  padding: 10px;
  text-align: right;
}
.product-list .pl-items > li .details .title {
  position: relative;
  text-align: left;
  font-size: 24px;
  color: #212060;
  line-height: 30px;
  padding-bottom: 6px;
  margin-bottom: 8px;
}
.product-list .pl-items > li .details .title::before {
  position: absolute;
  content: "";
  width: 60px;
  height: 2px;
  left: 0;
  bottom: 0;
  background: #f7a62d;
}
.product-list .pl-items > li .details .desc {
  color: #636363;
  color: #888;
  transition: 0.3s;
  font-size: 14px;
  line-height: 25px;
  overflow: hidden;
  text-align: left;
}
.product-list .pl-items > li .details .more {
  font-weight: bold;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 8px;
  color: #212060;
  padding-right: 20px;
  background: url("../img/more.svg") no-repeat 100% 50%;
  background-size: 16px;
}
.product-list .pl-items > li .full-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.text .content, .text-intro .content {
  line-height: 25px;
  font-size: 16px;
  color: #363636;
  margin: 25px 0;
}
.text .content p, .text-intro .content p {
  margin: 25px 0;
}

.text-h2 .container, .text-h3 .container {
  max-width: 800px;
}
.text-h2 h2, .text-h2 h3, .text-h3 h2, .text-h3 h3 {
  margin: 30px 0;
}

.text-h2 h2 {
  font-size: 30px;
}

.text-h3 h3 {
  font-size: 24px;
}

.text-photo {
  margin: 25px 0;
}
.text-photo img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.text-gallery {
  margin: 25px 0;
}
.text-gallery ul {
  display: flex;
  flex-wrap: wrap;
}
.text-gallery ul > li {
  width: calc(25% - 12px);
  margin-right: 16px;
  margin-bottom: 16px;
}
.text-gallery ul > li:nth-of-type(4n) {
  margin-right: 0;
}
@media only screen and (max-width: 760px) {
  .text-gallery ul > li {
    width: 100%;
    margin-right: 0;
  }
}
.text-gallery ul > li img {
  width: 100%;
  height: 200px;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
}

.text-intro .content {
  font-size: 18px;
  padding-right: 10%;
  padding-left: 10%;
  text-align: center;
  line-height: 30px;
}
@media only screen and (max-width: 760px) {
  .text-intro .content {
    padding: 0;
    font-size: 16px;
    line-height: 25px;
  }
}

.standards-title {
  margin: 45px 0 25px;
}
.standards-title .logo img {
  max-width: 400px;
  display: block;
  margin: 0 auto;
}
@media only screen and (max-width: 760px) {
  .standards-title .logo img {
    width: 100%;
  }
}
.standards-title h2 {
  text-align: center;
  width: 200px;
  background: #f2f2f2;
  margin: 0 auto;
  line-height: 30px;
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
}

.contact-section {
  margin: 80px 0;
}
@media only screen and (max-width: 760px) {
  .contact-section {
    margin: 40px 0;
  }
}
.contact-section .container {
  display: flex;
  justify-content: center;
}
@media only screen and (max-width: 760px) {
  .contact-section .container {
    flex-direction: column;
  }
}
.contact-section .contact-info {
  width: 350px;
  box-sizing: border-box;
  padding: 25px 25px 25px;
  position: relative;
  line-height: 25px;
  background: url("../img/logo-contact.svg") no-repeat -10px calc(100% + 10px)/120px 120px;
  background-color: #e9e9e9;
}
@media only screen and (max-width: 760px) {
  .contact-section .contact-info {
    width: 100%;
  }
}
.contact-section .contact-info::before {
  content: "";
  display: block;
  width: 60px;
  height: 60px;
  background: url("../img/contact.svg") no-repeat 50% 50%/contain;
  margin-bottom: 30px;
}
.contact-section .contact-info .company {
  font-weight: bold;
  margin: 4px 0 4px;
}
.contact-section .contact-info a {
  color: #212060;
}
.contact-section .contact-form {
  width: 450px;
  background: #f2f2f2;
  padding: 15px;
  box-sizing: border-box;
}
@media only screen and (max-width: 760px) {
  .contact-section .contact-form {
    width: 100%;
  }
}
.contact-section .contact-form .field {
  margin-bottom: 12px;
}
.contact-section .contact-form .field input, .contact-section .contact-form .field textarea {
  display: block;
  width: 100%;
  -webkit-appearance: none;
  outline: none;
  height: 34px;
  border: 1px solid #888;
  padding: 4px 8px;
  box-sizing: border-box;
}
.contact-section .contact-form .field textarea {
  height: auto;
  min-height: 180px;
}
.contact-section .contact-form .field label {
  display: block;
  font-size: 14px;
  margin-bottom: 4px;
}

.product-catg-intro {
  max-width: 1200px;
  padding: 0 20px;
  margin: 40px auto;
  color: #363636;
  text-align: justify;
}
.product-catg-intro p {
  max-width: 700px;
  max-width: 100%;
  margin-bottom: 1em;
}
.product-catg-intro strong {
  font-weight: bold;
}
.product-catg-intro em {
  font-style: italic;
}

.product-catalog {
  position: fixed;
  display: flex;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: auto;
  background: rgba(0, 0, 0, 0.5);
  align-items: center;
  justify-content: center;
}
.product-catalog.hidden {
  visibility: hidden;
  opacity: 0;
  transition: 0.3s;
}
.product-catalog > div {
  position: relative;
  max-width: 600px;
  width: 90%;
  padding: 20px;
  margin: auto;
}
.product-catalog .catalog-b a.close {
  position: absolute;
  right: 4px;
  top: 4px;
  background: white;
  border-radius: 12px;
  width: 24px;
  height: 24px;
  font-size: 24px;
  text-align: center;
  line-height: 22px;
  color: black;
}
.product-catalog .catalog-b a {
  display: block;
}
.product-catalog .catalog-b img {
  display: block;
  width: 100%;
}

/*# sourceMappingURL=app.css.map*/