* {
  box-sizing: border-box; }

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* 1 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.footer .footer-nav ul, .footer .column ul, .nav > ul > li ul, .services-holder .services-box .description ul, .country-list ul {
  list-style: none;
  margin: 0;
  padding: 0; }

.header .header-box::after, .catalog-box::after, .catalog-box ul::after, .nav > ul::after, .about-us::after, .services-holder::after, .our-partners .partners-section::after, .news-list::after, .feedback-section .form-holder .row::after {
  content: '';
  display: block;
  clear: both; }

/* 0, 460px */
/* 461px,768px */
/* 641px, 1024px */
/* 1025px, 1440px */
/* 1025px, 1280px */
/* 1280px, 1680px */
/* 1441px, 1920px */
/* 1921px */
.gallery-block .gallery-box .slick-arrow em {
  background-image: url(/images/sprite.png);
  background-position: -164px -61px;
  width: 17px;
  height: 31px; }

.footer .footer-nav ul li::after {
  background-image: url(/images/sprite.png);
  background-position: -193px -97px;
  width: 4px;
  height: 8px; }

.breadcrumb li:after {
  background-image: url(/images/sprite.png);
  background-position: -193px -110px;
  width: 6px;
  height: 5px; }

.catalog-list .catalog-btn::after, .nav > ul > li.parent::after, .lang-list .active-lang::after, .product-section .top-box .send:hover:after, .send:after {
  background-image: url(/images/sprite.png);
  background-position: -193px -50px;
  width: 8px;
  height: 4px; }

.popup .popup-holder .btn-close {
  background-image: url(/images/sprite.png);
  background-position: -164px -32px;
  width: 24px;
  height: 24px; }

.error-block .error-holder:after {
  background-image: url(/images/sprite.png);
  background-position: 0px 0px;
  width: 74px;
  height: 87px; }

.share-section .share .jssocials-share.jssocials-share-facebook i {
  background-image: url(/images/sprite.png);
  background-position: -189px -120px;
  width: 11px;
  height: 19px; }

.file-upload > button {
  background-image: url(/images/sprite.png);
  background-position: -164px -120px;
  width: 20px;
  height: 20px; }

.country-list ul li .ico-1 {
  background-image: url(/images/sprite.png);
  background-position: -79px 0px;
  width: 37px;
  height: 28px; }

.country-list ul li .ico-2 {
  background-image: url(/images/sprite.png);
  background-position: -79px -33px;
  width: 37px;
  height: 28px; }

.country-list ul li .ico-3 {
  background-image: url(/images/sprite.png);
  background-position: -43px -124px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-4 {
  background-image: url(/images/sprite.png);
  background-position: -86px -124px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-5 {
  background-image: url(/images/sprite.png);
  background-position: 0px -124px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-6 {
  background-image: url(/images/sprite.png);
  background-position: -164px 0px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-7 {
  background-image: url(/images/sprite.png);
  background-position: -121px 0px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-8 {
  background-image: url(/images/sprite.png);
  background-position: 0px -92px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-9 {
  background-image: url(/images/sprite.png);
  background-position: -121px -32px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-11 {
  background-image: url(/images/sprite.png);
  background-position: -86px -92px;
  width: 38px;
  height: 27px; }

.country-list ul li .ico-10 {
  background-image: url(/images/sprite.png);
  background-position: -43px -92px;
  width: 38px;
  height: 27px; }

.share-section .share .jssocials-share.jssocials-share-googleplus i {
  background-image: url(/images/sprite.png);
  background-position: -164px -97px;
  width: 24px;
  height: 18px; }

.jobs-section > ul > li em {
  background-image: url(/images/sprite.png);
  background-position: -102px -66px;
  width: 14px;
  height: 7px; }

.header.fixed .lang-list .active-lang::after {
  background-image: url(/images/sprite.png);
  background-position: -193px -41px;
  width: 8px;
  height: 4px; }

.cooperation-block .info-box ul li:after {
  background-image: url(/images/sprite.png);
  background-position: 0px -156px;
  width: 15px;
  height: 12px; }

.catalog-section .col-left > ul > li.active .opener {
  background-image: url(/images/sprite.png);
  background-position: -79px -66px;
  width: 18px;
  height: 18px; }

.services-holder .services-box .read-more::after, .news-list .news-box .read-more::after {
  background-image: url(/images/sprite.png);
  background-position: -144px -64px;
  width: 10px;
  height: 19px; }

.main-slideshow .slide-info .text-holder .btn-box a::after, .hidden-text .more::after {
  background-image: url(/images/sprite.png);
  background-position: -152px -92px;
  width: 4px;
  height: 8px; }

.nav > ul > li.parent:hover::after, .product-section .top-box .send:after, .send:hover:after {
  background-image: url(/images/sprite.png);
  background-position: -193px -32px;
  width: 8px;
  height: 4px; }

.catalog-section .col-left > ul > li .opener {
  background-image: url(/images/sprite.png);
  background-position: -129px -92px;
  width: 18px;
  height: 18px; }

.slick-arrow {
  background-image: url(/images/sprite.png);
  background-position: -186px -61px;
  width: 16px;
  height: 31px; }

.services-holder .services-box .description ul li::after {
  background-image: url(/images/sprite.png);
  background-position: -20px -156px;
  width: 10px;
  height: 7px; }

.share-section .share .jssocials-share.jssocials-share-twitter i {
  background-image: url(/images/sprite.png);
  background-position: -129px -124px;
  width: 19px;
  height: 16px; }

.product-section .middle-box .thumb:after {
  background-image: url(/images/sprite.png);
  background-position: -121px -64px;
  width: 18px;
  height: 22px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  .gallery-block .gallery-box .slick-arrow em {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .footer .footer-nav ul li::after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .breadcrumb li:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .catalog-list .catalog-btn::after, .nav > ul > li.parent::after, .lang-list .active-lang::after, .product-section .top-box .send:hover:after, .send:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .popup .popup-holder .btn-close {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .error-block .error-holder:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .share-section .share .jssocials-share.jssocials-share-facebook i {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .file-upload > button {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-1 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-2 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-3 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-4 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-5 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-6 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-7 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-8 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-9 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-11 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .country-list ul li .ico-10 {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .share-section .share .jssocials-share.jssocials-share-googleplus i {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .jobs-section > ul > li em {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .header.fixed .lang-list .active-lang::after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .cooperation-block .info-box ul li:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .catalog-section .col-left > ul > li.active .opener {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .services-holder .services-box .read-more::after, .news-list .news-box .read-more::after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .main-slideshow .slide-info .text-holder .btn-box a::after, .hidden-text .more::after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .nav > ul > li.parent:hover::after, .product-section .top-box .send:after, .send:hover:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .catalog-section .col-left > ul > li .opener {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .slick-arrow {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .services-holder .services-box .description ul li::after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .share-section .share .jssocials-share.jssocials-share-twitter i {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; }
  .product-section .middle-box .thumb:after {
    background-image: url(/images/sprite@2x.png);
    background-size: 202px 168px; } }

.error-block {
  position: fixed;
  width: 100%;
  height: 100%;
  background: url("../images/bg-404.jpg") no-repeat;
  background-size: cover; }
  .error-block .error-box {
    max-width: 1140px;
    margin: 0 auto;
    padding: 180px 30px 0; }
  .error-block .error-holder {
    position: relative;
    font-size: 80px;
    line-height: 82px;
    color: #4f4f4f;
    margin: 70px 0;
    padding: 0 0 0 140px;
    left: -65px; }
    .error-block .error-holder:before {
      content: '';
      width: 771px;
      height: 203px;
      background: url("../images/error.png") no-repeat;
      position: absolute;
      left: -40px;
      top: -42px; }
    .error-block .error-holder:after {
      content: '';
      position: absolute;
      left: 25px;
      top: 0; }
    .error-block .error-holder em {
      font-style: normal;
      font-weight: bold;
      position: relative;
      z-index: 1; }
    .error-block .error-holder span {
      position: relative;
      z-index: 1; }
  .error-block .bottom-holder {
    position: relative;
    left: -80px; }
    .error-block .bottom-holder a {
      display: inline-block;
      vertical-align: middle;
      text-decoration: none;
      border-radius: 5px;
      color: #ff8f00;
      border: 1px solid #ff8f00;
      line-height: 50px;
      font-size: 14px;
      text-align: center;
      min-width: 210px;
      background-color: transparent;
      margin: 0 30px 0 0;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      .error-block .bottom-holder a:hover {
        color: #fff;
        background-color: #ff8f00; }
  .error-block .logo {
    float: none;
    display: inline-block;
    margin: 0 0 0 40px; }
    .error-block .logo svg,
    .error-block .logo use {
      fill: #ff8f00;
      width: 411px;
      height: 68px; }

.main.for-about {
  z-index: 2; }

.about-top {
  position: relative;
  height: 460px;
  padding: 79px 0 0; }
  .about-top::after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -960px;
    bottom: 0;
    right: 0;
    background: url(../images/bg-mask.png) no-repeat; }
  .about-top::before {
    content: '';
    position: absolute;
    height: 180px;
    bottom: -95px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1; }
  .about-top .breadcrumb {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 1; }
    .about-top .breadcrumb li a {
      color: #fff; }
  .about-top .title-box {
    max-width: 1140px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    width: 100%;
    left: 50%;
    color: #fff;
    border: 5px solid #fff;
    border-radius: 5px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    height: 425px;
    z-index: 2;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-size: cover; }
    .about-top .title-box .title {
      display: block;
      font-size: 36px;
      text-shadow: 1px 1px 15px rgba(0, 0, 0, 0.56); }

.about-box {
  margin: 80px 0; }
  .about-box > img {
    vertical-align: top;
    float: left;
    display: block;
    margin: 8px 40px 0 20px; }
  .about-box .text-block {
    overflow: hidden; }
    .about-box .text-block .image-box {
      float: right;
      margin: 0 0 0 35px; }
      .about-box .text-block .image-box img {
        vertical-align: top; }
    .about-box .text-block .text-section {
      overflow: hidden; }
      .about-box .text-block .text-section .text {
        line-height: 26px; }
        .about-box .text-block .text-section .text p {
          margin: 0 0 20px; }
  .about-box .advantages-list {
    margin: 0;
    padding: 30px 0 0;
    list-style: none;
    border-top: 1px solid #e0e0e0;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .about-box .advantages-list li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 50px;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flex;
      display: -o-flex;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 14px;
      line-height: 16px; }
      .about-box .advantages-list li img {
        margin: 0 15px 0 0; }
      .about-box .advantages-list li:first-child {
        margin: 0; }

.numbers-block {
  background: url("../images/numbers-texture.jpg");
  padding: 47px 9999px;
  margin: 0 -9999px; }
  .numbers-block ul {
    margin: 0 auto;
    max-width: 1140px;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .numbers-block ul li {
      width: 25%;
      float: left;
      border-left: 1px solid rgba(255, 255, 255, 0.5);
      color: #fff;
      padding: 0 0 0 40px; }
      .numbers-block ul li:first-child {
        border: none; }
      .numbers-block ul li .number {
        font-weight: bold;
        display: inline-block;
        vertical-align: middle;
        font-size: 48px;
        line-height: 50px;
        margin: 0 13px 0 0; }
      .numbers-block ul li .note {
        display: inline-block;
        vertical-align: middle;
        width: 105px;
        line-height: 16px; }

.cooperation-block {
  padding: 80px 0; }
  .cooperation-block .image-box {
    float: left;
    margin: 0 30px 0 0;
    overflow: hidden;
    border-radius: 5px; }
    .cooperation-block .image-box img {
      vertical-align: top; }
  .cooperation-block .info-box {
    overflow: hidden;
    color: #333; }
    .cooperation-block .info-box .title {
      display: block;
      text-transform: uppercase;
      margin: 0 0 25px;
      font-size: 18px;
      line-height: 20px;
      font-weight: bold;
      color: #666; }
    .cooperation-block .info-box ul {
      margin: 0 0 35px;
      padding: 0;
      list-style: none; }
      .cooperation-block .info-box ul li {
        font-size: 15px;
        margin: 15px 0 0;
        padding: 0 0 0 35px;
        position: relative; }
        .cooperation-block .info-box ul li:after {
          position: absolute;
          left: 0;
          top: 4px;
          content: ''; }

.team-block .team-box {
  max-width: 1040px;
  margin: 0 auto; }
  .team-block .team-box .item {
    max-width: 180px;
    margin: 0 40px;
    padding: 15px 0; }
    .team-block .team-box .item .image-box {
      position: relative;
      max-width: 180px;
      margin: 0 0 20px; }
      .team-block .team-box .item .image-box:before {
        position: absolute;
        background: #ff8f00;
        content: '';
        width: 50%;
        height: 220px;
        left: 52px;
        top: -12px;
        border-radius: 60px;
        -webkit-transform: rotate(40deg);
        transform: rotate(40deg); }
      .team-block .team-box .item .image-box .image-wrap {
        overflow: hidden;
        border: 2px solid #fff;
        border-radius: 50%;
        background-color: #fff;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        z-index: 1;
        position: relative; }
      .team-block .team-box .item .image-box img {
        vertical-align: top; }
    .team-block .team-box .item .name {
      display: block;
      color: #333;
      font-size: 16px;
      line-height: 20px;
      text-align: center; }
    .team-block .team-box .item .position {
      display: block;
      text-align: center;
      color: #666; }

.gallery-block {
  position: relative;
  height: 715px;
  margin: 0 0 100px;
  background: url("/images/gallery-bg.jpg") no-repeat 0 -200px; }
  .gallery-block:before {
    content: '';
    position: absolute;
    height: 220px;
    top: -85px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 1; }
  .gallery-block:after {
    content: '';
    position: absolute;
    height: 220px;
    bottom: -85px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
    z-index: 1; }
  .gallery-block .block-title {
    z-index: 1;
    margin: 0 auto 55px;
    max-width: 1140px; }
  .gallery-block .gallery-box {
    margin: 0 auto;
    max-width: 1140px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    border: 2px solid #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px; }
    .gallery-block .gallery-box .slick-arrow {
      z-index: 1;
      background: rgba(0, 0, 0, 0.6);
      height: 100%;
      width: 60px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .gallery-block .gallery-box .slick-arrow em {
        display: block;
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%); }
      .gallery-block .gallery-box .slick-arrow:hover {
        background-color: rgba(255, 143, 0, 0.6); }
      .gallery-block .gallery-box .slick-arrow.slick-prev {
        left: 0; }
        .gallery-block .gallery-box .slick-arrow.slick-prev em {
          left: 19px; }
      .gallery-block .gallery-box .slick-arrow.slick-next {
        right: 0; }
        .gallery-block .gallery-box .slick-arrow.slick-next em {
          right: 19px; }
    .gallery-block .gallery-box .item {
      display: block; }
      .gallery-block .gallery-box .item img {
        vertical-align: top; }

.certificate-block {
  margin: 0 auto;
  max-width: 1140px; }
  .certificate-block .certificate-box {
    margin: 0 auto;
    max-width: 910px; }
    .certificate-block .certificate-box .slick-arrow.slick-prev {
      left: -100px; }
    .certificate-block .certificate-box .slick-arrow.slick-next {
      right: -100px; }
    .certificate-block .certificate-box .slick-list {
      padding: 0 2px; }
    .certificate-block .certificate-box .item {
      display: block;
      min-height: 320px;
      border: 1px solid #f7f5f5;
      padding: 25px;
      max-width: 227px;
      position: relative;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .certificate-block .certificate-box .item:before {
        position: absolute;
        content: '';
        top: 0;
        width: 100%;
        border-top: 2px solid transparent;
        left: 0;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
      .certificate-block .certificate-box .item:hover {
        box-shadow: inset 0 0 10px 0 rgba(0, 0, 0, 0.1); }
        .certificate-block .certificate-box .item:hover:before {
          border-color: #ff8f00; }
      .certificate-block .certificate-box .item .title {
        position: absolute;
        bottom: 15px;
        left: 25px;
        right: 25px;
        display: block;
        text-align: center;
        font-size: 11px;
        line-height: 13px; }

.our-partners.for-about {
  padding: 100px 0;
  margin: 0 auto -160px;
  z-index: 2; }

.our-partners .country-list {
  background-color: #fff; }

.news-section {
  position: relative; }
  .news-section:after {
    content: '';
    display: block;
    clear: both; }
  .news-section .lists-wrap {
    float: left;
    max-width: 555px;
    margin: 0 30px 0 0;
    padding: 0;
    list-style: none;
    position: relative; }
    .news-section .lists-wrap .date {
      position: absolute;
      color: #fff;
      top: 0;
      left: 0;
      line-height: 34px;
      padding: 0 20px;
      background-color: rgba(0, 0, 0, 0.7);
      z-index: 1;
      border-radius: 5px 0 0 0; }
    .news-section .lists-wrap ul.image-list {
      margin: 0;
      padding: 0;
      list-style: none; }
      .news-section .lists-wrap ul.image-list li {
        position: relative;
        border-radius: 5px;
        overflow: hidden; }
        .news-section .lists-wrap ul.image-list li img {
          vertical-align: top;
          width: 100%;
          height: auto; }
    .news-section .lists-wrap ul.mini-list {
      padding: 0 50px;
      margin: 20px 0 0;
      list-style: none; }
      .news-section .lists-wrap ul.mini-list li {
        cursor: pointer;
        width: 137px;
        text-align: center; }
        .news-section .lists-wrap ul.mini-list li.slick-current img {
          opacity: 0.4; }
        .news-section .lists-wrap ul.mini-list li img {
          vertical-align: top;
          display: inline-block; }
      .news-section .lists-wrap ul.mini-list .slick-arrow.slick-prev {
        left: 10px; }
      .news-section .lists-wrap ul.mini-list .slick-arrow.slick-next {
        right: 10px; }
  .news-section .text-section {
    overflow: hidden; }
    .news-section .text-section .text {
      margin: 0 0 45px; }
      .news-section .text-section .text p {
        margin: 0 0 20px; }

.latest-news.read-also {
  margin: 100px 0 0; }

.catalog-section {
  position: relative;
  padding: 25px 0 0; }
  .catalog-section:after {
    clear: both;
    display: block;
    content: ''; }
  .catalog-section .col-left {
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2);
    float: left;
    margin: 0 27px 0 0;
    width: 265px;
    background-color: #fff;
    border-radius: 5px; }
    .catalog-section .col-left > ul {
      padding: 0;
      list-style: none;
      margin: 0; }
      .catalog-section .col-left > ul > li {
        line-height: 16px;
        border-top: 1px solid #f2f2f2;
        position: relative; }
        .catalog-section .col-left > ul > li:after {
          clear: both;
          display: block;
          content: ''; }
        .catalog-section .col-left > ul > li > a {
          text-decoration: none;
          color: #333;
          display: inline-block;
          vertical-align: middle;
          margin: 12px 15px;
          width: 190px;
          -webkit-transition: .3s ease;
          transition: .3s ease; }
          .catalog-section .col-left > ul > li > a:hover {
            color: #ff8f00; }
        .catalog-section .col-left > ul > li .opener {
          cursor: pointer;
          display: inline-block;
          vertical-align: middle;
          margin: 0 18px 0 0; }
        .catalog-section .col-left > ul > li > ul {
          margin: 0;
          padding: 0;
          list-style: none; }
          .catalog-section .col-left > ul > li > ul li {
            background-color: #eae6f0;
            line-height: 16px;
            padding: 12px 0;
            border-top: 1px solid #f2f2f2; }
            .catalog-section .col-left > ul > li > ul li a {
              text-decoration: none;
              width: 190px;
              margin: 0 15px;
              display: inline-block;
              vertical-align: middle;
              color: #333;
              -webkit-transition: .3s ease;
              transition: .3s ease; }
              .catalog-section .col-left > ul > li > ul li a:hover {
                color: #ff8f00; }

.text-box.hidden-block {
  overflow: hidden; }

.catalog-block {
  float: left;
  width: 848px; }
  .catalog-block .text-holder {
    margin: 75px 0 0; }
  .catalog-block .text-box {
    overflow: hidden; }
    .catalog-block .text-box h2 {
      font-size: 24px;
      line-height: 26px;
      margin: 0 0 20px; }
    .catalog-block .text-box ul {
      padding: 0;
      list-style: none; }
      .catalog-block .text-box ul li {
        position: relative;
        padding: 0 0 0 15px; }
        .catalog-block .text-box ul li:after {
          position: absolute;
          content: '';
          left: 0;
          top: 10px;
          width: 3px;
          height: 3px;
          background: #666; }
  .catalog-block > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .catalog-block > ul > li {
      border: 1px solid #f5f5f5;
      padding: 15px 24px;
      width: 25%;
      -webkit-transition: .3s ease;
      transition: .3s ease; }
      .catalog-block > ul > li:hover {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
        .catalog-block > ul > li:hover .title {
          color: #ff8f00; }
      .catalog-block > ul > li .image-box {
        display: block;
        border-radius: 50%;
        overflow: hidden; }
        .catalog-block > ul > li .image-box img {
          vertical-align: top; }
      .catalog-block > ul > li .title {
        text-decoration: none;
        display: block;
        text-align: center;
        margin: 15px 0 0;
        line-height: 16px;
        color: #666; }

body {
  font: 13px/22px 'Roboto', sans-serif;
  color: #666;
  background: #fff;
  height: 100%; }

fieldset {
  margin: 0;
  padding: 0;
  border: none; }

input[type="email"],
input[type="tel"],
input[type="text"] {
  width: 250px;
  background: #fff;
  border: 1px solid transparent;
  padding: 0 16px;
  line-height: 50px;
  height: 50px;
  border-radius: 5px;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.file-upload {
  position: relative;
  overflow: hidden;
  border: 1px solid transparent;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  height: 50px;
  line-height: 50px;
  border-radius: 5px;
  padding: 0 16px;
  background-color: #f0f0f0; }
  .file-upload > button {
    float: right;
    border: none;
    background-color: transparent;
    text-indent: -9999px;
    margin: 15px 0;
    padding: 0; }
  .file-upload > div {
    color: #999;
    text-align: left;
    border: 1px solid transparent; }
  .file-upload input[type=file] {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(20);
    transform: scale(20);
    letter-spacing: 10em;
    -ms-transform: scale(20);
    opacity: 0;
    cursor: pointer; }

textarea {
  width: 100%;
  padding: 10px 16px;
  height: 136px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 5px;
  outline: none;
  resize: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

input.error,
textarea.error,
.file-upload.error {
  border-color: #f00; }

.error::-webkit-input-placeholder,
.file-upload.error > div {
  color: #f00; }

.error::-moz-placeholder {
  color: #f00; }

.error:-moz-placeholder {
  color: #f00; }

.error:-ms-input-placeholder {
  color: #f00; }

.wrapper {
  width: 100%;
  overflow: hidden; }

.main {
  padding: 79px 0 0;
  max-width: 1140px;
  margin: 0 auto 100px;
  z-index: 4;
  position: relative;
  min-height: 800px; }

.pagetitle {
  display: block;
  font-size: 36px;
  line-height: 40px;
  font-weight: bold; }

.breadcrumb {
  margin: 0;
  padding: 20px 0;
  list-style: none; }
  .breadcrumb li {
    display: inline-block;
    vertical-align: top;
    color: #ccc;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 0 7px;
    padding: 0 0 0 13px;
    position: relative; }
    .breadcrumb li:after {
      left: 0;
      top: 5px;
      content: '';
      position: absolute; }
    .breadcrumb li:first-child {
      margin: 0;
      padding: 0; }
      .breadcrumb li:first-child:after {
        display: none; }
    .breadcrumb li a {
      color: #333; }
      .breadcrumb li a:hover {
        text-decoration: none; }

.paging {
  border-top: 1px solid #d4d5d6;
  margin: 55px 0 0;
  padding: 30px 0 0; }
  .paging ul {
    margin: 0 0 0 -10px;
    padding: 0;
    list-style: none; }
    .paging ul li {
      display: inline-block;
      vertical-align: top;
      margin: 0 0 0 10px; }
      .paging ul li.active a {
        color: #fff;
        border-color: #ff8f00;
        background-color: #ff8f00; }
      .paging ul li a {
        display: block;
        width: 40px;
        height: 40px;
        line-height: 40px;
        text-align: center;
        text-decoration: none;
        color: #333;
        border-radius: 10px;
        border: 1px solid #d5cee2;
        -webkit-transition: 0.3s ease;
        transition: 0.3s ease; }
        .paging ul li a:hover {
          color: #fff;
          border-color: #ff8f00;
          background-color: #ff8f00; }

.block-title {
  display: block;
  text-align: center;
  font-size: 36px;
  line-height: 40px;
  color: #666;
  padding: 0 0 20px;
  border-bottom: 1px solid #e0e0e0;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0 0 40px; }
  .block-title:after {
    content: '';
    position: absolute;
    bottom: -2px;
    left: 50%;
    background: #666;
    width: 416px;
    height: 3px;
    margin-left: -208px; }

.contacts-section {
  position: relative;
  padding: 25px 0 0; }
  .contacts-section:after {
    clear: both;
    display: block;
    content: ''; }
  .contacts-section #map-canvas {
    width: 485px;
    height: 550px;
    border: 4px solid #fff;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    float: right;
    margin: 0 0 0 50px; }
  .contacts-section .info-box {
    overflow: hidden;
    color: #999;
    font-size: 14px; }
    .contacts-section .info-box .title {
      display: block;
      font-weight: bold;
      color: #333;
      font-size: 20px; }
    .contacts-section .info-box .sub-title {
      display: block;
      font-weight: 500;
      margin: 0 0 20px; }
    .contacts-section .info-box .col-wrap {
      overflow: hidden; }
      .contacts-section .info-box .col-wrap .col {
        width: 33%;
        float: left;
        padding: 0 20px 0 0; }
    .contacts-section .info-box ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .contacts-section .info-box ul li {
        line-height: 24px; }
        .contacts-section .info-box ul li a {
          text-decoration: none;
          color: #999; }
    .contacts-section .info-box address {
      font-style: normal; }
    .contacts-section .info-box .email a {
      text-decoration: none;
      color: #999; }
    .contacts-section .info-box .heading {
      color: #333;
      font-weight: 500;
      text-transform: uppercase; }
    .contacts-section .info-box .call {
      color: #ff8f00;
      margin: 15px 0 0;
      line-height: 28px;
      padding: 0 30px;
      float: left;
      border: 1px solid #ff8f00;
      border-radius: 5px;
      cursor: pointer; }
      .contacts-section .info-box .call:hover {
        background-color: #ff8f00;
        color: #fff; }
  .contacts-section .row {
    margin: 25px 0 0;
    padding: 30px 0 0;
    border-top: 1px solid #e7e8e9; }
    .contacts-section .row:first-child {
      margin: 0;
      padding: 0;
      border: none; }

.dealers-section {
  margin: 15px 0 -40px; }
  .dealers-section .top-block {
    padding: 60px 40px 84px;
    background-size: cover;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border: 4px solid #fff;
    border-radius: 5px; }
    .dealers-section .top-block .title {
      display: block;
      text-transform: uppercase;
      margin: 0 0 25px;
      font-size: 18px;
      font-weight: bold; }
    .dealers-section .top-block ul {
      margin: 0 0 35px;
      padding: 0;
      list-style: none; }
      .dealers-section .top-block ul li {
        font-size: 15px;
        line-height: 18px;
        margin: 15px 0 0;
        padding: 0 0 0 15px;
        position: relative; }
        .dealers-section .top-block ul li:after {
          content: '';
          position: absolute;
          left: 0;
          top: 8px;
          background: #333;
          width: 4px;
          height: 4px;
          border-radius: 50%; }
    .dealers-section .top-block .send {
      padding: 0 60px 0 45px; }
  .dealers-section .bottom-block {
    overflow: hidden;
    position: relative;
    top: -35px; }
    .dealers-section .bottom-block .trigger-list {
      top: 0;
      float: left;
      margin: 0 35px; }
    .dealers-section .bottom-block .text {
      overflow: hidden;
      padding: 60px 0 0; }
      .dealers-section .bottom-block .text p {
        margin: 25px 0 0; }
        .dealers-section .bottom-block .text p:first-child {
          margin: 0; }

.developers {
  width: 186px;
  float: right;
  position: relative; }
  .developers .developers-text {
    color: #666;
    font-size: 12px;
    font-weight: 500;
    text-align: right;
    width: 100px;
    float: left;
    margin-right: 8px;
    opacity: .7; }
  .developers .developers-logo {
    width: 78px;
    height: 26px;
    position: relative;
    float: left; }
    .developers .developers-logo:before {
      content: '';
      background: url(../images/developers-lemon.png) no-repeat;
      width: 26px;
      height: 26px;
      background-size: 26px 26px;
      position: absolute;
      z-index: 8;
      left: 0;
      top: 0; }
    .developers .developers-logo::after {
      content: '';
      background: url(../images/developers-artlemon.png) no-repeat;
      width: 39px;
      height: 18px;
      position: absolute;
      background-size: 39px 18px;
      z-index: 7;
      left: 36px;
      top: 0;
      -webkit-animation-duration: 1.2s;
      animation-duration: 1.2s;
      -webkit-animation-fill-mode: both;
      animation-fill-mode: both; }
  .developers:after {
    clear: both;
    content: '';
    display: block; }
  .developers:hover .developers-logo:after {
    -webkit-animation-name: b;
    animation-name: b;
    -webkit-transform-origin: center bottom;
    transform-origin: center bottom; }

@-webkit-keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

@keyframes b {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0); }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none; } }

.fadeInLeft {
  -webkit-animation-name: b;
  animation-name: b; }

.footer {
  border-top: 4px solid #eae6f0;
  position: relative;
  z-index: 4;
  padding: 25px 0 0; }
  .footer:before {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    background: url("../images/left-decor.png") no-repeat;
    background-size: cover;
    width: 301px;
    height: 100%; }
  .footer:after {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    background: url("../images/right-decor.png") no-repeat;
    background-size: cover;
    width: 301px;
    height: 100%; }
  .footer .footer-holder {
    max-width: 1140px;
    margin: 0 auto;
    overflow: hidden; }
  .footer .footer-logo {
    height: 37px;
    margin: 15px 50px 0 0;
    display: block;
    width: 220px;
    float: left; }
    .footer .footer-logo svg {
      width: 220px;
      height: 37px; }
  .footer .logo-box {
    position: relative;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .footer .footer-nav {
    max-width: 1140px;
    margin: 0 auto;
    line-height: 18px;
    overflow: hidden;
    padding: 30px 0; }
    .footer .footer-nav ul {
      margin: 0 0 -10px -35px;
      overflow: hidden;
      float: left;
      max-width: 870px; }
      .footer .footer-nav ul li {
        float: left;
        width: 178px;
        margin: 0 0 10px 35px;
        padding: 0 0 0 15px;
        position: relative; }
        .footer .footer-nav ul li::after {
          content: '';
          position: absolute;
          top: 9px;
          left: 0;
          margin-top: -4px; }
        .footer .footer-nav ul li.active a, .footer .footer-nav ul li:hover a {
          color: #ff8f00; }
        .footer .footer-nav ul li a {
          text-decoration: none;
          color: #333; }
  .footer .column {
    float: left;
    max-width: 253px;
    width: 100%;
    padding: 0 30px 0 0;
    margin: 0 0 0 35px; }
    .footer .column:first-child {
      margin: 0; }
    .footer .column .title-box {
      font-size: 16px;
      line-height: 18px;
      color: #ff8f00;
      display: block;
      margin: 0 0 5px; }
    .footer .column .office-name {
      font-size: 14px;
      display: block;
      color: #999;
      margin: 0 0 25px;
      font-weight: 500; }
    .footer .column .sub-title {
      font-size: 14px;
      line-height: 16px;
      color: #333;
      display: block;
      margin: 0 0 10px;
      font-weight: 500; }
    .footer .column address {
      margin: 0 0 10px;
      font-style: normal;
      color: #999;
      font-size: 14px;
      line-height: 20px; }
      .footer .column address a {
        text-decoration: none;
        color: inherit; }
    .footer .column .email {
      text-decoration: none;
      color: #999;
      font-size: 14px;
      line-height: 20px; }
    .footer .column ul {
      font-size: 14px;
      line-height: 16px;
      color: #999;
      margin: 0 0 25px; }
      .footer .column ul li a {
        text-decoration: none;
        color: #999; }
      .footer .column ul li + li {
        margin-top: 10px; }
  .footer .copy-box {
    margin: 0 auto;
    max-width: 1140px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 15px 0;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer .form-box {
    width: 260px; }
    .footer .form-box .title {
      display: block;
      font-size: 14px;
      margin: 0 0 8px;
      font-weight: 500;
      color: #999; }
    .footer .form-box .row {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
      overflow: hidden;
      border-radius: 5px;
      position: relative; }
    .footer .form-box input {
      width: 100%;
      height: 40px;
      line-height: 40px;
      padding: 0px 50px 0 10px; }
    .footer .form-box button {
      position: absolute;
      z-index: 1;
      right: 3px;
      top: 3px;
      background-color: #d5cee2;
      outline: none;
      border: none;
      color: #fff;
      border-radius: 5px;
      line-height: 34px;
      padding: 0 12px;
      -webkit-transition: 0.3s ease;
      transition: 0.3s ease; }
      .footer .form-box button:hover {
        background-color: #ff8f00; }

.scroll-to-top {
  position: fixed;
  opacity: 0.8;
  z-index: 3;
  right: 20px;
  bottom: 125px;
  cursor: pointer;
  display: none;
  height: 64px;
  width: 64px;
  background: url("../images/arrow-up.png") no-repeat; }
  .scroll-to-top:hover {
    opacity: 1; }

.footer .developers .dev-text:hover .dev-logo .st0 {
  fill: #f9f402; }

.footer .developers .dev-text:hover .dev-lemon .st0 {
  fill: #000; }

.menu-icon {
  width: 35px;
  height: 26px;
  cursor: pointer;
  top: 50%;
  right: 21px;
  z-index: 11;
  background: none;
  border: none;
  outline: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: transparent;
  position: absolute;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -ms-grid-row-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: none;
  margin: -13px 0 0; }
  .menu-icon .menu-lines {
    display: inline-block;
    height: 3px;
    width: 100%;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    background: #000;
    position: relative; }
    .menu-icon .menu-lines:before, .menu-icon .menu-lines:after {
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      -webkit-transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, -webkit-transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease;
      transition: top 0.3s 0.6s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
      display: inline-block;
      height: inherit;
      -webkit-transition: 0.3s;
      transition: 0.3s;
      background: #000;
      content: '';
      position: absolute;
      left: 0;
      -webkit-transform-origin: 2px center;
      transform-origin: 2px center;
      width: 100%; }
    .menu-icon .menu-lines:before {
      top: 8px; }
    .menu-icon .menu-lines:after {
      top: -8px; }
  .menu-icon.active .menu-lines {
    background-color: transparent; }
    .menu-icon.active .menu-lines:after, .menu-icon.active .menu-lines:before {
      top: 0;
      -webkit-transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, -webkit-transform 0.3s 0.5s ease;
      transition: top 0.3s ease, transform 0.3s 0.5s ease;
      transition: top 0.3s ease, transform 0.3s 0.5s ease, -webkit-transform 0.3s 0.5s ease;
      -webkit-transform-origin: 50% 50%;
      transform-origin: 50% 50%;
      background: #000; }
    .menu-icon.active .menu-lines:after {
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    .menu-icon.active .menu-lines:before {
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }

.header {
  position: absolute;
  top: 0;
  z-index: 3;
  width: 100%; }
  .header.fixed {
    position: fixed;
    left: 0;
    width: 100%;
    right: 0;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    z-index: 6; }
    .header.fixed .nav > ul > li > a {
      color: #333; }
    .header.fixed .callback {
      border-color: #ff8f00;
      color: #ff8f00; }
      .header.fixed .callback:hover {
        background-color: #ff8f00;
        color: #fff; }
    .header.fixed .logo use,
    .header.fixed .logo svg {
      fill: #ff8f00; }
    .header.fixed .lang-list {
      text-transform: uppercase; }
      .header.fixed .lang-list .active-lang {
        color: #333; }
  .header .header-box {
    max-width: 1140px;
    width: 100%;
    padding: 19px 0;
    margin: 0 auto;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }

.logo {
  float: left;
  margin: 0 34px 0 0;
  height: 37px; }
  .logo a {
    display: block;
    height: 100%; }
  .logo svg {
    width: 220px;
    height: 37px; }

.catalog-list {
  float: left;
  min-width: 160px;
  margin: -2px 30px 0 0; }
  .catalog-list:hover::after {
    content: '';
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: 33px;
    margin-top: -33px; }
  .catalog-list:hover .catalog-box {
    display: block; }
  .catalog-list:hover .catalog-btn::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }
  .catalog-list .catalog-btn {
    background: #ff8f00;
    display: block;
    padding: 0 30px 0 16px;
    line-height: 40px;
    border-radius: 5px;
    position: relative;
    cursor: pointer; }
    .catalog-list .catalog-btn a {
      text-decoration: none;
      color: #fff; }
    .catalog-list .catalog-btn::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 12px;
      margin-top: -1px; }

.catalog-box {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #fff;
  border-radius: 5px;
  padding: 30px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  display: none; }
  .catalog-box::before {
    content: '';
    position: absolute;
    top: -18px;
    left: 326px;
    border: 10px solid transparent;
    border-bottom: 10px solid #fff; }
  .catalog-box nav {
    max-width: 630px;
    float: left; }
  .catalog-box ul {
    margin: -20px 0 0;
    padding: 0;
    list-style: none;
    line-height: 18px; }
    .catalog-box ul li {
      display: inline-block;
      vertical-align: top;
      width: 190px;
      margin: 20px 16px 0 0; }
      .catalog-box ul li.active a, .catalog-box ul li:hover a {
        color: #ff8f00; }
      .catalog-box ul li a {
        color: #999;
        text-decoration: none; }
  .catalog-box .image-box {
    float: right;
    width: 430px;
    text-align: center; }
    .catalog-box .image-box img {
      vertical-align: top;
      border-radius: 5px;
      max-width: 100%;
      height: auto; }

.nav {
  float: left;
  margin: 0 28px 0 0; }
  .nav > ul {
    margin: 0;
    padding: 0;
    list-style: none;
    line-height: 37px; }
    .nav > ul > li {
      float: left;
      position: relative; }
      .nav > ul > li.parent:before {
        position: absolute;
        content: '';
        bottom: -5px;
        left: 10px;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 0 6px 8px 6px;
        border-color: transparent transparent #fff transparent;
        display: none; }
      .nav > ul > li + li {
        margin-left: 5px; }
      .nav > ul > li > a {
        color: #fff;
        text-decoration: none; }
        @media only screen and (max-width: 1024px) {
          .nav > ul > li > a {
            color: #333; } }
      .nav > ul > li:hover.parent:before {
        display: block; }
      .nav > ul > li:hover > a {
        color: #ff8f00; }
      .nav > ul > li:hover ul {
        display: block; }
      .nav > ul > li.parent > a {
        padding: 0 13px 0 0; }
      .nav > ul > li.parent::after {
        content: '';
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -1px; }
      .nav > ul > li:first-child ul {
        left: 0; }
      .nav > ul > li ul {
        position: absolute;
        top: 100%;
        left: -28px;
        background: #fff;
        padding: 20px 18px 20px 28px;
        line-height: 15px;
        width: 170px;
        border-radius: 5px;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
        display: none; }
        .nav > ul > li ul li + li {
          margin-top: 14px; }
        .nav > ul > li ul li a {
          color: #666;
          text-decoration: none;
          display: block; }
          .nav > ul > li ul li a:hover {
            color: #ff8f00; }

.callback {
  float: left;
  border: 1px solid #fff;
  border-radius: 5px;
  margin: -2px 0 0;
  line-height: 38px;
  padding: 0 13px;
  cursor: pointer;
  color: #fff; }
  .callback:hover {
    color: #ff8f00;
    border-color: #ff8f00; }

.lang-list {
  float: right;
  position: relative;
  text-transform: uppercase; }
  .lang-list .active-lang {
    color: rgba(255, 255, 255, 0.5);
    padding: 8px 19px 10px;
    position: relative;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .lang-list .active-lang::after {
      content: '';
      position: absolute;
      top: 50%;
      right: 3px;
      margin-top: -3px;
      opacity: 0.7; }
  .lang-list ul {
    margin: 0;
    padding: 7px 0;
    list-style: none;
    position: absolute;
    top: 100%;
    background: #fff;
    text-align: center;
    width: 100%;
    border-radius: 5px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    display: none; }
    .lang-list ul::after {
      content: '';
      position: absolute;
      top: -18px;
      left: 50%;
      margin-left: -10px;
      border: 10px solid transparent;
      border-bottom: 10px solid #fff; }
    .lang-list ul li + li {
      margin: 4px 0; }
    .lang-list ul li.active {
      display: none; }
    .lang-list ul li a {
      color: #666;
      text-decoration: none;
      display: block; }
      .lang-list ul li a:hover {
        color: #ff8f00; }
  .lang-list:hover .active-lang {
    color: #fff; }
    .lang-list:hover .active-lang::after {
      opacity: 1;
      -webkit-transform: rotate(180deg);
      transform: rotate(180deg); }
  .lang-list:hover ul {
    display: block; }

.slideshow-holder {
  position: relative; }

.slider-number {
  position: absolute;
  right: 160px;
  top: 140px;
  color: rgba(255, 255, 255, 0.2); }
  .slider-number .number {
    font-size: 60px;
    line-height: 80px;
    display: inline-block;
    vertical-align: baseline;
    font-weight: 700; }
  .slider-number .slide-score {
    font-size: 30px;
    line-height: 32px;
    display: inline-block;
    vertical-align: baseline;
    position: relative;
    padding: 0 0 0 15px; }
    .slider-number .slide-score::after {
      content: '/';
      position: absolute;
      top: 0;
      left: 0; }

.main-slideshow {
  position: relative; }
  .main-slideshow::before {
    content: '';
    position: absolute;
    height: 180px;
    bottom: -90px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
    z-index: 1; }
  .main-slideshow .slide {
    position: relative;
    text-align: center; }
    .main-slideshow .slide img {
      display: inline-block; }
    .main-slideshow .slide::after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      margin-left: -960px;
      bottom: 0;
      right: 0;
      background: url("../images/bg-mask.png") no-repeat; }
  .main-slideshow .slick-active .slide-description::after {
    height: 190px; }
  .main-slideshow .slick-active .slide-description .slide-info::after {
    left: 0;
    right: 0; }
  .main-slideshow .slick-active .slide-description .slide-info::before {
    right: -19px; }
  .main-slideshow .slick-active .slide-description .slide-info .text-holder,
  .main-slideshow .slick-active .slide-description .slide-info .title {
    opacity: 1; }
  .main-slideshow .slide-description {
    position: absolute;
    top: 150px;
    left: 50%;
    z-index: 4;
    max-width: 1140px;
    width: 100%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    text-align: left; }
    .main-slideshow .slide-description::after {
      content: '';
      position: absolute;
      top: 18px;
      left: -3px;
      background: #fff;
      width: 6px;
      height: 0;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
  .main-slideshow .slide-info {
    position: relative;
    max-width: 700px;
    width: 100%;
    padding: 20px 0 20px 57px; }
    .main-slideshow .slide-info::after {
      content: '';
      position: absolute;
      top: 0;
      left: 50%;
      background: #ff8f00;
      right: 50%;
      height: 227px;
      z-index: -1;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .main-slideshow .slide-info::before {
      content: '';
      position: absolute;
      top: 188px;
      right: -100%;
      background: #fff;
      height: 6px;
      width: 41px;
      -webkit-transition: all 1s ease;
      transition: all 1s ease; }
    .main-slideshow .slide-info .title {
      color: #fff;
      font-size: 36px;
      line-height: 46px;
      text-transform: uppercase;
      font-weight: 700;
      display: block;
      margin: 0 0 10px;
      opacity: 0;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-transition-delay: 1s;
      transition-delay: 1s;
      min-height: 92px; }
    .main-slideshow .slide-info .text-holder {
      background: #fff;
      max-width: 396px;
      padding: 20px 27px;
      color: #333;
      line-height: 20px;
      opacity: 0;
      -webkit-transition: all 1s ease;
      transition: all 1s ease;
      -webkit-transition-delay: 1s;
      transition-delay: 1s;
      position: relative; }
      .main-slideshow .slide-info .text-holder .text-box {
        margin: 0 0 20px; }
        .main-slideshow .slide-info .text-holder .text-box p {
          margin: 0; }
      .main-slideshow .slide-info .text-holder .btn-box {
        padding: 0 0 0 46px;
        position: relative; }
        .main-slideshow .slide-info .text-holder .btn-box::after {
          content: '';
          position: absolute;
          width: 25px;
          height: 1px;
          top: 50%;
          left: 3px;
          background: #ff8f00;
          opacity: 0.7; }
        .main-slideshow .slide-info .text-holder .btn-box a {
          color: #ff8f00;
          display: inline-block;
          vertical-align: top;
          padding: 0 11px 0 0;
          position: relative;
          text-decoration: none;
          line-height: 23px; }
          .main-slideshow .slide-info .text-holder .btn-box a::after {
            content: '';
            position: absolute;
            top: 50%;
            right: 0;
            margin-top: -4px; }
          .main-slideshow .slide-info .text-holder .btn-box a:hover {
            text-decoration: underline; }

.main-dots {
  position: absolute;
  left: 50%;
  bottom: 0;
  max-width: 1140px;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  text-align: right; }

.slick-dots {
  top: -400px;
  position: relative;
  margin: 0;
  padding: 0;
  list-style: none;
  display: inline-block;
  vertical-align: top; }
  .slick-dots li {
    margin: 0 0 15px; }
    .slick-dots li.slick-active button, .slick-dots li:hover button {
      background: #fff;
      border-color: #fff; }
    .slick-dots li button {
      border: 2px solid rgba(255, 255, 255, 0.5);
      width: 25px;
      height: 25px;
      line-height: 25px;
      background: none;
      border-radius: 50%;
      text-indent: -9999px;
      padding: 0; }
      .slick-dots li button:focus {
        outline: none; }

.about-us {
  max-width: 1140px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1; }

.trigger-list {
  top: -140px;
  background: #fff;
  margin: 0 30px 0 0;
  padding: 0;
  list-style: none;
  float: left;
  max-width: 458px;
  width: 100%;
  border-top: 6px solid #ff8f00;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  position: relative; }
  .trigger-list::after {
    content: '';
    position: absolute;
    top: 0;
    width: 1px;
    left: 0;
    bottom: 0;
    background: #fff; }
  .trigger-list li {
    float: left;
    width: 152px;
    text-align: center;
    border: solid #ececec;
    border-width: 1px 0 0 1px;
    padding: 27px 20px; }
    .trigger-list li img {
      display: inline-block;
      vertical-align: top; }
    .trigger-list li .title-box {
      display: block;
      font-size: 14px;
      line-height: 18px;
      padding: 17px 0 0; }

.hidden-text .text-holder {
  overflow: hidden; }
  .hidden-text .text-holder .title {
    font-size: 36px;
    line-height: 38px;
    color: #666;
    display: block;
    margin: 0 0 20px;
    font-weight: 700; }
  .hidden-text .text-holder .text-box {
    overflow: hidden; }

.hidden-text .more {
  color: #ff8f00;
  cursor: pointer;
  padding: 10px 15px 0 0;
  display: inline-block;
  vertical-align: top;
  background: #fff;
  position: relative; }
  .hidden-text .more::after {
    content: '';
    position: absolute;
    top: 22px;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    right: 2px;
    margin-top: -3px; }
  .hidden-text .more em {
    font-style: normal;
    border-bottom: 1px dashed; }
  .hidden-text .more:hover em {
    border-color: transparent; }
  .hidden-text .more.active::after {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }

.equipment-holder {
  max-width: 1060px;
  margin: 0 auto 55px;
  position: relative;
  z-index: 4; }
  .equipment-holder .title {
    display: block;
    text-align: center;
    font-size: 36px;
    line-height: 40px;
    color: #666;
    padding: 0 0 20px;
    border-bottom: 1px solid #e0e0e0;
    position: relative;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0 0 40px; }
    .equipment-holder .title::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      background: #666;
      width: 416px;
      height: 3px;
      margin-left: -208px; }
  .equipment-holder .equipment-list {
    overflow: hidden;
    padding: 0 0 15px; }
  .equipment-holder .equipment-box {
    width: 212px;
    border: 1px solid #eae6f0;
    float: left;
    text-align: center;
    min-height: 270px;
    position: relative;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease; }
    .equipment-holder .equipment-box::after {
      content: '';
      position: absolute;
      top: -1px;
      left: -1px;
      right: -1px;
      height: 3px;
      background: transparent; }
    .equipment-holder .equipment-box a {
      text-decoration: none;
      display: block;
      padding: 20px; }
    .equipment-holder .equipment-box .equipment-slider {
      margin: 0 0 20px; }
    .equipment-holder .equipment-box svg {
      width: 150px;
      height: 150px; }
    .equipment-holder .equipment-box span {
      color: #666;
      display: inline-block;
      vertical-align: middle;
      line-height: 48px; }
      .equipment-holder .equipment-box span em {
        font-style: normal;
        display: inline-block;
        vertical-align: middle;
        line-height: 16px; }
    .equipment-holder .equipment-box:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      .equipment-holder .equipment-box:hover span {
        color: #ff8f00; }
      .equipment-holder .equipment-box:hover:after {
        background: #ff8f00; }

.out-services {
  background: url("../images/bg-image-1.jpg") no-repeat 50% 0;
  position: relative;
  padding: 160px 0 0;
  margin: 0 0 100px; }
  .out-services.ind-page {
    padding: 20px 0;
    margin: 0 0 50px;
    background: none; }
    .out-services.ind-page::after, .out-services.ind-page::before {
      display: none; }
  .out-services::after {
    content: '';
    position: absolute;
    height: 270px;
    top: -170px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    z-index: 1; }
  .out-services::before {
    content: '';
    position: absolute;
    height: 270px;
    bottom: -170px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(6deg);
    transform: rotate(6deg);
    z-index: 1; }
  .out-services .title {
    font-size: 36px;
    line-height: 40px;
    color: #fff;
    display: block;
    text-align: center;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 30px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    max-width: 1140px;
    margin: 0 auto 30px; }
    .out-services .title::after {
      content: '';
      position: absolute;
      bottom: -2px;
      left: 50%;
      background: #fff;
      width: 416px;
      height: 3px;
      margin-left: -208px; }

.services-holder {
  max-width: 1140px;
  margin: 0 auto;
  position: relative;
  z-index: 1; }
  .services-holder.ind-page {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 -30px; }
    .services-holder.ind-page .services-box {
      float: none;
      margin: 0 0 30px 30px;
      max-width: 540px; }
      .services-holder.ind-page .services-box:first-child {
        margin: 0 0 30px 30px; }
  .services-holder .services-box {
    float: left;
    max-width: 554px;
    width: 100%;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .services-holder .services-box .intro-box {
      overflow: hidden;
      position: relative;
      padding: 30px 20px 70px 30px;
      background: #fff;
      border-radius: 5px;
      height: 100%; }
    .services-holder .services-box:first-child {
      margin: 0 30px 0 0; }
    .services-holder .services-box .image-box {
      float: left;
      margin: 0 30px 0 0; }
      .services-holder .services-box .image-box img {
        vertical-align: top;
        border-radius: 5px; }
    .services-holder .services-box .description {
      overflow: hidden; }
      .services-holder .services-box .description .title-box {
        font-size: 18px;
        line-height: 20px;
        min-height: 40px;
        color: #333;
        text-transform: uppercase;
        font-weight: bold;
        display: block;
        margin: 0 0 3px; }
      .services-holder .services-box .description ul {
        position: relative; }
        .services-holder .services-box .description ul::after {
          content: '';
          position: absolute;
          top: 15px;
          left: 16px;
          background: #ff8f00;
          width: 2px;
          bottom: 15px; }
        .services-holder .services-box .description ul li {
          padding: 0 0 0 49px;
          position: relative;
          line-height: 54px;
          vertical-align: middle; }
          .services-holder .services-box .description ul li span {
            line-height: 18px;
            display: inline-block;
            vertical-align: middle; }
          .services-holder .services-box .description ul li::after {
            content: '';
            position: absolute;
            top: 50%;
            left: 12px;
            z-index: 2;
            margin-top: -1px; }
          .services-holder .services-box .description ul li::before {
            content: '';
            position: absolute;
            top: 50%;
            left: 0;
            border: 2px solid #ff8f00;
            background: #fff;
            width: 30px;
            height: 30px;
            border-radius: 50%;
            z-index: 1;
            margin-top: -15px; }
    .services-holder .services-box .read-more {
      bottom: -32px;
      display: block;
      height: 60px;
      left: -10px;
      position: absolute;
      right: -10px;
      -webkit-transform: skew(0deg, -4deg);
      transform: skew(0deg, -4deg);
      background: #d5cee2;
      -webkit-transition: bottom 0.1s ease;
      transition: bottom 0.1s ease; }
      .services-holder .services-box .read-more::after {
        content: '';
        position: absolute;
        top: 21px;
        right: 25px;
        opacity: 0; }
    .services-holder .services-box:hover .read-more {
      background: #ff8f00;
      bottom: -20px; }
      .services-holder .services-box:hover .read-more::after {
        opacity: 1; }

.our-partners {
  max-width: 1140px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 1; }
  .our-partners .title {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    color: #999;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 60px;
    padding: 0 0 20px;
    position: relative;
    text-align: center; }
    .our-partners .title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -2px;
      background: #999;
      width: 416px;
      height: 3px;
      margin-left: -208px; }
  .our-partners .partners-map {
    float: left;
    max-width: 780px;
    width: 100%;
    line-height: 20px; }
    .our-partners .partners-map .notes {
      margin: 0 0 20px; }
      .our-partners .partners-map .notes p {
        margin: 20px 0; }
        .our-partners .partners-map .notes p:first-child {
          margin-top: 0; }
    .our-partners .partners-map .map-box {
      position: relative;
      background: url("../images/map-decor.png") no-repeat;
      height: 400px; }
    .our-partners .partners-map .country-name {
      position: absolute; }
  .our-partners [class*="location-"]::after {
    content: '';
    position: absolute;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: #ada1c6; }
  .our-partners .location-1 {
    position: absolute;
    top: 46px;
    right: 7px;
    width: 517px;
    height: 146px; }
    .our-partners .location-1::after {
      top: 55px;
      left: 70px; }
    .our-partners .location-1 .country-name {
      left: 175px;
      top: 39px; }
  .our-partners .location-2 {
    position: absolute;
    top: 162px;
    left: 7px;
    width: 117px;
    height: 81px; }
    .our-partners .location-2::after {
      top: 38px;
      left: 77px; }
    .our-partners .location-2 .country-name {
      left: 26px;
      top: 20px; }
  .our-partners .location-3 {
    position: absolute;
    top: 72px;
    left: 126px;
    width: 123px;
    height: 95px; }
    .our-partners .location-3::after {
      top: 35px;
      left: 43px; }
    .our-partners .location-3 .country-name {
      left: 23px;
      top: 44px; }
  .our-partners .location-4 {
    position: absolute;
    bottom: 32px;
    left: 50px;
    width: 114px;
    height: 93px; }
    .our-partners .location-4::after {
      bottom: 32px;
      right: 42px; }
    .our-partners .location-4 .country-name {
      left: 20px;
      top: 27px; }
  .our-partners .location-5 {
    position: absolute;
    bottom: 73px;
    left: 163px;
    width: 41px;
    height: 58px; }
    .our-partners .location-5::after {
      top: 20px;
      left: 20px; }
    .our-partners .location-5 .country-name {
      left: 28px;
      top: 47px; }
  .our-partners .location-6 {
    position: absolute;
    bottom: 20px;
    right: 410px;
    width: 108px;
    height: 69px; }
    .our-partners .location-6::after {
      top: 38px;
      right: 27px; }
    .our-partners .location-6 .country-name {
      left: 41px;
      top: 16px; }
  .our-partners .location-7 {
    position: absolute;
    bottom: 40px;
    right: 250px;
    width: 189px;
    height: 117px; }
    .our-partners .location-7::after {
      bottom: 45px;
      right: 80px; }
    .our-partners .location-7 .country-name {
      left: 31px;
      top: 35px; }
  .our-partners .location-8 {
    position: absolute;
    bottom: 30px;
    right: 123px;
    width: 108px;
    height: 71px; }
    .our-partners .location-8::after {
      top: 30px;
      left: 24px; }
    .our-partners .location-8 .country-name {
      left: 46px;
      top: 4px; }
  .our-partners .location-9 {
    position: absolute;
    bottom: -17px;
    right: 325px;
    width: 70px;
    height: 73px; }
    .our-partners .location-9::after {
      top: 24px;
      right: 10px; }
    .our-partners .location-9 .country-name {
      left: 68px;
      top: 40px; }
  .our-partners .location-10 {
    position: absolute;
    top: 30px;
    left: 0px;
    width: 118px;
    height: 106px; }
    .our-partners .location-10::after {
      top: 88px;
      left: 65px; }
    .our-partners .location-10 .country-name {
      left: 30px;
      top: 69px; }
  .our-partners .location-11 {
    position: absolute;
    top: 154px;
    right: 50px;
    width: 288px;
    height: 137px; }
    .our-partners .location-11::after {
      top: 40px;
      right: 110px; }
    .our-partners .location-11 .country-name {
      right: 80px;
      top: 54px; }
  .our-partners .location-12 {
    position: absolute;
    bottom: 95px;
    left: 136px;
    width: 204px;
    height: 134px; }
    .our-partners .location-12::after {
      top: 30px;
      left: 102px;
      background: #fff; }
    .our-partners .location-12 .country-name {
      left: 104px;
      top: 37px;
      color: #fff; }

.country-list {
  float: right;
  border-top: 8px solid #ff8f00;
  width: 285px;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 24px 0 0;
  border-radius: 5px; }
  .country-list .title-box {
    text-transform: uppercase;
    font-weight: bold;
    padding: 0 0 0 20px;
    display: block;
    margin: 0 0 20px;
    font-size: 18px;
    line-height: 20px; }
  .country-list ul li {
    padding: 10px 18px; }
    .country-list ul li + li {
      border-top: 1px solid #f2f2f2; }
    .country-list ul li span {
      display: inline-block;
      vertical-align: middle;
      margin: 0 15px 0 0; }

.latest-news {
  max-width: 1140px;
  margin: 0 auto 100px;
  position: relative;
  z-index: 4; }
  .latest-news .btn-box {
    text-align: center;
    margin: 40px 0 0; }
    .latest-news .btn-box .send {
      text-decoration: none; }
  .latest-news .title {
    border-bottom: 1px solid #ebebeb;
    text-transform: uppercase;
    color: #999;
    display: block;
    font-size: 36px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 0 60px;
    padding: 0 0 20px;
    position: relative;
    text-align: center; }
    .latest-news .title::after {
      content: '';
      position: absolute;
      left: 50%;
      bottom: -2px;
      background: #999;
      width: 416px;
      height: 3px;
      margin-left: -208px; }

.news-section {
  padding: 35px 0 0; }
  .news-section .news-list {
    margin-top: -30px; }
    .news-section .news-list .news-box {
      margin-top: 30px; }

.news-list {
  margin: 0 0 0 -30px; }
  .news-list .news-box {
    float: left;
    max-width: 360px;
    width: 100%;
    position: relative;
    margin: 0 0 0 30px; }
    .news-list .news-box:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      .news-list .news-box:hover .read-more {
        background: #ff8f00;
        bottom: -17px; }
        .news-list .news-box:hover .read-more::after {
          opacity: 1; }
    .news-list .news-box .news-block {
      padding: 19px 19px 70px;
      border: 1px solid #eae6f0;
      border-radius: 5px;
      overflow: hidden;
      position: relative; }
    .news-list .news-box .image-box {
      position: relative;
      margin: 0 0 15px; }
      .news-list .news-box .image-box img {
        vertical-align: top;
        border-radius: 5px; }
      .news-list .news-box .image-box time {
        position: absolute;
        top: 0;
        left: 0;
        background: rgba(0, 0, 0, 0.9);
        color: #fff;
        padding: 5px 10px;
        border-radius: 5px 0 5px 0; }
    .news-list .news-box .info a {
      font-size: 15px;
      text-transform: uppercase;
      font-weight: bold;
      color: #333;
      text-decoration: none;
      display: block;
      height: 64px;
      overflow: hidden; }
      .news-list .news-box .info a:hover {
        text-decoration: underline; }
    .news-list .news-box .read-more {
      bottom: -32px;
      display: block;
      height: 60px;
      left: -10px;
      position: absolute;
      right: -10px;
      -webkit-transform: skew(0deg, -4deg);
      transform: skew(0deg, -4deg);
      background: #d5cee2;
      -webkit-transition: bottom 0.1s ease;
      transition: bottom 0.1s ease; }
      .news-list .news-box .read-more::after {
        content: '';
        position: absolute;
        top: 21px;
        right: 25px;
        opacity: 0; }

.feedback-section {
  position: relative;
  background: url("../images/bg-image-2.jpg") no-repeat 50% 0;
  padding: 160px 0 30px;
  margin: 0 0 20px; }
  .feedback-section::after {
    content: '';
    position: absolute;
    height: 270px;
    top: -170px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: 1; }
  .feedback-section::before {
    content: '';
    position: absolute;
    height: 270px;
    bottom: -170px;
    left: -50%;
    right: -50%;
    background: #fff;
    -webkit-transform: rotate(-6deg);
    transform: rotate(-6deg);
    z-index: 1; }
  .feedback-section .form-holder {
    max-width: 1140px;
    margin: 0 auto;
    position: relative;
    z-index: 1; }
    .feedback-section .form-holder .title {
      font-size: 36px;
      line-height: 40px;
      color: #fff;
      display: block;
      text-align: center;
      font-weight: 700;
      text-transform: uppercase;
      padding: 0 0 30px;
      position: relative;
      border-bottom: 1px solid rgba(255, 255, 255, 0.2);
      max-width: 1140px;
      margin: 0 auto 30px; }
      .feedback-section .form-holder .title::after {
        content: '';
        position: absolute;
        bottom: -2px;
        left: 50%;
        background: #fff;
        width: 416px;
        height: 3px;
        margin-left: -208px; }
    .feedback-section .form-holder .notes {
      max-width: 452px;
      margin: 0 auto 20px;
      color: #fff;
      display: block;
      text-align: center; }
    .feedback-section .form-holder form {
      max-width: 810px;
      margin: 0 auto; }
      .feedback-section .form-holder form textarea {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .feedback-section .form-holder .row + .row {
      margin-top: 20px; }
    .feedback-section .form-holder .col {
      float: left; }
      .feedback-section .form-holder .col + .col {
        margin-left: 30px; }
    .feedback-section .form-holder .btn-box {
      text-align: center;
      padding: 25px 0 0; }

.jobs-section {
  padding: 25px 0 0; }
  .jobs-section > ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .jobs-section > ul > li {
      border: 1px solid #f5f5f5;
      padding: 20px 50px 20px 28px;
      margin: 18px 0 0;
      position: relative; }
      .jobs-section > ul > li.active {
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
        .jobs-section > ul > li.active em {
          -webkit-transform: rotate(180deg);
          transform: rotate(180deg); }
      .jobs-section > ul > li:first-child {
        margin: 0; }
      .jobs-section > ul > li .title {
        text-transform: uppercase;
        display: inline-block;
        text-transform: uppercase;
        font-size: 20px;
        font-weight: bold;
        vertical-align: middle;
        color: #333;
        cursor: pointer; }
      .jobs-section > ul > li .date {
        display: inline-block;
        vertical-align: middle;
        color: #999;
        margin: 0 0 0 45px; }
      .jobs-section > ul > li em {
        display: inline-block;
        position: absolute;
        right: 27px;
        top: 30px;
        cursor: pointer; }
      .jobs-section > ul > li .slide {
        padding: 20px 0 0; }
        .jobs-section > ul > li .slide ul {
          padding: 0;
          list-style: none; }
          .jobs-section > ul > li .slide ul li {
            padding: 0 0 0 15px;
            position: relative; }
            .jobs-section > ul > li .slide ul li:after {
              position: absolute;
              content: '';
              top: 10px;
              left: 0;
              width: 3px;
              height: 3px;
              background: #666; }
        .jobs-section > ul > li .slide .send {
          line-height: 38px;
          margin: 35px 0 0;
          padding: 0 37px 0 20px;
          box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.jssocials-shares {
  margin: 0.2em 0; }

.jssocials-shares * {
  box-sizing: border-box; }

.jssocials-share {
  display: inline-block;
  vertical-align: top;
  margin: 0.3em; }

.jssocials-share:first-child {
  margin-left: 0; }

.jssocials-share:last-child {
  margin-right: 0; }

.jssocials-share-logo {
  width: 1em;
  vertical-align: middle;
  font-size: 1.5em; }

img.jssocials-share-logo {
  width: auto;
  height: 1em; }

.jssocials-share-link {
  display: inline-block;
  text-align: center;
  text-decoration: none;
  line-height: 1; }

.jssocials-share-link.jssocials-share-link-count {
  padding-top: .2em; }

.jssocials-share-link.jssocials-share-link-count .jssocials-share-count {
  display: block;
  font-size: .6em;
  margin: 0 -.5em -.8em -.5em; }

.jssocials-share-link.jssocials-share-no-count {
  padding-top: .5em; }

.jssocials-share-link.jssocials-share-no-count .jssocials-share-count {
  height: 1em; }

.jssocials-share-label {
  padding-left: 0.3em;
  vertical-align: middle; }

.jssocials-share-count-box {
  display: inline-block;
  height: 1.5em;
  padding: 0 0.3em;
  line-height: 1;
  vertical-align: middle;
  cursor: default; }

.jssocials-share-count-box.jssocials-share-no-count {
  display: none; }

.jssocials-share-count {
  line-height: 1.5em;
  vertical-align: middle; }

.share-section > span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 20px 0 0; }

.share-section .share {
  display: inline-block;
  vertical-align: middle; }
  .share-section .share .jssocials-share-link {
    line-height: 32px;
    display: block;
    height: 100%; }
  .share-section .share .jssocials-share-count-box {
    background-color: #fff; }
  .share-section .share .jssocials-share {
    width: 100px;
    height: 36px;
    border-radius: 25px;
    margin: 0 0 0 15px;
    text-align: center;
    opacity: 0.9; }
    .share-section .share .jssocials-share:hover {
      opacity: 1; }
    .share-section .share .jssocials-share:first-child {
      margin: 0; }
    .share-section .share .jssocials-share a {
      color: #fff; }
      .share-section .share .jssocials-share a i {
        display: inline-block;
        vertical-align: middle; }
      .share-section .share .jssocials-share a .jssocials-share-label {
        display: inline-block;
        vertical-align: middle;
        margin: 0 0 0 10px;
        line-height: 34px; }
    .share-section .share .jssocials-share.jssocials-share-googleplus {
      background-color: #ff7373; }
    .share-section .share .jssocials-share.jssocials-share-twitter {
      background-color: #7fd4ef; }
    .share-section .share .jssocials-share.jssocials-share-facebook {
      background-color: #94adce; }

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 6;
  cursor: pointer;
  display: none; }
  .popup .overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
    z-index: 3; }
  .popup .popup-holder {
    max-width: 490px;
    margin: 0 auto;
    padding: 25px 38px;
    background: #fff;
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 4;
    text-align: center;
    cursor: default; }
    .popup .popup-holder:before {
      position: absolute;
      content: '';
      border: 6px solid rgba(255, 255, 255, 0.2);
      top: -6px;
      left: -6px;
      bottom: -6px;
      right: -6px;
      z-index: -1; }
    .popup .popup-holder .btn-close {
      position: absolute;
      right: -38px;
      top: -6px;
      cursor: pointer; }
    .popup .popup-holder .title {
      display: block;
      text-transform: uppercase;
      font-weight: bold;
      padding: 0 0 20px;
      border-bottom: 1px solid #999;
      margin: 0 0 18px;
      font-size: 24px;
      line-height: 1; }
    .popup .popup-holder .sub-title {
      display: inline-block;
      max-width: 330px;
      font-size: 13px;
      line-height: 16px; }
    .popup .popup-holder .row {
      margin: 25px 0 0; }
      .popup .popup-holder .row input, .popup .popup-holder .row textarea {
        width: 100%;
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
      .popup .popup-holder .row.for-message {
        display: none; }
    .popup .popup-holder .add-comment {
      cursor: pointer;
      display: inline-block;
      margin: 15px 0 0;
      padding: 0 0 3px;
      border-bottom: 1px dotted #666; }
    .popup .popup-holder .btn-box {
      margin: 25px 0 0; }

.product-section {
  position: relative;
  padding: 30px 0 0; }
  .product-section:after {
    clear: both;
    display: block;
    content: ''; }
  .product-section .col-left {
    float: left;
    max-width: 460px;
    margin: 0 30px 0 0; }
  .product-section .col-right {
    float: right;
    max-width: 650px; }
  .product-section .big-image {
    margin: 0 0 15px;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
    .product-section .big-image a {
      display: block;
      height: 100%;
      border: 4px solid #fff;
      border-radius: 5px; }
      .product-section .big-image a img {
        vertical-align: top; }
  .product-section .additional-images {
    margin: 0 0 60px;
    padding: 0;
    list-style: none; }
    .product-section .additional-images li img {
      vertical-align: top;
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
      cursor: pointer;
      border-radius: 5px; }
    .product-section .additional-images li.slick-current img {
      opacity: 0.4; }
  .product-section .other-catalogs {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    border-radius: 5px;
    padding: 30px 25px;
    border-top: 5px solid #ff8f00; }
    .product-section .other-catalogs .title {
      display: block;
      font-weight: bold;
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 20px; }
    .product-section .other-catalogs ul {
      margin: -20px 0 0;
      padding: 0;
      list-style: none; }
      .product-section .other-catalogs ul li {
        display: inline-block;
        vertical-align: top;
        width: 49%;
        line-height: 16px;
        margin: 20px 0 0;
        padding: 0 5px 0 0; }
        .product-section .other-catalogs ul li a {
          text-decoration: none;
          color: #666; }
          .product-section .other-catalogs ul li a:hover {
            color: #ff8f00; }
  .product-section .top-box {
    overflow: hidden;
    margin: 0 0 25px; }
    .product-section .top-box .introtext {
      overflow: hidden;
      margin: 0; }
    .product-section .top-box .send {
      float: right;
      margin: 0 10px 0 55px;
      color: #ff8f00;
      background-color: transparent;
      border-color: #ff8f00; }
      .product-section .top-box .send:hover {
        color: #fff;
        background-color: #ff8f00; }
  .product-section .middle-box {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 20px;
    margin: 0 0 25px;
    position: relative; }
    .product-section .middle-box:after {
      content: '';
      clear: both;
      display: block; }
    .product-section .middle-box .thumb {
      display: block;
      border-right: 1px solid #ededed;
      float: left;
      margin: 0 30px 0 0;
      padding: 0 20px;
      position: relative; }
      .product-section .middle-box .thumb:after {
        right: 25px;
        top: 5px;
        position: absolute;
        content: ''; }
    .product-section .middle-box .info-box {
      overflow: hidden; }
      .product-section .middle-box .info-box .title {
        display: block;
        text-transform: uppercase;
        margin: 0 0 10px;
        font-size: 18px;
        line-height: 20px;
        font-weight: bold; }
      .product-section .middle-box .info-box ul {
        margin: 0;
        padding: 0;
        list-style: none; }

.tab-box .tab-list {
  margin: 0 0 20px;
  padding: 0;
  list-style: none;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #d5cee2; }
  .tab-box .tab-list li {
    width: 25%;
    border: 1px solid #d5cee2;
    text-align: center;
    position: relative;
    bottom: -1px;
    margin: 0 0 0 4px;
    line-height: 16px;
    padding: 15px 0;
    cursor: pointer;
    border-radius: 10px 10px 0 0;
    background-color: transparent; }
    .tab-box .tab-list li.active {
      background-color: #ff8f00;
      color: #fff;
      border-color: #ff8f00; }
    .tab-box .tab-list li:first-child {
      margin: 0; }

.tab-content {
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 5px; }
  .tab-content table {
    width: 100%;
    font-size: 13px;
    line-height: 16px; }
    .tab-content table tr {
      border-bottom: 1px solid #e4e4e5; }
      .tab-content table tr th {
        background-color: #f2f0f6;
        font-weight: normal;
        width: 55%;
        text-align: left;
        padding: 8px 25px; }
        .tab-content table tr th:first-child {
          width: 45%; }
      .tab-content table tr td {
        padding: 10px 25px;
        border-left: 1px solid #e4e4e5;
        color: #333; }
        .tab-content table tr td:first-child {
          border: none;
          color: #999; }
  .tab-content .text-box {
    padding: 30px 30px 15px 30px; }
    .tab-content .text-box img {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 0 15px; }
    .tab-content .text-box h2 {
      font-size: 13px;
      line-height: 24px;
      font-weight: bold;
      color: #333;
      margin: 0 0 15px; }
    .tab-content .text-box p {
      line-height: 24px;
      margin: 0 0 15px; }
    .tab-content .text-box ul {
      margin: 0 0 15px;
      padding: 0;
      list-style: none; }
      .tab-content .text-box ul li {
        line-height: 24px;
        padding: 0 0 0 15px;
        position: relative; }
        .tab-content .text-box ul li:after {
          position: absolute;
          content: '';
          left: 0;
          top: 11px;
          width: 3px;
          height: 3px;
          background: #666; }
  .tab-content .video-box {
    padding: 25px; }
    .tab-content .video-box iframe {
      width: 100%;
      min-height: 285px;
      margin: 50px 0 0; }
      .tab-content .video-box iframe:first-child {
        margin: 0; }

.purchases-section ul {
  margin: 20px 0 0;
  padding: 0;
  list-style: none; }
  .purchases-section ul li {
    position: relative;
    padding: 20px 20px 30px 25px;
    -webkit-transition: 0.3s ease;
    transition: 0.3s ease;
    border: 1px solid #f3f3f3;
    margin: 30px 0 0; }
    .purchases-section ul li:first-child {
      margin: 0; }
    .purchases-section ul li:after {
      content: '';
      display: block;
      clear: both; }
    .purchases-section ul li .image-box {
      float: right;
      margin: 0 0 0 20px;
      border-radius: 5px;
      overflow: hidden; }
      .purchases-section ul li .image-box img {
        vertical-align: top; }
    .purchases-section ul li:hover {
      box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }

.purchases-section .info-box {
  overflow: hidden; }
  .purchases-section .info-box .top-box {
    margin: 0 0 20px; }
    .purchases-section .info-box .top-box .title {
      display: inline-block;
      text-transform: uppercase;
      vertical-align: middle;
      font-weight: bold;
      font-size: 20px;
      line-height: 22px; }
    .purchases-section .info-box .top-box .date {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 50px; }
  .purchases-section .info-box .text {
    margin: 0 0 25px; }
    .purchases-section .info-box .text p {
      margin: 10px 0 0; }

.purchases-section .text-box {
  overflow: hidden; }

.purchases-section .send {
  margin: 20px 0 0; }

@media only screen and (max-width: 1279px) {
  .header {
    left: 0;
    width: 100%;
    right: 0;
    background-color: #fff;
    -webkit-transform: none;
    transform: none;
    box-shadow: 0 0 60px rgba(0, 0, 0, 0.1);
    z-index: 6;
    position: fixed; }
    .header .header-box {
      padding: 20px; }
    .header .callback {
      border-color: #ff8f00;
      color: #ff8f00;
      margin: -2px 30px 0 0; }
    .header .logo use,
    .header .logo svg {
      fill: #ff8f00; }
    .header .lang-list {
      float: left; }
      .header .lang-list ul {
        display: inline-block;
        vertical-align: middle;
        position: relative;
        top: 0;
        box-shadow: none;
        background-color: transparent;
        padding: 0; }
        .header .lang-list ul:after {
          display: none; }
        .header .lang-list ul li {
          display: inline-block;
          vertical-align: middle;
          line-height: 40px; }
          .header .lang-list ul li + li {
            margin: 0 0 0 8px; }
          .header .lang-list ul li.active {
            display: inline-block; }
            .header .lang-list ul li.active a {
              color: #ff8f00; }
      .header .lang-list .active-lang {
        display: none; }
  .menu-icon {
    display: block; }
  .nav {
    display: block;
    margin: 0;
    background: #fff;
    padding: 0;
    position: fixed;
    right: 0;
    top: 0;
    width: 0;
    height: 120%;
    z-index: 3;
    max-width: 100%; }
    .nav > ul {
      padding: 100px 0 30px;
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%; }
      .nav > ul > li {
        float: none;
        margin: 0;
        text-align: center;
        position: relative;
        border: none;
        border-radius: 0;
        font-size: 24px;
        line-height: 44px;
        display: block;
        text-transform: uppercase;
        white-space: nowrap;
        width: 100%; }
        .nav > ul > li a {
          color: #ff8f00; }
        .nav > ul > li ul {
          display: block;
          width: 100%;
          left: 0;
          padding: 0;
          position: relative;
          box-shadow: none;
          top: 0; }
          .nav > ul > li ul li {
            line-height: 44px;
            display: none; }
            .nav > ul > li ul li + li {
              margin: 0; }
            .nav > ul > li ul li a {
              display: inline-block;
              color: #ff8f00; }
        .nav > ul > li + li {
          margin: 0; }
        .nav > ul > li.parent > a {
          padding: 0;
          display: inline-block; }
        .nav > ul > li.parent:after {
          display: none; }
  .catalog-list {
    text-align: center; }
    .catalog-list:hover:after {
      display: none; }
    .catalog-list:hover .catalog-box {
      display: none; }
    .catalog-list .catalog-btn {
      padding: 0 15px; }
      .catalog-list .catalog-btn:after {
        display: none; }
  .slideshow-holder {
    margin: 81px 0 0; }
    .slideshow-holder .slick-dots {
      right: 20px; }
  .main-slideshow .slide-description {
    left: 20px;
    -webkit-transform: none;
    transform: none; }
  .main-slideshow::before,
  .out-services::after {
    display: none; }
  .about-us {
    padding: 30px 15px; }
    .about-us .trigger-list {
      top: 0; }
  .equipment-holder .equipment-box {
    width: 25%; }
    .equipment-holder .equipment-box:hover {
      box-shadow: none; }
  .equipment-holder .equipment-box:hover:after {
    background: transparent; }
  .equipment-box svg * {
    stroke: #666 !important; }
  .equipment-box:hover svg * {
    stroke: #666 !important; }
  .equipment-holder .equipment-box:hover span {
    color: #666; }
  .footer .form-box button {
    background-color: #ff8f00; }
  .out-services {
    padding: 50px 0 0; }
  .services-holder {
    padding: 0 15px;
    text-align: center; }
  .services-holder .services-box {
    display: inline-block;
    vertical-align: top;
    float: none;
    max-width: 474px;
    text-align: left; }
  .services-holder .services-box .image-box {
    float: none;
    margin: 0 0 20px;
    text-align: center; }
  .services-holder .services-box .read-more {
    background: #ff8f00;
    bottom: -20px; }
  .services-holder .services-box .read-more::after {
    opacity: 1; }
  .our-partners {
    padding: 0 15px; }
  .our-partners .partners-map .map-box {
    display: none; }
  .our-partners .partners-map {
    float: none; }
  .country-list {
    float: none;
    width: 100%; }
  .news-list {
    text-align: center; }
  .news-list .news-box {
    float: none;
    max-width: 300px;
    display: inline-block;
    vertical-align: top;
    text-align: left; }
  .news-list .news-box .image-box img {
    width: 100%; }
  .news-list .news-box:hover {
    box-shadow: none; }
  .news-list .news-box:hover .news-block {
    border-color: #eae6f0; }
  .news-list .news-box .read-more {
    background: #ff8f00;
    bottom: -17px; }
  .news-list .news-box .read-more::after {
    opacity: 1; }
  .feedback-section {
    margin: 0;
    padding: 50px 0; }
  .feedback-section::before,
  .feedback-section::after,
  .footer:before,
  .footer:after,
  .about-top::before,
  .gallery-block:before,
  .gallery-block:after,
  .send:after {
    display: none; }
  .footer .footer-holder {
    padding: 0 15px;
    text-align: center; }
  .footer .column {
    max-width: 230px;
    padding: 0;
    margin: 0 0 0 15px;
    text-align: left;
    display: inline-block;
    vertical-align: top;
    float: none; }
  .footer .footer-nav {
    display: none; }
  .footer .copy-box {
    padding: 15px;
    border-top: 1px solid #eae6f0; }
  .main {
    padding: 81px 15px 0; }
  .about-top {
    background: none !important;
    padding: 81px 15px 0; }
  .about-top .title-box {
    position: relative; }
  .about-top .breadcrumb li a {
    color: #333; }
  .about-box .text-block .image-box {
    display: none; }
  .numbers-block ul li {
    width: 50%;
    border: none;
    text-align: center;
    margin: 0 0 10px; }
  .numbers-block {
    padding: 30px 9999px; }
  .team-block .team-box {
    max-width: 960px; }
  .team-block .team-box .item {
    margin: 0 30px; }
  .gallery-block {
    background: none;
    height: auto;
    padding: 0 15px; }
  .gallery-block .gallery-box .slick-arrow:hover {
    background-color: rgba(0, 0, 0, 0.6); }
  .our-partners.for-about {
    padding: 50px 15px 0;
    margin: 0 0 20px; }
  .certificate-block .certificate-box .item:hover {
    box-shadow: none; }
  .certificate-block .certificate-box .item:hover:before {
    display: none; }
  .certificate-block .certificate-box .slick-arrow.slick-prev {
    left: -40px; }
  .certificate-block .certificate-box .slick-arrow.slick-next {
    right: -40px; }
  .certificate-block {
    padding: 0 15px; }
  .header.fixed .nav > ul > li > a {
    color: #ff8f00; }
  .header.fixed .callback:hover {
    background-color: transparent;
    color: #ff8f00; }
  .lang-list ul li a:hover {
    color: #666; }
  .catalog-section .col-left {
    display: none; }
  .catalog-block {
    width: 100%; }
  .catalog-block > ul > li {
    width: 20%; }
  .catalog-block > ul > li:hover {
    box-shadow: none; }
  .catalog-block > ul > li:hover .title {
    color: #666; }
  .catalog-section .col-left > ul > li > ul li a:hover,
  .catalog-section .col-left > ul > li > a:hover {
    color: #333; }
  .product-section .col-left {
    float: none;
    margin: 0 0 30px;
    max-width: 100%; }
  .product-section .col-right {
    float: none;
    max-width: 100%; }
  .product-section .big-image {
    box-shadow: none;
    max-width: 460px;
    margin: 0 auto; }
  .product-section .additional-images {
    margin: 0 auto 60px;
    max-width: 460px; }
  .product-section .additional-images > ul {
    max-width: 460px; }
  .product-section .other-catalogs {
    margin: 20px 0 0; }
  .product-section .other-catalogs ul li a:hover {
    color: #666; }
  .product-section .top-box .send:hover {
    background-color: transparent;
    color: #ff8f00; }
  .error-block .bottom-holder a {
    background-color: #ff8f00;
    color: #fff; }
  .error-block .error-box {
    padding: 180px 140px 0; }
  .catalog-block > ul > li .image-box img {
    width: 100%;
    height: auto; } }

@media only screen and (max-width: 1023px) {
  .logo {
    margin: 0 25px 0 0; }
  .catalog-list,
  .header .callback {
    margin: -2px 25px 0 0; }
  .slick-dots {
    top: -150px;
    position: relative; }
  .main-dots {
    bottom: auto; }
  .out-services {
    background-size: cover;
    padding: 50px 0; }
  .services-holder .services-box .image-box,
  .out-services::before {
    display: none; }
  .services-holder .services-box:first-child {
    margin: 0; }
  .services-holder .services-box {
    margin: 30px 0 0; }
  .news-list .news-box {
    max-width: 225px; }
  .news-list .news-box .text {
    display: none; }
  .news-list .news-box .info a {
    font-size: 12px; }
  .feedback-section {
    padding: 50px 15px; }
  .feedback-section .row {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  input[type="email"],
  input[type="tel"],
  input[type="text"] {
    width: 226px; }
  .footer .footer-holder {
    display: none; }
  .feedback-section .form-holder .row::after {
    display: none; }
  .footer {
    padding: 0; }
  .cooperation-block .image-box {
    float: none;
    margin: 0 0 30px; }
  .team-block .team-box {
    max-width: 690px; }
  .certificate-block .certificate-box {
    max-width: 681px; }
  .news-section .lists-wrap {
    float: none;
    max-width: 100%;
    margin: 0 0 30px; }
  .news-list .news-box {
    margin: 0 0 0 20px; }
  .catalog-block > ul > li {
    width: 25%;
    padding: 10px; }
  .contacts-section #map-canvas {
    float: none;
    margin: 0 auto 30px; }
  .dealers-section .bottom-block {
    top: 0; }
  .dealers-section .bottom-block .trigger-list {
    overflow: hidden;
    width: 100%;
    margin: 20px auto;
    float: none; }
  .dealers-section .bottom-block .text {
    padding: 0; }
  .purchases-section ul li .image-box {
    float: none;
    margin: 0 0 20px; }
  .purchases-section ul li {
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1); }
  .error-block .error-holder {
    font-size: 60px;
    line-height: 62px;
    background-color: #fff;
    box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 0;
    left: 0;
    text-align: center; }
  .error-block .bottom-holder {
    left: 0;
    text-align: center; }
  .error-block .bottom-holder a {
    margin: 10px 0 0; }
  .error-block .logo {
    margin: 0; }
  .error-block .error-box {
    padding: 0;
    position: absolute;
    left: 50%;
    top: 40%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  .error-block .error-holder:after,
  .error-block .error-holder:before {
    display: none; } }

@media only screen and (max-width: 767px) {
  .header .header-box {
    padding: 10px;
    text-align: center; }
  .logo {
    float: none;
    display: block;
    margin: 0; }
  .menu-icon {
    margin: 0;
    top: 17px;
    right: 13px; }
  .catalog-list,
  .header .callback,
  .header .lang-list {
    float: none;
    margin: 5px 0 0;
    display: inline-block;
    vertical-align: middle; }
  .logo svg {
    width: 200px; }
  .nav > ul {
    padding: 60px 0 30px; }
  .nav > ul > li {
    font-size: 16px;
    line-height: 38px; }
  .about-us {
    margin: 140px 0 0; }
  .trigger-list {
    margin: 0 0 20px;
    float: none;
    overflow: hidden; }
  .trigger-list li {
    width: 100%; }
  .equipment-holder,
  .slideshow-holder,
  .latest-news {
    display: none; }
  .popup .popup-holder .btn-close {
    right: 10px;
    top: -40px; }
  .popup .popup-holder {
    margin: 0 10px; }
  .feedback-section .row {
    display: block; }
  .feedback-section .form-holder .col,
  .feedback-section .form-holder .col + .col {
    float: none;
    margin: 0 0 15px; }
  input[type="email"],
  input[type="tel"],
  input[type="text"] {
    width: 100%; }
  .feedback-section .form-holder .title,
  .our-partners .title,
  .out-services .title,
  .hidden-text .text-holder .title,
  .block-title,
  .pagetitle {
    font-size: 24px;
    line-height: 30px; }
  .out-services {
    margin: 0 0 50px; }
  .footer .copy-box .developers {
    float: none;
    display: inline-block;
    margin: 10px 0 0; }
  .about-top {
    padding: 109px 15px 0; }
  .about-top .title-box {
    height: 300px; }
  .about-box {
    margin: 0; }
  .about-box > img {
    display: none; }
  .about-box .advantages-list {
    display: block;
    text-align: center;
    margin: 0 0 30px; }
  .about-box .advantages-list li {
    margin: 0;
    text-align: center;
    margin: 20px 0 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .team-block .team-box {
    max-width: 480px; }
  .certificate-block .certificate-box {
    max-width: 452px; }
  .numbers-block ul li {
    padding: 0;
    width: 100%;
    margin: 0 0 20px;
    text-align: left; }
  .numbers-block ul li > span {
    width: 50%; }
  .numbers-block ul li .number {
    text-align: right; }
  .gallery-block .gallery-box .item img {
    width: 100%;
    height: auto; }
  .gallery-block .gallery-box .slick-arrow {
    width: 30px; }
  .gallery-block .gallery-box .slick-arrow.slick-next em {
    right: 7px; }
  .gallery-block .gallery-box .slick-arrow.slick-prev em {
    left: 7px; }
  .gallery-block {
    margin: 0 0 50px; }
  .main {
    padding: 103px 15px 0; }
  .catalog-block > ul > li {
    width: 50%; }
  .contacts-section #map-canvas {
    width: 90%;
    height: 350px;
    margin: 0 0 30px; }
  .contacts-section .info-box .col-wrap .col {
    float: none;
    width: 100%;
    padding: 0;
    margin: 0 0 20px; }
  .contacts-section .info-box .call-popup {
    float: none;
    display: inline-block; }
  .jobs-section > ul > li .date {
    display: block;
    margin: 0; }
  .purchases-section .info-box .top-box .date {
    display: block;
    margin: 0; }
  .purchases-section .info-box .top-box .title {
    font-size: 16px; }
  .product-section .big-image a {
    border: none; }
  .product-section .top-box .send {
    float: none;
    margin: 0 0 20px; }
  .product-section .middle-box .thumb {
    float: none;
    margin: 0 0 20px;
    padding: 0 20px;
    border: none; }
  .popup .popup-holder .title {
    font-size: 16px; }
  .popup .popup-holder {
    padding: 15px; }
  .error-block .logo svg,
  .error-block .logo use {
    width: 260px;
    height: 40px; }
  .error-block .error-box {
    top: 50%; }
  .footer .copy-box {
    display: block;
    text-align: center; }
  .copy {
    display: block; }
  .footer .form-box {
    display: block;
    max-width: 100%;
    width: 100%;
    margin: 10px 0 0; }
  .footer .form-box form {
    display: inline-block; } }

@media only screen and (max-width: 479px) {
  .nav > ul > li ul li {
    font-size: 14px; }
  .nav > ul > li ul li a {
    color: #666; }
  .footer .copy-box {
    display: block;
    text-align: center; }
  .footer .copy-box .developers {
    display: inline-block;
    margin: 10px 0 0; }
  .team-block .team-box {
    max-width: 240px; }
  .certificate-block .certificate-box {
    max-width: 227px; }
  .main {
    padding: 148px 15px 0; }
  .main.for-about {
    margin: 48px 15px 0;
    padding: 0; }
  .share-section .share .jssocials-share {
    width: 90px;
    margin: 0 0 0 10px; }
  .catalog-block {
    display: none; }
  .catalog-section .col-left {
    display: block;
    float: none;
    width: 100%; }
  .jobs-section > ul > li {
    padding: 10px; }
  .jobs-section > ul > li em {
    right: 10px; }
  .jobs-section > ul > li .title {
    display: block;
    padding-right: 20px;
    font-size: 16px; }
  .product-section .additional-images {
    display: none; }
  .product-section .big-image a {
    height: 310px; }
  .product-section .big-image a img {
    width: 100%;
    height: 100%; }
  .other-catalogs {
    display: none; }
  .product-section .middle-box .thumb img {
    width: 100%;
    height: auto; }
  .tab-box .tab-list {
    display: block;
    text-align: center;
    border: none; }
  .tab-box .tab-list li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 5px;
    width: 48%;
    border-radius: 0; }
  .tab-box .tab-list li:first-child {
    margin: 0 0 5px; }
  .tab-content .text-box {
    padding: 10px; }
  .tab-content .video-box iframe {
    height: auto; }
  .tab-content {
    overflow-x: auto; }
  .tab-content table {
    width: auto;
    background: #fff; } }

.send {
  background: #ff8f00;
  color: #fff;
  font-size: 15px;
  line-height: 50px;
  text-align: center;
  display: inline-block;
  vertical-align: top;
  cursor: pointer;
  border: 1px solid transparent;
  border-radius: 5px;
  padding: 0 40px 0 25px;
  position: relative;
  outline: none; }
  @media only screen and (max-width: 1279px) {
    .send {
      padding: 0 25px; } }
  .send:after {
    content: '';
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .send:hover {
    background: transparent;
    border-color: #ff8f00;
    color: #ff8f00; }
    @media only screen and (max-width: 1279px) {
      .send:hover {
        background-color: #ff8f00;
        border-color: #ff8f00;
        color: #fff; } }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
  outline: none; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.slick-arrow {
  position: absolute;
  text-indent: -9999px;
  border: none;
  top: 50%;
  padding: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  outline: none;
  background-color: transparent; }
  .slick-arrow.slick-prev {
    left: -20px; }
  .slick-arrow.slick-next {
    right: -20px;
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }

.logo use,
.logo svg {
  fill: #fff; }

.footer-logo use,
.footer-logo svg {
  fill: #ff8f00; }

.trigger-list li svg use,
.trigger-list li svg {
  color: #fff;
  fill: none;
  stroke: #d5cee2; }

.trigger-list li [class*="trigger0"] {
  stroke-width: 5; }

.trigger-list li [class*="trigger1"] {
  stroke-width: 2; }

.trigger-list li [class*="trigger2"] {
  stroke-width: 5; }

.trigger-list li [class*="trigger3"] {
  stroke-width: 2; }

.trigger-list li [class*="trigger4"] {
  stroke-width: 2;
  fill: #d5cee2; }

.trigger-list li [class*="trigger5"] {
  stroke-width: 3;
  fill: none; }

.trigger-list li [class*="trigger6"] {
  stroke-width: 2;
  fill: none; }

.trigger-list li [class*="trigger7"] {
  fill: #d5cee2; }

.trigger-list li [class*="trigger8"] {
  stroke-width: 2; }

.trigger-list li [class*="trigger9"] {
  stroke-width: 5; }

.equipment-box:hover svg * {
  stroke: #ff8f00; }

.equipment-box:hover .slide-svg-43 {
  fill: #ff8f00 !important; }

.map-box .hover svg * {
  fill: #ff8f00; }

.map-box .hover .loc-svg-5,
.map-box .hover .loc-svg-13,
.map-box .hover .loc-svg-9,
.map-box .hover .loc-svg-3,
.map-box .hover .loc-svg-11,
.map-box .hover .loc-svg-7,
.map-box .hover .loc-svg-17,
.map-box .hover .loc-svg-15,
.map-box .hover .loc-svg-1 {
  fill: #D67810; }

.our-partners .map-box .hover::after {
  background: #fff; }

/*# sourceMappingURL=index.css.map */
