@font-face {
  font-family: "Nexa Black";
  src: url(../fonts/NexaBlack.otf), url("../fonts/NexaBlack.woff2") format("woff2"), url("../fonts/NexaBlack.woff") format("woff"); }
@font-face {
  font-family: "Nexa Light";
  src: url(../fonts/NexaLight.otf), url("../fonts/NexaLight.woff2") format("woff2"), url("../fonts/NexaLight.woff") format("woff"); }
html {
  font-size: 13px;
  height: 100%; }

body {
  background-color: gray;
  font-family: "Nexa Black", sans-serif;
  color: #ffffff;
  height: 100%; }

section {
  box-sizing: border-box;
  position: relative; }

h1 {
  font-size: 3rem;
  margin: 0; }

h2 {
  font-size: 1.25rem;
  margin: 0; }

h3 {
  font-size: 1rem; }

h4 {
  font-size: 0.82rem; }

p {
  font-size: 0.9rem;
  font-family: "Nexa Light", sans-serif;
  letter-spacing: 0.01rem; }

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

.site-button {
  text-transform: uppercase;
  box-sizing: border-box;
  background-color: #000000;
  margin: auto; }
  .site-button a {
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center; }
.catalog {color:#fff;text-decoration:underline;}
.catalog:hover{color:#1c1c1c;transition:0.5s;}		
	
/*Language*/
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  outline: 0;
  box-shadow: none;
  border: 0 !important;
  background: #000;
  background-image: none;
}
/* Remove IE arrow */
select::-ms-expand {
  display: none;
}
/* Custom Select */
.select {
  margin-top:30px;
  position: relative;
  display: flex;
  line-height: 1;
  background: #000;
  overflow: hidden;
  border-radius: .25em;
  font-size: 15px;
  margin-left:23%;
}
select {
  flex: 1;
  padding: 0 .em;
  color: #fff;
  cursor: pointer;
}
/* Arrow */
.select::after {
  content: '\25BC';
  position: absolute;
  top: 0;
  right: 0;
  padding: 0 4em;
  background: none;
  cursor: pointer;
  pointer-events: none;
  -webkit-transition: .25s all ease;
  -o-transition: .25s all ease;
  transition: .25s all ease;
}
/* Transition */
.select:hover::after {
  color: #aaa;
}


 @media only screen and (max-width: 599px) {
 select{margin-top:7px;
  font-size:14px;
  }
.select::after{margin-top:7px;}
 
}
/*End Language*/
@media only screen and (min-width: 480px) {
  html {
    font-size: 15px; }

  p {
    font-size: 0.83rem; } }
@media only screen and (min-width: 600px) {
  html {
    font-size: 18px; } }
@media only screen and (min-width: 768px) {
  html {
    font-size: 24px; } }
@media only screen and (min-width: 992px) {
  html {
    font-size: 14px; }

  h1 {
    font-size: 6.185rem; }

  h2 {
    font-size: 1.778rem; }

  h3 {
    font-size: 1.111rem; }

  h4 {
    font-size: 0.7037rem; }

  p {
    font-size: 0.8889rem;
    letter-spacing: 0.012rem; } }
@media only screen and (min-width: 1200px) {
  html {
    font-size: 17px; } }
@media only screen and (min-width: 1600px) {
  html {
    font-size: 22px; } }
@media only screen and (max-width: 1600px) {
  .select::after {
    padding: 0 2em;} }
	
@media only screen and (min-width: 1920px) {
  html {
    font-size: 26px; } }
@media only screen and (min-width: 2560px) {
  html {
    font-size: 34px; } }
@media only screen and (min-width: 3840px) {
  html {
    font-size: 52px; } }
.step-1 {
  background: gray url("../img/step-1-bg.jpg") no-repeat center; }

.step-2 {
  background: gray url("../img/step-2-bg.jpg") no-repeat center; }

.step-3 {
  background: gray url("../img/step-3-bg.jpg") no-repeat center; }

.step-4 {
  background: gray url("../img/step-4-bg.jpg") no-repeat center; }

.step-5 {
  background: gray url("../img/step-5-bg.jpg") no-repeat center; }

.about, .service, .contact, .oeko-tex {
  z-index: 99; }

.step {
  padding: 5.6rem 2.1rem 0 2.1rem;
  background-size: cover; }

.step-intro {
  text-transform: uppercase;
  height: 3.8rem;
  position: relative;
  margin-bottom: 1rem; }
  .step-intro__header--big {
    color: rgba(0, 0, 0, 0.63);
    position: absolute; }
  .step-intro__header--small {
    position: absolute;
    left: 1.3rem;
    top: 50%;
    transform: translateY(-50%); }

.step-content__header {
  margin: 0; }
.step-content__text {
  margin: 0;
  margin-bottom: 1.1rem; }

.box {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  margin-top: 1.7rem; }
  .box .box__item {
    box-sizing: border-box;
    border: 0.2rem #ffffff solid;
    width: 8.5rem;
    height: 8.5rem;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    flex-direction: column;
    text-transform: uppercase;
    margin: 1rem;
    margin-right: 2rem;
    margin-left: 0;
    -webkit-transition: 250ms ease;
    -moz-transition: 250ms ease;
    -ms-transition: 250ms ease;
    -o-transition: 250ms ease;
    transition: 250ms ease; }
    .box .box__item:hover {
      background-color: #000;
      background-size: 105%;
      border: 0; }
    .box .box__item__header {
      margin: 0; }
      .box .box__item__header--gray {
        color: rgba(255, 255, 255, 0.42); }
    .box .box__item__selected, .box .box__item__selected:hover, .box .box__item__selected:focus {
      border: none !important;
      background-size: 105%; }
  .box a[href="#step-design"] .box__item:hover,
  .box a[href="#step-design"] .box__item:focus,
  .box a[href="#step-design"] .box__item__selected {
    background-image: url("../img/step-01-box.jpg"); }
  .box a[href="#step-support"] .box__item:hover,
  .box a[href="#step-support"] .box__item:focus,
  .box a[href="#step-support"] .box__item__selected {
    background-image: url("../img/step-02-box.jpg"); }
  .box a[href="#step-deal"] .box__item:hover,
  .box a[href="#step-deal"] .box__item:focus,
  .box a[href="#step-deal"] .box__item__selected {
    background-image: url("../img/step-03-box.jpg"); }
  .box a[href="#step-accept"] .box__item:hover,
  .box a[href="#step-accept"] .box__item:focus,
  .box a[href="#step-accept"] .box__item__selected {
    background-image: url("../img/step-04-box.jpg"); }
  .box a[href="#step-deliver"] .box__item:hover,
  .box a[href="#step-deliver"] .box__item:focus,
  .box a[href="#step-deliver"] .box__item__selected {
    background-image: url("../img/step-05-box.jpg"); }

.preloaded-image {
  display: none; }
  .preloaded-image__1 {
    background-image: url("../img/step-01-box.jpg"); }
  .preloaded-image__2 {
    background-image: url("../img/step-02-box.jpg"); }
  .preloaded-image__3 {
    background-image: url("../img/step-03-box.jpg"); }
  .preloaded-image__4 {
    background-image: url("../img/step-04-box.jpg"); }
  .preloaded-image__5 {
    background-image: url("../img/step-05-box.jpg"); }
//Drobdown
.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 1px solid gray;
  border-radius: 4px;
  padding: 10px 30px 10px 20px;
  background-color: #ffffff;
  cursor: pointer;
  white-space: nowrap;
}

.dd-button:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  width: 0; 
  height: 0; 
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid black;
}

.dd-button:hover {
  background-color: #eeeeee;
}


.dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #ffffff;
  list-style-type: none;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
}

.dd-menu li.divider{
  padding: 0;
  border-bottom: 1px solid #cccccc;
}




@media only screen and (min-width: 992px) {
  .step {
    padding: 1.4rem 9.259rem 2.4rem 16.859rem; }

  .step-intro {
    height: 8rem;
    margin-bottom: 0; }
    .step-intro__header--small {
      left: 5.5rem; }

  .step-content {
    margin-top: -0.25rem;
    width: 100%;
    text-align: justify; }
    .step-content__text {
      margin-bottom: 0.9rem; }

  .box {
    margin-top: -0.19rem;
    justify-content: flex-start; }
    .box .box__item {
      box-sizing: border-box;
      border: 0.2rem white solid;
      width: 7.4rem;
      height: 7.4rem;
      margin: 0.85rem;
      margin-right: 1.7rem;
      margin-left: 0; }
    .box a:last-child .box__item {
      margin-right: 0; }
    .box__header {
      margin: 0; }
      .box__header--gray {
        color: rgba(255, 255, 255, 0.42); } }
.intro {
  padding: 5.667rem 2.1rem 0 2.1rem;
  background: gray url("../img/intro-bg.jpg") no-repeat center;
  background-size: cover; }

.intro-welcome .welcome__logo {
  width: 18.2rem;
  margin: auto;
  margin-bottom: 1.8rem; }
  .intro-welcome .welcome__logo svg {
    width: 100%;
    height: 13.38rem; }
.intro-welcome .welcome__button {
  font-size: 0.8333rem;
  width: 10rem;
  height: 2.708rem;
  position: relative;
  -webkit-transition: 250ms ease;
  -moz-transition: 250ms ease;
  -ms-transition: 250ms ease;
  -o-transition: 250ms ease;
  transition: 250ms ease;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center; }
  .intro-welcome .welcome__button:hover {
    color: #c0c0c0; }

@media only screen and (max-width: 991px) {
  .intro .box.box-intro.owl-carousel {
    display: none; } }
.owl-carousel .owl-stage-outer {
  overflow: visible !important; }

.box-intro {
  margin-top: 0.8rem; }
  .box-intro .box__item {
    margin: 1.25rem;
    /* Slight size expansion to compensate the border size */
    background-size: 105%;
    background-position: center; }
    .box-intro .box__item--big {
      width: 10rem;
      height: 10rem;
      border-width: 0.22rem;
      font-size: 1rem; }
    .box-intro .box__item-design:hover, .box-intro .box__item-design:focus {
      background-image: url("../img/step-01-box.jpg"); }
    .box-intro .box__item-support:hover, .box-intro .box__item-support:focus {
      background-image: url("../img/step-02-box.jpg"); }
    .box-intro .box__item-deal:hover, .box-intro .box__item-deal:focus {
      background-image: url("../img/step-03-box.jpg"); }
    .box-intro .box__item-accept:hover, .box-intro .box__item-accept:focus {
      background-image: url("../img/step-04-box.jpg"); }
    .box-intro .box__item-deliver:hover, .box-intro .box__item-deliver:focus {
      background-image: url("../img/step-05-box.jpg"); }
    .box-intro .box__item__header, .box-intro .box__item__hover {
      font-size: 0.8rem; }
    .box-intro .box__item__header {
      width: 90%; }
    .box-intro .box__item__hover {
      display: none;
      opacity: 0;
      margin: 0;
      text-transform: none;
      margin-left: 1rem; }
    .box-intro .box__item:hover, .box-intro .box__item:focus, .box-intro .box__item__selected {
      align-items: flex-start; }
      .box-intro .box__item:hover .box__item__hover, .box-intro .box__item:focus .box__item__hover, .box-intro .box__item__selected .box__item__hover {
        display: block;
        opacity: 1; }
      .box-intro .box__item:hover .box__item__header, .box-intro .box__item:focus .box__item__header, .box-intro .box__item__selected .box__item__header {
        display: none; }
    .box-intro .box__item .arrows {
      width: 30px;
      height: 25px;
      position: absolute;
      right: 0.01rem;
      transform: rotate(270deg) translateX(50%);
      top: 50%;
      /* Leave path.a's as separate elements */
      /* that way they'll animate as they were designed to */ }
      .box-intro .box__item .arrows path {
        stroke: #ccc;
        fill: transparent;
        stroke-width: 1px;
        animation: arrow 2s infinite;
        -webkit-animation: arrow 2s infinite; }
      .box-intro .box__item .arrows path.a1 {
        animation-delay: -1s;
        -webkit-animation-delay: -1s;
        /* Safari and Chrome */ }
      .box-intro .box__item .arrows path.a2 {
        animation-delay: -0.5s;
        -webkit-animation-delay: -0.5s;
        /* Safari and Chrome */ }
@keyframes arrow {
  0% {
    opacity: 0; }
  40% {
    opacity: 1; }
  80% {
    opacity: 0; }
  100% {
    opacity: 0; } }
@media only screen and (max-width: 599px) and (max-height: 400px) {
  .box-intro {
    display: none !important; } }
@media only screen and (min-width: 600px) and (max-width: 767px) and (max-height: 600px) {
  .box-intro {
    display: none !important; } }
@media only screen and (min-width: 768px) and (max-width: 991px) and (max-height: 800px) {
  .box-intro {
    display: none !important; } }
@media only screen and (min-width: 992px) {
  .intro {
    padding: 7.8rem 3.25rem 0 10.85rem;
    margin: 0; }

  .intro-welcome {
    display: flex; }
    .intro-welcome .welcome__logo {
      width: 18.4rem;
      margin-right: 2.6rem; }
    .intro-welcome .welcome__button {
      font-size: 0.7407rem;
      width: 9rem;
      height: 2.37rem;
      margin-left: 0;
      display: -webkit-inline-box;
      display: -moz-inline-box;
      display: inline-box;
      display: -webkit-inline-flex;
      display: -moz-inline-flex;
      display: -ms-inline-flexbox;
      display: inline-flex; }
      .intro-welcome .welcome__button > div {
        width: 100%;
        height: 100%;
        position: relative;
        -webkit-perspective: 1000px;
        -moz-perspective: 1000px;
        perspective: 1000px; }
        .intro-welcome .welcome__button > div > a {
          margin: 0;
          padding: 0;
          width: 100%;
          height: 100%;
          position: absolute;
          -webkit-transform-style: preserve-3d;
          -moz-transform-style: preserve-3d;
          -ms-transform-style: preserve-3d;
          -o-transform-style: preserve-3d;
          transform-style: preserve-3d;
          -webkit-transform: translateZ(-25px);
          -moz-transform: translateZ(-25px);
          -ms-transform: translateZ(-25px);
          -o-transform: translateZ(-25px);
          transform: translateZ(-25px);
          -webkit-transition: -webkit-transform 0.25s;
          -moz-transition: -moz-transform 0.25s;
          transition: transform 0.25s; }
          .intro-welcome .welcome__button > div > a::before, .intro-welcome .welcome__button > div > a::after {
            justify-content: center;
            align-items: center;
            margin: 0;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            position: absolute !important;
            border: 5px solid black;
            box-sizing: border-box;
            content: attr(title);
            display: -webkit-box;
            display: -moz-box;
            display: box;
            display: -webkit-flex;
            display: -moz-flex;
            display: -ms-flexbox;
            display: flex; }
          .intro-welcome .welcome__button > div > a::before {
            background-color: #000;
            color: #fff;
            -webkit-transform: rotateY(0deg) translateZ(25px);
            -moz-transform: rotateY(0deg) translateZ(25px);
            -ms-transform: rotateY(0deg) translateZ(25px);
            -o-transform: rotateY(0deg) translateZ(25px);
            transform: rotateY(0deg) translateZ(25px); }
          .intro-welcome .welcome__button > div > a::after {
            background-color: #fff;
            border-color: #000;
            color: #000;
            -webkit-transform: rotateX(90deg) translateZ(25px);
            -moz-transform: rotateX(90deg) translateZ(25px);
            -ms-transform: rotateX(90deg) translateZ(25px);
            -o-transform: rotateX(90deg) translateZ(25px);
            transform: rotateX(90deg) translateZ(25px); }
          .intro-welcome .welcome__button > div > a:hover {
            -webkit-transform: translateZ(-25px) rotateX(-90deg);
            -moz-transform: translateZ(-25px) rotateX(-90deg);
            -ms-transform: translateZ(-25px) rotateX(-90deg);
            -o-transform: translateZ(-25px) rotateX(-90deg);
            transform: translateZ(-25px) rotateX(-90deg); }
        .intro-welcome .welcome__button > div .animate {
          -webkit-transform: translateZ(-25px) rotateX(-90deg);
          -moz-transform: translateZ(-25px) rotateX(-90deg);
          -ms-transform: translateZ(-25px) rotateX(-90deg);
          -o-transform: translateZ(-25px) rotateX(-90deg);
          transform: translateZ(-25px) rotateX(-90deg); }

  .box-intro {
    filter: blur(0);
    transition: 600ms linear; }
    .box-intro .box__item {
      margin: 1.1rem;
      margin-left: 0;
      margin-right: 2.2rem; }
      .box-intro .box__item--big {
        width: 9rem;
        height: 9rem;
        border-width: 0.22rem; }
      .box-intro .box__item__header, .box-intro .box__item__hover {
        font-size: 0.8rem; }
      .box-intro .box__item__hover {
        font-size: 0.7rem;
        display: none;
        opacity: 0;
        margin: 0;
        text-transform: none;
        margin-left: 1rem; }
      .box-intro .box__item:hover {
        align-items: flex-start;
        width: 7.4rem;
        height: 7.4rem;
        margin: 1.1rem;
        margin-left: 0;
        margin-right: 2.2rem; } }
#sugester_chat_tab1 {
  width: 276px;
  border-radius: 0;
  bottom: 0 !important;
  padding: 0.5rem 0 0.2rem; }
  @media only screen and (min-width: 992px) {
    #sugester_chat_tab1 {
      left: auto;
      transform: none;
      width: 276px;
      padding: 0.6rem 0 0.5rem; } }

#sugester_chat_tab1, #sugester_chat_box1 {
  right: 2.9rem; }

.sugester-chat-tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: auto !important; }
  .sugester-chat-tab .sugester-chat-tab-heading {
    padding: 0; }
    .sugester-chat-tab .sugester-chat-tab-heading .sugester-chat-tab-show {
      margin-bottom: 0;
      margin-left: 0.6rem; }
      @media only screen and (min-width: 992px) {
        .sugester-chat-tab .sugester-chat-tab-heading .sugester-chat-tab-show {
          margin-left: 0.3rem; } }
    .sugester-chat-tab .sugester-chat-tab-heading .sugester-chat-tab-top {
      font-size: 0.8333rem;
      font-family: "Nexa Black", sans-serif;
      text-transform: uppercase; }
      @media only screen and (min-width: 992px) {
        .sugester-chat-tab .sugester-chat-tab-heading .sugester-chat-tab-top {
          font-size: 0.7407rem; } }

#sugester-chat .sugester-chat-box, #sugester-chat #sugester_chat_box1 {
  height: auto;
  padding-bottom: 0.6rem;
  top: auto !important; }
  @media only screen and (min-width: 992px) {
    #sugester-chat .sugester-chat-box, #sugester-chat #sugester_chat_box1 {
      left: auto !important;
      transform: none;
      min-height: 310px; } }
  #sugester-chat .sugester-chat-box .sugester-chat-heading .sugester-chat-box-top, #sugester-chat .sugester-chat-box .sugester-chat-heading .sugester-chat-box-top:hover, #sugester-chat #sugester_chat_box1 .sugester-chat-heading .sugester-chat-box-top, #sugester-chat #sugester_chat_box1 .sugester-chat-heading .sugester-chat-box-top:hover {
    font-size: 0.8333rem;
    font-family: "Nexa Black", sans-serif;
    text-transform: uppercase; }
    @media only screen and (min-width: 992px) {
      #sugester-chat .sugester-chat-box .sugester-chat-heading .sugester-chat-box-top, #sugester-chat .sugester-chat-box .sugester-chat-heading .sugester-chat-box-top:hover, #sugester-chat #sugester_chat_box1 .sugester-chat-heading .sugester-chat-box-top, #sugester-chat #sugester_chat_box1 .sugester-chat-heading .sugester-chat-box-top:hover {
        font-size: 0.7407rem; } }
  #sugester-chat .sugester-chat-box .sugester-chat-heading .sugester-chat-box-hide, #sugester-chat #sugester_chat_box1 .sugester-chat-heading .sugester-chat-box-hide {
    font-size: 0.8333rem;
    padding: 0 0.4rem; }
    @media only screen and (min-width: 992px) {
      #sugester-chat .sugester-chat-box .sugester-chat-heading .sugester-chat-box-hide, #sugester-chat #sugester_chat_box1 .sugester-chat-heading .sugester-chat-box-hide {
        font-size: 0.7407rem; } }
  #sugester-chat .sugester-chat-box .sugester-chat-content, #sugester-chat #sugester_chat_box1 .sugester-chat-content {
    height: 100%; }
    #sugester-chat .sugester-chat-box .sugester-chat-content #sugester_chat_leave_email, #sugester-chat #sugester_chat_box1 .sugester-chat-content #sugester_chat_leave_email {
      height: auto !important; }
    #sugester-chat .sugester-chat-box .sugester-chat-content #sugester_chat_leave_msg, #sugester-chat #sugester_chat_box1 .sugester-chat-content #sugester_chat_leave_msg {
      height: 5rem !important; }
    #sugester-chat .sugester-chat-box .sugester-chat-content .sugester-chat-button, #sugester-chat #sugester_chat_box1 .sugester-chat-content .sugester-chat-button {
      font-family: "Nexa Black", sans-serif;
      font-size: 0.6rem; }
#sugester-chat .sugester-chat-button {
  text-transform: uppercase;
  font-family: "Nexa Black", sans-serif; }
#sugester-chat .sugester-chat-box textarea.sugester-chat-input {
  box-sizing: border-box; }

.arrows-container {
  position: absolute;
  bottom: 2.1rem;
  width: 100%;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media only screen and (min-width: 992px) {
    .arrows-container {
      bottom: 0.3rem; } }
  .arrows-container .arrows {
    display: block;
    width: 31px;
    height: 31px;
    cursor: pointer; }
    .arrows-container .arrows path {
      stroke: #ccc;
      fill: transparent;
      stroke-width: 2px;
      animation: arrow 2s infinite;
      -webkit-animation: arrow 2s infinite; }
    .arrows-container .arrows path.a1 {
      animation-delay: -1s;
      -webkit-animation-delay: -1s; }
    .arrows-container .arrows path.a2 {
      animation-delay: -0.5s;
      -webkit-animation-delay: -0.5s; }

@media only screen and (min-width: 992px) {
  .step-1 .arrows-container, .step-2 .arrows-container, .step-3 .arrows-container, .step-4 .arrows-container {
    display: none; } }
section {
  overflow: hidden; }

.about {
  background: gray url("../img/about-bg.jpg") no-repeat center; }

.service {
  background: gray url("../img/service-bg.jpg") no-repeat center; }

.oeko-tex {
  background: gray url("../img/about-bg.jpg") no-repeat center; }

.about, .service, .oeko-tex {
  padding: 4.5rem 2.7rem 0 2.7rem;
  background-size: cover; }
  @media only screen and (min-width: 375px) {
    .about, .service, .oeko-tex {
      padding-top: 6.5rem; } }

.more-intro {
  text-transform: uppercase;
  height: 6.25rem;
  position: relative;
  margin-bottom: 0.2rem; }
  .more-intro__header--big {
    font-size: 3.433rem;
    color: rgba(0, 0, 0, 0.63);
    position: absolute;
    width: 200%; }
  .more-intro__header--small {
    font-size: 1rem;
    width: 90%;
    position: absolute;
    top: 39%;
    line-height: 1.2rem; }

.service .more-intro, .about .more-intro {
  margin-bottom: 2.5rem; }

.more-content__text {
  margin: 0;
  margin-bottom: 1.1rem;
  letter-spacing: 0.002rem; }

.more-foot {
  text-transform: uppercase;
  margin-top: 1.5rem; }
  @media only screen and (min-width: 375px) {
    .more-foot {
      margin-top: 2.73rem; } }
  .more-foot__text {
    font-size: 1rem;
    line-height: 1.2rem; }

.oeko-tex-intro {
  margin-bottom: 0; }
@media only screen and (max-width: 374px) {
  .oeko-tex-content p {
    font-size: 0.75rem; } }

@media only screen and (min-width: 480px) {
  .more-intro__header--big {
    font-size: 4.833rem; }
  .more-intro--small {
    top: 56%; } }
@media only screen and (min-width: 992px) {
  .about, .service, .oeko-tex {
    padding: 1.4rem 9.259rem 2.4rem 16.859rem; }

  .oeko-tex {
    padding-top: 2rem; }

  .more-intro {
    height: 8.815rem;
    margin-bottom: 0.85rem;
    margin-left: -4rem; }
    .more-intro__header--big {
      font-size: 6.815rem; }
    .more-intro__header--small {
      font-size: 1.778rem;
      width: 40rem;
      top: 46%;
      line-height: 2.12rem;
      left: 4rem;
      letter-spacing: -0.008rem; }

  .oeko-tex .more-intro {
    margin-bottom: 1.75rem; }

  .service .more-intro, .about .more-intro {
    margin-bottom: 2.35rem; }

  .more-content {
    width: 40rem; }
    .more-content__text {
      margin-bottom: 0.9rem; }

  .more-foot__text {
    font-size: 1.778rem;
    line-height: 2.25rem; } }
.contact-footer-bg {
  background: gray url("../img/contact-bg.jpg") no-repeat center;
  background-size: cover;
  z-index: 99;
  position: relative;
  overflow: hidden; }

div.contact {
  padding: 6.47rem 2.8rem 3rem 2.8rem;
  position: relative;
  overflow: hidden; }

.contact-intro {
  position: absolute;
  top: 5.7rem;
  margin-left: 0; }

.address {
  margin-top: 2rem;
  display: inline-block;
  position: relative;
  width: 100%; }
  .address__container {
    width: 50%; }
    .address__container--right {
      float: right; }
  .address__text {
    font-size: 0.7rem;
    text-transform: uppercase;
    width: auto;
    float: right;
    margin-top: 0.6rem;
    line-height: 1.24rem; }
    @media only screen and (min-width: 375px) {
      .address__text {
        font-size: 1rem; }

   }
		
  .address__mail {
    float: left;
    margin: 0; }
    .address__mail--thin {
      font-family: "Nexa Light", sans-serif;
      font-weight: 300;
      margin-bottom: 1.18rem; }

.contact-form {
  position: relative;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-bottom: 4.5rem; }
  .contact-form__label {
    width: 14.29rem;
    letter-spacing: 0;
    margin-top: 0.4rem;
    margin-bottom: 0.67rem; }
    @media only screen and (min-width: 375px) {
      .contact-form__label {
        margin-top: 1.4rem; } }
  .contact-form__field {
    background-color: transparent;
    border: #ffffff solid 2px;
    width: 14.29rem;
    box-sizing: border-box;
    height: 2.542rem;
    padding: 0 0.5rem;
    font-family: "Nexa Light", sans-serif;
    font-size: 0.8rem;
    -webkit-transition: border-color ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s;
    transition: border-color ease-in-out .15s; }
  .contact-form #message {
    height: 5.333rem;
    padding: 0.5rem;
    line-height: 1.1rem; }
  .contact-form__button-container {
    margin: auto;
    margin-top: 0.6rem; }
    @media only screen and (min-width: 375px) {
      .contact-form__button-container {
        margin-top: 1.6rem; } }
    .contact-form__button-container .site-button {
      cursor: pointer;
      display: inline-block;
      font-size: 0.75rem;
      width: 4.583rem;
      height: 1.542rem;
      -webkit-transition: 250ms ease;
      -moz-transition: 250ms ease;
      -ms-transition: 250ms ease;
      -o-transition: 250ms ease;
      transition: 250ms ease;
      padding: 1rem 2rem; }
      .contact-form__button-container .site-button:hover {
        color: #c0c0c0; }
  .contact-form__result {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 14.29rem;
    font-size: 0.9rem;
    display: none;
    left: 50%;
    transform: translateX(-50%); }
    .contact-form__result .success {
      border: 2px solid white;
      padding: 0.2rem 0; }
    .contact-form__result .error {
      border: 2px solid #e41919;
      padding: 0.2rem 0; }

.footer svg, .footer ul {
  display: none; }

@media only screen and (min-width: 992px) {
  section.contact {
    padding-top: 5rem; }

  div.contact {
    padding: 6.57rem 5.3rem 13rem 12.9rem; }

  .contact-intro {
    top: 3.2rem; }

  .address {
    margin-top: 0;
    width: 50%; }
    .address__container {
      width: 100%; }
      .address__container--right {
        float: left; }
    .address__text {
      width: 100%;
      font-size: 1.333rem;
      margin-top: 2.5rem;
      margin-bottom: 2.7rem;
      line-height: 1.63rem;
      margin-left: 4.1rem;
      float: left; }
    .address__mail {
      margin-top: 0.41rem;
      margin-bottom: 0; }
      .address__mail--thin {
        margin-top: 0;
        margin-bottom: 1.18rem; }

  .contact-form {
    width: 50%;
    float: right;
    align-items: flex-start;
    padding-bottom: 0; }
    .contact-form__label {
      width: 16.48rem;
      margin-top: 1rem;
      margin-bottom: 0.52rem; }
    .contact-form__field {
      width: 16.48rem;
      height: 2.259rem; }
    .contact-form #message {
      height: 7.444rem; }
    .contact-form__button-container {
      margin: 0;
      margin-top: 1.2rem;
      width: 16.48rem;
      text-align: center; }
      .contact-form__button-container .site-button {
        font-size: 0.6667rem;
        width: 4.148rem;
        height: 1.37rem;
        padding: 0.8rem 2rem; }
    .contact-form__result {
      bottom: -3.3rem;
      width: 16.48rem;
      left: auto;
      transform: none; }
      .contact-form__result .success {
        padding: 0.2rem 0; }
      .contact-form__result .error {
        padding: 0.2rem 0; }

  .footer {
    background-color: rgba(0, 0, 0, 0.87);
    font-size: 0.6407rem;
    display: flex;
    width: 100%;
    z-index: 99;
    position: relative;
    margin-left: 7.6rem; }
    .footer svg, .footer ul {
      display: block; }
    .footer .arrows {
      width: 2rem;
      height: 2.5rem;
      right: 0.01rem;
      position: absolute;
      top: -3rem;
      left: 50%;
      margin-left: -7.6rem;
      /* Leave path.a's as separate elements */
      /* that way they'll animate as they were designed to */ }
      .footer .arrows:hover {
        cursor: pointer; }
      .footer .arrows path {
        stroke: #ccc;
        fill: transparent;
        stroke-width: 2px;
        animation: arrow 2s infinite;
        -webkit-animation: arrow 2s infinite; }
      .footer .arrows path.a1 {
        animation-delay: -1s;
        -webkit-animation-delay: -1s;
        /* Safari and Chrome */ }
      .footer .arrows path.a2 {
        animation-delay: -0.5s;
        -webkit-animation-delay: -0.5s;
        /* Safari and Chrome */ }
  @keyframes arrow {
    0% {
      opacity: 0; }
    40% {
      opacity: 1; }
    80% {
      opacity: 0; }
    100% {
      opacity: 0; } }
    .footer__column {
      margin-top: 1.4rem;
      margin-bottom: 1.5rem;
      list-style: none;
      display: inline-block;
      width: auto; }
      .footer__column-first {
        margin-left: 8rem; }
      .footer__column a {
        -webkit-transition: 250ms ease;
        -moz-transition: 250ms ease;
        -ms-transition: 250ms ease;
        -o-transition: 250ms ease;
        transition: 250ms ease; }
        .footer__column a:hover {
          color: #c0c0c0; }
    .footer__item {
      line-height: 0.9rem;
      font-family: "Nexa Light", sans-serif; }
      .footer__item--bold {
        font-family: "Nexa Black", sans-serif;
        text-transform: uppercase; }
      .footer__item--mail {
        text-transform: uppercase; }
      .footer__item--active {
        color: #c0c0c0; }
        .footer__item--active a {
          cursor: default; } }
@media only screen and (max-width: 500px) {
  body #sugester-chat .sugester-chat-box .sugester-chat-heading {
    padding-top: 20px; }

  #sugester_chat_tab1 {
    width: 12rem;
    right: 1rem !important; } }
.left-menu {
  display: none; }
  .left-menu__social {
    display: none; }

.logo-left {
  position: fixed;
  top: 1.3rem;
  left: 2.9rem;
  z-index: 1000; }
  .logo-left img {
    width: 5.8rem;
    height: auto; }

@media only screen and (min-width: 992px) {
  .logo-left {
    width: 7.6rem;
    top: 2.963rem;
    text-align: center;
    left: auto; }
    .logo-left img {
      width: 5.185rem; }

  .left-menu {
    background-color: rgba(0, 0, 0, 0.87);
    position: fixed;
    height: 100%;
    width: 7.6rem;
    text-align: center;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    z-index: 100; }
    .left-menu__social {
      width: 1.111rem;
      height: 1.111rem;
      margin: 0.4rem auto 0;
      display: block; }
      .left-menu__social img {
        width: 100%;
        height: 100%; }
    .left-menu__menu {
      display: block;
      width: 7.6rem; }
    .left-menu__header {
      font-size: 0.8889rem;
      margin-top: 0;
      margin-bottom: 1.8rem;
      text-transform: uppercase;
      line-height: 1.1rem; }
    .left-menu__items-container {
      list-style: none;
      padding: 0;
      margin: 0; }
    .left-menu__item {
      font-size: 0.8rem;
      font-family: "Nexa Light", sans-serif;
      margin: 0.75rem auto;
      -webkit-transition: 250ms ease;
      -moz-transition: 250ms ease;
      -ms-transition: 250ms ease;
      -o-transition: 250ms ease;
      transition: 250ms ease; }
      .left-menu__item:hover {
        color: #c0c0c0; }
      .left-menu__item a {
        display: block; }
    .left-menu__label {
      position: absolute;
      bottom: 3.333rem;
      width: 4.63rem;
      left: 50%;
      transform: translateX(-50%); } }
.top-menu {
  position: fixed;
  width: 100%;
  height: 4.017rem;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 999;
  background: rgba(0, 0, 0, 0.87);
  transition: 150ms ease; }
  .top-menu--bg {
    height: 100%;
    background-color: rgba(0, 0, 0, 0.87);
    background-position: 2rem;
    transition: 150ms ease; }
  .top-menu__items-container {
    list-style: none;
    opacity: 0;
    pointer-events: none;
    flex-direction: column;
    transition: 50ms cubic-bezier(1, 0, 0.25, 1); }
    .top-menu__items-container .cit-mobile, .top-menu__items-container .fb-mobile {
      position: absolute; }
    .top-menu__items-container .cit-mobile {
      bottom: 15%;
      left: 50%;
      transform: translateX(-50%);
      height: auto;
      width: 9rem; }
    .top-menu__items-container .fb-mobile {
      bottom: 10rem;
      top: 3.3rem;
      left: 2.9rem;
      right: auto;
      max-width: 2rem; }
    .top-menu__items-container--show {
      display: flex;
      opacity: 1;
      transition: 300ms cubic-bezier(1, 0, 0.25, 1);
      pointer-events: auto;
      margin-top: 6rem;
      padding-left: 2rem; }
    .top-menu__items-container a {
      -webkit-transition: 250ms ease;
      -moz-transition: 250ms ease;
      -ms-transition: 250ms ease;
      -o-transition: 250ms ease;
      transition: 250ms ease; }
    .top-menu__items-container a:hover {
      font-family: "Nexa Light", sans-serif;
      color: #c0c0c0;
      -webkit-transition: 250ms ease;
      -moz-transition: 250ms ease;
      -ms-transition: 250ms ease;
      -o-transition: 250ms ease;
      transition: 250ms ease; }
  .top-menu__item {
    font-family: "Nexa Light", sans-serif;
    font-size: 1.2rem;
    margin: .5rem 0.95rem; }
    .top-menu__item--active {
      color: #c0c0c0; }
      .top-menu__item--active a {
        cursor: default; }
  .top-menu__header {
    font-family: "Nexa Black", sans-serif;
    display: flex;
    opacity: 1;
    transition: 50ms cubic-bezier(1, 0, 0.25, 1); }
    .top-menu__header--show {
      opacity: 1;
      pointer-events: auto;
      transition: 300ms cubic-bezier(1, 0, 0.25, 1); }

.burger-menu {
  position: absolute;
  width: 34px;
  height: 19px;
  cursor: pointer;
  z-index: 5;
  margin-right: 3.2rem;
  align-self: flex-start;
  top: 1.5rem;
  right: .1rem; }
  @media only screen and (min-width: 992px) {
    .burger-menu {
      width: 1.3rem; } }
  .burger-menu .burger {
    position: absolute;
    background: #ffffff;
    width: 100%;
    height: 2px;
    top: 50%;
    right: 0;
    opacity: 1; }
    .burger-menu .burger:before {
      position: absolute;
      background: #ffffff;
      width: 34px;
      height: 2px;
      top: 8px;
      content: "";
      display: block; }
      @media only screen and (min-width: 992px) {
        .burger-menu .burger:before {
          width: 1.3rem; } }
    .burger-menu .burger:after {
      position: absolute;
      background: #ffffff;
      width: 34px;
      height: 2px;
      bottom: 8px;
      content: "";
      display: block; }
      @media only screen and (min-width: 992px) {
        .burger-menu .burger:after {
          width: 1.3rem; } }
  .burger-menu .burger::after, .burger-menu .burger::before, .burger-menu .burger {
    transition: all .3s ease-in-out;
    -webkit-transition: all .3s ease-in-out; }
  .burger-menu.menu-on .burger {
    background: rgba(111, 111, 111, 0); }
    .burger-menu.menu-on .burger:after {
      transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      bottom: 0; }
    .burger-menu.menu-on .burger:before {
      transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      top: 0; }

@media screen and (orientation: landscape) {
  .top-menu__oeko {
    display: none; }

  .top-menu__items-container--show {
    margin-top: 0; } }
@media only screen and (min-width: 768px) {
  .top-menu__items-container .fb-mobile {
    bottom: 7rem; }

	}
	
@media only screen and (max-width: 991px) {
  .select {
  margin-top:-20px;
   margin-left:195px;
   width:40%}}	
	
	@media only screen and (max-width: 450px) {
  .select {
  margin-top:-20px;
   margin-left:95px;
   width:65%}}	
		
@media only screen and (min-width: 992px) {
  .top-menu {
    position: fixed;
    width: 100%;
    height: 2.4rem;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    z-index: 999;
    background: none;
    margin-left: 7.6rem; }
    .top-menu__header, .top-menu__pages {
      display: none !important; }
    .top-menu--bg {
      background-color: rgba(0, 0, 0, 0.87);
      background-position: 2rem; }
    .top-menu__items-container {
      display: flex;
      flex-direction: row;
      justify-content: flex-end;
      align-items: center;
      margin: 0 15.6rem 0 0;
      font-family: "Nexa Light", sans-serif;
      font-size: 0.6667rem;
      opacity: 0;
      pointer-events: none;
      -webkit-transition: 250ms ease;
      -moz-transition: 250ms ease;
      -ms-transition: 250ms ease;
      -o-transition: 250ms ease;
      transition: 250ms ease; }
      .top-menu__items-container li:last-child {
        display: none; }
      .top-menu__items-container--show {
        display: flex;
        opacity: 1;
        pointer-events: auto; }
    .top-menu__item {
      font-size: 0.8rem;
      margin: 0 0.95rem; }

  .burger-menu {
    margin-right: 10.8rem;
    top: 46%;
    transform: translateY(-50%); } }
.get-our-offer-bg, .offer-bg {
  background: gray url("../img/service-bg.jpg") no-repeat center;
  background-size: cover;
  z-index: 99;
  position: relative;
  overflow: hidden; }

.get-our-offer {
  min-height: 100vh; }
  @media only screen and (min-width: 992px) {
    .get-our-offer .more-intro {
      height: 7.154rem; }
      .get-our-offer .more-intro .step-intro__header--big {
        font-size: 5.5rem; }
      .get-our-offer .more-intro .step-intro__header--small {
        left: 5.8rem;
        top: 60%; } }
  @media only screen and (min-width: 480px) {
    .get-our-offer-intro {
      margin-bottom: 0; } }
  .get-our-offer .contact-form {
    align-items: flex-start;
    width: 100%;
    float: none;
    margin-top: 2rem;
    flex-direction: column;
    height: auto; }
    @media only screen and (min-width: 992px) {
      .get-our-offer .contact-form {
        margin-top: 0;
        height: auto;
        align-items: center;
        margin-bottom: 1rem; } }
    .get-our-offer .contact-form .contact-form-mail {
      align-items: flex-start;
      position: relative;
      display: flex;
      flex-direction: column; }
      @media only screen and (min-width: 768px) {
        .get-our-offer .contact-form .contact-form-mail {
          flex-direction: row;
          align-items: center; } }
    .get-our-offer .contact-form__button-container {
      margin-top: 0;
      width: auto;
      margin: 0; }
    .get-our-offer .contact-form__label {
      font-size: 0.9rem;
      font-family: "Nexa Light", sans-serif; }
      @media only screen and (min-width: 768px) {
        .get-our-offer .contact-form__label {
          font-size: 0.83rem; } }
      @media only screen and (min-width: 992px) {
        .get-our-offer .contact-form__label {
          font-size: 0.8889rem; } }
    .get-our-offer .contact-form .site-button {
      border: none;
      width: auto;
      height: auto;
      padding: 0.5rem 1rem;
      margin-top: 0.5rem; }
      @media only screen and (min-width: 768px) {
        .get-our-offer .contact-form .site-button {
          margin-left: 0.7rem;
          margin-top: 0;
          padding: 0.8rem 1rem; } }
  .get-our-offer .features {
    display: flex;
    justify-content: space-between;
    margin: 3rem 0;
    flex-wrap: wrap;
    flex-direction: column; }
    @media only screen and (min-width: 480px) {
      .get-our-offer .features {
        flex-direction: row;
        flex-flow: row wrap;
        position: relative; } }
    @media only screen and (min-width: 992px) {
      .get-our-offer .features {
        margin-bottom: 0; } }
    .get-our-offer .features__box {
      margin: 0 1rem 1.5rem;
      flex: 1; }
      @media only screen and (min-width: 480px) {
        .get-our-offer .features__box {
          flex-basis: 40%; } }
      @media only screen and (min-width: 992px) {
        .get-our-offer .features__box {
          flex-basis: 0; } }
    .get-our-offer .features .box__letter {
      justify-content: center;
      display: flex;
      font-size: 4rem;
      border: 2px solid white;
      height: 7rem;
      width: 7rem;
      align-items: center;
      margin: auto; }
      @media only screen and (min-width: 480px) {
        .get-our-offer .features .box__letter {
          height: 9rem;
          width: 9rem;
          font-size: 4.6rem; } }
      @media only screen and (min-width: 992px) {
        .get-our-offer .features .box__letter {
          width: 6.5rem;
          height: 6.5rem;
          font-size: 3.4rem; } }
    .get-our-offer .features .letter__description {
      text-align: center;
      width: 90%;
      margin-left: auto;
      margin-right: auto; }
      @media only screen and (min-width: 480px) {
        .get-our-offer .features .letter__description {
          width: 100%; } }
      @media only screen and (min-width: 992px) {
        .get-our-offer .features .letter__description {
          font-size: 0.7rem; } }
      .get-our-offer .features .letter__description strong {
        font-family: "Nexa Black", sans-serif;
        text-transform: uppercase; }
    .get-our-offer .features form {
      margin: 0 auto; }

.offer {
  min-height: 100vh; }
  .offer-content {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: row wrap;
    margin-bottom: 2rem; }
    .offer-content__item {
      box-sizing: border-box;
      flex: 1;
      flex-basis: 100%;
      text-align: center; }
      @media only screen and (min-width: 768px) {
        .offer-content__item {
          flex-basis: 50%; } }
    .offer-content__button {
      font-family: "Nexa Light", sans-serif;
      padding: 1rem;
      margin: 1rem 0;
      border: #fff solid 1px;
      display: inline-block; }
      .offer-content__button:hover {
        background: rgba(0, 0, 0, 0.3); }
      .offer-content__button strong {
        font-family: "Nexa Black", sans-serif; }

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