* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-family: 'Roboto Slab', serif;
}
img {
  max-width: 100%;
}
.full-screen {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.container {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto;
}
.bg-centered {
  background-position: center;
  background-repeat: no-repeat;
}
.bg-cover {
  background-size: cover;
}
.bg-contain {
  background-size: contain;
}
.secondary-title-wrapper {
  text-align: center;
}
.secondary-title {
  font-size: 2.4em;
  font-weight: 300;
  text-transform: uppercase;
  color: #6d6b0b;
  display: inline-block;
  padding: 10px 0;
  border-top: 1px solid #6d6b0b;
  border-bottom: 1px solid #6d6b0b;
}
.full-width-title {
  width: 100%;
  color: #7c7a0f;
  padding: 16px 0;
  border-top: 1px solid #7c7a0f;
  border-bottom: 1px solid #7c7a0f;
  text-align: center;
  font-weight: 100;
  font-size: 4.8em;
  line-height: 1.25em;
}
.normal-title {
  width: 100%;
  color: #7c7a0f;
  padding: 30px 0;
  border-top: 1px solid #7c7a0f;
  border-bottom: 1px solid #7c7a0f;
  text-align: center;
  font-weight: 100;
  font-size: 3.6em;
  line-height: 1.25em;
}
.full-width-img {
  width: 100%;
  display: block;
}
.text-wrapper {
  padding: 40px 60px 0 60px;
}
.text {
  font-size: 2em;
  line-height: 1.5em;
}
.margin-bottom-60 {
  margin-bottom: 60px;
}
.margin-bottom-40 {
  margin-bottom: 40px;
}
.margin-bottom-30 {
  margin-bottom: 30px;
}
.padding-top-120 {
  padding-top: 120px;
}
.margin-bottom-120 {
  margin-bottom: 120px;
}
.margin-bottom-20 {
  margin-bottom: 20px;
}
.margin-left-35 {
  margin-left: 35px;
}
.main-content {
  padding-top: 170px;
}
body {
  padding: 0;
  margin: 0;
  font-size: 62.5%;
  background-color: #fafaf8;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  margin: 0;
}
p {
  margin: 0;
}
.v-top {
  display: inline-block;
  vertical-align: top;
}
.v-middle {
  display: inline-block;
  vertical-align: middle;
}
.v-bottom {
  display: inline-block;
  vertical-align: bottom;
}
.clear-float:after {
  content: "";
  display: table;
  width: 100%;
  clear: both;
}
.table {
  width: 100%;
  height: 100%;
  display: table;
  overflow: hidden;
  text-overflow: ellipsis;
  table-layout: fixed;
}
.table-cell {
  width: 100%;
  height: 100%;
  display: table-cell;
  vertical-align: middle;
  overflow: hidden;
  text-overflow: ellipsis;
}
.topbar-wrapper {
  background-color: #111	;
  box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.15);
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 10000;
}
.topbar {
  padding: 29px 0 28PX 0;
  position: relative;
}
.topbar-logo-wrapper {
  display: inline-block;
  margin-bottom: -4px;
  position: relative;
  z-index: 10;
}
.topbar-logo {
  width: 140px;
  display: block;
  border: none;
}
.topbar-links {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.topbar-links-wrapper {
  position: absolute;
  padding: 0 140px;
  left: 50%;
  width: 100%;
  bottom: 0;
  padding-bottom: 24px;
  text-align: center;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.topbar-link-wrapper {
  display: inline-block;
  margin: 0 22px;
}
.topbar-link {
  font-size: 1.6em;
  color: #949971;
  text-decoration: none;
}
.topbar-link:hover {
  color: #cdc600;
}
.topbar-link.selected {
  color: #cdc600;
}
.lang-search-wrapper {
  position: absolute;
  right: 0;
  top: 15px;
}
@media screen and (max-width: 1200px) {
  .topbar-links-wrapper {
    left: auto;
    right: 0;
    text-align: right;
    bottom: 24px;
    padding: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@media screen and (min-width: 769px) and (max-width: 960px) {
  .topbar-link-wrapper {
    margin: 0 10px;
  }
}
.topbar-links-wrapper.menu-visible {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
.topbar-links-hamburger {
  display: none;
}
.topbar-links-hamburger + label {
  display: none;
  position: absolute;
  top: 50px;
  right: 10px;
  width: 40px;
  height: 40px;
  z-index: 100;
  font-size: 0;
  text-align: right;
  line-height: 30px;
  cursor: pointer;
}
.topbar-links-hamburger + label:before,
.topbar-links-hamburger + label:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #7c7a0f;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.topbar-links-hamburger + label:before {
  top: 2px;
  box-shadow: 0 20px 0 0 #7c7a0f;
}
.topbar-links-hamburger + label:after {
  bottom: 24px;
}
.topbar-links-hamburger:checked + label:before {
  -webkit-transform: translateX(5px) translateY(12px) rotate(-45deg);
  -moz-transform: translateX(5px) translateY(12px) rotate(-45deg);
  -ms-transform: translateX(5px) translateY(12px) rotate(-45deg);
  transform: translateX(5px) translateY(12px) rotate(-45deg);
  box-shadow: none;
}
.topbar-links-hamburger:checked + label:after {
  -webkit-transform: translateX(5px) translateY(2px) rotate(45deg);
  -moz-transform: translateX(5px) translateY(2px) rotate(45deg);
  -ms-transform: translateX(5px) translateY(2px) rotate(45deg);
  transform: translateX(5px) translateY(2px) rotate(45deg);
}
@media screen and (max-width: 840px) {
  .topbar-links-wrapper {
    visibility: hidden;
    opacity: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: white;
    text-align: center;
    z-index: 100;
    -webkit-transform: translate(0, -20px);
    -moz-transform: translate(0, -20px);
    -o-transform: translate(0, -20px);
    -ms-transform: translate(0, -20px);
    transform: translate(0, -20px);
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    -o-transition: all 0.3s;
    -ms-transition: all 0.3s;
    transition: all 0.3s;
  }
  .topbar-links-hamburger + label {
    display: block;
    z-index: 110;
  }
  .topbar-links {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
  }
  .topbar-link-wrapper {
    display: block;
    font-size: 26px;
    margin: 8px 0;
  }
}
.lang-search-wrapper-item {
  float: right;
}
.lang-search-wrapper-part {
  float: right;
}
.search-wrapper {
  margin-left: 12px;
  border-left: 1px solid #c6cab2;
}
.search-input-wrapper {
  width: 0px;
  overflow: hidden;
  float: right;
  -webkit-transition: width 0.3s;
  -moz-transition: width 0.3s;
  -o-transition: width 0.3s;
  -ms-transition: width 0.3s;
  transition: width 0.3s;
}
.search-input-wrapper.search-appear {
  width: 186px;
  overflow: visible;
}
.search-input {
  outline: none;
  width: 100%;
  padding: 5px;
  border: 1px solid #c6cab2;
  position: relative;
  left: -1px;
}
.search-btn {
  float: right;
  width: 51px;
  height: 30px;
  cursor: pointer;
  padding-right: 15px;
  background-size: 22px;
  background-image: url('../images/topbar-search-icon.png');
}
.langs-wrapper {
  list-style-type: none;
  margin: 2px 4px 0 0;
  padding: 0;
}
.lang-wrapper {
  display: inline-block;
  margin-left: 6px;
}
.lang-lbl {
  font-size: 1.2em;
  color: #fff;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  display: inline-block;
  width: 25px;
  height: 25px;
  cursor: pointer;
  line-height: 24px;
  text-align: center;
  text-decoration: none;
}
.lang-lbl.selected {
  color: white;
  background-color: #7c7a0f;
}
.footer-part {
  text-align: center;
}
.footer-part:first-child {
  color: #bec3af;
  padding: 30px 0;
  background-color: #444;
  border-top: 2px solid #bec3af;
}
.footer-part:nth-child(2) {
  color: white;
  padding: 20px 0;
  background-color: #333;
}
.footer-section:not(:last-child) {
  margin-bottom: 30px;
}
.footer-logo {
  width: 170px;
}
.footer-section-title {
  font-size: 1.8em;
  margin-bottom: 10px;
}
.footer-socials {
  margin: 0;
  padding: 0;
}
.footer-social {
  display: inline-block;
  margin: 0 6px;
}
.footer-social-link {
  display: inline-block;
}
.footer-social-icon {
  width: 40px;
  height: 40px;
  border: 2px solid #ccd0c1;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
}
.footer-social-icon:hover {
  opacity: 0.85;
}
.quality-spec-icon {
  margin: 5px 10px 0 10px;
  height: 60px;
}
.contact-details-part {
  display: inline-block;
  margin: 10px;
}
.contact-details-part,
.contact-details-icon {
  vertical-align: middle;
}
.contact-details-icon {
  width: 20px;
  margin-right: 4px;
}
.contact-details-txt {
  font-size: 1.5em;
  display: inline-block;
  vertical-align: middle;
}
.contact-form {
  padding-top: 50px;
  margin: 0 auto;
  width: 560px;
  max-width: 100%;
}
.contact-lbl {
  color: black;
  font-size: 2.2em;
  margin-bottom: 15px;
}
.contact-input {
  border: none;
  outline: none;
  font-family: 'Roboto Slab', serif;
  font-size: 2.2em;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
  padding: 17px 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
}
.contact-textarea {
  border: none;
  outline: none;
  font-family: 'Roboto Slab', serif;
  font-size: 2.2em;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: inset 0 0 8px rgba(0, 0, 0, 0.4);
  padding: 17px 34px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width: 100%;
  max-width: 100%;
  height: 200px;
  overflow: hidden;
  resize: none;
}
.contact-row:not(:last-child) {
  margin-bottom: 30px;
}
.contact-btn {
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  font-size: 1.8em;
  color: #fef190;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.4);
  background-color: rgba(0, 0, 0, 0.7);
  cursor: pointer;
  border: none;
  max-width: 140px;
  float: right;
  margin-top: 10px;
  outline: none;
}
.contact-btn:hover {
  opacity: 0.9;
}
@media screen and (max-width: 1200px) {
  .container {
    padding-left: 25px;
    padding-right: 25px;
  }
  .text-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (max-width: 580px) {
  .topbar-wrapper {
    position: relative;
  }
  .main-content {
    padding-top: 60px;
  }
  .contact-form {
    padding-top: 0;
  }
  .contact-btn {
    float: none;
    display: block;
    margin: 10px auto 0 auto;
  }
  .topbar {
    padding-top: 37px;
    padding-bottom: 17px;
  }
  .topbar-logo {
    width: 110px;
    margin-top: 12px;
  }
  .topbar-links-hamburger + label {
    top: 60px;
  }
  .search-wrapper {
    display: none;
  }
  .langs-wrapper {
    margin-right: 5px;
  }
}
@media screen and (max-width: 420px) {
  .contact-details-part,
  .contact-details-icon {
    display: block;
  }
  .contact-details-part {
    text-align: center;
  }
  .contact-details-part:not(:last-child) {
    margin-bottom: 20px;
  }
  .contact-details-icon {
    margin: 0 auto 5px auto;
  }
}

.col {
    border:0px solid rgba(0,0,0,0);
    float:left;
    -webkit-box-sizing:border-box;
    -moz-box-sizing:border-box;
    box-sizing:border-box;
    -moz-background-clip:padding-box !important;
    -webkit-background-clip:padding-box !important;
    background-clip:padding-box !important;
}



        
        .col {
            margin-left:5.5%;
            padding:0 0%;
        }
        
        .col:first-child {
            margin-left:0;
        }
        

        .span_1 {
            width:-1.10416666667%;
        }
        .span_2 {
            width:3.29166666667%;
        }
        .span_3 {
            width:7.6875%;
        }
        .span_4 {
            width:12.0833333333%;
        }
        .span_5 {
            width:16.4791666667%;
        }
        .span_6 {
            width:20.875%;
        }
        .span_7 {
            width:25.2708333333%;
        }
        .span_8 {
            width:29.6666666667%;
        }
        .span_9 {
            width:34.0625%;
        }
        .span_10 {
            width:38.4583333333%;
        }
        .span_11 {
            width:42.8541666667%;
        }
        .span_12 {
            width:47.25%;
        }
        .span_13 {
            width:51.6458333333%;
        }
        .span_14 {
            width:56.0416666667%;
        }
        .span_15 {
            width:60.4375%;
        }
        .span_16 {
            width:64.8333333333%;
        }
        .span_17 {
            width:69.2291666667%;
        }
        .span_18 {
            width:73.625%;
        }
        .span_19 {
            width:78.0208333333%;
        }
        .span_20 {
            width:82.4166666667%;
        }
        .span_21 {
            width:86.8125%;
        }
        .span_22 {
            width:91.2083333333%;
        }
        .span_23 {
            width:95.6041666667%;
        }
        .span_24 {
            margin-left:0;
            width:100%;
        }


.products-wrapper {
  text-align: center;
}
.product-card {
  background-color: white;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  position: relative;
  padding: 34px 45px;
  cursor: pointer;
}
.product-small-card {
  height: 430px;
}
.product-small-card .product-img {
  width: 230px;
}
.product-big-card {
  height: 920px;
}
.product-card-lbl {
  position: absolute;
  width: 150px;
  padding: 5px 0;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  background-color: #7c7a0f;
  color: white;
  font-size: 1.2em;
}
.product-img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  margin-bottom: 34px;
}
.ss {
  text-decoration: none;
}
.product-name {
  text-align: center;
  max-width: 300px;
  margin: 0 auto;
  text-transform: uppercase;
  font-size: 2em;
  line-height: 1.3em;
  padding-top: 15px;
  position: relative;
  text-decoration: none;
}
.product-name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  width: 150px;
  border-style: solid;
  border-width: 1px;
}
.yellow-color {
  color: #7c7a0f;
}
.red-color {
  color: #7c7a0f;
}
.green-color {
  color: #7c7a0f;
}
.orange-color {
  color: #7c7a0f;
}
.mustard-color {
  color: #7c7a0f;
}
.product-img-slider {
  padding: 40px 0;
}
.product-slider-wrapper {
  height: 450px;
}
.product-img-wrapper {
  position: relative;
  padding: 85px 0;
  height: 493px;
}
.product-img-wrapper:before,
.product-img-wrapper:after {
  content: "";
  position: absolute;
  width: 100%;
  max-width: 340px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  height: 1px;
  background-color: #d6d9c8;
}
.product-img-wrapper:before {
  top: 0;
}
.product-img-wrapper:after {
  bottom: 0;
}
.product-big-img {
  width: 270px;
  display: block;
  margin: 0 auto 20px auto;
  max-width: 100%;
}
.product-info {
  font-size: 1.4em;
  line-height: 1.3em;
  text-align: center;
}
.product-descr {
  font-size: 2em;
  line-height: 1.5em;
  color: #3c3c3c;
}
.product-wrapper:last-child {
  margin-bottom: 120px;
}
@media screen and (max-width: 1200px) {
  .products-wrapper {
    margin: 0 auto;
  }
  .products-wrapper .products-col:nth-child(2) {
    margin-left: 60px;
  }
  .product-card {
    text-align: center;
    max-width: 100% !important;
  }
  .products-col {
    float: none;
    display: inline-block;
    vertical-align: top;
    margin-left: 0;
    max-width: 100% !important;
  }
  .products-col:first-child,
  .products-col:nth-child(2) {
    width: 340px;
  }
  .products-col:last-child {
    margin-top: 60px;
    margin-left: 0;
    width: 100%;
  }
  .products-col:last-child .product-card {
    width: 340px;
    text-align: center;
    display: inline-block;
    vertical-align: top;
  }
  .products-col:last-child .ss:nth-child(2) .product-card {
    margin-left: 60px;
  }
  .product-img-wrapper:before,
  .product-img-wrapper:after {
    display: none;
  }
}
@media screen and (max-width: 1023px) {
  .product-img-wrapper,
  .product-slider-wrapper {
    width: 100%;
  }
  .product-img-wrapper {
    padding: 0;
    height: auto;
  }
  .product-slider-wrapper {
    margin-left: 0;
    margin-top: 60px;
    height: auto;
  }
}
@media screen and (max-width: 820px) {
  .products-wrapper {
    width: 340px;
    max-width: 100%;
  }
  .products-wrapper .products-col:nth-child(2) {
    margin-top: 60px;
    margin-left: 0;
  }
  .products-wrapper .products-col:last-child {
    margin-top: 60px;
    margin-left: 0;
  }
  .products-wrapper .products-col:last-child .product-card:nth-child(2) {
    margin-left: 0;
  }
  .product-card {
    margin-left: 0 !important;
  }
  .product-big-img {
    width: 135px;
  }
}
@media screen and (max-width: 420px) {
  .product-card {
    padding-bottom: 0;
    height: auto;
  }
  .product-card-lbl {
    position: static;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 26px auto 0 auto;
  }
}
.bx-wrapper .bx-viewport {
  border: none !important;
  box-shadow: none !important;
  left: 0 !important;
}
.bxslider {
  margin: 0;
}
.bx-wrapper .bx-caption span {
  font-size: 1.7em !important;
  font-family: 'Roboto Slab', serif !important;
}
