/* Fonts */
@import url("https://fonts.googleapis.com/css?family=Heebo:300,400,700&subset=hebrew");
/* Global */
html {
  margin: 0 !important; }

body {
  position: relative;
  margin: 0;
  padding: 0;
  font-family: 'Heebo', sans-serif;
  font-weight: normal;
  font-weight: 400; }
  @media only screen and (max-width: 850px) {
    body {
      padding-top: 45px; } }

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 {
  max-width: 1220px;
  padding: 0 10px;
  width: 100%;
  margin: auto; }

/* ---------------------- 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 ---------------------- */
/* ---------------------- header ---------------------- */
header {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  z-index: 102;
  height: 88px; }
  header .header-inner {
    max-width: 1860px;
    padding: 0 10px;
    width: 100%;
    margin: auto;
    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; }
  header .part-right .logo {
    display: inline-block;
    margin-right: 19px;
    position: relative;
    z-index: 102; }
  header .part-right .toggle-button-cont {
    display: inline-block;
    width: 47px;
    height: 88px;
    background: #1562ba;
    position: relative;
    z-index: 102;
    -webkit-transition: 0.5s;
    transition: 0.5s; }
    header .part-right .toggle-button-cont.open {
      background: #3cc0ec; }
  header .part-left .icons {
    font-size: 0;
    display: inline-block;
    position: relative;
    z-index: 102; }
    header .part-left .icons .icon {
      width: 55px;
      height: 88px;
      background: #f7f7f7;
      display: inline-block;
      position: relative;
      margin-left: 6px; }
      header .part-left .icons .icon i {
        font-size: 35px;
        position: absolute;
        bottom: 10px;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%); }
    header .part-left .icons .icon-tel {
      background: #1562ba;
      color: #f7f7f7; }
  header .part-left .text {
    display: inline-block;
    position: relative;
    bottom: 2px;
    margin-right: 15px; }
    header .part-left .text .line-1 {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 16px;
      color: #fff; }
    header .part-left .text .line-2 {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 30px;
      line-height: 30px;
      color: #fff; }
  @media only screen and (max-width: 850px) {
    header {
      height: 45px;
      background: #fff;
      position: fixed;
      -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 .header-inner {
        padding: 0; }
      header .mobile-menu-cont {
        width: 100%; }
      header .part-left .icons .icon {
        width: 35px;
        height: 45px; }
        header .part-left .icons .icon i {
          font-size: 18px; }
      header .part-left .icons .icon-tel {
        margin-left: 0; }
      header .part-left .icons .icon-mail {
        background: #3CC0EC;
        color: #fff; }
      header .part-left .text {
        display: none; }
      header .part-right .logo img {
        width: 120px;
        position: relative;
        bottom: 7px; }
      header .part-right .toggle-button-cont {
        width: 47px;
        height: 45px; }
        header .part-right .toggle-button-cont .toggle-button {
          top: 10px; } }

/* --------------------- /header ---------------------- */
/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: relative;
  top: 50px;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  .toggle-button div {
    width: 22px;
    height: 3px;
    background-color: #fff;
    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 ---------------- */
/* --------------- Mobile menu ---------------- */
.mobile-menu-cont {
  direction: rtl;
  padding: 10px 20px;
  background: #1562ba;
  position: absolute;
  top: 0px;
  height: 892px;
  z-index: 99;
  right: 0;
  width: 360px;
  padding-top: 150px;
  display: none; }
  @media only screen and (max-width: 850px) {
    .mobile-menu-cont {
      padding-top: 75px;
      overflow-y: scroll;
      overflow-x: hidden; } }
  .mobile-menu-cont .mobile-menu > li {
    position: relative;
    text-align: right;
    padding: 10px 0; }
    .mobile-menu-cont .mobile-menu > li a {
      -webkit-transition: 0.5s;
      transition: 0.5s;
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 18px;
      color: #fff;
      padding: 5px 15px;
      white-space: nowrap;
      position: relative; }
      .mobile-menu-cont .mobile-menu > li a:after {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: absolute;
        content: "";
        display: inline-block;
        height: 2px;
        width: 35px;
        background: #3cc0ec;
        left: -45px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        opacity: 0; }
      @media only screen and (max-width: 1250px) {
        .mobile-menu-cont .mobile-menu > li a {
          font-size: 22px;
          padding: 3px 10px; } }
      .mobile-menu-cont .mobile-menu > li a:hover:after {
        opacity: 1; }
    .mobile-menu-cont .mobile-menu > li.current_page_item:after,
    .mobile-menu-cont .mobile-menu > li.current-menu-item > a:after {
      opacity: 1; }
    .mobile-menu-cont .mobile-menu > li .sub-menu {
      padding-top: 10px; }
      .mobile-menu-cont .mobile-menu > li .sub-menu li {
        margin-top: 5px; }
        .mobile-menu-cont .mobile-menu > li .sub-menu li a {
          padding-right: 10px;
          font-size: 18px; }
  .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 ---------------- */
/* ---------------------- Section slider ---------------------- */
section.slider .master-slider .ms-slide .caption img {
  max-width: 100%; }

/* --------------------- /Section slider ---------------------- */
/* ---------------------- Section about-index ---------------------- */
section.about-index {
  margin-top: 35px;
  position: relative; }
  section.about-index .decor {
    padding: 0 60px;
    padding-bottom: 35px;
    border-bottom: 5px solid #babfc9;
    display: inline-block;
    position: absolute;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    top: 0;
    left: 30px;
    opacity: 0.16; }
    section.about-index .decor p {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 100px;
      line-height: 100px;
      color: #babfc9; }
  section.about-index .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #6e6e6e;
    text-align: center; }
  section.about-index .subtitle {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #6e6e6e;
    text-align: center; }
  section.about-index .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 0;
    margin-top: 100px; }
    section.about-index .parts .part {
      width: 50%; }
    section.about-index .parts .part-right {
      padding-top: 23px; }
      section.about-index .parts .part-right img {
        width: 100%;
        position: relative;
        right: -75px; }
    section.about-index .parts .part-left {
      padding-bottom: 25px; }
      section.about-index .parts .part-left .title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        color: #6e6e6e;
        text-align: right; }
        section.about-index .parts .part-left .title:after {
          display: block;
          content: "";
          width: 130px;
          height: 2px;
          background: #1763ba;
          margin: 13px 0; }
      section.about-index .parts .part-left .content {
        margin-top: 40px; }
        section.about-index .parts .part-left .content p {
          font-family: 'Heebo', sans-serif;
          font-weight: 300;
          font-size: 18px;
          line-height: 18px;
          color: #1d1d1d;
          margin-top: 20px; }
      section.about-index .parts .part-left .read-more {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 18px;
        color: #1562ba;
        border: 2px solid #1562ba;
        display: inline-block;
        padding: 15px 75px;
        margin: auto;
        margin-top: 50px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        transition: 0.5s;
        z-index: 2; }
        section.about-index .parts .part-left .read-more:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 0;
          background: #1562ba;
          z-index: -1;
          -webkit-transition: all .3s;
          transition: all .3s; }
        section.about-index .parts .part-left .read-more:hover {
          color: #fff; }
          section.about-index .parts .part-left .read-more:hover:after {
            width: 100%; }
  @media only screen and (max-width: 900px) {
    section.about-index .title {
      font-size: 50px; }
    section.about-index .parts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: 55px; }
      section.about-index .parts .part {
        width: 100%; }
      section.about-index .parts .part-right img {
        right: 0px; } }

/* --------------------- /Section about-index ---------------------- */
/* ---------------------- Section advantages ---------------------- */
section.advantages {
  padding: 90px 0;
  background: #f7f7f7; }
  section.advantages .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #6e6e6e;
    text-align: center; }
    section.advantages .title:after {
      content: "";
      display: block;
      height: 2px;
      width: 130px;
      background-color: #3cc0ec;
      margin: 25px auto; }
  section.advantages .boxes {
    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;
    margin-top: 35px; }
    section.advantages .boxes .box {
      text-align: center;
      margin: 25px 3%; }
      section.advantages .boxes .box .text {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 18px;
        color: #6e6e6e;
        margin-top: 15px; }
        section.advantages .boxes .box .text h3 {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          margin: 0;
          font-size: 18px; }
  @media only screen and (max-width: 900px) {
    section.advantages {
      padding: 45px 0; }
      section.advantages .title {
        font-size: 50px; } }

/* --------------------- /Section advantages ---------------------- */
/* ---------------------- Section text-info ---------------------- */
section.text-info {
  padding: 45px 0;
  padding-bottom: 65px;
  background: #f7f7f7; }
  section.text-info .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #6e6e6e;
    text-align: center; }
    section.text-info .title:after {
      content: "";
      display: block;
      height: 2px;
      width: 130px;
      background-color: #3cc0ec;
      margin: 25px auto; }
  section.text-info .content {
    margin-top: 35px;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 18px;
    color: #1d1d1d; }
    section.text-info .content p {
      margin-top: 25px; }
  @media only screen and (max-width: 900px) {
    section.text-info {
      padding: 45px 0; }
      section.text-info .title {
        font-size: 50px; }
      section.text-info .content {
        font-size: 16px; } }

/* --------------------- /Section text-info ---------------------- */
/* ---------------------- Section categories ---------------------- */
section.categories .section-inner, section.categories-inner .section-inner {
  max-width: 100%;
  padding: 0; }

section.categories .boxes, section.categories-inner .boxes {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 0; }
  section.categories .boxes .box, section.categories-inner .boxes .box {
    width: 25%;
    position: relative;
    overflow: hidden; }
    section.categories .boxes .box .cover, section.categories-inner .boxes .box .cover {
      position: absolute;
      background: #10498b;
      opacity: 0.75;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      z-index: 2; }
    section.categories .boxes .box:nth-child(even) .cover, section.categories-inner .boxes .box:nth-child(even) .cover {
      background: #0b3361; }
    section.categories .boxes .box .title, section.categories-inner .boxes .box .title {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 30px;
      color: #fff;
      position: absolute;
      bottom: 95px;
      width: 100%;
      left: 0;
      text-align: center;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 1;
      z-index: 2; }
    section.categories .boxes .box .image, section.categories-inner .boxes .box .image {
      width: 100%;
      position: relative;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%); }
      section.categories .boxes .box .image img, section.categories-inner .boxes .box .image img {
        width: 100%; }
    section.categories .boxes .box .caption, section.categories-inner .boxes .box .caption {
      background: #fff;
      position: absolute;
      width: 100%;
      left: 0;
      bottom: -100px;
      z-index: 2;
      padding: 10%;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      opacity: 0; }
      section.categories .boxes .box .caption .c-title, section.categories-inner .boxes .box .caption .c-title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        color: #1562ba; }
      section.categories .boxes .box .caption .c-text, section.categories-inner .boxes .box .caption .c-text {
        font-family: 'Heebo', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 18px;
        color: #1d1d1d;
        margin-top: 30px; }
      section.categories .boxes .box .caption .read-more, section.categories-inner .boxes .box .caption .read-more {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 18px;
        color: #1562ba;
        border: 2px solid #1562ba;
        display: inline-block;
        padding: 15px 75px;
        margin: auto;
        margin-top: 35px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        transition: 0.5s;
        z-index: 2; }
    section.categories .boxes .box:hover .image, section.categories-inner .boxes .box:hover .image {
      -webkit-filter: grayscale(0%);
              filter: grayscale(0%); }
    section.categories .boxes .box:hover .cover, section.categories-inner .boxes .box:hover .cover {
      opacity: 0; }
    section.categories .boxes .box:hover .caption, section.categories-inner .boxes .box:hover .caption {
      opacity: 1;
      bottom: 0; }
    section.categories .boxes .box:hover .title, section.categories-inner .boxes .box:hover .title {
      opacity: 0; }

@media only screen and (max-width: 1100px) {
  section.categories .boxes .box .title, section.categories-inner .boxes .box .title {
    font-size: 24px; }
  section.categories .boxes .box .caption .c-title, section.categories-inner .boxes .box .caption .c-title {
    font-size: 24px; }
  section.categories .boxes .box .caption .read-more, section.categories-inner .boxes .box .caption .read-more {
    padding: 15px 0;
    width: 100%;
    text-align: center; } }

@media only screen and (max-width: 800px) {
  section.categories .boxes, section.categories-inner .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.categories .boxes .box, section.categories-inner .boxes .box {
      width: 50%; } }

@media only screen and (max-width: 500px) {
  section.categories .boxes, section.categories-inner .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.categories .boxes .box, section.categories-inner .boxes .box {
      width: 100%; }
      section.categories .boxes .box .title, section.categories-inner .boxes .box .title {
        opacity: 0; }
      section.categories .boxes .box .image, section.categories-inner .boxes .box .image {
        -webkit-filter: none;
                filter: none; }
      section.categories .boxes .box .cover, section.categories-inner .boxes .box .cover {
        display: none; }
      section.categories .boxes .box .caption, section.categories-inner .boxes .box .caption {
        opacity: 1;
        background: rgba(255, 255, 255, 0.75);
        bottom: 0; } }

/* --------------------- /Section categories ---------------------- */
/* ---------------------- Section month-project ---------------------- */
/*
section.month-project {
	background: #f7f7f7;
	padding-top: 35px;
	padding-bottom: 35px;
	position: relative;

	.decor {
		padding: 0 60px;
		padding-bottom: 35px;
		border-bottom: 5px solid #babfc9;
		display: inline-block;
		position: absolute;
		transform-origin: top left;
		transform: rotate(-90deg) translateX(-100%);
		top: 0;
		left: 30px;
		opacity: 0.16;

		p {
			@include f-b;
			font-size: 100px;
			line-height: 100px;
			color: #babfc9;
		}
	}

	.title {
		margin: 0;
		@include f-l;
		font-size: 60px;
		line-height: 60px;
		color: #6e6e6e;
		text-align: center;
	}

	.subtitle {
		margin: 0;
		@include f-l;
		font-size: 18px;
		color: #6e6e6e;
		text-align: center;
	}

	.parts {
		display: flex;
		align-items: center;
		font-size: 0;
		margin-top: 50px;

		.part {
			width: 50%;

		}

		.part-right {
			padding-top: 0px;

			img {
				width: 100%;
				position: relative;
				left: -75px;
			}
		}

		.part-left {
			padding-bottom: 25px;

			.title {
				@include f-r;
				font-size: 30px;
				line-height: 30px;
				color: #6e6e6e;
				text-align: right;

				&:after {
					display: block;
					content: "";
					width: 130px;
					height: 2px;
					background: #1763ba;
					margin: 13px 0;
				}
			}

			.content {
				margin-top: 40px;
				max-height: 70px;
				overflow-y: hidden;
				text-overflow: ellipsis;

				p {
					@include f-l;
					font-size: 18px;
					line-height: 18px;
					color: #1d1d1d;
					margin-top: 20px;
				}
			}

			.read-more {
				@include f-r;
				font-size: 18px;
				color: #1562ba;

				border: 2px solid #1562ba;
				display: inline-block;
				padding: 15px 75px;
				margin: auto;
				margin-top: 50px;
				cursor: pointer;
				transition: 0.5s;
				position: relative;
				transition: 0.5s;
				z-index: 2;

				&:after {
					content: "";
					position: absolute;
					left: 0;
					top: 0;
					height: 100%;
					width: 0;
					background: #1562ba;
					z-index: -1;
					transition: all .3s;
				}

				&:hover {
					color: #fff;

					&:after {
						width: 100%;
					}
				}
			}
		}
	}

	@media only screen and (max-width : 900px) {
		text-align: center;

		.title {
			font-size: 50px;
			margin-top: 40px;
		}

		.parts {
			flex-direction: column-reverse;
			align-items: flex-end;
			margin-top: 55px;

			.part {
				width: 100%;

			}

			.part-right {

				img {
					right: 0px !important;
					left: 0 !important;
				}
			}
		}
	}
}
*/
/* --------------------- /Section month-project ---------------------- */
/* ---------------------- Section month-project ---------------------- */
section.month-project {
  background: #f7f7f7;
  padding-top: 35px;
  padding-bottom: 35px;
  position: relative; }
  section.month-project .decor {
    padding: 0 60px;
    padding-bottom: 35px;
    border-bottom: 5px solid #babfc9;
    display: inline-block;
    position: absolute;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    top: 0;
    left: 30px;
    opacity: 0.16; }
    section.month-project .decor p {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 100px;
      line-height: 100px;
      color: #babfc9; }
  section.month-project .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #6e6e6e;
    text-align: center; }
  section.month-project .subtitle {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #6e6e6e;
    text-align: center; }
  section.month-project .parts {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 900px;
    margin: auto;
    margin-top: 50px; }
    section.month-project .parts .part {
      width: 100%; }
    section.month-project .parts .part-image {
      padding-top: 0px; }
      section.month-project .parts .part-image img {
        width: 100%;
        position: relative;
        display: block; }
      section.month-project .parts .part-image:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(0, 0, 0, 0.5) !important;
        z-index: 10;
        top: 0; }
    section.month-project .parts .part-text {
      padding-bottom: 0;
      position: absolute;
      z-index: 22;
      top: 25%;
      width: 100%;
      text-align: center; }
      section.month-project .parts .part-text .title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 60px;
        color: #fff;
        text-align: center; }
        section.month-project .parts .part-text .title:after {
          display: block;
          content: "";
          width: 50%;
          text-align: center;
          margin: auto;
          height: 2px;
          background: #1763ba;
          margin: 13px auto; }
      section.month-project .parts .part-text .content {
        margin-top: 40px;
        max-height: 70px;
        overflow-y: hidden;
        text-overflow: ellipsis; }
        section.month-project .parts .part-text .content p {
          font-family: 'Heebo', sans-serif;
          font-weight: 300;
          font-size: 18px;
          line-height: 18px;
          color: #fff;
          margin-top: 20px; }
      section.month-project .parts .part-text .read-more {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 18px;
        color: #1562ba;
        border: 2px solid #1562ba;
        display: inline-block;
        padding: 15px 75px;
        margin: auto;
        margin-top: 170px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        transition: 0.5s;
        z-index: 2;
        color: #fff; }
        section.month-project .parts .part-text .read-more:after {
          content: "";
          position: absolute;
          left: 0;
          top: 0;
          height: 100%;
          width: 100%;
          background: #1562ba;
          z-index: -1;
          -webkit-transition: all .3s;
          transition: all .3s; }
  @media only screen and (max-width: 900px) {
    section.month-project {
      text-align: center; }
      section.month-project .title {
        font-size: 50px !important;
        margin-top: 0px; }
      section.month-project .parts .part {
        width: 100%; } }
  @media only screen and (max-width: 600px) {
    section.month-project {
      text-align: center; }
      section.month-project .title {
        font-size: 34px !important;
        margin-top: 0px; }
      section.month-project .parts .part {
        width: 100%; }
      section.month-project .parts .part-text .read-more {
        margin-top: 20px !important; } }
  @media only screen and (max-width: 400px) {
    section.month-project {
      text-align: center; }
      section.month-project .title {
        font-size: 34px !important;
        margin-top: 0px; }
      section.month-project .parts .part {
        width: 100%; }
      section.month-project .parts .part-text {
        top: 10% !important; }
        section.month-project .parts .part-text .read-more {
          margin-top: 10px !important;
          padding: 5px 75px !important; } }

/* --------------------- /Section month-project ---------------------- */
/* ---------------------- footer ---------------------- */
footer {
  overflow: visible;
  position: relative;
  background: #fff; }
  footer .section-inner {
    max-width: 1670px; }
  footer .img-title {
    text-align: center; }
    footer .img-title img {
      max-width: 100%; }
  footer .footer-top {
    padding: 60px 0;
    padding-bottom: 100px; }
    footer .footer-top .columns {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between; }
      footer .footer-top .columns .col {
        margin-left: 2%;
        margin-top: 75px; }
        footer .footer-top .columns .col:last-child {
          margin-left: 0; }
        footer .footer-top .columns .col .title {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 30px;
          color: #53addd; }
        footer .footer-top .columns .col .content {
          margin-top: 45px; }
          footer .footer-top .columns .col .content .block {
            margin-top: 25px; }
        footer .footer-top .columns .col .social i {
          font-size: 24px;
          margin-right: 10px;
          color: #67b7e1; }
        footer .footer-top .columns .col ul li {
          margin-top: 5px; }
          footer .footer-top .columns .col ul li a {
            font-family: 'Heebo', sans-serif;
            font-weight: 300;
            font-size: 18px;
            color: #2b2b2b;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            footer .footer-top .columns .col ul li a:hover {
              color: #77C0D9; }
        footer .footer-top .columns .col p {
          font-family: 'Heebo', sans-serif;
          font-weight: 300;
          font-size: 18px;
          color: #2b2b2b;
          margin-top: 5px; }
          footer .footer-top .columns .col p strong {
            font-family: 'Heebo', sans-serif;
            font-weight: 300;
            color: #53addd; }
        @media only screen and (max-width: 1000px) {
          footer .footer-top .columns .col {
            width: 31.3%; }
            footer .footer-top .columns .col:last-child {
              width: 100%; } }
        @media only screen and (max-width: 550px) {
          footer .footer-top .columns .col {
            width: 48%; }
            footer .footer-top .columns .col:nth-child(2) {
              margin-left: 0; }
            footer .footer-top .columns .col:nth-child(3) {
              display: none; }
            footer .footer-top .columns .col:last-child {
              width: 100%; } }
        @media only screen and (max-width: 480px) {
          footer .footer-top .columns .col:last-child {
            width: 100%; }
            footer .footer-top .columns .col:last-child .title {
              text-align: center; }
            footer .footer-top .columns .col:last-child .content {
              text-align: center; }
              footer .footer-top .columns .col:last-child .content .newsletter .wpcf7-form-control-wrap {
                max-width: 100%; } }
  footer .footer-bottom {
    max-width: 100%;
    padding: 0 10px;
    margin: auto;
    width: 100%;
    text-align: center;
    padding: 50px 10px;
    border-top: 2px solid #cccccc;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 14px;
    color: #2b2b2b; }
    footer .footer-bottom .credit {
      color: #2b2b2b; }
      footer .footer-bottom .credit img {
        position: relative;
        top: 1px;
        margin-right: 3px; }
    footer .footer-bottom .sep {
      margin: 0 20px; }
  @media only screen and (max-width: 480px) {
    footer .footer-top {
      padding-top: 30px;
      padding-bottom: 40px; }
      footer .footer-top .columns .col {
        margin-top: 20px; }
        footer .footer-top .columns .col .title {
          font-size: 20px; }
        footer .footer-top .columns .col .content {
          margin-top: 10px; }
          footer .footer-top .columns .col .content .block {
            margin-top: 20px; }
          footer .footer-top .columns .col .content ul li {
            margin-top: 0px; }
            footer .footer-top .columns .col .content ul li a {
              font-family: 'Heebo', sans-serif;
              font-weight: 300;
              font-size: 16px; }
    footer .footer-bottom {
      padding: 20px 10px; }
    footer .copy {
      width: 100%;
      display: block;
      text-align: center; }
    footer .credit {
      width: 100%;
      display: block;
      margin-top: 10px;
      text-align: center; }
    footer .sep {
      display: none; } }

/* --------------------- /footer ---------------------- */
/* ---------------------- Section about-top ---------------------- */
section.about-top {
  background: url("../images/inner/about/bg-top.jpg");
  background-position: top center;
  height: 855px;
  text-align: center;
  padding-top: 88px;
  position: relative; }
  section.about-top .section-inner {
    position: relative;
    z-index: 2; }
  section.about-top .decor {
    padding: 0 60px;
    padding-bottom: 35px;
    border-bottom: 5px solid #fff;
    display: inline-block;
    position: absolute;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    top: 250px;
    left: 30px;
    opacity: 0.6; }
    section.about-top .decor p {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 100px;
      line-height: 100px;
      color: #fff; }
  section.about-top .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 60px;
    line-height: 60px;
    color: #fff;
    margin-top: 40px; }
    section.about-top .title:after {
      display: block;
      content: "";
      width: 130px;
      height: 2px;
      background: #1763ba;
      margin: 20px auto; }
  section.about-top .content {
    margin-top: 40px; }
    section.about-top .content p {
      font-family: 'Heebo', sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 18px;
      color: #1d1d1d;
      margin-top: 20px; }
  @media only screen and (max-width: 850px) {
    section.about-top {
      padding-top: 25px; }
      section.about-top .decor {
        display: none; }
      section.about-top .title {
        font-size: 45px;
        line-height: 45px; }
      section.about-top .content {
        margin-top: 25px; }
        section.about-top .content p {
          font-size: 17px;
          line-height: 17px; } }

/* --------------------- /Section about-top ---------------------- */
/* ---------------------- Section advantages-inner" ---------------------- */
section.advantages-inner {
  background: url("../images/inner/about/bg-adv.jpg") no-repeat;
  background-position: top center; }

/* --------------------- /Section advantages-inner" ---------------------- */
/* ---------------------- Section about-inner ---------------------- */
section.about-inner {
  background: url("../images/inner/about/bg-about.jpg");
  margin-top: 35px;
  position: relative; }
  section.about-inner .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    font-size: 0; }
    section.about-inner .parts .part {
      width: 50%; }
    section.about-inner .parts .part-right {
      padding-top: 23px; }
      section.about-inner .parts .part-right img {
        width: 100%;
        position: relative;
        left: -75px; }
    section.about-inner .parts .part-left {
      padding: 70px 0; }
      section.about-inner .parts .part-left .title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        color: #fff;
        text-align: right; }
        section.about-inner .parts .part-left .title:after {
          display: block;
          content: "";
          width: 130px;
          height: 2px;
          background: #3cc0ec;
          margin: 13px 0; }
      section.about-inner .parts .part-left .content {
        margin-top: 40px; }
        section.about-inner .parts .part-left .content p {
          font-family: 'Heebo', sans-serif;
          font-weight: 300;
          font-size: 18px;
          line-height: 18px;
          color: #fff;
          margin-top: 20px; }
  @media only screen and (max-width: 900px) {
    section.about-inner .title {
      font-size: 50px; }
    section.about-inner .parts {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      section.about-inner .parts .part {
        width: 100%; }
      section.about-inner .parts .part-left {
        padding: 45px 0; }
      section.about-inner .parts .part-right img {
        right: 0px;
        left: 0; } }

/* --------------------- /Section about-inner ---------------------- */
/* ---------------------- Section team ---------------------- */
section.team {
  margin-top: 130px; }
  section.team .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 0; }
    section.team .boxes .box {
      width: 33.33%;
      position: relative;
      overflow: hidden; }
      section.team .boxes .box .image {
        width: 100%;
        position: relative;
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%);
        -webkit-transition: 0.5s;
        transition: 0.5s; }
        section.team .boxes .box .image img {
          width: 100%; }
      section.team .boxes .box .caption {
        background: #fff;
        position: absolute;
        width: 100%;
        left: 0;
        bottom: -100px;
        z-index: 2;
        padding: 10%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        opacity: 0;
        text-align: left; }
        section.team .boxes .box .caption .c-title {
          font-family: 'Heebo', sans-serif;
          font-weight: 300;
          font-size: 30px;
          line-height: 30px;
          color: #6e6e6e;
          text-align: right; }
        section.team .boxes .box .caption .c-text {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 18px;
          line-height: 18px;
          color: #0f0f0f;
          margin-top: 10px;
          text-align: right; }
        section.team .boxes .box .caption .tel {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          font-size: 18px;
          color: #fff;
          background: #3cc0ec;
          padding: 8px 20px;
          display: inline-block;
          margin-top: 25px;
          margin-right: auto;
          margin-left: 0; }
      section.team .boxes .box:hover .image {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
      section.team .boxes .box:hover .cover {
        opacity: 0; }
      section.team .boxes .box:hover .caption {
        opacity: 1;
        bottom: 0; }
  @media only screen and (max-width: 700px) {
    section.team {
      margin-top: 70px; }
      section.team .boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
        section.team .boxes .box {
          width: 100%;
          max-width: 400px; }
          section.team .boxes .box .image {
            -webkit-filter: none;
                    filter: none; }
          section.team .boxes .box .caption {
            opacity: 1;
            background: rgba(255, 255, 255, 0.75);
            bottom: 0;
            padding: 7%; } }

/* --------------------- /Section team ---------------------- */
/* ---------------------- Section team-photo ---------------------- */
section.team-photo {
  margin-top: 50px;
  padding-top: 50px;
  text-align: center; }
  section.team-photo .section-inner {
    max-width: 100%;
    padding: 0; }
  section.team-photo .content img {
    max-width: 100%; }
  section.team-photo .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #6e6e6e;
    margin-top: 40px;
    text-align: center; }
    section.team-photo .title:after {
      display: block;
      content: "";
      width: 130px;
      height: 2px;
      background: #3cc0ec;
      margin: 20px auto; }
  @media only screen and (max-width: 900px) {
    section.team-photo {
      margin-top: 10px;
      padding-top: 10px; }
      section.team-photo .title {
        font-size: 45px;
        line-height: 45px; } }

/* --------------------- /Section team-photo ---------------------- */
/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  padding: 35px 0;
  background: url("../images/inner/bg-top.jpg") no-repeat;
  background-size: 100% 100%;
  background-position: center;
  text-align: center; }
  section.top-inner .title {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 45px;
    line-height: 45px;
    color: #fff;
    text-align: center;
    max-width: 35%;
    display: inline-block;
    margin: 0 auto; }
    section.top-inner .title:after {
      display: block;
      content: "";
      width: 130px;
      height: 2px;
      background: #3cc0ec;
      margin: 13px auto; }
  @media only screen and (max-width: 850px) {
    section.top-inner .title {
      max-width: 100%; } }
  @media only screen and (max-width: 550px) {
    section.top-inner .title {
      font-size: 30px;
      line-height: 30px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section breadcrumbs ---------------------- */
section.breadcrumbs {
  padding: 20px 0; }
  section.breadcrumbs span {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #1562ba; }
    section.breadcrumbs span .breadcrumb_last {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      color: #1d1d1d; }
  section.breadcrumbs a {
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    color: #1d1d1d; }
  @media only screen and (max-width: 600px) {
    section.breadcrumbs {
      padding: 10px; } }

/* --------------------- /Section breadcrumbs ---------------------- */
/* ---------------------- Section post ---------------------- */
section.post {
  margin-top: 35px;
  padding-bottom: 70px; }
  section.post .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 30px;
    color: #2b2b2b;
    margin-bottom: 25px; }
  section.post .master-slider {
    direction: ltr; }
    section.post .master-slider * {
      direction: ltr; }
    section.post .master-slider .ms-thumb-list {
      margin-top: 15px !important; }
  section.post .content {
    margin-top: 40px; }
    section.post .content p {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 18px;
      line-height: 20px;
      color: #2b2b2b;
      margin-top: 20px; }
    section.post .content h1,
    section.post .content h2,
    section.post .content h3,
    section.post .content h4,
    section.post .content h5,
    section.post .content h6 {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 30px;
      color: #2b2b2b; }
  section.post .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2%; }
    section.post .boxes .text {
      width: 100%;
      padding-right: 10px; }
      section.post .boxes .text p {
        padding-top: 20px; }
        section.post .boxes .text p:first-child {
          padding-top: 0px; }
    section.post .boxes .box {
      background: #f7f7f7;
      text-align: center;
      padding: 45px;
      width: 48%;
      margin: 1%;
      position: relative;
      min-height: 330px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #fff;
      background-size: auto 100%;
      /*&:nth-child(3n) {
				width: 100%;
				background: #cececc;
			}*/ }
      section.post .boxes .box:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #10498b;
        opacity: 0.75;
        z-index: 1;
        top: 0;
        left: 0px; }
      section.post .boxes .box .title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        color: #2b2b2b;
        color: #fff;
        z-index: 2;
        position: relative;
        top: 14%; }
      section.post .boxes .box .text {
        font-family: 'Heebo', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        color: #2b2b2b;
        margin-top: 25px;
        color: #fff;
        z-index: 2;
        position: relative;
        top: 30px; }
      section.post .boxes .box .read-more {
        margin-top: 55px;
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 18px;
        color: #1562ba;
        border-top: 2px solid #1562ba;
        display: inline-block;
        padding: 10px 25px;
        z-index: 2;
        color: #d6d9df;
        border-top: 2px solid #d6d9df;
        position: relative; }
  @media only screen and (max-width: 850px) {
    section.post .boxes .box {
      width: 100%;
      margin: 0;
      margin-top: 20px;
      padding: 25px; }
      section.post .boxes .box:nth-child(3n) {
        background: #f7f7f7; }
      section.post .boxes .box:nth-child(2n) {
        background: #cececc; } }

/* --------------------- /Section post ---------------------- */
/* ---------------------- Section contact-bottom ---------------------- */
section.contact-bottom {
  padding: 60px 0;
  padding-bottom: 75px;
  background: #f7f7f7;
  text-align: center; }
  section.contact-bottom .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 30px;
    color: #1b75cf;
    text-align: right; }
  section.contact-bottom .wpcf7 {
    margin-top: 20px; }
    section.contact-bottom .wpcf7 form {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center;
      position: relative; }
    section.contact-bottom .wpcf7 input,
    section.contact-bottom .wpcf7 select {
      font-family: 'Heebo', sans-serif;
      font-weight: 300;
      font-size: 18px;
      color: #2b2b2b;
      border: none;
      border-bottom: 2px solid #cececc;
      background: none;
      outline: none;
      padding: 10px 0;
      width: 100%;
      height: 100%; }
      section.contact-bottom .wpcf7 input::-webkit-input-placeholder,
      section.contact-bottom .wpcf7 select::-webkit-input-placeholder {
        /* WebKit browsers */
        color: #2b2b2b; }
      section.contact-bottom .wpcf7 input:-moz-placeholder,
      section.contact-bottom .wpcf7 select:-moz-placeholder {
        /* Mozilla Firefox 4 to 18 */
        color: #2b2b2b; }
      section.contact-bottom .wpcf7 input::-moz-placeholder,
      section.contact-bottom .wpcf7 select::-moz-placeholder {
        /* Mozilla Firefox 19+ */
        color: #2b2b2b; }
      section.contact-bottom .wpcf7 input:-ms-input-placeholder,
      section.contact-bottom .wpcf7 select:-ms-input-placeholder {
        /* Internet Explorer 10+ */
        color: #2b2b2b; }
      section.contact-bottom .wpcf7 input:focus,
      section.contact-bottom .wpcf7 select:focus {
        border-bottom: 2px solid #2b2b2b; }
    section.contact-bottom .wpcf7 .wpcf7-form-control-wrap {
      display: block;
      margin-left: 20px;
      margin-top: 35px;
      position: relative; }
    section.contact-bottom .wpcf7 input[type="submit"] {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 18px;
      color: #1562ba;
      border: 2px solid #1562ba;
      display: inline-block;
      padding: 10px 65px;
      cursor: pointer;
      -webkit-transition: 0.5s;
      transition: 0.5s;
      position: relative;
      width: auto;
      margin-top: 35px; }
    section.contact-bottom .wpcf7 span[role="alert"] {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 14px;
      color: #232323;
      position: absolute;
      left: 0;
      bottom: -20px; }
    section.contact-bottom .wpcf7 .wpcf7-response-output {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 16px;
      color: #232323;
      position: absolute;
      bottom: -23px;
      border: none;
      padding: 0;
      margin: 0; }
    section.contact-bottom .wpcf7 .ajax-loader {
      display: none; }
  @media only screen and (max-width: 900px) {
    section.contact-bottom .wpcf7 form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.contact-bottom .wpcf7 form .wpcf7-form-control-wrap {
        width: 45%; } }
  @media only screen and (max-width: 500px) {
    section.contact-bottom .wpcf7 form {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
      section.contact-bottom .wpcf7 form .wpcf7-form-control-wrap {
        width: 100%; } }

/* --------------------- /Section contact-bottom ---------------------- */
/* ---------------------- Section blog-menu ---------------------- */
section.blog-menu .section-inner {
  padding: 20px 10px;
  border-bottom: 2px solid #cececc; }

section.blog-menu .menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  section.blog-menu .menu li {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 18px;
    color: #2b2b2b;
    padding: 5px 30px;
    border-left: 1px solid #cececc;
    cursor: pointer;
    text-align: center; }
    section.blog-menu .menu li a {
      color: #2b2b2b; }
    section.blog-menu .menu li:last-child {
      border-left: none; }
    section.blog-menu .menu li:first-child {
      padding-right: 0; }
    section.blog-menu .menu li.selected {
      color: #3cc0ec; }
      section.blog-menu .menu li.selected a {
        color: #3cc0ec; }

@media only screen and (max-width: 730px) {
  section.blog-menu .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; }
    section.blog-menu .menu li {
      font-size: 15px;
      line-height: 15px;
      padding: 5px 10px; } }

@media only screen and (max-width: 500px) {
  section.blog-menu .section-inner {
    padding: 10px 10px; }
  section.blog-menu .menu {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center; } }

/* --------------------- /Section blog-menu ---------------------- */
/* ---------------------- Section blog ---------------------- */
section.blog {
  position: relative;
  margin-top: 20px; }
  section.blog .decor {
    padding: 0 60px;
    padding-bottom: 35px;
    border-bottom: 5px solid #babfc9;
    display: inline-block;
    position: absolute;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
    top: 50%;
    left: 30px;
    opacity: 0.6; }
    section.blog .decor p {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 100px;
      line-height: 100px;
      color: #babfc9; }
    @media only screen and (max-width: 1550px) {
      section.blog .decor {
        display: none; } }
  section.blog .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -2%; }
    section.blog .boxes .box {
      background: #f7f7f7;
      text-align: center;
      padding: 45px;
      width: 48%;
      margin: 1%;
      position: relative;
      background-size: cover;
      min-height: 330px;
      /*&:nth-child(3n) {
				width: 100%;
				background: #cececc;
			}*/ }
      section.blog .boxes .box:after {
        content: "";
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        background: #10498b;
        opacity: 0.75;
        z-index: 1;
        top: 0;
        left: 0px; }
      section.blog .boxes .box .title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        line-height: 30px;
        color: #2b2b2b;
        color: #fff;
        z-index: 2;
        position: relative;
        top: 33%; }
      section.blog .boxes .box .text {
        font-family: 'Heebo', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        color: #2b2b2b;
        margin-top: 25px;
        color: #fff;
        z-index: 2;
        position: relative; }
      section.blog .boxes .box .read-more {
        margin-top: 40px;
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 18px;
        color: #1562ba;
        border-top: 2px solid #1562ba;
        display: inline-block;
        padding: 10px 25px;
        z-index: 2;
        color: #d6d9df;
        border-top: 2px solid #d6d9df;
        position: relative;
        top: 70px; }
  @media only screen and (max-width: 850px) {
    section.blog .boxes .box {
      width: 100%;
      margin: 0;
      margin-top: 20px;
      padding: 25px; }
      section.blog .boxes .box:nth-child(3n) {
        background: #f7f7f7; }
      section.blog .boxes .box:nth-child(2n) {
        background: #cececc; } }

/* --------------------- /Section blog ---------------------- */
/* ---------------------- Section categories-inner ---------------------- */
section.categories-inner .section-inner {
  max-width: 1620px;
  padding: 0 10px; }

section.categories-inner .boxes {
  margin: 0 -1%; }
  section.categories-inner .boxes .box {
    width: 23%;
    margin: 1%; }

@media only screen and (max-width: 900px) {
  section.categories-inner .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.categories-inner .boxes .box {
      width: 48%; } }

@media only screen and (max-width: 500px) {
  section.categories-inner .boxes {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.categories-inner .boxes .box {
      width: 100%; }
      section.categories-inner .boxes .box .title {
        opacity: 0; }
      section.categories-inner .boxes .box .image {
        -webkit-filter: none;
                filter: none; }
      section.categories-inner .boxes .box .cover {
        display: none; }
      section.categories-inner .boxes .box .caption {
        opacity: 1;
        background: rgba(255, 255, 255, 0.75);
        bottom: 0; } }

/* --------------------- /Section categories-inner ---------------------- */
/* ---------------------- Section text-top ---------------------- */
section.text-top {
  padding-top: 20px;
  padding-bottom: 50px; }
  section.text-top .content {
    text-align: right; }
    section.text-top .content ul {
      list-style: disc; }
    section.text-top .content h1,
    section.text-top .content h2,
    section.text-top .content h3,
    section.text-top .content h4 {
      margin: 0;
      font-size: 24px;
      line-height: 24px; }
    section.text-top .content p {
      font-family: 'Heebo', sans-serif;
      font-weight: 300;
      font-size: 18px;
      line-height: 20px;
      color: #1d1d1d;
      margin-top: 20px; }
  @media only screen and (max-width: 600px) {
    section.text-top {
      padding-top: 0;
      padding-bottom: 10px; } }

/* --------------------- /Section text-top ---------------------- */
/* ---------------------- Section contact-inner ---------------------- */
section.contact-inner {
  margin-top: 60px;
  padding-bottom: 70px; }
  section.contact-inner .section-inner {
    max-width: 1832px; }
  section.contact-inner .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    section.contact-inner .parts .part {
      width: 50%; }
    section.contact-inner .parts .part-map #map {
      height: 100%; }
    section.contact-inner .parts .part-form {
      text-align: center;
      padding-left: 90px; }
      section.contact-inner .parts .part-form .title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 60px;
        line-height: 60px;
        color: #404040;
        text-align: right; }
      section.contact-inner .parts .part-form .subtitle {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        color: #6e6e6e;
        text-align: right;
        margin-top: 5px; }
      section.contact-inner .parts .part-form .wpcf7 {
        margin-top: 55px; }
        section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap,
        section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] {
          display: block;
          width: 100%;
          margin-top: 45px; }
          section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap input,
          section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap select,
          section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] input,
          section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] select {
            width: 100%;
            font-family: 'Heebo', sans-serif;
            font-weight: 300;
            font-size: 18px;
            color: #2b2b2b;
            background: none;
            border: none;
            border-bottom: 2px solid #cececc;
            padding: 10px 0;
            outline: none; }
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap input::-webkit-input-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap select::-webkit-input-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] input::-webkit-input-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] select::-webkit-input-placeholder {
              /* WebKit browsers */
              color: #2b2b2b; }
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap input:-moz-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap select:-moz-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] input:-moz-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] select:-moz-placeholder {
              /* Mozilla Firefox 4 to 18 */
              color: #2b2b2b; }
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap input::-moz-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap select::-moz-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] input::-moz-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] select::-moz-placeholder {
              /* Mozilla Firefox 19+ */
              color: #2b2b2b; }
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap input:-ms-input-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form .wpcf7-form-control-wrap select:-ms-input-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] input:-ms-input-placeholder,
            section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] select:-ms-input-placeholder {
              /* Internet Explorer 10+ */
              color: #2b2b2b; }
        section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] {
          font-family: 'Heebo', sans-serif;
          font-weight: normal;
          font-weight: 400;
          background: none;
          font-size: 18px;
          color: #1562ba;
          border: 2px solid #1562ba;
          display: inline-block;
          padding: 10px 65px;
          cursor: pointer;
          -webkit-transition: 0.5s;
          transition: 0.5s;
          position: relative;
          width: auto;
          margin-top: 75px;
          float: left; }
        section.contact-inner .parts .part-form .wpcf7 form .checkbox-308 {
          display: inline-block;
          float: right;
          width: auto;
          margin-top: 85px; }
        section.contact-inner .parts .part-form .wpcf7 form input[type="checkbox"],
        section.contact-inner .parts .part-form .wpcf7 form .wpcf7-list-item-label {
          display: inline-block;
          width: auto;
          font-family: 'Heebo', sans-serif;
          font-weight: 300;
          font-size: 18px;
          color: #101010; }
        section.contact-inner .parts .part-form .wpcf7 form input[type="checkbox"] {
          margin-left: 10px; }
  @media only screen and (max-width: 800px) {
    section.contact-inner {
      margin-top: 35px; }
      section.contact-inner .parts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        section.contact-inner .parts .part {
          width: 100%; }
        section.contact-inner .parts .part-form {
          padding-left: 0; }
          section.contact-inner .parts .part-form .title {
            font-size: 45px; }
          section.contact-inner .parts .part-form .subtitle {
            font-size: 26px; }
          section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] {
            padding: 10px 45px; }
        section.contact-inner .parts .part-map {
          margin-top: 25px;
          height: 400px; } }

/* --------------------- /Section contact-inner ---------------------- */
/* ---------------------- Section contact-details ---------------------- */
section.contact-details {
  padding: 90px 0;
  background: #f7f7f7; }
  section.contact-details .title {
    margin: 0;
    font-family: 'Heebo', sans-serif;
    font-weight: 300;
    font-size: 60px;
    line-height: 60px;
    color: #6e6e6e;
    text-align: center; }
    section.contact-details .title:after {
      content: "";
      display: block;
      height: 2px;
      width: 130px;
      background-color: #3cc0ec;
      margin: 25px auto; }
  section.contact-details .boxes {
    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-top: 35px; }
    section.contact-details .boxes .box {
      margin: 25px 1%;
      padding-right: 85px;
      position: relative; }
      section.contact-details .boxes .box img {
        position: absolute;
        right: 0;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%); }
      section.contact-details .boxes .box .text p,
      section.contact-details .boxes .box .text a {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 18px;
        color: #6e6e6e; }
  @media only screen and (max-width: 900px) {
    section.contact-details {
      padding: 45px 0; }
      section.contact-details .title {
        font-size: 50px; }
      section.contact-details .boxes {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start; } }

/* --------------------- /Section contact-details ---------------------- */
/* ---------------------- Section videos ---------------------- */
section.videos {
  padding: 30px 0; }
  section.videos .decor {
    padding: 0 60px;
    padding-bottom: 35px;
    border-bottom: 5px solid #babfc9;
    display: inline-block;
    position: absolute;
    -webkit-transform-origin: top left;
            transform-origin: top left;
    -webkit-transform: rotate(-90deg) translateX(-50%);
            transform: rotate(-90deg) translateX(-50%);
    top: 50%;
    left: 30px;
    opacity: 0.6; }
    section.videos .decor p {
      font-family: 'Heebo', sans-serif;
      font-weight: 700;
      font-size: 100px;
      line-height: 100px;
      color: #babfc9; }
    @media only screen and (max-width: 1550px) {
      section.videos .decor {
        display: none; } }
  section.videos .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: 0 -1%; }
    section.videos .boxes .box {
      width: 48%;
      position: relative;
      margin: 1%;
      cursor: pointer; }
      section.videos .boxes .box img {
        width: 100%; }
      section.videos .boxes .box .play {
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1);
                transform: translateY(-50%) translateX(-50%) scale(1); }
        section.videos .boxes .box .play img {
          width: auto; }
      section.videos .boxes .box:hover .play {
        -webkit-transform: translateY(-50%) translateX(-50%) scale(1.1);
                transform: translateY(-50%) translateX(-50%) scale(1.1); }
  @media only screen and (max-width: 500px) {
    section.videos .boxes .box .play img {
      width: 50px; } }

/* --------------------- /Section videos ---------------------- */
/* ---------------------- Section category ---------------------- */
section.category {
  margin-top: 35px; }
  section.category .section-inner {
    max-width: 1620px; }
  section.category .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin: 0 -1%; }
    section.category .boxes .box {
      width: 31.333%;
      position: relative;
      margin: 1%; }
      section.category .boxes .box img {
        width: 100%;
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%);
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.category .boxes .box .title {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        font-size: 30px;
        color: #fff;
        text-align: center;
        position: absolute;
        width: 100%;
        padding: 0 10px;
        top: 50%;
        -webkit-transform: translateY(-50%);
                transform: translateY(-50%);
        z-index: 3;
        opacity: 0;
        -webkit-transition: 0.5s;
        transition: 0.5s; }
      section.category .boxes .box .cover {
        position: absolute;
        background: #10498b;
        opacity: 0;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        z-index: 2; }
      section.category .boxes .box:hover .cover {
        opacity: 0.75; }
      section.category .boxes .box:hover img {
        -webkit-filter: grayscale(100%);
                filter: grayscale(100%); }
      section.category .boxes .box:hover .title {
        opacity: 1; }
  @media only screen and (max-width: 1100px) {
    section.category .boxes .box .title {
      font-size: 24px; } }
  @media only screen and (max-width: 950px) {
    section.category .boxes .box {
      width: 48%; } }
  @media only screen and (max-width: 600px) {
    section.category {
      margin-top: 10px; } }
  @media only screen and (max-width: 550px) {
    section.category .boxes .box {
      width: 100%;
      margin: 0;
      margin-top: 20px; }
      section.category .boxes .box .cover {
        opacity: 0.75;
        top: auto;
        bottom: 0;
        height: 50px; }
      section.category .boxes .box .title {
        -webkit-transform: none;
                transform: none;
        opacity: 1;
        top: auto;
        bottom: 10px;
        font-size: 20px; } }

/* --------------------- /Section category ---------------------- */
/* ---------------------- Section product ---------------------- */
section.product {
  margin-top: 25px; }
  section.product .section-inner {
    max-width: 1800px; }
  section.product .title {
    font-family: 'Heebo', sans-serif;
    font-weight: normal;
    font-weight: 400;
    font-size: 30px;
    color: #1562ba;
    margin-top: 25px; }
  section.product .parts .part-info {
    width: 470px;
    padding-left: 50px;
    float: right; }
    section.product .parts .part-info .content {
      margin-top: 20px; }
      section.product .parts .part-info .content p {
        font-family: 'Heebo', sans-serif;
        font-weight: 300;
        font-size: 18px;
        line-height: 20px;
        color: #1d1d1d; }
    section.product .parts .part-info .form-title {
      font-family: 'Heebo', sans-serif;
      font-weight: normal;
      font-weight: 400;
      font-size: 30px;
      color: #6e6e6e;
      margin-top: 65px; }
    section.product .parts .part-info .wpcf7 {
      margin-top: 25px;
      text-align: left; }
      section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap,
      section.product .parts .part-info .wpcf7 form input[type="submit"] {
        display: block;
        width: 100%;
        margin-top: 25px; }
        section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap input,
        section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap select,
        section.product .parts .part-info .wpcf7 form input[type="submit"] input,
        section.product .parts .part-info .wpcf7 form input[type="submit"] select {
          width: 100%;
          font-family: 'Heebo', sans-serif;
          font-weight: 300;
          font-size: 18px;
          color: #2b2b2b;
          background: none;
          border: none;
          border-bottom: 2px solid #cececc;
          padding: 10px 0;
          outline: none; }
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap input::-webkit-input-placeholder,
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap select::-webkit-input-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] input::-webkit-input-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] select::-webkit-input-placeholder {
            /* WebKit browsers */
            color: #2b2b2b; }
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap input:-moz-placeholder,
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap select:-moz-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] input:-moz-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] select:-moz-placeholder {
            /* Mozilla Firefox 4 to 18 */
            color: #2b2b2b; }
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap input::-moz-placeholder,
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap select::-moz-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] input::-moz-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] select::-moz-placeholder {
            /* Mozilla Firefox 19+ */
            color: #2b2b2b; }
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap input:-ms-input-placeholder,
          section.product .parts .part-info .wpcf7 form .wpcf7-form-control-wrap select:-ms-input-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] input:-ms-input-placeholder,
          section.product .parts .part-info .wpcf7 form input[type="submit"] select:-ms-input-placeholder {
            /* Internet Explorer 10+ */
            color: #2b2b2b; }
      section.product .parts .part-info .wpcf7 form input[type="submit"] {
        font-family: 'Heebo', sans-serif;
        font-weight: normal;
        font-weight: 400;
        background: none;
        font-size: 18px;
        color: #1562ba;
        border: 2px solid #1562ba;
        display: inline-block;
        padding: 10px 65px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative;
        width: auto;
        margin-top: 55px;
        margin-left: 0;
        margin-right: auto; }
  section.product .parts .part-slider {
    float: left;
    width: calc(100% - 470px); }
  section.product .master-slider {
    direction: ltr; }
    section.product .master-slider * {
      direction: ltr; }
    section.product .master-slider .ms-thumb-list {
      margin-top: 15px !important; }
  section.product .gallery {
    font-size: 0; }
    section.product .gallery .main-img {
      width: 100%; }
      section.product .gallery .main-img img {
        width: 100%; }
    section.product .gallery .thumbs {
      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;
      margin: -1%;
      margin-top: 15px; }
      section.product .gallery .thumbs .thumb,
      section.product .gallery .thumbs .thumb-youtube {
        width: 31.3333%;
        margin: 1%;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        position: relative; }
        section.product .gallery .thumbs .thumb.selected,
        section.product .gallery .thumbs .thumb-youtube.selected {
          opacity: 0.5; }
        section.product .gallery .thumbs .thumb img,
        section.product .gallery .thumbs .thumb-youtube img {
          width: 100%; }
        section.product .gallery .thumbs .thumb.youtube .youtune-icon,
        section.product .gallery .thumbs .thumb-youtube.youtube .youtune-icon {
          position: absolute;
          height: 66px;
          width: auto;
          top: 38%;
          right: 43%; }
        section.product .gallery .thumbs .thumb.youtube .image,
        section.product .gallery .thumbs .thumb-youtube.youtube .image {
          max-height: 268px; }
    @media only screen and (max-width: 550px) {
      section.product .gallery .thumbs {
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        section.product .gallery .thumbs .thumb,
        section.product .gallery .thumbs .thumb-youtube {
          width: 49%;
          margin: 0 !important;
          margin-top: 2% !important; } }
  @media only screen and (max-width: 1000px) {
    section.product .parts .part-info {
      width: 100%;
      padding-left: 0;
      float: none; }
    section.product .parts .part-slider {
      width: 100%;
      float: none;
      margin-top: 35px; } }
  @media only screen and (max-width: 600px) {
    section.product {
      margin-top: 0; }
      section.product .parts .title {
        margin-top: 0; }
      section.product .parts .part-slider {
        margin-top: 10px; } }

/* --------------------- /Section product ---------------------- */
.wpml-ls-menu-item .wpml-ls-flag + span {
  margin-left: 0.3em;
  margin-right: 0.3em; }

body.en {
  /* ---------------------- header ---------------------- */
  /* --------------------- /header ---------------------- */
  /* --------------- Toggle button ---------------- */
  /* --------------- /Toggle button ---------------- */
  /* --------------- Mobile menu ---------------- */
  /* --------------- /Mobile menu ---------------- */
  /* ---------------------- Section about-index ---------------------- */
  /* --------------------- /Section about-index ---------------------- */
  /* ---------------------- Section categories ---------------------- */
  /* --------------------- /Section categories ---------------------- */
  /* ---------------------- Section month-project ---------------------- */
  /* --------------------- /Section month-project ---------------------- */
  /* ---------------------- Section product ---------------------- */
  /* --------------------- /Section product ---------------------- */
  /* ---------------------- Section about-inner ---------------------- */
  /* --------------------- /Section about-inner ---------------------- */
  /* ---------------------- Section team ---------------------- */
  /* --------------------- /Section team ---------------------- */
  /* ---------------------- Section contact-bottom ---------------------- */
  /* --------------------- /Section contact-bottom ---------------------- */
  /* ---------------------- Section categories-inner ---------------------- */
  /* --------------------- /Section categories-inner ---------------------- */
  /* ---------------------- Section blog-menu ---------------------- */
  /* --------------------- /Section blog-menu ---------------------- */
  /* ---------------------- Section text-top ---------------------- */
  /* --------------------- /Section text-top ---------------------- */
  /* ---------------------- Section contact-inner ---------------------- */
  /* -------------- /Section contact-inner -------------------- */
  /* ---------------------- Section contact-details ---------------------- */
  /* --------------------- /Section contact-details ---------------------- */
  /* ---------------------- footer ---------------------- */
  /* --------------------- /footer ---------------------- */ }
  body.en * {
    direction: ltr; }
  body.en header {
    left: auto;
    right: 0; }
    body.en header .part-right .logo {
      display: inline-block;
      margin-right: auto;
      margin-left: 19px; }
    body.en header .part-left .icons .icon {
      margin-left: auto;
      margin-right: 6px; }
    body.en header .part-left .text {
      margin-right: auto;
      margin-left: 15px; }
  body.en .toggle-button div:nth-child(1) {
    top: 5px;
    left: auto;
    right: 4px; }
  body.en .toggle-button div:nth-child(2) {
    left: auto;
    right: 4px; }
  body.en .toggle-button div:nth-child(3) {
    top: 21px;
    left: auto;
    right: 4px; }
  body.en .mobile-menu-cont {
    direction: ltr;
    right: auto;
    left: 0; }
    body.en .mobile-menu-cont .mobile-menu > li {
      text-align: left; }
      body.en .mobile-menu-cont .mobile-menu > li a:after {
        left: auto;
        right: -45px; }
      body.en .mobile-menu-cont .mobile-menu > li .sub-menu li a {
        padding-right: auto;
        padding-left: 10px; }
    body.en .mobile-menu-cont .mobile-menu .open-arrow {
      margin-right: auto;
      margin-left: 25px;
      left: auto;
      right: 10px; }
  body.en section.about-index .decor {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    top: 0;
    left: auto;
    right: 30px; }
  body.en section.about-index .parts .part-right {
    padding-top: 23px; }
    body.en section.about-index .parts .part-right img {
      width: 100%;
      position: relative;
      right: auto;
      left: -75px; }
  body.en section.about-index .parts .part-left .title {
    text-align: left; }
  body.en section.about-index .parts .part-left .read-more:after {
    left: auto;
    right: 0; }
  @media only screen and (max-width: 900px) {
    body.en section.about-index .parts .part-right img {
      right: auto;
      left: 0px; } }
  body.en section.categories .boxes .box .caption, body.en section.categories-inner .boxes .box .caption {
    background: #fff;
    position: absolute;
    width: 100%;
    left: auto;
    right: 0;
    text-align: right; }
    body.en section.categories .boxes .box .caption .read-more, body.en section.categories-inner .boxes .box .caption .read-more {
      float: left; }
    body.en section.categories .boxes .box .caption .c-title, body.en section.categories-inner .boxes .box .caption .c-title {
      text-align: left; }
    body.en section.categories .boxes .box .caption .c-text, body.en section.categories-inner .boxes .box .caption .c-text {
      text-align: left; }
    body.en section.categories .boxes .box .caption .tel, body.en section.categories-inner .boxes .box .caption .tel {
      margin-right: auto;
      margin-left: 0;
      margin-right: 0;
      margin-left: auto; }
  body.en section.month-project .decor {
    -webkit-transform-origin: top right;
            transform-origin: top right;
    -webkit-transform: rotate(-90deg) translateX(-100%);
            transform: rotate(-90deg) translateX(-100%);
    top: 0;
    left: auto;
    right: 30px; }
  body.en section.month-project .parts .part-right img {
    left: auto;
    right: -75px; }
  body.en section.month-project .parts .part-left {
    padding-bottom: 25px; }
    body.en section.month-project .parts .part-left .title {
      text-align: left; }
    body.en section.month-project .parts .part-left .read-more:after {
      left: auto;
      right: 0; }
  body.en section.product .parts .part-info {
    padding-left: auto;
    padding-right: 50px;
    float: left; }
    body.en section.product .parts .part-info .wpcf7 {
      text-align: right; }
      body.en section.product .parts .part-info .wpcf7 form input[type="submit"] {
        margin-right: 0;
        margin-right: 0;
        float: left; }
  body.en section.product .parts .part-slider {
    float: right; }
  body.en section.product .master-slider {
    direction: rtl; }
    body.en section.product .master-slider * {
      direction: rtl; }
  body.en section.product .gallery .thumbs .thumb.youtube .youtune-icon,
  body.en section.product .gallery .thumbs .thumb-youtube.youtube .youtune-icon {
    right: auto;
    left: 43%; }
  @media only screen and (max-width: 1000px) {
    body.en section.product .parts .part-info {
      padding-left: 0;
      padding-right: 0; } }
  body.en section.about-inner .parts .part-right img {
    left: auto;
    right: -75px; }
  body.en section.about-inner .parts .part-left .title {
    text-align: left; }
  @media only screen and (max-width: 900px) {
    body.en section.about-inner .parts .part-right img {
      left: 0px;
      right: 0; } }
  body.en section.team .boxes .box .caption {
    left: auto;
    right: 0;
    text-align: right; }
    body.en section.team .boxes .box .caption .c-title {
      text-align: left; }
    body.en section.team .boxes .box .caption .c-text {
      text-align: left; }
    body.en section.team .boxes .box .caption .tel {
      margin-right: auto;
      margin-left: 0;
      float: left; }
  body.en section.contact-bottom .title {
    text-align: left; }
  body.en section.contact-bottom .wpcf7 .wpcf7-form-control-wrap {
    margin-left: auto;
    margin-right: 20px; }
  body.en section.contact-bottom .wpcf7 span[role="alert"] {
    right: auto;
    left: 0; }
  body.en section.categories-inner .read-more {
    float: left; }
  body.en section.blog-menu .menu li {
    text-align: left;
    border-right: 1px solid #cececc;
    border-left: none; }
    body.en section.blog-menu .menu li:last-child {
      border-left: 0px;
      border-right: 0px; }
    body.en section.blog-menu .menu li:first-child {
      padding-right: 30px;
      padding-left: 0px; }
  body.en section.text-top .content {
    text-align: left; }
  body.en section.contact-inner .parts .part-form {
    text-align: center;
    padding-left: auto;
    padding-right: 90px; }
    body.en section.contact-inner .parts .part-form .title {
      text-align: left; }
    body.en section.contact-inner .parts .part-form .subtitle {
      text-align: left; }
    body.en section.contact-inner .parts .part-form .wpcf7 {
      margin-top: 55px; }
      body.en section.contact-inner .parts .part-form .wpcf7 form .checkbox-308 {
        float: left; }
      body.en section.contact-inner .parts .part-form .wpcf7 form input[type="submit"] {
        float: right; }
      body.en section.contact-inner .parts .part-form .wpcf7 form input[type="checkbox"] {
        margin-left: auto;
        margin-right: 10px; }
  @media only screen and (max-width: 800px) {
    body.en section.contact-inner .parts .part-form {
      padding-left: 0;
      padding-right: 0; } }
  body.en section.contact-details .boxes .box {
    padding-right: 0px;
    padding-left: 85px; }
    body.en section.contact-details .boxes .box img {
      right: auto;
      left: 0; }
    body.en section.contact-details .boxes .box .text strong {
      float: left;
      padding-right: 5px; }
  body.en footer .footer-top .columns .col {
    margin-left: auto;
    margin-right: 2%; }
    body.en footer .footer-top .columns .col:last-child {
      margin-left: 0;
      margin-right: 0; }
    body.en footer .footer-top .columns .col .social i {
      margin-right: auto;
      margin-left: 10px; }
    body.en footer .footer-top .columns .col p strong {
      float: left;
      padding-right: 5px; }
    @media only screen and (max-width: 550px) {
      body.en footer .footer-top .columns .col:nth-child(2) {
        margin-left: auto;
        margin-right: 0; } }
  body.en footer .footer-bottom .credit {
    color: #2b2b2b; }
    body.en footer .footer-bottom .credit img {
      margin-right: auto;
      margin-left: 3px; }
