/* 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;
  margin: 0;
  padding: 0; }

a {
  text-decoration: none; }

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

p {
  margin: 0; }

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

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

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

header {
  width: 100%;
  margin: auto;
  position: fixed;
  top: 0;
  z-index: 99;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  background: #303c46; }
  header .header-inner {
    width: 100%;
    max-width: 1820px;
    margin: auto;
    padding: 10px;
    direction: rtl;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%; }
    @media only screen and (max-width: 920px) {
      header .header-inner {
        padding: 5px; } }
    header .header-inner .menu-cont {
      -webkit-box-flex: 1;
          -ms-flex-positive: 1;
              flex-grow: 1; }
      @media only screen and (max-width: 920px) {
        header .header-inner .menu-cont {
          display: none; } }
      header .header-inner .menu-cont ul.main-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        margin-right: 4%; }
        header .header-inner .menu-cont ul.main-menu li {
          position: relative; }
          header .header-inner .menu-cont ul.main-menu li a {
            -webkit-transition: 0.5s;
            transition: 0.5s;
            font-family: 'Assistant-Regular';
            font-weight: normal;
            font-size: 22px;
            color: #fff;
            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: #00a8d0 !important; }
          header .header-inner .menu-cont ul.main-menu li.current_page_item a {
            color: #00a8d0 !important; }
          header .header-inner .menu-cont ul.main-menu li .sub-menu {
            display: none;
            padding-top: 10px;
            position: absolute;
            background-color: rgba(0, 0, 0, 0.8); }
            header .header-inner .menu-cont ul.main-menu li .sub-menu li a {
              font-size: 18px; }
          header .header-inner .menu-cont ul.main-menu li:hover .sub-menu {
            display: block; }
    @media only screen and (max-width: 1200px) {
      header .header-inner .logo-cont img {
        height: 45px; } }
    @media only screen and (max-width: 920px) {
      header .header-inner .logo-cont img {
        height: 35px; } }
    header .header-inner .contacts {
      display: table; }
      header .header-inner .contacts .social {
        display: table-cell;
        vertical-align: middle; }
        header .header-inner .contacts .social .icon {
          display: inline-block; }
          header .header-inner .contacts .social .icon .inner {
            height: 40px;
            width: 40px;
            border-radius: 100px;
            background: #5ecbe1;
            color: #333e48;
            font-family: 'Assistant-Regular';
            font-weight: normal;
            font-size: 22px;
            display: table;
            -webkit-transition: 0.5s;
            transition: 0.5s; }
            @media only screen and (max-width: 920px) {
              header .header-inner .contacts .social .icon .inner {
                height: 30px;
                width: 30px;
                font-size: 18px; } }
            header .header-inner .contacts .social .icon .inner i, header .header-inner .contacts .social .icon .inner span {
              display: table-cell;
              vertical-align: middle;
              text-align: center; }
          header .header-inner .contacts .social .icon.icon-fb .inner {
            color: #fff;
            background: #17b8d7; }
          @media only screen and (max-width: 450px) {
            header .header-inner .contacts .social .icon.icon-fb {
              display: none; } }
          header .header-inner .contacts .social .icon.icon-phone {
            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: #fff;
            color: #333e48; }
      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: #fff; }
        header .header-inner .contacts .tel a {
          font-family: 'Assistant-Bold';
          font-size: 24px;
          line-height: 24px;
          color: #00a8d0; }
  header.scrolled {
    -webkit-box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25);
            box-shadow: 0px 2px 5px 0px rgba(50, 50, 50, 0.25); }

/* ----------------- /Header -------------------- */
/* --------------- Toggle button ---------------- */
.toggle-button {
  width: 38px;
  min-width: 38px;
  height: 29px;
  position: relative;
  border-radius: 5px;
  z-index: 102;
  cursor: pointer;
  display: none;
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  @media only screen and (max-width: 920px) {
    .toggle-button {
      display: block; } }
  .toggle-button div {
    width: 22px;
    height: 3px;
    background-color: #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.open div {
    background-color: #fff !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* --------------------- /Owl carousel ---------------------- */
/* ---------------------- Section top ---------------------- */
section.top {
  position: relative;
  margin-top: 80px;
  min-height: 411px; }
  section.top .cover {
    position: absolute;
    top: 0;
    z-index: 2; }
    section.top .cover img {
      width: 100%;
      height: auto; }
  section.top .slider-top .owl-item {
    height: 100%;
    overflow: hidden; }
    section.top .slider-top .owl-item img {
      height: 790px;
      width: auto; }
  section.top .section-inner {
    height: 72px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    text-align: left; }
    section.top .section-inner .text {
      font-family: 'Assistant-ExtraBold';
      font-size: 72px;
      color: #333e48; }
  @media only screen and (max-width: 1200px) {
    section.top {
      margin-top: 69px; }
      section.top .slider-top .owl-item img {
        height: 590px;
        width: auto; } }
  @media only screen and (max-width: 920px) {
    section.top {
      margin-top: 49px; }
      section.top .slider-top .owl-item img {
        height: 390px;
        width: auto; }
      section.top .section-inner .text {
        font-family: 'Assistant-ExtraBold';
        font-size: 52px;
        line-height: 52px;
        color: #333e48; } }

/* --------------------- /Section top ---------------------- */
/* ---------------------- Section about ---------------------- */
section.about {
  background: none;
  margin-top: -140px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
  pointer-events: none; }
  section.about .about-us-circle {
    width: 190px;
    height: 190px;
    background: #00a8d0;
    border-radius: 400px;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 2; }
    section.about .about-us-circle p {
      font-family: 'Assistant-Bold';
      font-size: 24px;
      color: #fff;
      position: relative;
      top: 59px;
      right: 38px; }
  section.about .line-about {
    position: absolute;
    left: 195px;
    top: 25px;
    z-index: 4; }
  section.about .wrap {
    background-image: url("../images/index/about-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
    z-index: 3;
    min-height: 717px; }
  section.about .section-inner {
    position: relative; }
    section.about .section-inner .wrap-inner {
      max-width: 900px; }
  section.about .title-1 {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: #333e48;
    border: 2px solid #a7aeaf;
    display: inline-block;
    padding: 10px 20px 15px 20px;
    border-radius: 100px; }
  section.about .title-2 {
    font-family: 'Assistant-ExtraBold';
    font-size: 40px;
    line-height: 45px;
    color: #333e48;
    margin-top: 35px; }
    section.about .title-2.blue {
      color: #17b8d7; }
  section.about .content {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 18px;
    color: #333e48; }
    section.about .content p {
      margin-top: 20px; }
  section.about .products {
    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: 25px; }
    section.about .products .item {
      text-align: center;
      margin-top: 25px;
      width: 20%; }
      section.about .products .item .img-cont {
        height: 80px; }
      section.about .products .item p {
        font-family: 'Assistant-Bold';
        font-size: 24px;
        color: #333e48; }
  @media only screen and (max-width: 680px) {
    section.about {
      padding-bottom: 20px; }
      section.about .products .item {
        width: 33%; } }
  @media only screen and (max-width: 500px) {
    section.about .products .item {
      width: 33%; }
      section.about .products .item .img-cont {
        height: 60px;
        text-align: center;
        margin-bottom: 10px; }
        section.about .products .item .img-cont img {
          height: 100%; }
      section.about .products .item p {
        font-family: 'Assistant-Bold';
        font-size: 18px;
        color: #333e48; } }

/* --------------------- /Section about ---------------------- */
/* ---------------------- Section services ---------------------- */
section.services {
  height: 918px;
  margin-top: 25px;
  z-index: 3;
  position: relative;
  overflow: visible; }
  section.services .wrap {
    background-image: url("../images/index/services-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    height: 100%;
    padding-top: 80px;
    overflow: hidden; }
  section.services .about-us-circle {
    width: 190px;
    height: 190px;
    background: #5ecbe1;
    border-radius: 400px;
    position: absolute;
    left: 0;
    top: -40px;
    z-index: 2; }
    section.services .about-us-circle p {
      font-family: 'Assistant-Bold';
      font-size: 24px;
      color: #fff;
      position: relative;
      top: 45px;
      right: 0px;
      text-align: center; }
  section.services .line-about {
    position: absolute;
    left: 195px;
    top: -40px;
    z-index: 4; }
  section.services .title-1 {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: #fff;
    border: 2px solid #a7aeaf;
    display: inline-block;
    padding: 10px 20px 15px 20px;
    border-radius: 100px; }
  section.services .title-2 {
    font-family: 'Assistant-ExtraBold';
    font-size: 40px;
    line-height: 45px;
    color: #5ecbe1;
    margin-top: 35px; }
  section.services .services {
    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: 0 -20px;
    margin-top: 50px; }
    section.services .services .service {
      cursor: pointer;
      max-width: 360px;
      width: 100%;
      margin: 0 20px;
      margin-top: 25px; }
      section.services .services .service .inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      section.services .services .service .part-img {
        width: 20%;
        height: 95px;
        position: relative;
        margin-left: 15px; }
        section.services .services .service .part-img img {
          position: absolute;
          top: 20px;
          right: 0;
          left: 0;
          -webkit-transition: 0.5s;
          transition: 0.5s; }
        section.services .services .service .part-img .up {
          opacity: 1; }
        section.services .services .service .part-img .hover {
          opacity: 0; }
      section.services .services .service .part-text {
        width: 80%;
        padding-right: 5px; }
        section.services .services .service .part-text .title {
          font-family: 'Assistant-Bold';
          font-size: 30px;
          color: #fff; }
        section.services .services .service .part-text .text {
          font-family: 'Assistant-Regular';
          font-weight: normal;
          font-size: 18px;
          color: #fff;
          text-align: justify; }
      section.services .services .service:hover .up {
        opacity: 0; }
      section.services .services .service:hover .hover {
        opacity: 1; }
  @media only screen and (max-width: 1200px) {
    section.services {
      height: auto; }
      section.services .wrap {
        background-size: auto 100%;
        padding-bottom: 100px; } }
  @media only screen and (max-width: 500px) {
    section.services .services .service .part-img img {
      width: 55px; } }

/* --------------------- /Section services ---------------------- */
/* ---------------------- Section factory ---------------------- */
section.factory {
  height: 876px;
  background: none;
  margin-top: -140px;
  position: relative;
  z-index: 3; }
  section.factory .about-us-circle {
    width: 190px;
    height: 190px;
    background: #00a8d0;
    border-radius: 400px;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 2; }
    section.factory .about-us-circle p {
      font-family: 'Assistant-Bold';
      font-size: 24px;
      color: #fff;
      position: relative;
      top: 39px;
      right: 0;
      text-align: center; }
  section.factory .line-about {
    position: absolute;
    left: 195px;
    top: 25px;
    z-index: 4; }
  section.factory .wrap {
    background-image: url("../images/index/factory-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
    z-index: 3;
    height: 100%; }
  section.factory .title-1 {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: #333e48;
    border: 2px solid #a7aeaf;
    display: inline-block;
    padding: 10px 20px 15px 20px;
    border-radius: 100px; }
  section.factory .title-2 {
    font-family: 'Assistant-ExtraBold';
    font-size: 40px;
    line-height: 45px;
    color: #333e48;
    margin-top: 35px; }
  section.factory .title-3 {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 24px;
    color: #333e48;
    margin-top: 50px; }
  section.factory .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0;
    margin-top: 40px; }
    section.factory .boxes .box {
      margin-top: 10px;
      display: table;
      width: 50%; }
      section.factory .boxes .box .part-image {
        display: table-cell;
        vertical-align: middle;
        width: 52px; }
      section.factory .boxes .box .part-text {
        display: table-cell;
        vertical-align: middle;
        text-align: right;
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: #333e48;
        padding-right: 15px; }
  @media only screen and (max-width: 920px) {
    section.factory .boxes .box {
      width: 100%; } }

/* --------------------- /Section factory ---------------------- */
/* ---------------------- Section contact ---------------------- */
section.contact {
  height: 808px;
  margin-top: -85px;
  z-index: 3;
  position: relative;
  overflow: visible; }
  section.contact .wrap {
    background-image: url("../images/index/contact-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    z-index: 3;
    height: 100%;
    padding-top: 80px; }
  section.contact .about-us-circle {
    width: 190px;
    height: 190px;
    background: #00a8d0;
    border-radius: 400px;
    position: absolute;
    left: 0;
    top: -20px;
    z-index: 2; }
    section.contact .about-us-circle p {
      font-family: 'Assistant-Bold';
      font-size: 24px;
      color: #fff;
      position: relative;
      top: 55px;
      right: 0px;
      text-align: center; }
  section.contact .line-about {
    position: absolute;
    left: 195px;
    top: -40px;
    z-index: 4; }
  section.contact .title-1 {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: #fff;
    border: 2px solid #a7aeaf;
    display: inline-block;
    padding: 10px 20px 15px 20px;
    border-radius: 100px; }
  section.contact .title-2 {
    font-family: 'Assistant-ExtraBold';
    font-size: 40px;
    line-height: 45px;
    color: #5ecbe1;
    margin-top: 35px; }
  section.contact .parts {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  section.contact .part-form {
    width: 60%;
    max-width: 715px;
    margin-left: 25px; }
    section.contact .part-form .wpcf7 {
      margin-top: 80px; }
      section.contact .part-form .wpcf7 form {
        width: 100%;
        position: relative;
        text-align: left;
        font-size: 0; }
      section.contact .part-form .wpcf7 input {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 24px;
        color: #fff;
        background: none;
        border: none;
        border-bottom: 4px solid #fff;
        padding-bottom: 10px;
        outline: none;
        width: 100%;
        margin: 0 5px; }
        section.contact .part-form .wpcf7 input::-webkit-input-placeholder {
          /* WebKit browsers */
          color: #fff; }
        section.contact .part-form .wpcf7 input:-moz-placeholder {
          /* Mozilla Firefox 4 to 18 */
          color: #fff; }
        section.contact .part-form .wpcf7 input::-moz-placeholder {
          /* Mozilla Firefox 19+ */
          color: #fff; }
        section.contact .part-form .wpcf7 input:-ms-input-placeholder {
          /* Internet Explorer 10+ */
          color: #fff; }
      section.contact .part-form .wpcf7 span[role="alert"], section.contact .part-form .wpcf7 .wpcf7-response-output {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 14px;
        border: none;
        color: #3ea0df;
        position: absolute; }
      section.contact .part-form .wpcf7 .wpcf7-form-control-wrap {
        display: block;
        width: 100%;
        margin-top: 25px; }
      section.contact .part-form .wpcf7 .wpcf7-response-output {
        font-size: 16px;
        bottom: -60px; }
      section.contact .part-form .wpcf7 input[type="submit"] {
        border: none;
        padding: 15px 0;
        color: #5ecbe1;
        max-width: 200px;
        cursor: pointer;
        -webkit-transition: 0.5s;
        transition: 0.5s;
        margin: 0;
        margin-top: 45px;
        border: 2px solid #5ecbe1;
        border-radius: 100px; }
        section.contact .part-form .wpcf7 input[type="submit"]:hover {
          border: 2px solid #fff;
          color: #fff; }
      section.contact .part-form .wpcf7 .ajax-loader {
        display: none !important; }
  section.contact .part-contacts {
    padding-bottom: 80px; }
    section.contact .part-contacts p {
      font-family: 'Assistant-Regular';
      font-weight: normal;
      font-size: 24px;
      color: #fff;
      margin-top: 15px; }
      section.contact .part-contacts p span {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 24px;
        color: #5ecbe1; }
      section.contact .part-contacts p i {
        width: 35px;
        font-size: 20px;
        text-align: center;
        margin-left: 5px; }
  @media only screen and (max-width: 920px) {
    section.contact {
      height: auto; }
      section.contact .part-form {
        width: 100%; }
      section.contact .part-contacts {
        margin-top: 35px;
        padding-bottom: 20px;
        width: 100%; }
      section.contact .wrap {
        background-size: auto 100%;
        padding-bottom: 100px; } }

/* --------------------- /Section contact ---------------------- */
/* ---------------------- footer ---------------------- */
footer .part-top .section-inner {
  background: #fff;
  padding: 90px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

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: 24px;
  color: #00a8d0; }

footer .part-top .column ul li * {
  font-family: 'Assistant-Regular';
  font-weight: normal;
  font-size: 24px;
  color: #333e48; }

footer .part-top .column ul a {
  -webkit-transition: 0.5s;
  transition: 0.5s; }
  footer .part-top .column ul a:hover {
    color: #00a8d0; }

footer .part-top .column ul.diplomas img {
  position: relative;
  top: 15px;
  margin-left: 15px; }

footer .part-bottom {
  background: #00a8d0;
  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: 1000px) {
  footer .part-top .section-inner {
    -ms-flex-pack: distribute;
        justify-content: space-around; }
  footer .part-top .column:nth-child(1) {
    display: none; } }

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

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

/* --------------------- /footer ---------------------- */
@media only screen and (max-width: 1200px) {
  .about-us-circle {
    display: none !important; }
  .line-about {
    display: none !important; } }

@media only screen and (max-width: 500px) {
  .title-2 {
    font-size: 30px !important;
    line-height: 33px !important; } }

/* ---------------------- Section top-inner ---------------------- */
section.top-inner {
  position: relative;
  margin-top: 80px; }
  section.top-inner .cover {
    position: absolute;
    top: 0;
    z-index: 2; }
    section.top-inner .cover img {
      width: 100%;
      height: auto; }
  section.top-inner .section-inner {
    position: absolute;
    height: 72px;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2;
    pointer-events: none;
    text-align: left; }
    section.top-inner .section-inner .text {
      font-family: 'Assistant-ExtraBold';
      font-size: 72px;
      color: #333e48; }
  @media only screen and (max-width: 1200px) {
    section.top-inner {
      margin-top: 69px; }
      section.top-inner .img-top img {
        height: 390px;
        width: auto; } }
  @media only screen and (max-width: 920px) {
    section.top-inner {
      margin-top: 49px; }
      section.top-inner .img-top img {
        height: 290px;
        width: auto; }
      section.top-inner .section-inner .text {
        font-family: 'Assistant-ExtraBold';
        font-size: 52px;
        line-height: 52px;
        color: #333e48; } }
  @media only screen and (max-width: 500px) {
    section.top-inner .img-top img {
      height: 240px;
      width: auto;
      position: relative;
      right: -50%; } }

/* --------------------- /Section top-inner ---------------------- */
/* ---------------------- Section about-inner ---------------------- */
section.about-inner {
  background: none;
  margin-top: -143px;
  padding-bottom: 80px;
  position: relative;
  z-index: 3;
  pointer-events: none; }
  section.about-inner .about-us-circle {
    width: 190px;
    height: 190px;
    background: #00a8d0;
    border-radius: 400px;
    position: absolute;
    left: 0;
    top: 7px;
    z-index: 2; }
    section.about-inner .about-us-circle p {
      font-family: 'Assistant-Bold';
      font-size: 24px;
      color: #fff;
      position: relative;
      top: 59px;
      right: 38px; }
  section.about-inner .line-about {
    position: absolute;
    left: 195px;
    top: 25px;
    z-index: 4; }
  section.about-inner .wrap {
    background-image: url("../images/index/about-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    padding-top: 150px;
    z-index: 3; }
  section.about-inner .section-inner {
    position: relative; }
    section.about-inner .section-inner .wrap-inner {
      max-width: 900px; }
  section.about-inner .title-1 {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: #333e48;
    border: 2px solid #a7aeaf;
    display: inline-block;
    padding: 10px 20px 15px 20px;
    border-radius: 100px; }
  section.about-inner .title-2 {
    font-family: 'Assistant-ExtraBold';
    font-size: 40px;
    line-height: 45px;
    color: #333e48;
    margin-top: 35px; }
    section.about-inner .title-2.blue {
      color: #17b8d7; }
  section.about-inner .content {
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 18px;
    color: #333e48; }
    section.about-inner .content p {
      margin-top: 20px; }
  section.about-inner .products {
    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: 25px; }
    section.about-inner .products .item {
      text-align: center;
      margin-top: 25px;
      width: 20%; }
      section.about-inner .products .item .img-cont {
        height: 80px; }
      section.about-inner .products .item p {
        font-family: 'Assistant-Bold';
        font-size: 24px;
        color: #333e48; }
  @media only screen and (max-width: 680px) {
    section.about-inner {
      padding-bottom: 20px; }
      section.about-inner .wrap {
        padding-top: 110px; }
      section.about-inner .products .item {
        width: 33%; } }
  @media only screen and (max-width: 500px) {
    section.about-inner .products .item {
      width: 50%; } }

/* --------------------- /Section about-inner ---------------------- */
/* ---------------------- Section images ---------------------- */
section.images {
  height: auto;
  margin-top: -15px;
  z-index: 3;
  position: relative;
  overflow: visible; }
  section.images .wrap {
    background-image: url("../images/index/contact-bg.png");
    background-position: top center;
    background-repeat: no-repeat;
    position: relative;
    background-size: 100% 100%;
    z-index: 3;
    height: 100%;
    padding-top: 80px;
    padding-bottom: 150px; }
  section.images .title-1 {
    font-family: 'Assistant-SemiBold';
    font-size: 24px;
    color: #fff;
    border: 2px solid #a7aeaf;
    display: inline-block;
    padding: 10px 20px 15px 20px;
    border-radius: 100px; }
  section.images .title-2 {
    font-family: 'Assistant-ExtraBold';
    font-size: 40px;
    line-height: 45px;
    color: #fff;
    margin-top: 35px; }
  section.images .images-cont {
    font-size: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0 -1%;
    margin-top: 60px; }
    section.images .images-cont .image {
      width: 31.3%;
      margin: 1%; }
      section.images .images-cont .image img {
        width: 100%; }
  @media only screen and (max-width: 920px) {
    section.images {
      height: auto; }
      section.images .wrap {
        background-size: auto 100%;
        padding-bottom: 100px; } }
  @media only screen and (max-width: 500px) {
    section.images .wrap {
      padding-top: 50px; }
    section.images .images-cont {
      margin-top: 20px; } }

/* --------------------- /Section images ---------------------- */
/* ---------------------- Section clients ---------------------- */
section.clients {
  background-image: url("../images/inner/clients-bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -145px;
  padding-top: 145px;
  padding-bottom: 100px;
  position: relative;
  z-index: 4; }
  section.clients .title-2 {
    font-family: 'Assistant-ExtraBold';
    font-size: 40px;
    line-height: 45px;
    color: #17b8d7;
    margin-top: 35px; }
  section.clients .content {
    margin-top: 70px;
    max-width: 1100px;
    font-family: 'Assistant-Regular';
    font-weight: normal;
    font-size: 18px;
    color: #333e48; }
  section.clients .clients {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
    section.clients .clients .box {
      width: 33%;
      height: 370px;
      display: table;
      text-align: center;
      position: relative; }
      section.clients .clients .box img {
        max-width: 90%;
        margin: 0 10px; }
      section.clients .clients .box .inner {
        display: table-cell;
        vertical-align: middle; }
      section.clients .clients .box:before {
        width: 278px;
        height: 278px;
        position: absolute;
        content: "";
        bottom: -139px;
        left: -139px;
        background: url("../images/inner/clients/cross.png");
        opacity: 0.25; }
      section.clients .clients .box:after {
        width: 278px;
        height: 278px;
        position: absolute;
        content: "";
        bottom: -139px;
        right: -139px;
        background: url("../images/inner/clients/cross.png");
        opacity: 0.25; }
      section.clients .clients .box:nth-last-child(-n+3):after, section.clients .clients .box:nth-last-child(-n+3):before {
        display: none; }
  @media only screen and (max-width: 920px) {
    section.clients .clients .box {
      width: 50%;
      height: 100px; }
      section.clients .clients .box:before, section.clients .clients .box:after {
        display: none; } }
  @media only screen and (max-width: 500px) {
    section.clients {
      padding-top: 100px; }
      section.clients .clients {
        margin-top: 25px; }
      section.clients .content {
        margin-top: 35px; } }

/* --------------------- /Section clients ---------------------- */
/* ---------------------- Section process ---------------------- */
section.process {
  background-image: url("../images/inner/pr-bg-top.png");
  background-position: top center;
  background-repeat: no-repeat;
  margin-top: -145px;
  padding-top: 145px;
  position: relative; }
  section.process .wrap {
    height: 100%;
    background-image: url("../images/inner/pr-bg-bottom.png");
    background-position: bottom left;
    background-repeat: no-repeat;
    padding-bottom: 150px; }
  section.process .boxes {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    font-size: 0; }
    section.process .boxes .box {
      margin-top: 60px;
      width: 25%;
      text-align: center; }
      section.process .boxes .box .inner {
        position: relative;
        padding: 0 10px; }
      section.process .boxes .box img {
        max-width: 100%; }
      section.process .boxes .box .title {
        font-family: 'Assistant-SemiBold';
        font-size: 28px;
        color: #333e48; }
      section.process .boxes .box .text {
        font-family: 'Assistant-Regular';
        font-weight: normal;
        font-size: 18px;
        color: #333e48; }
      section.process .boxes .box .strong {
        font-family: 'Assistant-SemiBold';
        font-size: 28px;
        color: #333e48;
        max-width: 200px;
        margin: auto;
        text-align: center;
        margin-top: 55px; }
  @media only screen and (max-width: 1200px) {
    section.process .boxes .box {
      width: 33%; } }
  @media only screen and (max-width: 920px) {
    section.process .boxes .box {
      width: 50%; } }
  @media only screen and (max-width: 500px) {
    section.process .boxes .box {
      width: 100%; }
      section.process .boxes .box img {
        width: 150px; } }

/* --------------------- /Section process ---------------------- */
body.eng {
  /* ----------------- /Header -------------------- */
  /* ----------------- /Header -------------------- */
  /* ---------------------- Section about ---------------------- */
  /* --------------------- /Section about ---------------------- */
  /* ---------------------- Section services ---------------------- */
  /* --------------------- /Section services ---------------------- */
  /* ---------------------- Section factory ---------------------- */
  /* --------------------- /Section factory ---------------------- */
  /* ---------------------- Section contact ---------------------- */
  /* --------------------- /Section contact ---------------------- */
  /* ---------------------- footer ---------------------- */
  /* --------------------- /footer ---------------------- */
  /* ---------------------- Section about ---------------------- */
  /* --------------------- /Section about ---------------------- */
  /* ---------------------- Section images ---------------------- */
  /* --------------------- /Section images ---------------------- */
  /* ---------------------- Section clients ---------------------- */
  /* --------------------- /Section clients ---------------------- */
  /* ---------------------- Section process ---------------------- */
  /* --------------------- /Section process ---------------------- */ }
  body.eng header .header-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    body.eng header .header-inner .menu-cont {
      direction: ltr; }
      body.eng header .header-inner .menu-cont ul.main-menu {
        direction: ltr;
        margin-right: 0;
        margin-left: 4%; }
  body.eng section.about .line-about {
    display: none; }
  body.eng section.about .wrap {
    direction: ltr; }
  body.eng section.about .section-inner {
    position: relative; }
    body.eng section.about .section-inner .wrap-inner {
      max-width: 900px; }
  body.eng section.about .title-1 {
    display: none; }
  body.eng section.about .title-2 {
    display: ltr;
    text-align: left; }
  body.eng section.about .content {
    display: ltr;
    text-align: left; }
    body.eng section.about .content p {
      display: ltr;
      text-align: left; }
  body.eng section.services .line-about {
    display: none; }
  body.eng section.services .title-1 {
    display: none; }
  body.eng section.services .title-2 {
    direction: ltr;
    text-align: left; }
  body.eng section.services .services {
    direction: ltr; }
    body.eng section.services .services .service .inner {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
    body.eng section.services .services .service .part-img {
      margin-left: 0;
      margin-right: 15px; }
    body.eng section.services .services .service .part-text {
      padding-right: 0;
      padding-left: 5px; }
      body.eng section.services .services .service .part-text .title {
        direction: ltr; }
      body.eng section.services .services .service .part-text .text {
        direction: ltr; }
  body.eng section.factory .wrap {
    background-image: url("../images/index/factory-bg-en.png"); }
  body.eng section.factory .line-about {
    display: none; }
  body.eng section.factory .title-1 {
    display: none; }
  body.eng section.factory .title-2 {
    direction: ltr;
    text-align: left; }
  body.eng section.factory .title-3 {
    direction: ltr;
    text-align: left; }
  body.eng section.factory .boxes {
    direction: ltr; }
    body.eng section.factory .boxes .box {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
      body.eng section.factory .boxes .box .part-image {
        display: table-cell;
        vertical-align: middle;
        width: 52px; }
      body.eng section.factory .boxes .box .part-text {
        text-align: left;
        padding-right: 0;
        padding-left: 15px; }
  body.eng section.contact .line-about {
    display: none; }
  body.eng section.contact .title-1 {
    display: none; }
  body.eng section.contact .title-2 {
    direction: ltr;
    text-align: left;
    margin-top: 55px; }
  body.eng section.contact .parts {
    direction: ltr; }
  body.eng section.contact .part-form {
    margin-right: 25px;
    margin-left: 0; }
    body.eng section.contact .part-form .wpcf7 form {
      text-align: right; }
    body.eng section.contact .part-form .wpcf7 input {
      direction: ltr; }
  body.eng section.contact .part-contacts {
    padding-bottom: 80px; }
    body.eng section.contact .part-contacts p {
      direction: ltr; }
      body.eng section.contact .part-contacts p i {
        margin-right: 5px;
        margin-left: 0; }
  body.eng footer .part-top .column .content {
    direction: ltr;
    text-align: left; }
    body.eng footer .part-top .column .content p.text {
      direction: ltr;
      text-align: left; }
  body.eng footer .part-top .column .title {
    direction: ltr;
    text-align: left; }
  body.eng footer .part-top .column ul {
    direction: ltr;
    text-align: left; }
    body.eng footer .part-top .column ul li * {
      direction: ltr;
      text-align: left; }
  body.eng footer .part-top .column ul.diplomas li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 10px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  body.eng footer .part-top .column ul.diplomas img {
    top: 5px;
    margin-left: 0;
    margin-right: 15px; }
  body.eng section.about-inner .line-about {
    display: none; }
  body.eng section.about-inner .wrap {
    direction: ltr; }
  body.eng section.about-inner .section-inner {
    position: relative; }
    body.eng section.about-inner .section-inner .wrap-inner {
      max-width: 900px; }
  body.eng section.about-inner .title-1 {
    display: none; }
  body.eng section.about-inner .title-2 {
    display: ltr;
    text-align: left; }
  body.eng section.about-inner .content {
    display: ltr;
    text-align: left; }
    body.eng section.about-inner .content p {
      display: ltr;
      text-align: left; }
  body.eng section.images .title-2 {
    direction: ltr;
    text-align: left; }
  body.eng section.clients {
    background-image: url("../images/inner/clients-bg-en.png"); }
    body.eng section.clients .title-2 {
      direction: ltr;
      text-align: left; }
    body.eng section.clients .section-inner {
      direction: ltr;
      text-align: left; }
    body.eng section.clients .content {
      direction: ltr;
      text-align: left; }
  body.eng section.process .wrap {
    height: 100%;
    background-image: url("../images/inner/pr-bg-bottom-en.png");
    background-position: bottom right; }
  body.eng section.process .boxes {
    direction: ltr; }
