@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 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,
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;
  color: #4bcaff;
}

/**
 * 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 styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * 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
   ========================================================================== */
/**
 * Remove margin
 */
figure {
  margin: 0;
}

/**
 * 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 */
}

fieldset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/**
 * 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.
 */
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
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * 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;
}

/**
 * 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;
}

/* Blockquote
   ========================================================================== */
blockquote {
  margin: 0;
}

/* Slider */
/* Icons */
@font-face {
  font-family: "slick";
  src: url("../fonts/slick/slick.eot");
  src: url("../fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../fonts/slick/slick.woff") format("woff"), url("../fonts/slick/slick.ttf") format("truetype"), url("../fonts/slick/slick.svg#slick") format("svg");
  font-weight: normal;
  font-style: normal;
}

/* Arrows */
.slick-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 0.25;
}

.slick-prev:before,
.slick-next:before {
  font-family: "slick";
  font-size: 20px;
  line-height: 1;
  color: white;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */

.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 20px;
  width: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 20px;
  width: 20px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 5px;
  cursor: pointer;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "•";
  width: 20px;
  height: 20px;
  font-family: "slick";
  font-size: 6px;
  line-height: 20px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  color: black;
  opacity: 0.75;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  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 {
	
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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;
}

/* font-family: "SegoeUIRegular"; */
@font-face {
  font-family: "SegoeUIRegular";
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot");
  src: url("../fonts/SegoeUIRegular/SegoeUIRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIRegular/SegoeUIRegular.woff") format("woff"), url("../fonts/SegoeUIRegular/SegoeUIRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "SegoeUIBold"; */
@font-face {
  font-family: "SegoeUIBold";
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot");
  src: url("../fonts/SegoeUIBold/SegoeUIBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIBold/SegoeUIBold.woff") format("woff"), url("../fonts/SegoeUIBold/SegoeUIBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "SegoeUIItalic"; */
@font-face {
  font-family: "SegoeUIItalic";
  src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot");
  src: url("../fonts/SegoeUIItalic/SegoeUIItalic.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUIItalic/SegoeUIItalic.woff") format("woff"), url("../fonts/SegoeUIItalic/SegoeUIItalic.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "SegoeUILight"; */
@font-face {
  font-family: "SegoeUILight";
  src: url("../fonts/SegoeUILight/SegoeUILight.eot");
  src: url("../fonts/SegoeUILight/SegoeUILight.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUILight/SegoeUILight.woff") format("woff"), url("../fonts/SegoeUILight/SegoeUILight.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

/* font-family: "SegoeUISemiBold"; */
@font-face {
  font-family: "SegoeUISemiBold";
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot");
  src: url("../fonts/SegoeUISemiBold/SegoeUISemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.woff") format("woff"), url("../fonts/SegoeUISemiBold/SegoeUISemiBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

html, body {
  height: 100%;
}

body {
  position: relative;
  overflow-x: hidden;
  min-width: 320px;
  font-size: 14px;
  line-height: 1.6;
  font-family: "SegoeUIRegular", sans-serif;
  color: #515f67;
}

* html .page__wrapper {
  height: 100%;
}

.container {
  max-width: 1100px;
  margin: 0 auto;
  position: relative;
}

@media only screen and (max-width: 1300px) {
  .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

.row {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

* {
  outline: none;
}

h1, h2, h3, h4, h5, h6 {
  font-style: normal;
  font-weight: normal;
}

.heading__style, h2 {
  margin: 0 0 35px;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.5rem;
  position: relative;
}

.heading__style2 {
  margin: 0 0 35px;
  padding: 0;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 1.5rem;
  position: relative;
}

.heading__style::before ,h2::before,.heading__style2::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  background-color: #515f67;
}

@media only screen and (max-width: 686px) {
  .heading__style,h2,.heading__style2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .heading__style::before,h2::before {
    margin: auto;
    right: 0;
  }
}

.page__title__wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.page__title__wrapper .page__heading {
  text-decoration: none;
  margin-right: 30px;
}

.page__title__wrapper .page__heading:last-child {
  margin-right: 0;
}

@media only screen and (max-width: 686px) {
  .page__title__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  body .page__title .page__heading {
    margin-bottom: 15px;
  }
  body .page__title .page__heading:last-child {
    margin-bottom: 0;
  }
}

.item__wrapper {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

ul {
  list-style-type: square;
}

.about {
  margin: 0;
  padding: 40px 0 70px;
  background-color: #fff;
}

.desktop__tabs__nav,
.tablets__tabs__nav,
.mobi__tabs__nav {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 35px;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.desktop__nav__item,
.tablets__nav__item
.mobi__nav__item {
  cursor: pointer;
}

.desktop__content__item,
.tablets__content__item,
.mobi__content__item {
  display: none;
}

.desktop__content__item.active__tab,
.tablets__content__item.active__tab,
.mobi__content__item.active__tab {
  display: block;
}

.about .about__tablets {
  display: none;
}

.about__mobi {
  display: none;
}

.about__page .header {
  display: none;
}

.choice__section {
  margin-bottom: 30px;
}

.choice__section__nav {
  cursor: pointer;
  display: inline-block;
  text-transform: uppercase;
  font-family: "SegoeUILight", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  margin-right: 65px;
  position: relative;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.choice__section__nav::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  background-color: #515f67;
}

.choice__section__nav.active__section::before {
  width: 45px;
}

.section__content__item {
  display: none;
}

.section__content__item.active__section {
  display: block;
}

.worker__nav__wrapper {
  display:block !important;
  overflow: auto;
}

.worker__nav__item {
      cursor: pointer;
    text-align: center;
    margin-bottom: 30px;
    float: left;
    width:25%;
    padding: 10px;
    box-sizing: border-box;
}
.worker__nav__item.active__worker
{
  background: rgba(0,0,0,.05);
  border: 1px solid #d4d4d4;
  box-sizing: border-box;
}

.worker__nav__item .worker__img,
.worker__item .worker__img {
  width: 100%;
  padding-top:100%;
  border-radius: 50%;
  border: 4px solid transparent;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom:1em;
}

.worker__nav__item .worker__img img,
.worker__item .worker__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%,-50%);
}

.worker__nav__item span,
.worker__item span {
  display: block;
  font-family: "SegoeUILight", sans-serif;
  font-size: 30px;
  font-size: 1.575rem;
  font-weight: bold;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  line-height:1.2em; height:2.4em;
}

.worker__nav__item.active__worker .worker__img,
.worker__item.active__worker .worker__img {
  border-color: #4BCAFF;
}

.worker__nav__item.active__worker span,
.worker__item.active__worker span {
  color: #4BCAFF;
}

.worker__content__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  display: none;
}

.worker__content__item.active__worker {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.worker__content__item .certificate__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.worker__content__item .certificate__wrapper img {
  margin-right: 10px;
}

.worker__content__item .certificate__wrapper .certificate__info {
  max-width: 180px;
}

.worker__content__item .certificate__wrapper .certificate__info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.vacancy__link__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.vacancy__link__wrapper .vacancy__link {
  font-size: 28px;
  font-size: 1.75rem;
  color: #515f67;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.vacancy__link__wrapper .vacancy__link:hover {
  color: #4BCAFF;
}

.desktop__tabs__nav a {
  display: none;
}
.desktop__content__item__title {display:none;}

@media only screen and (max-width: 1100px) {
	.desktop__tabs__nav {display:none !important;}
	.desktop__content__item__title,.desktop__content__item {display:block !important;}
	.desktop__content__item__title {vertical-align:middle;border: 2px solid #39444b;padding: 5px 15px;color:#39444b;margin-bottom:12px;}
	.desktop__content__item.active__tab .desktop__content__item__title,.desktop__content__item__title:hover {border: 2px solid #48C7FC;color:#48C7FC;}
	.desktop__content__item__title .thumb {display:inline-block;height:50px;width:50px;margin-right:10px;position:relative;overflow:hidden;vertical-align:middle;background-color:#fff;}
	.desktop__content__item__title:hover .thumb.hover,.desktop__content__item.active__tab .desktop__content__item__title .thumb.hover {z-index:5;opacity:1;}
	.desktop__content__item__title > span {display:inline-block;vertical-align:middle;}
	.desktop__content__item__title .thumb img {position:absolute;max-height:100%;max-width:100%;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;}
  .desktop__tabs__nav,.desktop__content__item__data {
    display: none;
  }
  .desktop__content__item.active__tab .desktop__content__item__data {
    display:block;
  }
  .tablets__tabs__nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .about__tabs__nav .tabs__nav__item {
    margin: 40px;
  }
  .tablets__tabs__content {
    margin-bottom: 20px;
  }
  .about__page .header {
    display: block;
  }
  .about__page .page__title {
    padding-top: 40px;
  }
}

@media only screen and (max-width: 450px) {
  .about .about__tablets {
    display: none;
  }
  .about__mobi {
    display: block;
  }
  .mobi__tabs__nav {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .mobi__tabs__content {
    margin-bottom: 20px;
  }
}

.product__page {
  margin: 0;
  padding: 70px 0 80px;
  background-color: #fff;
}

.product__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 35px;
}

.product__wrapper:last-child {
  margin-bottom: 0;
}

.product__wrapper .product__content {
  max-width: 970px;
  margin-right: 15px;
}

.product__wrapper .product__content h2 {
  margin: 0;
  padding: 0;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.product__wrapper .product__content p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.product__wrapper .product__request {
  cursor: pointer;
  border: 0;
  background-color: #4BCAFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "SegoeUIBold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 50px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__wrapper .product__request:hover {
  background-color: #18bbff;
}

@media only screen and (max-width: 970px) {
	.header__slider__item {height:420px;}
  .product__wrapper .product__content h2 {
    font-size: 25px;
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 840px) {
	.header__slider__item {height:420px;}
  .product__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .product__wrapper .product__content {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 686px) {
  .product__page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .product__wrapper .product__content h2 {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.product__page.vr2 {
  padding-bottom: 150px;
}

.product__page.vr2 .product__page__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.product__page.vr2 .product__page__wrapper .empty__item {
  width: 223px;
  margin-right: 10px;
  margin-left: 10px;
}

.product__item {
  margin-right: 10px;
  margin-left: 10px;
  position: relative;
  cursor: pointer;
  width: 187px;
  height: 187px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 3px solid #515f67;
  padding: 15px;
  text-align: center;
  margin-bottom: 40px;
}

.product__item:hover .drop__item__content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.product__item span {
  font-family: "SegoeUISemiBold", sans-serif;
  font-size: 22px;
  font-size: 1.375rem;
  text-transform: uppercase;
}

.product__item:hover {
  border-color: #4BCAFF;
}

.product__item:hover span {
  color: #4BCAFF;
}

.product__item .drop__item__content {
  padding: 15px 15px 40px;
  width: 200px;
  position: absolute;
  margin: auto;
  right: 0;
  left: -7px;
  top: 225px;
  background-color: #fff;
  box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
  text-align: left;
  z-index: 3;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__item .drop__item__content p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
  margin-bottom: 30px;
  max-width: 253px;
}

.product__item .drop__item__content .more__btn {
  display: inline-block;
  padding: 10px 30px;
  color: #fff;
  font-size: 13px;
  font-size: 0.8125rem;
  text-transform: uppercase;
  background-color: #414B52;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.product__item .drop__item__content .more__btn:hover {
  color: #4BCAFF;
}

@media only screen and (max-width: 758px) {
	
	.header__slider__item {height:420px;}
  .product__page.vr2 .product__page__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

.contacts__page .footer {
  display: none;
}

.contact__page {
  margin: 0;
  padding: 0;
  position: relative;
}

.contact__info__line {
  min-width: 295px;
  width:50%;
}

.contact__info__line .form__head__right {
  max-width: 100%;
}

.contact__info__line .form__head__right h4:first-child,.contact__info__line .form__head__right h3:first-child,.contact__info__line .form__head__right h2:first-child {
  font-size: 33px;
  font-size: 2.0625rem;
}

.contact__info__line .form__head__right a {
  font-size: 24px;
  font-size: 1.5rem;
}

.contact__info__line .phone__contact .phone {
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1632px -239px;
  width: 23px;
  height: 19px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.contact__info__line .phone__contact .fax {
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1568px -263px;
  width: 21px;
  height: 22px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.contact__info__line .phone__contact .mail {
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1659px -239px;
  width: 23px;
  height: 17px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  margin-right: 20px;
}

.contact__info__line .phone__contact {
  margin-bottom: 40px;
}

.contact__info__line .form__head__right h5,
.contact__info__line .form__head__right span {
  font-size: 24px;
  font-size: 1.5rem;
}

.contact__info__line .adress {
  margin-bottom: 45px;
}

.contact__info__line .request {
  border: 0;
  cursor: pointer;
  background-color: #4BCAFF;
  color: #fff;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 14px;
  line-height: 60px;
  text-transform: uppercase;
  padding: 0px 45px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.contact__info__line .request:hover {
  background-color: #18bbff;
}

#map {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .contact__info__line {
    max-width: 160px;
  }
  .contact__info__line .form__head__right h4 {
    font-size: 16px;
    font-size: 1rem;
    margin-bottom: 20px;
  }
  .contact__info__line .form__head__right a,
  .contact__info__line .form__head__right h5,
  .contact__info__line .form__head__right span {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contact__info__line .phone__contact {
    margin-bottom: 20px;
  }
  .contact__info__line .form__head__right .phone {
    margin-right: 5px;
    display: inline-block;
    background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
    background-position: -1727px -239px;
    width: 12px;
    height: 10px;
    background-size: 1767px, 1540px;
    background-repeat: no-repeat;
  }
  .contact__info__line .form__head__right .fax {
    margin-right: 5px;
    display: inline-block;
    background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
    background-position: -1712px -239px;
    width: 11px;
    height: 11px;
    background-size: 1767px, 1540px;
    background-repeat: no-repeat;
  }
  .contact__info__line .form__head__right .mail {
    margin-right: 5px;
    display: inline-block;
    background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
    background-position: -1743px -239px;
    width: 12px;
    height: 9px;
    background-size: 1767px, 1540px;
    background-repeat: no-repeat;
  }
  .contact__info__line .request {
    font-size: 14px;
    padding: 0px 45px;
  }
  .contact__info__line {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

@media only screen and (max-width: 686px) {
  .contact__info__line {
    background-color: rgba(64, 76, 79, 0.6);
  }
  .contact__info__line .contact__wrapper {
    display: block;
  }
}

.direction {
  margin: 0;
  padding: 80px 0;
  background-color: #fff;
}

.direction__content {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.direction__content > img {
  max-width:290px;
}

.direction .content__txt {
  max-width: 770px;
  margin-right: 15px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (max-width: 686px) {
  .form__head__right {max-width:320px;margin:0px auto;}
  .contact__info__line .wrap {width:100%;max-width:100% !important; background-color: rgba(64, 76, 79, 0.50) !important;}
  .footer__copy {display: none !important;}
  .contact__info__line {width:100% !important; max-width: 100% !important;}
  .direction {
    padding: 35px 0 45px;
  }
  .direction__content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .direction .content__txt {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .certificate {
    margin-top: 20px;
    width: 180px;
  }
}

.footer {
  margin: 0;
  padding: 80px 0;
  background-image: url(../img/general/footer-bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.footer::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(73, 87, 95, 0.9);
}

.footer__heading {
  color: #fff;
}

.footer__heading::before {
  background-color: #fff;
}

.footer__contact {
  width: 100%;
}

.form__head {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.form__head__left {
  margin-right: 90px;
  width: 100%;
  max-width: 460px;
}

.form__ontroller {
  margin-bottom: 35px;
}

.form__ontroller:last-child {
  margin-bottom: 0;
}

.form__ontroller span {
  display: block;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
}

.form__ontroller input,
.form__ontroller textarea {
    display: block;
    padding: 10px;
    background-color: transparent;
    border: 1px solid #8c8c8c;
    width: 100%;
    box-sizing: border-box;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.form__ontroller input:focus,
.form__ontroller textarea:focus {
  border-color: #4BCAFF;
}

.form__head__right {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 130px;
}

.form__head__right h4 {
  margin: 0;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
  color: #4BCAFF;
  text-transform: uppercase;
}

.form__head__right a {
  text-decoration: none;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.form__head__right .phone {
  margin-right: 5px;
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1727px -239px;
  width: 12px;
  height: 10px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
}

.form__head__right .fax {
  margin-right: 5px;
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1712px -239px;
  width: 11px;
  height: 11px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
}

.form__head__right .mail {
  margin-right: 5px;
  display: inline-block;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1743px -239px;
  width: 12px;
  height: 9px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
}

.form__head__right h5 {
  margin: 10px 0 0;
  padding: 0;
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.form__head__right span {
  font-size: 13px;
  font-size: 0.8125rem;
  color: #fff;
}

.form__head__right .adress {
  margin-top: 20px;
}

.phone__contact,
.time__work {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__contact button {
  cursor: pointer;
  border: 0;
  background-color: #4BCAFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "SegoeUIBold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 153px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__contact button:hover {
  background-color: #18bbff;
}

@media only screen and (max-width: 730px) {
  .form__head__left {
    width: 90%;
    margin-right: 30px;
  }
}

@media only screen and (max-width: 686px) {
  .footer {
    padding: 35px 0 55px;
  }
  .footer__wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .form__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .form__head__right {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  .form__head__left {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    max-width: 100%;
    width: 100%;
    margin-right: 0;
  }
  .contact__wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .form__head__right h5 {
    margin: 0;
  }
  .phone__contact {
    margin-right: 30px;
  }
}

@media only screen and (max-width: 420px) {
  .footer__contact button {
    width: 101%;
    padding-left: 35px;
    padding-right: 35px;
  }
}

.footer__copy {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 85px;
  background-color: #414B52;
}

.footer__copy p, .footer__copy .up {
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.footer__copy p {
  margin-right: 30px;
}

.scrollup {
	cursor: pointer;
	position: fixed;
	opacity: 0;
	right: 30px;
	bottom: 3%;
	width: 32px;
	height: 32px;
	-webkit-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	-webkit-transform: translateX(500%);
	transform: translateX(500%);
	background: rgba(65, 75, 82, 0.87);
	padding: 10px;
	border-radius: 9px;
}

.scrollup i {
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1632px -203px;
  width: 32px;
  height: 32px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
}

.scrollup.active-button {
  -webkit-transform: translateX(0);
          transform: translateX(0);
  opacity: .8;
}

.scrollup.active-button:hover {
  opacity: 1;
}

@media only screen and (max-width: 990px) {
  .footer__copy p {
    display: none;
  }
}

.footer__wrapper p {
  margin: 0;
  padding: 0;
  font-family: "SegoeUISemiBold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
  color: #fff;
}

.footer__wrapper .contact__info {
  margin-top: 30px;
  margin-bottom: 30px;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.footer__wrapper .contact__info span {
  font-family: "SegoeUISemiBold", sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
}

.footer__wrapper .contact__info a {
  text-decoration: none;
  font-family: "SegoeUISemiBold", sans-serif;
  color: #fff;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__wrapper .contact__info a:hover {
  color: #4BCAFF;
}

.footer__wrapper .request,.bluebtn {
  border: 0;
  cursor: pointer;
  background-color: #4BCAFF;
  color: #fff;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 14px;
  text-transform: uppercase;
  padding: 0px 45px;
  line-height: 60px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.footer__wrapper .request:hover {
  background-color: #18bbff;
}

@media only screen and (max-width: 686px) {
  .footer__wrapper p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .footer__wrapper .contact__info {
    text-align: center;
  }
  .footer__content {
    text-align: center;
  }
}

@media only screen and (max-width: 450px) {
  .footer__wrapper p {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  .footer__wrapper .request {
    width: 100%;
  }
}

.header {
  margin: 0;
  padding: 0;
  width: 100%;
  max-height: 780px;
  //background-image: url(../img/general/header-bg.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(122, 136, 145, 0.7);
}

.header__slider {
  position: relative;
  width:100% !important;
  max-width:100% !important;
}

.header__slider__item {
	display:table !important;
	left:0px !important;
	height:580px;
	padding-top:150px;
	position:absolute !important;
	box-sizing:border-box;
  max-width:100% !important;
  text-align: center;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
          text-decoration: none;
}
.slider_styling {
  display: block;
}
.header__slider__item p {
  margin: 0 0 15px;
  padding: 2px 5px;
  background-color: rgba(47, 55, 60, 0.7);
  text-transform: uppercase;
  font-family: "SegoeUILight", sans-serif;
  font-size: 42px;
  font-size: 2.625rem;
  color: #fff;
  display:inline;
  line-height:1.6em;
}
.header__slider__item p {}

.header__slider__item p:last-child {
  margin-bottom: 0;
}

.header__slider__item p br {
  display: none;
}

.header__slider .slick-slide .slider__content {
	padding:0px 60px;
  display:table-cell !important;
  vertical-align:middle;
  -webkit-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
}

.header__slider .slick-active .slider__content {
  opacity: 1;
  -webkit-transform: scale(1);
          transform: scale(1);
}

.header__slider .arrow__prev {
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0px;
  left: 30px;
  bottom: 0;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1568px -203px;
  width: 28px;
  height: 56px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  z-index: 1;
}

.header__slider .arrow__next {
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0px;
  right: 30px;
  bottom: 0;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1600px -203px;
  width: 28px;
  height: 56px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  z-index: 1;
}

.header__slider .slick-dots {
  width: 200px;
  margin: auto;
  left: 0;
  right: 0;
  bottom: 7%;
}

.header__slider .slick-dots li button {
  border: 3px solid #5A666E;
  border-radius: 50%;
  width: 15px;
  height: 15px;
  background-color: transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.header__slider .slick-dots li button::before {
  display: none;
}

.header__slider .slick-dots .slick-active button {
  background-color: #5A666E;
}

@media only screen and (max-width: 1300px) {
  .header__slider .arrow__prev {
    left: 30px;
  }
  .header__slider .arrow__next {
    right: 30px;
  }
  
	.header__slider__item {height:540px;}
}

@media only screen and (max-width: 1200px) {
  .header {
    padding: 0px;
  }
	.header__slider__item {height:520px;}
}

@media only screen and (max-width: 1130px) {
	
	.header__slider__item {height:470px;}
  .header__slider__item p {
    font-size: 30px;
    font-size: 2.175rem;
  }
}

@media only screen and (max-width: 820px) {
  .header__slider__item p {
    font-size: 20px;
    font-size: 1.65rem;
  }
}

@media only screen and (max-width: 600px) {
  .header__slider__item p {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .header__slider__item p br {
    display: block;
  }
  .header__slider__item p span {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px;
    background-color: rgba(47, 55, 60, 0.7);
  }
  .header__slider__item p:nth-child(1), .header__slider__item p:nth-child(2) {
    margin: 0;
    padding: 0;
  }
  .header__slider .slick-dots li button {
    width: 5px;
    height: 5px;
    border: 1px solid #5A666E;
  }
}

@media only screen and (max-width: 490px) {
  .header__slider__item p {
    font-size: 16px;
    font-size: 1rem;
  }
  .header__slider .arrow__prev {
    background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
    background-position: -1699px -239px;
    width: 9px;
    height: 17px;
    background-size: 1767px, 1540px;
    background-repeat: no-repeat;
    left: 20px;
  }
  .header__slider .arrow__next {
    background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
    background-position: -1686px -239px;
    width: 9px;
    height: 17px;
    background-size: 1767px, 1540px;
    background-repeat: no-repeat;
    right: 20px;
  }
}

@media only screen and (max-width: 380px) {
  .header__slider__item p {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.vacancy__content h2 {
  font-family: "SegoeUIBold", sans-serif;
  font-size: 28px;
  font-size: 1.75rem;
}

.vacancy__content p {
  font-size: 18px;
  font-size: 1.125rem;
}

.vacancy__content p a {
  color: #4BCAFF;
}

.vacancy__content h3 {
  font-size: 28px;
  font-size: 1.75rem;
  color: #4BCAFF;
  text-decoration: underline;
  padding: 0;
  margin: 0;
}

.add__resume {
  margin-top: 30px;
  margin-bottom: 30px;
  display: inline-block;
  text-decoration: none;
  background-color: #4BCAFF;
  color: #fff;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  text-transform: uppercase;
  padding: 19px 100px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.add__resume:hover {
  background-color: #18bbff;
}

.note {
  font-size: 18px;
  font-size: 1.125rem;
}

.note a {
  color: #4BCAFF;
}

.job {
  margin: 0;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
  width: 100%;
}

@media only screen and (max-width: 686px) {
  .vacancy__content p {
    font-size: 16px;
    font-size: 1rem;
  }
  .vacancy__content h2,
  .vacancy__content h3 {
    font-size: 19px;
    font-size: 1.1875rem;
  }
}

@media only screen and (max-width: 450px) {
  .job__wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .add__resume {
    padding-left: 35px;
    padding-right: 35px;
  }
}

.resume__form {
  max-width: 650px;
}

.resume__form input[type="email"],
.resume__form input[type="text"] {
  width: 90%;
  max-width: 650px;
  padding: 15px;
  border: 1px solid #8B949A;
  margin-bottom: 30px;
  font-size: 24px;
  font-size: 1.5rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resume__form input[type="email"]:focus,
.resume__form input[type="text"]:focus {
  border-color: #4BCAFF;
}

.resume__form #file-upload {
  position: absolute;
  left: -9999px;
}

.resume__form label[for="file-upload"] {
  display: inline-block;
  background-color: #515F67;
  color: #fff;
  font-size: 24px;
  font-size: 1.5rem;
  padding: 13px 70px 15px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resume__form label[for="file-upload"]:hover {
  background-color: #61717b;
}

.resume__form .form__controller {
  border: 1px solid #8B949A;
  max-width: 617px;
  overflow: hidden;
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 30px;
  width: 97%;
}

.resume__form #filename {
  font-size: 24px;
  font-size: 1.5rem;
  padding: 13px 15px 15px;
  opacity: .6;
  width: 100%;
  overflow: hidden;
  white-space: nowrap;
}

.resume__form button {
  cursor: pointer;
  border: 0;
  background-color: #4BCAFF;
  font-size: 14px;
  font-size: 0.875rem;
  font-family: "SegoeUIBold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  padding: 19px 140px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.resume__form button:hover {
  background-color: #18bbff;
}

@media only screen and (max-width: 500px) {
  .resume__form input[type="email"], .resume__form input[type="text"] {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .resume__form #filename {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .resume__form label[for="file-upload"] {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 500px) {
  .resume__form .form__controller {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    border: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  .resume__form #filename {
    border: 1px solid #8B949A;
    width: 70%;
    margin-bottom: 15px;
  }
}

@media only screen and (max-width: 400px) {
  .resume__form button {
    padding-right: 35px;
    padding-left: 35px;
    width: 100%;
  }
}

.lease__page {
  margin: 0;
  padding: 60px 0 110px;
  background-color: #515f67;
  color: #fff;
}

.lease__page p {
  font-size: 18px;
  font-size: 1.125rem;
  max-width: 850px;
}

.lease__item__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
	  margin:0px -30px;
}

.lease__item {
  width: 50%;
  padding:0px 30px;
  box-sizing:border-box;
}

.lease__item h3 {
  margin: 0;
  padding: 0;
  font-family: "SegoeUILight", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.lease__item .lease__item__img {
  width: 100%;
  position: relative;
}

.lease__item .lease__item__img img {
  width: 100%;
}

.lease__item p {
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (max-width: 880px) {
  .lease__item {
	  width: 49%;
	}
}

@media only screen and (max-width: 770px) {
  .lease__item {
    width: 100%;
  }
  .lease__item__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 686px) {
  .lease__item h3 {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .lease__page p {
    font-size: 16px;
    font-size: 1rem;
  }
  .lease__page {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}

.mobile__menu {
  max-width: 300px;
  height: 100%;
  position: fixed;
  left: 0;
  top: 50px;
  background-color: #414B52;
  z-index: 777;
  overflow-y: auto;
  opacity: 0;
  -webkit-transform: translateX(-200%);
          transform: translateX(-200%);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.mobile__menu.active__menu {
  opacity: 1;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.mobile__menu__nav {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 25px 40px 25px 45px;
}

.mobile__menu .menu__nav__link {
  text-decoration: none;
  text-transform: uppercase;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-bottom: 30px;
}

.mobile__menu .menu__nav__link:last-child {
  margin-bottom: 0;
}

.mobile__menu .menu__nav__link:hover {
  color: #4BCAFF;
}

.mobile__menu .menu__nav__link.active__page {
  color: #4BCAFF;
}

body.active__menu {
  overflow: hidden;
}

.home__news {
  margin: 0;
  padding: 90px 0;
  background-color: #fff;
}

.news__content__head {
  margin-bottom: 30px;
}

.news__content__head .date__title,
.news__content__head .name__title {
  font-size: 18px;
  font-size: 1.125rem;
  position: relative;
  text-transform: uppercase;
}

.news__content__head .date__title::before,
.news__content__head .name__title::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 45px;
  height: 1px;
  background-color: #515f67;
}

.news__content__head .date__title {
  width: 100%;
  max-width: 165px;
}

.news__content__head .name__title {
  width: 100%;
  max-width: 900px;
}

.news__content__item {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 15px;
}

.news__content__item:last-child {
  margin-bottom: 0;
}

.news__content__item .news__date {
  font-size: 14px;
  font-size: 0.875rem;
  width: 165px;
}

.news__content__item .content__news {
  max-width: 900px;
}

.news__content__item .news__title__link {
  text-decoration: none;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 18px;
  font-size: 1.125rem;
  color: #515f67;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news__content__item .news__title__link:hover {
  color: #4BCAFF;
}

.news__content__item p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.news__content__mobi {
  display: none;
}

@media only screen and (max-width: 686px) {
  .home__news {
    padding: 40px 0 60px;
  }
  .home__news__wapper {
    text-align: center;
  }
  .news__content__wrapper {
    display: none;
  }
  .news__content__mobi {
    display: block;
    width: 100%;
  }
  .news__content__mobi .news__mobi__item {
    margin: 0 30px;
    text-align: left;
  }
  .news__content__mobi .arrow__prev {
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    bottom: 0;
    background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
    background-position: -1568px -289px;
    width: 13px;
    height: 26px;
    background-size: 1767px, 1540px;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .news__content__mobi .arrow__next {
    cursor: pointer;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 0;
    background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
    background-position: -1585px -289px;
    width: 13px;
    height: 26px;
    background-size: 1767px, 1540px;
    background-repeat: no-repeat;
    z-index: 1;
  }
  .news__content__mobi .news__date {
    display: block;
  }
  .news__content__mobi .news__title__link {
    text-decoration: none;
    font-family: "SegoeUIBold", sans-serif;
    font-size: 18px;
    font-size: 1.125rem;
    color: #515f67;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
  }
  .news__content__mobi .news__title__link:hover {
    color: #4BCAFF;
  }
  .news__content__mobi p {
    margin: 0;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.news__archive {
  margin: 0;
  padding: 35px 0 100px;
  background-color: #fff;
}

.news__archive h2 {
  margin: 0 0 10px;
  padding: 0;
  font-size: 18px;
  font-size: 1.125rem;
}

.news__archive .search-form {
  margin-bottom: 40px;
}

.news__archive .search-form input[type="search"] {
  border: 1px solid #6E767B;
  padding: 3px 10px;
  width: 200px;
  margin-right: 10px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news__archive .search-form input[type="search"]:focus {
  border-color: #4BCAFF;
}

.news__archive .search-form input[type="submit"] {
  cursor: pointer;
  border: 0;
  padding: 3px 30px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #fff;
  background-color: #4BCAFF;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.news__archive .search-form input[type="submit"]:hover {
  background-color: #18bbff;
}

.page__list__wrapper {
  margin-top: 45px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.page__list__wrapper .page__list__title {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.125rem;
}

.page__list__wrapper .page__list__link {
  margin-right: 5px;
  text-decoration: none;
  color: #515f67;
  font-size: 18px;
  font-size: 1.125rem;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.page__list__wrapper .page__list__link:last-child {
  margin-right: 0;
}

.page__list__wrapper .page__list__link:hover {
  color: #4BCAFF;
}

.page__list__wrapper .page__list__link.active__page {
  color: #4BCAFF;
}

@media only screen and (max-width: 520px) {
  .page__list__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

@media only screen and (max-width: 868px) {
  .news__archive {
    padding-bottom: 35px;
  }
}

.news__page {
  margin: 0;
  padding: 50px 0;
  background-color: #fff;
}

.news__page h2 {
  font-size: 22px;
  font-size: 1.375rem;
}

.news__page p {
  font-size: 14px;
  font-size: 0.875rem;
}

.other__products__wrapper {
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}



.empty__item {
  width: 233px;
}

@media only screen and (max-width: 758px) {
  .other__products__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}

@media only screen and (max-width: 686px) {
  .page__title__wrapper a:first-child {
    margin-right: 0;
  }
}

.our__clients {
  margin: 0;
  padding: 70px 0;
  background-color: #515f67;
}
.our__clients h4 {color:#fff;font-size:2rem;line-height:1.2em;margin:0px;margin-bottom:.5em;}
.our__clients__heading {
  color: #fff;
}

.our__clients__heading::before {
  background-color: #fff;
}

.our__clients .clients-slider__bottom {
  margin-top: 25px;
}

.our__clients .slider__bottom__item h3 {
    font-weight: bold;
    margin: 0px;
    margin-bottom: 1em;
}
.our__clients .slider__bottom__item h3 a {
  display: inline-block;
  text-decoration: none;
  font-family: "SegoeUILight", sans-serif;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our__clients .slider__bottom__item p {
  margin: 0;
  padding: 0;
  font-family: "SegoeUILight", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
}

.our__clients .slider__bottom__item > a {
  margin-top: 20px;
  display: inline-block;
  text-decoration: none;
  font-family: "SegoeUILight", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.our__clients .slider__bottom__item a:hover {
  color: #4BCAFF;
}

.clients__slider__top {
  position: relative;
}

.clients__slider__top .arrow__prev {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0;
  left: -40px;
  bottom: 24px;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1568px -203px;
  width: 28px;
  height: 56px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  z-index: 1;
}

.clients__slider__top .arrow__next {
  display: inline-block;
  cursor: pointer;
  position: absolute;
  margin: auto;
  top: 0;
  right: -40px;
  bottom: 24px;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1600px -203px;
  width: 28px;
  height: 56px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  z-index: 1;
}

.client_thumb {width:204px !important; height:180px !important;overflow:hidden;margin:0px 24px 24px 0px !important;border:2px solid #fff;box-sizing:border-box;position: relative;cursor:pointer;background:#fff;box-shadow: 0px 2px 4px rgba(0,0,0,.2);}
.client_thumb img {position: absolute; top:50%;left:50%;transform: translate(-50%,-50%);max-height: 94%;max-width: 94%;width:auto !important; height:auto !important;}
@media only screen and (max-width: 870px) {
  .our__clients .slider__top__item {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 686px) {
  .client_thumb {opacity:0;transition:opacity ease .5s;}
  .client_thumb.slick-current {opacity:1;}
  .our__clients {
    text-align: center;
    padding: 35px 0 70px;
  }
  .our__clients .slider__top__item {
    margin-right: 50px;
    margin-left: 50px;
  }
  .clients__slider__top {
    max-width: 400px;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 500px) {
  .clients__slider__top .arrow__prev {
    left: 10px;
  }
  .clients__slider__top .arrow__next {
    right: 10px;
  }
  .our__clients .clients-slider__bottom {
    display: none;
  }
}

@media only screen and (max-width: 380px) {
  .our__clients .slider__top__item {
    width: 160px;
    height: 160px;
  }
}

.page__title {
  margin: 0;
  padding: 40px 0 40px;
  background-color: #4BCAFF;
}

.page__title .page__heading {
  margin-bottom: 0;
  color: #fff;
}

.page__title .page__heading::before {
  background-color: #fff;
}

.page__title .page__heading,.page__title .page__heading a {
  color: #39444b;
  text-decoration:none;
}

.page__title .page__heading:first-child::before {
  background-color: #fff;
}

.page__title .page__heading:first-child.active__title {
  color: #515f67;
}

.page__title .page__heading:first-child.active__title::before {
  background-color: #515f67;
}

.page__title__wrapper .page__heading:last-child.other__link {
  color: #fff;
}
.mytab.active__tab,.page__heading.active__tab {
  color: #39444b !important;
}
.mytab.active__tab::before,.page__heading.active__tab::before
{
	background-color: #39444b !important;
}
.page__title__wrapper .page__heading:last-child.other__link::before {
  background-color: #fff;
}

@media only screen and (max-width: 1200px) {
  .header__slider__item {padding-top:50px;}
  .header__slider .arrow__prev,.header__slider .arrow__next {
	top: 50px;
}
}

@media only screen and (max-width: 686px) {
	.header__slider__item {height:370px;}
  .page__title__wrapper {
    text-align: center;
  }
  .page__title {
    padding: 30px 0 30px;
  }
  .news__archive .news__content__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .news__archive .news__content__head {
    display: none;
  }
  .news__archive .home__news__wapper {
    text-align: left;
  }
  .news__archive .news__content__wrapper {
    display: block;
  }
}

@media only screen and (max-width: 374px) {
  .news__archive .search-form input[type="search"] {
    width: 92%;
    margin-bottom: 10px;
    margin-right: 0;
  }
}

.price__list {
  margin: 0;
  padding: 100px 0 185px;
  background-color: #fff;
}

.heading__price__list,
.price__list__item {
  width: 100%;
}

.heading__title {
  width: 74.35%;
  background-color: #39444b;
  padding: 15px 20px 15px 75px;
  color: #fff;
  font-family: "SegoeUISemiBold", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.heading__currency {
  text-align: center;
  width: 25.65%;
  background-color: #4BCAFF;
  padding: 15px 25px;
  color: #fff;
  font-family: "SegoeUISemiBold", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}

.price__title {
  width: 74.35%;
  background-color: rgb(109,121,127);
  padding: 5px 20px 5px 75px;
  color: #fff;
  font-family: "SegoeUISemiBold", sans-serif;
  font-size: 24px;
  font-size: 1.5rem;
}

.price__value {
  text-align: center;
  width: 25.65%;
  background-color: #68D3FF;
  padding: 5px 25px;
  color: #fff;
  font-family: "SegoeUISemiBold", sans-serif;
  font-size: 30px;
  font-size: 1.875rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1150px) {
  .heading__title,
  .heading__currency,
  .price__value {
    font-size: 22px;
    font-size: 1.375rem;
  }
  .price__title {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 950px) {
  .heading__title,
  .price__title {
    padding-left: 30px;
  }
  .heading__title,
  .heading__currency,
  .price__value {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .price__title {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 686px) {
  .price__list {
    padding-top: 40px;
    padding-bottom: 40px;
  }
  .page__title .page__heading:first-child {
    margin-right: 0;
  }
}

@media only screen and (max-width: 450px) {
  .heading__currency {
    display: none;
  }
  .heading__title,
  .price__value,
  .price__title {
    width: 100%;
  }
  .price__list__item {
    -ms-flex-flow: wrap;
        flex-flow: wrap;
  }
  .price__value {
    text-align: left;
  }
}

.products {
  margin: 0;
  padding: 100px 0 70px;
  background-color: #fff;
}
.news__page + .products,.news__page + .product__page
 {
  padding-top:20px;
}
.product__page:empty {display:none;}

.products__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.product__slider {
  max-width: 535px;
  margin: 0 auto;
}

.product__slider .pruducts__item {
  margin: 0 20px;
}

.product__slider,
.slider__arrows {
  display: none;
}

.slider__arrows {
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.slider__arrows .arrow__prev {
  display: inline-block;
  cursor: pointer;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1731px -203px;
  width: 25px;
  height: 28px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  margin-right: 40px;
}

.slider__arrows .arrow__next {
  display: inline-block;
  cursor: pointer;
  background-image: url(../img/png-sprite/96dpi/spriteuwfvxn6tpv6pcadims4i.png);
  background-position: -1702px -203px;
  width: 25px;
  height: 28px;
  background-size: 1767px, 1540px;
  background-repeat: no-repeat;
  margin-left: 40px;
}

@media only screen and (max-width: 758px) {
  .products__wrapper {
    display: none;
  }
  .product__slider {
    display: block;
  }
  .slider__arrows {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (max-width: 686px) {
  .products {
    padding-top: 45px;
    padding-bottom: 45px;
  }
}

@media only screen and (max-width: 530px) {
  .product__slider {
    max-width: 265px;
  }
}

.services__wrapper {
display:block;
}

@media only screen and (max-width: 695px) {
  .services__wrapper {
    -ms-flex-pack: distribute;
  }
}

.team__page .page__title {
  padding-top: 40px;
}

.team__page .about {
  padding-top: 40px;
}

.team__page .about__top {
  background-color: #4BCAFF;
  padding-bottom: 30px;
}

.team__page .about__top .choice__section {
  display: -ms-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.team__page .about__top .choice__section__nav::before {
  display: none;
}

.team__page .about__top .active__section {
  color: #fff;
}

.team__page .about__bottom {
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #fff;
}

.team__page .worker__item .worker__img {
  width: 200px;
  height: 200px;
}

.team__page .worker__item {
  text-decoration: none;
  color: #515f67;
}

.team__page .worker__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

@media only screen and (max-width: 861px) {
  .team__page .worker__item .worker__img {
    width: 150px;
    height: 150px;
  }
  .worker__item span {
    font-size: 17px;
    font-size: 1.0625rem;
  }
  .vacancy__link__wrapper .vacancy__link {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 686px) {
  .team__page .about__top .choice__section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .team__page .choice__section__nav {
    margin-right: 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .team__page .about__top {
    padding-bottom: 15px;
  }
}

@media only screen and (max-width: 503px) {
  .team__page .worker__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
  .vacancy__link__wrapper .vacancy__link {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.team__profile {
  margin: 0;
  padding: 45px 0;
  background-color: #fff;
}

.team__profile__wrapper {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-flex-flow: wrap;
      flex-flow: wrap;
}

.team__profile__wrapper .certificate__wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.team__profile__wrapper .certificate__wrapper img {
  margin-right: 10px;
}

.team__profile__wrapper .certificate__wrapper .certificate__info {
  max-width: 180px;
}

.team__profile__wrapper .certificate__wrapper .certificate__info p {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (max-width: 970px) {
  .team__profile__wrapper .certificate__wrapper {
    margin: 0 10px 30px;
  }
}

@media only screen and (max-width: 644px) {
  .team__profile__wrapper {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .team__profile__wrapper .certificate__wrapper {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (max-width: 450px) {
  .team__profile__wrapper .certificate__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
  }
  .team__profile__wrapper .certificate__wrapper img {
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.top__pannel {
  width: 100%;
  top: 0;
  left: 0;
  max-height: 150px;
  background-color: #39444b;
  background-color: #39444b;
  z-index: 7;
}

.top__pannel__wrapper {
  height: 100px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.top__pannel.top__mini .top__pannel__wrapper {
  height: 90px;
}

.top__pannel.top__mini .top__logo img {
  width: 120px;
}

.top__pannel.top__mini .top__second__logo {
  width: 80px;
}

.no__home__page .top__pannel {
  background-color: #414B52;
}

.top__logo {
  position: relative;
  margin-right: 5px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top__second__logo {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top__nav {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.top__nav__link {
  padding: 7px 10px;
  text-decoration: none;
  text-transform: uppercase;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  border: 2px solid transparent;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.top__nav__link:hover {
  color: #4BCAFF;
}

.top__nav__link.active__page {
  color: #4BCAFF;
  border-color: #4BCAFF;
}

.language__selection {
  /*border-bottom: 1px solid #fff;*/
}

.language__selection__item {
  cursor: pointer;
  text-transform: uppercase;
  font-family: "SegoeUIBold", sans-serif;
  font-size: 14px;
  font-size: 0.875rem;
  color: #fff;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  margin-right: 10px;
  text-decoration:none;
	line-height: 30px;
	margin: -2px;
	padding: 0 5px;
	border-bottom: 1px solid #fff;
}

.language__selection__item:first-child {
}

.language__selection__item.active__language {
  color: #4BCAFF;
}

.top__mobi__left {
  display: none;
}

.top__mobi__left select {
  border: 0;
  padding-right: 15px;
  cursor: pointer;
  font-family: "SegoeUIBold", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background-color: transparent;
  font-size: 14px;
  font-size: 0.875rem;
  -ms-appearance: none;
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  background-image: url(../img/general/sorting-arrow.png);
  background-position: right center;
  background-repeat: no-repeat;
}

.top__mobi__left select option {
  color: #515f67;
}

.nav_button {
  width: 32px;
  height: 18px;
  cursor: pointer;
  margin-right: 10px;
}

.nav_button #burger {
  position: relative;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: .6s ease-in-out;
  transition: .6s ease-in-out;
}

.nav_button #burger span {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.nav_button #burger span:nth-child(1) {
  top: 0;
}

.nav_button #burger span:nth-child(2), .nav_button #burger span:nth-child(3) {
  top: 8px;
}

.nav_button #burger span:nth-child(4) {
  top: 16px;
}

.nav_button #burger.active-sandwich span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

.nav_button #burger.active-sandwich span:nth-child(2) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

.nav_button #burger.active-sandwich span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.nav_button #burger.active-sandwich span:nth-child(4) {
  top: 18px;
  width: 0%;
  left: 50%;
}

@media only screen and (max-width: 1300px) {
  .top__logo {
    margin-right: 0;
  }
}

@media only screen and (max-width: 1200px) {
  .top__pannel .top__pannel__wrapper {
    height: 50px;
  }
  .top__pannel.top__mini .top__pannel__wrapper {
    height: 50px;
  }
  .top__nav,
  .language__selection__item {
    display: none;
  }
  .top__logo {
    margin-right: 0px;
  }
  .top__pannel .top__logo img {
    max-width: 75px;
    display: inline-block;
    vertical-align: middle;
    margin-right:20px;
  }
  .top__pannel .top__second__logo {
    width: 45px;
  }
  .top__pannel.top__mini .top__logo img {
    width: 75px;
  }
  .top__pannel.top__mini .top__second__logo {
    width: 45px;
  }
  .top__mobi__left {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.we__selling {
  margin: 0;
  padding: 55px 0;
  background-color: #4BCAFF;
}

.we__selling__heading {
  color: #fff;
}

.we__selling__heading::before {
  background-color: #fff;
}

.we__selling .item__wrapper {
  display:block;
}
span.verticalmiddle {display:inline-block;height:100%;vertical-align: middle;}

@media only screen and (max-width: 870px) {
	.we__selling .item__wrapper
	{
		align-items:baseline;
    justify-content: center;
	}
  .we__selling .selling__item {
	  width:40%;
  }
}

@media only screen and (max-width: 686px) {
  .pagetable .contact__page__wrapper {height:auto !important;}
  #map {position:relative;height:400px;}
  .we__selling__wrapper {
    display: -ms-flex;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .we__selling .item__wrapper {
    -ms-flex-pack: distribute;
        justify-content: space-around;
  }
}
@media only screen and (max-width: 572px) {
  .we__selling .selling__item {
      width: 240px;
      height: 240px;
      margin: 0px 1% 17px 1%;
  }
}

@media only screen and (max-width: 467px) {
  .we__selling .selling__item {
      width: 240px;
      max-width: 98%;
      height: 240px;
      margin: 0px 1% 17px 1%;
  }
}
ul {
  list-style: none;
  padding: 0;
}

li {
  padding-left: 1em; 
  text-indent: -.7em;
}

li::before {
  content: "• ";
  color: inherit;
}
.slick-dots li::before {
  display: none;
}
.popupholder
{
    width: 90%;
    max-width: 640px;
    margin: 0px auto;
    padding:40px 20px;
    position: relative;
}
.popup-form {
    display: block;
    color:#fff;
    background-color: #39444b;
}
.popup-form .inner {
    padding: 10px 40px 60px 40px;
  }
.mfp-close {
    z-index: 6666;
    border: 1px solid !important;
    border-radius: 50% !important;
    right: 0px !important;
    top: 20px !important;
}
.mfp-close-btn-in .mfp-close
{
  color:#fff !important;
}
#title .mfp-close {
  top:0px !important;
  height:100% !important;
  border:0 !important;
}
.slider_styling {position:relative;}
.header__slider__item .thumb {position:absolute;top:0px;left:0px;width:100%;height:100%;overflow:hidden;}
.header__slider__item .thumb:after {display:block;    content: '';position: absolute;top: 0;left: 0;  width: 100%; height: 100%; /*background-color: rgba(122, 136, 145, 0.7);*/}
.header__slider__item .thumb img {position:absolute;top:50%;left:50%;min-width:100%;min-height:100%;overflow:hidden;transform:translate(-50%,-50%);}
.certi-data {float:left;width:25%;overflow:auto;padding:0px 10px;}
.certi-data img {width:100%;}

.grid {margin: 0px auto;overflow-y: auto;box-sizing: border-box;display: flex;justify-content: space-between;flex-wrap: wrap;}
.gridcell {padding: 0px;margin: 0px;margin-bottom: 30px;box-sizing: border-box;}
.gridcell.empty {min-height: 200px;width:224px;}
.gridcell.empty:nth-child(4n+1),.gridcell.empty:nth-child(4n+2):nth-last-child(2),.gridcell.empty:nth-child(4n+2):nth-last-child(1),.gridcell.empty:nth-child(4n+3):nth-last-child(1) {display:none;}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 960px) {
	.grid {max-width: 950px;}
  .gridcell.empty {display:block;}
  .gridcell.empty:nth-child(3n+1) {display:none;}
  .gridcell.empty:nth-child(3n+2):nth-last-child(2) {display:none;}
  .gridcell.empty:last-child {display:none;}

}
@media only screen and (max-width: 718px) {
  .grid {max-width: 500px;}
  .gridcell.empty {display:block;}
  .gridcell.empty:nth-child(2n+1) {display:none;}
  .gridcell.empty:nth-child(2n+2):nth-last-child(2) {display:none;}
  .gridcell.empty:last-child {display:none;}
}

@media only screen and (max-width: 686px) {
     
}
@media only screen and (max-width: 572px) {
}



.we__selling .selling__item, .pruducts__item {
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    border: 2px solid #fff;
    color:#fff;
    text-align: center;
    width: 224px;
    height: 224px;
    padding: 20px 10px;
    flex-wrap: wrap;
    margin: 0 auto;
    box-sizing: border-box;
    text-decoration:none;
    font-size: 1.2em;
    position: relative;
}
.pruducts__item {border-color:#39444b;color:#39444b;}
.pruducts__item:hover {border-color:#48C7FC;color:#48C7FC;}
.we__selling .selling__item:hover,.pruducts__item:hover {text-decoration: underline;}
.we__selling .selling__item .thumb,.pruducts__item .thumb {position:relative;height:80px;width:100%;overflow:hidden;display:block;}
.pruducts__item .thumb {background:#fff;}
.thumb.hover {z-index:2;top:0px;left:0px;position: absolute;opacity:0;}
.selling__item:hover .thumb.hover,.pruducts__item:hover .thumb.hover {z-index: 5;opacity:1;}
.we__selling .selling__item .thumb img,.pruducts__item .thumb img {position: absolute;top:50%;left:50%;max-height:80px;transform: translate(-50%,-50%);z-index:3;}
.we__selling .selling__item > span span,.pruducts__item > span span {
    display: inline-block;
    white-space: normal;
    vertical-align: middle;
}
.we__selling .selling__item:hover {
  opacity: .8;
}
.selling_noimage {display:block;height:80px;width:100%;}
/*border: 3px solid #4BCAFF;*/
.fixgrid {margin:0px -10px;}
.fixgrid .fixrow {margin-bottom:10px;display: flex;width: 100%;}
.fixgrid .fixrow:after {content:"";display: block;clear:both;}
.fixgrid .fullcell {margin:0px 10px;width:100%;}
.fixgrid .halfcell {
    padding: 0px 10px;
    width: 50%;
    float: left;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.form__ontroller label { display: block; font-family: "SegoeUIBold", sans-serif; font-size: 14px; font-size: 0.875rem; line-height: 20px; text-transform: uppercase;vertical-align: middle;cursor:pointer;}
.form__ontroller label span { display: inline-block;vertical-align: middle;}
input[type="checkbox"] { display:inline-block;width:auto;margin-right:20px;width:20px;height:20px;vertical-align: middle;}
form h3 {
    float: left;
    box-sizing: border-box;
    display: block;
    font-family: "SegoeUIBold", sans-serif;
    font-size: 1.075rem;
    margin:0px;
    line-height: 1em;
}
form #title {padding:10px 40px;background: #242e33;color:#fff;font-weight: normal; position: relative;}
.mfp-bg {background:#fff !important;}
.fixgrid .fullcell .bluebtn {width:50%;padding:0px; text-align: center;line-height:41px;}
.formtoggler {color:#899096;display: inline-block;font-size: 140%;padding:8px 0px;cursor: pointer;}
.active {color:#4bcaff;}
.formtoggler:after {
    content: "";
    width: 40px;
    display: block;
    margin-top: 5px;
    color:inherit;
    border-bottom: 1px solid;
}
form.nospecials .specialelem {display:none;}
.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
    color: #FFF;
    right: -6px;
    text-align: center !important;
    padding-right: 0px !important;
    width: 44px !important;
}
@media only screen and (max-width: 494px) {
  .grid {width:260px;margin:0px auto;display: block;}
  .gridcell {margin:0px auto; margin-bottom: 20px;}
}
@media only screen and (max-width: 467px) {
  .fixgrid .halfcell {
      padding: 0px;
      margin:0px 10px;
      width:100%;
      float: none;
      box-sizing: border-box;
      display: block;
  }
  .fixgrid .fixrow {display:block;}
  .bluebtn,.footer__wrapper .request, .bluebtn {width:100%; text-align: center;}
}
.mfp-gallery .mfp-close {
	position: fixed;
    top: 20px !important;
    right: 20px !important;
    color: #333 !important;
	}
	.mfp-close.result {    
    top: 50px !important;
    right: 30px !important;
    margin: 0px !important;
  }
  .developer {
	  padding:1rem;
	  text-align:center;
	  background:#192127;
	  }

    .desktop__content__item__data h1,
    .content__txt h1,
    .news__page__wrapper h1 {
      font-family:"SegoeUI", sans-serif;  font-size:18pt; text-transform:uppercase;color:rgb(75,202,255);
    }
    .desktop__content__item__data h2,
    .content__txt h2,
    .news__page__wrapper h2 {
      font-family:"SegoeUIBold", sans-serif;  font-size:14pt; text-transform:uppercase;color:inherit; font-weight: bold;
    }
    .desktop__content__item__data h3,
    .content__txt h3,
    .news__page__wrapper h3 {
      font-family:"SegoeUI", sans-serif;  font-size:14pt; text-transform:uppercase;color:inherit; text-decoration: underline;
    }
    .desktop__content__item__data h2::before,
    .content__txt h2::before,
    /*.news__page__wrapper h2::before {background-color:rgb(75,202,255);}*/
    .page__title .page__heading, .page__title .page__heading a:hover {color:#fff;}
    .page__title .page__heading,.page__title .page__heading a {color:#fff !important;}
    .page__title .page__heading.heading__style2,.page__title .page__heading.other__link {color:#39444b !important;}
    .page__title .page__heading::before {background-color:#fff !important;}
    .page__title .page__heading:hover,.page__title .page__heading.active__tab:hover,.page__title .page__heading.active__tab {color:#fff !important;}
    .page__title .page__heading:hover::before,.page__title .page__heading.active__tab::before {background-color:#fff !important;}
    .page__title .page__heading.heading__style2::before,.page__title .page__heading.other__link::before {background-color:#39444b !important;}
    .page__title .page__heading.heading__style2.active__tab::before,.page__title .page__heading.other__link.active__tab::before {background-color:#fff !important;}
    .page__title .page__heading.heading__style2:hover::before,.page__title .page__heading.other__link:hover::before {background-color:#fff !important;}

    @media only screen and (max-width: 640px) {
      .worker__nav__item {width:100%;float:none;}
      .worker__nav__item:after {display: block;content:"";clear:both;}
      .worker__nav__item a {text-align: left;}
      .worker__nav__item .worker__img, .worker__item .worker__img {width:80px;padding:0px;height:80px; margin-right:10px;float:left;}
      .worker__nav__item span, .worker__item span {line-height:1.2em;}
      .vacancy__link__wrapper .vacancy__link {font-size:1.425rem; margin-bottom:.3em;}
    }
    .developer {display: none;}
	.mfp-figure .mfp-close {top:50px !important; right:10px !important;}
	.pruducts__item span.data {max-height:90px;}
	.pruducts__item span.data.slim {line-height:1.1em;overflow:hidden;}
  .product__wrapper .product__content h2{font-size:1.275rem;}
  .header__slider__item .thumb {position: static;overflow: auto;height: auto;width:100%;}
  .header__slider__item .thumb img {position: static;overflow: auto;height: auto;width:100%;transform: initial;min-height: 0px;}
  .header__slider__item {height:auto;}
  .header__slider__item {padding-top:0px;padding:0px;width:100%}
  .header__slider .slick-slide .slider__content {padding:0px;}
  .header {max-height: 2000px;}
@media only screen and (max-width: 1200px){
.header__slider .arrow__prev, .header__slider .arrow__next {
    top: 0px;
}

.gridcell span {width:100%;display:block;}