.full-popup:after, .center:after, .nav-mobile:after {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.cart-box .item, .cart-box .total, .image-text-wr, header .max-width, .products-index section.max-width, .products-show .details-image-wr, .category-pagination, main.calculator .c-content-wr .c-block-wr, main.calculator .c-content-wr .c-block {
  *zoom: 1; }
  .cart-box .item:before, .cart-box .total:before, .image-text-wr:before, header .max-width:before, .products-index section.max-width:before, .products-show .details-image-wr:before, .category-pagination:before, main.calculator .c-content-wr .c-block-wr:before, main.calculator .c-content-wr .c-block:before, .cart-box .item:after, .cart-box .total:after, .image-text-wr:after, header .max-width:after, .products-index section.max-width:after, .products-show .details-image-wr:after, .category-pagination:after, main.calculator .c-content-wr .c-block-wr:after, main.calculator .c-content-wr .c-block:after {
    content: " ";
    display: table; }
  .cart-box .item:after, .cart-box .total:after, .image-text-wr:after, header .max-width:after, .products-index section.max-width:after, .products-show .details-image-wr:after, .category-pagination:after, main.calculator .c-content-wr .c-block-wr:after, main.calculator .c-content-wr .c-block:after {
    clear: both; }

.table {
  display: table;
  height: 100%;
  vertical-align: middle; }

.table-cell {
  display: table-cell;
  vertical-align: middle; }

.max-width {
  max-width: 1570px;
  padding: 0 50px;
  margin: auto;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 950px) {
    .max-width {
      padding: 0 2em; }
      .max-width.mb-nomargin {
        padding: 0; } }
  @media (max-width: 600px) {
    .max-width {
      padding: 0 1em; }
      .max-width.mb-nomargin {
        padding: 0; } }

.max-width-narrow {
  max-width: 800px;
  padding: 0 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto; }
  @media (max-width: 950px) {
    .max-width-narrow {
      padding: 0 2em; } }

.underline, .underline-light, #slider .text-wr h2, .underline-small, footer h4, h1, .h1, header nav a {
  position: relative;
  font-weight: 700;
  line-height: 1em;
  padding: 0;
  padding-bottom: .2em; }
  .underline:before, .underline-light:before, #slider .text-wr h2:before, .underline-small:before, footer h4:before, h1:before, .h1:before, header nav a:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 1.2em;
    content: "";
    border-bottom: 0.12em solid #3cc75f; }

.underline-light, #slider .text-wr h2 {
  font-weight: 400; }
  .underline-light:before, #slider .text-wr h2:before {
    border-bottom-width: .08em; }

.underline-small, footer h4 {
  line-height: 1.3em; }
  .underline-small:before, footer h4:before {
    border-bottom-width: .17em;
    width: 1.2em; }

.btn:before, .btn-2:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh:before, .btn-1:before, .btn-1-inverse:before, .btn-default-inverse:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:before, .cart-box .order-btn:before, #prl-wr .prl-curtain {
  display: inline-block;
  background: #212326;
  position: relative;
  z-index: 1; }
  .btn:before, .btn-2:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh:before, .btn-1:before, .btn-1-inverse:before, .btn-default-inverse:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:before, .cart-box .order-btn:before, #prl-wr .prl-curtain:before, #prl-wr .prl-curtain:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    background: inherit;
    width: 100%;
    -moz-transform: skew(-15deg);
    -ms-transform: skew(-15deg);
    -webkit-transform: skew(-15deg);
    transform: skew(-15deg);
    -moz-transform-origin: top left;
    -ms-transform-origin: top left;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    z-index: -1; }
  #prl-wr .prl-curtain:after {
    left: 100%;
    right: auto; }
  .btn:before .trapeze-content-wr, .btn-2:before .trapeze-content-wr, .btn-1:before .trapeze-content-wr, .btn-1-inverse:before .trapeze-content-wr, .btn-default-inverse:before .trapeze-content-wr, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:before .trapeze-content-wr, .cart-box .order-btn:before .trapeze-content-wr, #prl-wr .prl-curtain .trapeze-content-wr {
    display: table;
    height: 100%;
    vertical-align: middle;
    padding: 4em; }
  .btn:before .trapeze-content, .btn-2:before .trapeze-content, .btn-1:before .trapeze-content, .btn-1-inverse:before .trapeze-content, .btn-default-inverse:before .trapeze-content, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:before .trapeze-content, .cart-box .order-btn:before .trapeze-content, #prl-wr .prl-curtain .trapeze-content {
    display: table-cell;
    vertical-align: middle; }

@-moz-keyframes fadeinfadeout {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeinfadeout {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeinfadeout {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes zoomin {
  from {
    -moz-transform: scale(1);
    transform: scale(1); }
  to {
    -moz-transform: scale(1.3);
    transform: scale(1.3); } }
@-webkit-keyframes zoomin {
  from {
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
@keyframes zoomin {
  from {
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -webkit-transform: scale(1);
    transform: scale(1); }
  to {
    -moz-transform: scale(1.3);
    -ms-transform: scale(1.3);
    -webkit-transform: scale(1.3);
    transform: scale(1.3); } }
@-moz-keyframes showNav {
  0% {
    -moz-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(0);
    transform: translateX(0); } }
@-webkit-keyframes showNav {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@keyframes showNav {
  0% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); }
  100% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); } }
@-moz-keyframes hideNav {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -moz-transform: translateX(100%);
    transform: translateX(100%); } }
@-webkit-keyframes hideNav {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@keyframes hideNav {
  0% {
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0); }
  100% {
    -moz-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%); } }
@-moz-keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -moz-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
.btn, .btn-2, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh, .btn-1, .btn-1-inverse, .btn-default-inverse, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn, .cart-box .order-btn {
  border: 2px solid #1c2e4b;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.8em;
  font-family: Roboto, Arial, Sans-Serif;
  color: #1c2e4b;
  padding: 1.6em 3em;
  display: inline-block;
  margin: 2em 0;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 1; }
  .btn:before, .btn-2:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh:before, .btn-1:before, .btn-1-inverse:before, .btn-default-inverse:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:before, .cart-box .order-btn:before {
    content: "";
    background: #1c2e4b;
    width: 120%;
    left: -120%;
    height: 105%;
    -moz-transition: all 0.1s;
    -o-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s; }
  .btn:hover, .btn-2:hover, .btn-1:hover, .btn-1-inverse:hover, .btn-default-inverse:hover, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:hover, .cart-box .order-btn:hover {
    color: #fff; }
    .btn:hover:before, .btn-2:hover:before, .btn-1:hover:before, .btn-1-inverse:hover:before, .btn-default-inverse:hover:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:hover:before, .cart-box .order-btn:hover:before {
      -moz-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      -webkit-transition-duration: 0.3s;
      transition-duration: 0.3s;
      left: 0%; }
  .btn.loading, .loading.btn-2, .loading.btn-1, .loading.btn-1-inverse, .loading.btn-default-inverse, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .loading.modalpopup-btn, .cart-box .loading.order-btn {
    position: relative;
    cursor: default; }
    .btn.loading:after, .loading.btn-2:after, .loading.btn-1:after, .loading.btn-1-inverse:after, .loading.btn-default-inverse:after, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .loading.modalpopup-btn:after, .cart-box .loading.order-btn:after {
      content: "";
      width: 29px;
      height: 29px;
      position: absolute;
      left: .3em;
      top: 50%;
      margin-top: -14px;
      background: url("../images/sprites.png") 0 -650px;
      animation: cssload-spin 800ms infinite linear; }
    .btn.loading:hover, .loading.btn-2:hover, .loading.btn-1:hover, .loading.btn-1-inverse:hover, .loading.btn-default-inverse:hover, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .loading.modalpopup-btn:hover, .cart-box .loading.order-btn:hover {
      color: #1c2e4b;
      background: transparent; }
      .btn.loading:hover:before, .loading.btn-2:hover:before, .loading.btn-1:hover:before, .loading.btn-1-inverse:hover:before, .loading.btn-default-inverse:hover:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .loading.modalpopup-btn:hover:before, .cart-box .loading.order-btn:hover:before {
        content: none; }

.btn-2, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh {
  border-color: #1c2e4b;
  background: #1c2e4b;
  color: #fff; }
  .btn-2:hover, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh:hover {
    color: #1c2e4b; }
  .btn-2:before, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh:before {
    background: #fff; }

.btn-1, .btn-1-inverse {
  border-color: #3cc75f;
  color: #3cc75f; }
  .btn-1:before, .btn-1-inverse:before {
    background: #3cc75f; }
  .btn-1:hover, .btn-1-inverse:hover {
    color: #fff; }

.btn-1-inverse {
  color: #fff;
  position: relative;
  z-index: 1; }
  .btn-1-inverse:before {
    left: 0%; }
  .btn-1-inverse:hover {
    color: #3cc75f; }
    .btn-1-inverse:hover:before {
      left: 120%; }

.btn-default-inverse {
  border-color: #23395e;
  color: rgba(255, 255, 255, 0.3);
  position: relative;
  z-index: 1; }
  .btn-default-inverse:before {
    left: 0%;
    background: #23395e; }
  .btn-default-inverse:hover {
    color: rgba(255, 255, 255, 0.5); }
    .btn-default-inverse:hover:before {
      left: 120%; }

.panel-slide-wr .panel-slide-close, .cart-box .item .remove-item, .search-btn-toggle.active, body.full-popup-covered .btn-close, body.full-popup-covered header #nav-toggle.close, header body.full-popup-covered #nav-toggle.close, .modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close, .po-panel .po-btn-close, .c-fixed .c-fixed-btn-close {
  border: none;
  display: block;
  position: absolute;
  top: 20px;
  width: 35px;
  height: 35px;
  right: 20px;
  z-index: 9002;
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8; }
  .panel-slide-wr .panel-slide-close:before, .cart-box .item .remove-item:before, .search-btn-toggle.active:before, body.full-popup-covered .btn-close:before, body.full-popup-covered header #nav-toggle.close:before, header body.full-popup-covered #nav-toggle.close:before, .modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close:before, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close:before, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close:before, .po-panel .po-btn-close:before, .c-fixed .c-fixed-btn-close:before, .panel-slide-wr .panel-slide-close:after, .cart-box .item .remove-item:after, .search-btn-toggle.active:after, body.full-popup-covered .btn-close:after, body.full-popup-covered header #nav-toggle.close:after, header body.full-popup-covered #nav-toggle.close:after, .modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close:after, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close:after, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close:after, .po-panel .po-btn-close:after, .c-fixed .c-fixed-btn-close:after {
    content: "";
    display: block;
    border-bottom: 2px solid #fff;
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .panel-slide-wr .panel-slide-close:after, .cart-box .item .remove-item:after, .search-btn-toggle.active:after, body.full-popup-covered .btn-close:after, body.full-popup-covered header #nav-toggle.close:after, header body.full-popup-covered #nav-toggle.close:after, .modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close:after, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close:after, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close:after, .po-panel .po-btn-close:after, .c-fixed .c-fixed-btn-close:after {
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg); }
  .panel-slide-wr .panel-slide-close:hover, .cart-box .item .remove-item:hover, .search-btn-toggle.active:hover, body.full-popup-covered .btn-close:hover, body.full-popup-covered header #nav-toggle.close:hover, header body.full-popup-covered #nav-toggle.close:hover, .modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close:hover, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close:hover, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close:hover, .po-panel .po-btn-close:hover, .c-fixed .c-fixed-btn-close:hover {
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
  @media (max-width: 950px) {
    .panel-slide-wr .panel-slide-close, .cart-box .item .remove-item, .search-btn-toggle.active, body.full-popup-covered .btn-close, body.full-popup-covered header #nav-toggle.close, header body.full-popup-covered #nav-toggle.close, .modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close, .po-panel .po-btn-close, .c-fixed .c-fixed-btn-close {
      top: 10px;
      width: 25px;
      height: 25px;
      right: 10px; } }

.panel-slide-wr .panel-slide-close, .cart-box .item .remove-item, .search-btn-toggle.active {
  width: 20px;
  height: 20px; }
  .panel-slide-wr .panel-slide-close:before, .cart-box .item .remove-item:before, .search-btn-toggle.active:before, .panel-slide-wr .panel-slide-close:after, .cart-box .item .remove-item:after, .search-btn-toggle.active:after {
    border-bottom: 4px solid #1c2e4b; }

.modalpopup-btn {
  display: inline-block;
  padding: 1em 2em;
  cursor: pointer; }

.slick-arrow {
  padding: 0;
  border: none;
  outline: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  overflow: visible; }
  .slick-arrow:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-top: 4px solid;
    border-right: 4px solid;
    border-color: #1c2e4b;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }

.btn-wr {
  text-align: center; }
  .btn-wr .btn, .btn-wr .btn-2, .btn-wr .btn-1, .btn-wr .btn-1-inverse, .btn-wr .btn-default-inverse, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn, .btn-wr .cart-box .order-btn, .cart-box .btn-wr .order-btn, .btn-wr .btn-1, .btn-wr .btn-1-inverse, .btn-wr .btn-2, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn.btn-refresh {
    margin-right: 2em; }
    .btn-wr .btn:last-child, .btn-wr .btn-2:last-child, .btn-wr .btn-1:last-child, .btn-wr .btn-1-inverse:last-child, .btn-wr .btn-default-inverse:last-child, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:last-child, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn:last-child, .btn-wr .cart-box .order-btn:last-child, .cart-box .btn-wr .order-btn:last-child, .btn-wr .btn-1:last-child, .btn-wr .btn-1-inverse:last-child, .btn-wr .btn-2:last-child, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh:last-child, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn.btn-refresh:last-child {
      margin-right: 0; }
    @media (max-width: 950px) {
      .btn-wr .btn, .btn-wr .btn-2, .btn-wr .btn-1, .btn-wr .btn-1-inverse, .btn-wr .btn-default-inverse, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn, .btn-wr .cart-box .order-btn, .cart-box .btn-wr .order-btn, .btn-wr .btn-1, .btn-wr .btn-1-inverse, .btn-wr .btn-2, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn.btn-refresh {
        margin: 10px; }
        .btn-wr .btn:last-child, .btn-wr .btn-2:last-child, .btn-wr .btn-1:last-child, .btn-wr .btn-1-inverse:last-child, .btn-wr .btn-default-inverse:last-child, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn:last-child, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn:last-child, .btn-wr .cart-box .order-btn:last-child, .cart-box .btn-wr .order-btn:last-child, .btn-wr .btn-1:last-child, .btn-wr .btn-1-inverse:last-child, .btn-wr .btn-2:last-child, .btn-wr .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn.btn-refresh:last-child, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .btn-wr .modalpopup-btn.btn-refresh:last-child {
          margin-right: 10px; } }

#prl-wr {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 500000;
  overflow: hidden;
  /*
  &:not(.opacity1){
      .prl-curtain{
          @include transition(all .5s);
          &:nth-child(2){@include transition-delay(.05s); }
          &:nth-child(3){@include transition-delay(.1s); }
          &:nth-child(4){@include transition-delay(.15s);}
      }
  }
  */ }
  #prl-wr .prl-curtain {
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 100%;
    background: #d4d8dd;
    -moz-transition: all 0.5s 0.5s;
    -o-transition: all 0.5s 0.5s;
    -webkit-transition: all 0.5s;
    -webkit-transition-delay: 0.5s;
    transition: all 0.5s 0.5s; }
    #prl-wr .prl-curtain:nth-child(2) {
      background: #3cc75f; }
    #prl-wr .prl-curtain:nth-child(3) {
      -moz-transition: all 0.9s 2s;
      -o-transition: all 0.9s 2s;
      -webkit-transition: all 0.9s;
      -webkit-transition-delay: 2s;
      transition: all 0.9s 2s;
      background: #3cc75f; }
    #prl-wr .prl-curtain:nth-child(4) {
      -moz-transition: all 0.5s 0.15s;
      -o-transition: all 0.5s 0.15s;
      -webkit-transition: all 0.5s;
      -webkit-transition-delay: 0.15s;
      transition: all 0.5s 0.15s;
      left: 75%; }
  #prl-wr.opacity1 .prl-curtain {
    width: 100%; }
    #prl-wr.opacity1 .prl-curtain:nth-child(2) {
      width: 0; }
  #prl-wr.opening .prl-curtain {
    opacity: 1; }
    #prl-wr.opening .prl-curtain:nth-child(1) {
      width: 100%; }
    #prl-wr.opening .prl-curtain:nth-child(2) {
      -moz-animation: curtain 2s 1s ease-in-out;
      -webkit-animation: curtain 2s 1s ease-in-out;
      animation: curtain 2s 1s ease-in-out; }
  #prl-wr.closing .prl-curtain {
    left: 150%; }
  #prl-wr .prl-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    position: relative;
    margin-left: -70px;
    margin-top: -2em;
    width: 140px;
    height: 4em;
    z-index: 2; }
    #prl-wr .prl-spinner img {
      display: block;
      width: 60%;
      position: absolute;
      top: 27%;
      left: 20%; }
  #prl-wr .prl-progressbar {
    z-index: 3;
    position: absolute;
    top: 0;
    left: 0;
    height: 5px;
    background: #3cc75f;
    -moz-transition: width 1s;
    -o-transition: width 1s;
    -webkit-transition: width 1s;
    transition: width 1s; }
  #prl-wr .prl-logo-zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -200px;
    margin-top: -50px;
    width: 400px;
    height: 100px;
    -moz-animation: zoomin 5s forwards;
    -webkit-animation: zoomin 5s forwards;
    animation: zoomin 5s forwards; }
    @media (max-width: 600px) {
      #prl-wr .prl-logo-zoom {
        width: 200px;
        height: 50px;
        margin-left: -100px;
        margin-top: -25px; } }
    #prl-wr .prl-logo-zoom img {
      width: 100%; }

/*
 * Circle progressbar
 */
#circprogress {
  position: relative;
  width: 300px;
  height: 300px; }

.circleprogressbar {
  width: 100%;
  height: 100%;
  -moz-animation: rotate 1s infinite;
  -webkit-animation: rotate 1s infinite;
  animation: rotate 1s infinite; }
  .circleprogressbar circle {
    stroke-dashoffset: 0;
    transition: stroke-width 1s linear, stroke-dashoffset 1s linear, stroke-dasharray 1s linear;
    stroke: #666;
    stroke-width: 1em; }
    .circleprogressbar circle.bar {
      stroke: #ccc; }
      .circleprogressbar circle.bar.success {
        stroke: #3cc75f; }

.item-slider-preloader {
  position: absolute;
  top: 50%;
  width: 100%;
  margin-top: -20px; }
  .item-slider-preloader .cssload-container {
    padding: 0; }
  .item-slider-preloader .cssload-speeding-wheel {
    border-top-color: #fff;
    border-bottom-color: #fff; }

/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-spin,
.la-ball-spin > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.la-ball-spin {
  display: block;
  font-size: 2px;
  color: #fff; }
  @media (max-width: 950px) {
    .la-ball-spin {
      font-size: 1px; } }

.la-ball-spin.la-dark {
  color: #333; }

.la-ball-spin > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor; }

.la-ball-spin {
  width: 32em;
  height: 32em; }

.la-ball-spin > div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8em;
  height: 8em;
  margin-top: -4em;
  margin-left: -4em;
  border-radius: 100%;
  -webkit-animation: ball-spin 1s infinite ease-in-out;
  -moz-animation: ball-spin 1s infinite ease-in-out;
  -o-animation: ball-spin 1s infinite ease-in-out;
  animation: ball-spin 1s infinite ease-in-out; }

.la-ball-spin > div:nth-child(1) {
  top: 5%;
  left: 50%;
  -webkit-animation-delay: -1.125s;
  -moz-animation-delay: -1.125s;
  -o-animation-delay: -1.125s;
  animation-delay: -1.125s; }

.la-ball-spin > div:nth-child(2) {
  top: 18.1801948466%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.25s;
  -moz-animation-delay: -1.25s;
  -o-animation-delay: -1.25s;
  animation-delay: -1.25s; }

.la-ball-spin > div:nth-child(3) {
  top: 50%;
  left: 95%;
  -webkit-animation-delay: -1.375s;
  -moz-animation-delay: -1.375s;
  -o-animation-delay: -1.375s;
  animation-delay: -1.375s; }

.la-ball-spin > div:nth-child(4) {
  top: 81.8198051534%;
  left: 81.8198051534%;
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s; }

.la-ball-spin > div:nth-child(5) {
  top: 94.9999999966%;
  left: 50.0000000005%;
  -webkit-animation-delay: -1.625s;
  -moz-animation-delay: -1.625s;
  -o-animation-delay: -1.625s;
  animation-delay: -1.625s; }

.la-ball-spin > div:nth-child(6) {
  top: 81.8198046966%;
  left: 18.1801949248%;
  -webkit-animation-delay: -1.75s;
  -moz-animation-delay: -1.75s;
  -o-animation-delay: -1.75s;
  animation-delay: -1.75s; }

.la-ball-spin > div:nth-child(7) {
  top: 49.9999750815%;
  left: 5.0000051215%;
  -webkit-animation-delay: -1.875s;
  -moz-animation-delay: -1.875s;
  -o-animation-delay: -1.875s;
  animation-delay: -1.875s; }

.la-ball-spin > div:nth-child(8) {
  top: 18.179464974%;
  left: 18.1803700518%;
  -webkit-animation-delay: -2s;
  -moz-animation-delay: -2s;
  -o-animation-delay: -2s;
  animation-delay: -2s; }

.la-ball-spin.la-sm {
  width: 16px;
  height: 16px; }

.la-ball-spin.la-sm > div {
  width: 4px;
  height: 4px;
  margin-top: -2px;
  margin-left: -2px; }

.la-ball-spin.la-2x {
  width: 64px;
  height: 64px; }

.la-ball-spin.la-2x > div {
  width: 16px;
  height: 16px;
  margin-top: -8px;
  margin-left: -8px; }

.la-ball-spin.la-3x {
  width: 96px;
  height: 96px; }

.la-ball-spin.la-3x > div {
  width: 24px;
  height: 24px;
  margin-top: -12px;
  margin-left: -12px; }

.prl-form {
  position: fixed;
  top: 50%;
  left: 50%;
  width: 300px;
  height: 300px;
  margin-top: -150px;
  margin-left: -150px;
  z-index: 1000000; }
  @media (max-width: 600px) {
    .prl-form {
      width: 100px;
      height: 100px;
      margin-top: -50px;
      margin-left: -50px; } }
  .prl-form .ball {
    width: 10%;
    height: 10%;
    left: 45%;
    top: 45%;
    position: absolute;
    background: #f26e2f;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
  .prl-form .ball:nth-child(1) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
    opacity: 0.5;
    -moz-animation: ballwave 1s alternate infinite forwards;
    -webkit-animation: ballwave 1s alternate infinite forwards;
    animation: ballwave 1s alternate infinite forwards; }
  .prl-form .ball:nth-child(2) {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
    opacity: 0.7;
    -moz-animation: ballwave 1s 0.5s alternate infinite forwards;
    -webkit-animation: ballwave 1s 0.5s alternate infinite forwards;
    animation: ballwave 1s 0.5s alternate infinite forwards; }
  .prl-form.response {
    display: table; }
    .prl-form.response .ball:nth-child(1) {
      -moz-animation: none;
      -webkit-animation: none;
      animation: none;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      -webkit-transition: all 1s;
      transition: all 1s;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0; }
    .prl-form.response .ball:nth-child(2) {
      display: table-cell;
      vertical-align: middle;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1;
      -moz-animation: none;
      -webkit-animation: none;
      animation: none;
      -moz-transition: all 1s;
      -o-transition: all 1s;
      -webkit-transition: all 1s;
      transition: all 1s;
      width: 80%;
      height: 80%;
      top: 10%;
      left: 10%;
      -moz-transform: rotate(132deg);
      -ms-transform: rotate(132deg);
      -webkit-transform: rotate(132deg);
      transform: rotate(132deg); }
      .prl-form.response .ball:nth-child(2):before, .prl-form.response .ball:nth-child(2):after {
        content: "";
        background: #fff;
        display: block;
        position: absolute;
        width: 40%;
        height: 12%;
        top: 35%;
        left: 28%; }
      .prl-form.response .ball:nth-child(2):after {
        width: 12%;
        height: 30%;
        left: auto;
        right: 32%; }
    .prl-form.response.error .ball {
      background: #3cc75f;
      -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
      .prl-form.response.error .ball:nth-child(2):before {
        height: 12%;
        width: 40%;
        top: 44%;
        left: 30%; }
      .prl-form.response.error .ball:nth-child(2):after {
        width: 12%;
        height: 40%;
        left: 44%;
        top: 30%;
        right: auto; }

@-moz-keyframes ballwave {
  from {
    width: 2%;
    height: 2%;
    left: 48%;
    top: 48%; }
  to {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }
@-webkit-keyframes ballwave {
  from {
    width: 2%;
    height: 2%;
    left: 48%;
    top: 48%; }
  to {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }
@keyframes ballwave {
  from {
    width: 2%;
    height: 2%;
    left: 48%;
    top: 48%; }
  to {
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; } }
/*
 * Animation
 */
@-webkit-keyframes ball-spin {
  0%,
    100% {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1); }
  20% {
    opacity: 1; }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0); } }
@-moz-keyframes ball-spin {
  0%,
    100% {
    opacity: 1;
    -moz-transform: scale(1);
    transform: scale(1); }
  20% {
    opacity: 1; }
  80% {
    opacity: 0;
    -moz-transform: scale(0);
    transform: scale(0); } }
@-o-keyframes ball-spin {
  0%,
    100% {
    opacity: 1;
    -o-transform: scale(1);
    transform: scale(1); }
  20% {
    opacity: 1; }
  80% {
    opacity: 0;
    -o-transform: scale(0);
    transform: scale(0); } }
@keyframes ball-spin {
  0%,
    100% {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  20% {
    opacity: 1; }
  80% {
    opacity: 0;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }
.cssload-container {
  width: 100%;
  height: 4em;
  text-align: center; }

.cssload-speeding-wheel {
  width: 4em;
  height: 4em;
  margin: 0 auto;
  border: 4px solid rgba(60, 199, 95, 0.7);
  border-radius: 50%;
  border-left-color: transparent;
  border-right-color: transparent;
  animation: cssload-spin 800ms infinite linear;
  -o-animation: cssload-spin 800ms infinite linear;
  -ms-animation: cssload-spin 800ms infinite linear;
  -webkit-animation: cssload-spin 800ms infinite linear;
  -moz-animation: cssload-spin 800ms infinite linear; }

@keyframes cssload-spin {
  100% {
    transform: rotate(360deg);
    transform: rotate(360deg); } }
@-o-keyframes cssload-spin {
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-ms-keyframes cssload-spin {
  100% {
    -ms-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes cssload-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-moz-keyframes cssload-spin {
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg); } }
.spinner-circle {
  height: 3em;
  width: 3em;
  animation: rotate 0.8s infinite linear;
  border: 1em solid #f26e2f;
  border-right-color: transparent;
  border-radius: 50%;
  display: inline-block; }

@-moz-keyframes curtain {
  0% {
    width: 0;
    left: 0; }
  20% {
    width: 100%; }
  60% {
    width: 100%; }
  100% {
    left: 150%; } }
@-webkit-keyframes curtain {
  0% {
    width: 0;
    left: 0; }
  20% {
    width: 100%; }
  60% {
    width: 100%; }
  100% {
    left: 150%; } }
@keyframes curtain {
  0% {
    width: 0;
    left: 0; }
  20% {
    width: 100%; }
  60% {
    width: 100%; }
  100% {
    left: 150%; } }
.slider-background .slider-background-dots-wr, .slick-dots, .popup-dots-wr {
  position: absolute;
  bottom: 10px;
  width: 100%;
  text-align: center;
  padding: 0;
  margin: 0; }

.slider-background .slider-background-dots-wr .slider-background-dot, .popup-dots-wr .popup-dot {
  display: inline-block;
  width: 1.8em;
  height: 1.8em;
  margin: 10px 3em;
  background: #1c2e4b;
  cursor: pointer;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  @media (max-width: 950px) {
    .slider-background .slider-background-dots-wr .slider-background-dot, .popup-dots-wr .popup-dot {
      margin: 1em;
      width: 1em;
      height: 1em; } }
  .slider-background .slider-background-dots-wr .active.slider-background-dot, .popup-dots-wr .active.popup-dot {
    background: #3cc75f; }

.slick-slide:focus {
  outline: none; }

.slick-track {
  min-height: 100px; }

.slider-background {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
  .slider-background .inner, .slider-background .inner-helper {
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%; }
    @media (max-width: 600px) {
      .slider-background .inner, .slider-background .inner-helper {
        height: 100%; } }
  .slider-background .item {
    background-position: center center;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 100%; }
  .slider-background .slider-background-pause-btn {
    position: absolute;
    bottom: 6em;
    left: 10px;
    margin-bottom: -30px;
    width: 2.8em;
    height: 2.8em;
    background: #fff;
    z-index: 5000;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .slider-background .slider-background-pause-btn:before, .slider-background .slider-background-pause-btn:after {
      content: "";
      height: 1.6em;
      width: .6em;
      position: absolute;
      top: .6em;
      left: .7em;
      background: #000; }
    .slider-background .slider-background-pause-btn:after {
      left: 1.5em; }
    .slider-background .slider-background-pause-btn.play:before {
      top: .4em;
      left: .8em;
      background: transparent;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 1em 0 1em 1.5em;
      border-color: transparent transparent transparent #000; }
    .slider-background .slider-background-pause-btn.play:after {
      display: none; }
  .slider-background .item.start-showing {
    z-index: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .slider-background .item.start-showing .text-wr {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .slider-background .item.start-showing .image-wr {
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
  .slider-background .item.start-hidding {
    z-index: 1;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1;
    left: 0; }
    .slider-background .item.start-hidding .text-wr {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .slider-background .item.start-hidding .image-wr {
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      @media (max-width: 950px) {
        .slider-background .item.start-hidding .image-wr {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
          opacity: 0.2; } }
  .slider-background .item.shown {
    left: 0;
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; }
    .slider-background .item.shown .text-wr {
      -moz-transition: opacity 1.5s;
      -o-transition: opacity 1.5s;
      -webkit-transition: opacity 1.5s;
      transition: opacity 1.5s;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
    .slider-background .item.shown .image-wr {
      -moz-transition: opacity 1.5s 0.2s;
      -o-transition: opacity 1.5s 0.2s;
      -webkit-transition: opacity 1.5s;
      -webkit-transition-delay: 0.2s;
      transition: opacity 1.5s 0.2s;
      filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
      opacity: 1; }
      @media (max-width: 950px) {
        .slider-background .item.shown .image-wr {
          filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=20);
          opacity: 0.2; } }
  .slider-background .item.hidding {
    -moz-transition: opacity 1s;
    -o-transition: opacity 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .slider-background .item.hidding .text-wr {
      -moz-transition: opacity 1s;
      -o-transition: opacity 1s;
      -webkit-transition: opacity 1s;
      transition: opacity 1s;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
    .slider-background .item.hidding .image-wr {
      -moz-transition: opacity 1.5s 0.2s;
      -o-transition: opacity 1.5s 0.2s;
      -webkit-transition: opacity 1.5s;
      -webkit-transition-delay: 0.2s;
      transition: opacity 1.5s 0.2s;
      filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
      opacity: 0; }
  .slider-background .item.layers img {
    position: absolute;
    bottom: 0;
    left: 0; }
  .slider-background .item.layers.start-showing .image-wr img.from-right {
    -moz-transform: translate(120%, 0);
    -ms-transform: translate(120%, 0);
    -webkit-transform: translate(120%, 0);
    transform: translate(120%, 0); }
  .slider-background .item.layers.shown .image-wr img.from-right {
    -moz-transition: -moz-transform 0.3s 0.4s;
    -o-transition: -o-transform 0.3s 0.4s;
    -webkit-transition: -webkit-transform 0.3s;
    -webkit-transition-delay: 0.4s;
    transition: transform 0.3s 0.4s; }
    .slider-background .item.layers.shown .image-wr img.from-right:nth-child(2) {
      -moz-transition-delay: 0.2s;
      -o-transition-delay: 0.2s;
      -webkit-transition-delay: 0.2s;
      transition-delay: 0.2s; }
    .slider-background .item.layers.shown .image-wr img.from-right:nth-child(1) {
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      -webkit-transition-delay: 0s;
      transition-delay: 0s; }
  .slider-background .item.layers .image-wr img.fadein-fadeout {
    opacity: 0; }
  .slider-background .item.layers.shown .image-wr img.fadein-fadeout {
    -moz-animation: fadeinfadeout 2s 3s;
    -webkit-animation: fadeinfadeout 2s 3s;
    animation: fadeinfadeout 2s 3s;
    -moz-animation-iteration-count: 2;
    -webkit-animation-iteration-count: 2;
    animation-iteration-count: 2; }
    .slider-background .item.layers.shown .image-wr img.fadein-fadeout:nth-child(2) {
      -moz-animation-delay: 4s;
      -webkit-animation-delay: 4s;
      animation-delay: 4s; }
    .slider-background .item.layers.shown .image-wr img.fadein-fadeout:nth-child(1) {
      -moz-animation-delay: 3s;
      -webkit-animation-delay: 3s;
      animation-delay: 3s; }

.slick-arrow {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  right: -30px;
  display: block;
  background: none; }
  .slick-arrow.slick-prev {
    right: auto;
    left: -30px;
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .slick-arrow.slick-disabled {
    cursor: default; }
    .slick-arrow.slick-disabled:before {
      border-color: rgba(28, 46, 75, 0.4); }
  @media (max-width: 950px) {
    .slick-arrow {
      left: 0;
      visibility: hidden; }
      .slick-arrow.slick-prev {
        left: 0;
        visibility: hidden; } }

.slick-dots {
  text-align: center;
  bottom: -40px; }
  .slick-dots li {
    display: inline-block;
    list-style-type: none;
    width: 15px;
    height: 15px;
    background: #1c2e4b;
    margin: 10px;
    cursor: pointer;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%; }
    .slick-dots li.slick-active {
      background: #3cc75f; }
    .slick-dots li button {
      display: none; }

@-moz-keyframes fadeinfadeout {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes fadeinfadeout {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes fadeinfadeout {
  0% {
    opacity: 0; }
  50% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@media (min-width: 500px) {
  .slide-section:not(#welcome):not(footer) > .center > *, .slide-section:not(#welcome):not(footer) > *:not(.center) {
    -moz-transform: translate(0, 100px);
    -ms-transform: translate(0, 100px);
    -webkit-transform: translate(0, 100px);
    transform: translate(0, 100px);
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition-property: -moz-transform, opacity;
    -o-transition-property: -o-transform, opacity;
    -webkit-transition-property: -webkit-transform, opacity;
    transition-property: transform, opacity;
    -moz-transition-duration: 1s;
    -o-transition-duration: 1s;
    -webkit-transition-duration: 1s;
    transition-duration: 1s; }
  .slide-section:not(#welcome):not(footer) > .center > :nth-child(1) {
    -moz-transition-delay: 100ms;
    -o-transition-delay: 100ms;
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms; }
  .slide-section:not(#welcome):not(footer) > .center > :nth-child(2) {
    -moz-transition-delay: 300ms;
    -o-transition-delay: 300ms;
    -webkit-transition-delay: 300ms;
    transition-delay: 300ms; }
  .slide-section:not(#welcome):not(footer) > .center > :nth-child(3) {
    -moz-transition-delay: 500ms;
    -o-transition-delay: 500ms;
    -webkit-transition-delay: 500ms;
    transition-delay: 500ms; }
  .slide-section:not(#welcome):not(footer) > .center > :nth-child(4) {
    -moz-transition-delay: 700ms;
    -o-transition-delay: 700ms;
    -webkit-transition-delay: 700ms;
    transition-delay: 700ms; }
  .slide-section:not(#welcome):not(footer) > .center > :nth-child(5) {
    -moz-transition-delay: 900ms;
    -o-transition-delay: 900ms;
    -webkit-transition-delay: 900ms;
    transition-delay: 900ms; }
  .slide-section:not(#welcome):not(footer) > .center > :nth-child(6) {
    -moz-transition-delay: 1100ms;
    -o-transition-delay: 1100ms;
    -webkit-transition-delay: 1100ms;
    transition-delay: 1100ms; }
  .slide-section:not(#welcome):not(footer).slide-opened > .center > *, .slide-section:not(#welcome):not(footer).slide-opened > *:not(.center) {
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
    opacity: 1; } }
/*
.popup-dots-wr{
    position: fixed;
    bottom:0;
    left:0;
    min-height: 50px;
    width: 100%;
    text-align: center;
    z-index: 100000;
    .popup-dot{
        cursor: pointer;
        display: inline-block;
        vertical-align: bottom;
        width: 1em;
        height: 1em;
        background: #000;
        margin: 1em;
        @include border-radius(50%);
        &.active{
            background: $color-1;
            @include box-shadow(0 0 0 2px $color-1);
        }
    }
}
*/
.full-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 10100;
  display: none;
  overflow: auto;
  color: #fff;
  text-align: center; }
  .full-popup .full-popup-inner {
    display: inline-block;
    vertical-align: middle;
    width: 90%;
    max-width: 1600px; }
  .full-popup.visible {
    -moz-animation: showFullPopup 0.5s;
    -webkit-animation: showFullPopup 0.5s;
    animation: showFullPopup 0.5s;
    display: block; }
  .full-popup.closing {
    -moz-animation: hideFullPopup 0.5s forwards;
    -webkit-animation: hideFullPopup 0.5s forwards;
    animation: hideFullPopup 0.5s forwards; }

.full-popup-btn-toggle {
  cursor: pointer; }

.full-popup-body-wr {
  overflow: hidden;
  position: relative; }

body.full-popup-covered {
  overflow: hidden; }

.modalpopup-wr {
  position: fixed;
  z-index: 10000;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.4);
  display: table;
  font-size: 16px;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PHJhZGlhbEdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgY3g9IjUwJSIgY3k9IjUwJSIgcj0iOTAlIj48c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMyIvPjxzdG9wIG9mZnNldD0iOTAlIiBzdG9wLWNvbG9yPSIjMDAwMDAwIiBzdG9wLW9wYWNpdHk9IjAuMDUiLz48L3JhZGlhbEdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background-size: 100%;
  background-image: -moz-radial-gradient(50% 50%, circle cover, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.05) 90%);
  background-image: -webkit-radial-gradient(50% 50%, circle cover, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.05) 90%);
  background-image: radial-gradient(circle cover at 50% 50%, rgba(255, 255, 255, 0.3), rgba(0, 0, 0, 0.05) 90%);
  padding: 50px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 950px) {
    .modalpopup-wr {
      padding: 5px; } }
  .modalpopup-wr .modalpopup-wr-inner {
    display: table-cell;
    vertical-align: middle;
    text-align: center; }
  .modalpopup-wr .modalpopup {
    display: inline-block;
    max-width: 600px;
    background: #fff;
    border: 2px solid rgba(0, 0, 0, 0.7);
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .modalpopup-wr .modalpopup .modalpopup-content-wr {
      padding: 1.5em;
      text-align: left;
      line-height: 1.4em;
      min-height: 60px;
      position: relative; }
    .modalpopup-wr .modalpopup .modalpopup-buttons-wr {
      padding: 0 1.5em;
      background: #efefef;
      -moz-border-radius: 0 0 6px 6px;
      -webkit-border-radius: 0;
      border-radius: 0 0 6px 6px; }
      .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn {
        margin: 1em;
        font-size: 1em; }
    .modalpopup-wr .modalpopup img {
      max-width: 100%;
      display: block;
      border: 0; }
  .modalpopup-wr.before-opening {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0; }
    .modalpopup-wr.before-opening .modalpopup {
      -moz-transform: translate(200px, 100px);
      -ms-transform: translate(200px, 100px);
      -webkit-transform: translate(200px, 100px);
      transform: translate(200px, 100px); }
  .modalpopup-wr.opened {
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    transition: all 0.5s; }
    .modalpopup-wr.opened .modalpopup {
      -moz-transition: all 0.2s;
      -o-transition: all 0.2s;
      -webkit-transition: all 0.2s;
      transition: all 0.2s; }
  .modalpopup-wr.closed {
    filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
    opacity: 0;
    -moz-transition: all 0.2s;
    -o-transition: all 0.2s;
    -webkit-transition: all 0.2s;
    transition: all 0.2s; }
    .modalpopup-wr.closed .modalpopup {
      -moz-transform: translate(200px, 100px);
      -ms-transform: translate(200px, 100px);
      -webkit-transform: translate(200px, 100px);
      transform: translate(200px, 100px);
      -moz-transition: all 0.5s;
      -o-transition: all 0.5s;
      -webkit-transition: all 0.5s;
      transition: all 0.5s; }

.modalpopup .preview-pane {
  position: fixed;
  top: 10px;
  right: 10px;
  left: auto; }

.modalpopup .cif-img {
  max-width: 100%;
  max-height: 100%; }

.modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close {
  position: fixed;
  background: none;
  padding: 0;
  border: none;
  background: #000;
  border: 10px solid #000;
  width: 25px;
  height: 25px;
  margin: .5em;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }
  @media (max-width: 950px) {
    .modalpopup-wr.home-popup .modalpopup-buttons-wr .btn-close, .modalpopup-wr.home-popup .modalpopup-buttons-wr header #nav-toggle.close, header .modalpopup-wr.home-popup .modalpopup-buttons-wr #nav-toggle.close {
      margin: 2px; } }
.modalpopup-wr.home-popup .modalpopup-content-wr {
  padding: 1em; }
  @media (max-width: 950px) {
    .modalpopup-wr.home-popup .modalpopup-content-wr {
      padding: .3em; } }

@-moz-keyframes showFullPopup {
  0% {
    opacity: 0;
    -moz-transform: perspective(1000px) rotateY(50deg) translateX(-40px);
    transform: perspective(1000px) rotateY(50deg) translateX(-40px); }
  50% {
    opacity: 1; } }
@-webkit-keyframes showFullPopup {
  0% {
    opacity: 0;
    -webkit-transform: perspective(1000px) rotateY(50deg) translateX(-40px);
    transform: perspective(1000px) rotateY(50deg) translateX(-40px); }
  50% {
    opacity: 1; } }
@keyframes showFullPopup {
  0% {
    opacity: 0;
    -moz-transform: perspective(1000px) rotateY(50deg) translateX(-40px);
    -ms-transform: perspective(1000px) rotateY(50deg) translateX(-40px);
    -webkit-transform: perspective(1000px) rotateY(50deg) translateX(-40px);
    transform: perspective(1000px) rotateY(50deg) translateX(-40px); }
  50% {
    opacity: 1; } }
@-moz-keyframes hideFullPopup {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-webkit-keyframes hideFullPopup {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@keyframes hideFullPopup {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }
@-moz-keyframes showfixedheader {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }
@-webkit-keyframes showfixedheader {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }
@keyframes showfixedheader {
  0% {
    top: -100%; }
  100% {
    top: 0%; } }
.pagination {
  padding: 0;
  list-style-type: none;
  font-size: 16px;
  margin-top: 1em;
  margin-left: 275px;
  text-align: center; }
  @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
    .pagination {
      margin-left: 255px; } }
  @media (max-width: 950px) {
    .pagination {
      margin-left: 0; } }
  .pagination li {
    display: inline-block;
    vertical-align: top;
    margin-right: 1px; }
    .pagination li.active a {
      border-bottom-color: #1c2e4b;
      color: #1c2e4b; }
    .pagination li a, .pagination li .pag-arrow {
      text-align: center;
      min-width: 20px;
      display: block;
      border: 1px solid #e8eaed;
      border-bottom: 2px solid #d4d8dd;
      padding: 12px 10px;
      color: #7f8b99; }
      .pagination li a:hover, .pagination li .pag-arrow:hover {
        color: #1c2e4b;
        border-bottom-color: #9ba4b0; }
    .pagination li.disabled .pag-arrow {
      cursor: default;
      color: #d4d8dd; }
      .pagination li.disabled .pag-arrow:hover {
        color: #d4d8dd;
        border-bottom-color: #d4d8dd; }

.ctxmenu-menu {
  position: absolute;
  z-index: 10000;
  background: #fff;
  border: 2px solid #666;
  min-width: 150px;
  min-height: 100px;
  font-size: 1.2em;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-aling: left; }
  .ctxmenu-menu p {
    font-size: 1.4em; }
  .ctxmenu-menu ul {
    position: relative;
    padding: 5px 0;
    list-style: none; }
    .ctxmenu-menu ul li {
      padding: .5em 1.5em;
      cursor: pointer; }
      .ctxmenu-menu ul li:hover {
        background: #e7e7e7; }
    .ctxmenu-menu ul:not(:first-child):before {
      content: "";
      position: absolute;
      left: 1em;
      right: 1em;
      top: 0;
      border-top: 1px solid rgba(0, 0, 0, 0.2); }

.cif-progressbar {
  height: 12px;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 50%;
  margin-left: -125px;
  width: 250px;
  background: #dadada;
  padding: 2px;
  box-sizing: border-box;
  border: 1px solid #000; }

.cif-progressbar.cif-progressbar-on-image {
  top: auto;
  bottom: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  left: 0;
  height: 7px; }

.cif-container-all-type .cif-progressbar.cif-progressbar-on-image {
  height: 2px; }

.cif-progressbar.cif-progressbar-success > span {
  background: #006dcc; }

.cif-progressbar.cif-progressbar-error > span {
  background: #C40D0D; }

.cif-progressbar > span {
  display: block;
  height: 100%;
  background-color: #6188f5;
  background-repeat: repeat-x;
  background-position: 0 0;
  background-size: 16px 8px;
  background-image: -webkit-linear-gradient(315deg, transparent, transparent 33%, rgba(0, 0, 0, 0.12) 33%, rgba(0, 0, 0, 0.12) 66%, transparent 66%, transparent);
  background-image: -moz-linear-gradient(315deg, transparent, transparent 33%, rgba(0, 0, 0, 0.12) 33%, rgba(0, 0, 0, 0.12) 66%, transparent 66%, transparent);
  background-image: -o-linear-gradient(315deg, transparent, transparent 33%, rgba(0, 0, 0, 0.12) 33%, rgba(0, 0, 0, 0.12) 66%, transparent 66%, transparent);
  background-image: linear-gradient(315deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 33%, rgba(0, 0, 0, 0.12) 33%, rgba(0, 0, 0, 0.12) 66%, rgba(0, 0, 0, 0) 66%, rgba(0, 0, 0, 0));
  -webkit-animation: animateprogressbar .5s linear infinite;
  animation: animateprogressbar .5s linear infinite;
  position: relative;
  transition: width 200ms;
  overflow: hidden; }

.cif-retry-upload {
  position: absolute;
  top: 0;
  left: 0;
  width: 50px;
  height: 50px;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  color: rgba(0, 0, 0, 0.6); }

.cif-retry-upload:before {
  content: "\f01e";
  font-size: 50px;
  font-family: 'FontAwesome';
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s; }

.cif-retry-upload:hover {
  color: black; }

.cif-retry-upload.cif-onclick:before {
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  transform: rotate(360deg); }

body.panel-slide-body .full-popup-body-wr, body.panel-slide-body .panel-slide {
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  transition: all 0.5s; }
body.panel-slide-body .panel-slide-wr {
  display: block; }

body.panel-slide-open .full-popup-body-wr {
  -moz-transform: translate(-450px, 0);
  -ms-transform: translate(-450px, 0);
  -webkit-transform: translate(-450px, 0);
  transform: translate(-450px, 0); }
body.panel-slide-open .panel-slide {
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -webkit-transform: translate(0);
  transform: translate(0); }
  body.panel-slide-open .panel-slide.panel-slide-hide {
    -moz-transform: translate(450px, 0);
    -ms-transform: translate(450px, 0);
    -webkit-transform: translate(450px, 0);
    transform: translate(450px, 0); }

.panel-slide-wr {
  display: none;
  max-width: 100%;
  width: 450px;
  height: 100%;
  position: fixed;
  overflow-x: hidden;
  overflow-y: auto;
  top: 0;
  right: 0;
  z-index: 1000; }

.panel-slide {
  -moz-transform: translate(450px, 0);
  -ms-transform: translate(450px, 0);
  -webkit-transform: translate(450px, 0);
  transform: translate(450px, 0);
  background: #fff;
  padding: 15px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0; }
  .panel-slide h3 {
    text-transform: uppercase;
    padding-bottom: 15px;
    font-size: 1.6em;
    border-bottom: 1px solid  #dfdfdf;
    margin-top: 3em; }

/*
.cart-box-wr{
    display: none;
    width: 450px;
    height: 100%;
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    top:0;
    right:0;
    z-index: 1000;
}
*/
.cart-box .item {
  border-bottom: 1px solid  #dfdfdf;
  padding: 15px 0;
  position: relative; }
  .cart-box .item .image {
    float: left;
    width: 120px; }
  .cart-box .item .details {
    margin: 0 20px 0 140px; }
    .cart-box .item .details h4 {
      font-size: 1.6em; }
    .cart-box .item .details p {
      font-size: 1.4em;
      line-height: 1.5em; }
    .cart-box .item .details .price {
      margin-top: .5em;
      font-size: 1.6em;
      font-weight: bold; }
  .cart-box .item .remove-item {
    width: 10px;
    height: 10px;
    right: 5px; }
    .cart-box .item .remove-item:before, .cart-box .item .remove-item:after {
      border-width: 2px; }
.cart-box .total {
  padding: 25px 0;
  font-weight: 700; }
  .cart-box .total .title {
    font-size: 1.6em;
    float: left; }
  .cart-box .total .amount {
    font-size: 1.6em;
    float: right; }
.cart-box .order-btn {
  display: block; }

.panel-order-form {
  background: #dfdfdf; }
  @media (max-width: 950px) {
    .panel-order-form {
      background: #fff; } }

.order-form h3 {
  border-bottom: 2px solid #000; }
.order-form label {
  font-size: 1.6em;
  padding: 1em 0;
  display: block; }
.order-form input {
  padding: .8em;
  margin-top: 1em;
  width: 100%;
  border: 2px solid #000;
  line-height: 2em;
  outline: none;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.panel-slide .msg {
  border: 4px solid #3cc75f;
  padding: 1.5em 1.5em 1.5em 60px;
  font-size: 1.6em;
  line-height: 1.5em;
  font-weight: 700;
  color: #3cc75f;
  position: relative; }
  .panel-slide .msg.error {
    border-color: #f26e2f;
    color: #f26e2f; }
    .panel-slide .msg.error:before {
      background: url("../images/sprites.png") 0 -350px; }
  .panel-slide .msg:before {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -20px;
    left: 5px;
    width: 45px;
    height: 45px;
    background: url("../images/sprites.png") 0 -400px; }

.panel-success {
  background: #3cc75f;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff; }
  .panel-success h4 {
    font-size: 2.4em; }
  .panel-success .icon {
    width: 80px;
    height: 80px;
    background: url("../images/sprites.png") 0 -450px;
    float: left; }
  .panel-success .message {
    margin-left: 100px; }
  .panel-success .order-success {
    margin: 20px; }
  .panel-success .icon-download {
    width: 25px;
    height: 22px;
    background: url("../images/sprites.png") 0 -550px;
    display: inline-block;
    vertical-align: bottom; }

.product-wr {
  padding: 2em 0;
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  flex-wrap: -webkit-flex-wrap;
  margin: 0 -5px; }
  @media (max-width: 600px) {
    .product-wr {
      display: block; } }
  .product-wr .item {
    display: inline-block;
    width: 25%;
    text-align: center;
    cursor: pointer;
    margin-bottom: 10px; }
    @media (max-width: 950px) {
      .product-wr .item {
        width: 32%; } }
    @media (max-width: 600px) {
      .product-wr .item {
        width: auto;
        display: block; }
        .product-wr .item .image {
          max-width: 200px; } }
    .product-wr .item .item-inner {
      position: relative;
      margin: 5px;
      padding: 1em;
      padding-bottom: 2em;
      border: 3px solid #d4d8dd;
      height: 100%;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      .product-wr .item .item-inner:hover {
        border-color: #3cc75f; }
    .product-wr .item h3 {
      font-size: 2em;
      text-transform: uppercase;
      margin: 0; }
    .product-wr .item .code {
      color: #999;
      font-size: 1.2em; }
    .product-wr .item .price {
      font-family: Open Sans, Arial, Sans-Serif;
      font-weight: bold;
      font-size: 3.2em;
      border: 4px solid transparent;
      padding: .2em .8em;
      display: inline-block;
      color: #f26e2f;
      line-height: 1.2em;
      -moz-border-radius: 1em;
      -webkit-border-radius: 1em;
      border-radius: 1em; }
      .product-wr .item .price.onsale {
        font-size: 2.8em; }
        @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
          .product-wr .item .price.onsale {
            font-size: 2em; } }
        @media (max-width: 600px) {
          .product-wr .item .price.onsale {
            font-size: 3.2em; } }
    .product-wr .item .oldprice {
      font-weight: 400;
      color: #3cc75f;
      text-decoration: line-through; }
    .product-wr .item .bar {
      margin: 0 -0.2em;
      color: #f26e2f;
      font-weight: 400;
      vertical-align: top;
      font-size: .7em; }
    .product-wr .item .price_single {
      color: #f26e2f;
      font-size: 1.6em;
      margin-bottom: .7em; }
    .product-wr .item .quantity_type {
      width: 100%;
      position: absolute;
      bottom: 10px;
      left: 0;
      color: #9ba4b0;
      font-size: 14px; }
    .product-wr .item .discount {
      position: absolute;
      top: -6px;
      right: -6px;
      background: #3cc75f;
      width: 90px;
      height: 90px;
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      display: flex;
      align-items: center;
      justify-content: center;
      z-index: 10; }
      @media (max-width: 950px) {
        .product-wr .item .discount {
          top: 0;
          right: 0; } }
      .product-wr .item .discount .discount-content {
        text-align: center;
        color: #fff;
        font-size: 1.8em;
        font-family: Open Sans, Arial, Sans-Serif;
        line-height: 1.3em;
        text-transform: uppercase;
        font-weight: 700; }
        .product-wr .item .discount .discount-content:before, .product-wr .item .discount .discount-content:after {
          content: "";
          width: 40px;
          height: 1px;
          display: block;
          background: url("../images/sprites.png") 0 -700px; }
    .product-wr .item .color {
      display: inline-block;
      width: 1.5em;
      height: 1.5em;
      border: 1px solid rgba(0, 0, 0, 0.3);
      -moz-border-radius: 50%;
      -webkit-border-radius: 50%;
      border-radius: 50%;
      margin: .8em .2em; }
    .product-wr .item .image {
      width: 100%; }

.filter-wr {
  float: left;
  width: 265px; }
  @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
    .filter-wr {
      width: 245px; } }
  @media (max-width: 950px) {
    .filter-wr {
      width: auto;
      float: none; } }
  .filter-wr .filter {
    text-transform: uppercase;
    border: 3px solid #1c2e4b;
    font-size: 1.6em;
    font-weight: 700;
    min-width: 13em;
    margin-top: 10px; }
    .filter-wr .filter:first-child {
      margin-top: 0; }
    .filter-wr .filter .option-wr {
      padding: 5px 15px; }
    .filter-wr .filter .title {
      padding: 15px 15px;
      background: #1c2e4b;
      color: #fff;
      position: relative;
      cursor: pointer; }
    .filter-wr .filter .option {
      display: block;
      margin: .7em 0;
      cursor: pointer; }
      .filter-wr .filter .option .icon {
        margin-right: .5em;
        vertical-align: middle;
        display: inline-block;
        width: .8em;
        height: .8em;
        border: 4px solid #ccc;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%; }
        .filter-wr .filter .option .icon.color {
          border-color: transparent; }
      .filter-wr .filter .option.active .icon {
        border-color: #333; }

.po-panel {
  height: 100%;
  width: 400px;
  top: 0;
  right: 0;
  position: fixed;
  overflow-y: auto;
  background: #fff;
  z-index: 100000;
  -moz-transition: -moz-transform 0.5s ease-in-out;
  -o-transition: -o-transform 0.5s ease-in-out;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  -moz-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5);
  box-shadow: -5px 0 20px rgba(0, 0, 0, 0.5); }
  .po-panel.po-close {
    -moz-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0); }
  .po-panel .po-btn-close {
    width: 25px;
    height: 25px;
    top: 15px;
    right: 15px; }
    .po-panel .po-btn-close:before, .po-panel .po-btn-close:after {
      border-bottom-color: #000; }
  .po-panel .po-panel-content {
    position: absolute;
    top: 6em;
    bottom: 20px;
    left: 20px;
    right: 20px; }
  .po-panel textarea {
    resize: none;
    position: absolute;
    top: 0;
    bottom: 5em;
    width: 100%;
    border: none;
    outline: none;
    font-size: 1.4em;
    line-height: 1.4em; }

.po-body:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10000; }

.cnt-btn-wr {
  text-align: center;
  position: absolute;
  bottom: 0;
  width: 100%; }

.cnt-btn-send {
  cursor: pointer;
  border: 2px solid #3cc75f;
  color: #3cc75f;
  font-size: 1.6em;
  line-height: 2em;
  text-transform: uppercase;
  font-weight: 700;
  display: inline-block;
  padding: .6em 2em .3em 2em; }
  .cnt-btn-send:hover {
    background: #3cc75f;
    color: #fff; }

.cnt-editable {
  display: inline-block;
  position: relative; }

.cnt-btn-edit {
  position: absolute;
  background: #fff;
  border: 1px solid #aaa;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 41px;
  height: 41px;
  top: -20px;
  left: -56px;
  z-index: 10000;
  text-align: center;
  line-height: 10px;
  display: none;
  -moz-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  -webkit-box-shadow: 0 0 8px rgba(255, 255, 255, 0.5);
  box-shadow: 0 0 8px rgba(255, 255, 255, 0.5); }
  .cnt-btn-edit img {
    margin-top: 7px;
    width: 26px;
    display: inline; }
  .cnt-btn-edit:before {
    content: "";
    position: absolute;
    width: 100px;
    height: 100px;
    top: -5px;
    left: -10px; }
  .cnt-btn-edit:after {
    content: "";
    width: 15px;
    height: 1px;
    border-top: inherit;
    position: absolute;
    top: 50%;
    left: 100%; }

.cnt-btn-markdown {
  width: 30px;
  height: 20px;
  position: absolute;
  top: -40px; }
  .cnt-btn-markdown img {
    width: 100%; }
  .cnt-btn-markdown:hover .cnt-info {
    display: block; }

.cnt-info {
  display: none;
  width: 200px;
  padding: 20px;
  background: #fff;
  border: 2px solid #333;
  font-family: sans-serif;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  position: absolute;
  top: 100%;
  line-height: 1.4em; }
  .cnt-info ul {
    font-size: 12px; }
  .cnt-info h5 {
    font-size: 14px;
    margin: 0; }

.po-panel .preloader-container {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  text-align: center; }
  .po-panel .preloader-container .spinner-circle {
    border-color: #3cc75f;
    border-right-color: transparent; }

html,
body {
  margin: 0;
  padding: 0; }

img {
  border: 0;
  margin: 0; }

a {
  color: inherit;
  text-decoration: inherit;
  cursor: inherit;
  cursor: pointer; }
  a:active, a:focus {
    outline: none; }

h1, h2, h3, h4, p {
  padding: .5em 0 .2em 0;
  margin: 0;
  line-height: 1.2em; }

p {
  font-size: 1.8em;
  line-height: 1.5em; }

h1, .h1 {
  font: 700 4em/1.1 Roboto, Arial, Sans-Serif;
  color: #1c2e4b;
  margin-bottom: .5em;
  text-transform: uppercase; }
  @media (max-width: 950px) {
    h1, .h1 {
      font-size: 4.5em; } }
  h1.hidden, .h1.hidden {
    font-size: 1em;
    text-indent: -100000px;
    line-height: .7em;
    margin-top: -1.5em; }

h2 {
  font: 400 4em/1.1 Roboto, Arial, Sans-Serif;
  color: #1c2e4b;
  margin-bottom: .5em; }

ul, ol {
  margin: 0.6em 0;
  padding: 0;
  padding-left: 1.5em; }

body {
  font-family: Roboto, Arial, Sans-Serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2em;
  color: #1c2e4b;
  /*
  @include breakpoint(large){
      font-size: 9px;
  }
  @include breakpoint(medium){
      font-size: 8px;
  }
  @include breakpoint(small){
      font-size: 10px;
  }
  */ }
  @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
    body {
      font-size: 9px; } }

/*
@font-face {
    font-family: 'Archive';
    src: url('fonts/archive.woff2') format('woff2'),
         url('fonts/archive.woff') format('woff');
    font-weight: 400;
    font-style: normal;
}
*/
main {
  display: block;
  padding: 0;
  min-height: 200px; }
  @media (max-width: 950px) {
    main section:first-child {
      padding-top: 50px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; } }
  main.css-center, main .css-center {
    height: 100%;
    padding: 0;
    margin: 0;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    align-items: center;
    justify-content: center; }

.full-height {
  min-height: 100vh; }

.image-text-wr .image-wr {
  margin-bottom: 1em;
  float: left;
  width: 27%; }
  @media (max-width: 950px) {
    .image-text-wr .image-wr {
      width: 20em; } }
  @media (max-width: 600px) {
    .image-text-wr .image-wr {
      width: 100%;
      float: none; } }
  .image-text-wr .image-wr img {
    max-width: 100%;
    -moz-border-radius: 1.5em;
    -webkit-border-radius: 1.5em;
    border-radius: 1.5em; }
.image-text-wr .text-wr {
  padding-left: 2em;
  margin-left: 27%; }
  @media (max-width: 950px) {
    .image-text-wr .text-wr {
      margin-left: 20em; } }
  @media (max-width: 600px) {
    .image-text-wr .text-wr {
      margin-left: 0;
      padding-left: 0; } }
  .image-text-wr .text-wr h2 {
    font: 500 2em/1.5em Roboto, Arial, Sans-Serif;
    color: #3cc75f; }
  .image-text-wr .text-wr p {
    font: 400 1.4em/1.5em Roboto, Arial, Sans-Serif;
    margin: .5em 0; }
    .image-text-wr .text-wr p a {
      color: #3cc75f; }
    .image-text-wr .text-wr p a:hover {
      text-decoration: underline; }

section {
  position: relative; }

.center {
  width: 100%;
  display: inline-block;
  vertical-align: middle; }

header {
  width: 100%;
  background: white;
  z-index: 10000;
  font-family: Roboto, Arial, Sans-Serif; }
  header #logo {
    position: relative;
    z-index: 2;
    float: left;
    margin: 2em 0; }
    header #logo img {
      max-width: 100%; }
    @media (max-width: 1400px), (max-height: 800px) and (min-width: 1150px) {
      header #logo {
        width: 27em; } }
  header #logo-mobile {
    display: none; }
  header nav {
    position: relative;
    font-size: 2em;
    text-align: right;
    padding: 2em 0;
    text-transform: uppercase;
    font-weight: 700; }
    @media (max-width: 1400px), (max-height: 800px) and (min-width: 1150px) {
      header nav {
        font-size: 1.7em; } }
    @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
      header nav {
        font-size: 1.6em; } }
    header nav a {
      padding-right: 1em; }
      header nav a:after {
        padding-left: 1em;
        content: "/";
        color: #1c2e4b; }
      header nav a:last-child:after {
        content: none; }
      header nav a:before {
        width: 0;
        border-width: .15em;
        -moz-transition: width 0.3s;
        -o-transition: width 0.3s;
        -webkit-transition: width 0.3s;
        transition: width 0.3s; }
      header nav a:hover:before {
        width: 2em; }
    header nav a.home {
      display: none; }
    header nav .item-nav-only-mobile {
      display: none; }
  header #nav-toggle {
    display: none;
    position: absolute;
    top: 16px;
    width: 25px;
    height: 16px;
    right: 10px;
    z-index: 9002;
    cursor: pointer;
    border-bottom: 2px solid #fff; }
    header #nav-toggle:before, header #nav-toggle:after {
      content: "";
      display: block;
      border-bottom: 2px solid #fff;
      margin-bottom: 6px; }
  header.fixed {
    height: 48px; }
    @media (min-width: 960px) {
      header.fixed {
        position: fixed;
        background: rgba(0, 0, 0, 0.95);
        top: 0;
        font-size: .8em;
        -moz-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        -webkit-box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5); } }
    header.fixed.animate {
      -moz-animation: showfixedheader 0.5s forwards;
      -webkit-animation: showfixedheader 0.5s forwards;
      animation: showfixedheader 0.5s forwards; }
    header.fixed nav .item .contact {
      padding: .6em 1.3em;
      margin-right: 0; }
    header.fixed #logo {
      margin-top: 4px;
      margin-left: 6px;
      height: 100%;
      width: 60px;
      background: url("../images/diseno-web-ae-logo.png") no-repeat; }
      header.fixed #logo img {
        display: none; }
  @media (max-width: 950px) {
    header {
      top: 0;
      height: 50px;
      background: #1c2e4b;
      padding: 0;
      position: fixed; }
      header #logo, header nav, header #nav-sup, header #nav-sub {
        display: none; }
      header #logo-mobile {
        display: inline-block;
        margin-top: 8px; }
      header #nav-toggle {
        display: block; }
      header #nav-tools {
        position: absolute;
        top: 0;
        right: 60px;
        padding: 0; }
        header #nav-tools .search-btn-wr {
          display: none; }
        header #nav-tools .cart-btn .cart-inner {
          height: 50px;
          min-width: auto; }
          header #nav-tools .cart-btn .cart-inner .text {
            display: none; }
          header #nav-tools .cart-btn .cart-inner .number-wr {
            min-width: auto; }
          header #nav-tools .cart-btn .cart-inner:before {
            margin: 0; } }

.search-btn-toggle {
  width: 25px;
  height: 25px;
  display: inline-block;
  vertical-align: middle;
  background: url("../images/sprites.png") -35px -25px;
  cursor: pointer; }
  .search-btn-toggle.active {
    width: 25px;
    height: 25px;
    position: relative;
    display: inline-block;
    top: -4px;
    background: none;
    right: auto; }

.nav-mobile .search-btn-toggle {
  display: none; }

nav:not(.nav-mobile) .search-btn-wr {
  position: absolute;
  top: -70px;
  right: 0; }

header {
  -moz-transition: margin-top 0.3s;
  -o-transition: margin-top 0.3s;
  -webkit-transition: margin-top 0.3s;
  transition: margin-top 0.3s; }
  header.search-active {
    margin-top: 100px; }

.search-btn-wr {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 30em; }
  .search-btn-wr input.search {
    width: 100%;
    border: 5px solid #d4d8dd;
    outline: none;
    line-height: 65px;
    height: 65px;
    margin-right: 50px;
    box-sizing: border-box;
    padding: 0 40px 0 1em;
    font-family: Roboto, Arial, Sans-Serif;
    font-size: 18px; }
  .search-btn-wr .search-btn {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 50px;
    cursor: pointer; }
    .search-btn-wr .search-btn:before {
      content: "";
      width: 40px;
      height: 30px;
      background: url("../images/sprites.png") 5px -25px;
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -20px;
      margin-top: -15px; }

.cart-btn {
  display: inline-block;
  margin-left: 1em;
  cursor: pointer;
  color: #fff;
  padding: 0 20px;
  background: #3cc75f;
  font-size: 1.8em; }
  @media (max-width: 1400px), (max-height: 800px) and (min-width: 1150px) {
    .cart-btn {
      font-size: 1.7em; } }
  @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
    .cart-btn {
      font-size: 1.6em; } }
  .cart-btn .cart-inner {
    height: 65px;
    min-width: 100px;
    display: flex;
    align-items: center;
    justify-content: center; }
    .cart-btn .cart-inner .number-wr {
      min-width: 25px;
      margin-left: 4px; }
    .cart-btn .cart-inner:before {
      content: "";
      width: 36px;
      height: 25px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 10px;
      background: url("../images/sprites.png") 0 0; }

.nav-mobile {
  background: #3cc75f;
  text-align: center; }
  .nav-mobile.visible {
    -moz-animation: showNav 0.5s;
    -webkit-animation: showNav 0.5s;
    animation: showNav 0.5s; }
  .nav-mobile.closing {
    -moz-animation: hideNav 0.5s forwards;
    -webkit-animation: hideNav 0.5s forwards;
    animation: hideNav 0.5s forwards; }
  .nav-mobile .item-wr {
    padding: 20px;
    display: inline-block;
    vertical-align: middle; }
  .nav-mobile .item {
    color: #fff;
    text-transform: uppercase;
    display: block;
    font-size: 2em;
    font-weight: 700;
    line-height: 2em;
    height: auto; }
    .nav-mobile .item.home {
      display: block; }
  .nav-mobile .hidden {
    display: none; }
  .nav-mobile .search-btn-wr {
    max-width: 250px;
    display: inline-block; }
    .nav-mobile .search-btn-wr .search-btn {
      background: transparent; }
      .nav-mobile .search-btn-wr .search-btn:before {
        width: 30px; }
    .nav-mobile .search-btn-wr input.search {
      border: none; }

footer {
  position: relative;
  background: #212326;
  font-size: 1.6em;
  color: #fff;
  line-height: 1.2em; }
  footer #footer-inner {
    padding: 3em 2em; }
  footer #nav-footer {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    footer #nav-footer .item-nav {
      display: inherit;
      vertical-align: top;
      width: 32%; }
      footer #nav-footer .item-nav ul {
        padding: 0;
        margin: 0;
        list-style-type: none; }
      footer #nav-footer .item-nav li {
        display: block;
        margin: .4em 0; }
      @media (max-width: 700px) {
        footer #nav-footer .item-nav {
          width: auto;
          margin: 2em 0; } }
    @media (max-width: 950px) {
      footer #nav-footer {
        width: 59%; } }
    @media (max-width: 700px) {
      footer #nav-footer {
        width: auto;
        display: block;
        margin: 0;
        padding: 0;
        border: none; } }
  footer h4 {
    text-transform: uppercase;
    margin: .3em 0; }
  footer a:hover {
    color: #3cc75f; }
  footer #extra-footer {
    display: inline-block;
    max-width: 33%; }
    footer #extra-footer img {
      max-width: 100%; }

#copyright {
  padding: 1em 2em;
  color: #d4d8dd;
  font-size: 12px;
  text-align: right; }

#slider-wr {
  margin-top: 10px;
  margin-bottom: 40px; }
  @media (max-width: 950px) {
    #slider-wr {
      margin-top: 0; }
      #slider-wr .max-width {
        padding-left: 0;
        padding-right: 0; } }

#slider .item {
  position: relative; }
#slider .text-wr {
  position: absolute;
  height: 100%;
  left: 40px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media (max-width: 950px) {
    #slider .text-wr {
      align-items: flex-start;
      left: 0px; } }
  #slider .text-wr .text {
    background: #fff;
    padding: 4em;
    font-family: Roboto, Arial, Sans-Serif;
    max-width: 45em; }
    @media (max-width: 1400px), (max-height: 800px) and (min-width: 1150px) {
      #slider .text-wr .text {
        font-size: 8px; } }
    @media (max-width: 950px) {
      #slider .text-wr .text {
        margin: 10px 0 0 10px; } }
    @media (max-width: 600px) {
      #slider .text-wr .text {
        font-size: 7px;
        margin: 10px 0 0 0;
        max-width: 70%; } }
  #slider .text-wr p {
    line-height: 1.5em;
    font-size: 1.8em;
    margin: 0;
    padding: 0;
    color: #1c2e4b; }
  #slider .text-wr h2 {
    color: #1c2e4b;
    font-size: 5em; }
#slider .text-wr {
  opacity: 0;
  transform: translate(50px, 50px);
  transition: all 0.5s 0.5s; }
#slider .item.slick-active .text-wr {
  opacity: 1;
  transform: translate(0); }
@media (max-width: 950px) {
  #slider img {
    width: 100%;
    min-width: 1000px; } }

section#presentation {
  padding-bottom: 3em; }
  section#presentation:after {
    content: "";
    display: block;
    width: 80%;
    max-width: 400px;
    margin: auto;
    border-bottom: 1px solid #3cc75f; }
  section#presentation h2 {
    text-transform: uppercase;
    text-align: center;
    padding: 1em 0 1em 0; }
  section#presentation .percentage {
    display: table;
    margin: auto;
    margin-bottom: 8em;
    max-width: 1000px;
    width: 100%; }
    section#presentation .percentage .image-wr {
      display: table-cell;
      vertical-align: middle;
      width: 240px;
      position: relative; }
      section#presentation .percentage .image-wr img {
        width: 100%;
        display: block; }
      section#presentation .percentage .image-wr .filled {
        position: absolute;
        top: 0;
        left: 0;
        height: 0;
        overflow: hidden;
        -moz-transition: height 500ms;
        -o-transition: height 500ms;
        -webkit-transition: height 500ms;
        transition: height 500ms; }
      @media (max-width: 950px) {
        section#presentation .percentage .image-wr {
          width: 150px; } }
      @media (max-width: 600px) {
        section#presentation .percentage .image-wr {
          display: block;
          margin: auto;
          width: auto;
          max-width: 200px; } }
    section#presentation .percentage .text-wr {
      display: table-cell;
      vertical-align: middle; }
      @media (max-width: 600px) {
        section#presentation .percentage .text-wr {
          display: block; } }
      section#presentation .percentage .text-wr .text {
        display: table; }
      section#presentation .percentage .text-wr .text-row {
        opacity: 0;
        -moz-transition: opacity 0.5s;
        -o-transition: opacity 0.5s;
        -webkit-transition: opacity 0.5s;
        transition: opacity 0.5s;
        display: table-row; }
        section#presentation .percentage .text-wr .text-row h4 {
          display: table-cell;
          vertical-align: middle;
          color: #3cc75f;
          font-size: 7em;
          padding: .1em .5em; }
          @media (max-width: 950px) {
            section#presentation .percentage .text-wr .text-row h4 {
              font-size: 5em; } }
          @media (max-width: 600px) {
            section#presentation .percentage .text-wr .text-row h4 {
              padding: .1em; } }
          @media (max-width: 400px) {
            section#presentation .percentage .text-wr .text-row h4 {
              display: block;
              text-align: center;
              padding-top: 1em; } }
        section#presentation .percentage .text-wr .text-row p {
          vertical-align: middle;
          display: table-cell; }
          @media (max-width: 400px) {
            section#presentation .percentage .text-wr .text-row p {
              display: block; } }
        section#presentation .percentage .text-wr .text-row:last-child h4 {
          color: #f26e2f; }

#quotes {
  overflow: hidden;
  padding: 6em 8em 10em 8em; }
  @media (max-width: 400px) {
    #quotes {
      padding: 0em 0 5em; } }

#quotes-slider {
  max-width: 1000px;
  margin: auto; }
  #quotes-slider .slick-list {
    overflow: visible; }
  @media (max-width: 400px) {
    #quotes-slider {
      max-width: auto; } }
  #quotes-slider:before {
    content: "\201F";
    font-size: 20em;
    color: #d4d8dd;
    position: absolute;
    top: .3em;
    right: 100%;
    margin-right: .1em; }
    @media (max-width: 400px) {
      #quotes-slider:before {
        content: none; } }
  #quotes-slider p {
    font-size: 2.2em;
    line-height: 2em;
    font-weight: 300; }
    #quotes-slider p:last-child {
      font-size: 1.8em;
      text-transform: uppercase;
      font-weight: 700;
      text-align: center;
      padding: 1em 0; }
    @media (max-width: 400px) {
      #quotes-slider p {
        font-size: 2em; } }

.page {
  padding-bottom: 50px; }
  .page h2 {
    font-size: 2.4em;
    margin-top: 1.2em;
    border-bottom: 1px solid #3cc75f;
    color: #3cc75f; }
  .page h3 {
    font-size: 2em;
    margin-top: 1em; }
  .page h4 {
    font-size: 1.8em;
    margin-top: .8em; }
  .page p a {
    color: #3cc75f; }
    .page p a:hover {
      text-decoration: underline; }
  @media (max-width: 950px) {
    .page {
      padding-top: 60px; } }

.top-full-width-image {
  height: 300px;
  background-position: center center;
  background-size: cover;
  position: relative; }
  @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
    .top-full-width-image {
      height: 200px; } }

.energy .content h1 {
  margin: 20px 0; }
.energy .content p {
  line-height: 1.6em;
  font-size: 2em;
  padding: 0; }
  .energy .content p strong {
    color: #3cc75f; }
.energy #circle-image {
  position: absolute;
  border: 10px solid #fff;
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  width: 160px;
  height: 160px;
  bottom: -30px;
  left: 50%;
  margin-left: -80px; }

.products-index h1 {
  font-size: 18px;
  text-indent: -1000000px;
  float: right;
  margin-top: -100%; }
.products-index .empty {
  padding: 2em 0;
  text-align: center;
  font-size: 2.4em;
  color: #ccc; }
.products-index .product-wr {
  padding-top: 0;
  margin-top: -5px;
  margin-left: 275px; }
  @media (max-width: 1400px), (max-height: 800px) and (min-width: 1150px) {
    .products-index .product-wr {
      font-size: 9px; } }
  @media (max-width: 1150px), (max-height: 700px) and (min-width: 950px) {
    .products-index .product-wr {
      margin-left: 255px; }
      .products-index .product-wr .item {
        width: 33%; } }
  @media (max-width: 950px) {
    .products-index .product-wr {
      margin-left: 0;
      margin-top: 10px; } }
  @media (max-width: 600px) {
    .products-index .product-wr .item {
      width: auto; } }
.products-index section.max-width {
  padding-bottom: 20px; }

.products-show {
    /*
.details{
    width:50%;
    float: right;
    max-width: 550px;
    @include breakpoint(tiny){
        float: none;
        width: auto;
        margin-top: 20px;
    }
    
    
    .code{
        text-align: center;
        font-size: 1.6em;
        color: #aaa;
        padding: .5em 0;
    }
    .price{
        padding: .1em 0;
        font-size: 3em;
        font-weight: 700;
        color: $color-2;
        text-align: center;
        line-height: 1.3em;
                   
        .oldprice{
            display: inline;
            color: $black;
            font-weight: 400;
            color: $black;
            text-decoration: line-through;
            margin-left: .5em;
            vertical-align: top;
            font-size: .9em;
        }
    }
    .quantity_type{
        font-size: 1.4em;
        line-height: 1em;
        font-weight: 700;
        color: $color-1;
        text-align: center;
    }
    
    .description{
        p{
           font-size: 1.6em;
           line-height: 1.5em;
        }
        padding: 1em 0 1em 0;
        
    }
    .option-wr{
        border-bottom: 2px solid $color-2;
        
        font-weight: 700;
        padding: 1em 0 .3em 0;
        position: relative;
        
        &.select-wr:after{
            position: absolute;
            bottom: .3em;
            right: .2em;
            width: 17px;
            height: 13px;
            background: $sprite 0 -200px transparent;
            content: "";
            z-index: -1;
        }
        
        label{
            font-size:1.6em;
            font-weight: 400;
            width: 21%;
            display: inline-block;
            line-height: 1.5em;
            @include breakpoint(small){
                width: 40%;
            }
        }
        select{
            color: $color-2;
            width: 78%;
            display: inline-block;
            border: none;
            outline: none;
            font-weight: 700;
            font-size: 1.6em;
            line-height: 1.5em;
            appearance: none;
            -moz-appearance: none;
            -webkit-appearance: none;
            cursor: pointer;
            background: transparent;
            @include breakpoint(small){
                width: 59%;
            }
            &::-ms-expand {
                display: none;
            }
            
        }
        &.quantity-wr{
            button{
                color: transparent;
                border: none;
                outline: none;
                position: absolute;
                bottom: 5px;
                right: 0px;
                background: $sprite no-repeat 0 -225px ;
                opacity: .7;
                cursor: pointer;
                height: 20px;
                &:hover{
                    opacity: 1;
                }
            }
            .quantity-minor{
                right: 30px;
                background-position: 0 -250px;
            }
            .quantity-text{
                font-weight: 700;
                font-size: 1.6em;
                line-height: 1.5em;
                color: $color-2;
            }
            
        }
        
        
        
    }
    
    .info{
        padding: 2em 3em 2em 50px;
        font-size: 1.2em;
        background: $color-0;
        margin: 2em 0;
        position: relative;
        line-height: 1.3em;
        
        &:before{
            content:"";
            width: 30px;
            height: 30px;
            position: absolute;
            left: 10px;
            top:50%;
            margin-top: -15px;
            background: $sprite no-repeat 0 -275px;
        }
    }
    .btn-wr{
        text-align: center;
    }
    
    .add-to-cart{
        @extend .btn-1;
            &:before{
            content:"";
            width: 36px;
            height: 25px;
            display: inline-block;
            vertical-align: text-bottom;
            background: $sprite 0 0;
        }
        &:hover:before{
            background-position: -50px 0;
        }
        &.loading{
            &:hover{
                background: $color-1;
            }
            &:before{
                visibility: hidden;
            }
            &:after{
                left: 50px;
            }
        }
    }
    .error-msg-wr{
        padding: 2em 3em 2em 50px;
        font-size: 1.4em;
        background: #ff8f8f;
        margin: 2em 0;
        position: relative;
        line-height: 1.3em;
        color: #c30000;
        font-weight: 700;
        margin-bottom: -.5em;
        .btn-close-error{
            @extend %btn-close-sm;
            top:50%;
            margin-top: -10px;
        }
    }
}
    */ }
  .products-show h1 {
    font-size: 3.6em;
    font-weight: 700;
    line-height: 1.2em;
    padding: 0;
    color: #1c2e4b;
    margin: 0; }
  .products-show .short-description {
    font-size: 2em;
    font-weight: 700;
    line-height: 1.5em;
    margin: .6em 0; }
  .products-show .description p, .products-show .description li {
    font-size: 1.6em;
    line-height: 1.5em; }
  .products-show .description ul {
    margin: 0; }
    .products-show .description ul li {
      list-style: none; }
      .products-show .description ul li:before {
        content: '\2022';
        display: block;
        position: relative;
        max-width: 0px;
        max-height: 0px;
        left: -10px;
        top: -0px;
        color: #3cc75f;
        font-size: 20px; }
  .products-show .description,
  .products-show .short-description,
  .products-show h1 {
    float: left;
    width: 55%; }
    @media (max-width: 950px) {
      .products-show .description,
      .products-show .short-description,
      .products-show h1 {
        width: auto;
        float: none; } }
  .products-show h2 {
    padding-bottom: 0;
    font-size: 2.4em;
    font-weight: 700;
    text-transform: uppercase;
    border-bottom: 2px solid #1c2e4b; }
  .products-show .specifications-wr {
    padding: 20px 0; }
  .products-show .specifications h3 {
    font-size: 1.8em;
    color: #3cc75f;
    margin: 2em 0 0 0; }
  .products-show .specifications td, .products-show .specifications th {
    padding: .5em .5em .5em 0;
    border-bottom: 1px solid #dfdfdf;
    font-size: 14px;
    text-align: left;
    line-height: 1.3em; }
    .products-show .specifications td:first-child strong, .products-show .specifications th:first-child strong {
      font-size: 1.2em;
      color: #3cc75f;
      padding-top: 1.2em;
      display: block; }
  .products-show .specifications ul, .products-show .specifications ol, .products-show .specifications p {
    font-size: 1.6em;
    line-height: 1.5em; }
  .products-show .download-wr {
    padding: 20px 0; }
    .products-show .download-wr a {
      display: inline-block;
      font-size: 1.6em;
      margin: .8em 0; }
      .products-show .download-wr a:hover .icon {
        background-color: #c0c6cd; }
      .products-show .download-wr a .icon {
        display: inline-block;
        vertical-align: middle;
        width: 90px;
        height: 90px;
        -moz-border-radius: 50%;
        -webkit-border-radius: 50%;
        border-radius: 50%;
        background: #d4d8dd;
        position: relative; }
        .products-show .download-wr a .icon:before {
          content: "";
          position: absolute;
          top: 15px;
          left: 26px;
          width: 45px;
          height: 58px;
          background: url("../images/sprites.png") 0 -1090px; }
        .products-show .download-wr a .icon.file-pdf:before {
          background-position: 0 -850px; }
        .products-show .download-wr a .icon.file-excel:before {
          background-position: 0 -910px; }
        .products-show .download-wr a .icon.file-document:before {
          background-position: 0 -970px; }
        .products-show .download-wr a .icon.file-image:before {
          background-position: 0 -1030px; }
        .products-show .download-wr a .icon.file-default .extension {
          position: absolute;
          bottom: 35px;
          left: 48px;
          font-size: 12px;
          font-weight: 700;
          padding: 2px 5px;
          background: #fff;
          color: #666; }
  .products-show .image-wr {
    width: 40%;
    float: right;
    position: relative; }
    @media (max-width: 600px) {
      .products-show .image-wr {
        float: none;
        width: auto; } }
    .products-show .image-wr .image-bg-wr .item img {
      width: 100%; }
    .products-show .image-wr .image-sm-wr {
      margin: 1em 0 2em 0; }
      @media (max-width: 600px) {
        .products-show .image-wr .image-sm-wr {
          padding: 0 30px; } }
      .products-show .image-wr .image-sm-wr img {
        border: 3px solid #d4d8dd;
        margin: 0 .5em;
        display: block;
        min-width: 10px;
        max-width: 125px; }
        .products-show .image-wr .image-sm-wr img.slick-current {
          border-color: #212326; }
      .products-show .image-wr .image-sm-wr .slick-arrow {
        width: 10px;
        height: 10px;
        margin-top: -5px;
        overflow: visible; }
        @media (max-width: 600px) {
          .products-show .image-wr .image-sm-wr .slick-arrow {
            right: 0; }
            .products-show .image-wr .image-sm-wr .slick-arrow.slick-prev {
              left: 0; } }

.message-layer-wr {
  position: relative; }
  .message-layer-wr .message-layer {
    display: none;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    position: absolute;
    background: rgba(255, 255, 255, 0.9); }
    .message-layer-wr .message-layer .center-content-layer {
      width: 100%;
      height: 100%;
      position: absolute;
      left: 0;
      top: 0;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -webkit-box-align: center;
      align-items: center;
      justify-content: center;
      text-align: center; }
    .message-layer-wr .message-layer p {
      font-size: 1.6em;
      text-transform: uppercase; }
    .message-layer-wr .message-layer .btn-wr {
      margin-top: 1em; }
    .message-layer-wr .message-layer .btn, .message-layer-wr .message-layer .btn-2, .message-layer-wr .message-layer .btn-1, .message-layer-wr .message-layer .btn-1-inverse, .message-layer-wr .message-layer .btn-default-inverse, .message-layer-wr .message-layer .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn, .modalpopup-wr .modalpopup .modalpopup-buttons-wr .message-layer-wr .message-layer .modalpopup-btn, .message-layer-wr .message-layer .cart-box .order-btn, .cart-box .message-layer-wr .message-layer .order-btn {
      margin: .5em 0;
      min-width: 200px; }

.category-pagination {
  text-transform: uppercase;
  padding: 10px 0; }
  .category-pagination .item {
    font-weight: 700;
    font-size: 17px;
    color: #3cc75f;
    padding: 0 10px 0 30px;
    border: 3px solid #3cc75f;
    border-left: none;
    border-right: none;
    font-size: 18px;
    line-height: 60px;
    height: 60px;
    float: left;
    position: relative;
    margin-top: 10px;
    /*
    &:last-child{
        font-weight: 700;
        background-color: $color-3;
        &:before{
            background-position: -50px -750px;
        }
    }
    */
    /*
    @include breakpoint(small){
        &:not(:last-child){
            display: none;
        }
    }*/ }
    .category-pagination .item:before {
      content: "";
      position: absolute;
      right: -23px;
      top: -3px;
      width: 23px;
      height: 100%;
      padding: 3px 0;
      background: url("../images/sprites.png") -30px -750px;
      z-index: 10; }
    .category-pagination .item:first-child {
      color: #fff;
      background-color: #3cc75f;
      padding: 0 10px;
      border-left: 3px solid #3cc75f; }
      .category-pagination .item:first-child:before {
        background: url("../images/sprites.png") 0 -750px; }
    @media (max-width: 1400px), (max-height: 800px) and (min-width: 1150px) {
      .category-pagination .item {
        font-size: 15px;
        line-height: 50px;
        height: 50px; }
        .category-pagination .item:before {
          right: -20px; } }
  .category-pagination .category-pagination-slash {
    display: none; }

.contact {
  padding-top: 20px; }
  .contact a:hover {
    text-decoration: none; }
  @media (max-width: 950px) {
    .contact {
      padding-top: 70px; } }

#contact-form {
  width: 47%;
  padding: 20px 0 50px 0; }
  @media (max-width: 950px) {
    #contact-form {
      width: auto; } }
  #contact-form label {
    display: block;
    margin: 1em 0 .5em 0;
    font-size: 1.8em; }
  #contact-form input, #contact-form textarea {
    color: #1c2e4b;
    outline: none;
    font-size: 1.8em;
    display: block;
    width: 100%;
    padding: .9em 1em;
    border: 2px solid #3cc75f;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    #contact-form input.form-field-success, #contact-form textarea.form-field-success {
      color: #3cc75f; }
    #contact-form input.form-field-error, #contact-form textarea.form-field-error {
      color: #f26e2f;
      border-color: #f26e2f; }
  #contact-form textarea {
    max-width: 100%;
    height: 6em;
    max-height: 6em; }
  #contact-form .preloader-container {
    margin-left: 15px;
    display: inline-block;
    vertical-align: middle; }
    #contact-form .preloader-container .la-ball-spin {
      width: 18px;
      height: 18px; }
  #contact-form .btn, #contact-form .btn-2, #contact-form .btn-1, #contact-form .btn-1-inverse, #contact-form .btn-default-inverse, #contact-form .modalpopup-wr .modalpopup .modalpopup-buttons-wr .modalpopup-btn, .modalpopup-wr .modalpopup .modalpopup-buttons-wr #contact-form .modalpopup-btn, #contact-form .cart-box .order-btn, .cart-box #contact-form .order-btn {
    font-size: 1.6em; }

.contact-wr {
  position: relative; }

#googlemaps {
  width: 49%;
  position: absolute;
  top: 0;
  right: 0;
  height: 80%; }
  @media (max-width: 950px) {
    #googlemaps {
      width: 100%;
      position: relative;
      height: 400px; } }

main.calculator {
  background: url("../images/bg-calculator.jpg");
  background-size: cover;
  position: relative; }
  main.calculator .h1-wr {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%; }
    main.calculator .h1-wr h1 {
      font-size: 1.8em;
      text-transform: none;
      color: #fff; }
      main.calculator .h1-wr h1:before {
        content: none; }
  main.calculator .c-box {
    max-width: 900px;
    width: 100%;
    margin: 50px auto;
    position: relative; }
    @media (max-width: 950px) {
      main.calculator .c-box {
        margin-bottom: 0; } }
  main.calculator .c-header {
    background: #3cc75f;
    line-height: 6em;
    color: #fff; }
    main.calculator .c-header .c-tab {
      display: inline-block;
      font-size: 1.8em;
      padding: 0 3em;
      height: inherit;
      line-height: inherit;
      vertical-align: middle;
      text-transform: uppercase;
      font-weight: 700;
      cursor: default; }
      main.calculator .c-header .c-tab.selected {
        background: #34b555; }
      @media (max-width: 600px) {
        main.calculator .c-header .c-tab {
          padding: 0 1em;
          font-size: 1.4em; } }
  main.calculator .c-content-wr {
    background: #1c2e4b;
    min-height: 300px;
    padding: 5em;
    padding-bottom: 12em;
    color: #cfd4de;
    position: relative;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 950px) {
      main.calculator .c-content-wr {
        padding: 3em; } }
    main.calculator .c-content-wr .c-content {
      font-size: 1.8em;
      display: none; }
      main.calculator .c-content-wr .c-content.shown {
        display: block; }
    main.calculator .c-content-wr .c-block-wr {
      margin: 0 0 0 -20px; }
    main.calculator .c-content-wr .c-block {
      width: 50%;
      float: left;
      padding: 10px 0 10px 20px;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 950px) {
        main.calculator .c-content-wr .c-block {
          width: 100%; } }
      main.calculator .c-content-wr .c-block label, main.calculator .c-content-wr .c-block input, main.calculator .c-content-wr .c-block select, main.calculator .c-content-wr .c-block .fake-label, main.calculator .c-content-wr .c-block .fake-input {
        width: 50%;
        padding: 1.4em .3em;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        background: #23395e;
        float: left;
        height: 3.5em;
        vertical-align: middle; }
      main.calculator .c-content-wr .c-block label,
      main.calculator .c-content-wr .c-block .fake-label {
        padding-left: 1em; }
        main.calculator .c-content-wr .c-block label.full,
        main.calculator .c-content-wr .c-block .fake-label.full {
          width: 100%; }
      main.calculator .c-content-wr .c-block input, main.calculator .c-content-wr .c-block select {
        text-align: center;
        background: #224378;
        font-size: inherit;
        color: inherit;
        border: none;
        outline: none;
        padding: 0 1em; }
        @media (max-width: 950px) {
          main.calculator .c-content-wr .c-block input, main.calculator .c-content-wr .c-block select {
            text-align: left; } }
      main.calculator .c-content-wr .c-block.error label {
        background: #983809; }
      main.calculator .c-content-wr .c-block.error input, main.calculator .c-content-wr .c-block.error select {
        background: #b0400b; }
    main.calculator .c-content-wr p {
      font-size: 1em; }
    main.calculator .c-content-wr .c-btn-wr {
      position: absolute;
      bottom: 3em;
      right: 3em; }
      @media (max-width: 950px) {
        main.calculator .c-content-wr .c-btn-wr {
          position: relative;
          right: auto;
          bottom: auto; } }
      main.calculator .c-content-wr .c-btn-wr .c-btn {
        vertical-align: middle;
        display: inline-block;
        font-size: .9em;
        margin: 0;
        margin-left: 1em;
        padding: 1.1em 3em; }
        @media (max-width: 950px) {
          main.calculator .c-content-wr .c-btn-wr .c-btn {
            margin: 10px 10px 0 0; } }
    main.calculator .c-content-wr table {
      line-height: 1.2em;
      margin-top: -10px;
      border-collapse: separate;
      border-spacing: 0 10px;
      width: 100%;
      font-size: .9em; }
      main.calculator .c-content-wr table.small {
        font-size: .75em;
        border-spacing: 0 5px; }
      main.calculator .c-content-wr table td {
        vertical-align: top;
        background: #284e8c;
        padding: 10px 20px; }
        main.calculator .c-content-wr table td:first-child {
          font-weight: 700;
          width: 150px;
          background: #23395e; }
  main.calculator .c-preloader {
    background: rgba(28, 46, 75, 0.6);
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2; }
    main.calculator .c-preloader .cssload-container {
      position: absolute;
      top: 50%;
      margin-top: -2em; }

.c-fixed {
  position: fixed;
  z-index: 2;
  bottom: -55px;
  right: 20px;
  text-align: center;
  -moz-transition: bottom 0.3s;
  -o-transition: bottom 0.3s;
  -webkit-transition: bottom 0.3s;
  transition: bottom 0.3s; }
  @media (max-width: 600px) {
    .c-fixed {
      display: none; } }
  .c-fixed:hover {
    bottom: 0px; }
    .c-fixed:hover .c-fixed-btn-close {
      display: block; }
  .c-fixed .c-fixed-btn-close {
    display: none;
    background: #212326;
    border-radius: 50%;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid #212326;
    width: 18px;
    height: 18px; }
  .c-fixed .c-fixed-text {
    margin: 10px 0;
    padding: 8px 15px;
    background: rgba(60, 199, 95, 0.7);
    -moz-border-radius: 50px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    color: #1c2e4b;
    font-size: 13px;
    line-height: 1.7em; }

.error-page .max-width {
  max-width: 800px; }

/*# sourceMappingURL=styles.css.map */
