@charset "UTF-8";


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

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

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto/Roboto-Italic/Roboto-Italic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Roboto/Roboto-Italic/Roboto-Italic.woff") format("woff"), url("../assets/fonts/Roboto/Roboto-Italic/Roboto-Italic.ttf") format("truetype"), url("../assets/fonts/Roboto/Roboto-Italic/Roboto-Italic.svg#Roboto-Italic") format("svg");
  font-weight: 400;
  font-style: italic; }

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

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

@font-face {
  font-family: 'Roboto';
  src: url("../assets/fonts/Roboto/Roboto-BoldItalic/Roboto-BoldItalic.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/Roboto/Roboto-BoldItalic/Roboto-BoldItalic.woff") format("woff"), url("../assets/fonts/Roboto/Roboto-BoldItalic/Roboto-BoldItalic.ttf") format("truetype"), url("../assets/fonts/Roboto/Roboto-BoldItalic/Roboto-BoldItalic.svg#Roboto-BoldItalic") format("svg");
  font-weight: 700;
  font-style: italic; }

.icon {
  display: inline-block;
  width: 1em;
  height: 1em;
  stroke-width: 0;
  stroke: currentColor;
  fill: currentColor; }

.js-anim {
  position: relative;
  top: 30px;
  opacity: 0;
  -webkit-transition: all 350ms ease-out;
  -o-transition: all 350ms ease-out;
  transition: all 350ms ease-out; }

.js-anim.active {
  top: 0;
  opacity: 1; }

.js-banner-list.active {
  top: 0;
  opacity: 1;
  -webkit-transition-delay: .1s;
  -o-transition-delay: .1s;
  transition-delay: .1s; }

/* Основные стили
=========================================================================================*/
* {
  outline: none !important; }

html {
  height: 100%; }

body {
  background: white;
  color: #1b1b1b;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  font-family: "Roboto", sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.625;
  min-height: 100%;
  margin: 0;
  position: relative;
  overflow-x: hidden; }

body.full {
  min-width: 1024px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto", serif;
  font-weight: 400; }

img {
  max-width: 100%; }

a {
  color: #142388;
  text-decoration: none;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out; }

a:hover {
  color: #f27502; }

.container-main {
  position: relative;
  max-width: 970px;
  margin: 0 auto; }
  @media (max-width: 991px) {
    .container-main {
      padding: 0 15px; } }

.content p {
  font-size: 16px;
  font-weight: 400;
  margin: 0 0 30px; }

ul {
  padding: 0; }
  ul.is-black > li {
    color: #1d1d1d !important; }
    ul.is-black > li > ul > li {
      color: #1d1d1d !important; }
  ul > li {
    list-style-type: none; }
  ul.dash > li > ul > li {
    margin: 0 0 7px; }
    ul.dash > li > ul > li:before {
      display: none; }
    ul.dash > li > ul > li:after {
      content: '—';
      position: absolute;
      top: 0;
      left: 0;
      font-size: 18px;
      color: #f27502; }
.content ul {
  list-style: none;
  margin: 0 0 10px;
  padding: 0;
}
.content ol {
  counter-reset: counter;
  list-style: none;
  padding: 0;
  margin: 0 0 10px; }

.content ul > li,
.content ol > li {
  margin-bottom: 10px; }

.content ol > li {
  counter-increment: counter;
  padding-left: 42px;
  position: relative; }

.content > ul {
  list-style-type: none;
  padding: 0; }

.content ul > li {
  position: relative;
  padding-left: 42px;
  margin: 0 0 20px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 400; }
  @media (max-width: 767px) {
    .content p {
      font-size: 16px;
    }
    .content ul > li {
      font-size: 16px;
      line-height: 22px;
      margin: 0 0 10px; } }
  .content ul > li > ul {
    padding: 21px 10px 0; }
    @media (max-width: 767px) {
      .content ul > li > ul {
        padding: 20px 0 0; } }
    .content ul > li > ul > li {
      margin: 0 0 15px; }

.content ul > li:before {
  content: '';
  position: absolute;
  top: 2px;
  left: 0;
  width: 19px;
  height: 19px;
  background: url(../assets/img/svg/bullet.svg) no-repeat center; }

.content ol > li:before {
  content: counter(counter);
  background: #26463a;
  border-radius: 100%;
  color: #b8de53;
  font-size: 16px;
  font-weight: 400;
  height: 26px;
  line-height: 28px;
  position: absolute;
  left: 5px;
  top: -3px;
  text-align: center;
  width: 26px; }

.img {
  position: relative;
  overflow: hidden; }

.fit-img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  font-family: 'object-fit: cover; object-position: center;'; }

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

.slick-dotted.slick-slider {
  margin-bottom: 0; }

.clearfix::after {
  content: "";
  display: table;
  clear: both; }

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

.full .wrapper {
  min-width: 1024px; }

.js-slider, .js-full-slider, .js-banner-slider {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -webkit-grab; }

.js-slider:active, .js-full-slider:active, .js-banner-slider:active {
  cursor: grabbing;
  cursor: -webkit-grabbing; }

.noselect {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.dont-show-me {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  overflow: hidden !important; }

.error-message {
  position: absolute;
  top: 11px;
  right: 15px; }
  @media (max-width: 1229px) {
    .error-message {
      position: static; } }
  .error-message .is-error {
    font-family: "Open Sans", sans-serif;
    font-size: 13px;
    font-weight: 400;
    line-height: 24px;
    color: rgba(227, 32, 32, 0.83); }

.visually-hidden {
  position: absolute !important;
  top: 0;
  left: 0;
  clip: rect(1px 1px 1px 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden; }

button {
  -webkit-appearance: none;
  border-radius: 0; }

.svg-animation-path path {
  -webkit-transition: stroke-dashoffset 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  -o-transition: stroke-dashoffset 1s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  transition: stroke-dashoffset 1s cubic-bezier(0.785, 0.135, 0.15, 0.86); }

.bg-white {
  background: white !important; }

.bg-grey {
  background: #ededed !important; }

.no-border {
  border: none !important; }

.b-bottom {
  border-bottom: 1px solid #ededed; }

.b-top {
  border-top: 1px solid #ededed; }

.content-style {
  padding: 0 0 72px; }
  @media (max-width: 767px) {
    .content-style {
      padding: 0 0 30px; } }
  .content-style .img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 970px;
    margin: 74px auto; }
    @media (max-width: 767px) {
      .content-style .img {
        margin: 30px auto; } }
    .content-style .img > img {
      max-height: 100%; }
  .content-style .section-quote {
    margin-bottom: 69px; }
    @media (max-width: 767px) {
      .content-style .section-quote {
        margin-bottom: 30px; } }
  .content-style p {
    margin: 0 0 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #151515; }
  .content-style iframe {
    max-width: 100%;
  }
  @media (max-width: 767px) {
    .content-style iframe {
      max-height: 400px; } }
  @media (max-width: 575px) {
    .content-style iframe {
      max-height: 250px; } }

/*=============================================
=         H e l p e r   c l a s s e s         =
=============================================*/
.h-clear::after {
  content: '';
  display: table !important;
  clear: both;
  height: 0 !important;
  visibility: hidden; }

.h-m0 {
  margin: 0 !important; }

.h-mt0 {
  margin-top: 0 !important; }

.h-mb0 {
  margin-bottom: 0 !important; }

.h-m10 {
  margin: 10px 0; }

.h-mt10 {
  margin-top: 10px; }

.h-mb10 {
  margin-bottom: 10px; }

.h-m20 {
  margin: 20px 0; }

.h-mt20 {
  margin-top: 20px; }

.h-mb20 {
  margin-bottom: 20px; }

.h-m30 {
  margin: 30px 0; }

.h-mt30 {
  margin-top: 30px; }

.h-mb30 {
  margin-bottom: 30px; }

.h-hide {
  display: none !important; }

.h-show {
  display: block; }
  .h-show__inline {
    display: inline !important; }
  .h-show__inline-block {
    display: inline-block !important; }

.h-mobile-hide {
  display: block; }
  .h-mobile-hide--inline {
    display: inline; }
  .h-mobile-hide--inline-block {
    display: inline-block; }
  @media (max-width: 1229px) {
    .h-mobile-hide {
      display: none !important; } }

.h-mobile-show {
  display: none; }
  @media (min-width: 240px) and (max-width: 1229px) {
    .h-mobile-show {
      display: block; }
      .h-mobile-show--inline {
        display: inline; }
      .h-mobile-show--inline-block {
        display: inline-block; } }

.h-tablet-hide {
  display: block; }
  .h-tablet-hide--inline {
    display: inline; }
  .h-tablet-hide--inline-block {
    display: inline-block; }
  @media (max-width: 1023px) {
    .h-tablet-hide {
      display: none; } }

.h-tablet-show {
  display: none; }
  @media (max-width: 1023px) {
    .h-tablet-show {
      display: block; }
      .h-tablet-show--inline {
        display: inline; }
      .h-tablet-show--inline-block {
        display: inline-block; } }

.h-desktop-hide {
  display: block; }
  .h-desktop-hide--inline {
    display: inline; }
  .h-desktop-hide--inline-block {
    display: inline-block; }
  @media (max-width: 1239px) {
    .h-desktop-hide {
      display: none; } }

.h-desktop-show {
  display: none; }
  @media (max-width: 1239px) {
    .h-desktop-show {
      display: block; }
      .h-desktop-show--inline {
        display: inline; }
      .h-desktop-show--inline-block {
        display: inline-block; } }

.dont-scroll {
  overflow: hidden; }

.slick-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  width: 100%;
  height: 100%;
  background: black;
  -webkit-transition: opacity 0.5s ease;
  -o-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease; }
  .slick-lightbox .slick-loading .slick-list {
    background-color: transparent; }
  .slick-lightbox .slick-prev,
  .slick-lightbox .slick-next {
    width: 52px;
    height: 52px;
    border-radius: 50%;
    z-index: 9999; }
    .slick-lightbox .slick-prev:before,
    .slick-lightbox .slick-next:before {
      content: '';
      width: 34px;
      height: 34px;
      display: block;
      margin: 0 auto; }
  .slick-lightbox .slick-prev {
    left: 25%; }
    @media (max-width: 1229px) {
      .slick-lightbox .slick-prev {
        left: 0; } }
    .slick-lightbox .slick-prev:before {
      background: url("../assets/img/svg/arrow_l.svg") no-repeat center; }
  .slick-lightbox .slick-next {
    right: 25%; }
    @media (max-width: 1229px) {
      .slick-lightbox .slick-next {
        right: 0; } }
    .slick-lightbox .slick-next:before {
      background: url("../assets/img/svg/arrow_r.svg") no-repeat center; }

.slick-lightbox-hide {
  opacity: 0; }
  .slick-lightbox-hide.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }

.slick-lightbox-hide-init {
  position: absolute;
  top: -9999px;
  opacity: 0; }
  .slick-lightbox-hide-init.slick-lightbox-ie {
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    filter: alpha(opacity=0); }

.slick-lightbox-inner {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.slick-lightbox-slick-item {
  text-align: center;
  overflow: hidden; }
  .slick-lightbox-slick-item:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em; }

.slick-caption-bottom .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: center;
  width: 100%;
  margin-bottom: 20px; }

.slick-caption-dynamic .slick-lightbox-slick-item .slick-lightbox-slick-item .slick-lightbox-slick-caption {
  display: block;
  text-align: center; }

.slick-lightbox-slick-item-inner {
  display: inline-block;
  vertical-align: middle;
  max-width: 90%;
  max-height: 90%; }
  @media (max-height: 568px) {
    .slick-lightbox-slick-item-inner {
      overflow-y: auto; } }
  @media (max-width: 767px) {
    .slick-lightbox-slick-item-inner {
      max-width: 99.9%;
      max-height: 100%; } }

.slick-lightbox-slick-img {
  margin: 0 auto;
  display: block;
  max-width: 90%;
  max-height: 700px !important; }
  @media (max-height: 900px) {
    .slick-lightbox-slick-img {
      max-height: 500px !important; } }
  @media (max-height: 768px) {
    .slick-lightbox-slick-img {
      max-height: 300px !important;
      width: 297px; } }
  @media (max-height: 706px) {
    .slick-lightbox-slick-img {
      max-height: 260px !important;
      width: 200px; } }
  @media (max-width: 767px) {
    .slick-lightbox-slick-img {
      max-width: 100%;
      max-height: 100%; } }
  @media (max-width: 767px) and (max-height: 860px) {
    .slick-lightbox-slick-img {
      max-height: 260px !important;
      width: 220px; } }

.slick-lightbox-slick-caption {
  display: block;
  max-width: 90%;
  margin: 0 auto 30px;
  padding: 30px 15px;
  background: white; }
  @media (max-width: 767px) {
    .slick-lightbox-slick-caption {
      max-width: 220px;
      padding-left: 7px;
      padding-right: 7px; } }
  @media (max-height: 568px) {
    .slick-lightbox-slick-caption {
      padding: 20px 0; } }
  .slick-lightbox-slick-caption h3 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    line-height: 28px;
    color: #000000; }
  .slick-lightbox-slick-caption p {
    max-width: 300px;
    margin: 0 auto 40px;
    font-size: 16px;
    font-weight: 300;
    line-height: 24px;
    color: #000000; }
    @media (max-height: 568px) {
      .slick-lightbox-slick-caption p {
        margin: 0 auto 30px; } }

.slick-lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 61px;
  height: 61px;
  border: none;
  background: transparent; }
  @media (max-width: 767px) {
    .slick-lightbox-close {
      width: 40px;
      height: 40px;
      right: 5px;
      top: 0; } }
  .slick-lightbox-close:hover:before, .slick-lightbox-close:hover:after {
    background: white; }
  .slick-lightbox-close:before, .slick-lightbox-close:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 61px;
    height: 2px;
    background: rgba(255, 255, 255, 0.9);
    -webkit-transition: background 350ms ease-in-out;
    -o-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out; }
    @media (max-width: 767px) {
      .slick-lightbox-close:before, .slick-lightbox-close:after {
        width: 40px; } }
  .slick-lightbox-close:before {
    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg); }
  .slick-lightbox-close:after {
    content: '';
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg); }

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

.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);
  -ms-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; }

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

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("../assets/fonts/slick/slick.eot");
  src: url("../assets/fonts/slick/slick.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/slick/slick.woff") format("woff"), url("../assets/fonts/slick/slick.ttf") format("truetype"), url("../assets/fonts/slick/slick.svg#slick") format("svg"); }

/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

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

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

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

.slick-next {
  right: -25px; }

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

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

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

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

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: '•';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  .mfp-container:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }

.mfp-inline-holder .mfp-content, .mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

.mfp-zoom-out-cur {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }
  .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out; }

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
  cursor: default; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close, .mfp-arrow, .mfp-preloader, .mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    @media (min-width: 768px) and (max-width: 9999px) {
      .mfp-preloader a:hover {
        color: #FFF; } }

.mfp-s-ready .mfp-preloader, .mfp-s-error .mfp-content {
  display: none; }

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  -webkit-box-shadow: none;
  box-shadow: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace; }
  .mfp-close:hover, .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #333; }

.mfp-image-holder .mfp-close, .mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover, .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent;
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    -ms-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    -ms-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    -ms-transform-origin: 100%;
    transform-origin: 100%; }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px; } }

  .mfp-move-from-top {
    /* start state */
    /* animate in */
    /* animate out */
  }
  .mfp-move-from-top .mfp-content {
    vertical-align: top;
  }
  .mfp-move-from-top .mfp-with-anim {
    opacity: 0;
    transition: all 0.2s;
    transform: translateY(-100px);
  }
  .mfp-move-from-top.mfp-bg {
    opacity: 0;
    transition: all 0.2s;
  }
  .mfp-move-from-top.mfp-ready .mfp-with-anim {
    opacity: 1;
    transform: translateY(0);
  }
  .mfp-move-from-top.mfp-ready.mfp-bg {
    opacity: 0.8;
  }
  .mfp-move-from-top.mfp-removing .mfp-with-anim {
    transform: translateY(-50px);
    opacity: 0;
  }
  .mfp-move-from-top.mfp-removing.mfp-bg {
    opacity: 0;
  }

/** initial setup **/
.nano {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden; }
  .nano .nano-content {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: scroll;
    overflow-x: hidden; }
    .nano .nano-content:focus {
      outline: thin dotted; }
    .nano .nano-content::-webkit-scrollbar {
      display: none; }
  .nano > .nano-pane {
    width: 10px;
    background: rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
    border-radius: 5px;
    visibility: hidden\9;
    opacity: .01; }
    .nano > .nano-pane > .nano-slider {
      background: #444;
      background: rgba(0, 0, 0, 0.5);
      position: relative;
      margin: 0 1px;
      border-radius: 3px; }

.has-scrollbar > .nano-content::-webkit-scrollbar {
  display: block; }

.nano:hover > .nano-pane, .nano-pane.active, .nano-pane.flashed {
  visibility: visible\9;
  opacity: 0.99; }

.not-found {
  font-size: 0;
  min-height: 100vh;
  padding: 180px 0 0;
  background: #29462a; }
  @media (max-width: 1439px) {
    .not-found {
      padding: 100px 0 0; } }
  @media (max-width: 1229px) {
    .not-found {
      padding: 60px 0 0; } }
  @media (max-width: 767px) {
    .not-found {
      padding: 15px 0 0; } }
  @media (max-width: 1229px) {
    .not-found .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .not-found__logo {
    padding: 0 0 0 94px; }
    @media (max-width: 1229px) {
      .not-found__logo {
        display: none; } }
    @media (max-width: 767px) {
      .not-found__logo {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        display: block;
        width: 290px;
        padding: 0;
        margin: 0 auto 25px; } }
    .not-found__logo .logo {
      display: inline-block; }
      .not-found__logo .logo svg {
        width: 250px;
        height: 66px; }
        @media (max-width: 767px) {
          .not-found__logo .logo svg {
            width: 210px; } }
  .not-found__block {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
    @media (max-width: 1229px) {
      .not-found__block {
        width: 100%; } }
    .not-found__block:nth-child(2) {
      padding: 54px 0 0 98px;
      margin: 0 0 50px; }
      @media (max-width: 1229px) {
        .not-found__block:nth-child(2) {
          padding: 54px 0 0 98px; } }
      @media (max-width: 767px) {
        .not-found__block:nth-child(2) {
          max-width: 302px;
          padding: 0;
          margin: 0 auto 50px; } }
    .not-found__block:nth-child(3) {
      padding: 27px 20px 0 0; }
      @media (max-width: 1229px) {
        .not-found__block:nth-child(3) {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1; } }
      @media (max-width: 767px) {
        .not-found__block:nth-child(3) {
          max-width: 302px;
          margin: 0 auto;
          padding: 0; } }
  .not-found__introduction {
    padding: 0 90px 0 0;
    margin: 0 0 9px; }
    @media (max-width: 767px) {
      .not-found__introduction {
        padding: 0; } }
    .not-found__introduction p {
      margin: 0 0 8px; }
  .not-found__causes {
    padding: 27px 0 0;
    margin: 0; }
    @media (max-width: 767px) {
      .not-found__causes {
        padding: 27px 0 0; } }
    .not-found__causes p {
      margin: 0 0 20px; }
    .not-found__causes ul {
      list-style-type: none;
      padding: 0; }
    .not-found__causes ul > li {
      position: relative;
      padding: 0 0 0 24px;
      margin: 0 0 7px;
      line-height: 1.5;
      font-size: 16px;
      font-weight: 400;
      color: #fefefe; }
      .not-found__causes ul > li:before {
        content: '';
        position: absolute;
        top: 0;
        left: -10px;
        width: 21px;
        height: 21px;
        background: url(../assets/img/svg/chek-2.svg) no-repeat center; }
        @media (max-width: 767px) {
          .not-found__causes ul > li:before {
            left: 0; } }
  .not-found__image {
    width: 288px;
    height: 283px;
    margin: 0 auto 9px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 767px) {
      .not-found__image {
        width: 280px;
        height: 115px;
        background-size: contain; } }
  .not-found__title {
    margin: 0 auto;
    text-align: center;
    font-size: 20px;
    font-weight: 400;
    line-height: 14px;
    color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 1229px) {
      .not-found__title {
        padding: 0;
        margin: 0; } }
    @media (max-width: 767px) {
      .not-found__title {
        margin: 0 0 40px; } }
  .not-found p, .not-found li, .not-found a.link {
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: white; }
  .not-found a.link {
    color: #ffe27e;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    .not-found a.link:hover {
      color: #ae8a6f; }

.tipovaya {
  position: relative;
  background: white; }
  .tipovaya .aside {
    padding: 38px 0 0; }
  .tipovaya .content-style {
    width: 100%;
    padding: 67px 0 0; }
    @media (max-width: 767px) {
      .tipovaya .content-style {
        padding: 40px 0 0; } }
    .tipovaya .content-style .paragraph-small {
      margin: 0 0 65px; }
      @media (max-width: 767px) {
        .tipovaya .content-style .paragraph-small {
          margin: 0 0 30px; } }
      .tipovaya .content-style .paragraph-small p {
        margin: 0 0 20px;
        font-size: 15px;
        line-height: 26px;
        font-weight: 400;
        color: #353637; }
    .tipovaya .content-style .preview {
      margin: 0 auto 55px; }
      @media (max-width: 767px) {
        .tipovaya .content-style .preview {
          margin: 0 0 30px; } }
      .tipovaya .content-style .preview > img {
        width: 100%;
        height: 598px;
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover; }
        @media (max-width: 1439px) {
          .tipovaya .content-style .preview > img {
            height: 400px; } }
        @media (max-width: 767px) {
          .tipovaya .content-style .preview > img {
            height: 187px; } }
      .tipovaya .content-style .preview > p {
        padding: 28px 0 0;
        text-align: center;
        font-size: 16px;
        font-weight: 300;
        line-height: 18px;
        color: #5f5f5f; }
        @media (max-width: 767px) {
          .tipovaya .content-style .preview > p {
            padding: 10px 0 0; } }
      .tipovaya .content-style .preview-small img {
        max-height: 433px; }
    .tipovaya .content-style h1, .tipovaya .content-style h2, .tipovaya .content-style h3, .tipovaya .content-style h4, .tipovaya .content-style h5, .tipovaya .content-style h6 {
      max-width: 88%;
      color: #35383b; }
      @media (max-width: 767px) {
        .tipovaya .content-style h1, .tipovaya .content-style h2, .tipovaya .content-style h3, .tipovaya .content-style h4, .tipovaya .content-style h5, .tipovaya .content-style h6 {
          max-width: 100%; } }
    .tipovaya .content-style h2 {
      margin: 0 0 25px;
      font-size: 35px;
      font-weight: 400;
      line-height: 40px; }
      @media (max-width: 1229px) {
        .tipovaya .content-style h2 {
          font-size: 28px;
          line-height: 1.2; } }
      @media (max-width: 767px) {
        .tipovaya .content-style h2 {
          margin: 0 0 30px;
          font-size: 26px; } }
    .tipovaya .content-style h3 {
      margin: 0 0 22px;
      font-size: 30px;
      font-weight: 400;
      line-height: 35px; }
      @media (max-width: 1229px) {
        .tipovaya .content-style h3 {
          font-size: 24px;
          line-height: 1.2; } }
      @media (max-width: 767px) {
        .tipovaya .content-style h3 {
          font-size: 22px; } }
    .tipovaya .content-style h4 {
      margin: 0 0 20px;
      font-size: 26px;
      font-weight: 400;
      line-height: 32px; }
      @media (max-width: 1229px) {
        .tipovaya .content-style h4 {
          font-size: 22px;
          line-height: 1.2; } }
      @media (max-width: 767px) {
        .tipovaya .content-style h4 {
          font-size: 21px; } }
    .tipovaya .content-style h5 {
      margin: 0 0 22px;
      font-weight: 400;
      line-height: 30px;
      font-size: 24px; }
      @media (max-width: 1229px) {
        .tipovaya .content-style h5 {
          font-size: 20px;
          line-height: 1.2; } }
      @media (max-width: 767px) {
        .tipovaya .content-style h5 {
          font-size: 21px; } }
    .tipovaya .content-style h6 {
      margin: 0 0 28px;
      font-size: 22px;
      font-weight: 400;
      line-height: 18px; }
      @media (max-width: 1229px) {
        .tipovaya .content-style h6 {
          font-size: 19px;
          line-height: 1.2; } }
      @media (max-width: 767px) {
        .tipovaya .content-style h6 {
          margin: 0 0 22px;
          font-size: 21px; } }
    .tipovaya .content-style > p {
      margin: 0 0 28px;
      font-size: 16px;
      line-height: 26px;
      font-weight: 400;
      color: #353637; }
      @media (max-width: 767px) {
        .tipovaya .content-style > p {
          margin: 0 0 30px; } }
      .tipovaya .content-style > p > a {
        color: #7d7d7d;
        text-decoration: underline; }
        .tipovaya .content-style > p > a:hover {
          text-decoration: none; }
      .tipovaya .content-style > p > strong {
        display: inline;
        font-weight: 500; }
    .tipovaya .content-style strong {
      display: block;
      margin: 0 0 45px; }
    .tipovaya .content-style blockquote {
      position: relative;
      margin: 0 0 45px;
      padding: 0 0 0 54px; }
      .tipovaya .content-style blockquote:before {
        content: '';
        position: absolute;
        top: -5px;
        left: 0;
        width: 44px;
        height: 32px;
        background: url("../assets/img/svg/quote.svg") no-repeat center; }
        @media (max-width: 767px) {
          .tipovaya .content-style blockquote:before {
            display: none; } }
      @media (max-width: 767px) {
        .tipovaya .content-style blockquote {
          padding: 0; } }
      .tipovaya .content-style blockquote svg {
        top: -5px;
        font-size: 32px;
        color: #d9d9d9; }
        @media (max-width: 767px) {
          .tipovaya .content-style blockquote svg {
            position: static; } }
      .tipovaya .content-style blockquote > p {
        margin: 0 0 11px;
        font-size: 18px;
        font-style: italic;
        line-height: 26px;
        color: #757575; }
    .tipovaya .content-style ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
      .tipovaya .content-style ul li {
        position: relative;
        padding-left: 30px;
        margin: 0 0 12px;
        line-height: 25px;
        font-size: 16px; }
        @media (max-width: 767px) {
          .tipovaya .content-style ul li {
            padding-left: 23px; } }
        .tipovaya .content-style ul li:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 19px;
          height: 19px;
          background: url(../assets/img/svg/chek.svg) no-repeat center; }
      .tipovaya .content-style ul li > ul {
        padding-top: 13px; }
    .tipovaya .content-style .table-responsive {
      display: block;
      width: 100%;
      overflow-x: auto; }
    .tipovaya .content-style table {
      border-spacing: 0px;
      border-collapse: collapse;
      margin: 0 0 96px;
      width: 100%;
      overflow: hidden; }
      .tipovaya .content-style table thead tr {
        background: #000; }
      .tipovaya .content-style table thead tr > td {
        border-bottom: none;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: 0.4px;
        color: white; }
      .tipovaya .content-style table tr > td {
        padding: 20px 27px;
        font-size: 16px;
        font-weight: 400;
        color: #252525;
        border-bottom: 2px solid #e6e6e6; }

.metka {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: calc(100% - 10px);
  padding: 13px 0 0 16px; }
  @media (max-width: 767px) {
    .metka {
      height: calc(100% + 10px);
      padding: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .metka__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .metka__container-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 167px;
    line-height: 1;
    margin: 0 28px 0 0; }
    @media (max-width: 767px) {
      .metka__container-img {
        width: auto;
        max-width: 100px;
        padding-right: 20px;
        height: 54px;
        margin: 0; } }
    .metka__container-img img {
      vertical-align: top;
      max-height: 100%; }
    .metka__container-img a {
      height: 100%;
    }
  .metka__title {
    width: calc(100% - 195px);
    font-size: 18px;
    line-height: 22px;
    font-weight: 600;
    color: #000000; }
    @media (max-width: 767px) {
      .metka__title {
        width: calc(100% - 100px); } }
  .metka__desc {
    position: relative;
    width: 100%;
    min-height: 70px;
    padding: 17px 9px;
    margin: 11px 0 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    color: #222222; }
    .metka__desc:before, .metka__desc:after {
      content: '';
      position: absolute;
      top: 0;
      left: -28px;
      width: calc(100% + 74px);
      height: 1px;
      background: rgba(65, 68, 111, 0.21); }
    .metka__desc:after {
      top: auto;
      bottom: 0; }
  .metka__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%; }
    @media (max-width: 767px) {
      .metka__links {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .metka__link, .metka__city {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 50%;
    padding: 11px 0 5px;
    text-align: center; }
    @media (max-width: 767px) {
      .metka__link, .metka__city {
        width: 100%;
        padding: 10px 0; } }
    .metka__link > span, .metka__city > span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 16px;
      font-weight: 400;
      color: #222222;
      -webkit-transition: color 350ms ease-in-out;
      -o-transition: color 350ms ease-in-out;
      transition: color 350ms ease-in-out; }
      .metka__link > span:first-child, .metka__city > span:first-child {
        margin: 0 5px 0 0; }
    .metka__link svg, .metka__city svg {
      font-size: 30px;
      fill: #8d98bc;
      -webkit-transition: fill 350ms ease-in-out;
      -o-transition: fill 350ms ease-in-out;
      transition: fill 350ms ease-in-out; }
  .metka__city:after {
    content: '';
    position: absolute;
    top: -2px;
    right: 0;
    height: calc(100% + 10px);
    width: 1px;
    background: rgba(65, 68, 111, 0.21); }
    @media (max-width: 767px) {
      .metka__city:after {
        top: auto;
        bottom: 0;
        right: -32px;
        width: calc(100% + 45px);
        height: 1px; } }
  .metka__link span:first-child {
    margin: 0 5px 0 23px; }
    @media (max-width: 767px) {
      .metka__link span:first-child {
        margin-left: 0; } }
  .metka__link:hover span:last-child {
    color: #f27502; }
  .metka__link:hover svg {
    fill: #f27502; }

ymaps[class$='__content'] > ymaps {
  overflow: visible !important; }
  @media (max-width: 767px) {
    ymaps[class$='__content'] > ymaps {
      height: 303px !important; } }

.search {
  position: relative;
  margin: 17px 0 0 29px;
  right: 0;
  -webkit-transition: right 0.25s ease-in-out;
  -o-transition: right 0.25s ease-in-out;
  transition: right 0.25s ease-in-out;
  z-index: 11; }
.search.is-active {
  right: 75px;
}
  @media (max-width: 1679px) {
    .search {
      margin-left: 44px; } }
  @media (max-width: 1439px) {
    .search.is-active {
      right: 15px;
    }
    .header.is-fixed .search.is-active {
      right: 0;
      } }
  @media (max-width: 1023px) {
    .search {
      margin-top: 12px; } }
  @media (max-width: 767px) {
    .search {
      position: relative;
      margin-left: 25px; }
    .search.is-active {
      right: 0;
      } }
  .search:before {
    content: '';
    display: none;
    position: absolute;
    top: 0;
    left: -10px;
    width: 1px;
    height: 26px;
    background: rgba(193, 193, 193, 0.5); }
    @media (max-width: 767px) {
      .search:before {
        display: block; } }
  .search input[type=text] {
    width: 82%;
    height: 32px;
    margin: 20px 0 0;
    padding: 0 50px 0 30px;
    border: none;
    border-right: 1px solid rgba(157, 159, 163, 0.26);
    color: #464646;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    background: transparent; }
    @media (max-width: 1439px) {
      .search input[type=text] {
        padding: 0 30px; } }
    @media (max-width: 1023px) {
      .search input[type=text] {
        margin: 16px 0 0; } }
  .search input[type=submit] {
    position: relative;
    top: -4px;
    right: 50px;
    font-size: 0;
    padding: 0;
    height: 29px;
    width: 50px;
    border: none;
    background: transparent;
    cursor: pointer; }
    @media (max-width: 1439px) {
      .search input[type=submit] {
        right: 0; } }
  .search form {
    position: absolute;
    top: -22px;
    right: -75px;
    width: 0;
    height: 69px;
    background-color: #eff1f7;
    -webkit-transition: all 250ms ease-in-out;
    -o-transition: all 250ms ease-in-out;
    transition: all 250ms ease-in-out;
    z-index: 10;
    visibility: hidden; }
    @media (max-width: 1439px) {
      .search form {
        top: -21px;
        right: -15px; } }
    @media (max-width: 1023px) {
      .search form {
        height: 64px; } }
    .search form.is-active {
      visibility: visible;
      width: 305px; }
      @media (max-width: 767px) {
        .search form.is-active {
          width: 260px; } }
  .search__icon {
    position: relative;
    font-size: 21px;
    z-index: 10; }
    .search__icon > svg {
      fill: #40403e;
      -webkit-transition: fill 350ms ease-in-out;
      -o-transition: fill 350ms ease-in-out;
      transition: fill 350ms ease-in-out; }
    .search__icon:hover > svg {
      fill: #f27502; }
    .search__icon.is-disable {
      pointer-events: none; }
  .search__close {
    position: absolute;
    top: 26px;
    right: 19px;
    font-size: 16px;
    z-index: 5; }
    @media (max-width: 1439px) {
      .search__close {
        display: none; } }
    .search__close svg {
      fill: #9d9fa3;
      -webkit-transition: fill 350ms ease-in-out;
      -o-transition: fill 350ms ease-in-out;
      transition: fill 350ms ease-in-out; }
    @media (min-width: 768px) and (max-width: 9999px) {
      .search__close:hover svg {
        fill: #000; } }

.sandwich {
  width: 31px;
  height: 24px;
  cursor: pointer;
  z-index: 9; }
  @media (max-width: 1229px) {
    .sandwich {
      display: block; } }
  .sandwich .sw-topper, .sandwich .sw-bottom, .sandwich .sw-footer {
    position: relative;
    top: 0;
    left: 0;
    width: 31px;
    height: 3px;
    border: none;
    border-radius: 4px 4px 4px 4px;
    background: #000;
    -webkit-transition: top 0s, -webkit-transform 350ms;
    transition: top 0s, -webkit-transform 350ms;
    -o-transition: transform 350ms, top 0s;
    transition: transform 350ms, top 0s;
    transition: transform 350ms, top 0s, -webkit-transform 350ms; }
  .sandwich .sw-bottom {
    top: 8px;
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .sandwich .sw-footer {
    top: 15px;
    -webkit-transition: all 0ms, opacity .2s;
    -o-transition: all 0ms, opacity .2s;
    transition: all 0ms, opacity .2s;
    -webkit-transition-delay: 0;
    -o-transition-delay: 0;
    transition-delay: 0; }
  .sandwich.is-active .sw-topper {
    top: 10px;
    -webkit-transform: rotate(140deg);
    -ms-transform: rotate(140deg);
    transform: rotate(140deg); }
  .sandwich.is-active .sw-bottom {
    top: 7px;
    -webkit-transform: rotate(-140deg);
    -ms-transform: rotate(-140deg);
    transform: rotate(-140deg); }
  .sandwich.is-active .sw-footer {
    top: 0;
    opacity: 0;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

.quote {
  max-width: 788px;
  margin: 0 auto 30px;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85); }
  .quote--solution {
    color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
  }
  @media (max-width: 767px) {
    .quote--solution {
      font-size: 18px;
      line-height: 26px;
    }
  }
  .quote-sign {
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
  }
  .quote--solution .quote-sign {
    margin-top: 30px;
  }
  .quote__icon {
    margin: 0 0 19px; }
  .quote p {
    font-size: 16px;
    line-height: 26px;
    margin-bottom: 30px;
  }
    @media (max-width: 767px) {
      .quote__icon {
        margin: 0 0 12px; } }
    @media (max-width: 767px) {
      .quote p {
        font-size: 14px;
        line-height: 22px; } }

.section-quote {
  padding: 60px 0;
  background: #ededed; }
  @media (max-width: 767px) {
    .section-quote {
      padding: 40px 0; } }
  .section-quote .quote {
    max-width: 960px; }
    @media (max-width: 991px) {
      .section-quote .quote {
        max-width: 720px; } }
    @media (max-width: 767px) {
      .section-quote .quote {
        padding: 0 15px;
        margin: 0; } }
  .section-quote .quote__icon {
    opacity: .5; }
  .section-quote p {
    color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px; }
    @media (max-width: 767px) {
      .section-quote p {
        font-size: 19px;
        line-height: 28px; } }

.simple-title {
  width: 100%;
  margin: 59px 0 35px;
  font-size: 38px;
  line-height: 1.3;
  font-weight: 700;
  color: #000000; }
  @media (max-width: 767px) {
    .simple-title {
      margin: 0 0 27px;
      font-size: 27px;
      text-align: center; } }

.tag {
  display: inline-block;
  padding: 6px 18px;
  border: 1px solid transparent;
  font-size: 11px;
  font-weight: 400;
  line-height: 1;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  color: #0c3f8a;
  background-color: rgba(255, 255, 255, 0.65); }
  .tag--big {
    height: 100%;
    padding: 11px 28px;
    font-size: 14px;
    text-transform: none;
    background: #f6f6f6;
    color: #000; }

.date span {
  display: inline-block;
  vertical-align: middle; }
  .date span:first-child {
    margin: 5px 3px 0 0; }
    .date span:first-child > svg {
      fill: #666b74; }
  .date span:last-child {
    font-size: 14px;
    font-weight: 400;
    color: #666b74; }

.news {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 256px;
  padding: 40px;
  margin: 0 0 76px;
  z-index: 3;
  width: 100%; }
  @media (max-width: 1679px) {
    .news {
      padding: 30px 37px; } }
  @media (max-width: 1023px) {
    .news {
      margin: 0 0 30px; } }
  @media (max-width: 767px) {
    .news {
      padding: 27px 25px;
      display: block;
      min-height: 250px; } }
  @media (max-width: 575px) {
    .news {
      margin: 0 auto 24px;
      max-width: 360px; } }
  @media (max-width: 390px) {
    .news {
      margin: 0 auto 24px; } }
  .news:hover:before {
    opacity: 0.78; }
  .news:before {
    content: '';
    opacity: 0.5;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(79, 98, 134);
    -webkit-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out;
    z-index: -1; }
  .news__tag {
    margin: 0 0 31px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: white;
    background: rgba(0, 0, 0, 0.5); }
    @media (max-width: 767px) {
      .news__tag {
        margin: 0 0 17px; } }
  .news__title {
    max-width: 304px;
    min-height: 123px;
    margin: 0 0 15px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #ffffff;
    width: 100%; }
    @media (max-width: 1679px) {
      .news__title {
        min-height: 92px; } }
    @media (max-width: 767px) {
      .news__title {
        max-width: 100%;
        margin: 0 0 25px; } }
  .news__date {
    width: 100%;
    margin-top: auto; }
  .news .date span:last-child {
    color: white; }
  .news .date span:first-child > svg {
    fill: white; }

.tabs {
  position: relative;
  margin: 0 0 28px; }
  @media (max-width: 767px) {
    .tabs {
      margin: 0 0 24px; } }
  .tabs__btn-toggle {
    display: none;
    padding: 12px 21px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    background: #00239b; }
    @media (max-width: 1023px) {
      .tabs__btn-toggle {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    @media (max-width: 767px) {
      .tabs__btn-toggle {
        padding: 10px 21px; } }
    .tabs__btn-toggle.is-active span:last-child {
      -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      transform: rotate(180deg); }
    .tabs__btn-toggle span {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
      .tabs__btn-toggle span:last-child {
        -webkit-transition: -webkit-transform 350ms ease-in-out;
        transition: -webkit-transform 350ms ease-in-out;
        -o-transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out;
        transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
      .tabs__btn-toggle span:first-child {
        width: calc(100% - 14px);
        text-align: left; }
        @media (max-width: 767px) {
          .tabs__btn-toggle span:first-child {
            display: block;
            overflow: hidden;
            -o-text-overflow: ellipsis;
            text-overflow: ellipsis;
            white-space: nowrap; } }
  .tabs__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
            justify-content: space-between;
    margin: 0 -3px;
  }
  @media (min-width: 1024px) and (max-width: 9999px) {
    .tabs__row {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important; } }
  @media (max-width: 1439px) {
    .tabs__row {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  @media (max-width: 1023px) {
    .tabs__row {
      display: none;
      position: absolute;
      left: 0;
      width: 100%;
      z-index: 11;
      background: #656d7d; } }
  .tabs__tab {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 6;
    -webkit-flex-grow: 6;
    -ms-flex-positive: 6;
            flex-grow: 6;
    text-align: center;
    margin: 0 4px 9px;
    padding: 12px 21px;
    text-align: center;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    color: #ffffff;
    background: #656d7d;
    -webkit-transition: background 350ms ease-in-out;
    -o-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out; }
    /* .tabs__tab:nth-of-type(1) {
      padding: 12px 35px; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(1) {
          padding: 12px 21px; } }
    .tabs__tab:nth-of-type(2) {
      padding: 12px 42px; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(2) {
          padding: 12px 20px; } }
    .tabs__tab:nth-of-type(3) {
      padding: 12px 44px; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(3) {
          padding: 12px 20px; } }
    .tabs__tab:nth-of-type(4) {
      padding: 12px 51px; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(4) {
          padding: 12px 18px; } }
    .tabs__tab:nth-of-type(5) {
      padding: 12px 47px;
      margin-right: 0; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(5) {
          padding: 12px 20px; } }
      @media (max-width: 1439px) {
        .tabs__tab:nth-of-type(5) {
          margin-right: 7px; } }
    .tabs__tab:nth-of-type(6) {
      padding: 12px 92px; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(6) {
          padding: 12px 46px; } }
    .tabs__tab:nth-of-type(7) {
      padding: 12px 52px; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(7) {
          padding: 12px 32px; } }
    .tabs__tab:nth-of-type(8) {
      padding: 12px 50.5px; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(8) {
          padding: 12px 31px; } }
    .tabs__tab:nth-of-type(9) {
      padding: 12px 73px;
      margin-right: 0; }
      @media (max-width: 1679px) {
        .tabs__tab:nth-of-type(9) {
          padding: 12px 38px; } }
      @media (max-width: 1439px) {
        .tabs__tab:nth-of-type(9) {
          margin-right: 7px; } } */
    @media (max-width: 1023px) {
      .tabs__tab {
        display: block;
        margin: 0;
        padding: 12px 21px !important;
        text-align: left; } }
    .tabs__tab:hover {
      background: #f27502;
      color: white; }
    @media (min-width: 1024px) and (max-width: 9999px) {
      .tabs__tab.is-active {
        background: #00239b; } }
    @media (max-width: 1023px) {
      .tabs__tab.is-selected {
        display: none; } }

ul.crumbs {
  position: relative;
  width: 100%;
  margin: 41px auto 47px 16px;
  padding: 0; }
  @media (max-width: 1679px) {
    ul.crumbs {
      margin-left: 0; } }
  @media (max-width: 1023px) {
    ul.crumbs {
      margin: 30px auto; } }
  @media (max-width: 767px) {
    ul.crumbs {
      display: none; } }
  ul.crumbs > li {
    padding: 0;
    display: inline-block;
    vertical-align: top;
    margin: 0 37px 8px 0; }
    ul.crumbs > li:before {
      display: none; }
    ul.crumbs > li > span {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      color: #504f4f; }
    ul.crumbs > li:first-child {
      margin-right: 37px; }
      ul.crumbs > li:first-child .crumbs__link:hover > img {
        opacity: 1; }
    ul.crumbs > li:last-child .crumbs__link:after {
      display: none; }
    ul.crumbs > li > a {
      position: relative;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      font-size: 14px;
      font-weight: 400;
      line-height: 20px;
      color: rgba(255, 255, 255, 0.6);
      -webkit-transition: color 350ms ease-in-out;
      -o-transition: color 350ms ease-in-out;
      transition: color 350ms ease-in-out; }
      ul.crumbs > li > a:hover {
        color: white; }
      ul.crumbs > li > a:after {
        content: '';
        position: absolute;
        top: 8px;
        right: -32px;
        width: 24px;
        height: 2px;
        background: rgba(255, 255, 255, 0.6); }
      ul.crumbs > li > a > img {
        width: 20px;
        height: 20px;
        opacity: .6;
        -webkit-transition: opacity 350ms ease-in-out;
        -o-transition: opacity 350ms ease-in-out;
        transition: opacity 350ms ease-in-out; }

.form {
  position: relative;
  display: none;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  width: 100%;
  margin: 0 auto;
  background: rgba(247, 247, 247, 0.95); }
  @media (max-width: 1229px) {
    .form.is-active {
      display: block; } }
  .form__container {
    max-width: 48%;
    margin: 0 auto;
    padding: 35px 21px 0; }
    @media (max-width: 767px) {
      .form__container {
        max-width: 100%; } }
  .form__title {
    margin: 0 0 10px;
    font-size: 28px;
    font-weight: 300;
    letter-spacing: 0.56px;
    color: rgba(255, 255, 255, 0.95); }
  .form__group {
    position: relative;
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
    margin: 0 0 6px;
    text-align: left;
    font-size: 18px; }
    .form__group--textarea {
      margin-top: 28px; }
  .form__label {
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 38px;
    color: #010101;
    background: transparent;
    border: none;
    pointer-events: none;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
    .form__label--active {
      top: -15px;
      font-size: 12px;
      letter-spacing: 0.025em;
      color: #ccc; }
  .form__input {
    position: relative;
    padding: 10px 0 4px;
    width: 100%;
    height: 50px;
    font-family: "Open Sans", sans-serif;
    font-size: 16px;
    line-height: 30px;
    color: #010101;
    background: transparent;
    border: none;
    border-bottom: 2px solid rgba(167, 167, 167, 0.3);
    border-radius: 0;
    -webkit-transition: border-color 350ms;
    -o-transition: border-color 350ms;
    transition: border-color 350ms; }
    .form__input.is-error {
      border-color: rgba(255, 0, 0, 0.4) !important; }
      .form__input.is-error:focus:not(.has-value) + .form__label {
        color: rgba(227, 32, 32, 0.83); }
      .form__input.is-error + label {
        color: rgba(227, 32, 32, 0.83); }
    .form__input:focus, .form__input.has-value {
      border-color: rgba(167, 167, 167, 0.7); }
    .form__input:focus + .form__label,
    .form__input.has-value + .form__label {
      top: -15px;
      font-size: 13px;
      color: #010101;
      opacity: 0.48;
      -webkit-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out; }
    .form__input.has-value.is-error + label {
      color: rgba(239, 154, 121, 0.7); }
  .form__recapcha {
    margin: 29px 0 0;
    position: relative; }
  #recaptchaError {
    background: #fff;
    border-radius: 5px;
    display: none;
    padding: 5px 7px;
    position: absolute;
    width: 250px;
    z-index: 1;
    box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
    left: 7px;
    top: 55px;
    font-size: 16px;
    line-height: 1.2;
  }
  .we-offer #recaptchaError {
    left: 50%;
    margin-left: -145px;
  }
  #recaptchaError:before {
    content: "";
    border: 10px solid transparent;
    border-bottom-color: #fff;
    position: absolute;
    left: 10px;
    top: -20px;
    z-index: 1;
  }
  #recaptchaError:after {
    content: "";
    border: 11px solid transparent;
    border-bottom-color: rgba(0, 0, 0, 0.05);
    position: absolute;
    left: 9px;
    top: -22px;
    z-index: 0;
  }
    @media (max-width: 767px) {
      #recaptchaError,
      .we-offer #recaptchaError {
          left: 50%;
          margin-left: -134px;
      }
      .form__recapcha {
        margin: 0 -10px; } }
    .form__recapcha .g-recaptcha {
      max-width: 302px; }
      @media (max-width: 767px) {
        .form__recapcha .g-recaptcha {
          margin: 0 auto;
          -webkit-transform: scale(0.925);
          -ms-transform: scale(0.925);
          transform: scale(0.925);
          width: 300px; } }
  .form__input-float {
    position: relative; }
    .form__input-float .error-message {
      position: absolute;
      top: auto;
      right: auto; }
  .form .btn {
    margin: 15px 0 0; }
    @media (max-width: 767px) {
      .form .btn {
        display: block;
        margin: 15px auto 0; } }
  .form__container .checkbox {
    position: relative;
    display: block;
    padding: 0 0 0 27px;
    font-family: "Open Sans", sans-serif;
    font-size: 12px;
    line-height: 1.25;
    font-weight: 300;
    color: #010101;
    cursor: pointer; }
    .form__container .checkbox span:before {
      content: "";
      position: absolute;
      left: 0;
      top: 0;
      width: 14px;
      height: 14px;
      border: 1px solid #b9b8b8;
      background: #fff;
      cursor: pointer;
      -webkit-transition: border-color 200ms ease-in-out;
      -o-transition: border-color 200ms ease-in-out;
      transition: border-color 200ms ease-in-out; }
    .form__container .checkbox span:after {
      opacity: 0;
      content: "";
      position: absolute;
      left: 3px;
      top: 3px;
      width: 9px;
      height: 5px;
      border: 1px solid #191919;
      border-top: none;
      border-right: none;
      cursor: pointer;
      border-bottom-left-radius: 3px;
      -webkit-transform: rotate(-53deg);
      -ms-transform: rotate(-53deg);
      transform: rotate(-53deg);
      -webkit-transition: opacity 200ms ease-in-out;
      -o-transition: opacity 200ms ease-in-out;
      transition: opacity 200ms ease-in-out; }
    .form__container .checkbox span > a {
      color: rgba(255, 255, 255, 0.51); }
  .form__container input:checked + .checkbox span:after {
    opacity: 1; }
  .form__container input.is-error + .checkbox span:before {
    border-color: rgba(255, 0, 0, 0.7);
  }
  .form__textarea {
    resize: none;
    vertical-align: top; }
  .form__consent {
    width: 252px;
    margin: 0 auto;
    color: rgba(255, 255, 255, 0.3);
    font-family: "Open Sans";
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    text-align: center; }

.btn {
  display: inline-block;
  width: 100%;
  padding: 23px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: white;
  letter-spacing: 0.56px;
  text-transform: uppercase;
  text-align: center;
  border: 1px solid transparent;
  background: #00239b;
  -webkit-transition: all 350ms ease-in-out;
  -o-transition: all 350ms ease-in-out;
  transition: all 350ms ease-in-out; }
  @media (max-width: 767px) {
    .btn {
      max-width: 280px;
      padding: 16px;
      margin: 15px auto; } }
  .btn:hover {
    cursor: pointer; }
    @media (min-width: 768px) and (max-width: 9999px) {
      .btn:hover {
        background: white;
        border-color: #00239b;
        color: #00239b; } }

.btn--white {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: auto;
  min-width: 193px;
  padding: 10px;
  text-align: center;
  font-size: 14px;
  text-transform: none;
  border-color: white;
  color: #1d1d1d;
  background: white; }
  .btn--white:hover > span:first-child {
    -webkit-transform: translateX(-5px);
    -ms-transform: translateX(-5px);
    transform: translateX(-5px); }
  .btn--white > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .btn--white > span:first-child {
      margin: 0 23px 0 0;
      -webkit-transition: -webkit-transform 350ms ease-in-out;
      transition: -webkit-transform 350ms ease-in-out;
      -o-transition: transform 350ms ease-in-out;
      transition: transform 350ms ease-in-out;
      transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
    .btn--white > span > svg {
      font-size: 18px; }

.btn-container {
  padding: 49px 0;
  background: #b5bbc6; }
  @media (max-width: 767px) {
    .btn-container {
      padding: 20px 0; } }
  .btn-container > .container {
    max-width: 1000px;
    margin: 0 auto; }

.full-description {
  padding: 64px 0;
  background: #ededed; }
  @media (max-width: 991px) {
    .full-description {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .full-description {
      padding: 17px 0 44px; } }
  .full-description > .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .full-description__title {
    width: 100%;
    font-size: 38px;
    font-weight: 400;
    line-height: 28px;
    color: #151515; }
    @media (max-width: 767px) {
      .full-description__title {
        font-size: 16px;
        line-height: 27px; } }
  .full-description__blocks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /* width: 50%; */}
    .full-description__block:nth-of-type(1) {
      width: 52%;
      padding: 0 25px 0 0; }
      @media (max-width: 767px) {
        .full-description__block:nth-of-type(1) {
          width: 100%;
          padding: 0; } }
    .full-description__block:nth-of-type(2) {
      /* max-height: 511px; */
      width: 48%; }
      @media (max-width: 767px) {
        .full-description__block:nth-of-type(2) {
          width: 100%;
          margin: 0 0 20px; } }
    .full-description__block > ul > li {
      color: #1d1d1d; }
    .full-description__block > img {
      margin: 21px auto 0;
      max-height: 100%; }
      @media (max-width: 767px) {
        .full-description__block > img {
          display: block;
          margin: 0 auto; } }

.key-benefits {
  padding: 25px 0 68px; }
  @media (max-width: 767px) {
    .key-benefits {
      padding: 56px 0 30px; } }
  .key-benefits > .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .key-benefits .simple-title {
    margin: 0 0 31px; }
  .key-benefits__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 50%;
    padding: 17px 0 0; }
    @media (max-width: 991px) {
      .key-benefits__list {
        width: 100%; } }
    @media (max-width: 991px) {
      .key-benefits__list {
        padding: 0; } }
  .key-benefits__item {
    position: relative;
    min-height: 52px;
    padding: 0 10px 0 96px;
    margin: 0 0 48px;
    color: #1d1d1d;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px; }
    @media (max-width: 991px) {
      .key-benefits__item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media (max-width: 767px) {
      .key-benefits__item {
        padding: 0 0 0 72px;
        margin: 0 0 30px;
        font-size: 16px;
        line-height: 22px; } }
    .key-benefits__item:before {
      content: attr(data-count);
      position: absolute;
      top: 10px;
      left: 0;
      font-size: 45px;
      font-weight: 400;
      line-height: 24px;
      color: #f27502; }

.products {
  padding: 86px 0; }
  @media (max-width: 767px) {
    .products {
      padding: 40px 0; } }
  .products__product {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 20px);
    margin: 0 0 20px;
    padding: 0 0 28px;
    text-align: center;
    background: #ededed;
    width: 100%; }
    .products__product:hover .products__title {
      color: #f27502; }
    @media (max-width: 767px) {
      .products__product {
        max-width: 320px;
        padding-bottom: 5px;
        margin: 0 auto 30px; } }
  .products__container-img {
    height: 192px; }
    @media (max-width: 1679px) {
      .products__container-img {
        height: 160px; } }
    @media (max-width: 1439px) {
      .products__container-img {
        height: 125px; } }
    @media (max-width: 1023px) {
      .products__container-img {
        height: 142px; } }
    @media (max-width: 767px) {
      .products__container-img {
        height: 104px; } }
    @media (max-width: 575px) {
      .products__container-img {
        height: 110px; } }
    .products__container-img > img {
      width: 100%;
      max-height: 100%; }
      @media (max-width: 1023px) {
        .products__container-img > img {
          width: 100%; } }
  .products__title {
    padding: 17px 20px 5px;
    color: #000000;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    @media (max-width: 767px) {
      .products__title {
        padding-top: 10px; } }
  .products__desc {
    /*max-width: 236px;*/
    padding: 0 20px;
    margin: 0 auto;
    font-size: 14px;
    font-weight: 400;
    line-height: 19px;
    color: #000000; }

.introduction > .container {
  max-width: 1440px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  @media (max-width: 767px) {
    .introduction > .container {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.introduction__container-preview {
  position: relative;
  width: 206px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  .introduction__container-preview:before {
    content: attr(data-text);
    position: absolute;
    top: 0;
    left: auto;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 69px 28px 0 auto;
    color: rgba(255, 255, 255, 0.7);
    font-size: 38px;
    font-weight: 700; }
    @media (min-width: 768px) and (max-width: 9999px) {
      .introduction__container-preview:before {
        -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
        writing-mode: vertical-rl;
        -webkit-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
        transform: rotate(-180deg); } }
    @media (max-width: 767px) {
      .introduction__container-preview:before {
        position: static;
        margin: 0 15px;
        right: auto;
        left: auto;
        top: auto;
        color: #808693;
        font-size: 18px;
        font-weight: 700; } }
  @media (max-width: 767px) {
    .introduction__container-preview {
      background-image: none !important;
      width: 100%;
      padding: 0;
      display: block; } }

.introduction__title {
  margin-bottom: 50px;
  padding: 0 80px;
  font-size: 38px;
  line-height: 46px;
  font-weight: 700;
  color: #000000; }
  @media (max-width: 1229px) {
    .introduction__title {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .introduction__title {
      font-size: 28px;
      line-height: 36px;
      margin-bottom: 30px; } }
  @media (max-width: 767px) {
    .introduction__title {
      padding: 0;
      margin: 11px 0 31px;
      font-size: 26px;
      line-height: 32px; } }

.introduction__element {
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  color: #6e7584; }
  .introduction__element:nth-of-type(1) {
    width: 100%;
    max-width: 142px; }
    @media (max-width: 991px) {
      .introduction__element:nth-of-type(1) {
        max-width: 100%;
        margin: 0 0 15px; } }
  .introduction__element > p {
    max-width: 750px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1d1d1d; }
    @media (max-width: 767px) {
      .introduction__element > p {
        font-size: 14px;
        line-height: 22px; } }

.introduction__content {
  width: calc(100% - 206px);
  padding: 37px 0 28px;
  /*border-top: 1px solid #ededed;*/ }
  @media (max-width: 991px) {
    .introduction__content {
      padding: 15px 0 0; } }
  @media (max-width: 767px) {
    .introduction__content {
      width: 100%;
      padding: 0 15px;
      border: none; } }

.introduction__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 12px;
  padding: 0 80px; }
  @media (max-width: 1229px) {
    .introduction__block {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 991px) {
    .introduction__block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  @media (max-width: 767px) {
    .introduction__block {
      padding: 0; } }
  @media (min-width: 992px) and (max-width: 9999px) {
    .introduction__block--contacts {
      padding-top: 68px;
      border-top: 1px solid #ededed; } }

.introduction .introduction-achievements {
  padding: 30px 80px;
  margin: 44px 0 0;
  border-top: 1px solid #ededed; }
  @media (max-width: 1229px) {
    .introduction .introduction-achievements {
      padding-left: 20px;
      padding-right: 20px; } }
  @media (max-width: 767px) {
    .introduction .introduction-achievements {
      padding: 0;
      margin: 15px 0 43px; } }
  .introduction .introduction-achievements__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: 863px; }
    @media (max-width: 991px) {
      .introduction .introduction-achievements__container {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .introduction .introduction-achievements__block {
    margin-right: 30px;
    width: calc(33.33333333333333% - 30px);
  }
  @media (max-width: 991px) {
    .introduction .introduction-achievements__block {
      margin-right: 0;
      width: 100%; } }
  .introduction .introduction-achievements__block > h3 {
    margin: 30px 0 20px;
    font-size: 42px;
    font-weight: 500;
    line-height: 1.2;
    color: #2d2475; }
    @media (max-width: 1199px) {
      .introduction .introduction-achievements__block > h3 {
        font-size: 32px; } }
    @media (max-width: 767px) {
      .introduction .introduction-achievements__block > h3 {
        margin: 20px 0 11px;
        font-size: 24px; } }
  .introduction .introduction-achievements__block > p {
    max-width: 285px;
    font-size: 16px;
    font-weight: 700;
    line-height: 22px;
    color: #767676; }
    @media (max-width: 991px) {
      .introduction .introduction-achievements__block > p {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .introduction .introduction-achievements__block > p {
        font-size: 14px;
        line-height: 18px; } }

.introduction__contacts {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 9px 0 0; }

.introduction__contact {
  height: 100%;
  margin: 0 0 15px; }
  @media (max-width: 1439px) {
    .introduction__contact {
      margin: 0 20px 15px 0; } }

.introduction__contact > a,
.introduction__contact > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  color: #1d1d1d;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px; }
  .introduction__contact > a > span,
  .introduction__contact > p > span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .introduction__contact > a > span:first-child,
    .introduction__contact > p > span:first-child {
      margin-right: 13px; }
  .introduction__contact > a > span > svg,
  .introduction__contact > p > span > svg {
    font-size: 19px; }

@media (max-width: 767px) {
  .introduction--job {
    padding: 20px 0; } }

@media (min-width: 1024px) and (max-width: 9999px) {
  .introduction--job .introduction__content {
    padding: 65px 0 28px; } }

@media (min-width: 992px) and (max-width: 9999px) {
  .introduction--job .introduction__block {
    margin: 0 0 35px; } }

@media (min-width: 768px) and (max-width: 9999px) {
  .introduction--job .introduction__element {
    font-size: 20px; } }

@media (min-width: 992px) and (max-width: 9999px) {
  .introduction--job .introduction__element:nth-of-type(1) {
    max-width: 156px; } }

@media (min-width: 1024px) and (max-width: 9999px) {
  .introduction--job .introduction__element:nth-of-type(2) {
    width: 100%;
    max-width: 760px;
    padding-left: 60px; } }

@media (max-width: 1023px) {
  .introduction--job .introduction__element:nth-of-type(2) {
    padding-left: 30px; } }

@media (max-width: 991px) {
  .introduction--job .introduction__element:nth-of-type(2) {
    padding: 0; } }

.introduction--job .introduction__element > ul {
  margin-top: 0; }
  .introduction--job .introduction__element > ul > li {
    margin: 0 0 21px;
    font-size: 16px; }
    @media (max-width: 991px) {
      .introduction--job .introduction__element > ul > li {
        margin: 0 0 14px; } }

@media (max-width: 767px) {
  .introduction--job .introduction__container-preview {
    margin-bottom: 15px; } }

.introduction--template .introduction__content {
  padding: 48px 0 30px; }
  @media (max-width: 767px) {
    .introduction--template .introduction__content {
      padding: 65px 0 0; } }

.introduction--template .introduction__container-preview {
  width: 173px; }
  @media (max-width: 767px) {
    .introduction--template .introduction__container-preview {
      display: none; } }

.introduction--template .introduction__title {
  padding: 0 57px;
  margin: 0 0 42px; }
  @media (max-width: 767px) {
    .introduction--template .introduction__title {
      padding: 0 15px;
      margin: 11px 0 31px; } }

.introduction--template .introduction__block {
  margin: 0 0 16px;
  padding: 0 0 0 58px; }
  @media (max-width: 767px) {
    .introduction--template .introduction__block {
      padding: 0 20px 0 15px; } }

.introduction--template .introduction__element > p {
  margin: 0 0 20px; }

.introduction--template .introduction-achievements {
  position: relative;
  margin: 27px 0 0;
  padding: 42px 0 0 55px;
  border: none; }
  @media (max-width: 767px) {
    .introduction--template .introduction-achievements {
      margin: 0;
      padding: 25px 15px 0; } }
  .introduction--template .introduction-achievements:before {
    content: '';
    position: absolute;
    top: 0;
    left: auto;
    width: calc(100% - 55px);
    height: 1px;
    background-color: #ededed; }
    @media (max-width: 767px) {
      .introduction--template .introduction-achievements:before {
        width: calc(100% - 45px); } }

.introduction--template .introduction-achievements__block > h3 {
  margin: 0 0 13px;
  font-size: 34px;
  line-height: 26px; }

.introduction--template .introduction-achievements__block > p {
  margin: 0;
  line-height: 19px; }

.introduction--template .introduction-achievements__block {
  width: 28.8%; }
  @media (max-width: 991px) {
    .introduction--template .introduction-achievements__block {
      width: 100%;
      margin: 0 0 20px; } }

.reviews {
  background-repeat: no-repeat;
  background-position: bottom center; }
  .reviews > .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: 1440px;
    padding: 0; }
    @media (max-width: 767px) {
      .reviews > .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .reviews__container-preview {
    position: relative;
    width: 206px; }
    @media (max-width: 767px) {
      .reviews__container-preview {
        background-image: none !important;
        width: 100%;
        padding: 0;
        margin: 42px 0 0;
        display: block; } }
    .reviews__container-preview:before {
      content: attr(data-text);
      position: absolute;
      top: 0;
      left: auto;
      right: 0;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      margin: 69px 28px auto auto;
      color: #6e7584;
      font-size: 38px;
      font-weight: 700; }
      @media (min-width: 768px) and (max-width: 9999px) {
        .reviews__container-preview:before {
          -webkit-writing-mode: vertical-rl;
          -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
          -webkit-transform: rotate(-180deg);
          -ms-transform: rotate(-180deg);
          transform: rotate(-180deg); } }
      @media (max-width: 767px) {
        .reviews__container-preview:before {
          position: static;
          margin: 0 15px;
          right: auto;
          left: auto;
          top: auto;
          color: #808693;
          font-size: 18px;
          font-weight: 700; } }
  .reviews__slider {
    position: relative;
    width: calc(100% - 206px);
    border-left: 1px solid #ededed; }
    @media (max-width: 767px) {
      .reviews__slider {
        width: 100%;
        z-index: 5; } }
  .reviews__content {
    position: relative;
  }
  .reviews__title {
    max-width: 771px;
    margin-bottom: 45px;
    font-size: 28px;
    line-height: 1.22;
    font-weight: 700;
    color: #000000; }
    .simple-banner__date--review+.reviews__title {
      margin-left: 140px;
      min-height: 110px;
      max-width: 680px;
    }
    @media (max-width: 991px) {
      .reviews__title {
        font-size: 26px; } }
    @media (max-width: 991px) {
      .reviews__title {
        margin-bottom: 25px;
        font-size: 21px; } }
    @media (max-width: 767px) {
      .reviews__title {
        margin-bottom: 37px;
        font-size: 25px; }
      .simple-banner__date--review+.reviews__title {
        margin-left: 100px;
        min-height: 70px;
        max-width: 670px;
      } }
  @media (max-width: 767px) {
    .reviews__content {
      /*height: 455px;*/
      overflow: hidden;
      -webkit-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out; } }
  .reviews__content > p {
    max-width: 920px;
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: #1d1d1d;
    opacity: 0.85; }
    @media (max-width: 767px) {
      .reviews__content > p {
        font-size: 14px;
        line-height: 22px; } }
  .reviews__slide {
    padding: 50px 80px; }
    @media (max-width: 1229px) {
      .reviews__slide {
        padding: 90px 60px 50px; } }
    @media (max-width: 991px) {
      .reviews__slide {
        padding: 100px 25px 50px; } }
    @media (max-width: 767px) {
      .reviews__slide {
        position: relative;
        padding: 0 15px;
        height: 517px;
        -webkit-transition: height 350ms ease-in-out;
        -o-transition: height 350ms ease-in-out;
        transition: height 350ms ease-in-out; } }
    .reviews__slide.is-active {
      height: auto;
      overflow: visible; }
      .reviews__slide.is-active .reviews__content {
        height: 100%; }
      .reviews__slide.is-active .reviews__tgl-content {
        display: none; }
    .reviews__slide:before {
      display: none;
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background-image: -webkit-gradient(linear, left top, left bottom, color-stop(58%, rgba(255, 255, 255, 0)), color-stop(77%, #f4f4f4));
      background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 58%, #f4f4f4 77%);
      background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0) 58%, #f4f4f4 77%);
      background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 58%, #f4f4f4 77%);
      z-index: 3; }
  .reviews .quote {
    color: #1d1d1d;
    position: relative;
    max-width: 100%;
    margin: 52px 0 38px;
    padding: 55px 0 0; }
    @media (max-width: 767px) {
      .reviews .quote {
        margin: 0;
        padding: 25px 0 0; } }
    .reviews .quote:before {
      content: '';
      position: absolute;
      top: 0;
      left: -80px;
      width: 1230px;
      height: 1px;
      background: #ededed; }
    .reviews .quote__text {
      margin-bottom: 37px;
      opacity: 0.85;
      color: #1d1d1d;
      font-size: 22px;
      font-weight: 400;
      line-height: 32px; }
      @media (max-width: 767px) {
        .reviews .quote__text {
          font-size: 14px;
          line-height: 22px;
          margin-bottom: 20px; } }
    .reviews .quote__icon {
      opacity: .6; }
    .reviews .quote__autor, .reviews .quote__company {
      color: #1d1d1d;
      font-size: 18px;
      font-weight: 400;
      line-height: 26px; }
      @media (max-width: 767px) {
        .reviews .quote__autor, .reviews .quote__company {
          font-size: 16px;
          line-height: 22px; } }
    .reviews .quote__autor {
      margin: 0;
      font-weight: 700; }
  .reviews__tgl-content {
    display: none;
    position: absolute;
    bottom: 20px;
    left: calc(50% - 70px);
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #473f86;
    z-index: 11; }
    @media (max-width: 767px) {
      .reviews__tgl-content {
        display: inline-block; } }
  .reviews__arrows {
    position: absolute;
    top: 86px;
    right: 16.3%; }
    @media (max-width: 1439px) {
      .reviews__arrows {
        right: 6.3%; } }
    @media (max-width: 1229px) {
      .reviews__arrows {
        top: 40px; } }
  .reviews__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #f6f6f6;
    cursor: pointer; }
    .reviews__arrow--left {
      border-right: 1px solid white; }
      .reviews__arrow--left:hover svg {
        stroke: #f27502;
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
    .reviews__arrow--right:hover svg {
      stroke: #f27502;
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
    .reviews__arrow > svg {
      -webkit-transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      -o-transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
  .reviews .slick-dots {
    bottom: -30px;
    list-style-type: none; }
    .reviews .slick-dots > li {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 10px;
      padding: 0; }
      .reviews .slick-dots > li:before {
        display: none; }
      .reviews .slick-dots > li:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #ededed;
        -webkit-transition: background 350ms ease-in-out;
        -o-transition: background 350ms ease-in-out;
        transition: background 350ms ease-in-out; }
      .reviews .slick-dots > li svg {
        width: 20px;
        height: 20px;
        border-radius: 50%; }
      .reviews .slick-dots > li.slick-active:after {
        background: #ededed; }
      .reviews .slick-dots > li.slick-active .circle-go {
        stroke: #f27502;
        -webkit-animation-name: circle;
        animation-name: circle;
        -webkit-animation-duration: 7.5s;
        animation-duration: 7.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-play-state: running;
        animation-play-state: running; }
  .reviews .circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: transparent;
    stroke-width: 23px;
    stroke-linecap: round;
    stroke-dasharray: 314px; }

.press-release__tabs {
  margin: 0 0 34px;
  border-top: 1px solid #ededed;
  border-bottom: 1px solid #ededed; }
  @media (max-width: 1023px) {
    .press-release__tabs {
      overflow-x: auto; } }
  @media (max-width: 1023px) {
    .press-release__tabs > .container {
      max-width: 720px;
      white-space: nowrap; } }

.press-release__tab {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 34px;
  padding: 22px 0;
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.67);
  -webkit-transition: color 350ms ease-in-out;
  -o-transition: color 350ms ease-in-out;
  transition: color 350ms ease-in-out; }
    @media (max-width: 1439px) {
      .press-release__tab {
        margin: 0 15px; } }
  @media (max-width: 767px) {
    .press-release__tab {
      margin: 0 20px;
      padding: 15px 0; } }
  .press-release__tab:hover {
    color: #00239b; }
  .press-release__tab:after {
    content: '';
    position: absolute;
    top: 23px;
    right: -39px;
    height: 22px;
    width: 1px;
    background: rgba(167, 167, 167, 0.34); }
    @media (max-width: 1439px) {
      .press-release__tab:after {
        right: -18px; } }
    @media (max-width: 767px) {
      .press-release__tab:after {
        top: 15px;
        right: -23px; } }
  .press-release__tab:first-child {
    margin-left: 16px; }
    @media (max-width: 1679px) {
      .press-release__tab:first-child {
        margin-left: 0; } }
  .press-release__tab:last-child:after {
    display: none; }
  .press-release__tab.is-active {
    color: #00239b; }

.press-release > .container-main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1440px; }
  @media (max-width: 1679px) {
    .press-release > .container-main {
      max-width: 1200px;
      margin: 0 auto; } }
  @media (max-width: 1439px) {
    .press-release > .container-main {
      max-width: 960px;
      margin: 0 auto; } }
  @media (max-width: 1023px) {
    .press-release > .container-main {
      max-width: 768px;
      margin: 0 auto; } }
  @media (max-width: 664px) {
    .press-release > .container-main {
      display: block; } }

.press-release .press-product {
  position: relative;
  width: -webkit-calc(25% - 30px);
  width: calc(25% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0 15px 30px;
  background: #ededed; }
.themes-detail .press-release .press-product {
  display: block !important;
  margin: 0 auto 30px;
  height: -webkit-calc(100% - 30px);
  height: calc(100% - 30px);
}
  @media (max-width: 1439px) {
    .press-release .press-product {
      width: -webkit-calc(33.33333333% - 30px);
      width: calc(33.33333333% - 30px); } }
  @media (max-width: 1023px) {
    .press-release .press-product {
      width: -webkit-calc(50% - 30px);
      width: calc(50% - 30px); } }
  @media (max-width: 767px) {
    .press-release .press-product {
      display: block;
      width: 100%;
      max-width: 300px;
      margin: 0 auto 30px; } }
  .press-release .press-product:hover .press-product__content > p {
    color: #f27502; }
  .press-release .press-product__container-img {
    position: relative;
    height: 200px; }
    .press-release .press-product__container-img > img {
      width: 100%;
      max-height: 100%; }
  .press-release .press-product .tag {
    position: absolute;
    top: 28px;
    left: 26px;
    border: 1px solid rgba(255, 255, 255, 0.22);
    color: white;
    background: rgba(0, 0, 0, 0.5); }
    .press-release .press-product .tag.tag-nofoto {
          border: 1px solid rgba(0, 0, 0, 0.22);
    color: black;
    background: transparent;
    }
    .news .tag.tag-nofoto {
      transition: all 0.3s ease-out;
          border: 1px solid rgba(0, 0, 0, 0.22);
    color: black;
    background: transparent;
    }
    .news:hover .tag.tag-nofoto {
      transition: all 0.3s ease-out;
          border: 1px solid rgba(255, 255, 255, 0.22);
    color: #ffffff;
    }


    @media (max-width: 767px) {
      .press-release .press-product .tag {
        top: 20px;
        left: 20px; } }
  .press-release .press-product .date {
    position: absolute;
    bottom: 15px;
    left: 32px; }
    @media (max-width: 767px) {
      .press-release .press-product .date {
        left: 20px; } }
    .press-release .press-product .date > span {
      color: white; }
      .press-release .press-product .date > span > svg {
        fill: white; }
    .press-release .press-product .date.date-nofoto > span {
      color: black; }
      .press-release .press-product .date.date-nofoto > span > svg {
        fill: black; }

    .news .date.date-nofoto > span {
      color: black;
    transition: color 0.3s ease-out; }
      .news .date.date-nofoto > span > svg {
        transition: fill 0.3s ease-out;
        fill: black; }

        .news:hover .date.date-nofoto > span {
          transition: color 0.3s ease-out;
      color: #ffffff; }
      .news:hover .date.date-nofoto > span > svg {
        transition: fill 0.3s ease-out;
        fill: #ffffff; }

.news .news__title.name-nofoto {
      color: black;
    transition: color 0.3s ease-out;}
      .news:hover .news__title.name-nofoto {
      color: #ffffff;
    transition: color 0.3s ease-out;}

  .press-release .press-product__video-icon {
    position: absolute;
    top: 23px;
    right: 25px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 350ms ease-in-out;
    transition: -webkit-transform 350ms ease-in-out;
    -o-transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
    @media (max-width: 767px) {
      .press-release .press-product__video-icon {
        top: 20px;
        right: 20px; } }
    .press-release .press-product__video-icon:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 10px;
      height: 10px;
      -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
      transform: translateX(30%);
      border: 5px solid transparent;
      border-left: 7px solid #00239b; }
  .press-release .press-product__content {
    padding: 25px 27px 7px; }
    @media (max-width: 767px) {
      .press-release .press-product__content {
        padding: 15px 20px 5px; } }
    .press-release .press-product__content > p {
      font-size: 16px;
      font-weight: 400;
      line-height: 22px;
      color: #000000;
      -webkit-transition: color 350ms ease-in-out;
      -o-transition: color 350ms ease-in-out;
      transition: color 350ms ease-in-out; }

.pagination {
  padding: 27px 0 74px;
  text-align: center; }
  @media (max-width: 767px) {
    .pagination {
      overflow: hidden;
      padding: 20px 0 40px;
      margin: 0 -15px; } }
  .pagination ul {
    display: inline-block;
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .pagination ul li {
    display: inline-block;
    padding: 0;
    margin: 0; }
    .pagination ul li:before {
      display: none; }
  .pagination__btn, .pagination__btn-prev, .pagination__btn-next {
    display: inline-block;
    vertical-align: top;
    height: 40px;
    text-align: center;
    line-height: 40px;
    font-size: 20px;
    font-weight: 300;
    border-radius: 50%;
    color: #000;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
  .pagination__btn {
    position: relative;
    width: 40px;
    margin: 0 8px;
    border-right: none; }
    @media (max-width: 767px) {
      .pagination__btn {
        margin: 0; }
      .pagination__btn, .pagination__btn-prev, .pagination__btn-next {
        font-size: 15px;
        width: 30px;
        height: 30px;
        line-height: 30px; } }
    .pagination__btn:hover, .pagination__btn.is-active {
      color: white;
      background: #00239b; }
  .pagination__btn-prev, .pagination__btn-next {
    border-right: none;
    font-size: 16px;
    padding: 0 11px; }
    @media (max-width: 767px) {
      .pagination__btn-prev, .pagination__btn-next {
        padding: 0;
        width: 30px; } }
    .pagination__btn-prev svg, .pagination__btn-next svg {
      position: relative;
      top: 2px;
      font-size: 14px;
      stroke: #010101;
      -webkit-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out; }
    @media (max-width: 767px) {
      .pagination__btn-prev span, .pagination__btn-next span {
        display: none; } }
    .pagination__btn-prev:hover, .pagination__btn-next:hover {
      color: #00239b; }
      @media (min-width: 768px) and (max-width: 9999px) {
        .pagination__btn-prev:hover svg, .pagination__btn-next:hover svg {
          stroke: #00239b; } }
  .pagination__btn-prev {
    margin-right: 50px; }
    @media (max-width: 1023px) {
      .pagination__btn-prev {
        margin-right: 0; } }
    .pagination__btn-prev svg {
      left: -12px; }
      @media (max-width: 767px) {
        .pagination__btn-prev svg {
          left: 0; } }
  .pagination__btn-next {
    margin-left: 50px; }
    @media (max-width: 1023px) {
      .pagination__btn-next {
        margin-left: 0; } }
    .pagination__btn-next svg {
      right: -12px; }
      @media (max-width: 767px) {
        .pagination__btn-next svg {
          right: 0; } }

.team {
  padding: 61px 0;
  border-top: 1px solid #ededed; }
  .team > .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 1440px; }
    @media (max-width: 1679px) {
      .team > .container-main {
        max-width: 1200px;
        margin: 0 auto; } }
    @media (max-width: 1439px) {
      .team > .container-main {
        max-width: 960px;
        margin: 0 auto; } }
    @media (max-width: 1023px) {
      .team > .container-main {
        max-width: 768px;
        margin: 0 auto; } }
    @media (max-width: 664px) {
      .team > .container-main {
        display: block; } }
  .team .team-item {
    position: relative;
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 15px 33px;
    background: #ededed; }
    @media (max-width: 1439px) {
      .team .team-item {
        width: -webkit-calc(33.33333333333% - 30px);
        width: calc(33.33333333333% - 30px); } }
    @media (max-width: 1023px) {
      .team .team-item {
        width: -webkit-calc(50% - 30px);
        width: calc(50% - 30px); } }
    @media (max-width: 767px) {
      .team .team-item {
        display: block;
        width: 100%;
        max-width: 300px;
        margin: 0 auto 30px; } }
    .team .team-item__container-img {
      position: relative;
      height: 229px;
      text-align: center;
      background-color: #838fa8;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
      -ms-flex-align: end;
      align-items: flex-end; }
      .team .team-item__container-img > img {
        /*width: 100%;*/
        max-height: 100%;
        -o-object-position: center top;
        object-position: center top;
        font-family: 'object-fit: cover; object-position: center top;'; }
    .team .team-item__content {
      padding: 18px 30px 20px; }
      @media (max-width: 767px) {
        .team .team-item__content {
          padding: 15px 20px 5px; } }
      .team .team-item__content > span {
        font-size: 11px;
        font-weight: 400;
        letter-spacing: 0.66px;
        text-transform: uppercase;
        color: rgba(127, 132, 161, 0.96); }
      .team .team-item__content > h5 {
        margin: 8px 0;
        font-size: 18px;
        font-weight: 500;
        line-height: 22px;
        color: #000000; }
      .team .team-item__content > p {
        font-size: 14px;
        font-weight: 400;
        line-height: 18px;
        color: rgba(0, 0, 0, 0.8); }

.m-popup {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  max-width: 970px;
  margin: auto;
  background: white; }
  @media (max-width: 991px) {
    .m-popup {
      padding: 40px 0; } }
  @media (max-width: 767px) {
    .m-popup {
      padding: 40px 0 0; } }
  .m-popup .mfp-close {
    position: absolute;
    top: 0;
    right: 0;
    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;
    width: 65px;
    height: 65px;
    background: rgba(237, 237, 237, 0.47);
    opacity: 1;
    -webkit-transition: background 350ms ease-in-out;
    -o-transition: background 350ms ease-in-out;
    transition: background 350ms ease-in-out; }
    .m-popup .mfp-close:hover {
      background: rgba(237, 237, 237, 0.77); }
    .m-popup .mfp-close > svg {
      font-size: 20px; }

.team-popup .mfp-containerImg {
  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;
  max-height: 520px;
  width: 100%;
  max-width: 441px; }
  @media (max-width: 991px) {
    .team-popup .mfp-containerImg {
      height: 180px;
      max-width: 100%; } }
  .team-popup .mfp-containerImg > img {
    max-height: 100%; }
    @media (max-width: 991px) {
      .team-popup .mfp-containerImg > img {
        height: 180px;
        width: 180px;
        border-radius: 50%; } }

.team-popup .mfp-content {
  width: calc(100% - 441px);
  padding: 52px 0 30px; }
  @media (max-width: 991px) {
    .team-popup .mfp-content {
      padding: 15px 0 0;
      width: 100%;
      text-align: center; } }

.team-popup .mfp-userType {
  padding: 0 53px;
  margin: 0 0 19px;
  font-size: 11px;
  font-weight: 400;
  letter-spacing: 0.66px;
  text-transform: uppercase;
  color: #595c6e; }
  @media (max-width: 767px) {
    .team-popup .mfp-userType {
      padding: 0 15px;
      margin: 0 0 10px; } }

.team-popup .mfp-userName {
  padding: 0 53px;
  margin: 0 0 13px;
  font-size: 28px;
  font-weight: 500;
  line-height: 36px;
  color: #000000; }
  @media (max-width: 767px) {
    .team-popup .mfp-userName {
      padding: 0 15px;
      margin: 0 0 10px;
      font-size: 18px;
      line-height: 24px; } }
  @media (max-width: 991px) {
    .team-popup .mfp-userName > br {
      display: none; } }

.team-popup .mfp-userPosition {
  padding: 0 53px;
  font-size: 16px;
  font-weight: 400;
  line-height: 18px;
  color: #000000; }
  @media (max-width: 767px) {
    .team-popup .mfp-userPosition {
      padding: 0 15px;
      font-size: 14px; } }

.team-popup .mfp-userText {
  padding: 32px 53px 0;
  margin: 40px 0 0;
  border-top: 1px solid rgba(226, 226, 226, 0.48);
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  color: #000000; }
  @media (max-width: 991px) {
    .team-popup .mfp-userText {
      text-align: left; } }
  @media (max-width: 767px) {
    .team-popup .mfp-userText {
      margin: 25px 0;
      padding: 25px 15px;
      font-size: 15px;
      line-height: 22px; } }

@media (max-width: 991px) {
  .projects-popup {
    padding: 0; } }

.vacancies {
  background-repeat: no-repeat;
  background-position: bottom center;
  background-size: cover;
  padding: 0 0 136px; }
  @media (max-width: 1023px) {
    .vacancies {
      padding: 0 0 80px; } }
  .vacancies__vacancy {
    background-image: url("../assets/img/vacancy-bg.png");
    background-repeat: no-repeat;
    background-position: left top;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: calc(100% - 34px);
    padding: 53px 54px;
    margin: 0 0 34px;
    border: 1px solid #d6d6d6;
    -webkit-transition: border 350ms ease-in-out;
    -o-transition: border 350ms ease-in-out;
    transition: border 350ms ease-in-out; }
    @media (max-width: 1023px) {
      .vacancies__vacancy {
        padding: 35px 16px; } }
    @media (max-width: 767px) {
      .vacancies__vacancy {
        height: calc(100% - 25px);
        margin: 0 0 25px; } }
    .vacancies__vacancy:hover {
      border-color: #334059; }
      .vacancies__vacancy:hover .vacancies__icon {
        -webkit-transform: translateX(10px);
        -ms-transform: translateX(10px);
        transform: translateX(10px); }
        .vacancies__vacancy:hover .vacancies__icon > svg {
          fill: #334059; }
  .vacancies__name {
    max-width: 283px;
    font-size: 28px;
    line-height: 34px;
    font-weight: 400;
    color: #334059; }
    @media (max-width: 1023px) {
      .vacancies__name {
        font-size: 24px;
        line-height: 28px; } }
    @media (max-width: 767px) {
      .vacancies__name {
        max-width: 380px;
        font-size: 18px;
        line-height: 22px; } }
    @media (max-width: 424px) {
      .vacancies__name {
        max-width: 215px; } }
  .vacancies__icon {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 0 auto;
    -webkit-transition: -webkit-transform 350ms ease-in-out;
    transition: -webkit-transform 350ms ease-in-out;
    -o-transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
    .vacancies__icon > svg {
      font-size: 32px;
      fill: #bfbfbf;
      -webkit-transition: fill 350ms ease-in-out;
      -o-transition: fill 350ms ease-in-out;
      transition: fill 350ms ease-in-out; }

.partners-and-dealers {
  padding: 53px 0;
  background: #ededed; }
  .partners-and-dealers .tabs__tab {
    min-width: 160px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 3px 9px 0; }
    @media (max-width: 1023px) {
      .partners-and-dealers .tabs__tab {
        min-width: 100%; } }
  .partners-and-dealers__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .partners-and-dealers__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 6px 18px 29px;
    margin: 0 0 23px;
    background: white; }
    @media (max-width: 767px) {
      .partners-and-dealers__block {
        position: relative;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        max-width: 320px;
        margin: 0 auto 20px;
        padding: 5px 15px 60px; } }
    .partners-and-dealers__block.is-hide {
      display: none; }
  .partners-and-dealers__elems {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .partners-and-dealers__elems:nth-of-type(1) {
      width: 160px;
      margin-right: 23px; }
      @media (max-width: 767px) {
        .partners-and-dealers__elems:nth-of-type(1) {
          width: 100%;
          margin: 0; } }
    .partners-and-dealers__elems:nth-of-type(2) {
      width: calc(100% - 183px); }
      @media (max-width: 767px) {
        .partners-and-dealers__elems:nth-of-type(2) {
          width: 100%; } }
  .partners-and-dealers__container-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 97px; }
    @media (max-width: 767px) {
      .partners-and-dealers__container-img {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; } }
    .partners-and-dealers__container-img > img {
      max-height: 100%; }
  .partners-and-dealers__link {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: auto auto 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: #656d7d; }
    @media (max-width: 767px) {
      .partners-and-dealers__link {
        position: absolute;
        bottom: 25px;
        left: 15px; } }
  .partners-and-dealers__title {
    margin: 34px 0 16px;
    font-size: 22px;
    line-height: 26px;
    font-weight: 700;
    color: #000000; }
    @media (max-width: 767px) {
      .partners-and-dealers__title {
        margin: 0px 0 15px; } }
  .partners-and-dealers__text {
    max-width: 697px;
    min-height: 113px;
    font-size: 14px;
    font-weight: 400;
    line-height: 22px;
    color: rgba(29, 29, 29, 0.85); }

.interesting {
  padding: 73px 0 43px; }
  @media (max-width: 767px) {
    .interesting {
      padding: 43px 0 13px; } }
  .interesting > .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (min-width: 992px) and (max-width: 9999px) {
      .interesting > .container-main {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
    @media (max-width: 991px) {
      .interesting > .container-main {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .interesting__block {
    width: 100%;
    max-width: 288px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 30px; }
    @media (max-width: 991px) {
      .interesting__block {
        max-width: 400px;
        margin: 0 auto 30px; } }
  .interesting__container-img {
    height: 84px;
    margin: 0 0 17px; }
    @media (max-width: 991px) {
      .interesting__container-img {
        text-align: center; } }
  .interesting__title {
    margin: 0 0 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #000000; }
    @media (min-width: 992px) and (max-width: 9999px) {
      .interesting__title {
        min-height: 114px; } }
    @media (max-width: 767px) {
      .interesting__title {
        font-size: 16px;
        line-height: 22px;
        margin: 0 0 20px; } }
  .interesting__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #000000; }
    @media (max-width: 767px) {
      .interesting__text {
        font-size: 14px;
        line-height: 24px; } }

.we-offer {
  padding: 48px 0 42px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 991px) {
    .we-offer {
      padding: 10px 0 40px; } }
  .we-offer > .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    @media (max-width: 991px) {
      .we-offer > .container-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .we-offer__title {
    margin-bottom: 62px;
    font-size: 38px;
    line-height: 1.33;
    font-weight: 700;
    color: #000000; }
    @media (max-width: 767px) {
      .we-offer__title {
        margin-bottom: 25px;
        line-height: 34px;
        font-size: 25px; } }
  .we-offer__block:nth-of-type(1) {
    width: 500px; }
    @media (max-width: 991px) {
      .we-offer__block:nth-of-type(1) {
        width: 100%; } }
  .we-offer__block:nth-of-type(2) {
    width: calc(100% - 500px); }
    @media (max-width: 991px) {
      .we-offer__block:nth-of-type(2) {
        width: 100%;
        max-width: 738px;
        margin: 0 auto; } }
  .we-offer__block > ul > li {
    max-width: 450px;
    margin: 0 0 31px;
    font-size: 20px; }
    @media (max-width: 767px) {
      .we-offer__block > ul > li {
        margin: 0 0 15px;
        font-size: 16px; } }
  .we-offer .form {
    display: block;
    padding: 37px 54px;
    margin: 12px 0;
    background: white; }
    @media (max-width: 767px) {
      .we-offer .form {
        padding: 20px 13px; } }
    .we-offer .form__title {
      margin: 0 0 6px;
      font-size: 23px;
      font-weight: 700;
      text-transform: uppercase;
      color: #000000; }
      @media (max-width: 767px) {
        .we-offer .form__title {
          font-size: 18px; } }
    .we-offer .form__container {
      max-width: 100%;
      padding: 0; }
    .we-offer .form__input {
      height: 45px;
      line-height: 28px; }
    .we-offer .form__label {
      font-size: 14px; }
      /*.we-offer .form__label:after {
        content: '*';
        position: absolute;
        top: 18px;
        right: 0;
        color: #00239b;
        font-size: 20px;
        line-height: 1; }*/
    .we-offer .form__group {
      margin: 0 0 15px; }
      .we-offer .form__group--btn {
        margin: 0 0 28px;
        text-align: center; }
    .we-offer .form__recapcha {
      margin: 4px 0 0px; }
      .we-offer .form__recapcha .g-recaptcha {
        margin: 0 auto; }
    .we-offer .form .btn {
      max-width: 303px;
      margin: 0 auto;
      padding: 20px; }
    .we-offer .form__container .checkbox {
      color: #828282; }
      .we-offer .form__container .checkbox > span > span {
        color: #b6b6b6; }
    @media (max-width: 767px) {
      .we-offer .form__recapcha {
        margin: 4px -10px 0px; }
      .we-offer .form .btn {
        max-width: 278px;
        } }

.additionally {
  padding: 54px 0 86px; }
  @media (max-width: 767px) {
    .additionally {
      padding: 15px 0 50px; } }
  .additionally h5 {
    color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px; }
    @media (max-width: 767px) {
      .additionally h5 {
        font-size: 16px;
        line-height: 28px; } }
  .additionally h2 {
    margin-bottom: 41px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000; }
    @media (max-width: 767px) {
      .additionally h2 {
        margin: 0 0 25px;
        font-size: 25px; } }
  .additionally p {
    margin: 0 0 26px;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #1d1d1d; }
    @media (max-width: 767px) {
      .additionally p {
        font-size: 14px;
        line-height: 22px; } }
    .additionally p.additionally__block-title {
      max-width: 773px;
      margin: 0 auto;
      font-size: 18px;
      font-weight: 400;
      color: #000000;
      opacity: 0.85; }
      @media (max-width: 767px) {
        .additionally p.additionally__block-title {
          max-width: 395px;
          font-size: 14px; } }
  .additionally p.is-big {
    font-size: 18px;
    font-weight: 400;
    line-height: 26px;
    color: rgba(29, 29, 29, 0.85); }
    @media (max-width: 767px) {
      .additionally p.is-big {
        font-size: 14px;
        line-height: 22px; } }
  .additionally__block {
    position: relative;
    width: 100%;
    max-width: 773px;
    height: 373px;
    margin: 48px auto 20px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover; }
    @media (max-width: 767px) {
      .additionally__block {
        height: 184px;
        max-width: 395px;
        margin-top: 25px;
        margin-bottom: 17px; } }
    .additionally__block-btn {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 95px;
      height: 95px;
      border-radius: 50%;
      -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1);
      box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1);
      background: #ffffff;
      -webkit-transition: opacity 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      transition: opacity 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      -o-transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
      transition: opacity 350ms ease-in-out, transform 350ms ease-in-out;
      transition: opacity 350ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
      @media (max-width: 767px) {
        .additionally__block-btn {
          width: 75px;
          height: 75px; } }
      .additionally__block-btn:hover {
        cursor: pointer;
        opacity: 1;
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05); }
      .additionally__block-btn.is-active {
        opacity: 0; }
      .additionally__block-btn:before {
        content: '';
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        width: 13px;
        height: 17px;
        -webkit-transform: translateX(30%);
        -ms-transform: translateX(30%);
        transform: translateX(30%);
        border: 8px solid transparent;
        border-left: 12px solid #00239b; }
    .additionally__block-iframe > iframe {
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100%;
      z-index: 10; }

.banner-link {
  position: relative;
  width: 100%;
  max-width: 774px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 68px auto 74px;
  padding: 35px 56px 42px;
  border: 1px solid #dfe2e5; }
  @media (max-width: 991px) {
    .banner-link {
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      max-width: 680px;
      padding: 30px;
      margin: 50px auto; } }
  @media (max-width: 767px) {
    .banner-link {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 49px 15px 41px;
      margin: 68px auto 48px; } }
  .banner-link__icon {
    position: absolute;
    top: 0;
    bottom: 0;
    left: -30px;
    margin: auto 0;
    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;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background-color: #ededed; }
    @media (max-width: 767px) {
      .banner-link__icon {
        top: -30px;
        bottom: auto;
        left: 0;
        right: 0;
        margin: 0 auto; } }
  .banner-link__container-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 220px;
    max-height: 98px;
    margin: 0 28px 0 0; }
    @media (max-width: 991px) {
      .banner-link__container-img {
        width: 250px;
        margin: 0 20px 0 0; } }
    @media (max-width: 767px) {
      .banner-link__container-img {
        margin: 0 auto; } }
    .banner-link__container-img > img {
      max-width: 100%;
      max-height: 100%; }
      @media (max-width: 767px) {
        .banner-link__container-img > img {
          display: block;
          margin: 0 auto; } }
  .banner-link__text {
    padding: 13px 0 0;
    color: #1d1d1d;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px; }
    @media (max-width: 767px) {
      .banner-link__text {
        padding: 21px 0 0; } }

.additionally-list {
  padding: 43px 0 90px; }
  @media (max-width: 767px) {
    .additionally-list {
      padding: 48px 0 50px; } }
  .additionally-list h2 {
    margin-bottom: 32px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000; }
    @media (max-width: 991px) {
      .additionally-list h2 {
        font-size: 30px; } }
    @media (max-width: 767px) {
      .additionally-list h2 {
        margin: 0 0 25px;
        font-size: 27px;
        text-align: center; } }
  .additionally-list ul > li {
    color: #1d1d1d; }

.banner {
  position: relative; }
  .banner__slider {
    position: relative;
    padding: 120px 0 0;
    margin: 0;
    z-index: 2; }
    @media (max-width: 1023px) {
      .banner__slider {
        padding: 64px 0 0; } }
  .banner__slide {
    width: 100%;
    height: 280px;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
            align-items: stretch; }
    /*@media (max-width: 1679px) {
      .banner__slide {
        height: 525px; } }
    @media (max-width: 1023px) {
      .banner__slide {
        height: 480px; } }*/
    @media (max-width: 767px) {
      .banner__slide {
        min-height: 350px;
        height: auto; } }
    .banner__slide .container {
      /*display: -webkit-box;
      display: -ms-flexbox;
      display: flex;*/
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding-bottom: 10px; }
      @media (max-width: 1679px) {
        .banner__slide .container {
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
    .banner__slide-bg {
      background-repeat: no-repeat;
      background-size: cover;
      background-position: center;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      /*height: 100%;*/ }
    @media (max-width: 767px) {
      .banner__slide-bg {
        padding: 50px 0; } }
  .banner__text-1 {
    color: #fff;
    font-size: 22px;
    line-height: 34px;
  }
  .banner__text-2 {
    color: #fff;
    font-size: 22px;
    line-height: 34px;

  }
  @media (max-width: 1023px) {
    .banner__text-1 {
      font-size: 18px;
      line-height: 30px;
    }
    .banner__text-2 {
      font-size: 18px;
      line-height: 30px;
    }
  }
  @media (max-width: 767px) {
    .banner__text-1 {
      margin-bottom: 15px;
    }
    .banner__text-2 {
      font-size: 15px;
      line-height: 24px;
    }
  }
  .banner__title {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    max-width: 600px;
    margin: 0 0 13px;
    font-size: 60px;
    font-weight: 500;
    line-height: 70px;
    color: #ffffff; }
    @media (max-width: 1679px) {
      .banner__title {
        margin-left: 0;
        font-size: 50px;
        line-height: 60px; } }
    @media (max-width: 1439px) {
      .banner__title {
        max-width: 500px; } }
    @media (max-width: 1023px) {
      .banner__title {
        max-width: 100%;
        font-size: 38px;
        line-height: 44px;
        margin: 0 0 30px 10px; } }
    @media (max-width: 767px) {
      .banner__title {
        margin: 0 0 30px;
        font-size: 35px; } }
  .banner__list {
    list-style-type: none;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto 54px 7px auto; }
    @media (max-width: 1679px) {
      .banner__list {
        margin: 62px 0 0 0;
        padding-left: 26px; } }
    @media (max-width: 1439px) {
      .banner__list {
        max-width: 402px;
        margin: 0;
        padding: 0; } }
    @media (max-width: 1023px) {
      .banner__list {
        max-width: 100%;
        margin-left: 10px; } }
  .banner .slick-dots {
    margin: 0;
    bottom: 35px;
    list-style-type: none; }
    @media (max-width: 767px) {
      .banner .slick-dots {
        bottom: 20px; } }
    .banner .slick-dots > li {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 10px;
      padding: 0;
      vertical-align: top; }
      .banner .slick-dots > li:before {
        display: none; }
      .banner .slick-dots > li:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.7);
        -webkit-transition: background 350ms ease-in-out;
        -o-transition: background 350ms ease-in-out;
        transition: background 350ms ease-in-out; }
      .banner .slick-dots > li svg {
        width: 20px;
        height: 20px;
        border-radius: 50%; }
      .banner .slick-dots > li.slick-active:after {
        background: white; }
      .banner .slick-dots > li.slick-active .circle-go {
        stroke: #f27502;
        -webkit-animation-name: circle;
        animation-name: circle;
        -webkit-animation-duration: 7.5s;
        animation-duration: 7.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-play-state: running;
        animation-play-state: running; }
  .banner .circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: transparent;
    stroke-width: 23;
    stroke-linecap: round;
    stroke-dasharray: 314px; }
  .banner > .container {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto; }
  .banner__line {
    display: none;
    position: absolute;
    top: 0;
    left: 15px;
    width: 1px;
    height: 100%;
    background: rgba(230, 230, 230, 0.15);
    z-index: 3; }
    .banner__line--2 {
      left: 25%; }
    .banner__line--3 {
      left: 50%; }
    .banner__line--4 {
      left: 75%; }
    .banner__line--5 {
      left: auto;
      right: 15px; }

@-webkit-keyframes circle {
  from {
    stroke-dashoffset: 314px; }
  to {
    stroke-dashoffset: 0px; } }

@keyframes circle {
  from {
    stroke-dashoffset: 314px; }
  to {
    stroke-dashoffset: 0px; } }

.capabilities {
  padding: 47px 0 84px;
  background: #ededed; }
  @media (max-width: 991px) {
    .capabilities {
      padding: 20px 0 40px; } }
  .capabilities .container {
    max-width: 1008px;
    margin: 0 auto; }
    .capabilities .container > h2 {
      font-size: 38px;
      line-height: 1.3;
      font-weight: 700;
      color: #000000; }
      @media (max-width: 767px) {
        .capabilities .container > h2 {
          text-align: center;
          font-size: 27px; } }
    .capabilities .container > ul > li {
      padding-right: 70px;
      margin-bottom: 22px; }
      @media (max-width: 1023px) {
        .capabilities .container > ul > li {
          padding-right: 0; } }
      .capabilities .container > ul > li > ul > li {
        color: #1d1d1d; }


        .simple-text .container > h2 {
      font-size: 38px;
      line-height: 1.3;
      font-weight: 700;
      color: #000000; }
      @media (max-width: 767px) {
        .simple-text .container > h2 {
          text-align: center;
          font-size: 27px; } }
.consultation {
  padding: 47px 0 109px;
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed; }
  @media (max-width: 1023px) {
    .consultation {
      background-size: cover; } }
  @media (max-width: 767px) {
    .consultation {
      padding: 6px 0 109px; } }
  @media (max-width: 767px) {
    .consultation .container-main {
      padding: 0; } }
  .consultation__title {
    margin-bottom: 42px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: white; }
    @media (max-width: 767px) {
      .consultation__title {
        padding: 0 15px;
        margin-bottom: 21px;
        font-size: 27px;
        text-align: center; } }
  .consultation .form {
    display: block; }
    .consultation .form__container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      max-width: 100%;
      padding: 45px 48px 25px 69px; }
      @media (max-width: 991px) {
        .consultation .form__container {
          padding: 30px 20px; } }
      @media (max-width: 767px) {
        .consultation .form__container {
          padding: 19px 20px 33px; } }
    @media (max-width: 767px) {
      .consultation .form__input {
        padding: 12px 0 0px;
        height: 45px;
        line-height: 45px; } }
    @media (max-width: 767px) {
      .consultation .form__textarea {
        height: 88px; } }
    .consultation .form__group {
      width: 48%;
      margin: 0 0 26px; }
      @media (max-width: 767px) {
        .consultation .form__group {
          max-width: 380px;
          width: 100%;
          margin: 0 auto 10px; } }
      .consultation .form__group--textarea {
        margin-top: 0; }
      @media (max-width: 767px) {
        .consultation .form__group--btn {
          -webkit-box-ordinal-group: 2;
          -ms-flex-order: 1;
          order: 1; } }
    .consultation .form__recapcha {
      margin: 14px auto 6px; }
    @media (max-width: 767px) {
      .consultation .form .btn {
        margin: 27px auto 0; }
      .consultation .form__recapcha {
        margin: 14px -10px 6px; } }
    @media (max-width: 767px) {
      .consultation .form__input-float {
        max-width: 380px;
        margin: 0 auto; } }

.customers {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 23px 0 83px; }
.customers--clients {
  padding-top: 50px;
}
.customers--clients .container {
  padding-top: 100px;
}
  @media (max-width: 767px) {
    .customers {
      padding: 23px 0 50px; }
    .customers--main {
      margin-bottom: 35px;
      background-image: url("../assets/img/123.jpg") !important; }
      .customers--clients .container {
        padding-top: 50px;
    }
    .customers__arrows .customers__arrow--left, .customers__arrows .customers__arrow--right {
      height: 40px;
      width: 40px;
    }
  }
  .customers .container {
    position: relative; }
  .customers .simple-title {
    width: calc(100% - 130px);
    margin-bottom: 52px; }
    @media (max-width: 767px) {
      .customers .simple-title {
        width: 100%;
        margin: 0 0 28px; } }
  .customers__slider .slick-slide {
    margin: 0 15px; }
  .customers__slider .slick-list {
    margin: 0 -15px; }
  .customers .customer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    min-height: 102px;
    margin: 0 0 10px;
    background: #f7f7f7; }
    @media (max-width: 767px) {
      .customers .customer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        margin: 0 0 6px; } }
    .customers .customer__container-img {
      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;
      width: 209px;
      padding: 15px;
      background-color: #ffffff; }
      @media (max-width: 767px) {
        .customers .customer__container-img {
          width: 100%;
          height: 90px; } }
      .customers .customer__container-img img {
        max-height: 72px;
        max-width: 132px; }
      @media (max-width: 767px) {
        .customers .customer__container-img img {
          max-height: 100%;
        }
      }
    .customers .customer__other {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      width: calc(100% - 209px);
      border-left: 1px solid #dfe2e5; }
      @media (max-width: 767px) {
        .customers .customer__other {
          width: 100%;
          border-top: 1px solid #dfe2e5; } }
    .customers .customer__title {
      width: 100%;
      padding: 20px 30px;
      font-size: 16px;
      font-weight: 400;
      line-height: 24px;
      border-bottom: 1px solid #dfe2e5;
      color: #000000;
      -webkit-transition: color 350ms ease-in-out;
      -o-transition: color 350ms ease-in-out;
      transition: color 350ms ease-in-out; }
      .customers .customer__title:hover {
        color: #f27502; }
      @media (max-width: 1439px) {
        .customers .customer__title {
          padding: 0 20px;
          min-height: 66px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -ms-flex-align: center;
          align-items: center; } }
      @media (max-width: 767px) {
        .customers .customer__title {
          min-height: 55px;
          font-size: 14px; } }
    .customers .customer__reviews, .customers .customer__news {
      width: 50%;
      padding: 8px;
      text-align: center;
      color: #00239b;
      font-size: 14px;
      font-weight: 400;
      -webkit-transition: color 350ms ease-in-out;
      -o-transition: color 350ms ease-in-out;
      transition: color 350ms ease-in-out; }
      .customers .customer__reviews:hover, .customers .customer__news:hover {
        color: #f27502; }
    .customers .customer__news--right {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin-left: auto;
      border-left: 1px solid #dfe2e5; }
    .customers .customer__reviews {
      border-right: 1px solid #dfe2e5; }
  .customers__arrows {
    position: absolute;
    top: -3px;
    right: 15px; }
  .customers__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: white;
    cursor: pointer; }
    .customers__arrow--left {
      border-right: 1px solid #dfe2e5; }
      .customers__arrow--left:hover svg {
        stroke: #f27502;
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
    .customers__arrow--right:hover svg {
      stroke: #f27502;
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
    .customers__arrow > svg {
      -webkit-transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      -o-transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
  .customers .slick-dots {
    bottom: -48px;
    list-style-type: none; }
    .customers .slick-dots > li {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 10px;
      padding: 0; }
      .customers .slick-dots > li:before {
        display: none; }
      .customers .slick-dots > li:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: rgba(255, 255, 255, 0.7);
        -webkit-transition: background 350ms ease-in-out;
        -o-transition: background 350ms ease-in-out;
        transition: background 350ms ease-in-out; }
      .customers .slick-dots > li svg {
        width: 20px;
        height: 20px;
        border-radius: 50%; }
      .customers .slick-dots > li.slick-active:after {
        background: white; }
      .customers .slick-dots > li.slick-active .circle-go {
        stroke: #f27502;
        -webkit-animation-name: circle;
        animation-name: circle;
        -webkit-animation-duration: 7.5s;
        animation-duration: 7.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-play-state: running;
        animation-play-state: running; }
  .customers .circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: transparent;
    stroke-width: 23px;
    stroke-linecap: round;
    stroke-dasharray: 314px; }
  .customers .container-main {
    position: relative; }
    @media (max-width: 1023px) {
      .customers .container-main {
        max-width: 720px; } }
    @media (max-width: 767px) {
      .customers .container-main {
        margin-bottom: 0; } }
    @media (min-width: 768px) and (max-width: 9999px) {
      .customers .container-main .simple-title {
        font-size: 36px; } }
    .customers .container-main .customer__title {
      padding: 0 20px;
      min-height: 66px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .customers .container-main .customers__arrows {
      right: 0; }

.description-detail {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 118px 0 70px; }
  @media (max-width: 1023px) {
    .description-detail {
      padding: 60px 0 40px; } }
  @media (max-width: 767px) {
    .description-detail {
      padding: 70px 0 40px; } }
  .description-detail__title {
    max-width: 788px;
    margin: 0 auto 75px;
    font-size: 28px;
    font-weight: 400;
    line-height: 38px;
    color: #ffffff; }
    @media (max-width: 1023px) {
      .description-detail__title {
        font-size: 26px;
        line-height: 32px;
        margin: 0 auto 50px; } }
    @media (max-width: 767px) {
      .description-detail__title {
        margin: 0 auto 30px;
        font-size: 22px;
        line-height: 28px; } }
  .description-detail__quote {
    padding: 50px 0 0; }
    @media (max-width: 767px) {
      .description-detail__quote {
        padding: 37px 0 0; } }
  .description-detail hr {
    max-width: 1172px;
    border-color: rgba(230, 230, 230, 0.35);
    margin: 0 auto; }

/* Футер
=========================================================================================*/
.footer {
  width: 100%;
  background: #2f3137;
  padding: 60px 0 0; }
  @media (max-width: 767px) {
    .footer {
      text-align: center;
      padding: 43px 0 0; } }
  .footer > .container {
    margin-bottom: 82px; }
    @media (max-width: 767px) {
      .footer > .container {
        margin-bottom: 25px; } }
  .footer__phone {
    display: table;
    font-size: 20px;
    font-weight: 700;
    line-height: 26px;
    color: rgba(255, 255, 255, 0.8); }
    @media (max-width: 767px) {
      .footer__phone {
        margin: 0 auto;
        font-size: 18px; } }
  .footer__text {
    margin: 0 0 36px;
    padding: 3px 0 0;
    font-size: 16px;
    line-height: 22px;
    font-weight: 400;
    color: rgba(149, 153, 163, 0.9); }
    @media (max-width: 767px) {
      .footer__text {
        margin: 0 0 20px;
        font-size: 14px; } }
  .footer__list {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0;
    margin: 0 46px 0 0; }
    @media (max-width: 1679px) {
      .footer__list {
        margin: 0 117px 0 0; } }
    @media (max-width: 1439px) {
      .footer__list {
        margin: 0 50px 0 0; } }
    @media (max-width: 767px) {
      .footer__list {
        margin: 0;
        display: block; } }
    .footer__list:last-child {
      margin-right: 0; }
  .footer__item {
    list-style-type: none;
    margin: 0 0 15px; }
    @media (max-width: 767px) {
      .footer__item {
        margin: 0 0 12px; } }
  .footer__link {
    font-size: 18px;
    font-weight: 400;
    line-height: 22px;
    color: #9599a3; }
    @media (max-width: 767px) {
      .footer__link {
        font-size: 16px; } }
  @media (min-width: 768px) and (max-width: 9999px) {
    .footer .header__socials {
      margin: 0 0 0 12px;
      text-align: right; } }
  @media (max-width: 767px) {
    .footer .header__socials {
      display: block;
      margin: 10px 0 0; } }
  .footer .header__social {
    margin: 0 0 0 13px; }
    @media (max-width: 767px) {
      .footer .header__social {
        margin: 0 5px; } }
    .footer .header__social > svg {
      fill: rgba(255, 255, 255, 0.51);
      font-size: 30px; }
      @media (max-width: 767px) {
        .footer .header__social > svg {
          font-size: 24px; } }
  .footer__bottom {
    /*padding: 20px 0 11px;*/
    height: 57px;
    background: #181a20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;}
    @media (max-width: 767px) {
      .footer__bottom {
        height: auto;
        padding: 22px 0 11px;
        text-align: center; } }
    .footer__bottom p {
      margin: 0;
      font-size: 14px;
      line-height: 16px;
      font-weight: 400;
      color: rgba(163, 171, 192, 0.42); }
      @media (max-width: 1023px) {
        .footer__bottom p {
          font-size: 13px; } }
      @media (max-width: 767px) {
        .footer__bottom p {
          margin: 0 0 2px;
          font-size: 12px; } }
  .footer__bottom-link {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 16px;
    font-weight: 400;
    color: rgba(163, 171, 192, 0.42);
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    @media (max-width: 1023px) {
      .footer__bottom-link {
        font-size: 13px;
        } }
    @media (max-width: 767px) {
      .footer__bottom-link {
        vertical-align: middle;
        font-size: 12px; } }
    .footer__bottom-link:hover {
      color: rgba(163, 171, 192, 0.52); }

.header {
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.1);
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(43%, #ededed), color-stop(43%, white));
  background: -webkit-linear-gradient(bottom, #ededed 43%, white 43% 57%);
  background: -o-linear-gradient(bottom, #ededed 43%, white 43% 57%);
  background: linear-gradient(to top, #ededed 43%, white 43% 57%);
  background-image: -ms-linear-gradient(top, #ededed 0%, white 100%);
  -webkit-transition: background 250ms ease-in-out, height 550ms ease-in-out;
  -o-transition: background 250ms ease-in-out, height 550ms ease-in-out;
  transition: background 250ms ease-in-out, height 550ms ease-in-out;
  z-index: 99; }
  @media (max-width: 1023px) {
    .header {
      background: white; } }
  .header.is-animate {
    top: -50px; }
  .header.is-fixed {
    top: 0;
    background: #ededed; }
    .header.is-fixed .header__logo {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      -webkit-box-align: normal;
      -ms-flex-align: normal;
      align-items: normal;
      margin: 0 54px 0 0;
      padding: 5px 0 0; }
    .header .header__logo span:first-child {
      width: 132px;
    }
      @media (max-width: 1439px) {
        .header.is-fixed .header__logo {
          margin: 0 30px 0 0; } }
      .header.is-fixed .header__logo span:first-child {
        width: 38px;
        overflow: hidden; }
        .header.is-fixed .header__logo span:first-child svg {
          height: 36px;
          width: 93px; }
      .header.is-fixed .header__logo span:last-child {
        display: none; }
    .header.is-fixed .nav {
      -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
      order: -1;
      width: auto; }
      .header.is-fixed .nav__link {
        padding: 12px 0;
        margin: 0 15px; }
        @media (max-width: 1439px) {
          .header.is-fixed .nav__link {
            margin: 0 8px; } }
      .header.is-fixed .nav .nav__catalog > a:before {
        bottom: -4px; }
    .header.is-fixed .header__fix-socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media (max-width: 1023px) {
        .header.is-fixed .header__fix-socials {
          display: none; } }
    .header.is-fixed .header__socials {
      position: absolute;
      top: 7px;
      right: -68px;
      width: 100%;
      min-width: 193px;
      height: 45px;
      background: white;
      margin: 0;
      opacity: 0;
      visibility: hidden;
      z-index: 12;
      -webkit-transition: right 350ms ease-in-out, visibility 350ms ease-in-out, opacity 350ms ease-in-out;
      -o-transition: right 350ms ease-in-out, visibility 350ms ease-in-out, opacity 350ms ease-in-out;
      transition: right 350ms ease-in-out, visibility 350ms ease-in-out, opacity 350ms ease-in-out; }
      .header.is-fixed .header__socials:before {
        content: '';
        position: absolute;
        top: calc(50% - 5px);
        left: -12px;
        border: 5px solid transparent;
        border-right: 7px solid white; }
      .header.is-fixed .header__socials.is-active {
        right: -160px;
        opacity: 1;
        visibility: visible;
      }
        @media (max-width: 1439px) {
          .header.is-fixed .header__socials.is-active {
            right: 95px;
          }
          .header.is-fixed .header__socials:before {
            left: 100%;
            border: 5px solid transparent;
            border-left: 7px solid white;
          }
        }
        .header.is-fixed .header__socials.is-active .header__social {
          margin: 11px 5px 0; }
    .header.is-fixed .header__menu {
      padding: 6px 0 0;
      margin: 0 0 0 25px; }
      .header.is-fixed .header__menu .sandwich .sw-topper, .header.is-fixed .header__menu .sandwich .sw-bottom, .header.is-fixed .header__menu .sandwich .sw-footer {
        width: 28px; }
      .header.is-fixed .header__menu .sandwich .sw-bottom {
        top: 5px; }
      .header.is-fixed .header__menu .sandwich .sw-footer {
        top: 10px; }
      .header.is-fixed .header__menu .sandwich.is-active .sw-topper {
        top: 8px; }
    .header.is-fixed .search {
      margin: 8px 0 0 29px; }
    .header.is-fixed .header__langs {
      margin: 0 0 0 2px; }
    .header.is-fixed .search form {
      top: -10px;
      right: -58px;
      height: 45px;
      background: white;
      -webkit-transition: all 150ms ease-in-out;
      -o-transition: all 150ms ease-in-out;
      transition: all 150ms ease-in-out; }
      .header.is-fixed .search form.is-active {
        width: 226px; }
    .header.is-fixed .search input[type=text] {
      margin: 7px 0 0;
      padding: 0 0 0 15px; }
    .header.is-fixed .search input[type=submit] {
      position: absolute;
      top: 0;
      right: 0;
      width: 42px;
      height: 45px; }
    .header.is-fixed .search__close {
      display: none; }
    .header.is-fixed .search__icon.is-disable {
      right: -49px; }
    .header.is-fixed .nav__catalog--simple > ul {
      top: 59px; }
    .header.is-fixed .nav__submenu {
      top: 59px; }
  .header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .header__logo {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 5px 0 0; }
    @media (max-width: 1679px) {
      .header__logo {
        padding-left: 0; } }
    @media (max-width: 1023px) {
      .header__logo {
        padding-bottom: 5px; } }
    /*@media (max-width: 767px) {
      .header__logo {
        padding: 11px 0px 3px; } }*/
    .header__logo > span {
      font-size: 12px;
      font-weight: 400;
      line-height: 16px;
      color: #00239b;
      -webkit-transition: all 350ms ease-in-out;
      -o-transition: all 350ms ease-in-out;
      transition: all 350ms ease-in-out; }
      .header__logo > span:last-child {
        position: relative;
        max-width: 100px;
        margin: 0 0 0 40px; }
        @media (max-width: 767px) {
          .header__logo > span:last-child {
            display: none; } }
        .header__logo > span:last-child:before {
          content: '';
          position: absolute;
          top: 3px;
          left: -19px;
          width: 1px;
          height: 26px;
          background: rgba(193, 193, 193, 0.5); }
      .header__logo > span > svg,
      .header__logo > span > img {
        width: 132px;
        height: 50px;
        max-width: none;
        -webkit-transition: all 250ms ease-in-out;
        -o-transition: all 250ms ease-in-out;
        transition: all 250ms ease-in-out; }
  .header__other {
    position: relative;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto; }
  .header__langs {
    margin: 0 0 0 21px; }
    @media (max-width: 767px) {
      .header__langs {
        margin: 0; } }
  .header__lang {
    position: relative;
    display: inline-block;
    margin: 0 0 0 27px;
    font-size: 14px;
    line-height: 16px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.9);
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    @media (max-width: 767px) {
      .header__lang.is-active {
        display: none; } }
    .header__lang.is-active, .header__lang:hover {
      color: #f27502; }
    .header__lang:last-child:before {
      content: '';
      position: absolute;
      top: -5px;
      left: -17px;
      width: 1px;
      height: 26px;
      background: rgba(193, 193, 193, 0.5); }
      @media (max-width: 767px) {
        .header__lang:last-child:before {
          display: none; } }
  .header__socials {
    margin: 13px 0 0;
    z-index: 11;
    -webkit-transition: none;
    -o-transition: none;
    transition: none; }
    @media (max-width: 1023px) {
      .header__socials {
        display: none; } }
  .header__social {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin: 0 0 0 10px; }
  .header.is-fixed .header__social {
    margin: 11px 5px 0;
  }
    .header__social svg {
      font-size: 24px;
      fill: #595959;
      -webkit-transition: fill 350ms ease-in-out;
      -o-transition: fill 350ms ease-in-out;
      transition: fill 350ms ease-in-out; }
    .header__social:hover > svg {
      fill: #f27502; }
  .header__fix-socials {
    display: none; }
    .header__fix-socials > svg {
      font-size: 24px;
      fill: #595959;
      -webkit-transition: fill 350ms ease-in-out;
      -o-transition: fill 350ms ease-in-out;
      transition: fill 350ms ease-in-out; }
    .header__fix-socials:hover > svg {
      fill: #f27502; }

.nav {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: calc(100% - 31px);
  -webkit-transition: width 350ms ease-in-out;
  -o-transition: width 350ms ease-in-out;
  transition: width 350ms ease-in-out; }
  @media (max-width: 1023px) {
    .nav {
      display: none; } }
  .nav ul {
    padding: 0;
    margin: 0;
    width: 100%; }
    .nav ul > li {
      list-style-type: none;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex; }
    .nav>ul > li {
      height: 100%;
    }
  .nav__catalog:hover .nav__link:before {
    opacity: 1; }
  .nav__catalog > a:before {
    content: '';
    opacity: 0;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 4px;
    background: #ededed;
    z-index: 21;
    -webkit-transition: opacity 350ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out;
    transition: opacity 350ms ease-in-out; }
  .nav__catalog--simple {
    position: relative; }
    .nav__catalog--simple:hover > ul {
      opacity: 1;
      visibility: visible; }
  .nav__catalog > ul {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    left: -13px;
    top: 61px;
    min-width: 219px;
    margin: 0;
    padding: 0;
    background: #2f3137;
    -webkit-transition: all 350ms ease-in-out;
    -o-transition: all 350ms ease-in-out;
    transition: all 350ms ease-in-out; }
    @media (max-width: 1679px) {
      .nav__catalog > ul {
        left: -29px; } }
    .nav__catalog > ul > li {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .nav__catalog > ul > li:last-child > a {
        border-bottom: none; }
      .nav__catalog > ul > li > a {
        display: block;
        width: 100%;
        padding: 13px 30px;
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.2);
        color: rgba(255, 255, 255, 0.8);
        -webkit-transition: color 350ms ease-in-out;
        -o-transition: color 350ms ease-in-out;
        transition: color 350ms ease-in-out; }
        .nav__catalog > ul > li > a:hover {
          color: #f27502; }
  .nav__link {
    position: relative;
    padding: 10px 0;
    margin: 15px 10px 6px 16px;
    font-size: 17px;
    line-height: 1.2;
    font-weight: 500;
    color: #000000; }
  .nav>ul>li>.nav__link {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
            align-items: center;
  }
  .nav ul > li:first-child .nav__link {
    margin-left: 0;
  }
    .nav__link:hover:before {
      opacity: 1;
      -webkit-transition: opacity 350ms ease-in-out;
      -o-transition: opacity 350ms ease-in-out;
      transition: opacity 350ms ease-in-out; }
    @media (max-width: 1679px) {
      .nav__link {
        margin: 15px 25px 6px 0px; } }
  .menu__link--active {
		color: #f27502 !important;
  }
  .nav__submenu {
    opacity: 0;
    visibility: hidden;
    position: absolute;
    top: 120px;
    left: 0;
    right: 0;
    -webkit-box-shadow: 0px 18px 43px 0px rgba(0, 0, 0, 0.18);
    box-shadow: 0px 18px 43px 0px rgba(0, 0, 0, 0.18);
    background: #2f3137;
    -webkit-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, top 50ms ease-in-out;
    -o-transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, top 50ms ease-in-out;
    transition: opacity 350ms ease-in-out, visibility 350ms ease-in-out, top 50ms ease-in-out;
    z-index: 20;
    padding: 20px 0;}
    .nav__submenu.is-fixed.is-active {
      top: 59px;
    }
    .js-submenu-scroll.is-fixed.is-active {
      height: calc(100vh - 59px);
    }
    .nav__submenu .mCSB_container {
      margin: 0 30px !important;
    }
    .nav__submenu.is-active {
      opacity: 1;
      visibility: visible;}
      .js-submenu-scroll.is-active {
        overflow: auto;
        height: calc(100vh - 120px);
    }
    .nav__submenu .container {
      position: relative;
      padding-top: 42px;
      padding-bottom: 41px; }
      .nav__submenu .container > ul {
        width: 23%;
        margin: 0 31px 28px 0; }
        @media (max-width: 1439px) {
          .nav__submenu .container > ul {
            width: 31.1%; } }
        @media (min-width: 1440px) and (max-width: 9999px) {
          .nav__submenu .container > ul:nth-of-type(4n) {
            margin-right: 0; } }
        @media (max-width: 1439px) {
          .nav__submenu .container > ul:nth-of-type(3n) {
            margin-right: 0; } }
        .nav__submenu .container > ul > li {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          margin: 0 0 17px; }
          .nav__submenu .container > ul > li:not(:first-child) {
            padding-right: 10px; }
          .nav__submenu .container > ul > li:first-child > a {
            width: 100%;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            padding: 0 0 12px;
            font-size: 15px;
            line-height: 19px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.2);
            color: white; }
            .nav__submenu .container > ul > li:first-child > a span:first-child {
              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;
              width: 45px;
              height: 45px;
              margin: 0 8px 0 0;
              border-radius: 50%;
              background: #363941; }
              .nav__submenu .container > ul > li:first-child > a span:first-child > svg {
                fill: rgba(255, 255, 255, 0.8);
                stroke: rgba(255, 255, 255, 0.8);
                font-size: 25px;
                -webkit-transition: fill 350ms ease-in-out, stroke 350ms ease-in-out;
                -o-transition: fill 350ms ease-in-out, stroke 350ms ease-in-out;
                transition: fill 350ms ease-in-out, stroke 350ms ease-in-out; }
            .nav__submenu .container > ul > li:first-child > a span:last-child {
              width: calc(100% - 45px); }
          .nav__submenu .container > ul > li > a {
            font-size: 14px;
            font-weight: 400;
            line-height: 20px;
            color: rgba(255, 255, 255, 0.8);
            -webkit-transition: color 350ms ease-in-out;
            -o-transition: color 350ms ease-in-out;
            transition: color 350ms ease-in-out; }
            .nav__submenu .container > ul > li > a:hover {
              color: #f27502; }
              .nav__submenu .container > ul > li > a:hover > span:first-child > svg {
                fill: #f27502;
                stroke: #f27502; }
      .nav__submenu .container .close-menu {
        position: absolute;
        top: 22px;
        right: 0;
        width: 40px;
        height: 40px;
        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;
        cursor: pointer; }
        .nav__submenu .container .close-menu:hover > svg {
          fill: white; }
        .nav__submenu .container .close-menu > svg {
          fill: rgba(255, 255, 255, 0.6);
          font-size: 20px;
          -webkit-transition: fill 350ms ease-in-out;
          -o-transition: fill 350ms ease-in-out;
          transition: fill 350ms ease-in-out; }
    .nav__submenu--products .container {
      padding-top: 39px; }
      .nav__submenu--products .container > ul {
        width: 46%;
        margin: 0 59px 30px 0; }
        .nav__submenu--products .container > ul:nth-of-type(2n) {
          margin-right: 0; }
        .nav__submenu--products .container > ul > li {
          margin: 0; }
          .nav__submenu--products .container > ul > li:not(:first-child) {
            padding-right: 0; }
          .nav__submenu--products .container > ul > li:first-child > a {
            padding: 16px 0;
            color: rgba(255, 255, 255, 0.8);
            font-size: 14px;
            font-weight: 400;
            line-height: 18px; }
            .nav__submenu--products .container > ul > li:first-child > a:hover {
              color: #f27502; }
            .nav__submenu--products .container > ul > li:first-child > a span:first-child {
              background: transparent;
              width: 23px;
              height: 23px;
              margin: 0 15px 0 0; }
              .nav__submenu--products .container > ul > li:first-child > a span:first-child > svg {
                font-size: 21px; }
          .nav__submenu--products .container > ul > li > a {
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-align: center;
            -ms-flex-align: center;
            align-items: center;
            width: 100%;
            padding: 16px 0;
            font-size: 14px;
            font-weight: 400;
            line-height: 18px;
            border-bottom: 2px solid rgba(255, 255, 255, 0.2);
            color: rgba(255, 255, 255, 0.8); }
            .nav__submenu--products .container > ul > li > a > span:first-child {
              background: transparent;
              width: 23px;
              height: 23px;
              margin: 0 15px 0 0; }
              .nav__submenu--products .container > ul > li > a > span:first-child > svg {
                font-size: 21px;
                -webkit-transition: fill 350ms ease-in-out, stroke 350ms ease-in-out;
                -o-transition: fill 350ms ease-in-out, stroke 350ms ease-in-out;
                transition: fill 350ms ease-in-out, stroke 350ms ease-in-out; }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 0 0; }
  @media (max-width: 1023px) {
    .header__menu {
      padding: 2px 0 0;
      margin-left: 25px; } }
  @media (max-width: 767px) {
    .header__menu {
      margin-left: 24px;
      margin-right: 5px;
      padding: 0; } }

.dots {
  max-width: 100px;
  margin: 0 auto 50px; }
  .dots .dot {
    position: relative;
    width: 8px;
    height: 8px;
    display: inline-block;
    background-color: #ddd;
    opacity: 0.7;
    border-radius: 50%;
    margin: 0 10px; }
    .dots .dot:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 2px;
      height: 10px;
      border-radius: 50%;
      background: pink; }

.mobile-menu {
  display: none;
  overflow-y: scroll;
  position: fixed;
  top: 64px;
  bottom: 0;
  right: 100%;
  -webkit-transition: right 0.3s ease-out, top 0.3s ease-out;
  -o-transition: right 0.3s ease-out, top 0.3s ease-out;
  transition: right 0.3s ease-out, top 0.3s ease-out;
  width: 100%;
  background: #2f3137;
  z-index: 1000; }
  @media (max-width: 1023px) {
    .mobile-menu {
      display: block; } }
  @media (max-width: 767px) {
    .mobile-menu {
      top: 64px; } }
  .mobile-menu .menu > ul {
    padding: 0;
    margin: 0; }
    @media (max-width: 767px) {
      .mobile-menu .menu > ul > li > a:first-child {
        padding: 0 20px; } }

.mobile-menu.fixed {
  top: 59px; }

.mobile-menu.active {
  right: 0; }

.collapse {
  display: none;
  padding: 0 20px;
  margin: 0;
  list-style-type: none; }

.open-submenu {
  color: #000;
  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-size: 13px;
  height: 30px;
  position: absolute;
  top: 13px;
  right: 15px;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  width: 30px;
  z-index: 2; }

.open-submenu.is-collapsed {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg); }

.open-submenu:hover {
  color: #000; }

.menu--mobile ul > li {
  position: relative; }

.menu--mobile > ul > li {
  list-style-type: none;
  max-width: 690px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(89, 90, 95, 0.4); }

.menu--mobile ul > li > a:not(.open-submenu) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 690px;
  margin: 0 auto; }

.menu--mobile > ul > li > a {
  color: #fff; }

.menu--mobile > ul > li > a:hover {
  color: #fff; }

.menu--mobile > ul > li > a:not(.open-submenu) {
  font-size: 17px;
  font-weight: 500;
  height: 56px; }

.menu--mobile > ul > li > ul {
  background: #3b3d43; }

.menu--mobile > ul > li > ul > li > a {
  color: #000; }

.menu--mobile > ul > li > ul > li > a:hover {
  color: #000; }

.menu--mobile > ul > li > ul > li > a:not(.open-submenu) {
  height: auto;
  padding: 16px 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  color: rgba(255, 255, 255, 0.6);
  border-bottom: 1px solid rgba(89, 90, 95, 0.4); }

.menu--mobile > ul > li > ul > li:last-child > a:not(.open-submenu) {
  border-bottom: none; }

.menu--mobile > ul > li > ul > li > .open-submenu {
  top: 17px; }

.menu--mobile > ul > li > ul > li > ul > li > a {
  color: #000; }

.menu--mobile > ul > li > ul > li > ul > li > a:hover {
  color: #000; }

.menu--mobile > ul > li > ul > li > ul > li > a:not(.open-submenu) {
  border-top: 1px solid #ebebeb;
  font-size: 16px;
  font-weight: 300;
  height: 46px; }

.contacts__map .map {
  width: 100%;
  height: 600px; }
  @media (max-width: 1023px) {
    .contacts__map .map {
      height: 500px; } }
  @media (max-width: 767px) {
    .contacts__map .map {
      height: 500px; } }

.press-center {
  padding: 14px 0; }
  @media (max-width: 767px) {
    .press-center {
      padding: 33px 0 0; } }
  @media (max-width: 767px) {
    .press-center > .container {
      padding: 0; } }

.video-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: calc(100% - 28px);
  padding: 45px 37px 47px;
  margin: 0 0 28px;
  background: #ededed; }
  @media (max-width: 1439px) {
    .video-detail {
      padding: 30px 25px 25px; } }
  @media (max-width: 1023px) {
    .video-detail {
      position: relative; } }
  @media (max-width: 767px) {
    .video-detail {
      padding: 25px 20px 60px;
      margin: 15px 0 0; } }
  .video-detail__elems {
    position: relative;
    width: 50%; }
    @media (max-width: 1439px) {
      .video-detail__elems {
        width: 100%; } }
    @media (max-width: 1023px) {
      .video-detail__elems {
        position: static; } }
    .video-detail__elems:last-child {
      padding: 10px 10px 0 0;
      text-align: center; }
      @media (max-width: 1439px) {
        .video-detail__elems:last-child {
          padding: 10px 0 0; } }
      @media (max-width: 1023px) {
        .video-detail__elems:last-child {
          -webkit-box-ordinal-group: 0;
          -ms-flex-order: -1;
          order: -1;
          padding: 40px 0 0; } }
  .video-detail__tag {
    background-color: rgba(255, 255, 255, 0.65); }
    @media (max-width: 1023px) {
      .video-detail__tag {
        position: absolute;
        top: 25px;
        left: 25px; } }
    @media (max-width: 767px) {
      .video-detail__tag {
        top: 40px;
        left: 20px; } }
  .video-detail__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 245px;
    margin: auto 0 54px 0;
    font-size: 28px;
    line-height: 32px;
    font-weight: 400;
    color: #334059; }
  .bx-ie .video-detail__link {
    height: 245px;
    min-height: auto;
  }
    @media (max-width: 1439px) {
      .video-detail__link {
        min-height: auto;
        padding: 30px 0 0;
        margin: 0 0 30px;
        font-size: 22px;
        line-height: 28px; } }
    @media (max-width: 1023px) {
      .video-detail__link {
        margin: 0 0 20px; } }
    @media (max-width: 767px) {
      .video-detail__link {
        margin: 0 0 17px;
        padding: 42px 0 0;
        font-size: 27px;
        line-height: 32px; } }
  .video-detail__container-preview {
    position: relative;
    height: 346px; }
    @media (max-width: 1439px) {
      .video-detail__container-preview {
        height: 280px; } }
    @media (max-width: 767px) {
      .video-detail__container-preview {
        height: 291px; } }
    .video-detail__container-preview img {
      max-height: 100%; }
  .video-detail__btn {
    position: absolute;
    top: calc(50% - 47px);
    left: calc(50% - 4px);
    width: 95px;
    height: 95px;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 21px rgba(0, 0, 0, 0.1);
    background-color: #ffffff;
    -webkit-transition: -webkit-transform 350ms ease-in-out;
    transition: -webkit-transform 350ms ease-in-out;
    -o-transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out;
    transition: transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
    cursor: pointer; }
    @media (max-width: 1439px) {
      .video-detail__btn {
        left: calc(50% - 14px); } }
    .video-detail__btn:hover {
      -webkit-transform: scale(1.05);
      -ms-transform: scale(1.05);
      transform: scale(1.05); }
    .video-detail__btn:before {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 14px;
      height: 17px;
      -webkit-transform: translateX(30%);
      -ms-transform: translateX(30%);
      transform: translateX(30%);
      border: 10px solid transparent;
      border-left: 13px solid #00239b; }

.news-detail {
  border: 1px solid #dfe2e5;
  margin: 0 0 28px; }
  @media (max-width: 767px) {
    .news-detail {
      margin: 15px 0 28px; } }
  .news-detail__tag {
    margin: 41px 28px;
    background: #eff0f2; }
    @media (max-width: 1439px) {
      .news-detail__tag {
        margin: 31px 28px; } }
    @media (max-width: 767px) {
      .news-detail__tag {
        margin: 38px 17px; } }
  .news-detail__news {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 19px 30px 19px 20px;
    border-top: 1px solid #dfe2e5; }
    @media (max-width: 767px) {
      .news-detail__news {
        padding: 19px 25px 19px 20px; } }
  .news-detail__date {
    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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 27px 0 0;
    width: 55px;
    text-align: center; }
    /* @media (max-width: 767px) {
      .news-detail__date {
        width: 47px; } } */
    .news-detail__date span {
      display: block;
      font-size: 14px;
      font-weight: 400;
      color: #455ba6;
      color: #949494; }
    .news-detail__date span:first-child {
      display: block;
      font-size: 40px;
      font-weight: 300;
      font-weight: 400;
      line-height: 1.2;
      color: #455ba6;
      color: #000; }
    .news-detail__date span:last-child {
      margin-left: 5px;
    }
  .news-detail__link {
    display: block;
    margin: 13px 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    color: #334059;
    max-width: calc(100% - 82px); }
    @media (max-width: 767px) {
      .news-detail__link {
        margin: 5px 0 0px;
        font-size: 16px;
        line-height: 23px; } }

.products-used {
  padding: 59px 0 70px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover; }
  @media (max-width: 1023px) {
    .products-used {
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .products-used {
      padding: 57px 0; } }
.products-used__list {
  display: flex;
  flex-wrap: wrap;
}
.products-used__list a{
  flex-basis: 50%;
}
  @media (max-width: 991px) {
  .products-used__list a{
  flex-basis: 100%;
}
  }
  .products-used__list.products-used__list--one a{
    flex-basis: auto;
  }
  .products-used > .container-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .products-used > .container-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .products-used h2 {
    width: 100%;
    margin-bottom: 57px;
    font-size: 38px;
    line-height: 1.3;
    font-weight: 700;
    color: #000000; }
    @media (max-width: 767px) {
      .products-used h2 {
        text-align: center;
        margin: 0 0 35px;
        font-size: 27px; } }
  .products-used__block:first-child {
    padding-right: 30px;
  }
  .products-used__block:last-child {
    margin-top: 29px; }
    @media (max-width: 1023px) {
      .products-used__block:last-child {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 270px;
        margin: 0; } }
    @media (max-width: 767px) {
      .products-used__block:first-child {
        padding-right: 0;
      }
      .products-used__block:last-child {
        margin: 0 auto; } }
  .products-used__block > img {
    max-width: 100%; }
  .products-used__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 20px;
    font-size: 20px;
    font-weight: 400;
    line-height: 26px;
    color: #1d1d1d;
    -webkit-transition: color 350ms ease-in-out;
    -o-transition: color 350ms ease-in-out;
    transition: color 350ms ease-in-out; }
    @media (max-width: 1023px) {
      .products-used__link {
        margin: 0 0 15px;
        font-size: 16px;
        line-height: 24px; } }
    .products-used__link:hover {
      color: #f27502; }
    .products-used__link > span {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .products-used__link > span > svg {
        fill: #090f4c; }
        @media (max-width: 767px) {
          .products-used__link > span > svg {
            font-size: 16px; } }
      .products-used__link > span:first-child {
        width: 40px;
        height: 40px;
        font-size: 16px;
        margin: 0 25px 0 0;
        border-radius: 50%;
        background-color: #ffffff; }
        @media (max-width: 767px) {
          .products-used__link > span:first-child {
            margin: 0 23px 0 0; } }
      .products-used__link > span:last-child {
        max-width: 380px; }
        @media (max-width: 767px) {
          .products-used__link > span:last-child {
            max-width: calc(100% - 78px); } }
  .products-used--simple .container-main {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  @media (max-width: 991px) {
    .products-used--simple .products-used__block {
      width: 100%; } }
  .products-used--simple .products-used__block:last-child {
    display: block;
    max-width: 100%;
    margin: 0; }
  .products-used--simple .products-used__link > span:last-child {
    max-width: 270px; }
    @media (max-width: 991px) {
      .products-used--simple .products-used__link > span:last-child {
        max-width: 100%; } }
    @media (max-width: 767px) {
      .products-used--simple .products-used__link > span:last-child {
        max-width: calc(100% - 78px); } }

.simple-banner {
  position: relative;
  margin: 120px 0 0;
  padding: 5px 0 15px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  z-index: 4; }
  @media (max-width: 1023px) {
    .simple-banner {
      margin: 64px 0 0; } }
  /*@media (max-width: 767px) {
    .simple-banner {
      margin: 68px 0 0; } }*/
  .simple-banner__title {
    margin: 0 0 20px 0;
    font-size: 50px;
    font-weight: 500;
    line-height: 60px;
    color: #ffffff; }
    @media (max-width: 1679px) {
      .simple-banner__title {
        margin-left: 0;
        /*margin-bottom: 0;*/ } }
    @media (max-width: 1439px) {
      .simple-banner__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 1023px) {
      .simple-banner__title {
        font-size: 30px;
        line-height: 40px; } }
    @media (max-width: 767px) {
      .simple-banner__title {
        margin: 45px 0 10px;
        font-size: 25px;
        line-height: 34px; } }
  .simple-banner__list {
    margin: 0 0 0 16px; }
    @media (max-width: 1679px) {
      .simple-banner__list {
        margin: 0; } }
  .simple-banner__container-img {
    max-width: 250px;
    height: 100%;
    margin: 13px 50px 0 16px; }
    .simple-banner--client .simple-banner__container-img {
      margin-right: 0;
      margin-bottom: 30px;
    }
    @media (max-width: 1679px) {
      .simple-banner__container-img {
        margin-left: 0; } }
    @media (max-width: 1439px) {
      .simple-banner__container-img {
        margin-top: 7px; } }
    @media (max-width: 1023px) {
      .simple-banner__container-img {
        margin-top: 0; } }
    @media (max-width: 767px) {
      .simple-banner__container-img {
        max-width: 152px;
        margin-top: 25px;
        margin-bottom: 11px; }
      .simple-banner--client .simple-banner__container-img {
        margin-top: 0;
        /* margin-bottom: 0; */
        } }
    .simple-banner__container-img > img {
      max-width: 100%;
      vertical-align: top; }
  .simple-banner > .container--line {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    margin: auto;
    z-index: -1; }
  .simple-banner .banner__line {
    position: absolute;
    top: 0;
    left: 32px;
    width: 1px;
    height: 100%;
    background: rgba(230, 230, 230, 0.15); }
    @media (max-width: 1679px) {
      .simple-banner .banner__line {
        left: 15px; } }
    @media (max-width: 767px) {
      .simple-banner .banner__line {
        display: none; } }
    .simple-banner .banner__line--2 {
      left: 25%; }
    .simple-banner .banner__line--3 {
      left: 50%; }
    .simple-banner .banner__line--4 {
      left: 75%; }
    .simple-banner .banner__line--5 {
      left: auto;
      right: 15px; }
  @media (max-width: 767px) {
    .simple-banner--main {
      min-height: 90px;
      padding-bottom: 19px; } }
  .simple-banner--main .simple-banner__title {
    padding-top: 74px; }
    @media (max-width: 767px) {
      .simple-banner--main .simple-banner__title {
        padding-top: 61px;
        margin-top: 0; } }
  .simple-banner--client, .simple-banner--vacancy, .simple-banner--date {
    border-bottom: 1px solid #ededed; }
    .simple-banner--client {
      padding-bottom: 40px;
    }
    @media (max-width: 767px) {
      .simple-banner--client, .simple-banner--vacancy, .simple-banner--date {
        min-height: 90px;
        padding-bottom: 40px; } }
    .simple-banner--client > .container, .simple-banner--vacancy > .container, .simple-banner--date > .container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .simple-banner--client > .container {
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
    }
    .simple-banner--client ul.crumbs > li > a, .simple-banner--vacancy ul.crumbs > li > a, .simple-banner--date ul.crumbs > li > a {
      color: #b7b7b7; }
      .simple-banner--client ul.crumbs > li > a:hover, .simple-banner--vacancy ul.crumbs > li > a:hover, .simple-banner--date ul.crumbs > li > a:hover {
        color: #010101; }
    .simple-banner--client ul.crumbs > li > a:after, .simple-banner--vacancy ul.crumbs > li > a:after, .simple-banner--date ul.crumbs > li > a:after {
      background: #dedede; }
    .simple-banner--client .simple-banner__title, .simple-banner--vacancy .simple-banner__title, .simple-banner--date .simple-banner__title {
      color: #000000; }
    .simple-banner--client .simple-banner__title {
      width: 100%;
      font-size: 36px;
      margin-left: 16px;
    }
    @media (max-width: 1679px) {
      .simple-banner--client .simple-banner__title {
        margin-left: 0;
      }
    }
      @media (max-width: 1023px) {
        .simple-banner--client .simple-banner__title, .simple-banner--vacancy .simple-banner__title, .simple-banner--date .simple-banner__title {
          height: 100%; }
          .simple-banner--client .simple-banner__title {
            font-size: 30px;
          } }
      @media (max-width: 767px) {
        .simple-banner--client .simple-banner__title, .simple-banner--vacancy .simple-banner__title, .simple-banner--date .simple-banner__title {
          margin: 0; }
          .simple-banner--client .simple-banner__title {
            font-size: 25px;
          } }
  @media (max-width: 767px) {
    .simple-banner--vacancy {
      /*min-height: 130px;*/
      padding-bottom: 34px; } }
  @media (max-width: 767px) {
    .simple-banner--vacancy ul.crumbs {
      display: block;
      margin: 23px auto 10px; } }
  .simple-banner.is-crumbs ul.crumbs {
    display: block;
    margin: 23px auto; }
    .simple-banner.is-crumbs ul.crumbs > li {
      margin: 0 15px 8px 0; }
      .simple-banner.is-crumbs ul.crumbs > li:first-child {
        margin-right: 37px; }
  @media (max-width: 767px) {
    .simple-banner.is-list {
      padding-bottom: 19px; } }
  @media (max-width: 767px) {
    .simple-banner.is-list ul.crumbs {
      margin: 23px auto 10px; } }
  @media (max-width: 767px) {
    .simple-banner.is-list .simple-banner__list > li {
      margin-bottom: 5px; } }
  @media (max-width: 767px) {
    .simple-banner.is-list .simple-banner__title {
      margin: 12px 0 10px; } }
  .simple-banner.is-black .simple-banner__title {
    color: #000; }
  .simple-banner--date .simple-banner__title {
    max-width: calc(100% - 175px); }
    @media (max-width: 767px) {
      .simple-banner--date .simple-banner__title {
        max-width: 100%;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1; } }
  .simple-banner__date {
    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;
    -webkit-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 0 0 auto;
    width: 110px;
    height: 110px;
    background-color: rgba(237, 237, 237, 0.63); }
  .simple-banner__date--review {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
  }
    @media (max-width: 767px) {
      .simple-banner__date {
        width: auto;
        height: 70px;
        margin: 15px 0 10px; } }
    .simple-banner__date > span {
      color: #00239b;
      color: #949494;
      font-size: 16px;
      font-weight: 400; }
      @media (max-width: 767px) {
        .simple-banner__date > span {
          font-size: 12px; } }
      .simple-banner__date > span:first-child {
        color: #000;
        font-size: 45px;
        line-height: 50px;
        width: 100%;
        text-align: center; }
        @media (max-width: 767px) {
          .simple-banner__date > span:first-child {
            font-size: 24px;
            line-height: 32px; } }
      .simple-banner__date > span:last-child {
        margin-left: 5px;
       }

.simple-slider > .container {
  position: relative; }

.simple-slider .slick-dotted.slick-slider {
  margin: 48px 0 23px;
  z-index: 5; }
  @media (max-width: 767px) {
    .simple-slider .slick-dotted.slick-slider {
      margin: 35px 0 34px; } }
.simple-slider__slider {
  max-width: 960px;
  display: block;
  margin: 80px auto 90px;
}

@media (max-width: 1439px) {
  .simple-slider__slider {
    padding: 0 70px;
  }
}
@media (max-width: 575px) {
  .simple-slider__slider {
    padding: 0;
    margin: 40px auto;
  }
}
.simple-slider__slide {
  height: 210px;
  line-height: 210px;
  text-align: center; }
  .simple-slider__slide > img {
    max-height: 100%;
    max-width: 100%;
    margin: 0 auto;
    vertical-align: middle;
    display: inline-block; }
.simple-slider__name {
  color: #000;
  display: block;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 10px;
  text-decoration: none;
}
.simple-slider__arrows {
  height: 0;
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  max-width: 1200px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
  margin-top: -30px; }

.simple-slider__arrow {
  position: relative;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  border: 1px solid #f6f6f6;
  background: #f6f6f6;
  cursor: pointer;
  z-index: 6; }
  .simple-slider__arrow--left:hover svg {
    stroke: #f27502;
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px); }
  .simple-slider__arrow--right {
    float: right; }
    .simple-slider__arrow--right:hover svg {
      stroke: #f27502;
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
  .simple-slider__arrow > svg {
    -webkit-transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
    transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
    -o-transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
    transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
    transition: stroke 350ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }

@media (max-width: 767px) {
  .simple-slider .slick-dots {
    bottom: -37px; } }

.simple-slider .slick-dots > li:before {
  display: none; }

.simple-slider .slick-dots > li > button:before {
  font-size: 9px;
  color: #f2f2f2;
  opacity: 1; }

.simple-slider .slick-dots > li.slick-active > button:before {
  color: #f27502; }

.simple-text {
  padding: 89px 0 61px;
  border-bottom: 1px solid #ededed; }
  @media (max-width: 1023px) {
    .simple-text {
      padding: 60px 0 30px; }
}
  @media (max-width: 767px) {
    .simple-text {
      padding: 41px 0 17px; }
}
  .simple-text .container > p {
    max-width: 960px;
    margin: 0 auto 30px;
    font-size: 22px;
    font-weight: 400;
    line-height: 32px;
 }
    @media (max-width: 767px) {
      .simple-text .container > p {
        font-size: 16px;
        line-height: 26px; }
}
 .simple-text .container > h2 {
    max-width: 960px;
    margin: 0 auto 30px;
 }
  @media (min-width: 1230px) and (max-width: 9999px) {
    .simple-text--main {
      padding: 69px 0 12px; }
}
  @media (max-width: 767px) {
    .simple-text--main {
      padding-bottom: 0; }
}
    .simple-text .container > ul {
      max-width: 960px;
    margin: 0 auto 30px;
    }

    .simple-text .container .img {
      max-width: 960px;
    margin: 0 auto 30px;
    }

    .simple-text .container .img {
      max-width: 960px;
    margin: 0 auto 50px;
    display: flex;
    flex-direction: column;
    align-items: center;
    }

    .simple-text .container .img-sign {
      margin-top: 20px;
    }

.solutions-detail {
  margin-top: 73px;
  padding: 0 0 43px; }
  @media (max-width: 767px) {
    .solutions-detail {
      margin-top: 33px;
    }
  }
  .solutions-detail__block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: calc(100% - 30px);
    margin: 0 0 30px;
    background: #ededed; }
    @media (max-width: 1679px) {
      .solutions-detail__block {
        height: calc(100% - 20px);
        margin: 0 0 20px; } }
    @media (max-width: 575px) {
      .solutions-detail__block {
        height: calc(100% - 10px);
        max-width: 320px;
        margin: 0 auto 10px; } }
    .solutions-detail__block:hover .solutions-detail__container-img:before {
      opacity: 1; }
    .solutions-detail__block > p {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: auto; }
      @media (max-width: 767px) {
        .solutions-detail__block > p {
          font-size: 14px; } }
  .solutions-detail__container-img {
    position: relative;
    height: 164px; }
    @media (max-width: 1679px) {
      .solutions-detail__container-img {
        height: 142px; } }
    /*@media (max-width: 575px) {
      .solutions-detail__container-img {
        height: 110px; } }*/
    .solutions-detail__container-img:before {
      content: '';
      opacity: 0;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      background-color: rgba(79, 98, 134, 0.61);
      -webkit-transition: opacity 350ms ease-in-out;
      -o-transition: opacity 350ms ease-in-out;
      transition: opacity 350ms ease-in-out; }
    /*@media (max-width: 575px) {
      .solutions-detail__container-img > img {
        -o-object-fit: fill;
        object-fit: fill; } }*/
  .solutions-detail__title {
    width: 100%;
    padding: 20px 28px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 19px;
    color: #000000; }
    @media (max-width: 767px) {
      .solutions-detail__title > br {
        display: none; } }

.themes-detail {
  padding: 16px 0 32px; }
  @media (max-width: 767px) {
    .themes-detail {
      padding: 40px 0 65px; } }
  @media (max-width: 1023px) {
    .themes-detail .container-main {
      max-width: 720px; } }
  @media (max-width: 767px) {
    .themes-detail .container-main {
      padding: 0; } }
  .themes-detail .simple-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: calc(100% - 150px);
    margin-bottom: 52px; }
    @media (max-width: 767px) {
      .themes-detail .simple-title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        margin: 0 0 28px;
        padding: 0 15px; } }
    .themes-detail .simple-title .tag {
      margin: 5px 0 0 24px; }
      @media (max-width: 767px) {
        .themes-detail .simple-title .tag {
          max-width: 360px;
          margin: 19px auto 0; } }
  .themes-detail .slick-list {
    margin: 0 -15px; }
  .themes-detail .slick-track {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .themes-detail .slick-track .slick-slide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      height: auto;
      margin: 0 15px; }
      @media (max-width: 767px) {
        .themes-detail .slick-track .slick-slide {
          -webkit-box-pack: center;
          -ms-flex-pack: center;
          justify-content: center; } }
        .themes-detail .slick-track .slick-slide>div {
          width: 100%;
        }
  .themes-detail__slide {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    height: 100%; }
    @media (max-width: 767px) {
      .themes-detail__slide .news {
        max-width: 360px;
        margin: 0 auto 24px;
        width: 100%; } }
    @media (max-width: 390px) {
      .themes-detail__slide .news {
        margin: 0 15px 24px; } }
    @media (max-width: 767px) {
      .themes-detail__slide .news__date {
        height: auto; } }
  .themes-detail__arrows {
    position: absolute;
    top: -3px;
    right: 0px; }
    @media (max-width: 1024px) {
      .themes-detail__arrows {
        right: 15px;
      }
    }
  .themes-detail__arrow {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    background: #f6f6f6;
    cursor: pointer; }
    .themes-detail__arrow--left {
      border-right: 1px solid white; }
      .themes-detail__arrow--left:hover svg {
        stroke: #f27502;
        -webkit-transform: translateX(-3px);
        -ms-transform: translateX(-3px);
        transform: translateX(-3px); }
    .themes-detail__arrow--right:hover svg {
      stroke: #f27502;
      -webkit-transform: translateX(3px);
      -ms-transform: translateX(3px);
      transform: translateX(3px); }
    .themes-detail__arrow > svg {
      -webkit-transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, -webkit-transform 350ms ease-in-out;
      -o-transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, transform 350ms ease-in-out;
      transition: stroke 350ms ease-in-out, transform 350ms ease-in-out, -webkit-transform 350ms ease-in-out; }
  .themes-detail .slick-dots {
    bottom: -48px;
    list-style-type: none; }
    .themes-detail .slick-dots > li {
      position: relative;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      margin: 0 10px;
      padding: 0; }
      .themes-detail .slick-dots > li:before {
        display: none; }
      .themes-detail .slick-dots > li:after {
        content: '';
        position: absolute;
        top: 6px;
        left: 6px;
        width: 8px;
        height: 8px;
        border-radius: 50%;
        background: #545454;
        -webkit-transition: background 350ms ease-in-out;
        -o-transition: background 350ms ease-in-out;
        transition: background 350ms ease-in-out; }
      .themes-detail .slick-dots > li svg {
        width: 20px;
        height: 20px;
        border-radius: 50%; }
      .themes-detail .slick-dots > li.slick-active:after {
        background: #000; }
      .themes-detail .slick-dots > li.slick-active .circle-go {
        stroke: #f27502;
        -webkit-animation-name: circle;
        animation-name: circle;
        -webkit-animation-duration: 7.5s;
        animation-duration: 7.5s;
        -webkit-animation-timing-function: linear;
        animation-timing-function: linear;
        -webkit-animation-play-state: running;
        animation-play-state: running; }
  .themes-detail .circle-go {
    fill: rgba(255, 255, 255, 0);
    stroke: transparent;
    stroke-width: 23px;
    stroke-linecap: round;
    stroke-dasharray: 314px; }
  .themes-detail--products {
    margin-bottom: 57px; }
    @media (max-width: 767px) {
      .themes-detail--products {
        padding-top: 0;
        padding-bottom: 18px;
        margin-bottom: 25px; } }
    @media (max-width: 767px) {
      .themes-detail--products .slick-list {
        margin: 0; } }
    @media (max-width: 767px) {
      .themes-detail--products .slick-track {
        display: block; } }
    @media (max-width: 767px) {
      .themes-detail--products .slick-track .slick-slide {
        display: block;
        margin: 0;
        height: auto; } }
    @media (max-width: 767px) {
      .themes-detail--products .themes-detail__slide {
        height: auto;
        display: inline-block !important; } }
    @media (min-width: 768px) and (max-width: 9999px) {
      .themes-detail--products .simple-title {
        margin: 4px 0 46px; } }
    @media (min-width: 992px) and (max-width: 9999px) {
      .themes-detail--products .themes-detail__arrows {
        right: 0; } }
    .themes-detail--products .products__product {
      padding-bottom: 0; }
      @media (max-width: 767px) {
        .themes-detail--products .products__product {
          display: block;
          height: 100%;
          min-height: 195px;
          margin: 0 auto 30px; } }
      @media (max-width: 390px) {
        .themes-detail--products .products__product {
          margin: 0 15px 5px; } }
    .themes-detail--products .products__container-img {
      height: 182px; }
      @media (max-width: 767px) {
        .themes-detail--products .products__container-img {
          height: 110px; } }
    .themes-detail--products .products__title {
      padding: 21px 28px;
      text-align: left; }
      @media (max-width: 767px) {
        .themes-detail--products .products__title {
          padding: 18px 28px 10px;
          text-align: center;
          font-size: 14px;
          line-height: 18px; } }
    .themes-detail--products .slick-dots > li.slick-active:after {
      background: #f27502; }

.quote.active {
  top: 0;
  opacity: 1; }

.nano {
  overflow: visible !important;
  -ms-overflow-style: none; }

.nano > .nano-pane {
  position: absolute !important;
  top: 12% !important;
  right: -25px !important;
  bottom: 9% !important;
  width: 18px !important;
  background: transparent !important; }
  @media (max-width: 767px) {
    .nano > .nano-pane {
      top: 15% !important;
      right: 5px !important; } }
  .nano > .nano-pane:before {
    content: '';
    position: absolute;
    top: 0;
    left: 8px;
    width: 1px;
    height: 700px;
    background: url("../assets/img/scroll-line.png") no-repeat center; }

.nano .nano-content {
  position: relative;
  max-height: 508px; }
  @media (max-width: 767px) {
    .nano .nano-content {
      max-height: 360px; } }

.nano > .nano-pane > .nano-slider {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #162299; }

.button {
  background: #00239b;
  border: 0;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  height: 50px;
  margin: 0;
  padding: 5px 15px;
  text-align: center;
  -webkit-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  -o-transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  transition: color 0.3s ease-out, background 0.3s ease-out, opacity 0.3s ease-out, border-color 0.3s ease-out;
  width: 100%;
}
.button:hover {
  background: #021e7d;
  color: #fff;
}
.search-page__form {
  background: url(../assets/img/bg-search.jpg) no-repeat center top;
  background-size: cover;
  padding: 85px 0;
}
.search-form form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.search-form__input {
  background: #fff;
  border: 0;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  height: 50px;
  padding: 0 30px;
  width: calc(100% - 200px);
}
.search-form__submit {
  width: 200px;
}
.search-page__results {
  padding: 65px 0 35px;
}
.search-results__item {
  margin-bottom: 50px;
}
.search-results__item-name {
  color: #000;
  display: inline-block;
  font-size: 30px;
  font-weight: 700;
  line-height: 36px;
  margin-bottom: 35px;
}
.search-results__item-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
}
/* 404
================================================================ */
.page-404 {
  height: 100%;
  min-height: auto;
}
.page-404__header {
  background: #fff;
  height: 162px;
  padding: 48px 0 0;
  width: 100%;
}
.logo--404 {
  width: 272px;
}
.page-404__content {
  background: url(../assets/img/bg-404.jpg) no-repeat center top;
  background-size: cover;
  min-height: -webkit-calc(100% - 162px);
  min-height: calc(100% - 162px);
  overflow: hidden;
  padding: 100px 0;
  position: relative;
  width: 100%;
}
.block-404 {
  max-width: 575px;
}
.block-404--title {
  max-width: none;
}
.block-404 p {
  margin-bottom: 17px;
}
.block-404 p>span {
  display: inline-block;
  margin-bottom: 10px;
}
.block-404 ul {
  margin-bottom: 35px;
}
.block-404 ul>li {
  font-size: 16px;
  color: #000;
  margin-bottom: 10px;
  padding-left: 23px;
}
.block-404 ul>li:before {
  background: #f27502;
  height: 1px;
  top: 12px;
  width: 11px;
}
.block-404__title {
  position: relative;
  text-align: center;
  width: 100%;
}
.block-404__img {
  height: auto;
  margin: 0 auto 25px;
  position: relative;
  z-index: 1;
}
.block-404__img img {
  vertical-align: top;
}
.block-404__title h1 {
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  margin: 0;
}
.header__logo--404 {
  padding-top: 0;
}
.header__logo--404 > span > svg {
  width: 169px;
  height: 65px;
}
.header__logo--404 > span:last-child {
  font-size: 15px;
  max-width: 130px;
  line-height: 1.2;
}
.header__logo--404 > span:last-child:before {
  height: 30px;
}
@media (max-width: 1023px) {
  .page-404__content {
    padding: 60px 0;
  }
}
@media (max-width: 767px) {
  .page-404__header {
    height: 110px;
    padding: 28px 0 0;
  }
  .header__logo--404 > span > svg {
    width: 130px;
    height: 50px;
  }
  .header__logo--404 > span:last-child {
    display: block;
    font-size: 12px;
    max-width: 120px;
  }
  .header__logo--404 > span:last-child:before {
    height: 26px;
  }
  .page-404__content {
    min-height: -webkit-calc(100% - 110px);
    min-height: calc(100% - 110px);
    padding: 40px 0;
  }
}

.history-descr {
  border-top: 1px solid #ededed;
  font-weight: 400;
  padding: 80px 0 65px;
}
.history-descr__text {
  font-size: 22px;
  line-height: 32px;
  margin-bottom: 30px;
}
.history-descr__text-2 {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 30px;
}
.history {
  background: #ededed url(../assets/img/bg-history-2.jpg) center bottom no-repeat;
  min-height: 400px;
  overflow: hidden;
  position: relative;
}
.history:before {
  content: "";
  background: url(../assets/img/bg-history-1.jpg) top right no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: calc(50% + 600px);
  z-index: 0;
}
.history__slider-container {
  padding: 55px 0 45px;
  position: relative;
  z-index: 1;
}
.history__content-slider {
  padding-left: 50px;
  padding-bottom: 105px;
}
.quote--history {
  background: #fff;
  color: #000;
  max-width: none;
  margin-bottom: 50px;
  padding: 60px 65px 35px 105px;
}
.quote--history p {
  font-size: 22px;
  line-height: 30px;
}
.history__slider-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
}
.history__slider-container:after {
  content: "";
  background: #ededed;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: -webkit-calc(50% - 705px);
  width: calc(50% - 705px);
}
.history__slider {
  position: relative;
  /*margin-left: -1200px;*/
  /*padding: 0 120px;*/
  /*width: 2610px;*/
  width: 100%;
  left: 50%;
  margin-left: -1295px;
}
.history__slider:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  margin-top: -52px;
  /*margin-left: -52px;*/
  position: absolute;
  left: -5px;
  top: 50%;
  width: 104px;
  height: 104px;
}
/*.history__slider.center:before {
  display: none;
}*/
.history__slider:after {
  content: "";
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(237,237,237,1) 100%);
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(237,237,237,1) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(237,237,237,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ededed',GradientType=1 );
  position: absolute;
  bottom: 0;
  top: 0;
  left: 1073px;
  width: 280px;
}
.history__slider .slick-list {
  overflow: visible;
}
.history__slider.center .slick-track {
  -webkit-transform: none !important;
  -ms-transform: none !important;
  transform: none !important;
}
.history__year {
  color: #9ea9bf;
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 16px;
  font-weight: 400;
  height: 104px;
  line-height: 1;
  position: relative;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  width: 94px;
}
.center .history__year:before {
  content: "";
  background: #fff;
  border-radius: 100%;
  margin-top: -52px;
  margin-left: -52px;
  position: absolute;
  left: 50%;
  top: 50%;
  width: 104px;
  height: 104px;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.history__year span {
  position: relative;
  z-index: 1;
}
.slick-center .history__year,
.slick-current .history__year {
  color: #000;
  font-size: 22px;
  font-weight: 600;
}
.slick-center .history__year:before,
.slick-current .history__year:before {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.customers__arrows--history {
  top: 74px;
  right: 50%;
  margin-right: -705px;
}

.nagradi {
  background: #ededed;
  overflow: hidden;
  padding: 80px 0 75px;
  position: relative;
}
.nagradi .pagination {
  padding-bottom: 0;
}
.nagradi:before,
.nagradi:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.nagradi:before {
  background: url(../assets/img/bg-nagradi-1.png) no-repeat center bottom;
  height: 231px;
  top: 0;
}
.nagradi:after {
  background: url(../assets/img/bg-nagradi-2.png) no-repeat center top;
  height: 403px;
  bottom: 0;
}
.nagradi .container {
  position: relative;
  z-index: 1;
}


.nagradi__item {
  background-color: #ededed;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  min-height: 160px;
  margin-bottom: 30px;
  height: calc(100% - 30px);
}
.nagradi__item:hover {
  color: #f27502;
}
.nagradi__item-img {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  width: 170px;
}
.nagradi__item-img img {
  max-height: 100%;
}
.nagradi__item-info {
  background: #f7f7f7;
  border-left: 1px solid #dfe2e5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 400;
  line-height: 26px;
  padding: 25px 30px;
  width: calc(100% - 170px);
}
.section {
  padding: 70px 0 60px;
}
.about {
  border-top: 1px solid #ededed;
}
.about__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 65px 100px;
}
.about__item+.about__item {
  border-top: 1px solid #ededed;
}
.about__item-img {
  padding-right: 30px;
  width: 230px;
}
.about__item-info {
  width: calc(100% - 230px);
}
.about-1,
.contacts {
  background: #ededed;
  overflow: hidden;
  padding: 90px 0 60px;
  position: relative;
}
.about-1:before,
.about-1:after,
.contacts:before,
.contacts:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}
.about-1:before,
.contacts:before {
  background: url(../assets/img/bg-nagradi-1.png) no-repeat center bottom;
  height: 231px;
  top: 0;
}
.about-1:after,
.contacts:after {
  background: url(../assets/img/bg-nagradi-2.png) no-repeat center top;
  height: 403px;
  bottom: 0;
}
.about-1 .container,
.contacts .container {
  position: relative;
  z-index: 1;
}
.about-1__main {
  margin-bottom: 60px;
}
.about-1__main-name {
  font-size: 38px;
  font-weight: 500;
  line-height: 1.4;
  margin: 0 0 35px;
}
.about-1__item {
  margin-bottom: 40px;
}
.about-1__item-name {
  font-size: 22px;
  font-weight: 700;
  margin: 0 0 20px;
}
.about-2 {
  background: #fff url(../assets/img/bg-about.jpg) no-repeat center bottom;
  padding: 80px 0 55px;
}
h4 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  margin: 55px 0 20px;
}
h4:first-child {
  margin-top: 0;
}
.simple-banner__list {
  color: #fff;
}

.contacts {
  padding: 68px 0;
}
.contacts__container {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
}
.contacts__info {
  width: 400px;
}
.contacts .contacts__map {
  position: absolute;
  left: 400px;
  right: 0;
  top: 0;
  bottom: 0;
}
.contacts__block {
  padding: 40px 30px 20px;
  padding-left: 60px;
}
.contacts__block+.contacts__block {
  border-top: 1px solid #ededed;
}
.contacts__item {
  line-height: 1.4;
  margin-bottom: 20px;
}
.contacts__item-name {
  color: #6e7584;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}
.contacts__item-name .icon {
  color: #8d97bb;
  font-size: 18px;
  margin-right: 10px;
}
.contacts__item-name .icon_span {
  max-width: calc(100% - 28px);
}
.contacts__item-text {
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-size: 16px;
}
.contacts__item-text a {
  color: #000;
}
.contacts .map {
  height: 100%;
}
.contacts-form {
  background: #fff url(../assets/img/bg-about.jpg) no-repeat center bottom;
  padding: 20px 0 100px;
}
.contacts-form .form__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0;
  max-width: none;
  margin: 0 -15px;
}
.contacts-form .form__group {
  padding: 0 15px;
  margin-bottom: 35px;
  margin-top: 0;
  width: 50%;
}
.contacts-form .form__label {
  left: 15px;
}
.contacts-form .form__group--btn {
  margin-top: 29px;
}

.contacts-form .form__input-float {
  padding: 0 15px;
}
.baloon {
  font-family: "Roboto", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 10px 0;
  padding-left: 7px;
}
.baloon__title {
  color: #3a3a3a;
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
  width: 100%;
}
.baloon__container-img {
  width: 90px;
  margin-right: 15px;
}
.baloon__desc {
  width: calc(100% - 105px);
}
.baloon__item {
  font-size: 13px;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 6px;
  padding-left: 22px;
  position: relative;
}
.baloon__item .icon {
  color: #8d97bb;
  font-size: 14px;
  position: absolute;
  left: 0;
  top: 2px;
}
.baloon__item a {
  color: #000;
}
.search-helper {
  position: fixed;
  top: 68px;
  right: 50%;
  z-index: 100;
  background: #fff;
  margin-right: -705px;
  width: 305px;
}
.is-fixed .search-helper {
  top: 45px;
  margin-right: -632px;
  width: 226px;
}
.search-helper__item {
  font-size: 14px;
  line-height: 1.2;
  padding: 17px 25px;
}
.search-helper__item+.search-helper__item {
  border-top: 1px solid #dadbe0;
}
.search-helper__item a {
  color: #000;
}
.search-helper__item a:hover {
  color: #f27502;
}

.sitemap {
  display: block;
  position: fixed;
  top: 120px;
  bottom: 0;
  right: 100%;
  -webkit-transition: right 0.3s ease-out, top 0.3s ease-out;
  -o-transition: right 0.3s ease-out, top 0.3s ease-out;
  transition: right 0.3s ease-out, top 0.3s ease-out;
  width: 100%;
  background: #2f3137;
  padding: 20px 0;
  z-index: 1000; }
.sitemap.active {
  right: 0;
}
.is-fixed .sitemap {
  top: 59px;
}
.modal-open {
  overflow: hidden;
}
.sitemap__menu {
  padding: 20px 0;
}
.sitemap__menu ul {
  margin: 0;
}
.sitemap__menu>ul>li {
  margin-bottom: 27px;
}
.sitemap__menu>ul>li>a {
  border-bottom: 1px solid #595a5f;
  color: #fff;
  display: block;
  font-size: 18px;
  padding-bottom: 10px;
}
.sitemap__menu>ul>li>ul {
  font-size: 14px;
  margin: 25px 0 45px;
}
.sitemap__menu--half>ul>li>ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 15px;
  font-weight: 500;
  margin: 25px -15px 45px;
}
.sitemap__menu>ul>li>ul>li {
  margin-bottom: 10px;
}
.sitemap__menu--half>ul>li>ul>li {
  padding: 0 15px;
  width: 50%;
}
.sitemap__menu>ul>li>ul>li>a {
  color: rgba(255, 255, 255, 0.6);
}
.sitemap__menu--half>ul>li>ul>li>a {
  color: rgba(255, 255, 255, 0.8);
}
.sitemap__menu--half>ul>li>ul>li>ul {
  font-size: 14px;
  font-weight: 400;
  margin: 10px 0 15px;
}
.sitemap__menu--half>ul>li>ul>li>ul>li {
  margin-bottom: 10px;
}
.sitemap__menu--half>ul>li>ul>li>ul>li>a {
  color: rgba(255, 255, 255, 0.6);
}

@media (max-width: 1679px) {
  .history:before {
    right: calc(50% + 505px);
  }
  .history__slider-container:after {
    width: -webkit-calc(50% - 585px);
    width: calc(50% - 585px);
  }
  .history__slider {
    /*margin-left: -1010px;
    width: 2180px;*/
    margin-left: -1105px;
  }
  .history__slider:after {
    left: 857px;
  }
  .customers__arrows--history {
    margin-right: -585px;
  }
  .search-helper {
    margin-right: -585px;
  }
  .is-fixed .search-helper {
    margin-right: -512px;
  }
}
@media (max-width: 1439px) {
  .history:before {
    right: calc(50% + 385px);
  }
  .history__slider-container:after {
    width: -webkit-calc(50% - 465px);
    width: calc(50% - 465px);
  }
  .history__slider {
    /*margin-left: -770px;
    width: 1700px;*/
    margin-left: -865px;
  }
  .history__slider:after {
    left: 617px;
  }
  .customers__arrows--history {
    margin-right: -465px;
  }
  .about__item {
    padding-left: 0;
    padding-right: 0;
  }
  .search-helper {
    margin-right: -465px;
  }
  .is-fixed .search-helper {
    margin-right: -467px;
  }
}
@media (max-width: 1023px) {
  .quote--history {
    padding: 30px 35px 35px 55px;
  }
  .quote--history p {
    font-size: 18px;
    line-height: 26px;
  }
  .history:before {
    right: calc(50% + 285px);
  }
  .history__slider-container:after {
    width: -webkit-calc(50% - 345px);
    width: calc(50% - 345px);
  }
  .history__slider {
    /*margin-left: -570px;
    width: 1260px;*/
    margin-left: -665px;
  }
  .history__slider:after {
    left: 398px;
  }
  .customers__arrows--history {
    margin-right: -345px;
  }
  .contacts__info {
    width: 300px;
  }
  .contacts__block {
    padding: 20px 20px 0px;
  }
  .contacts__item-name {
    font-size: 16px;
  }
  .history__slider:after {
    display: none;
  }
  .history-descr__text {
    font-size: 18px;
    line-height: 28px;
  }
  .history__content-slider {
    padding-left: 0;
    padding-bottom: 55px;
  }
  .quote--history {
    padding: 20px 15px 15px 25px;
  }
  .nagradi__item-img {
    height: 160px;
    width: 100%;
  }
  .nagradi__item-info {
    border-left: 0;
    border-top: 1px solid #dfe2e5;
    padding: 20px 15px;
    font-size: 18px;
    line-height: 24px;
    width: 100%;
  }
}
.success-modal {
  background: #fff;
  max-width: 540px;
  margin: 0 auto;
  text-align: center;
  padding: 20px 50px 30px;
}
.devby {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  float: right;
  height: 57px;
}
.devby-link {
  color: rgba(163, 171, 192, 0.42);
  font-size: 32px;
  line-height: 1;
}
.devby-link:hover {
  color: rgba(163, 171, 192, 0.52);
}
.devby-link .icon {
  vertical-align: top;
}
@media (max-width: 767px) {
  .devby {
    float: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.solution-mask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-mask-position: 50% 50%;
  mask-position: 50% 50%;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-size: contain;
  mask-size: contain;
  width: 372px;
  height: 434px;
}
.solution-mask img.for-ie,
.bx-ie .solution-mask img.not-ie {
  display: none;
}
.bx-ie .solution-mask img.for-ie {
  display: block;
}
@media (max-width: 1023px) {
  .solution-mask {
    width: 270px;
    height: 316px;
  }
}



/*=============================================
=                    С D С                   =
=============================================*/



/* xl (>=1200) */
@media (min-width: 1200px) { 
.team .container-main {
 margin: 100px 0px 20px 230px; 
}
}


.about .container .about__item .about-main {
 color: #151515;
    font-size: 26px;
    font-weight: 400;
    line-height: 36px;
}

.history-descr .container .history-descr__text .history-main {
color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}

.simple-text .container p.solution-detail {
 color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}

.simple-text .container p.solution-optocase {
 color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
margin: 10px 0px 10px 0px;
}


 .simple-text .container h3 {
  font-family: "Roboto", sans-serif;
  font-size: 24px;
  font-weight: 300;
  margin: 20px 0px 20px 230px;
}

.simple-text .container p.product-indent {
 color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
    margin: 20px 300px 20px 300px;
}
.simple-text .container .img-sign {
color: #151515;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 22px;
    margin: 0 0 10px 0;
}

.simple-text .container .indent {
        margin: 0 200px 0px 215px;
}


@media screen and (max-width: 1200px){
.simple-text .container .indent {
 margin: 0; }
}

@media screen and (max-width: 992px){
.simple-text .container .indent {
 margin: 0; }
}


@media screen and (max-width: 768px){
.simple-text .container .indent {
 margin: 0; }
}

@media screen and (max-width: 576px){
.simple-text .container .indent {
 margin: 0; }
}


.simple-text .container .sm {
color: #151515;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.simple-text .container ol {
 color: #151515;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

}

.simple-text .container ul {
 color: #151515;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;

}


.additionally, .additionally-list, .container-main, p.solution-detail {
color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;

}

p.news-main {
color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 36px;
}

.content-style .container-main p.author {
color: #151515;
    font-size: 18px;
    font-weight: 800;
    line-height: 28px;
margin: 0;
}

.content-style .container-main p.post {
color: #151515;
    font-size: 18px;
    font-weight: 300;
    margin: 0 0 10px 0;
}

.content-style .container-main p.source {
color: #151515;
    font-size: 18px;
    font-weight: 300;
margin: 0 0 30px 0;
}

.additionally, .additionally-list, .container-main, p.solution-add  {
color: #151515;
    font-size: 22px;
    font-weight: 400;
    line-height: 30px;
}

.additionally .container-main .img-sign {
color: #151515;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    line-height: 10px;
    margin: 0 0 10px 0;
}

.additionally .container-main .sm {
color: #151515;
    font-size: 18px;
    font-weight: 400;
    line-height: 30px;
}

.content-style .container-main .img-sign {
color: #151515;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
    margin: 0 0 10px 0;
}


.content-style .container-main ol {
color: #151515;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px 0;
}

.additionally .container-main ol {
color: #151515;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    margin: 0 0 10px 0;
}
.sitemap-page ul > li {
  padding-left: 10px;
}
.sitemap-page ul > li > ul {
    padding: 5px 10px 0;
}
.sitemap-page ul > li > ul > li {
  list-style-type: disc;
  margin: 0 0 5px 10px;
}

.sitemap-page ul > li:before {
  background: none;
}

.container .backs {
background-color: #e1e1e1;
padding: 20px;

}

/*=============================================
= Оборудование/  работает мобильном           =
=============================================*/

.holder{
position:relative;
width:320px;
height:320px;
}
.block{
position:absolute;
left:0;
bottom:0;
right:0;
color: #fff;
font-size: 12px;
font-weight: 500;
background:rgba(7, 83, 118, 0.8);
padding:10px;
display:none;
}
.holder:hover .block{
display:block;
}