@charset "UTF-8";
h1 {
  font-size: 4.5em;
  color: #43484C;
  letter-spacing: -1px;
  line-height: 72px;
  font-weight: 300;
  letter-spacing: -2px;
  margin-bottom: 30px; }

h2 {
  font-size: 52px;
  color: #43484C;
  font-weight: 300;
  margin-bottom: 30px;
  font-family: "Poppins", sans-serif; }

h3 {
  font-size: 32px;
  color: #37414E;
  font-weight: 500;
  margin-bottom: 15px;
  font-family: "Poppins", sans-serif; }

h4 {
  font-size: 26px;
  font-weight: 300;
  font-family: "Poppins", sans-serif;
  color: #43484C; }

h5 {
  font-size: 12px;
  font-weight: 500;
  color: #43484C;
  line-height: 16px; }

.small {
  font-size: 85%;
  font-weight: 300; }

.green {
  color: #FE9400; }

.gray {
  color: #86939E; }

.dark {
  color: #43484C; }

.white {
  color: #fff; }

.uppercase {
  text-transform: uppercase; }

.border-left {
  border-left: 3px solid #FE9400;
  padding-left: 20px; }

strong, .bold {
  font-weight: 500; }

@media screen and (max-width: 576px) {
  h1, h2 {
    letter-spacing: -0px; } }

.gradient-text {
  display: inline-block;
  margin-bottom: 15px;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 18px;
  color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  background-image: linear-gradient(to right, #FE9400, #FECA03);
  background-image: -webkit-linear-gradient(to right, #FE9400, #FECA03);
  font-family: "Poppins", sans-serif; }
  .gradient-text span {
    margin-right: 20px; }

body {
  padding-top: 159px;
  color: #86939E;
  font: 16px/150% 'Roboto', sans-serif;
  background-color: #f2f2f2;
  font-weight: 300;
  overflow-x: hidden; }

a {
  color: #FE9400; }
  a:hover {
    color: #FECA03;
    text-decoration: none; }
  a:focus {
    text-decoration: none; }

img {
  max-width: 100%; }

ul {
  margin: 0;
  padding: 0; }
  ul li {
    list-style: none;
    padding-left: 0px;
    padding-bottom: 5px; }
  ul.list li {
    padding-left: 22px;
    position: relative; }
    ul.list li:before {
      content: "•";
      margin-right: 20px;
      position: absolute;
      left: 0; }
  ul.small li {
    padding-bottom: 0px; }

html.no-schroll, html.no-schroll body {
  overflow: hidden !important;
  height: 100% !important;
  margin-top: 0 !important; }

.container {
  width: 1170px;
  margin: 0 auto; }

@media (min-width: 576px) {
  .container {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px; } }

.split-text {
  -moz-column-count: 2;
       column-count: 2; }

ul.list {
  padding-left: 40px; }

.footer .container {
  max-width: 1140px !important; }

body.front-page,
body.properties-page,
body.performance {
  padding-top: 110px; }

.front-page .container {
  max-width: 1170px;
  width: 100%; }

.front-page .article {
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0; }
  .front-page .article .item-page {
    max-width: none; }

.front-page .header {
  margin-bottom: 0px; }

.width-1440 .container {
  max-width: 1470px; }

.width-1440 .header {
  margin-bottom: 0px; }

.full-width {
  width: 100vw;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw); }

.vertical-center {
  position: relative;
  top: 50%;
  transform: translateY(-50%); }

.border-radius {
  border-radius: 6px; }

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

.align-left {
  text-align: left; }

.box-shadow {
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.12); }

img.shadow {
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.1); }

.fixed-background {
  background-attachment: fixed;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover; }

#back-top {
  right: 5%;
  bottom: 50px;
  position: fixed;
  height: 42px;
  width: 42px;
  z-index: 99999;
  border-radius: 21px;
  opacity: 0.7;
  background-color: rgba(255, 255, 255, 0.7);
  box-shadow: 0 2px 4px 0 rgba(147, 157, 167, 0.6);
  text-align: center; }
  #back-top img {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -4px;
    margin-left: -7px; }

@media screen and (max-width: 1440px) {
  .width-1440 .container {
    width: 100%; } }

@media screen and (max-width: 1280px) {
  .width-1280 .container {
    width: 100%; } }

@media screen and (max-width: 1170px) {
  .container, .width-1140 {
    width: 100%; }
  #vertical-nav {
    display: none; } }

@media screen and (max-width: 992px) {
  body {
    font-size: 14px;
    padding-top: 80px; }
  body.purchase {
    padding-top: 80px; }
  body.front-page,
  body.properties-page,
  body.performance {
    padding-top: 60px; }
  body.front-page {
    font-size: 16px; }
  h2 {
    font-size: 2.25em; }
  #back-top {
    display: none; } }

@media screen and (max-width: 768px) {
  .container {
    max-width: 100%; } }

@media screen and (max-width: 576px) {
  .fixed-background {
    background-attachment: initial;
    background-size: cover;
    height: 280px !important; } }

.hidden {
  display: none; }

.page ul {
  padding-left: 20px; }
  .page ul li {
    list-style: revert; }

.btn {
  padding: 0 27px;
  height: 45px;
  line-height: 45px;
  color: #fff;
  border-radius: 40px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.2em;
  font-weight: 600;
  border: 2px solid transparent;
  transition: all 500ms cubic-bezier(0, 0, 0.35, 0.94); }

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn:active.focus,
.btn:active:focus,
.btn:focus {
  outline: 0;
  box-shadow: none; }

button:focus {
  outline: none; }

.btn-default {
  background: none;
  border-color: #FE9400;
  color: #FE9400; }
  .btn-default:hover {
    background-color: #FECA03;
    border-color: transparent;
    color: #fff; }

.btn-primary {
  background: #FE9400;
  color: #fff;
  border-color: transparent; }
  .btn-primary:hover {
    background-color: #FECA03;
    border-color: transparent; }

.btn-secondary {
  background: linear-gradient(to right, rgba(254, 148, 0, 0), rgba(254, 202, 3, 0));
  -o-border-image: linear-gradient(to right, #FE9400, #FECA03);
     border-image: linear-gradient(to right, #FE9400, #FECA03);
  color: #FE9400; }
  .btn-secondary:hover {
    background: linear-gradient(to right, #fe9400, #feca03);
    color: #fff;
    border-color: transparent; }

.btn-primary.disabled, .btn-primary:disabled {
  background-color: rgba(254, 148, 0, 0.7);
  border-color: transparent; }

.send {
  min-width: auto; }
  .send:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url("../images/icons/send-white.svg");
    background-size: 16px 16px;
    width: 16px;
    height: 16px;
    position: relative;
    right: 0;
    top: 2px; }
  .send.icon-left:before {
    margin-right: 10px; }
  .send.icon-right:before {
    margin-left: 10px; }

.arrow-right {
  min-width: auto; }
  .arrow-right:before {
    content: "";
    margin-left: 20px;
    display: inline-block;
    background-image: url("../images/icons/arrow-right.svg");
    width: 24px;
    height: 8px; }

.arrow-right-dark {
  min-width: auto; }
  .arrow-right-dark:before {
    content: "";
    margin-left: 20px;
    display: inline-block;
    background-image: url("../images/icons/arrow-right-dark.svg");
    width: 9px;
    height: 16px; }

.arrow-right-white-v2 {
  min-width: auto; }
  .arrow-right-white-v2:before {
    content: "";
    margin-left: 20px;
    display: inline-block;
    background-image: url("../images/icons/arrow-right-white-v2.svg");
    width: 9px;
    height: 16px; }

.download {
  min-width: auto; }
  .download:before {
    content: "";
    margin-right: 15px;
    display: inline-block;
    background-image: url("../images/icons/download-green.svg");
    width: 16px;
    height: 20px;
    position: relative;
    top: 5px; }

.cart:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/icons/cart.svg");
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
  position: relative;
  top: 2px; }

.cart.btn-default:hover:before {
  background-image: url("../images/icons/cart-green.svg");
  opacity: 1; }

.cart.btn-secondary:hover:before {
  background-image: url("../images/icons/cart.svg");
  opacity: 1; }

.btn.play:before {
  content: "";
  margin-right: 10px;
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url("../images/icons/play.svg");
  background-size: 10px 10px;
  width: 10px;
  height: 10px;
  opacity: 0.6; }

.btn + .btn {
  margin-left: 18px; }

@media screen and (max-width: 576px) {
  .btn + .btn {
    margin-left: 0px;
    margin-top: 10px;
    display: table; } }

input[type=text], input[type=search], .form-control {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.form-group label {
  font-size: 14px;
  margin-bottom: 4px; }
  .form-group label.small {
    font-size: 12px;
    padding-top: 2px; }

.form-control {
  height: 42px;
  line-height: 42px;
  padding: 0 10px;
  font-weight: 300;
  color: #86939E;
  border: 2px solid #E1E8EE;
  border-radius: 0.25rem;
  box-shadow: none; }
  .form-control:focus {
    box-shadow: none; }

.form-control::-webkit-input-placeholder {
  color: #86939E; }

.form-control::-moz-placeholder {
  color: #86939E; }

.form-control:-ms-input-placeholder {
  color: #86939E; }

.form-control:-moz-placeholder {
  color: #86939E; }

.has-error .form-control {
  border-color: #f75b5b; }

.has-error input[type=radio] + label, .has-error input[type=checkbox] + label, .has-error a {
  color: #f75b5b !important; }

input[type=checkbox], input[type=radio] {
  display: none;
  width: 0; }

input[type=checkbox] + label, input[type=radio] + label {
  padding-left: 40px;
  position: relative; }

input[type=checkbox] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 6px;
  background: #E1E8EE;
  background-repeat: no-repeat;
  background-size: 13px 10px;
  background-position: 50% 50%;
  font-weight: 600;
  color: #1d71b8; }

input[type=checkbox]:checked + label:before {
  color: #86939E;
  background-image: url(../images/icons/check.svg); }

input[type=radio] + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  box-shadow: inset 0 1px 0 0 rgba(0, 0, 0, 0.24);
  background-color: #EFF3F6;
  font-weight: 600; }

input[type=radio]:checked + label:before {
  background-color: #8FC640; }

input[type=radio]:checked + label:after {
  content: "";
  background-color: #fff;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  position: absolute;
  top: 6px;
  left: 6px; }

select.form-control {
  background-color: #E1E8EE;
  font-size: 12px;
  color: #5E6977;
  background-image: url("../images/icons/triangle-dark.svg");
  background-repeat: no-repeat;
  background-position: 95% 50%; }

@media screen and (max-width: 576px) {
  .form-control {
    font-size: 1em; } }

#response.success {
  color: #8FC640; }

#response.error {
  color: #f75b5b; }

#promocode.success {
  background-image: url(../images/icons/check-green.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px); }

#promocode.error {
  background-image: url(../images/icons/close-red.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 15px); }

.header {
  background-color: #fff;
  padding: 10px 0px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1); }
  .header nav .nav.menu > li {
    position: relative;
    top: 18px;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    border-bottom: 4px solid transparent;
    padding-bottom: 23px;
    margin-left: 30px; }
    .header nav .nav.menu > li > a, .header nav .nav.menu > li > span {
      color: #86939E;
      padding: 13px 10px;
      text-transform: uppercase;
      letter-spacing: 0.15em;
      display: block;
      font-family: "Poppins", sans-serif;
      font-weight: 600;
      transition: all 500ms cubic-bezier(0, 0, 0.35, 0.94); }
      .header nav .nav.menu > li > a:hover, .header nav .nav.menu > li > span:hover {
        color: #43484C;
        background-color: transparent;
        text-decoration: none; }
      .header nav .nav.menu > li > a:focus, .header nav .nav.menu > li > span:focus {
        background-color: transparent; }
      .header nav .nav.menu > li > a.cart, .header nav .nav.menu > li > span.cart {
        padding: 0 27px;
        font-size: 14px;
        transition: all 500ms cubic-bezier(0, 0, 0.35, 0.94); }
        .header nav .nav.menu > li > a.cart:before, .header nav .nav.menu > li > span.cart:before {
          content: "";
          opacity: 1;
          margin-right: 10px;
          display: inline-block;
          background-repeat: no-repeat;
          background-image: url("../images/icons/cart_dark.svg");
          background-size: 16px 16px;
          width: 16px;
          height: 16px; }
        .header nav .nav.menu > li > a.cart:hover, .header nav .nav.menu > li > span.cart:hover {
          background: #FE9400;
          color: #fff; }
          .header nav .nav.menu > li > a.cart:hover:before, .header nav .nav.menu > li > span.cart:hover:before {
            background-image: url("../images/icons/cart.svg"); }
    .header nav .nav.menu > li.active {
      border-bottom: 4px solid #FE9400;
      /*&:nth-child(4) {
						border-bottom: 4px solid transparent;
						a {
							color: #86939E;
							background-color: $green;
							color: $white;
							&:before {
								background-image: url("../images/icons/cart.svg");
							}
						}
					}*/ }
      .header nav .nav.menu > li.active a {
        color: #43484C; }

.navbar-cart,
.navbar-bottom {
  display: none; }

.navbar-toggler {
  display: none;
  z-index: 99;
  top: 21px;
  left: 0;
  padding: 0;
  position: absolute; }
  .navbar-toggler .navbar-toggler-icon {
    height: 3px;
    width: 19px;
    border-radius: 100px;
    background-color: #86939E;
    display: block;
    margin-bottom: 3px; }

.open-close {
  position: relative; }

@media screen and (max-width: 992px) {
  .navbar-toggler {
    display: block; }
  .header {
    height: 60px;
    padding: 0; }
    .header .container {
      padding-left: 20px; }
    .header nav.navbar {
      text-align: center;
      display: block;
      padding: 2px 0 1px; }
      .header nav.navbar .navbar-brand img {
        height: 47px; }
      .header nav.navbar .navbar-bottom,
      .header nav.navbar .navbar-cart {
        display: block;
        position: absolute; }
      .header nav.navbar .navbar-cart {
        right: 5px;
        top: 20px; }
      .header nav.navbar .navbar-bottom {
        bottom: 40px;
        width: 100%;
        padding: 0 40px; }
        .header nav.navbar .navbar-bottom a {
          margin-right: 25px; }
        .header nav.navbar .navbar-bottom .col:first-child {
          text-align: left; }
      .header nav.navbar .nav-menu-toggle {
        height: auto;
        overflow: hidden;
        overflow-y: auto;
        position: fixed;
        z-index: 2;
        top: 60px;
        right: 0;
        bottom: 0;
        left: 0;
        background-color: #37414E;
        transition: max-height 0.5s;
        max-height: 0; }
        .header nav.navbar .nav-menu-toggle.open {
          max-height: 100%; }
        .header nav.navbar .nav-menu-toggle .nav.menu {
          top: 0;
          background-color: #37414E;
          z-index: 999;
          padding: 35px 47px 30px 32px;
          display: block; }
          .header nav.navbar .nav-menu-toggle .nav.menu li {
            text-align: left;
            display: block;
            padding-bottom: 0px;
            border-bottom: 1px solid #5E6977;
            margin-left: 0;
            top: unset; }
            .header nav.navbar .nav-menu-toggle .nav.menu li a {
              color: #86939E;
              padding: 21px 10px;
              font-family: "Poppins", sans-serif;
              font-size: 17px;
              text-transform: unset;
              letter-spacing: normal;
              font-weight: 500; }
              .header nav.navbar .nav-menu-toggle .nav.menu li a.cart {
                margin: 0;
                background: none;
                border: none;
                height: auto;
                line-height: unset;
                text-align: left; }
                .header nav.navbar .nav-menu-toggle .nav.menu li a.cart:before {
                  display: none; }
              .header nav.navbar .nav-menu-toggle .nav.menu li a:hover {
                color: #fff; }
            .header nav.navbar .nav-menu-toggle .nav.menu li.active a {
              color: #fff; }
            .header nav.navbar .nav-menu-toggle .nav.menu li:last-child {
              position: absolute;
              bottom: 30px;
              right: 30px;
              z-index: 9999;
              border-bottom: none; }
              .header nav.navbar .nav-menu-toggle .nav.menu li:last-child span {
                border-left: none; }
                .header nav.navbar .nav-menu-toggle .nav.menu li:last-child span:hover {
                  color: unset; }
              .header nav.navbar .nav-menu-toggle .nav.menu li:last-child ul {
                bottom: 40px;
                top:unset;
                background-color: transparent;
                border-color: transparent; }
                .header nav.navbar .nav-menu-toggle .nav.menu li:last-child ul:before, .header nav.navbar .nav-menu-toggle .nav.menu li:last-child ul:after {
                  content: none; }
                .header nav.navbar .nav-menu-toggle .nav.menu li:last-child ul li {
                  position: unset;
                  bottom: unset;
                  right: unset;
                  border-bottom: transparent; }
                  .header nav.navbar .nav-menu-toggle .nav.menu li:last-child ul li a {
                    border-bottom: none;
                    padding: 5px 0;
                    border-bottom: transparent;
                    font-weight: 400; } }

footer {
  padding: 15px 0;
  position: relative;
  font-size: 14px;
  color: #717B85;
  background-color: #24292D; }
  footer .logo {
    display: block; }
  footer .custom a {
    color: #717B85; }
    footer .custom a:hover {
      color: #8FC640; }
  footer .custom p {
    margin: 0; }
  footer nav.footer-nav {
    display: inline-block; }
  footer .copyright {
    display: inline-block; }
    footer .copyright .nav.menu {
      display: inline-block; }
      footer .copyright .nav.menu li {
        display: inline-block;
        margin-left: 0;
        padding-bottom: 0; }
        footer .copyright .nav.menu li a {
          color: #717B85;
          line-height: 12px;
          display: inline-block; }
        footer .copyright .nav.menu li:not(:last-child):after {
          content: "|";
          margin: 0 5px;
          display: inline-block;
          color: #717B85; }
        footer .copyright .nav.menu li:first-child a {
          padding-left: 0px; }
  footer .row {
    padding: 0 20px; }
  footer hr {
    border-color: #bdc6cf;
    margin-top: 10px;
    margin-bottom: 22px; }

@media screen and (max-width: 992px) {
  footer .row {
    padding: 0; }
  footer .creditcards {
    text-align: left;
    margin-top: 8px; } }

@media screen and (max-width: 768px) {
  .footer .copyright {
    text-align: left; } }

@media screen and (max-width: 576px) {
  footer {
    padding: 20px 0 10px 0; }
    footer .container a.logo {
      display: none; }
    footer .container .text-right {
      text-align: center !important; }
    footer .container .custom p, footer .container .custom a {
      color: #86939E;
      line-height: 1.25em; }
    footer .container hr {
      margin-bottom: 10px; } }

.com_cart .cart-wrapper {
  max-width: 510px;
  padding: 0 15px;
  margin: 0 auto; }
  .com_cart .cart-wrapper fieldset > label {
    font-size: 18px;
    font-weight: 500;
    color: #5E6977; }
  .com_cart .cart-wrapper .form-group label .images {
    margin-left: 30px; }
  .com_cart .cart-wrapper .form-group.credit-cards img:not(:first-child) {
    margin-left: 5px; }

@media screen and (max-width: 576px) {
  .com_cart .cart-wrapper .form-group label .images {
    display: block;
    margin-left: 0;
    margin-top: 10px; }
    .com_cart .cart-wrapper .form-group label .images img {
      margin-right: 10px; } }

body.purchase .main-banner {
  margin-bottom: 47px; }
  body.purchase .main-banner .offer {
    height: 400px;
    color: #fff;
    padding: 30px;
    background: #1C2C38;
    background: linear-gradient(146.02deg, #1C2C38 0%, #000000 100%); }
    body.purchase .main-banner .offer h3, body.purchase .main-banner .offer h2 {
      color: #fff;
      margin-bottom: 0; }
    body.purchase .main-banner .offer p {
      margin-bottom: 1.7rem; }
    body.purchase .main-banner .offer .vertical-center h3 {
      margin-bottom: 20px; }
    body.purchase .main-banner .offer .vertical-center .row {
      align-items: center;
      padding-top: 20px; }
      body.purchase .main-banner .offer .vertical-center .row:not(:last-child) {
        border-bottom: 1px solid #1B2B37;
        padding-bottom: 20px; }
      body.purchase .main-banner .offer .vertical-center .row .qty {
        color: #86939E;
        font-size: 16px;
        font-family: "Poppins", sans-serif; }
    body.purchase .main-banner .offer .big {
      font-size: 9em;
      font-weight: 500;
      letter-spacing: -5px;
      line-height: 120px;
      margin-bottom: 0px;
      margin-top: 10px; }
      @media screen and (max-width: 1200px) {
        body.purchase .main-banner .offer .big {
          font-size: 8em; } }
      @media screen and (max-width: 992px) {
        body.purchase .main-banner .offer .big {
          font-size: 9em; } }
    body.purchase .main-banner .offer .medium {
      font-size: 3em;
      font-weight: 400;
      line-height: 125%;
      margin-bottom: 15px; }
  body.purchase .main-banner .description {
    padding-left: 75px;
    height: 400px;
    background-size: cover;
    background-position: 50% 0;
    color: #fff; }
    body.purchase .main-banner .description h2 {
      color: #fff; }
    body.purchase .main-banner .description .list {
      margin-bottom: 20px;
      padding-left: 10px; }

body.purchase .item-page .small, body.purchase .item-page .mod_newsletter {
  max-width: 350px;
  margin: 0 auto; }

body.purchase .item-page .mod_newsletter p.title {
  font-size: 0.75em;
  margin-bottom: 20px;
  line-height: 1.5em; }

@media screen and (max-width: 1200px) {
  body.purchase .main-banner .offer .vertical-center .row {
    padding-top: 10px; }
    body.purchase .main-banner .offer .vertical-center .row:not(:last-child) {
      padding-bottom: 10px; }
    body.purchase .main-banner .offer .vertical-center .row h2 {
      font-size: 38px; } }

@media screen and (max-width: 992px) {
  body.purchase .main-banner {
    margin-bottom: 25px; }
    body.purchase .main-banner .description {
      margin-bottom: 20px;
      padding: 40px 35px 30px 45px; }
      body.purchase .main-banner .description .vertical-center {
        top: 0;
        transform: translateY(0%); }
      body.purchase .main-banner .description h3 {
        margin-bottom: 24px; }
      body.purchase .main-banner .description .list {
        margin-left: 7px; }
    body.purchase .main-banner .offer .vertical-center .row {
      padding-top: 15px; }
      body.purchase .main-banner .offer .vertical-center .row:not(:last-child) {
        padding-bottom: 15px; }
      body.purchase .main-banner .offer .vertical-center .row h2 {
        font-size: 42px; }
  body.purchase .article {
    margin-bottom: 30px;
    padding: 20px 30px;
    border-radius: 6px; }
    body.purchase .article h2 {
      font-size: 24px;
      margin-bottom: 26px;
      line-height: 28px; }
    body.purchase .article hr {
      margin: 10px 0; }
  body.purchase .item-page .mod_newsletter p.title {
    font-size: 0.85em; } }

@media screen and (max-width: 576px) {
  body.purchase .main-banner .description {
    padding: 30px 20px;
    height: auto;
    background-image: url(../../../images/Why-IR-Sun-mobile.jpg) !important; } }

@media screen and (max-width: 360px) {
  body.purchase .main-banner .offer .vertical-center .row h2 {
    font-size: 38px; } }

body.performance .article {
  background-color: transparent;
  padding: 0px;
  border-radius: 0px;
  box-shadow: none;
  margin-bottom: 0; }
  body.performance .article .item-page {
    padding: 0; }

.performance .functioning section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  z-index: -1; }
  .performance .functioning section .container {
    padding: 100px 60px 100px 100px;
    min-height: 420px;
    font-size: 14px; }
    .performance .functioning section .container h4 {
      font-size: 32px;
      line-height: 120%;
      margin-bottom: 30px;
      padding-left: 30px;
      font-weight: 500; }
    .performance .functioning section .container p {
      padding-left: 30px; }
      @media screen and (max-width: 480px) {
        .performance .functioning section .container p {
          padding-left: 5px; } }
    .performance .functioning section .container .split-text {
      padding-left: 30px; }
      .performance .functioning section .container .split-text p {
        padding-left: 0; }
    .performance .functioning section .container ul {
      margin-left: 30px; }
      .performance .functioning section .container ul li {
        list-style: revert;
        margin-left: 18px; }
    .performance .functioning section .container h5 {
      margin-bottom: 50px;
      font-weight: 700; }
  .performance .functioning section .image {
    position: absolute;
    right: 0;
    z-index: -1; }
    .performance .functioning section .image img {
      position: relative; }
  .performance .functioning section.section-01, .performance .functioning section.section-03, .performance .functioning section.section-05, .performance .functioning section.section-06, .performance .functioning section.section-09 {
    background: linear-gradient(180deg, #252932 0%, #000 100%);
    background-size: cover; }
    .performance .functioning section.section-01 h4, .performance .functioning section.section-03 h4, .performance .functioning section.section-05 h4, .performance .functioning section.section-06 h4, .performance .functioning section.section-09 h4 {
      color: #fff; }
  .performance .functioning section.section-02, .performance .functioning section.section-04, .performance .functioning section.section-07, .performance .functioning section.section-08, .performance .functioning section.section-10 {
    background-color: #fff; }
    .performance .functioning section.section-02 h4, .performance .functioning section.section-04 h4, .performance .functioning section.section-07 h4, .performance .functioning section.section-08 h4, .performance .functioning section.section-10 h4 {
      color: #43484C; }
  .performance .functioning section.section-01 {
    height: 800px;
    max-height: 100%; }
    .performance .functioning section.section-01 .image {
      right: 0;
      bottom: 5%; }
    @media screen and (max-width: 1200px) {
      .performance .functioning section.section-01 {
        height: auto; } }
    @media screen and (max-width: 992px) {
      .performance .functioning section.section-01 .image {
        margin-bottom: 10%; } }
  .performance .functioning section.section-02 {
    background: #fff; }
    .performance .functioning section.section-02 .container {
      padding-bottom: 30px; }
    .performance .functioning section.section-02 .image {
      position: inherit;
      text-align: center; }
    @media screen and (max-width: 992px) {
      .performance .functioning section.section-02 .split-text {
        -moz-column-count: 1;
             column-count: 1; }
      .performance .functioning section.section-02 .image {
        bottom: 20px; } }
  .performance .functioning section.section-03 .image {
    top: 10%;
    max-width: 70%; }
  @media screen and (max-width: 1600px) {
    .performance .functioning section.section-03 .image {
      right: -5%; } }
  @media screen and (max-width: 1200px) {
    .performance .functioning section.section-03 .image {
      right: -15%; } }
  @media screen and (max-width: 992px) {
    .performance .functioning section.section-03 .image img {
      max-width: 140%;
      left: -20%;
      margin-top: -10%;
      margin-bottom: -15%; } }
  .performance .functioning section.section-04 .image {
    bottom: 10%;
    right: 0;
    max-width: 65%; }
  @media screen and (max-width: 992px) {
    .performance .functioning section.section-04 .image {
      max-width: 85%; }
      .performance .functioning section.section-04 .image img {
        margin-top: -10%;
        margin-bottom: 10%; } }
  .performance .functioning section.section-05 .image {
    right: 5%;
    top: 10%;
    max-width: 46%; }
  @media screen and (max-width: 992px) {
    .performance .functioning section.section-05 .image {
      max-width: 80%;
      margin-bottom: 10%; } }
  .performance .functioning section.section-06 .image {
    bottom: 8%;
    right: 3%; }
  @media screen and (max-width: 480px) {
    .performance .functioning section.section-06 .image {
      width: 72% !important;
      margin-bottom: 10%; } }
  .performance .functioning section.section-07 {
    background-size: cover;
    background-image: url(../../../images/orange/performance/Prezračujte-prostore-z-minimalnimi-izgubami-energije.jpg);
    background-position: 100% 50%; }
    .performance .functioning section.section-07 img {
      display: none;
      -o-object-fit: cover;
         object-fit: cover;
      height: auto;
      -o-object-position: 70% 0%;
         object-position: 70% 0%; }
    @media screen and (max-width: 480px) {
      .performance .functioning section.section-07 {
        background-image: none; }
        .performance .functioning section.section-07 img {
          height: auto;
          display: initial; } }
  .performance .functioning section.section-08 {
    height: 800px; }
    .performance .functioning section.section-08 .image {
      top: 130px; }
      @media screen and (max-width: 992px) {
        .performance .functioning section.section-08 .image {
          margin-bottom: 10%; } }
  .performance .functioning section.section-09 {
    height: 800px; }
    .performance .functioning section.section-09 .image {
      top: 18%; }
      .performance .functioning section.section-09 .image img {
        max-width: 80%; }
    @media screen and (max-width: 480px) {
      .performance .functioning section.section-09 .image {
        max-width: 70%;
        margin-bottom: 10%; }
        .performance .functioning section.section-09 .image img {
          max-width: 100%; } }
  .performance .functioning section.section-10 {
    height: 800px; }
    .performance .functioning section.section-10 .image {
      top: 10%;
      right: 15%; }
    @media screen and (max-width: 480px) {
      .performance .functioning section.section-10 .image {
        width: 75% !important; }
        .performance .functioning section.section-10 .image img {
          margin-top: -15%;
          margin-bottom: 5%; } }

@media screen and (max-width: 992px) {
  .performance .functioning section {
    min-height: initial !important;
    height: auto !important; }
    .performance .functioning section .container {
      padding: 30px 20px 40px;
      min-height: auto !important; }
    .performance .functioning section .image {
      position: initial;
      margin-left: 50%;
      width: 100% !important; } }

@media screen and (max-width: 576px) {
  .performance .functioning section .container .row h4 {
    padding-left: 0;
    text-align: left; }
  .performance .functioning section .container p, .performance .functioning section .container .split-text {
    padding-left: 0; } }

#vertical-nav {
  /*fix the navigation*/
  position: fixed;
  left: 10%;
  top: 111px;
  bottom: 0px; }
  #vertical-nav ul {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%); }
    #vertical-nav ul li {
      padding-bottom: 15px; }
  #vertical-nav:before, #vertical-nav:after {
    content: "";
    background-color: #FE9400;
    height: calc( 50% - 185px);
    width: 1px;
    position: absolute;
    left: 4px;
    top: 0px; }
  #vertical-nav:after {
    top: unset;
    bottom: 0px; }
  #vertical-nav .cd-dot {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    text-indent: -9999px;
    display: block;
    margin-top: 10px;
    border: 1px solid #FE9400; }
  #vertical-nav a.is-selected .cd-dot {
    background-color: #FE9400; }
  #vertical-nav .nav-button {
    position: absolute;
    z-index: 999;
    bottom: 15%;
    height: 34px;
    width: 34px;
    margin-left: -13px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #8FC640;
    outline: none;
    background-image: url("../images/icons/triangle-green-down.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%; }

body.app {
  margin-top: -5%; }
  body.app .article {
    background-color: transparent;
    padding: 0px;
    border-radius: 0px;
    box-shadow: none;
    margin-bottom: 0; }
    body.app .article .item-page {
      padding: 0; }

.app .functioning section {
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  /*&.section-06 {
			.image {
				bottom:0;
			}
		}*/ }
  .app .functioning section .container {
    position: relative;
    z-index: 100;
    padding: 100px 60px 100px 100px;
    min-height: 420px;
    font-size: 14px; }
    .app .functioning section .container h4 {
      font-size: 32px;
      line-height: 120%;
      margin-bottom: 30px;
      padding-left: 30px;
      font-weight: 500; }
    .app .functioning section .container p {
      padding-left: 30px; }
      @media screen and (max-width: 480px) {
        .app .functioning section .container p {
          padding-left: 5px; } }
    .app .functioning section .container .split-text {
      padding-left: 30px; }
      .app .functioning section .container .split-text p {
        padding-left: 0; }
    .app .functioning section .container h5 {
      margin-bottom: 50px;
      font-weight: 700; }
  .app .functioning section .image {
    position: absolute;
    right: 0%; }
    .app .functioning section .image img {
      position: relative; }
  .app .functioning section.section-01, .app .functioning section.section-03, .app .functioning section.section-05, .app .functioning section.section-09 {
    background: linear-gradient(180deg, #252932 0%, #000 100%);
    background-size: cover; }
    .app .functioning section.section-01 h4, .app .functioning section.section-03 h4, .app .functioning section.section-05 h4, .app .functioning section.section-09 h4 {
      color: #fff; }
  .app .functioning section.section-02, .app .functioning section.section-04, .app .functioning section.section-06, .app .functioning section.section-07, .app .functioning section.section-08, .app .functioning section.section-10 {
    background-color: #fff; }
    .app .functioning section.section-02 h4, .app .functioning section.section-04 h4, .app .functioning section.section-06 h4, .app .functioning section.section-07 h4, .app .functioning section.section-08 h4, .app .functioning section.section-10 h4 {
      color: #43484C; }
  .app .functioning section.section-01 {
    height: 800px;
    max-height: 100%; }
    .app .functioning section.section-01 .image {
      right: 10%;
      bottom: 0; }
    @media screen and (max-width: 1200px) {
      .app .functioning section.section-01 {
        height: auto; } }
    @media screen and (max-width: 480px) {
      .app .functioning section.section-01 .image {
        max-width: 50%; }
      .app .functioning section.section-01 .inner-row .col-md-6 {
        margin-bottom: 20px !important; } }
  .app .functioning section.section-02 {
    min-height: 730px;
    /*@media screen and (max-width: 992px) {
				.image {
					bottom: 0;
				}
			}*/ }
    .app .functioning section.section-02 .image {
      bottom: 0;
      right: 0;
      max-width: 60%;
      max-height: 95%; }
    @media screen and (max-width: 480px) {
      .app .functioning section.section-02 .image {
        max-width: 90%; } }
  .app .functioning section.section-03 .image {
    top: 10%;
    max-width: 70%;
    right: 8%; }
  @media screen and (max-width: 1200px) {
    .app .functioning section.section-03 .image {
      right: 6%; } }
  .app .functioning section.section-04 .image {
    bottom: 0;
    right: 0;
    max-width: 55%; }
  @media screen and (max-width: 992px) {
    .app .functioning section.section-04 .image {
      max-width: 82%; } }
  .app .functioning section.section-05 {
    min-height: 730px;
    /*@media screen and (max-width: 992px) {
				.image {
					bottom: 0px;
					left: 10% !important;
					min-width: 550px;
				} 
			}*/ }
    .app .functioning section.section-05 .image {
      right: 10%;
      max-width: 50%;
      bottom: 0; }
    @media screen and (max-width: 992px) {
      .app .functioning section.section-05 .image {
        max-width: 80%; } }
  .app .functioning section.section-06 {
    background-size: cover;
    background-image: url(../../../images/orange/app/Najbolj-prilagodljiv-sistem-ogrevanja.jpg);
    background-position: 18vw 0;
    background-color: #fff; }
    @media screen and (max-width: 992px) {
      .app .functioning section.section-06 {
        background-image: none; }
        .app .functioning section.section-06 .image {
          width: 100% !important; } }
    .app .functioning section.section-06 img {
      display: none;
      -o-object-fit: cover;
         object-fit: cover;
      height: auto;
      -o-object-position: 70% 0;
         object-position: 70% 0; }
      @media screen and (max-width: 992px) {
        .app .functioning section.section-06 img {
          display: initial;
          height: auto; } }

@media screen and (max-width: 992px) {
  .app .functioning section {
    min-height: initial !important; }
    .app .functioning section .container {
      padding: 30px 20px 40px; }
    .app .functioning section .image {
      position: initial;
      margin-left: 50%;
      width: 100% !important;
      z-index: -1; } }

@media screen and (max-width: 576px) {
  .functioning section .container .row h4 {
    padding-left: 0;
    text-align: left; }
  .functioning section .container p, .functioning section .container .split-text {
    padding-left: 0; } }

#vertical-nav {
  /*fix the navigation*/
  position: fixed;
  left: 10%;
  top: 111px;
  bottom: 0px; }
  #vertical-nav ul {
    position: absolute;
    top: 50%;
    transform: translate(0%, -50%); }
    #vertical-nav ul li {
      padding-bottom: 15px; }
  #vertical-nav:before, #vertical-nav:after {
    content: "";
    background-color: #FE9400;
    height: calc( 50% - 185px);
    width: 1px;
    position: absolute;
    left: 4px;
    top: 0px; }
  #vertical-nav:after {
    top: unset;
    bottom: 0px; }
  #vertical-nav .cd-dot {
    height: 9px;
    width: 9px;
    border-radius: 50%;
    text-indent: -9999px;
    display: block;
    margin-top: 10px;
    border: 1px solid #FE9400; }
  #vertical-nav a.is-selected .cd-dot {
    background-color: #FE9400; }
  #vertical-nav .nav-button {
    position: absolute;
    z-index: 999;
    bottom: 15%;
    height: 34px;
    width: 34px;
    margin-left: -13px;
    cursor: pointer;
    background: #fff;
    border-radius: 50%;
    border: 1px solid #8FC640;
    outline: none;
    background-image: url("../images/icons/triangle-green-down.svg");
    background-repeat: no-repeat;
    background-position: 50% 50%; }

.moduletable-banner-app {
  background: #fff;
  margin-top: 110px;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  padding-top: 80px;
  border-radius: 4px;
  overflow: hidden; }
  .moduletable-banner-app h2 {
    padding: 0 25px; }
  .moduletable-banner-app p.col-lg-5 {
    padding: 0 45px; }
  .moduletable-banner-app .full-image img {
    width: 100%; }

body.properties-page .header {
  margin-bottom: 0px; }

body.properties-page .container {
  max-width: 1470px; }

body.properties-page .article {
  padding: 0;
  margin: 0;
  background-color: transparent;
  box-shadow: none; }
  body.properties-page .article .item-page {
    max-width: 100%;
    padding: 0; }

.specification-banner {
  position: relative; }
  .specification-banner .container {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .specification-banner .banner {
    height: 400px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
  .specification-banner .content {
    color: #fff;
    text-align: center;
    font-size: 18px;
    font-family: "Poppins", sans-serif;
    line-height: 1.7;
    font-weight: 300;
    width: 50%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 20px; }
    .specification-banner .content:after {
      position: absolute;
      bottom: -20px;
      left: 50%;
      transform: translateX(-50%);
      content: "";
      height: 3px;
      width: 80px;
      background-color: #FE9400; }

.specification h2 {
  font-size: 32px;
  font-weight: 500; }

.specification .col-left {
  padding-top: 90px; }
  .specification .col-left h5 {
    margin-bottom: 15px; }
  .specification .col-left img {
    width: 100%; }

.specification .col-right {
  padding: 90px 15px 100px 23px;
  background-color: #fff; }
  .specification .col-right h5 {
    font-family: "Poppins", sans-serif;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-top: 5px; }
  .specification .col-right ul {
    padding-left: 10px; }

.specification .actions {
  margin-top: 30px; }
  .specification .actions .btn-default:hover i:before {
    background-image: url("../images/icons/download-white.svg"); }

@media screen and (max-width: 992px) {
  .specification-banner .banner {
    height: 167px; }
  .specification-banner .content {
    position: relative;
    color: #86939E;
    font-size: 16px;
    line-height: 160%;
    top: 0%;
    right: unset;
    transform: translateY(0%);
    width: 100%;
    padding-top: 8px; }
  .specification {
    margin-top: 0px; }
    .specification .col-left {
      margin-bottom: 20px; } }

@media screen and (max-width: 576px) {
  .specification-banner .banner {
    height: 250px; }
  .specification .col-left, .specification .col-right {
    padding-top: 20px; } }

.main-banner .home {
  background: linear-gradient(180deg, #252932 0%, #000 100%);
  background-repeat: no-repeat;
  background-position: 50% 0;
  padding-bottom: 160px;
  background-size: cover;
  position: relative; }
  .main-banner .home .col-lg-6 {
    position: unset; }
  .main-banner .home .content {
    padding-top: 34%;
    padding-left: 60px; }
    .main-banner .home .content h2 {
      margin-bottom: 30px;
      color: #F4F4F4; }
      @media screen and (max-width: 576px) {
        .main-banner .home .content h2 {
          font-size: 2.25em;
          line-height: 40px; } }
  .main-banner .home img {
    padding: 14% 0 0;
    max-width: 100%; }
  .main-banner .home .arrow-scroll-down {
    margin: 0 auto; }
    .main-banner .home .arrow-scroll-down img {
      padding: 0; }

@media screen and (max-width: 992px) {
  .main-banner .home {
    padding-bottom: 0px; }
    .main-banner .home .content {
      padding: 30px; }
      .main-banner .home .content .more {
        text-align: center;
        position: absolute;
        z-index: 999;
        width: 100%;
        bottom: 40px;
        left: 0; }
        .main-banner .home .content .more a.btn {
          box-shadow: 0 5px 10px 0 rgba(143, 198, 64, 0.45);
          background-color: #FE9400;
          border-color: #FE9400; }
          .main-banner .home .content .more a.btn:hover {
            background-color: #FECA03;
            border-color: #FECA03; }
          .main-banner .home .content .more a.btn:before {
            background-image: none;
            margin-right: 0px;
            width: 0;
            height: 0; }
      .main-banner .home .content h5 {
        margin-bottom: 10px; }
      .main-banner .home .content h2 {
        margin-bottom: 50px; }
    .main-banner .home img {
      position: relative;
      top: -110px;
      padding: 18% 0 0; } }

.article {
  background-color: #fff;
  padding: 20px;
  border-radius: 6px;
  margin-bottom: 30px;
  box-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.12); }
  .article .item-page {
    max-width: 740px;
    margin: 0 auto;
    padding: 50px 0; }
    .article .item-page h3 {
      font-size: 18px; }
    .article .item-page hr {
      margin-top: 30px;
      margin-bottom: 30px; }
    .article .item-page .page-header {
      text-align: center;
      margin-bottom: 70px; }
    .article .item-page.faq {
      font-size: 16px; }
  .article .item-image {
    margin: -20px -20px 0 -20px; }
  .article .border-left {
    font-size: 18px;
    font-family: 'Roboto', sans-serif; }

.front-page .article {
  padding: 80px 10px 0px;
  background-color: #fff;
  position: relative;
  z-index: 999;
  border-radius: 4px !important;
  box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1);
  text-align: center;
  border-radius: 0px;
  margin-top: -50px; }
  @media screen and (max-width: 1200px) {
    .front-page .article {
      margin-top: -100px; } }
  @media screen and (max-width: 992px) {
    .front-page .article {
      margin-top: 25px;
      padding: 25px 25px 0px 25px; }
      .front-page .article h2 {
        margin-bottom: 10px; } }
  .front-page .article .btn {
    margin-top: 30px; }
    @media screen and (max-width: 992px) {
      .front-page .article .btn {
        margin-top: 20px;
        box-shadow: 0 4px 14px 0 rgba(0, 0, 0, 0.1); } }
  .front-page .article .full-image {
    margin-top: 50px; }
  .front-page .article p {
    max-width: 470px;
    margin: 10px auto; }
  .front-page .article .item-page {
    padding-bottom: 0; }

.banner-top {
  margin: -30px -95px 70px; }

@media screen and (max-width: 992px) {
  .banner-top {
    margin: -30px -20px 40px; } }

.banner-bottom .moduletable {
  margin-bottom: 85px; }
  .banner-bottom .moduletable > h3 {
    text-align: center;
    color: #43484C;
    font-size: 4.5em;
    letter-spacing: -1px;
    line-height: 72px;
    margin-bottom: 65px;
    font-weight: 300; }
  .banner-bottom .moduletable .colorfull h4 {
    position: absolute;
    top: 40px;
    left: 55px;
    font-size: 52px;
    font-weight: 300;
    line-height: 72px;
    font-family: "Poppins", sans-serif;
    display: flex;
    align-items: center; }
  .banner-bottom .moduletable .colorfull img {
    width: 100%; }
  .banner-bottom .moduletable .colorfull .col-md-6 {
    width: 50%; }

@media screen and (max-width: 992px) {
  .small {
    font-size: 100%;
    line-height: 1.7em; }
  .banner-bottom .moduletable {
    margin-bottom: 30px; }
    .banner-bottom .moduletable > h3 {
      font-size: 1.5em;
      line-height: 1.25em;
      margin-bottom: 15px; }
    .banner-bottom .moduletable .colorfull {
      margin-right: -10px;
      margin-left: -10px; }
      .banner-bottom .moduletable .colorfull .col-md-6 {
        margin-bottom: 0px;
        padding-left: 5px;
        padding-right: 5px; }
        .banner-bottom .moduletable .colorfull .col-md-6:last-child {
          margin-bottom: 0px; }
        .banner-bottom .moduletable .colorfull .col-md-6 h4 {
          font-size: 1.25em;
          line-height: 1.5em;
          top: 10px;
          left: 15px; }
  .article .item-page .page-header {
    margin-bottom: 30px; }
  .article .item-page .border-left {
    margin-top: 25px; }
  .front-page .article .full-image {
    margin: 40px -20px 0 -20px; } }

div#outer {
  position: fixed;
  bottom: 20px;
  z-index: 9999;
  max-width: 1140px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
  border-radius: 6px; }

.close-btn {
  background-image: url("../images/icons/close-btn.svg");
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  display: inline-block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%); }

div#cookieMessageContainer {
  text-align: center;
  padding: 18px 26px;
  background-color: #8C98A2;
  color: #fff;
  border-radius: 6px;
  background-image: url("../images/icons/cookie.svg");
  background-repeat: no-repeat;
  background-size: 28px 28px;
  background-position: 75px 50%; }

div#cookieMessageContainer a {
  text-decoration: underline;
  color: #E1E4E7; }
  div#cookieMessageContainer a:hover {
    color: #fff; }

div#cookieMessageContainer p {
  display: block;
  font-size: 14px;
  color: #fff;
  letter-spacing: 0;
  line-height: 24px;
  margin: 0;
  position: relative;
  padding: 0 30px; }

@media screen and (max-width: 992px) {
  div#cookieMessageContainer {
    background-position: 15px 50%;
    padding: 15px; } }

.bottom .moduletable.newsletter {
  background-color: #fff;
  padding: 100px 0; }
  .bottom .moduletable.newsletter h3 {
    font-size: 3.25em;
    font-weight: 300;
    color: #43484C; }

.mod_newsletter {
  color: #86939E;
  width: auto; }
  .mod_newsletter form {
    position: relative; }
    .mod_newsletter form .form-group {
      position: relative;
      max-width: 360px;
      margin: 0 auto; }
      .mod_newsletter form .form-group .btn {
        position: absolute;
        top: 0;
        right: 0;
        background: none;
        border: 0 none;
        padding: 13px 15px;
        min-width: unset; }
      .mod_newsletter form .form-group .form-control {
        border-width: 1px !important;
        font-size: 14px; }
    .mod_newsletter form p.title {
      max-width: 380px;
      margin: 0 auto;
      padding: 15px 0 30px; }
    .mod_newsletter form .response {
      margin-top: 20px;
      position: absolute;
      bottom: -30px;
      width: 100%;
      text-align: center; }

@media screen and (max-width: 576px) {
  .bottom .moduletable {
    font-size: 0.875em; }
    .bottom .moduletable.newsletter {
      padding: 35px 35px 25px; }
      .bottom .moduletable.newsletter h3 {
        font-size: 1.5em;
        line-height: 1.5em;
        margin-bottom: 0px; }
  .mod_newsletter {
    padding: 0; } }

.main-banner .full-width .container {
  overflow: hidden; }

.main-banner .full-width .container img {
  visibility: visible;
  transform: translateX(150%);
  animation: slideLeft 0.8s forwards ease-out 0.5s;
  -webkit-animation: slideLeft 0.8s forwards ease-out 0.5s; }

.main-banner .full-width .container .content h5 {
  opacity: 0;
  animation: textOpacity 1.5s forwards ease-in-out 0.5s 1;
  -webkit-animation: textOpacity 1.5s forwards ease-in-out 0s 1; }

.main-banner .full-width .container .content h2 {
  opacity: 0;
  animation: textOpacity 1.5s forwards ease-in-out 0.7s 1;
  -webkit-animation: textOpacity 1.5s forwards ease-in-out 0.2s 1; }

.main-banner .full-width .container .content .btn {
  opacity: 0;
  animation: textOpacity 1.5s forwards ease-in-out 0.8s 1;
  -webkit-animation: textOpacity 1.5s forwards ease-in-out 0.3s 1; }

@keyframes slideLeft {
  0% {
    transform: translateX(150%); }
  100% {
    transform: translateX(0%); } }

@-webkit-keyframes slideLeft {
  0% {
    -webkit-transform: translateX(150%); }
  100% {
    -webkit-transform: translateX(0%); } }

@-webkit-keyframes slideTop {
  0% {
    transform: translate(0%, -200%); }
  100% {
    transform: translate(0%, 0%); } }

@keyframes slideTop {
  0% {
    transform: translate(0%, -200%); }
  100% {
    transform: translate(0%, 0%); } }

@-webkit-keyframes slideTopMobile {
  0% {
    transform: translate(-50%, -200%); }
  100% {
    transform: translate(-50%, 0%); } }

@keyframes slideTopMobile {
  0% {
    transform: translate(-50%, -200%); }
  100% {
    transform: translate(-50%, 0%); } }

@-webkit-keyframes slideLoop {
  from {
    transform: translate(0%, 0);
    opacity: 1; }
  50% {
    transform: translate(0%, -20px);
    opacity: 1; }
  to {
    transform: translate(0%, 0);
    opacity: 1; } }

@keyframes slideLoop {
  from {
    transform: translate(0%, 0);
    opacity: 1; }
  50% {
    transform: translate(0%, -20px);
    opacity: 1; }
  to {
    transform: translate(0%, 0);
    opacity: 1; } }

@-webkit-keyframes slideLoopMobile {
  from {
    transform: translate(-50%, 0);
    opacity: 1; }
  50% {
    transform: translate(-50%, -20px);
    opacity: 1; }
  to {
    transform: translate(-50%, 0);
    opacity: 1; } }

@keyframes slideLoopMobile {
  from {
    transform: translate(-50%, 0);
    opacity: 1; }
  50% {
    transform: translate(-50%, -20px);
    opacity: 1; }
  to {
    transform: translate(-50%, 0);
    opacity: 1; } }

@keyframes textOpacity {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

@-webkit-keyframes textOpacity {
  0% {
    opacity: 0;
    transform: translate3d(0, 60px, 0); }
  100% {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }

.front-page .article .full-image {
  overflow: hidden; }

.animation {
  visibility: visible; }
  .animation.slideBottomToTop {
    opacity: 0; }
    .animation.slideBottomToTop.start {
      -webkit-animation: slideBottomToTop 1.25s forwards ease-out 0.5s;
              animation: slideBottomToTop 1.25s forwards ease-out 0.5s; }
  .animation.slideLeftToRight {
    transform: translateX(-150%);
    opacity: 0; }
    .animation.slideLeftToRight.start {
      -webkit-animation: slideLeftToRight 1.25s forwards ease-out 0.5s;
              animation: slideLeftToRight 1.25s forwards ease-out 0.5s; }
  .animation.slideRightToLeft {
    transform: translateX(150%);
    opacity: 0; }
    .animation.slideRightToLeft.start {
      -webkit-animation: slideRightToLeft 1.25s forwards ease-out 0.5s;
              animation: slideRightToLeft 1.25s forwards ease-out 0.5s; }
  .animation.fadeInBottomTop {
    opacity: 0; }
    .animation.fadeInBottomTop.start {
      -webkit-animation: fadeInBottomTop 1.25s forwards ease-out 0.5s;
              animation: fadeInBottomTop 1.25s forwards ease-out 0.5s; }

@media screen and (max-width: 992px) {
  .animation.slideRightToLeft {
    transform: translateX(150%);
    opacity: 0; }
    .animation.slideRightToLeft.start {
      visibility: visible;
      -webkit-animation: slideRightToLeftCenter 1.25s forwards ease-out 0.5s;
              animation: slideRightToLeftCenter 1.25s forwards ease-out 0.5s; } }

@keyframes slideBottomToTop {
  0% {
    opacity: 0;
    transform: translateY(200%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@-webkit-keyframes slideBottomToTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(200%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

@keyframes slideRightToLeft {
  0% {
    opacity: 0;
    transform: translateX(150%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@-webkit-keyframes slideRightToLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@keyframes slideLeftToRight {
  0% {
    opacity: 0;
    transform: translateX(-150%); }
  100% {
    opacity: 1;
    transform: translateX(0%); } }

@-webkit-keyframes slideLeftToRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-150%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0%); } }

@keyframes fadeInBottomTop {
  0% {
    opacity: 0;
    transform: translateY(20%); }
  100% {
    opacity: 1;
    transform: translateY(0%); } }

@-webkit-keyframes fadeInBottomTop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0%); } }

@keyframes slideRightToLeftCenter {
  0% {
    opacity: 0;
    transform: translateX(150%); }
  100% {
    opacity: 1;
    transform: translateX(-50%); } }

@-webkit-keyframes slideRightToLeftCenter {
  0% {
    opacity: 0;
    -webkit-transform: translateX(150%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(-50%); } }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

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

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 34px;
  width: 34px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: #fff;
  border-radius: 50%;
  border: 1px solid #FE9400;
  color: transparent;
  top: 50%;
  transform: translate(0, -50%);
  padding: 0;
  z-index: 9;
  outline: none; }
  .slick-prev:hover, .slick-prev:focus,
  .slick-next:hover,
  .slick-next:focus {
    outline: none; }
  .slick-prev.slick-disabled:before,
  .slick-next.slick-disabled:before {
    opacity: 0.25; }
  .slick-prev:before,
  .slick-next:before {
    content: "";
    display: inline-block;
    background-repeat: no-repeat;
    background-image: url(../images/icons/triangle-green.svg);
    background-size: 7px 11px;
    width: 7px;
    height: 11px;
    position: relative;
    top: 0px;
    left: 2px; }

.slick-prev {
  left: -17px; }
  [dir="rtl"] .slick-prev {
    left: auto;
    right: -25px; }
  .slick-prev:before {
    transform: scaleX(-1);
    left: -2px; }

.slick-next {
  right: -17px; }
  [dir="rtl"] .slick-next {
    left: -25px;
    right: auto; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -30px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 10px;
    padding: 0;
    cursor: pointer; }
    .slick-dots li button {
      font-size: 0;
      outline: none;
      color: transparent;
      border-radius: 50%;
      background-color: transparent;
      border: 1px solid #FE9400;
      cursor: pointer;
      padding: 0;
      height: 6px;
      width: 6px; }
      .slick-dots li button:hover, .slick-dots li button:focus {
        outline: none; }
        .slick-dots li button:hover:before, .slick-dots li button:focus:before {
          opacity: 1; }
      .slick-dots li button:before {
        position: absolute;
        top: 0;
        left: 0;
        content: "";
        font-family: "slick";
        font-size: 6px;
        line-height: 8px;
        text-align: center;
        color: black;
        opacity: 0.25;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
    .slick-dots li.slick-active button {
      color: black;
      opacity: 0.75;
      background-color: #FE9400;
      border-radius: 50%; }

.slider h2 {
  text-align: center;
  margin: 70px 0 50px; }

.slider .slick-slide img {
  width: 100%; }

@media screen and (max-width: 992px) {
  .slider .slick-dotted.slick-slider {
    margin-bottom: 50px; } }

@media screen and (max-width: 1200px) {
  .slick-prev {
    left: 10px; }
  .slick-next {
    right: 10px; } }

.com_cart {
  margin: 0 -20px; }
  .com_cart .toolbar-top {
    display: inline-flex;
    width: 100%;
    justify-content: center;
    border-bottom: 1px solid #E1E8EE;
    margin-bottom: 50px; }
    .com_cart .toolbar-top li {
      padding: 10px;
      font-size: 18px;
      font-weight: 500;
      color: #E1E8EE;
      display: flex;
      align-items: center;
      border-bottom: 4px solid transparent;
      margin: 0 2%; }
      .com_cart .toolbar-top li a {
        color: #86939E;
        display: flex;
        align-items: center; }
        .com_cart .toolbar-top li a span {
          border-color: #86939E; }
      .com_cart .toolbar-top li span {
        width: 24px;
        display: inline-flex;
        height: 24px;
        border-radius: 50%;
        border: 2px solid #E1E8EE;
        justify-content: center;
        font-size: 12px;
        line-height: 24px;
        align-items: center;
        margin-right: 10px; }
      .com_cart .toolbar-top li.active {
        color: #FE9400;
        border-color: #FE9400; }
        .com_cart .toolbar-top li.active span {
          border-color: #FE9400; }
  .com_cart .toolbar-bottom {
    border-top: 1px solid #E1E8EE;
    margin-bottom: -20px;
    margin-top: 10px; }
    .com_cart .toolbar-bottom li {
      padding-top: 15px;
      padding-bottom: 15px;
      text-align: center; }
      .com_cart .toolbar-bottom li:last-child {
        border-left: 1px solid #E1E8EE; }
      .com_cart .toolbar-bottom li a, .com_cart .toolbar-bottom li .btn-next {
        font-size: 16px;
        font-weight: 500; }
      .com_cart .toolbar-bottom li a {
        color: #86939E; }
      .com_cart .toolbar-bottom li .btn-next {
        color: #FE9400;
        -webkit-appearance: none;
        border: none;
        background-color: transparent; }
        .com_cart .toolbar-bottom li .btn-next img {
          margin-left: 20px; }
        .com_cart .toolbar-bottom li .btn-next:hover {
          color: #FECA03; }
          .com_cart .toolbar-bottom li .btn-next:hover .arrow-right:before {
            background-image: url("../images/icons/arrow-right-hover.svg"); }
      .com_cart .toolbar-bottom li.single-link {
        flex: 0 0 50%;
        margin-left: auto; }

@media screen and (max-width: 576px) {
  .com_cart .toolbar-top {
    display: flex;
    flex-wrap: wrap; }
    .com_cart .toolbar-top li {
      flex: 0 0 100%;
      margin: 0; } }

.com_cart.payment .form-group label {
  font-size: 16px; }
  .com_cart.payment .form-group label small {
    font-size: 12px;
    margin-left: 10px; }

.com_cart.payment .credit-cards img {
  margin-left: 5px; }

.com_cart.payment .radiogroup .form-group {
  margin: 30px 0; }

.com_cart.payment .payment-method {
  border-bottom: 1px solid #E1E8EE;
  margin-bottom: 30px; }

.com_cart.payment .delivery-address {
  margin-top: 20px; }

.com_cart.payment .pickup-address .radiogroup .form-group label span {
  font-size: 10px;
  line-height: 13px; }

@media screen and (max-width: 576px) {
  .com_cart.payment .pickup-address .radiogroup {
    flex-wrap: wrap;
    margin-top: 30px;
    margin-bottom: 20px; }
    .com_cart.payment .pickup-address .radiogroup .form-group {
      flex: 0 0 100%;
      margin: 0 0 20px; } }

.order .cart-wrapper {
  max-width: 100%;
  padding: 0 80px; }
  .order .cart-wrapper .col-left {
    flex: 0 0 51%;
    max-width: 51%;
    padding-right: 100px; }
  .order .cart-wrapper .col-right {
    flex: 0 0 49%;
    max-width: 49%; }

.order .product-list h3 {
  font-size: 26px;
  font-weight: 300;
  margin: 20px 0 40px; }

.order .product-list .product {
  border: 2px solid #E1E8EE;
  border-radius: 6px;
  padding: 35px 30px; }
  .order .product-list .product + .product {
    margin-top: 20px; }
  .order .product-list .product .product-item {
    font-size: 16px;
    color: #43484C;
    font-family: "Poppins", sans-serif;
    line-height: 18px;
    margin-bottom: 15px; }
    .order .product-list .product .product-item .price {
      color: #86939E;
      font-size: 14px;
      display: block; }
  .order .product-list .product .qty {
    display: flex; }
    .order .product-list .product .qty input {
      width: 40px;
      border: none;
      text-align: center;
      color: #43484C; }
    .order .product-list .product .qty button {
      border: 1px solid #E1E8EE;
      border-radius: 6px;
      width: 31px;
      height: 31px;
      line-height: 31px;
      padding: 0;
      color: #86939E;
      font-size: 21px;
      background-color: transparent; }

.order .summary {
  margin-top: 10px; }
  .order .summary #total-price-holder {
    font-size: 14px; }
    .order .summary #total-price-holder #total-price {
      font-size: 42px;
      display: block;
      line-height: 52px;
      color: #43484C;
      font-family: "Poppins", sans-serif; }
  .order .summary .form-group label {
    margin-bottom: 7px; }

@media screen and (max-width: 992px) {
  .order .cart-wrapper {
    padding: 0 15px; }
    .order .cart-wrapper .col-left {
      padding-right: 15px; }
      .order .cart-wrapper .col-left h3 {
        margin: 0 0 15px;
        font-size: 18px; }
      .order .cart-wrapper .col-left .product {
        padding: 15px; } }

@media screen and (max-width: 576px) {
  .order .cart-wrapper .col-left, .order .cart-wrapper .col-right {
    flex: 0 0 100%;
    max-width: 100%; }
  .order .cart-wrapper .col-left {
    margin-bottom: 15px; }
  .order .cart-wrapper .product img {
    width: 100%;
    margin-bottom: 30px; } }

.gallery .slider-for img {
  width: 100%; }

.gallery .slider-nav {
  margin: 30px -10px; }
  .gallery .slider-nav .slick-list .item {
    border-radius: 6px;
    overflow: hidden;
    width: 100%;
    margin: 0 10px; }
    .gallery .slider-nav .slick-list .item img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
    .gallery .slider-nav .slick-list .item:focus {
      outline: none; }

.demand {
  padding-left: 75px;
  padding-right: 75px; }
  .demand h4 {
    line-height: 1.3; }
  .demand form {
    max-width: 500px;
    margin-top: 40px; }
    .demand form .row {
      margin-left: -10px;
      margin-right: -10px; }
      .demand form .row .form-group {
        padding-left: 10px;
        padding-right: 10px; }
    .demand form textarea {
      min-height: 150px;
      line-height: 1.5;
      padding: 10px; }
    .demand form .actions {
      margin-top: 30px; }

@media screen and (max-width: 992px) {
  .demand {
    padding-left: 0px;
    padding-right: 0px; } }

@media screen and (max-width: 768px) {
  .demand form {
    max-width: 100%;
    margin-top: 20px; } }

.contact {
  margin: -20px; }
  .contact .contact-info {
    padding: 60px 95px; }
    .contact .contact-info p {
      margin-bottom: 0px; }
    .contact .contact-info h4 {
      margin-bottom: 20px; }
    .contact .contact-info .office {
      border-right: 1px solid #E1E8EE;
      padding: 15px; }
      .contact .contact-info .office a {
        color: #86939E;
        display: block; }
        .contact .contact-info .office a img {
          opacity: 0.3;
          margin-right: 10px; }
        .contact .contact-info .office a + a {
          margin-top: 10px; }
    .contact .contact-info .marketing {
      padding: 15px 50px; }
      .contact .contact-info .marketing a:hover {
        color: #FE9400; }
  .contact .form-wrapper {
    background: linear-gradient(180deg, #1C2C38 0%, #000000 100%);
    padding: 100px 15px; }
    .contact .form-wrapper form {
      max-width: 585px;
      margin: 0 auto; }
      .contact .form-wrapper form .heading {
        color: #fff;
        max-width: 400px;
        margin: 0 auto;
        font-size: 18px;
        margin-bottom: 85px; }
        .contact .form-wrapper form .heading h3 {
          color: #fff;
          margin-bottom: 20px; }
      .contact .form-wrapper form .form-control {
        background-color: rgba(134, 147, 158, 0.15);
        border-color: transparent;
        padding: 0 15px;
        color: #fff; }
      .contact .form-wrapper form .form-control::-webkit-input-placeholder {
        color: #fff; }
      .contact .form-wrapper form .form-control::-moz-placeholder {
        color: #fff; }
      .contact .form-wrapper form .form-control:-ms-input-placeholder {
        color: #fff; }
      .contact .form-wrapper form .form-control:-moz-placeholder {
        color: #fff; }
      .contact .form-wrapper form textarea {
        min-height: 145px;
        line-height: 1.5;
        padding: 15px !important; }
      .contact .form-wrapper form .actions {
        margin-top: 50px; }

@media screen and (max-width: 992px) {
  .contact {
    margin: -20px; }
    .contact .contact-info {
      padding: 30px 20px; } }

@media screen and (max-width: 768px) {
  .contact .contact-info .marketing {
    padding: 15px; } 
}

.header nav .nav.menu > li:last-child {
  position: relative; }
  .header nav .nav.menu > li:last-child > span {
    border-left: 1px solid #E1E8EE;
    padding: 5px 15px;
    margin-top: 8px;
    margin-bottom: 8px; }
    .header nav .nav.menu > li:last-child > span:after {
      content: "";
      margin-left: 7px;
      display: inline-block;
      background-repeat: no-repeat;
      background-image: url(../images/icons/arrow-down.svg);
      background-size: 12px 7px;
      width: 12px;
      height: 7px; }
  .header nav .nav.menu > li:last-child ul {
    border: 1px solid #E1E8EE;
    position: absolute;
    top:50px;
    right: 0;
    z-index: 99;
    background-color: #fff;
    text-align: left;
    padding: 0;
    display: none;
    width: 96px; }
    .header nav .nav.menu > li:last-child ul:before, .header nav .nav.menu > li:last-child ul:after {
      bottom: 100%;
      left: 70%;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
    .header nav .nav.menu > li:last-child ul:after {
      border-color: rgba(255, 255, 255, 0);
      border-bottom-color: #fff;
      border-width: 8px;
      margin-left: -8px; }
    .header nav .nav.menu > li:last-child ul:before {
      border-color: rgba(225, 232, 238, 0);
      border-bottom-color: #E1E8EE;
      border-width: 9px;
      margin-left: -9px; }
    .header nav .nav.menu > li:last-child ul li {
      margin: 0 5px; }
      .header nav .nav.menu > li:last-child ul li a, .header nav .nav.menu > li:last-child ul li span {
        padding: 3px 5px;
        color: #86939E;
        text-transform: uppercase;
        letter-spacing: 0.15em;
        font-family: "Poppins", sans-serif;
        transition: all 500ms cubic-bezier(0, 0, 0.35, 0.94); }
      .header nav .nav.menu > li:last-child ul li a {
        display: block; }
      .header nav .nav.menu > li:last-child ul li span {
        display: inline-block;
        font-weight: 500; }
      .header nav .nav.menu > li:last-child ul li:not(:last-child) a {
        border-bottom: 1px solid #E1E8EE; }
  .header nav .nav.menu > li:last-child:hover ul {
    display: block; }

.com_cart.info-page {
  height: calc(100vh - 280px);
  display: flex;
  align-items: center;
  align-content: center;
  flex-wrap: wrap; }
  .com_cart.info-page h2 {
    margin-bottom: 30px;
    flex: 0 0 100%; }
  .com_cart.info-page h4 {
    flex: 0 0 100%;
    text-align: center; }

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