.btn {
  font-size: 18px;
  font-weight: 700;
  border: none;
  cursor: pointer;
  position: relative; }
  .btn.estimate {
    transition: all 0.5s ease-in-out; }
    .btn.estimate .icon {
      transition: all 0.5s ease-in-out; }
      .btn.estimate .icon svg {
        transition: all 0.5s ease-in-out; }
    .btn.estimate:hover {
      background-color: #f25a0f !important;
      transition: all 0.5s ease-in-out; }
      .btn.estimate:hover .icon {
        transition: all 0.5s ease-in-out;
        background-color: #d14e0d !important; }
        .btn.estimate:hover .icon svg {
          -ms-transform: scale(1.2);
              transform: scale(1.2);
          transition: all 0.5s ease-in-out; }

/* Normalize */
html {
  font-family: sans-serif;
  line-height: 1.5;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  display: block; }

audio,
canvas,
progress,
video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template,
[hidden] {
  display: none; }

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects; }

a:active,
a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b,
strong {
  font-weight: inherit; }

b,
strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

mark {
  background-color: #ff0;
  color: #000; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

img {
  border-style: none; }

svg:not(:root) {
  overflow: hidden; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px; }

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit; }

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0; }

body {
  max-width: 1600px;
  margin: 0 auto;
  font-family: "Maison Neue", sans-serif;
  font-size: 14px;
  font-weight: 300;
  font-variant-ligatures: common-ligatures;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  line-height: 1.5; }

a {
  color: #666;
  text-decoration: none; }

.new-line {
  display: block;
  position: relative; }
  @media (max-width: 30em) {
    .new-line {
      display: none; } }

.new-line {
  content: "\A";
  white-space: pre; }

header {
  width: 100%;
  min-height: 800px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  background: url("../images/header_bg.jpg") no-repeat 100%/cover; }
  header .top-bar {
    width: 100%;
    max-width: 1400px;
    height: 80px;
    position: fixed;
    top: 0;
    margin: 0 auto;
    z-index: 100; }
    header .top-bar .logo-wrapper {
      height: 100%;
      background-color: #fff;
      padding-left: 50px;
      transition: transform 0.5s ease-in-out; }
      header .top-bar .logo-wrapper .logo {
        max-width: 100px;
        position: absolute;
        top: 50%;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%); }
    header .top-bar .btn.estimate {
      position: absolute;
      top: 0;
      right: 0;
      height: 100%;
      color: #fff;
      text-transform: uppercase;
      background-color: #8f9194;
      padding: 0 60px;
      letter-spacing: 1px;
      transition: background-color 0.5s ease-in-out; }
    header .top-bar.fixed .logo-wrapper {
      transition: transform 0.5s ease-in-out;
      -ms-transform: translateY(-90px);
          transform: translateY(-90px); }
    header .top-bar.fixed .btn.estimate {
      background-color: #f25a0f;
      transition: background-color 0.5s ease-in-out; }
  header .wrapper {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: column;
        flex-flow: column;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 90px 100px 100px;
    position: relative; }
    header .wrapper .introduction {
      max-width: 50%; }
      header .wrapper .introduction .title {
        color: #fff;
        font-size: 80px;
        font-weight: 700;
        line-height: .8; }
        header .wrapper .introduction .title .sub-title {
          font-size: 48px;
          font-weight: 300; }
      header .wrapper .introduction .paragraph {
        color: #fff;
        font-size: 20px;
        font-weight: 300;
        margin-top: 50px; }
    header .wrapper .btn.estimate {
      position: absolute;
      left: 100px;
      bottom: 0;
      height: 75px;
      font-size: 16px;
      color: #fff;
      background-color: #d14e0d;
      padding: 0 40px;
      -ms-transform: translateY(37.5px);
          transform: translateY(37.5px); }
      header .wrapper .btn.estimate .icon {
        position: absolute;
        right: -75px;
        top: 0;
        width: 75px;
        height: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        -ms-flex-pack: center;
            justify-content: center;
        background-color: #f25a0f; }
  @media (max-width: 85em) {
    header .wrapper .introduction {
      max-width: 80%; } }
  @media (max-width: 60em) {
    header {
      min-height: 700px; }
      header .top-bar {
        height: 80px; }
        header .top-bar .logo-wrapper {
          padding-left: 30px; }
          header .top-bar .logo-wrapper .logo {
            max-width: 60px; }
      header .wrapper {
        padding: 90px 50px 100px 50px; }
        header .wrapper .introduction {
          max-width: 70%; }
          header .wrapper .introduction .title {
            font-size: 48px; }
            header .wrapper .introduction .title .sub-title {
              font-size: 30px; }
          header .wrapper .introduction .paragraph {
            font-size: 20px; }
        header .wrapper .btn.estimate {
          height: 60px;
          left: 50px;
          font-size: 14px;
          -ms-transform: translateY(30px);
              transform: translateY(30px); }
          header .wrapper .btn.estimate .icon {
            width: 60px;
            right: -60px; } }
  @media (max-width: 30em) {
    header {
      min-height: 600px; }
      header .top-bar {
        height: 70px; }
        header .top-bar .btn.estimate {
          font-size: 14px;
          padding: 0 30px; }
      header .wrapper {
        padding: 70px 30px 100px 30px; }
        header .wrapper .introduction .title {
          font-size: 36px; }
          header .wrapper .introduction .title .sub-title {
            font-size: 26px; }
        header .wrapper .introduction .paragraph {
          font-size: 14px; }
        header .wrapper .btn.estimate {
          left: 30px; } }

header.thank-you-page {
  width: 100%;
  height: 100vh;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  background-image: none;
  padding: 5%;
  position: relative; }
  header.thank-you-page .main-content h1 {
    color: #ed6939;
    font-size: 3vw;
    font-weight: 700; }
  header.thank-you-page .main-content p {
    max-width: 70%;
    font-weight: 300;
    margin-top: 20px; }
    header.thank-you-page .main-content p a {
      color: #ed6939;
      font-weight: 500; }
  header.thank-you-page .main-content .back-to {
    display: inline-block;
    float: right;
    color: #3c3c3c;
    font-weight: 500;
    margin-top: 50px;
    transition: all 0.5s ease-in-out; }
    header.thank-you-page .main-content .back-to:hover {
      color: #ea580d;
      transition: all 0.5s ease-in-out; }
  header.thank-you-page img {
    display: block;
    position: absolute;
    right: 50%;
    bottom: 5%;
    -ms-transform: translate(50%, 0);
        transform: translate(50%, 0);
    max-width: 10%;
    height: auto; }
  @media screen and (max-width: 48em) {
    header.thank-you-page .main-content h1 {
      font-size: 5vh; } }
  @media screen and (max-width: 30em) {
    header.thank-you-page img {
      max-width: 25%; } }

section.about-jaf .wrapper .introduction {
  padding: 150px 250px; }
  section.about-jaf .wrapper .introduction .paragraph {
    color: #8f9194;
    font-size: 22px;
    font-weight: 300; }
    section.about-jaf .wrapper .introduction .paragraph.intro {
      color: #f25a0f;
      font-size: 16px;
      font-weight: 700;
      text-transform: uppercase;
      letter-spacing: 1px;
      margin-bottom: 50px;
      padding-left: 50px;
      position: relative; }
      section.about-jaf .wrapper .introduction .paragraph.intro::before {
        content: "";
        position: absolute;
        top: 50%;
        left: 0;
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
        width: 40px;
        height: 1px;
        background-color: #f25a0f; }
    section.about-jaf .wrapper .introduction .paragraph.large {
      color: #3e3d40;
      font-size: 28px;
      font-weight: 700;
      margin-bottom: 50px; }

section.about-jaf .wrapper .image-wrapper {
  max-height: 600px;
  position: relative;
  z-index: 1;
  pointer-events: none; }
  section.about-jaf .wrapper .image-wrapper img {
    object-fit: cover;
    object-position: center; }

section.about-jaf .wrapper .products {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: end;
      justify-content: flex-end;
  opacity: 0; }
  section.about-jaf .wrapper .products .wrapper {
    width: calc(100% - 100px);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    padding: 300px 100px 0 150px;
    -ms-transform: translateY(-200px);
        transform: translateY(-200px);
    background-color: #efefef; }
    section.about-jaf .wrapper .products .wrapper .column {
      width: 50%; }
      section.about-jaf .wrapper .products .wrapper .column.left {
        padding-top: 43.5px;
        position: relative; }
        section.about-jaf .wrapper .products .wrapper .column.left .title {
          color: #3e3d40;
          font-size: 28px;
          font-weight: 700; }
          section.about-jaf .wrapper .products .wrapper .column.left .title .emphasis {
            position: relative; }
            section.about-jaf .wrapper .products .wrapper .column.left .title .emphasis::before {
              content: "";
              position: absolute;
              left: 0;
              bottom: -5px;
              width: 0;
              height: 2px;
              background-color: #ea580d;
              transition: width 0.5s ease-in-out; }
            section.about-jaf .wrapper .products .wrapper .column.left .title .emphasis.active::before {
              width: 100%;
              transition: width 0.5s ease-in-out; }
        section.about-jaf .wrapper .products .wrapper .column.left .paragraph {
          max-width: 70%;
          color: #8f9194;
          font-size: 22px;
          font-weight: 300;
          margin-top: 20px; }
        section.about-jaf .wrapper .products .wrapper .column.left .btn.estimate {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 75px;
          font-size: 16px;
          color: #fff;
          background-color: #d14e0d;
          padding: 0 40px;
          -ms-transform: translateY(37.5px);
              transform: translateY(37.5px); }
      section.about-jaf .wrapper .products .wrapper .column.right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
        -ms-flex-pack: justify;
            justify-content: space-between;
        -ms-transform: translateY(37.5px);
            transform: translateY(37.5px); }
        section.about-jaf .wrapper .products .wrapper .column.right .product {
          cursor: pointer; }
          section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper {
            width: 300px;
            height: 350px;
            position: relative; }
            section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper img {
              width: 100%;
              height: 100%;
              object-fit: cover; }
            section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper .paragraph {
              color: #fff;
              font-size: 24px;
              font-weight: 700;
              position: absolute;
              left: 25px;
              bottom: 20px;
              transition: transform 0.5s ease-in-out; }
            section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper .info {
              color: #fff;
              font-size: 16px;
              font-weight: 300;
              position: absolute;
              left: 25px;
              bottom: 20px;
              opacity: 0;
              transition: opacity 0.5s ease-in-out; }
            section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper::before {
              content: "";
              position: absolute;
              top: 0;
              left: 0;
              width: 100%;
              height: 100%;
              background-color: rgba(234, 88, 13, 0.8);
              opacity: 0;
              transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out; }
          section.about-jaf .wrapper .products .wrapper .column.right .product:hover {
            transition: background-color 0.5s ease-in-out, opacity 0.5s ease-in-out; }
            section.about-jaf .wrapper .products .wrapper .column.right .product:hover .image-wrapper .paragraph {
              -ms-transform: translateY(-25px);
                  transform: translateY(-25px);
              transition: transform 0.5s ease-in-out; }
            section.about-jaf .wrapper .products .wrapper .column.right .product:hover .image-wrapper .info {
              opacity: 1;
              transition: opacity 0.5s ease-in-out; }
            section.about-jaf .wrapper .products .wrapper .column.right .product:hover .image-wrapper::before {
              opacity: 1; }
        section.about-jaf .wrapper .products .wrapper .column.right .btn.estimate {
          position: absolute;
          left: 0;
          bottom: 0;
          height: 75px;
          font-size: 16px;
          color: #fff;
          background-color: #d14e0d;
          padding: 0 40px;
          -ms-transform: translateY(37.5px);
              transform: translateY(37.5px); }

@media (max-width: 85em) {
  section.about-jaf .wrapper .introduction {
    padding: 150px 100px; }
  section.about-jaf .wrapper .image-wrapper {
    max-width: calc(100% - 100px);
    max-height: 500px;
    overflow: hidden; }
  section.about-jaf .wrapper .products .wrapper {
    padding: 300px 0 0 50px; }
    section.about-jaf .wrapper .products .wrapper .column.left {
      padding-top: 150px; }
    section.about-jaf .wrapper .products .wrapper .column.right {
      -ms-flex-flow: column;
          flex-flow: column; }
      section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper {
        width: 100%; }
      section.about-jaf .wrapper .products .wrapper .column.right .product:first-child {
        margin-bottom: 50px; } }

@media (min-width: 60em) {
  section.about-jaf .wrapper .products .wrapper .column.right .btn.estimate {
    display: none; } }

@media (max-width: 60em) {
  section.about-jaf .wrapper .introduction {
    padding: 150px 50px; }
    section.about-jaf .wrapper .introduction .paragraph {
      font-size: 18px; }
      section.about-jaf .wrapper .introduction .paragraph.intro {
        font-size: 14px; }
      section.about-jaf .wrapper .introduction .paragraph.large {
        font-size: 22px; }
  section.about-jaf .wrapper .image-wrapper {
    max-width: calc(100% - 50px);
    max-height: 400px; }
  section.about-jaf .wrapper .products .wrapper {
    width: 100%;
    padding: 0;
    -ms-transform: unset;
        transform: unset; }
    section.about-jaf .wrapper .products .wrapper .column.left {
      width: 100%;
      padding: 50px; }
      section.about-jaf .wrapper .products .wrapper .column.left .title {
        font-size: 20px; }
      section.about-jaf .wrapper .products .wrapper .column.left .paragraph {
        font-size: 16px; }
      section.about-jaf .wrapper .products .wrapper .column.left .btn.estimate {
        display: none; }
    section.about-jaf .wrapper .products .wrapper .column.right {
      width: 100%;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      padding: 50px 50px 150px 50px;
      -ms-transform: unset;
          transform: unset;
      position: relative; }
      section.about-jaf .wrapper .products .wrapper .column.right .product {
        width: calc(50% - 25px); }
        section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper {
          width: 100%;
          max-width: 100%;
          height: 100%; }
        section.about-jaf .wrapper .products .wrapper .column.right .product:first-child {
          margin-bottom: 0; }
      section.about-jaf .wrapper .products .wrapper .column.right .btn.estimate {
        height: 60px;
        left: 50px;
        font-size: 14px;
        -ms-transform: translateY(30px);
            transform: translateY(30px); } }

@media (max-width: 30em) {
  section.about-jaf .wrapper .introduction {
    padding: 150px 30px; }
    section.about-jaf .wrapper .introduction .paragraph {
      font-size: 16px; }
      section.about-jaf .wrapper .introduction .paragraph.intro {
        font-size: 13px; }
      section.about-jaf .wrapper .introduction .paragraph.large {
        font-size: 20px; }
  section.about-jaf .wrapper .image-wrapper {
    max-width: calc(100% - 30px); }
  section.about-jaf .wrapper .products .wrapper .column.left {
    padding: 30px; }
  section.about-jaf .wrapper .products .wrapper .column.right {
    padding: 30px 30px 90px 30px; }
    section.about-jaf .wrapper .products .wrapper .column.right .product {
      width: calc(50% - 15px); }
      section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper .paragraph {
        left: 12.5px;
        bottom: 10px;
        font-size: 18px; }
      section.about-jaf .wrapper .products .wrapper .column.right .product .image-wrapper .info {
        left: 12.5px;
        bottom: 10px;
        font-size: 12px; }
      section.about-jaf .wrapper .products .wrapper .column.right .product:hover .image-wrapper .paragraph {
        -ms-transform: translateY(-15px);
            transform: translateY(-15px); }
    section.about-jaf .wrapper .products .wrapper .column.right .btn.estimate {
      left: 30px; } }

section.products {
  opacity: 0; }
  section.products .wrapper .product {
    min-height: 600px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap; }
    section.products .wrapper .product .column .title {
      color: #ea580d;
      font-size: 48px;
      margin-bottom: 50px; }
    section.products .wrapper .product .column .paragraph {
      color: #8f9194;
      font-size: 18px;
      font-weight: 300; }
      section.products .wrapper .product .column .paragraph.large {
        color: #2d2d2e;
        font-size: 20px;
        margin-bottom: 50px; }
    section.products .wrapper .product .column .planks {
      position: absolute;
      bottom: 0;
      width: 50%;
      height: 50%;
      background-color: #efefef;
      z-index: 1; }
      section.products .wrapper .product .column .planks img {
        opacity: 0; }
    section.products .wrapper .product .column.left {
      width: 50%; }
    section.products .wrapper .product .column.right {
      width: 50%; }
    section.products .wrapper .product.meranti .column.left {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-pack: center;
          justify-content: center;
      padding-left: 250px; }
    section.products .wrapper .product.meranti .column.right {
      position: relative; }
      section.products .wrapper .product.meranti .column.right img {
        width: 100%;
        height: 100%;
        padding-left: 200px; }
      section.products .wrapper .product.meranti .column.right .planks {
        -ms-transform: translate(30%, 30%);
            transform: translate(30%, 30%); }
        section.products .wrapper .product.meranti .column.right .planks img {
          height: auto;
          padding-left: 0; }
    section.products .wrapper .product.termososna {
      margin-top: 200px; }
      section.products .wrapper .product.termososna .column.left {
        position: relative; }
        section.products .wrapper .product.termososna .column.left img {
          width: 100%;
          height: 100%;
          padding-right: 100px; }
        section.products .wrapper .product.termososna .column.left .planks {
          -ms-transform: translate(100%, 30%);
              transform: translate(100%, 30%); }
          section.products .wrapper .product.termososna .column.left .planks img {
            height: auto;
            padding-right: 0; }
      section.products .wrapper .product.termososna .column.right {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: column;
            flex-flow: column;
        -ms-flex-pack: center;
            justify-content: center;
        padding-left: 100px;
        padding-right: 150px; }
  @media (max-width: 100em) {
    section.products .wrapper .product.meranti .column.left {
      padding-left: 150px; }
    section.products .wrapper .product.meranti .column.right img {
      object-fit: cover; }
    section.products .wrapper .product.termososna .column.left img {
      object-fit: cover;
      padding-right: 200px; }
    section.products .wrapper .product.termososna .column.right {
      padding-left: 50px; } }
  @media (max-width: 60em) {
    section.products .wrapper {
      padding: 100px 0 150px; }
      section.products .wrapper .product .column .title {
        font-size: 36px;
        margin-bottom: 20px; }
      section.products .wrapper .product .column .paragraph {
        font-size: 14px; }
        section.products .wrapper .product .column .paragraph.large {
          font-size: 16px;
          margin-bottom: 20px; }
      section.products .wrapper .product .column.left {
        width: 100%; }
      section.products .wrapper .product .column.right {
        width: 100%; }
      section.products .wrapper .product.meranti .column.left {
        padding: 50px; }
      section.products .wrapper .product.meranti .column.right {
        height: 500px; }
        section.products .wrapper .product.meranti .column.right img {
          object-fit: cover;
          padding-left: 50px; }
        section.products .wrapper .product.meranti .column.right .planks {
          right: 0;
          -ms-transform: translate(0, 30%);
              transform: translate(0, 30%); }
      section.products .wrapper .product.termososna {
        margin-top: 100px; }
        section.products .wrapper .product.termososna .column.left {
          -ms-flex-order: 2;
              order: 2;
          height: 500px; }
          section.products .wrapper .product.termososna .column.left img {
            object-fit: cover;
            padding-left: 50px;
            padding-right: 0; }
        section.products .wrapper .product.termososna .column.right {
          -ms-flex-order: 1;
              order: 1;
          padding: 50px; } }
  @media (min-width: 48em) and (max-width: 60em) {
    section.products .wrapper .product.meranti .column.right .planks img {
      padding-left: 100px; }
    section.products .wrapper .product.termososna .column.left .planks {
      padding-left: 100px; } }
  @media (max-width: 30em) {
    section.products .wrapper .product.meranti .column.left {
      padding: 30px; }
    section.products .wrapper .product.meranti .column.right {
      height: 350px; }
      section.products .wrapper .product.meranti .column.right img {
        padding-left: 30px; }
    section.products .wrapper .product.termososna .column.left {
      height: 350px; }
      section.products .wrapper .product.termososna .column.left img {
        padding-left: 30px; }
    section.products .wrapper .product.termososna .column.right {
      padding: 30px; } }

section.offer {
  opacity: 0; }
  section.offer .wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
    background-color: #ea580d;
    margin-top: 300px;
    padding: 100px 0; }
    section.offer .wrapper .column.left {
      width: 50%;
      padding-left: 250px; }
      section.offer .wrapper .column.left .title {
        color: #fff;
        font-size: 44px;
        font-weight: 700;
        line-height: 1.2; }
        section.offer .wrapper .column.left .title .intro {
          font-size: 26px;
          font-weight: 300; }
      section.offer .wrapper .column.left .paragraph {
        max-width: 60%;
        color: #ffd5bf;
        font-size: 20px;
        margin: 50px 0; }
      section.offer .wrapper .column.left .btn.estimate {
        height: 75px;
        font-size: 18px;
        color: #ea580d;
        background-color: #fff;
        padding: 0 40px;
        transition: all 0.5s ease-in-out; }
        section.offer .wrapper .column.left .btn.estimate:hover {
          transition: all 0.5s ease-in-out;
          color: #fff;
          background-color: #d14e0d !important; }
    section.offer .wrapper .column.right {
      width: 50%;
      position: relative; }
      section.offer .wrapper .column.right img {
        position: absolute;
        right: 0;
        width: 90%;
        height: calc(100% + 200px);
        -ms-transform: translateY(-200px);
            transform: translateY(-200px);
        object-fit: cover; }
  @media (max-width: 85em) {
    section.offer .wrapper .column.left {
      padding-left: 100px; } }
  @media (max-width: 60em) {
    section.offer .wrapper {
      margin-top: 0;
      padding: 100px 0 0 50px; }
      section.offer .wrapper .column.left {
        width: 100%;
        padding-left: 0; }
        section.offer .wrapper .column.left .title {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-flow: column;
              flex-flow: column;
          font-size: 28px; }
          section.offer .wrapper .column.left .title .intro {
            font-size: 18px; }
        section.offer .wrapper .column.left .paragraph {
          max-width: 70%;
          font-size: 16px; }
        section.offer .wrapper .column.left .btn.estimate {
          height: 60px;
          font-size: 14px; }
      section.offer .wrapper .column.right {
        width: 100%; }
        section.offer .wrapper .column.right img {
          position: static;
          width: 100%;
          height: auto;
          -ms-transform: translateY(50px);
              transform: translateY(50px); } }
  @media (max-width: 30em) {
    section.offer .wrapper {
      padding: 60px 0 0 30px; }
      section.offer .wrapper .column.right img {
        width: 100%;
        -ms-transform: translateY(40px);
            transform: translateY(40px); } }

section.contact-form {
  opacity: 0; }
  section.contact-form .wrapper {
    padding: 150px 250px;
    position: relative;
    overflow: hidden; }
    section.contact-form .wrapper .title {
      color: #ea580d;
      font-size: 48px;
      font-weight: 700;
      line-height: 1;
      text-align: center; }
      section.contact-form .wrapper .title .sub-title {
        color: #2d2d2e;
        font-size: 26px;
        font-weight: 300; }
    section.contact-form .wrapper form .inputs-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
      -ms-flex-pack: justify;
          justify-content: space-between;
      margin: 70px 0; }
      section.contact-form .wrapper form .inputs-wrapper .form-wrapper {
        width: calc(50% - 15px); }
        section.contact-form .wrapper form .inputs-wrapper .form-wrapper input, section.contact-form .wrapper form .inputs-wrapper .form-wrapper select {
          width: 100%;
          height: 50px;
          padding: 10px;
          border: none;
          border-bottom: 1px #ea580d solid; }
        section.contact-form .wrapper form .inputs-wrapper .form-wrapper:nth-of-type(n+3) {
          margin-top: 30px; }
    section.contact-form .wrapper form label {
      cursor: pointer; }
      section.contact-form .wrapper form label input[type="checkbox"] {
        position: absolute; }
      section.contact-form .wrapper form label .rodo {
        padding-left: 20px; }
        section.contact-form .wrapper form label .rodo .adnotation {
          color: #ea580d;
          font-weight: 700;
          transition: all 0.5s ease-in-out; }
          section.contact-form .wrapper form label .rodo .adnotation:hover {
            color: #d14e0d;
            transition: all 0.5s ease-in-out; }
    section.contact-form .wrapper form .btn-wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center; }
      section.contact-form .wrapper form .btn-wrapper .btn.submit {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-align: center;
            align-items: center;
        height: 75px;
        font-size: 18px;
        color: #fff;
        background-color: #ea580d;
        margin-top: 70px;
        padding: 0 40px;
        transition: all 0.5s ease-in-out; }
        section.contact-form .wrapper form .btn-wrapper .btn.submit:hover {
          background-color: #d14e0d;
          transition: all 0.5s ease-in-out; }
    section.contact-form .wrapper .pop-up {
      position: absolute;
      top: 0;
      left: 0;
      width: 50%;
      height: 100%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-align: start;
          align-items: flex-start;
      -ms-flex-pack: center;
          justify-content: center;
      padding: 100px;
      opacity: 0;
      background-color: transparent;
      -ms-transform: translateX(200%);
          transform: translateX(200%);
      transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out, transform 0.5s ease-in-out; }
      section.contact-form .wrapper .pop-up .paragraph {
        color: #2d2d2e;
        font-size: 16px;
        font-weight: 300;
        line-height: 2; }
      section.contact-form .wrapper .pop-up .btn-wrapper {
        width: 100%;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-pack: end;
            justify-content: flex-end; }
        section.contact-form .wrapper .pop-up .btn-wrapper .btn.exit {
          display: -ms-flexbox;
          display: flex;
          -ms-flex-align: center;
              align-items: center;
          height: 75px;
          font-size: 18px;
          color: #fff;
          background-color: #ea580d;
          margin-top: 70px;
          padding: 0 40px; }
      section.contact-form .wrapper .pop-up.active {
        opacity: 1;
        background-color: rgba(239, 239, 239, 0.95);
        -ms-transform: translateX(100%);
            transform: translateX(100%);
        transition: opacity 0.5s ease-in-out, background-color 0.5s ease-in-out, transform 0.5s ease-in-out; }
  @media (max-width: 85em) {
    section.contact-form .wrapper {
      padding: 100px; } }
  @media (max-width: 60em) {
    section.contact-form .wrapper {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-flow: column;
          flex-flow: column;
      -ms-flex-align: center;
          align-items: center;
      margin: 0;
      padding: 100px 50px 50px 50px; }
      section.contact-form .wrapper .title {
        font-size: 28px; }
        section.contact-form .wrapper .title .sub-title {
          font-size: 18px; }
      section.contact-form .wrapper form .inputs-wrapper .form-wrapper {
        width: 100%; }
        section.contact-form .wrapper form .inputs-wrapper .form-wrapper:nth-of-type(1) {
          -ms-flex-order: 1;
              order: 1;
          margin-bottom: 20px; }
        section.contact-form .wrapper form .inputs-wrapper .form-wrapper:nth-of-type(2) {
          -ms-flex-order: 3;
              order: 3;
          margin-bottom: 20px; }
        section.contact-form .wrapper form .inputs-wrapper .form-wrapper:nth-of-type(3) {
          -ms-flex-order: 2;
              order: 2;
          margin-bottom: 20px; }
        section.contact-form .wrapper form .inputs-wrapper .form-wrapper:nth-of-type(4) {
          -ms-flex-order: 4;
              order: 4; }
        section.contact-form .wrapper form .inputs-wrapper .form-wrapper:nth-of-type(n+3) {
          margin-top: 0; }
      section.contact-form .wrapper form .rodo {
        font-size: 12px; }
      section.contact-form .wrapper form .btn-wrapper .btn.submit {
        height: 60px;
        font-size: 14px; }
      section.contact-form .wrapper .pop-up {
        width: 100%;
        padding: 50px; }
        section.contact-form .wrapper .pop-up .paragraph {
          font-size: 14px; }
        section.contact-form .wrapper .pop-up .btn-wrapper .btn.exit {
          height: 60px;
          font-size: 14px; }
        section.contact-form .wrapper .pop-up.active {
          -ms-transform: translateX(0);
              transform: translateX(0); } }
  @media (min-width: 48em) {
    section.contact-form .wrapper .pop-up .btn.exit.desktop {
      display: block; }
    section.contact-form .wrapper .pop-up .btn.exit.mobile {
      display: none; } }
  @media (max-width: 48em) {
    section.contact-form .wrapper .pop-up {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      padding: 30px;
      z-index: 9999; }
      section.contact-form .wrapper .pop-up .btn.exit.desktop {
        display: none; }
      section.contact-form .wrapper .pop-up .btn.exit.mobile {
        position: absolute;
        top: 30px;
        right: 30px;
        display: -ms-flexbox;
        display: flex;
        margin-top: 0;
        padding: 0 20px; }
        section.contact-form .wrapper .pop-up .btn.exit.mobile svg {
          fill: #fff; } }
  @media (max-width: 30em) {
    section.contact-form .wrapper {
      padding: 90px 30px 150px 30px; }
      section.contact-form .wrapper .title {
        max-width: 80%; }
      section.contact-form .wrapper .pop-up {
        padding: 30px; } }

section.contact {
  opacity: 0; }
  section.contact .wrapper {
    position: relative; }
    section.contact .wrapper .contact-details {
      width: calc(100% - 100px);
      background-color: #ea580d;
      padding: 100px;
      z-index: 100; }
      section.contact .wrapper .contact-details .title, section.contact .wrapper .contact-details .paragraph {
        max-width: 45%;
        color: #fff; }
      section.contact .wrapper .contact-details .title {
        font-size: 32px;
        font-weight: 500;
        line-height: 1.2; }
      section.contact .wrapper .contact-details .paragraph {
        font-size: 22px;
        font-weight: 300;
        margin-top: 20px; }
    section.contact .wrapper #google-maps {
      height: 600px; }
  @media (max-width: 85em) {
    section.contact .wrapper .contact-details {
      padding: 100px; } }
  @media (max-width: 60em) {
    section.contact .wrapper .contact-details {
      width: calc(100% - 50px);
      min-height: unset;
      padding: 50px; }
      section.contact .wrapper .contact-details .title, section.contact .wrapper .contact-details .paragraph {
        max-width: 100%; }
      section.contact .wrapper .contact-details .title {
        font-size: 26px; }
      section.contact .wrapper .contact-details .paragraph {
        font-size: 16px; }
    section.contact .wrapper #google-maps {
      height: 500px; } }
  @media (max-width: 30em) {
    section.contact .wrapper .contact-details {
      width: calc(100% - 30px);
      min-height: unset;
      padding: 60px 30px; }
      section.contact .wrapper .contact-details .title, section.contact .wrapper .contact-details .paragraph {
        max-width: 80%; }
      section.contact .wrapper .contact-details .title {
        font-size: 22px; }
      section.contact .wrapper .contact-details .paragraph {
        font-size: 14px; } }

footer .wrapper {
  width: 100%;
  height: 80px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  background-color: #eaeaea;
  padding: 0 100px; }
  footer .wrapper .logo {
    max-width: 60px; }
  footer .wrapper a {
    font-weight: 500;
    letter-spacing: 2px;
    transition: all 0.5s ease-in-out; }
    footer .wrapper a:hover {
      color: #ea580d;
      transition: all 0.5s ease-in-out; }

@media (max-width: 60em) {
  footer .wrapper {
    padding: 0 50px; }
    footer .wrapper a {
      font-size: 12px;
      letter-spacing: 1px; } }

@media (max-width: 30em) {
  footer .wrapper {
    padding: 0 30px; } }
