/* Fonts */
@font-face {
  font-family: 'Assistant-Regular';
  src: url("../fonts/Assistant-Regular.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Light';
  src: url("../fonts/Assistant-Light.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-Bold';
  src: url("../fonts/Assistant-Bold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-ExtraBold';
  src: url("../fonts/Assistant-ExtraBold.ttf") format("truetype"); }

@font-face {
  font-family: 'Assistant-SemiBold';
  src: url("../fonts/Assistant-SemiBold.ttf") format("truetype"); }

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

body {
  position: relative;
  overflow: auto;
  margin: 0;
  padding: 0;
  background: url("../images/index/body-bg.png") no-repeat bottom; }

a {
  text-decoration: none; }

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

p {
  margin: 0; }

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

section .content ul {
  list-style: disc;
  -webkit-padding-start: 20px;
  font-family: 'Assistant-Regular';
  font-weight: normal; }

section .content li {
  font-family: 'Assistant-Regular';
  font-weight: normal; }

h1, h2, h3, h4, h5, h6 {
  font-family: 'Assistant-Regular';
  font-weight: normal; }

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

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

header {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 99;
  transition: 0.5s;
  background: #fff; }
  header .search-btn {
    cursor: pointer; }
  header .search {
    background: #0a3254;
    padding: 15px;
    position: absolute;
    left: 0;
    top: 100%;
    display: none; }
    header .search i {
      font-size: 30px;
      color: #2ea9b9;
      cursor: pointer;
      transition: 0.5s; }
      header .search i:hover {
        color: #fff; }
    header .search input {
      background: none;
      border: none;
      border-bottom: 2px solid #fff;
      font-family: 'Assistant-Regular';
      font-weight: normal;
      font-size: 20px;
      color: #fff;
      margin-left: 10px; }
  header .header-inner {
    width: 100%;
    max-width: 1620px;
    margin: auto;
    padding: 10px;
    position: relative;
    direction: rtl;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%; }
    @media only screen and (max-width: 920px) {
      header .header-inner {
        padding: 5px; } }
    header .header-inner .menu-cont {
      flex-grow: 1; }
      @media only screen and (max-width: 920px) {
        header .header-inner .menu-cont {
          display: none; } }
      header .header-inner .menu-cont ul.main-menu {
        display: flex;
        justify-content: center;
        margin: auto; }
        header .header-inner .menu-cont ul.main-menu > li {
          position: relative;
          padding: 20px 0; }
          header .header-inner .menu-cont ul.main-menu > li a {
            transition: 0.5s;
            font-family: 'Assistant-Regular';
            font-weight: normal;
            font-size: 22px;
            color: #0a3254;
            margin: 0 13px;
            white-space: nowrap; }
            @media only screen and (max-width: 1200px) {
              header .header-inner .menu-cont ul.main-menu > li a {
                font-size: 18px; } }
            header .header-inner .menu-cont ul.main-menu > li a:hover {
              color: #2ea9b9 !important; }
          header .header-inner .menu-cont ul.main-menu > li.current_page_item a {
            color: #2ea9b9 !important; }
          header .header-inner .menu-cont ul.main-menu > li .sub-menu {
            visibility: hidden;
            opacity: 0;
            position: absolute;
            top: 60px;
            transition: 0.25s;
            background-color: #0a3254; }
            header .header-inner .menu-cont ul.main-menu > li .sub-menu li {
              padding: 15px 0;
              border-bottom: 2px solid #fff; }
              header .header-inner .menu-cont ul.main-menu > li .sub-menu li a {
                color: #fff;
                font-size: 20px; }
              header .header-inner .menu-cont ul.main-menu > li .sub-menu li:last-child {
                border: none; }
          header .header-inner .menu-cont ul.main-menu > li:hover .sub-menu {
            visibility: visible;
            opacity: 1; }
    @media only screen and (max-width: 1200px) {
      header .header-inner .logo-cont img {
        height: 45px; } }
    @media only screen and (max-width: 920px) {
      header .header-inner .logo-cont img {
        height: 35px; } }
    header .header-inner .logo-cont .logo-mb {
      display: none; }
    @media only screen and (max-width: 920px) {
      header .header-inner .logo-cont .logo-dt {
        display: none; }
      header .header-inner .logo-cont .logo-mb {
        display: block; } }
    header .header-inner .contacts {
      display: table; }
      header .header-inner .contacts .social {
        display: table-cell;
        vertical-align: middle; }
        header .header-inner .contacts .social .icon {
          display: inline-block; }
          header .header-inner .contacts .social .icon .inner {
            height: 40px;
            width: 40px;
            border-radius: 0 100px 100px 100px;
            background: #5ecbe1;
            color: #333e48;
            font-family: 'Assistant-Regular';
            font-weight: normal;
            font-size: 22px;
            transition: 0.5s;
            display: flex;
            align-items: center;
            justify-content: center; }
            @media only screen and (max-width: 920px) {
              header .header-inner .contacts .social .icon .inner {
                height: 30px;
                width: 30px;
                font-size: 18px; } }
            header .header-inner .contacts .social .icon .inner i, header .header-inner .contacts .social .icon .inner span {
              display: table-cell;
              vertical-align: middle;
              text-align: center; }
          header .header-inner .contacts .social .icon.icon-search .inner {
            color: #0a3254;
            background: #27aab9; }
          header .header-inner .contacts .social .icon.icon-fb .inner {
            color: #27aab9;
            background: #0a3254; }
          @media only screen and (max-width: 450px) {
            header .header-inner .contacts .social .icon.icon-fb {
              display: none; } }
          header .header-inner .contacts .social .icon.icon-phone {
            display: none; }
            header .header-inner .contacts .social .icon.icon-phone .inner {
              color: #fff;
              background: #00a6ce; }
            @media only screen and (max-width: 920px) {
              header .header-inner .contacts .social .icon.icon-phone {
                display: inline-block; } }
          header .header-inner .contacts .social .icon.icon-waze {
            display: none; }
            header .header-inner .contacts .social .icon.icon-waze .inner {
              background: #dcdfce; }
              header .header-inner .contacts .social .icon.icon-waze .inner img {
                position: relative;
                top: 4px;
                right: 6px; }
            @media only screen and (max-width: 920px) {
              header .header-inner .contacts .social .icon.icon-waze {
                display: inline-block; } }
          header .header-inner .contacts .social .icon:hover .inner {
            background: #2ea9b9;
            color: #fff; }
      header .header-inner .contacts .tel {
        display: table-cell;
        vertical-align: middle;
        padding-right: 15px; }
        @media only screen and (max-width: 920px) {
          header .header-inner .contacts .tel {
            display: none; } }
        header .header-inner .contacts .tel p {
          font-family: 'Assistant-Regular';
          font-weight: normal;
          font-size: 24px;
          line-height: 24px;
          color: #0a3254; }
        header .header-inner .contacts .tel a {
          font-family: 'Assistant-Bold';
          font-size: 24px;
          line-height: 24px;
          color: #2ea9b9; }
  header.scrolled {
    box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25); }

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

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

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

body .str-left {
  background: url(../images/icons/str-l.png) no-repeat;
  background-size: 100% 100%;
  width: 100%;
  height: 100%;
  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%;
  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;
  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 {
  transition: height 500ms ease-in-out; }

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

.owl-carousel .owl-item img.owl-lazy {
  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;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  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;
  transition: opacity 400ms ease; }

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

/* --------------------- /Owl carousel ---------------------- */
/* ---------------------- Section top ---------------------- */
section.top {
  height: 1250px;
  background: url("../images/index/top-bg.png");
  margin-top: 96px; }
  section.top .section-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
    width: 100%;
    max-width: 1920px;
    margin-top: -96px;
    padding: 0; }
  section.top .part-left {
    width: 43%;
    margin-left: 7%;
    max-width: 652px;
    padding: 10px;
    padding-bottom: 15%; }
    @media only screen and (max-width: 1600px) {
      section.top .part-left {
        margin-left: 0; } }
    section.top .part-left .title {
      font-family: 'Assistant-Bold';
      margin: 0;
      font-size: 58px;
      color: #0a3254; }
      @media only screen and (max-width: 1530px) {
        section.top .part-left .title {
          font-size: 50px; } }
      @media only screen and (max-width: 1333px) {
        section.top .part-left .title {
          font-size: 40px; } }
      @media only screen and (max-width: 1075px) {
        section.top .part-left .title {
          font-size: 30px; } }
      @media only screen and (max-width: 1000px) {
        section.top .part-left .title {
          font-size: 50px; } }
      @media only screen and (max-width: 585px) {
        section.top .part-left .title {
          font-size: 40px; } }
      @media only screen and (max-width: 490px) {
        section.top .part-left .title {
          font-size: 30px; } }
      @media only screen and (max-width: 366px) {
        section.top .part-left .title {
          font-size: 25px; } }
    section.top .part-left .text {
      font-family: 'Assistant-SemiBold';
      font-size: 30px;
      color: #444647; }
    section.top .part-left .link {
      font-family: 'Assistant-SemiBold';
      display: inline-block;
      font-size: 30px;
      color: #fff;
      padding: 10px 50px;
      background-color: #2ea9b9;
      border-radius: 100px;
      margin-top: 15px;
      transition: 0.5s; }
      section.top .part-left .link:hover {
        background: #0A3254; }
  section.top .part-right {
    width: 57%;
    position: relative; }
    section.top .part-right .controls {
      position: absolute;
      width: 100%;
      top: 50%;
      z-index: 2; }
      section.top .part-right .controls .right {
        position: absolute;
        top: 0;
        right: 10px;
        cursor: pointer; }
      section.top .part-right .controls .left {
        position: absolute;
        top: 0;
        left: 10px;
        cursor: pointer; }
    section.top .part-right .products {
      position: relative;
      transform-origin: center right; }
      section.top .part-right .products .product {
        opacity: 0;
        display: none; }
      section.top .part-right .products .tooltips {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0; }
        section.top .part-right .products .tooltips .tooltip {
          position: absolute; }
          section.top .part-right .products .tooltips .tooltip .marker {
            width: 20px;
            height: 20px;
            background: #fff;
            border-radius: 100px;
            cursor: pointer; }
            section.top .part-right .products .tooltips .tooltip .marker:before {
              content: "";
              position: absolute;
              width: 40px;
              height: 40px;
              background: rgba(255, 255, 255, 0.5);
              top: -10px;
              left: -10px;
              border-radius: 100px;
              transition: 0.5s; }
            section.top .part-right .products .tooltips .tooltip .marker:hover:before {
              opacity: 0; }
          section.top .part-right .products .tooltips .tooltip .info {
            position: absolute;
            font-family: 'Assistant-SemiBold';
            font-size: 27px;
            color: #fff;
            background: #444647;
            width: 230px;
            text-align: center;
            bottom: 45px;
            padding: 15px;
            left: -105px;
            opacity: 0;
            visibility: hidden; }
            section.top .part-right .products .tooltips .tooltip .info:after {
              content: "";
              position: absolute;
              top: 99%;
              left: 50%;
              margin-left: -10px;
              border-width: 10px;
              border-style: solid;
              border-color: #444647 transparent transparent transparent; }
  @media only screen and (max-width: 1200px) {
    section.top {
      height: 900px; } }
  @media only screen and (max-width: 1000px) {
    section.top {
      height: auto; }
      section.top .section-inner {
        padding-top: 100px;
        flex-direction: column-reverse;
        flex-wrap: wrap; }
      section.top .part-right {
        width: 100%; }
      section.top .part-left {
        width: 100%;
        padding-bottom: 10px; }
        section.top .part-left .text {
          font-size: 24px;
          margin-top: 15px; }
        section.top .part-left .link {
          font-size: 24px;
          padding: 10px 50px; } }
  @media only screen and (max-width: 520px) {
    section.top {
      height: auto;
      max-height: 821px; }
      section.top .part-right .controls {
        top: 33%; } }

/* --------------------- /Section top ---------------------- */
/* ---------------------- Section products-index ---------------------- */
section.products-index {
  margin-top: -160px; }
  section.products-index .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    font-size: 0; }
    section.products-index .products .product {
      background: #9bc3b1;
      color: #fff;
      padding: 20px 35px 15% 35px;
      max-width: 400px;
      width: 25%;
      position: relative;
      cursor: pointer; }
      section.products-index .products .product .title {
        font-family: 'Assistant-Bold';
        font-size: 40px;
        height: 104px; }
      section.products-index .products .product .desc {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px; }
      section.products-index .products .product .link {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: inherit;
        display: inline-block;
        float: left; }
        section.products-index .products .product .link span {
          position: relative;
          left: -3px;
          transition: 0.5s; }
      section.products-index .products .product .image {
        position: absolute;
        right: 0;
        bottom: -50px;
        width: 70%; }
        section.products-index .products .product .image img {
          transition: 0.5s;
          transform-origin: right top;
          width: 100%; }
      section.products-index .products .product:hover .link span {
        left: -10px; }
      section.products-index .products .product:hover .image img {
        transform: scale(1.05); }
  @media only screen and (max-width: 1100px) {
    section.products-index .products .product {
      width: 50%;
      padding: 20px 35px 240px 35px;
      margin-top: 65px; } }
  @media only screen and (max-width: 700px) {
    section.products-index .products .product {
      width: 100%;
      padding: 20px 35px 240px 35px;
      margin-top: 65px; } }
  @media only screen and (max-width: 420px) {
    section.products-index .products .product {
      width: 100%;
      padding: 20px 35px 55% 35px;
      margin-top: 65px; } }

/* --------------------- /Section products-index ---------------------- */
/* ---------------------- Section about-index ---------------------- */
section.about-index {
  margin-top: 100px; }
  section.about-index .section-inner {
    display: flex;
    flex-wrap: wrap; }
  section.about-index .part {
    width: 50%; }
  section.about-index .part-left .inner {
    background: #0a3254;
    color: #fff;
    padding: 80px;
    margin-top: 65px; }
    section.about-index .part-left .inner .title {
      font-family: 'Assistant-Bold';
      font-size: 40px; }
    section.about-index .part-left .inner .content {
      margin-top: 40px; }
      section.about-index .part-left .inner .content p {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        margin-top: 20px; }
  section.about-index .part-right .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 45px; }
    section.about-index .part-right .boxes .box {
      width: 25%;
      display: table;
      max-width: 400px;
      transition: 0.5s; }
      section.about-index .part-right .boxes .box:hover {
        opacity: 0.5; }
      section.about-index .part-right .boxes .box .icon {
        display: table-cell;
        vertical-align: middle; }
      section.about-index .part-right .boxes .box .text {
        display: table-cell;
        vertical-align: middle;
        width: 85%;
        padding-right: 15px; }
        section.about-index .part-right .boxes .box .text p {
          font-family: 'Assistant-Regular';
          font-weight: normal;
          font-size: 18px;
          color: #444647; }
  @media only screen and (max-width: 1400px) {
    section.about-index .part-right .boxes .box {
      width: 50%;
      margin-top: 25px; } }
  @media only screen and (max-width: 1200px) {
    section.about-index {
      margin-top: 20px; }
      section.about-index .part {
        width: 100%; }
      section.about-index .part-right > img {
        display: none; }
      section.about-index .section-inner {
        flex-direction: column-reverse; } }
  @media only screen and (max-width: 700px) {
    section.about-index .part-left .inner {
      padding: 40px; } }
  @media only screen and (max-width: 500px) {
    section.about-index .part-right .boxes .icon img {
      width: 30px; }
    section.about-index .part-left .inner {
      padding: 20px; } }

/* --------------------- /Section about-index ---------------------- */
/* ---------------------- Section advs ---------------------- */
section.advs, section.advs-inner {
  margin-top: 90px; }
  section.advs .boxes, section.advs-inner .boxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 45px; }
    section.advs .boxes .box, section.advs-inner .boxes .box {
      width: 18%;
      margin: 1%;
      padding-right: 35px;
      border-right: 5px solid #e2e4e6; }
      section.advs .boxes .box .title, section.advs-inner .boxes .box .title {
        font-family: 'Assistant-Bold';
        font-size: 40px;
        line-height: 40px;
        color: #0a3254; }
      section.advs .boxes .box .text, section.advs-inner .boxes .box .text {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: #444647;
        margin-top: 20px; }
  section.advs .bottom, section.advs-inner .bottom {
    margin-top: 80px; }
    section.advs .bottom p, section.advs-inner .bottom p {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      font-size: 18px;
      color: #444647;
      text-align: center; }
  @media only screen and (max-width: 1000px) {
    section.advs, section.advs-inner {
      margin-top: 40px; }
      section.advs .boxes .box, section.advs-inner .boxes .box {
        width: 48%;
        margin-top: 25px; } }
  @media only screen and (max-width: 600px) {
    section.advs .boxes .box, section.advs-inner .boxes .box {
      width: 100%;
      margin-top: 25px; }
      section.advs .boxes .box .title, section.advs-inner .boxes .box .title {
        font-size: 35px; }
      section.advs .boxes .box .text, section.advs-inner .boxes .box .text {
        display: none; } }

/* --------------------- /Section advs ---------------------- */
/* ---------------------- Section customers ---------------------- */
section.customers {
  margin-top: 90px;
  overflow: hidden; }
  section.customers .title {
    background: #8bcedb;
    padding: 50px;
    width: 75%; }
    section.customers .title p {
      font-family: 'Assistant-Bold';
      font-size: 48px;
      color: #fff; }
  section.customers .parts {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    font-size: 0; }
  section.customers .part {
    width: 50%; }
  section.customers .part-left {
    position: relative;
    top: -115px; }
  section.customers .part-right .boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 45px; }
    section.customers .part-right .boxes .box {
      width: 24%;
      margin: 1%;
      margin-top: 3%;
      text-align: center;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      transition: 0.5s; }
      section.customers .part-right .boxes .box img {
        max-width: 100%; }
      section.customers .part-right .boxes .box:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
  @media only screen and (max-width: 800px) {
    section.customers {
      padding-bottom: 90px; }
      section.customers .part {
        width: 100%; }
      section.customers .part-left {
        display: none; }
      section.customers .title {
        width: 100%;
        padding: 20px; }
        section.customers .title p {
          font-size: 35px; } }

/* --------------------- /Section customers ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact {
  margin-top: 20px; }
  section.contact .title {
    font-family: 'Assistant-SemiBold';
    font-size: 22px;
    color: #444647; }
  section.contact .sub-title {
    font-family: 'Assistant-Bold';
    font-size: 40px;
    color: #0a3254; }
  section.contact form {
    margin-top: 40px;
    direction: rtl;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 35px; }
    section.contact form .wpcf7-form-control-wrap {
      width: 48%;
      margin: 1%;
      position: relative;  }
      @media only screen and (max-width: 960px) {
        section.contact form .wpcf7-form-control-wrap {
          width: 100%;
          margin-left: 0;
          max-width: 650px;
          margin: 0 20px; } }
    section.contact form span[role="alert"], section.contact form .wpcf7-response-output {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      border: none; }
    section.contact form input, section.contact form select {
      width: 100%;
      font-family: 'Assistant-SemiBold';
      font-size: 22px;
      color: #444647;
      background-color: #fff;
      border: none;
      outline: none;
      padding: 20px;
      border-radius: 100px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      border: 1px solid #2ea9b9; }
      @media only screen and (max-width: 960px) {
        section.contact form input, section.contact form select {
          margin-bottom: 25px;
          border: 1px solid #2ea9b9; } }
      section.contact form input.invalid, section.contact form select.invalid {
        border: 1px solid red; }
    section.contact form select {
      background: url("../images/icons/rd.png") no-repeat left 15px center;
      background-color: #fff; }
    section.contact form input[type="submit"] {
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none;
      width: 20%;
      margin: 1%;
      font-family: 'Assistant-SemiBold';
      font-size: 30px;
      line-height: 28px;
      color: #fff;
      padding: 20px;
      background-color: #2ea9b9;
      border: none;
      cursor: pointer;
      position: relative;
      transition: 0.5s;
      opacity: 1; }
      section.contact form input[type="submit"]:hover {
        background-color: #0F4262; }
      @media only screen and (max-width: 960px) {
        section.contact form input[type="submit"] {
          width: 100%;
          margin-left: 0;
          max-width: 650px;
          margin: 0 20px; } }

/* --------------------- /Section contact ---------------------- */
/* ---------------------- footer ---------------------- */
footer .part-top .section-inner {
  padding: 70px 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start; }

footer .part-top .column {
  width: 15%;
  padding-right: 40px;
  border-right: 5px solid rgba(68, 70, 71, 0.3); }
  footer .part-top .column .content {
    margin-top: 15px; }
    footer .part-top .column .content p.text {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      font-size: 18px;
      color: #333e48;
      max-width: 490px;
      margin-top: 25px; }
  footer .part-top .column .title {
    font-family: 'Assistant-SemiBold';
    font-size: 22px;
    color: #0a3254; }
  footer .part-top .column ul li * {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 22px;
    color: #444647; }
  footer .part-top .column ul a {
    transition: 0.5s; }
    footer .part-top .column ul a:hover {
      color: #0a3254; }
  footer .part-top .column ul.diplomas img {
    position: relative;
    top: 15px;
    margin-left: 15px; }
  footer .part-top .column.last {
    width: 43%; }
    footer .part-top .column.last .text {
      max-width: 100% !important; }

footer .part-top .contact {
  display: inline;
  margin-right: 15px;
  white-space: nowrap; }
  footer .part-top .contact span, footer .part-top .contact a {
    font-family: 'Assistant-Bold';
    font-size: 22px;
    color: #0a3254; }
  footer .part-top .contact .icon {
    text-align: center;
    display: inline-block;
    height: 40px;
    width: 40px;
    border-radius: 0 100px 100px 100px;
    background: #0a3254;
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 22px;
    transition: 0.5s;
    position: relative;
    top: -5px; }
    footer .part-top .contact .icon i {
      color: #2ea9b9;
      position: relative;
      top: 4px; }

footer .part-bottom {
  background: #0a3254;
  text-align: center;
  padding: 15px 0; }
  footer .part-bottom .inner {
    display: inline-block;
    margin: auto; }
    footer .part-bottom .inner * {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      font-size: 18px;
      color: #fff; }
    footer .part-bottom .inner p {
      display: inline-block; }
      footer .part-bottom .inner p .sep {
        margin: 0 10px; }
    footer .part-bottom .inner a img, footer .part-bottom .inner span img {
      position: relative;
      top: 3px;
      margin-right: 3px; }

@media only screen and (max-width: 1300px) {
  footer .part-top .section-inner {
    justify-content: space-around; }
  footer .part-top .column:nth-child(1) {
    display: none; } }

@media only screen and (max-width: 1100px) {
  footer .part-top .column:nth-child(2) {
    display: none; }
  footer .part-top .column {
    width: 50%; } }

@media only screen and (max-width: 750px) {
  footer .part-top .section-inner {
    flex-wrap: wrap;
    flex-direction: column-reverse;
    justify-content: center;
    padding: 25px 10px; }
  footer .part-top .column {
    width: 100% !important;
    margin-bottom: 25px; } }

@media only screen and (max-width: 500px) {
  footer .part-top {
    display: none; }
  footer .part-bottom .inner p {
    display: block;
    margin-bottom: 10px; }
    footer .part-bottom .inner p .sep {
      display: none; } }

/* --------------------- /footer ---------------------- */
.top-bg {
  position: absolute;
  top: 0;
  width: 100%;
  overflow: hidden; }
  .top-bg img {
    width: 100%;
    min-width: 1200px; }

.page-title {
  font-family: 'Assistant-Bold';
  margin: 0;
  display: inline-block;
  font-size: 40px;
  color: #0a3254;
  padding-left: 30px;
  padding-bottom: 10px;
  border-bottom: 5px solid #2ea9b9; }
  @media only screen and (max-width: 400px) {
    .page-title {
      font-size: 26px;
      padding-left: 0; } }

/* ---------------------- Section about-inner ---------------------- */
section.about-inner, section.post, section.search-results {
  padding-top: 200px; }
  section.about-inner .section-inner, section.post .section-inner, section.search-results .section-inner {
    max-width: 1220px;
/*     overflow: auto;  */
}
  section.about-inner .content, section.post .content, section.search-results .content {
    margin-top: 60px; }
    section.about-inner .content p, section.post .content p, section.search-results .content p {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      font-size: 18px;
      color: #444647;
      margin-top: 25px; }
  section.about-inner img.desktop, section.post img.desktop, section.search-results img.desktop {
    float: left;
    width: 50%;
    margin-right: 5%;
    margin-bottom: 5%; }
    @media only screen and (max-width: 500px) {
      section.about-inner img.desktop, section.post img.desktop, section.search-results img.desktop {
        display: none; } }
  section.about-inner img.mobile, section.post img.mobile, section.search-results img.mobile {
    width: 100%;
    margin-top: 25px;
    display: none; }
    @media only screen and (max-width: 500px) {
      section.about-inner img.mobile, section.post img.mobile, section.search-results img.mobile {
        display: block; } }
  @media only screen and (max-width: 600px) {
    section.about-inner, section.post, section.search-results {
      padding-top: 100px; } }

/* --------------------- /Section about-inner ---------------------- */
/* ---------------------- Section advs-inner ---------------------- */
section.advs-inner {
  padding-bottom: 30px; }
  section.advs-inner .section-inner {
    max-width: 1220px; }
  section.advs-inner .boxes .box .title {
    font-size: 30px; }

/* --------------------- /Section advs-inner ---------------------- */
/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  padding-top: 200px; }
  section.top-inner .section-inner {
    max-width: 1220px;
    overflow: visible; }
  section.top-inner .text-top {
    margin-top: 55px;
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 18px;
    color: #444647; }
  @media only screen and (max-width: 600px) {
    section.top-inner {
      padding-top: 100px; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section articles ---------------------- */
section.articles {
  margin-top: 55px; }
  section.articles .section-inner {
    max-width: 1220px; }
  section.articles .boxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -1%;
    margin-top: 45px; }
    section.articles .boxes .box {
      width: 31.3%;
      margin: 1%;
      margin-top: 35px;
      padding-right: 35px;
      border-right: 5px solid #e2e4e6; }
      section.articles .boxes .box .title {
        font-family: 'Assistant-Bold';
        font-size: 22px;
        color: #0a3254;
        margin-top: 25px; }
      section.articles .boxes .box .text {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: #444647;
        margin-top: 25px; }
      section.articles .boxes .box .read-more {
        color: #2ea9b9;
        cursor: pointer;
        transition: 0.5s; }
      section.articles .boxes .box:hover .read-more {
        color: #0a3254; }
  @media only screen and (max-width: 800px) {
    section.articles .boxes .box {
      width: 48%; } }
  @media only screen and (max-width: 550px) {
    section.articles .boxes .box {
      width: 100%;
      margin: 25px 0; } }

/* --------------------- /Section articles ---------------------- */
/* ---------------------- Section products-inner ---------------------- */
section.products-inner {
  margin-top: 70px; }
  section.products-inner .section-inner {
    max-width: 1220px;
    overflow: hidden;
    padding-bottom: 35px; }
  section.products-inner .products {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    font-size: 0;
    margin: 0 -1.5%;
    position: relative; }
    section.products-inner .products .product {
      background: #9bc3b1;
      color: #fff;
      padding: 20px 35px 18% 35px;
      max-width: 400px;
      width: 30.25%;
      margin: 3% 1.5%;
      position: relative;
      cursor: pointer; }
      section.products-inner .products .product .title {
        font-family: 'Assistant-Bold';
        font-size: 36px;
        line-height: 36px; }
      section.products-inner .products .product .desc {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px; }
      section.products-inner .products .product .link {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: inherit;
        display: inline-block;
        margin-top: 15px; }
        section.products-inner .products .product .link span {
          position: relative;
          left: -3px;
          transition: 0.5s; }
      section.products-inner .products .product .image {
        position: absolute;
        right: 0;
        bottom: -50px;
        width: 70%; }
        section.products-inner .products .product .image img {
          transition: 0.5s;
          transform-origin: right top;
          width: 100%; }
      section.products-inner .products .product:hover .link span {
        left: -10px; }
      section.products-inner .products .product:hover .image img {
        transform: scale(1.05); }
  @media only screen and (max-width: 1000px) {
    section.products-inner .products {
      justify-content: center; }
      section.products-inner .products .product {
        width: 47%;
        padding: 20px 35px 240px 35px;
        margin-top: 65px; } }
  @media only screen and (max-width: 700px) {
    section.products-inner .products .product {
      width: 100%;
      padding: 20px 35px 240px 35px;
      margin-top: 65px; } }
  @media only screen and (max-width: 420px) {
    section.products-inner {
      margin-top: 10px; }
      section.products-inner .products .product {
        width: 100%;
        padding: 20px 35px 55% 35px;
        margin-top: 65px; } }

/* --------------------- /Section products-inner ---------------------- */
/* ---------------------- Section sert ---------------------- */
section.sert {
  margin-top: 70px; }
  section.sert .section-inner {
    max-width: 1220px; }
  section.sert .boxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 45px;
    margin: 0 -1%; }
    section.sert .boxes .box {
      width: 23%;
      margin: 1%;
      transition: 0.5s; }
      section.sert .boxes .box img {
        width: 100%; }
      section.sert .boxes .box:hover {
        opacity: 0.5; }
  @media only screen and (max-width: 700px) {
    section.sert .boxes .box {
      width: 45%;
      margin: 2%; } }

/* --------------------- /Section sert ---------------------- */
/* ---------------------- Section clients-inner ---------------------- */
section.clients-inner {
  margin-top: 70px; }
  section.clients-inner .section-inner {
    max-width: 1220px; }
  section.clients-inner .boxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 45px;
    margin: 0 -1%; }
    section.clients-inner .boxes .box {
      width: 19%;
      margin: 3% 3%;
      text-align: center;
      display: table;
      height: 100px;
      -webkit-filter: grayscale(100%);
              filter: grayscale(100%);
      transition: 0.5s; }
      section.clients-inner .boxes .box:hover {
        -webkit-filter: grayscale(0%);
                filter: grayscale(0%); }
      section.clients-inner .boxes .box .inner {
        display: table-cell;
        vertical-align: middle; }
      section.clients-inner .boxes .box img {
        max-width: 100%; }
  @media only screen and (max-width: 650px) {
    section.clients-inner .boxes .box {
      width: 40%;
      margin: 5%; } }

/* --------------------- /Section clients-inner ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contacts {
  padding-top: 200px;
  padding-bottom: 50px; }
  section.contacts .section-inner {
    max-width: 1220px;
    overflow: auto; }
  section.contacts .sub-title {
    font-family: 'Assistant-SemiBold';
    font-size: 22px;
    color: #444647;
    margin-top: 20px; }
  section.contacts .content {
    margin-top: 60px; }
    section.contacts .content .contact {
      margin-top: 25px;
      white-space: nowrap;
      display: block; }
      section.contacts .content .contact span, section.contacts .content .contact a {
        font-family: 'Assistant-Bold';
        font-size: 22px;
        color: #0a3254; }
      section.contacts .content .contact .icon {
        text-align: center;
        display: inline-block;
        height: 40px;
        width: 40px;
        border-radius: 0 100px 100px 100px;
        background: #0a3254;
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 22px;
        transition: 0.5s;
        position: relative;
        top: -5px;
        margin-left: 15px; }
        section.contacts .content .contact .icon i {
          color: #2ea9b9;
          position: relative;
          top: 4px; }
  section.contacts img.desktop {
    float: left;
    width: 60%;
    margin-right: 5%;
    margin-bottom: 5%; }
    @media only screen and (max-width: 770px) {
      section.contacts img.desktop {
        display: none; } }
  section.contacts .wpcf7 {
    width: 100%;
    clear: both;
    margin-top: 35px; }
    section.contacts .wpcf7 form {
      width: 100%;
      display: flex;
      flex-wrap: wrap;
      justify-content: flex-end;
      align-items: flex-start; }
    section.contacts .wpcf7 .wpcf7-form-control-wrap {
      width: 48%;
      margin: 1%;
      display: block;
      position: relative; }
      @media only screen and (max-width: 560px) {
        section.contacts .wpcf7 .wpcf7-form-control-wrap {
          width: 100%;
          margin-left: 0;
          max-width: 650px;
          margin: 0 20px; } }
    section.contacts .wpcf7 .your-message {
      width: 100%; }
    section.contacts .wpcf7 span[role="alert"], section.contacts .wpcf7 .wpcf7-response-output {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      border: none; }
    section.contacts .wpcf7 input, section.contacts .wpcf7 textarea, section.contacts .wpcf7 select {
      width: 100%;
      font-family: 'Assistant-SemiBold';
      font-size: 22px;
      color: #444647;
      background-color: #fff;
      border: 1px solid #cdcdcd;
      outline: none;
      padding: 20px;
      border-radius: 35px;
      -webkit-appearance: none;
         -moz-appearance: none;
              appearance: none; }
      @media only screen and (max-width: 960px) {
        section.contacts .wpcf7 input, section.contacts .wpcf7 textarea, section.contacts .wpcf7 select {
          margin-bottom: 25px; } }
      section.contacts .wpcf7 input.invalid, section.contacts .wpcf7 textarea.invalid, section.contacts .wpcf7 select.invalid {
        border: 1px solid red; }
    section.contacts .wpcf7 select {
      background: url("../images/icons/rd.png") no-repeat left 15px center;
      background-color: #fff; }
    section.contacts .wpcf7 input[type="submit"] {
      -webkit-appearance: none;
      margin: 1%;
      width: 25%;
      font-family: 'Assistant-SemiBold';
      font-size: 30px;
      line-height: 28px;
      color: #fff;
      padding: 20px;
      background-color: #2ea9b9;
      border: none;
      cursor: pointer;
      position: relative;
      transition: 0.5s;
      opacity: 1; }
      section.contacts .wpcf7 input[type="submit"].wpcf7-file {
        padding: 19px; }
      section.contacts .wpcf7 input[type="submit"]:hover {
        background-color: #0F4262; }
      @media only screen and (max-width: 960px) {
        section.contacts .wpcf7 input[type="submit"] {
          width: 100%;
          margin-left: 0;
          max-width: 650px;
          margin: 0 20px; } }
  @media only screen and (max-width: 600px) {
    section.contacts {
      padding-top: 100px; } }

/* --------------------- /Section contact ---------------------- */
/* ---------------------- Section media ---------------------- */
.media-menu {
  font-size: 0;
  position: absolute;
  top: -103px;
  right: 0;
  left: 0;
  text-align: center; }
  .media-menu p, .media-menu a {
    display: inline-block;
    text-decoration: none;
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 22px;
    color: #fff;
    background: #0a3254;
    text-align: center;
    padding: 25px;
    cursor: pointer;
    transition: 0.5s;
    position: relative;
    white-space: nowrap; }
    .media-menu p:hover, .media-menu p.selected, .media-menu a:hover, .media-menu a.selected {
      color: #2ea9b9; }
    .media-menu p:before, .media-menu a:before {
      content: "";
      position: absolute;
      top: 17px;
      bottom: 17px;
      right: 0;
      width: 2px;
      background: #fff; }
    .media-menu p:first-child:before, .media-menu a:first-child:before {
      display: none; }
    @media only screen and (max-width: 500px) {
      .media-menu p, .media-menu a {
        display: block;
        margin-top: 5px; }
        .media-menu p:before, .media-menu a:before {
          display: none; } }
  @media only screen and (max-width: 500px) {
    .media-menu {
      margin-top: 25px;
      position: static; } }

section.media {
  padding-bottom: 55px; }
  section.media .section-inner {
    max-width: 1220px; }
  section.media .boxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 45px;
    margin: 0 -1%;
    font-size: 0;
    margin-top: 80px; }
    section.media .boxes .box {
      width: 23%;
      margin: 1%;
      text-align: center;
      display: table;
      height: 100px;
      position: relative;
      overflow: hidden; }
      section.media .boxes .box .inner {
        display: table-cell;
        vertical-align: middle; }
      section.media .boxes .box img {
        max-width: 100%;
        transition: 0.5s; }
      section.media .boxes .box .caption {
        padding: 10px;
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0, 0, 0, 0.5);
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: #fff;
        opacity: 0;
        transition: 0.5s; }
        section.media .boxes .box .caption p {
          position: relative;
          transition: 0.5s;
          top: 10px; }
      section.media .boxes .box:hover img {
        transform: scale(1.1); }
      section.media .boxes .box:hover .caption {
        opacity: 1; }
        section.media .boxes .box:hover .caption p {
          top: 0; }
  @media only screen and (max-width: 650px) {
    section.media .boxes {
      margin-top: 45px; }
      section.media .boxes .box {
        width: 48%;
        margin: 1%; } }

/* --------------------- /Section media ---------------------- */
/* ---------------------- Section post ---------------------- */
/* --------------------- /Section post ---------------------- */
/* ---------------------- Section product ---------------------- */
section.product {
  margin-top: 70px;
  padding-bottom: 70px; }
  section.product .section-inner {
    max-width: 1220px;
    overflow: hidden; }
  section.product .parts {
    display: flex;
    flex-wrap: wrap; }
  section.product .part {
    width: 50%; }
  section.product .part-right .product-title {
    font-family: 'Assistant-Bold';
    font-size: 36px;
    color: #2f3132; }
  section.product .part-right .content {
    padding-left: 60px; }
    section.product .part-right .content p {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      font-size: 18px;
      color: #2f3132;
      margin-top: 15px; }
  section.product .part-right .product-image {
    margin-top: 75px;
    width: 100%; }
  section.product .part-left .product-image {
    width: 100%; }
  section.product .part-left .inner {
    margin-top: 90px;
    padding-right: 50px; }
  section.product .part-left .title {
    font-family: 'Assistant-Bold';
    font-size: 36px;
    color: #2f3132;
    padding-bottom: 5px;
    border-bottom: 5px solid #2ea9b9;
    display: inline-block; }
  section.product .part-left .files {
    display: flex;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0 -1%;
    margin-top: 70px; }
    section.product .part-left .files .file {
      font-family: 'Assistant-Bold';
      font-size: 18px;
      color: #fff;
      background: #bcbec0;
      padding: 15px;
      width: 30%;
      margin: 1.5%;
      border-radius: 100px;
      text-align: center;
      transition: 0.5s; }
      section.product .part-left .files .file:hover {
        background: #5ecbe1; }
  section.product .props {
    width: 100%;
    margin-top: 30px; }
    section.product .props table {
      width: 100%;
      border-spacing: 0px;
      text-align: right; }
      section.product .props table th {
        font-family: 'Assistant-SemiBold';
        font-size: 22px;
        color: #0a3254;
        text-align: right;
        border-bottom: 3px solid #0a3254;
        padding-bottom: 10px; }
      section.product .props table td {
        padding: 10px 0;
        font-family: 'Assistant-SemiBold';
        font-size: 18px;
        color: #444647; }
      section.product .props table tr:nth-child(1) td {
        padding-top: 30px; }
  @media only screen and (max-width: 850px) {
    section.product .part {
      width: 100%; }
    section.product .part-right {
      padding-top: 0px; }
      section.product .part-right .product-title {
        font-family: 'Assistant-Bold';
        font-size: 36px;
        color: #2f3132; }
      section.product .part-right .content {
        margin-top: 25px;
        padding-left: 0px; }
      section.product .part-right .product-image {
        margin-top: 25px;
        width: 100%; }
    section.product .part-left .product-image {
      display: none; }
    section.product .part-left .inner {
      margin-top: 30px;
      padding-right: 0px; }
    section.product .part-left .files {
      margin-top: 35px; } }
  @media only screen and (max-width: 500px) {
    section.product {
      margin-top: 50px; }
      section.product .part-left .files .file {
        width: 47%; }
      section.product .part-left .title {
        font-size: 26px; } }
  @media only screen and (max-width: 800px) {
    section.product {
      /* Force table to not be like tables anymore */
      /* Hide table headers (but not display: none;, for accessibility) */
      /*
	Label the data
	*/ }
      section.product #no-more-tables table,
      section.product #no-more-tables thead,
      section.product #no-more-tables tbody,
      section.product #no-more-tables th,
      section.product #no-more-tables td,
      section.product #no-more-tables tr {
        display: block; }
      section.product .props table tr:nth-child(1) td {
        padding-top: 10px; }
      section.product .props table td {
        font-size: 16px;
        padding: 5px; }
      section.product #no-more-tables thead tr {
        position: absolute;
        top: -9999px;
        left: -9999px; }
      section.product #no-more-tables td {
        /* Behave  like a "row" */
        border: none;
        border-bottom: 1px solid #eee;
        position: relative;
        padding-right: 50%;
        white-space: normal;
        text-align: right; }
      section.product #no-more-tables td:before {
        /* Now like a table header */
        position: absolute;
        /* Top/left values mimic padding */
        top: 6px;
        right: 6px;
        width: 45%;
        padding-left: 10px;
        white-space: nowrap;
        text-align: right;
        font-family: 'Assistant-Bold';
        font-size: 16px; }
      section.product #no-more-tables tr {
        border: 1px solid #ccc;
        margin-top: 15px; }
        section.product #no-more-tables tr td:first-child {
          padding-right: 0;
          font-size: 18px;
          padding-right: 5px;
          padding-bottom: 8px;
          font-family: 'Assistant-Bold';
          color: #0a3254; }
          section.product #no-more-tables tr td:first-child:before {
            display: none; }
      section.product #no-more-tables td:before {
        content: attr(data-title); } }

/* --------------------- /Section product ---------------------- */
/* ---------------------- Section projects ---------------------- */
section.projects {
  padding-bottom: 55px; }
  section.projects .section-inner {
    max-width: 1220px; }
  section.projects .boxes {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    margin-top: 45px;
    margin: 0 -1%;
    font-size: 0;
    margin-top: 80px; }
    section.projects .boxes .box {
      width: 23%;
      margin: 1%;
      text-align: center;
      display: block;
      position: relative;
      font-size: 0;
      cursor: pointer;
      transition: 0.5s; }
      section.projects .boxes .box img {
        width: 100%; }
      section.projects .boxes .box .caption {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: #fff;
        background: #444647;
        position: absolute;
        bottom: -1px;
        right: 0;
        left: 0;
        text-align: right;
        padding: 5px; }
      section.projects .boxes .box:hover {
        opacity: 0.8; }
  @media only screen and (max-width: 1000px) {
    section.projects .boxes {
      margin-top: 45px; }
      section.projects .boxes .box {
        width: 31.25%;
        margin: 1%; } }
  @media only screen and (max-width: 650px) {
    section.projects .boxes {
      margin-top: 45px; }
      section.projects .boxes .box {
        width: 48%;
        margin: 1%; } }
  @media only screen and (max-width: 460px) {
    section.projects .boxes .box {
      width: 100%;
      margin: 2%; } }

/* --------------------- /Section projects ---------------------- */
/* ---------------------- Section search-results ---------------------- */
section.search-results {
  padding-bottom: 70px; }
  section.search-results .section-inner {
    overflow: unset; }
  section.search-results a {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 24px;
    color: #232323;
    display: block;
    transition: 0.5s; }
    section.search-results a:hover {
      color: #2ea9b9; }
    section.search-results a img {
      width: 50px;
      position: relative;
      top: 13px; }

/* --------------------- /Section search-results ---------------------- */
body.en {
  /* ----------------- /Header -------------------- */
  /* ---------------------- Section products-index ---------------------- */
  /* --------------------- /Section products-index ---------------------- */
  /* ---------------------- Section about-index ---------------------- */
  /* --------------------- /Section about-index ---------------------- */
  /* ---------------------- Section advs ---------------------- */
  /* --------------------- /Section advs ---------------------- */
  /* ---------------------- Section contact ---------------------- */
  /* --------------------- /Section contact ---------------------- */
  /* ---------------------- footer ---------------------- */
  /* ---------------------- Section about-inner ---------------------- */
  /* --------------------- /Section about-inner ---------------------- */
  /* ---------------------- Section articles ---------------------- */
  /* --------------------- /Section articles ---------------------- */
  /* ---------------------- Section products-inner ---------------------- */
  /* --------------------- /Section products-inner ---------------------- */
  /* ---------------------- Section contact ---------------------- */
  /* --------------------- /Section contact ---------------------- */
  /* ---------------------- Section media ---------------------- */
  /* ---------------------- Section product ---------------------- */
  /* --------------------- /Section product ---------------------- */
  /* ---------------------- Section projects ---------------------- */
  /* --------------------- /Section projects ---------------------- */
  /* --------------------- /footer ---------------------- */ }
  body.en *,
  body.en *::before,
  body.en *::after {
    direction: ltr; }
  body.en header .search {
    right: 0;
    left: auto; }
    body.en header .search input {
      margin-left: 0px;
      margin-right: 10px; }
  body.en header .header-inner {
    direction: ltr; }
    body.en header .header-inner .contacts {
      display: table; }
      body.en header .header-inner .contacts .social {
        display: table-cell;
        vertical-align: middle; }
        body.en header .header-inner .contacts .social .icon.icon-waze .inner img {
          left: 6px;
          right: auto; }
      body.en header .header-inner .contacts .tel {
        padding-right: 0;
        padding-left: 15px; }
  body.en section.top, body.en section.top * {
    direction: rtl; }
  body.en section.top .section-inner .part-left {
    text-align: left; }
    body.en section.top .section-inner .part-left, body.en section.top .section-inner .part-left * {
      direction: ltr; }
  body.en section.products-index .products .product .link {
    float: right; }
    body.en section.products-index .products .product .link span {
      display: inline-block;
      left: auto;
      right: -3px;
      transform: scaleX(-1); }
  body.en section.products-index .products .product:hover .link span {
    right: -10px;
    left: auto; }
  body.en section.about-index .part-right .boxes .box .text {
    padding-right: 0;
    padding-left: 15px; }
  body.en section.advs .boxes .box, body.en section.advs-inner .boxes .box {
    border-right: none;
    border-left: 5px solid #e2e4e6;
    padding-right: 0;
    padding-left: 35px; }
  body.en section.contact form {
    direction: ltr; }
    body.en section.contact form .wpcf7-form-control-wrap {
      margin-left: 0;
      margin-right: 1%; }
      @media only screen and (max-width: 960px) {
        body.en section.contact form .wpcf7-form-control-wrap {
          margin-left: 0;
          margin-right: 0; } }
    body.en section.contact form select {
      background: url("../images/icons/rd.png") no-repeat right 15px center;
      background-color: #fff; }
    @media only screen and (max-width: 960px) {
      body.en section.contact form input[type="submit"] {
        margin-left: 0;
        margin-right: 0; } }
  body.en footer .part-top .column {
    padding-right: 0px;
    border-right: none;
    padding-left: 40px;
    border-left: 5px solid rgba(68, 70, 71, 0.3); }
    body.en footer .part-top .column ul.diplomas img {
      margin-left: 0;
      margin-right: 15px; }
  body.en footer .part-top .contact {
    margin-right: 0;
    margin-left: 15px; }
  body.en footer .part-bottom .inner a img, body.en footer .part-bottom .inner span img {
    margin-right: 0;
    margin-left: 3px; }
  body.en .page-title {
    padding-left: 0;
    padding-right: 30px; }
    @media only screen and (max-width: 400px) {
      body.en .page-title {
        padding-left: 0;
        padding-right: 0; } }
  body.en section.about-inner img.desktop, body.en section.post img.desktop, body.en section.search-results img.desktop {
    float: right;
    margin-right: 0;
    margin-left: 5%; }
  body.en section.articles .boxes .box {
    padding-right: 0;
    border-right: none;
    padding-left: 35px;
    border-left: 5px solid #e2e4e6; }
  body.en section.products-inner .products .product .link {
    float: right; }
    body.en section.products-inner .products .product .link span {
      display: inline-block;
      transform: scaleX(-1);
      left: auto;
      right: -3px; }
  body.en section.products-inner .products .product:hover .link span {
    left: auto;
    right: -10px; }
  body.en section.contacts .content .contact .icon {
    margin-left: 0;
    margin-right: 15px; }
  body.en section.contacts img.desktop {
    float: right;
    margin-right: 0;
    margin-left: 5%; }
  @media only screen and (max-width: 560px) {
    body.en section.contacts .wpcf7 .wpcf7-form-control-wrap {
      margin-left: 0;
      margin-right: 0; } }
  body.en section.contacts .wpcf7 select {
    background: url("../images/icons/rd.png") no-repeat right 15px center;
    background-color: #fff; }
  @media only screen and (max-width: 960px) {
    body.en section.contacts .wpcf7 input[type="submit"] {
      margin-left: 0;
      margin-right: 0; } }
  body.en .media-menu p:before, body.en .media-menu a:before {
    left: 0;
    right: auto; }
  body.en section.product .part-right .content {
    padding-right: 60px;
    padding-left: 0; }
  body.en section.product .part-left .product-image {
    width: 100%; }
  body.en section.product .part-left .inner {
    padding-right: 0;
    padding-left: 50px; }
  body.en section.product .props table {
    text-align: left; }
    body.en section.product .props table th {
      text-align: left; }
  @media only screen and (max-width: 850px) {
    body.en section.product .part-right .content {
      padding-left: 0px;
      padding-right: 0; }
    body.en section.product .part-left .inner {
      padding-left: 0;
      padding-right: 0px; } }
  @media only screen and (max-width: 800px) {
    body.en section.product #no-more-tables td {
      padding-right: 0;
      padding-left: 50%;
      text-align: left; }
    body.en section.product #no-more-tables td:before {
      left: 6px;
      right: auto;
      padding-left: 0;
      padding-right: 10px;
      text-align: left; }
    body.en section.product #no-more-tables tr td:first-child {
      padding-right: 0;
      padding-left: 5px; } }
  body.en section.projects .boxes .box .caption {
    text-align: left; }
