/* Fonts */
@font-face {
  font-family: 'almoni-regular';
  src: url("../fonts/almoni-tzar-aaa-400.ttf") format("truetype"); }

@font-face {
  font-family: 'almoni-light';
  src: url("../fonts/almoni-tzar-aaa-300.ttf") format("truetype"); }

@font-face {
  font-family: 'almoni-bold';
  src: url("../fonts/almoni-tzar-aaa-700.ttf") format("truetype"); }

@font-face {
  font-family: 'agency';
  src: url("../fonts/AGENCYR.TTF") format("truetype"); }

/* /Fonts */
/* Global */
html {
  margin: 0 !important; }

body {
  position: relative;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  direction: rtl; }

p {
  margin: 0; }

ul {
  -webkit-padding-start: 0;
  list-style: none;
  margin: 0;
  padding: 0; }

section {
  width: 100%;
  max-width: 1920px;
  margin: auto;
  overflow: hidden; }

.section-inner {
  width: 100%;
  max-width: 1590px;
  margin: auto;
  padding: 0 10px;
  position: relative; }

header {
  width: 100%;
  margin: auto;
  position: absolute;
  top: 0;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background-color: rgba(255, 255, 255, 0.25); }
  @media only screen and (max-width: 920px) {
    header {
      position: fixed; } }
  header .header-inner {
    width: 100%;
    max-width: 1820px;
    margin: auto;
    padding: 5px;
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media only screen and (max-width: 920px) {
      header .header-inner {
        padding: 5px; } }
    header .header-inner .menu-cont {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media only screen and (max-width: 920px) {
        header .header-inner .menu-cont {
          display: none; } }
      header .header-inner .menu-cont ul.main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-right: 4%; }
        header .header-inner .menu-cont ul.main-menu li {
          position: relative; }
          header .header-inner .menu-cont ul.main-menu li a {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-family: 'almoni-regular', "Arial";
            font-weight: normal;
            font-size: 24px;
            color: #504f50;
            margin: 0 13px;
            white-space: nowrap; }
            @media only screen and (max-width: 1200px) {
              header .header-inner .menu-cont ul.main-menu li a {
                font-size: 18px; } }
            header .header-inner .menu-cont ul.main-menu li a:hover {
              color: #e5d08c !important; }
          header .header-inner .menu-cont ul.main-menu li.current_page_item a, header .header-inner .menu-cont ul.main-menu li.current-menu-item a {
            color: #e5d08c !important; }
          header .header-inner .menu-cont ul.main-menu li .sub-menu {
            display: none;
            padding-top: 10px;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8); }
            header .header-inner .menu-cont ul.main-menu li .sub-menu li a {
              font-size: 18px; }
          header .header-inner .menu-cont ul.main-menu li:hover .sub-menu {
            display: block; }
    header .header-inner .logo-cont img {
      max-height: 90px; }
      @media only screen and (max-width: 1200px) {
        header .header-inner .logo-cont img {
          height: 45px; } }
      @media only screen and (max-width: 920px) {
        header .header-inner .logo-cont img {
          height: 35px; } }
    header .header-inner .contacts {
      display: table; }
      header .header-inner .contacts .social {
        display: table-cell;
        vertical-align: middle; }
        header .header-inner .contacts .social .icon {
          display: inline-block; }
          header .header-inner .contacts .social .icon .inner {
            height: 50px;
            width: 50px;
            background: #5ecbe1;
            color: #333e48;
            font-family: 'almoni-regular', "Arial";
            font-weight: normal;
            font-size: 22px;
            display: table;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media only screen and (max-width: 920px) {
              header .header-inner .contacts .social .icon .inner {
                height: 30px;
                width: 30px;
                font-size: 18px; } }
            header .header-inner .contacts .social .icon .inner i, header .header-inner .contacts .social .icon .inner span {
              display: table-cell;
              vertical-align: middle;
              text-align: center; }
          header .header-inner .contacts .social .icon.icon-fb .inner {
            color: #fff;
            background: #17b8d7; }
          @media only screen and (max-width: 450px) {
            header .header-inner .contacts .social .icon.icon-fb {
              display: none; } }
          header .header-inner .contacts .social .icon.icon-phone .inner {
            color: #fff;
            background: #a5b092; }
          @media only screen and (max-width: 920px) {
            header .header-inner .contacts .social .icon.icon-phone {
              display: inline-block; } }
          header .header-inner .contacts .social .icon.icon-waze {
            display: none; }
            header .header-inner .contacts .social .icon.icon-waze .inner {
              background: #dcdfce; }
              header .header-inner .contacts .social .icon.icon-waze .inner img {
                position: relative;
                top: 4px;
                right: 6px; }
            @media only screen and (max-width: 920px) {
              header .header-inner .contacts .social .icon.icon-waze {
                display: inline-block; } }
          header .header-inner .contacts .social .icon:hover .inner {
            background: #e5d08c; }
      header .header-inner .contacts .tel {
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px; }
        @media only screen and (max-width: 920px) {
          header .header-inner .contacts .tel {
            display: none; } }
        header .header-inner .contacts .tel p {
          font-family: 'almoni-regular', "Arial";
          font-weight: normal;
          font-size: 24px;
          line-height: 24px;
          color: #504f50; }
        header .header-inner .contacts .tel a {
          font-family: 'almoni-regular', "Arial";
          font-weight: normal;
          font-size: 31px;
          line-height: 31px;
          color: #afbb9b; }
  header.scrolled {
    background-color: rgba(255, 255, 255, 0.85);
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
            box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25); }

/* ----------------- /Header -------------------- */
/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: relative;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 920px) {
    .toggle-button {
      display: block; } }
  .toggle-button div {
    width: 22px;
    height: 3px;
    background-color: #a5b092;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: top 0.5s, opacity 0.5s, width 0.5s, -webkit-transform 1s;
    transition: top 0.5s, opacity 0.5s, width 0.5s, -webkit-transform 1s;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 0.5s;
    transition: top 0.5s, transform 1s, opacity 0.5s, width 0.5s, -webkit-transform 1s; }
  .toggle-button div:nth-child(1) {
    top: 5px;
    left: 4px; }
  .toggle-button div:nth-child(2) {
    top: 13px;
    left: 4px; }
  .toggle-button div:nth-child(3) {
    top: 21px;
    left: 4px; }
  .toggle-button.open div:nth-child(1) {
    top: 13px;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .toggle-button.open div:nth-child(2) {
    opacity: 0;
    width: 1px; }
  .toggle-button.open div:nth-child(3) {
    top: 13px;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }
  .toggle-button.open div {
    background-color: #fff !important; }

/* --------------- /Toggle button ---------------- */
/* --------------- Mobile menu ---------------- */
.mobile-menu-cont {
  direction: rtl;
  padding: 10px 20px;
  background: rgba(0, 0, 0, 0.9);
  position: fixed;
  top: 0;
  bottom: 0;
  z-index: 101;
  left: 0;
  right: 0;
  display: none; }
  .mobile-menu-cont .mobile-menu > li {
    position: relative;
    text-align: center;
    padding: 17px 0; }
    .mobile-menu-cont .mobile-menu > li:after {
      content: "";
      position: absolute;
      bottom: -7px;
      height: 10px;
      width: 50px;
      background-image: url("../images/index/blue-wave-small.png");
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); }
    .mobile-menu-cont .mobile-menu > li:last-child:after {
      display: none; }
    .mobile-menu-cont .mobile-menu > li a {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 25px;
      color: #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      .mobile-menu-cont .mobile-menu > li a:hover {
        color: #e5d08c; }
    .mobile-menu-cont .mobile-menu > li .sub-menu {
      display: none;
      padding-top: 10px; }
      .mobile-menu-cont .mobile-menu > li .sub-menu li a {
        padding-right: 10px;
        font-size: 18px; }
  .mobile-menu-cont .mobile-menu li.current-menu-item a, .mobile-menu-cont .mobile-menu li.current_page_item a {
    color: #e5d08c; }
  .mobile-menu-cont .mobile-menu .open-arrow {
    display: inline-block;
    color: #fff;
    cursor: pointer;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 14px;
    margin-right: 25px;
    position: absolute;
    top: 8px;
    left: 10px; }
    .mobile-menu-cont .mobile-menu .open-arrow span {
      position: relative;
      top: 2px; }
  .mobile-menu-cont .mobile-menu .rotate {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    color: #cf0006; }

/* --------------- /Mobile menu ---------------- */
/* ---------------------- Owl carousel ---------------------- */
body .owl-carousel {
  margin: auto; }

body .str-left {
  background: url(../images/icons/str-l.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  left: 0; }

body .str-right {
  background: url(../images/icons/str-r.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  right: 0; }

body .owl-prev {
  position: absolute;
  left: 5px;
  top: 25% !important;
  background: none !important;
  width: 22px;
  height: 41px; }

body .owl-prev:hover .str-left {
  left: -5px; }

body .owl-next {
  position: absolute !important;
  right: 5px;
  top: 25% !important;
  background: none !important;
  width: 22px;
  height: 41px; }

body .owl-next:hover .str-right {
  right: -5px; }

body .owl-theme .owl-dots {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
  margin-top: 35px; }

body .owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
  display: inline; }

body .owl-theme .owl-dots .owl-dot span {
  width: 15px;
  height: 15px;
  margin: 5px 7px;
  background: rgba(102, 102, 102, 0.42);
  display: inline-block;
  -webkit-backface-visibility: visible;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  border-radius: 30px; }

body .owl-theme .owl-dots .owl-dot.active span, body .owl-theme .owl-dots .owl-dot:hover span {
  background: #dcba69; }

/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
  -moz-backface-visibility: hidden;
  /* fix firefox animation glitch */ }

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0; }

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  direction: ltr;
  /* fix for flashing background */
  -webkit-transform: translate3d(0px, 0px, 0px); }

.owl-carousel .owl-wrapper,
.owl-carousel .owl-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  -ms-backface-visibility: hidden;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0); }

.owl-carousel .owl-item {
  position: relative;
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }

.owl-carousel .owl-item img {
  display: block;
  width: 100%; }

.owl-carousel .owl-nav.disabled,
.owl-carousel .owl-dots.disabled {
  display: none; }

.owl-carousel .owl-nav .owl-prev,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-dot {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-loaded {
  display: block; }

.owl-carousel.owl-loading {
  opacity: 0;
  display: block; }

.owl-carousel.owl-hidden {
  opacity: 0; }

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden; }

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.owl-carousel.owl-grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.owl-carousel.owl-rtl {
  direction: rtl; }

.owl-carousel.owl-rtl .owl-item {
  float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  -webkit-animation-duration: 1000ms;
          animation-duration: 1000ms;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  -webkit-animation-name: fadeOut;
          animation-name: fadeOut; }

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  -webkit-transition: height 500ms ease-in-out;
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  -webkit-transition: -webkit-transform 100ms ease;
  transition: -webkit-transform 100ms ease;
  transition: transform 100ms ease;
  transition: transform 100ms ease, -webkit-transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -webkit-transform: scale(1.3, 1.3);
          transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* --------------------- /Owl carousel ---------------------- */
/* ---------------------- Section top ---------------------- */
section.top {
  position: relative;
  min-height: 411px; }
  section.top .slider-top .owl-item {
    height: 100%;
    overflow: hidden;
    -webkit-transition: 2.5s;
    transition: 2.5s; }
    section.top .slider-top .owl-item img {
      width: auto; }
  @media only screen and (max-width: 1200px) {
    section.top .slider-top .owl-item img {
      height: 590px;
      width: auto; } }
  @media only screen and (max-width: 920px) {
    section.top .slider-top .owl-item img {
      height: 390px;
      width: auto; } }

/* --------------------- /Section top ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about {
  margin-top: 75px;
  position: relative;
  padding-bottom: 50px; }
  section.about .bg-bottom {
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    height: 350px;
    right: 0;
    left: 0; }
  section.about .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.about .part-right img {
    width: 100%; }
  section.about .part-left {
    position: relative; }
    section.about .part-left img {
      width: 100%; }
    section.about .part-left .btext {
      position: absolute;
      top: -30%;
      left: 80px;
      z-index: -1; }
  section.about .part-middle {
    background: #eeeeee;
    padding: 85px 75px;
    position: relative;
    max-width: 450px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    section.about .part-middle .title {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 50px;
      color: #504f50; }
    section.about .part-middle .content {
      margin-top: 50px;
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 18px;
      color: #504f50; }
      section.about .part-middle .content p {
        margin-top: 25px;
        text-align: justify; }
    section.about .part-middle .read-more {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 24px;
      color: #c5c4c2;
      border: 3px solid #c5c4c2;
      padding: 20px 90px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.about .part-middle .read-more:hover {
        color: #e5d08c;
        border: 3px solid #e5d08c; }
    section.about .part-middle .link {
      position: absolute;
      bottom: 25px;
      right: 70%;
      white-space: nowrap; }
      @media only screen and (max-width: 1150px) {
        section.about .part-middle .link {
          right: 50%; } }
      section.about .part-middle .link img {
        margin-left: 25px;
        position: relative;
        top: 3px; }
  @media only screen and (max-width: 1000px) {
    section.about {
      margin-top: 25px; }
      section.about .section-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      section.about .part-right {
        width: 100%;
        max-width: 450px; }
      section.about .part-middle {
        width: 100%; }
        section.about .part-middle .link {
          position: static;
          margin: auto;
          text-align: center;
          margin-top: 45px; }
          section.about .part-middle .link img {
            display: none; }
          section.about .part-middle .link .read-more {
            padding: 10px 50px; }
      section.about .part-left {
        width: 100%;
        max-width: 450px;
        display: none; }
      section.about .btext {
        display: none; } }
  @media only screen and (max-width: 500px) {
    section.about .section-inner {
      padding: 0; }
    section.about .part-middle {
      padding: 35px 35px;
      padding-bottom: 50px; }
      section.about .part-middle .content {
        margin-top: 25px; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section cats ---------------------- */
section.cats, section.cats-inner {
  position: relative;
  padding-bottom: 45px; }
  section.cats .section-inner, section.cats-inner .section-inner {
    max-width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.cats .bg-top, section.cats-inner .bg-top {
    background: #eeeeee;
    position: absolute;
    top: 0;
    height: 450px;
    right: 0;
    left: 0; }
  section.cats .inner, section.cats-inner .inner {
    position: absolute;
    z-index: 2;
    top: 60px;
    left: 55px;
    direction: ltr;
    text-align: left; }
    section.cats .inner .title, section.cats-inner .inner .title {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 60px;
      color: #504f50; }
    section.cats .inner .logo, section.cats-inner .inner .logo {
      margin-top: 15px; }
  section.cats .read-more, section.cats-inner .read-more {
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 24px;
    color: #fff;
    border: 3px solid #fff;
    padding: 20px 70px;
    position: absolute;
    bottom: 55px;
    left: 55px;
    z-index: 3;
    white-space: nowrap;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    section.cats .read-more:hover, section.cats-inner .read-more:hover {
      color: #e5d08c;
      border: 3px solid #e5d08c; }
    section.cats .read-more img, section.cats-inner .read-more img {
      position: relative;
      top: 3px;
      margin-right: 10px; }
  section.cats .part-right, section.cats-inner .part-right {
    position: relative;
    width: 66%;
    height: 660px;
    cursor: pointer; }
    section.cats .part-right .btext, section.cats-inner .part-right .btext {
      position: absolute;
      top: -15%;
      left: 30px;
      z-index: 1;
      max-width: 100%; }
      section.cats .part-right .btext img, section.cats-inner .part-right .btext img {
        width: 100%; }
    section.cats .part-right .bg, section.cats-inner .part-right .bg {
      background: #c0cdaa;
      background-image: url("../images/index/cats-1.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 65%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    section.cats .part-right:hover .bg, section.cats-inner .part-right:hover .bg {
      background-size: 70%; }
  section.cats .part-left, section.cats-inner .part-left {
    width: 30%;
    height: 645px;
    margin-top: 230px;
    position: relative;
    cursor: pointer; }
    section.cats .part-left .btext, section.cats-inner .part-left .btext {
      position: absolute;
      top: -16%;
      left: 10px;
      z-index: -1;
      max-width: 100%; }
      section.cats .part-left .btext img, section.cats-inner .part-left .btext img {
        width: 100%; }
    section.cats .part-left .inner .title, section.cats-inner .part-left .inner .title {
      color: #fff; }
    section.cats .part-left .bg, section.cats-inner .part-left .bg {
      background-color: #77a3ad;
      background-image: url("../images/index/cats-2.png");
      background-repeat: no-repeat;
      background-position: bottom right;
      background-size: 85%;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      z-index: 2;
      width: 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
    section.cats .part-left:hover .bg, section.cats-inner .part-left:hover .bg {
      background-size: 90%; }
  @media only screen and (max-width: 1050px) {
    section.cats .read-more, section.cats-inner .read-more {
      padding: 10px 40px;
      left: 25px;
      bottom: 25px; }
    section.cats .inner, section.cats-inner .inner {
      top: 25px;
      left: 25px; }
    section.cats .part-left, section.cats-inner .part-left {
      height: 488px; }
    section.cats .part-right, section.cats-inner .part-right {
      height: 500px; } }
  @media only screen and (max-width: 750px) {
    section.cats .section-inner, section.cats-inner .section-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
    section.cats .part-right, section.cats-inner .part-right {
      width: 100%;
      max-width: 797px;
      margin: 0; }
    section.cats .part-left, section.cats-inner .part-left {
      width: 100%;
      max-width: 371px;
      margin: 0;
      margin-top: 25px; }
      section.cats .part-left .read-more, section.cats-inner .part-left .read-more {
        padding: 10px 40px;
        left: 25px; }
    section.cats .btext, section.cats-inner .btext {
      display: none; }
    section.cats .bg-top, section.cats-inner .bg-top {
      display: none; } }
  @media only screen and (max-width: 600px) {
    section.cats .part-left .bg, section.cats-inner .part-left .bg {
      background-size: 65%; }
    section.cats .part-left:hover .bg, section.cats-inner .part-left:hover .bg {
      background-size: 70%; } }
  @media only screen and (max-width: 400px) {
    section.cats .inner .title, section.cats-inner .inner .title {
      font-size: 45px; }
    section.cats .part-left, section.cats-inner .part-left {
      height: 400px; }
    section.cats .part-right, section.cats-inner .part-right {
      height: 400px; } }

/* --------------------- /Section cats ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects {
  position: relative;
  margin-top: 45px;
  padding-bottom: 45px; }
  section.projects .section-inner {
    max-width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    font-size: 0; }
  section.projects .bg-bottom {
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    height: 250px;
    right: 0;
    left: 0; }
  section.projects .part-right {
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-left: 50px;
    font-size: 0;
    z-index: 10; }
    section.projects .part-right ul {
      margin-bottom: 30px;
      width: 76px; }
      section.projects .part-right ul li {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 24px;
        color: #504f50;
        margin-bottom: 15px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.projects .part-right ul li.selected {
          font-family: 'almoni-regular', "Arial";
          font-weight: normal;
          font-size: 97px;
          color: #e5d08c; }
  section.projects .part-middle {
    width: 68%; }
    section.projects .part-middle .image img {
      width: 100%;
      max-width: 665px; }
  section.projects .part-left {
    width: 48%;
    margin-top: 90px;
    margin-right: -65px;
    position: relative;
    font-size: 0; }
    section.projects .part-left .info .title {
      position: relative;
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 60px;
      color: #504f50; }
    section.projects .part-left .info .text {
      position: relative;
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 18px;
      color: #504f50; }
    section.projects .part-left .read-more {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 24px;
      color: #c5c4c2;
      border: 3px solid #c5c4c2;
      padding: 20px 70px;
      position: absolute;
      bottom: 55px;
      left: 55px;
      z-index: 3;
      white-space: nowrap;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.projects .part-left .read-more:hover {
        color: #e5d08c;
        border: 3px solid #e5d08c; }
  @media only screen and (max-width: 960px) {
    section.projects .part-left .read-more {
      left: 25px;
      padding: 10px 40px;
      bottom: 0; } }
  @media only screen and (max-width: 850px) {
    section.projects .section-inner {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; }
    section.projects .part-left {
      width: 100%;
      margin: 0;
      position: static;
      margin-bottom: 15px; }
      section.projects .part-left .read-more {
        bottom: 10px;
        left: 20px;
        color: #fff;
        border: 3px solid #fff; }
        section.projects .part-left .read-more:hover {
          color: #e5d08c;
          border: 3px solid #e5d08c; }
    section.projects .part-right {
      position: absolute;
      bottom: 0;
      right: 10px;
      padding-right: 20px;
      background: rgba(227, 227, 228, 0.85); }
      section.projects .part-right ul {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        width: 77px; }
        section.projects .part-right ul li.selected {
          font-size: 60px; }
    section.projects .part-middle {
      width: 100%; }
      section.projects .part-middle .image img {
        width: 100%;
        max-width: 100%; }
    section.projects .bg-bottom {
      display: none; } }
  @media only screen and (max-width: 500px) {
    section.projects {
      margin-top: 25px; }
      section.projects .part-right ul {
        margin-bottom: 10px;
        padding-top: 10px;
        padding-left: 10px;
        width: 47px; }
        section.projects .part-right ul li {
          font-size: 20px;
          margin-bottom: 5px; }
          section.projects .part-right ul li.selected {
            font-size: 40px; }
      section.projects .part-left .info .title {
        font-size: 45px; } }

/* --------------------- /Section projects ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact {
  background: #eeeeee;
  padding-top: 90px;
  padding-bottom: 100px;
  overflow: visible; }
  section.contact .section-inner {
    max-width: 1220px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  section.contact .part-form {
    width: 60%;
    position: relative;
    z-index: 1; }
    section.contact .part-form .btext {
      position: absolute;
      top: -10%;
      left: -117px;
      width: 70%;
      z-index: 1; }
      section.contact .part-form .btext img {
        width: 100%; }
      @media only screen and (max-width: 850px) {
        section.contact .part-form .btext {
          left: -217px;
          top: -5%; } }
    section.contact .part-form .title {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 60px;
      color: #504f50; }
    section.contact .part-form .wpcf7 {
      margin-top: 60px; }
      section.contact .part-form .wpcf7 .ajax-loader {
        float: right; }
      section.contact .part-form .wpcf7 span[role="alert"], section.contact .part-form .wpcf7 .wpcf7-response-output {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        border: none; }
      section.contact .part-form .wpcf7 form {
        text-align: left; }
        section.contact .part-form .wpcf7 form input {
          font-family: 'almoni-regular', "Arial";
          font-weight: normal;
          font-size: 24px;
          color: #504f50;
          border: none;
          outline: none;
          padding: 10px;
          padding-right: 0;
          display: inline-block;
          width: 100%;
          background: none;
          border-bottom: 4px solid #c5c4c2;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          margin-top: 2%; }
          section.contact .part-form .wpcf7 form input::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #2a2a2a; }
          section.contact .part-form .wpcf7 form input:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #2a2a2a; }
          section.contact .part-form .wpcf7 form input::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #2a2a2a; }
          section.contact .part-form .wpcf7 form input:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #2a2a2a; }
          section.contact .part-form .wpcf7 form input.invalid {
            border: 1px solid #ed1c24; }
          section.contact .part-form .wpcf7 form input:focus {
            border-bottom: 4px solid #e5d08c; }
            section.contact .part-form .wpcf7 form input:focus::-webkit-input-placeholder {
              /* WebKit browsers */
              color: #504f50; }
            section.contact .part-form .wpcf7 form input:focus:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #504f50; }
            section.contact .part-form .wpcf7 form input:focus::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #504f50; }
            section.contact .part-form .wpcf7 form input:focus:-ms-input-placeholder {
              /* Internet Explorer 10+ */
              color: #504f50; }
        section.contact .part-form .wpcf7 form input[type="submit"] {
          font-family: 'almoni-regular', "Arial";
          font-weight: normal;
          font-size: 24px;
          color: #c5c4c2;
          border: 3px solid #c5c4c2;
          padding: 20px 70px;
          z-index: 3;
          display: inline-block;
          max-width: 215px;
          margin-top: 45px;
          cursor: pointer;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
          section.contact .part-form .wpcf7 form input[type="submit"]:hover {
            color: #e5d08c;
            border: 3px solid #e5d08c; }
  section.contact .part-contacts {
    padding-top: 100px;
    margin-right: 35px; }
    section.contact .part-contacts .inner .line {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 24px;
      color: #504f50;
      display: block;
      margin-top: 30px; }
      section.contact .part-contacts .inner .line i {
        display: inline-block;
        text-align: center;
        width: 20px;
        margin-left: 15px; }
  @media only screen and (max-width: 700px) {
    section.contact {
      padding-bottom: 71px; }
      section.contact .section-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      section.contact .part-contacts {
        width: 100%;
        padding-top: 40px;
        margin-right: 15px; }
      section.contact .part-form {
        width: 100%; }
        section.contact .part-form .wpcf7 {
          margin-top: 20px; }
          section.contact .part-form .wpcf7 form input[type="submit"] {
            padding: 10px 40px; }
      section.contact .btext {
        display: none; } }

/* --------------------- /Section contact ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  padding: 50px 0; }
  @media only screen and (max-width: 920px) {
    footer {
      padding: 25px 0; } }
  footer .section-inner {
    width: 100%;
    max-width: 1650px;
    margin: auto;
    padding: 5px;
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media only screen and (max-width: 920px) {
      footer .section-inner {
        padding: 5px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media only screen and (max-width: 920px) {
      footer .section-inner .menu-cont {
        display: none; } }
    footer .section-inner .menu-cont ul.main-menu {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-right: 4%; }
      footer .section-inner .menu-cont ul.main-menu li {
        position: relative; }
        footer .section-inner .menu-cont ul.main-menu li a {
          -webkit-transition: 0.5s;
          transition: 0.5s;
          font-family: 'almoni-regular', "Arial";
          font-weight: normal;
          font-size: 24px;
          color: #504f50;
          margin: 0 13px;
          white-space: nowrap; }
          @media only screen and (max-width: 1200px) {
            footer .section-inner .menu-cont ul.main-menu li a {
              font-size: 18px; } }
          footer .section-inner .menu-cont ul.main-menu li a:hover {
            color: #e5d08c !important; }
        footer .section-inner .menu-cont ul.main-menu li.current_page_item a {
          color: #e5d08c !important; }
        footer .section-inner .menu-cont ul.main-menu li .sub-menu {
          display: none;
          padding-top: 10px;
          position: absolute;
          background-color: rgba(0, 0, 0, 0.8); }
          footer .section-inner .menu-cont ul.main-menu li .sub-menu li a {
            font-size: 18px; }
        footer .section-inner .menu-cont ul.main-menu li:hover .sub-menu {
          display: block; }
    footer .section-inner .credits-cont {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 18px;
      color: #504f50; }
      footer .section-inner .credits-cont p, footer .section-inner .credits-cont a {
        color: #504f50;
        display: inline; }
      footer .section-inner .credits-cont span {
        margin: 0 10px; }
      footer .section-inner .credits-cont img {
        margin-right: 5px;
        position: relative;
        top: 3px; }

/* --------------------- /footer ---------------------- */
/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  height: 300px;
  background: url("../images/txt-top.png");
  background-size: auto 100%; }
  section.top-inner .title {
    font-family: 'agency', "Arial";
    font-weight: bold;
    font-size: 100px;
    color: #a5b092;
    text-align: center;
    margin-top: 100px; }
  section.top-inner .img-title {
    text-align: center;
    margin-top: 150px; }
  @media only screen and (max-width: 1200px) {
    section.top-inner {
      height: 300px; }
      section.top-inner .title {
        font-size: 90px;
        margin-top: 90px; }
      section.top-inner .img-title {
        text-align: center;
        margin-top: 130px; } }
  @media only screen and (max-width: 700px) {
    section.top-inner {
      height: 200px; }
      section.top-inner .title {
        font-size: 80px;
        margin-top: 60px; }
      section.top-inner .img-title {
        text-align: center;
        margin-top: 90px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section about-inner ---------------------- */
section.about-inner {
  margin-top: 100px;
  position: relative; }
  section.about-inner .bg-bottom {
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    height: 350px;
    right: 0;
    left: 0; }
  section.about-inner .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
  section.about-inner .part-right {
    padding-right: 10%;
    margin-left: 4%;
    position: relative;
    width: 31%; }
    section.about-inner .part-right .title {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 50px;
      color: #504f50; }
    section.about-inner .part-right .content {
      margin-top: 50px;
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 18px;
      color: #504f50; }
      section.about-inner .part-right .content p {
        margin-top: 25px;
        text-align: justify; }
  section.about-inner .part-middle {
    width: 27%; }
    section.about-inner .part-middle img {
      max-width: 100%; }
  section.about-inner .part-left {
    width: 34%; }
    section.about-inner .part-left img {
      max-width: 100%; }
      section.about-inner .part-left img:nth-child(2) {
        margin-top: 6%; }
  @media only screen and (max-width: 1200px) {
    section.about-inner {
      margin-top: 55px; }
      section.about-inner .part-right {
        padding-right: 20px; } }
  @media only screen and (max-width: 850px) {
    section.about-inner .part-middle {
      display: none; }
    section.about-inner .part-right {
      width: 50%; }
    section.about-inner .part-left {
      width: 45%; } }
  @media only screen and (max-width: 550px) {
    section.about-inner {
      margin-top: 55px; }
      section.about-inner .section-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      section.about-inner .part-right {
        width: 100%;
        padding-right: 0; }
        section.about-inner .part-right .content {
          margin-top: 25px; }
      section.about-inner .part-left {
        width: 100%;
        margin-top: 25px; } }

/* --------------------- /Section about-inner ---------------------- */
/* ---------------------- Section text-top ---------------------- */
section.text-top {
  padding: 70px 0; }
  section.text-top .section-inner {
    max-width: 1220px; }
  section.text-top .content p {
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 18px;
    color: #504f50;
    text-align: justify; }

/* --------------------- /Section text-top ---------------------- */
/* ---------------------- Section projects-inner ---------------------- */
section.projects-inner {
  padding-bottom: 70px; }
  section.projects-inner .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 0; }
  section.projects-inner .item {
    position: relative;
    cursor: pointer;
    height: 0;
    display: block;
    padding-bottom: 23%;
    width: 31.3%;
    margin: 1%; }
    section.projects-inner .item img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    section.projects-inner .item .info {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: rgba(229, 208, 140, 0.7);
      opacity: 0;
      -webkit-transition: 0.25s;
      transition: 0.25s; }
      section.projects-inner .item .info .inner {
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        width: 100%;
        padding: 10px; }
      section.projects-inner .item .info .title {
        text-align: center;
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 60px;
        color: #fff; }
      section.projects-inner .item .info .text {
        text-align: center;
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 18px;
        color: #fff; }
    section.projects-inner .item:hover .info {
      opacity: 1; }
  @media only screen and (max-width: 1200px) {
    section.projects-inner .item .info .title {
      font-size: 45px; } }
  @media only screen and (max-width: 900px) {
    section.projects-inner .item {
      width: 48%;
      padding-bottom: 32%; }
      section.projects-inner .item .info .title {
        font-size: 45px; } }
  @media only screen and (max-width: 600px) {
    section.projects-inner .item .info .title {
      font-size: 35px; } }
  @media only screen and (max-width: 900px) {
    section.projects-inner .item {
      width: 100%;
      padding-bottom: 72%; }
      section.projects-inner .item .info .title {
        font-size: 45px; } }
  @media only screen and (max-width: 500px) {
    section.projects-inner .item {
      font-size: 0; }
      section.projects-inner .item .info {
        top: auto;
        bottom: 0;
        height: auto;
        left: 0;
        right: 0;
        font-size: 0;
        opacity: 1; }
        section.projects-inner .item .info .inner {
          position: static;
          -webkit-transform: translateY(0);
                  transform: translateY(0); }
        section.projects-inner .item .info .title {
          text-align: center;
          font-family: 'almoni-regular', "Arial";
          font-weight: normal;
          font-size: 24px;
          color: #fff; }
        section.projects-inner .item .info .text {
          display: none; } }

/* --------------------- /Section projects-inner ---------------------- */
/* ---------------------- .popup-project ---------------------- */
.popup-project {
  position: absolute;
  z-index: 99;
  top: 0;
  min-height: 100%;
  left: 0;
  right: 0;
  display: none; }
  .popup-project .section-inner {
    position: relative;
    text-align: center;
    max-width: 1020px; }
  .popup-project .bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.85); }
  .popup-project .close {
    position: absolute;
    right: 0px;
    top: 0px;
    cursor: pointer;
    z-index: 2; }
  .popup-project .title {
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 52px;
    color: #fff;
    display: inline-block;
    margin: auto;
    margin-top: 25px;
    position: relative; }
    .popup-project .title:after {
      height: 4px;
      content: "";
      position: absolute;
      bottom: -15px;
      right: 20px;
      left: 20px;
      background-color: #dcdcdc; }
  .popup-project .info {
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    margin-top: 35px; }
  .popup-project .gallery {
    font-size: 0;
    overflow: hidden;
    margin-top: 25px; }
    .popup-project .gallery .main-img {
      width: 100%; }
      .popup-project .gallery .main-img img {
        width: 100%; }
    .popup-project .gallery .wrap {
      position: relative;
      display: inline-block;
      width: 100%; }
    .popup-project .gallery .controls {
      position: absolute;
      left: 0;
      right: 0;
      top: 50%;
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 120px;
      line-height: 120px;
      color: #fff;
      text-shadow: 0px 0px 6px #969696; }
      .popup-project .gallery .controls .left {
        position: absolute;
        left: 10px;
        top: -60px;
        cursor: pointer; }
      .popup-project .gallery .controls .right {
        position: absolute;
        right: 10px;
        top: -60px;
        cursor: pointer; }
    .popup-project .gallery .thumbs {
      margin-top: 20px; }
      .popup-project .gallery .thumbs .thumb {
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        .popup-project .gallery .thumbs .thumb.selected {
          opacity: 0.5; }
        .popup-project .gallery .thumbs .thumb img {
          width: 100%; }
  @media only screen and (max-width: 920px) {
    .popup-project .title {
      margin-top: 20px;
      font-size: 30px; }
    .popup-project .info {
      margin-top: 35px;
      font-size: 16px; }
    .popup-project .gallery {
      margin-top: 25px; } }

/* --------------------- /.popup-project ---------------------- */
/* ---------------------- Section contact-inner ---------------------- */
section.contact-inner {
  margin-top: 75px;
  position: relative; }
  section.contact-inner .bg-bottom {
    background: #eeeeee;
    position: absolute;
    bottom: 0;
    height: 350px;
    right: 0;
    left: 0; }
  section.contact-inner .section-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  section.contact-inner .part-right img {
    width: 100%; }
  section.contact-inner .part-left {
    position: relative; }
    section.contact-inner .part-left img {
      width: 100%; }
    section.contact-inner .part-left .btext {
      position: absolute;
      top: -30%;
      left: 80px;
      z-index: -1; }
  section.contact-inner .part-middle {
    background: #eeeeee;
    padding: 75px 75px;
    position: relative;
    min-height: 790px;
    max-width: 430px;
    width: 100%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    section.contact-inner .part-middle .title {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 50px;
      color: #504f50; }
    section.contact-inner .part-middle .content {
      margin-top: 50px;
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 18px;
      color: #504f50; }
      section.contact-inner .part-middle .content p {
        margin-top: 25px;
        text-align: justify; }
    section.contact-inner .part-middle .part-contacts .inner .line {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 24px;
      color: #504f50;
      display: block;
      margin-top: 30px; }
      section.contact-inner .part-middle .part-contacts .inner .line i {
        display: inline-block;
        text-align: center;
        width: 20px;
        margin-left: 15px; }
    section.contact-inner .part-middle .read-more {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      font-size: 24px;
      color: #c5c4c2;
      border: 3px solid #c5c4c2;
      padding: 20px 90px;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.contact-inner .part-middle .read-more:hover {
        color: #e5d08c;
        border: 3px solid #e5d08c; }
    section.contact-inner .part-middle .link {
      position: absolute;
      bottom: 0px;
      right: 70%;
      white-space: nowrap; }
      @media only screen and (max-width: 1150px) {
        section.contact-inner .part-middle .link {
          right: 50%; } }
      section.contact-inner .part-middle .link img {
        margin-left: 25px;
        position: relative;
        top: 3px; }
      section.contact-inner .part-middle .link p {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 60px;
        color: #504f50; }
  @media only screen and (max-width: 1300px) {
    section.contact-inner .part-middle {
      min-height: 600px; } }
  @media only screen and (max-width: 1000px) {
    section.contact-inner {
      background: #eeeeee;
      margin-top: 25px; }
      section.contact-inner .section-inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
            -ms-flex-direction: column-reverse;
                flex-direction: column-reverse; }
      section.contact-inner .part-right {
        width: 100%;
        max-width: 450px;
        display: none; }
      section.contact-inner .part-middle {
        width: auto;
        min-height: auto;
        padding: 0;
        padding-top: 45px; }
        section.contact-inner .part-middle .link {
          position: static;
          margin: auto;
          text-align: center;
          margin-top: 95px; }
          section.contact-inner .part-middle .link img {
            display: none; }
          section.contact-inner .part-middle .link .read-more {
            padding: 10px 50px; }
      section.contact-inner .part-left {
        width: 100%;
        max-width: 450px;
        display: none; }
      section.contact-inner .btext {
        display: none; } }
  @media only screen and (max-width: 500px) {
    section.contact-inner .section-inner {
      padding: 0; }
    section.contact-inner .part-middle {
      padding: 35px 35px;
      padding-bottom: 50px; }
      section.contact-inner .part-middle .content {
        margin-top: 25px; } }

/* --------------------- /Section contact-inner ---------------------- */
/* ---------------------- Section contact-form ---------------------- */
section.contact-form {
  background: #eeeeee;
  padding-bottom: 100px; }
  section.contact-form .section-inner {
    max-width: 1220px; }
  section.contact-form .wpcf7 {
    margin-top: 60px; }
    section.contact-form .wpcf7 .ajax-loader {
      float: right; }
    section.contact-form .wpcf7 span[role="alert"], section.contact-form .wpcf7 .wpcf7-response-output {
      font-family: 'almoni-regular', "Arial";
      font-weight: normal;
      border: none; }
    section.contact-form .wpcf7 form {
      text-align: left; }
      section.contact-form .wpcf7 form input {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 24px;
        color: #504f50;
        border: none;
        outline: none;
        padding: 10px;
        padding-right: 0;
        display: inline-block;
        width: 100%;
        background: none;
        border-bottom: 4px solid #c5c4c2;
        margin-top: 2%; }
        section.contact-form .wpcf7 form input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #2a2a2a; }
        section.contact-form .wpcf7 form input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #2a2a2a; }
        section.contact-form .wpcf7 form input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #2a2a2a; }
        section.contact-form .wpcf7 form input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #2a2a2a; }
        section.contact-form .wpcf7 form input.invalid {
          border: 1px solid #ed1c24; }
        section.contact-form .wpcf7 form input:focus::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #504f50; }
        section.contact-form .wpcf7 form input:focus:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #504f50; }
        section.contact-form .wpcf7 form input:focus::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #504f50; }
        section.contact-form .wpcf7 form input:focus:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #504f50; }
      section.contact-form .wpcf7 form input[type="submit"] {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 24px;
        color: #c5c4c2;
        border: 3px solid #c5c4c2;
        padding: 20px 70px;
        z-index: 3;
        display: inline-block;
        max-width: 215px;
        margin-top: 45px;
        margin-left: 290px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.contact-form .wpcf7 form input[type="submit"]:hover {
          color: #e5d08c;
          border: 3px solid #e5d08c; }
  @media only screen and (max-width: 1000px) {
    section.contact-form .wpcf7 {
      margin-top: 0px; }
      section.contact-form .wpcf7 form input[type="submit"] {
        margin-left: 0; } }

/* --------------------- /Section contact-form ---------------------- */
/* ---------------------- Section cats-inner ---------------------- */
section.cats-inner .part-right {
  width: 59%; }
  section.cats-inner .part-right .inner .title {
    color: #fff; }
  section.cats-inner .part-right .bg {
    background-color: #8b8d8e;
    background-image: url("../images/inner/category/k.png");
    background-size: 80%; }
  section.cats-inner .part-right:hover .bg {
    background-size: 85%; }

section.cats-inner .part-left {
  width: 37%; }
  section.cats-inner .part-left .bg {
    background-color: #ce717e;
    background-image: url("../images/inner/category/c.png"); }

@media only screen and (max-width: 750px) {
  section.cats-inner .part-right {
    width: 100%;
    margin-top: 25px; }
  section.cats-inner .part-left {
    width: 100%; } }

/* --------------------- /Section cats-inner ---------------------- */
/* ---------------------- Section cat-top ---------------------- */
section.cat-top {
  padding-top: 35px; }
  section.cat-top .section-inner {
    max-width: 1220px; }
  section.cat-top .title {
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 50px;
    color: #504f50; }
    section.cat-top .title img {
      margin-right: 5px; }
  section.cat-top .content p {
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 18px;
    color: #504f50;
    margin-top: 40px; }
  @media only screen and (max-width: 750px) {
    section.cat-top {
      padding-top: 35px; }
      section.cat-top .content p {
        margin-top: 20px; } }

/* --------------------- /Section cat-top ---------------------- */
/* ---------------------- Section colors ---------------------- */
section.colors {
  margin-top: 70px;
  padding-bottom: 65px;
  position: relative;
  z-index: 9; }
  section.colors .section-inner {
    position: relative; }
  section.colors .section-title {
    text-align: center; }
    section.colors .section-title img {
      max-width: 90%; }
  section.colors .cats, section.colors section.cats-inner {
    margin: 0 -0.5%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 40px;
    padding-bottom: 70px;
    border-bottom: 1px solid #d9d9d9; }
    section.colors .cats .cat, section.colors section.cats-inner .cat {
      width: 15.66%;
      margin: 0.5%;
      text-align: center;
      padding: 25px 5px;
      cursor: pointer; }
      section.colors .cats .cat .name, section.colors section.cats-inner .cat .name {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 24px;
        color: #fff;
        border: 3px solid #fff;
        display: inline-block;
        position: relative;
        top: 0;
        padding: 5px 35px;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.colors .cats .cat:hover .name, section.colors section.cats-inner .cat:hover .name, section.colors .cats .cat.selected .name, section.colors section.cats-inner .cat.selected .name {
        top: 15px; }
  section.colors .colors {
    margin: 0 -0.5%;
    margin-top: 40px;
    font-size: 0;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    section.colors .colors .color {
      width: 15.66%;
      margin: 0.5%;
      text-align: center;
      cursor: pointer;
      display: inline-block; }
      section.colors .colors .color .inner {
        padding: 32% 0;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.colors .colors .color .inner:hover {
          -webkit-transform: scale(1.15);
                  transform: scale(1.15); }
      section.colors .colors .color .name {
        font-family: 'agency', "Arial";
        font-weight: bold;
        font-size: 30px;
        white-space: nowrap;
        padding: 0 5px;
        overflow: hidden; }
      section.colors .colors .color .number {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 24px; }
  section.colors .popup {
    display: none;
    direction: ltr;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 10;
    overflow: scroll; }
    section.colors .popup .bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 1; }
    @media only screen and (max-width: 920px) {
      section.colors .popup {
        margin-top: 49px; } }
    section.colors .popup .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #fff;
      padding: 40px 0;
      max-width: 1590px;
      margin: auto;
      z-index: 2;
      position: relative; }
    section.colors .popup * {
      direction: ltr; }
    section.colors .popup .close-btn {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer; }
    section.colors .popup .part-info {
      width: 35%; }
      section.colors .popup .part-info .title {
        font-family: 'agency', "Arial";
        font-weight: bold;
        font-size: 60px;
        color: #504f50; }
      section.colors .popup .part-info .number {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 60px;
        color: #504f50; }
      section.colors .popup .part-info .content {
        font-family: 'agency', "Arial";
        font-weight: bold;
        font-size: 24px;
        color: #504f50; }
    section.colors .popup .part-image {
      width: 55%; }
      section.colors .popup .part-image .image {
        width: 100%;
        padding: 40% 0; 
		}
    @media only screen and (max-width: 750px) {
      section.colors .popup .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      section.colors .popup .part-info {
        width: 100%; }
      section.colors .popup .part-image {
        margin-top: 25px;
        width: 100%;
        padding-right: 0px; } }
  @media only screen and (max-width: 1000px) {
    section.colors .cats, section.colors section.cats-inner {
      padding-bottom: 35px; }
      section.colors .cats .cat, section.colors section.cats-inner .cat {
        width: 32.3%; }
    section.colors .colors .color {
      width: 32.3%; }
      section.colors .colors .color .inner {
        padding: 35% 0; } }
  @media only screen and (max-width: 570px) {
    section.colors .cats .cat, section.colors section.cats-inner .cat {
      width: 49%; }
    section.colors .colors .color {
      width: 49%; }
      section.colors .colors .color .inner {
        padding: 35% 0; } }

/* --------------------- /Section colors ---------------------- */
.load-more {
  margin-top: 60px;
  text-align: center; }
  .load-more p {
    display: inline-block;
    margin: auto;
    font-family: 'almoni-regular', "Arial";
    font-weight: normal;
    font-size: 24px;
    color: #c5c4c2;
    position: relative;
    cursor: pointer; }
    .load-more p:before {
      content: "";
      left: 130%;
      top: 10px;
      position: absolute;
      height: 2px;
      width: 60px;
      background: #d4d4d2; }
    .load-more p:after {
      content: "";
      right: 130%;
      top: 10px;
      position: absolute;
      height: 2px;
      width: 60px;
      background: #d4d4d2; }

/* ---------------------- Section taps ---------------------- */
section.taps {
  margin-top: 70px;
  padding-bottom: 65px;
  position: relative;
  z-index: 9; }
  section.taps .section-inner {
    position: relative; }
  section.taps .section-title {
    text-align: center; }
    section.taps .section-title img {
      max-width: 90%; }
  section.taps .cats, section.taps section.cats-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 70px;
    max-width: 1300px;
    margin: auto;
    margin-top: 40px; }
    section.taps .cats .cat, section.taps section.cats-inner .cat {
      width: 25%;
      text-align: center;
      padding: 15px;
      cursor: pointer;
      background: #eeeeee;
      border: 2px solid #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.taps .cats .cat:hover, section.taps section.cats-inner .cat:hover, section.taps .cats .cat.selected, section.taps section.cats-inner .cat.selected {
        background: #e5d08c; }
        section.taps .cats .cat:hover .name, section.taps section.cats-inner .cat:hover .name, section.taps .cats .cat.selected .name, section.taps section.cats-inner .cat.selected .name {
          color: #fff; }
      section.taps .cats .cat .name, section.taps section.cats-inner .cat .name {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 24px;
        color: #504f50;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
  section.taps .products {
    font-size: 0; }
    section.taps .products .product {
      width: 25%;
      position: relative;
      border: 1px solid #fff;
      cursor: pointer;
      display: inline-block; }
      section.taps .products .product:hover {
        border: 1px solid #c5c4c2; }
      section.taps .products .product .image {
        text-align: center; }
        section.taps .products .product .image img {
          width: 100%;
          max-width: 372px; }
      section.taps .products .product .name {
        font-family: 'agency', "Arial";
        font-weight: bold;
        font-size: 24px;
        color: #414141;
        position: absolute;
        bottom: 20%;
        right: 15%; }
        @media only screen and (max-width: 1330px) {
          section.taps .products .product .name {
            right: 10%; } }
  section.taps .popup {
    display: none;
    direction: ltr;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 10;
    overflow: scroll; }
    section.taps .popup .bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 1; }
    @media only screen and (max-width: 920px) {
      section.taps .popup {
        margin-top: 49px; } }
    section.taps .popup .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      background: #fff;
      padding: 40px 0;
      max-width: 1200px;
      margin: auto;
      font-size: 0;
      position: relative;
      z-index: 2; }
    section.taps .popup .close-btn {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer; }
    section.taps .popup .part-info {
      width: 50%;
      padding-left: 50px;
      position: relative; }
      section.taps .popup .part-info .title {
        font-family: 'agency', "Arial";
        font-weight: bold;
        font-size: 70px;
        color: #504f50; }
      section.taps .popup .part-info .content {
        margin-top: 50px;
        margin-bottom: 150px;
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 18px;
        color: #504f50; }
      section.taps .popup .part-info .icons {
        margin-top: 70px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        position: absolute;
        bottom: 0;
        right: 0; }
        section.taps .popup .part-info .icons div, section.taps .popup .part-info .icons a {
          margin: 10px;
          display: block;
          cursor: pointer;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        section.taps .popup .part-info .icons a:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        section.taps .popup .part-info .icons img {
          max-width: 100%; }
    section.taps .popup .part-image {
      width: 50%; }
      section.taps .popup .part-image .image {
        width: 100%;
        text-align: left; }
        section.taps .popup .part-image .image img {
          max-width: 100%; }
    @media only screen and (max-width: 750px) {
      section.taps .popup .close-btn {
        right: auto;
        left: 20px; }
      section.taps .popup .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      section.taps .popup .part-info {
        width: 100%; }
        section.taps .popup .part-info .title {
          font-size: 45px; }
        section.taps .popup .part-info .content {
          margin-top: 25px; }
        section.taps .popup .part-info .icons {
          margin-top: 25px; }
      section.taps .popup .part-image {
        margin-top: 25px;
        width: 100%;
        padding-right: 0px;
        padding-left: 20px; } }
  @media only screen and (max-width: 1150px) {
    section.taps .products .product {
      width: 33%; } }
  @media only screen and (max-width: 860px) {
    section.taps .products .product {
      width: 50%; } }
  @media only screen and (max-width: 550px) {
    section.taps .products {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.taps .products .product {
        width: 100%; }
    section.taps .cats .cat, section.taps section.cats-inner .cat {
      width: 50%; }
      section.taps .cats .cat .name, section.taps section.cats-inner .cat .name {
        font-size: 18px; } }

/* --------------------- /Section taps ---------------------- */
/* ---------------------- Section sinks ---------------------- */
section.sinks {
  margin-top: 70px;
  padding-bottom: 65px;
  position: relative;
  z-index: 9; }
  section.sinks .section-inner {
    position: relative; }
  section.sinks .section-title {
    text-align: center; }
    section.sinks .section-title img {
      max-width: 90%; }
  section.sinks .cats, section.sinks section.cats-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-bottom: 70px;
    max-width: 1300px;
    margin: auto;
    margin-top: 40px; }
    section.sinks .cats .cat, section.sinks section.cats-inner .cat {
      width: 25%;
      text-align: center;
      padding: 15px;
      cursor: pointer;
      background: #eeeeee;
      border: 2px solid #fff;
      -webkit-transition: 0.5s;
      transition: 0.5s; }
      section.sinks .cats .cat:hover, section.sinks section.cats-inner .cat:hover, section.sinks .cats .cat.selected, section.sinks section.cats-inner .cat.selected {
        background: #e5d08c; }
        section.sinks .cats .cat:hover .name, section.sinks section.cats-inner .cat:hover .name, section.sinks .cats .cat.selected .name, section.sinks section.cats-inner .cat.selected .name {
          color: #fff; }
      section.sinks .cats .cat .name, section.sinks section.cats-inner .cat .name {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 24px;
        color: #504f50;
        display: inline-block;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
  section.sinks .products {
    font-size: 0; }
    section.sinks .products .product {
      width: 25%;
      position: relative;
      border: 1px solid #fff;
      cursor: pointer;
      display: inline-block; }
      section.sinks .products .product:hover {
        border: 1px solid #c5c4c2; }
      section.sinks .products .product .image {
        text-align: center; }
        section.sinks .products .product .image img {
          width: 100%;
          max-width: 372px; }
      section.sinks .products .product .name {
        font-family: 'agency', "Arial";
        font-weight: bold;
        font-size: 24px;
        color: #414141;
        position: absolute;
        bottom: 20%;
        right: 15%;
        bottom: 30%;
        right: 0;
        left: 0;
        text-align: center; }
        @media only screen and (max-width: 1330px) {
          section.sinks .products .product .name {
            right: 10%; } }
  section.sinks .popup {
    display: none;
    direction: ltr;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    background: #fff;
    padding: 10px;
    z-index: 10;
    overflow: scroll; }
    section.sinks .popup .bg {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      background: #fff;
      z-index: 1; }
    @media only screen and (max-width: 920px) {
      section.sinks .popup {
        margin-top: 49px; } }
    section.sinks .popup .inner {
      background: #fff;
      padding: 40px 0;
      max-width: 1200px;
      margin: auto;
      font-size: 0;
      position: relative;
      z-index: 2; }
    section.sinks .popup .close-btn {
      position: absolute;
      right: 10px;
      top: 10px;
      cursor: pointer; }
    section.sinks .popup .part-info {
      width: 100%; }
      section.sinks .popup .part-info .title {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 50px;
        color: #504f50;
        -webkit-box-flex: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 50%; }
      section.sinks .popup .part-info .part-top {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
      section.sinks .popup .part-info .content {
        font-family: 'almoni-regular', "Arial";
        font-weight: normal;
        font-size: 18px;
        color: #504f50;
        margin-top: 25px; }
      section.sinks .popup .part-info .icons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.sinks .popup .part-info .icons div, section.sinks .popup .part-info .icons a {
          margin: 10px;
          display: block;
          cursor: pointer;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        section.sinks .popup .part-info .icons a:hover {
          -webkit-transform: scale(1.1);
                  transform: scale(1.1); }
        section.sinks .popup .part-info .icons img {
          max-width: 100%; }
    section.sinks .popup .part-image {
      width: 100%; }
      section.sinks .popup .part-image .image {
        width: 100%;
        text-align: left; }
        section.sinks .popup .part-image .image img {
          max-width: 100%; }
    @media only screen and (max-width: 750px) {
      section.sinks .popup .inner {
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
      section.sinks .popup .part-info {
        width: 100%; }
        section.sinks .popup .part-info .title {
          font-size: 45px; }
        section.sinks .popup .part-info .content {
          margin-top: 25px; }
        section.sinks .popup .part-info .part-top {
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
              -ms-flex-direction: row;
                  flex-direction: row; }
      section.sinks .popup .part-image {
        margin-top: 25px;
        width: 100%;
        padding-right: 0px;
        padding-left: 20px; } }
  @media only screen and (max-width: 1150px) {
    section.sinks .products .product {
      width: 33%; } }
  @media only screen and (max-width: 860px) {
    section.sinks .products .product {
      width: 50%; } }
  @media only screen and (max-width: 550px) {
    section.sinks .products {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      section.sinks .products .product {
        width: 100%; }
    section.sinks .cats .cat, section.sinks section.cats-inner .cat {
      width: 50%; }
      section.sinks .cats .cat .name, section.sinks section.cats-inner .cat .name {
        font-size: 18px; } }

/* --------------------- /Section sinks ---------------------- */
