@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, html {
  margin: 0;
  padding: 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;
}

/**
 * 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: border-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;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('fonts/Custom-Font.eot');
    src: url('fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('fonts/Custom-Font.woff') format('woff'),
         url('fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value
    font-style: normal;     // Also could has another value
    }

// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'Square';
  src: url("fonts/pfsquaresanspro-thin.eot");
  src: url("fonts/pfsquaresanspro-thin.eot?#iefix") format("embedded-opentype"), url("fonts/pfsquaresanspro-thin.woff") format("woff"), url("fonts/pfsquaresanspro-thin.svg#pfsquaresanspro") format("svg");
  font-weight: 200;
  font-style: normal;
}

@font-face {
  font-family: 'Square';
  src: url("fonts/pfsquaresanspro-light.eot");
  src: url("fonts/pfsquaresanspro-light.eot?#iefix") format("embedded-opentype"), url("fonts/pfsquaresanspro-light.woff") format("woff"), url("fonts/pfsquaresanspro-light.svg#pfsquaresanspro-light") format("svg");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'Square';
  src: url("fonts/pfsquaresanspro-regular.eot");
  src: url("fonts/pfsquaresanspro-regular.eot?#iefix") format("embedded-opentype"), url("fonts/pfsquaresanspro-regular.woff") format("woff"), url("fonts/pfsquaresanspro-regular.svg#pfsquaresanspro-regular") format("svg");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Square';
  src: url("fonts/pfsquaresanspro-medium.eot");
  src: url("fonts/pfsquaresanspro-medium.eot?#iefix") format("embedded-opentype"), url("fonts/pfsquaresanspro-medium.woff") format("woff"), url("fonts/pfsquaresanspro-medium.svg#pfsquaresanspro-medium") format("svg");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'Square';
  src: url("fonts/pfsquaresanspro-bold.eot");
  src: url("fonts/pfsquaresanspro-bold.eot?#iefix") format("embedded-opentype"), url("fonts/pfsquaresanspro-bold.woff") format("woff"), url("fonts/pfsquaresanspro-bold.svg#pfsquaresanspro-bold") format("svg");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Square';
  src: url("fonts/pfsquaresanspro-black.eot");
  src: url("fonts/pfsquaresanspro-black.eot?#iefix") format("embedded-opentype"), url("fonts/pfsquaresanspro-black.woff") format("woff"), url("fonts/pfsquaresanspro-black.svg#pfsquaresanspro-black") format("svg");
  font-weight: 900;
  font-style: normal;
}

/*
 * Responsive Grid System for SASS based on Bootstrap
 *
 * Author: Robert-Jan van der Elst <rjvdelst@gmail.com>
 * Version: 1.0.0
 * License: MIT
 *
 */
/* Some fixes and handy class shortcuts */
* {
  box-sizing: border-box;
}

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

@-ms-viewport {
  width: device-width;
}

.hide, .hidden {
  display: none !important;
}

.show {
  display: block !important;
}

.invisible {
  visibility: hidden !important;
}

/* Container */
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container:before, .container:after {
  content: " ";
  display: table;
}

.container:after {
  clear: both;
}

@media (min-width: 768px) {
  .container {
    width: 720px;
  }
}

@media (min-width: 770px) {
  .container {
    width: 940px;
  }
}

@media (min-width: 2000px) {
  .container {
    width: 1200px;
  }
}

/* Full Width Container */
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0;
  padding-right: 0;
}

.container-fluid:before, .container-fluid:after {
  content: " ";
  display: table;
}

.container-fluid:after {
  clear: both;
}

/* Row */
.row {
  margin-left: 0;
  margin-right: 0;
}

.row:before, .row:after {
  content: " ";
  display: table;
}

.row:after {
  clear: both;
}

/* Common column style */
.ex-1, .xs-1, .sm-1, .md-1, .lg-1, .xs-2, .sm-2, .md-2, .top-menu__item, .lg-2, .xs-3, .sm-3, .md-3, .lg-3, .xs-4, .sm-4, .md-4, .lg-4, .xs-5, .sm-5, .md-5, .lg-5, .xs-6, .sm-6, .md-6, .about-header__text, .about-header__img, .contacts__map, .contacts__content, .partner, .partner_big .partner__img, .partner_big .partner__content, .product-option__img, .product-option__content, .service__img, .service__content, .single-news__image, .single-news__content, .lg-6, .xs-7, .sm-7, .md-7, .lg-7, .xs-8, .sm-8, .md-8, .lg-8, .xs-9, .sm-9, .md-9, .lg-9, .xs-10, .sm-10, .md-10, .lg-10, .xs-11, .sm-11, .md-11, .lg-11, .xs-12, .about-header__text, .about-header__img, .top-menu__item, .contacts__map, .contacts__content, .partner, .partner_big .partner__img, .partner_big .partner__content, .product-option__img, .product-option__content, .service__img, .service__content, .single-news__image, .single-news__content, .sm-12, .md-12, .partner_big, .lg-12, .ex-2, .ex-3, .ex-4, .ex-5, .ex-6, .ex-7, .ex-8 {
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 0;
  padding-right: 0;
}

.ex-1 {
  width: 12.5%;
}

.ex-2 {
  width: 25%;
}

.ex-3 {
  width: 37.5%;
}

.ex-4 {
  width: 50%;
}

.ex-5 {
  width: 62.5%;
}

.ex-6 {
  width: 75%;
}

.ex-7 {
  width: 87.5%;
}

.ex-8 {
  width: 100%;
}

.ex-pull-0 {
  right: auto;
}

.ex-pull-1 {
  right: 12.5%;
}

.ex-pull-2 {
  right: 25%;
}

.ex-pull-3 {
  right: 37.5%;
}

.ex-pull-4 {
  right: 50%;
}

.ex-pull-5 {
  right: 62.5%;
}

.ex-pull-6 {
  right: 75%;
}

.ex-pull-7 {
  right: 87.5%;
}

.ex-pull-8 {
  right: 100%;
}

.ex-push-0 {
  left: auto;
}

.ex-push-1 {
  left: 12.5%;
}

.ex-push-2 {
  left: 25%;
}

.ex-push-3 {
  left: 37.5%;
}

.ex-push-4 {
  left: 50%;
}

.ex-push-5 {
  left: 62.5%;
}

.ex-push-6 {
  left: 75%;
}

.ex-push-7 {
  left: 87.5%;
}

.ex-push-8 {
  left: 100%;
}

.ex-offset-0 {
  margin-left: 0%;
}

.ex-offset-1 {
  margin-left: 12.5%;
}

.ex-offset-2 {
  margin-left: 25%;
}

.ex-offset-3 {
  margin-left: 37.5%;
}

.ex-offset-4 {
  margin-left: 50%;
}

.ex-offset-5 {
  margin-left: 62.5%;
}

.ex-offset-6 {
  margin-left: 75%;
}

.ex-offset-7 {
  margin-left: 87.5%;
}

.ex-offset-8 {
  margin-left: 100%;
}

/* Extra Small Grid */
.xs-1 {
  width: 8.33333%;
}

.xs-2 {
  width: 16.66667%;
}

.xs-3 {
  width: 25%;
}

.xs-4 {
  width: 33.33333%;
}

.xs-5 {
  width: 41.66667%;
}

.xs-6 {
  width: 50%;
}

.xs-7 {
  width: 58.33333%;
}

.xs-8 {
  width: 66.66667%;
}

.xs-9 {
  width: 75%;
}

.xs-10 {
  width: 83.33333%;
}

.xs-11 {
  width: 91.66667%;
}

.xs-12, .about-header__text, .about-header__img, .top-menu__item, .contacts__map, .contacts__content, .partner, .partner_big .partner__img, .partner_big .partner__content, .product-option__img, .product-option__content, .service__img, .service__content, .single-news__image, .single-news__content {
  width: 100%;
}

.xs-pull-0 {
  right: auto;
}

.xs-pull-1 {
  right: 8.33333%;
}

.xs-pull-2 {
  right: 16.66667%;
}

.xs-pull-3 {
  right: 25%;
}

.xs-pull-4 {
  right: 33.33333%;
}

.xs-pull-5 {
  right: 41.66667%;
}

.xs-pull-6 {
  right: 50%;
}

.xs-pull-7 {
  right: 58.33333%;
}

.xs-pull-8 {
  right: 66.66667%;
}

.xs-pull-9 {
  right: 75%;
}

.xs-pull-10 {
  right: 83.33333%;
}

.xs-pull-11 {
  right: 91.66667%;
}

.xs-pull-12 {
  right: 100%;
}

.xs-push-0 {
  left: auto;
}

.xs-push-1 {
  left: 8.33333%;
}

.xs-push-2 {
  left: 16.66667%;
}

.xs-push-3 {
  left: 25%;
}

.xs-push-4 {
  left: 33.33333%;
}

.xs-push-5 {
  left: 41.66667%;
}

.xs-push-6 {
  left: 50%;
}

.xs-push-7 {
  left: 58.33333%;
}

.xs-push-8 {
  left: 66.66667%;
}

.xs-push-9 {
  left: 75%;
}

.xs-push-10 {
  left: 83.33333%;
}

.xs-push-11 {
  left: 91.66667%;
}

.xs-push-12 {
  left: 100%;
}

.xs-offset-0 {
  margin-left: 0%;
}

.xs-offset-1 {
  margin-left: 8.33333%;
}

.xs-offset-2 {
  margin-left: 16.66667%;
}

.xs-offset-3 {
  margin-left: 25%;
}

.xs-offset-4 {
  margin-left: 33.33333%;
}

.xs-offset-5 {
  margin-left: 41.66667%;
}

.xs-offset-6 {
  margin-left: 50%;
}

.xs-offset-7 {
  margin-left: 58.33333%;
}

.xs-offset-8 {
  margin-left: 66.66667%;
}

.xs-offset-9 {
  margin-left: 75%;
}

.xs-offset-10 {
  margin-left: 83.33333%;
}

.xs-offset-11 {
  margin-left: 91.66667%;
}

.xs-offset-12 {
  margin-left: 100%;
}

/* Small Grid */
@media (min-width: 768px) {
  .sm-1 {
    width: 8.33333%;
  }
  .sm-2 {
    width: 16.66667%;
  }
  .sm-3 {
    width: 25%;
  }
  .sm-4 {
    width: 33.33333%;
  }
  .sm-5 {
    width: 41.66667%;
  }
  .sm-6 {
    width: 50%;
  }
  .sm-7 {
    width: 58.33333%;
  }
  .sm-8 {
    width: 66.66667%;
  }
  .sm-9 {
    width: 75%;
  }
  .sm-10 {
    width: 83.33333%;
  }
  .sm-11 {
    width: 91.66667%;
  }
  .sm-12 {
    width: 100%;
  }
  .sm-pull-0 {
    right: auto;
  }
  .sm-pull-1 {
    right: 8.33333%;
  }
  .sm-pull-2 {
    right: 16.66667%;
  }
  .sm-pull-3 {
    right: 25%;
  }
  .sm-pull-4 {
    right: 33.33333%;
  }
  .sm-pull-5 {
    right: 41.66667%;
  }
  .sm-pull-6 {
    right: 50%;
  }
  .sm-pull-7 {
    right: 58.33333%;
  }
  .sm-pull-8 {
    right: 66.66667%;
  }
  .sm-pull-9 {
    right: 75%;
  }
  .sm-pull-10 {
    right: 83.33333%;
  }
  .sm-pull-11 {
    right: 91.66667%;
  }
  .sm-pull-12 {
    right: 100%;
  }
  .sm-push-0 {
    left: auto;
  }
  .sm-push-1 {
    left: 8.33333%;
  }
  .sm-push-2 {
    left: 16.66667%;
  }
  .sm-push-3 {
    left: 25%;
  }
  .sm-push-4 {
    left: 33.33333%;
  }
  .sm-push-5 {
    left: 41.66667%;
  }
  .sm-push-6 {
    left: 50%;
  }
  .sm-push-7 {
    left: 58.33333%;
  }
  .sm-push-8 {
    left: 66.66667%;
  }
  .sm-push-9 {
    left: 75%;
  }
  .sm-push-10 {
    left: 83.33333%;
  }
  .sm-push-11 {
    left: 91.66667%;
  }
  .sm-push-12 {
    left: 100%;
  }
  .sm-offset-0 {
    margin-left: 0%;
  }
  .sm-offset-1 {
    margin-left: 8.33333%;
  }
  .sm-offset-2 {
    margin-left: 16.66667%;
  }
  .sm-offset-3 {
    margin-left: 25%;
  }
  .sm-offset-4 {
    margin-left: 33.33333%;
  }
  .sm-offset-5 {
    margin-left: 41.66667%;
  }
  .sm-offset-6 {
    margin-left: 50%;
  }
  .sm-offset-7 {
    margin-left: 58.33333%;
  }
  .sm-offset-8 {
    margin-left: 66.66667%;
  }
  .sm-offset-9 {
    margin-left: 75%;
  }
  .sm-offset-10 {
    margin-left: 83.33333%;
  }
  .sm-offset-11 {
    margin-left: 91.66667%;
  }
  .sm-offset-12 {
    margin-left: 100%;
  }
}

/* Medium Grid */
@media (min-width: 770px) {
  .md-1 {
    width: 8.33333%;
  }
  .md-2, .top-menu__item {
    width: 16.66667%;
  }
  .md-3 {
    width: 25%;
  }
  .md-4 {
    width: 33.33333%;
  }
  .md-5 {
    width: 41.66667%;
  }
  .md-6, .about-header__text, .about-header__img, .contacts__map, .contacts__content, .partner, .partner_big .partner__img, .partner_big .partner__content, .product-option__img, .product-option__content, .service__img, .service__content, .single-news__image, .single-news__content {
    width: 50%;
  }
  .md-7 {
    width: 58.33333%;
  }
  .md-8 {
    width: 66.66667%;
  }
  .md-9 {
    width: 75%;
  }
  .md-10 {
    width: 83.33333%;
  }
  .md-11 {
    width: 91.66667%;
  }
  .md-12, .partner_big {
    width: 100%;
  }
  .md-pull-0 {
    right: auto;
  }
  .md-pull-1 {
    right: 8.33333%;
  }
  .md-pull-2 {
    right: 16.66667%;
  }
  .md-pull-3 {
    right: 25%;
  }
  .md-pull-4 {
    right: 33.33333%;
  }
  .md-pull-5 {
    right: 41.66667%;
  }
  .md-pull-6 {
    right: 50%;
  }
  .md-pull-7 {
    right: 58.33333%;
  }
  .md-pull-8 {
    right: 66.66667%;
  }
  .md-pull-9 {
    right: 75%;
  }
  .md-pull-10 {
    right: 83.33333%;
  }
  .md-pull-11 {
    right: 91.66667%;
  }
  .md-pull-12 {
    right: 100%;
  }
  .md-push-0 {
    left: auto;
  }
  .md-push-1 {
    left: 8.33333%;
  }
  .md-push-2 {
    left: 16.66667%;
  }
  .md-push-3 {
    left: 25%;
  }
  .md-push-4 {
    left: 33.33333%;
  }
  .md-push-5 {
    left: 41.66667%;
  }
  .md-push-6 {
    left: 50%;
  }
  .md-push-7 {
    left: 58.33333%;
  }
  .md-push-8 {
    left: 66.66667%;
  }
  .md-push-9 {
    left: 75%;
  }
  .md-push-10 {
    left: 83.33333%;
  }
  .md-push-11 {
    left: 91.66667%;
  }
  .md-push-12 {
    left: 100%;
  }
  .md-offset-0 {
    margin-left: 0%;
  }
  .md-offset-1 {
    margin-left: 8.33333%;
  }
  .md-offset-2 {
    margin-left: 16.66667%;
  }
  .md-offset-3 {
    margin-left: 25%;
  }
  .md-offset-4 {
    margin-left: 33.33333%;
  }
  .md-offset-5 {
    margin-left: 41.66667%;
  }
  .md-offset-6 {
    margin-left: 50%;
  }
  .md-offset-7 {
    margin-left: 58.33333%;
  }
  .md-offset-8 {
    margin-left: 66.66667%;
  }
  .md-offset-9 {
    margin-left: 75%;
  }
  .md-offset-10 {
    margin-left: 83.33333%;
  }
  .md-offset-11 {
    margin-left: 91.66667%;
  }
  .md-offset-12 {
    margin-left: 100%;
  }
}

/* Large Grid */
@media (min-width: 2000px) {
  .lg-1 {
    width: 8.33333%;
  }
  .lg-2 {
    width: 16.66667%;
  }
  .lg-3 {
    width: 25%;
  }
  .lg-4 {
    width: 33.33333%;
  }
  .lg-5 {
    width: 41.66667%;
  }
  .lg-6 {
    width: 50%;
  }
  .lg-7 {
    width: 58.33333%;
  }
  .lg-8 {
    width: 66.66667%;
  }
  .lg-9 {
    width: 75%;
  }
  .lg-10 {
    width: 83.33333%;
  }
  .lg-11 {
    width: 91.66667%;
  }
  .lg-12 {
    width: 100%;
  }
  .lg-pull-0 {
    right: auto;
  }
  .lg-pull-1 {
    right: 8.33333%;
  }
  .lg-pull-2 {
    right: 16.66667%;
  }
  .lg-pull-3 {
    right: 25%;
  }
  .lg-pull-4 {
    right: 33.33333%;
  }
  .lg-pull-5 {
    right: 41.66667%;
  }
  .lg-pull-6 {
    right: 50%;
  }
  .lg-pull-7 {
    right: 58.33333%;
  }
  .lg-pull-8 {
    right: 66.66667%;
  }
  .lg-pull-9 {
    right: 75%;
  }
  .lg-pull-10 {
    right: 83.33333%;
  }
  .lg-pull-11 {
    right: 91.66667%;
  }
  .lg-pull-12 {
    right: 100%;
  }
  .lg-push-0 {
    left: auto;
  }
  .lg-push-1 {
    left: 8.33333%;
  }
  .lg-push-2 {
    left: 16.66667%;
  }
  .lg-push-3 {
    left: 25%;
  }
  .lg-push-4 {
    left: 33.33333%;
  }
  .lg-push-5 {
    left: 41.66667%;
  }
  .lg-push-6 {
    left: 50%;
  }
  .lg-push-7 {
    left: 58.33333%;
  }
  .lg-push-8 {
    left: 66.66667%;
  }
  .lg-push-9 {
    left: 75%;
  }
  .lg-push-10 {
    left: 83.33333%;
  }
  .lg-push-11 {
    left: 91.66667%;
  }
  .lg-push-12 {
    left: 100%;
  }
  .lg-offset-0 {
    margin-left: 0%;
  }
  .lg-offset-1 {
    margin-left: 8.33333%;
  }
  .lg-offset-2 {
    margin-left: 16.66667%;
  }
  .lg-offset-3 {
    margin-left: 25%;
  }
  .lg-offset-4 {
    margin-left: 33.33333%;
  }
  .lg-offset-5 {
    margin-left: 41.66667%;
  }
  .lg-offset-6 {
    margin-left: 50%;
  }
  .lg-offset-7 {
    margin-left: 58.33333%;
  }
  .lg-offset-8 {
    margin-left: 66.66667%;
  }
  .lg-offset-9 {
    margin-left: 75%;
  }
  .lg-offset-10 {
    margin-left: 83.33333%;
  }
  .lg-offset-11 {
    margin-left: 91.66667%;
  }
  .lg-offset-12 {
    margin-left: 100%;
  }
}

/* Extra Small Grid */
@media (max-width: 768px) {
  .xs-hidden {
    display: none;
  }
}

/* Small Grid */
@media (min-width: 768px) {
  .sm-hidden {
    display: none;
  }
}

/* Medium Grid */
@media (min-width: 770px) {
  .md-hidden {
    display: none;
  }
}

/* Large Grid */
@media (min-width: 2000px) {
  .lg-hidden {
    display: none;
  }
}

.btn {
  background: #ced5db;
  border: none;
  display: block;
  width: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  height: 47px;
  color: #26313d;
  text-decoration: none;
  text-align: center;
  font-size: 18px;
  line-height: 47px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.btn:hover {
  background-color: #bfc8d0;
}

.btn_black {
  background-color: #000000;
  color: #ffffff;
}

.btn_black:hover {
  background-color: #788490;
}

.btn_blue {
  background-color: #00568f;
  color: #ffffff;
}

.btn_blue:hover {
  background-color: #0065a9;
}

.btn_contrast {
  background-color: #ced5db;
  color: #000000;
}

.btn_contrast:hover {
  background-color: #26313d;
  color: #FFFFFF;
}

a {
  color: #26313d;
}

a:hover {
  text-decoration: none;
}

.accordion__name {
  height: 80px;
  padding-left: 50px;
  line-height: 80px;
  font-size: 30px;
  font-weight: 500;
  text-decoration: underline;
  background-color: #e9eef3;
  color: #00568f;
  cursor: pointer;
  position: relative;
}

.accordion__name:hover {
  text-decoration: none;
}

.accordion__name span {
  line-height: 1.2em;
  display: block;
}

@media (min-width: 770px) {
  .accordion__name span {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.accordion__name::after {
  content: 'Показать подробности';
  display: block;
  padding-left: 25px;
  position: absolute;
  right: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 14px;
  line-height: 16px;
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -998px;
  width: 17px;
  height: 25px;
  background-repeat: no-repeat;
  width: 105px;
}

@media (max-width: 769px) {
  .accordion__name::after {
    content: ' ';
    width: 25px;
    height: 26px;
    right: 20px;
  }
}

@media (max-width: 769px) {
  .accordion__name {
    font-size: 20px;
    height: 50px;
    line-height: 50px;
    padding-left: 20px;
  }
}

.accordion__content {
  display: none;
}

.accordion.open .accordion__name {
  color: #26313d;
  text-decoration: none;
}

.accordion.open .accordion__name::after {
  content: 'Скрыть подробности';
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -969px;
  width: 17px;
  height: 25px;
  background-repeat: no-repeat;
}

@media (min-width: 770px) {
  .accordion.open .accordion__name::after {
    width: 105px;
  }
}

@media (max-width: 769px) {
  .accordion.open .accordion__name::after {
    content: ' ';
  }
}

.accordion.open .accordion__name span {
  text-decoration: none;
}

.accordion.open .accordion__content {
  display: block;
}

@media (max-width: 769px) {
  .accordion_service .accordion__name {
    height: auto;
    padding: 20px;
    text-decoration: none;
  }
}

@media (min-width: 770px) {
  .accordion_service .accordion__name {
    padding-right: 390px;
  }
}

@media (min-width: 770px) {
  .accordion_service .accordion__name::after {
    right: 290px;
  }
}

@media (max-width: 769px) {
  .accordion_service .accordion__name::after {
    right: auto;
    left: 20px;
    top: 30px;
  }
}

@media (max-width: 769px) {
  .accordion_service .accordion__name span {
    padding-left: 20px;
    text-decoration: underline;
  }
}

.accordion_service .accordion__btn .btn {
  text-decoration: none;
}

@media (min-width: 770px) {
  .accordion_service .accordion__btn {
    width: 220px;
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (max-width: 769px) {
  .accordion_service .accordion__btn {
    padding-top: 20px;
  }
}

.accordion_faq .accordion__name {
  font-size: 18px;
  font-weight: 400;
}

@media (min-width: 1301px) {
  .accordion_faq .accordion__name {
    font-size: 28px;
  }
}

.accordion_faq .accordion__name::after {
  content: ' ';
  width: 25px;
  height: 26px;
  right: auto;
  left: 20px;
}

@media (max-width: 769px) {
  .accordion_faq .accordion__name::after {
    left: 15px;
  }
}

@media (max-width: 769px) {
  .accordion_faq .accordion__name {
    height: auto;
    padding: 10px 10px 10px 40px;
  }
}

.accordion_faq.open .accordion__name {
  background-color: #FFFFFF;
}

.accordion_faq.open .accordion__name::after {
  content: ' ';
  width: 25px;
  height: 26px;
  right: auto;
  left: 20px;
}

@media (max-width: 769px) {
  .accordion_faq.open .accordion__name::after {
    left: 15px;
  }
}

.social {
  padding: 30px 0;
}

.social:before, .social:after {
  display: table;
  content: "";
}

.social:after {
  clear: both;
}

.lt-ie8 .social {
  zoom: 1;
}

.social__btn {
  display: block;
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 13px;
  margin-bottom: 10px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  //border-radius: 10px;
}

.social__btn:hover {
  box-shadow: rgba(0, 0, 0, 0.1) 0 0 10px 0;
}

.social__btn:nth-child(3n) {
  margin-right: 0;
}

.social__btn_fb {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -214px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

.social__btn_rutube {
  background-image: url("img/svg/rutube__.svg");
  background-size: 50px auto;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}
.social__btn_youtube {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -268px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

.social__btn_in {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -160px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

h1, .h1 {
  font-size: 36px;
  font-weight: 500;
  margin: 30px 0;
}

@media (min-width: 1301px) {
  h1, .h1 {
    font-size: 46px;
  }
}

h2, .h2 {
  font-size: 24px;
  font-weight: 400;
}

.page-title {
  padding-left: 50px;
}

@media (min-width: 770px) {
  .page-title {
    margin-bottom: 23px;
  }
}

@media (max-width: 769px) {
  .page-title {
    padding-left: 20px;
  }
}

@media (max-width: 769px) {
  .format h1, .format-content h1 {
    font-size: 25px;
    margin: 20px 0;
  }
}

.format-content {
  padding: 10px 50px 20px;
}

@media (max-width: 769px) {
  .format-content {
    padding: 20px;
  }
}

.input {
  position: relative;
  padding-bottom: 12px;
}

.input__text, .textarea textarea {
  display: block;
  height: 37px;
  width: 100%;
  padding: 0 13px;
  border: 1px solid #e6e6e6;
  outline-color: #e6e6e6;
}

.input__text::-webkit-input-placeholder, .textarea textarea::-webkit-input-placeholder {
  font-family: "Square", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #6b7785;
}

.input__text:-moz-placeholder, .textarea textarea:-moz-placeholder {
  /* Firefox 18- */
  font-family: "Square", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #6b7785;
}

.input__text::-moz-placeholder, .textarea textarea::-moz-placeholder {
  /* Firefox 19+ */
  font-family: "Square", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #6b7785;
}

.input__text:-ms-input-placeholder, .textarea textarea:-ms-input-placeholder {
  font-family: "Square", Helvetica, Arial, sans-serif;
  font-size: 18px;
  color: #6b7785;
}

.textarea {
  position: relative;
  padding-bottom: 12px;
}

.textarea textarea {
  padding: 5px 13px;
  height: 100px;
  resize: vertical;
}

.close-btn {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -758px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  position: absolute;
  right: -15px;
  top: -15px;
}

.slider-btn {
  display: block;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 2;
}

.slider-btn_prev {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -354px;
  width: 43px;
  height: 28px;
  background-repeat: no-repeat;
  left: 0;
}

.slider-btn_prev:hover {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -386px;
  width: 43px;
  height: 28px;
  background-repeat: no-repeat;
}

.slider-btn_next {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -322px;
  width: 43px;
  height: 28px;
  background-repeat: no-repeat;
  right: 0;
}

.slider-btn_next:hover {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -418px;
  width: 43px;
  height: 28px;
  background-repeat: no-repeat;
}

* {
  box-sizing: border-box;
}

html, body {
  height: 100%;
  font-family: "Square", Helvetica, Arial, sans-serif;
  color: #26313d;
}

ul, ol {
  list-style: none;
  padding: 0;
  margin: 0;
}

.page__wrapper {
  min-height: 100%;
  margin-bottom: -240px;
  background-color: #e9eef3;
}

* html .page__wrapper {
  height: 100%;
}

.page__buffer {
  height: 240px;
}

.container-fluid {
  max-width: 100%;
  background-color: #e9eef3;
}

.row {
  height: 100%;
  position: relative;
}

.fixed-left {
  width: 260px;
  float: left;
}

.page-header {
  background-color: #00568f;
  padding: 55px;
  height: 380px;
  color: #ffffff;
}

.page-header_small {
  padding: 10px 50px;
}

@media (max-width: 769px) {
  .page-header {
    padding: 20px 35px;
    height: auto;
  }
}

@media (max-width: 769px) {
  .page-header__name {
    font-size: 20px;
    margin: 0;
  }
}

.page-header__description {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}

@media (max-width: 769px) {
  .page-header__description {
    display: none;
  }
}

@media (min-width: 1301px) {
  .page-header__description {
    font-size: 28px;
  }
}

@media (min-width: 770px) {
  .page-header__to-bottom {
    position: absolute;
    bottom: 0;
    left: 0;
    padding: inherit;
  }
}

.sidebar {
  width: 260px;
  height: 100%;
  background-color: #e9eef3;
  display: table-cell;
  vertical-align: top;
}

@media (max-width: 769px) {
  .sidebar {
    width: 53px;
  }
}

.sidebar__additional {
  height: 459px;
  padding: 140px 33px 0;
  background-color: #e9eef3;
}

@media (max-width: 769px) {
  .sidebar__additional {
    display: none;
  }
}

.sidebar__additional-text {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
}

.sidebar__additional-link {
  padding-top: 34px;
}

.sidebar__additional-link a {
  font-size: 18px;
  line-height: 1.3em;
  font-weight: 300;
  color: #26313d;
}

.sidebar__additional-link a:hover {
  text-decoration: none;
}

.wrapper {
  display: table;
  table-layout: fixed;
  width: 100%;
}

.content {
  margin-left: 260px;
}

@media (max-width: 769px) {
  .content {
    margin-left: 53px;
  }
}

.main {
  display: table-cell;
  background-color: #ffffff;
}

@media (max-width: 769px) {
  .main {
    padding-top: 36px;
  }
}

.main__load-btn {
  width: 220px;
  margin: 30px auto;
}

.main__header {
  padding: 50px;
}

@media (max-width: 769px) {
  .main__header {
    padding: 20px;
  }
}

.main__header_blue {
  background-color: #00568f;
  color: #FFFFFF;
}

@media (max-width: 769px) {
  .main__title {
    font-size: 25px;
    margin: 0 0 20px;
  }
}

@media (min-width: 1301px) {
  .main__title {
    font-size: 46px;
  }
}

@media (min-width: 1301px) {
  .main__text {
    font-size: 26px;
  }
}

.color_blue {
  background-color: #e9eef3;
}

.icon {
  display: inline-block;
  vertical-align: middle;
}

.icon_zip {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -544px;
  width: 29px;
  height: 38px;
  background-repeat: no-repeat;
}

.icon_about {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -911px;
  width: 20px;
  height: 25px;
  background-repeat: no-repeat;
}

.icon_equipment {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -882px;
  width: 22px;
  height: 25px;
  background-repeat: no-repeat;
}

.icon_services {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -824px;
  width: 26px;
  height: 25px;
  background-repeat: no-repeat;
}

.icon_partners {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -853px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
}

.icon_contacts {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -940px;
  width: 19px;
  height: 25px;
  background-repeat: no-repeat;
}

.icon_fb {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -214px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

.icon_youtube {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -268px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

.icon_in {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -160px;
  width: 50px;
  height: 50px;
  background-repeat: no-repeat;
}

.icon_geo {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -792px;
  width: 21px;
  height: 28px;
  background-repeat: no-repeat;
}

.icon_talk {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -694px;
  width: 32px;
  height: 28px;
  background-repeat: no-repeat;
}

#overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1010;
  background-color: rgba(0, 0, 0, 0.5);
}

#overlay.active {
  display: block;
}

/* Slider */
.slick-loading .slick-list {
  background: #fff url("img/plugins/ajax-loader.gif") center center no-repeat;
}

/* Icons */
@font-face {
  font-family: "slick";
  src: url("fonts/slick.eot");
  src: url("fonts/slick.eot?#iefix") format("embedded-opentype"), url("fonts/slick.woff") format("woff"), url("fonts/slick.ttf") format("truetype"), url("fonts/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%;
  margin-top: -10px\9;
  /*lte IE 8*/
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
  z-index: 10;
}

.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: 0;
}

[dir="rtl"] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: 0;
}

[dir="rtl"] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-slider {
  margin-bottom: 30px;
}

.slick-dots {
  position: absolute;
  bottom: -45px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 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 {
  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;
}

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: none;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("img/plugins/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("img/plugins/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("img/plugins/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url("img/plugins/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
/*@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
		background-image: url('img/plugins/fancybox_sprite@2x.png');
		background-size: 44px 152px; /!*The size of the normal image, half the size of the hi-res image*!/
	}

	#fancybox-loading div {
		background-image: url('img/plugins/fancybox_loading@2x.gif');
		background-size: 24px 24px; /!*The size of the normal image, half the size of the hi-res image*!/
	}
}*/
.about-header__text {
  height: 100%;
  padding: 100px 20px 30px 50px;
  background-color: #00568f;
  color: #FFFFFF;
  font-size: 30px;
  font-weight: 200;
}

.about-header__text strong {
  font-weight: 400;
}

@media (max-width: 769px) {
  .about-header__text {
    padding: 20px;
    font-size: 20px;
  }
}

.about-header__img {
  overflow: hidden;
}

.about-header__img img {
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media (min-width: 770px) {
  .about-header__img {
    position: absolute;
    right: 0;
    height: 100%;
  }
}

@media (max-width: 769px) {
  .about-header__img {
    height: 150px;
  }
}

.about-header__desc {
  padding: 30px 50px;
  color: #FFFFFF;
  font-weight: 300;
  font-size: 20px;
  background: url("img/general/q_bg.jpg") no-repeat 50%;
  background-size: cover;
}

@media (max-width: 769px) {
  .about-header__desc {
    padding: 10px 20px;
  }
}

.breadcrumbs {
  padding-left: 18px;
  background-color: #ffffff;
}

@media (max-width: 769px) {
  .breadcrumbs {
    display: none;
  }
}

.breadcrumbs__list:before, .breadcrumbs__list:after {
  display: table;
  content: "";
}

.breadcrumbs__list:after {
  clear: both;
}

.lt-ie8 .breadcrumbs__list {
  zoom: 1;
}

.breadcrumbs__item {
  float: left;
  color: #788490;
  padding-right: 28px;
  line-height: 36px;
  position: relative;
}

.breadcrumbs__item::after {
  content: '→';
  position: absolute;
  right: 8px;
  top: 0;
}

.breadcrumbs__item:last-child::after {
  display: none;
}

.breadcrumbs__link {
  color: inherit;
  text-decoration: none;
}

.breadcrumbs__link:hover {
  text-decoration: underline;
}

.category {
  display: block;
  width: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 1s;
  transition: all 1s;
}

.category__img img {
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 3s;
  transition: all 3s;
}

.category__img:after {
  content: ' ';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: -webkit-linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4) 50%);
  background: linear-gradient(transparent 40%, rgba(0, 0, 0, 0.4) 50%);
}

@media (max-width: 769px) {
  .category__img:after {
    background: rgba(0, 0, 0, 0.4);
  }
}

.category__name {
  position: absolute;
  bottom: 25px;
  width: 100%;
  padding: 0 35px;
  z-index: 3;
  color: #ffffff;
  font-size: 22px;
  font-weight: 500;
  text-decoration: underline;
}

@media (min-width: 1301px) {
  .category__name {
    font-size: 32px;
  }
}

.category:hover .category__img img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.category:hover .category__name {
  text-decoration: none;
}

.category_big {
  height: 380px;
}

.category_big:hover .category__img img {
  -webkit-transform: none;
          transform: none;
}

.category_big .category__img img {
  width: 100%;
  overflow: hidden;
}

@media (min-width: 770px) {
  .category_big .category__img img {
    display: none;
  }
}

.category_big .category__img video {
  display: block;
  min-width: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -o-object-fit: cover;
     object-fit: cover;
}

@media (max-width: 769px) {
  .category_big .category__img video {
    display: none;
  }
}

.category_big .category__name {
  font-size: 30px;
}

@media (max-width: 769px) {
  .category_big .category__name {
    font-size: 18px;
  }
}

@media (max-width: 769px) {
  .category_big {
    height: 100px;
  }
}

.category_small {
  height: 240px;
}

@media (max-width: 769px) {
  .category_small {
    height: 120px;
  }
}

.category_short {
  height: 110px;
  background-color: #788490;
}

@media (max-width: 769px) {
  .category_short {
    height: 80px;
  }
}

.category_short .category__name {
  font-weight: 400;
  top: 50%;
  bottom: auto;
  -webkit-transform: translatey(-50%);
          transform: translatey(-50%);
}

@media (max-width: 769px) {
  .category_short .category__name {
    font-size: 15px;
    padding: 0 10px;
  }
}

@media (min-width: 1301px) {
  .category_short .category__name {
    font-size: 32px;
  }
}

.category_short:hover {
  background-color: #6c7783;
}

@media (min-width: 1301px) {
  .category-page__header-img {
    height: 250px;
    overflow: hidden;
  }
}

.category-page__header-img img {
  display: block;
  width: 100%;
}

@media (min-width: 1301px) {
  .category-page__header-img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.category-page__header-text {
  background-color: #00568f;
  padding: 45px 50px;
  color: #ffffff;
  font-size: 30px;
  line-height: 1.3em;
  font-weight: 200;
}

.category-page__header-text strong {
  font-weight: 400;
  text-transform: uppercase;
}

@media (max-width: 769px) {
  .category-page__header-text {
    padding: 20px;
    font-size: 17px;
  }
}

@media (min-width: 1301px) {
  .category-page__header-text {
    font-size: 40px;
  }
}

.subcategory {
  height: 260px;
}

@media (max-width: 769px) {
  .subcategory {
    height: auto;
  }
}

@media (min-width: 1301px) {
  .subcategory {
    height: 360px;
  }
}

@media (min-width: 2000px) {
  .subcategory {
    height: 720px;
  }
}

.subcategory__info {
  padding: 30px 45px;
  height: 100%;
}

@media (max-width: 769px) {
  .subcategory__info {
    padding: 20px;
  }
}

.subcategory__link {
  text-decoration: none;
  color: #26313d;
}

@media (max-width: 769px) {
  .subcategory__link {
    text-decoration: underline;
  }
}

.subcategory__image {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 769px) {
  .subcategory__image {
    height: 100px;
  }
}

.subcategory__image img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 769px) {
  .subcategory__image img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.subcategory__name {
  font-weight: 500;
  font-size: 30px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

@media (max-width: 769px) {
  .subcategory__name {
    font-size: 25px;
  }
}

@media (min-width: 1301px) {
  .subcategory__name {
    font-size: 40px;
  }
}

.subcategory__description {
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 15px;
}

@media (min-width: 1301px) {
  .subcategory__description {
    font-size: 24px;
  }
}

.subcategory__button {
  max-width: 220px;
}

@media (max-width: 769px) {
  .subcategory__button {
    display: none;
  }
}

@media (min-width: 1301px) {
  .subcategory__button .btn {
    font-size: 23px;
  }
}

.subcategory:nth-child(2n+1) .subcategory__image {
  float: right;
}

.certificates {
  padding: 40px 50px;
}

.certificates__title {
  font-size: 30px;
  font-weight: 500;
  margin-top: 0;
}

@media (min-width: 1301px) {
  .certificates__title {
    font-size: 40px;
  }
}

.certificates__item {
  display: block;
  border: 2px solid #e9eef3;
  margin-right: 20px;
}

.certificates__item img {
  width: 100%;
}

.certificates__all .icon {
  margin-right: 15px;
}

@media (max-width: 769px) {
  .certificates {
    padding: 10px 0 10px 20px;
  }
}

.download {
  display: block;
  width: 100%;
  height: 260px;
  padding: 40px 50px;
  font-size: 30px;
  text-decoration: none;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  position: relative;
}

@media (max-width: 769px) {
  .download {
    height: auto;
    min-height: 75px;
    padding: 10px 20px 10px 90px;
    font-size: 20px;
  }
}

.download__icon {
  display: block;
  margin-bottom: 20px;
}

@media (max-width: 769px) {
  .download__icon {
    position: absolute;
    top: 10px;
    left: 20px;
  }
}

.download_yellow {
  background-color: #ffe200;
  color: #00568f;
  font-weight: 700;
}

.download_yellow:hover {
  background-color: #ffe51a;
}

.download_yellow .download__icon {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -100px;
  width: 55px;
  height: 56px;
  background-repeat: no-repeat;
}

.download_blue {
  background-color: #00568f;
  color: #ffffff;
  font-weight: 500;
}

.download_blue:hover {
  background-color: #0065a9;
}

.download_blue .download__icon {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -40px;
  width: 55px;
  height: 56px;
  background-repeat: no-repeat;
}

.filter {
  min-height: 155px;
  background-color: #00568f;
  color: #FFFFFF;
  padding: 20px 50px;
}

@media (max-width: 769px) {
  .filter {
    min-height: 0;
    padding: 20px;
  }
}

.filter__title {
  font-size: 30px;
  margin: 0;
}

@media (max-width: 769px) {
  .filter__title {
    font-size: 25px;
  }
}

@media (min-width: 1301px) {
  .filter__title {
    font-size: 40px;
  }
}

.filter__content {
  padding-top: 20px;
}

.filter__content:before, .filter__content:after {
  display: table;
  content: "";
}

.filter__content:after {
  clear: both;
}

.lt-ie8 .filter__content {
  zoom: 1;
}

@media (max-width: 769px) {
  .filter__content {
    display: none;
  }
}

.filter__option-list:before, .filter__option-list:after {
  display: table;
  content: "";
}

.filter__option-list:after {
  clear: both;
}

.lt-ie8 .filter__option-list {
  zoom: 1;
}

.filter__option-item {
  float: left;
  margin-right: 10px;
}

.filter__option-btn {
  display: block;
  text-decoration: none;
  height: 47px;
  width: 85px;
  line-height: 47px;
  text-align: center;
  background-color: #000000;
  color: #FFFFFF;
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.filter__option-btn.active {
  background-color: #FFFFFF;
  color: #000000;
}

.filter__option-select {
  display: block;
  width: 380px;
  height: 47px;
  padding: 0 20px;
  color: #000000;
  border: none;
  float: left;
}

@media (max-width: 769px) {
  .filter__option-select {
    width: 100%;
  }
}

.filter__btn {
  width: 200px;
  padding: 0 20px;
  float: left;
}

@media (max-width: 769px) {
  .filter__btn {
    display: none;
  }
}

@media (max-width: 769px) {
  .filter_city .filter__content {
    display: block;
  }
}

.footer__left {
  height: 240px;
  padding: 0 34px;
  background-color: #e9eef3;
  position: relative;
}

@media (max-width: 769px) {
  .footer__left {
    height: auto;
    position: absolute;
    bottom: 0;
    left: 53px;
    background: none;
  }
  .footer__left .social {
    display: none;
  }
}

.footer__copyrights {
  font-weight: 300;
  font-size: 14px;
  text-transform: uppercase;
}

.footer__production {
  position: absolute;
  left: 34px;
  bottom: 40px;
  font-weight: 300;
  font-size: 14px;
}

.footer__production-link {
  color: #26313d;
}

.footer__production-link:hover {
  text-decoration: none;
}

.footer__contact {
  background-color: #ffffff;
  padding: 34px 62px;
}

@media (max-width: 769px) {
  .footer__contact {
    padding: 40px 20px;
  }
}

.footer__contact-text {
  padding-top: 17px;
  font-size: 18px;
  font-weight: 300;
  min-height: 61px;
}

@media (max-width: 769px) {
  .footer__contact-text {
    margin-left: 40px;
    font-size: 16px;
    padding: 0;
  }
}

.footer__contact-btn {
  padding-top: 30px;
  width: 220px;
}

@media (max-width: 769px) {
  .footer__contact-btn {
    width: 100%;
  }
}

.footer__link {
  color: #26313d;
}

@media (max-width: 769px) {
  .footer .icon {
    float: left;
  }
}

@media (max-width: 769px) {
  .footer {
    position: relative;
    padding-bottom: 60px;
  }
  .footer .row {
    position: static;
  }
  .footer .footer__production {
    position: static;
    margin: 10px 0;
  }
}

.form {
  padding: 50px;
}

@media (max-width: 769px) {
  .form {
    padding: 20px;
  }
}

.form__header {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 25px;
}

.form__button {
  width: 220px;
  float: right;
}

@media (max-width: 769px) {
  .form__button {
    float: none;
  }
}

.form__notice {
  float: left;
  font-size: 18px;
  color: #6b7785;
}

.form__notice .error {
  padding-top: 5px;
  color: red;
}

@media (max-width: 769px) {
  .form__notice {
    float: none;
    padding-bottom: 13px;
  }
}

.form_footer {
  background-color: #e6e8ea;
}

@media (min-width: 770px) {
  .form_footer {
    position: absolute;
    width: 100%;
    bottom: 0;
  }
}

.gallery:before, .gallery:after {
  display: table;
  content: "";
}

.gallery:after {
  clear: both;
}

.lt-ie8 .gallery {
  zoom: 1;
}

.gallery__item {
  display: inline-block;
  width: 33.333%;
  overflow: hidden;
  background-color: #788490;
  vertical-align: top;
}

@media (min-width: 770px) {
  .gallery__item:hover .gallery__img {
    opacity: 1;
  }
}

@media (max-width: 769px) {
  .gallery__item {
    height: auto;
  }
}

.gallery__img {
  display: block;
  /*min-height: 100%;
        min-width: 100%;*/
  width: 100%;
  -webkit-transition: all 500ms;
  transition: all 500ms;
  opacity:0.7;
}

.menu-btn {
  position: relative;
  width: 100%;
  height: 20px;
  -webkit-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.menu-btn span {
  display: block;
  position: absolute;
  height: 4px;
  width: 100%;
  background: #788490;
  border-radius: 9px;
  opacity: 1;
  left: 0;
  -webkit-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.menu-btn span:nth-child(1) {
  top: 0;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.menu-btn span:nth-child(2) {
  top: 8px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.menu-btn span:nth-child(3) {
  top: 16px;
  -webkit-transform-origin: left center;
          transform-origin: left center;
}

.menu-btn.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  top: -5px;
  left: 5px;
  width: 90%;
}

.menu-btn.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}

.menu-btn.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
  top: 20px;
  left: 5px;
  width: 90%;
}

.share {
  padding: 40px 50px;
  color: #FFFFFF;
  background-color: #00568f;
}

.share:before, .share:after {
  display: table;
  content: "";
}

.share:after {
  clear: both;
}

.lt-ie8 .share {
  zoom: 1;
}

@media (max-width: 769px) {
  .share {
    padding: 20px;
  }
}

.share__text {
  font-size: 24px;
  line-height: 36px;
  float: left;
}

@media (max-width: 769px) {
  .share__text {
    float: none;
    padding-bottom: 10px;
  }
}

.share__list {
  float: right;
}

.share__list:before, .share__list:after {
  display: table;
  content: "";
}

.share__list:after {
  clear: both;
}

.lt-ie8 .share__list {
  zoom: 1;
}

@media (max-width: 769px) {
  .share__list {
    float: none;
  }
}

.share__item {
  float: left;
  margin-right: 50px;
}

.share__item:last-child {
  margin-right: 0;
}

@media (max-width: 769px) {
  .share__item {
    width: 25%;
    text-align: left;
    margin-right: 0;
  }
}

.share__btn {
  display: block;
}

.share__btn_fb {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -658px;
  width: 15px;
  height: 32px;
  background-repeat: no-repeat;
}

.share__btn_tw {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -586px;
  width: 37px;
  height: 32px;
  background-repeat: no-repeat;
}

.share__btn_ln {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -726px;
  width: 31px;
  height: 28px;
  background-repeat: no-repeat;
}

.share__btn_vk {
  background-image: url("img/svg-sprite/spriteuujzbvgqfr.svg");
  background-position: -4px -4px;
  width: 57px;
  height: 32px;
  background-repeat: no-repeat;
}

.text-on-image {
  height: 260px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 769px) {
  .text-on-image {
    height: auto;
  }
}

.text-on-image__img {
  display: block;
  opacity: 0.3;
  min-width: 100%;
  min-height: 100%;
}

@media (max-width: 769px) {
  .text-on-image__img {
    position: absolute;
    z-index: 1;
  }
}

.text-on-image__text {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 20px 50px 40px;
  font-size: 30px;
  font-weight: 500;
}

@media (max-width: 769px) {
  .text-on-image__text {
    padding: 20px;
    position: relative;
    z-index: 2;
    font-size: 22px;
  }
}

.text-on-image_black {
  background-color: #000000;
  color: #FFFFFF;
}

.text-on-image_blue {
  background-color: #00568f;
  color: #FFFFFF;
}

.menu {
  background-color: #e9eef3;
  min-height: 440px;
  padding-top: 40px;
  position: relative;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 769px) {
  .menu {
    width: 263px;
    height: 100%;
    position: fixed;
    z-index: 1050;
    left: -210px;
    overflow: hidden;
  }
}

.menu.opened {
  left: 0;
}

.menu.opened .menu__logo {
  position: absolute;
  top: 8px;
  width: 150px;
  display: block;
}

.menu.opened .menu__list {
  right: 0;
}

@media (max-width: 769px) {
  .menu__list {
    position: relative;
    right: -185px;
    -webkit-transition: right 500ms;
    transition: right 500ms;
  }
}

.menu__btn {
  display: block;
  height: 20px;
  width: 40px;
  position: absolute;
  top: 10px;
  right: 5px;
}

@media (min-width: 770px) {
  .menu__btn {
    display: none;
  }
}

.menu__logo {
  display: block;
  width: 170px;
  margin-left: 30px;
  margin-bottom: 45px;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

@media (max-width: 769px) {
  .menu__logo {
    display: none;
    /*margin-top: 115px;
            margin-left: 0;
            transform-origin: 31px 31px;
            transform: rotateZ(-90deg) translateY(50%);*/
  }
}

.menu__icon {
  position: absolute;
  width: 53px;
  left: 24px;
  text-align: center;
}

.menu__link {
  display: block;
  padding: 20px 5px 20px 80px;
  font-size: 18px;
  line-height: 25px;
  color: #26313d;
  text-decoration: none;
  -webkit-transition: background 500ms;
  transition: background 500ms;
  /*@include at(1) {
            padding: 20px 0;
            text-align: center;
            span {
                display: none;
            }
            .icon {
                margin: 0 auto;
            }
        }*/
}

.menu__link:hover {
  background-color: #ced5db;
}

.menu__link .icon {
  display: inline-block;
  /*@include at(1) {
                margin-right: 0;
                position: absolute;
                right: 15px;
            }*/
}

.menu__item.active {
  background-color: #ced5db;
}

.menu__item.active .menu__link {
  font-weight: 700;
}

.menu__submenu {
  padding-left: 80px;
  padding-right: 35px;
}

@media (max-width: 769px) {
  .menu__submenu {
    display: none;
  }
}

.menu__submenu-item {
  padding-bottom: 12px;
}

.menu__submenu-link {
  font-size: 16px;
  color: #26313d;
  text-decoration: none;
  -webkit-transition: color 300ms;
  transition: color 300ms;
}

.menu__submenu-link.active {
  font-weight: 500;
  color: #00568f;
}

.menu__submenu-link:hover {
  color: #4d637c;
}

.top-menu__list:before, .top-menu__list:after {
  display: table;
  content: "";
}

.top-menu__list:after {
  clear: both;
}

.lt-ie8 .top-menu__list {
  zoom: 1;
}

.top-menu__link {
  display: block;
  height: 83px;
  padding: 0 30px;
  background-color: #ced5db;
  text-decoration: none;
  color: #26313d;
  -webkit-transition: all 500ms;
  transition: all 500ms;
}

.top-menu__link span {
  display: block;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.top-menu__link.active, .top-menu__link:hover {
  background-color: #00568f;
  color: #ffffff;
}

@media (max-width: 769px) {
  .top-menu__link {
    height: auto;
    padding: 15px 20px;
  }
  .top-menu__link span {
    display: inline;
  }
}

.modal {
  display: none;
  background-color: #e6e8ea;
  width: 765px;
}

@media (max-width: 769px) {
  .modal {
    width: 100%;
  }
}

@media (min-width: 770px) {
  .contacts {
    padding-bottom: 180px;
  }
}

.contacts__header {
  background: url("img/general/contact_bg.jpg") no-repeat 50% 0;
  background-size: cover;
  padding: 70px 50px 40px;
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 300;
}

@media (max-width: 769px) {
  .contacts__header {
    padding: 20px;
  }
}

@media (min-width: 1301px) {
  .contacts__header {
    font-size: 28px;
  }
}

.contacts__company {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 1301px) {
  .contacts__company {
    font-size: 46px;
  }
}

.contacts__map {
  height: 280px;
}

@media (min-width: 770px) {
  .contacts__map {
    height: 380px;
    float: right;
  }
}

.contacts__content {
  padding: 50px;
}

@media (max-width: 769px) {
  .contacts__content {
    padding: 20px;
  }
}

.contacts__block {
  padding-bottom: 50px;
}

.contacts__block .icon {
  display: block;
  margin-bottom: 10px;
}

@media (max-width: 769px) {
  .contacts__block .icon {
    float: left;
  }
}

.contacts__block:last-child {
  padding-bottom: 0;
}

@media (max-width: 769px) {
  .contacts__block-text {
    margin-left: 40px;
  }
}

@media (min-width: 1301px) {
  .contacts__block-text {
    font-size: 26px;
  }
}

.partners__list {
  padding: 40px 0;
  background-color: #ced5db;
}

@media (max-width: 769px) {
  .partners__list {
    padding: 0 0 0 53px;
  }
}

.partners__item {
  height: 110px;
  text-align: center;
}

@media (max-width: 769px) {
  .partners__item {
    padding: 0 20px;
  }
}

.partners__item img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.partners__header {
  padding-left: 35px;
  padding-top: 30px;
  font-size: 32px;
  font-weight: 300;
  text-align: center;
}

@media (max-width: 769px) {
  .partners__header {
    font-size: 20px;
    font-weight: 500;
    padding: 25px 20px 0;
    text-align: left;
  }
}

.partner {
  display: block;
  position: relative;
  overflow: hidden;
  text-decoration: none;
}

@media (min-width: 770px) {
  .partner {
    height: 465px;
  }
}

.partner:hover .partner__content {
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

.partner:hover .partner__img img {
  -webkit-transition: all 10s 700ms;
  transition: all 10s 700ms;
  -webkit-transform: translateY(-50%), scale(1.5);
          transform: translateY(-50%), scale(1.5);
}

.partner__img {
  height: 100%;
  overflow: hidden;
}

.partner__img img {
  display: block;
  min-width: 100%;
  min-height: 100%;
  -webkit-transition: all 1s;
  transition: all 1s;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media (max-width: 850px) {
  .partner__img img {
    width: 100%;
	height:auto;
	transform: translateY(0);
-webkit-transform: translateY(0);
  }
}

@media (max-width: 769px) {
  .partner__img img {
    width: 100%;
  }
}

.partner__content {
  padding: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  color: #FFFFFF;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  -webkit-transition: all 500ms 0.5s;
  transition: all 500ms 0.5s;
}

@media (max-width: 769px) {
  .partner__content {
    position: static;
    -webkit-transform: none;
            transform: none;
    padding: 20px;
  }
}

.partner__name {
  font-size: 36px;
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 1301px) {
  .partner__name {
    font-size: 46px;
  }
}

@media (min-width: 1301px) {
  .partner__desc {
    font-size: 26px;
  }
}

.partner__btn {
  padding-top: 30px;
}

@media (min-width: 770px) {
  .partner__btn {
    width: 220px;
  }
}

@media (min-width: 1301px) {
  .partner__btn .btn {
    font-size: 23px;
  }
}

.partner_big .partner__img {
  float: right;
}

.partner_big .partner__content {
  position: static;
  -webkit-transform: none;
          transform: none;
  padding: 50px;
}

@media (max-width: 769px) {
  .partner_big .partner__content {
    padding: 20px;
  }
}

.product-header {
  position: relative;
}

@media (min-width: 1301px) {
  .product-header__img {
    height: 400px;
    overflow: hidden;
  }
}

.product-header__img::after {
  content: ' ';
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.6));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.6));
}

.product-header__img img {
  display: block;
  width: 100%;
}

@media (min-width: 1301px) {
  .product-header__img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.product-header__title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #ffffff;
  padding: 20px 20px 20px 50px;
}

@media (max-width: 769px) {
  .product-header__title {
    padding: 0 20px;
    font-size: 20px;
  }
}

.product-text {
  padding: 30px 50px;
}

@media (max-width: 769px) {
  .product-text {
    padding: 10px 20px;
  }
}

.product-option:before, .product-option:after {
  display: table;
  content: "";
}

.product-option:after {
  clear: both;
}

.lt-ie8 .product-option {
  zoom: 1;
}

.product-option__img {
  overflow: hidden;
}

.product-option__img img {
  display: block;
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 769px) {
  .product-option__img {
    height: 100px;
  }
  .product-option__img img {
    width: 100%;
  }
}

.product-option__content {
  padding: 50px;
}

@media (max-width: 769px) {
  .product-option__content {
    padding: 20px;
  }
}

.product-option__name {
  font-size: 24px;
  margin-bottom: 20px;
}

.product-option:nth-child(2n+1) .product-option__img {
  float: right;
}

.question-link {
  padding: 65px 45px;
  background: url("img/general/q_bg.jpg") no-repeat 50%;
  background-size: cover;
  color: #ffffff;
  font-size: 30px;
}

@media (max-width: 769px) {
  .question-link {
    padding: 30px 20px;
    font-size: 20px;
  }
}

.question-link__header {
  font-weight: 500;
  margin-bottom: 10px;
}

.question-link__header a {
  color: #ffffff;
}

.question-link__header a:hover {
  text-decoration: none;
}

.question-link__text {
  font-weight: 300;
}

.search__input {
  width: 100%;
  height: 36px;
  padding: 0 10px 0 60px;
  border: none;
  border-radius: 0;
  font-size: 14px;
  color: #c3c8cd;
  background: url("img/general/search.png") no-repeat 25px 50% #788490;
  outline: none;
}

.search__input::-webkit-input-placeholder {
  color: #c3c8cd;
  font-size: 14px;
}

.search__input:-moz-placeholder {
  /* Firefox 18- */
  color: #c3c8cd;
  font-size: 14px;
}

.search__input::-moz-placeholder {
  /* Firefox 19+ */
  color: #c3c8cd;
  font-size: 14px;
}

.search__input:-ms-input-placeholder {
  color: #c3c8cd;
  font-size: 14px;
}

@media (max-width: 769px) {
  .search {
    position: absolute;
    z-index: 5;
    padding-left: 53px;
    width: 100%;
  }
}

.service:before, .service:after {
  display: table;
  content: "";
}

.service:after {
  clear: both;
}

.lt-ie8 .service {
  zoom: 1;
}

.service__img {
  overflow: hidden;
}

.service__img img {
  display: block;
  min-height: 100%;
  min-width: 100%;
}

@media (max-width: 769px) {
  .service__img {
    height: 100px;
  }
  .service__img img {
    width: 100%;
  }
}

.service__content {
  padding: 50px;
}

@media (max-width: 769px) {
  .service__content {
    padding: 20px;
  }
}

@media (min-width: 1301px) {
  .service__content {
    font-size: 26px;
  }
}

.service:nth-child(2n+1) .service__img {
  float: right;
}

.video-block {
  position: relative;
}

@media (min-width: 1301px) {
  .video-block {
    height: 550px;
    overflow: hidden;
  }
}

.video-block::after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.8));
  background: linear-gradient(transparent, rgba(0, 0, 0, 0.8));
}

.video-block__video {
  display: block;
  width: 100%;
}

@media (min-width: 1301px) {
  .video-block__video {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.video-block__text {
  position: absolute;
  width: 80%;
  bottom: 55px;
  left: 62px;
  color: #ffffff;
  font-size: 36px;
  font-weight: 500;
  z-index: 2;
}

@media (max-width: 769px) {
  .video-block__text {
    display: none;
  }
}

@media (min-width: 1301px) {
  .video-block__text {
    font-size: 46px;
  }
}

.video-block__text a {
  color: #ffffff;
  text-decoration: none;
  position: relative;
  -webkit-transition: all 300ms;
  transition: all 300ms;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAACCAYAAACZgbYnAAAAEklEQVQImWP4////fyYGBoYDAB62BL8MLqvQAAAAAElFTkSuQmCC") repeat-x bottom;
}

.video-block__text a:hover {
  background-position: 50% 1.2em;
}

.news {
  width: 100%;
  height: 320px;
  background-color: #ffffff;
}

.news__list, .news__last {
  height: 100%;
}

@media (max-width: 769px) {
  .news {
    height: auto;
  }
}

.news-preview {
  display: block;
  width: 100%;
  height: 50%;
  background-color: #1e232a;
  position: relative;
  overflow: hidden;
}

@media (max-width: 769px) {
  .news-preview {
    display: none;
  }
}

.news-preview__img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  opacity: 0.5;
  -webkit-transition: -webkit-transform 3s;
  transition: -webkit-transform 3s;
  transition: transform 3s;
  transition: transform 3s, -webkit-transform 3s;
}

.news-preview__info {
  width: 100%;
  padding: 0 30px;
  position: absolute;
  top: 24px;
  color: #ffffff;
  font-size: 18px;
}

.news-preview__date {
  font-weight: 300;
}

.news-preview:hover .news-preview__img {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.single-news {
  display: block;
  text-decoration: none;
  height: 100%;
  overflow: hidden;
}

.single-news:before, .single-news:after {
  display: table;
  content: "";
}

.single-news:after {
  clear: both;
}

.lt-ie8 .single-news {
  zoom: 1;
}

.single-news__image {
  height: 100%;
  overflow: hidden;
}

.single-news__image img {
  display: block;
  min-height: 100%;
  min-width: 100%;
  position: relative;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 769px) {
  .single-news__image {
    height: auto;
    margin-bottom: -130px;
  }
  .single-news__image:after {
    content: ' ';
    display: block;
    position: absolute;
    width: 100%;
    height: 150px;
    bottom: 0;
    background: -webkit-linear-gradient(rgba(255, 255, 255, 0) -30%, white 80%);
    background: linear-gradient(rgba(255, 255, 255, 0) -30%, white 80%);
  }
  .single-news__image img {
    min-height: 0;
    min-width: 0;
    width: 100%;
  }
}

.single-news__content {
  display: block;
  height: 100%;
  padding: 40px 35px;
  font-size: 18px;
  position: relative;
  overflow: hidden;
}

@media (max-width: 769px) {
  .single-news__content {
    height: auto;
  }
}

.single-news__title {
  font-weight: 500;
  margin-bottom: 20px;
}

@media (min-width: 1301px) {
  .single-news__title {
    font-size: 28px;
  }
}

.single-news__link {
  text-decoration: none;
  color: #26313d;
}

.single-news__link:hover {
  text-decoration: underline;
}

.single-news__date {
  font-weight: 300;
  color: #788490;
  margin-bottom: 20px;
}

.single-news__text {
  font-weight: 300;
}

.single-news__text:after {
  content: ' ';
  display: block;
  position: absolute;
  width: 100%;
  height: 70px;
  bottom: 0;
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.single-news_grey {
  background-color: #e6e8ea;
}

@media (min-width: 770px) {
  .single-news_grey {
    height: 320px;
  }
  .single-news_grey:nth-child(2n) .single-news__image {
    float: right;
  }
}

@media (max-width: 769px) {
  .single-news_grey .single-news__image {
    margin-bottom: 0;
    height: 150px;
  }
  .single-news_grey .single-news__image::after {
    display: none;
  }
  .single-news_grey .single-news__content {
    padding: 20px;
  }
}

.single-news_grey .single-news__text:after {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), #e6e8ea);
  background: linear-gradient(rgba(255, 255, 255, 0), #e6e8ea);
}

.single-news_white {
  background-color: #FFFFFF;
}

@media (min-width: 770px) {
  .single-news_white {
    height: 320px;
  }
  .single-news_white:nth-child(2n) .single-news__image {
    float: right;
  }
}

@media (max-width: 769px) {
  .single-news_white .single-news__image {
    margin-bottom: 0;
    height: 150px;
  }
  .single-news_white .single-news__image::after {
    display: none;
  }
  .single-news_white .single-news__content {
    padding: 20px;
  }
}

.single-news_white .single-news__text:after {
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0), white);
  background: linear-gradient(rgba(255, 255, 255, 0), white);
}

.news-detail {
  padding: 0 35px 50px;
}

@media (max-width: 769px) {
  .news-detail {
    padding: 0 20px 20px;
  }
}

.news-detail__header-img {
  margin: 0 -35px;
}

@media (max-width: 769px) {
  .news-detail__header-img {
    margin: 0 -20px;
  }
}

@media (min-width: 1301px) {
  .news-detail__header-img {
    height: 400px;
    overflow: hidden;
  }
}

.news-detail__header-img img {
  display: block;
  width: 100%;
}

@media (min-width: 1301px) {
  .news-detail__header-img img {
    position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}

.news-detail__date {
  margin: 30px 0;
  font-weight: 300;
  color: #788490;
}

.collapsed-text {
  position: relative;
  height: 20em;
  overflow: hidden;
  -webkit-transition: height 500ms;
  transition: height 500ms;
}

@media (max-width: 1440px) {
	.collapsed-text {
		height: 10em;
	}
}
@media (min-width: 2000px) {
	.collapsed-text {
		height: 30em;
	}
}

.collapsed-text::after {
  content: 'Читать далее';
  display: block;
  width: 200px;
  height: 40px;
  text-align: center;
  font-size: inherit;
  line-height: 40px;
  color: #26313d;
  cursor: pointer;
  position: absolute;
  z-index: 3;
  bottom: 0;
  left: 50%;
  background-color: #ced5db;
  transform: translateX(-50%);
}

.collapsed-text::before {
  content: '';
  display: block;
  width: 100%;
  height: 50%;
  cursor: pointer;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  background: -webkit-linear-gradient(top, transparent, #ffffff 55%);
  background: linear-gradient(to bottom, transparent, #ffffff 55%);
}

.collapsed-text.show {
  height: auto;
  padding-bottom: 60px;
  overflow: visible;
}

.collapsed-text.show::after {
  content: 'Скрыть';
  bottom: -45px;
}

.collapsed-text.show::before {
  background: none;
}

.video_play{
  display: block;
  position: absolute;
  top:calc(50% - 32px);
  left:calc(50% - 32px);
  z-index: 10;
}

.video_play:hover{
  cursor: pointer;
}

.popup_video_fon{
  display: none;
  position: fixed;
  top:0;
  bottom: 0;
  right: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 1100;
}

.popup_video{
  display: none;
  position: absolute;
  z-index: 1110;
  top:10%;
  bottom: 10%;
  right: 10%;
  left: 10%;
}

.popup_video__video{
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 500px) {
  .popup_video{
    top:10%;
    bottom: 10%;
    right: 3%;
    left: 3%;
    }
}
