html {
  box-sizing: border-box;
}

*, *::after, *::before {
  box-sizing: inherit;
}

@media only screen and (max-width: 1200px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (max-width: 1024px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (max-width: 1300px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (max-width: 895px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (max-width: 640px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (max-width: 450px) {
  body {
    vivibility: visible;
  }
}

@media only screen {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 451px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 641px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 896px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 1025px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (max-width: 450px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 451px) and (max-width: 640px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 641px) and (max-width: 895px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 896px) and (max-width: 1024px) {
  body {
    vivibility: visible;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  body {
    vivibility: visible;
  }
}

.show-for-xsmall-up {
  display: none !important;
}

@media only screen {
  .show-for-xsmall-up {
    display: inherit !important;
  }
}

.show-for-xsmall-down {
  display: none !important;
}

@media only screen and (max-width: 450px) {
  .show-for-xsmall-down {
    display: inherit !important;
  }
}

.show-for-xsmall-only {
  display: none !important;
}

@media only screen and (max-width: 450px) {
  .show-for-xsmall-only {
    display: inherit !important;
  }
}

.show-for-small-up {
  display: none !important;
}

@media only screen and (min-width: 451px) {
  .show-for-small-up {
    display: inherit !important;
  }
}

.show-for-small-down {
  display: none !important;
}

@media only screen and (max-width: 640px) {
  .show-for-small-down {
    display: inherit !important;
  }
}

.show-for-small-only {
  display: none !important;
}

@media only screen and (min-width: 451px) and (max-width: 640px) {
  .show-for-small-only {
    display: inherit !important;
  }
}

.show-for-medium-up {
  display: none !important;
}

@media only screen and (min-width: 641px) {
  .show-for-medium-up {
    display: inherit !important;
  }
}

.show-for-medium-down {
  display: none !important;
}

@media only screen and (max-width: 895px) {
  .show-for-medium-down {
    display: inherit !important;
  }
}

.show-for-medium-only {
  display: none !important;
}

@media only screen and (min-width: 641px) and (max-width: 895px) {
  .show-for-medium-only {
    display: inherit !important;
  }
}

.show-for-large-up {
  display: none !important;
}

@media only screen and (min-width: 896px) {
  .show-for-large-up {
    display: inherit !important;
  }
}

.show-for-large-down {
  display: none !important;
}

@media only screen and (max-width: 1024px) {
  .show-for-large-down {
    display: inherit !important;
  }
}

.show-for-large-only {
  display: none !important;
}

@media only screen and (min-width: 896px) and (max-width: 1024px) {
  .show-for-large-only {
    display: inherit !important;
  }
}

.show-for-xlarge-up {
  display: none !important;
}

@media only screen and (min-width: 1025px) {
  .show-for-xlarge-up {
    display: inherit !important;
  }
}

.show-for-xlarge-down {
  display: none !important;
}

@media only screen and (max-width: 1200px) {
  .show-for-xlarge-down {
    display: inherit !important;
  }
}

.show-for-xlarge-only {
  display: none !important;
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .show-for-xlarge-only {
    display: inherit !important;
  }
}

@media only screen {
  .hide-for-xsmall-up {
    display: none !important;
  }
}

@media only screen and (max-width: 450px) {
  .hide-for-xsmall-down {
    display: none !important;
  }
}

@media only screen and (max-width: 450px) {
  .hide-for-xsmall-only {
    display: none !important;
  }
}

@media only screen and (min-width: 451px) {
  .hide-for-small-up {
    display: none !important;
  }
}

@media only screen and (max-width: 640px) {
  .hide-for-small-down {
    display: none !important;
  }
}

@media only screen and (min-width: 451px) and (max-width: 640px) {
  .hide-for-small-only {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) {
  .hide-for-medium-up {
    display: none !important;
  }
}

@media only screen and (max-width: 895px) {
  .hide-for-medium-down {
    display: none !important;
  }
}

@media only screen and (min-width: 641px) and (max-width: 895px) {
  .hide-for-medium-only {
    display: none !important;
  }
}

@media only screen and (min-width: 896px) {
  .hide-for-large-up {
    display: none !important;
  }
}

@media only screen and (max-width: 1024px) {
  .hide-for-large-down {
    display: none !important;
  }
}

@media only screen and (min-width: 896px) and (max-width: 1024px) {
  .hide-for-large-only {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) {
  .hide-for-xlarge-up {
    display: none !important;
  }
}

@media only screen and (max-width: 1200px) {
  .hide-for-xlarge-down {
    display: none !important;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1200px) {
  .hide-for-xlarge-only {
    display: none !important;
  }
}

.relative {
  position: relative;
}

.overflow {
  overflow: hidden;
}

.left {
  float: left;
}

.right {
  float: right;
}

.clear {
  width: 100%;
  height: 0px;
  overflow: hidden;
  clear: both;
}

.section {
  width: 100%;
}

img.responsive {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.tableHelper {
  display: table;
  width: 100%;
  height: 100%;
}

.cellHelper {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

@font-face {
  font-family: "icons";
  src: url("../fonts/icons.eot?e846be3f7537515fbb94546809794ee0");
  src: url("../fonts/icons.eot?#iefix") format("embedded-opentype"), url("../fonts/icons.woff?e846be3f7537515fbb94546809794ee0") format("woff"), url("../fonts/icons.ttf?e846be3f7537515fbb94546809794ee0") format("truetype"), url("../fonts/icons.svg?e846be3f7537515fbb94546809794ee0#icons") format("svg");
  font-weight: normal;
  font-style: normal;
}

.icon {
  font-family: "icons";
  display: inline-block;
  vertical-align: middle;
  line-height: 1;
  font-weight: normal;
  font-style: normal;
  speak: none;
  text-decoration: inherit;
  text-transform: none;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon_PRALINY:before {
  content: "\f101";
}

.icon_appointment:before {
  content: "\f102";
}

.icon_arrow395:before {
  content: "\f103";
}

.icon_arrow413:before {
  content: "\f104";
}

.icon_arrow4132:before {
  content: "\f105";
}

.icon_arrow4133:before {
  content: "\f106";
}

.icon_arrow4134:before {
  content: "\f107";
}

.icon_check52:before {
  content: "\f108";
}

.icon_chef14:before {
  content: "\f109";
}

.icon_christmas129:before {
  content: "\f10a";
}

.icon_cistko:before {
  content: "\f10b";
}

.icon_clock96:before {
  content: "\f10c";
}

.icon_cutlery23:before {
  content: "\f10d";
}

.icon_czekolada:before {
  content: "\f10e";
}

.icon_database9:before {
  content: "\f10f";
}

.icon_download41:before {
  content: "\f110";
}

.icon_drawing20:before {
  content: "\f111";
}

.icon_email130:before {
  content: "\f112";
}

.icon_expand42:before {
  content: "\f113";
}

.icon_eye:before {
  content: "\f114";
}

.icon_group2:before {
  content: "\f115";
}

.icon_happy5:before {
  content: "\f116";
}

.icon_ice-cream7:before {
  content: "\f117";
}

.icon_ice89:before {
  content: "\f118";
}

.icon_kitchen-pack25:before {
  content: "\f119";
}

.icon_kitchen-pack28:before, .recipes .content .recipesList .recipe .description-preparation:before {
  content: "\f11a";
}

.icon_linkedin11:before {
  content: "\f11b";
}

.icon_list91:before {
  content: "\f11c";
}

.icon_logotype42:before {
  content: "\f11d";
}

.icon_magnifying-glass34:before {
  content: "\f11e";
}

.icon_map25:before {
  content: "\f11f";
}

.icon_map65:before {
  content: "\f120";
}

.icon_medical50:before, .recipes .content .recipesList .recipe .description-ingredients:before {
  content: "\f121";
}

.icon_medicine16:before {
  content: "\f122";
}

.icon_menu2:before {
  content: "\f123";
}

.icon_move13:before {
  content: "\f124";
}

.icon_open101:before {
  content: "\f125";
}

.icon_packages2:before {
  content: "\f126";
}

.icon_palm1:before {
  content: "\f127";
}

.icon_pdf17:before {
  content: "\f128";
}

.icon_play-button:before {
  content: "\f129";
}

.icon_pralina:before {
  content: "\f12a";
}

.icon_printer67:before {
  content: "\f12b";
}

.icon_reading23:before {
  content: "\f12c";
}

.icon_restaurant3:before {
  content: "\f12d";
}

.icon_rogal:before {
  content: "\f12e";
}

.icon_security58:before {
  content: "\f12f";
}

.icon_serce:before {
  content: "\f130";
}

.icon_shining3:before {
  content: "\f131";
}

.icon_squares87:before {
  content: "\f132";
}

.icon_star129:before {
  content: "\f133";
}

.icon_summer3:before {
  content: "\f134";
}

.icon_sweet9:before {
  content: "\f135";
}

.icon_telephone5:before {
  content: "\f136";
}

.icon_text-lines28:before {
  content: "\f137";
}

.icon_twitter1:before {
  content: "\f138";
}

.icon_videos:before {
  content: "\f139";
}

/* generated with grunt-sass-globbing */
.aboutUs {
  overflow: hidden;
  padding-top: 1.875em;
}

.aboutUs .left.side {
  width: 34%;
}

@media only screen and (max-width: 895px) {
  .aboutUs .left.side {
    width: 100%;
    text-align: center;
    margin-top: 1.875em;
  }
  .aboutUs .left.side img {
    max-width: 50%;
  }
}

@media only screen and (max-width: 895px) {
  .aboutUs .left.side .years-firma {
    max-width: 20%;
  }
}

.aboutUs .right.side {
  width: 62%;
}

@media only screen and (max-width: 895px) {
  .aboutUs .right.side {
    width: 100%;
  }
}

.aboutUs .content {
  overflow: hidden;
}

.aboutUs .content .head {
  font-size: 1.375em;
  font-weight: 300;
  line-height: 1.2727272727em;
  text-align: justify;
  border-top: 1px solid #dac9b3;
  border-bottom: 1px solid #dac9b3;
  padding: 1.3636363636em 1.5909090909em 2.7272727273em;
}

@media only screen and (max-width: 640px) {
  .aboutUs .content .head {
    font-size: 1.125em;
    padding-left: 0;
    padding-right: 0;
  }
}

.aboutUs .content .description {
  font-size: 0.9375em;
  line-height: 1.6em;
  font-weight: 300;
  text-align: justify;
  padding: 0 2.3333333333em;
  margin: 2.6666666667em 0;
  color: #686868;
}

@media only screen and (max-width: 640px) {
  .aboutUs .content .description {
    padding-left: 0;
    padding-right: 0;
  }
}

.aboutUs .content .description-more {
  display: none;
}

.aboutUs .content .buttons {
  padding: 1.25em 2.1875em;
}

@media only screen and (max-width: 895px) {
  .aboutUs .content .buttons {
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .aboutUs .content .buttons {
    padding-left: 0;
    padding-right: 0;
  }
}

.aboutUs .threeSteps {
  overflow: hidden;
  margin-top: 2.1875em;
}

.aboutUs .threeSteps .head {
  font-size: 2.5em;
  text-align: center;
  font-weight: 300;
  text-transform: uppercase;
  padding: 0.5em 0;
}

@media only screen and (max-width: 1200px) {
  .aboutUs .threeSteps .head {
    font-size: 3.3333333333vw;
  }
}

@media only screen and (max-width: 895px) {
  .aboutUs .threeSteps .head {
    font-size: 3.41796875vw;
  }
}

@media only screen and (max-width: 640px) {
  .aboutUs .threeSteps .head {
    font-size: 1.875em;
  }
}

.aboutUs .threeSteps .steps {
  overflow: hidden;
  margin: 0 -1.25em;
}

.aboutUs .threeSteps .steps .step {
  width: 33.33%;
  float: left;
  padding: 1.25em;
}

.aboutUs .threeSteps .steps .step:nth-child(3n+1) {
  clear: both;
}

@media only screen and (max-width: 895px) {
  .aboutUs .threeSteps .steps .step {
    width: 100%;
  }
  .aboutUs .threeSteps .steps .step:nth-child(3n+1) {
    clear: none;
  }
}

.aboutUs .threeSteps .steps .step .element {
  text-align: center;
  border-bottom: 1px solid #dcdcdc;
}

.aboutUs .threeSteps .steps .step .element .image {
  line-height: 0;
  border: 1px solid #eee1d6;
  overflow: hidden;
}

@media only screen and (max-width: 895px) {
  .aboutUs .threeSteps .steps .step .element .image {
    max-width: 50%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 640px) {
  .aboutUs .threeSteps .steps .step .element .image {
    max-width: 70%;
    margin: 0 auto;
  }
}

.aboutUs .threeSteps .steps .step .element .name {
  font-size: 1.375em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 300;
  margin: 1.1363636364em 0 0.6818181818em;
}

.aboutUs .threeSteps .steps .step .element .desc {
  font-size: 0.9375em;
  color: #686868;
  line-height: 1.6em;
  font-weight: 300;
  margin: 1em 0 2em;
}

.aboutUs .ourBrands {
  background: #eee1d6;
  overflow: hidden;
  margin: 2.5em 0 1.875em;
}

.aboutUs .ourBrands .left {
  width: 26%;
  position: relative;
  padding: 3.4375em 0;
}

.aboutUs .ourBrands .left:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #eee1d6;
  border-width: 12px;
  margin-top: -12px;
}

@media only screen and (max-width: 1024px) {
  .aboutUs .ourBrands .left {
    width: 100%;
    padding: 1.5625em 0;
  }
  .aboutUs .ourBrands .left:before {
    left: 50%;
    top: 100%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #eee1d6;
    border-width: 12px;
    margin-left: -12px;
    margin-top: 0px;
  }
}

.aboutUs .ourBrands .right {
  width: 74%;
  border: 1px solid #eee1d6;
  border-left: none;
  background: #fff;
  text-align: center;
  vertical-align: middle;
  padding: 1.25em 0;
}

@media only screen and (max-width: 1024px) {
  .aboutUs .ourBrands .right {
    width: 100%;
    border: 1px solid #eee1d6;
    border-top: none;
  }
}

.aboutUs .ourBrands .right a {
  vertical-align: middle;
  display: inline-block;
  margin: 1.25em 2.5em;
}

@media only screen and (max-width: 1300px) {
  .aboutUs .ourBrands .right a {
    margin: 1.25em 1.875em;
  }
}

.aboutUs .certificates {
  overflow: hidden;
  font-size: 0.9375em;
  color: #191919;
  font-weight: 300;
  vertical-align: middle;
  padding: 2em 2em 2em 2em;
}

@media only screen and (max-width: 1200px) {
  .aboutUs .certificates .left,
  .aboutUs .certificates .right {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  .aboutUs .certificates .left,
  .aboutUs .certificates .right {
    text-align: center;
  }
}

@media only screen and (max-width: 1024px) {
  .aboutUs .certificates .right {
    margin-top: 1.3333333333em;
  }
}

.aboutUs .certificates .text,
.aboutUs .certificates img {
  display: inline-block;
  vertical-align: middle;
}

@media only screen and (max-width: 1024px) {
  .aboutUs .certificates .text {
    display: block;
  }
}

.aboutUs .certificates img {
  padding: 1.3333333333em 3.3333333333em;
}

@media only screen and (max-width: 1200px) {
  .aboutUs .certificates img {
    padding: 1.3333333333em 2em;
  }
}

#academyDetails {
  float: left;
  width: 100%;
}

#academyDetails .icon_group2 {
  font-size: 3.375em;
}

#academyDetails > .right {
  width: 62.7%;
}

@media print {
  #academyDetails > .right {
    display: block;
    float: none;
    width: 100%;
  }
}

#academyDetails > .right.buttons {
  margin-top: 4.375em;
}

@media print {
  #academyDetails > .right.buttons {
    display: none;
  }
}

@media only screen and (max-width: 895px) {
  #academyDetails > .right.buttons {
    margin-top: 2.1875em;
    text-align: center;
  }
}

#academyDetails > .right.buttons .btn {
  margin-right: 1.875em;
}

@media only screen and (max-width: 640px) {
  #academyDetails > .right.buttons .btn {
    margin-bottom: 0.9375em;
    margin-right: 0;
    width: 175px;
  }
}

#academyDetails > .right .head {
  float: left;
  width: 100%;
  padding-bottom: 2.1875em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #f2e5cc;
}

#academyDetails > .right .head > .left {
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.875em;
  color: #191919;
}

@media only screen and (max-width: 640px) {
  #academyDetails > .right .head > .left {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #academyDetails > .right .head > .right {
    width: 100%;
    text-align: center;
    margin-top: 1.5625em;
  }
}

#academyDetails > .right .head > .right .btn {
  text-transform: none;
}

@media print {
  #academyDetails > .right .head > .right .btn {
    display: none;
  }
}

#academyDetails > .right .section {
  position: relative;
  margin-bottom: 1.5625em;
  opacity: 1;
  /* @include transform(translateY(0));
			@include transition(all 0.4s ease-out); */
  /* &.before{
				@include transform(translateY(10%));
				opacity:0;
			} */
}

#academyDetails > .right .section.main {
  margin-bottom: 3.125em;
}

@media only screen and (max-width: 895px) {
  #academyDetails > .right .section.main {
    margin-bottom: 2.1875em;
  }
}

@media only screen and (max-width: 450px) {
  #academyDetails > .right .section.main {
    margin-bottom: 0.9375em;
  }
}

#academyDetails > .right .section > i {
  overflow: hidden;
  float: left;
  font-size: 3.25em;
  color: #c3b28a;
}

#academyDetails > .right .section > i.small {
  font-size: 2.6875em;
  color: #ded1b3;
}

@media only screen and (max-width: 450px) {
  #academyDetails > .right .section > i {
    display: none;
  }
}

#academyDetails > .right .section > div {
  float: right;
  width: 91.4%;
  padding-left: 2.1875em;
}

@media only screen and (max-width: 450px) {
  #academyDetails > .right .section > div {
    padding-left: 0;
    width: 100%;
  }
}

#academyDetails > .right .section .desc {
  font-size: 0.9375em;
  line-height: 1.6em;
  padding-right: 8.125em;
  color: #686868;
}

@media only screen and (max-width: 895px) {
  #academyDetails > .right .section .desc {
    padding-right: 0;
  }
}

#academyDetails > .right .section .desc .smallHeading {
  font-weight: 600;
  padding: 1em 0em;
  margin-bottom: 0.6666666667em;
  color: #2b2b2b;
  text-transform: uppercase;
}

#academyDetails > .right .section .desc ul {
  padding: 0;
  margin: 0;
}

#academyDetails > .right .section .desc ul li {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style-type: none;
  position: relative;
}

#academyDetails > .right .section .desc ul li:before {
  content: "- ";
}

#academyDetails > .right .section .specialRight {
  padding-right: 20px;
}

@media only screen and (max-width: 895px) {
  #academyDetails > .right {
    width: 100%;
  }
  #academyDetails > .right:first-child {
    margin-bottom: 1.5625em;
    color: #c3b28a;
  }
}

#academyDetails > .left {
  width: 31.55%;
}

@media print {
  #academyDetails > .left {
    display: none;
  }
}

#academyDetails > .left img {
  width: 100%;
  height: auto;
  float: left;
}

#academyDetails > .left .image {
  position: relative;
  overflow: hidden;
}

#academyDetails > .left .image:before {
  content: "";
  position: absolute;
  left: 20px;
  right: 20px;
  top: 35px;
  bottom: 35px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  opacity: 0.6;
}

#academyDetails > .left .image:after {
  content: "";
  position: absolute;
  top: 15px;
  bottom: 15px;
  left: 20px;
  right: 20px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  opacity: 0.6;
}

@media only screen and (max-width: 895px) {
  #academyDetails > .left {
    width: 100%;
    margin-bottom: 1.5625em;
  }
  #academyDetails > .left .image {
    float: none;
    display: block;
    margin: 0px auto;
    width: 55%;
  }
}

#academyDetails.pdf {
  margin-top: 2em;
}

#academy {
  float: left;
  width: 100%;
  padding-top: 4.0625em;
}

#academy .section.first {
  padding-bottom: 6.5625em;
}

@media only screen and (max-width: 895px) {
  #academy .section.first {
    padding-bottom: 2.5em;
  }
}

#academy .section.first .box.inspire {
  width: 34.2%;
  display: table;
  position: relative;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 1024px) {
  #academy .section.first .box.inspire {
    width: 48.5%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 895px) {
  #academy .section.first .box.inspire {
    margin-left: 0;
    width: 58%;
  }
}

@media only screen and (max-width: 450px) {
  #academy .section.first .box.inspire {
    width: 100%;
  }
}

#academy .section.first .box.inspire .cellHelper {
  vertical-align: middle;
  height: 445px;
  position: relative;
}

@media only screen and (max-width: 895px) {
  #academy .section.first .box.inspire .cellHelper {
    height: 325px;
  }
  #academy .section.first .box.inspire .cellHelper .heading .head {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 640px) {
  #academy .section.first .box.inspire .cellHelper {
    height: 250px;
  }
  #academy .section.first .box.inspire .cellHelper .heading .head {
    font-size: 1.875em;
  }
}

#academy .section.first .box.inspire .cellHelper:before {
  content: "";
  position: absolute;
  left: 0.75em;
  right: 0.75em;
  top: 0.75em;
  bottom: 0.75em;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
}

#academy .section.first .box.inspire .cellHelper:after {
  content: "";
  position: absolute;
  left: 0.75em;
  right: 0.75em;
  top: 1.5625em;
  bottom: 1.5625em;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}

#academy .section.first .box.inspire .look_this_film {
  display: block;
  text-align: center;
  cursor: pointer;
  padding-top: 20px;
  z-index: 10;
  position: relative;
}

#academy .section.first .box.inspire .look_this_film .btn-color-scheme-1 {
  border-color: white;
  color: white;
}

#academy .section.first .box.info {
  width: 65.8%;
  padding: 0em 0em 0em 3.125em;
}

@media only screen and (max-width: 1024px) {
  #academy .section.first .box.info {
    width: 100%;
    margin-top: 1.5625em;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 895px) {
  #academy .section.first .box.info {
    padding: 0;
  }
}

#academy .section.first .box.info span {
  float: left;
  width: 100%;
  padding: 2em 2.4em;
  color: #686868;
  font-size: 0.9375em;
  font-weight: 300;
}

#academy .section.first .box.info span:first-child {
  color: #191919;
  font-size: 1.375em;
  line-height: 1.2272727273em;
  padding: 1.5909090909em 1.6363636364em;
  border-top: 1px solid #dac9b3;
  border-bottom: 1px solid #dac9b3;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

#academy .section.first .box.info i {
  font-size: 1.25em;
  margin-left: 1.8em;
  color: #897463;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

#academy .section.first .box.info:hover i {
  margin-left: 2.4375em;
}

#academy .section.first .box.info:hover span {
  color: #191919;
}

#academy .section.first .box.img {
  width: 22.1%;
}

@media only screen and (max-width: 1200px) {
  #academy .section.first .box.img {
    width: 21.5%;
  }
}

@media only screen and (max-width: 1024px) {
  #academy .section.first .box.img {
    width: 40%;
    margin-right: 5%;
  }
  #academy .section.first .box.img img {
    float: right;
    max-width: 282px;
    width: 100%;
  }
}

@media only screen and (max-width: 895px) {
  #academy .section.first .box.img {
    margin-right: 0;
  }
  #academy .section.first .box.img img {
    max-height: 325px;
    height: 100%;
  }
}

@media only screen and (max-width: 640px) {
  #academy .section.first .box.img img {
    max-height: 250px;
  }
}

@media only screen and (max-width: 450px) {
  #academy .section.first .box.img {
    display: none;
  }
}

#academy .section.third {
  float: left;
  width: 100%;
  margin-top: 4.0625em;
  text-align: center;
}

#academy .section.third .heading {
  text-align: left;
}

@media only screen and (max-width: 640px) {
  #academy .section.third .heading {
    text-align: center;
  }
  #academy .section.third .heading .head:before {
    right: 0;
    margin: auto;
  }
}

#academy .section.third .fL > .left {
  width: 26%;
}

#academy .section.third .fL > .right {
  width: 74%;
}

#academy .section.third .fL > .right > div {
  height: 370px;
}

#academy .section.third .fL > .right > div:first-child {
  width: 25%;
}

.banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
  line-height: 0;
}

.banner > img {
  left: 0;
  right: 0;
  margin: auto;
  display: block;
}

@media print {
  .banner {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .banner {
    line-height: 16px;
  }
}

@media only screen and (max-width: 1024px) {
  .banner:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(235, 222, 209, 0.85);
    z-index: -1;
  }
}

@media print {
  .banner-product-card {
    display: block;
  }
}

@media print {
  .banner-product-card > img {
    display: none;
  }
}

@media print {
  .banner-product-card .content {
    position: relative !important;
    margin-bottom: 1em;
    background: transparent !important;
  }
}

.banner-product-card .wrapper.first .wrapper {
  position: relative;
}

.banner-product-card .wrapper.first .wrapper > * {
  display: inline-block;
  vertical-align: middle;
}

.banner-product-card .wrapper.first .wrapper img {
  width: 18.75%;
}

@media only screen and (max-width: 895px) {
  .banner-product-card .wrapper.first .wrapper img {
    width: auto;
    max-width: 100%;
  }
}

@media print {
  .banner-product-card .wrapper.first .wrapper img {
    display: none;
  }
}

@media print {
  .banner-product-card .wrapper.first .wrapper .btn {
    display: none;
  }
}

.banner-product-card .wrapper.first .wrapper .btn-standard {
  font-size: 14px;
  overflow: hidden;
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  height: 50px;
  line-height: 14px;
  padding: 16px 20px;
  letter-spacing: 0px;
}

@media only screen and (max-width: 895px) {
  .banner-product-card .wrapper.first .wrapper .btn-standard {
    display: block;
    margin: 0px auto;
    left: 0;
    right: 0;
    position: relative;
    margin-top: 10px;
    clear: both;
    width: 215px;
  }
}

.banner-product-card .wrapper.first .wrapper h1 {
  width: 80%;
  width: -webkit-calc(100% - 465px);
  width: calc(100% - 465px);
  padding-left: 1.04em;
  font-size: 2em;
}

@media print {
  .banner-product-card .wrapper.first .wrapper h1 {
    width: 100%;
    padding: 0;
    font-size: 1.25em;
  }
}

@media screen and (max-width: 1400px) {
  .banner-product-card .wrapper.first .wrapper h1 {
    font-size: 1.8125em;
  }
}

@media only screen and (max-width: 895px) {
  .banner-product-card .wrapper.first .wrapper h1 {
    width: 100%;
    float: left;
    clear: both;
    margin-bottom: 10px;
    clear: both;
    display: block;
    padding-left: 0;
    padding-right: 0;
    margin: 15px 0;
  }
}

@media print {
  .banner-product-card .wrapper.first .wrapper a {
    display: none !important;
  }
}

.banner .logout {
  position: absolute;
  right: 0;
  top: -2.3571428571em;
}

@media all and (max-width: 1640px) {
  .banner .logout {
    top: 0;
  }
}

@media only screen and (max-width: 640px) {
  .banner .logout {
    position: relative;
    margin-top: 25px;
  }
}

.banner img {
  max-width: 100%;
  height: auto;
}

@media only screen and (max-width: 450px) {
  .banner img {
    max-width: 300px;
  }
}

@media only screen and (max-width: 1200px) {
  .banner > img {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    max-width: inherit;
    z-index: -2;
    width: auto;
  }
}

@media only screen and (max-width: 1200px) and (max-width: 450px) {
  .banner > img {
    width: auto;
    height: 100%;
  }
}

.banner .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  font-size: 1.25em;
  font-weight: 300;
}

@media only screen and (max-width: 1200px) {
  .banner .content {
    position: relative;
    padding: 30px 0;
  }
}

@media only screen and (max-width: 895px) {
  .banner .content {
    font-size: 1em;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .banner .content {
    font-size: 14px;
  }
}

.banner .content .realContent {
  float: left;
  text-align: center;
}

@media only screen and (max-width: 895px) {
  .banner .content .realContent {
    float: none;
    margin: 0px auto;
    text-align: center;
  }
}

.banner .content .image {
  margin-bottom: 1.5em;
}

.banner .content h1 {
  color: #191919;
  font-size: 2.5em;
  line-height: 0.98em;
  font-weight: 300;
  text-transform: uppercase;
  margin: 0;
}

.banner .content .desc {
  margin: 0.64em 0 0;
  line-height: 1.04em;
}

.banner-simple {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.banner-simple .content {
  position: static;
  padding: 2.8125em 0;
}

html, body {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

*, *:before, *:after {
  outline: none !important;
  -webkit-box-sizing: inherit;
  -moz-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #000;
  background: url(../img/hemstitch.png) top center no-repeat;
  background-size: contain;
}

body > * {
  overflow: hidden;
}

@media print {
  body {
    background: #fff;
  }
}

.wrapper {
  width: 92.85%;
  /* 1300px */
  margin: 0px auto;
}

.wrapper.first {
  max-width: 1400px;
  width: 100%;
}

/* ================================================================= */
a {
  color: inherit;
  text-decoration: inherit;
}

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

ul.cleared li {
  margin: 0;
  padding: 0;
}

.tcenter {
  text-align: center;
}

.blocksHelper {
  overflow: hidden;
  margin: 1.5625em 0;
}

.blocksHelper .line {
  overflow: hidden;
  margin: 0 -1.5625em;
}

@media only screen and (max-width: 1024px) {
  .blocksHelper .line {
    overflow: visible;
  }
}

.blocksHelper .line .block {
  display: block;
  margin: 1.5625em;
}

.blocksHelper .line-schema-1 .left.side {
  width: 67%;
}

@media only screen and (max-width: 1024px) {
  .blocksHelper .line-schema-1 .left.side {
    width: 100%;
    clear: both;
  }
}

@media only screen and (max-width: 640px) {
  .blocksHelper .line-schema-1 .left.side {
    width: 100%;
    float: none;
    overflow: hidden;
    clear: both;
  }
}

.blocksHelper .line-schema-1 .right.side {
  width: 33%;
}

@media only screen and (max-width: 1024px) {
  .blocksHelper .line-schema-1 .right.side {
    width: 50%;
    float: left;
  }
  .blocksHelper .line-schema-1 .right.side.large-down-full {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .blocksHelper .line-schema-1 .right.side {
    width: 100%;
    float: none;
    overflow: hidden;
    clear: both;
  }
}

.blocksHelper .line-schema-2 .left.side {
  width: 33%;
}

@media only screen and (max-width: 1024px) {
  .blocksHelper .line-schema-2 .left.side {
    width: 50%;
    float: right;
  }
}

@media only screen and (max-width: 640px) {
  .blocksHelper .line-schema-2 .left.side {
    width: 100%;
    float: none;
    overflow: hidden;
    clear: both;
  }
}

.blocksHelper .line-schema-2 .right.side {
  width: 67%;
}

@media only screen and (max-width: 1024px) {
  .blocksHelper .line-schema-2 .right.side {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .blocksHelper .line-schema-2 .right.side {
    width: 100%;
    float: none;
    overflow: hidden;
    clear: both;
  }
}

.breadcrumb {
  padding: 2em 0;
  background: #fff;
  color: #baa790;
}

@media print {
  .breadcrumb {
    display: none;
  }
}

.breadcrumb span.gray {
  color: #868686;
}

.breadcrumb .left a {
  color: #191919;
  margin: 0 6px;
  font-size: 1.0625em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 640px) {
  .breadcrumb .left a {
    font-size: 0.9375em;
    margin: 0 10px;
    display: inline-block;
  }
}

.breadcrumb .left a:hover, .breadcrumb .left a.active {
  color: #987146;
}

.breadcrumb .right {
  text-align: center;
}

@media only screen and (max-width: 895px) {
  .breadcrumb .right {
    width: 100%;
    margin-top: 1.875em;
  }
}

.btn-standard {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #000;
  border-radius: 0.2857142857em;
  text-transform: uppercase;
  font-size: 0.875em;
  display: inline-block;
  padding: 1em 1.9285714286em;
  letter-spacing: 1px;
  font-weight: 300;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.btn-standard .icon {
  font-size: 1.5714285714em;
  display: inline-block;
  vertical-align: middle;
  line-height: 0.6363636364em;
  color: inherit;
  position: relative;
  top: -0.0909090909em;
}

.btn-small {
  margin: 0;
  padding: 0;
  background: transparent;
  border: 1px solid #000;
  color: #000;
  border-radius: 0.2857142857em;
  text-transform: uppercase;
  font-size: 0.75em;
  display: inline-block;
  padding: 0.2857142857em 0.3571428571em;
  letter-spacing: 1px;
  font-weight: 300;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  text-decoration: none !important;
}

.btn-small:hover {
  background: #000;
  color: #fff !important;
}

.btn-smallcase {
  text-transform: none;
}

.btn-longer {
  padding-left: 2.5em;
  padding-right: 2.5em;
}

.btn-icon-right .icon {
  margin-left: 0.6818181818em;
}

.btn-icon-left .icon {
  margin-right: 0.6818181818em;
}

.btn-logout {
  padding: 1.2857142857em 1.2142857143em;
}

.btn-smaller-padding-right {
  padding-right: 1.1428571429em;
  padding-left: 1.2857142857em;
}

.btn-color-scheme-1 {
  border-color: #624630;
  color: #191919;
}

.btn-color-scheme-1:hover {
  background: #624630;
  color: #fff;
  cursor: pointer;
}

.btn-color-scheme-2 {
  border-color: #624630;
  color: #624630;
}

.btn-color-scheme-2:hover {
  background: #624630;
  color: #fff;
  cursor: pointer;
}

/* .actionPrint {
	@media only screen and (max-width:1024px) {
		display: none;
	}
} */
.catalogsList {
  width: 100%;
  border: solid 1px #e8e1da;
  overflow: hidden;
}

.catalogsList .item {
  float: left;
  width: 39%;
  padding: 11px;
  border-left: solid 1px #e8e1da;
}

.catalogsList .item .photoWrapper {
  background: #efebe4;
  width: 100%;
  padding: 2.375em;
}

.catalogsList .item .photoWrapper .tableHelper {
  table-layout: fixed;
}

.catalogsList .item .photoWrapper .photo {
  width: 256px;
  max-width: 100%;
  background: #fff;
  margin: 0 auto;
  -webkit-box-shadow: 0px 7px 11px 1px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 7px 11px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 7px 11px 1px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.catalogsList .item .photoWrapper .photo img {
  max-width: 100%;
  height: auto;
  display: block;
}

.catalogsList .item .details {
  text-align: center;
  padding: 2.875em 0 2.25em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 640px) {
  .catalogsList .item .details {
    font-size: 0.8125em;
    padding: 1.875em 0 1.25em;
  }
}

.catalogsList .item .details span.title {
  font-size: 2.0625em;
  font-weight: 300;
  text-transform: uppercase;
  display: block;
}

.catalogsList .item .details .download {
  border: solid 1px #624630;
  border-radius: 5px;
  padding: 13px 24px;
  display: inline-block;
  color: #624630;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 2.8125em;
  font-size: 0.875em;
}

.catalogsList .item .details .download:hover {
  background: #624630;
  color: #f5f0e9;
}

.catalogsList .item .details .download.more {
  margin-right: 22px;
}

@media only screen and (max-width: 450px) {
  .catalogsList .item .details .download.more {
    margin-right: 0px;
  }
}

.catalogsList .item .details .download span.icon {
  color: #ceb193;
  vertical-align: middle;
  margin-left: 12px;
  line-height: 0;
  display: inline-block;
  font-size: 1.5714285714em;
}

@media only screen and (max-width: 450px) {
  .catalogsList .item .details .download.with-more {
    margin-top: 1.25em;
  }
}

.catalogsList .item:first-child {
  width: 61%;
  border-left: none;
}

@media only screen and (max-width: 1024px) {
  .catalogsList .item:last-child {
    width: 100%;
  }
}

.catalogsList .item:hover .photoWrapper .photo {
  -webkit-box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 8px 15px 1px rgba(0, 0, 0, 0.3);
}

.catalogsList .item:hover .details {
  background: #f5f0e9;
}

@media only screen and (max-width: 1024px) {
  .catalogsList .item {
    width: 100%;
    border-left: none;
  }
  .catalogsList .item:first-child {
    width: 100%;
  }
}

.catalogsList.boxes-1 .item2, .catalogsList.boxes-2 .item2, .catalogsList.boxes-4 .item2 {
  width: 25% !important;
}

.catalogsList.boxes-1 .item2:first-child, .catalogsList.boxes-2 .item2:first-child, .catalogsList.boxes-4 .item2:first-child {
  width: 25% !important;
}

@media only screen and (max-width: 1024px) {
  .catalogsList.boxes-1 .item2, .catalogsList.boxes-2 .item2, .catalogsList.boxes-3 .item2, .catalogsList.boxes-4 .item2 {
    width: 50% !important;
    border-left: none;
  }
  .catalogsList.boxes-1 .item2:first-child, .catalogsList.boxes-2 .item2:first-child, .catalogsList.boxes-3 .item2:first-child, .catalogsList.boxes-4 .item2:first-child {
    width: 50% !important;
  }
}

@media only screen and (max-width: 640px) {
  .catalogsList.boxes-1 .item2, .catalogsList.boxes-2 .item2, .catalogsList.boxes-3 .item2, .catalogsList.boxes-4 .item2 {
    width: 100% !important;
  }
  .catalogsList.boxes-1 .item2:first-child, .catalogsList.boxes-2 .item2:first-child, .catalogsList.boxes-3 .item2:first-child, .catalogsList.boxes-4 .item2:first-child {
    width: 100% !important;
  }
}

.catalogsList.boxes-3 .item {
  width: 33.33%;
}

.catalogsList.boxes-3 .item:first-child {
  width: 33.33%;
}

@media only screen and (max-width: 1024px) {
  .catalogsList.boxes-3 .item {
    width: 50%;
  }
  .catalogsList.boxes-3 .item:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .catalogsList.boxes-3 .item {
    width: 100%;
  }
}

.catalogsList.boxes-4 .item {
  width: 25%;
}

.catalogsList.boxes-4 .item:first-child {
  width: 25%;
}

.catalogsList.boxes-4 .item .details span.title {
  font-size: 1.4375em;
}

@media only screen and (max-width: 1024px) {
  .catalogsList.boxes-4 .item {
    width: 33.3333%;
  }
  .catalogsList.boxes-4 .item:first-child {
    width: 100%;
  }
}

@media only screen and (max-width: 895px) {
  .catalogsList.boxes-4 .item {
    width: 100%;
  }
}

.aboutUs .certificates img {
  padding: 1.3333333333em 2.333em;
}

@media all and (max-width: 1300px) {
  .aboutUs .certificates img {
    padding: 1.3333333333em 1.333em;
  }
}

.contactPage {
  overflow: hidden;
}

.contactPage .top {
  padding: 1.875em 0;
  background: #eee2d6 url(../img/banners/contact.jpg) bottom center no-repeat;
  overflow: hidden;
}

.contactPage .top .left.side {
  width: 22%;
}

@media only screen and (max-width: 1024px) {
  .contactPage .top .left.side {
    width: 50%;
    margin: 0 auto;
    float: none;
    clear: both;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .contactPage .top .left.side {
    width: 70%;
  }
}

@media only screen and (max-width: 450px) {
  .contactPage .top .left.side {
    width: 85%;
  }
}

.contactPage .top .right.side {
  width: 74%;
}

@media only screen and (max-width: 1024px) {
  .contactPage .top .right.side {
    width: 100%;
  }
}

.contactPage .top .heading .head {
  font-weight: 400;
}

.contactPage .top .headquarter {
  background: #fff;
  padding: 2.0625em 1.875em;
  box-shadow: 0px 1px 1px rgba(5, 5, 6, 0.36);
}

.contactPage .top .headquarter .heading {
  margin-bottom: 6.25em;
}

@media only screen and (max-width: 1024px) {
  .contactPage .top .headquarter .heading {
    margin-bottom: 1.875em;
  }
  .contactPage .top .headquarter .heading .head:before {
    left: 50%;
    margin-left: -17px;
  }
}

.contactPage .top .headquarter .text {
  font-size: 0.9375em;
  line-height: 1.6em;
  font-weight: 300;
  color: #686868;
}

.contactPage .top .headquarter .text span {
  color: #343434;
}

.contactPage .top .contactSection {
  padding: 1.875em 0;
  background: transparent;
}

.contactPage .top .contactSection .heading {
  padding-bottom: 0.625em;
}

.contactPage .top .contactSection button {
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .contactPage .top .contactSection .line-3 .element:first-child {
    width: 100%;
  }
}

.contactPage .contactLine {
  padding: 2.8125em 0;
  overflow: hidden;
  border-bottom: 1px solid #efe4d8;
}

@media only screen and (max-width: 640px) {
  .contactPage .contactLine .left.side {
    width: 100%;
    float: none;
    overflow: hidden;
    clear: both;
  }
}

@media only screen and (max-width: 640px) {
  .contactPage .contactLine .right.side {
    float: none;
    padding-top: 1.875em;
    text-align: center;
    overflow: hidden;
  }
}

.contactPage .contactLine .content {
  color: #686868;
  line-height: 1.5em;
  margin: 0 -3.125em;
  padding-top: 1.875em;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .contactPage .contactLine .content {
    margin: 0 -1.875em;
  }
}

@media only screen and (max-width: 1024px) {
  .contactPage .contactLine .content {
    margin: 0;
  }
}

.contactPage .contactLine .content a[href^=mailto] {
  color: #000000;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.contactPage .contactLine .content a[href^=mailto]:hover {
  color: #686868;
}

.contactPage .contactLine .content span {
  color: #000000;
}

.contactPage .contactLine .content .left {
  padding: 0 2.5em;
}

@media only screen and (max-width: 1200px) {
  .contactPage .contactLine .content .left {
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 1024px) {
  .contactPage .contactLine .content .left {
    padding: 0;
    width: 100%;
    float: none;
    clear: both;
  }
}

.contactPage .contactLine .content table {
  margin: 0.6666666667em 0;
}

.contactPage .contactLine .content table td {
  vertical-align: top;
  padding: 0 0.625em;
}

.contactPage .contactLine .content table td:nth-child(2) {
  font-size: 0.9375em;
  line-height: 1.6em;
}

@media only screen and (max-width: 640px) {
  .contactPage .contactLine .content table {
    display: block;
  }
  .contactPage .contactLine .content table tbody {
    display: block;
  }
  .contactPage .contactLine .content table tbody tr {
    display: block;
  }
  .contactPage .contactLine .content table tbody tr td {
    display: block;
  }
}

.contactPage .contactLine .socialFrame {
  overflow: hidden;
  border: 1px solid #d6c5a2;
  padding: 0.9375em;
  position: relative;
}

.contactPage .contactLine .socialFrame:before {
  content: '';
  position: absolute;
  top: 0.625em;
  left: 0.625em;
  right: 0.625em;
  bottom: 0.625em;
  border: 1px solid #ece9e4;
}

.contactPage .contactLine .socialFrame a {
  font-size: 1.875em;
  line-height: 1em;
  display: block;
  float: left;
  margin: 0.6666666667em;
  position: relative;
  z-index: 2;
}

@media only screen and (max-width: 640px) {
  .contactPage .contactLine .socialFrame a {
    display: inline-block;
    float: none;
  }
}

.contactPage .contactLine .socialFrame a i.icon_logotype42 {
  color: #2a46ab;
}

.contactPage .contactLine .socialFrame a i.icon_videos {
  color: #c52a26;
}

.contactPage .contactLine .socialFrame a i.icon_linkedin11 {
  color: #4c8aca;
}

.contactPage .mapLine {
  overflow: hidden;
  padding: 2.5em 0;
  border-bottom: 1px solid #efe4d8;
}

.contactPage .mapLine .left.side {
  width: 30%;
}

@media only screen and (max-width: 1024px) {
  .contactPage .mapLine .left.side {
    width: 100%;
    float: none;
    overflow: hidden;
    clear: both;
  }
  .contactPage .mapLine .left.side br {
    display: none;
  }
}

.contactPage .mapLine .right.side {
  width: 70%;
}

@media only screen and (max-width: 1024px) {
  .contactPage .mapLine .right.side {
    width: 100%;
    overflow: hidden;
    float: none;
  }
}

.contactPage .mapLine .text {
  color: #686868;
  font-size: 0.9375em;
  line-height: 1.6em;
  padding: 6em 0 3.3333333333em 0;
}

@media only screen and (max-width: 640px) {
  .contactPage .mapLine .text {
    padding: 2.6666666667em 0 3.3333333333em 0;
    width: 100%;
    overflow: hidden;
    float: none;
  }
}

.contactPage .mapLine .text .selectHelper {
  margin-top: 2em;
}

.contactPage .mapLine .text .selectHelper select {
  border: 1px solid #bdbab7;
  border-radius: 4px;
  font-size: 0.9333333333em;
  color: #281505;
  padding: 0.6666666667em 1em;
  width: 40%;
}

@media only screen and (max-width: 640px) {
  .contactPage .mapLine .text .selectHelper select {
    width: 100%;
  }
}

.contactPage .mapLine .head {
  font-size: 2.5em;
  color: #686868;
  font-weight: 300;
  line-height: 1em;
  padding: 2.25em 0;
}

@media only screen and (max-width: 1024px) {
  .contactPage .mapLine .head {
    padding: 0.5em 0;
    text-align: center;
  }
}

.contactPage .mapLine .map {
  margin-left: 2.5em;
}

@media only screen and (max-width: 640px) {
  .contactPage .mapLine .map {
    width: 100%;
    margin: 0;
    float: none;
    overflow: hidden;
  }
}

.contactPage .mapLine .line {
  overflow: hidden;
}

.contactPage .mapLine #addressesList {
  overflow: hidden;
}

.contactPage .mapLine #addressesList ul {
  margin: 0;
  padding: 0;
  list-style: none;
  width: 100%;
}

@media only screen and (max-width: 640px) {
  .contactPage .mapLine #addressesList ul li {
    width: 100%;
    text-align: center;
  }
}

.contactPage .mapLine #addressesList ul img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 2.5em;
}

@media only screen and (max-width: 640px) {
  .contactPage .mapLine #addressesList ul img {
    margin: 0 0 1.25em 0;
  }
}

.contactPage .mapLine #addressesList ul .text {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
  padding: 0;
}

.contactPage .mapLine #addressesList ul .text b {
  font-weight: 600;
}

.contactPage .mapLine #addressesList ul .text .title {
  display: block;
  font-size: 1.4em;
  color: #624630;
  padding-bottom: 0.7142857143em;
  line-height: normal;
}

.contactPage .mapApplication {
  overflow: hidden;
  overflow: visible;
}

.contactPage .mapApplication .topLine {
  overflow: hidden;
  padding: 1.875em 0;
}

@media only screen and (max-width: 1200px) {
  .contactPage .mapApplication .topLine .left.side {
    width: 100%;
    overflow: hidden;
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 640px) {
  .contactPage .mapApplication .topLine .left.side .buttons {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .contactPage .mapApplication .topLine .left.side .buttons a {
    display: block;
    width: 100%;
    float: none;
    margin: 0.9375em 0;
  }
}

@media only screen and (max-width: 1200px) {
  .contactPage .mapApplication .topLine .right.side {
    width: 100%;
    overflow: hidden;
    float: none;
    text-align: center;
  }
}

@media only screen and (max-width: 895px) {
  .contactPage .mapApplication .topLine .right.side form {
    clear: both;
    display: block;
    float: none;
    margin-bottom: 1.875em;
  }
}

@media only screen and (max-width: 640px) {
  .contactPage .mapApplication .topLine .right.side .buttons {
    display: block;
  }
}

@media only screen and (max-width: 640px) {
  .contactPage .mapApplication .topLine .right.side .buttons a {
    display: block;
    width: 100%;
    float: none;
    margin: 0.9375em 0;
  }
}

.contactPage .mapApplication .topLine img {
  margin-left: 1.25em;
}

@media only screen and (max-width: 1024px) {
  .contactPage .mapApplication .topLine img {
    display: none;
  }
}

.contactPage .mapApplication .topLine .buttons {
  display: inline-block;
  vertical-align: top;
  padding: 2.8125em 0 0 0;
}

.contactPage .mapApplication .topLine .buttons > * {
  float: left;
  display: block;
  margin: 0 0.5em;
}

.contactPage .mapApplication .topLine .buttons form {
  position: relative;
  top: 0.1875em;
}

.contactPage .mapApplication .gmap {
  height: 26.25em;
}

.rodoInfo {
  font-weight: 300;
  font-size: 15px;
  color: #3e3e3e;
}

.rodoInfo a {
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

.rodoInfo a:hover {
  color: #000;
}

.atd {
  overflow: visible !important;
  clear: both;
  width: 100%;
}

.atd .element {
  width: 100% !important;
}

.atd a {
  text-decoration: underline;
  transition: all 0.25s ease-in-out;
}

.atd a:hover {
  color: #000;
}

.contactSection {
  background: #f6f3ec url(../img/hemstitchContact.png) no-repeat right 8% bottom;
  padding: 2.1875em 0;
}

@media print {
  .contactSection {
    display: none;
  }
}

.contactSection .line {
  padding: 1.125em 0;
}

.contactSection .line-padding-enlarge {
  padding-top: 2.375em;
}

@media only screen and (max-width: 640px) {
  .contactSection .line {
    padding: 0;
  }
  .contactSection .line-padding-enlarge {
    padding-top: 2.375em;
  }
}

.contactSection .line-1 {
  overflow: hidden;
  margin: 0 -1.875em;
}

.contactSection .line-1 .element {
  width: 33.33%;
  float: left;
  padding: 0 1.875em;
}

@media only screen and (max-width: 640px) {
  .contactSection .line-1 .element {
    width: 100%;
    overflow: hidden;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
}

.contactSection .line-2 {
  overflow: hidden;
  margin: 0 -1.875em;
}

.contactSection .line-2 .element {
  padding: 0 1.875em;
}

.contactSection .line-2 .element:nth-child(1) {
  width: 75%;
  float: left;
}

@media only screen and (max-width: 1200px) {
  .contactSection .line-2 .element:nth-child(1) {
    width: 66.5%;
  }
}

@media only screen and (max-width: 895px) {
  .contactSection .line-2 .element:nth-child(1) {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .contactSection .line-2 .element:nth-child(1) {
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
}

.contactSection .line-2 .element:nth-child(2) {
  width: 25%;
  float: left;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .contactSection .line-2 .element:nth-child(2) {
    width: 33.5%;
  }
}

@media only screen and (max-width: 895px) {
  .contactSection .line-2 .element:nth-child(2) {
    width: 100%;
    text-align: center;
    margin-top: 1.5625em;
  }
}

.contactSection .line-2 .element:nth-child(2) .btn.btn-standard {
  width: 100%;
}

@media only screen and (max-width: 895px) {
  .contactSection .line-2 .element:nth-child(2) .btn.btn-standard {
    width: auto;
    float: none;
  }
}

.contactSection .line-3 {
  overflow: hidden;
  margin: 0 -1.875em;
}

.contactSection .line-3 .element {
  width: 33.33%;
  float: left;
  padding: 0 1.875em;
}

.contactSection .line-3 .element:first-child {
  width: 66.66%;
}

@media only screen and (max-width: 640px) {
  .contactSection .line-3 .element {
    width: 100%;
    overflow: hidden;
    padding-top: 0.625em;
    padding-bottom: 0.625em;
  }
}

.contactSection .content {
  overflow: hidden;
  padding-top: 4.0625em;
  padding-bottom: 2.1875em;
}

@media only screen and (max-width: 1300px) {
  .contactSection .content .left.side {
    width: 100%;
    float: none;
    text-align: center;
  }
  .contactSection .content .left.side .head {
    margin-bottom: 1.25em;
  }
}

@media only screen and (max-width: 1300px) {
  .contactSection .content .right.side {
    width: 100%;
    float: none;
    text-align: center;
  }
}

.contactSection .content .right.side .contacts .contact {
  text-align: left;
  float: none;
  display: inline-block;
  vertical-align: top;
  margin-top: 1.25em;
  margin-bottom: 1.25em;
  margin-left: 1.25em;
  margin-right: 1.25em;
}

@media only screen and (max-width: 895px) {
  .contactSection .content .right.side .contacts .contact {
    clear: both;
    display: block;
    text-align: center;
    padding-left: 0;
  }
}

.contactSection .content .head {
  font-size: 1.375em;
  color: #151515;
  font-weight: 300;
}

.contactSection .content .contacts {
  overflow: hidden;
}

.contactSection .content .contacts .contact {
  float: left;
  margin-left: 3.125em;
  position: relative;
  padding: 0 0 0 3.125em;
}

.contactSection .content .contacts .contact .icon {
  color: #d9c9a3;
  font-size: 1.5625em;
  position: absolute;
  top: 0.2em;
  left: 0;
}

@media only screen and (max-width: 895px) {
  .contactSection .content .contacts .contact .icon {
    position: relative;
    margin-bottom: 0.625em;
  }
}

.contactSection .content .contacts .contact .text {
  font-size: 0.9375em;
  line-height: 1.4em;
  color: #101010;
  white-space: nowrap;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

@media only screen and (max-width: 895px) {
  .contactSection .content .contacts .contact .text table {
    margin: 0 auto;
  }
  .contactSection .content .contacts .contact .text table tbody,
  .contactSection .content .contacts .contact .text table tr,
  .contactSection .content .contacts .contact .text table td {
    display: block;
  }
  .contactSection .content .contacts .contact .text table td {
    padding: 0.125em 0;
  }
}

.contactSection .content .contacts .contact .text table td:first-child {
  padding-right: 1em;
}

@media only screen and (max-width: 640px) {
  .contactSection .content .contacts .contact .text table td {
    padding: 0.625em 0;
  }
}

.contactSection .content .contacts .contact .text a[href^=mailto] {
  color: #6e571d;
}

.contactSection .content .contacts .contact .text a[href^=mailto]:hover {
  color: #101010;
}

@media only screen and (max-width: 640px) {
  .contactSection .content .contacts .contact .text a[href^=mailto] {
    margin-top: 0.625em;
    display: inline-block;
  }
}

#cookies-message {
  position: fixed;
  z-index: 99999;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f4e7d5;
  color: #191919;
  font-size: 0.9375em;
  padding: 1em 0;
}

@media print {
  #cookies-message {
    display: none;
  }
}

#cookies-message a {
  color: #987f5c;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

#cookies-message a:hover {
  color: #191919;
}

#cookies-message a.btn {
  color: #000;
}

#cookies-message .left strong {
  font-weight: 600;
}

#cookies-message .left p {
  font-size: 13px;
  font-weight: 300;
}

#cookies-message .left a {
  text-decoration: underline;
}

#cookies-message .right a {
  color: #6d411c;
  display: inline-block;
  padding-left: 1.6666666667em;
  position: relative;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

#cookies-message .right a:before {
  content: '';
  position: absolute;
  left: 0;
  width: 1.0666666667em;
  height: 1.0666666667em;
  top: 50%;
  margin-top: -0.5333333333em;
  border: 1px solid #d7bca4;
  border-radius: 2px;
  background: #fff;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

#cookies-message .right a:hover:before {
  background: #d7bca4;
}

.create-logotype {
  padding: 20px 0;
  clear: both;
}

.create-logotype .container {
  border: 1px solid #e0dcd8;
  height: 147px;
}

@media only screen and (max-width: 895px) {
  .create-logotype .container {
    height: 120px;
  }
}

@media only screen and (max-width: 640px) {
  .create-logotype .container {
    height: auto;
    overflow: hidden;
  }
}

.create-logotype .container .left-side {
  float: left;
  display: inline-block;
  overflow: hidden;
  padding: 0.3125em 1.875em 1.25em 1.875em;
  width: 40%;
}

@media only screen and (max-width: 1200px) {
  .create-logotype .container .left-side {
    font-size: 1.3vw;
  }
}

@media only screen and (max-width: 1024px) {
  .create-logotype .container .left-side {
    font-size: 1.6vw;
  }
}

@media only screen and (max-width: 640px) {
  .create-logotype .container .left-side {
    font-size: 2.7vw;
    width: 100%;
  }
}

@media only screen and (max-width: 450px) {
  .create-logotype .container .left-side {
    font-size: 3.5vw;
  }
}

.create-logotype .container .left-side h2 {
  font-size: 1.6875em;
  font-weight: normal;
  position: relative;
  text-transform: uppercase;
  padding-bottom: 15px;
}

.create-logotype .container .left-side h2 span {
  color: #303030;
  font-weight: bold;
}

.create-logotype .container .left-side h2:before {
  content: "";
  display: block;
  width: 37px;
  height: 3px;
  background: #cab78f;
  position: absolute;
  bottom: 0;
  left: 0;
}

.create-logotype .container .right-side {
  display: inline-block;
  width: 60%;
  position: relative;
}

@media only screen and (max-width: 895px) {
  .create-logotype .container .right-side {
    float: right;
  }
}

.create-logotype .container .right-side .content-img {
  background: url("../img/create_logotype.png") no-repeat;
  height: 180px;
  width: 100%;
  position: absolute;
  top: -30px;
  right: 4%;
  background-size: 100%;
  background-position: left center;
}

@media only screen and (max-width: 1200px) {
  .create-logotype .container .right-side .content-img {
    background-size: 100%;
  }
}

@media only screen and (max-width: 895px) {
  .create-logotype .container .right-side .content-img {
    top: -40px;
  }
}

@media only screen and (max-width: 640px) {
  .create-logotype .container .right-side .content-img {
    display: none;
  }
}

.filtersSection {
  border-top: 1px solid #e5e1d3;
  border-bottom: 1px solid #e5e1d3;
  padding: 0.0625em 0em;
  margin-bottom: 0.625em;
}

.filtersSection ul {
  list-style-type: none;
  text-align: center;
  overflow: hidden;
}

.filtersSection ul li {
  display: inline-block;
  margin: 0em 1.875em;
}

@media only screen and (max-width: 1024px) {
  .filtersSection ul li {
    margin: 0;
    float: left;
    width: 33.33%;
    text-align: left;
  }
}

@media only screen and (max-width: 640px) {
  .filtersSection ul li {
    width: 50%;
  }
}

@media only screen and (max-width: 450px) {
  .filtersSection ul li {
    width: 100%;
  }
}

#creationsList {
  float: left;
  width: 100%;
  overflow: hidden;
}

#creationsList .reciepeInfo {
  position: absolute;
  bottom: 15px;
  right: 30px;
  background: #6b5145;
  padding: 0.6875em;
  line-height: 14px;
  border-radius: 6px;
  overflow: hidden;
  max-width: 230px;
  z-index: 15;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  width: 38px;
}

#creationsList .reciepeInfo i {
  float: left;
  position: relative;
}

#creationsList .reciepeInfo span {
  font-size: 0.875em;
  opacity: 0;
  position: absolute;
  width: 80%;
  right: 0;
  display: none;
}

#creationsList .reciepeInfo:hover {
  color: #6b5145;
  background: #dfc29d;
  width: 100%;
}

#creationsList .reciepeInfo:hover i {
  left: 8px;
}

#creationsList .reciepeInfo:hover span {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 640px) {
  #creationsList .reciepeInfo:hover {
    width: auto;
  }
  #creationsList .reciepeInfo:hover i {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #creationsList .reciepeInfo {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    color: #6b5145;
    background: #dfc29d;
    width: 100%;
    max-width: 92%;
    bottom: 0;
  }
  #creationsList .reciepeInfo span {
    width: auto;
    display: block;
    opacity: 1;
    position: relative;
    float: right;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #creationsList .reciepeInfo span {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #creationsList .reciepeInfo i {
    left: 8px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #creationsList .reciepeInfo i {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  #creationsList .line-items-2 .tile-schema-size-1 {
    width: 48.47%;
  }
}

@media only screen and (max-width: 640px) {
  #creationsList .line-items-2 .tile-schema-size-1 {
    width: 100%;
  }
}

#creationsList .line-items-4 .tile-schema-middle + .tile {
  margin-right: 3.065%;
}

@media only screen and (max-width: 1024px) {
  #creationsList .line-items-4 .tile-schema-middle + .tile {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #creationsList .line-items-4 .tile:nth-child(4) {
    margin-left: 5%;
  }
  #creationsList .line-items-4 .tile:nth-child(5) {
    margin-right: 0%;
  }
  #creationsList .line-items-4 .tile:last-child {
    width: 65%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 640px) {
  #creationsList .line-items-4 .tile:last-child {
    width: 100%;
    margin-left: 0%;
  }
}

@media only screen and (max-width: 1024px) {
  #creationsList .line-items-4.line-rows-1 .tile:first-child {
    width: 65%;
  }
  #creationsList .line-items-4.line-rows-1 .tile:first-child + .tile {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  #creationsList .line-items-4.line-rows-1 .tile:first-child {
    width: 100%;
  }
}

#creationsList .tile {
  text-align: center;
}

#creationsList .tile-old {
  position: relative;
}

#creationsList .tile-old .tileImg {
  position: relative;
  background: #f8f2ea;
}

#creationsList .tile-old .tileImg .old {
  left: 10px;
  top: 10px;
  right: 10px;
  bottom: 0;
  position: absolute;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0.35;
  background-color: #fff;
}

@media only screen and (max-width: 895px) {
  #creationsList .tile-old .tileImg .old {
    background-size: contain;
  }
}

#creationsList .tile-old .tileImg:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  border: 10px solid #fff;
  z-index: 10;
}

#creationsList .tile .head {
  font-weight: 400;
  padding-bottom: 0.65em;
  display: inline-block;
}

#creationsList .tile .tileImg {
  height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
}

#creationsList .tile .tileImg.rows-2 {
  height: 720px;
}

@media only screen and (max-width: 895px) {
  #creationsList .tile .tileImg.rows-2 {
    height: 465px;
  }
}

@media only screen and (max-width: 640px) {
  #creationsList .tile .tileImg.rows-2 {
    height: 180px;
  }
}

@media only screen and (max-width: 1200px) {
  #creationsList .tile .tileImg {
    background-size: contain;
  }
}

@media only screen and (max-width: 895px) {
  #creationsList .tile .tileImg {
    height: 180px;
  }
}

#creationsList .tile .tileTitle {
  display: table;
}

#creationsList .tile .tileTitle > span {
  height: 60px;
  display: table-cell;
  vertical-align: middle;
}

.hiddenContent {
  display: none;
}

.discoverOurCatalog {
  overflow: hidden;
  background: #f8f1e2;
  position: relative;
  margin-top: 3.75em;
}

.discoverOurCatalog .left.side {
  width: 66%;
}

@media only screen and (max-width: 1024px) {
  .discoverOurCatalog .left.side {
    width: 100%;
    float: none;
  }
}

.discoverOurCatalog .right.side {
  width: 34%;
}

@media only screen and (max-width: 1024px) {
  .discoverOurCatalog .right.side {
    width: 100%;
    float: none;
  }
}

.discoverOurCatalog .content {
  text-align: center;
  padding: 6.875em 0;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .discoverOurCatalog .content {
    padding: 1.25em 0;
  }
}

.discoverOurCatalog .content:before {
  left: 100%;
  top: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(136, 183, 213, 0);
  border-left-color: #f8f1e2;
  border-width: 12px;
  margin-top: -12px;
}

@media only screen and (max-width: 1024px) {
  .discoverOurCatalog .content:before {
    border-color: rgba(136, 183, 213, 0);
    border-top-color: #f8f1e2;
    left: auto;
    top: 100%;
    margin-top: 0;
    margin-left: -6px;
  }
}

.discoverOurCatalog .content .head .text {
  font-size: 2.5em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 300;
  display: inline-block;
  position: relative;
  vertical-align: baseline;
  margin-right: 1.125em;
}

@media only screen and (max-width: 1200px) {
  .discoverOurCatalog .content .head .text {
    font-size: 3.3333333333vw;
  }
}

@media only screen and (max-width: 1024px) {
  .discoverOurCatalog .content .head .text {
    font-size: 1.875em;
  }
}

@media only screen and (max-width: 640px) {
  .discoverOurCatalog .content .head .text {
    font-size: 1.75em;
    font-size: 6.6666666667vw;
    display: block;
    margin-right: 0;
    margin-bottom: 1em;
  }
}

.discoverOurCatalog .content .head .text:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -0.25em;
  width: 0.85em;
  height: 0.1em;
  background: #cab78f;
}

@media only screen and (max-width: 640px) {
  .discoverOurCatalog .content .head .text:before {
    left: 50%;
    margin-left: -0.425em;
  }
}

.discoverOurCatalog .content .head .btn {
  vertical-align: baseline;
}

.discoverOurCatalog .image {
  text-align: center;
  line-height: 0;
  padding: 2.8125em 0;
  background: #fff;
  border: 1px solid #ededed;
  border-left: none;
}

@media only screen and (max-width: 1024px) {
  .discoverOurCatalog .image {
    border: 1px solid #ededed;
    border-top: none;
  }
}

.discoverOurCatalog .image .image2 {
  display: inline;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.discoverOurCatalog .image .image2 img {
  display: inline-block;
  box-shadow: 4px -4px 6px rgba(2, 3, 3, 0.04);
}

.fancybox-overlay {
  background: rgba(113, 69, 32, 0.3);
}

.fancybox-popup {
  min-width: 37.5em;
}

@media only screen and (max-width: 895px) {
  .fancybox-popup {
    min-width: 18.75em !important;
  }
}

.fancybox-popup .fancybox-inner {
  width: 100% !important;
}

.fancybox-popup .fancybox-skin {
  box-shadow: none;
  border-radius: 0px;
  padding: 1.25em 1.875em !important;
  text-align: center;
}

.fancybox-popup .fancybox-skin .popHead {
  font-size: 1.5625em;
  text-transform: uppercase;
  font-weight: 300;
  padding: 0.4em 0;
}

.fancybox-popup .fancybox-skin .popText {
  font-size: 0.9375em;
  font-weight: 300;
}

.fancybox-popup-special {
  min-width: 250px;
}

@media only screen and (max-width: 640px) {
  .fancybox-popup-special .content {
    text-align: center;
  }
}

.fancybox-popup-special .content .leftSide {
  float: left;
  width: 63%;
}

@media only screen and (max-width: 640px) {
  .fancybox-popup-special .content .leftSide {
    display: block;
    float: none;
    width: 30%;
    min-width: 150px;
    margin: 0 auto;
  }
}

.fancybox-popup-special .content .leftSide img {
  max-width: 100%;
  width: 100%;
  height: auto;
  border: solid 1px #e8e1da;
}

.fancybox-popup-special .content .rightSide {
  float: right;
  width: 32%;
  font-size: 0.9375em;
  line-height: 1.8666666667em;
}

@media only screen and (max-width: 640px) {
  .fancybox-popup-special .content .rightSide {
    display: block;
    width: 100%;
    float: none;
    padding-top: 0.6666666667em;
  }
}

.fancybox-popup-special .content .rightSide .title {
  text-transform: uppercase;
  color: #1c1c1c;
  font-size: 1.3333333333em;
  padding-bottom: 40px;
}

@media only screen and (max-width: 640px) {
  .fancybox-popup-special .content .rightSide .title {
    padding-bottom: 10px;
  }
}

.fancybox-popup-special .content .rightSide a,
.fancybox-popup-special .content .rightSide .link {
  color: #987146;
  font-weight: 600;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.fancybox-popup-special .content .rightSide a:hover,
.fancybox-popup-special .content .rightSide .link:hover {
  cursor: pointer;
  color: #000;
}

.fancybox-popup-special .content .rightSide p {
  margin: 0;
}

.fancybox-popup-special .fancybox-skin {
  box-shadow: none;
  border-radius: 0px;
  background: #fff;
}

@media only screen and (max-width: 640px) {
  .fancybox-popup-special .fancybox-skin {
    padding: 10px !important;
  }
}

.fancybox-popup-special .fancybox-skin .fancybox-close {
  background: transparent;
  width: 1.25em;
  height: 1.25em;
  top: 0.25em;
  right: -1.875em;
}

@media only screen and (max-width: 895px) {
  .fancybox-popup-special .fancybox-skin .fancybox-close {
    right: 5px;
    top: 5px;
  }
}

.fancybox-popup-special .fancybox-skin .fancybox-close:before {
  content: '';
  position: absolute;
  width: 1.25em;
  height: 0.125em;
  background: #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  border-radius: 0.25em;
  top: 50%;
  left: 50%;
  margin-left: -0.625em;
  margin-top: -0.1875em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 895px) {
  .fancybox-popup-special .fancybox-skin .fancybox-close:before {
    background: #000;
  }
}

.fancybox-popup-special .fancybox-skin .fancybox-close:after {
  content: '';
  position: absolute;
  width: 1.25em;
  height: 0.125em;
  background: #fff;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-radius: 0.25em;
  top: 50%;
  left: 50%;
  margin-left: -0.625em;
  margin-top: -0.1875em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 895px) {
  .fancybox-popup-special .fancybox-skin .fancybox-close:after {
    background: #000;
  }
}

.fancybox-popup-special .fancybox-skin .fancybox-close:hover:before, .fancybox-popup-special .fancybox-skin .fancybox-close:hover:after {
  background: #e8e1da;
}

.fancybox-popup-special .fancybox-skin .fancybox-inner {
  min-width: 250px;
}

.fancybox-popup-special .fancybox-skin .fancybox-inner .message {
  padding: 0 1.875em;
}

.fancybox-popup-special .fancybox-skin .fancybox-inner .message h1 {
  margin: 0;
  padding: 0;
  font-size: 1.8125em;
  font-weight: 300;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 1px;
  padding: 0.3448275862em 0.6896551724em;
}

.fancybox-popup-special .fancybox-skin .fancybox-inner .message .text {
  font-size: 0.9375em;
  font-weight: 300;
  line-height: 1.6em;
  text-align: center;
  padding: 0.6666666667em 0 1.3333333333em;
}

.fancybox-overlay {
  background: rgba(0, 0, 0, 0.4);
}

.fancybox-inner .content.popup {
  text-transform: uppercase;
  text-align: center;
  margin: 50px 80px;
}

.fancybox-inner .content.popup .download {
  border: solid 1px #624630;
  border-radius: 5px;
  padding: 13px 24px;
  display: inline-block;
  color: #624630;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  margin-top: 2.8125em;
  font-size: 0.875em;
  text-transform: uppercase;
}

.fancybox-inner .content.popup .download:hover {
  background: #624630;
  color: #f5f0e9;
}

.footer {
  overflow: hidden;
  background: #fff;
}

@media print {
  .footer {
    display: none;
  }
}

.footer .top {
  overflow: hidden;
  padding: 2.8125em 0;
}

@media only screen and (max-width: 895px) {
  .footer .top .left.side {
    width: 100%;
    text-align: center;
    margin-bottom: 1.875em;
  }
}

@media only screen and (max-width: 895px) {
  .footer .top .right.side {
    width: 100%;
    text-align: center;
  }
}

.footer .top ul.menu {
  margin: 0 -0.6875em;
  padding: 0;
  list-style: none;
  overflow: hidden;
}

@media only screen and (max-width: 895px) {
  .footer .top ul.menu {
    display: inline-block;
  }
}

.footer .top ul.menu li {
  float: left;
}

@media only screen and (max-width: 640px) {
  .footer .top ul.menu li {
    float: none;
    display: inline-block;
  }
}

.footer .top ul.menu li a {
  display: block;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #624630;
  padding: 0.2857142857em 0.7857142857em;
}

.footer .top .european-union-content {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 30px;
}

@media (max-width: 1200px) {
  .footer .top .european-union-content {
    display: block;
    float: none;
    margin-right: 0;
    text-align: right;
    margin-bottom: 1.25em;
  }
}

@media only screen and (max-width: 895px) {
  .footer .top .european-union-content {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
}

.footer .top .european-union-content a {
  display: inline-block;
}

.footer .top .european-union-content a:hover span, .footer .top .european-union-content a:focus span, .footer .top .european-union-content a:active span {
  color: #8d7338;
}

.footer .top .european-union-content img, .footer .top .european-union-content span {
  display: inline-block;
  vertical-align: middle;
}

.footer .top .european-union-content span {
  margin-left: 5px;
  font-size: 0.8125em;
  transition: .3s;
}

.footer .top ul.social {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  float: left;
}

@media only screen and (max-width: 895px) {
  .footer .top ul.social {
    float: none;
    display: inline-block;
  }
}

.footer .top ul.social li {
  float: left;
}

.footer .top ul.social li a {
  font-size: 1.1875em;
  line-height: 1em;
  padding: 0 0.4210526316em;
}

.footer .top ul.social li a.facebook {
  color: #3b5998;
}

.footer .top ul.social li a.youtube {
  color: #bb0000;
}

.footer .top ul.social li a.linkedin {
  color: #007bb6;
}

.footer .top a.goTop {
  display: block;
  float: left;
  font-size: 1.1875em;
  line-height: 1em;
  color: #624630;
  margin-left: 2.1052631579em;
}

@media only screen and (max-width: 895px) {
  .footer .top a.goTop {
    float: none;
    display: inline-block;
  }
}

.footer .middle {
  border-top: 1px solid #e6e6e6;
  overflow: hidden;
  padding: 2.1875em 0;
}

.footer .middle .text {
  font-size: 0.875em;
  color: #979797;
  line-height: 1.5em;
}

@media only screen and (max-width: 640px) {
  .footer .middle .text {
    text-align: center;
  }
}

.footer .middle .text a {
  color: #1a1a1a;
}

.footer .middle .text a.intellect {
  color: #8d7338;
}

.form input[type="color"], .form input[type="date"], .form input[type="datetime"], .form input[type="datetime-local"], .form input[type="email"], .form input[type="month"], .form input[type="number"], .form input[type="password"], .form input[type="search"], .form input[type="tel"], .form input[type="text"], .form input[type="time"], .form input[type="url"], .form input[type="week"], .form textarea {
  border: none;
  margin: 0;
  padding: 0;
  display: block;
  overflow: hidden;
  background: transparent;
  resize: none;
}

.form-input-style-1 input[type="color"], .form-input-style-1 input[type="date"], .form-input-style-1 input[type="datetime"], .form-input-style-1 input[type="datetime-local"], .form-input-style-1 input[type="email"], .form-input-style-1 input[type="month"], .form-input-style-1 input[type="number"], .form-input-style-1 input[type="password"], .form-input-style-1 input[type="search"], .form-input-style-1 input[type="tel"], .form-input-style-1 input[type="text"], .form-input-style-1 input[type="time"], .form-input-style-1 input[type="url"], .form-input-style-1 input[type="week"], .form-input-style-1 textarea {
  display: block;
  width: 100%;
  font-size: 0.9375em;
  color: #714520;
  border-bottom: 0.2em solid #e1d8c2;
  padding: 0.5333333333em 0.6666666667em;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.form-input-style-1 input[type="color"]::-webkit-input-placeholder, .form-input-style-1 input[type="date"]::-webkit-input-placeholder, .form-input-style-1 input[type="datetime"]::-webkit-input-placeholder, .form-input-style-1 input[type="datetime-local"]::-webkit-input-placeholder, .form-input-style-1 input[type="email"]::-webkit-input-placeholder, .form-input-style-1 input[type="month"]::-webkit-input-placeholder, .form-input-style-1 input[type="number"]::-webkit-input-placeholder, .form-input-style-1 input[type="password"]::-webkit-input-placeholder, .form-input-style-1 input[type="search"]::-webkit-input-placeholder, .form-input-style-1 input[type="tel"]::-webkit-input-placeholder, .form-input-style-1 input[type="text"]::-webkit-input-placeholder, .form-input-style-1 input[type="time"]::-webkit-input-placeholder, .form-input-style-1 input[type="url"]::-webkit-input-placeholder, .form-input-style-1 input[type="week"]::-webkit-input-placeholder, .form-input-style-1 textarea::-webkit-input-placeholder {
  color: #714520;
}

.form-input-style-1 input[type="color"]::-moz-placeholder, .form-input-style-1 input[type="date"]::-moz-placeholder, .form-input-style-1 input[type="datetime"]::-moz-placeholder, .form-input-style-1 input[type="datetime-local"]::-moz-placeholder, .form-input-style-1 input[type="email"]::-moz-placeholder, .form-input-style-1 input[type="month"]::-moz-placeholder, .form-input-style-1 input[type="number"]::-moz-placeholder, .form-input-style-1 input[type="password"]::-moz-placeholder, .form-input-style-1 input[type="search"]::-moz-placeholder, .form-input-style-1 input[type="tel"]::-moz-placeholder, .form-input-style-1 input[type="text"]::-moz-placeholder, .form-input-style-1 input[type="time"]::-moz-placeholder, .form-input-style-1 input[type="url"]::-moz-placeholder, .form-input-style-1 input[type="week"]::-moz-placeholder, .form-input-style-1 textarea::-moz-placeholder {
  color: #714520;
}

.form-input-style-1 input[type="color"]:-moz-placeholder, .form-input-style-1 input[type="date"]:-moz-placeholder, .form-input-style-1 input[type="datetime"]:-moz-placeholder, .form-input-style-1 input[type="datetime-local"]:-moz-placeholder, .form-input-style-1 input[type="email"]:-moz-placeholder, .form-input-style-1 input[type="month"]:-moz-placeholder, .form-input-style-1 input[type="number"]:-moz-placeholder, .form-input-style-1 input[type="password"]:-moz-placeholder, .form-input-style-1 input[type="search"]:-moz-placeholder, .form-input-style-1 input[type="tel"]:-moz-placeholder, .form-input-style-1 input[type="text"]:-moz-placeholder, .form-input-style-1 input[type="time"]:-moz-placeholder, .form-input-style-1 input[type="url"]:-moz-placeholder, .form-input-style-1 input[type="week"]:-moz-placeholder, .form-input-style-1 textarea:-moz-placeholder {
  color: #714520;
}

.form-input-style-1 input[type="color"]:-ms-input-placeholder, .form-input-style-1 input[type="date"]:-ms-input-placeholder, .form-input-style-1 input[type="datetime"]:-ms-input-placeholder, .form-input-style-1 input[type="datetime-local"]:-ms-input-placeholder, .form-input-style-1 input[type="email"]:-ms-input-placeholder, .form-input-style-1 input[type="month"]:-ms-input-placeholder, .form-input-style-1 input[type="number"]:-ms-input-placeholder, .form-input-style-1 input[type="password"]:-ms-input-placeholder, .form-input-style-1 input[type="search"]:-ms-input-placeholder, .form-input-style-1 input[type="tel"]:-ms-input-placeholder, .form-input-style-1 input[type="text"]:-ms-input-placeholder, .form-input-style-1 input[type="time"]:-ms-input-placeholder, .form-input-style-1 input[type="url"]:-ms-input-placeholder, .form-input-style-1 input[type="week"]:-ms-input-placeholder, .form-input-style-1 textarea:-ms-input-placeholder {
  color: #714520;
}

.form-input-style-1 input[type="color"]:focus, .form-input-style-1 input[type="date"]:focus, .form-input-style-1 input[type="datetime"]:focus, .form-input-style-1 input[type="datetime-local"]:focus, .form-input-style-1 input[type="email"]:focus, .form-input-style-1 input[type="month"]:focus, .form-input-style-1 input[type="number"]:focus, .form-input-style-1 input[type="password"]:focus, .form-input-style-1 input[type="search"]:focus, .form-input-style-1 input[type="tel"]:focus, .form-input-style-1 input[type="text"]:focus, .form-input-style-1 input[type="time"]:focus, .form-input-style-1 input[type="url"]:focus, .form-input-style-1 input[type="week"]:focus, .form-input-style-1 textarea:focus {
  border-color: #624630;
}

.form-input-style-1-color-scheme-2 input[type="color"], .form-input-style-1-color-scheme-2 input[type="date"], .form-input-style-1-color-scheme-2 input[type="datetime"], .form-input-style-1-color-scheme-2 input[type="datetime-local"], .form-input-style-1-color-scheme-2 input[type="email"], .form-input-style-1-color-scheme-2 input[type="month"], .form-input-style-1-color-scheme-2 input[type="number"], .form-input-style-1-color-scheme-2 input[type="password"], .form-input-style-1-color-scheme-2 input[type="search"], .form-input-style-1-color-scheme-2 input[type="tel"], .form-input-style-1-color-scheme-2 input[type="text"], .form-input-style-1-color-scheme-2 input[type="time"], .form-input-style-1-color-scheme-2 input[type="url"], .form-input-style-1-color-scheme-2 input[type="week"], .form-input-style-1-color-scheme-2 textarea {
  border-bottom-color: #fffbf6;
  font-weight: 300;
}

.form-input-style-2 input[type="color"], .form-input-style-2 input[type="date"], .form-input-style-2 input[type="datetime"], .form-input-style-2 input[type="datetime-local"], .form-input-style-2 input[type="email"], .form-input-style-2 input[type="month"], .form-input-style-2 input[type="number"], .form-input-style-2 input[type="password"], .form-input-style-2 input[type="search"], .form-input-style-2 input[type="tel"], .form-input-style-2 input[type="text"], .form-input-style-2 input[type="time"], .form-input-style-2 input[type="url"], .form-input-style-2 input[type="week"], .form-input-style-2 textarea {
  padding: 0.8em 1.5333333333em;
  border: solid 1px #ceb193;
  border-radius: 5px;
  font-size: 0.875em;
  letter-spacing: 0.125em;
  color: #6a6a6a;
  width: 100%;
}

.form select {
  width: 100%;
  border: solid 1px #ceb193;
  border-radius: 5px;
  padding: 0.7333333333em 1.5333333333em;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  background: transparent url("../img/selectArrow.png") right 1.125em center no-repeat;
  font-size: 0.875em;
  letter-spacing: 0.125em;
  text-transform: uppercase;
  color: #6a6a6a;
}

.form select:focus {
  background-image: url("../img/selectArrowWhite.png");
  background-color: #ceb193;
  border-color: #ceb193;
  color: #fff;
}

label.checkbox-style-1 {
  position: relative;
  cursor: pointer;
}

label.checkbox-style-1 input[type=checkbox] {
  display: none;
}

label.checkbox-style-1 input[type=checkbox].vis {
  display: block;
  position: absolute;
  opacity: 0;
  z-index: -1;
}

label.checkbox-style-1 input[type=checkbox]:checked + .square {
  background: #d7bca4;
  border-color: #d7bca4;
}

label.checkbox-style-1 .square {
  width: 0.9375em;
  height: 0.9375em;
  position: absolute;
  top: 0.2666666667em;
  left: 0;
  border: 1px solid #d7bca4;
  border-radius: 2px;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

label.checkbox-style-1 .label {
  font-size: 0.9375em;
  font-weight: 300;
  color: #3e3e3e;
  padding-left: 1.8em;
  line-height: 1.5333333333em;
  display: inline-block;
  vertical-align: top;
}

label.checkbox-style-1:hover .square {
  border-color: #191919;
}

label.checkbox-style-1:hover .label {
  color: #191919;
}

.tile {
  float: left;
  height: 270px;
  border: 1px solid #e1d6c5;
  position: relative;
  margin-bottom: 2.5em;
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

@media only screen and (max-width: 895px) {
  .tile {
    height: 200px;
    margin-bottom: 1.5625em;
  }
}

.tile:hover {
  border-color: #9a8c7d;
}

.tile-tall {
  height: 370px;
}

@media only screen and (max-width: 895px) {
  .tile-tall {
    height: 200px;
  }
}

.tile-creation {
  height: 380px;
}

@media only screen and (max-width: 895px) {
  .tile-creation {
    height: 260px;
  }
}

.tile-rows-2 {
  height: 800px;
}

@media only screen and (max-width: 895px) {
  .tile-rows-2 {
    height: 545px;
  }
}

@media only screen and (max-width: 640px) {
  .tile-rows-2 {
    height: 260px;
  }
}

.tile-schema-border-free {
  border-color: transparent;
}

.tile-schema-border-free:hover {
  border-color: transparent;
}

.tile-schema-middle {
  margin-left: 3.065%;
  margin-right: 3.065%;
}

@media only screen and (max-width: 1024px) {
  .tile-schema-middle {
    margin-left: 5%;
    margin-right: 5%;
  }
}

@media only screen and (max-width: 640px) {
  .tile-schema-middle {
    margin-left: 0;
    margin-right: 0;
  }
}

.tile-schema-right {
  float: right;
}

.tile-schema-size-1 {
  width: 48.47%;
}

@media only screen and (max-width: 1024px) {
  .tile-schema-size-1 {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  .tile-schema-size-1 {
    width: 100%;
  }
}

.tile-schema-size-2 {
  width: 22.7%;
}

@media only screen and (max-width: 1024px) {
  .tile-schema-size-2 {
    width: 30%;
  }
}

@media only screen and (max-width: 640px) {
  .tile-schema-size-2 {
    width: 100%;
  }
}

/* .gridSystem {
	$gutter: modular-scale(1, 2em, $golden) !default;
	background: red;
	@include outer-container(100%);

	.column {
		height: 100px;
		background: orange;
		width: 100%;

		&-1 {
			@include span-columns(1);
		}
	}
} */
.header {
  z-index: 2;
}

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

@media print {
  .header {
    display: none;
  }
}

.header .menuOpener {
  display: none;
}

@media only screen and (max-width: 895px) {
  .header {
    position: relative;
  }
  .header .wrapper {
    overflow: hidden;
    position: relative;
  }
  .header .menuOpener {
    display: block;
    position: absolute;
    right: 0;
    top: 3.125em;
    background: #5f2c00;
    padding: 0.625em 0.375em;
    border-radius: 0.3125em;
    cursor: pointer;
  }
  .header .menuOpener .icon {
    position: relative;
    margin-top: 0.5em;
    margin-bottom: 0.5em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  .header .menuOpener .icon, .header .menuOpener .icon::before, .header .menuOpener .icon::after {
    display: block;
    width: 1.8125em;
    height: 0.3125em;
    background-color: #f6f3ec;
    -webkit-transition-property: background-color, -webkit-transform;
    -moz-transition-property: background-color, -moz-transform;
    -o-transition-property: background-color, -o-transform;
    transition-property: background-color, transform;
    -webkit-transition-duration: 0.3s;
    -moz-transition-duration: 0.3s;
    -o-transition-duration: 0.3s;
    transition-duration: 0.3s;
  }
  .header .menuOpener .icon::before, .header .menuOpener .icon::after {
    position: absolute;
    content: "";
  }
  .header .menuOpener .icon::before {
    top: -0.5em;
  }
  .header .menuOpener .icon::after {
    top: 0.5em;
  }
  .menuOpened .header .menuOpener .icon {
    background-color: transparent;
  }
  .menuOpened .header .menuOpener .icon::before {
    -webkit-transform: translateY(0.5em) rotate(45deg);
    -moz-transform: translateY(0.5em) rotate(45deg);
    -ms-transform: translateY(0.5em) rotate(45deg);
    -o-transform: translateY(0.5em) rotate(45deg);
    transform: translateY(0.5em) rotate(45deg);
  }
  .menuOpened .header .menuOpener .icon::after {
    -webkit-transform: translateY(-0.5em) rotate(-45deg);
    -moz-transform: translateY(-0.5em) rotate(-45deg);
    -ms-transform: translateY(-0.5em) rotate(-45deg);
    -o-transform: translateY(-0.5em) rotate(-45deg);
    transform: translateY(-0.5em) rotate(-45deg);
  }
}

@media only screen and (max-width: 1200px) {
  .header .left.side {
    width: 100%;
    text-align: center;
  }
  .header .left.side a.logotype {
    padding-bottom: 0em;
  }
}

@media only screen and (max-width: 450px) {
  .header .left.side {
    text-align: left;
  }
}

@media only screen and (max-width: 1200px) {
  .header .right.side {
    width: 100%;
    text-align: center;
  }
  .header .right.side .top {
    float: none;
    display: inline-block;
  }
  .header .right.side .main {
    text-align: center;
    width: 100%;
    display: inline-block;
  }
  .header .right.side .main ul.menu {
    text-align: center;
  }
  .header .right.side .main ul.menu li {
    display: inline-block;
    float: none;
  }
}

@media only screen and (max-width: 895px) {
  .header .right.side .top {
    margin-bottom: 0.625em;
  }
  .header .right.side .main {
    background: #f6f3ec;
    padding: 0;
    margin-bottom: 0.625em;
    display: none;
  }
  .menuOpened .header .right.side .main {
    display: block;
  }
  .header .right.side .main ul.menu {
    padding: 0.625em 0;
  }
  .header .right.side .main ul.menu li {
    display: block;
    padding: 0.3125em 0;
  }
}

.header a.logotype {
  padding: 1.5em 0 1.65625em 0;
  display: inline-block;
  line-height: 0;
  z-index: 10000;
  position: relative;
}

.header a.logotype img:nth-child(2) {
  margin-left: 1.25em;
  position: relative;
  top: -2px;
  left: 1px;
}

@media only screen and (max-width: 895px) {
  .header a.logotype img:nth-child(2) {
    display: none;
  }
}

.header a.logotype img {
  vertical-align: middle;
}

.header .top {
  text-align: right;
  padding: 0.6875em 0 0 0;
}

.header .top ul.links {
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  display: inline-block;
  vertical-align: top;
}

.header .top ul.links li {
  float: left;
  position: relative;
}

.header .top ul.links li a {
  font-size: 0.8125em;
  line-height: 2.7692307692em;
  display: block;
  color: #a7a7a7;
  padding: 0 0.5384615385em;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.header .top ul.links li a:hover {
  color: #150706;
}

.header .top .languageSelector {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}

.header .top .languageSelector select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
  border: 0;
  font-size: 0.8125em;
  line-height: 2.6153846154em;
  height: 2.6153846154em;
  color: #150706;
  padding: 0 0.7692307692em 0 0;
  margin: 0;
  background: url(../img/languageSelector.jpg) no-repeat right center;
}

.header .top .languageSelector select::-ms-expand {
  display: none;
}

.header .main {
  padding: 1.25em 0;
}

.header .main ul.menu {
  margin: 0 -0.8125em;
  padding: 0;
  list-style: none;
  /* overflow: hidden; */
}

.header .main ul.menu > li {
  float: left;
}

.header .main ul.menu > li > a {
  text-transform: uppercase;
  font-size: 1.0625em;
  color: #3d3d3d;
  padding: 0 0.7647058824em;
  position: relative;
  z-index: 100;
}

.header .main ul.menu > li > a:before {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 50%;
  margin-left: 0%;
  width: 0%;
  height: 1px;
  background: #624630;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media only screen and (min-width: 1025px) {
  .header .main ul.menu > li:hover a:before {
    margin-left: -25%;
    width: 50%;
  }
  .header .main ul.menu > li:hover > .megamenu {
    display: block;
  }
}

@media only screen and (min-width: 1025px) and (max-width: 1024px) {
  .header .main ul.menu > li:hover > .megamenu {
    display: none;
  }
}

.header .main ul.menu > li > .megamenu {
  margin: 0;
  padding: 2.8125em 0;
  list-style: none;
  position: absolute;
  z-index: 99;
  left: 0;
  right: 0;
  background: #fff;
  box-shadow: 0 1px 1px rgba(8, 8, 8, 0.16);
  display: none;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul:hover > li {
  opacity: 0.2;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li {
  width: 33.33%;
  float: left;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > a {
  display: block;
  text-align: center;
  border: 1px solid transparent;
  border-bottom: none;
  position: relative;
  z-index: 2;
  background: #fff;
  line-height: 0;
  padding: 0.9375em 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li:hover {
  opacity: 1;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li:hover > a {
  border-color: #e8e1da;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li:hover > .submenu {
  display: block;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu {
  border: 1px solid #e8e1da;
  position: absolute;
  z-index: 1;
  left: 0;
  right: 0;
  margin-top: -1px;
  width: 100%;
  background: #fff;
  padding: 1.875em 3.75em;
  display: none;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu > .content {
  float: left;
  overflow: hidden;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu > .content > .head {
  font-size: 1em;
  color: #302b22;
  text-transform: uppercase;
  margin-bottom: 1.875em;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu > .content > ul {
  margin: 0 -0.625em;
  padding: 0 0;
  list-style: none;
  -webkit-column-count: 2;
  -moz-column-count: 2;
  column-count: 2;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu > .content > ul > li {
  padding: 0 0.625em;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu > .content > ul > li > a {
  text-transform: uppercase;
  font-size: 1em;
  color: #302b22;
  padding: 0.75em 0;
  display: inline-block;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu > .content > ul > li > a:hover {
  color: #d8a749;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition {
  float: right;
  overflow: hidden;
  display: none;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .elements {
  overflow: hidden;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .elements .element {
  float: left;
  padding: 2.5em;
  text-align: center;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .elements .element .image {
  margin-bottom: 0.625em;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .elements .element .name {
  font-size: 0.9375em;
  color: #988072;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .buttons {
  text-align: center;
  overflow: hidden;
  display: block;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .buttons a.btn {
  position: relative;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .buttons a.btn:before {
  content: '';
  position: absolute;
  top: 50%;
  right: 120%;
  width: 100%;
  height: 1px;
  background: #f2e5cc;
}

.header .main ul.menu > li > .megamenu .wrapper.first .wrapper > ul > li > .submenu .addition .buttons a.btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 120%;
  width: 100%;
  height: 1px;
  background: #f2e5cc;
}

.heading {
  overflow: hidden;
}

.heading-schema-1 .head {
  text-transform: uppercase;
  font-weight: 300;
  color: #191919;
  position: relative;
}

.heading-schema-1 .head:before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 34px;
  height: 3px;
  background: #624630;
}

.heading-schema-1 .description {
  font-size: 1.25em;
  color: #191919;
  padding-top: 0.5em;
  font-weight: 300;
}

.heading-align-center .head {
  text-align: center;
}

.heading-align-center .head:before {
  left: 50%;
  margin-left: -17px;
}

.heading-align-center .description {
  text-align: center;
}

.heading-color-white .head {
  color: #fff;
}

.heading-color-white .head:before {
  background: #f0c394;
}

.heading-lowercase {
  text-transform: none;
}

.heading-no-underlined .head:before {
  background: transparent;
}

.heading-size-20 .head {
  font-size: 1.25em;
  padding-bottom: 0.7em;
  line-height: 1.25em;
}

.heading-size-20 .head-slim-line-height {
  line-height: 1.1em;
}

.heading-size-22 .head {
  font-size: 1.375em;
  padding-bottom: 0.6363636364em;
  line-height: 1.1363636364em;
}

.heading-size-25 .head {
  font-size: 1.5625em;
  padding-bottom: 0.8em;
  line-height: 1.08em;
}

.heading-size-26 .head {
  font-size: 1.625em;
  padding-bottom: 0.7692307692em;
  line-height: 1.0384615385em;
}

.heading-size-33 .head {
  font-size: 2.0625em;
  padding-bottom: 0.6060606061em;
  line-height: 1.4848484848em;
}

.heading-size-35 .head {
  font-size: 2.1875em;
  padding-bottom: 0.5714285714em;
  line-height: 1.4em;
}

@media only screen and (max-width: 640px) {
  .heading-size-35 .head {
    font-size: 1.5625em;
    padding-bottom: 0.4em;
    line-height: 1.2em;
  }
}

.heading-size-40 .head {
  font-size: 2.5em;
  padding-bottom: 0.5em;
  line-height: 1.225em;
}

@media only screen and (max-width: 640px) {
  .heading-size-40 .head {
    font-size: 1.875em;
    padding-bottom: 0.5em;
    line-height: 1.1666666667em;
  }
}

.heading-size-40 .head-slim-line-height {
  line-height: 0.975em;
}

.heading-size-40 .head-equal-padding {
  padding: 0.75em 0em;
}

.heading-size-55 .head {
  font-size: 3.125em;
  padding-bottom: 0.56em;
  line-height: 1.1em;
}

.homepage {
  position: relative;
  z-index: 1;
  overflow: hidden;
}

.homepage .homeLinks a .responsiveImage {
  display: none;
  top: 0;
  right: 0;
  left: 0;
}

@media only screen and (max-width: 1300px) {
  .homepage .homeLinks {
    font-size: 1.2307692308vw;
  }
}

@media only screen and (max-width: 1200px) {
  .homepage .homeLinks {
    font-size: 1.3333333333vw;
  }
}

@media only screen and (max-width: 1024px) {
  .homepage .homeLinks {
    font-size: 1em;
  }
}

@media only screen and (max-width: 895px) {
  .homepage .homeLinks {
    font-size: 1.7877094972vw;
  }
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks {
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 450px) {
  .homepage .homeLinks {
    font-size: 0.9375em;
  }
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a {
    padding-top: 14.0625em;
  }
  .homepage .homeLinks a .responsiveImage {
    width: 100%;
    height: 225px;
    display: block;
    text-align: center;
    position: absolute;
  }
  .homepage .homeLinks a .responsiveImage img {
    vertical-align: middle;
  }
  .homepage .homeLinks a.withBg {
    position: relative;
  }
  .homepage .homeLinks a.withBg span {
    position: relative;
    z-index: 2;
  }
  .homepage .homeLinks a.withBg span.responsiveImage {
    position: absolute;
  }
  .homepage .homeLinks a.withBg:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #fff;
    z-index: 0;
  }
}

.homepage .homeLinks a.link1 {
  display: block;
  border: 1px solid #e8e1da;
  background: url(../img/homeLinks/link1.png) no-repeat right center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  height: 20em;
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link1 {
    height: auto;
  }
}

.homepage .homeLinks a.link1 .buttons {
  text-align: center;
  display: block;
  margin-top: 1.25em;
}

.homepage .homeLinks a.link1 .content {
  padding: 6.25em 4.0625em;
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link1 .content {
    float: none;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 3.125em 0.625em;
  }
}

.homepage .homeLinks a.link1:hover {
  border-color: #624630;
}

.homepage .homeLinks .blogSlider .slick-dots {
  padding: 0;
  margin: 0;
  bottom: 0.5em;
}

.homepage .homeLinks .blogSlider .slick-dots .dot {
  width: 0.625em;
  height: 0.625em;
  border-radius: 100%;
  background: #d7b8a0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.homepage .homeLinks .blogSlider .slick-dots li {
  margin: 0.3125em;
  padding: 0;
  width: auto;
  height: auto;
}

.homepage .homeLinks .blogSlider .slick-dots li.slick-active .dot {
  background: #624630;
}

.homepage .homeLinks .blogSlider .slide {
  height: 20em;
  text-align: center;
  position: relative;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
  margin: 0;
}

.homepage .homeLinks .blogSlider .slide .image {
  line-height: 0;
  position: relative;
}

.homepage .homeLinks .blogSlider .slide .image:before {
  display: block;
  content: "";
  width: 100%;
  padding-top: 50%;
}

.homepage .homeLinks .blogSlider .slide .image > .content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.homepage .homeLinks .blogSlider .slide .image .content {
  padding: 0;
}

.homepage .homeLinks .blogSlider .slide .content {
  background: #faf7f2 url(../img/blogBg.png) repeat-x bottom center;
  padding: 0.9375em 0 2.8125em;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.homepage .homeLinks .blogSlider .slide .content .head {
  font-size: 2.5em;
  color: #120b00;
  font-weight: 300;
  text-transform: uppercase;
}

.homepage .homeLinks .blogSlider .slide .content .title {
  font-size: 0.9375em;
  color: #6f422a;
  font-weight: 300;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.homepage .homeLinks a.link2 {
  display: block;
  border: 1px solid #e8e1da;
  background: url(../img/homeLinks/link2.png) no-repeat center;
  background-position: center 85%;
  background-size: 92%;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  height: 20em;
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link2 {
    height: auto;
    background-position: top;
  }
}

@media only screen and (max-width: 450px) {
  .homepage .homeLinks a.link2 {
    background-position: center 80px;
  }
}

.homepage .homeLinks a.link2 .content {
  padding: 1.25em 0;
  overflow: hidden;
  display: block;
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link2 .content {
    float: none;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 3.125em 0.625em;
  }
}

.homepage .homeLinks a.link2:hover {
  border-color: #624630;
}

.homepage .homeLinks a.link3 {
  display: block;
  border: 1px solid #e8e1da;
  background: url(../img/homeLinks/link3.png) no-repeat right center;
  background-size: cover;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  height: 20em;
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link3 {
    height: auto;
  }
}

.homepage .homeLinks a.link3 .content {
  overflow: hidden;
  padding: 4.0625em 4.0625em;
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link3 .content {
    float: none;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 3.125em 0.625em;
  }
}

.homepage .homeLinks a.link3 .content .buttons {
  text-align: center;
  display: block;
  margin-top: 1.875em;
}

.homepage .homeLinks a.link3:hover {
  border-color: #624630;
}

.homepage .homeLinks a.link4 {
  display: block;
  border: 1px solid #e8e1da;
  background: url(../img/homeLinks/link4.png) no-repeat left center;
  overflow: hidden;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  height: 20em;
  background-size: 60%;
  background-position: -53px center;
}

@media only screen and (max-width: 1024px) {
  .homepage .homeLinks a.link4 {
    background-size: 60%;
  }
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link4 {
    height: auto;
    background-position: top;
    background-size: 359px;
  }
}

.homepage .homeLinks a.link4 .content {
  overflow: hidden;
  padding: 4.0625em 4.0625em;
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks a.link4 .content {
    float: none;
    text-align: center;
    overflow: hidden;
    display: block;
    padding: 3.125em 0.625em;
  }
}

.homepage .homeLinks a.link4 .content .buttons {
  text-align: center;
  display: block;
  margin-top: 1.875em;
}

.homepage .homeLinks a.link4:hover {
  border-color: #624630;
}

.homepage .homeLinks .catalogSlider {
  overflow: hidden;
  background: #f8f8f8 url(../img/homeLinks/catalogSliderBg.png) no-repeat center;
  text-align: center;
  padding-top: 1.5625em;
  height: 20em;
}

@media only screen and (max-width: 895px) {
  .homepage .homeLinks .catalogSlider {
    height: 24.375em;
  }
}

@media only screen and (max-width: 640px) {
  .homepage .homeLinks .catalogSlider {
    height: 23.75em;
  }
}

.homepage .homeLinks .catalogSlider .prev,
.homepage .homeLinks .catalogSlider .next {
  font-size: 2.125em;
  color: #231f1f;
  opacity: 0.38;
  position: absolute;
  z-index: 99;
  top: 50%;
  margin-top: -0.9375em;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.homepage .homeLinks .catalogSlider .prev:hover,
.homepage .homeLinks .catalogSlider .next:hover {
  opacity: 1;
}

.homepage .homeLinks .catalogSlider .prev {
  left: 1.0294117647em;
}

.homepage .homeLinks .catalogSlider .next {
  right: 1.0294117647em;
}

.homepage .homeLinks .catalogSlider .head {
  font-size: 1.8125em;
  text-transform: uppercase;
  font-weight: 300;
  color: #191919;
  position: relative;
  padding-bottom: 0.5172413793em;
}

.homepage .homeLinks .catalogSlider .head:before {
  content: '';
  position: absolute;
  width: 34px;
  height: 3px;
  background: #624630;
  bottom: 0;
  left: 50%;
  margin-left: -17px;
}

.homepage .homeLinks .catalogSlider .elements {
  overflow: hidden;
  margin: 0;
  padding: 0;
  width: 100%;
}

.homepage .homeLinks .catalogSlider .elements .element {
  line-height: 0;
  width: 100%;
  text-align: center;
  padding: 1.5625em 0;
}

.homepage .homeLinks .catalogSlider .elements .element .image {
  display: inline;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
}

.homepage .homeLinks .catalogSlider .elements .element .image.no-shadow {
  box-shadow: none;
}

.homepage .homeLinks .catalogSlider .elements .element .image img {
  display: inline-block;
  box-shadow: 4px -4px 6px rgba(2, 3, 3, 0.04);
}

@media only screen and (max-width: 640px) {
  .homepage a.link2 img, .homepage a.link4 img {
    display: none;
  }
  .homepage a.link2.withBg:before, .homepage a.link4.withBg:before {
    background: none;
  }
}

.homepageMap {
  padding-top: 3.125em;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .homepageMap {
    padding: 0;
  }
}

.homepageMap .map {
  position: relative;
  overflow: hidden;
}

@media only screen and (max-width: 640px) {
  .homepageMap .map {
    padding-top: 10.625em;
  }
}

.homepageMap .map .image {
  line-height: 0;
  text-align: right;
}

@media only screen and (max-width: 1200px) {
  .homepageMap .map .image {
    max-width: 70%;
    float: right;
  }
}

@media only screen and (max-width: 640px) {
  .homepageMap .map .image {
    position: absolute;
    top: 0;
    max-width: 100%;
  }
}

.homepageMap .map .content {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
}

@media only screen and (max-width: 640px) {
  .homepageMap .map .content {
    position: relative;
    text-align: center;
    padding: 3.125em 0;
  }
  .homepageMap .map .content .heading .head:before {
    left: 50%;
    margin-left: -17px;
  }
}

.homepageMap .map .content .buttons {
  margin-top: 2.8125em;
}

.loginBox {
  overflow: hidden;
  margin-top: 77px;
}

.loginBox .leftSide {
  width: 40%;
  float: left;
  background-image: url(../img/catalogsList/loginBoxBg2.jpg);
  background-size: cover;
  position: relative;
  text-transform: uppercase;
  font-size: 2.3125em;
  font-weight: 300;
  padding: 0.972972973em 1.4054054054em;
  line-height: 0.972972973em;
  color: #191919;
}

@media only screen and (max-width: 1024px) {
  .loginBox .leftSide {
    font-size: 1.875em;
  }
}

@media only screen and (max-width: 895px) {
  .loginBox .leftSide {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .loginBox .leftSide br {
    display: none;
  }
}

@media only screen and (max-width: 450px) {
  .loginBox .leftSide {
    font-size: 1.625em;
  }
}

.loginBox .leftSide:before {
  content: '';
  position: absolute;
  left: 2.5%;
  top: 7.5%;
  width: 95%;
  height: 85%;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
}

.loginBox .leftSide:after {
  content: '';
  position: absolute;
  left: 2.5%;
  top: 16.5%;
  width: 95%;
  height: 67%;
  border-left: solid 1px #fff;
  border-right: solid 1px #fff;
}

.loginBox .rightSide {
  border: solid 1px #c4b19e;
  float: left;
  width: 60%;
  text-align: center;
  padding: 20px;
}

@media only screen and (max-width: 895px) {
  .loginBox .rightSide {
    width: 100%;
    float: none;
    padding-bottom: 30px;
  }
}

.loginBox .rightSide .item {
  display: inline-block;
  width: 30%;
  vertical-align: bottom;
  margin: 0 1.125em;
}

.loginBox .rightSide .item:first-child {
  margin-left: 0;
}

.loginBox .rightSide .item:last-child {
  width: auto;
  margin-right: 0;
}

@media only screen and (min-width: 896px) and (max-width: 1024px) {
  .loginBox .rightSide .item:last-child {
    display: block;
    margin-top: 20px;
  }
}

@media only screen and (max-width: 640px) {
  .loginBox .rightSide .item {
    width: 100%;
    margin: 0;
    display: block;
    padding-bottom: 20px;
  }
  .loginBox .rightSide .item:last-child {
    padding-bottom: 0;
  }
}

.offerBoxes .leftSide {
  width: 48%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .offerBoxes .leftSide {
    margin-bottom: 2em;
  }
}

.offerBoxes .rightSide {
  width: 48%;
  float: right;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .offerBoxes .leftSide,
  .offerBoxes .rightSide {
    width: 100%;
    float: none;
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 450px) {
  .offerBoxes .leftSide,
  .offerBoxes .rightSide {
    font-size: 0.8125em;
  }
}

.offerBoxes .box {
  border: solid 1px #e1d3c7;
  padding: 3.75em;
  padding: 33px 40px;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  height: 395px;
}

@media only screen and (max-width: 1300px) {
  .offerBoxes .box {
    padding: 33px 35px;
  }
}

.offerBoxes .box .heading {
  overflow: visible;
}

@media only screen and (max-width: 1024px) {
  .offerBoxes .box {
    height: auto;
  }
}

.offerBoxes .box .title, .offerBoxes .box .photo {
  display: inline-block;
  width: 40%;
  vertical-align: middle;
}

@media only screen and (max-width: 450px) {
  .offerBoxes .box .title, .offerBoxes .box .photo {
    display: block;
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 1200px) {
  .offerBoxes .box .title {
    width: 50%;
  }
}

@media only screen and (max-width: 450px) {
  .offerBoxes .box .title {
    width: 100%;
    margin-bottom: 1.875em;
  }
}

.offerBoxes .box.fullHeight {
  text-align: center;
}

.offerBoxes .box.fullHeight img {
  margin-top: 85px;
  width: 100%;
  max-width: 477px;
  height: auto;
}

.offerBoxes .box.small {
  position: relative;
  text-align: justify;
  height: 170px;
  min-height: auto;
}

@media only screen and (max-width: 1024px) {
  .offerBoxes .box.small {
    height: auto;
  }
}

.offerBoxes .box.small .wrap {
  text-align: justify;
}

.offerBoxes .box.small .wrap > div {
  position: relative;
  top: 1em;
  display: inline-block;
}

.offerBoxes .box.small .wrap:before {
  margin-bottom: -1em;
  content: '';
  width: 100%;
  display: block;
}

.offerBoxes .box.small .wrap:after {
  content: '';
  width: 100%;
  display: inline-block;
}

.offerBoxes .box.small:last-child {
  margin-top: 3.4375em;
}

@media only screen and (max-width: 1024px) {
  .offerBoxes .box.small:last-child {
    margin-top: 2em;
  }
}

.offerBoxes .box .photo img {
  max-width: 100%;
  height: auto;
}

.offerBoxes .box:hover {
  border-color: #624630;
}

.pagePrevContent {
  float: left;
  width: 100%;
  overflow: hidden;
  display: none;
  margin-top: 0.4375em;
  margin-bottom: 2.5em;
  position: relative;
}

.pagePrevContent-margin-special {
  margin: 1.875em 0 0 0;
}

@media only screen and (max-width: 640px) {
  .pagePrevContent-margin-special {
    margin: 0.625em 0 0 0;
  }
}

.pagePrevContent.one-column-schema {
  display: block;
  float: left;
}

.pagePrevContent.one-column-schema-hidden {
  display: none;
}

.pagePrevContent.one-column-schema > .left {
  width: 100%;
  overflow: hidden;
}

.pagePrevContent.one-column-schema > .left span:last-child {
  font-size: 0.9375em;
  line-height: 1.6em;
}

.pagePrevContent.one-column-schema > .left span.lined {
  float: left;
  width: 61.7%;
  padding: 1.5909090909em 1.6363636364em;
}

@media only screen and (max-width: 895px) {
  .pagePrevContent.one-column-schema > .left span.lined {
    padding-left: 0;
    padding-right: 0;
  }
}

@media only screen and (max-width: 1300px) {
  .pagePrevContent.one-column-schema > .left span.lined {
    width: 100%;
    margin-bottom: 1.1363636364em;
  }
}

@media only screen and (max-width: 1300px) {
  .pagePrevContent.one-column-schema > .left {
    text-align: center;
  }
  .pagePrevContent.one-column-schema > .left .btn {
    float: none;
    margin: 0px auto;
    position: relative;
    display: inline-block;
  }
}

.pagePrevContent > .left {
  width: 73.75%;
  padding: 0em;
}

@media only screen and (max-width: 1024px) {
  .pagePrevContent > .left {
    width: 100%;
    margin-top: 1.5625em;
    padding: 0 5%;
  }
}

@media only screen and (max-width: 895px) {
  .pagePrevContent > .left {
    padding: 0;
  }
}

.pagePrevContent > .left span {
  float: left;
  width: 100%;
  padding: 2em 2.4em;
  color: #686868;
  font-size: 0.9375em;
  font-weight: 300;
}

@media only screen and (max-width: 895px) {
  .pagePrevContent > .left span {
    padding-left: 0;
    padding-right: 0;
  }
}

.pagePrevContent > .left span:first-child {
  color: #191919;
  font-size: 1.375em;
  line-height: 1.2272727273em;
  padding: 1.5909090909em 0em;
  border-top: 1px solid #dac9b3;
  border-bottom: 1px solid #dac9b3;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

@media only screen and (max-width: 450px) {
  .pagePrevContent > .left span:first-child {
    font-size: 1.125em;
  }
}

.pagePrevContent > .left i {
  font-size: 1.25em;
  margin-left: 1.8em;
  color: #897463;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.pagePrevContent > .left:hover i {
  margin-left: 2.4375em;
}

.pagePrevContent > .left:hover span {
  color: #191919;
}

.pagePrevContent > .right {
  width: 19.85%;
}

@media only screen and (max-width: 1024px) {
  .pagePrevContent > .right {
    width: 100%;
    text-align: center;
  }
}

.pagePrevContent > .right img {
  width: 100%;
  height: auto;
  max-width: 258px;
}

.pagePrevTrigger {
  max-width: 425px;
  text-align: center;
}

.pagePrevTrigger.specific {
  position: absolute;
  right: 0;
}

.productDetailIntro {
  position: relative;
  overflow: hidden;
  font-size: 0.9375em;
  margin-top: 0.3125em;
  min-height: 140px;
  padding-bottom: 2.2666666667em;
}

@media print {
  .productDetailIntro {
    display: none;
  }
}

@media only screen and (max-width: 895px) {
  .productDetailIntro {
    min-height: auto;
    padding-bottom: 0.875em;
  }
}

.productDetailIntro span.btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
  font-size: 0.9333333333em;
  max-width: 35%;
}

.productDetailIntro span.btn:hover {
  cursor: pointer;
}

@media only screen and (max-width: 895px) {
  .productDetailIntro span.btn {
    position: relative;
    margin-bottom: 2.5714285714em;
    width: 100%;
    max-width: 100%;
    display: block;
  }
}

.productDetailIntro .introContent {
  overflow: hidden;
  position: relative;
  display: none;
}

.productDetailIntro .introContent .leftSide {
  float: left;
  width: 61%;
  font-size: 1.4666666667em;
  font-weight: 300;
  color: #191919;
  line-height: 1.2272727273em;
  padding: 1.8181818182em 1.5454545455em;
  border-top: solid 1px #dac9b3;
  border-bottom: solid 1px #dac9b3;
}

@media only screen and (max-width: 895px) {
  .productDetailIntro .introContent .leftSide {
    float: none;
    width: 100%;
    font-size: 1.3333333333em;
    padding: 1.5em 0;
  }
}

.productDetailIntro .introContent .text {
  width: 100%;
  overflow: hidden;
  font-weight: 300;
  color: #686868;
  padding: 2.2666666667em;
  line-height: 1.6em;
}

@media only screen and (max-width: 895px) {
  .productDetailIntro .introContent .text {
    padding-left: 0;
    padding-right: 0;
  }
}

.pager {
  overflow: hidden;
  text-transform: center;
  width: 100%;
  padding: 1.875em 0;
  display: -webkit-box;
  display: -moz-box;
  display: box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -moz-box-pack: justify;
  box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  -o-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-pack: justify;
}

.pager .prev,
.pager .next {
  display: block;
}

@media only screen and (max-width: 450px) {
  .pager .prev,
  .pager .next {
    font-size: 0.75em;
  }
}

.pager ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
}

@media only screen and (max-width: 640px) {
  .pager ul {
    display: none;
  }
}

.pager ul li {
  display: inline-block;
  padding: 0 0.1875em;
}

.pager ul li .btn-standard {
  padding-left: 1.0714285714em;
  padding-right: 1.0714285714em;
}

.pager ul li .btn-standard.active {
  font-weight: 700;
}

.pager .btn-standard {
  padding-left: 1.4285714286em;
  padding-right: 1.4285714286em;
}

.partnersArea .tabsContainer .tabsNav {
  overflow: hidden;
  position: relative;
}

@media only screen and (max-width: 1200px) {
  .partnersArea .tabsContainer .tabsNav {
    font-size: 0.8125em;
  }
}

@media only screen and (max-width: 1200px) {
  .partnersArea .tabsContainer .tabsNav {
    font-size: 0.75em;
  }
}

.partnersArea .tabsContainer .tabsNav > a {
  display: block;
  position: relative;
  float: left;
  color: #888888;
  font-size: 1.25em;
  text-transform: uppercase;
  width: 20%;
  text-align: center;
  border: solid 1px #e5ded5;
  border-bottom: solid 4px #e5ded5;
  background: #e5ded5;
  border-right-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 895px) {
  .partnersArea .tabsContainer .tabsNav > a {
    width: 100%;
    border-bottom: none;
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .partnersArea .tabsContainer .tabsNav > a:last-child {
    border-bottom: solid 4px #e5ded5;
  }
  .partnersArea .tabsContainer .tabsNav > a:first-child {
    border-top-width: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsNav > a {
    font-size: 1.125em;
  }
}

.partnersArea .tabsContainer .tabsNav > a.active {
  color: #191919;
  box-sizing: border-box;
}

.partnersArea .tabsContainer .tabsNav > a > span {
  background: #fff;
  width: 100%;
  padding: 1em 0.3125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsNav > a > span {
    padding: 0.75em 0.3125em;
  }
}

.partnersArea .tabsContainer .tabsNav > a.active:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: -1px;
  border: solid 3px #e5ded5;
  border-bottom: none;
}

@media only screen and (max-width: 895px) {
  .partnersArea .tabsContainer .tabsNav > a.active:before {
    display: none;
  }
}

.partnersArea .tabsContainer .tabsNav > a.active:after {
  bottom: -4px;
  height: 4px;
  background: #fff;
  content: '';
  position: absolute;
  right: 3px;
  left: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 895px) {
  .partnersArea .tabsContainer .tabsNav > a.active:after {
    display: none;
  }
}

.partnersArea .tabsContainer .tabsNav > a:hover > span {
  background: #e5ded5;
  cursor: pointer;
  color: #fff;
}

.partnersArea .tabsContainer .tabsNav > a:hover.active:after {
  background: #e5ded5;
}

.partnersArea .tabsContainer .tabsContent {
  position: relative;
  z-index: 1;
  background: #fff;
  border: solid 4px #e5ded5;
  border-top: none;
  width: 100%;
  padding: 2.75em 4em;
  overflow: hidden;
}

@media only screen and (max-width: 1200px) {
  .partnersArea .tabsContainer .tabsContent {
    padding: 2.25em 2.625em;
  }
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent {
    padding: 1.875em 0.9375em;
  }
}

.partnersArea .tabsContainer .tabsContent .tab {
  overflow: hidden;
  display: none;
}

.partnersArea .tabsContainer .tabsContent .tab:first-child {
  display: block;
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .select {
  width: 225px;
  max-width: 20%;
  float: left;
}

@media only screen and (max-width: 1024px) {
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .select {
    width: 48%;
    max-width: none;
  }
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .select {
    width: 100%;
    float: none;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .phrase {
  width: 328px;
  float: left;
  margin-left: 1.3125em;
  color: #6a6a6a;
  position: relative;
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .phrase-style-2 {
  width: 448px;
  margin-left: 0;
}

@media only screen and (max-width: 1024px) {
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .phrase {
    width: 48%;
    float: right;
    margin-left: 0;
  }
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .phrase-style-2 {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .phrase {
    width: 100%;
    float: none;
    margin-top: 0.9375em;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .phrase button {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 3.5333333333em;
  border: none;
  background: none;
  color: #ceb193;
  line-height: 0;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .phrase button:hover {
  color: #624630;
}

@media only screen and (max-width: 1024px) {
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .headerRightSide {
    width: 100%;
    float: none;
    clear: both;
    padding: 1em 0 0;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .pagination {
  padding-top: 2px;
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .pagination {
    font-size: 0.8125em;
    text-align: center;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .pagination > a {
  width: 38px;
  font-size: 0.875em;
  padding: 0.625em 0;
  border: solid 1px #ded2c2;
  color: #b2a594;
  display: inline-block;
  text-align: center;
  margin-bottom: 0.375em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .pagination > a:hover, .partnersArea .tabsContainer .tabsContent .tab .tabHeader .pagination > a.active {
  background: #b2a595;
  border-color: #b2a595;
  color: #fff;
}

@media only screen and (max-width: 450px) {
  .partnersArea .tabsContainer .tabsContent .tab .tabHeader .pagination > a {
    width: auto;
    padding: 0.5em 0.9375em;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .tabHeader .pagination > span {
  display: inline-block;
  width: 30px;
  color: #b2a594;
  text-align: center;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList {
  margin-top: 3.875em;
}

@media only screen and (max-width: 895px) {
  .partnersArea .tabsContainer .tabsContent .tab .filesList {
    margin-top: 1.5625em;
  }
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .filesList > .title {
    text-align: center;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .filesList > .title .big {
  text-transform: uppercase;
  font-size: 1.5625em;
  color: #624630;
  font-weight: 600;
  padding-bottom: 0.56em;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList > .title .small {
  font-size: 1.25em;
  color: #ac906b;
  font-weight: 600;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list {
  overflow: hidden;
  margin-top: 2.5em;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide {
  width: 48%;
}

@media only screen and (max-width: 895px) {
  .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide {
    width: 100%;
    float: none;
  }
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide {
    font-size: 0.875em;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a {
  display: block;
  border-bottom: solid 1px #e5ded5;
  padding: 0.75em 1.375em 0.75em 0.5em;
  overflow: hidden;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a > .left,
  .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a > .right, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a > .left,
  .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a > .right {
    width: 100%;
    float: none;
    display: block;
    text-align: center;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a .icon, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a .icon {
  font-size: 2.1875em;
  color: #c8ad89;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a .icon, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a .icon {
    font-size: 1.75em;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a .code, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a .code {
  color: #624630;
  font-size: 0.9375em;
  font-weight: 600;
  margin: 0 2.8125em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a .code, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a .code {
    margin: 0 0 0 1.5625em;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a > .right, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a > .right {
  padding-top: 0.3125em;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a .size, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a .size {
  color: #a4a4a4;
  font-size: 0.8125em;
  margin-right: 1.5625em;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a .get, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a .get {
  color: #7f6959;
  font-size: 0.8125em;
  position: relative;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a .get:after, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a .get:after {
  content: '';
  display: inline-block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3.5px 0 3.5px 4px;
  border-color: transparent transparent transparent #c4a296;
  top: 50%;
  margin-top: -2px;
  right: -12px;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a:hover, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a:hover {
  background: #e5ded5;
}

.partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a:hover .icon, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .leftSide > a:hover .size, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a:hover .icon, .partnersArea .tabsContainer .tabsContent .tab .filesList .list .page .rightSide > a:hover .size {
  color: #624630;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList {
  margin-top: 3.25em;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item {
  width: 22%;
  margin-right: 4%;
  margin-bottom: 4%;
  float: left;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(4n+4) {
  margin-right: 0;
}

@media only screen and (max-width: 895px) {
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item {
    width: 31%;
    margin-right: 3.5%;
  }
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(4n+4) {
    margin-right: 3.5%;
  }
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(3n+3) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 640px) {
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item {
    width: 48%;
    margin-right: 4%;
  }
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(3n+3) {
    margin-right: 4%;
  }
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(2n+2) {
    margin-right: 0;
  }
}

@media only screen and (max-width: 450px) {
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item {
    width: 100%;
    margin-right: 0;
    max-width: 15.3125em;
    margin: 0 auto 1.875em;
    display: block;
    float: none;
    overflow: hidden;
  }
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(4n+4), .partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(3n+3), .partnersArea .tabsContainer .tabsContent .tab .decorsList .item:nth-child(2n+2) {
    margin: 0 auto 1.875em;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item .photo {
  height: 210px;
  width: 100%;
  border: solid 1px #e5ded5;
  overflow: hidden;
  text-align: center;
}

@media only screen and (max-width: 1200px) {
  .partnersArea .tabsContainer .tabsContent .tab .decorsList .item .photo {
    height: 175px;
  }
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item .photo img {
  max-width: 100%;
  height: auto;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item .title {
  color: #624630;
  font-size: 0.9375em;
  font-weight: 600;
  margin-top: 0.625em;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item .info {
  margin-top: 0.3125em;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item .info .size {
  float: left;
  font-size: 0.8125em;
  color: #a4a4a4;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item .info .download {
  float: right;
  display: block;
  font-size: 0.8125em;
  padding-right: 0.5625em;
  color: #7f6959;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.partnersArea .tabsContainer .tabsContent .tab .decorsList .item .info .download:hover {
  color: #ceb193;
}

@media print {
  .productDetail {
    font-size: 0.8125em;
  }
}

.productDetail .leftSide {
  width: 52%;
  float: left;
}

@media print {
  .productDetail .leftSide {
    width: 100%;
  }
}

@media only screen and (max-width: 895px) {
  .productDetail .leftSide {
    float: none;
    width: 100%;
  }
}

.productDetail .rightSide {
  width: 44%;
  float: right;
}

@media print {
  .productDetail .rightSide {
    width: 100%;
  }
}

@media only screen and (max-width: 895px) {
  .productDetail .rightSide {
    float: none;
    margin: 1.4285714286em auto 0;
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .productDetail .rightSide {
    width: 100%;
  }
}

.productDetail .rightSide .productSpecification ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.productDetail .rightSide .productSpecification .line {
  margin: 1.0625em 0;
  padding-left: 3.75em;
  position: relative;
}

@media only screen and (max-width: 1024px) {
  .productDetail .rightSide .productSpecification .line {
    font-size: 0.875em;
  }
}

.productDetail .rightSide .productSpecification .line:first-child {
  margin-top: 0;
}

.productDetail .rightSide .productSpecification .line .icon, .productDetail .rightSide .productSpecification .line .attributeName, .productDetail .rightSide .productSpecification .line .value {
  display: inline-block;
  vertical-align: middle;
}

.productDetail .rightSide .productSpecification .line .icon {
  position: absolute;
  left: 0;
}

@media only screen and (max-width: 450px) {
  .productDetail .rightSide .productSpecification .line .icon {
    margin-right: 0.375em;
  }
}

.productDetail .rightSide .productSpecification .line .icon span {
  color: #ceb193;
  font-size: 1.875em;
}

.productDetail .rightSide .productSpecification .line .attributeName {
  font-size: 0.9375em;
  color: #191919;
  text-transform: uppercase;
  margin-right: 0.375em;
  vertical-align: bottom;
  padding-bottom: 0.25em;
}

.productDetail .rightSide .productSpecification .line .value {
  color: #7d7d7d;
  font-size: 1.25em;
  vertical-align: bottom;
}

@media only screen and (max-width: 450px) {
  .productDetail .rightSide .productSpecification .line .value {
    font-size: 1.0714285714em;
  }
}

.productDetail .rightSide .using {
  margin-top: 2.8125em;
  color: #686868;
}

.productDetail .rightSide .using > .title {
  color: #191919;
  text-transform: uppercase;
}

@media only screen and (max-width: 640px) {
  .productDetail .rightSide .using > .title {
    text-align: center;
  }
}

.productDetail .rightSide .using > .title-margin-top-45 {
  margin-top: 2.8125em;
}

.productDetail .rightSide .using .simpleText {
  font-size: 0.9375em;
  line-height: 1.6em;
  font-weight: 300;
}

.productDetail .rightSide .using .simpleText-margin-top-30 {
  margin-top: 2em;
}

.productDetail .rightSide .using > ul {
  font-size: 0.9375em;
  line-height: 1.6em;
  color: #686868;
  font-weight: 300;
  list-style: none;
  padding: 0;
  margin: 0;
  margin: 1.8666666667em 0;
}

.productDetail .rightSide .using > ul > li {
  padding-left: 1.4666666667em;
  position: relative;
}

.productDetail .rightSide .using > ul > li:before {
  content: '';
  position: absolute;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background: #ceb193;
  top: 0.7333333333em;
}

.productDetail .rightSide .using > ul > li > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.productDetail .rightSide .using > ul > li > ul > li {
  padding-left: 1em;
  position: relative;
}

.productDetail .rightSide .using > ul > li > ul > li:before {
  content: '--';
  position: absolute;
  left: 0;
  letter-spacing: -2px;
}

.productDetail .rightSide .using .iconsList {
  margin-top: 0.9375em;
}

@media only screen and (max-width: 1024px) {
  .productDetail .rightSide .using .iconsList {
    margin-top: 1.5625em;
  }
}

@media only screen and (max-width: 1024px) {
  .productDetail .rightSide .using .iconsList {
    overflow: hidden;
  }
}

@media only screen and (max-width: 640px) {
  .productDetail .rightSide .using .iconsList {
    text-align: center;
  }
}

.productDetail .rightSide .using .iconsList .item {
  display: inline-block;
  margin-right: 0.75em;
  position: relative;
  margin-bottom: 0.875em;
  vertical-align: top;
}

@media print {
  .productDetail .rightSide .using .iconsList .item {
    text-align: center;
  }
}

.productDetail .rightSide .using .iconsList .item:first-child {
  margin-left: 0;
}

.productDetail .rightSide .using .iconsList .item:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 1024px) {
  .productDetail .rightSide .using .iconsList .item {
    text-align: center;
    width: 25%;
    float: left;
    margin-right: 0;
  }
  .productDetail .rightSide .using .iconsList .item:nth-child(4n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 450px) {
  .productDetail .rightSide .using .iconsList .item {
    width: 50%;
  }
  .productDetail .rightSide .using .iconsList .item:nth-child(2n+1) {
    clear: both;
  }
}

.productDetail .rightSide .using .iconsList .item .itemIcon {
  background: #614631;
  width: 3.75em;
  height: 3.75em;
  border-radius: 100%;
  text-align: center;
  display: inline-block;
  color: #fff;
}

.productDetail .rightSide .using .iconsList .item .itemIcon span.icon {
  font-size: 2.0625em;
}

@media print {
  .productDetail .rightSide .using .iconsList .item .itemIcon {
    color: #614631;
    background: transparent;
  }
}

.productDetail .rightSide .using .iconsList .item .itemTitle {
  position: absolute;
  top: -1.8571428571em;
  left: 50%;
  margin-left: -1.5714285714em;
  width: auto;
  white-space: nowrap;
  border: solid 1px #bf8d67;
  background: #fff;
  text-transform: uppercase;
  font-size: 0.875em;
  color: #191919;
  border-radius: 6px;
  padding: 0.5em 0.9285714286em;
  opacity: 0;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  transition: 0.25s;
  -webkit-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  -moz-transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  transition-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1.275);
  visibility: hidden;
  z-index: 2;
}

@media print {
  .productDetail .rightSide .using .iconsList .item .itemTitle {
    clear: both;
    -webkit-transition: 0s;
    -moz-transition: 0s;
    transition: 0s;
    position: static !important;
    opacity: 1 !important;
    visibility: visible !important;
    left: auto;
    top: auto;
    margin: 0;
  }
}

@media only screen and (max-width: 1024px) {
  .productDetail .rightSide .using .iconsList .item .itemTitle {
    position: relative;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    top: auto;
    margin-left: 0;
    border: none;
    opacity: 1;
    left: 0;
    white-space: normal;
  }
}

.productDetail .rightSide .using .iconsList .item .itemTitle:after, .productDetail .rightSide .using .iconsList .item .itemTitle:before {
  top: 100%;
  left: 20px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 1024px) {
  .productDetail .rightSide .using .iconsList .item .itemTitle:after, .productDetail .rightSide .using .iconsList .item .itemTitle:before {
    display: none;
  }
}

@media print {
  .productDetail .rightSide .using .iconsList .item .itemTitle:after, .productDetail .rightSide .using .iconsList .item .itemTitle:before {
    display: none;
  }
}

.productDetail .rightSide .using .iconsList .item .itemTitle:after {
  border-color: rgba(136, 183, 213, 0);
  border-top-color: #fff;
  border-width: 7px;
  margin-left: -7px;
}

.productDetail .rightSide .using .iconsList .item .itemTitle:before {
  border-color: rgba(194, 225, 245, 0);
  border-top-color: #bf8d67;
  border-width: 8px;
  margin-left: -8px;
}

.productDetail .rightSide .using .iconsList .item:hover {
  cursor: help;
}

.productDetail .rightSide .using .iconsList .item:hover .itemTitle {
  visibility: visible;
  opacity: 1;
  top: -3.2857142857em;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}

@media only screen and (max-width: 1024px) {
  .productDetail .rightSide .using .iconsList .item:hover .itemTitle {
    top: inherit;
  }
}

.productDetail .rightSide .description .title {
  color: #191919;
  text-transform: uppercase;
  padding: 10px 0px;
}

.productDetail .rightSide .description .text {
  color: #7d7d7d;
}

.productDetail .rightSide .actionButtons {
  margin-top: 4.0625em;
  text-align: justify;
}

@media print {
  .productDetail .rightSide .actionButtons {
    display: none;
  }
}

.productDetail .rightSide .actionButtons:after {
  content: '';
  display: inline-block;
  width: 100%;
}

@media only screen and (max-width: 1300px) {
  .productDetail .rightSide .actionButtons > a {
    width: 47%;
    margin-bottom: 1.0714285714em;
  }
  .productDetail .rightSide .actionButtons > a.btn-question {
    width: 100%;
  }
}

.productDetail .rightSide .actionButtons > a .icon {
  display: inline-block;
  margin-left: 0.7777777778em;
  font-size: 1.7857142857em;
}

@media only screen and (max-width: 1300px) {
  .productDetail .rightSide .actionButtons > a .icon {
    float: right;
    margin-top: 0.2142857143em;
  }
}

.productDetail .rightSide .actionButtons > a .icon.question {
  font-weight: 900;
  font-size: 1.4285714286em;
  font-family: 'Open Sans';
}

.productDetail.pdf {
  font-size: 1.25em;
}

.productDetail.pdf .leftSide {
  width: 100%;
  margin-bottom: 2em;
}

.productDetail.pdf .rightSide {
  width: 100%;
}

.productDetail.pdf .rightSide .using .iconsList .item {
  text-align: center;
}

.productDetail.pdf .rightSide .using .iconsList .item .itemIcon {
  color: #614631;
  background: transparent;
}

.productDetail.pdf .rightSide .using .iconsList .item .itemTitle {
  clear: both;
  -webkit-transition: 0s;
  -moz-transition: 0s;
  transition: 0s;
  position: static !important;
  opacity: 1 !important;
  visibility: visible !important;
  left: auto;
  top: auto;
  margin: 0;
}

.productDetail.pdf .rightSide .using .iconsList .item .itemTitle:before, .productDetail.pdf .rightSide .using .iconsList .item .itemTitle:after {
  display: none;
}

.productDetail.pdf .rightSide .actionButtons {
  display: none;
}

.ourCreationsBox {
  margin-top: 4.25em;
  overflow: hidden;
}

@media print {
  .ourCreationsBox {
    display: none;
  }
}

@media only screen and (max-width: 1024px) {
  .ourCreationsBox {
    margin-top: 1.875em;
  }
}

.ourCreationsBox > .leftSide {
  float: left;
  width: 25%;
  padding-top: 3.4375em;
}

@media only screen and (max-width: 1024px) {
  .ourCreationsBox > .leftSide {
    display: block;
    float: none;
    width: 100%;
    padding-top: 0;
  }
  .ourCreationsBox > .leftSide br {
    display: none;
  }
}

.ourCreationsBox > .rightSide {
  float: right;
  width: 75%;
  border: solid 1px #dbcdb4;
  overflow: hidden;
  display: block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ourCreationsBox > .rightSide:hover {
  border-color: #281505;
}

.ourCreationsBox > .rightSide:hover .title:before, .ourCreationsBox > .rightSide:hover .title:after {
  -webkit-transform: scaleY(1.04);
  -moz-transform: scaleY(1.04);
  -ms-transform: scaleY(1.04);
  -o-transform: scaleY(1.04);
  transform: scaleY(1.04);
}

@media only screen and (max-width: 1024px) {
  .ourCreationsBox > .rightSide {
    display: block;
    float: none;
    width: 100%;
    margin-top: 1.5625em;
  }
}

.ourCreationsBox > .rightSide .photo {
  float: left;
  text-align: center;
  width: 70%;
  overflow: hidden;
}

@media only screen and (max-width: 895px) {
  .ourCreationsBox > .rightSide .photo {
    width: 60%;
  }
}

.ourCreationsBox > .rightSide .title {
  float: right;
  width: 30%;
  text-align: center;
  background-image: url(../img/our-creation-bg.jpg);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  padding: 0.625em;
}

@media only screen and (max-width: 895px) {
  .ourCreationsBox > .rightSide .title {
    width: 40%;
  }
}

@media only screen and (max-width: 640px) {
  .ourCreationsBox > .rightSide .title {
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 450px) {
  .ourCreationsBox > .rightSide .title {
    font-size: 0.6875em;
  }
}

.ourCreationsBox > .rightSide .title:before {
  content: '';
  position: absolute;
  border-left: solid 1px #9d8a7b;
  border-right: solid 1px #9d8a7b;
  height: 83%;
  width: 92%;
  left: 4%;
  top: 8.5%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.ourCreationsBox > .rightSide .title:after {
  content: '';
  position: absolute;
  border-top: solid 1px #9d8a7b;
  border-bottom: solid 1px #9d8a7b;
  height: 92%;
  width: 92%;
  left: 4%;
  top: 4%;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

.otherProductsBox {
  overflow: hidden;
  margin-top: 1.5625em;
}

@media print {
  .otherProductsBox {
    display: none;
  }
}

.otherProductsBox > .leftSide {
  float: left;
  width: 25%;
  padding-top: 5.3125em;
}

@media only screen and (max-width: 1024px) {
  .otherProductsBox > .leftSide {
    display: block;
    float: none;
    width: 100%;
    padding-top: 2.1875em;
  }
  .otherProductsBox > .leftSide br {
    display: none;
  }
}

.otherProductsBox > .rightSide {
  float: right;
  width: 75%;
  overflow: hidden;
  display: block;
}

.otherProductsBox > .rightSide .productsList {
  width: 100%;
}

.otherProductsBox > .rightSide .productsList ul {
  margin-top: 0;
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .otherProductsBox > .rightSide {
    display: block;
    float: none;
    width: 100%;
    margin-top: 1.5625em;
  }
}

.productsLinks {
  overflow: hidden;
  padding-top: 3.125em;
  position: relative;
}

.productsLinks .wrapper {
  position: relative;
}

.productsLinks .slick-slide img {
  margin: 0px auto;
}

.productsLinks .icon {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  position: absolute;
  font-size: 2.5em;
  top: 35px;
  bottom: 0;
  margin: auto;
  height: 40px;
  z-index: 100;
  cursor: pointer;
  color: rgba(39, 35, 35, 0.25);
}

.productsLinks .icon:hover {
  color: #272323;
}

@media only screen and (max-width: 1024px) {
  .productsLinks .icon {
    display: none;
  }
}

.productsLinks .productsLinksPrev {
  left: -5%;
}

@media only screen and (max-width: 1200px) {
  .productsLinks .productsLinksPrev {
    left: -4%;
  }
}

.productsLinks .productsLinksNext {
  right: -5%;
}

@media only screen and (max-width: 1200px) {
  .productsLinks .productsLinksNext {
    right: -4%;
  }
}

.productsLinks ul {
  margin: 2.1875em 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  background: #fff;
}

.productsLinks ul li {
  width: 16.66%;
  float: left;
  border-left: 1px solid #f6f6f6;
  margin: 0.9375em 0;
}

.productsLinks ul li:first-child {
  border-left-color: transparent;
}

@media only screen and (max-width: 1024px) {
  .productsLinks ul li {
    width: 33.33%;
  }
}

@media only screen and (max-width: 640px) {
  .productsLinks ul li {
    width: 50%;
  }
}

.productsLinks ul li a {
  display: block;
  overflow: hidden;
  text-align: center;
  padding: 0 0 1.875em 0;
}

.productsLinks ul li a .image {
  width: 100%;
  display: block;
  background-position: center;
  background-repeat: no-repeat;
  line-height: 0;
  padding: 0 0.3125em;
}

.productsLinks ul li a .name {
  display: block;
  font-size: 0.9375em;
  color: #868686;
  font-weight: 300;
  padding: 0 0 1.3333333333em 0;
}

.productsLinks ul li a .arrow {
  display: block;
  font-size: 1.25em;
  color: #624630;
  position: relative;
  left: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  -moz-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
  transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}

.productsLinks ul li a:hover .arrow {
  left: 12px;
}

.searchBox {
  background: #ebded1;
  position: relative;
}

.searchBox input {
  width: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 0.75em 4em 0.75em 1.5em;
  display: block;
  border: none;
  background: #ebded1;
  font-size: 1.25em;
  color: #4a3b38;
  text-transform: uppercase;
  font-weight: 300;
}

.searchBox input::-webkit-input-placeholder {
  color: #4a3b38;
}

.searchBox input::-moz-placeholder {
  color: #4a3b38;
}

.searchBox input:-moz-placeholder {
  color: #4a3b38;
}

.searchBox input:-ms-input-placeholder {
  color: #4a3b38;
}

.searchBox button {
  position: absolute;
  top: 0;
  right: 0;
  background: transparent;
  margin: 0;
  padding: 0 1em 0 0.4em;
  border: none;
  font-size: 1.5625em;
  color: #fff;
  bottom: 0;
  line-height: 2.28em;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.searchBox button:hover {
  color: #4a3b38;
}

.searchBox button i {
  position: relative;
  top: -2px;
}

.searchBox + .filtersOpener {
  margin-top: 0.9375em;
}

.productsListView {
  padding: 1.875em 0;
}

.productsListView-no-padding-top {
  padding-top: 0;
}

.productsListView .tileLinkToBack {
  display: block;
  font-size: 80%;
  color: #888;
  transition: 0.2s ease-in-out;
}

.productsListView .tileLinkToBack:hover {
  color: #444;
}

.productsListView .lined2 {
  border-top: 0 !important;
}

.productsListView .pagePrevContent2 {
  margin-bottom: 0;
}

.productsListView .pagePrevContent2 > .left span:first-child {
  border-bottom: 1px solid #d8d8d8;
  line-height: 1.4;
  font-size: 1.2em;
}

.productsListView .list {
  overflow: hidden;
}

.productsListView .list .left.side {
  width: 22%;
}

@media only screen and (max-width: 1024px) {
  .productsListView .list .left.side {
    width: 100%;
    overflow: hidden;
    float: none;
  }
}

.productsListView .list .right.side {
  width: 74%;
}

@media only screen and (max-width: 1024px) {
  .productsListView .list .right.side {
    width: 100%;
    overflow: hidden;
    float: none;
  }
}

.productsListView .list .right.side .left.with-create {
  width: 28%;
}

@media only screen and (max-width: 640px) {
  .productsListView .list .right.side .left.with-create {
    width: 100%;
  }
}

.productsListView .list .right.side .right.with-create {
  width: 72%;
  text-align: right;
}

@media only screen and (max-width: 640px) {
  .productsListView .list .right.side .right.with-create {
    width: 100%;
  }
}

@media only screen and (max-width: 640px) {
  .productsListView .list .right.side .right {
    width: 100%;
  }
}

.productsListView .list .right.side .mcass {
  display: inline-block;
  width: 40%;
}

@media screen and (max-width: 1400px) {
  .productsListView .list .right.side .mcass {
    width: 100%;
    text-align: right;
  }
}

@media only screen and (max-width: 640px) {
  .productsListView .list .right.side .mcass {
    text-align: center;
  }
}

.productsListView .list .right.side .create {
  display: inline-block;
  margin-right: 1%;
  width: 57%;
}

@media screen and (max-width: 1400px) {
  .productsListView .list .right.side .create {
    width: 100%;
    text-align: right;
    margin-bottom: 15px;
    padding-right: 5px;
  }
}

@media only screen and (max-width: 640px) {
  .productsListView .list .right.side .create {
    text-align: center;
  }
}

.productsListView .list .right.side .create a {
  background: #ebddd0;
  border: none;
  position: relative;
  padding: 0.8em 1.9285714286em;
  text-transform: uppercase;
  font-size: 0.875em;
}

.productsListView .list .right.side .create a span {
  color: #6f5e4d;
  font-weight: bold;
}

.productsListView .list .right.side .create a:hover {
  background: #624630;
  color: #fff;
}

.productsListView .list .right.side .create a:hover:before {
  border: 1px dashed #624630;
}

.productsListView .list .right.side .create a:hover span {
  color: #fff;
}

.productsListView .list .right.side .create a:before {
  content: "";
  display: block;
  width: 103%;
  height: 120%;
  border: 1px dashed #000;
  position: absolute;
  top: -4px;
  left: -4px;
  border-radius: 4px;
}

@media only screen and (max-width: 1024px) {
  .productsListView .filtersWrapper {
    display: none;
    margin-bottom: 2.5em;
  }
  .filtersOpened .productsListView .filtersWrapper {
    display: block;
  }
}

.productsListView .filtersWrapper .filtersMenu {
  border: 1px solid #e8e1da;
  padding: 1.5625em 1.875em;
}

.productsListView .filtersWrapper .filtersMenu .section .head {
  font-size: 1.25em;
  color: #191919;
  font-weight: 300;
  text-transform: uppercase;
}

.productsListView .filtersWrapper .filtersMenu .section .content {
  padding: 0.9375em 0;
}

@media only screen and (max-width: 1024px) {
  .productsListView .filtersWrapper .filtersMenu .section .content {
    display: none;
  }
  .productsListView .filtersWrapper .filtersMenu .section .content.visible {
    display: block;
  }
}

.productsListView .filtersWrapper .filtersMenu .section .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.productsListView .filtersWrapper .filtersMenu .section .content ul ul {
  padding-left: 1.6875em;
}

.productsListView .filtersWrapper .filtersMenu .section .content ul.scroll {
  position: relative;
}

.productsListView .filtersWrapper .filtersMenu .section .content ul.scroll > .ps-scrollbar-y-rail {
  background-color: #EFEFEF;
  border-radius: 0;
  opacity: 1;
}

.productsListView .filtersWrapper .filtersMenu .section .content ul.scroll > .ps-scrollbar-y-rail > .ps-scrollbar-y {
  border-radius: 0;
  background-color: #a9a9a9;
}

.productsListView .filtersWrapper .filtersMenu .section-bordered {
  border-top: 1px solid #eeebe8;
  border-bottom: 1px solid #eeebe8;
  padding: 0.9375em 0;
  margin-top: 0.9375em;
}

.productsListView .filtersWrapper .filtersMenu a.clearForm {
  font-size: 0.875em;
  text-align: center;
  display: block;
  color: #826f56;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.productsListView .filtersWrapper .filtersMenu a.clearForm:hover {
  color: #4a3b38;
}

.productsListView .filtersWrapper .filtersMenu hr {
  margin: 0.625em 0 1.25em 0;
  padding: 0;
  border: none;
  border-top: 1px solid #eeebe8;
}

@media only screen and (max-width: 895px) {
  .productsListView .productsListHeader {
    font-size: 1.7877094972vw;
  }
}

@media only screen and (max-width: 640px) {
  .productsListView .productsListHeader {
    font-size: 0.8125em;
  }
}

.productsListView .productsListHeader-variant-1 {
  text-align: right;
}

@media only screen and (max-width: 1024px) {
  .productsListView .productsListHeader-variant-1 {
    text-align: center;
  }
}

.productsListView .productsListHeader-variant-2 {
  overflow: hidden;
  border-top: 1px  solid #d8d8d8;
  border-bottom: 1px  solid #d8d8d8;
  padding: 0.9375em 1.25em;
}

.productsListView .productsListHeader-variant-2 .name {
  display: inline-block;
  font-size: 2.3125em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 300;
  vertical-align: middle;
}

.productsListView .productsListHeader-variant-2 .left.with-create .name {
  display: inline;
}

.productsListView .productsListHeader-variant-2 .counter {
  display: inline-block;
  font-weight: 300;
  color: #a28462;
  vertical-align: middle;
  margin-left: 0.9375em;
}

@media only screen and (max-width: 640px) {
  .productsListView .productsListHeader-variant-2 .left,
  .productsListView .productsListHeader-variant-2 .right {
    width: 100%;
    float: none;
    text-align: center;
  }
  .productsListView .productsListHeader-variant-2 .right {
    padding-top: 0.625em;
  }
}

.productsList {
  float: left;
  width: 100%;
  overflow: hidden;
}

.productsList-columns-3 ul li {
  width: 33.33%;
  float: left;
}

.productsList-columns-3 ul li:nth-child(3n+1) {
  clear: both;
}

@media only screen and (max-width: 640px) {
  .productsList-columns-3 ul li {
    font-size: 0.75em;
  }
}

@media only screen and (max-width: 450px) {
  .productsList-columns-3 ul li {
    width: 50%;
  }
  .productsList-columns-3 ul li:nth-child(3n+1) {
    clear: none;
  }
  .productsList-columns-3 ul li:nth-child(2n+1) {
    clear: both;
  }
}

.productsList-columns-4 ul li {
  width: 25%;
  float: left;
}

.productsList-columns-4 ul li:nth-child(4n+1) {
  clear: both;
}

@media only screen and (max-width: 1024px) {
  .productsList-columns-4 ul li {
    width: 33.33%;
  }
  .productsList-columns-4 ul li:nth-child(4n+1) {
    clear: none;
  }
  .productsList-columns-4 ul li:nth-child(3n+1) {
    clear: both;
  }
}

@media only screen and (max-width: 450px) {
  .productsList-columns-4 ul li {
    width: 50%;
    font-size: 0.75em;
  }
  .productsList-columns-4 ul li:nth-child(3n+1) {
    clear: none;
  }
  .productsList-columns-4 ul li:nth-child(2n+1) {
    clear: both;
  }
}

.productsList ul {
  overflow: hidden;
  margin: 1.5625em -1.5625em;
  padding: 0;
  list-style: none;
}

@media only screen and (max-width: 640px) {
  .productsList ul {
    margin: 1.5625em -0.9375em;
  }
}

@media only screen and (max-width: 450px) {
  .productsList ul {
    margin: 1.5625em -0.625em;
  }
}

.productsList ul li {
  padding: 1.5625em;
}

@media only screen and (max-width: 640px) {
  .productsList ul li {
    padding: 0.9375em;
  }
}

@media only screen and (max-width: 450px) {
  .productsList ul li {
    padding: 0.625em;
  }
}

.productsList ul li a {
  display: block;
  overflow: hidden;
  border-bottom: 1px solid #d8d8d8;
  position: relative;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
  padding-bottom: 1.875em;
}

.productsList ul li a.dreidoppel:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 109px;
  height: 50px;
  background: url(../img/dreidoppel_logo.png) no-repeat center;
  background-size: contain;
  z-index: 3;
}

@media only screen and (max-width: 895px) {
  .productsList ul li a.dreidoppel:before {
    width: 80px;
    height: 37px;
  }
}

.productsList ul li a .borderLine {
  position: absolute;
  background: #a9a9a9;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

@media only screen and (max-width: 895px) {
  .productsList ul li a .borderLine {
    display: none;
  }
}

.productsList ul li a .borderLine-1 {
  top: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transform: translateY(1.25em);
  -moz-transform: translateY(1.25em);
  -ms-transform: translateY(1.25em);
  -o-transform: translateY(1.25em);
  transform: translateY(1.25em);
}

.productsList ul li a .borderLine-2 {
  top: 1.5625em;
  bottom: 1.5625em;
  left: 0;
  width: 1px;
  opacity: 0;
  -webkit-transform: translateX(1.25em);
  -moz-transform: translateX(1.25em);
  -ms-transform: translateX(1.25em);
  -o-transform: translateX(1.25em);
  transform: translateX(1.25em);
}

.productsList ul li a .borderLine-3 {
  top: 1.5625em;
  bottom: 1.5625em;
  right: 0;
  width: 1px;
  opacity: 0;
  -webkit-transform: translateX(-1.25em);
  -moz-transform: translateX(-1.25em);
  -ms-transform: translateX(-1.25em);
  -o-transform: translateX(-1.25em);
  transform: translateX(-1.25em);
}

.productsList ul li a .borderLine-4 {
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  opacity: 0;
  -webkit-transform: translateY(-1.25em);
  -moz-transform: translateY(-1.25em);
  -ms-transform: translateY(-1.25em);
  -o-transform: translateY(-1.25em);
  transform: translateY(-1.25em);
}

.productsList ul li a .image {
  text-align: center;
  line-height: 0;
  display: block;
  padding: 0.625em;
}

.productsList ul li a .name {
  display: block;
  text-align: center;
  font-size: 1.25em;
  color: #191919;
  text-transform: uppercase;
  font-weight: 300;
  /* padding-bottom: em(30,20); */
}

.productsList ul li a .code {
  font-size: 0.9375em;
  color: #7d7d7d;
  text-align: center;
  font-weight: 300;
  display: block;
  padding-top: 0.5333333333em;
}

@media only screen and (min-width: 896px) {
  .productsList ul li a:hover {
    border-color: transparent;
  }
  .productsList ul li a:hover .borderLine {
    opacity: 1;
    -webkit-transform: translateY(0) translateX(0);
    -moz-transform: translateY(0) translateX(0);
    -ms-transform: translateY(0) translateX(0);
    -o-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }
}

.filtersOpener {
  background: #ebded1;
  text-align: center;
  margin-bottom: 2.5em;
  display: none;
  cursor: pointer;
}

@media only screen and (max-width: 1024px) {
  .filtersOpener {
    display: block;
  }
}

.filtersOpener .text {
  font-size: 1.25em;
  text-transform: uppercase;
  font-weight: 300;
  color: #4a3b38;
  padding: 0.75em 0;
}

.recipes {
  overflow: hidden;
  padding-top: 1.875em;
}

@media print {
  .recipes {
    padding-top: 0;
  }
}

.recipes .head {
  overflow: hidden;
  border-top: 1px solid #e5e1d3;
  border-bottom: 1px solid #e5e1d3;
  padding: 0.9375em 1.5625em;
  margin-bottom: 3.125em;
}

.recipes .head .name {
  text-transform: uppercase;
  font-size: 2.3125em;
  color: #191919;
  font-weight: 300;
}

@media print {
  .recipes .head .name {
    font-size: 1.5625em;
  }
}

@media only screen and (max-width: 1024px) {
  .recipes .head .name {
    font-size: 3.61328125vw;
  }
}

@media only screen and (max-width: 640px) {
  .recipes .head .name {
    font-size: 1.375em;
  }
}

@media only screen and (max-width: 1200px) {
  .recipes .head .left,
  .recipes .head .right {
    width: 100%;
    text-align: center;
  }
}

@media print {
  .recipes .head .right {
    display: none;
  }
}

@media only screen and (max-width: 1200px) {
  .recipes .head .right {
    margin-top: 1.25em;
  }
}

.recipes .content {
  overflow: hidden;
}

.recipes .content .left.side {
  width: 52%;
}

@media print {
  .recipes .content .left.side {
    width: 100%;
  }
}

@media only screen and (max-width: 895px) {
  .recipes .content .left.side {
    width: 100%;
  }
}

.recipes .content .right.side {
  width: 45%;
}

@media print {
  .recipes .content .right.side {
    width: 100%;
  }
}

@media only screen and (max-width: 895px) {
  .recipes .content .right.side {
    width: 100%;
  }
}

.recipes .content .recipesList .recipe {
  overflow: hidden;
  padding-bottom: 2.5em;
  margin-bottom: 2.5em;
  border-bottom: 1px solid #f1ebdf;
}

.recipes .content .recipesList .recipe:last-child {
  border-bottom: none;
  margin-bottom: 0em;
}

.recipes .content .recipesList .recipe .name {
  text-transform: uppercase;
  font-size: 0.9375em;
  font-weight: 700;
  color: #252525;
  padding-top: 0.3333333333em;
}

.recipes .content .recipesList .recipe .description {
  color: #7d7d7d;
  font-size: 0.9375em;
  line-height: 1.5333333333em;
  margin-top: 1.6666666667em;
}

.recipes .content .recipesList .recipe .description p:first-of-type {
  margin-top: 0;
}

.recipes .content .recipesList .recipe .description a {
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.recipes .content .recipesList .recipe .description a:hover {
  color: #252525;
}

.recipes .content .recipesList .recipe .description-ingredients {
  position: relative;
  padding-left: 3.6666666667em;
}

.recipes .content .recipesList .recipe .description-ingredients ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.recipes .content .recipesList .recipe .description-ingredients ul li {
  padding: 0.2em 0;
}

.recipes .content .recipesList .recipe .description-ingredients:before {
  font-family: 'icons';
  position: absolute;
  left: 0;
  top: 0.119047619em;
  color: #ceb193;
  font-size: 2.8em;
  line-height: 1em;
}

.recipes .content .recipesList .recipe .description-preparation {
  position: relative;
  padding-left: 3.6666666667em;
}

.recipes .content .recipesList .recipe .description-preparation:before {
  font-family: 'icons';
  position: absolute;
  left: 0;
  top: 0;
  color: #ceb193;
  font-size: 2.8em;
  line-height: 1em;
}

.recipes .content .sketches {
  overflow: hidden;
  padding: 0 1.875em;
}

.recipes .content .sketches .sketch {
  text-align: center;
  line-height: 0;
  margin: 3.125em 0;
}

.recipes .content .buttons {
  overflow: hidden;
  padding: 0.3125em 0;
  margin: 0 -0.75em;
}

@media print {
  .recipes .content .buttons {
    display: none;
  }
}

@media only screen and (max-width: 895px) {
  .recipes .content .buttons {
    text-align: center;
  }
}

.recipes .content .buttons a.btn {
  margin-left: 0.8571428571em;
  margin-right: 0.8571428571em;
  margin-top: 0.7142857143em;
  margin-bottom: 0.7142857143em;
}

.recipeGallery {
  border: 1px solid #e8e1da;
  padding: 0.75em 0.75em;
  overflow: hidden;
}

.recipeGallery .printImage {
  display: none;
}

@media print {
  .recipeGallery {
    text-align: center;
    margin-bottom: 2em;
  }
  .recipeGallery .slick-slider {
    display: none !important;
  }
  .recipeGallery .printImage {
    display: inline-block;
    max-width: 25%;
  }
}

@media only screen and (max-width: 895px) {
  .recipeGallery {
    width: 60%;
    margin: 0 auto 3.125em;
  }
}

@media only screen and (max-width: 450px) {
  .recipeGallery {
    width: 100%;
  }
}

.recipeGallery .images {
  line-height: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.recipeGallery .images.dreidoppel:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 240px;
  height: 110px;
  background: url(../img/dreidoppel_logo.png) no-repeat center;
  background-size: contain;
  z-index: 3;
}

@media only screen and (max-width: 895px) {
  .recipeGallery .images.dreidoppel:before {
    width: 180px;
    height: 90px;
  }
}

@media only screen and (max-width: 640px) {
  .recipeGallery .images.dreidoppel:before {
    width: 140px;
    height: 70px;
  }
}

@media only screen and (max-width: 450px) {
  .recipeGallery .images.dreidoppel:before {
    width: 140px;
    height: 70px;
  }
}

.recipeGallery .slick-dots {
  position: absolute;
  z-index: 99;
  bottom: 3.125em;
  padding: 0;
  margin: 0;
}

@media print {
  .recipeGallery .slick-dots {
    display: none !important;
  }
}

.recipeGallery .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5em;
}

.recipeGallery .slick-dots li.slick-active .dots {
  background: #624630;
}

.recipeGallery .slick-dots .dots {
  width: 0.8125em;
  height: 0.8125em;
  border-radius: 100%;
  background: #e1d3c6;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.pdf .recipeGallery {
  text-align: center;
}

.pdf .recipeGallery .printImage {
  display: inline-block;
  max-width: 25%;
}

.recipeGallery {
  border: 1px solid #e8e1da;
  padding: 0.75em 0.75em;
  overflow: hidden;
}

@media only screen and (max-width: 895px) {
  .recipeGallery {
    width: 60%;
    margin: 0 auto 3.125em;
  }
}

@media only screen and (max-width: 450px) {
  .recipeGallery {
    width: 100%;
  }
}

.recipeGallery .images {
  line-height: 0;
  margin: 0;
  overflow: hidden;
  text-align: center;
}

.recipeGallery .slick-dots {
  position: absolute;
  z-index: 99;
  bottom: 3.125em;
  bottom: 6%;
  padding: 0;
  margin: 0;
}

.recipeGallery .slick-dots li {
  width: auto;
  height: auto;
  margin: 0;
  padding: 0.5em;
}

.recipeGallery .slick-dots li.slick-active .dots {
  background: #624630;
}

.recipeGallery .slick-dots .dots {
  width: 0.8125em;
  height: 0.8125em;
  border-radius: 100%;
  background: #e1d3c6;
  margin: 0;
  padding: 0;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.site {
  background: #fff;
  overflow: hidden;
  padding-bottom: 4.375em;
}

.site-no-padding {
  padding-bottom: 0;
}

.slider {
  position: relative;
  z-index: 1;
}

.slider .prev,
.slider .next {
  position: absolute;
  top: 50%;
  margin-top: -0.5em;
  z-index: 999;
  font-size: 2.5em;
  line-height: 1em;
  color: rgba(39, 35, 35, 0.25);
  cursor: pointer;
  -webkit-transition: all 0.15s ease-out 0s;
  -moz-transition: all 0.15s ease-out 0s;
  transition: all 0.15s ease-out 0s;
}

.slider .prev:hover,
.slider .next:hover {
  color: #272323;
}

.slider .prev {
  left: 1em;
  left: 3%;
}

.slider .next {
  right: 1em;
  right: 3%;
}

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

.slider ul li {
  position: relative;
  overflow: hidden;
}

.slider ul li .image {
  line-height: 0;
}

.slider ul li .content {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  left: 10.3125em;
  left: 12%;
  text-align: center;
  overflow: hidden;
}

@media only screen and (max-width: 895px) {
  .slider ul li .content {
    width: 100%;
    left: 0;
    text-align: center;
  }
  .slider ul li .content > .tableHelper > .cellHelper {
    vertical-align: top;
    padding-top: 1.875em;
  }
  .slider ul li .content img {
    display: inline-block;
    max-width: 70%;
  }
}

@media only screen and (max-width: 640px) {
  .slider ul li .content {
    font-size: 0.875em;
  }
}

@media only screen and (max-width: 450px) {
  .slider ul li .content .cellHelper {
    padding-top: 0.875em;
  }
  .slider ul li .content .btn-color-scheme-1 {
    background: #624630;
    color: #fff;
    margin-left: -15px;
  }
  .slider ul li .content img {
    max-width: 55%;
  }
}

.slider ul li .content .head {
  font-size: 3.1875em;
  font-weight: 300;
  text-transform: uppercase;
  color: #191919;
}

@media only screen and (max-width: 640px) {
  .slider ul li .content .head {
    font-size: 2.5em;
  }
}

.slider ul li .content .description {
  font-size: 1.375em;
  color: #191919;
  font-weight: 300;
  padding: 1.1363636364em 0;
}

@media only screen and (max-width: 895px) {
  .slider ul li .content .description {
    padding-top: 0em;
  }
}

.slider ul li .content .buttons {
  text-align: center;
  padding-top: 2.1875em;
}

@media only screen and (max-width: 895px) {
  .slider ul li .content .buttons {
    padding-top: 0em;
  }
}

/* ! tenders start */
.tenders ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tenders .content-tenders {
  margin-top: 40px;
  padding-top: 1.25em;
  border-top: 1px solid #dac9b3;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders {
    margin-top: 10px;
    padding-top: 0;
  }
}

.tenders .content-tenders > li {
  display: block;
  padding: 1.375em 0.625em 1.875em 1.25em;
  border-bottom: 1px solid #dac9b3;
  font-weight: 300;
  transition: .2s;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li {
    padding: 1.375em 0.625em 1.375em 0.625em;
  }
}

.tenders .content-tenders > li:hover, .tenders .content-tenders > li:focus, .tenders .content-tenders > li:active, .tenders .content-tenders > li.active {
  color: #a48f66;
}

.tenders .content-tenders > li .number {
  font-weight: bold;
  margin-right: 3px;
  display: none;
}

.tenders .content-tenders > li .title {
  cursor: pointer;
  display: block;
  font-size: 1.375em;
  line-height: 1.2272727273em;
  position: relative;
  padding-left: 14px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li .title {
    font-size: 1.0625em;
  }
}

.tenders .content-tenders > li .title:before {
  content: "";
  position: absolute;
  left: 0;
  top: 12px;
  width: 5px;
  height: 5px;
  background: #dac9b3;
  border-radius: 100%;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li .title:before {
    top: 8px;
  }
}

.tenders .content-tenders > li > ul {
  display: none;
}

.tenders .content-tenders > li li {
  font-size: 0.9375em;
  line-height: 1.6em;
  color: #686868;
  display: block;
  padding-top: 25px;
  padding-left: 50px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li {
    padding-top: 10px;
    padding-left: 20px;
  }
}

.tenders .content-tenders > li li:first-child {
  padding-top: 32px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li:first-child {
    padding-top: 10px;
  }
}

.tenders .content-tenders > li li a {
  display: inline-block;
  color: #a48f66;
  margin-left: 25px;
}

@media only screen and (max-width: 640px) {
  .tenders .content-tenders > li li a {
    display: block;
    width: 10px;
    white-space: nowrap;
  }
}

/* ! tenders end */
/* ! european union footer */
.european-union-content-footer {
  display: inline-block;
  vertical-align: middle;
  float: left;
  margin-right: 30px;
}

@media (max-width: 1200px) {
  .european-union-content-footer {
    display: block;
    float: none;
    margin-right: 0;
    text-align: right;
    margin-bottom: 1.25em;
  }
}

@media only screen and (max-width: 895px) {
  .european-union-content-footer {
    margin: 0 auto;
    margin-bottom: 20px;
    text-align: center;
  }
}

.european-union-content-footer a {
  display: inline-block;
}

.european-union-content-footer a:hover span, .european-union-content-footer a:focus span, .european-union-content-footer a:active span {
  color: #8d7338;
}

.european-union-content-footer img, .european-union-content-footer span {
  display: inline-block;
  vertical-align: middle;
}

.european-union-content-footer span {
  margin-left: 5px;
  font-size: 0.8125em;
  transition: .3s;
}

/* ! european union header */
.european-union-content-header {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
  text-align: right;
  padding-top: 0.3125em;
}

@media only screen and (max-width: 640px) {
  .european-union-content-header {
    display: block;
    float: none;
    text-align: center;
    margin: 0 auto;
  }
}

.european-union-content-header a {
  display: inline-block;
}

.european-union-content-header a:hover span, .european-union-content-header a:focus span, .european-union-content-header a:active span {
  color: #8d7338;
}

.european-union-content-header img, .european-union-content-header span {
  display: inline-block;
  vertical-align: middle;
}

.european-union-content-header span {
  margin-left: 5px;
  font-size: 0.8125em;
  transition: .3s;
}

/* ! european union header end */
#trainings > .left {
  width: 26%;
  padding-right: 4.0625em;
}

#trainings > .left span {
  color: #686868;
  font-size: 1.0625em;
  line-height: 1.6em;
  padding-top: 1em;
  font-weight: 300;
}

@media only screen and (max-width: 1300px) {
  #trainings > .left span {
    width: 100%;
    text-align: center;
  }
}

@media only screen and (max-width: 1300px) {
  #trainings > .left {
    width: 100%;
    text-align: center;
    padding-right: 0;
  }
}

#trainings > .right {
  width: 74%;
}

@media only screen and (max-width: 1300px) {
  #trainings > .right {
    width: 100%;
    margin-top: 1.5625em;
  }
}

#trainings > .right .tableHelper {
  text-align: center;
  table-layout: fixed;
}

@media only screen and (max-width: 895px) {
  #trainings > .right .tableHelper {
    border-top: 1px solid #9b8d7f;
  }
}

#trainings > .right .tableHelper > a {
  height: 370px;
  width: 20%;
  padding: 0.375em;
  vertical-align: top;
  border: 1px solid #9b8d7f;
  border-right: 0;
}

@media only screen and (max-width: 895px) {
  #trainings > .right .tableHelper > a {
    float: left;
    width: 50%;
    border-top: 0;
  }
  #trainings > .right .tableHelper > a:nth-child(2n) {
    border-right: 1px solid #9b8d7f;
  }
}

@media only screen and (max-width: 450px) {
  #trainings > .right .tableHelper > a {
    width: 100%;
    border-right: 1px solid #9b8d7f;
  }
}

#trainings > .right .tableHelper > a:hover .imgSection img {
  opacity: 0;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

#trainings > .right .tableHelper > a:hover .imgSection img:last-child {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

#trainings > .right .tableHelper > a .imgSection {
  width: 100%;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

#trainings > .right .tableHelper > a .imgSection img {
  float: none;
  margin: 0px auto;
  width: 100%;
  height: auto;
  max-height: 186px;
  max-width: 177px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#trainings > .right .tableHelper > a .imgSection img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  margin: auto;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#trainings > .right .tableHelper > a .ytSection {
  width: 100%;
  height: 200px;
  overflow: hidden;
  line-height: 0;
  position: relative;
}

#trainings > .right .tableHelper > a .ytSection img {
  float: none;
  margin: 0 auto;
  width: 100%;
  height: auto;
  max-height: 186px;
  max-width: 177px;
  -webkit-transition: all 0.4s ease-out;
  -moz-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}

#trainings > .right .tableHelper > a .ytSection img:last-child {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 1;
  margin: auto;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

#trainings > .right .tableHelper > a .headingSection {
  width: 100%;
  display: table;
}

#trainings > .right .tableHelper > a .headingSection .cellHelper {
  padding: 1.25em 0em;
  vertical-align: middle;
}

#trainings > .right .tableHelper > a:last-child {
  border-right: 1px solid #9b8d7f;
}

@media only screen and (max-width: 895px) {
  #trainings > .right .tableHelper > a:last-child {
    border-right: 0;
    position: relative;
  }
  #trainings > .right .tableHelper > a:last-child:after {
    content: "";
    width: 1px;
    height: 100%;
    left: 100%;
    background: #9b8d7f;
    position: absolute;
    top: 0;
  }
}

@media only screen and (max-width: 450px) {
  #trainings > .right .tableHelper > a:last-child {
    border-right: 1px solid #9b8d7f;
  }
  #trainings > .right .tableHelper > a:last-child:after {
    background: transparent;
  }
}

#trainings > .right .tableHelper > .ytSectionSpan {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 25%;
  padding: 0.375em;
  vertical-align: top;
  border: 1px solid #9b8d7f;
}

#trainings > .right .tableHelper > .ytSectionSpan .imgSection {
  width: 100%;
}

@media only screen and (max-width: 895px) {
  #trainings > .right .tableHelper > .ytSectionSpan {
    margin: 0;
    float: left;
    width: 50%;
    border-top: 0;
  }
  #trainings > .right .tableHelper > .ytSectionSpan:nth-child(2n) {
    border-left: none;
  }
}

@media only screen and (max-width: 450px) {
  #trainings > .right .tableHelper > .ytSectionSpan {
    width: 100%;
  }
  #trainings > .right .tableHelper > .ytSectionSpan:nth-child(2n) {
    border-left: 1px solid #9b8d7f;
  }
}

#trainings > .right .btn-standard {
  font-weight: 400;
  color: #624630;
}

#trainings > .right .btn-standard:hover {
  color: #fff;
}

#trainings > .right .ytSectionButton {
  margin-bottom: 24px;
}

#trainings > .right .right--desc {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
}

#trainings > .right .right--desc--text {
  font-weight: 300;
  color: #191919;
  text-align: center;
  width: 100%;
}

.ytSectionMain {
  margin-top: 70px;
}

.ytSectionMain .ytHeadingSection {
  width: 100%;
}

.ytSectionMain .ytHeadingSection .cellHelper {
  height: auto !important;
  width: 100%;
  display: flex;
}

.ytSectionMain .ytHeadingSection .cellHelper .heading {
  width: 100%;
}

.ytSectionMain .ytHeadingSection .cellHelper .heading .head {
  width: 100%;
}

.ytSectionMain .tableHelper {
  display: flex;
  flex-wrap: wrap;
}

@media only screen and (max-width: 895px) {
  .ytSectionMain .tableHelper {
    justify-content: inherit;
  }
}

.ytSectionMain .ytButton {
  margin-bottom: 25px;
}

@media only screen and (max-width: 895px) {
  .ytSectionMain .ytButton {
    margin-bottom: 40px;
  }
}

.universalTabsContainer .tabsNav {
  width: 100%;
  position: relative;
  z-index: 1;
}

@media only screen and (max-width: 1200px) {
  .universalTabsContainer .tabsNav {
    font-size: 0.8125em;
  }
}

@media only screen and (max-width: 1200px) {
  .universalTabsContainer .tabsNav {
    font-size: 0.75em;
  }
}

.universalTabsContainer .tabsNav > a {
  display: block;
  position: relative;
  float: left;
  color: #888888;
  font-size: 1.25em;
  text-transform: uppercase;
  width: 20%;
  text-align: center;
  border: solid 1px #e5ded5;
  border-bottom: none;
  background: #e5ded5;
  border-right-color: transparent;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 895px) {
  .universalTabsContainer .tabsNav > a {
    width: 100%;
    border-bottom: none;
    border-left-width: 4px;
    border-right-width: 4px;
  }
  .universalTabsContainer .tabsNav > a:last-child {
    border-bottom: solid 4px #e5ded5;
  }
  .universalTabsContainer .tabsNav > a:first-child {
    border-top-width: 4px;
  }
}

@media only screen and (max-width: 640px) {
  .universalTabsContainer .tabsNav > a {
    font-size: 1.125em;
  }
}

.universalTabsContainer .tabsNav > a.active {
  color: #191919;
  box-sizing: border-box;
}

.universalTabsContainer .tabsNav > a > span {
  background: #fff;
  width: 100%;
  padding: 1em 0.3125em;
  display: inline-block;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 640px) {
  .universalTabsContainer .tabsNav > a > span {
    padding: 0.75em 0.3125em;
  }
}

.universalTabsContainer .tabsNav > a.active:before {
  content: '';
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0px;
  border: solid 3px #e5ded5;
  border-bottom: none;
}

@media only screen and (max-width: 895px) {
  .universalTabsContainer .tabsNav > a.active:before {
    display: none;
  }
}

.universalTabsContainer .tabsNav > a.active:after {
  bottom: 0px;
  height: 4px;
  background: #fff;
  content: '';
  position: absolute;
  right: 3px;
  left: 3px;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
}

@media only screen and (max-width: 895px) {
  .universalTabsContainer .tabsNav > a.active:after {
    display: none;
  }
}

.universalTabsContainer .tabsNav > a:hover > span {
  background: #e5ded5;
  cursor: pointer;
  color: #fff;
}

.universalTabsContainer .tabsNav > a:hover.active:after {
  background: #e5ded5;
}

.formError {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

.formError .formErrorContent {
  box-shadow: none;
  border-color: #624630;
  background: #624630;
  border-radius: 2px;
}

.formError .formErrorArrow > * {
  background: #624630 !important;
  border-color: #624630 !important;
  box-shadow: none !important;
}

.videoSection {
  width: 800px;
  height: 500px;
}

@media (max-width: 980px) {
  .videoSection {
    width: 600px;
    height: 400px;
  }
}

@media (max-width: 720px) {
  .videoSection {
    width: 400px;
    height: 400px;
  }
}

@media (max-width: 520px) {
  .videoSection {
    width: 100%;
    height: 350px;
  }
}

.videofilm {
  position: absolute;
  z-index: 10;
  width: 100%;
  height: 60px;
  bottom: 14px;
  right: -5px;
  overflow: hidden;
}

@media (max-width: 1118px) {
  .videofilm {
    max-width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    bottom: 20px;
  }
  .videofilm .reciepeInfo2 {
    max-width: 50% !important;
    text-align: center !important;
  }
}

@media (max-width: 620px) {
  .videofilm .reciepeInfo2 {
    max-width: 100% !important;
    text-align: center !important;
    margin: 0 auto;
  }
}

#creationsList .reciepeInfo:hover,
#creationsList .reciepeInfo2:hover,
.reciepeInfo2:hover {
  cursor: pointer;
}

.header a.logotype {
  z-index: 999;
}

#youtube_hompage {
  margin-left: 15px;
}

@media (max-width: 420px) {
  #youtube_hompage, #youtube_hompage_first {
    width: 80%;
    margin: 0 auto;
    margin-top: 10px;
  }
}

#creationsList .reciepeInfo,
#creationsList .reciepeInfo2,
.reciepeInfo2 {
  position: absolute;
  bottom: 15px;
  right: 30px;
  background: #6b5145;
  padding: 0.6875em;
  line-height: 14px;
  border-radius: 6px;
  overflow: hidden;
  max-width: 230px;
  z-index: 15;
  -webkit-transition: all 0.2s ease-out;
  -moz-transition: all 0.2s ease-out;
  transition: all 0.2s ease-out;
  color: #fff;
  width: 38px;
}

#creationsList .reciepeInfo i,
#creationsList .reciepeInfo2 i,
.reciepeInfo2 i {
  float: left;
  position: relative;
}

#creationsList .reciepeInfo span,
#creationsList .reciepeInfo2 span,
.reciepeInfo2 span {
  font-size: 0.875em;
  opacity: 0;
  position: absolute;
  width: 80%;
  right: 0;
  display: none;
}

#creationsList .reciepeInfo:hover,
#creationsList .reciepeInfo2:hover,
.reciepeInfo2:hover {
  color: #6b5145;
  background: #dfc29d;
  width: 100%;
}

#creationsList .reciepeInfo:hover i,
#creationsList .reciepeInfo2:hover i,
.reciepeInfo2:hover i {
  left: 8px;
}

#creationsList .reciepeInfo:hover span,
#creationsList .reciepeInfo2:hover span,
.reciepeInfo2:hover span {
  opacity: 1;
  display: block;
}

@media only screen and (max-width: 640px) {
  #creationsList .reciepeInfo:hover,
  #creationsList .reciepeInfo2:hover,
  .reciepeInfo2:hover {
    width: auto;
  }
  #creationsList .reciepeInfo:hover i,
  #creationsList .reciepeInfo:hover i,
  .reciepeInfo2:hover i {
    left: 0;
  }
}

@media only screen and (max-width: 1024px) {
  #creationsList .reciepeInfo,
  #creationsList .reciepeInfo2,
  .reciepeInfo2 {
    right: 0;
    left: 0;
    margin: auto;
    width: 100%;
    color: #6b5145;
    background: #dfc29d;
    width: 100%;
    max-width: 92%;
    bottom: 0;
  }
  #creationsList .reciepeInfo span,
  #creationsList .reciepeInfo2 span,
  .reciepeInfo2 span {
    width: auto;
    display: block;
    opacity: 1;
    position: relative;
    float: right;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #creationsList .reciepeInfo span,
  #creationsList .reciepeInfo2 span,
  .reciepeInfo2 span {
    width: 100%;
  }
}

@media only screen and (max-width: 1024px) {
  #creationsList .reciepeInfo i,
  #creationsList .reciepeInfo2 i,
  .reciepeInfo2 i {
    left: 8px;
  }
}

@media only screen and (max-width: 1024px) and (max-width: 1024px) {
  #creationsList .reciepeInfo i,
  #creationsList .reciepeInfo2 i,
  .reciepeInfo2 i {
    display: none;
  }
}
