

/* Start:/markup/build/assets/css/main.css?1759520665143845*/
@charset "UTF-8";
/* COLORS */
/* MEDIA QUERIES */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

@font-face {
  font-family: "GothamPro";
  src: url("/markup/build/assets/css/../fonts/GothamPro.eot");
  src: url("/markup/build/assets/css/../fonts/GothamPro.eot?#iefix") format("embedded-opentype"), url("/markup/build/assets/css/../fonts/GothamPro.woff") format("woff"), url("/markup/build/assets/css/../fonts/GothamPro.ttf") format("truetype"), url("/markup/build/assets/css/../fonts/GothamPro.svg#GothamPro") format("svg");
  font-style: normal;
  font-weight: normal;
  font-display: swap;
}

@font-face {
  font-family: "GothamPro";
  src: url("/markup/build/assets/css/../fonts/GothamPro-Bold.eot");
  src: url("/markup/build/assets/css/../fonts/GothamPro-Bold.eot?#iefix") format("embedded-opentype"), url("/markup/build/assets/css/../fonts/GothamPro-Bold.woff") format("woff"), url("/markup/build/assets/css/../fonts/GothamPro-Bold.ttf") format("truetype"), url("/markup/build/assets/css/../fonts/GothamPro-Bold.svg#GothamPro") format("svg");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "GothamPro";
  src: url("/markup/build/assets/css/../fonts/GothamPro-Medium.eot");
  src: url("/markup/build/assets/css/../fonts/GothamPro-Medium.eot?#iefix") format("embedded-opentype"), url("/markup/build/assets/css/../fonts/GothamPro-Medium.woff") format("woff"), url("/markup/build/assets/css/../fonts/GothamPro-Medium.ttf") format("truetype"), url("/markup/build/assets/css/../fonts/GothamPro-Medium.svg#GothamPro") format("svg");
  font-style: normal;
  font-weight: 500;
  font-display: swap;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

address {
  font-style: normal;
}

button {
  cursor: pointer;
}

img {
  height: auto;
  max-width: 100%;
}

label {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

textarea {
  resize: vertical;
}

ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

ul li {
  position: static;
  padding: 0;
}

ul li::before {
  content: '';
}

::-webkit-input-placeholder {
  text-overflow: ellipsis;
}

:-moz-placeholder {
  text-overflow: ellipsis;
}

::-moz-placeholder {
  text-overflow: ellipsis;
}

:-ms-input-placeholder {
  text-overflow: ellipsis;
}

input[placeholder] {
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

input::-moz-placeholder {
  text-overflow: ellipsis;
}

input:-moz-placeholder {
  text-overflow: ellipsis;
}

input:-ms-input-placeholder {
  text-overflow: ellipsis;
}

:focus::-webkit-input-placeholder {
  color: transparent;
}

:focus::-moz-placeholder {
  color: transparent;
}

:focus:-moz-placeholder {
  color: transparent;
}

:focus:-ms-input-placeholder {
  color: transparent;
}

.responsive-video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.responsive-video iframe,
.responsive-video object,
.responsive-video embed {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.container {
  position: static;
  margin-left: auto;
  margin-right: auto;
  padding-left: 26px;
  padding-right: 26px;
  max-width: 1680px;
  min-width: 320px;
}

.container::after {
  content: '';
  display: none;
}

@media (max-width: 767px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.header-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  font-size: 1.6rem;
  color: #353940;
}

.site-content {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}

@media (max-width: 1023px) {
  .tablet-only-hide {
    display: none;
  }
}

@media (max-width: 767px) {
  .tablet-only-hide {
    display: block;
  }
}

/*Yandex place*/
@media (max-width: 768px) {
  .head-block__txt {
    max-width: 290px;
  }
}

.head-block__img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
}

@media (max-width: 767px) {
  .head-block__txt {
    max-width: 100%;
  }
  .head-block__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

/*Yandex place*/
.important-text {
  color: #ee1d24;
}

.video_wrapper {
  text-align: center;
}

.ya-phone {
  cursor: pointer;
}

html,
body {
  font-size: 62.5%;
  font-family: sans-serif;
}

body {
  line-height: 1.5;
}

body.no-overflow {
  overflow: hidden;
}

body.no-overflow.isIos {
  position: fixed;
  max-width: 100vw;
  max-height: 100vh;
}

@media (max-width: 767px) {
  body.no-overflow.isIos .new-header .menu__burger {
    display: none;
  }
  body.no-overflow.isIos .new-header .header__right {
    display: none;
  }
}

.new-header {
  /* Slider */
  /*
 * Container style
 */
  /*
 * Scrollbar rail styles
 */
  /*
 * Scrollbar thumb styles
 */
  /* MS supports */
}

.new-header .tippy-box[data-theme~=light] {
  color: #26323d;
  -webkit-box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  box-shadow: 0 0 20px 4px rgba(154, 161, 177, 0.15), 0 4px 80px -8px rgba(36, 40, 47, 0.25), 0 4px 4px -2px rgba(91, 94, 105, 0.15);
  background-color: #fff;
}

.new-header .tippy-box[data-theme~=light][data-placement^=top] > .tippy-arrow:before {
  border-top-color: #fff;
}

.new-header .tippy-box[data-theme~=light][data-placement^=bottom] > .tippy-arrow:before {
  border-bottom-color: #fff;
}

.new-header .tippy-box[data-theme~=light][data-placement^=left] > .tippy-arrow:before {
  border-left-color: #fff;
}

.new-header .tippy-box[data-theme~=light][data-placement^=right] > .tippy-arrow:before {
  border-right-color: #fff;
}

.new-header .tippy-box[data-theme~=light] > .tippy-backdrop {
  background-color: #fff;
}

.new-header .tippy-box[data-theme~=light] > .tippy-svg-arrow {
  fill: #fff;
}

.new-header .slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.new-header .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.new-header .slick-list:focus {
  outline: none;
}

.new-header .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.new-header .slick-slider .slick-track,
.new-header .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.new-header .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.new-header .slick-track:before,
.new-header .slick-track:after {
  display: table;
  content: '';
}

.new-header .slick-track:after {
  clear: both;
}

.new-header .slick-loading .slick-track {
  visibility: hidden;
}

.new-header .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.new-header [dir='rtl'] .slick-slide {
  float: right;
}

.new-header .slick-slide img {
  display: block;
}

.new-header .slick-slide.slick-loading img {
  display: none;
}

.new-header .slick-slide.dragging img {
  pointer-events: none;
}

.new-header .slick-initialized .slick-slide {
  display: block;
}

.new-header .slick-loading .slick-slide {
  visibility: hidden;
}

.new-header .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.new-header .slick-arrow.slick-hidden {
  display: none;
}

.new-header .ps {
  overflow: hidden !important;
  overflow-anchor: none;
  -ms-overflow-style: none;
  touch-action: auto;
  -ms-touch-action: auto;
}

.new-header .ps__rail-x {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  height: 15px;
  /* there must be 'bottom' or 'top' for ps__rail-x */
  bottom: 0px;
  /* please don't change 'position' */
  position: absolute;
}

.new-header .ps__rail-y {
  display: none;
  opacity: 0;
  -o-transition: background-color .2s linear, opacity .2s linear;
  transition: background-color .2s linear, opacity .2s linear;
  -webkit-transition: background-color .2s linear, opacity .2s linear;
  width: 15px;
  /* there must be 'right' or 'left' for ps__rail-y */
  right: 0;
  /* please don't change 'position' */
  position: absolute;
}

.new-header .ps--active-x > .ps__rail-x,
.new-header .ps--active-y > .ps__rail-y {
  display: block;
  background-color: transparent;
}

.new-header .ps:hover > .ps__rail-x,
.new-header .ps:hover > .ps__rail-y,
.new-header .ps--focus > .ps__rail-x,
.new-header .ps--focus > .ps__rail-y,
.new-header .ps--scrolling-x > .ps__rail-x,
.new-header .ps--scrolling-y > .ps__rail-y {
  opacity: 0.6;
}

.new-header .ps .ps__rail-x:hover,
.new-header .ps .ps__rail-y:hover,
.new-header .ps .ps__rail-x:focus,
.new-header .ps .ps__rail-y:focus,
.new-header .ps .ps__rail-x.ps--clicking,
.new-header .ps .ps__rail-y.ps--clicking {
  background-color: #eee;
  opacity: 0.9;
}

.new-header .ps__thumb-x {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, height .2s ease-in-out;
  transition: background-color .2s linear, height .2s ease-in-out;
  -webkit-transition: background-color .2s linear, height .2s ease-in-out;
  height: 6px;
  /* there must be 'bottom' for ps__thumb-x */
  bottom: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.new-header .ps__thumb-y {
  background-color: #aaa;
  border-radius: 6px;
  -o-transition: background-color .2s linear, width .2s ease-in-out;
  transition: background-color .2s linear, width .2s ease-in-out;
  -webkit-transition: background-color .2s linear, width .2s ease-in-out;
  width: 6px;
  /* there must be 'right' for ps__thumb-y */
  right: 2px;
  /* please don't change 'position' */
  position: absolute;
}

.new-header .ps__rail-x:hover > .ps__thumb-x,
.new-header .ps__rail-x:focus > .ps__thumb-x,
.new-header .ps__rail-x.ps--clicking .ps__thumb-x {
  background-color: #999;
  height: 11px;
}

.new-header .ps__rail-y:hover > .ps__thumb-y,
.new-header .ps__rail-y:focus > .ps__thumb-y,
.new-header .ps__rail-y.ps--clicking .ps__thumb-y {
  background-color: #999;
  width: 11px;
}

@supports (-ms-overflow-style: none) {
  .new-header .ps {
    overflow: auto !important;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .new-header .ps {
    overflow: auto !important;
  }
}

.new-header .main-slider {
  z-index: 1;
}

.new-header .main-slider__inner {
  -webkit-transition: opacity 0.3s 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: opacity 0.3s 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.3s 0.75s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.new-header .slick-active .main-slider__inner {
  opacity: 1;
}

.new-header .main-slider.slick-initialized {
  visibility: visible;
}

.new-header .main-slider__slide {
  background-position: 100% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
  background-color: #f1f4f9;
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  min-height: 590px;
  padding-left: 88px;
  padding-bottom: 50px;
  padding-top: 50px;
}

.new-header .main-slider .slick-dots {
  bottom: 20px;
  list-style: none;
  margin: 0 0 0 -18px;
  padding: 0;
  position: absolute;
  left: 50%;
  text-align: center;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
  z-index: 9;
}

.new-header .main-slider .slick-dots > li {
  display: inline-block;
  margin-left: 18px;
  padding: 0;
}

.new-header .main-slider .slick-dots > li:before {
  display: none;
}

.new-header .main-slider .slick-dots button {
  background: #dcdcdc;
  border: 0;
  border-radius: 50%;
  cursor: pointer;
  height: 15px;
  padding: 0;
  text-indent: -9999px;
  width: 15px;
}

.new-header .main-slider .slick-active button {
  background-color: #4179c2;
}

.new-header .main-slider__text {
  max-width: 75%;
  padding-right: 20px;
}

@media (max-width: 1023px) {
  .new-header .main-slider__text {
    max-width: 100%;
  }
}

.new-header .main-slider__title {
  font-size: 46px;
  line-height: 1.217391304347826;
  margin: 0 0 13px 0;
  font-weight: 700;
  letter-spacing: -0.005em;
  color: #454A52;
}

.new-header .main-slider__title--text {
  font-size: 22px;
  /*line-height: 32px;*/
  margin-bottom: 30px;
}

.new-header .main-slider__teaser {
  font-size: 20px;
  line-height: 1.4em;
  max-width: 700px;
  margin-bottom: 20px;
}

.new-header .main-slider__teaser p {
  margin-bottom: 20px;
}

.new-header .main-slider__teaser p:last-child {
  margin-bottom: 0;
}

.new-header .main-slider__teaser-text {
  color: #454a51;
  font-size: 16px;
}

.new-header .main-slider__teaser-text p {
  margin-bottom: 20px;
}

.new-header .main-slider__text-block {
  max-width: 500px;
  position: relative;
  z-index: 9;
}

.new-header .main-slider__more {
  margin-top: 18px;
  font-size: 18px;
}

.new-header .main-slider__more a {
  color: #4B6A8A;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.new-header .main-slider__more a .arr {
  width: 12px;
  height: 12px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 0 0 7px;
}

.new-header .main-slider__more a .arr::before,
.new-header .main-slider__more a .arr::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/markup/build/assets/css/../img/arr-big.png) no-repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-size: auto auto;
  background-size: 100% auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

.new-header .main-slider__image {
  max-width: none;
  height: 100%;
  position: absolute;
  width: auto;
}

@media (max-width: 992px) {
  .new-header .main-slider__slide {
    padding-left: 40px;
    padding-right: 40px;
  }
  .new-header .main-slider__title {
    font-size: 38px;
  }
  .new-header .main-slider__teaser {
    max-width: 430px;
  }
  .new-header .slick-slide .main-slider__image {
    display: none;
  }
  .new-header .main-slider__text {
    max-width: none;
  }
}

@media (max-width: 767px) {
  .new-header .main-slider__slide {
    background-image: none !important;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 40px;
    min-height: 360px;
  }
  .new-header .main-slider__title {
    font-size: 26px;
    line-height: 1.230769230769231;
    margin-bottom: 5px;
  }
  .new-header .main-slider__teaser {
    font-size: 18px;
  }
}

@media screen and (min-width: 1600px) {
  .new-header .main-slider__title--text {
    font-size: 44px;
    line-height: 1.3;
  }
  .new-header .main-slider__teaser-text {
    font-size: 20px;
  }
}

.new-header .btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #4a85cc;
  background: -webkit-gradient(linear, left top, left bottom, from(#4a85cc), to(#2e63b0));
  background: -webkit-linear-gradient(top, #4a85cc 0%, #2e63b0 100%);
  background: -o-linear-gradient(top, #4a85cc 0%, #2e63b0 100%);
  background: linear-gradient(to bottom, #4a85cc 0%, #2e63b0 100%);
  border-radius: 4px;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  font-weight: 600;
  font-size: 1.4rem;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0 22px;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  min-width: 195px;
  cursor: pointer;
}

.new-header .btn--bold {
  font-weight: 700;
}

.new-header .btn:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#6493cb), to(#4371b5));
  background: -webkit-linear-gradient(top, #6493cb 0%, #4371b5 100%);
  background: -o-linear-gradient(top, #6493cb 0%, #4371b5 100%);
  background: linear-gradient(to bottom, #6493cb 0%, #4371b5 100%);
}

.new-header .btn:active, .new-header .btn:focus {
  background: -webkit-gradient(linear, left top, left bottom, from(#3075c7), to(#235db1));
  background: -webkit-linear-gradient(top, #3075c7 0%, #235db1 100%);
  background: -o-linear-gradient(top, #3075c7 0%, #235db1 100%);
  background: linear-gradient(to bottom, #3075c7 0%, #235db1 100%);
}

.new-header .logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #353940;
  font-weight: bold;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 19px;
  line-height: 1;
  text-decoration: none;
}

@media (max-width: 767px) {
  .new-header .logo {
    font-size: 16px;
    width: 100%;
    margin-bottom: 10px;
    margin-top: 6px;
  }
}

.new-header .logo img {
  max-width: 200px;
  height: auto;
}

@media (max-width: 767px) {
  .new-header .logo img {
    max-width: 150px;
  }
}

.new-header .location-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #516987;
  text-decoration: none;
  font-size: 1.4rem;
  margin-bottom: 5px;
}

.new-header .location-link--nomargin {
  margin-right: 0;
}

.new-header .location-link svg {
  fill: #dcdcdc;
  margin-right: 5px;
}

.new-header .location-link:hover {
  text-decoration: underline;
}

.new-header .location-link:hover svg {
  fill: #4179c2;
}

.new-header .main-nav {
  padding: 0 26px;
  max-width: 1680px;
  margin: 0 auto;
}

.new-header .main-nav.has-back-btn {
  padding-left: 100px;
}

@media (max-width: 1200px) {
  .new-header .main-nav {
    padding-right: 100px;
  }
}

@media (max-width: 767px) {
  .new-header .main-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 270px;
    height: 100%;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
    z-index: 22;
    padding: 0;
    background-color: #fff;
  }
}

.new-header .main-nav__list {
  width: 100%;
  height: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  overflow: initial !important;
}

@media (max-width: 1200px) {
  .new-header .main-nav__list {
    overflow-x: hidden !important;
  }
}

.new-header .main-nav__list.ps--active-x > .ps__rail-x {
  display: none;
}

@media (max-width: 767px) {
  .new-header .main-nav__list {
    -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;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    height: auto;
    overflow-x: visible;
    padding-top: 20px;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.new-header .main-nav__item {
  margin-left: 7px;
  height: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 7px;
}

.new-header .main-nav__item.parent {
  position: relative;
}

.new-header .main-nav__item.is-opened > a {
  border-bottom: 1px solid black;
}

.new-header .main-nav__item.is-opened > a.is-clicked:after {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.new-header .main-nav__item--onlymob {
  display: none;
}

@media (max-width: 1200px) {
  .new-header .main-nav__item {
    margin-left: 23px;
    margin-right: 23px;
  }
}

@media (max-width: 767px) {
  .new-header .main-nav__item {
    width: 90%;
    height: auto;
    display: block;
    margin-bottom: 20px;
    /* &.has-submenu::after {
        content: '';
        position: relative;
        background: #fff url(/markup/build/assets/css/../images/more-arrow.png) no-repeat;
        display: inline-block;
        height: 12px;
        float: right;
        width: 10px;
        right: 10px;
        top: 6px;
      }*/
  }
  .new-header .main-nav__item--onlymob {
    display: block;
  }
  .new-header .main-nav__item.has-submenu:first-child {
    position: relative;
  }
  .new-header .main-nav__item.has-submenu:first-child .subcontent {
    top: -1em;
  }
  .new-header .main-nav__item.has-submenu:first-child::after {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .new-header .main-nav__item:nth-child(2) {
    margin-left: 23px;
  }
}

.new-header .main-nav__item.js-services-list-item-sb .subcontent {
  margin-top: 0;
}

@media (max-width: 767px) {
  .new-header .main-nav__item.js-services-list-item-sb .subcontent .main-nav__showmore {
    right: 60px;
  }
}

.new-header .main-nav__link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #353940;
  padding-top: 6px;
  padding-bottom: 6px;
  line-height: 1;
  white-space: nowrap;
  -webkit-transition: none;
  -o-transition: none;
  transition: none;
  position: relative;
}

.new-header .main-nav__link.is-clicked:after {
  content: "Нажмите еще раз, чтобы перейти в раздел";
  position: absolute;
  right: 0;
  background: #000;
  color: white;
  font-size: 16px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1;
  height: 22px;
  /*display: inline-flex;*/
  display: none;
  padding: 0 10px;
  border-radius: 10px 10px 10px 0;
  -webkit-transform: translate(100%, -15px);
  -ms-transform: translate(100%, -15px);
  transform: translate(100%, -15px);
  font-weight: 400;
  text-transform: none;
  top: -3px;
  -webkit-box-shadow: 0px 10px 10px 0px rgba(173, 187, 201, 0.63);
  box-shadow: 0px 10px 10px 0px rgba(173, 187, 201, 0.63);
}

.new-header .main-nav__link:hover {
  border-bottom: 1px solid #4B6A8A;
  color: #4B6A8A;
}

@media (max-width: 767px) {
  .new-header .main-nav__link {
    white-space: normal;
  }
  .new-header .main-nav__link.js-get-cars-list {
    /*display: inline-block;*/
    position: relative;
    z-index: 1;
  }
  .new-header .main-nav__link:hover {
    border-bottom: 0;
  }
}

.new-header .main-nav__menu-more {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff url(/markup/build/assets/css/../images/more-arrow.png) no-repeat right 35px top 50%;
  color: #3166b3;
  cursor: pointer;
  display: none;
  font-weight: 700;
  margin-top: -1px;
  padding-left: 15px;
  padding-right: 50px;
  position: absolute;
  right: 0;
  text-transform: uppercase;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 9;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  bottom: -30px;
  height: 60px;
}

.new-header .main-nav__menu-more:before {
  background: -webkit-gradient(linear, left top, right top, from(rgba(125, 185, 232, 0)), to(white));
  background: -webkit-linear-gradient(left, rgba(125, 185, 232, 0) 0%, white 100%);
  background: -o-linear-gradient(left, rgba(125, 185, 232, 0) 0%, white 100%);
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, white 100%);
  bottom: 0;
  content: '';
  height: 100%;
  position: absolute;
  right: 100%;
  top: 0;
  width: 15px;
}

@media (max-width: 1200px) {
  .new-header .main-nav__menu-more {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

.new-header .main-nav__menu-more--back {
  left: 0;
  right: auto;
  padding-left: 42px;
  padding-right: 15px;
  background: #fff url(/markup/build/assets/css/../images/back-arrow.png) no-repeat left 26px top 50%;
}

.new-header .main-nav__menu-more--back:before {
  right: auto;
  left: 100%;
  background: -webkit-gradient(linear, right top, left top, from(rgba(125, 185, 232, 0)), to(white));
  background: -webkit-linear-gradient(right, rgba(125, 185, 232, 0) 0%, white 100%);
  background: -o-linear-gradient(right, rgba(125, 185, 232, 0) 0%, white 100%);
  background: linear-gradient(to left, rgba(125, 185, 232, 0) 0%, white 100%);
}

@media (max-width: 1200px) {
  .new-header .main-nav__menu-more--back {
    display: none;
  }
}

@media (max-width: 767px) {
  .new-header .main-nav__menu-more {
    display: none;
  }
}

.new-header .main-nav__menu-bottom {
  display: none;
  border-top: 1px solid #e4e4e4;
  padding: 23px;
  font-size: 14px;
}

@media (max-width: 767px) {
  .new-header .main-nav__menu-bottom {
    display: block;
  }
}

.new-header .main-nav__menu-phone {
  color: #353940;
  font-weight: 700;
}

.new-header .main-nav__locations {
  margin-top: 10px;
}

.new-header .main-nav__scrollable {
  height: 100%;
}

@media (max-width: 767px) {
  .new-header .main-nav__scrollable {
    padding-bottom: 52px;
  }
}

.new-header .main-nav__showmore {
  display: none;
}

@media (max-width: 1023px) {
  .new-header .main-nav__showmore {
    position: absolute;
    bottom: -8px;
    right: -73px;
    z-index: 99;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-size: 12px;
    color: #3B67AD;
    text-decoration: none;
  }
}

@media (max-width: 767px) {
  .new-header .main-nav__showmore {
    top: 18px;
    bottom: unset;
    right: 15px;
  }
}

.new-header .features-list {
  list-style: none;
  margin-left: -10px;
  margin-top: -10px;
}

.new-header .features-list__item {
  background: no-repeat 30px 50% #fff;
  border-radius: 4px;
  display: inline-block;
  margin-left: 10px;
  margin-top: 10px;
  padding: 25px 40px 25px 83px;
  vertical-align: middle;
}

.new-header .features-list__item_best {
  background-image: url(/markup/build/assets/css/../images/features-best.png);
}

.new-header .features-list__item_slogan {
  background-image: url(/markup/build/assets/css/../images/features-slogan.png);
}

.new-header .features-list__item:before {
  display: none;
}

.new-header .features-list__title,
.new-header .features-list__subtitle {
  line-height: 1.555555555555556;
  margin: 0;
}

.new-header .features-list__title {
  font-size: 18px;
}

.new-header .features-list__subtitle {
  font-size: 14px;
}

@media (max-width: 992px) {
  .new-header .features-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 430px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.new-header .submenu {
  position: absolute;
  background: transparent;
  display: none;
  z-index: 1000;
}

.new-header .submenu.subcontent {
  background: transparent;
  width: auto;
}

@media (max-width: 767px) {
  .new-header .submenu.subcontent {
    width: 100%;
  }
}

.new-header .submenu__inner {
  margin-top: 37px;
  background-color: #fff;
  padding: 10px 32px;
  margin-left: -25px;
}

.new-header .submenu__link {
  font-size: 14px;
  line-height: 32px;
  text-decoration: none;
  color: #353940;
}

.new-header .submenu__link:hover {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .new-header .submenu {
    margin-left: 20px;
    width: 100%;
  }
  .new-header .submenu__list {
    padding-top: 20px;
  }
  .new-header .submenu__link {
    display: block;
    line-height: 20px;
    margin-bottom: 20px;
    font-weight: bold;
    text-transform: uppercase;
  }
}

.new-header .cars {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.new-header .car-card {
  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;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  text-decoration: none;
  color: #353940;
  background-color: #fff;
  width: 165px;
  min-height: 147px;
  border: 1px solid #e6e6e6;
  text-align: center;
  padding: 15px;
  padding-bottom: 11px;
  margin: 7px;
  /*width: 18%;*/
  min-width: 165px;
  width: calc(16.66666% - 14px);
}

@media (max-width: 1200px) {
  .new-header .car-card {
    /*width: 19%;*/
    /*min-width: 165px;*/
    min-width: auto;
    min-width: unset;
    width: calc(20% - 14px);
  }
}

@media (max-width: 1023px) {
  .new-header .car-card {
    width: calc(25% - 14px);
    /*min-width: 130px;*/
  }
}

@media (max-width: 767px) {
  .new-header .car-card {
    width: 19%;
    min-width: 108px;
  }
}

.new-header .car-card__title {
  margin-top: 15px;
  font-size: 14px;
  line-height: 18px;
}

@media (max-width: 767px) {
  .new-header .car-card__title {
    font-size: 12px;
  }
}

.new-header .online-entry {
  position: relative;
  background-color: #eff3fa;
  padding: 46px 36px;
}

.new-header .online-entry__title {
  /*font-size: 20px;*/
  line-height: 24px;
  font-weight: bold;
  color: #353940;
  margin-bottom: 4px;
  margin-top: 15px;
  font-size: 16px;
}

.new-header .online-entry__text {
  font-size: 14px;
  line-height: 23px;
  color: #6d7177;
  padding-right: 10%;
  margin-bottom: 18px;
}

.new-header .online-entry .btn {
  width: 100%;
}

.new-header .subcontent {
  position: absolute;
  width: 100%;
  top: 60px;
  left: 0;
  z-index: 1000;
  margin-top: -16px;
  padding-top: 16px;
  display: none;
}

@media (min-width: 1201px) and (max-width: 1740px) {
  .new-header .subcontent {
    padding-right: 40px;
  }
}

.new-header .subcontent .close {
  content: "";
  position: absolute;
  height: 25px;
  width: 25px;
  right: -30px;
  top: 30px;
  cursor: pointer;
  background: url("/markup/build/assets/css/../svg_icons/cross.svg");
}

@media (min-width: 1201px) and (max-width: 1740px) {
  .new-header .subcontent .close {
    right: 0;
  }
}

@media (max-width: 767px) {
  .new-header .subcontent {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%);
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
    background-color: #f8f9fb;
    top: 0;
    background-color: #fff;
  }
  .new-header .subcontent .ps__rail-y {
    display: none;
  }
}

.new-header .subcontent__container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 0;
  background-color: #f8f9fb;
  height: 60vh;
  max-height: 500px;
  max-width: 1480px;
}

.new-header .subcontent__container:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 200%;
  left: -50%;
  top: 16px;
  background-color: #f8f9fb;
}

@media (max-width: 767px) {
  .new-header .subcontent__container {
    width: 100%;
    display: -webkit-box;
    min-width: auto;
    background-color: white;
  }
  .new-header .subcontent__container:before {
    display: none;
  }
}

.new-header .subcontent__cars {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 100%;
  position: relative;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.new-header .subcontent__cars--right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 2%;
}

@media (max-width: 767px) {
  .new-header .subcontent__cars {
    min-width: 250px;
  }
}

.new-header .subcontent__cars-cont {
  /*width: 70%;*/
  padding-top: 23px;
  padding-right: 2%;
  padding-bottom: 23px;
  position: relative;
  max-height: 496px;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: auto;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

@media (max-width: 1023px) {
  .new-header .subcontent__cars-cont .main-nav__showmore {
    /*right: 75px;*/
    right: -90px;
    /* bottom: 11px;*/
  }
}

@media (max-width: 767px) {
  .new-header .subcontent__cars-cont {
    width: 100%;
    min-width: 275px;
    max-height: auto;
    height: 100%;
    padding-top: 48px;
  }
  .new-header .subcontent__cars-cont .scrollable__topShadow {
    top: 46px;
  }
  .new-header .subcontent__cars-cont .main-nav__showmore {
    right: 60px;
    /*bottom: -8px;*/
  }
}

@media (max-width: 1330px) {
  .new-header .subcontent__cars-cont--right {
    width: 50%;
  }
}

@media (max-width: 1200px) {
  .new-header .subcontent__cars-cont--right {
    width: 70%;
  }
}

@media (max-width: 1023px) {
  .new-header .subcontent__cars-cont--right {
    width: 81%;
  }
}

@media (max-width: 767px) {
  .new-header .subcontent__cars-cont--right {
    width: 100%;
    -webkit-transform: translateX(40%);
    -ms-transform: translateX(40%);
    transform: translateX(40%);
  }
}

@media (max-width: 1200px) {
  .new-header .subcontent__cars-cont {
    padding-right: 3.6%;
  }
}

@media (max-width: 1023px) {
  .new-header .subcontent__cars-cont {
    padding-right: 3%;
  }
}

.new-header .subcontent__services {
  height: 440px;
  position: relative;
  padding-right: 7%;
}

@media (max-width: 767px) {
  .new-header .subcontent__services {
    padding-right: 0;
    margin-right: 25px;
  }
}

.new-header .subcontent__services-cont {
  width: 51.5%;
  padding-right: 2%;
  padding-bottom: 23px;
  position: relative;
  padding-top: 33px;
  padding-left: 0.8%;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  will-change: transform;
}

@media (max-width: 767px) {
  .new-header .subcontent__services-cont {
    width: 100%;
    padding-top: 65px;
    padding-left: 0;
    padding-right: 0;
    -webkit-transition: -webkit-transform 0.3s;
    transition: -webkit-transform 0.3s;
    -o-transition: transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
}

.new-header .subcontent__entry {
  /*min-width: 400px;*/
  /*width: 30.1%;*/
  /*padding-right: 15px;*/
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 20%;
  max-width: 200px;
  margin-left: auto;
  min-width: unset;
  min-width: 292px;
  padding-left: 20px;
  padding-right: 20px;
  padding-top: 30px;
  padding-right: 15px;
}

@media (max-width: 1330px) {
  .new-header .subcontent__entry {
    width: 36.1%;
  }
}

@media (max-width: 1200px) {
  .new-header .subcontent__entry {
    padding-right: 26px;
  }
}

@media (max-width: 1023px) {
  .new-header .subcontent__entry {
    width: 39.1%;
    min-width: auto;
  }
}

@media (max-width: 767px) {
  .new-header .subcontent__entry {
    display: none;
  }
}

.new-header .subcontent__entry:after {
  position: absolute;
  content: "";
  top: 0;
  left: 100%;
  background-color: #eff3fa;
  width: 300%;
  height: 100%;
  z-index: 0;
}

.new-header .services {
  width: 100%;
}

.new-header .services__item {
  position: relative;
}

.new-header .services__item:last-child .services__link {
  margin-bottom: 0;
}

.new-header .services__item.active .services__link {
  color: #516987;
}

.new-header .services__item.has-submenu::after {
  content: '';
  position: absolute;
  background: #fff url(/markup/build/assets/css/../images/more-arrow.png) no-repeat;
  right: 0;
  top: 3px;
  height: 11px;
  width: 10px;
}

.new-header .services__link {
  display: block;
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-decoration: none;
  color: #353940;
}

.new-header .scrollable__inner {
  position: relative;
}

.new-header .scrollable__topShadow {
  display: none !important;
  position: absolute;
  top: 15px;
  left: 0;
  width: 95%;
  height: 60px;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(248, 249, 251, 0)), color-stop(75%, #f8f9fb), to(#f8f9fb));
  background: -webkit-linear-gradient(bottom, rgba(248, 249, 251, 0) 0%, #f8f9fb 75%, #f8f9fb 100%);
  background: -o-linear-gradient(bottom, rgba(248, 249, 251, 0) 0%, #f8f9fb 75%, #f8f9fb 100%);
  background: linear-gradient(to top, rgba(248, 249, 251, 0) 0%, #f8f9fb 75%, #f8f9fb 100%);
  z-index: 1;
}

@media (max-width: 767px) {
  .new-header .scrollable__topShadow {
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to top, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

.new-header .scrollable__bottomShadow {
  display: none !important;
  content: "";
  position: absolute;
  bottom: 15px;
  left: 0;
  /*width: 95%;*/
  width: calc(100% - 32px);
  height: 60px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(248, 249, 251, 0)), color-stop(75%, #f8f9fb), to(#f8f9fb));
  background: -webkit-linear-gradient(top, rgba(248, 249, 251, 0) 0%, #f8f9fb 75%, #f8f9fb 100%);
  background: -o-linear-gradient(top, rgba(248, 249, 251, 0) 0%, #f8f9fb 75%, #f8f9fb 100%);
  background: linear-gradient(to bottom, rgba(248, 249, 251, 0) 0%, #f8f9fb 75%, #f8f9fb 100%);
}

@media (max-width: 767px) {
  .new-header .scrollable__bottomShadow {
    position: relative;
    width: 100%;
    height: 30px;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
  }
}

.new-header .scrollable .ps__thumb-y {
  width: 5px;
  background-color: #919191;
  border-radius: 0;
  right: 0;
}

.new-header .scrollable .ps__rail-y {
  background-color: #f1f1f1;
  width: 5px;
}

.new-header .scrollable .ps__rail-y:hover > .ps__thumb-y,
.new-header .scrollable .ps__rail-y:focus > .ps__thumb-y,
.new-header .scrollable .ps__rail-y.ps--clicking .ps__thumb-y {
  width: 5px;
}

.new-header .menu__burger {
  cursor: pointer;
  display: none;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  height: 16px;
  width: 25px;
  position: absolute;
  top: 22px;
  right: 15px;
  z-index: 20;
}

.new-header .menu__burger.fixed {
  position: fixed;
  background-color: #fff;
  width: 48px;
  height: 48px;
  top: 0;
  right: 0;
  padding: 15px 11px 17px 12px;
  border-left: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  border-bottom-left-radius: 4px;
}

.new-header .menu__burger span {
  display: block;
  height: 2px;
  width: 100%;
  background: #3065b2;
  opacity: 1;
}

@media (max-width: 767px) {
  .new-header .menu__burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@media (max-width: 767px) {
  .new-header .menu__back {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    top: 30px;
    padding-left: 20px;
    height: 15px;
    background-position: left 0px top 50%;
  }
  .new-header .menu__back:before {
    display: none;
  }
}

.new-header .fader {
  background: #000;
  height: 100%;
  left: 0;
  opacity: 0.5;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 21;
  display: none;
}

.new-header .btn-close {
  width: 19px;
  height: 19px;
  cursor: pointer;
}

.new-header .btn-close:after, .new-header .btn-close:before {
  position: absolute;
  content: "";
  width: 2px;
  height: 25px;
  background-color: #fff;
  top: -3px;
  left: 8px;
}

.new-header .btn-close:after {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.new-header .btn-close:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

@keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes lds-spinner {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.new-header .lds-css {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  position: absolute;
}

.new-header .lds-spinner {
  position: absolute;
  top: 20%;
}

.new-header .lds-spinner div {
  left: 94px;
  top: 48px;
  position: absolute;
  -webkit-animation: lds-spinner linear 1s infinite;
  animation: lds-spinner linear 1s infinite;
  background: #8cd0e5;
  width: 12px;
  height: 24px;
  border-radius: 40%;
  -webkit-transform-origin: 6px 52px;
  -ms-transform-origin: 6px 52px;
  transform-origin: 6px 52px;
}

.new-header .lds-spinner div:nth-child(1) {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-animation-delay: -0.916666666666667s;
  animation-delay: -0.916666666666667s;
}

.new-header .lds-spinner div:nth-child(2) {
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  transform: rotate(30deg);
  -webkit-animation-delay: -0.833333333333333s;
  animation-delay: -0.833333333333333s;
}

.new-header .lds-spinner div:nth-child(3) {
  -webkit-transform: rotate(60deg);
  -ms-transform: rotate(60deg);
  transform: rotate(60deg);
  -webkit-animation-delay: -0.75s;
  animation-delay: -0.75s;
}

.new-header .lds-spinner div:nth-child(4) {
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-animation-delay: -0.666666666666667s;
  animation-delay: -0.666666666666667s;
}

.new-header .lds-spinner div:nth-child(5) {
  -webkit-transform: rotate(120deg);
  -ms-transform: rotate(120deg);
  transform: rotate(120deg);
  -webkit-animation-delay: -0.583333333333333s;
  animation-delay: -0.583333333333333s;
}

.new-header .lds-spinner div:nth-child(6) {
  -webkit-transform: rotate(150deg);
  -ms-transform: rotate(150deg);
  transform: rotate(150deg);
  -webkit-animation-delay: -0.5s;
  animation-delay: -0.5s;
}

.new-header .lds-spinner div:nth-child(7) {
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-animation-delay: -0.416666666666667s;
  animation-delay: -0.416666666666667s;
}

.new-header .lds-spinner div:nth-child(8) {
  -webkit-transform: rotate(210deg);
  -ms-transform: rotate(210deg);
  transform: rotate(210deg);
  -webkit-animation-delay: -0.333333333333333s;
  animation-delay: -0.333333333333333s;
}

.new-header .lds-spinner div:nth-child(9) {
  -webkit-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  transform: rotate(240deg);
  -webkit-animation-delay: -0.25s;
  animation-delay: -0.25s;
}

.new-header .lds-spinner div:nth-child(10) {
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
  -webkit-animation-delay: -0.166666666666667s;
  animation-delay: -0.166666666666667s;
}

.new-header .lds-spinner div:nth-child(11) {
  -webkit-transform: rotate(300deg);
  -ms-transform: rotate(300deg);
  transform: rotate(300deg);
  -webkit-animation-delay: -0.083333333333333s;
  animation-delay: -0.083333333333333s;
}

.new-header .lds-spinner div:nth-child(12) {
  -webkit-transform: rotate(330deg);
  -ms-transform: rotate(330deg);
  transform: rotate(330deg);
  -webkit-animation-delay: 0s;
  animation-delay: 0s;
}

.new-header .lds-spinner {
  width: 200px !important;
  height: 200px !important;
  -webkit-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  -ms-transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
  transform: translate(-100px, -100px) scale(1) translate(100px, 100px);
}

.new-header .header {
  position: relative;
  z-index: 41;
  -webkit-box-shadow: 0px 0px 44px 0px rgba(173, 187, 201, 0.33);
  box-shadow: 0px 0px 44px 0px rgba(173, 187, 201, 0.33);
  /*TOP*/
}

@media (max-width: 767px) {
  .new-header .header {
    position: static;
  }
}

.new-header .header__top {
  border-bottom: 1px solid #ebeef2;
}

@media (max-width: 1330px) {
  .new-header .header__top {
    padding-top: 38px;
  }
}

@media (max-width: 923px) {
  .new-header .header__top {
    padding-top: 6rem;
  }
}

@media (max-width: 767px) {
  .new-header .header__top {
    padding-top: 8px;
    position: static;
  }
}

.new-header .header__top._fixed {
  margin-bottom: 6rem;
}

.new-header .header__top-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 79px;
}

@media (max-width: 767px) {
  .new-header .header__top-inner {
    -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;
    display: block;
    height: 120px;
  }
}

.new-header .header__mobile-title {
  font-size: 13px;
  text-transform: uppercase;
  margin-bottom: 15px;
  display: none;
}

@media (max-width: 767px) {
  .new-header .header__mobile-title {
    display: block;
  }
}

.new-header .header__locations-cont {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media (max-width: 1330px) {
  .new-header .header__locations-cont {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
}

@media (max-width: 920px) {
  .new-header .header__locations-cont {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .new-header .header__locations-cont {
    padding: 20px;
    position: fixed;
    background-color: #fff;
    width: 270px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    left: 0;
    top: 0;
    z-index: 22;
    height: 100%;
    -webkit-transform: translateX(-150%);
    -ms-transform: translateX(-150%);
    transform: translateX(-150%);
  }
}

.new-header .header__locations {
  font-size: 1.4rem;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 10px;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-right: 0%;
  padding-left: 3%;
}

@media (max-width: 1330px) {
  .new-header .header__locations {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: #f1f4f9;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-right: 26px;
    padding-left: 26px;
  }
}

@media (max-width: 920px) {
  .new-header .header__locations {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
}

@media (max-width: 767px) {
  .new-header .header__locations {
    position: static;
    width: calc(100% - 20px);
    padding: 0;
    top: auto;
    background: transparent;
  }
}

.new-header .header__locations-title {
  width: 100%;
  color: #a0a2a4;
  margin-bottom: 6px;
  padding-left: 5px;
}

@media (max-width: 1330px) {
  .new-header .header__locations-title {
    width: auto;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    padding-left: 0;
  }
}

@media (max-width: 920px) {
  .new-header .header__locations-title {
    display: none;
  }
}

@media (max-width: 767px) {
  .new-header .header__locations-title {
    font-size: 14px;
    padding-left: 0;
    display: block;
  }
}

.new-header .header__locations-close {
  display: none;
  position: absolute;
  right: -35px;
  top: 18px;
}

@media (max-width: 767px) {
  .new-header .header__locations-close {
    display: block;
  }
}

.new-header .header__location-link {
  margin-right: 8.4%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1330px) {
  .new-header .header__location-link {
    margin-right: 2.7%;
    -ms-flex-negative: 1;
    flex-shrink: 1;
  }
}

@media (max-width: 767px) {
  .new-header .header__location-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    font-weight: 700;
    text-transform: uppercase;
    color: black;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .new-header .header__location-link svg {
    fill: black;
    margin-top: 3px;
    margin-right: 13px;
  }
}

.new-header .header__right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-item-align: start;
  align-self: flex-start;
  padding-top: 13px;
}

.new-header .header__right.fixed {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: #4078c1;
  z-index: 4;
  font-size: 12px;
  height: 51px;
  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;
  margin: 0;
}

.new-header .header__right.fixed svg {
  display: none;
}

.new-header .header__right.fixed .header__order-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  width: 50%;
  padding-top: 0;
  padding-left: 12px;
}

.new-header .header__right.fixed .header__order-block .btn {
  font-size: 12px;
  background: transparent;
  width: auto;
  height: auto;
  padding: 0;
  min-width: auto;
}

.new-header .header__right.fixed .header__time-block {
  display: block;
  width: 50%;
  min-width: auto;
}

.new-header .header__right.fixed .header__phone {
  height: 51px;
  width: 100%;
  font-size: 12px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: relative;
  padding-right: 12px;
}

.new-header .header__right.fixed .header__phone:after {
  position: absolute;
  content: "|";
  right: 0;
}

@media (max-width: 767px) {
  .new-header .header__right {
    margin: 0 -20px;
    display: block;
    padding-top: 0;
    background-color: #4078c1;
    color: white;
    padding-left: 20px;
    padding-right: 20px;
    height: 30px;
  }
}

.new-header .header__time-block {
  -ms-flex-item-align: start;
  align-self: flex-start;
  text-align: right;
  padding-right: 1.2%;
  min-width: 223px;
  margin-right: 8px;
}

@media (max-width: 767px) {
  .new-header .header__time-block {
    width: 100%;
    margin-right: 0;
    padding-right: 6px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
}

.new-header .header__mob-location-open {
  display: none;
  fill: #f43;
  margin-left: auto;
  height: auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}

@media (max-width: 767px) {
  .new-header .header__mob-location-open {
    display: block;
  }
}

.new-header .header__order-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

@media (max-width: 767px) {
  .new-header .header__order-block {
    display: none;
  }
}

.new-header .header__time {
  font-size: 1.3rem;
  color: #a0a2a4;
  margin-bottom: 8px;
}

@media (max-width: 767px) {
  .new-header .header__time {
    display: none;
  }
}

.new-header .header__phone {
  font-size: 2.0rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: underline !important;
  color: #516987 !important;
  cursor: pointer;
}

.new-header .header__phone svg {
  display: none;
  fill: white;
  margin-right: 5px;
}

@media (max-width: 767px) {
  .new-header .header__phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: white !important;
    text-decoration: none !important;
    height: 30px;
    font-size: 14px;
    text-align: left !important;
  }
  .new-header .header__phone a {
    display: block;
    white-space: nowrap;
  }
  .new-header .header__phone svg {
    display: block;
  }
}

.new-header .header__phone-fixed-text {
  display: none;
  text-transform: uppercase;
  padding-left: 13px;
  border-left: 2px solid white;
  margin-left: 13px;
}

.new-header .header__bottom._fixed {
  width: 100%;
  background-color: #ffffff;
  position: fixed;
  top: 0;
  -webkit-box-shadow: 0px 0px 44px 0px rgba(173, 187, 201, 0.33);
  box-shadow: 0px 0px 44px 0px rgba(173, 187, 201, 0.33);
}

@media (min-width: 768px) {
  .new-header .sub-menu {
    position: absolute;
    top: 100%;
    background: #fff;
    width: 200px;
    left: -100%;
    display: none;
  }
}

.new-header .sub-menu-item {
  padding: 10px 20px;
}

@media (max-width: 768px) {
  .new-header .sub-menu-item {
    padding: 0;
    margin-bottom: 20px;
  }
}

.new-header .sub-menu-link {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
  color: #353940;
}

.new-header .sub-menu-link:hover {
  border-bottom: 1px solid black;
  color: #353940;
}

.new-header .main-nav__item:hover > .sub-menu {
  display: block;
}

@media (max-width: 768px) {
  .new-header .parent {
    margin-bottom: 0px;
  }
  .new-header .parent .main-nav__link {
    display: none;
  }
}

.footer {
  min-height: 100%;
  min-width: 300px;
  margin: 0 auto;
  position: relative;
  /*overflow: hidden;*/
  text-align: left;
}

.contacts {
  color: #fff;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.contacts .title1 {
  color: inherit;
  font-size: 24px;
  margin: 0 0 10px 0;
}

.half {
  float: left;
  width: 50%;
  padding: 0 15px 0 0;
}

.contacts .half {
  float: left;
  width: 50%;
  position: relative;
}

.contacts .half:before {
  content: '';
  position: absolute;
  top: 50%;
  z-index: 2;
}

.contacts .bg {
  position: absolute;
  z-index: 1;
  opacity: 0.9;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: 50% 0;
  background-size: cover;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.contacts .half:hover .bg {
  opacity: 1;
}

.contacts .bg-contact .bg {
  background-color: #335576;
  background-image: url("/markup/build/assets/css/../images/footer/bg-contact.jpg");
}

.contacts .bg-map .bg {
  background-color: #5e7a93;
  background-image: url("/markup/build/assets/css/../images/footer/bg-map.jpg");
}

.contacts .bg-contact:before {
  background: url("/markup/build/assets/css/../images/footer/icon-contacts.png") no-repeat;
  background-size: 100% 100%;
  width: 105px;
  height: 145px;
  left: 60px;
  margin: -70px -13px;
}

.contacts .half .in {
  z-index: 3;
  height: 100%;
  max-width: 585px;
  padding: 50px 75px 101px 75px;
  position: relative;
  float: left;
}

.contacts .half:first-child .in {
  float: right;
}

.contacts .title1 {
  color: inherit;
  font-size: 24px;
  margin: 0 0 10px 0;
}

.contacts .btn {
  position: absolute;
  left: 70px;
  bottom: 42px;
  padding: 0 10px;
  min-width: 200px;
}

@media only screen and (max-width: 1300px) {
  .contacts .bg-contact:before {
    margin-left: -50px;
  }
}

.contacts .bg-map:before {
  background: url("/markup/build/assets/css/../images/footer/icon-map.png") no-repeat;
  background-size: 100% 100%;
  width: 86px;
  height: 146px;
  right: 60px;
  margin: -72px -43px;
}

.footer .b .contacts2 .icon-phone {
  background-image: url("/markup/build/assets/css/../images/footer/icon-phone.png");
}

.footer .b .contacts2 .icon-place {
  background-image: url("/markup/build/assets/css/../images/footer/icon-place.png");
}

.footer .b .contacts2 .arr-link {
  color: #ADBBC9;
}

.footer .b .contacts2 .arr-link:hover {
  color: #fff;
}

.footer .b .contacts2 .arr-link .arr {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  position: relative;
}

.footer .b .contacts2 .arr-link .arr:before,
.footer .b .contacts2 .arr-link .arr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("/markup/build/assets/css/../images/footer/arr.png") no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

.footer .b .contacts2 .arr-link .arr:after {
  opacity: 0;
  background-position: 0 -10px;
}

.footer .b .contacts2 a.arr-link:hover .arr:before {
  opacity: 0;
}

.footer .b .contacts2 a.arr-link:hover .arr:after {
  opacity: 1;
}

.footer .b .copy {
  padding-right: 40px;
}

.footer {
  min-height: 0;
}

.footer .b {
  background: #383c48;
  font-size: 13px;
  line-height: 21px;
  color: #E3E8EE;
  padding: 44px 35px;
  margin: 0 auto;
  position: relative;
}

.footer .b .e {
  float: left;
  width: 25%;
}

.footer .b a {
  color: inherit;
}

.footer .b a:hover {
  color: #fff;
}

.footer .b .big {
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  margin: 0 0 10px 0;
}

.footer .b ul,
.footer .b li {
  margin: 0;
  padding: 0;
}

.footer .b li:before {
  display: none;
}

.footer .b li {
  margin: 5px 0 0 0;
}

.footer .b li:first-child {
  margin-top: 0 !important;
}

.footer .b .contacts2 li {
  padding-left: 20px;
}

.footer .b .contacts2 .icon {
  position: absolute;
  top: 3px;
  left: 0;
  width: 16px;
  height: 16px;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
}

.footer .b .contacts2 svg {
  height: auto;
  width: auto;
}

.footer .b .contacts2 li.contacts2__social-item {
  padding-left: 0;
}

.contacts2__social-link {
  display: inline-block;
}

.contacts2__social-link-vk {
  width: 30px;
  height: 20px;
}

.contacts2__social-link-vk path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts2__social-link-vk:hover path {
  fill: #4c75a3;
}

.contacts2__social-link-telegram {
  margin-left: 5px;
  width: 30px;
  height: 20px;
}

.contacts2__social-link-telegram path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts2__social-link-telegram:hover path {
  fill: #4c75a3;
}

.contacts2__social-link-instagram {
  margin-left: 5px;
  width: 30px;
  height: 20px;
}

.contacts2__social-link-instagram path {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.contacts2__social-link-instagram:hover path {
  fill: #e4405f;
}

.footer .b .contacts2 .icon-phone {
  background-image: url("/markup/build/assets/css/../images/footer/icon-phone.png");
}

.footer .b .contacts2 .icon-place {
  background-image: url("/markup/build/assets/css/../images/footer/icon-place.png");
}

.footer .b .contacts2 .arr-link {
  color: #ADBBC9;
}

.footer .b .contacts2 .arr-link:hover {
  color: #fff;
}

.footer .b .contacts2 .arr-link .arr {
  display: inline-block;
  vertical-align: middle;
  width: 10px;
  height: 10px;
  margin: 0 0 0 8px;
  position: relative;
}

.footer .b .contacts2 .arr-link .arr:before,
.footer .b .contacts2 .arr-link .arr:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url("/markup/build/assets/css/../images/footer/arr.png") no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

.footer .b .contacts2 .arr-link .arr:after {
  opacity: 0;
  background-position: 0 -10px;
}

.footer .b .contacts2 a.arr-link:hover .arr:before {
  opacity: 0;
}

.footer .b .contacts2 a.arr-link:hover .arr:after {
  opacity: 1;
}

.footer .b .copy {
  clear: both;
  padding-right: 40px;
}

.footer .b .copy2 {
  text-align: center;
  display: block;
}

.footer .logo {
  color: #E3E8EE;
  font-size: 20px;
  margin: -5px 0 17px 0;
}

.footer .logo img {
  height: 50px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  vertical-align: middle;
  width: auto;
  margin: 0 6px 0 0;
  position: relative;
}

footer li {
  position: relative;
}

footer a {
  font-weight: bold;
  color: #438ed9;
  text-decoration: none;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.btn {
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: #4492dc;
  background: #4492dc url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OTJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDU2YWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, #4492dc 0%, #0d56ad 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#4492dc), to(#0d56ad));
  background: -o-linear-gradient(top, #4492dc 0%, #0d56ad 100%);
  background: linear-gradient(to bottom, #4492dc 0%, #0d56ad 100%);
  border-radius: 4px;
  -webkit-border-radius: 4px;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  text-decoration: none;
  color: #fff !important;
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  text-align: center;
  position: relative;
  border: 0;
  margin: 0;
  padding: 0 22px;
  height: 40px;
  line-height: 40px;
  -webkit-appearance: none;
  min-width: 209px;
  cursor: pointer;
}

.btn:hover {
  background: #50aee1;
  background: #50aee1 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYWVlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTZhYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
  background: -webkit-linear-gradient(top, #50aee1 0%, #216ac2 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#50aee1), to(#216ac2));
  background: -o-linear-gradient(top, #50aee1 0%, #216ac2 100%);
  background: linear-gradient(to bottom, #50aee1 0%, #216ac2 100%);
}

.scroll-to-top {
  width: 50px;
  height: 50px;
  position: fixed;
  border-radius: 4px;
  cursor: pointer;
  z-index: 11;
  bottom: 50px;
  right: 50px;
  visibility: hidden;
  background: rgba(85, 105, 132, 0.5);
  opacity: 0;
  -webkit-transition: all .3s ease-out;
  -o-transition: all .3s ease-out;
  transition: all .3s ease-out;
  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;
}

@media (max-width: 768px) {
  .scroll-to-top {
    right: 10px;
    bottom: 65px;
  }
}

.scroll-to-top.active {
  visibility: visible;
  opacity: 1;
}

.scroll-to-top > svg {
  width: 20px;
  height: 30px;
}

.scroll-to-top path {
  fill: #fff;
}

.article {
  color: #000;
  margin-bottom: 40px;
  padding-bottom: 40px;
  display: grid;
  grid-template-columns: 292px 1fr 292px;
  gap: 30px;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
}

@media (max-width: 1330px) {
  .article {
    grid-template-columns: 280px 1fr;
  }
}

@media (max-width: 767px) {
  .article {
    max-width: none;
    grid-template-columns: 1fr;
    gap: 20px;
    border: none;
    border-bottom: 1px solid #c8d6e4;
  }
}

.article.block {
  display: block;
}

.article li {
  padding: 0;
}

.article li:before {
  position: unset;
}

.article h1,
.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
  color: #000;
}

.article h1:not(:last-child),
.article h2:not(:last-child),
.article h3:not(:last-child),
.article h4:not(:last-child),
.article h5:not(:last-child),
.article h6:not(:last-child) {
  margin: 0 0 34px;
}

@media (max-width: 1330px) {
  .article h1:not(:last-child),
  .article h2:not(:last-child),
  .article h3:not(:last-child),
  .article h4:not(:last-child),
  .article h5:not(:last-child),
  .article h6:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .article h1:not(:last-child),
  .article h2:not(:last-child),
  .article h3:not(:last-child),
  .article h4:not(:last-child),
  .article h5:not(:last-child),
  .article h6:not(:last-child) {
    margin-bottom: 20px;
  }
}

.article h1 + p,
.article h2 + p,
.article h3 + p,
.article h4 + p,
.article h5 + p,
.article h6 + p {
  margin-top: -16px;
}

@media (max-width: 767px) {
  .article h1 + p,
  .article h2 + p,
  .article h3 + p,
  .article h4 + p,
  .article h5 + p,
  .article h6 + p {
    margin-top: -12px;
  }
}

.article blockquote {
  border-top: 1px solid #556984;
  font-weight: 400;
  font-size: 26px;
  line-height: 1.5;
  padding-top: 20px;
  padding-bottom: 34px;
}

@media (max-width: 1330px) {
  .article blockquote {
    font-size: 22px;
    padding-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .article blockquote {
    font-size: 18px;
    padding-bottom: 0;
  }
}

.article blockquote:not(:last-child) {
  margin: 0 0 34px;
}

@media (max-width: 1330px) {
  .article blockquote:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .article blockquote:not(:last-child) {
    margin-bottom: 20px;
  }
}

.article blockquote::before {
  content: '';
  background-image: url(/markup/build/assets/css/../images/quote.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  display: block;
  width: 58px;
  height: 58px;
  margin-bottom: 12px;
}

@media (max-width: 767px) {
  .article blockquote::before {
    width: 36px;
    height: 36px;
  }
}

.article blockquote > cite {
  display: block;
  margin-top: 16px;
  font-size: 15px;
  line-height: 1.1;
  color: #000;
  font-style: normal;
  opacity: .6;
}

@media (max-width: 1330px) {
  .article section {
    padding-bottom: 36px;
    border-bottom: 1px solid #C8D6E4;
    overflow: hidden;
  }
}

@media (max-width: 767px) {
  .article section {
    border: none;
    padding-bottom: 0;
  }
}

.article section > div:not(:last-child) {
  margin: 0 0 34px;
}

@media (max-width: 1330px) {
  .article section > div:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .article section > div:not(:last-child) {
    margin-bottom: 20px;
  }
}

.article section > div > figure {
  position: relative;
  margin: 0;
}

.article section > div > figure:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(85, 105, 132, 0)), to(#556984));
  background: -webkit-linear-gradient(top, rgba(85, 105, 132, 0) 0%, #556984 100%);
  background: -o-linear-gradient(top, rgba(85, 105, 132, 0) 0%, #556984 100%);
  background: linear-gradient(180deg, rgba(85, 105, 132, 0) 0%, #556984 100%);
  bottom: 0;
  content: '';
  height: 31.67848%;
  left: 0;
  max-height: 134px;
  position: absolute;
  right: 0;
}

.article section > div > figure > img {
  vertical-align: middle;
  margin-bottom: 0;
}

.article section > div > figure > figcaption {
  bottom: 20px;
  font-size: 18px;
  line-height: 1.1;
  color: #fff;
  left: 20px;
  position: absolute;
  z-index: 2;
  opacity: 1;
}

.article section figure {
  margin: 0;
}

.article section figure:not(:last-child) {
  margin-bottom: 34px;
}

@media (max-width: 1330px) {
  .article section figure:not(:last-child) {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .article section figure:not(:last-child) {
    margin-bottom: 20px;
  }
}

.article section figure > img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  font-size: 0;
  vertical-align: middle;
  margin-bottom: 22px;
}

@media (max-width: 767px) {
  .article section figure > img {
    margin-bottom: 12px;
  }
}

.article section figure > figcaption {
  font-size: 15px;
  line-height: 1.1;
  opacity: .3;
  color: #000;
}

.article h2 {
  font-size: 32px;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .article h2 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .article h2 {
    font-size: 20px;
  }
}

.article h3 {
  font-size: 24px;
  line-height: 1.5;
}

@media (max-width: 1023px) {
  .article h3 {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .article h3 {
    font-size: 18px;
  }
}

.article p {
  margin-top: 0;
  line-height: 1.5;
}

.article p:not(:last-child) {
  margin-bottom: 34px;
}

@media (max-width: 1330px) {
  .article p:not(:last-child) {
    font-size: 16px;
    margin-bottom: 24px;
  }
}

.article p > a {
  color: #438ED9;
  text-decoration: none;
}

.article p > span {
  padding: 4px;
  margin: -4px 0;
  background-color: rgba(200, 214, 227, 0.5);
}

@media (max-width: 1330px) {
  .article p > span {
    padding: 2px;
    margin: -2px 0;
  }
}

@media (max-width: 1330px) {
  .article p > span {
    padding: 0;
    margin: 0;
    background-color: #fff0;
  }
}

.article pre {
  padding: 16px 24px;
  background-color: #F3F3F3;
  color: #000;
  font-size: 20px;
  line-height: 1.5;
  white-space: normal;
  font-family: "GothamPro", Arial, Helvetica, sans-serif;
  margin: 0 0 34px;
}

@media (max-width: 1330px) {
  .article pre {
    font-size: 18px;
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .article pre {
    padding: 0;
    font-size: 16px;
    margin-bottom: 20px;
  }
}

.article ul {
  padding-left: 0;
}

.article ul:not(:last-child) {
  margin: 0 0 34px;
}

@media (max-width: 1330px) {
  .article ul:not(:last-child) {
    margin-bottom: 24px;
  }
}

.article ul > li {
  position: relative;
  padding-left: 15px;
  margin-top: 1rem;
}

.article ul > li:first-child {
  margin-top: 0;
}

.article ul > li:before {
  background: #556984;
  border-radius: 50%;
  content: '';
  height: 6px;
  width: 6px;
  min-width: auto;
  position: absolute;
  left: 0;
  top: 8px;
}

.article ol {
  padding-left: 0;
}

.article ol:not(:last-child) {
  margin: 0 0 34px;
}

@media (max-width: 1330px) {
  .article ol:not(:last-child) {
    margin-bottom: 24px;
  }
}

.article ol > li {
  counter-increment: item;
  list-style: none;
  position: relative;
  margin-top: 1rem;
}

.article ol > li:first-child {
  margin-top: 0;
}

.article ol > li > *:not(img) {
  display: inline;
}

.article ol > li > a {
  display: contents;
}

.article ol > li:before {
  background: #556984;
  border-radius: 50%;
  color: #fff;
  content: counter(item);
  vertical-align: middle;
  text-align: center;
  font-size: 0.625em;
  margin-right: 8px;
  width: 20px;
  height: 20px;
  min-width: auto;
  position: relative;
  top: -1px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.article ol > li .article-img {
  margin-top: 0;
  margin-bottom: 0;
  max-width: 400px;
}

.article-img {
  display: flow-root;
  margin-bottom: 2.5em;
  margin-top: 2.5em;
}

.article-img p:first-child {
  margin-top: 0;
}

.article-img p:last-child {
  margin-bottom: 0;
}

.article-img__text {
  overflow: hidden;
}

.img-fl {
  float: left;
  margin: 0 20px 20px 0;
}

@media (max-width: 767px) {
  .img-fl {
    float: none;
    margin-right: 0;
  }
}

.img-fr {
  float: right;
  margin: 0 0 20px 20px;
}

@media (max-width: 767px) {
  .img-fr {
    float: none;
    margin-left: 0;
  }
}

.article-date {
  font-weight: 700;
  font-size: 16px;
  color: #454a52;
}

.article-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.article-media__inner {
  display: inline-block;
}

.share-list__share-message {
  position: absolute;
  left: calc(50% - 11.2rem);
  width: 22.4rem;
  top: -7rem;
  padding: 1.6rem 2rem 1.8rem 2rem;
  border-radius: 1.2rem;
  background: #179C49;
  background-color: #179c49;
  background-image: none;
  -webkit-box-shadow: 0 0 7rem 0 rgba(36, 36, 42, 0.1);
  box-shadow: 0 0 7rem 0 rgba(36, 36, 42, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s, visibility 0s linear 0.3s;
  -o-transition: opacity 0.3s, visibility 0s linear 0.3s;
  transition: opacity 0.3s, visibility 0s linear 0.3s;
}

.share-list__share-message p {
  margin: 0px;
}

.share-list__share-message._copied {
  opacity: 1;
  visibility: visible;
  -webkit-transition-delay: 0s;
  -o-transition-delay: 0s;
  transition-delay: 0s;
}

.article-actions {
  margin-bottom: 60px;
  margin-top: 100px;
}

@media (max-width: 767px) {
  .article-actions {
    margin-bottom: 40px;
    margin-top: 30px;
  }
}

.article-actions__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #fff;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media (max-width: 767px) {
  .article-actions__inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.article-actions__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding: 40px 50px;
}

.article-actions__item_rating {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

@media (max-width: 1023px) {
  .article-actions__item {
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media (max-width: 767px) {
  .article-actions__item:not(:first-child) {
    margin-top: 30px;
  }
}

.article-actions__item:first-child {
  padding-right: 25px;
}

@media (max-width: 767px) {
  .article-actions__item:first-child {
    padding-right: 0;
  }
}

.article-actions__item:last-child {
  padding-left: 25px;
}

@media (max-width: 767px) {
  .article-actions__item:last-child {
    padding-left: 0;
  }
}

@media (max-width: 767px) {
  .article-actions__item {
    padding: 0;
    width: 100%;
  }
}

@media (max-width: 767px) {
  .article-actions__layer {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #ffffff;
    -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
    border-radius: 4px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 20px 25px;
  }
}

.article-actions__title {
  position: absolute;
  bottom: 100%;
}

@media (max-width: 767px) {
  .article-actions__title {
    position: static;
  }
}

.article-actions__title_share {
  left: 0;
}

.article-info {
  margin-bottom: 60px;
  max-width: 1035px;
}

.article-info__title, .similar-posts__title, .similar-errors__title, .error-detail_services__title {
  color: #454a52;
  font-size: 32px;
  font-weight: 700;
  margin: 0 0 0.625em;
}

@media (max-width: 1023px) {
  .article-info__title, .similar-posts__title, .similar-errors__title, .error-detail_services__title {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .article-info__title, .similar-posts__title, .similar-errors__title, .error-detail_services__title {
    font-size: 24px;
  }
}

@media (max-width: 767px) {
  .article .article-nav {
    border-top: 1px solid #c8d6e4;
    border-bottom: 1px solid #c8d6e4;
  }
}

.article .article-nav__title {
  font-weight: 700;
  font-size: 24px;
  line-height: 36px;
  color: #000;
  margin: 0 0 8px;
}

@media (max-width: 767px) {
  .article .article-nav__title {
    margin: 0;
    font-size: 16px;
  }
}

.article .article-nav__inner {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  list-style: none;
}

.article .article-nav__item {
  color: #454a52;
  font-size: 16px;
  line-height: 1.5;
  padding: 4px 0;
  color: #152233;
  opacity: .5;
}

@media (max-width: 767px) {
  .article .article-nav__item {
    padding: 8px 0;
  }
}

.article .article-nav__item:before {
  content: '';
  display: none;
}

.article .article-nav__link {
  color: inherit;
  text-decoration: none;
  font-weight: normal;
}

.article-tags__title {
  font-weight: 700;
  font-size: 32px;
  color: #454a52;
  margin-top: 0;
}

.article-tags-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
}

.article-tags-list__item {
  margin-left: 10px;
  margin-bottom: 10px;
}

.article-tags-list__tag {
  background: #f1f5fa;
  border-radius: 2px;
  color: #556984;
  display: inline-block;
  font-size: 14px;
  line-height: 1.79;
  padding: 2px 4px;
}

@media (max-width: 1330px) {
  .article > .article-announce {
    grid-column: 2;
    padding-top: 6px;
  }
}

@media (max-width: 767px) {
  .article > .article-announce {
    grid-column: auto;
    padding: 0;
  }
}

.article > .article-announce > .article-announce__title {
  display: none;
  font-weight: 700;
  font-size: 24px;
  line-height: 1.5;
  color: #000;
  margin: 0 0 18px;
}

@media (max-width: 1330px) {
  .article > .article-announce > .article-announce__title {
    display: block;
    margin-bottom: 12px;
  }
}

.article > .article-announce > .article-announce__list {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  display: grid;
  gap: 12px;
  list-style: none;
}

@media (max-width: 1330px) {
  .article > .article-announce > .article-announce__list {
    grid-template-columns: repeat(auto-fill, minmax(255px, 1fr));
  }
}

.article > .article-announce > .article-announce__list--sticky {
  top: 170px;
}

.article > .article-announce > .article-announce__list > .article-announce__item {
  padding: 8px 8px 16px 12px;
  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: start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-image: url(/markup/build/assets/css/../images/service-card-background.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.article > .article-announce > .article-announce__list > .article-announce__item::before {
  content: none;
}

.article > .article-announce > .article-announce__list > .article-announce__item > h3 {
  margin: 0 0 12px;
  color: #495C76;
  font-size: 24px;
  line-height: 1;
}

@media (max-width: 767px) {
  .article > .article-announce > .article-announce__list > .article-announce__item > h3 {
    font-size: 18px;
  }
}

.article > .article-announce > .article-announce__list > .article-announce__item > p {
  color: #495C76;
  font-weight: 400;
  margin: 0 0 34px;
}

@media (max-width: 1330px) {
  .article > .article-announce > .article-announce__list > .article-announce__item > p {
    font-size: 16px;
  }
}

.article > .article-announce > .article-announce__list > .article-announce__item > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 6px 10px 4px;
  border-radius: 2px;
  background-color: #556984;
  color: #fff;
  text-decoration: none;
  max-width: 208px;
  font-size: 20px;
  line-height: 1.2;
}

@media (max-width: 767px) {
  .article > .article-announce > .article-announce__list > .article-announce__item > a {
    font-size: 16px;
    line-height: 1.5;
  }
}

.article > .article-announce > .article-announce__list > .article-announce__item > a > svg {
  width: 24px;
  height: 24px;
  fill: currentColor;
}

.author {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
}

.author__img-wrap {
  height: 80px;
  margin-right: 17px;
  width: 80px;
}

@media (max-width: 767px) {
  .author__img-wrap {
    height: 60px;
    width: 60px;
  }
}

.author__img {
  border-radius: 50%;
}

.author__name, .author__label {
  margin: 0;
}

.author__name {
  color: #000;
  font-size: 14px;
  line-height: 1.29;
  margin-bottom: 6px;
}

.author__label {
  font-size: 14px;
  line-height: 1.29;
  color: #889eb5;
}

.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -5px;
}

.breadcrumbs__item {
  font-size: 12px;
  margin-left: 5px;
}

.breadcrumbs__item:not(:first-child):before {
  color: #4b6a8a;
  content: '/';
  margin-right: 5px;
  position: relative;
}

.breadcrumbs__item:first-child {
  padding-left: 0;
}

.breadcrumbs__item::before {
  content: "";
}

.breadcrumbs__val {
  font-family: 'GothamPro';
  line-height: 0.91666;
  color: #4b6a8a;
  text-decoration: none;
}

.comments {
  margin-bottom: 60px;
}

.comments-count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.comments-count_post .comments-count__icon {
  fill: #556984;
}

.comments-count__icon {
  fill: #c8d6e4;
  height: 20px;
  margin-right: 10px;
  width: 20px;
}

.comment-form {
  max-width: 58%;
}

@media (max-width: 1023px) {
  .comment-form {
    max-width: none;
  }
}

.comment-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -20px;
}

@media (max-width: 767px) {
  .comment-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.comment-form__row:not(:first-child) {
  margin-top: 20px;
}

.comment-form__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 20px;
}

@media (max-width: 767px) {
  .comment-form__item:not(:first-child) {
    margin-top: 20px;
  }
}

.comment-form__title {
  font-weight: 700;
  font-size: 32px;
  color: #454a52;
  margin-top: 0;
}

.comment-form__label {
  color: #454a52;
  font-weight: 700;
  font-size: 15px;
  display: inline-block;
  margin-bottom: 15px;
}

.comment-form__field {
  background: #fff;
  border: 1px solid #c8d6e4;
  border-radius: 4px;
  height: 43px;
  outline: none;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.comment-form__field:focus {
  border-color: #556984;
}

.comment-form__textarea {
  background: #fff;
  border: 1px solid #c8d6e4;
  border-radius: 4px;
  min-height: 105px;
  outline: none;
  padding: 15px;
  width: 100%;
}

.comment-form__textarea:focus {
  border-color: #556984;
}

.comment-form__submit {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #3c69ae), to(#5685c6));
  background: -webkit-linear-gradient(bottom, #3c69ae 0, #5685c6 100%);
  background: -o-linear-gradient(bottom, #3c69ae 0, #5685c6 100%);
  background: linear-gradient(360deg, #3c69ae 0, #5685c6 100%);
  border-radius: 4px;
  border: 0;
  color: #fff;
  font-family: 'GothamPro';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64285;
  margin-top: 20px;
  padding: 10px 32px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .comment-form__submit {
    width: 100%;
  }
}

.comments-list__item {
  background: #f1f5fa;
  border-radius: 0 20px 20px 20px;
  padding: 25px 35px 25px 20px !important;
}

.comments-list__item:not(:first-child) {
  margin-top: 20px;
}

@media (max-width: 767px) {
  .comments-list__item:not(:first-child) {
    margin-top: 10px;
  }
}

.comments-list__item::before {
  display: none !important;
}

.comments-list__comment {
  font-size: 16px;
  line-height: 25px;
  font-weight: normal;
}

.comments-list__info {
  color: #556984;
  margin-top: 25px;
}

.comments-list__author {
  font-weight: 500;
}

.comments-list__date {
  margin-left: 24px;
  font-weight: 400px;
}

.custom-tag__input {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.custom-tag__input:hover + .custom-tag__text, .custom-tag__input:focus + .custom-tag__text, .custom-tag__input:checked + .custom-tag__text {
  background-color: #556984;
  color: #fff;
}

.custom-tag__text {
  background: #fff;
  border-radius: 2px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  color: #556984;
  padding: 1px 10px;
}

.info-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -40px;
  list-style: none;
}

.info-list--blog {
  margin-left: 0;
  gap: 40px;
}

.info-list__item {
  margin-left: 40px;
}

.info-list__item--blog {
  margin-left: 0;
  padding-inline: 0;
}

.info-list > li::before {
  content: '';
}

.more-tags {
  border-bottom: 1px dashed #556984;
  color: #556984;
  cursor: pointer;
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.44;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.more-tags:before {
  content: attr(data-expand-text);
}

.more-tags__icon {
  fill: currentColor;
  height: 10px;
  width: 16px;
}

.is-expand .more-tags:before {
  content: attr(data-collapse-text);
}

.is-expand .more-tags__icon {
  -webkit-transform: scaleY(-1);
  -ms-transform: scaleY(-1);
  transform: scaleY(-1);
}

.page-content {
  padding-top: 40px;
}

.page-content__nav {
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .page-content__nav {
    margin-bottom: 20px;
  }
}

.page-content .container {
  position: static;
  min-width: 320px;
  max-width: 1680px;
  padding-inline: 0;
}

@media (max-width: 1680px) {
  .page-content .container {
    padding-inline: 35px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media (min-width: 1680px) and (max-width: 1800px) {
  .page-content .container {
    padding-inline: 10px;
  }
}

.page-content .container::after {
  content: '';
  display: none;
}

.page-head__inner {
  background: url("/markup/build/assets/css/../images/blog-head.jpg") no-repeat 50% 0/cover;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  min-height: 328px;
  margin-left: auto;
  margin-right: auto;
  max-width: 1680px;
  padding: 65px 26px 30px;
  width: 100%;
}

@media (max-width: 767px) {
  .page-head__inner {
    padding: 15px 20px 10px;
    min-height: auto;
  }
  .page-head__inner .info-list--blog {
    margin-bottom: 0;
  }
}

.page-head__title {
  font-weight: 700;
  font-size: 36px;
  line-height: 1.17;
  margin: 0.63888em 0 2.69444em;
  max-width: 773px;
}

@media (max-width: 1023px) {
  .page-head__title {
    margin-bottom: 1.58333em;
  }
}

@media (max-width: 767px) {
  .page-head__title {
    font-size: 24px;
    margin-bottom: 1.66666em;
  }
}

.page-head__item_tags {
  margin-top: auto;
  max-width: 60%;
}

@media (max-width: 767px) {
  .page-head__item_tags {
    max-width: none;
  }
}

.pages-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #f0f3f9;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pages-list__val {
  color: #454a52;
  display: block;
  font-size: 18px;
  font-weight: 600;
  padding: 30px 20px;
  text-decoration: none;
}

.pages-list__val.is-active {
  background-color: #fff;
  color: #556984;
}

@media (max-width: 767px) {
  .pages-list__val {
    padding: 12px 10px;
  }
}

.pagination-blog {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #556984;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 16px;
  font-weight: 500;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 1.44;
  margin-left: -20px;
}

@media (max-width: 1023px) {
  .pagination-blog {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

.pagination-blog__item {
  margin-left: 20px;
}

.pagination-blog__item._disabled {
  visibility: hidden;
  pointer-events: none;
}

.pagination-blog__arrow {
  color: inherit;
  display: inline-block;
  text-decoration: none;
  white-space: nowrap;
}

.pagination-blog__arrow svg {
  fill: #556984;
  height: 18px;
  vertical-align: middle;
  width: 30px;
}

.pagination-blog__arrow br {
  display: none;
}

@media (max-width: 767px) {
  .pagination-blog__arrow br {
    display: block;
  }
}

.pagination-blog__arrow_prev svg {
  margin-right: 8px;
}

@media (max-width: 767px) {
  .pagination-blog__arrow_prev {
    text-align: left;
  }
}

.pagination-blog__arrow_next svg {
  margin-left: 8px;
}

@media (max-width: 767px) {
  .pagination-blog__arrow_next {
    text-align: right;
  }
}

.pagination-blog__text {
  display: inline-block;
  vertical-align: middle;
}

.pagination-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
}

@media (max-width: 1023px) {
  .pagination-list {
    display: none;
  }
}

.pagination-list__item {
  margin-left: 10px;
}

.pagination-list__val {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #556984;
  border-radius: 4px;
  color: inherit;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 40px;
  text-decoration: none;
  width: 40px;
}

.pagination-list__val:hover, .pagination-list__val:focus, .pagination-list__val.is-active {
  background: -webkit-gradient(linear, left bottom, left top, from(#3C69AE), to(#5685C6));
  background: -webkit-linear-gradient(bottom, #3C69AE 0%, #5685C6 100%);
  background: -o-linear-gradient(bottom, #3C69AE 0%, #5685C6 100%);
  background: linear-gradient(360deg, #3C69AE 0%, #5685C6 100%);
  color: #fff;
}

.pagination-list > li::before {
  content: '';
}

.popular-tags {
  color: #454a52;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.79;
  margin-top: -10px;
}

@media (max-width: 1023px) {
  .popular-tags {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.popular-tags__item {
  margin-left: 5px;
  margin-right: 5px;
  margin-top: 10px;
}

.popular-tags__item_label {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.popular-tags__label {
  color: #454a52;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.79;
  margin: 0;
}

.posts-list__inner {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 215px 215px;
  grid-auto-rows: 300px;
}

@media (max-width: 1280px) {
  .posts-list__inner {
    grid-auto-rows: 215px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 166px 166px;
  }
}

@media (max-width: 767px) {
  .posts-list__inner {
    grid-auto-rows: 178px;
    grid-template-columns: 1fr;
    grid-template-rows: 112px 112px;
  }
}

.posts-list__item_main {
  grid-column: span 2;
  grid-row: span 2;
}

@media (max-width: 767px) {
  .posts-list__item_main {
    grid-column: 1;
  }
}

.posts-list__footer {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1023px) {
  .posts-list__footer {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .posts-list__footer {
    margin-top: 20px;
  }
}

.posts-list__more-btn {
  background: -webkit-gradient(linear, left bottom, left top, from(#3c69ae), to(#5685c6));
  background: -webkit-linear-gradient(bottom, #3c69ae 0%, #5685c6 100%);
  background: -o-linear-gradient(bottom, #3c69ae 0%, #5685c6 100%);
  background: linear-gradient(360deg, #3c69ae 0%, #5685c6 100%);
  border: 0;
  border-radius: 4px;
  color: #fff;
  font-family: 'GothamPro';
  line-height: 1.64285;
  font-size: 14px;
  font-weight: 500;
  padding: 10px 55px;
  text-transform: uppercase;
  width: auto;
}

.posts-list__pagination {
  margin-top: 40px;
}

@media (max-width: 767px) {
  .posts-list__pagination {
    margin-top: 20px;
  }
}

.post-card {
  position: relative;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border: 1px solid #c8d6e4;
  color: #fff;
  height: 100%;
  -webkit-transition: -webkit-box-shadow 0.3s;
  transition: -webkit-box-shadow 0.3s;
  -o-transition: box-shadow 0.3s;
  transition: box-shadow 0.3s;
  transition: box-shadow 0.3s, -webkit-box-shadow 0.3s;
  position: relative;
}

@media (hover: hover) {
  .post-card:hover {
    -webkit-box-shadow: 0 0 32px rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.7);
  }
}

.post-card_main .post-card__title {
  font-size: 24px;
  line-height: 1.25;
}

@media (max-width: 767px) {
  .post-card_main .post-card__title {
    font-size: 18px;
  }
}

@media (max-width: 1023px) {
  .post-card_main .post-card__preview {
    max-width: none;
  }
}

.post-card__link {
  color: #F1F5FA;
  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: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
  padding: 20px;
  text-decoration: none;
  background-color: rgba(69, 74, 82, 0.66);
}

@media (max-width: 767px) {
  .post-card__link {
    padding: 15px;
  }
}

.post-card__link:hover {
  color: #F1F5FA;
}

.post-card__link:hover .post-card__date {
  opacity: 1;
}

.post-card__link:hover .post-card__preview {
  max-height: 500px;
  -webkit-transition: max-height 0.3s ease-in;
  -o-transition: max-height 0.3s ease-in;
  transition: max-height 0.3s ease-in;
}

.post-card__content {
  margin-top: auto;
}

@media (max-width: 767px) {
  .post-card__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 0;
  }
}

.post-card__date {
  color: #c8d6e4;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.67;
  opacity: 0;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

@media (max-width: 767px) {
  .post-card__date {
    display: none;
  }
}

.post-card__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 0.94444;
  color: #fff;
}

@media (max-width: 767px) {
  .post-card__title {
    font-size: 15px;
    margin: 0;
  }
}

.post-card__preview {
  color: #c8d6e4;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.3s ease-out;
  -o-transition: max-height 0.3s ease-out;
  transition: max-height 0.3s ease-out;
}

@media (max-width: 1023px) {
  .post-card__preview {
    display: none !important;
  }
}

.post-card__info {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 1.5rem;
}

.rating {
  display: inline-block;
  margin-left: -10px;
  margin-right: -10px;
  vertical-align: middle;
  white-space: nowrap;
}

.rating_small .rating__icon {
  height: 15px;
  width: 16px;
}

.rating_detail .rating__rate_active .rating__icon {
  fill: #556984;
}

.rating_detail .rating__icon {
  fill: #c8d6e4;
}

.rating__input {
  opacity: 0;
  position: absolute;
  z-index: -1;
}

.rating__rate {
  color: #889eb5;
  font-size: 20px;
  line-height: 1;
}

.rating__rate_active .rating__icon {
  fill: #fff;
}

.rating__label {
  cursor: pointer;
  float: right;
  position: relative;
  font-size: 0;
  line-height: 0;
  padding-left: 10px;
  padding-right: 10px;
}

.rating__icon {
  fill: #c8d6e4;
  height: 29px;
  width: 30px;
  stroke: #556984;
  stroke-width: 1px;
}

.rating input:checked ~ label .rating__icon,
.rating:not(:checked) > label:hover .rating__icon,
.rating:not(:checked) > label:hover ~ label .rating__icon {
  fill: #556984;
  stroke: #c8d6e4;
}

.similar-posts__inner {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -20px;
  margin-top: -20px;
}

@media (max-width: 767px) {
  .similar-posts__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.similar-posts__item {
  height: 300px;
  margin-left: 20px;
  margin-top: 20px;
  width: calc(100% / 3 - 20px);
}

@media (max-width: 1023px) {
  .similar-posts__item {
    height: 215px;
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 767px) {
  .similar-posts__item {
    height: 178px;
    width: calc(100% - 20px);
  }
}

.similar-errors__inner {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .similar-errors__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.similar-errors__item {
  position: relative;
  margin-bottom: 32px;
  width: calc(100% / 3 - 32px);
  background: #ECEFF4;
  border-radius: 4px;
  padding: 24px 25px 24px 75px;
}

.similar-errors__item-code {
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  margin-bottom: 10px;
  color: #454A52;
}

.similar-errors__item-rusname {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #454A52;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.similar-errors__item:before {
  position: absolute;
  content: '';
  width: 36px;
  height: 36px;
  background: url("/markup/build/assets/css/../../assets/images/error-icon.png");
  left: 25px;
  top: calc(50% - 18px);
  -webkit-filter: invert(100%);
  filter: invert(100%);
  opacity: 0.15;
}

.similar-errors__item:hover {
  background: #889EB5;
}

.similar-errors__item:hover .similar-errors__item-code, .similar-errors__item:hover .similar-errors__item-rusname {
  color: #FFF;
}

.similar-errors__item:hover:before {
  -webkit-filter: invert(0);
  filter: invert(0);
  opacity: 1;
}

@media (min-width: 1024px) {
  .similar-errors__item:nth-child(3n - 1) {
    margin-left: 32px;
    margin-right: 32px;
  }
}

@media (max-width: 1023px) {
  .similar-errors__item {
    width: calc(100% / 2 - 10px);
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .similar-errors__item:nth-child(2n) {
    margin-left: 20px;
  }
}

@media (max-width: 1023px) {
  .similar-errors__item {
    padding: 15px 15px 15px 60px;
  }
  .similar-errors__item:before {
    content: '';
    left: 12px;
  }
}

@media (max-width: 767px) {
  .similar-errors__item {
    width: 100%;
    margin-bottom: 20px;
  }
}

.similar-errors__title {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .similar-errors__title {
    margin-bottom: 20px;
  }
}

.share {
  position: relative;
}

.share::after {
  content: '';
  position: absolute;
  top: 0;
  left: -10px;
  width: 50px;
  height: 50px;
  background-color: transparent;
}

.share__icon {
  cursor: pointer;
  fill: #c8d6e4;
  height: 18px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  width: 20px;
}

.share__icon:hover {
  fill: #fff;
}

.share-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -50px !important;
  margin-top: -15px !important;
}

@media (max-width: 1023px) {
  .share-list {
    margin-left: -20px !important;
  }
}

@media (max-width: 767px) {
  .share-list {
    margin-left: -10px !important;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
  }
}

.share-list__item {
  margin-left: 50px;
  margin-top: 20px;
}

@media (max-width: 1023px) {
  .share-list__item {
    margin-left: 20px;
  }
}

@media (max-width: 767px) {
  .share-list__item {
    margin-left: 10px;
  }
}

.share-list__link:hover .share-list__icon {
  fill: #c8d6e4;
}

.share-list__icon {
  fill: #556984;
  height: 40px;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
  width: 40px;
}

@media (max-width: 767px) {
  .share-list__icon {
    height: 25px;
    width: 25px;
  }
}

.subscribe {
  background: #e3e8ee;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.09);
  border-radius: 4px;
  margin-bottom: 50px;
  margin-top: 80px;
  padding: 70px;
  position: relative;
}

@media (max-width: 1023px) {
  .subscribe {
    margin-top: 70px;
  }
}

@media (max-width: 767px) {
  .subscribe {
    margin-top: 60px;
    padding: 25px 20px;
  }
}

.subscribe__title {
  font-weight: 700;
  font-size: 36px;
  color: #454a52;
  line-height: 1;
  margin: 0 0 1em;
}

@media (max-width: 767px) {
  .subscribe__title {
    font-size: 24px;
  }
}

.subscribe__content {
  max-width: 47%;
  position: relative;
  z-index: 2;
}

@media (max-width: 1023px) {
  .subscribe__content {
    max-width: none;
  }
}

.subscribe__img {
  position: absolute;
  right: 3%;
  top: 50%;
  max-height: 80%;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}

@media (max-width: 1023px) {
  .subscribe__img {
    display: none;
  }
}

.subscribe-form__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: -10px;
  margin-right: -10px;
  margin-top: -20px;
}

@media (max-width: 767px) {
  .subscribe-form__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.subscribe-form__item {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: 20px;
  position: relative;
}

.subscribe-form__label {
  color: #454a52;
  display: inline-block;
  font-weight: 700;
  font-size: 15px;
  margin-bottom: 13px;
}

.subscribe-form__input {
  background: #fff;
  border: 1px solid #c8d6e4;
  border-radius: 4px;
  height: 43px;
  padding-left: 15px;
  padding-right: 15px;
  width: 100%;
}

.subscribe-form__input:focus {
  border-color: #556984;
  outline: none;
}

.subscribe-form__btn-submit {
  background: -webkit-gradient(linear, left bottom, left top, from(#3c69ae), to(#5685c6));
  background: -webkit-linear-gradient(bottom, #3c69ae 0%, #5685c6 100%);
  background: -o-linear-gradient(bottom, #3c69ae 0%, #5685c6 100%);
  background: linear-gradient(360deg, #3c69ae 0%, #5685c6 100%);
  border-radius: 4px;
  border: 0;
  color: #fff;
  font-family: 'GothamPro';
  font-size: 14px;
  font-weight: 500;
  line-height: 1.64285;
  margin-top: 20px;
  padding: 12px 30px;
  text-transform: uppercase;
}

@media (max-width: 767px) {
  .subscribe-form__btn-submit {
    width: 100%;
  }
}

.tags-list {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-top: -10px;
}

.tags-list.is-expand .tags-list__item:nth-child(n + 7) {
  display: block;
}

.tags-list__item {
  margin-left: 10px;
  margin-top: 10px;
}

.tags-list__item:nth-child(n + 7):not(.tags-list__item_more) {
  display: none;
}

.tags-list__item_more {
  display: block;
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
}

@media (max-width: 1023px) {
  .tags-list__item_more {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }
}

.tooltip-share {
  padding: 20px 30px;
  max-width: 302px;
  position: relative;
}

.tooltip-share::after {
  content: '';
  position: absolute;
  display: block;
  top: -25px;
  right: 20px;
  border: 10px solid transparent;
  border-bottom-color: #fff;
}

.tooltip-share__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -20px;
}

.tooltip-share__item {
  margin-right: 20px;
}

.tooltip-share__link {
  position: relative;
  z-index: 1000;
}

.tooltip-share__link:hover .tooltip-share__icon {
  fill: #c8d6e4;
}

.tooltip-share__icon {
  height: 20px;
  width: 20px;
  fill: #556984;
  -webkit-transition: fill 0.3s;
  -o-transition: fill 0.3s;
  transition: fill 0.3s;
}

.views-count {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.views-count_post .views-count__icon {
  fill: #556984;
}

.views-count__icon {
  fill: #c8d6e4;
  margin-right: 10px;
  height: 24px;
  width: 24px;
}

.error-detail_services {
  max-width: 1035px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .error-detail_services {
    margin-bottom: 10px;
  }
}

.error-detail_services__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media (max-width: 767px) {
  .error-detail_services__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.error-detail_services__parent-item {
  margin-bottom: 50px;
  width: calc(100% / 3 - 50px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

@media (min-width: 1024px) {
  .error-detail_services__parent-item:nth-child(3n - 1) {
    margin-left: 50px;
    margin-right: 50px;
  }
}

@media (max-width: 1023px) {
  .error-detail_services__parent-item {
    width: calc(100% / 2 - 20px);
  }
}

@media (max-width: 1023px) and (min-width: 768px) {
  .error-detail_services__parent-item:nth-child(2n) {
    margin-left: 40px;
  }
}

@media (max-width: 767px) {
  .error-detail_services__parent-item {
    width: 100%;
    margin-bottom: 30px;
  }
}

.error-detail_services__parent-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 32px;
}

@media (max-width: 767px) {
  .error-detail_services__parent-header {
    margin-bottom: 20px;
  }
}

.error-detail_services__parent-header img {
  max-width: 56px;
}

.error-detail_services__parent-header span {
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  margin-top: auto;
  margin-bottom: auto;
  margin-left: 16px;
  font-weight: 700;
  font-size: 18px;
  line-height: 23px;
  color: #454A52;
}

.error-detail_services__parent-list_item {
  padding-top: 10px !important;
  margin-bottom: 7px;
}

.error-detail_services__parent-list_item:not(:first-child) {
  border-top: 1px solid #CFDBE8;
}

.error-detail_services__parent-list_item a {
  font-weight: 400;
  font-size: 18px;
  line-height: 23px;
  color: #000;
}

.error-detail_services__parent-list_item a:hover {
  color: #808A18;
}

@media (max-width: 1023px) {
  .error-detail_services__parent-list_item {
    padding-top: 14px !important;
    margin-bottom: 11px;
  }
}

.error-detail_services__title {
  margin-bottom: 56px;
}

@media (max-width: 767px) {
  .error-detail_services__title {
    margin-bottom: 30px;
  }
}

.error-detail_services__toggler {
  cursor: pointer;
  font-size: 16px;
  line-height: 23px;
  color: #556984;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px dashed;
  padding-bottom: 2px;
  margin-top: 15px;
}

.error-detail_services__toggler:after {
  content: "";
  width: 16px;
  height: 10px;
  margin-left: 8px;
  background-position: center;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;
  position: relative;
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23556984' stroke-width='2' d='M.707 1.293l8 8'/%3e%3cpath stroke='%23556984' stroke-width='2' d='M15.293 1.293l-8 8'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.error-detail_services__parent-list.is-expand .error-detail_services__parent-list_item:nth-child(n + 6) {
  display: none;
}

.error-detail_services__parent-list.is-expand .error-detail_services__toggler {
  color: #C7D5E4;
}

.error-detail_services__parent-list.is-expand .error-detail_services__toggler:after {
  content: "";
  -webkit-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23C7D5E4' stroke-width='2' d='M.707 1.293l8 8'/%3e%3cpath stroke='%23C7D5E4' stroke-width='2' d='M15.293 1.293l-8 8'/%3e%3c/svg%3e");
}

.price__title {
  font-size: 50px;
  margin-bottom: 36px;
}

@media all and (max-width: 1023px) {
  .price__title {
    margin-bottom: 20px;
    font-size: 24px;
  }
}

.price__info {
  margin-bottom: 50px;
}

@media all and (max-width: 1023px) {
  .price__info {
    margin-bottom: 30px;
  }
}

.price__info-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 14px;
}

@media all and (max-width: 1023px) {
  .price__info-list {
    gap: 8px;
  }
}

.price__info-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 9px;
  padding: 0;
}

@media all and (max-width: 1023px) {
  .price__info-item {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.price__info-item::before {
  content: none;
}

.price__info-itemImg {
  width: 30px;
  height: 30px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  -o-object-fit: cover;
  object-fit: cover;
}

@media all and (max-width: 1023px) {
  .price__info-itemImg {
    width: 20px;
    height: 20px;
  }
}

.price__info-item p {
  margin: 0;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.49%;
}

@media all and (max-width: 1023px) {
  .price__info-item p {
    font-size: 16px;
  }
}

.price__items {
  margin-bottom: 36px;
}

@media all and (max-width: 1023px) {
  .price__items {
    margin-bottom: 25px;
  }
}

.price__items-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 6px;
}

@media all and (max-width: 1023px) {
  .price__items-list {
    gap: 10px;
  }
}

.price__items-item {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 83px;
  padding: 10px;
  color: #FFF;
  border-radius: 4px;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.49%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 7px;
  white-space: nowrap;
}

@media all and (max-width: 1360px) {
  .price__items-item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

@media all and (max-width: 1023px) {
  .price__items-item {
    width: 78px;
    font-size: 16px;
    gap: 3px;
  }
}

.price__items-item hr {
  margin: 0;
  display: block;
  border: none;
  border-bottom: 1px solid #FFFFFF;
}

.price__items-item::before {
  content: none;
}

.price__items-item._default {
  background: #C8D6E3;
}

.price__items-item._middle {
  background: #879EB5;
}

.price__items-item._large {
  background: #4C6A89;
}

.price__wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 65px;
}

@media all and (max-width: 1023px) {
  .price__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 30px;
  }
}

.price__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  min-height: 0;
}

@media all and (max-width: 1023px) {
  .price__item {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }
}

.price__item._default .price__item-top {
  border-color: #C8D6E3;
}

.price__item._middle .price__item-top {
  border-color: #879EB5;
}

.price__item._large .price__item-top {
  border-color: #4C6A89;
}

.price__item-top {
  margin-bottom: 15px;
  padding-bottom: 10px;
  border-bottom: 6px solid transparent;
}

.price__item-title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.49%;
  margin: 0;
}

.price__item-content {
  margin-bottom: 20px;
}

@media all and (max-width: 1023px) {
  .price__item-content {
    margin-bottom: 15px;
  }
}

.price__item-contentList {
  list-style: none;
  padding: 0;
  margin: 0;
}

.price__item-contentItem {
  padding: 0;
  margin-bottom: 12px;
}

.price__item-contentItem:last-child {
  margin-bottom: 0;
}

.price__item-contentItem::before {
  content: none;
}

.price__item-contentItem-title {
  display: block;
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.49%;
  opacity: 0.5;
}

.price__item-contentItem p {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 141.49%;
  margin: 0 0 14px;
}

.price__item-contentItem p:last-child {
  margin-bottom: 0;
}

.price__item-contentItem b {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 141.49%;
}

.price__item-bottom {
  margin-top: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 8px 20px;
}

.price__item-bottom .btn {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  height: 51px;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 400;
  padding: 0 10px;
  min-width: auto;
}

.video-responsive {
  position: relative;
  width: 100%;
  aspect-ratio: 16/9;
}

.video-responsive iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#rutube-player, .fancybox-slide .rutube-player {
  width: 75%;
  padding: 40px;
  border-radius: 4px;
}

#rutube-player .fancybox-close-small, .fancybox-slide .rutube-player .fancybox-close-small {
  cursor: pointer;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 12px;
  right: 12px;
  z-index: 20;
}

#rutube-player .fancybox-close-small:after, #rutube-player .fancybox-close-small:before, .fancybox-slide .rutube-player .fancybox-close-small:after, .fancybox-slide .rutube-player .fancybox-close-small:before {
  width: 18px;
  height: 18px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: url(/css/../img/cross.png) no-repeat;
  background-size: 100% auto;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

#rutube-player .fancybox-close-small:after, .fancybox-slide .rutube-player .fancybox-close-small:after {
  background-position: 0 -20px;
  opacity: 0;
}

#rutube-player .fancybox-close-small:hover:before, .fancybox-slide .rutube-player .fancybox-close-small:hover:before {
  opacity: 0;
}

#rutube-player .fancybox-close-small:hover:after, .fancybox-slide .rutube-player .fancybox-close-small:hover:after {
  opacity: 1;
}

@media (max-width: 767px) {
  #rutube-player .fancybox-close-small, .fancybox-slide .rutube-player .fancybox-close-small {
    top: 5px;
    right: 5px;
  }
}

@media (max-width: 767px) {
  #rutube-player, .fancybox-slide .rutube-player {
    width: 100%;
    padding: 25px;
  }
}

.gallery-works {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -7px;
}

.gallery-works__badge {
  position: absolute;
  bottom: 10px;
  right: 10px;
  background: white;
  color: #37698b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 25px;
  width: 70px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 3px;
  font-weight: 600;
}

.gallery-works__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(50% - 14px);
  margin: 7px;
}

@media (max-width: 1024px) {
  .gallery-works__row {
    width: calc(100% - 14px);
  }
}

.gallery-works__col {
  -ms-flex-item-align: start;
  align-self: flex-start;
  position: relative;
}

.gallery-works__col img {
  -o-object-fit: cover;
  object-fit: cover;
}

.gallery-works.slick-initialized .gallery-works__row {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.gallery-works.slick-initialized .gallery-works__col {
  width: 50%;
}

.gallery-works.slick-initialized .gallery-works__col img {
  width: 100%;
}

.gallery-works.slick-initialized .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.gallery-works.slick-initialized .slick-dots li:before {
  display: none;
}

.gallery-works.slick-initialized .slick-dots button {
  color: transparent;
  padding: 0;
  width: 10px;
  height: 10px;
  border: none;
  background: lightgray;
  border-radius: 50%;
}

.gallery-works.slick-initialized .slick-dots .slick-active button {
  background-color: #37698a;
}

.gallery-works.slick-initialized .slick-dots li {
  padding-left: 16px;
}

@media (max-width: 480px) {
  .gallery-works .gallery-works__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .gallery-works .gallery-works__col {
    width: 100% !important;
  }
}

.our-services {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 410px;
}

@media (max-width: 1024px) {
  .our-services {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.our-services__image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 680px;
  max-width: 45%;
  margin-right: 80px;
}

@media (max-width: 1600px) {
  .our-services__image {
    margin-right: 30px;
  }
}

@media (max-width: 1024px) {
  .our-services__image {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
    width: 100%;
  }
  .our-services__image img {
    width: 100%;
    height: 384px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}

.our-services__buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid lightgray;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .our-services__buttons {
    max-width: 100%;
    overflow-x: auto;
    overflow-y: hidden;
  }
}

.our-services__btn {
  padding: 0;
  background: transparent;
  border: none;
  font-size: 20px;
  white-space: nowrap;
  font-weight: 600;
  text-align: left;
  padding-bottom: 14px;
  border-bottom: 2px solid transparent;
  position: relative;
  bottom: -1px;
  cursor: pointer;
  width: auto;
  color: #9b9c9e;
}

@media (max-width: 1600px) {
  .our-services__btn {
    font-size: 18px;
  }
}

@media (max-width: 1024px) {
  .our-services__btn {
    font-size: 20px;
  }
}

@media (max-width: 767px) {
  .our-services__btn {
    font-size: 16px;
  }
}

.our-services__btn:not(:last-child) {
  margin-right: 40px;
}

@media (max-width: 1600px) {
  .our-services__btn:not(:last-child) {
    margin-right: 10px;
  }
}

.our-services__btn.is-active {
  color: #386989;
  border-color: #386989;
}

.our-services__price {
  font-size: 20px;
  margin-top: 10px;
  color: #386989;
  font-weight: 600;
}

.warranty {
  background: #eceff4;
  padding: 60px;
  border-radius: 6px;
}

@media (max-width: 767px) {
  .warranty {
    padding: 20px;
  }
}

.warranty__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
}

.warranty__heading img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 30px;
}

@media (max-width: 767px) {
  .warranty__heading img {
    width: 48px;
    margin-right: 16px;
  }
}

.warranty__title {
  margin: 0;
}

.warranty__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}

@media (max-width: 767px) {
  .warranty__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.warranty__col {
  max-width: 550px;
}

.warranty__col:first-child {
  margin-right: 160px;
}

@media (max-width: 767px) {
  .warranty__col:first-child {
    margin-right: 0;
  }
}

.work-scheme {
  -webkit-columns: 2;
  -moz-columns: 2;
  columns: 2;
}

@media (max-width: 767px) {
  .work-scheme {
    -webkit-columns: auto;
    -moz-columns: auto;
    columns: auto;
  }
}

.work-scheme__heading {
  position: relative;
  padding-left: 70px;
}

.work-scheme__icon {
  position: absolute;
  left: 0;
}

.work-scheme__heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 48px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.work-scheme__title {
  margin: 0;
}

.work-scheme__item {
  max-width: 635px;
  margin: 0;
  -webkit-column-break-inside: avoid;
  page-break-inside: avoid;
  break-inside: avoid-column;
  display: table;
}

.selection-block .row {
  margin: 0 -10px;
}

@media (max-width: 768px) {
  .selection-block .bg {
    padding-right: 0;
  }
}

.selection-block .models-item {
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: calc(16.666666% - 20px);
  max-width: unset;
  -ms-flex-preferred-size: auto;
  flex-basis: auto;
  margin: 10px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  min-height: 132px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  /* justify-content: center; */
  text-align: center;
  border-radius: 8px;
}

@media (max-width: 1200px) {
  .selection-block .models-item {
    width: calc(33.33333% - 20px);
  }
}

@media (max-width: 768px) {
  .selection-block .models-item {
    width: calc(50% - 20px);
    margin: 10px;
  }
}

.selection-block .models-item__img {
  margin: 0;
  margin-bottom: 13px;
  width: 120px;
}

.main-services__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

@media only screen and (max-width: 991px) {
  .main-services__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.main-services__list-item:before {
  content: none;
}

.main-services__list-item {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 16%;
  padding: 0;
}

@media only screen and (max-width: 991px) {
  .main-services__list-item {
    width: 100%;
    border: 1px solid #E3E8EE;
    border-radius: 6px;
    margin-bottom: 20px;
  }
}

.main-services__list-item-text {
  display: inline-block;
  font-size: 18px;
}

.main-services__list-item a {
  display: block;
  position: relative;
  height: 185px;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  font-weight: 600;
  padding: 127px 0 0 0;
  color: #383C48;
}

.main-services__list__image, .main-services__list__image-hover {
  z-index: 5;
  height: 64px;
  width: 64px;
  position: absolute;
  top: 0;
  left: 50%;
  margin: 30px -32px;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  transition: all 0.2s linear;
  opacity: 1;
}

.main-services__list__image-hover {
  opacity: 0;
}

.main-services__list-item a:hover .main-services__list__image {
  opacity: 0;
}

.main-services__list-item a:hover .main-services__list__image-hover {
  opacity: 1;
}

/*# sourceMappingURL=main.css.map */

/* End */


/* Start:/js/fancybox/dist/jquery.fancybox.min.css?152235747313735*/
@charset "UTF-8";body.fancybox-active{overflow:hidden}body.fancybox-iosfix{position:fixed;left:0;right:0}.fancybox-is-hidden{position:absolute;top:-9999px;left:-9999px;visibility:hidden}.fancybox-container{position:fixed;top:0;left:0;width:100%;height:100%;z-index:99992;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-transform:translateZ(0);transform:translateZ(0);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.fancybox-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{position:absolute;top:0;right:0;bottom:0;left:0}.fancybox-outer{overflow-y:auto;-webkit-overflow-scrolling:touch}.fancybox-bg{background:#1e1e1e;opacity:0;transition-duration:inherit;transition-property:opacity;transition-timing-function:cubic-bezier(.47,0,.74,.71)}.fancybox-is-open .fancybox-bg{opacity:.87;transition-timing-function:cubic-bezier(.22,.61,.36,1)}.fancybox-caption-wrap,.fancybox-infobar,.fancybox-toolbar{position:absolute;direction:ltr;z-index:99997;opacity:0;visibility:hidden;transition:opacity .25s,visibility 0s linear .25s;box-sizing:border-box}.fancybox-show-caption .fancybox-caption-wrap,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-toolbar .fancybox-toolbar{opacity:1;visibility:visible;transition:opacity .25s,visibility 0s}.fancybox-infobar{top:0;left:0;font-size:13px;padding:0 10px;height:44px;min-width:44px;line-height:44px;color:#ccc;text-align:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:subpixel-antialiased;mix-blend-mode:exclusion}.fancybox-toolbar{top:0;right:0;margin:0;padding:0}.fancybox-stage{overflow:hidden;direction:ltr;z-index:99994;-webkit-transform:translateZ(0)}.fancybox-is-closing .fancybox-stage{overflow:visible}.fancybox-slide{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;overflow:auto;outline:none;white-space:normal;box-sizing:border-box;text-align:center;z-index:99994;-webkit-overflow-scrolling:touch;display:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-slide:before{content:"";display:inline-block;vertical-align:middle;height:100%;width:0}.fancybox-is-sliding .fancybox-slide,.fancybox-slide--current,.fancybox-slide--next,.fancybox-slide--previous{display:block}.fancybox-slide--image{overflow:visible}.fancybox-slide--image:before{display:none}.fancybox-slide--video .fancybox-content,.fancybox-slide--video iframe{background:#000}.fancybox-slide--map .fancybox-content,.fancybox-slide--map iframe{background:#e5e3df}.fancybox-slide--next{z-index:99995}.fancybox-slide>*{display:inline-block;position:relative;padding:24px;margin:44px 0;border-width:0;vertical-align:middle;text-align:left;background-color:#fff;overflow:auto;box-sizing:border-box}.fancybox-slide>base,.fancybox-slide>link,.fancybox-slide>meta,.fancybox-slide>script,.fancybox-slide>style,.fancybox-slide>title{display:none}.fancybox-slide .fancybox-image-wrap{position:absolute;top:0;left:0;margin:0;padding:0;border:0;z-index:99995;background:transparent;cursor:default;overflow:visible;-webkit-transform-origin:top left;transform-origin:top left;background-size:100% 100%;background-repeat:no-repeat;-webkit-backface-visibility:hidden;backface-visibility:hidden;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;transition-property:opacity,-webkit-transform;transition-property:transform,opacity;transition-property:transform,opacity,-webkit-transform}.fancybox-can-zoomOut .fancybox-image-wrap{cursor:zoom-out}.fancybox-can-zoomIn .fancybox-image-wrap{cursor:zoom-in}.fancybox-can-drag .fancybox-image-wrap{cursor:-webkit-grab;cursor:grab}.fancybox-is-dragging .fancybox-image-wrap{cursor:-webkit-grabbing;cursor:grabbing}.fancybox-image,.fancybox-spaceball{position:absolute;top:0;left:0;width:100%;height:100%;margin:0;padding:0;border:0;max-width:none;max-height:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-spaceball{z-index:1}.fancybox-slide--iframe .fancybox-content{padding:0;width:80%;height:80%;max-width:calc(100% - 100px);max-height:calc(100% - 88px);overflow:visible;background:#fff}.fancybox-iframe{display:block;padding:0;border:0;height:100%}.fancybox-error,.fancybox-iframe{margin:0;width:100%;background:#fff}.fancybox-error{padding:40px;max-width:380px;cursor:default}.fancybox-error p{margin:0;padding:0;color:#444;font-size:16px;line-height:20px}.fancybox-button{box-sizing:border-box;display:inline-block;vertical-align:top;width:44px;height:44px;margin:0;padding:10px;border:0;border-radius:0;background:rgba(30,30,30,.6);transition:color .3s ease;cursor:pointer;outline:none}.fancybox-button,.fancybox-button:link,.fancybox-button:visited{color:#ccc}.fancybox-button:focus,.fancybox-button:hover{color:#fff}.fancybox-button[disabled]{color:#ccc;cursor:default;opacity:.6}.fancybox-button svg{display:block;position:relative;overflow:visible;shape-rendering:geometricPrecision}.fancybox-button svg path{fill:currentColor;stroke:currentColor;stroke-linejoin:round;stroke-width:3}.fancybox-button--share svg path{stroke-width:1}.fancybox-button--pause svg path:nth-child(1),.fancybox-button--play svg path:nth-child(2){display:none}.fancybox-button--zoom svg path{fill:transparent}.fancybox-navigation{display:none}.fancybox-show-nav .fancybox-navigation{display:block}.fancybox-navigation button{position:absolute;top:50%;margin:-50px 0 0;z-index:99997;background:transparent;width:60px;height:100px;padding:17px}.fancybox-navigation button:before{content:"";position:absolute;top:30px;right:10px;width:40px;height:40px;background:rgba(30,30,30,.6)}.fancybox-navigation .fancybox-button--arrow_left{left:0}.fancybox-navigation .fancybox-button--arrow_right{right:0}.fancybox-close-small{position:absolute;top:0;right:0;width:40px;height:40px;padding:0;margin:0;border:0;border-radius:0;background:transparent;z-index:10;cursor:pointer}.fancybox-close-small:after{content:"×";position:absolute;top:5px;right:5px;width:30px;height:30px;font:22px/30px Arial,Helvetica Neue,Helvetica,sans-serif;color:#888;font-weight:300;text-align:center;border-radius:50%;border-width:0;background-color:transparent;transition:background-color .25s;box-sizing:border-box;z-index:2}.fancybox-close-small:focus{outline:none}.fancybox-close-small:focus:after{outline:1px dotted #888}.fancybox-close-small:hover:after{color:#555;background:#eee}.fancybox-slide--iframe .fancybox-close-small,.fancybox-slide--image .fancybox-close-small{top:0;right:-40px}.fancybox-slide--iframe .fancybox-close-small:after,.fancybox-slide--image .fancybox-close-small:after{font-size:35px;color:#aaa}.fancybox-slide--iframe .fancybox-close-small:hover:after,.fancybox-slide--image .fancybox-close-small:hover:after{color:#fff;background:transparent}.fancybox-is-scaling .fancybox-close-small,.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small{display:none}.fancybox-caption-wrap{bottom:0;left:0;right:0;padding:60px 2vw 0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.1) 20%,rgba(0,0,0,.2) 40%,rgba(0,0,0,.6) 80%,rgba(0,0,0,.8));pointer-events:none}.fancybox-caption{padding:30px 0;border-top:1px solid hsla(0,0%,100%,.4);font-size:14px;color:#fff;line-height:20px;-webkit-text-size-adjust:none}.fancybox-caption a,.fancybox-caption button,.fancybox-caption select{pointer-events:all;position:relative}.fancybox-caption a{color:#fff;text-decoration:underline}.fancybox-slide>.fancybox-loading{border:6px solid hsla(0,0%,39%,.4);border-top:6px solid hsla(0,0%,100%,.6);border-radius:100%;height:50px;width:50px;-webkit-animation:a .8s infinite linear;animation:a .8s infinite linear;background:transparent;position:absolute;top:50%;left:50%;margin-top:-30px;margin-left:-30px;z-index:99999}@-webkit-keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes a{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.fancybox-fx-slide.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0);transform:translate3d(-100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0);transform:translate3d(100%,0,0);opacity:0}.fancybox-fx-slide.fancybox-slide--current{-webkit-transform:translateZ(0);transform:translateZ(0);opacity:1}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.fancybox-fx-zoom-in-out.fancybox-slide--previous{-webkit-transform:scale3d(1.5,1.5,1.5);transform:scale3d(1.5,1.5,1.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--next{-webkit-transform:scale3d(.5,.5,.5);transform:scale3d(.5,.5,.5);opacity:0}.fancybox-fx-zoom-in-out.fancybox-slide--current{-webkit-transform:scaleX(1);transform:scaleX(1);opacity:1}.fancybox-fx-rotate.fancybox-slide--previous{-webkit-transform:rotate(-1turn);transform:rotate(-1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--next{-webkit-transform:rotate(1turn);transform:rotate(1turn);opacity:0}.fancybox-fx-rotate.fancybox-slide--current{-webkit-transform:rotate(0deg);transform:rotate(0deg);opacity:1}.fancybox-fx-circular.fancybox-slide--previous{-webkit-transform:scale3d(0,0,0) translate3d(-100%,0,0);transform:scale3d(0,0,0) translate3d(-100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--next{-webkit-transform:scale3d(0,0,0) translate3d(100%,0,0);transform:scale3d(0,0,0) translate3d(100%,0,0);opacity:0}.fancybox-fx-circular.fancybox-slide--current{-webkit-transform:scaleX(1) translateZ(0);transform:scaleX(1) translateZ(0);opacity:1}.fancybox-fx-tube.fancybox-slide--previous{-webkit-transform:translate3d(-100%,0,0) scale(.1) skew(-10deg);transform:translate3d(-100%,0,0) scale(.1) skew(-10deg)}.fancybox-fx-tube.fancybox-slide--next{-webkit-transform:translate3d(100%,0,0) scale(.1) skew(10deg);transform:translate3d(100%,0,0) scale(.1) skew(10deg)}.fancybox-fx-tube.fancybox-slide--current{-webkit-transform:translateZ(0) scale(1);transform:translateZ(0) scale(1)}.fancybox-share{padding:30px;border-radius:3px;background:#f4f4f4;max-width:90%;text-align:center}.fancybox-share h1{color:#222;margin:0 0 20px;font-size:35px;font-weight:700}.fancybox-share p{margin:0;padding:0}p.fancybox-share__links{margin-right:-10px}.fancybox-share__button{display:inline-block;text-decoration:none;margin:0 10px 10px 0;padding:0 15px;min-width:130px;border:0;border-radius:3px;background:#fff;white-space:nowrap;font-size:14px;font-weight:700;line-height:40px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;color:#fff;transition:all .2s}.fancybox-share__button:hover{text-decoration:none}.fancybox-share__button--fb{background:#3b5998}.fancybox-share__button--fb:hover{background:#344e86}.fancybox-share__button--pt{background:#bd081d}.fancybox-share__button--pt:hover{background:#aa0719}.fancybox-share__button--tw{background:#1da1f2}.fancybox-share__button--tw:hover{background:#0d95e8}.fancybox-share__button svg{position:relative;top:-1px;width:25px;height:25px;margin-right:7px;vertical-align:middle}.fancybox-share__button svg path{fill:#fff}.fancybox-share__input{box-sizing:border-box;width:100%;margin:10px 0 0;padding:10px 15px;background:transparent;color:#5d5b5b;font-size:14px;outline:none;border:0;border-bottom:2px solid #d7d7d7}.fancybox-thumbs{display:none;position:absolute;top:0;bottom:0;right:0;width:212px;margin:0;padding:2px 2px 4px;background:#fff;-webkit-tap-highlight-color:transparent;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;box-sizing:border-box;z-index:99995}.fancybox-thumbs-x{overflow-y:hidden;overflow-x:auto}.fancybox-show-thumbs .fancybox-thumbs{display:block}.fancybox-show-thumbs .fancybox-inner{right:212px}.fancybox-thumbs>ul{list-style:none;position:absolute;position:relative;width:100%;height:100%;margin:0;padding:0;overflow-x:hidden;overflow-y:auto;font-size:0;white-space:nowrap}.fancybox-thumbs-x>ul{overflow:hidden}.fancybox-thumbs-y>ul::-webkit-scrollbar{width:7px}.fancybox-thumbs-y>ul::-webkit-scrollbar-track{background:#fff;border-radius:10px;box-shadow:inset 0 0 6px rgba(0,0,0,.3)}.fancybox-thumbs-y>ul::-webkit-scrollbar-thumb{background:#2a2a2a;border-radius:10px}.fancybox-thumbs>ul>li{float:left;overflow:hidden;padding:0;margin:2px;width:100px;height:75px;max-width:calc(50% - 4px);max-height:calc(100% - 8px);position:relative;cursor:pointer;outline:none;-webkit-tap-highlight-color:transparent;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}li.fancybox-thumbs-loading{background:rgba(0,0,0,.1)}.fancybox-thumbs>ul>li>img{position:absolute;top:0;left:0;max-width:none;max-height:none;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.fancybox-thumbs>ul>li:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border:4px solid #4ea7f9;z-index:99991;opacity:0;transition:all .2s cubic-bezier(.25,.46,.45,.94)}.fancybox-thumbs>ul>li.fancybox-thumbs-active:before{opacity:1}@media (max-width:800px){.fancybox-thumbs{width:110px}.fancybox-show-thumbs .fancybox-inner{right:110px}.fancybox-thumbs>ul>li{max-width:calc(100% - 10px)}}
/* End */


/* Start:/css/bootstrap.css?152235747534524*/

.container-fluid {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.no-gutters {
  margin-right: 0;
  margin-left: 0;
}

.no-gutters > .col,
.no-gutters > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
}

.col-auto {
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.order-first {
  -ms-flex-order: -1;
  order: -1;
}

.order-1 {
  -ms-flex-order: 1;
  order: 1;
}

.order-2 {
  -ms-flex-order: 2;
  order: 2;
}

.order-3 {
  -ms-flex-order: 3;
  order: 3;
}

.order-4 {
  -ms-flex-order: 4;
  order: 4;
}

.order-5 {
  -ms-flex-order: 5;
  order: 5;
}

.order-6 {
  -ms-flex-order: 6;
  order: 6;
}

.order-7 {
  -ms-flex-order: 7;
  order: 7;
}

.order-8 {
  -ms-flex-order: 8;
  order: 8;
}

.order-9 {
  -ms-flex-order: 9;
  order: 9;
}

.order-10 {
  -ms-flex-order: 10;
  order: 10;
}

.order-11 {
  -ms-flex-order: 11;
  order: 11;
}

.order-12 {
  -ms-flex-order: 12;
  order: 12;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

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

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

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

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

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

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-sm-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-sm-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-sm-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-sm-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-sm-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-sm-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-sm-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-sm-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-sm-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-sm-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-sm-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-sm-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-sm-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-md-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-md-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-md-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-md-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-md-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-md-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-md-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-md-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-md-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-md-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-md-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-md-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-md-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .md-hidden{
    display: none;
  }
}

@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-lg-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-lg-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-lg-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-lg-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-lg-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-lg-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-lg-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-lg-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-lg-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-lg-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-lg-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-lg-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-lg-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
}

@media (min-width: 1200px) {
  .col-xl {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-xl-auto {
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    width: auto;
    max-width: none;
  }
  .col-xl-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-xl-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-xl-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-xl-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-xl-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-xl-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-xl-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-xl-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-xl-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-xl-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-xl-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
  .order-xl-first {
    -ms-flex-order: -1;
    order: -1;
  }
  .order-xl-1 {
    -ms-flex-order: 1;
    order: 1;
  }
  .order-xl-2 {
    -ms-flex-order: 2;
    order: 2;
  }
  .order-xl-3 {
    -ms-flex-order: 3;
    order: 3;
  }
  .order-xl-4 {
    -ms-flex-order: 4;
    order: 4;
  }
  .order-xl-5 {
    -ms-flex-order: 5;
    order: 5;
  }
  .order-xl-6 {
    -ms-flex-order: 6;
    order: 6;
  }
  .order-xl-7 {
    -ms-flex-order: 7;
    order: 7;
  }
  .order-xl-8 {
    -ms-flex-order: 8;
    order: 8;
  }
  .order-xl-9 {
    -ms-flex-order: 9;
    order: 9;
  }
  .order-xl-10 {
    -ms-flex-order: 10;
    order: 10;
  }
  .order-xl-11 {
    -ms-flex-order: 11;
    order: 11;
  }
  .order-xl-12 {
    -ms-flex-order: 12;
    order: 12;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
}

.flex-row {
  -ms-flex-direction: row !important;
  flex-direction: row !important;
}

.flex-column {
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

.flex-row-reverse {
  -ms-flex-direction: row-reverse !important;
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  -ms-flex-direction: column-reverse !important;
  flex-direction: column-reverse !important;
}

.flex-wrap {
  -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important;
}

.flex-nowrap {
  -ms-flex-wrap: nowrap !important;
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse !important;
  flex-wrap: wrap-reverse !important;
}

.justify-content-start {
  -ms-flex-pack: start !important;
  justify-content: flex-start !important;
}

.justify-content-end {
  -ms-flex-pack: end !important;
  justify-content: flex-end !important;
}

.justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.justify-content-between {
  -ms-flex-pack: justify !important;
  justify-content: space-between !important;
}

.justify-content-around {
  -ms-flex-pack: distribute !important;
  justify-content: space-around !important;
}

.align-items-start {
  -ms-flex-align: start !important;
  align-items: flex-start !important;
}

.align-items-end {
  -ms-flex-align: end !important;
  align-items: flex-end !important;
}

.align-items-center {
  -ms-flex-align: center !important;
  align-items: center !important;
}

.align-items-baseline {
  -ms-flex-align: baseline !important;
  align-items: baseline !important;
}

.align-items-stretch {
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
}

.align-content-start {
  -ms-flex-line-pack: start !important;
  align-content: flex-start !important;
}

.align-content-end {
  -ms-flex-line-pack: end !important;
  align-content: flex-end !important;
}

.align-content-center {
  -ms-flex-line-pack: center !important;
  align-content: center !important;
}

.align-content-between {
  -ms-flex-line-pack: justify !important;
  align-content: space-between !important;
}

.align-content-around {
  -ms-flex-line-pack: distribute !important;
  align-content: space-around !important;
}

.align-content-stretch {
  -ms-flex-line-pack: stretch !important;
  align-content: stretch !important;
}

.align-self-auto {
  -ms-flex-item-align: auto !important;
  align-self: auto !important;
}

.align-self-start {
  -ms-flex-item-align: start !important;
  align-self: flex-start !important;
}

.align-self-end {
  -ms-flex-item-align: end !important;
  align-self: flex-end !important;
}

.align-self-center {
  -ms-flex-item-align: center !important;
  align-self: center !important;
}

.align-self-baseline {
  -ms-flex-item-align: baseline !important;
  align-self: baseline !important;
}

.align-self-stretch {
  -ms-flex-item-align: stretch !important;
  align-self: stretch !important;
}

@media (min-width: 576px) {
  .flex-sm-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-sm-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-sm-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-sm-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-sm-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-sm-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-sm-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-sm-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-sm-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-sm-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-sm-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-sm-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 768px) {
  .flex-md-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-md-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-md-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-md-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-md-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-md-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-md-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-md-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-md-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-md-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-md-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-md-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-md-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-md-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-md-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-md-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-md-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-md-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-md-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 992px) {
  .flex-lg-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-lg-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-lg-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-lg-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-lg-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-lg-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-lg-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-lg-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-lg-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-lg-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-lg-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-lg-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}

@media (min-width: 1200px) {
  .flex-xl-row {
    -ms-flex-direction: row !important;
    flex-direction: row !important;
  }
  .flex-xl-column {
    -ms-flex-direction: column !important;
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    -ms-flex-direction: row-reverse !important;
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    -ms-flex-direction: column-reverse !important;
    flex-direction: column-reverse !important;
  }
  .flex-xl-wrap {
    -ms-flex-wrap: wrap !important;
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    -ms-flex-wrap: nowrap !important;
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    -ms-flex-wrap: wrap-reverse !important;
    flex-wrap: wrap-reverse !important;
  }
  .justify-content-xl-start {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    -ms-flex-pack: end !important;
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .justify-content-xl-between {
    -ms-flex-pack: justify !important;
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    -ms-flex-pack: distribute !important;
    justify-content: space-around !important;
  }
  .align-items-xl-start {
    -ms-flex-align: start !important;
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    -ms-flex-align: end !important;
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .align-items-xl-baseline {
    -ms-flex-align: baseline !important;
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    -ms-flex-align: stretch !important;
    align-items: stretch !important;
  }
  .align-content-xl-start {
    -ms-flex-line-pack: start !important;
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    -ms-flex-line-pack: end !important;
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    -ms-flex-line-pack: center !important;
    align-content: center !important;
  }
  .align-content-xl-between {
    -ms-flex-line-pack: justify !important;
    align-content: space-between !important;
  }
  .align-content-xl-around {
    -ms-flex-line-pack: distribute !important;
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    -ms-flex-line-pack: stretch !important;
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    -ms-flex-item-align: auto !important;
    align-self: auto !important;
  }
  .align-self-xl-start {
    -ms-flex-item-align: start !important;
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    -ms-flex-item-align: end !important;
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    -ms-flex-item-align: center !important;
    align-self: center !important;
  }
  .align-self-xl-baseline {
    -ms-flex-item-align: baseline !important;
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    -ms-flex-item-align: stretch !important;
    align-self: stretch !important;
  }
}



.d-none {
  display: none !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
}

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 768px) {
  .d-md-none {
    display: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}

@media print {
  .d-print-none {
    display: none !important;
  }
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important;
  }
}


/* End */


/* Start:/css/bootstrap/collapse.css?1522357475286*/
.collapse {
    display: none;
}

.collapse.show {
    display: block;
}

tr.collapse.show {
    display: table-row;
}

tbody.collapse.show {
    display: table-row-group;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    transition: height 0.35s ease;
}
/* End */


/* Start:/css/jquery.custom-scrollbar.css?16299823123560*/
.scrollable {
  position: relative;
}

.scrollable:focus {
  outline: 0;
}

.scrollable .viewport {
  position: relative;
  overflow: hidden;
}

.scrollable .viewport .overview {
  position: absolute;
}

.scrollable .scroll-bar {
  display: none;
}

.scrollable .scroll-bar.vertical {
  position: absolute;
  right: 0;
  height: 100%;
}

.scrollable .scroll-bar.horizontal {
  position: relative;
  width: 100%;
}

.scrollable .scroll-bar .thumb {
  position: absolute;
}

.scrollable .scroll-bar.vertical .thumb {
  width: 100%;
  min-height: 10px;
}

.scrollable .scroll-bar.horizontal .thumb {
  height: 100%;
  min-width: 10px;
  left: 0;
}

.not-selectable {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/*Default skin*/

.scrollable.default-skin {
  padding-right: 10px;
  padding-bottom: 6px;
}

.scrollable.default-skin .scroll-bar.vertical {
  width: 6px;
}

.scrollable.default-skin .scroll-bar.horizontal {
  height: 6px;
}

.scrollable.default-skin .scroll-bar .thumb {
  background-color: black;
  opacity: 0.4;
  border-radius: 3px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
}

.scrollable.default-skin .scroll-bar:hover .thumb {
  opacity: 0.6;
}

/*Gray skin*/

.scrollable.gray-skin {
  padding-right: 17px;
}

.scrollable.gray-skin .scroll-bar {
  border: 1px solid gray;
  background-color: #d3d3d3;
}

.scrollable.gray-skin .scroll-bar .thumb {
  background-color: gray;
}

.scrollable.gray-skin .scroll-bar:hover .thumb {
  background-color: black;
}

.scrollable.gray-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.gray-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}

/*Modern skin*/
.scrollable.modern-skin {
  padding-right: 17px;
}

.scrollable.modern-skin .scroll-bar {
  border: 1px solid gray;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-box-shadow: inset 0 0 5px #888;
  -webkit-box-shadow: inset 0 0 5px #888;
  box-shadow: inset 0 0 5px #888;
}

.scrollable.modern-skin .scroll-bar .thumb {
  background-color: #95aabf;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border: 1px solid #536984;
}

.scrollable.modern-skin .scroll-bar.vertical .thumb {
  width: 8px;
  background: -moz-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%, #95aabf), color-stop(100%, #547092));
  background: -webkit-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -o-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: -ms-linear-gradient(left, #95aabf 0%, #547092 100%);
  background: linear-gradient(to right, #95aabf 0%, #547092 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=1 )";
}

.scrollable.modern-skin .scroll-bar.horizontal .thumb {
  height: 8px;
  background-image: linear-gradient(#95aabf, #547092);
  background-image: -o-linear-gradient(#95aabf, #547092);
  background-image: -moz-linear-gradient(#95aabf, #547092);
  background-image: -webkit-linear-gradient(#95aabf, #547092);
  background-image: -ms-linear-gradient(#95aabf, #547092);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#95aabf', endColorstr='#547092',GradientType=0 )";
}

.scrollable.modern-skin .scroll-bar.vertical {
  width: 10px;
}

.scrollable.modern-skin .scroll-bar.horizontal {
  height: 10px;
  margin-top: 2px;
}
/* End */


/* Start:/css/blocks.css?1575977945191*/
.block,
.text-block {
    padding: 40px 0;
}

.block.people {
    padding-top: 0;
}

@media only screen and (max-width: 992px) {
    .block,
    .text-block {
        padding: 20px 0;
    }
}
/* End */


/* Start:/css/testimonials.css?16711757385695*/

.testimonial {
    margin-bottom: 0px;
    margin-top: 57px;
    position: relative;
    padding-bottom: 15px;
}
.testimonial:after {
    position: absolute;
    bottom: 0;
    left: 15px;
    right: 15px;
    content: "";
}


.testimonials2 {

    padding: 33px -15px 60px -15px;
}

.testimonials2 h2 {
    margin-bottom: 41px;
}




.testimonials2 .more {
    text-align: center;
    margin-top: 60px;
    clear: both;
}




.testimonials {
    padding: 0;
    position: relative;
    z-index: 10;
}

.testimonials .nav {
    float: right;
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    margin: -2px 0 0 0;
}

.testimonials .nav .prev,
.testimonials .nav .next {
    width: 15px;
    height: 24px;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.testimonials .nav .next {
    -moz-transform: scale(-1, 1);
    -webkit-transform: scale(-1, 1);
    -o-transform: scale(-1, 1);
    transform: scale(-1, 1);
}

.testimonials .nav .prev:before,
.testimonials .nav .prev:after,
.testimonials .nav .next:before,
.testimonials .nav .next:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/css/../img/slider-arr.png) no-repeat;
    background-size: 100% auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

.testimonials .nav .prev:after,
.testimonials .nav .next:after {
    background-position: 0 -26px;
    opacity: 0;
}

.testimonials .nav .prev:hover:before,
.testimonials .nav .next:hover:before {
    opacity: 0;
}

.testimonials .nav .prev:hover:after,
.testimonials .nav .next:hover:after {
    opacity: 1;
}

.testimonials .nav .dots {
    margin: 0 5px;
    display: inline-block;
    vertical-align: middle;
}

.testimonials .nav .dots span {
    margin: 0 5px;
    width: 12px;
    height: 12px;
    background: #CFD8E2;
    cursor: pointer;
    display: inline-block;
    vertical-align: middle;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}

.testimonials .nav .dots span:hover {
    background-color: #889eb5;
}

.testimonials .nav .dots .active,
.testimonials .nav .dots .active:hover {
    background-color: #ADBBC9;
    cursor: default;
}

.testimonials .hold {
    margin: 40px -15px 0 -15px;
    position: relative;
    z-index: 1;

}

.testimonials .hold:before {
    background: url(/css/../img/quote.png) no-repeat;
    background-size: contain;
    content: "";
    height: 77px;
    width: 94px;
    position: absolute;
    top: 0px;
    left: -60px;
    display: block;
    z-index: -1;
}

.testimonials .h2 {
    position: relative;
    display: block;
}

.testimonials .hold .testimonial {
    margin-left: 0;
    padding: 15px;
}

.testimonials .hold ul,
.testimonials .hold li {
    margin: 0;
    padding: 0;
}

.testimonials .hold li:before {
    display: none;
}

.testimonial__body {
    font-size: 14px;
    line-height: 1.4em;
    color: #353940;
    margin-bottom: 20px;
    padding: 10px;
    background: #fff;
}

.reviews-slider .testimonial__body {
    max-height: 150px;
    overflow: hidden;
    position: relative;
    transition: all .3s ease-out;
}

.reviews-slider .testimonial__body.hide::before {
    position: absolute;
    content: '';
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 38px;
    z-index: 1;
    background: linear-gradient(180deg, #ffffff94, #0000008a);
}

.reviews-slider .testimonial__body.show {
    max-height: 100%;
}

.reviews-slider .testimonial__body-open {
    position: absolute;
    font-size: 14px;
    z-index: 2;
    cursor: pointer;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, -10px);
    background: #c9c9c9;
    padding: 6px 20px;
    border-radius: 6px;
}


.testimonial .title1 {
    font-size: 16px;
    margin: 0 0 18px 0;
    font-weight: normal;
    color: #2A2D37;
}

.testimonial .author {
    display: flex;
    margin: 0;
}

.testimonial .author .ava {

    width: 70px;
    flex:0 0 70px;
    margin-right: 20px;
}

.testimonial .author .ava img {
    width: 100%;
    height: 70px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
}

.testimonial .author .cell {
    text-align: inherit;
}

.testimonial .author .name {
    font-weight: bold;
    color: #000;
}

.testimonials .all {
    margin-top: 15px;
}

.testimonial__body {
    position: relative;
}

.testimonial_sep {
    position: relative;
}

.testimonial_sep:before {
    content: "";
    width: 1px;
    top: 25px;
    left: 50%;
    bottom: 25px;
    background: rgba(0, 0, 0, .1);
    position: absolute;
}

@media only screen and (max-width: 767px) {
    .testimonial__body {
        font-size: 14px;
    }
}

@media only screen and (max-width: 992px) {

}

@media only screen and (max-width: 1200px) {
    .testimonials {
        /*padding-top: 46px;*/
        padding-bottom: 50px;
    }


}

.testimonials iframe, .testimonials2 iframe {
    max-width: 100%;
    /*height: auto;*/
}

@media only screen and (max-width: 600px) {
    .testimonials2 iframe {
        height: 200px;
    }
}

@media only screen and (max-width: 1400px) {
    .testimonials iframe {
        height: 200px;
    }
}

@media only screen and (max-width: 1000px) {
    .testimonials iframe {
        height: 300px;
    }
}

@media only screen and (max-width: 600px) {
    .testimonials iframe {
        height: 200px;
    }
}

/* End */


/* Start:/css/team.css?1522357475877*/
.team-item {
    color: #454A52;
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    margin-bottom: 20px;
}

.team-item__photo {
    margin: 0 0 10px 0;
    display: block;
    position: relative;
    overflow: hidden;
    border-radius: 5px;
}

.team-item__photo img {
    width: 100%;
    height: auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    -moz-transform: scale(1);
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.team-item__photo:hover img {
    -moz-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.team-item__name {
    font-weight: bold;
    font-size: 16px;
    margin: 0 0 6px 0;
}

/* End */


/* Start:/css/modal.css?15223574752937*/
.modal {
    top:100px;
    position: absolute;
    left: 50%;
    z-index: 1000;
    width: 850px;
    margin: 0 -425px;
    background: #fff;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    font-size: 20px;
    line-height: 28px;
    color: #383C48;
    padding: 40px;
}

.modal .close {
    cursor: pointer;
    width: 18px;
    height: 18px;
    position: absolute;
    top: 18px;
    right: 18px;
    z-index: 20;
}

.modal .close:before,
.modal .close:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: url(/css/../img/cross.png) no-repeat;
    background-size: 100% auto;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    opacity: 1;
}

.modal .close:after {
    background-position: 0 -20px;
    opacity: 0;
}

.modal .close:hover:before {
    opacity: 0;
}

.modal .close:hover:after {
    opacity: 1;
}

.modal .title1 {
    margin: 2px 0 12px 0;
}

.modal .form {
    padding: 0;
    margin: 30px 0 0 0;
    font-size: 14px;
}

.modal .done {
    text-align: center;
    margin: 53px 0 25px 0;
}

.modal .btn-hold {
    margin: 30px 0 0 0;
}


@media only screen and (max-width: 992px) {
    .modal {
        width: 700px;
        margin: 0 -350px;
        font-size: 16px;
        line-height: 23px;
    }
}

@media only screen and (max-width: 767px) {
    .modal {
        position: absolute;
        top: 0;
        left: 0!important;
        width: 100%!important;

        margin: 0;
        text-align: center;
        border-radius: 0;
        -webkit-border-radius: 0;
        text-align: center;
        font-size: 14px;
        line-height: 21px;
        padding: 31px 15px 15px 15px;
        background: rgba(255, 255, 255, 0.93);
    }

    .modal .close {
        width: auto;
        height: auto;
        font-size: 13px;
        line-height: 34px;
        font-weight: bold;
        text-transform: uppercase;
        color: #383C48;
        text-align: center;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        margin: 0;
        padding: 5px 0;
    }

    .modal .close:before,
    .modal .close:after {
        display: none;
    }

    .modal .close span {
        width: 18px;
        height: 18px;
        background: url(/css/../img/icon-cross.png) no-repeat 50% 50%;
        background-size: 100% auto;
        position: relative;
        display: inline-block;
        vertical-align: middle;
        top: -1px;
        margin: 0 10px 0 0;
    }

    .modal .title1 {
        margin-bottom: 9px;
    }

    .modal .form {
        margin-top: 4px;
    }

    .modal .form .label {
        font-size: 14px;
    }

    .modal .done {
        text-align: center;
        margin: 53px 0 25px 0;
    }

    .modal .btn-hold {
        margin: 30px 0 0 0;
    }
}
/* End */


/* Start:/css/style.css?1745574859128602*/
@charset "utf-8";

/* common start*/
.title {
	font-size: 36px;
	font-weight: 700;
	color: #454A52;
	margin: 0;
}

.section {
	font-family: "GothamPro";
}

@media(max-width: 1200px) {
	.title {
		font-size: 32px;
	}
}

@media(max-width: 767px) {
	.title {
		font-size: 22px;
	}
}

._list {
	margin: 0;
	padding: 0;
}

._list > li::before {
	display: none;
}

.slick-slide {
	outline: none;
}


/* common  end*/
/*
@font-face {
	font-family: 'Gotham Pro';
	src: url('/css/../fonts/gotham-pro-light.OTF') format('opentype');
	font-weight: 300;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/css/../fonts/gotham-pro.OTF') format('opentype');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/css/../fonts/gotham-pro-medium.OTF') format('opentype');
	font-weight: 600;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/css/../fonts/gotham-pro-bold.OTF') format('opentype');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Gotham Pro';
	src: url('/css/../fonts/gotham-pro-black.OTF') format('opentype');
	font-weight: 900;
	font-style: normal;
}
*/

/* Slider */
.slick-slider
{
	position: relative;

	display: block;
	box-sizing: border-box;

	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;

	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
}

.slick-list
{
	position: relative;

	display: block;
	overflow: hidden;

	margin: 0;
	padding: 0;
}
.slick-list:focus
{
	outline: none;
}
.slick-list.dragging
{
	cursor: pointer;
	cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}

.slick-track
{
	position: relative;
	top: 0;
	left: 0;

	display: block;
	margin-left: auto;
	margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
	display: table;

	content: '';
}
.slick-track:after
{
	clear: both;
}
.slick-loading .slick-track
{
	visibility: hidden;
}

.slick-slide
{
	display: none;
	float: left;

	height: 100%;
	min-height: 1px;
}
[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;
}
/* End Slider */

html,
body {
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}

body {
	margin: 0;
	padding: 0;
	background: #fff;
	font: normal 14px/23px "Gotham Pro", Arial, Helvetica, sans-serif;
	color: #000;
	-webkit-text-size-adjust: none;
	overflow-x: hidden;
	width: 100vw;
}
@media(max-width:753px){
	body {
		overflow-x: hidden !important;
	}
}


*,
*:before,
*:after {
	box-sizing: border-box;
}


img{
	max-width: 100%;
	height: auto;
}
svg{
	height: 1em;
	width: 1em;

}
form,
fieldset {
	margin: 0;
	padding: 0;
	border: 0;
}

input[type="checkbox"]{
	margin: 0;
	display: none;
}
input[type="checkbox"] + label{
	padding-left: 25px;
	position: relative;
	cursor: pointer;
}
input[type="checkbox"] + label:before
{
	position: absolute;
	top:-4px; left:0;
	content: "";
	height: 20px;	width: 20px;	border: 1px solid #C9D6E5;	border-radius: 4px;	background-color: #FFFFFF;
}
input[type="checkbox"]:checked + label:before{
	background: #0F58AF;
}


input[type="submit"],
input[type="text"],
input[type="password"],
select,
textarea,
button,
.jcf-select,
.jcf-select-drop,
.jcf-select-text {
	font: normal 14px "Gotham Pro", Arial, Helvetica, sans-serif;
	color: #454A52;
	outline: none;
	width: 100%;
}

input[type="text"],
input[type="search"],
input[type="password"],
textarea,
select,
.jcf-select-text,
.jcf-option {
	-webkit-appearance: none;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #C8D6E4;
	background: #fff;
	margin: 0;
	padding: 13px 15px;
	display: block;
	width: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

input[type="text"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus {
	border-color: #b1bc3d;
}

input[type="text"].error,
input[type="search"].error,
input[type="password"].error,
textarea.error,
.jcf-select-error .jcf-select-text {
	border-color: #ff8e8e;
	background-color: #fff4f4;
}

hr{
	border-bottom: 0;
	border-top: 2px dashed #E3E8EE;
	margin: 20px 0;
}

.jcf-select-drop {
	position: absolute;
	z-index: 10;
	background: #FFF;
	border: 1px solid #C8D6E4;
	box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.32);
	-webkit-box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.32);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: #454A52;
	padding: 4px 0;
}

.jcf-select-drop .jcf-list-content {
	display: block;
	overflow: hidden;
	overflow-y: auto;

	width: 100%!important;
}

.jcf-select-drop ul,
.jcf-select-drop li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.jcf-select-drop li:before {
	display: none;
}

.jcf-option {
	border-radius: 0;
	-webkit-border-radius: 0;
	border-width: 0;
	background-color: transparent;
	display: block;
	cursor: pointer;
	color: inherit;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.jcf-option.jcf-selected {
	font-weight: bold;
}

.jcf-option:hover {
	background-color: #eff3f8;
}

.jcf-scrollbar-vertical {
	position: absolute;
	top: 0;
	bottom: 0;
	right: 8px;
	width: 4px;
}

.jcf-scrollbar-dec,
.jcf-scrollbar-inc {
	display: none;
}

.jcf-scrollbar-handle {
	width: 4px;
	background: #adbbc9;
	border-radius: 2px;
	-webkit-border-radius: 2px;
}

.placeholder {
	color: #889EB5;
}

textarea {
	resize: none;
	height: 170px;
}

.outtaHere {
	position: absolute!important;
	left: -10000px!important;
}

.jcf-select {
	display: block;
	position: relative;
}

.jcf-select select {
	z-index: 5;
	cursor: pointer;
}

.jcf-select-text {
	position: relative;
	cursor: pointer;
	padding-right: 36px;
	z-index: 4;
}

.jcf-select-text:before,
.jcf-select-text:after {
	content: '';
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	top: 50%;
	right: 12px;
	width: 12px;
	height: 8px;
	background: url(/css/../img/select-arr.png) no-repeat;
	background-size: 100% auto;
	margin: -4px 0;
	opacity: 1;
}

.jcf-select-text:after {
	background-position: 0 -10px;
	opacity: 0;
}

.jcf-select:hover .jcf-select-text:before {
	opacity: 0;
}

.jcf-select:hover .jcf-select-text:after {
	opacity: 1;
}

header,
nav,
section,
article,
aside,
footer,
menu,
time,
figure,
figcaption {
	display: block;
}

img {
	border: 0;
	vertical-align: top;
}

a {
	font-weight: bold;
	color: #438ed9;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

a:hover {
	color: #808A18;
	text-decoration: none;
}



strong {
	font-weight: bold;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title1, .title1 a {
	font-weight: bold;
	font-size: 22px;
	line-height: 1.125;
	letter-spacing: -0.005em;
	color: #454A52;
	margin: 0 0 20px 0;
}
h2.small{
	font-size: 22px;
}
.small{
	font-size: 12px;
}
.light{
	font-weight: 100;
}

.thin {
	font-weight: 300;
	color: #889EB5;
}

h1 {
	font-size: 36px;
	margin-bottom: 23px;
}

h2,
.modal .title1 {
	font-size: 36px;
	/*margin: 0;*/
}

p,
ol,
ul {
	/*margin: 0 0 23px 0;*/
}

ol,
ul {
	list-style: none;
	padding: 0;
	/*margin-top: 8px;*/
}

li {
	position: relative;
	padding: 0 0 0 35px;
}

li:before {
	position: absolute;
	top: 0;
	left: 0;
	min-width: 30px;
	text-align: center;
}

ul > li:before {
	/*content: '•';*/
}

ul.not_marker > li:before {
	content: '';
}

ul.not_marker > li {
	content: '';
	padding-left: 20px;
}

ol {
	counter-reset: li;
}

ol > li:before {
	color: #889EB5;
	content: counter(li)'.';
	counter-increment: li;
}

.light {
	color: #889EB5;
}

.green {
	color: #939C32;
}

.nowrap {
	white-space: nowrap;
}

.center {
	text-align: center;
}

.nofloat {
	height: 100%;
	overflow: hidden;
}

.cell {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.inline {
	display: inline-block;
}

.hr {
	height: 1px;
	overflow: hidden;
	margin: 15px 0;
	background: #e6e6e6;
}

a[href^=tel] {
	color: inherit!important;
	cursor: pointer;
	text-decoration: none!important;
}

.btn {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background: #4492dc;
	background: #4492dc url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0OTJkYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwZDU2YWQiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #4492dc 0%, #0d56ad 100%);
	background: -webkit-linear-gradient(top, #4492dc 0%, #0d56ad 100%);
	background: linear-gradient(to bottom, #4492dc 0%, #0d56ad 100%);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-weight: bold;
	font-size: 12px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff!important;
	display: inline-block;
	vertical-align: top;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	text-align: center;
	position: relative;
	border: 0;
	margin: 0;
	padding: 0 22px;
	height: 40px;
	line-height: 40px;
	-webkit-appearance: none;
	min-width: 209px;
	cursor: pointer;
}

.btn:hover {
	background: #50aee1;
	background: #50aee1 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzUwYWVlMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMyMTZhYzIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #50aee1 0%, #216ac2 100%);
	background: -webkit-linear-gradient(top, #50aee1 0%, #216ac2 100%);
	background: linear-gradient(to bottom, #50aee1 0%, #216ac2 100%);
}

.btn:active {
	background: #1B63AF;
}

.btn.bordered {
	background: none;
	color: #889eb5!important;
	box-shadow: inset 0 0 0 2px #adbbc9;
	-webkit-box-shadow: inset 0 0 0 2px #adbbc9;
}

.btn.bordered:hover {
	color: #fff!important;
	background: #1b63af;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn.bordered:active {
	color: #fff!important;
	background: #1b5189;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.btn_big {
	border-width: 4px;
	font-size: 18px;
	font-weight: 700;
	height: 60px;
	line-height: 60px;
	padding-left: 45px;
	padding-right: 45px;
}

@media (max-width: 767px) {
	.btn_big {
		font-size: 16px;
	}
}

.rlink-all{
	float: right;
	margin: -4px 0 0 10px;
}

input.btn {
	line-height: normal!important;
}

.clearfix {
	zoom: 1
}

.clearfix:after,
.container:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.wrapper,
.footer {
	min-height: 100%;
	min-width: 300px;
	margin: 0 auto;
	position: relative;
	/*overflow: hidden;*/
	text-align: left;
}

.wrapper {
	overflow: hidden;
}

.container {

	margin: 0 auto;
	position: relative;
	padding:  0 35px;

}

.logo {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	color: #383C48;
	font-weight: bold;
	text-transform: uppercase;
	white-space: nowrap;
	font-size: 24px;
	line-height: 1;
}

.logo img {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	vertical-align: middle;
	height: 60px;
	width: auto;
	margin: 0 6px 0 0;
	position: relative;
}

.logo a {
	text-decoration: none;
	color: inherit;
}

.header {
	background: #fff;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-shadow: 0px 0px 44px 0px rgba(173,187,201,0.33);
	-webkit-box-shadow: 0px 0px 44px 0px rgba(173,187,201,0.33);
	z-index: 500;
}

.header-place {
	/*height: 130px;*/
}

.scroll .header-place {
	height: 80px;
}

.header .line1 {
	border-bottom: 1px solid #E3E8EE;
	font-size: 13px;
	line-height: 15px;
	color: #889EB5;
	padding: 17px 0;
}

.scroll .header .line1 {
	display: none;
}


.header .line1 .e {
	float: left;
	width: 33.33%;
	white-space: nowrap;
	text-align: center;
}

.header .line1 .e.l {
	float: left;
	text-align: left;
}

.header .line1 .e.r {
	float: right;
	text-align: right;
}

.header .phone {
	font-weight: bold;
	font-size: 16px;
	vertical-align: middle;
	color: #383C48;
	position: relative;
	top: 1px;
	margin: 0 0 0 4px;
}

.header .line2 {
	padding: 19px 0 21px 0;
}

.header .line2 .e {
	float: right;
	font-size: 13px;
	line-height: 40px;
	white-space: nowrap;
	color: #889EB5;
	overflow: hidden;
	width: 0;
	opacity: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.scroll .header .line2 .e {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	position: relative;
	z-index: 10;
	width: auto;
	opacity: 1;
}

.scroll .header .line2 #show-menu:checked + div .e {
	opacity: 0;
	z-index: -1;
}

.header .line2 .logo {
	float: left;
	margin: -5px 0 -15px 0;
}

.scroll .header .line2 .logo {
	font-size: 18px;
	margin-top: 0;
}

.scroll .header .line2 .logo img {
	height: 50px;
	margin-right: 10px;
}

.header .link-enroll {
	float: right;
	margin: 0 0 0 40px;
}

.menu {
	position: relative;
	top: 2px;
}

.menu .contact {
	display: none;
}

.menu .toggle {
	position: absolute;
	left: -100000px;
	margin: 3px 0 3px 30px;
	width: 38px;
	height: 34px;
	cursor: pointer;
	z-index: 5;
	float: left;
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #383C48;
}

.menu .toggle.to-close {
	display: none;
}

.menu .toggle .txt {
	position: absolute;
	top: 0;
	left: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
	z-index: 5;
	overflow: hidden;
	width: auto;
}

#show-menu:checked + div .menu .toggle .txt {
	opacity: 0;
	z-index: -1;
	width: 0;
}

.scroll .menu .toggle {
	position: relative;
	left: auto;
}

.menu .toggle .icon {
	width: 18px;
	height: 18px;
	position: absolute;
	top: 50%;
	left: 0;
	margin: -9px 0;
}

.menu .toggle .icon:before,
.menu .toggle .icon:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.menu .toggle .icon:before {
	background-image: url(/css/../img/icon-menu.png);
}

.menu .toggle .icon:after {
	background-image: url(/css/../img/icon-cross.png);
}

.menu .toggle .icon:after,
#show-menu:checked + div .menu .toggle .icon:before {
	opacity: 0;
}

#show-menu:checked + div .menu .toggle .icon:after {
	opacity: 1;
}

.menu ul,
.menu li {
	list-style: none;
	margin: 0;
	padding: 0;
}

.menu li:before {
	display: none;
}

.menu a {
	color: inherit;
}

.menu .main > ul {
	position: relative;
	float: right;
	margin: 0 -5px;
	-webkit-transition: opacity 0.2s linear;
	-moz-transition: opacity 0.2s linear;
	-ms-transition: opacity 0.2s linear;
	-o-transition: opacity 0.2s linear;
	transition: opacity 0.2s linear;
	opacity: 1;
}

.scroll .menu .main > ul {
	opacity: 0;
	z-index: -1;
	float: left;
	margin-right: -400px;
	margin-left: 25px;
}

.scroll #show-menu:checked + div .menu .main > ul {
	opacity: 1;
	z-index: 20;
}

.menu .main > ul > li {
	white-space: nowrap;
	float: left;
	margin: 0 0 0 20px;
	position: relative;
}

.menu .main > ul > li:first-child {
	margin-left: 0;
}

.menu .main > ul > li > *:first-child {
	font-size: 13px;
	line-height: 34px;
	font-weight: bold;
	text-transform: uppercase;
	color: #383C48;
	float: left;
	position: relative;
	margin: 3px 0;
	padding: 0 5px;
	-webkit-transition: color 0.2s linear;
	-moz-transition: color 0.2s linear;
	-ms-transition: color 0.2s linear;
	-o-transition: color 0.2s linear;
	transition: color 0.2s linear;
}

.menu .main > ul > li > *:first-child .line {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 0;
	height: 2px;
	background: #889EB5;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.menu .main > ul > li.has-sub:hover > *:first-child {
	color: #B1BC3D;
}

.menu .main > ul > li.has-sub:hover > *:first-child .line {
	background: #b1bc3d;
}

.menu .main > ul > li > *:first-child:hover .line,
.menu .main > ul > li.has-sub:hover > *:first-child .line,
.menu .main > ul > li > *.active .line {
	width: 100%;
}

.menu .main .sub {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 24px 0 0 0;
	margin: 0 -23px;
	white-space: normal;
	display: none;
}
.menu .main .has-sub:hover .sub{
	display: block;
}

.menu .main .sub ul {
	width: 250px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;

	box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.32);
	-webkit-box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.32);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;

	padding:10px 0;

}

.menu .main .sub ul li{
	position: relative;
}
.menu .main .sub ul ul{
	max-height: 200px;
	overflow-y: auto;
	overflow-x: visible;
	background: rgba(0,0,0, .03);
	padding: 0;
	box-shadow: none;
	border-radius: 0;
}
.menu .main .sub ul ul ul{
	width: auto;
}


.menu .main .sub ul a{
	display: block;
	font-size: 14px;
	line-height: 22px;
	padding: 10px 23px;
	color: #454A52;
	overflow: hidden;
	width: 100%;
	max-width: 100%;
}

.menu .main a.parent{
	display: flex;
	padding-right: 20px;
}
.menu .main a.parent svg{
	float: right;
	transition: all .3s;
}

.menu .main a.parent[aria-expanded="true"] svg{
	transform: rotate(180deg);
}


.menu .main > ul > li:hover .sub > ul {

}

.menu .main  .sub li:hover > ul  {

}

.menu .main .sub .back {
	display: none;
}

.menu .main .sub ul > li > a:hover {
	background-color: #EFF3F8;
}

menu .contact {
	display: none;
}

.head-block {
	background: #ecf0f5 url(/css/../img/head-bg.jpg) no-repeat 50% 50%;
	background-size: cover;
	padding: 65px 0;
}

.head-block.bg-contacts {
	background-image: url(/css/../img/head-bg-contacts.jpg);
}

.head-block .container {
	height: 100%;
}

.head-block h1:last-child {
	margin: -48px 0 -10px 0;
}

.head-block .link-back {
	display: none;
}

.link-back {
	white-space: nowrap;
}

.link-back .arr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	margin: 0 7px 0 0;
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.link-back .arr:before,
.link-back .arr:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../img/arr.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.link-back .arr:after {
	background-position: 0 -10px;
	opacity: 0;
}

.link-back a:hover .arr:before {
	opacity: 0;
}

.link-back a:hover .arr:after {
	opacity: 1;
}

.navigation {
	font-size: 12px;
	color: #383C48;
	margin: 0 0 78px 0;
}

.big_text .navigation{
	font-size: 13px;
}

.head-block .cell {
	text-align: inherit;
	padding-top: 46px;
	height: 420px;
}

.head-block .text {
	max-width: 672px;
	font-size: 20px;
	line-height: 34px;
}



.benefits-ind:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.benefits-ind {
	padding-right: 398px;
}

.benefits {
	margin: 0;
	padding: 0;
	float: right;
	width: 369px;
	margin: 11px -398px 0 0;
	font-size: 0;
	line-height: 0;
	color: #383C48;
}

.benefits li,
.benefits2 li,
.benefits3 li {
	font-size: 13px;
	line-height: 19px;
	padding: 0 0 0 60px;
	margin: 0 0 43px 0;
}

.benefits > li:before,
.benefits2 > li:before,
.benefits3 > li:before {
	min-width: 0;
	font-weight: bold;
	font-size: 48px;
	line-height: 45px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.benefits > li:hover:before,
.benefits2 > li:hover:before,
.benefits3 > li:hover:before {
	color: #808A18;
}

.benefits .title1,
.benefits2 .title1, .benefits2 .title1 a,
.benefits3 .title1, .benefits3 .title1 a {
	font-size: 18px;
	margin: 0 0 12px 0;
}

.img-l {
	float: left;
	max-width: 371px;
	margin: 0 30px 20px 0;
}

.img-l img {
	width: 100%;
	height: auto;
}

.contacts:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.contacts {
	color: #fff;
	font-size: 14px;
	line-height: 21px;
	display: flex;
	flex-direction: row;
	align-items: stretch;
}

.contacts .title1 {
	color: inherit;
	font-size: 24px;
	margin: 0 0 10px 0;
}

.contacts .half {
	float: left;
	width: 50%;
	position: relative;
}

.contacts .half:before {
	content: '';
	position: absolute;
	top: 50%;
	z-index: 2;
}

.contacts .bg {
	position: absolute;
	z-index: 1;
	opacity: 0.9;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.contacts .half:hover .bg {
	opacity: 1;
}

.contacts .bg-contact .bg {
	background-color: #335576;
	background-image: url(/css/../img/bg-contact.jpg);
}

.contacts .bg-map .bg {
	background-color: #5e7a93;
	background-image: url(/css/../img/bg-map.jpg);
}

.contacts .bg-contact:before {
	background: url(/css/../img/icon-contacts.png) no-repeat;
	background-size: 100% 100%;
	width: 105px;
	height: 145px;
	left: 60px;
	margin: -70px -13px;
}

@media only screen and (max-width: 1300px) {
	.contacts .bg-contact:before {
		margin-left: -50px;
	}
}

.contacts .bg-map:before {
	background: url(/css/../img/icon-map.png) no-repeat;
	background-size: 100% 100%;
	width: 86px;
	height: 146px;
	right: 60px;
	margin: -72px -43px;
}

.contacts .half .in {
	z-index: 3;
	height: 100%;
	max-width: 585px;
	padding: 50px 75px 101px 75px;
	position: relative;
	float: left;
}

.contacts .half:first-child .in {
	float: right;

}

@media (max-width: 1400px) {
	.contacts .half:first-child .in {
		padding-left: 130px;
	}
	.contacts .half:first-child .in .btn {
		left: 128px;
	}
}



@media only screen and (max-width: 1200px) {
	.contacts .half:first-child .in {
		padding-left: 64px !important;
		padding-right: 50px;
	}
	.contacts .half:first-child .in .btn {
		left: 63px;
	}
	.contacts .bg-contact:before {
		margin-left: -20px;
	}
}

@media only screen and (max-width: 1120px) {

	.contacts .bg-contact:before {
		margin-left: -41px !important;
	}
}

@media only screen and (max-width: 992px) {
	.contacts .half:first-child .in {
		padding-left: 18px !important;
		padding-right: 50px;
	}
	.contacts .half:first-child .in .btn {
		left: 18px;
	}
}


@media only screen and (max-width: 767px) {
	.contacts .half:first-child .in {
		padding-left: 0 !important;
	}
	.contacts .half:first-child .in .btn {
		left: 0;
	}

}

.contacts .btn {
	position: absolute;
	left: 70px;
	bottom: 42px;
	padding: 0 10px;
	min-width: 200px;
}

.footer {
	min-height: 0;
}

.footer .b {
	background: #383c48;
	font-size: 13px;
	line-height: 21px;
	color: #E3E8EE;
	padding: 44px 0;
}

.footer .b .e {
	float: left;
	width: 25%;
}

.footer .b a {
	color: inherit;
}

.footer .b a:hover {
	color: #fff;
}

.footer .b .big {
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	margin: 0 0 10px 0;
}

.footer .b ul,
.footer .b li {
	margin: 0;
	padding: 0;
}

.footer .b li:before {
	display: none;
}

.footer .b li {
	margin: 5px 0 0 0;
}

.footer .b li:first-child {
	margin-top: 0!important;
}

.footer .b .contacts2 li {
	padding-left: 20px;
}

.footer .b .contacts2 .icon {
	position: absolute;
	top: 3px;
	left: 0;
	width: 16px;
	height: 16px;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}

.footer .b .contacts2 svg {
	height: auto;
	width: auto;
}

.footer .b .contacts2 li.contacts2__social-item {
	padding-left: 0;
}

.contacts2__social-link {
	display: inline-block;
}

.contacts2__social-link-vk {
	width: 30px;
	height: 20px;
}
.contacts2__social-link-vk path {
	transition: .3s;
}
.contacts2__social-link-vk:hover path {
	fill: #4c75a3;
}

.contacts2__social-link-telegram {
	margin-left: 5px;
	width: 30px;
	height: 20px;
}
.contacts2__social-link-telegram path {
	transition: .3s;
}
.contacts2__social-link-telegram:hover path {
	fill: #4c75a3;
}

.contacts2__social-link-instagram {
	margin-left: 5px;
	width: 30px;
	height: 20px;
}
.contacts2__social-link-instagram path {
	transition: .3s;
}
.contacts2__social-link-instagram:hover path {
	fill: #e4405f;
}

.footer .b .contacts2 .icon-phone {
	background-image: url(/css/../img/icon-phone.png);
}

.footer .b .contacts2 .icon-place {
	background-image: url(/css/../img/icon-place.png);
}

.footer .b .contacts2 .arr-link {
	color: #ADBBC9;
}

.footer .b .contacts2 .arr-link:hover {
	color: #fff;
}

.footer .b .contacts2 .arr-link .arr {
	display: inline-block;
	vertical-align: middle;
	width: 10px;
	height: 10px;
	margin: 0 0 0 8px;
	position: relative;
}

.footer .b .contacts2 .arr-link .arr:before,
.footer .b .contacts2 .arr-link .arr:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../img/arr.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.footer .b .contacts2 .arr-link .arr:after {
	opacity: 0;
	background-position: 0 -10px;
}

.footer .b .contacts2 a.arr-link:hover .arr:before {
	opacity: 0;
}

.footer .b .contacts2 a.arr-link:hover .arr:after {
	opacity: 1;
}

.footer .b .copy {
	padding-right: 40px;
}

.footer .b .copy2 {
	display: none;
}

.footer .logo {
	color: #E3E8EE;
	font-size: 20px;
	margin: -5px 0 17px 0;
}

.footer .logo img {
	height: 45px;
	margin-right: 9px;
}

.show320 {
	display: none;
}

.side-menu-ind {
	padding-left: 300px;

}
.side-menu{
	width: 270px;
	float: left;
	z-index: 40;
	border-radius: 8px;
}



.side-menu ul {
	list-style: none;
	margin: 0;
	padding: 18px 0;
	font-size: 16px;
	line-height: 25px;
	color: #454A52;
	box-shadow: 0px 0px 24px 0px rgba(173,187,201,0.32);
	-webkit-box-shadow: 0px 0px 24px 0px rgba(173,187,201,0.32);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	margin-bottom: 20px;

}

.border_radius .side-menu ul{
	border-radius: 8px;
	background: #eff3f8;
}
.border_radius .side-menu li > *:after{
	border: 3px solid #327fcd;
}
.border_radius .notice{
	padding: 10px 30px;
	border-radius: 8px;
	background: #eff3f8;
}
.border_radius .notice:after{
	display: block;
	content: "";
	clear: both;
}

.side-menu li:before {
	display: none;
}

.side-menu li {
	margin: 0;
	padding: 0;
}

.side-menu li > * {
	display: block;
	padding: 10px 50px 10px 30px;
	color: inherit;
	text-decoration: none;
	position: relative;
}

.side-menu li a:hover {
	color: #4B6A8A;
}

.side-menu li > *:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 28px;
	width: 12px;
	height: 12px;
	margin: -6px 0;
	border: 3px solid #889eb5;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 0;
}

.side-menu li > .active {
	font-weight: bold;
}

.side-menu li > .active:after {
	opacity: 1;
}



#about.text-block{
	/*margin-top: 40px;*/
	padding-bottom: 0;
	/*padding-top: 16px;*/
}


.play {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	width: 72px;
	height: 72px;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: 2;
	margin: -36px;
	background: url(/css/../img/play.png) no-repeat;
	background-size: 100% 100%;
}

.play.small {
	width: 28px;
	height: 28px;
	margin: -14px;
}






.block.people {
	padding-top: 40px;
}

.block.people > p{
	padding: 5px;
	border-radius: 8px;
	background: #bacee6;
}

@media(max-width: 1200px) {
	.block.people {
		padding-top: 30px;
	}
}

@media(max-width: 767px) {
	.block.people {
		padding-top: 40px;
	}
}



.people .more,
.soc .big {
	font-weight: 300;

	color: #889EB5;
}

.people .more a {
	font-weight: 500;
	font-family: 'GothamPro';
	font-size: 20px;
	margin-top: 20px;
	display: inline-block;
}

@media(max-width: 768px) {
	.people .more a {
		font-size: 18px;
		margin-top: 10px;
	}
}

.people .more {
	text-align: center;
	margin: 5px 0 0 0;
}


.block.soc {
	position: relative;
	background: #fff;
	padding: 0;
}

.soc.view-center h2,
.soc.view-center .big {
	text-align: center;
}

.soc .hold {
	margin: 0 auto;
	position: relative;
	max-width: 670px;
}

.soc .bg {
	margin: 0 -286px 0 -275px;
	padding: 65px 286px 102px 275px;
	position: relative;
}

.soc .bg .l,
.soc .bg .r {
	position: absolute;
	top: 43px;
	bottom: 0;
	background-repeat: no-repeat;
	background-size: 100% auto;
}

.soc .bg .l {
	width: 329px;
	background-image: url(/css/../img/social-l.png);
	left: 0;
}

.soc .bg .r {
	width: 353px;
	background-image: url(/css/../img/social-r.png);
	right: 0;
}

.soc h2 {
	margin-bottom: 5px;
}

.soc .big {
	margin: 0 0 39px 0;
}



.articles {
	padding-top: 60px;
	padding-bottom: 30px;
}

.articles.with-bg {
	background-color: #eff3f8;
	padding-top: 86px;
}

.articles .hold {
	font-size: 0;
	line-height: 0;
	margin: 0 -30px 0 0;
}

.articles .e {
	white-space: normal;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 30px 23px 0;
	font-size: 14px;
	line-height: 21px;
}

.articles .e .in {
	position: relative;
	z-index: auto;
}

.articles .e .in .text {
	position: relative;
}

.articles .photo {
	display: block;
	position: relative;
	margin: 0 0 26px 0;
	overflow: hidden;
}

.articles .photo,
.articles .photo .cell {
	height: 160px;
}

.articles .photo .cover {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: #383C48;
	opacity: 0.6;
}

.articles .photo .cover-text {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	color: #fff;
	text-align: center;
	font-size: 18px;
	line-height: 22px;
	font-weight: 600;
	padding: 0 10px;
}

.articles .photo .cover-text strong {
	display: block;
	font-size: 48px;
	line-height: 1;
	margin: 0 0 10px 0;
	font-weight: 900;
}

.articles .photo .cover-text * {
	text-align: inherit;
}

.articles .photo img {
	width: 100%;
	height: auto;
	min-height: 100%;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.articles .in:hover .photo img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	transform: scale(1.05);
}

.articles .date {
	color: #889EB5;
	margin: 0 0 10px 0;
}

.articles .more {
	opacity: 0;
	margin: 16px 0 0 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.articles .more a .arr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	width: 10px;
	height: 10px;
	margin: 0 0 0 7px;
}

.articles .more a .arr:before,
.articles .more a .arr:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../img/arr.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.articles .more a .arr:after {
	opacity: 0;
	background-position: 0 -10px;
}

.articles .more a:hover .arr:before {
	opacity: 0;
}

.articles .more a:hover .arr:after {
	opacity: 1;
}

.articles .e .in:hover .more {
	opacity: 1;
}

.articles .e .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	opacity: 0;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	box-shadow: 0px 0px 44px 0px rgba(173,187,201,0.63);
	-webkit-box-shadow: 0px 0px 44px 0px rgba(173,187,201,0.63);
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.articles .e .in:hover .bg {
	opacity: 1;
	margin: -25px -25px -21px -25px;
}

.pagination {
	text-align: center;
	font-size: 0;
	line-height: 40px;
	margin-bottom: 60px;
	color: #889EB5;
}

.pagination > * {
	display: inline-block;
	vertical-align: middle;
	font-weight: bold;
	font-size: 12px;
	text-align: center;
	width: 40px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	color: inherit;
	margin: 0 -4px;
}

.pagination > a:hover {
	color: inherit;
	background-color: #E3E8EE;
}

.pagination .active {
	line-height: 38px;
	width: 40px;
	height: 40px;
	text-align: center;
	padding: 0;
	border: 2px solid #adbbc9;
	margin: 0 11px;
}

.pagination .prev,
.pagination .next {
	margin: 0 -6px;
}

.pagination .prev:before,
.pagination .next:before {
	content: '';
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 10px;
	height: 10px;
	background: url(/css/../img/arr.png) no-repeat;
	background-size: 100% auto;
}

.pagination .prev:before {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.article .date {
	color: #889EB5;
	margin: 0 0 23px 0;
}

.article .b:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article .b {
	clear: both;
	margin: 40px 0 0 0;
}

.article .b .link-back {
	float: left;
	font-size: 13px;
}

.article .b .share {
	float: right;
	white-space: nowrap;
}

.article .b .share .txt {
	display: inline-block;
	vertical-align: top;
	font-weight: bold;
	margin: 0 15px 0 0;
}

.article .b .share .in {
	display: inline-block;
	vertical-align: top;
}

.ya-share2 ul,
.ya-share2 ul li {
	margin: 0;
	padding: 0;
}

.ya-share2 li:before {
	display: none;
}

.block.vacancies {
	padding-top: 10px;
	padding-bottom: 78px;
}

.vacancies .hold .e h3 {
	font-size: 18px;
	line-height: 30px;
	border-bottom: 1px solid #E3E8EE;
	padding: 30px 35px 31px 0;
	position: relative;
	margin: 0;
	cursor: pointer;
}

.vacancies .hold .e h3:before,
.vacancies .hold .e h3:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	background: url(/css/../img/toggle-arr.png) no-repeat;
	background-size: 100% auto;
	width: 8px;
	height: 12px;
	margin: -6px 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.vacancies .hold .e h3:after {
	opacity: 0;
	background-position: 0 -13px;
}

.vacancies .hold .e h3:hover:before {
	opacity: 0;
}

.vacancies .hold .e h3:hover:after {
	opacity: 1;
}

.vacancies .hold .e.open h3:before,
.vacancies .hold .e.open h3:after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-o-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
}

.vacancies .hold .e .in {
	display: none;
	margin: 27px 0 -23px 0;
	overflow: hidden;
}

.vacancies .hold .e.open .in {
	display: block;
}

.vacancies .hold .e h4 {
	font: inherit;
	font-weight: bold;
	margin-bottom: 5px;
}

.vacancies .want {
	font-size: 20px;
	line-height: 33px;
	margin: 63px 0 0 0;
}

.vacancies .want h2 {
	margin-bottom: 20px;
}

.contact-info {
	padding-top: 53px;
	padding-bottom: 31px;
}

.contact-info .phone {
	font-size: 36px;
	line-height: 61px;
	margin: 0 0 35px 0;
}

.contact-info .addr {
	font-size: 0;
	line-height: 0;
}

.contact-info .addr .e {
	display: inline-block;
	vertical-align: top;
	margin: 0 0 30px 0;
	width: 50%;
	padding: 0 0 0 60px;
	background: url(/css/../img/icon-place2.png) no-repeat 8px 1px;
	background-size: auto 42px;
	min-height: 43px;
	font-size: 14px;
	line-height: 23px;
}

.contact-info .addr .e strong {
	color: #383C48;
}

.contact-info .addr .e .ind {
	margin-top: 16px;
}

.contact-info .addr .e .ind:first-child {
	margin-top: 0!important;
}

#map {
	height: 570px;
	overflow: hidden;
}

label.error {
	text-align: right;
	font-size: 12px;
	line-height: 16px;
	color: #FF3A3A;
	margin: 7px 0 0 0;
}



.form .fix {
	position: relative;
	max-width: 770px;
}

.form__notice {
	max-width: 370px;
	margin-bottom: 1rem;
}

@media only screen and (max-width: 991px) {
	.form__notice {
		margin: 0 auto;
	}
}

.form .contact-form:before {
	content: '';
	position: absolute;
	top: 0;
	left: 100%;
	background: url(/css/../img/bg-mail.png) no-repeat;
	width: 251px;
	height: 211px;
	background-size: 100% 100%;
	margin: 130px 0 0 75px;
}

.form .form-in {
	position: relative;
}

.form .row:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.form .row + .row {
	margin-top: 25px;
}

.form .submit {
	margin: 30px 0 0 0;
}

.form .label {
	font-size: 14px;
	line-height: 23px;
	font-weight: bold;
	color: #454A52;
	margin: 0 0 9px 0;
}
.block.calc.page {
	margin-bottom: 35px;
}

.form .form-text {
	font-size: 20px;
	line-height: 34px;
	margin: 0 0 23px 0;
	color: #383C48;
}

.form .form-text h2 {
	margin-bottom: 19px;
}

.half {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
}

.services {
	padding-top: 98px;
	padding-bottom: 70px;
}

.services .hold {
	font-size: 0;
	line-height: 0;
	margin: 0 -40px 0 0;
}

.services .line {
	margin: 70px 40px 68px 0;
	border-top: 2px dashed #E3E8EE;
}

.services .e {
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0;
	padding: 0 40px 0 0;
	font-size: 14px;
	line-height: 23px;
}

.services .in {
	position: relative;
}

.services .text {
	position: relative;
	padding: 0 0 0 130px;
}

.services .text img {
	height: 64px;
	width: 64px;
	position: absolute;
	top: 0;
	left: 0;
	margin: 2px 0 0 30px;
	opacity: 1;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.services .text img:first-child {
	opacity: 0;
}

.services .in:hover .text img {
	opacity: 0;
}

.services .in:hover .text img:first-child {
	opacity: 1;
}

.services .bg,
.services .cover-link,
.gall-services .nav .bg {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.services .bg,
.gall-services .nav .bg {
	background: #FFF;
	border-bottom: 10px solid #b1bc3d;
	box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.63);
	-webkit-box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.63);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	opacity: 0;
}

.services .in:hover .cover-link,
.services .in:hover .bg {
	margin: -40px -15px;
}

.services .in:hover .bg {
	opacity: 1;
}

.services .cover-link {
	z-index: 5;
}

.services .title1 {
	font-size: 24px;
	margin: 0 0 14px 0;
}

.benefits2 {
	margin: 61px -20px 3px 0;
	padding: 0;
	font-size: 0;
	line-height: 0;
}

.benefits2 li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	margin: 0;
	padding-right: 20px;
	color: #383C48;
}

.benefits2 li:before {
	color: #B1BC3D;
}

.benefits2 .title1 {
	white-space: nowrap;
}

.block.selection-block {
	padding-top: 0;
	padding-bottom: 0;
}

.block.selection-block + .block.selection-block {
	margin-top: px;
}

.selection-block .bg {
	box-shadow: 0px 0px 24px 0px rgba(173,187,201,0.32);
	-webkit-box-shadow: 0px 0px 24px 0px rgba(173,187,201,0.32);
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background: #fff;
	padding: 20px 33px 22px 33px;
}

.selections {
	margin-top: -43px;
}

.selection-block .title1 {
	font-size: 16px;
	line-height: 34px;
	margin: 0 -15px 20px 0;
}

.selection-block .title1:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.selection-block .title1 .l,
.selection-block .title1 .tag {
	float: left;
	white-space: nowrap;
	margin: 0 15px 5px 0;
}

.selection-block .title1 .tag {
	cursor: pointer;
	position: relative;
	font-weight: normal;
	font-size: 14px;
	color: #383C48;
	background: #E3E8EE;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 0 35px 0 15px;
}

.selection-block .title1 .tag .delete {
	width: 12px;
	height: 12px;
	position: absolute;
	top: 50%;
	right: 11px;
	margin: -6px 0;
}

.selection-block .title1 .tag .delete:before,
.selection-block .title1 .tag .delete:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../img/cross-small.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.selection-block .title1 .tag .delete:after {
	opacity: 0;
	background-position: 0 -14px;
}

.selection-block .title1 .tag:hover .delete:before {
	opacity: 0;
}

.selection-block .title1 .tag:hover .delete:after {
	opacity: 1;
}

.selection-block ul {
	list-style: none;
	margin: 0 0 0 -25px 0;
	padding: 0;
}

.selection-block li {
	display: block;
	vertical-align: top;
	width: 25%;

	float: left;
	padding:0 0 25px 0;
}
.selection-block li a{
	display: block;
}
.selection-block li img{
	vertical-align: middle;
	margin-right: 10px;
}
.selection-block li:before {
	display: none;
}

.services2 {
	float: right;
	width: 370px;
	padding: 28px 33px 23px 33px;
	margin: 3px 0 20px 30px;
	background: #EFF3F8;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.services2 .title1 {
	font-size: 16px;
	margin: 0 0 18px 0;
}

.services2 ul {
	margin: 0;
	padding: 0;
}

.services2 li:before {
	display: none;
}

.services2 li {
	margin: 0 0 12px 0;
	padding: 0;
}

.form-bg {
	background-color: #eff3f8;
	border-radius: 4px;
	padding: 35px 30px 40px 30px;
}

.calc {
	padding-top: 0;
	padding-bottom: 0;
}


.calc .bg {
	background: #eff3f8 url(/css/../img/bg-calc.jpg) no-repeat 97% -45px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 35px 30px 40px 30px;
	position: relative;

	overflow: hidden;
}
.form__calc-bg {
	position: absolute;
	right: 30px;
	top: 50%;
	transform: translateY(-50%);
	width: 40%;
}

@media (max-width: 1650px) {
	.form__calc-bg {
		position: static;
		right: auto;
		top: auto;
		transform: none;
		width: auto;
		margin: 0 auto;
		margin-top: 32px;
		display: block;
	}
}
.calc__img{
	position: absolute;
	bottom: 0;
	right: 35px;
	max-width: 50%;
	height: auto; width: auto;
	max-height: 100%;
	transform: scale(-1, 1);
}
@media (max-width: 750px){
	.calc__img{
		display: none !important;
	}
}

.calc .bg:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.calc .bg .icon {
	content: '';
	position: absolute;
	left: 539px;
	top: 85px;
}

.calc .bg .icon img {
	width: 64px;
	height: 64px;
	opacity: 0.35;
}

.calc .form .fix {
	max-width: 370px;
}

.calc .bg.result {
	background-image: none;
	height: auto;
	min-height: 417px;
	padding: 35px 30px;
	font-size: 14px;
	line-height: 23px;
}

.calc .bg.result strong,
.calc .bg.result .big,
.calc .bg.result .big1,
.calc .bg.result .big2 {
	color: #454A52;
}

.calc .bg.result .big,
.calc .bg.result .big1 {
	font-weight: bold;
	font-size: 16px;
	margin: 0 0 17px 0;
}

.calc .link-back {
	margin: 0 0 30px 0;
}

.calc .bg.result ul {
	margin: 16px 0 19px 0;
}

.calc .bg.result .r {
	float: right;
	width: 313px;
	border: 2px solid #C8D6E4;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align: center;
	font-size: 13px;
	line-height: 20px;
	margin: 5px 0 0 20px;
	padding: 46px 20px 50px 20px;
}

.calc .bg.result .r .big1 {
	margin: 0;
}

.calc .bg.result .r .big2 {
	font-size: 36px;
	font-weight: bold;
	line-height: 1;
	margin: 17px 0 18px 0;
}

.calc .bg.result .r .ind {
	margin: 17px 0 28px 0;
}

.calc.calc_model .bg{
	background-image: none;
	border-radius: 8px;
	background-color: #bacee6;
}
.submit_calc {
	border-radius: 20px;
}

.calc.calc_model .form-item_model{
	display: none;
}
.calc.calc_model .icon{
	left:auto;
	right: 23px;
	top:35px;
}



.also {
	padding-top: 0px;
	padding-bottom: 0;

}

.also h2 {
	margin-bottom: 37px;
}

.also ul,
.gall-services .nav ul {
	margin: 0 -30px 0 0;
	font-size: 0;
	line-height: 0;
}

.also li,
.gall-services .nav li {
	display: inline-block;
	padding: 0 30px 30px 0;
	width: 25%;
	vertical-align: top;
	position: relative;
}

.also .in,
.gall-services .nav .in {
	display: block;
	position: relative;
	height: 185px;
	font-size: 14px;
	line-height: 20px;
	text-align: center;
	font-weight: 600;
	padding: 127px 0 0 0;
	color: #383C48;
}

.also img,
.gall-services .nav img {
	z-index: 5;
	height: 64px;
	width: 64px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 30px -32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.also img:first-child,
.gall-services .nav img:first-child {
	opacity: 0;
}

.also .in:hover img,
.gall-services .nav .in:hover img,
.gall-services .nav .in.active img {
	opacity: 0;
}

.also .in:hover img:first-child,
.gall-services .nav .in:hover img:first-child,
.gall-services .nav .in.active img:first-child {
	opacity: 1;
}

.also .cover-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.also .in .inline,
.also .in .cell,
.gall-services .nav .inline,
.gall-services .nav .cell {
	text-align: inherit;
	position: relative;
}

.also .in .cell,
.gall-services .nav .cell {
	height: 40px;
}

.gall-services .hold {
	position: relative;
	height: 580px;
	overflow: hidden;
}

.gall-services .shad {
	z-index: 30;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background: url(/css/../img/shad.png) repeat-x;
	height: 36px;
	background-size: 100% 100%;
}

.gall-services .hold .slide {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	overflow: hidden;
}

.gall-services .hold .img {
	position: absolute;
	top: 0;
	bottom: 0;
	left: 50%;
	width: 1920px;
	margin: 0 -960px;
}

@media only screen and (min-width: 1920px) {

	.gall-services .hold .img {
		width: auto;
		margin: 0;
		left: 0;
		right: 0;
	}
}

.gall-services .hold .img.img1 {
	background: #eff3f8;
}

/* gallery */

.gall-services .img.img1 img {
	opacity: 0;
	-webkit-transition: all 0.6s;
	-moz-transition: all 0.6s;
	-ms-transition: all 0.6s;
	-o-transition: all 0.6s;
	transition: all 0.6s;
}

.gall-services .active .img.img1 img {
	opacity: 1;
}

.gall-services .hold .img.img2 img {
	opacity: 0;
	right: -100px;
	-webkit-transition: all 0.8s 0.9s;
	-moz-transition: all 0.8s 0.9s;
	-ms-transition: all 0.8s 0.9s;
	-o-transition: all 0.8s 0.9s;
	transition: all 0.8s 0.9s;
}

.gall-services .hold .active .img.img2 img {
	opacity: 1;
	right: 0;
}

.gall-services .container .text {
	opacity: 0;
	margin-left: 0px;
	-webkit-transition: all 0.8s 0.3s;
	-moz-transition: all 0.8s 0.3s;
	-ms-transition: all 0.8s 0.3s;
	-o-transition: all 0.8s 0.3s;
	transition: all 0.8s 0.3s;
}

.gall-services .active .container .text {
	opacity: 1;
	margin-left: 0;
}

.gall-services .hold .img img {
	height: 100%;
	width: auto;
	position: absolute;
	right: 0;
	bottom: 0;
}

.gall-services .hold .container {
	height: 100%;
	padding-top: 123px;
}

.gall-services .hold .title1 {
	font-size: 44px;
	line-height: 1.318;
	margin: 0 0 17px 0;
}

.gall-services .hold .text {
	font-size: 20px;
	line-height: 34px;
	max-width: 500px;
}

.gall-services .hold .more {
	margin-top: 18px;
	font-size: 18px;
}

.gall-services .hold .more .arr {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0 0 7px;
}

.gall-services .hold .more .arr:before,
.gall-services .hold .more .arr:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../img/arr-big.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.gall-services .hold .more .arr:after {
	background-position: 0 -14px;
}

.gall-services .hold .more .arr:after,
.gall-services .hold .more a:hover .arr:before {
	opacity: 0;
}

.gall-services .hold .more a:hover .arr:after {
	opacity: 1;
}

.gall-services .nav {
	position: relative;
	z-index: 40;
}

.gall-services .nav li {
	width: 20%;
}

.gall-services .nav .bg {
	opacity: 1;
	border-bottom-width: 0;
}

.gall-services .nav li .in:hover .bg,
.gall-services .nav li .in.active .bg {
	border-bottom-width: 10px;
}

.gall-services .nav li .in {
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	top: 0;
}

.gall-services .nav li .in:hover,
.gall-services .nav li .in.active {
	top: -10px;
}

.special-service__row-item {
	padding: 13px 35px;
	margin-bottom: 26px;
	border-bottom: 1px solid #C8D6E4;
	background: #c8d6e4;
}
.special-service__row-item:last-child {
	border-bottom: none;
	margin-bottom: 0;
}

.special-service__row-item .slick-list,
.special-service__row-item .slick-slider,
.special-service__row-item .slick-track {
	height: 100%;
}


.special-service__row-item .special-service__slider .service_slider-item.slick-slide img  {
	max-height: 300px;
	height: 100%;
	object-fit: cover;
}

.special-service__wrap {
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
	padding-top: 20px;
}

.service_slider-item {
	margin-right: 28px;
}
.service_slider-item img {
	max-height: 280px;
}
.special-service__map {
	display: flex;
	align-items: center;
	flex-direction: column;
	padding: 5px;
	background: #fff;
}

.special-service__info{
	background: #fff;
}
.special-service__slider {
	position: relative;
}

.slick-prev,
.slick-next {
	display: block;
	border: none;
	height: 100%;
	width: 70px;
	outline: none;
	padding: 0;
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	background: linear-gradient(270deg, #556984 0%, rgba(85, 105, 132, 0) 100%);
}

.slick-prev::before,
.slick-next::before {
	content: url("/css/../img/arrow_icon.svg");
	top: 50%;
	transform: translateY(-50%) scale(1.5);
}


.slick-prev {
	/*left: 0;*/
	transform: translateY(-50%) scaleX(-1);

}
.slick-next {
	right: 13px;
}
.service_slider {
	/*position: absolute;*/
	/*top: 50%;*/
	/*transform: translateY(-50%);*/
}
.special-service__map-image {
	display: block;
	width: 100%;
	min-height: 100%;
	object-fit: cover;
	max-height: 280px;
	position: relative;
	cursor: pointer;
}

@media only screen and (max-width: 767px) {
	.special-service__map-link--desk {
		display: none;
	}
}

.special-service__map-link--mob {
	display: none;
}

@media only screen and (max-width: 767px) {
	.special-service__map-link--mob {
		display: block;
	}
}

.special-service__buttons {
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

@media only screen and (max-width: 767px) {
	.special-service__buttons {
		gap: 8px;
	}
}

.special-service__map-desc {
	display: none;
}
.special-service__map-linkmap{
	position: relative;
	height: 100%;
}

.special-service__map-linkmap::before {
	position: absolute;
	bottom: 12px;
	left: 50%;
	transform: translate(-50%, 12px);
	content: 'Проложить маршрут';
	padding: 10px 20px;
	background: linear-gradient(360deg, #3C69AE 0%, #5685C6 100%);
	color: #ffffff;
	font-size: 14px;
	line-height: 23px;
	text-align: center;
	white-space: nowrap;
	text-transform: uppercase;
	border-radius: 4px;
	opacity: 0;
	transition: all .5s ease-in-out;
	cursor: pointer;
	z-index: 10;
}

.special-service__map-linkmap:hover::before {
	opacity: 1;
	transform: translate(-50%, 0px);
}

.special-service__button {
	display: none;
}

.special-service__position {
	font-size: 16px;
	line-height: 28px;
	color: #454A52;
	margin-bottom: 5px;
	position: relative;
}

.special-service__slider {
	cursor: pointer;
}
.special-service__slider .slick-arrow {
	cursor: pointer;
	opacity: 0;
	transition: opacity .7s ease-in;
}

.special-service__slider .slick-arrow--active {
	opacity: 1;
}
.special-service__address {
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #454A52;
}
.special-service__slider .slick-dots {
	bottom: -35px;
	list-style: none;
	margin: 0 0 0 -18px;
	padding: 0;
	position: absolute;
	left: 50%;
	text-align: center;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	white-space: nowrap;
}

.special-service__slider .slick-dots .slick-active button {
	background: #3C69AE;
}

.special-service__slider .slick-dots li {
	display: inline-block;
	margin-left: 18px;
	padding: 0;
}

.special-service__slider .slick-dots li::before {
	content: none;
}
.special-service__slider .slick-dots button {
	background: #dcdcdc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 15px;
	padding: 0;
	text-indent: -9999px;
	width: 15px;
}

.special-service__phone {
	font-size: 16px;
	line-height: 23px;
	color: #889EB5;
}

a.special-service__phone-tel {
	font-weight: bold !important;
	font-size: 16px !important;
	line-height: 23px !important;
	color: #454A52 !important;
}

.special-service__time-work {
	font-size: 16px;
	line-height: 23px;
	color: #889EB5;
}

.special-service__time-work--time {
	font-weight: bold;
	font-size: 16px;
	line-height: 23px;
	color: #454A52;
}

.special-service__list {
	list-style-type: none;
	display: flex;
	margin: 0;
	padding: 0 0 10px 0;

}
.special-service__item {
	margin: 0;
	padding: 0;
}

.special-service__item:not(:last-child) {
	margin-right: 22px;
}

@media (max-width: 1200px) {
	.special-service__item:not(:last-child) {
		margin-right: 7.5%;
	}
} 

.special-service__item::before {
	content: none;
}
.special-service__image {
	position: relative;
}
.special-service__image::before {
	content: '';
	position: absolute;
	top: -15px;
	left: 0;
	border: 15px solid transparent;
	border-top: 10px solid #556984;
	opacity: 0;
	z-index: 100;
	/*transition: opacity .4s ease-in;*/
	/*transition-delay: .4s;*/
}

.special-service__image::after {
	content: attr(data-service);
	display: block;
	color: #fff;
	position: absolute;
	top: -42px;
	left: -4px;
	padding: 5px 10px;
	background: #556984;
	border-radius: 4px;
	opacity: 0;
	z-index: 100;
	white-space: nowrap;
	/*transition: opacity .5s ease-in;*/
}
.special-service__image:hover::after, .special-service__image:hover::before {
	opacity: 1;
}

.special-service__position span {
	display: inline-block;
}

.special-service__position span::before {
	content: '';
	height: 21px;
	display: inline-block;
	margin-right: 9px;
	vertical-align: middle;
	width: 21px;
}

.special-service__position--krulatskoe {
	color: #004FA4;
}
.special-service__position--krulatskoe::before {
	background: url(/img/metro-icon2-small.png);
}

.special-service__position--volgogradskoe {
	color: #b81190;
}
.special-service__position--volgogradskoe::before {
	background: url(/img/metro-icon1-small.png);
}

.special-service__position--vladykino {
	color: #858693;
}
.special-service__position--vladykino::before {
	background: url(/img/metro-icon3-small.png);
}

.about {
	padding-top: 15px;
	padding-bottom: 50px;
}

.about .l {
	float: left;
	width: 50%;
	padding: 0 15px 0 0;
}

.about .r {
	float: right;
	width: 50%;
	padding: 0 0 0 15px;
}

.checklist > li {
	padding-left: 30px;
	margin: 0 0 10px 0;
}

.checklist > li:before {
	width: 14px;
	height: 11px;
	min-width: 0;
	content: '';
	top: 6px;
	left: 0;
	background: url(/css/../img/check.png) no-repeat;
	background-size: 100% 100%;
}

.stat {
	position: relative;
	z-index: 10;
	padding: 0;
	padding-top: 50px;
}

.stat ul {
	margin: 0 -30px 0 0;
	font-size: 0;
	line-height: 0;
}

.stat li {
	display: inline-block;
	vertical-align: top;
	width: 25%;
	padding: 0 30px 27px 0;
	margin: 0;
}

.stat li:before {
	display: none;
}

.stat .bg {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	background-size: auto 100%;
	background-repeat: no-repeat;
	background-position: 100% 50%;
	height: 165px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	padding: 36px 0 0 0;
}

.stat .bg1 {
	background-color: #4B6A8A;
	background-image: url(/css/../img/stat/1.png);
}

.stat .bg2 {
	background-color: #889eb5;
	background-image: url(/css/../img/stat/2.png);
}

.stat .bg3 {
	background-color: #adbbc9;
	background-image: url(/css/../img/stat/3.png);
}

.stat .bg4 {
	background-color: #c8d6e4;
	background-image: url(/css/../img/stat/4.png);
}

.stat .bg strong {
	display: block;
	font-size: 64px;
	line-height: 1;
	margin: 0 0 5px 0;
}

.stat .cell,
.stat .inline {
	text-align: inherit;
}
.master-slider_wrapper {
	padding-top: 50px;
}
.about2 {
	background: #ecf0f5 url(/css/../img/bg-about.jpg) no-repeat 50% 100%;
	background-size: cover;
	padding-top: 58px;
	padding-bottom: 98px;
}

.about2 * {
	box-sizing: content-box;
}
.about2 h2 {
	line-height: 1.25;
	margin: -6px 0 28px 0;
}

.about2__title {
	font-size: 36px;
	line-height: 34px;
	color: #454A52;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0 83px;
	padding-bottom: 15px;
}
.about2__rating {
	padding-bottom: 44px;
	border-bottom: 1px solid #C8D6E4;
}
.about2__rating-desc {
	font-size: 14px;
	line-height: 25px;
	color: #454A52;
	margin-left: 83px;
	padding: 10px;
	background: #fff;
}

.about2.pages {
	margin-left: -30px;
	margin-bottom: 30px;
}

@media screen and (min-width: 992px) {
	.special-service.page .special-service__info > p {
		margin: 0 0 7px 0;
	}
	.special-service.page .service_slider-item img {
		max-height: 215px;
	}
	.special-service.page .special-service__map::before {
		bottom: 30px;
	}
}

#description {
	padding: 0;
}

#team {
	padding-bottom: 0;
}

.team-item__position {
	margin: 0;
	font-size: 12px;
	line-height: 16px;
}

.team-item__name {
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	color: #000;
	font-weight: 400;
}

.team-item__link {
	color: #556984;
	text-decoration: none;
	cursor: pointer;
}

@media(hover:hover) {
	.team-item__link:hover {
		color: #556984;
	}
}
.reviews-slider .slick-dots {
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	bottom: -60px;
	padding: 0;
	list-style: none;
}

.reviews-slider .slick-dots li::before {
	content: none;
}

.reviews-slider .slick-dots li {
	display: inline-block;
	padding: 0;
	padding-right: 15px;
}
.reviews-slider .slick-dots .slick-active button {
	background: #3C69AE;
}
.reviews-slider .slick-dots button {
	background: #dcdcdc;
	border: 0;
	border-radius: 50%;
	cursor: pointer;
	height: 15px;
	padding: 0;
	text-indent: -9999px;
	width: 15px;
}

.review-slide__line-row {
	min-height: 200px;
	padding-left: 83px;
	position: relative;
}
.about2 .head {
	float: left;
	width: 33.33%;
	font-weight: 300;
	font-size: 20px;
	line-height: 34px;
	color: #4B6A8A;
	padding: 0 15px 0 0;
}

.about2 .text {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	padding: 0 0 0 15px;
}

.fader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 999;
	background: #383C48;
	opacity: 0.7;
}



/*--------------*/
.phone-fixed{
	display: none;
}

#order_request {
	position: relative;
	left: 50%;
	z-index: 1000;
	width: 850px;
	margin: 0 -425px;
	background: #fff;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	font-size: 20px;
	line-height: 28px;
	color: #383C48;
	padding: 40px;
}
.jcf-scrollable-wrapper {
	max-width: 370px !important;
}

@media screen and (max-width: 768px) {
	.testimonial iframe {
		width: 100% !important;
	}
}

.features .row{
	overflow: visible;
}
.features-xs  .features-item__title{
	font-size: 18px;
}
.features-item{
	margin-bottom: 20px;
}
.features-item__icon{
	vertical-align: middle;
	max-width: 60px;
	max-height: 60px;
}
.features-item__title{
	color: #353940;
	font-size: 22px;
	font-weight: bold;

}
.features-item__title--main{
	width: 100%;
	color: #353940;
	font-size: 22px;
	font-weight: bold;
	margin-left: 16px;
	padding: 20px 18px;
	background-color: #ECF0F4;
	border-radius: 8px;
}
.features-main{
	background: #ebf0f4;
	margin-left: 40px;
	position: relative;
	padding: 12px 55px;
	display: inline-block;
}
@media (max-width: 767px){
	.features-main{
		margin-top: 30px;
	}
	.features-item{
		margin-bottom: 0;
	}
	.features-item__body{
		border-bottom: 1px solid #c7cbd0;
		padding-bottom: 20px;
	}
	.features-item:last-child .features-item__body{
		border-bottom: none;
	}
	.features-item__head{
		padding-top: 10px;
	}
}

.features-main-white{
	background: #fff;
}

.features-main .features-item__icon{
	position: absolute;
	top: -7px;
	left: -30px;
}

.features-item__body{
	color: #000000;
	font-size: 14px;
	line-height: 23px;
	clear: both;
}

.features-item__head{
	display: flex;
	align-items: center;
	justify-content: left;
}


.form-actions,
.form-action{
	margin-top: 20px;
	font-size: inherit;
}



.table{
	width: 100%;
	font-weight: 100;
	border: 0;
	margin: 0 -10px;
	border-collapse: collapse;

}
.table thead th{
	font-weight: 100;
	color: #3B5576;
	padding: 0 10px;
}
.table tbody td{
	padding: 0 10px;
	font-weight: 400;
}
/*.table tbody td:nth-child(2){
	width: 120px;
}
.table tbody td:nth-child(4){
	width: 150px;
}
.table tbody td:nth-child(3){
	width: 250px;
}*/

@media(min-width: 1500px) {
	.table{
		width: auto;
		min-width: 900px;
	}
}

.your-cost{
	background-color: #EFF3F8;
	font-weight: 600;
	padding: 14px 10px;
	text-align: center;
	white-space: nowrap;
}
.table tbody tr:last-child .your-cost{
	border-radius: 0 0 4px 4px;
}
.table thead .your-cost{
	border-radius: 4px 4px 0 0;
	font-weight: 100;
}


.main-content{

	border-radius: 4px;
	background-color: #FFFFFF;
	box-shadow: 0 2px 15px 0 rgba(135,158,181,0.2);
	padding: 30px;
}
@media (max-width: 450px) {

	.main-content {
		padding-left: 0px;
		padding-right: 0px;
	}
}
.main-content__title{
	color: #383C47;
	font-weight: bold;
	font-size: 32px;
	line-height: 1.2em;
	margin-bottom: 20px;
}
.main-content__body{
	padding-bottom: 20px;
}


.main-content._service-detail .top-services {
	margin-bottom: 0;
}

.main-content._service-detail .main-content__foot {
	margin-bottom: 30px;
	background: #fff;
	border-radius: 4px;
	padding: 24px 0;
}


@media(max-width: 1024px) {
	.main-content._service-detail .main-content__foot .row > *{
		max-width: none;
		flex-basis: 100%;
	}
}

@media(max-width: 1024px){
	.main-content._service-detail .calc_model {
		margin-top: 15px;
	}
}

@media(max-width: 767px){
	.main-content._service-detail .calc_model {
		margin-top: 0;
	}
}

.notice{
	display: flex;
	align-items: center;
}
.notice__icon{
	width: 60px;
	flex-shrink: 0;
}
.notice__text{
	font-weight: bold;
	line-height: 1.2em;
}


.models-item{

	margin-bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: left;
}
.models-item a:visited{
	color: #6FA6C4;
}
.models-item__img{
	width: 60px;
	margin-right: 10px;
}

@media (min-width: 1500px) {
	.models-item__img{
		width: 120px;
	}
}
.models-item__name{
	display: block;

	line-height: 1em;
}
.models-item__description{
	display: block;
	font-size: 9px;
	white-space: nowrap;
}
.table-responsive{
	width: 100%;
	margin-bottom: 20px;
}
@media screen and (max-width: 1200px) {
	.table-responsive {
		overflow-x: auto;
	}
}
.table-responsive .viewport {
	min-height: 350px
}

#table_price.table tbody tr td:nth-child(1),
.table_reglament.table tbody tr td:nth-child(1){
	width: 30%;
	min-width: 200px;
	text-align: left;
}

@media screen and (max-width: 767px) {
	#table_price.table tbody tr td:nth-child(1),
	.table_reglament.table tbody tr td:nth-child(1){
		width: auto;
		min-width: 190px;
	}
}

.table_reglament.table tbody td{
	padding: 10px;
	text-align: center;
}
.table_reglament.table thead th:not(:first-child) {
	text-align: center;
}
.table_reglament tr{
	border-bottom: 1px solid rgba(0,0,0, .05);
}
#table_reglament_hidden{
	display: none;
}
#tbody_hidden, #table_reglament_hidden {
	transition: all .3s;
}
#tbody_hidden.show, #table_reglament_hidden.show{
	display: table-row-group;
}

.phone_input{
	box-shadow: none;
}

.form-messages__item{
	padding: 5px 10px;
	border-radius: 4px;
}
.form-messages__item {
	margin-bottom: 10px;
}
.form-messages__item.error{
	background: rgba(171,39,34, .3);
}

.form-messages__item.success{
	background: rgba(39,171,34, .3);
}

.main-youtube{
	display: block;
	border-style: none;
	position: relative
}

/*#main-youtube img {*/
/*display: block;*/
/*position: relative;*/
/*}*/

.main-youtube::after {
	position: absolute;
	width: 80px;
	height: 80px;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	content: url(/css/../img/youtube.svg);
	cursor: pointer;
	transition: opacity .3s ease-in-out;
}

#main-youtube:hover::after {
	opacity: 0.7;
}

#main-youtube img {
	max-height: 500px;
	object-fit: contain;
}

@media(max-width: 900px){
	#main-youtube img {
		max-height: 300px;
		object-fit: contain;
	}
}

.slide{
	max-width: 500px;
}
.slide--text {
	max-width: 75%;
	padding-right: 20px;
}


.slide__title {
	font-size: 44px;
	line-height: 1.318;
	margin: 0 0 17px 0;
	font-weight: bold;
	letter-spacing: -0.005em;
	color: #454A52;
}
.slide__title--text {
	font-size: 22px;
	line-height: 32px;
	margin-bottom: 30px;
}

.slide__teaser {
	font-size: 20px;
	line-height: 1.4em;
}
.slide__teaser--text {
	color: #454A51;
	font-size: 16px;
}
.slide__teaser--text p {
	margin-bottom: 20px;
}
@media screen and (min-width: 1600px)  {
	.slide__title--text {
		font-size: 44px;
		line-height: 1.3;
	}
	.slide__teaser--text {
		font-size: 20px;
	}
}


.slide__more{
	margin-top: 18px;
	font-size: 18px;
}
.slide__more a {
	color: #4B6A8A;
	text-decoration: none;
	outline: none;
	cursor: pointer;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.slide__more a .arr {
	width: 12px;
	height: 12px;
	display: inline-block;
	vertical-align: middle;
	position: relative;
	margin: 0 0 0 7px;
}


.slide__more a .arr::before,
.slide__more a .arr::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../img/arr-big.png) no-repeat;
	background-position-x: 0%;
	background-position-y: 0%;
	background-size: auto auto;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}
.slide__image{
	max-width: none;
	height: 100%;
	width: auto;
}

.article-item + .article-item{
	margin-top:20px;
}
.article-item__teaser{
	margin-bottom: 20px;
}
.index-text {
	padding: 30px 20px;
	background-color: #E7EBF0;
	margin-bottom: 16px;
	text-align: center;
	font-size: 16px;
}
.index-text__title {
	margin-bottom: 20px;
}
.index-text__teaser {
	color: #454A51;
	font-size: 14px;
	line-height: 20px;
}
.index-text__teaser::before {
	content: '';
	display: block;
	width: 50%;
	height: 1px;
	margin: 0 auto 20px;
	background-color: #4D6B8A;
}
.index-text__teaser p {
	margin-bottom: 20px;
}
.index-text__btn {
	color: #4B6989;
	font-size: 14px;
	line-height: 13px;
	cursor: pointer;
}
.other-services__item {
	margin: 0 10px 0 0;
	padding: 0 13px;
	cursor: pointer;
	color: #2b2b2b;
	border: 1px solid rgba(76,101,146,.3);
	border-radius: 13px;
	background: rgba(195,211,239,.25);
}

#mainslider{
	position: relative;
}

.ms-nav-next,
.ms-nav-prev{
	position: absolute;
	width: 32px;
	height: 32px;
	top: 50%;
	margin-top: -16px;
	z-index: 99;
	transition: opacity .3s ease;
}

.ms-nav-next:hover,
.ms-nav-prev:hover{
	opacity: .5;
}

.ms-nav-prev{
	display: block;
	left: 20px;
	background: url(/css/../img/arr_left.svg) center center no-repeat;
}

.ms-nav-next::before,
.ms-nav-prev::before {
	content: none !important;
}
.ms-nav-next{
	background: url(/css/../img/arr_rght.svg) center center no-repeat;
	right: 20px;
}

#mainslider .slide__image{
	height: auto !important;
}

.ms-skin-gallery .ms-nav-next{
	right: -50px !important;
}
.ms-skin-gallery .ms-nav-prev{
	left: -50px !important;
}

.ms-skin-gallery .ms-nav-prev,
.ms-skin-gallery .ms-nav-next
{
	border: none !important;
}

.menu-scroll {
	display: inline-block;
	width: 1px;
	height: 1px;
	opacity: 0;
}

.menu-scroll:before {
	width: 0;
	height: 0;
	display: inline-block;
	content: "a";
	opacity: 0;
	font-size: 0;
}


.cost-block {
	background: #eceff4;
	padding-bottom: 45px;
	padding-top: 45px;
	padding-left: 60px;
	margin-left: -30px;
}

.cost-block__title {
	color: #353940;
	font-size: 36px;
	letter-spacing: 1.5px;
	margin-bottom: 15px;
}

.cost-block__subtitle {
	color: #353940;
	font-size: 24px;
	letter-spacing: 0.8px;
}

.cost-block__more {
	margin-top: 50px;
}

@media (max-width: 992px) {
	.cost-block {
		margin-left: 0;
		padding-left: 15px;
	}
}

@media (max-width: 767px) {
	.cost-block__title {
		font-size: 24px;
	}

	.cost-block__subtitle {
		font-size: 16px;
	}
}

.cost-table {
	font-size: 18px;
	margin-top: 25px;
}

@media screen and (max-width: 767px) {
	.cost-table {
		font-size: 12px;
	}
}



.cost-table thead th {
	color: #353940;
}

.cost-table__title {
	font-size: 16px;
	text-transform: uppercase;
}

@media screen and (max-width: 767px) {
	.cost-table__title {
		font-size: 12px;
	}
}

@media screen and (max-width: 450px) {
	.cost-table__title {
		font-size: 11px;
	}
}

.cost-table__row {
	border-bottom: 1px solid #c7cbd0;
}

.cost-table thead .cost-table__cell_active,
.cost-table tbody .cost-table__cell_active {
	background-color: #fff;
	padding: 14px 10px;
	text-align: center;
	white-space: nowrap;
}

.cost-table tbody td {
	text-align: center;
}

.cost-table tbody .cost-table__cell_active {
	font-weight: 600;
}

/* PAGINATION */

.pagination-list-wrap {
	margin-bottom: 50px;
	margin-top: 10px;
}

.pagination-list {
	font-size: 22px;
	list-style: none;
	text-align: center;
}

.pagination-list__arrow {
	background-position: 50%;
	background-repeat: no-repeat;
	display: inline-block;
	height: 21px;
	width: 29px;
	vertical-align: middle;
}

.pagination-list__arrow_prev {
	background-image: url(/css/../img/arrow-prev.png);
	margin-right: 40px;
}

.pagination-list__arrow_next {
	background-image: url(/css/../img/arrow-next.png);
	margin-left: 40px;
}

.pagination-list__item {
	height: 49px;
	display: inline-block;
	padding-left: 0;
	width: 49px;
	vertical-align: middle;
}

.pagination-list__item.is-active .pagination-list__link {
	background: #aab6c4;
	color: #fff;
}

.pagination-list__link {
	border-radius: 50%;
	color: #353940;
	display: block;
	height: 100%;
	line-height: 49px;
}

/* /PAGINATION */

/* ARTICLE */

.article-title {
	max-width: 913px;
}

.article-wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.article-content {
	margin-right: 55px;
}

.article-content__img-wrap {
	margin: 0 0 55px;
}

.article-content__img-text {
	font-size: 18px;
	font-style: italic;
	margin-top: 27px;
}

.article-content__text {
	font-size: 18px;
	line-height: 1.555555555555556;
}


.insertion {
	background: #ecf0f4;
	margin: 50px 0;
	padding: 45px 40px;
}


.insertion__title {
	color: #353940;
	font-size: 36px;
}

.insertion__text {
	font-size: 30px;
	font-weight: 400;
	line-height: 1.266666666666667;
}

.extra-blocks__title {
	color: #353940;
	font-size: 36px;
}

.recent-articles__head {
	align-items: center;
	display: flex;
	margin-bottom: 20px;
}

.recent-articles__title {
	color: #353940;
	font-size: 36px;
	margin: 0 25px 0 0;
}

.recent-articles__all {
	text-decoration: underline;
	color: #80a1c5;
	font-size: 20px;
}

.another-services {
	-webkit-box-shadow: 0 3px 35px rgba(0, 0, 0, 0.06);
	box-shadow: 0 3px 35px rgba(0, 0, 0, 0.06);
	font-size: 0;
	margin-bottom: 50px;
	margin-top: 50px;
}

.another-services__inner {
	padding-left: 50px;
	padding-right: 50px;
}

.another-services__row {
	border-bottom: 2px dashed #e1e4ec;
}

.another-services__row:last-child {
	border-color: transparent;
}

.another-services__item {
	background-repeat: no-repeat;
	background-position: 32px 50%;
	background-size: 65px;
	display: inline-block;
	font-size: 18px;
	font-weight: 700;
	padding-bottom: 50px;
	padding-left: 118px;
	padding-top: 50px;
	width: 50%;
	vertical-align: middle;
	word-wrap: break-word;
}

.another-services__item_maintenance {
	background-image: url('/css/../img/icon-maintenance.png');
}

.another-services__item_diagnostics {
	background-image: url('/css/../img/icon-diagnostics.png');
}

.another-services__item_repairs {
	background-image: url('/css/../img/icon-repairs.png');
}

.another-services__item_body-repair {
	background-image: url('/css/../img/icon-body-repair.png');
}

.another-services__item_additional {
	background-image: url('/css/../img/icon-additional.png');
}

.another-services__link {
	color: #353940;
}

.another-services__item:before {
	display: none;
}

.recent-articles-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	list-style: none;
	margin-left: -30px;
}

.recent-articles-list__item {
	margin-left: 30px;
	padding-left: 0;
}

.recent-articles-list__item:before {
	display: none;
}

.recent-articles-list__date {
	color: #889eb5;
	margin-bottom: 7px;
	margin-top: 27px;
}


.article-sidebar {
	-ms-flex-preferred-size: 412px;
	flex-basis: 412px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}

.news-list {
	list-style: none;
}

.news-list__item {
	padding-left: 0;
	margin-top: 45px;
}

.news-list__item:first-child {
	margin-top: 0;
}

.news-list__item:before {
	display: none;
}

.news-list__img {
}

.news-list__date {
	color: #889eb5;
	margin-bottom: 7px;
	margin-top: 27px;
}

@media (max-width: 992px) {
	.article-wrap {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}

	.article-content {
		margin-right: 0;
	}

	.article-sidebar {
		margin-top: 60px;
	}

	.another-services__inner {
		padding-left: 25px;
		padding-right: 25px;
	}

	.another-services__row {
		border: 0;
	}

	.another-services__item {
		border-bottom: 2px dashed #e1e4ec;
		display: block;
		width: auto;
	}

	.another-services__row:last-child .another-services__item:last-child {
		border-color: transparent;
	}

	.recent-articles-list {
		display: block;
	}
}

@media (max-width: 767px) {
	.extra-blocks__title,
	.insertion__title,
	.recent-articles__title {
		font-size: 26px;
	}

	.insertion__text {
		font-size: 20px;
	}
}


@media only screen and (max-width: 992px) {
	.side-menu {
		width: 270px;
		padding-right: 20px;
		/* а где-то -21px */
		margin-top: 0!important;
		z-index: initial;
	}
	.side-menu ul {
		float: left;
		width: 255px !important;
		padding-right: 50px;
	}
	.selections.page .bg {
		padding-left: 280px;
	}
}
@media (max-width: 767px) {
	.side-menu {
		width: auto;
		padding-right: 0;
	}
	.side-menu ul {
		float: none;
		width: 100% !important;
		padding-right: 0;
		list-style: circle;
	}
	.side-menu li {
		margin-left: 20px;
	}
	.selections.page .bg {
		padding-left: 0
	}
	.side-menu-ind .block.calc {

	}
}

/* /ARTICLE */






.form-item__accept {
	display: inline-block;
}

.form-item__accept ~ span {
	position: absolute;
	top: 0.1em;
	border: 1px solid #C9D6E5;
	width: 20px;
	height: 20px;
	left: 0;
	border-radius: 3px;
	cursor: pointer;
	background: #fff;
}



.form-item__accept:checked ~ span {
	background: #2c4c99;
}


.form-item.form-item--accept {
	position: relative;
	padding-left: 24px;
	margin-top: 20px;
	display: block;
	cursor: pointer;
}



.calc .form .fix--490 {
	max-width: 490px;
}


@media (max-width: 1440px) {

	.calc .form .fix--490 {
		max-width: 370px;
	}

}
@media (max-width: 1253px) {

	.calc .form .fix--490 {
		max-width: 315px;
	}
}

@media (max-width: 1110px) {

	.calc .form .fix--490 {
		max-width: 280px;
	}
}


@media (max-width: 750px) {

	.calc .form .fix--490 {
		max-width: 370px;
	}
}
.form-item__accept {
	position: absolute;
}


.form-descr {
	color: #a0a2a7;
	font-size: 12px;
	margin-top: 6px;
}


.form--vert .form-item:not(:first-child) {
	display: block;
	margin-top: 16px;
}


.form--vert .form-item {
	position: relative;
}


.form--vert label.error {
	position: absolute;
	top: -3px;
	right: 0;
	font-weight: 600;
}

.form--vert label.error:before {
	display: none;
}

.form-item__accept ~ label.error {
	position: absolute !important;
	top: 10px;
}


/*КУЗОВНОЙ РЕМОНТ*/

/*TOP*/
.selections--margin {
	margin-bottom: 50px;
}

.selections--margin .bg {
	padding-top: 40px;
}


.label-image {
	cursor: pointer;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: flex-end;
	padding-bottom: 10px;
}
.label-image__text{
	border-bottom: 1px solid;
	margin-left: 10px;
	margin-right: 10px;
}

.form-bg__footer {
	padding-top: 18px;
	border-top: 1px solid white;
	margin-bottom: -14px;
}

.form-bg__phone {
	font-size: 20px;
	font-weight: 600;
	cursor: pointer;
}
.form-bg__whatsapp {
	color: black;
}

.form-bg__whatsapp span {
	border-bottom: 1px solid black;
	display: inline-block;
	margin-left: 6px;
}


@media (max-width: 1024px) {
	.form-bg--file  input[type="text"] {
		margin-bottom: 14px;
	}
}

@media (max-width:767px) {

	.selections--margin .bg {
		padding: 20px !important;
	}


	.form-bg--file {
		margin: 0 10px;
	}

	.label-image__secondary {
		display: block;
		padding-left: 32px;
	}

	.form-bg--file .agree-feedback-wrap {
		margin-bottom: 16px;
	}

	.form-bg__phone {
		margin-bottom: 12px;
		display: block;
	}
}
/*TOP*/


/*FEATURES*/
.features--new .features-item__icon{
	margin-bottom: 10px;
	margin-right: 10px;
}
/*FEATURES*/


/*TABLE*/
.cost-table--padding {
	width: 100%;
}
.cost-table--padding td{
	padding-top: 14px !important;
	padding-bottom: 14px !important;
	width: auto !important;

}
.cost-table--padding td:first-child{
	max-width: 30% !important;
	min-width: unset !important;

}
.cost-table__row--bold td{
	font-weight: 600 !important;
	padding-top: 30px !important;
}

@media (max-width: 480px) {
	.cost-table--padding td{
		font-size: 14px;
	}

	.btn.btn_big.bordered.all {
		font-size: 14px;
		padding: 0;
		text-align: center;
		width: calc(100% - 14px);
	}
}
/*TABLE*/



/*КУЗОВНОЙ РЕМОНТ*/

.bottom-services__list {
	margin: 0 -10px !important;
}

.bottom-services__sublist {
	background: #eff3f8;
}

.bottom-services__sublist {
	flex-wrap: wrap;
	/*column-count: 5;*/
	display: flex;
	padding: 36px;
	margin: 0 -10px;
	/*align-items: baseline;*/
	padding-bottom: 26px;

}


.bottom-services__link {
	-webkit-column-break-inside: avoid;
	page-break-inside: avoid;
	break-inside: avoid;
	display: flex;
	align-items: baseline;
	font-size: 15px;
	/*font-weight: bold;*/
	/*text-transform: uppercase;*/
	color: black;
	margin: 0 10px;
	width: calc(33.3333333% - 20px);
	margin-bottom: 10px;
}



.bottom-services__list-item {
	padding: 0 !important;
	width: 16% !important;
}


.bottom-services__list-item._current {
	background: #eff3f8;

}

.bottom-services__toggler {
	display: none;
	width: 30px;
	height: 30px;
	transform: rotate(-45deg);
	position: relative;
	top: 0;
	border-left: 1px solid black;
	border-bottom: 1px solid black;
	z-index: 5;
}


.bottom-services__toggler._active {
	transform: rotate(135deg);
	top: 12px;
}

.bottom-services__link--mobile {
	display: none;
}

@media(max-width: 1440px) {
	.bottom-services__link {
		width: calc(50% - 20px);
	}
}


@media (max-width: 1260px ) and (min-width: 768px) {

	.js-toggler.bottom-services__toggler {top: 20px;}

	li.bottom-services__list-item {
		text-align: center;
		max-width: 600px;
		margin-left: auto !important;
		margin-right: auto !important;
	}

	li.bottom-services__list-item._current {
		margin-bottom: 40px;
	}

}





@media(max-width: 1260px) {

	.bottom-services__toggler {
		display: inline-block;

	}
	.bottom-services__list {
		display: flex;
		flex-direction: column;
	}

	.bottom-services__list-item {
		width: 100% !important;
	}

	.bottom-services__sublist {
		display: none;
	}

	.bottom-services__sublist--mobile {
		display: block;
		padding-top: 50px;
		position: relative;
		top: -31px;
		border: 1px solid #e3e8ee;
		border-radius: 0 0 4px 4px;

	}

	.bottom-services__link--mobile {
		display: block;
		font-size: 14px;
		min-height: 1em;
		color: #959595;
		height: auto;
		line-height: normal;
		padding: 9px 16px;
		text-align: left;

	}

	.bottom-services__list-item._current {
		background: transparent;
	}

	.bottom-services__list-item {
		border-radius: 6px;
		border: 1px solid #e3e8ee;
		margin-bottom: 20px;
	}
}



/*Yandex place head*/
@media (max-width: 768px) {
	.head-block__txt {
		max-width: 290px;
	}
}

.head-block__img {
	flex-shrink: 0;
	align-self: center;
}

@media (max-width: 767px) {
	.head-block__txt {
		max-width: 100%;
	}

	.head-block__row {
		flex-direction: column;
	}
}
/*Yandex place head*/


/*Yandex place pages*/

.yp__row {
	display: flex;
}

.yp__txt {
	color: #454a52;
	max-width: 440px;
	font-size: 20px;
	font-weight: 400;
	line-height: 34px;
}

@media (max-width: 995px) {
	.yp__row {
		flex-direction: column;
	}

	.yp__txt {
		max-width: 100%
	}
}

.yp__img {
	align-self: self-start;
	width: 400px;
	max-width: 100%;
}
.yp__descr {
	font-size: 14px;
}

@media (max-width: 480px) {
	.yp__descr {
		font-size: 14px;
		line-height: 25px;
		margin-bottom: 10px;
	}
}

/*Yandex place pages*/

.yandex-place {
	display: flex;
	align-items: center;
	min-width: 370px;
}

.yandex-place__ya-star {
	min-height: 210px;
	max-height: 250px;
}

.yandex-place__info {
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.yandex-place__text {
	font-size: 14px;
}

.yandex-place__rating {
	padding: 10px 0;
	font-size: 32px;
	font-weight: bold;
}
@media (max-width: 992px){
	.new-header .slick-slide .main-slider__image {
		display: none !important;
	}
}

@media (max-width: 420px){
	.yandex-place__ya-star {
		width: 150px
	}
}


/*fixes popups*/

html {
	height: auto;
}

html.isPopupOpen body{
	overflow: hidden hidden !important;
	width: 100%;

}



.modal {
	position: relative;
	margin: auto;
	left: 0  !important;
	top: 0 !important;
	flex-shrink: 0;

}

.modal._custom {
	background-color: #fff;
}
@media(max-width: 892px) and (min-width: 768px) {
	.modal._custom {
		width: 720px;
	}

}
.isIos .modal {
	min-height: 480px;
}

.isIos .modal .form:after {
	display: block;
	height: 120px;
	width: 100%;
	content: "";
}


.modal-wrapper {
	position: fixed;
	width: 100%;
	/* height: 100vh; */
	height: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
	z-index: 99999;
	padding: 0;
	top: 0;
	left: 0;
	-webkit-overflow-scrolling: touch;
}

.modal-svg {
	width: 90px;
	height: 90px;
	margin: auto;
}

@media (max-width: 767px){
	.modal-svg {
		margin-top: 20px;
	}
}


body:not(.isIos) .modal-wrapper { padding-bottom: 50px }


body {
	height: auto;
}


@media (max-width: 767px){
	.new-header .header__right {
		/* margin: 0 !important;
        width: 100vw  !important; */
		margin-left: -15px !important;
		margin-right: -15px !important;
	}

}


html {
	/* max-width: 100vw; */
	overflow-x: hidden;
	/*-webkit-overflow-scrolling: touch; */
}

@media (max-width: 767px) {
	html {
		overflow: visible;
	}
}

body {
	overflow-y: auto;
	width: auto;
}

.articles .hold {
	margin: 0;
}

/*fixes popups*/



#menu-scroll__about {

	position: relative;
	top: -60px;
}

.anc_contacts {
	overflow: hidden;
}

/*SEO*/
/* .top-services {
	margin-right: -30px;
	margin-left: -30px;
} */

@media(max-width: 1024px) {
	.top-services__service-detail .top-services {
		width: 100%;
		margin-left: 0;
	}
}

.top-services__list {
	list-style: none;
	display: flex;
	margin: 0;
}

.top-services__list-item {
	list-style: none;
	padding: 0;
	flex-grow: 1;
	flex-basis: 20%;
}

.top-services__list-item.is-active {
	background: #F0F3F9;

}

.top-services__list-item:before {

	display: none;
}

.top-services__list-item:first-child {
	padding-left: 8px;
}

.top-services__tab-btn {
	display: flex;
	min-height: 88px;
	display: flex;
	align-items: center;
	padding: 10px 18px;
	background: transparent;
	border: none;
	cursor: pointer;

}

.top-services__tab-btn img,
.top-services__tab-btn picture {

	flex-shrink: 0;

}



.top-services__tab-text {

	font-size: 18px;
	line-height: 25px;
	margin-left: 20px;
	font-weight: 700;
	color: #454A52;
	text-align: left;
}

.top-services__search {
	padding: 25px;
	background: #F0F3F9;
}

.top-services__search input {
	background: #FFFFFF;
	box-sizing: border-box;
	border-radius: 4px;
	height: 40px;
	width: 99%;
	padding: 010px;
	border: 1px solid #C8D6E4;
	outline: none;
	font-size: 16px;
}

.top-services__search input:focus {
	border: 1px solid #B1BC3D;
}

.top-services__tab-content {
	padding: 0 15px 15px;
	margin-bottom: 20px;
	background: #F0F3F9;
	display: flex;
	flex-wrap: wrap;
	position: relative;
	padding-bottom: 70px;
	min-height: 215px;
	align-items: flex-start;
	align-content: flex-start;
}

.top-services__link {
	margin: 10px;
	font-size: 16px;
	line-height: 23px;
	color: #454A52;
	font-weight: 700;
	width: calc(33% - 20px);
	display: none;
	align-self: flex-start;
	line-height: 1;
}

.top-services__link.is-find {
	display: block;
}


.top-services__link.is-find:nth-child(n+13) {

	display: none;
}

.top-services__tab-toggler {
	position: absolute;
	bottom: 20px;
	left: 50%;
	transform: translateX(-50%);
	cursor: pointer;
	font-size: 16px;
	line-height: 23px;
	color: #556984;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	border-bottom: 1px dashed;
	padding-bottom: 2px;
}

.top-services__tab-toggler:hover {
	/*color: #808A18;*/
}

.top-services__tab-toggler:after {
	content: "";
	width: 16px;
	height: 10px;
	margin-left: 8px;
	background-position: center;
	transition: transform .2s;
	position: relative;
	background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath stroke='%23556984' stroke-width='2' d='M.707 1.293l8 8'/%3e%3cpath stroke='%23556984' stroke-width='2' d='M15.293 1.293l-8 8'/%3e%3c/svg%3e");
}


.top-services__tab-content.is-expand .top-services__link.is-find:nth-child(n+13) {

	display: block;
}


.top-services__tab-content.is-expand .top-services__tab-toggler:after {

	transform: rotate(-180deg);
}

.top-services__tab-cta {
	background: #f0f3f9;
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	margin: auto;
	font-size: 20px;
	line-height: 25px;  /* or 125% */
	text-align: center;
	color: rgba(75, 106, 138, 0.7);
	position: relative;
	bottom: -30px;
}

.top-services__tab-cta  a[href^=tel] {
	color: #3380ce !important;
	cursor: pointer;
	white-space: nowrap;
}

.top-services__tab-cta  .btn {
	max-width: 246px;

}


.ask-form .label {

	margin-bottom: 5px;
	font-size: 14px;
	line-height: 34px;
	font-weight: 700;
	color: #454A52;
}

.ask-form .row {
	margin-bottom: 15px;
}

.ask-form .form-action label {
	font-size: 15px;
}

.ask-form .form-action label:before {
	top: -1px
}

.top-services__title, .top-services__select {
	display: none;
}

.selections .models-item__img {
	object-fit: cover;

}


@media(min-width: 768px) {

	.selection-block .bg {
		background: #f0f3f9;
		box-shadow: none;
	}
}

@media(max-width: 1700px) and (min-width: 1280px) {
	.top-services__tab-text {
		margin-left: 0;
		font-size: 15px;
		line-height: 1.2;
		text-align: center;
	}
	.top-services__tab-btn {
		flex-direction: column;
	}

	.top-services__tab-btn img,
	.top-services__tab-btn picture {
		margin-top: 10px;
		margin-bottom: 5px;
		max-width: 30px;

	}



}

@media(max-width: 1279px) {

	.top-services__tab-btn {
		flex-direction: row;
	}
	.top-services__search {
		margin-left: -30px;
		margin-right: -30px;
	}

	.top-services__tab-content {
		margin-left: -30px;
		margin-right: -30px;
	}

	.top-services__title {
		font-size: 14px;
		color: #454A52;
		font-weight: 600;
		display: block;
		margin-bottom: 15px;
		line-height: 1;
	}

	.top-services__select {
		background: #FFFFFF;
		border: 1px solid #C8D6E4;
		box-sizing: border-box;
		border-radius: 4px;
		height: 40px;
		padding-left: 20px;
		align-items: center;
		/*display: flex;*/
		cursor: pointer;
		padding-right: 60px;
		font-size: 14px;
		line-height: 34px;
		/* identical to box height, or 243% */
		color: #454A52;
		font-weight: 600;
		position: relative;
		margin-bottom: 25px;
	}



	.top-services {
		margin: auto;
	}

	.top-services__select:after {
		content: "";
		width: 16px;
		height: 10px;
		position: absolute;
		top: calc(50% - 5px);
		right: 20px;
		transform: rotate(0deg);
		white-space: nowrap;
		overflow: hidden;
		transition: transform .3s;
		text-overflow: ellipsis;
		background-repeat: no-repeat;
		background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='16' height='10' viewBox='0 0 16 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cline x1='0.707107' y1='1.29289' x2='8.70711' y2='9.29289' stroke='%23556984' stroke-width='2'/%3e%3cline y1='-1' x2='11.3137' y2='-1' transform='matrix(-0.707107 0.707107 0.707107 0.707107 16 2)' stroke='%23556984' stroke-width='2'/%3e%3c/svg%3e ");
	}

	.top-services__select.is-active:after {
		transform: rotate(-180deg);
	}

	.top-services {
		position: relative;
	}

	.top-services__list {
		display: none;
		position: absolute;
		background: white;
		flex-direction: column;
		z-index: 6;
		width: 100%;
		border: 1px solid #C8D6E4;
		box-sizing: border-box;
		box-shadow: 0px 10px 10px rgba(0, 0, 0, 0.1);
		border-radius: 0 0 4px 4px;
		border-top: 0;
		margin-top: 0;
		top: 66px;
	}

	.top-services__tab-btn img {
		display: none !important;
	}

	.top-services__list-item.is-active {
		background: transparent;
	}
	.top-services__list-item.is-active .top-services__tab-text {
		color: #556984 !important;
	}

	.top-services__tab-btn {
		padding: 0;
		height: 40px;
	}

	.top-services__list-item:first-child {
		padding-left: 0;
	}

	.top-services__tab-text {
		font-size: 14px;
		margin-left: 0;
	}

	.top-services__list-item {
		padding: 0 20px !important;
	}

	.top-services__tab-btn {
		border-bottom: 1px solid #C8D6E4;
		display: flex;
		align-items: center;
	}

	.top-services__list-item:last-child .top-services__tab-btn {
		border-bottom: 0;
		margin-bottom: 10px;
	}

	.top-services__tab-content {
		flex-direction: column;
		padding: 0 22px;
		padding-bottom: 66px;
	}

	.top-services__link {
		width: 100%;
	}

	.top-services__tab-toggler {
		left: 32px;
		transform: none;
	}

}


@media(max-width: 990px) {

	.top-services {
		width: calc(100% - 240px);
		margin: 0;
		margin-left: 240px;
	}

	.top-services__search {
		margin: 0;
	}

	.top-services__tab-content {
		margin: 0;
	}

}


@media(max-width: 767px) {

	.top-services {
		width: 100%;
		margin: 0;
		margin-left: 0;
	}

	.top-services__search {
		margin: 0;
	}

	.top-services__tab-content {
		margin: 0;
	}

}



.top-services__tab-content .selections {

	margin-top: 0;
	margin-left: -15px;
	margin-right: -15px;
}

@media (max-width: 1024px) {
	.top-services__tab-content .bg {
		padding-left: 20px !important;
		padding-right: 20px !important;
	}

	.top-services__tab-content .selections {
		margin-top: 0;
		margin-left: -24px;
		margin-right: -24px;

	}
}

@media (max-width: 767px) {
	.top-services__tab-content .bg {
		border: none ;
		padding-right: 0 !important;
		padding-left: 0 !important;
		padding-top: 0;
	}
}

.top-services__tab-content[data-tab="tekhobsluzhivanie"] {
	padding-bottom: 0;
}




.bottom-services__sublist.is-expand .bottom-services__link:nth-child(n + 13){
	display: none;
}

.top-services__tab-toggler._bottom {
	bottom: 5px;
}


.top-services__tab-toggler._bottom:after {
	transform: rotate(-180deg);
}

.bottom-services__sublist.is-expand .top-services__tab-toggler:after {
	transform: rotate(0deg);
}

body.no-overflow {
	padding-right: 0 !important;
}
body.no-overflow .new-header .fader {
	display: block !important;
}

body.no-overflow .gall-services .nav {
	position: static;
}
.text-link {
	color: #000;
	text-decoration: none;
}

@media (max-width: 600px) {
	#gallery_slider .ms-nav-next, #gallery_slider .ms-nav-prev {
		display: none;
	}
}
.hidden{
	display: none !important;
}

.new-header .breadcrumbs__item:not(:first-child):before{
	position: relative;
}

.new-header .tags-list{
	margin-top: -10px;
	margin-left: -10px;
}

/* video section start */

.video {
	margin-bottom: 70px;
}

@media(max-width: 1024px) {
	.video {
		margin-bottom: 60px;
	}
}

@media(max-width: 767px) {
	.video {
		margin-bottom: 40px;
	}
}

.video__wrap {
	position: relative;
	height: 550px;
	background-color: grey;
}

@media (max-width: 1024px) {
	.video__wrap {
		height: 370px;
	}
}

@media (max-width: 767px) {
	.video__wrap {
		height: 150px;
	}
}

.video__play-btn {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100px;
	height: 80px;
	background: linear-gradient(360deg, #3C69AE 0%, #5685C6 100%);
	box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.25);
	border-radius: 4px;
	border: none;
	z-index: 1;
	cursor: pointer;
}

@media(max-width: 767px) {
	.video__play-btn {
		width: 70px;
		height: 56px;
	}
}

.video__play-btn svg {
	width: 56px;
	height: 40px;
}

@media(max-width: 767px) {
	.video__play-btn svg {
		width: 40px;
		height: 28px;
	}
}
/* video section end */



/* advantages start */

.advantages {
	display: flex;
	margin-bottom: 70px;
}

@media(max-width: 1200px) {
	.advantages {
		display: block;
		margin-bottom: 63px;
	}
}

@media(max-width: 767px) {
	.advantages {
		margin-bottom: 40px;
	}
}

.advantages__desc {
	width: 355px;
	flex-grow: 1;
	margin-right: 40px;
}

@media(max-width: 1200px) {
	.advantages__desc {
		width: 100%;
		margin-right: 0;
		margin-bottom: 30px;
	}
}

@media(max-width: 767px) {
	.advantages__desc {
		margin-bottom: 20px;
	}
}

.advantages__title {
	margin: 0;
	margin-bottom: 30px;
	font-size: 36px;
	line-height: 1;
}
@media(max-width: 1200px) {
	.advantages__title {
		font-size: 32px;
	}
}
@media(max-width: 767px) {
	.advantages__title {
		font-size: 22px;
		margin-bottom: 16px;
	}
}

.advantages__text {
	margin: 0;
	/* margin-right: 20px; */
	max-width: 335px;
	margin-bottom: 30px;
}

@media(max-width: 1200px) {
	.advantages__text {
		max-width: 560px;
	}
}

@media(max-width: 767px) {
	.advantages__text {
		margin-bottom: 20px;
	}
}

.advantages__btn {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 292px;
	font-size: 14px;
	line-height: 23px;
}

@media(max-width: 767px) {
	.advantages__text {
		width: 100%;
	}
}



.advantages__list-wrap {
	padding: 40px 20px;
	width: 675px;
	flex-grow: 1;
	background: #F1F5FA;
	border-radius: 4px;
}

@media(max-width: 1200px) {
	.advantages__list-wrap {
		width: 100%;
		border-radius: 0;
	}
}

@media(max-width: 767px) {
	.advantages__list-wrap {
		padding-top: 20px;
		padding-bottom: 20px;
		width: 100vw;
		margin-left: -15px;

	}
}

.advantages__list {
	display: flex;
	flex-wrap: wrap;
	margin-right: -10px;
	margin-top: -30px;
}

@media(max-width: 767px) {
	.advantages__list {
		margin-top: -25px;
		margin-right: -5px;
	}
}

.advantages__item {
	margin-right: 10px;
	margin-top: 30px;
	width: calc(100% / 3 - 10px);
}

@media(max-width: 767px) {
	.advantages__item {
		/* margin-right: 10px;
		margin-top: 30px; */
		width: calc(100% / 2 - 10px);
		margin-top: 25px;
		margin-right: 5px;
	}
}

.advantages__num {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-bottom: 7px;
	font-size: 52px;
	line-height: 1;
	font-weight: 700;
	color: #556984;
}

@media(max-width: 767px) {
	.advantages__num {
		margin-bottom: 15px;
		font-size: 42px;
	}
}

.advantages__num span {
	display: block;
	text-shadow: -3px 0 #F1F5FA, 0 3px #F1F5FA, 3px 0 #F1F5FA, 0 -3px #F1F5FA;
}

.advantages__num svg {
	margin-right: -8px;
}

.advantages__value {
	margin: 0;
	text-align: center;
	font-size: 14px;
	line-height: 1.6;
}

@media(max-width: 767px) {
	.advantages__value {
		font-size: 12px;
		line-height: 1.5;
	}
}


.advantages__icon {
	width: 33px;
}
/* advantages end */

/* --------------------------------------------------- */

/* partners start */

.partners {
	margin-bottom: 70px
}

.partners .title {
	margin-bottom: 23px;
}

.partners__list {
	display: flex;
	flex-wrap: wrap;
	margin-top: -32px;
	margin-right: -32px;
}

.partners__item {
	display: flex;
	width: calc(100% / 2 - 32px);
	margin-right: 32px;
	margin-top: 32px;
	padding: 40px;
	padding-right: 30px;
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
	border-radius: 4px;
}

.partners__img-wrap {
	margin-right: 30px;
	flex-shrink: 0;
}

.partners__text-wrap {
	margin-left: auto;
}

.partners__name {
	margin: 0;
	margin-bottom: 20px;
	font-size: 24px;
	font-weight: 700;
	line-height: 1;
}

.partners__text {
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	font-weight: 400;
}

.partners__img-text {
	max-width: 203px;
	margin-top: 28px;
	color: #556984;
}


@media(max-width: 1360px) {
	.partners__img-wrap {
		flex-shrink: 1;
		min-width: 150px;
	}
}

/* tablet */
@media(max-width: 1200px) {
	.partners {
		margin-bottom: 56px;
	}

	.partners .title {
		margin-bottom: 30px;
	}

	.partners__list {
		margin-top: -20px;
		margin-right: -20px;
	}

	.partners__item {
		width: calc(100% /2 - 20px);
		display: block;
		margin-right: 20px;
		margin-top: 20px;
		padding: 20px;
	}

	.partners__img-wrap {
		margin-right: 0;
		margin-bottom: 20px;
	}

	.partners__img-text {
		max-width: none;
		margin-top: 20px;
	}
}

/* mobile */
@media(max-width: 767px) {
	.partners {
		margin-bottom: 40px;
	}
	.partners .title {
		margin-bottom: 20px;
	}

	.partners__list {
		margin-right: 0;
		flex-direction: column;
	}

	.partners__item {
		width: 100%;
		margin-right: 0;
	}

	.partners__name {
		font-size: 18px;
		line-height: 23px;
	}
}
/* partners end */

/* ------------------------------------ */

/* certificate start */
.certificate {
	margin-bottom: 67px;
}

.certificate .title {
	margin-bottom: 30px;
}

.certificate__inner {
	display: flex;
	align-items: flex-start;
}

.certificate__slider-wrap {
	position: relative;
	z-index: 1;
	min-width: 0;
	width: 445px;
	flex-shrink: 0;
	margin-right: 46px;
}

.certificate__content {
	margin-left: auto;
	margin-right: auto;
	max-width: 600px;
}

.certificate__slider-nav {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #556984;
	border-radius: 4px;
	border: 0;
	padding: 0;
	cursor: pointer;
}

.certificate__slide {
	padding: 0;
}

.certificate__slider-nav.slick-disabled {
	pointer-events: none;
	background: rgba(85, 105, 132, 0.28);
}

.certificate__slider-nav._prev {
	left: 0;
}

.certificate__slider-nav._next {
	right: 0;
}

.certificate__text {
	margin: 0;
	margin-bottom: 25px;
	font-size: 16px;
	line-height: 26px;
	font-weight: 500;
}

.certificate__text._bottom {
	font-size: 14px;
	margin-bottom: 0;
}

.certificate__require-list {
	margin-bottom: 30px;
}

.certificate__require-item {
	padding-left: 35px;
	padding-top: 5px;
	margin-bottom: 38px;
	background-repeat: no-repeat;
	background-position: left top;
}

.certificate__require-item._personal {
	background-image: url("/css/../img/mechanic.svg");
}

.certificate__require-item._equipment {
	background-image: url("/css/../img/car-repair.svg");
}

.certificate__require-item:last-child {
	margin-bottom: 0;
}

.certificate__require-title {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
	font-weight: 500;
}

.certificate__require-text {
	margin: 0;
	margin-bottom: 10px;
	font-size: 14px;
}

.certificate__require-text:last-child {
	margin: 0;
}

@media(max-width: 1360px) {
	.certificate__inner {
		display: block;
	}
	.certificate__slider-wrap {
		width: 350px;
		float: left;
	}

	.certificate__content {
		max-width: none;
	}

	.certificate__require-list {
		margin-left: 400px;
	}
}

/* tablet */
@media(max-width: 1200px) {
	.certificate {
		margin-bottom: 63px;
	}
}

@media(max-width: 1024px) {
	.certificate__require-list {
		margin-left: 0;
	}

	.certificate__require-item._personal {
		margin-left: 370px;
		margin-bottom: 80px;
	}

	.certificate__slider-wrap {
		margin-right: 20px;
	}

	.certificate__text {
		margin-bottom: 30px;
	}
	.certificate__text._bottom {
		line-height: 23px;
	}

}

/* mobile */
@media(max-width: 767px) {
	.certificate {
		margin-bottom: 50px;
	}
	.certificate .title {
		margin-bottom: 20px;
	}

	.certificate__require-list {
		margin-bottom: 25px;
	}

	.certificate__require-item._personal {
		margin-left: 0;
		margin-bottom: 20px;
	}

	.certificate__slider-wrap {
		width: 100%;
		margin-bottom: 40px;
		float: initial;
	}

	.certificate__text {
		margin-bottom: 15px;
	}
}

/* certificate end */
/* --------------------------------------------------- */
/* btn  start*/

.btn._up {
	position: fixed;
	z-index: 100;
	right: 50px;
	bottom: 50px;
	width: 50px;
	height: 50px;
	background: #556984;
	min-width: 0;
	min-height: 0;
	box-shadow: 0px 0px 15px rgba(69, 74, 82, 0.15);
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0;
	transition: all .3s;

}

@media (max-width: 768px) {
	.btn._up {
		bottom: 65px;
		right: 10px;
	}
}

.success__message {
	position: absolute;
	bottom: 48px;
	right: 0;
	opacity: 0;
	transform: scale(0.5);
	transition: all .3s ease-in-out;
}

.success__message.active {
	opacity: 1;
	transform: scale(1);
}

.btn._up._hidden {
	transform: translateY(250px);
}

.btn._up:hover {
	background: #3C69AE;
}

.btn._up svg {
	width: 20px;
	height: 30px;
}

/* btn  end*/
/* ------------------------------------------------- */
/* vacancies start */

.vacancies {
	padding-bottom: 128px;
}

.vacancies__top {
	padding-top: 50px;
	margin-bottom: 30px;
}

.vacancies__text {
	margin: 0;
	margin-bottom: 25px;
	font-size: 14px;
	line-height: 23px;
	color: #000;
}

.vacancies__text:last-child {
	margin-bottom: 0;
}

.vacancies__list {
	margin-bottom: 70px;
}

.vacancies__item {
	padding: 0;
	margin-bottom: 15px;
}

.vacancies__item:last-child {
	margin-bottom: 0;
}

.vacancies__accordion-btn {
	position: relative;
	padding: 30px;
	padding-right: 90px;
	font-size: 24px;
	line-height: 1;
	text-align: left;
	border: none;
	background: #F1F5FA;
	border-radius: 4px;
	cursor: pointer;
	transition: all .3s;
}

.vacancies__item._open .vacancies__accordion-btn {
	background-color: #556984;
	color: #fff;
}

.vacancies__item._open .vacancies__dropdown {
	display: block;
}

.vacancies__accordion-btn svg {
	position: absolute;
	top: 50%;
	right: 30px;
	transform: translateY(-50%);
	transition: all .3s;
	fill: #3C69AE;
}

.vacancies__item._open svg {
	fill: #fff;
	transform:  translateY(-50%) rotateX(180deg);
}



.vacancies__dropdown {
	display: none;
	padding: 30px;
	padding-top: 34px;
	transform: translateY(-4px);
	box-shadow: 0px 0px 24px rgba(0, 0, 0, 0.09);
	border-radius: 0 0 4px 4px;
}

.vacancies__dropdown h4 {
	font-size: 20px;
}

.vacancies__dropdown ul li {
	margin-bottom: 15px;
	padding-left: 14px;
}

.vacancies__dropdown ul li:last-child {
	margin-bottom: 0;
}

.vacancies__dropdown ul li::before {
	content: '';
	width: 8px;
	height: 8px;
	background: #556984;
	min-width: 0;
	top: 6px;
	left: -4px;
	border-radius: 50%;
}

.vacancies__bottom {
	min-height: 235px;
	padding: 105px 95px;
	padding-right: 250px;
	background: #ECF0F4;
	border-radius: 4px;
	background-image: url("/css/../img/profile.png");
	background-repeat: no-repeat;
	background-size: 161px 161px;
	background-position: center right 96px;
}

.vacancies__bottom-text {
	margin: 0;
	font-size: 24px;
	line-height: 1;
}

.vacancies__bottom-text a {
	color: #3C69AE;
	border-bottom: 1px solid currentColor;
}

@media(max-width: 1370px) {
	.vacancies__bottom {
		padding: 80px 40px;
		padding-right: 140px;
		background-size: 115px 115px;
		background-position: center right 30px;
		min-height: 130px
	}
}
@media(max-width: 890px) {
	.vacancies {
		padding-bottom: 92px;
	}
	.vacancies__top {
		padding-top: 30px;
	}
	.vacancies__list {
		margin-bottom: 60px;
	}
	.vacancies__bottom {
		min-height: 166px;
		padding: 60px 40px;
		padding-right: 180px;
		background-size: 115px 115px;
		background-position: center right 110px;
	}
}

@media(max-width: 767px) {
	.vacancies {
		padding-bottom: 67px;
	}

	.vacancies__top {
		padding-top: 20px;
		margin-bottom: 40px;
	}

	.vacancies__list {
		margin-bottom: 40px;
	}

	.vacancies__item svg {
		width: 20px;
	}

	.vacancies__accordion-btn {
		padding: 18px 15px;
		padding-right: 50px;
		font-size: 16px;
		line-height: 23px;
	}

	.vacancies__dropdown {
		padding: 20px 15px;
	}

	.vacancies__dropdown h4 {
		font-size: 16px;
		margin-bottom: 15px;
	}

	.vacancies__dropdown p {
		margin-bottom: 20px;
	}

	.vacancies__bottom {
		padding: 30px 18px;
		padding-bottom: 180px;
		background-position: bottom 34px center;
	}

	.vacancies__bottom-text {
		font-size: 18px;
		line-height: 24px;
		text-align: center;
	}
}
/* vacancies end */

/* profile-popup start  */
.profile-popup {
	display: flex;
}

.profile-popup__img-wrap {
	min-width: 250px;
	flex-shrink: 0;
	margin-right: 40px;
}

.profile-popup__content {
	flex-grow: 1;
}

.profile-popup__name {
	font-size: 32px;
	line-height: 1;
	font-weight: 400;
	margin-bottom: 23px;
}

.profile-popup__item {
	display: flex;
	padding: 0;
	padding-top: 11px;
	padding-bottom: 11px;
	border-bottom: 1px solid #C8D6E4;
}

.profile-popup__item:last-child {
	border-bottom: none;
}

.profile-popup__item-label {
	width: 37%;
	margin-right: auto;
	margin: 0;
	font-size: 14px;
	line-height: 23px;
	color: #556984;
}

.profile-popup__item-value {
	width: 59%;
	margin: 0;
	font-size: 16px;
	line-height: 23px;
}


@media(max-width: 892px) {
	.profile-popup__name {
		margin-bottom: 20px;
		font-size: 24px;
	}
	.profile-popup__item-label {
		width: 145px;
		margin-right: 20px;
		flex-grow: 0;
		flex-shrink: 0;
	}
	.profile-popup__item-value {
		width: auto;
		flex-grow: 1;
	}
}

@media(max-width: 767px) {
	.profile-popup {
		display: block;
	}

	.profile-popup__img-wrap {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.profile-popup__img-wrap img {
		width: 100%;
		max-width: 420px;
	}

	.profile-popup__item {
		display: block;
		padding-top: 10px;
		padding-bottom: 10px;
		text-align: left;
	}
	.profile-popup__name {
		font-size: 18px;
	}

	.profile-popup__item-label{
		width: 100%;
		margin-bottom: 5px;
	}
	.profile-popup__item-value {
		width: 100%;
	}
}
/* profile-popup end  */


.bold{
	font-weight: 600;
}
.only-mobile{
	display: none!important;
}
.only-desktop{
	display: block!important;
}


@media (max-width: 767px) {
	.only-mobile{
		display: block!important;
	}
	.only-desktop{
		display: none!important;
	}
}

.header__locations-title--mobile{
	margin-top: 10px
}

.promo-banner {
  display: flex;
  align-items: center;
	flex-direction: row-reverse;
	justify-content: space-between;
  padding: 15px 35px;
  margin: 40px 0 80px 0;
  background-color: #ECEFF4;
}

.promo-banner__text {
  margin: 0 2% 0 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 1.39;
}

.promo-banner__img {
  width: 58.7%;
  max-height: 400px;
  object-fit: cover;
}

@media(max-width: 1200px) {
  .promo-banner {
    padding: 15px 25px;
    margin: 30px 0 60px 0;
  }

  .promo-banner__text {
    font-size: 18px;
  }
}

@media(max-width: 768px) {
  .promo-banner {
    flex-direction: column-reverse;
    padding: 15px;
    margin: 20px 0 30px 0;
  }

  .promo-banner__text {
    margin: 25px 0 0 0;
    font-size: 16px;
  }

  .promo-banner__img {
    width: 100%;
  }
}

/* ------------ search-block ------------ */

.search-block {
	position: relative;
}

.search-block__button {
	padding: 0;
	background: linear-gradient(40.45deg, #1661B5 5.28%, #408DD8 98.49%);
	border: none;
	width: 100%;
	height: 100%;
	z-index: -1;
	cursor: pointer;
	border-radius: 4px;
}

.search-block__icon {
	position: absolute;
	pointer-events: none;
}

.search-block__button-icon {
	cursor: pointer;
}

.search-block input {
	height: 53px;
}

.search-block input + label,
.search-block input + .search-block__button-icon {
	position: absolute;
	right: 20px;
	top: 14px;
}

.search-block input + .search-block__button-icon {
	width: auto;
	background-color: unset;
	border: none;
	padding: 0;
}

.search-block label svg,
.search-block .search-block__button-icon svg {
	width: 23px;
	height: 23px;
}

.search-block--fixed input {
	height: 61px;
}

.search-block--fixed input + label {
	width: 61px;
	height: 100%;
	right: 0;
	top: 0;
	background: linear-gradient(40.45deg, #1661B5 5.28%, #408DD8 98.49%);
	border-radius: 4px;
	cursor: pointer;
}

.search-block--fixed label {
	display: flex;
	justify-content: center;
	align-items: center;
}

.search-block--active.search-block--fixed {
	width: 362px;
	transition: 0.4s ease;
}

.search-block--active .search-block__button {
	z-index: 0;
}

.search-block--fixed {
	position: sticky;
	right: 35px;
	top: 100px;
	width: 61px;
	height: 61px;
	z-index: 15;
	transition: 0.4s ease;
}

@media (max-width: 1330px) {
	.search-block--fixed {
		top: 195px;
		z-index: 42;
	}
}

@media (max-width: 766px) {
	.search-block--fixed {
		right: 10px;
		top: 100px;
	}
}

@media (max-width: 400px) {
	.search-block--active.search-block--fixed {
		width: 95%;
	}
}

/* ------------ search-results ------------ */

.search-results {
	display: flex;
	flex-direction: column;
	max-width: 1047px;
	margin-top: 47px;
}

.search-results .search-block {
	margin-bottom: 47px;
}

.search-results__link {
	display: block;
	margin-bottom: 16px;
	font-family: "Arial";
	font-weight: 700;

}

.search-results__link:hover {
	color: #4B6A8A;
	text-decoration: underline;
}

.search-results__text {
	line-height: 1.56;
	font-family: "Arial";
	margin-bottom: 3px0;
}

.search-results__text:last-of-type {
	margin-bottom: 0;
}

.search-results__mark {
	color: #808A18;
	font-weight: 700;
	background-color: unset;
}

.search-results .pagination-list {
	margin: 47px auto 0 auto;
}

@media (max-width: 1023px) {
	.search-results .pagination-list {
		display: block;
	}

	.search-results .pagination-list__item {
		margin-left: 0;
		width: 30px;
		height: 30px;
	}

	.search-results .pagination-list__val {
		width: 30px;
		height: 30px;
		font-size: 16px;
	}
}

@media (max-width: 768px) {
	.search-results .search-block {
		margin-bottom: 25px;
	}

	.search-results .pagination-list {
		margin-top: 30px;
	}
}


/* ---------------- accordion ------------- */
.accordion {
	width: 100%;
}

.accordion__item {
	padding-left: 0;
	border-bottom: 1px solid #4B6A8A;
}

.accordion__item._open .accordion__dropdown{
	display: block;
}

.accordion__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 14px 0;
	background-color: unset;
	border: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.7;
	font-weight: 700;
	color: #4B6A8A;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.accordion__btn span {
	max-width: 700px;
}

.accordion__btn svg {
	margin-left: 10px;
	min-width: 16px;
	height: 8px;
	fill: #4B6A8A;
}

.accordion__dropdown {
	display: none;
	padding-bottom: 14px;
}

.accordion__dropdown p {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

.accordion__dropdown p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.accordion__btn {
		padding: 15px 0 7px 0;
		font-size: 14px;
	}

	.accordion__dropdown p {
		font-size: 14px;
	}
}

/* ------------- faq-container -------------- */
.faq-container {
	display: flex;
}

.faq-container .accordion {
	width: 51%;
	margin-right: auto;
}

.faq-container .form {
	width: 41.5%;
	margin-left: 30px;
}

.faq-container .form .btn {
	min-width: unset;
}

@media (max-width: 1024px) {
	.faq-container {
		flex-direction: column;
	}

	.faq-container .accordion {
		width: auto;
		margin-right: unset;
		margin-bottom: 30px;
	}

	.faq-container .form {
		width: auto;
		margin-left: 0;
	}
}

@media (max-width: 767px) {
	.main-content._service-detail {
		box-shadow: none;
	}
}

/* ------------ search-block ------------ */

.search-block {
    position: relative;
}

.search-block__button {
    padding: 0;
    background: linear-gradient(40.45deg, #1661B5 5.28%, #408DD8 98.49%);
    border: none;
    width: 100%;
    height: 100%;
    z-index: -1;
    cursor: pointer;
    border-radius: 4px;
}

.search-block__icon {
    position: absolute;
    pointer-events: none;
}

.search-block__button-icon {
    cursor: pointer;
}

.search-block input {
    height: 53px;
}

.search-block input + label,
.search-block input + .search-block__button-icon {
    position: absolute;
    right: 20px;
    top: 14px;
}

.search-block input + .search-block__button-icon {
    width: auto;
    background-color: unset;
    border: none;
    padding: 0;
}

.search-block label svg,
.search-block .search-block__button-icon svg {
    width: 23px;
    height: 23px;
}

.search-block--fixed input {
    height: 61px;
}

.search-block--fixed input + label {
    width: 61px;
    height: 100%;
    right: 0;
    top: 0;
    background: linear-gradient(40.45deg, #1661B5 5.28%, #408DD8 98.49%);
    border-radius: 4px;
    cursor: pointer;
}

.search-block--fixed label {
    display: flex;
    justify-content: center;
    align-items: center;
}

.search-block--active.search-block--fixed {
    width: 362px;
    transition: 0.4s ease;
}

.search-block--active .search-block__button {
    z-index: 0;
}

.search-block--fixed {
    position: fixed;
	right: 35px;
	top: 150px;
    width: 61px;
    height: 61px;
    z-index: 125;
    transition: 0.4s ease;
}
.search-block--sticky {
	top: 100px;

}

@media (max-width:750px){
	.search-block--fixed {
		height:42px;
	}
	.search-block--fixed input {
		height:42px;
	}

}

.message__form {
	position: fixed;
    top: 50%;
    left: 50%;
	transform: translate(-50%, -50%);
	background-color: #fff;
	z-index: 1000;
	padding-right: 50px;
}

@media (max-width: 1330px) {
    .search-block--fixed {
        right:10px;
		top: 180px;
    }
}

@media (max-width: 766px) {
    .search-block--fixed {
        right: 10px;
        top: 91px;
    }
}
@media (max-width: 520px) {
	.search-block--fixed {
		right: 10px;
		top: 91px;
	}
}

@media (max-width: 766px) {
    .error_description-page .search-block--fixed {
        top: 120px;
    }
}

@media (max-width: 349px) {
    .error_description-page .search-block--fixed {
        top: 155px;
    }
}

@media (max-width: 400px) {
    .search-block--active.search-block--fixed {
        width: 55%;
    }
}

/* ------------ search-results ------------ */

.search-results {
    display: flex;
    flex-direction: column;
    max-width: 1047px;
    margin-top: 47px;
}

.search-results .search-block {
    margin-bottom: 47px;
}

.search-results__link {
    display: block;
    margin-bottom: 16px;
    font-family: "Arial";
    font-weight: 700;

}

.search-results__link:hover {
    color: #4B6A8A;
    text-decoration: underline;
}

.search-results__text {
    line-height: 1.56;
    font-family: "Arial";
    margin-bottom: 3px0;
}

.search-results__text:last-of-type {
    margin-bottom: 0;
}

.search-results__mark {
    color: #808A18;
    font-weight: 700;
    background-color: unset;
}

.search-results .pagination-list {
    margin: 47px auto 0 auto;
}

@media (max-width: 1023px) {
    .search-results .pagination-list {
        display: block;
    }

    .search-results .pagination-list__item {
        margin-left: 0;
        width: 30px;
        height: 30px;
    }

    .search-results .pagination-list__val {
        width: 30px;
        height: 30px;
        font-size: 16px;
    }
}

@media (max-width: 768px) {
    .search-results .search-block {
        margin-bottom: 25px;
    }

    .search-results .pagination-list {
        margin-top: 30px;
    }
}

/* ---------------- accordion ------------- */
.accordion {
	width: 100%;
}

.accordion__item {
	padding-left: 0;
	border-bottom: 1px solid #4B6A8A;
}

.accordion__item._open .accordion__dropdown{
	display: block;
}

.accordion__dropdown a[href^=tel] {
	color: #4B6A8A !important;
	cursor: pointer;
}

.accordion__btn {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 30px 0 14px 0;
	background-color: unset;
	border: none;
	cursor: pointer;
	font-size: 20px;
	line-height: 1.7;
	font-weight: 700;
	color: #4B6A8A;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.accordion__btn span {
	max-width: 700px;
}

.accordion__btn svg {
	margin-left: 10px;
	min-width: 16px;
	height: 8px;
	fill: #4B6A8A;
}

.accordion__dropdown {
	display: none;
	padding-bottom: 14px;
}

.accordion__dropdown p {
	font-size: 14px;
	line-height: 1.7;
	font-weight: 400;
	font-family: Arial, Helvetica, sans-serif;
}

.accordion__dropdown p:last-child {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.accordion__btn {
		padding: 15px 0 7px 0;
		font-size: 14px;
	}

	.accordion__dropdown p {
		font-size: 14px;
	}
}

/* ------------- faq-container -------------- */
.faq-container {
	display: flex;
}

.faq-container .accordion {
	width: 51%;
	margin-right: auto;
}

.faq-container .form {
	width: 41.5%;
	margin-left: 30px;
}

.faq-container .form .btn {
	min-width: unset;
}

@media (max-width: 1024px) {
	.faq-container {
		flex-direction: column;
	}

	.faq-container .accordion {
		width: auto;
		margin-right: unset;
		margin-bottom: 30px;
	}

	.faq-container .form {
		width: auto;
		margin-left: 0;
	}
}

.answer_questions__more_questions {
	margin: 10px;
}

.answer_questions__container {
	display: flex;
	flex-direction: column;
	align-items: center;
}

ul.lsn {
	list-style: none
}

ul.lsn > li {
	padding-left: 0;
}

ul.lsn > li:before {
	content: '';
}

.main-content__body .video-yt {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 25px;
}

.main-content__body .video-yt iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100% !important;
	border-width: 0;
	outline-width: 0;
}
/* End */


/* Start:/css/styles_add.css?16238462148797*/
.header .line1 .e a, .header .line1 .e a:hover, .header .line1 .e a:visited{
    color: #889EB5;
}
.anc_contacts {
    position: relative;
}
.l-contacts {
    pointer-events: none;
    left: 50%;
    transform: translateX(-50%);
    margin: 0 auto;
    min-width: 960px;
    position: absolute;
    top: 0;
    width: 960px;
}
.addresslist-toggle {
    display: none;
}
@media (max-width: 1430px) {
    .l-contacts.respons {
        left: 50px;
        transform: translateX(0);
    }
}
@media (max-width: 1279px) { 
    .l-contacts.respons {
        width: auto;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        min-width: 0;
    }
    .l-contacts.respons .b-contacts {
        width: 100%;
        position: relative;
    }

    .l-contacts.respons .b-addressList__address {
        margin-bottom: 0;
    }
    .l-contacts.respons .b-addressList__item:first-child {
        padding-left: 0;
    }
    .l-contacts.respons .b-contacts__address {
        display: none;
    }
    .l-contacts.respons .b-contacts__inner {
        padding: 20px 30px;
    }
    .l-contacts.respons .b-contacts__inner ul {
        margin: 0;
        display: flex;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .l-contacts.respons .b-contacts__inner li {
        padding: 0 0 0 20px;
        font-size: 12px;
        flex-shrink: 0;
    }      
    .l-contacts.respons .b-contacts__notice {
        display: none;
    }
}

@media (max-width: 710px) { 
    .addresslist-toggle {
        display: block;
        position: absolute;
        height: 100px;
        width: 100px;
        top: -50px;
        left: calc(50% - 50px);
        background-color: #fff;
        border-radius: 50%;
        box-shadow: 0 4px 9px rgba(169, 166, 147, 1);
        z-index: 0;
        pointer-events: auto;

    }
    .addresslist-toggle.is-open:before {
        transform: rotate(90deg);
    }
    .addresslist-toggle:before {
        content: "";
        position: absolute;        
        width: 20px;
        height: 38px;
        background: url(/css/../img/arr_rght.svg)  no-repeat;
        background-size: cover;
        top: 11px;
        right: 40px;
        transform: rotate(-90deg);
        transition: transform 0.3s;
    }
    .anc_contacts.respons {
        overflow: hidden;
    }
    .l-contacts.respons {
        left: 10px;
        bottom: 10px;
        width: calc(100% - 20px);
        min-width: 0;
        transform: translateY(calc(100% + 10px));
        transition: transform 0.3s;
        display: flex;
        justify-content: center
    }
    .l-contacts.respons.is-open {
        transform: translateY(0);
    }
    .l-contacts.respons .b-contacts{
        margin-top: 0;
        box-shadow: 0 10px 12px rgba(169, 166, 147, .29);
        max-width: 350px;
    }

    .l-contacts.respons .b-contacts__inner {
        display: flex;
        flex-direction: column;
        align-items: center;
        padding: 5px 30px;
    }
    .l-contacts.respons .b-contacts__inner ul {
        display: block;
        padding: 0;
    }

        
    .l-contacts.respons .b-contacts__inner li {
        margin-top: 15px;
        margin-bottom: 15px;
        padding-left: 0;
        padding: 0;
    }
    .l-contacts.respons .b-addressList__item:first-child {
        
    }
} 



.b-contacts {
    background: #fff;
    box-shadow: 0 4px 9px rgba(169, 166, 147, .29);
    margin-top: 50px;
    position: absolute;
    pointer-events: auto;
    width: 361px;
}

.b-contacts__inner {
    padding:50px 40px;
}

.b-contacts__address {
    color: #202020;
    font-style: normal;
    font-size: 28px;
    margin-bottom: 40px;
}

.b-contacts__notice {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 0;
}

.b-addressList__label:before {
    content: '';
    height: 21px;
    display: inline-block;
    margin-right: 9px;
    vertical-align: middle;
    width: 21px;
}
.b-addressList__label_metro1 {
    color: #b81190;
}
.b-addressList__label_metro1:before {
    background: url(/img/metro-icon1-small.png);
}

.b-addressList__label_metro2 {
    color: #004fa4;
}
.b-addressList__label_metro2:before {
    background: url(/img/metro-icon2-small.png);
}
.b-addressList__label_metro3 {
    color: #858693;
}
.b-addressList__label_metro3:before {
    background: url(/img/metro-icon3-small.png);
}
.b-addressList__item:before{
    content: '';
    min-width: 0;
}
.js-map-address{
    cursor: pointer;
}

.benefits2 li{
    margin-bottom: 30px;
    width: 33%;
}
.benefits2 li:before{
    content: '';
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
}
.benefits2 li.garantee:before{
     content:'';
     background-image: url(/img/garantee.png);
 }
.benefits2 li.term:before{
    content:'';
    background-image: url(/img/term.png);
}
.benefits2 li.expert:before{
    content:'';
    background-image: url(/img/expert.png);
}
.benefits2 li.depot:before{
    content:'';
    background-image: url(/img/depot.png);
}
.benefits2 li.map_li:before{
    content:'';
    background-image: url(/img/map.png);
}
.benefits2 li.money:before{
    content:'';
    background-image: url(/img/money.png);
}
/*---*/
.benefits3 li:before{
    content: '';
    width: 48px;
    height: 48px;
    background-size: 48px 48px;
}
.benefits3 li.garantee:before{
    content:'';
    background-image: url(/img/garantee.png);
}
.benefits3 li.term:before{
    content:'';
    background-image: url(/img/term.png);
}
.benefits3 li.expert:before{
    content:'';
    background-image: url(/img/expert.png);
}
.benefits3 li.depot:before{
    content:'';
    background-image: url(/img/depot.png);
}
.benefits3 li.map_li:before{
    content:'';
    background-image: url(/img/map.png);
}
.benefits3 li.money:before{
    content:'';
    background-image: url(/img/money.png);
}
#modal_price {
    font-size: 36px;
    font-weight: bold;
    line-height: 1;
    margin: 17px 0 18px 0;
    color: #454A52;
}

.price-block ul{
    list-style: none;
    content: '';
}
.price-block li:before{
    content: '';
}
.price-block li {
    display: block;
    margin-bottom: 15px;
}
.price-block li span {
    display: inline-block;
    vertical-align: top;
    font-size: 15px;
}

.price-block li.head {
    margin-bottom: 25px;
}
.price-block .head span {
    font-size: 13px;
    color: #959595 !important;
}
.price-block li .text {
    color: #000;
    width: 400px;
    margin-left: 35px;
}
.price-block li .price {
    color: #007fc6;
    width: 125px;
}
.price-block li .ofprice {
    color: #d94725;
    width: 230px;
}
.price-block li .diprice {
    color: #d94725;
}
.price-block a.slide-title{
    text-align: center;
    display: block;
}

/*b-payment-cards*/
.b-payment-cards {
    border-top: 1px dotted  #dedede;
}
.b-payment-cards .container {
    padding-bottom: 70px;
}
.b-payment-cards .title {
    margin-top: -8px;
    text-align: center;
    font-size: 15px;
    color: #424242;
}
.b-payment-cards .title span {
    display: inline-block;
    padding: 0 10px;
    background: #fff;
}
.cards-list {
    padding-top: 35px;
    list-style: none;
}
.cards-list li {
    width: 160px;
    float: left;
    text-align: center;
}
.cards-list li:first-child {
    margin-left: 0;
}
.cards-list li span {
    display: block;
    margin-top: 15px;
    font-size: 12px;
    color: #424242;
}
.contact-info .addr .e{
    width: 33.3%;
}


.navigation{
    margin-bottom: 10px !important;
}
.head-block .container, .nofloat{
    height: auto;
}
.menu .main > ul > li > *:first-child{
    font-size: 17px;
}
.header .phone{
    font-size: 20px;
}
.header .line1{
    font-size:15px;
}
.also .in, .gall-services .nav .in{
    font-size: 18px;
}
/*----------------------*/
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover{
    border: none;
    background: none;
    color: #4B6A8A;
}
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
    border: none;
    background: none;
    color: #4B6A8A;
}
/*-------------------*/
.side-menu ul li ul{
    top:0;
    padding: 5px 10px;
}
.side-menu ul li ul li{
    font-size:12px;
}
@media (max-width: 768px) {
    .sm-mb-4{
        margin-bottom: 4rem;
    }
}
/* End */


/* Start:/css/1000.css?16644445049982*/
@charset "utf-8";

@media only screen and (max-width: 1200px) {

body {
	font-size: 13px;
}

h1 {
	font-size: 48px;
}

h2,
.gallery h2,
.modal .title1 {
	font-size: 32px;
}

.navigation {
	margin-bottom: 89px;
}

.head-block {
	padding-bottom: 70px;
}

.head-block h1:last-child {
	margin-top: -30px;
	margin-bottom: 4px;
}

.head-block .text {
	max-width: 530px;
	font-size: 16px;
	line-height: 29px;
}

.header .line2 .e {
	display: none;
}

.menu .toggle {
	position: relative;
	left: auto;
	float: right;
	margin-right: 50px;
}

.menu .toggle.to-close {
	display: block;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1005;
	text-align: center;
	padding: 0;
	margin: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	overflow: hidden;
	height: 0;
	opacity: 0;
}

.menu .toggle.to-close .icon {
	position: relative;
	top: auto;
	left: auto;
	margin: 0 13px 0 0;
	display: inline-block;
	vertical-align: middle;
}

#show-menu:checked + div .menu .toggle.to-close {
	padding: 24px 0;
	opacity: 1;
	height: auto;
	margin-top: 88px;
}

.menu .main ul {
	margin: 0!important;
	float: none!important;
}

.menu .main,
.menu .main .sub {
	margin: 0!important;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 0;
	overflow: auto;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.93);
	float: none;
	opacity: 1;
	padding: 0;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.menu .main .sub {
	background: rgba(255, 255, 255, 1);
}

#show-menu:checked + div .menu .main,
#show-menu:checked + div .menu .main .sub {
	z-index: 1000;
	height: 100%;
	padding-top: 243px;
}

.menu .main > ul {
	text-align: center;
	font-weight: normal;
	font-size: 26px;
	line-height: 32px;
	text-transform: uppercase;
	color: #383C48;
}

.menu .main > ul > li,
.menu .main .sub li {
	float: none;
	margin: 0 0 31px 0;
	padding: 0;
}

.menu .main .sub li:first-child {
	margin-top: 22px;
}

.menu .main > ul > li > *:first-child {
	font-size: inherit;
	line-height: inherit;
	font-weight: inherit;
	text-transform: inherit;
	color: inherit;
	float: none;
	margin: 0;
	padding: 0;
}

.menu .main > ul > li.has-sub > *:first-child {
	padding-left: 20px;
}

.menu .main > ul > li > a:hover,
.menu .main > ul > li.has-sub > *:first-child:hover,
.menu .main .sub ul > li > a:hover,
.menu .main .sub ul > li > .back:hover {
	color: #808A18!important;
}

.menu .main a.parent[aria-expanded="true"] {
	padding-bottom: 10px;
}

.menu .main > ul > li .arr {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	top: -1px;
	width: 8px;
	height: 12px;
	margin: 0 0 0 13px;
}

.menu .main > ul > li .arr:before,
.menu .main > ul > li .arr:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background: url(/css/../img/menu-arr.png) no-repeat;
	background-size: 100% auto;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.menu .main > ul > li .arr:after {
	background-position: 0 -16px;
	opacity: 0;
}

.menu .main > ul > li a:hover .arr:before {
	opacity: 0;
}

.menu .main > ul > li a:hover .arr:after {
	opacity: 1;
}

.menu .main > ul > li > *:first-child .line {
	display: none;
}

.menu .main > ul > li.has-sub:hover > *:first-child {
	color: inherit;
}

.menu .main .sub {
	z-index: 1000;
	transform: translate3d(100%, 0, 0);
	-webkit-transform: translate3d(100%, 0, 0);
}
.menu .main .open .sub{
		transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
.menu .main .sub ul {
	width: auto;
	overflow: visible;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	float: none;
	opacity: 1;
	padding: 0;
}

.menu .main > ul > li:hover .sub ul {
	width: auto;
}

.menu .main .sub ul > li > * {
	width: auto;
	/*display: inline; */
	font-size: inherit;
	line-height: inherit;
	padding: 0;
	color: inherit;
}

.menu .main .sub ul > li > a:hover {
	background-color: transparent;
}

.menu .main .sub .back {
	font-weight: bold;
	display: inline;
}

.menu .main .sub .back .arr {
	-moz-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	transform: scale(-1, 1);
	margin: 0 13px 0 0;
}



.benefits-ind {
	padding-right: 0;
}

.benefits {
	float: none;
	width: auto;
	margin: 35px -30px 12px 0;
}

.benefits li {
	display: inline-block;
	vertical-align: top;
	width: 50%;
	margin: 0 -1px 28px 0;
	padding-left: 50px;
	padding-right: 40px;
}

.benefits li {
	padding-left: 50px;
}

.benefits > li:before,
.benefits2 > li:before,
.benefits3 > li:before {
	font-size: 36px;
	top: 4px;
}

.benefits .title1,
.benefits2 .title1,
.benefits3 .title1 {
	font-size: 14px;
	line-height: 23px;
	margin-bottom: 9px;
}

.contacts {
	font-size: 13px;
}

.contacts .title1 {
	font-size: 20px;
	margin: 0 0 10px 0;
}

.contacts .half .in {
	max-width: 405px;
	padding-left: 50px;
	padding-right: 30px;
	padding-top: 54px;
}

.contacts .half:first-child .in {
	padding-left: 30px;
	padding-right: 50px;
}

.contacts .btn {
	left: 50px;
}

.contacts .half:first-child .btn {
	left: 30px;
}

.footer .b .e.w1 {
	width: 26%;
}

.footer .b .e.w2 {
	width: 17%;
}

.footer .b .e.w3 {
	width: 26%;
}

.footer .b .e.w4 {
	width: 31%;
}

.side-menu-ind {
	padding-left: 240px;
}

.side-menu ul {
	width: 210px;
	font-size: 14px;
}

.side-menu li > * {
	padding-left: 30px;
	padding-right: 40px;
}

.side-menu li > *:after {
	right: 14px;
}

.gallery {
	padding-top: 26px;
	padding-bottom: 19px;
}

.gallery h2 {
	margin-bottom: 26px;
}

.gallery .list {
	margin-bottom: 30px;
}

.gallery .list li {
	height: 95px;
}

.gallery.with-text .big {
	height: 446px;
}

.gallery .big .r {
	overflow: hidden;
	height: 100%;
	padding: 0 0 0 30px;
}

.gallery .big .r .bg {
	padding-top: 38px;
	padding-right: 10px;
}


.soc .bg {
	padding-top: 58px;
	padding-bottom: 43px;
}

.soc .bg .l,
.soc .bg .r {
	top: 33px;
}

.soc h2 {
	margin-bottom: 7px;
}



.articles {
	padding-top: 50px;
	padding-bottom: 30px;
}

.articles.with-bg {
	padding-top: 55px;
}

.articles .e {
	width: 33.33%;
	font-size: 13px;
}

.articles.one-line .e:nth-child(4) {
	display: none;
}

.articles .photo,
.articles .photo .cell {
	height: 172px;
}

.pagination {
	margin-bottom: 20px;
}

.article {
	font-size: 13px;
}

.article .date {
	margin-bottom: 14px;
}

.article .b {
	margin-top: 35px;
}

.block.vacancies {
	font-size: 13px;
	padding-top: 20px;
	padding-bottom: 44px;
}

.vacancies .hold .e h3 {
	font-size: 16px;
	line-height: 26px;
	padding-top: 25px;
	padding-bottom: 25px;
}

.vacancies .hold .e .in {
	margin-top: 30px;
	margin-bottom: -2px;
}

.vacancies .want {
	font-size: 16px;
	line-height: 26px;
	margin-top: 58px;
}

.vacancies .want h2 {
	margin-bottom: 15px;
}

.contact-info {
	padding-top: 43px;
	padding-bottom: 17px;
}

.contact-info .phone {
	font-size: 32px;
}

.contact-info .addr .e {
	padding-left: 50px;
	background-position: 0 1px;
}



.form .label {
	font-size: 14px;
}

.form .contact-form:before {
	margin-left: -90px;
}

.form .form-text {
	font-size: 16px;
	line-height: 28px;
	margin-bottom: 38px;
}

.form .form-text h2 {
	margin-bottom: 23px;
}

.services {
	padding-top: 82px;
	padding-bottom: 68px;
}

.services .line {
	margin-top: 50px;
	margin-bottom: 52px;
}

.services .e {
	font-size: 13px;
}

.services .text {
	padding-left: 90px;
}

.services .text img {
	margin-top: -1px;
	margin-left: 10px;
}

.services .title1 {
	font-size: 20px;
}

.benefits2 {
	margin-top: 28px;
	margin-right: -25px;
	margin-bottom: -2px;
}

.benefits2 li {
	padding-left: 55px;
	padding-right: 25px;
}

.selection-block {
	font-size: 13px;
}

.selections {
	margin-top: -30px;
}

.selection-block .bg {
	padding: 28px 30px 23px 30px;
}

.selection-block .title1 {
	font-size: 14px;
}

.services2 {
	float: none;
	width: auto;
	margin: 30px 0;
	padding: 28px 30px 23px 30px;
	font-size: 13px;
}

.services2 .title1 {
	font-size: 14px;
	margin-bottom: 25px;
}

.services2 ul {
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 30px;
	-moz-column-gap: 30px;
	column-gap: 30px;
	margin-right: 80px;
}

.services2 li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
}

.calc {
	padding-top: 0;
}

.calc .bg {
	background-position: 420px -45px;
}

.also {
	padding-top: 54px;
	padding-bottom: 13px;
}

.also h2 {
	margin-bottom: 40px;
}

.also ul,
.gall-services .nav ul {
	margin-right: -20px;
}

.also li,
.gall-services .nav li {
	padding-right: 20px;
	padding-bottom: 20px;
}

.gall-services .hold {
	height: 500px;
}

.gall-services .hold .container {
	padding-top: 91px;
}

.gall-services .hold .title1 {
	font-size: 36px;
	margin-bottom: 24px;
}

.gall-services .hold .text {
	font-size: 16px;
	line-height: 28px;
	max-width: 415px;
}

.gall-services .hold .more {
	margin-top: 23px;
}

.about {
	padding-top: 65px;
	padding-bottom: 21px;
}

.benefits3 {
	margin-top: 0;
}

.benefits3 > li {
	padding-left: 50px;
	margin-bottom: 32px;
}

.stat .bg {
	height: 130px;
	font-size: 13px;
	padding-top: 28px;
}

.stat .bg strong {
	font-size: 48px;
	margin-bottom: 4px;
}

.about2 {
	/*padding-top: 135px;*/
	padding-bottom: 35px;
}


.about2__title {
	font-size: 36px;
	line-height: 34px;
	padding: 0;
}

.about2__rating-desc {
	margin-left: 0;
}
.review-slide__line-row {
	padding-left: 0;
}
.about2 .head {
	width: 41%;
	font-size: 16px;
	line-height: 27px;
}

.about2 .text {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}
}
@media only screen and (max-width: 1120px) {
.contacts .bg-contact:before {
	margin-left:-85px;
}
}

/* End */


/* Start:/css/768.css?16644445046278*/
@charset "utf-8";

@media only screen and (max-width: 991px) {
	.hide768 {
		display: none;
	}
body {
	font-size: 13px;
}

h1 {
	font-size: 36px;
}

.container,
.contacts .half .in {
	padding-left: 24px!important;
	padding-right: 24px!important;
}

.calc .form .fix {
	margin: 0 auto;
}

.header .line1 .phone {
	margin: 0;
}

.header .line1 .phone-text {
	display: none;
}

.header .line1 .e {
	width: auto;
	float: none;
}

.header .line1 .e.l {
	float: left;
}

.header .line1 .e.r {
	float: right;
}

.navigation {
	margin-bottom: 70px;
}

.head-block {
	padding-bottom: 81px;
}

.head-block h1:last-child {
	margin-bottom: -25px;
}

.head-block .text {
	max-width: 370px;
	font-size: 14px;
	line-height: 25px;
}

.slide--text {
	max-width: 100%;
}
.slide__title{
	font-size: 30px;
}
.slide__title--text {
	font-size: 22px;
	margin-bottom: 16px;
}
.slide__teaser{
	font-size: 14px;
}
.slide__teaser--text p {
	margin-bottom: 16px;
}
.slide__more{
	font-size: 12px;
}
.slide__image{
	max-width: 300px!important;
	height: auto;
}

.benefits {
	margin-right: 0;
	margin-bottom: 41px;
}

.benefits li {
	display: block;
	width: auto;
	margin-right: 0;
}

.contacts .half {
	float: none;
}

.contacts .text {
	max-width: 400px;
}

.contacts .half .in {
	padding: 54px 35% 101px 5%!important;
	margin: 0 auto;
	float: none!important;
}

.contacts .btn,
.contacts .half:first-child .btn {
	left: 5%;
}

.contacts .bg-contact:before {
	left: auto;
    right: 50px;
}

.contacts .bg-map:before {
	margin-left: -20px;
	margin-right: -20px;
}

.footer .b {
	padding-top: 40px;
}

.footer .b .copy {
	clear: both;
	padding: 32px 0 0 0;
}

.footer .b .copy1 {
	display: none;
}

.footer .b .copy2 {
	text-align: center;
	display: block;
}

.footer .b .e.w1 {
	float: none;
	width: auto;
}

.footer .b .e.w2 {
	width: 26%;
}

.footer .b .e.w3 {
	width: 35%;
}

.footer .b .e.w4 {
	width: 39%;
}

.footer .b .logo {
	margin-bottom: 30px;
}

.footer .b .copy {
	padding-right: 40px;
}

.side-menu-ind {
	padding-left: 0;
}

.side-menu {
	position: relative;
	left: 0;
	right: 0;
	margin: -21px 0 0 0;
}

.side-menu ul {
	position: relative;
	width: auto;
	top: auto;
	padding-left: 19px;
}

.side-menu ul:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.side-menu li {
	white-space: nowrap;
}

.side-menu li > * {
	padding-left: 21px;
	padding-right: 21px;
}

.side-menu li > *:after {
	display: none;
}

.side-menu + .block.text-block {
	padding-top: 44px;
}

.gallery .list li {
	height: 118px;
}

.gallery h2 {
	margin-top: 20px;
	margin-bottom: 33px;
}

.gallery.with-text .big {
	height: auto;
}

.gallery .big .l {
	height: auto;
	max-width: none;
	float: none;
}

.gallery .big .l img {
	height: auto;
	width: 100%;
	max-height: none;
}

.gallery .big .r {
	padding: 30px 0 0 0;
}

.gallery .big .r .bg {
	padding-bottom: 30px;
}

.gallery .big .r .bg:before {
	top: auto;
	bottom: 100%;
	left: 33px;
	border-color: #eff3f8 transparent;
	border-width: 0 11px 15px 11px;
	margin: 0 -11px;
}



.articles .e {
	width: 50%;
}

.articles.one-line .e:nth-child(3) {
	display: none;
}

.articles .photo,
.articles .photo .cell {
	height: 204px;
}

.vacancies .want .phone-tab {
	display: block;
}

.map {
	height: 428px;
}

.form .label {
	font-size: 14px;
}

.form .contact-form:before {
	margin-left: -45px;
}

.services {
	padding-top: 10px;
	padding-bottom: 9px;
}

.services .line {
	display: none;
}

.services .hold {
	margin: 0 -15px;
}

.services .e {
	display: block;
	margin: 0;
	padding: 42px 15px 40px 15px;
	width: 100%;
	border-top: 2px dashed #E3E8EE;
}

.services .e:first-child {
	border-top-width: 0;
}

.services .text {
	padding-left: 120px;
}

.services .text img {
	margin-left: 20px;
}

.services .in:hover .cover-link,
.services .in:hover .bg {
	margin-top: -35px;
	margin-bottom: -35px;
}

.benefits2 {
	margin-top: 45px;
	margin-bottom: -54px;
	margin-right: -45px;
}

.benefits2 li {
	width: 50%;
	padding-right: 45px;
	margin-bottom: 23px;
}

.benefits2 li:before {
	top: -3px;
}

.benefits2 .title1 {
	margin-bottom: 7px;
}

.selections {
	margin-top: 0;
}

.block.selection-block {
	padding-top: 30px;
}

.block.selection-block + .block.selection-block {
	margin-top: 0;
}

.selection-block .bg {
	padding-left: 42px;
	padding-right: 42px;
}

.services2 {
	margin-bottom: 50px;
}

.also {
	padding-top: 44px;
	padding-bottom: 10px;
}

.gall-services .nav .inline {
	display: none;
}

.gall-services .nav .in {
	height: auto;
	padding: 50%;
}

.gall-services .nav .in img {
	top: 50%;
	left: 50%;
	margin: -32px;
}

.about {
	padding-top: 41px;
	padding-bottom: 42px;
}

.about .l,
.about .r {
	float: none;
	width: auto;
	padding: 0;
}

.about .r {
	margin-top: 45px;
}

.benefits3 > li {
	margin-bottom: 28px;
}

.stat {}

.stat li {
	width: 50%;
}

.stat .bg {
	height: 130px;
	text-align: left;
	padding: 0 15px 0 0;
}

.stat .bg strong {
	float: left;
	text-align: center;
	line-height: 130px;
	min-width: 35%;
	padding: 0 15px 0 35px;
}

.stat .bg .cell {
	height: 130px;
}

.about2 {
	/*padding-top: 294px;*/
	padding-bottom: 35px;
}

.about2 h2 {
	line-height: 1.45;
	margin-top: -8px;
	margin-bottom: 16px;
}

.about2 .head {
	float: none;
	width: auto;
	padding: 0;
	margin: 0 0 29px 0;
}

.about2 .text {
	padding: 0;
}

.about2.pages {
	margin-left: 0;
}
	.special-service__button {
		display: inline-block;
		padding: 10px;
		background: linear-gradient(360deg, #3C69AE 0%, #5685C6 100%);
		color: #ffffff;
		font-size: 14px;
		line-height: 23px;
		text-align: center;
		white-space: nowrap;
		text-transform: uppercase;
		border-radius: 4px;
		font-weight: bold;
		width: 140px;
		height: 40px;
		margin: 0 5px;
		margin-top: 5px;
		min-width: 140px;
	}
	.special-service__map::before {
		content: none;
	}

	.special-service__button:hover {
		color: #C4C4C4;
	}

	.special-service__button img {
		padding-right: 5px;
	}

	.special-service__map-desc {
		display: inline-block;
		padding-top: 15px;
		text-transform: uppercase;
		font-size: 16px;
		color: #889EB5;
		font-weight: 500;
		text-align: center;
	}
	.special-service__map-image {
		min-height: unset;
	}

.special-service__slider {
	margin-top: 30px;
}
.special-service__map {
	display: flex;
	align-items: center;
}
}

/* End */


/* Start:/css/320.css?166928756414319*/
@charset "utf-8";

@media only screen and (max-width: 767px) {

.hide320 {
	display: none;
}

.show320 {
	display: block;
}

textarea {
	height: 152px;
}

h1,
h2,
h3,
h4,
h5,
h6,
.title1,
.gallery h2 {
	line-height: 1.45;
}

h1 {
	font-size: 26px;
	margin-bottom: 24px;
}

h2,
.gallery h2,
.modal .title1 {
	font-size: 22px;
	margin-bottom: 16px;
}

.container,
.contacts .half .in {
	padding-left:  15px!important;
	padding-right: 15px!important;
}


.header {
	position: relative;
}

.header-place {
	display: none;
}

.header .line2 {
	padding-bottom: 0;
	padding-top: 22px;
}

.header .line1 {
	display: none;
}

.header .line2 .logo,
.scroll .header .line2 .logo {
	font-size: 24px;
	float: none;
	text-align: center;
	margin: -5px 0 7px 0;
}

.header .line2 .logo img,
.scroll .header .line2 .logo img {
	height: 60px;
	margin: 0 6px 0 0;
}

.header .link-enroll {
	display: none;
}

.menu {
	border-top: 1px solid #e3e8ee;
	margin: 0 -15px;
	padding: 0;
	height: auto;
	overflow: visible;
	float: none;
}

.menu .toggle {
	padding: 10px 0 11px 0;
	height: auto;
	display: block;
	position: relative;
	left: auto;
	top: auto;
	width: auto;
	text-align: center;
	float: none;
}

.menu .toggle .icon,
.menu .toggle.to-close .icon {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	left: auto;
	top: -1px;
	margin: 0 10px 0 0;
}

.menu .toggle .txt {
	position: static;
	top: auto;
	left: auto;
	margin: 0;
}

.menu .toggle.to-close {
	padding: 0;
}

#show-menu:checked + div .menu .toggle.to-close {
	padding: 17px 0;
	margin-top: 0;
	background-color: #fff;
}

#show-menu:checked + div .menu .main,
#show-menu:checked + div .menu .main .sub {
	padding: 86px 0 50px 0;
}

.menu .main > ul {
	font-size: 16px;
	line-height: 24px;
}
.menu .main .sub ul ul{
	max-height: none;
	overflow-x: visible;
}

.menu .main > ul > li,
.menu .main .sub li {
	margin-bottom: 22px;
}
.menu .main .sub ul > li > a.parent {
	padding: 0 20px 0 0;
}
.menu .main a.parent svg {
	position: absolute;
	top: 0;
	right: 5px;
}

.menu .main > ul > li .arr {
	margin: 0 0 0 7px;
}

.menu .main .sub .back .arr {
	margin: 0 7px 0 0;
}

.menu .contact {
	display: block;
	text-align: center;
	margin: 40px 0 0 0;
}

.menu .contact .phone {
	margin: 0 0 27px 0;
}

.path {
	display: none;
}

.navigation {
	text-align: center;
	margin-bottom: 27px;
}

.head-block {
	text-align: center;
	padding-bottom: 30px;
	padding-top: 30px;
}

.head-block.bg-index {
	background: #fff;
	box-shadow: 0 2px 15px 0 rgba(135,158,181,0.2);
}

.head-block.bg-index h1 {
	font-size: 36px;
	line-height: 1.333;
	margin-top: 10px;
	margin-bottom: 7px;
}

.head-block.bg-index h2 {
	margin-bottom: 10px;
}
.head-block.bg-index .text {
	font-size: 16px;
}
.head-block.bg-index .btn-hold {
	margin-top: 20px;
}

.head-block .link-back {
	display: block;
	margin-bottom: -20px;
}

.head-block h1:last-child {
	margin-top: 0;
	margin-bottom: -6px;
}

.head-block .btn-hold {
	margin-top: 28px;
}

.head-block .text {
	max-width: none;
	line-height: 26px;
}

.block {
	padding-top: 42px;
	padding-bottom: 16px;
}

.benefits {
	margin-top: 26px;
	margin-right: -15px;
	margin-bottom: 31px;
}

.benefits li {
	margin-top: 15px;
}

.img-l {
	float: none;
	margin: -4px 0 21px 0;
}

.img-l img {
	width: 100%;
	height: auto;
}

.contacts {
	display: block;
}

.contacts .half {
	float: none;
	width: auto;
}

.contacts .text {
	display: none;
}

.contacts .half .in {
	padding: 30px 15px!important;
	text-align: center;
}

.contacts .title1 {
	margin-bottom: 14px;
}

.contacts .btn,
.contacts .half:first-child .btn {
	position: relative;
	left: auto;
	bottom: auto;
	margin: 0;
}

.contacts .bg-contact:before,
.contacts .bg-map:before {
	display: none;
}
	.footer{
		padding-bottom: 30px;
	}
.footer .b .logo {
	display: none;
}

.footer .b {
	padding-top: 33px;
	padding-bottom: 33px;
}

.footer .b .e {
	float: none;
	width: auto!important;
	display: inline;
}

.footer .b .copy {
	clear: both;
	padding: 32px 0 0 0;
}

.footer .b .copy1 {
	display: none;
}

.footer .b .copy2 {
	display: block;
}

.footer .b .big {
	margin-bottom: 10px;
}

.footer .b ul {
	margin-bottom: 20px;
}

.footer .b li {
	margin-top: 10px;
}

.footer .b .copy {
	padding: 0;
}

.side-menu {
	position: fixed;
	padding: 40px 0 0 0;
	margin-top: 0;
	margin-bottom: 20px;
	float: none;
	top: 0;
	height: 100%;
	width: 260px;
	z-index: 21;
	background: white;
	left: -260px;
	transition: 0.3s;
}

	.side-menu.open{
		left: 0;
	}

	.side-menu.open .menu__burger{
		left: 260px;
	}

.side-menu .menu__burger{
	position: fixed;
	background-color: #fff;
	width: 48px;
	height: 48px;
	top: calc(100% - 100px);
	left: 0;
	cursor: pointer;
	transition: 0.3s;
	border-right: 1px solid #E6E6E6;
	border-top: 1px solid #E6E6E6;
	border-top-right-radius: 4px;
}

.side-menu .menu__burger span:nth-child(1) {
	top: 15px;
}

	.side-menu .menu__burger span:nth-child(2) {
		top: 22px;
	}

	.side-menu .menu__burger span:nth-child(3) {
		top: 29px;
	}

	.side-menu .menu__burger span {
		width: 25px;
		left: 12px;
		display: block;
		position: absolute;
		height: 2px;
		background: #3065b2;
		opacity: 1;
	}

.side-menu ul {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #E3E8EE;
	box-shadow: none;
	-webkit-box-shadow: none;
	padding: 19px 0 14px 14px;
}

.side-menu li > * {
	padding: 5px 6px;
}

.side-menu + .block.text-block,
.text-block {
	padding-top: 38px;
}

.side-menu-ind{
	padding-left: 0;
}


.gallery {
	padding-top: 0;
	padding-bottom: 24px;
}

.rlink-all {
	display: none;
}

.gallery h2 {
	margin-top: 42px;
	margin-bottom: 28px;
}

.gallery .list {
	margin: 0 15px;
	text-align: left;
}

.gallery .list li {
	width: 290px;
	height: 210px;
	margin: 0;
	text-align: center;
}

.gallery .list li.op {
	opacity: 1;
}

.gallery .list li.active {
	box-shadow: none;
	-webkit-box-shadow: none;
}

.gallery .list li.active:after {
	display: none;
}

.gallery .list li:before {
	display: none;
}

.gallery .big,
.gallery .text {
	display: none;
}

.gallery .count {
	display: block;
}




.soc {
	text-align: center;
}

.soc .bg {
	margin: 0;
	padding: 43px 0 47px 0;
}

.gallery + .soc .bg {
	padding-top: 17px;
}

.soc .bg .l,
.soc .bg .r {
	display: none;
}

.soc h2 {
	margin-bottom: 1px;
}

.soc .big {
	margin-bottom: 23px;
}



.articles {
	padding-top: 40px;
}

.articles.with-bg {
	padding-top: 35px;
}

.articles .e {
	width: 100%;
}

.articles.one-line .e:nth-child(2) {
	display: none;
}

.articles .bg {
	display: none;
}

.articles .photo,
.articles .photo .cell {
	height: 172px;
}

.articles .more {
	opacity: 1;
}

.pagination {
	margin-top: 20px;
	margin-bottom: 20px;
}

.articles h2 {
	margin-bottom: 14px;
}

.articles.one-line h2 {
	text-align: center;
}

.articles .all {
	text-align: center;
	margin: 5px 0 27px 0;
}

.article .date {
	text-align: center;
}

.article .b:after {
	content: ' ';
	clear: both;
	display: block;
	width: 0;
	height: 0;
	overflow: hidden;
	font-size: 0;
}

.article .b {
	text-align: center;
}

.article .b .link-back {
	float: none;
}

.article .b .share {
	float: none;
	margin: 30px 0 0 0;
}

.article .b .share .txt {
	display: block;
	margin: 0 0 10px 0;
}

.article .b .share .in {
	display: block;
}

.block.vacancies {
	padding-top: 5px;
	padding-bottom: 49px;
}

.vacancies .hold .e h3 {
	padding-top: 20px;
	padding-bottom: 21px;
}

.vacancies .hold .e .in {
	margin-top: 15px;
}

.vacancies .want {
	text-align: center;
	margin-top: 34px;
	font-size: 14px;
	line-height: 25px;
}

.vacancies .want h2 {
	margin-bottom: 15px;
}

.vacancies .want .phone-mob {
	display: block;
}

.contact-info {
	padding-top: 30px;
	padding-bottom: 9px;
	text-align: center;
}

.contact-info .phone {
	font-size: 22px;
	line-height: 39px;
	margin-bottom: 21px;
}

.contact-info .addr .e {
	display: block;
	width: auto;
	padding: 56px 0 0 0;
	margin-bottom: 30px;
	background-position: 50% 0;
}

.map {
	height: 281px;
}

.form {

}

.form .label {
	font-size: 13px;
	text-align: left;
}

.form .contact-form:before {
	display: none;
}

.form .row + .row,
.form .half + .half {
	margin-top: 25px;
}

.form .form-text {
	text-align: center;
	font-size: 14px;
	line-height: 26px;
	margin-bottom: 15px;
}

.form .form-text h2 {
	margin-bottom: 15px;
}

.form .submit .btn {
	width: 100%;
}

.half,
.half + .half {
	float: none;
	width: auto;
	padding: 0;
}

.services {
	padding-top: 40px;
	padding-bottom: 40px;
}

.services .hold,
.also ul {
	margin: 0;
}

.services .e,
.also li {
	border: 0;
	padding: 0;
	margin: 20px 0 0 0;
}

.services .e:first-child,
.also li:first-child {
	margin-top: 0;
}

.services .in,
.also .in {
	border: 1px solid #e3e8ee;
	border-radius: 4px;
	-webkit-border-radius: 4px;
}

.services .text {
	padding: 107px 15px 25px 15px;
	text-align: center;
}

.services .text img {
	top: 0;
	left: 50%;
	margin: 30px -32px;
	opacity: 1!important;
}

.services .text img:first-child {
	opacity: 0!important;
}

.services .title1 {
	font-weight: 600;
	font-size: 14px;
	margin: 0;
}

.services .in .bg {
	display: none;
}

.services .in:hover .cover-link,
.services .in:hover .bg {
	margin: 0;
}

.services .in-text {
	display: none;
}

.benefits2 {
	margin: 0;
	padding: 35px 15px 0 15px;
}

.benefits2 li {
	display: block;
	width: auto;
	margin: 0 0 24px 0;
}

.benefits2 li:last-child {
	margin-bottom: 0;
}

.block.selection-block {
	padding-top: 40px;
}

.block.selection-block + .block.selection-block {
	margin-top: 0;
}

.selection-block .bg {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	border: 1px solid #E3E8EE;
	box-shadow: none;
	-webkit-box-shadow: none;
	margin: 0;
	padding: 26px 20px 6px 20px;
}

.selection-block .title1 {
	font-size: 14px;
	margin-bottom: 13px;
}

.selection-block ul {
	-webkit-column-count: 1;
	-moz-column-count: 1;
	column-count: 1;
}

.selection-block li {
	display: inline-block;
	vertical-align: top;
	width: 100%;
	margin: 0 0 12px 0;
	padding: 0;
}

.selection-block li:before {
	display: none;
}

.services2 {
	display: none;
}

.calc {
	padding-top: 0;
	padding-bottom: 0;
}

.calc .bg,
.calc .bg.result {
	min-height: 0;
	background-image: none;
	padding: 24px 20px 30px 20px;
}

.calc .bg .icon {
	display: none;
}

.calc .bg.result .r {
	float: none;
	width: auto;
	margin: 0 0 27px 0;
}

.calc .bg.result .r .btn {
	min-width: 0;
	display: block;
}

.calc .bg.result .r .big1 {
	margin: 0;
}

.calc .bg.result .r .big2 {
	font-size: 26px;
}

.also {
	padding-top: 34px;
	padding-bottom: 38px;
	text-align: center;
}

.also h2 {
	margin-bottom: 15px;
}

.also li {
	display: block;
	padding: 0;
	width: auto;
}

.also .in {
	height: 156px;
	padding-top: 98px;
}

.also img {
	height: 64px;
	width: 64px;
	position: absolute;
	top: 0;
	left: 50%;
	margin: 30px -32px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	opacity: 1;
}

.also img:first-child {
	opacity: 0;
}

.also .in:hover img {
	opacity: 0;
}

.also .in:hover img:first-child {
	opacity: 1;
}

.also .cover-link {
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}

.also .in a {
	color: inherit;
}

.gall-services {
	display: none;
}

.about {
	padding-top: 1px;
	padding-bottom: 11px;
}

.about .r {
	margin-top: 32px;
}

.checklist > li {
	padding-left: 24px;
}

.stat {
	padding-top: 0;
}
.stat ul {
	margin: 0;
}

.stat li {
	display: block;
	width: auto;
	padding-right: 0;
	padding-bottom: 20px;
	margin: 0 10px;
}

.stat .bg {
	text-align: center;
	height: 165px;
	font-size: 14px;
	line-height: 18px;
	padding: 36px 0 0 0;
}

.stat .bg strong {
	float: none;
	min-width: 0;
	width: auto;
	padding: 0;
	height: auto;
	font-size: 64px;
	line-height: 1;
	margin: 0 0 5px 0;
}

.stat .cell {
	height: auto;
	display: inline;
}

.about2 {
	padding-top: 33px;
	padding-bottom: 85x;
	background-color: #eff3f8;
	background-image: none;
}

.about2__title {
    font-size: 22px;
    line-height: 21px;
    padding: 0;
    text-align: center;
}
.about2__rating {
    padding-bottom: 27px;
}
.about2__rating-desc {    
    font-size: 14px;
    line-height: 25px;
}
.testimonial {
    margin-top: 27px;
}
.review-slide__line-row {
    padding-left: 0;
	min-height: 350px;
}
.reviews-slider .slick-dots{
	width: max-content;
}
.about2__frame {
    display: flex;
    justify-content: center;
    align-items: center;
}
.fader {
	display: none;
}


/*--------------------*/
		.phone-fixed {
			display: block;
			position: fixed;
			width: 100%;
			bottom: 0;
			background-color: #383c48;
			color: #fff;
			text-align: center;
			height: 52px;
			font-size: 20px;
			font-weight: bold;
			line-height: 50px;
			z-index: 20000;
		}
.form-bg {
    padding: 20px!important;
}
	#map {
		height: 300px;
	}
    .special-service__wrap {
        box-shadow: unset;
        border: none;
        padding-top: 0;
    }
    .special-service__row-item {
		padding-bottom: 45px;
        border-bottom: none;
    }
	.special-service__info {
		order: 1;
	}
	.special-service__map {
		order: 2;
		justify-content: center;
	}
	.special-service__slider {
		order: 3;
	}
	.special-service__time-work {
		display: none;
	}
	.special-service__time-work--mobile {
		display: block !important;
	}
	.special-service__list {
		display: none;
	}
	.special-service__slider .ms-thumb-list {
		display: block;
	}
	.special-service__slider .ms-thumb-frame {
		border: none;
		outline: none;
		border-radius: 50%;
		background: #C4C4C4;
	}
	.special-service__slider .ms-thumb-frame.ms-thumb-frame-selected {
		outline: none;
		border: none;
		background: #3C69AE;
	}
	.special-service__map-link::before {
		opacity: 1;
		transform: translate(-50%, 0px);
	}
    .special-service__map-image {
        max-height: 150px;
        min-width: 100%;
    }
    .special-service__position {
        padding-top: 15px;
    }
	.features {
		margin-top: 20px;
	}
	.service_slider-item img {
		min-height: unset;
		max-height: 150px;
	}
	.service_slider-item {
		margin-right: 15px;
	}
	.yandex-place {
		min-width: unset;
	}
    .special-service__button {
        display: inline-flex;
        align-items: center;
        justify-content: center;
        padding: 0;
        margin: 0 5px;
        width: 120px;
        min-width: unset;
        box-sizing: content-box;
    }
}

/* End */


/* Start:/css/services.css?16342170091449*/
.service-item{
    display: flex;
    color: #494F57;
    align-items: center;
    position: relative;
    z-index: 1;
    padding: 30px;
}
.service-item:hover{
    color: #494F57;
}

.border_radius_services .service-item:hover, .border_radius_services .service-item__bg{
    border-radius: 8px;
    -webkit-border-radius: 8px;
}


.service-item__image{
    width: 64px;
    flex: 0 0 64px;
    margin-right: 20px;
}
.service-item__image img{
    height: auto;

}
.service-item__image img:nth-child(1){
    display: none;
}

.service-item:hover .service-item__image img:nth-child(2){
    display: none;
}
.service-item:hover .service-item__image img:nth-child(1){
    display: inline-block;
}

.service-item__name{
    font-size: 18px;
    font-weight: bold;
}

.service-item__bg{
    background: #FFF;
    border-bottom: 5px solid #b1bc3d;
    opacity: 0;

    box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.63);
    -webkit-box-shadow: 0px 10px 24px 0px rgba(173,187,201,0.63);

    border-radius: 4px;
    -webkit-border-radius: 4px;

    position: absolute;
    top: 20px;  left: 20px;  bottom: 20px;  right: 20px;
    margin: 0;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -ms-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
    z-index: -1;
}
.service-item:hover .service-item__bg{
    opacity: 1;
    top: 0px;  left: 0px;  bottom: 0px;  right: 0px;
}
/* End */


/* Start:/css/masterslider.css?156683429584*/
.master-slider img {
    max-width: none;
    display: block;
    width: 100%;
}
/* End */


/* Start:/js/masterslider/style/masterslider.css?152235747412793*/
/**
 *  Master Slider
 * 	Core css file
 */

.master-slider{
	position: relative;
	visibility: hidden;
	-moz-transform: translate3d(0 , 0 , 0);
}

.master-slider a {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}

.master-slider, .master-slider * {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}

.master-slider.before-init{}

.master-slider.ms-fullheight{height: 100%;}

.ms-layout-partialview .ms-view {
	overflow: visible;
	background-color:transparent;
}

.ms-layout-partialview .ms-container { overflow: hidden; }

.master-slider img, .ms-slide-bgvideocont video {max-width:none;}

.ms-ie img{border:none;}
.ms-ie8 * {opacity:inherit;filter:inherit;}
.ms-ie7   {zoom:1;}

.ms-moz .ms-slide-bgcont>img { transform: translateX(0px); }

.ms-loading-container{
	position:absolute;
	width:100%;
	top:0;
}

.ms-slide-auto-height { display: table; }

.ms-loading-container .ms-loading,
.ms-slide .ms-slide-loading {
	width: 36px;
	height: 36px;
	background: url(/js/masterslider/style/loading-2.gif) no-repeat center white;
	border-radius: 60px;
	box-shadow: 0px 0px 3px rgba(0,0,0,0.2);
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -18px;
	opacity: 0.9;
}


/* grab cursor */
.ms-no-swipe, .ms-def-cursor{cursor:auto !important;}
.ms-grab-cursor{cursor: url(/js/masterslider/style/grab.png), move;}
.ms-grabbing-cursor{cursor: url(/js/masterslider/style/grabbing.png), move;}
.ms-ie .ms-grab-cursor{cursor: move;}
.ms-ie .ms-grabbing-cursor {cursor: move;}

.ms-view {
	margin:0px auto;
	overflow:hidden;

	position:relative;
	-webkit-perspective: 2000px;
	-moz-perspective: 2000px;
	-ms-perspective: 2000px;
	perspective: 2000px;
}

.ms-view .ms-slide-container{position:relative;}

.ms-slide {
	position:absolute;
	height:100%;
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	-o-transform: translateZ(0px);
	transform: translateZ(0px);
}

.ms-wk .ms-slide {
	-webkit-transform-style: preserve-3d;
	transform-style: preserve-3d;
}

.ms-slide.selected {}

.ms-slide .ms-slide-bgcont,
.ms-slide .ms-slide-bgvideocont{
	position: absolute;
	overflow:hidden;
	width: 100%;
}

.ms-slide .ms-slide-link {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top:0;
	z-index: 110;
}

.ms-ie .ms-slide-link {
	background: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBR‌​AA7") 0 0 repeat;
}


.ms-slide .ms-slide-bgvideocont{
	z-index: 105;
	height: 100%;
}

.ms-wk .ms-slide .ms-slide-bgvideocont,
.ms-wk .ms-slide-bgvideocont>video{
	-webkit-transform: translateZ(0.3px);
	transform: translateZ(0.3px);
}

.ms-slide .ms-slide-bgvideo{
	position: absolute;
	top: 0px;
}

.ms-inner-controls-cont, .ms-container {position: relative; margin:0 auto;}
.ms-slide .ms-slide-bgcont img , .ms-container , .ms-inner-controls-cont{
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}

.ms-slide .ms-layer,
.ms-fixed-layers .ms-layer,
.ms-overlay-layers .ms-layer {
    position:absolute;
    pointer-events: auto;
}

.ms-layer-mask {
    position: absolute;
    overflow: hidden;
}

.ms-layer-mask .ms-layer{
    position: relative;
}

.ms-slide .ms-slide-layers,
.ms-overlay-layers .ms-slide-layers,
.ms-fixed-layers {
	position: absolute;
	overflow:hidden;
	width:100%;
	height: 100%;
	z-index: 109;
	top:0px;
	pointer-events: none;
}

.ms-slide .ms-slide-video{
	position:absolute;
	top:0;
	z-index: 111;

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

.ms-parallax-layer {
	width: 100%;
	position: absolute;
	top: 0;
}

.ms-scroll-parallax-cont{
	position: absolute;
	top:0;
	width: 100%;
	height: 100%;
}

.ms-wk .ms-scroll-parallax-cont{
	-webkit-transform: translateZ(0.4px);
	transform: translateZ(0.4px);
}

/*.ms-scroll-parallax .ms-sl-selected .ms-scroll-parallax-cont,
.ms-scroll-parallax .ms-sl-selected .ms-slide-bgcont{}
.ms-scroll-parallax .ms-slide-bgcont{}*/

/* ------------------------------------------------------------------------------ */
/* Overlayer layers */
.ms-overlay-layers {
    position: absolute;
    top: 0;
    z-index: 120;
    width: 100%;
    height: 100%;
    pointer-events: none;
}

/*-----------------------------------------------------------*/
.ms-action-layer{cursor: pointer;}
.ms-btn-container{position: absolute;}
.ms-btn {
	text-decoration: none;
	display: inline-block;
	color:black;
	position: relative;
	padding: 8px 15px;
	cursor: pointer;
	white-space: nowrap;
}

.ms-default-btn{
	background: #0074A2;
	border-radius: 5px;
	color: #FFF;
}
.ms-default-btn:hover{background-color: #0098D5;}
.ms-default-btn:active{top:1px;}


.ms-btn-s{
    padding: 14px 17px;
    font-size: 80%;
    line-height: 0;
}

.ms-btn-m{
    padding: 12px 40px;
}

.ms-btn-n{
    padding: 8px 25px;
    font-size: 95%;
}

.ms-btn-l{
    padding: 17px 50px;
    font-size: 120%;
}

.ms-btn-box{}
.ms-btn-round{border-radius: 5px;}
.ms-btn-circle{border-radius: 100px;}
.ms-btn-outline-box{}
.ms-btn-outline-round{border-radius: 5px;}
.ms-btn-outline-circle{border-radius: 100px;}
/*-----------------------------------------------------------*/

.ms-layer.video-box{background:black;}
.ms-layer.video-box iframe{
	padding:0;
	margin: 0;
	border: none;
	position: absolute;
	z-index: 111;
}

.ms-slide .ms-slide-vpbtn , .ms-slide .ms-video-btn{
	position:absolute;
	cursor: pointer;
	z-index: 112;
}

.ms-slide .ms-slide-vcbtn{
	position:absolute;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile{
	position: relative;
	bottom: 0;
	left:0;
	width:100%;
	height: 28px;
	background-color: black;
	color: white;
	text-align: center;
	cursor: pointer;
	z-index: 113;
}

.ms-slide-vcbtn-mobile .ms-vcbtn-txt {
    text-transform: uppercase;
    font-family: sans-serif;
    font-size: 0.75em;
    display: inline-block;
    background: url(/js/masterslider/style/video-close-btn.png) no-repeat 0px 3px;
    padding-left: 15px;
    height: 15px;
    color: #DBDBDB;
    margin-top: 7px;
}

.ms-wk .ms-slide .ms-slide-vcbtn,
.ms-wk .ms-slide .ms-slide-layers,
.ms-wk .ms-slide .ms-slide-vpbtn,
.ms-wk .ms-slide .ms-slide-video,
.ms-wk .ms-slide-link {
	-webkit-transform: translateZ(0.44px);
	transform: translateZ(0.44px);
}

.ms-video-img{
	position:absolute;
	width:100%;
	height:100%;
	top:0;
	left:0;
}

.ms-mask-frame{
	overflow:hidden;
	position:absolute;
	float:left;
}

/* controls */

.ms-thumb-list{
	overflow:hidden;
	position:absolute;
}

.ms-thumb-list.ms-dir-h {width: 100%;}
.ms-thumb-list.ms-dir-v {height: 100%; top: 0;}
.ms-thumbs-cont{position: relative;}
.ms-thumb-frame img{width:100%;	height:auto;}
.ms-thumb-frame{
	cursor: pointer;
	float: left;
	overflow: hidden;
	opacity: 0.5;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}
.ms-thumb-frame-selected{ opacity: 1; }

.ms-tabs .ms-thumb-frame {
	background-color: #F6f6f6;
	text-shadow: 0 1px 1px white;
	color: #222;
	border: solid 1px white;
	border-width: 0 1px 1px 0;
	overflow: visible;
	position: relative;
	opacity: 1;
	-webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame {margin-top: 12px;}
.ms-tabs.ms-dir-v .ms-thumb-frame {margin-left: 12px;}
.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame {margin-left: 0px;}
.ms-tabs.ms-dir-h.ms-align-top {z-index: 140;}
.ms-tabs.ms-dir-h.ms-align-top  .ms-thumb-frame{margin-top: -12px;}
.ms-tabs .ms-thumb{padding: 20px 20px;}
.ms-tabs .ms-thumb-frame-selected {	opacity: 1; background: #EDEDED;}
.ms-tabs .ms-thumb-frame .ms-thumb-ol {
    position: absolute;
    opacity: 0;
    -webkit-transition: all 300ms ease-out;
    -moz-transition: all 300ms ease-out;
    -ms-transition: all 300ms ease-out;
    -o-transition: all 300ms ease-out;
    transition: all 300ms ease-out;
}

.ms-tabs.ms-dir-h .ms-thumb-frame .ms-thumb-ol {
	top: 0px;
    left: 50%;
    margin-left: -12px;
	border-bottom: solid 12px #F6f6f6;
    border-left: solid 12px transparent;
    border-right: solid 12px transparent;
}

.ms-tabs.ms-dir-h.ms-align-bottom .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	top:-12px;
	border-bottom-color: #EDEDED;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame .ms-thumb-ol {
	bottom: 0px;
	top:auto;
	border-bottom:0px;
	border-top: solid 12px #F6f6f6;
}

.ms-tabs.ms-dir-h.ms-align-top .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	bottom:-12px;
	border-top-color: #EDEDED;
}

.ms-tabs.ms-dir-v .ms-thumb-frame .ms-thumb-ol {
	top: 50%;
    left: 0;
    margin-top: -12px;
    border-right: solid 12px #EDEDED;
    border-top: solid 12px transparent;
    border-bottom: solid 12px transparent;
}

.ms-tabs.ms-dir-v.ms-align-right .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	left:-12px;
	border-right-color:#EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame .ms-thumb-ol {
    left: auto;
    right: 0;
    border-right: 0;
    border-left: solid 12px #EDEDED;
}

.ms-tabs.ms-dir-v.ms-align-left .ms-thumb-frame-selected .ms-thumb-ol{
	opacity: 1;
	right:-12px;
	border-left-color:#EDEDED;
}

/* horizontal thumblist arrows*/
.ms-thumb-list.ms-dir-h .ms-thumblist-fwd, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    height: 100%;
    width: 20px;
    position: absolute;
    left: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd {
    right: 0;
    left: auto;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  content: close-quote;
  top: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 5px 5px 5px 0px;
  display: block;
  border-right-color: #FFF;
  width: 6px;
  height: 1px;
}

.ms-thumb-list.ms-dir-h .ms-thumblist-bwd:after {
  border-width: 5px 0px 5px 5px;
  border-left-color: #FFF;
  left: 7px;
}

/* vertical thumblist arrows */
.ms-thumb-list.ms-dir-v .ms-thumblist-fwd, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    width: 100%;
    height: 20px;
    position: absolute;
    top: 0;
    cursor: pointer;
    background: rgba(128, 128, 128, 0.5);
    text-align: center;
    color: white;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd {
    bottom: 0;
    top: auto;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-fwd:after, .ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  content: close-quote;
  left: 43%;
  position: relative;
  border: solid rgba(0, 0, 0, 0);
  border-width: 0px 5px 5px 5px;
  display: block;
  border-bottom-color: #FFF;
  height: 1px;
  top: 5px;
  width: 0;
}

.ms-thumb-list.ms-dir-v .ms-thumblist-bwd:after {
  border-width: 5px 5px 0px 5px;
  border-top-color: #FFF;
  top: 7px;
}


.ms-bullet{cursor:pointer;float: left;}
.ms-bullets.ms-dir-h {
	position: absolute;
	bottom: 20px;
	right: 50%;
	width: 100px;
}

.ms-bullets.ms-dir-v {
	position: absolute;
	top:50%;
}

.ms-bullets.ms-dir-v .ms-bullet{
	float: none;
}
.ms-bullets.ms-dir-h .ms-bullets-count {
	position: relative;
	right: -50%;
}

.ms-sbar {position: absolute;}
.ms-sbar.ms-dir-h {
	left: 10px;
	right: 10px;
	top: 5px
}

.ms-sbar.ms-dir-v {
	top: 10px;
	bottom: 10px;
	right: 5px
}

.ms-sbar .ms-bar {
	height: 4px;
	background: #333;
	border-radius: 4px;
}

.ms-sbar.ms-dir-v .ms-bar {	width: 4px;}

.ms-sbar .ms-bar{
	position:relative;
	-webkit-transition: opacity 300ms;
	-moz-transition: opacity 300ms;
	-ms-transition: opacity 300ms;
	-o-transition: opacity 300ms;
	transition: opacity 300ms;
}

.ms-timerbar {
	width: 100%;
	bottom: 0px;
	position: absolute;
}

.ms-ctimer {
	position: absolute;
	top: 30px;
	left: 30px;
	cursor: pointer;
}

.ms-ctimer-bullet {}

.ms-time-bar{
	-webkit-transition: width 120ms linear;
	-moz-transition: width 120ms linear;
	-ms-transition: width 120ms linear;
	-o-transition: width 120ms linear;
	transition: width 120ms linear;

}

.ms-ie7 .ms-tooltip-arrow{
	height:0px;
}

.ms-slide-info {position: absolute;}
.ms-slide-info.ms-dir-v {top:0;}
.ms-slide-info.ms-dir-h {width:100%;}

@keyframes point-anim{
	0% 		{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(0.5); -o-transform: scale(0.5); -ms-transform: scale(0.5);  opacity: 1; }
	100% 	{transform: scale(0.5); -webkit-transform: scale(0.5); -moz-transform: scale(1.5); -o-transform: scale(1.5); -ms-transform: scale(1.5);  opacity: 0; }
}

@-webkit-keyframes point-anim{
	0% 		{-webkit-transform: scale(0.5); opacity: 1; }
	100% 	{-webkit-transform: scale(1.5);	opacity: 0; }
}

/* In Android browser, using css animations over slider causes some crashes */
.ms-android .ms-tooltip-point .ms-point-border{
	animation:none;
	-moz-animation:none;
	-webkit-animation:none;
	-o-animation:none;
}

/* End */


/* Start:/js/masterslider/skins/default/style.css?15725091855251*/
/**
 *  Master Slider
 *  Default Skin
 */

.ms-skin-default .ms-slide .ms-slide-vpbtn,
.ms-skin-default .ms-video-btn{
	width: 50px;
	height: 51px;
	background: url(/js/masterslider/skins/default/light-skin-1.png) no-repeat -14px -150px;
	top: 50%;
	left: 50%;
	margin: -25px 0 0 -25px;
}

.ms-skin-default .ms-slide .ms-slide-vcbtn {
	width: 30px;
	height: 30px;
	background: url(/js/masterslider/skins/default/light-skin-1.png) no-repeat -24px -28px;
	top: 18px;
	right: 30px;
}

/* controls */

.ms-skin-default .ms-nav-next,
.ms-skin-default .ms-nav-prev {
	width: 30px;
	background: url(/js/masterslider/skins/default/light-skin-1.png);
	background-position: -89px -26px;
	height: 40px;
	cursor: pointer;
	top: 50%;
	left: 30px;
	margin-top: -20px;
	position: absolute;
	z-index: 110;
}
.ms-skin-default .ms-nav-next {
	right: 30px;
	left: auto;
	background-position: -89px -103px;
}



.ms-skin-default .ms-bullet {
	width: 10px;
	height: 10px;
	background: url(/js/masterslider/skins/default/light-skin-1.png) no-repeat;
	margin: 4px;
	background-position: -34px -117px;
}

.ms-skin-default .ms-bullet-selected {
	background-position: -34px -84px;
}


.ms-skin-default .ms-time-bar {
	height: 3px;
	background: #FFFFFF;
	border-top: solid 1px rgba(0, 0, 0, 0.41);
}


.ms-skin-default .ms-tooltip{
	position: absolute;
	z-index: 210;
	cursor: auto;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow{
	border-left: solid 10px transparent;
	border-right: solid 10px transparent;
	position: absolute;
	left: 50%;
	margin-left: -10px;
}

.ms-skin-default .ms-tooltip-top .ms-tooltip-arrow{
	border-top: solid 10px;
	border-top-color: silver;
	border-top-color: rgba(240, 240, 240, 0.88);
	bottom: -10px;
}

.ms-skin-default .ms-tooltip-bottom .ms-tooltip-arrow {
	border-bottom: solid 10px;
	border-bottom-color: silver;
	border-bottom-color: rgba(240, 240, 240, 0.88);
	top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow,
.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow{
	border-top: solid 10px transparent;
	border-bottom: solid 10px transparent;
	position: absolute;
	top: 50%;
	margin-top: -10px;
}

.ms-skin-default .ms-tooltip-right .ms-tooltip-arrow{
	border-right: solid 10px;
	border-right-color: silver;
	border-right-color: rgba(240, 240, 240, 0.88);
	left: -10px;
}

.ms-skin-default .ms-tooltip-left .ms-tooltip-arrow {
	border-left: solid 10px;
	border-left-color: silver;
	border-left-color: rgba(240, 240, 240, 0.88);
	right: -10px;
}

.ms-skin-default .ms-tooltip-point {cursor: pointer;}
.ms-skin-default .ms-tooltip-point .ms-point-center {
	width: 12px;
	height: 12px; 
	border-radius: 15px;
	border: solid 2px #BBB;
	background: white;
	margin: -8px 0 0 -8px;
	position: absolute;
	z-index: 105;
}

.ms-skin-default .ms-tooltip-point .ms-point-border {
	width: 22px;
	height: 22px; 

	background:rgba(0, 0, 0, 0.36);
	margin: -11px 0 0 -11px;
	position: absolute;
	border-radius: 15px;
	
	animation: point-anim 1.5s infinite ;
	-moz-animation: point-anim 1.5s infinite;
	-webkit-animation: point-anim 1.5s infinite;
	-o-animation: point-anim 1.5s infinite;
}

.ms-skin-default .ms-tooltip {
	max-width:200px;
}

.ms-skin-default .ms-tooltip-cont {
	padding: 10px;
	background: silver;
	background: rgba(240, 240, 240, 0.88);
	text-shadow: 0 1px 0px white;
	margin-left: -1px;
}

/* retina */
@media 
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (   min--moz-device-pixel-ratio: 2),
only screen and (     -o-min-device-pixel-ratio: 2/1),
only screen and (        min-device-pixel-ratio: 2),
only screen and (                min-resolution: 192dpi),
only screen and (                min-resolution: 2dppx) {
	
	.ms-skin-default .ms-slide .ms-slide-vpbtn,
	.ms-skin-default .ms-video-btn,
	.ms-skin-default .ms-slide .ms-slide-vcbtn,
	.ms-skin-default .ms-nav-next,
	.ms-skin-default .ms-nav-prev,
	.ms-skin-default .ms-bullet{
		background-image:url(/js/masterslider/skins/default/light-skin-1-retina.png);
		background-size: 152px 225px;
	}
	
}
.ms-thumb-list{
	height: auto!important;
}

.ms-thumb-frame{
	border-radius: 5px;
	border:3px solid transparent;
}
.ms-thumb-frame.ms-thumb-frame-selected{
	border-color: #34A0F1;
}

.ms-thumb{
	border-radius: 3px;
	min-height: 100%!important;
}


.ms-skin-gallery{
	padding-bottom: 10px;
}
.ms-skin-gallery .ms-nav-prev,
.ms-skin-gallery .ms-nav-next
{
	bottom: -60px;
	width: 40px;
	height: 40px;
	border: 2px solid #ADBBC9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	cursor: pointer;
	position: absolute;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
}
.ms-skin-gallery .ms-nav-prev:before,
.ms-skin-gallery .ms-nav-next:before
{
	content: '';
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px;
	background: url(/img/arr.png) no-repeat;
	background-size: 100% auto;
}

.ms-skin-gallery .ms-nav-next{
	right: 0;
}
.ms-skin-gallery .ms-nav-prev{
	left: 0;
}
.ms-skin-gallery .ms-nav-prev::before{
	transform: rotate(180deg);
}
/* End */


/* Start:/js/owlcarousel/owl.carousel.css?15224169013836*/
/** * Owl Carousel v2.3.3 * Copyright 2013-2018 David Deutsch * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE */
 .owl-carousel,.owl-carousel .owl-item{
    -webkit-tap-highlight-color:transparent;
    position:relative
}
.owl-carousel{
    display:none;
    width:100%;
    z-index:1
}
.owl-carousel .owl-stage{
    position:relative;
    -ms-touch-action:pan-Y;
    touch-action:manipulation;
    -moz-backface-visibility:hidden
}
.owl-carousel .owl-stage:after{
    content:".";
    display:block;
    clear:both;
    visibility:hidden;
    line-height:0;
    height:0
}
.owl-carousel .owl-stage-outer{
    position:relative;
    overflow:hidden;
    -webkit-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item,.owl-carousel .owl-wrapper{
    -webkit-backface-visibility:hidden;
    -moz-backface-visibility:hidden;
    -ms-backface-visibility:hidden;
    -webkit-transform:translate3d(0,0,0);
    -moz-transform:translate3d(0,0,0);
    -ms-transform:translate3d(0,0,0)
}
.owl-carousel .owl-item{
    min-height:1px;
    float:left;
    -webkit-backface-visibility:hidden;
    -webkit-touch-callout:none
}
.owl-carousel .owl-item img{
    display:block;
    width:100%
}
.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{
    display:none
}
.no-js .owl-carousel,.owl-carousel.owl-loaded{
    display:block
}
.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{
    cursor:pointer;
    -webkit-user-select:none;
    -khtml-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{
    background:0 0;
    color:inherit;
    border:none;
    padding:0!important;
    font:inherit;
    width: auto
}
.owl-carousel.owl-loading{
    opacity:0;
    display:block
}
.owl-carousel.owl-hidden{
    opacity:0
}
.owl-carousel.owl-refresh .owl-item{
    visibility:hidden
}
.owl-carousel.owl-drag .owl-item{
    -ms-touch-action:none;
    touch-action:none;
    -webkit-user-select:none;
    -moz-user-select:none;
    -ms-user-select:none;
    user-select:none
}
.owl-carousel.owl-grab{
    cursor:move;
    cursor:grab
}
.owl-carousel.owl-rtl{
    direction:rtl
}
.owl-carousel.owl-rtl .owl-item{
    float:right
}
.owl-carousel .animated{
    animation-duration:1s;
    animation-fill-mode:both
}
.owl-carousel .owl-animated-in{
    z-index:0
}
.owl-carousel .owl-animated-out{
    z-index:1
}
.owl-carousel .fadeOut{
    animation-name:fadeOut
}
@keyframes fadeOut{
    0%{
        opacity:1
    }
    100%{
        opacity:0
    }
}
.owl-height{
    transition:height .5s ease-in-out
}
.owl-carousel .owl-item .owl-lazy{
    opacity:0;
    transition:opacity .4s ease
}
.owl-carousel .owl-item img.owl-lazy{
    transform-style:preserve-3d
}
.owl-carousel .owl-video-wrapper{
    position:relative;
    height:100%;
    background:#000
}
.owl-carousel .owl-video-play-icon{
    position:absolute;
    height:80px;
    width:80px;
    left:50%;
    top:50%;
    margin-left:-40px;
    margin-top:-40px;
    background:url(/js/owlcarousel/owl.video.play.png) no-repeat;
    cursor:pointer;
    z-index:1;
    -webkit-backface-visibility:hidden;
    transition:transform .1s ease
}
.owl-carousel .owl-video-play-icon:hover{
    -ms-transform:scale(1.3,1.3);
    transform:scale(1.3,1.3)
}
.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{
    display:none
}
.owl-carousel .owl-video-tn{
    opacity:0;
    height:100%;
    background-position:center center;
    background-repeat:no-repeat;
    background-size:contain;
    transition:opacity .4s ease
}
.owl-carousel .owl-video-frame{
    position:relative;
    z-index:1;
    height:100%;
    width:100%
}

/* End */


/* Start:/js/owlcarousel/owl.theme.rusvolvo.css?15224170412074*/
/**
 * Owl Carousel v2.3.3
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-rusvolvo .owl-stage-outer {
	padding: 0 45px;
}
.owl-rusvolvo .owl-dots,.owl-rusvolvo .owl-nav {
    text-align:center;
    -webkit-tap-highlight-color:transparent
}
 .owl-rusvolvo .owl-nav [class*=owl-]{
    color:#FFF;
    font-size:14px;
    margin:5px;
    padding:4px 7px;
    background:#D6D6D6;
    display:inline-block;
    cursor:pointer;
    border-radius:3px
}
.owl-rusvolvo .owl-nav .disabled{
    opacity:.5;
    cursor:default
}
.owl-rusvolvo .owl-nav.disabled+.owl-dots{
    margin-top:10px
}
.owl-rusvolvo .owl-dots .owl-dot{
    display:inline-block;
    zoom:1
}
.owl-rusvolvo .owl-dots .owl-dot span{
    width:10px;
    height:10px;
    margin:5px 7px;
    background:#D6D6D6;
    display:block;
    -webkit-backface-visibility:visible;
    transition:opacity .2s ease;
    border-radius:30px
}
.owl-rusvolvo .owl-dots .owl-dot.active span,.owl-rusvolvo .owl-dots .owl-dot:hover span{
    background:#869791
}
.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev {
    width: 40px;
    height: 40px;
    border: 2px solid #ADBBC9;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    cursor: pointer;
    margin: 0;
    background-color: #fff;
}
.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	top: 0;
	right: 0;
    -webkit-box-shadow: -12px 0px 20px 2px rgba(255,255,255,1);
	-moz-box-shadow: -12px 0px 20px 2px rgba(255,255,255,1);
	box-shadow: -12px 0px 20px 2px rgba(255,255,255,1);
}
.owl-carousel .owl-nav button.owl-next::before,
.owl-carousel .owl-nav button.owl-prev::before {
	content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 50%;
    margin: -5px;
    background: url(/img/arr.png) no-repeat;
    background-size: 100% auto;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	top: 0;
	left: 0;
}
.owl-carousel .owl-nav button.owl-prev::before {
	transform: rotate(180deg);
}

/* End */
/* /markup/build/assets/css/main.css?1759520665143845 */
/* /js/fancybox/dist/jquery.fancybox.min.css?152235747313735 */
/* /css/bootstrap.css?152235747534524 */
/* /css/bootstrap/collapse.css?1522357475286 */
/* /css/jquery.custom-scrollbar.css?16299823123560 */
/* /css/blocks.css?1575977945191 */
/* /css/testimonials.css?16711757385695 */
/* /css/team.css?1522357475877 */
/* /css/modal.css?15223574752937 */
/* /css/style.css?1745574859128602 */
/* /css/styles_add.css?16238462148797 */
/* /css/1000.css?16644445049982 */
/* /css/768.css?16644445046278 */
/* /css/320.css?166928756414319 */
/* /css/services.css?16342170091449 */
/* /css/masterslider.css?156683429584 */
/* /js/masterslider/style/masterslider.css?152235747412793 */
/* /js/masterslider/skins/default/style.css?15725091855251 */
/* /js/owlcarousel/owl.carousel.css?15224169013836 */
/* /js/owlcarousel/owl.theme.rusvolvo.css?15224170412074 */
