/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none; }

/*!
 * Bootstrap v4.1.3 (https://getbootstrap.com/)
 * Copyright 2011-2018 The Bootstrap Authors
 * Copyright 2011-2018 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.table {
  width: 100%;
  margin-bottom: 1rem;
  background-color: transparent; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }
  .table .table {
    background-color: #fff; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #b8daff; }

.table-hover .table-primary:hover {
  background-color: #9fcdff; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #9fcdff; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fdfdfe; }

.table-hover .table-light:hover {
  background-color: #ececf6; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ececf6; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #212529;
  border-color: #32383e; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #212529; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #32383e; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1229.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  .table-responsive > .table-bordered {
    border: 0; }

.fade {
  transition: opacity 0.15s linear; }
  @media screen and (prefers-reduced-motion: reduce) {
    .fade {
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media screen and (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:not(:disabled):not(.disabled) {
    cursor: pointer; }
    .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
      color: #000;
      text-decoration: none;
      opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  display: none;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -25%); }
    @media screen and (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: translate(0, 0); }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - (0.5rem * 2)); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - (0.5rem * 2));
    content: ""; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem;
  border-bottom: 1px solid #e9ecef;
  border-top-left-radius: 0.3rem;
  border-top-right-radius: 0.3rem; }
  .modal-header .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 1rem;
  border-top: 1px solid #e9ecef; }
  .modal-footer > :not(:first-child) {
    margin-left: .25rem; }
  .modal-footer > :not(:last-child) {
    margin-right: .25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-centered {
    min-height: calc(100% - (1.75rem * 2)); }
    .modal-dialog-centered::before {
      height: calc(100vh - (1.75rem * 2)); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg {
    max-width: 800px; } }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Light.woff2") format("woff2"), url("../fonts/OpenSans-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

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

body {
  min-width: 320px;
  font-family: "Open Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 18px;
  line-height: normal;
  font-weight: normal;
  font-style: normal;
  color: #000; }

img {
  display: block;
  max-width: 100%;
  height: auto; }

a {
  text-decoration: none;
  transition: color 0.1s ease-in-out; }
  a:focus {
    outline: none; }
  a:hover {
    color: #2582c4;
    text-decoration: none; }

button {
  padding: 0; }
  button:focus {
    outline: none; }

html,
body {
  height: 100%; }

.main-wrapper {
  display: flex;
  flex-direction: column;
  height: 100%; }

.main-wrapper__top {
  overflow: hidden;
  position: relative;
  flex: 1 0 auto; }

.footer {
  flex: 0 0 auto; }

input,
textarea,
button,
select,
a {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.popup-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 1; }

@media (max-width: 991px) {
  .noscroll {
    overflow: hidden;
    -webkit-overflow-scrolling: touch; } }

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

@media (min-width: 576px) {
  .c-container {
    max-width: 540px; } }

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

@media (min-width: 992px) {
  .c-container {
    padding-right: 15px;
    padding-left: 15px;
    max-width: 960px; } }

@media (min-width: 1230px) {
  .c-container {
    max-width: 1200px; } }

@media (min-width: 1470px) {
  .c-container {
    max-width: 1440px; } }

@keyframes rotating {
  from {
    transform: rotate(0deg); }
  to {
    transform: rotate(360deg); } }

.rotating {
  animation: rotating 2s linear infinite; }

@keyframes sk-circle-bounce-delay {
  0%, 80%, 100% {
    transform: scale(0); }
  40% {
    transform: scale(1); } }

.preloader-wrapper {
  align-items: center;
  display: flex;
  height: 100%;
  width: 100%;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  background: #fff; }

.sk-circle-bounce {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto; }

.sk-circle-bounce .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0; }

.sk-circle-bounce .sk-child::before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #2885cc;
  border-radius: 100%;
  animation: sk-circle-bounce-delay 1.2s infinite ease-in-out both; }

.sk-circle-bounce .sk-circle-2 {
  transform: rotate(30deg); }

.sk-circle-bounce .sk-circle-2::before {
  animation-delay: -1.1s; }

.sk-circle-bounce .sk-circle-3 {
  transform: rotate(60deg); }

.sk-circle-bounce .sk-circle-3::before {
  animation-delay: -1s; }

.sk-circle-bounce .sk-circle-4 {
  transform: rotate(90deg); }

.sk-circle-bounce .sk-circle-4::before {
  animation-delay: -0.9s; }

.sk-circle-bounce .sk-circle-5 {
  transform: rotate(120deg); }

.sk-circle-bounce .sk-circle-5::before {
  animation-delay: -0.8s; }

.sk-circle-bounce .sk-circle-6 {
  transform: rotate(150deg); }

.sk-circle-bounce .sk-circle-6::before {
  animation-delay: -0.7s; }

.sk-circle-bounce .sk-circle-7 {
  transform: rotate(180deg); }

.sk-circle-bounce .sk-circle-7::before {
  animation-delay: -0.6s; }

.sk-circle-bounce .sk-circle-8 {
  transform: rotate(210deg); }

.sk-circle-bounce .sk-circle-8::before {
  animation-delay: -0.5s; }

.sk-circle-bounce .sk-circle-9 {
  transform: rotate(240deg); }

.sk-circle-bounce .sk-circle-9::before {
  animation-delay: -0.4s; }

.sk-circle-bounce .sk-circle-10 {
  transform: rotate(270deg); }

.sk-circle-bounce .sk-circle-10::before {
  animation-delay: -0.3s; }

.sk-circle-bounce .sk-circle-11 {
  transform: rotate(300deg); }

.sk-circle-bounce .sk-circle-11::before {
  animation-delay: -0.2s; }

.sk-circle-bounce .sk-circle-12 {
  transform: rotate(330deg); }

.sk-circle-bounce .sk-circle-12::before {
  animation-delay: -0.1s; }

.content-style .img-with-label-container {
  display: block;
  margin-top: 30px;
  margin-bottom: 30px; }

.content-style .img-with-label-container img {
  margin-top: 0;
  margin-bottom: 0; }

.content-style .img-with-label-container span {
  font-size: 16px;
  line-height: 20px;
  color: #333333;
  display: block;
  margin-top: 26px; }

.content-style img {
  margin-top: 30px;
  margin-bottom: 30px; }
.content-style .no-photo {
  padding-top: 61%;
  margin-top: 30px;
  margin-bottom: 30px;
/*  background: url("../img/no_photo_bg-min.png") no-repeat center center, url("../img/no_photo_logo-min.png") no-repeat center center;
  background-size: cover, 38.5% auto;*/
  background: url(../img/logo-gray.svg) no-repeat center center, url(../img/no_photo_bg-min.jpg) no-repeat center center;
  background-size: 38.5% auto, cover;
}
.content-style > p {
  margin: 0 0 26px;
  font-size: 16px;
  line-height: 25px;
  color: #333333; }

.content-style > p > a {
  text-decoration: underline;
  color: #2582c4;
  transition: color 100ms ease-in-out;
  text-decoration: none; }

.content-style > p > a:hover {
  color: #476478; }

.content-style > p > a:visited {
  color: #5e3a77; }

.content-style > p > a:focus {
  outline: none; }

.content-style > p > a:active {
  color: #2582c4; }

.content-style > p > a[href^="http"],
.content-style > p > a[href^="www"] {
  display: inline-block;
  padding-right: 25px;
  background-image: url("../img/link-icon-out.svg");
  background-repeat: no-repeat;
  background-position: right 3px top 50%;
  background-size: 15px 15px;
  color: #2582c4; }

.content-style > p > a[target^="_blank"] {
  display: inline-block;
  padding-right: 25px;
  background-image: url("../img/link-icon-out.svg");
  background-repeat: no-repeat;
  background-position: right 3px top 50%;
  background-size: 15px 15px;
  color: #2582c4; }
.map-columns {

}

.content-style > ul,
.map-columns ul {
  list-style: none;
  display: block;
  padding: 0;
  margin: 0 0 26px; }

.content-style > ul > li:last-of-type,
.map-columns ul > li:last-of-type {
  margin-bottom: 0; }

.content-style > ul li,
.map-columns ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 26px;
  font-size: 16px;
  line-height: 26px; }

.content-style > ul li::before,
.map-columns ul li::before {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  left: 0;
  width: 15px;
  height: 1px;
  background: #2582c4; }

.content-style > ul ul,
.map-columns ul ul {
  list-style: none;
  margin: 0;
  padding: 26px 0 0;
  display: block; }

.content-style > h2, .content-style > h3, .content-style > h4, .content-style > h5, .content-style > h6 {
  margin: 0;
  color: #395060;
  font-weight: bold; }

.content-style > h2 {
  margin-top: 34px;
  margin-bottom: 25px;
  font-size: 24px;
  line-height: 30px; }

.content-style > h3 {
  margin-top: 34px;
  margin-bottom: 25px;
  font-size: 20px;
  line-height: 24px; }

.content-style > h4 {
  margin-top: 34px;
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px; }

.content-style > h5 {
  margin-bottom: 25px;
  font-size: 18px;
  line-height: 22px; }

.content-style > h6 {
  margin-top: 34px;
  margin-bottom: 25px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase; }

.content-style > table,
.content-style > .table-responsive table {
  margin-bottom: 26px;
  width: 100%;
  border-collapse: collapse;
  overflow: hidden; }

.content-style > table th,
.content-style > .table-responsive table th {
  padding: 12px 10px 12px;
  color: #333333;
  font-weight: 700;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 4px solid #2183c5;
  text-align: left; }

.content-style > table th:first-of-type,
.content-style > .table-responsive table th:first-of-type {
  text-align: left;
  padding-left: 0; }

.content-style > table td,
.content-style > .table-responsive table td {
  padding: 21px 15px 23px;
  font-size: 16px;
  line-height: 20px;
  border-bottom: 1px solid #cccccc;
  color: #333;
  font-weight: 400; }

.content-style > table td:first-of-type,
.content-style > .table-responsive table td:first-of-type {
  padding-left: 0;
  text-align: left;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  color: #333; }
.content-style > *:last-child {
  margin-bottom: 0; }
.content-style > *:first-child {
  margin-top: 0;
}
@media (min-width: 768px) {
  .content-style .no-photo {
    padding-top: 51.3%; } }

@media (min-width: 992px) {
  .content-style .img-with-label-container {
    margin-top: 58px;
    margin-bottom: 67px; }
  .content-style img {
    margin-top: 58px;
    margin-bottom: 67px; }
  .content-style .no-photo {
    margin-top: 42px;
    margin-bottom: 70px; }
  .content-style > h2 {
    margin-top: 44px;
    margin-bottom: 23px;
    font-size: 40px;
    line-height: 48px; }
  .content-style > h3 {
    margin-top: 51px;
    margin-bottom: 24px;
    font-size: 35px;
    line-height: 42px; }
  .content-style > h4 {
    margin-top: 50px;
    margin-bottom: 25px;
    font-size: 30px;
    line-height: 36px; }
  .content-style > h5 {
    margin-bottom: 25px;
    font-size: 25px;
    line-height: 32px; }
  .content-style > h6 {
    margin-top: 45px;
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 26px; }
  .content-style > table th,
  .content-style > .table-responsive table th {
    padding: 12px 15px 12px; }
  .content-style > table th:first-of-type,
  .content-style > .table-responsive table th:first-of-type {
    padding-left: 0; }
  .content-style > table th:last-of-type,
  .content-style > .table-responsive table th:last-of-type {
    padding-right: 22px; }
  .content-style > table td,
  .content-style > .table-responsive table td {
    padding: 21px 15px 23px; }
  .content-style > table td:first-of-type,
  .content-style > .table-responsive table td:first-of-type {
    padding-left: 0; }
  .content-style > table td:last-of-type,
  .content-style > .table-responsive table td:last-of-type {
    padding-right: 22px; }
  .content-style > *:last-child {
    margin-bottom: 0; }
  .content-style > *:first-child {
    margin-top: 0;
  }
}

.static-page {
  padding-top: 10px;
  padding-bottom: 50px; }
.static-page .c-features--section {
  margin-bottom: -50px;
}


@media (min-width: 992px) {
  .static-page .c-features--section {
    margin-bottom: 0;
  }
}
@media (min-width: 1230px) {
  .static-page {
    padding-top: 9px;
    padding-bottom: 128px; }
    .static-page--short {
      max-width: 83.3333%;
      margin: 0 auto; } }

.section-container {
  padding-top: 40px;
  padding-bottom: 40px; }

@media (min-width: 768px) {
  .section-container {
    padding-top: 50px;
    padding-bottom: 50px; } }

@media (min-width: 1230px) {
  .section-container {
    padding-top: 65px;
    padding-bottom: 90px; } }

.c-select {
  position: relative;
  display: inline-block;
  vertical-align: middle; }

.info-config .c-select {
  width: 100%; }

.c-select__select {
  position: relative;
  z-index: 1;
  height: 35px;
  padding: 0 20px 0 5px;
  font-size: 16px;
  line-height: 35px;
  font-weight: 400;
  color: #000;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden; }

.info-config .c-select__select {
  height: 51px;
  line-height: 51px;
  padding: 0 20px;
  padding-right: 50px;
  width: 100% !important; }

.c-select__select::after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 17px;
  right: 20px;
  width: 12px;
  height: 12px;
  border: 2px solid #9d9fa0;
  border-top: none;
  border-right: none;
  transform: rotate(-45deg); }

.c-select__select::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 50px;
  background: #f2f9fc; }

.c-select__arrow {
  position: absolute;
  top: 16px;
  right: 3px;
  width: 0;
  height: 0;
  border-top: 5px solid #000;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
  visibility: hidden; }

.opened .c-select__options {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: auto;
  z-index: 2;
  box-shadow: 0 3px 5px 0px #e6e6e6; }

.c-select__options {
  height: 0;
  margin: 0;
  overflow: hidden;
  box-sizing: border-box;
  padding: 0;
  background: #fff;
  font-size: 14px;
  line-height: 35px;
  font-weight: 600;
  color: #000;
  list-style: none; }

.c-select__options li {
  min-height: 18px;
  padding: 0 5px 0;
  color: #231F20;
  white-space: nowrap;
  cursor: pointer;
  transition: background 0.1s ease-in; }
  .c-select__options li span {
    display: block; }

.info-config .c-select__options {
  font-size: 16px;
  line-height: 51px;
  font-weight: 400; }

.info-config .c-select__options li {
  padding: 0; }

.c-select__options li:hover {
  background-color: #f2f9fc; }

.c-select__options li.selected {
  background-color: #2880c1;
  color: #FFF; }

.refresh-btn {
  display: inline-block;
  width: 45px;
  height: 54px;
  background: none;
  border: none;
  position: relative;
  cursor: pointer; }
  .refresh-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #39505f; }
  .refresh-btn:focus {
    outline: none; }

.play-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 56px;
  height: 56px;
  background: #f2f9fc;
  border: none;
  cursor: pointer;
  transition: transform 0.15s ease-in;
  transform-origin: center center; }
  .play-btn:focus {
    outline: none; }
  .play-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #39505f; }
  .play-btn:hover {
    transform: scale(1.1); }
  .play-btn:active {
    transform: scale(0.9); }

@media (min-width: 768px) {
  .play-btn {
    width: 84px;
    height: 84px; } }

.gal-arrow-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  background: none;
  border: none;
  cursor: pointer; }
  .gal-arrow-btn:focus {
    outline: none; }
  .gal-arrow-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: rgba(255, 255, 255, 0.7);
    transition: fill 0.15s ease-in;
    pointer-events: none; }
  .gal-arrow-btn:hover svg {
    fill: white; }

.pag-arrow-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 48px;
  height: 48px;
  background: none;
  border: none;
  cursor: pointer; }
  .pag-arrow-btn:focus {
    outline: none; }
  .pag-arrow-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #9ca7af;
    transition: fill 0.15s ease-in; }
  .pag-arrow-btn:hover svg {
    fill: #000; }

.c-btn {
  display: inline-block;
  padding: 10px 20px 11px;
  color: #fff;
  font-size: 10px;
  line-height: 14px;
  font-weight: 400;
  text-transform: uppercase;
  background: #395060;
  border: none;
  letter-spacing: 0.7px;
  transition: background 0.2s ease-in-out;
  text-align: center;
  cursor: pointer; }
  .c-btn:focus {
    outline: none; }
  .c-btn:visited {
    color: #fff; }
  .c-btn:hover {
    background: #476478;
    color: #fff; }

.c-btn.disabled,
.c-btn.disabled:hover {
  background: #49413b;
  cursor: auto; }

.p-btn {
  display: inline-block;
  padding: 17px 20px 16px;
  color: #fff;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background: #1c81d9;
  letter-spacing: 3.5px;
  border: none;
  transition: background 0.2s ease-in-out;
  text-align: center;
  cursor: pointer; }
  .p-btn:focus {
    outline: none; }
  .p-btn:visited {
    color: #fff; }
  .p-btn:hover {
    background: #126cbb;
    color: #fff; }

.p-btn.disabled,
.p-btn.disabled:hover {
  background: #c9c9c9;
  cursor: auto; }

.b-btn {
  display: inline-block;
  padding: 19px 20px 20px;
  color: #333333;
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  text-transform: uppercase;
  background: transparent;
  border: 1px solid #2880c1;
  letter-spacing: 3.5px;
  transition: background 0.2s ease-in-out, color 0.2s ease-in-out;
  text-align: center;
  cursor: pointer; }
  .b-btn:focus {
    outline: none; }
  .b-btn:visited {
    color: #333333; }
  .b-btn:hover {
    background: #2880c1;
    color: #fff; }

.b-btn.disabled,
.b-btn.disabled:hover {
  background: #49413b;
  cursor: auto; }

.search-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  border: none;
  font-size: 0;
  cursor: pointer;
  z-index: 0;
  background: none; }
  .search-btn::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #c5ced3; }
  .search-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #fff;
    transition: fill 0.1s ease-in; }
  .search-btn:focus {
    outline: none; }
  .search-btn:hover svg {
    fill: #39505f; }

.menu-toggle-button {
  position: relative;
  display: block;
  padding: 0;
  width: 53px;
  height: 53px;
  background: none;
  outline: none;
  cursor: pointer;
  font-size: 0;
  border: none;
  transition: height 0.2s ease-out 0.2s; }
  .menu-toggle-button:focus {
    outline: none; }
  .menu-toggle-button span {
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 29px;
    height: 2px;
    background: #010407;
    transform: translate(-50%, -50%);
    transition: height 0.2s ease-out 0.2s, width 0.2s ease-out 0.2s, background 0.3s ease-out, top 0.2s ease-out 0.2s, opacity 0s ease-out 0.15s, transform 0.2s ease-out; }
  .menu-toggle-button span:nth-of-type(1) {
    width: 29px;
    top: calc(50% - 9px);
    transform: translate(-50%, -50%) rotate(0); }
  .menu-toggle-button span:nth-of-type(2) {
    opacity: 1; }
  .menu-toggle-button span:nth-of-type(3) {
    width: 29px;
    top: calc(50% + 9px);
    transform: translate(-50%, -50%) rotate(0); }
  .menu-toggle-button.active span {
    transition: width 0.2s ease-in-out, background 0.3s ease-out, top 0.2s ease-out, opacity 0s ease-out 0.15s, transform 0.2s ease-out 0.2s; }
  .menu-toggle-button.active span:nth-of-type(1) {
    transform: translate(-50%, -50%) rotate(45deg);
    top: 50%;
    width: 26px;
    height: 2px; }
  .menu-toggle-button.active span:nth-of-type(2) {
    opacity: 0;
    width: 26px; }
  .menu-toggle-button.active span:nth-of-type(3) {
    transform: translate(-50%, -50%) rotate(-45deg);
    top: 50%;
    width: 26px;
    height: 2px; }

.close-btn {
  position: relative;
  display: inline-block;
  width: 45px;
  height: 45px;
  background: #fff;
  border: none;
  cursor: pointer; }
  .close-btn:focus {
    outline: none; }
  .close-btn::before, .close-btn::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 28px;
    height: 2px;
    background: #39505f;
    transition: background 0.1s ease-in; }
  .close-btn::before {
    transform: translate(-50%, -50%) rotate(-45deg); }
  .close-btn::after {
    transform: translate(-50%, -50%) rotate(45deg); }
  .close-btn:hover::before, .close-btn:hover::after {
    background: #4f6572; }

@media (min-width: 768px) {
  .close-btn {
    width: 75px;
    height: 75px; } }

.menu-arrow-btn {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 40px;
  height: 40px;
  z-index: 1;
  border: none;
  background: none;
  cursor: pointer; }
  .menu-arrow-btn:focus {
    outline: none; }
  .menu-arrow-btn svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #aab4bc;
    transition: transform 0.2s ease-in-out; }
  .menu-arrow-btn.active svg {
    transform: translate(-50%, -50%) rotate(90deg); }

.c-checkbox {
  position: relative;
  padding-left: 37px;
  display: inline-block;
  vertical-align: top;
  cursor: pointer; }

.c-checkbox.disabled {
  opacity: 0.5; }

.c-checkbox__label::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 17px;
  height: 17px;
  background: #fff;
  cursor: pointer; }

.c-checkbox__label::after {
  opacity: 0;
  content: "";
  position: absolute;
  left: 3px;
  top: 7px;
  width: 12px;
  height: 7px;
  border: 2px solid #2880c1;
  border-top: none;
  border-right: none;
  cursor: pointer;
  border-bottom-left-radius: 3px;
  transform: rotate(-53deg);
  -webkit-backface-visibility: hidden;
  transition: opacity 200ms ease-in-out; }

.c-checkbox__label {
  display: block;
  font-size: 12px;
  line-height: 18px;
  color: #395060; }

.c-checkbox__label a {
  font-size: 12px;
  line-height: 18px;
  color: #007bff;
  font-weight: 400; }

.c-checkbox__label a:hover {
  color: #0056b3; }

.c-checkbox input[type="checkbox"] {
  display: none; }

.c-checkbox input[type="checkbox"].error + .c-checkbox__label::before {
  border-color: #ff9393;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(255, 147, 147, 0.6); }

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__label::before {
  border-color: #e6e6e6; }

.c-checkbox input[type="checkbox"]:checked + .c-checkbox__label::after {
  opacity: 1; }

.section-title {
  margin: 0 0 84px;
  padding: 0;
  font-size: 26px;
  line-height: 30px;
  color: #000;
  text-align: center; }
  .section-title a {
    color: #000; }

@media (min-width: 768px) {
  .section-title {
    margin: 0 0 58px;
    font-size: 32px;
    line-height: 36px; } }

@media (min-width: 1230px) {
  .section-title {
    font-size: 36px;
    line-height: 40px; } }

.c-breadcrumbs {
  margin: 0;
  padding: 0;
  font-size: 0;
  list-style: none; }
  .c-breadcrumbs li {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    margin-right: 18px; }
    .c-breadcrumbs li:not(:first-of-type) {
      padding-left: 18px; }
      .c-breadcrumbs li:not(:first-of-type)::before {
        content: "";
        position: absolute;
        top: 4px;
        left: 0px;
        width: 1px;
        height: 9px;
        background: #9e9e9e; }
    .c-breadcrumbs li > a:hover {
      color: #2582c4; }
    .c-breadcrumbs li > a,
    .c-breadcrumbs li > span {
      display: inline-block;
      color: #9e9e9e;
      font-size: 13px;
      line-height: 16px;
      font-weight: 500; }

.content-header {
  overflow: hidden;
  padding-top: 28px;
  padding-bottom: 28px; }
  .content-header--bg {
    background: #f2f9fc url("../img/content-header-bg-min.jpg") no-repeat center center;
    background-size: cover; }

.content-header__breadcrumbs {
  margin-bottom: 14px; }

.content-header__title {
  margin: 0;
  padding: 0;
  font-size: 25px;
  line-height: 29px;
  color: #395060; }

.content-header__info {
  margin: 27px 0 0; }

.content-header__text p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
  line-height: 26px; }

.content-header__text--system p {
  margin: 0 0 25px;
  font-size: 16px;
  line-height: 25px; }

.content-header__text--system p.small {
  margin: 0 0 10px; }

.content-header__picture {
  margin-bottom: 30px; }

@media (min-width: 576px) {
  .content-header {
    padding-top: 33px;
    padding-bottom: 33px; }
  .content-header__title {
    font-size: 30px;
    line-height: 34px; } }

@media (min-width: 768px) {
  .content-header {
    padding-top: 38px;
    padding-bottom: 38px; }
  .content-header__title {
    font-size: 35px;
    line-height: 39px; }
  .content-header__breadcrumbs {
    margin-bottom: 19px; }
  .content-header__picture {
    padding: 0 15px;
    margin-bottom: 0;
    width: 41.6666%;
    order: 1; }
  .content-header__info {
    display: flex;
    flex-wrap: wrap;
    margin: 27px -15px 0; }
  .content-header__text--system {
    width: 58.3333%;
    padding: 0 15px;
    padding-right: 40px; } }

@media (min-width: 992px) {
  .content-header {
    padding-top: 43px;
    padding-bottom: 43px; }
  .content-header__title {
    font-size: 40px;
    line-height: 44px; }
  .content-header__breadcrumbs {
    margin-bottom: 24px; }
  .content-header__info {
    margin: 44px -15px 0; }
  .content-header__text {
    padding: 0 15px;
    width: 50%; }
    .content-header__text--system {
      width: 58.3333%;
      padding: 0 15px;
      padding-right: 40px; }
      .content-header__text--system p {
        max-width: 645px;
        margin: 0 0 34px;
        font-size: 18px;
        line-height: 28px; }
      .content-header__text--system p.small {
        margin: 0 0 10px;
        font-size: 16px; } }

@media (min-width: 1230px) {
  .content-header {
    padding-top: 48px;
    padding-bottom: 58px; }
  .content-header__title {
    font-size: 45px;
    line-height: 54px;
    max-width: 1010px; }
  .content-header__breadcrumbs {
    margin-bottom: 27px; } }

.c-pagination {
  display: flex;
  justify-content: center;}
  .c-pagination ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    font-size: 0;
    margin: 0;
    padding: 41px 0 47px;
    list-style: none; }
    .c-pagination ul li:not(.c-pagination__prev-btn):not(.c-pagination__next-btn) {
      width: 37px;
      height: 37px;
      margin: 5px 0; }
    .c-pagination ul li {
      display: inline-block;
      vertical-align: middle;
      position: relative;
      text-align: center; }
      .c-pagination ul li > a:not(.pag-arrow-btn),
      .c-pagination ul li > span:not(.pag-arrow-btn) {
        display: block;
        color: #333333;
        font-size: 16px;
        line-height: 37px;
        font-weight: 700;
        position: relative;
        z-index: 0; }
        .c-pagination ul li > a:not(.pag-arrow-btn)::before,
        .c-pagination ul li > span:not(.pag-arrow-btn)::before {
          content: "";
          position: absolute;
          z-index: -1;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          background: #e0f2ff;
          opacity: 0;
          transition: opacity 0.1s ease-in; }
      .c-pagination ul li > span:not(.pag-arrow-btn)::before {
        background: #2582c4; }
      .c-pagination ul li > a:hover::before {
        opacity: 1; }
      .c-pagination ul li.active > span {
        color: #fff; }
        .c-pagination ul li.active > span::before {
          background: #2582c4;
          opacity: 1; }

.c-pagination__prev-btn,
.c-pagination__next-btn {
  width: 48px;
  height: 48px; }
  .c-pagination__prev-btn .pag-arrow-btn,
  .c-pagination__next-btn .pag-arrow-btn {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.c-pagination__prev-btn {
  margin-right: 10px; }

.c-pagination__next-btn {
  margin-left: 10px; }

.news-detal {
  max-width: 999px; }
.header__nav-sub-item.active .header__nav-sub-link {
  color: #2582c4;
}
@media (min-width: 1230px) {
  .c-pagination ul li:not(.c-pagination__prev-btn):not(.c-pagination__next-btn) {
    margin: 5px 11px; }
  .c-pagination__prev-btn {
    margin-right: 57px; }
  .c-pagination__next-btn {
    margin-left: 57px; } }

.news-card {
  position: relative;
  z-index: 0;
  display: flex;
  flex-direction: column; }
  .news-card::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    bottom: 0;
    right: 40px;
    transition: box-shadow 0.2s ease-in-out; }
  .news-card:hover::before {
    box-shadow: 15px 0 75px 0 rgba(78, 132, 172, 0.6); }
  .news-card--blue .news-card__info {
    color: #fff;
    background: linear-gradient(315deg, transparent 30px, #2880c1 30px); }
  .news-card--blue .news-card__picture {
    background: #2880c1; }
  .news-card--blue .news-card__date {
    color: #fff; }
    .news-card--blue .news-card__date svg {
      fill: #fff; }
  .news-card--blue .news-card__name {
    color: #fff; }
  .news-card--wide .news-card__picture {
    position: relative; }
  .news-card--wide .news-card__name {
    max-width: 350px; }

.news-card__picture {
  display: block;
  background: #fff;
  position: relative; }
  .news-card__picture::before {
    content: "";
    display: block;
    padding-top: 86%; }
  .news-card__picture img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    font-family: 'object-fit: cover;'; }

.news-card__info {
  display: flex;
  flex-direction: column;
  padding: 16px 30px 26px 20px;
  background: linear-gradient(315deg, transparent 30px, #fff 30px);
  flex-grow: 1;
  min-height: 152px; }

.news-card__date {
  margin-bottom: 16px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 18px;
  position: relative;
  color: #000; }
  .news-card__date svg {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #2582c4; }

.news-card__name {
  display: block;
  margin-top: auto;
  font-size: 16px;
  line-height: 19px;
  font-weight: 600;
  color: #333333; }

@media (min-width: 768px) {
  .news-card__picture::before {
    padding-top: 90.2%; }
  .news-card--wide .news-card__picture::before {
    padding-top: 42.3%; }
  .news-card--wide .news-card__info {
    padding: 16px 25px 23px; }
  .news-card--wide .news-card__name {
    font-size: 18px;
    line-height: 24px; } }

.header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 60px;
/*  transition: top 1s linear;*/
  transition: top 0.3s linear;
}
  .header.fixed .header__nav-wrapper {
    top: 60px; }

.header.up {
 /* top: -100%;*/
  top: -102px;
}
/*
.header:not(.fixed) {
  transition: top 1s linear;
}*/

.header {
  height: 102px;
  position: relative;
  z-index: 10;
  box-shadow: 0 5px 20px 0 rgba(57, 80, 96, 0.13);
  background: #fff; }

.js-nav-placeholder {
  height: 102px; }

.header__inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  height: 100%; }

.header__menu-toggle-button {
  margin-left: auto;
  position: relative;
  left: 12px; }

.header__logo {
  display: inline-block;
  max-width: 100%; }
  .header__logo svg {
    max-width: 100%;
    height: auto; }

.header__logo-icon-small {
  display: none; }

.header__nav-list,
.header__nav-sub-list {
  display: block;
  list-style: none;
  margin: 0;
  padding: 0; }

.header__nav-sub-list {
  margin: 0 auto;
  padding: 10px 20px 16px;
  position: relative; }

.header__nav-list {
  padding-top: 6px;
  padding-bottom: 12px; }

.header__nav-item {
  position: relative; }

.header__menu-arrow-btn-wrapper {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
  .header__menu-arrow-btn-wrapper .menu-arrow-btn {
    position: absolute;
    right: 20px;
    top: 4px;
    transform-origin: center center; }
    .header__menu-arrow-btn-wrapper .menu-arrow-btn.active {
      top: 3px; }

.header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 12px 20px 11px;
  margin-right: auto;
  margin-left: auto;
  height: 100%;
  font-size: 16px;
  line-height: 20px;
  color: #000;
  font-weight: 600; }

@media (min-width: 576px) {
  .header__nav-link {
    max-width: 540px; } }

@media (min-width: 768px) {
  .header__nav-link {
    max-width: 720px; } }

.header__nav-sub-link {
  display: inline-block;
  padding: 9px 0;
  font-size: 16px;
  line-height: 20px;
  color: #333333; }

.header__phone {
  display: inline-block;
  margin-bottom: 16px;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #000; }

.header__callback-btn {
  padding: 17px 20px 20px;
  width: 100%; }

.header__logo-wrapper {
  width: 185px;
  padding-right: 15px; }

.header__nav-wrapper {
  display: flex;
  flex-direction: column;
  position: fixed;
  top: 102px;
  bottom: 0;
  left: 0;
  right: 0;
  background: #f2f9fc;
  overflow-y: auto; }

.header__contacts {
  padding-top: 18px;
  order: -1;
  display: flex;
  flex-direction: column;
  align-items: center; }

.header__search-block {
  border-top: 1px solid #e0e8ec;
  border-bottom: 1px solid #e0e8ec; }

.header__search-wrapper {
  position: relative; }

.header__search-wrapper {
  width: 100%;
  padding-right: 20px;
  padding-left: 20px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .header__search-wrapper {
    max-width: 540px; } }

@media (min-width: 768px) {
  .header__search-wrapper {
    max-width: 720px; } }

.header__search-btn {
  display: none !important; }

.header__search {
  position: relative;
  font-size: 0;
  transition: opacity .2s ease-in-out; }

.header__search-form-btn {
  width: 40px;
  display: inline-block;
  vertical-align: middle; }
  .header__search-form-btn::before {
    background: #39505f;
    background: #c6cdd1; }

.header__search-input {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  background: none;
  padding: 23px 0 26px 0;
  border: none;
  width: calc(100% - 40px);
  font-size: 16px;
  line-height: 16px;
  color: #333333;
  transition: border-color 0.15s ease-in, box-shadow 0.15s ease-in; }
  .header__search-input:focus {
    outline: none;
    border-color: #196fae; }

.header__nav,
.header__contacts,
.header__search-block {
  flex-grow: 0;
  flex-shrink: 0; }

.header__sub-list-wrapper {
  padding-top: 9px;
  padding-bottom: 10px;
  background: #e0f2ff; }

@media (min-width: 576px) {
  .header__callback-btn {
    width: 320px; } }

@media (min-width: 992px) {
  .header.fixed .header__logo-wrapper {
    width: 50px; }
  .header.fixed .header__logo-icon-small {
    display: block; }
  .header.fixed .header__logo-icon {
    display: none; }
  .header.fixed .header__search-block {
    width: 60px; }
  .header.fixed .header__nav-wrapper {
    width: calc(100% - 50px);
    top: auto; }
  .header.fixed .header__nav {
    width: calc(70% - 30px); }
  .header.fixed .header__contacts {
    width: calc(30% - 30px);
    padding-right: 0;
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-self: stretch; }
  .header.fixed .header__search-wrapper {
    margin-left: auto;
    margin-right: auto; }
  .header.fixed .header__contacts > div {
    width: calc(100% - 100px);
  }
  .header.fixed .header__contacts > div .header__phone {
    width: 100%;
  }
  .header.fixed .header__phone {
    width: calc(100% - 100px);
    margin: 0;
    font-size: 12px; }
  .header.fixed .header__callback-btn {
    font-size: 9px;
    width: 100px;
    align-self: stretch;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0;
    padding: 10px 10px 11px; }
  .header.fixed .header__sub-list-wrapper::before {
    height: 20px; }
  .header.fixed .header__nav-link {
    padding: 0 8px; }
  .header__search-form-btn::before {
    background: #39505f; }
  .header__search-form-btn:hover svg {
    fill: #fff; }
  .header__callback-btn {
    padding: 10px 20px 11px;
    width: auto; }
  .header__search {
    position: absolute;
    z-index: 2;
    opacity: 0;
    pointer-events: none;
    right: 0;
    top: 0;
    width: 400px;
    font-size: 0;
    transition: opacity .2s ease-in-out; }
  .header__search.active {
    opacity: 1;
    pointer-events: all; }
  .header__nav {
    width: 77%;
    padding-right: 15px;
    -ms-grid-row-align: stretch;
        align-self: stretch; }

  .header__nav > div {
    height: 100%;
  }
  .header__nav-list {
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
    align-items: center;
    height: 100%; }
  .header__menu-toggle-button {
    display: none; }
  .header__logo-wrapper {
    width: 16%; }
  .header__menu-arrow-btn-wrapper {
    display: none; }
  .header__nav-sub-list {
    padding: 0 15px;
    margin: 0 auto;
    background: none;
    position: static; }
    .header__nav-sub-list::before {
      display: none; }
  .header__sub-list-wrapper {
    padding: 0;
    opacity: 0;
    display: block !important;
    pointer-events: none;
    z-index: -100;
    box-shadow: inset -10px 8px 15px 0 rgba(57, 80, 96, 0.13);
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    background: #eef6f9;
    transition: opacity 0.15s ease-in; }
    .header__sub-list-wrapper::before {
      content: "";
      position: absolute;
      bottom: 100%;
      height: 35px;
      left: 0;
      right: 0; }
  .header__nav-item:hover .header__sub-list-wrapper {
    opacity: 1;
    pointer-events: all;
    z-index: 1; }
  .header__nav-wrapper {
    display: flex !important;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: center;
    align-self: stretch;
    position: static;
    width: 84%;
    background: none;
    overflow: visible; }
  .header__nav-item {
    position: static;
    -ms-grid-row-align: stretch;
        align-self: stretch; }
    .header__nav-item.active .header__nav-link::before, .header__nav-item.active .header__nav-link::after {
      width: 100%; }
    .header__nav-item:hover .header__nav-link::before, .header__nav-item:hover .header__nav-link::after {
      width: 100%;
      transition-duration: .20s; }
  .header__nav-link {
    padding: 0 10px;
    margin: 0;
    font-size: 13px;
    line-height: 17px;
    font-weight: 400; }
    .header__nav-link:hover {
      color: #000; }
    .header__nav-link::before, .header__nav-link::after {
      content: "";
      width: 0;
      height: 6px;
      background-color: #196fae;
      will-change: width;
      transition: width .05s ease-out;
      position: absolute;
      bottom: -1px; }
    .header__nav-link::before {
      left: 50%;
      transform: translateX(-50%) translateX(5px); }
    .header__nav-link::after {
      right: 50%;
      transform: translateX(50%); }
  .header__nav-sub-list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: none; }
  .header__nav-sub-item {
    margin-right: 25px; }
  .header__nav-sub-link {
    padding: 29px 0;
    font-size: 13px;
    line-height: 17px;
    color: #000; }
    .header__nav-sub-link:hover {
      color: #2582c4; }
  .header__contacts {
    order: 0;
    width: 18%;
    padding-top: 0;
    padding-right: 15px; }
  .header__search-block {
    width: 5%;
    border-top: none;
    border-bottom: none; }
  .header__search-wrapper {
    height: 40px;
    width: 40px;
    padding: 0;
    margin: 0;
    max-width: none;
    margin-left: auto; }
  .header__search-btn {
    display: inline-block !important; }
  .header__phone {
    margin: 6px 0;
    display: inline-block;
    font-size: 13px;
    line-height: 17px;
    letter-spacing: 0.5px; }
  .header__callback-btn {
    margin: 6px 0;
    width: 100%; }
  .header__search-input {
    position: relative;
    left: 20px;
    display: inline-block;
    vertical-align: middle;
    padding: 10px 15px 10px 10px;
    background: #fff;
    border: 1px solid #c5ced3;
    width: calc(100% - 40px);
    font-size: 14px;
    line-height: 14px;
    transition: border-color 0.15s ease-in, box-shadow 0.15s ease-in; }
    .header__search-input:focus {
      outline: none;
      border-color: #196fae; } }

@media (min-width: 1230px) {
  .header.fixed .header__nav {
    width: calc(66.5% - 30px); }
  .header.fixed .header__contacts {
    width: calc(33.5% - 30px); }
  .header.fixed .header__callback-btn {
    font-size: 11px;
    width: 159px; }
  .header.fixed .header__contacts > div {
    width: calc(100% - 159px);
  }
  .header.fixed .header__contacts > div .header__phone {
    width: 100%;
  }
  .header.fixed .header__phone {
    font-size: 16px;
    width: calc(100% - 159px); }
  .header.fixed .header__nav-link {
    padding: 0 10px; }
  .header__sub-list-wrapper::before {
    height: 50px; }
  .header__logo-wrapper {
    width: 18%; }
  .header__nav-wrapper {
    width: 82%; }
  .header__nav {
    width: 77%; }
  .header__nav-link {
    font-size: 16px;
    line-height: 20px; }
  .header__phone {
    font-size: 16px;
    line-height: 20px; }
  .header__callback-btn {
    width: 144px; }
  .header {
    height: 129px; }
  .header.up {
    top: -129px;
  }
  .js-nav-placeholder {
    height: 129px; }
  .header__nav-sub-link {
    padding: 29px 0;
    font-size: 16px;
    line-height: 20px; } }

@media (min-width: 1470px) {
  .header__logo-wrapper {
    width: 24.5%; }
  .header__nav-wrapper {
    width: 75.5%; }
  .header__nav {
    width: 60.5%;
    width: 80%; }
  .header__contacts {
    width: 11.5%;
    width: 15%;
    padding-right: 0; }
  .header__search-block {
    width: 3.5%;
    width: 5%; }
  .header.fixed .header__nav {
    width: calc(70% - 30px); }
  .header.fixed .header__contacts {
    width: calc(30% - 30px); } }

.footer__top {
  background: #395060; }

.footer__bottom {
  background: #4b6170; }

.footer__top-inner {
  display: flex;
  flex-direction: column;
  padding: 33px 20px 41px; }

.footer__nav {
  display: flex;
  flex-wrap: wrap; }

.footer__nav-list {
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  width: 50%;
  padding-right: 15px;
  margin-bottom: 29px; }
  .footer__nav-list:first-of-type {
    width: 100%;
    padding-right: 0; }

.footer__nav-item {
  margin-bottom: 8px; }

.footer__nav-link {
  display: inline-block;
  padding: 4px 0;
  color: #d7e3ec;
  font-size: 14px;
  line-height: 18px; }

.footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  order: 1; }

.footer__social-item {
  position: relative;
  display: block;
  opacity: 0.5;
  width: 41px;
  height: 41px;
  margin: 0 17px 17px; }
  .footer__social-item:first-of-type {
    margin-left: 0; }
  .footer__social-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 100%;
    height: auto;
    transform: translate(-50%, -50%); }

.footer__contacts {
  font-size: 14px;
  line-height: 20px;
  margin-bottom: 24px; }

.footer__address,
.footer__contacts > p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 14px;
  line-height: 20px;
  color: #fff; }

.footer__phone > a {
  display: inline-block;
  vertical-align: middle;
  color: #fff; }

.footer__phone {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 28px;
  color: #fff; }

.footer__copyrights {
  text-align: center;
  color: #8a959c;
  margin-bottom: 30px; }
  .footer__copyrights p {
    margin: 0;
    font-size: 14px;
    line-height: 20px; }

.footer__dev {
  width: 115px;
  display: inline-flex;
  justify-content: flex-end;
  align-items: center; }

.footer__dev-text {
  color: #888e91;
  font-size: 10px;
  line-height: 14px;
  margin-right: 9px;
  text-transform: uppercase;
  text-align: right; }
  .footer__dev-text span {
    display: block;
    font-size: 12px; }

.footer__dev-logo {
  width: 54px;
  height: 53px;
  display: inline-block;
  vertical-align: middle;
  background: #435a6a;
  position: relative; }
  .footer__dev-logo:hover svg {
    fill: #fff; }
  .footer__dev-logo svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    fill: #808a91;
    transition: 0.15s ease-in; }

.footer__bottom-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  padding-top: 35px;
  padding-bottom: 35px; }

@media (min-width: 576px) {
  .footer__nav {
    margin: 0 -15px; }
  .footer__nav-list {
    width: 33.3333%;
    padding: 0 15px; }
    .footer__nav-list:first-of-type {
      width: 33.3333%;
      padding-right: 15px; } }

@media (min-width: 768px) {
  .footer__bottom-inner {
    align-items: center;
    flex-direction: row;
    padding-top: 16px;
    padding-bottom: 19px; }
  .footer__copyrights {
    padding-right: 15px;
    margin-bottom: 0;
    text-align: left;
    width: calc(100% - 115px); } }

@media (min-width: 992px) {
  .footer__dev {
    display: flex;
    text-align: right; }
  .footer__nav-link {
    transition: color 0.15s ease-in; }
    .footer__nav-link:hover {
      color: #fff; }
  .footer__social-item {
    transition: opacity 0.15s ease-in; }
    .footer__social-item:first-of-type {
      margin-left: 0; }
    .footer__social-item:hover {
      opacity: 1; }
  .footer__top-inner {
    flex-direction: row;
    padding: 30px 0 20px; }
  .footer__nav {
    width: 50%;
    display: flex;
    flex-wrap: wrap;
    margin: 0; }
  .footer__nav > div {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
  }
  .footer__social {
    width: 25%;
    padding: 0 15px;
    padding-top: 7px;
    order: 0;
    justify-content: flex-end; }
  .footer__social > div {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    align-items: flex-start;
  }
  .footer__contacts {
    width: 25%;
    padding: 0 15px;
    padding-top: 4px;
    margin-bottom: 0; }
  .footer__nav-list {
    margin: 0; } }

@media (min-width: 1230px) {
  .footer__social {
    width: 29.5%;
    padding-right: 35px; }
  .footer__contacts {
    width: 20.5%; } }

@media (min-width: 1470px) {
  .footer__social {
    width: 25%;
    padding-right: 90px; }
  .footer__contacts {
    width: 25%; } }

.promo {
  position: relative;
  z-index: 0; }

.promo__item {
  position: relative;
  z-index: 0;
  padding-bottom: 92px;
  padding-top: 77px; }

.promo__item-bg {
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
  width: 100%;
  height: 100%; }

.promo__item-inner {
  height: 100%; }

.promo__item-info > *:last-child {
  margin-bottom: 0; }

.promo__item-title {
  margin: 0 0 23px;
  padding: 0;
  font-size: 22px;
  line-height: 29px;
  font-weight: bold;
  color: #fff;
  overflow: hidden; }
  .promo__item-title a {
    color: #fff;
    transition: color 0.15s ease-in; }
    .promo__item-title a:hover {
      color: #d7e3ec; }

.promo__item-descr {
  margin: 0 0 52px;
  font-size: 14px;
  line-height: 18px;
  color: #fff;
  overflow: hidden; }

.promo__item-btn {
  min-width: 137px;
  padding: 9px 20px 9px;
  font-size: 8px;
  line-height: 12px;
  letter-spacing: 2.3px; }

.promo__item-picture {
  position: relative;
  margin-bottom: 26px; }
  .promo__item-picture::before {
    content: "";
    display: block;
    padding-top: 50.1%; }
  .promo__item-picture img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    height: auto; }

@media (min-width: 768px) {
  .promo__item-btn {
    padding: 17px 20px 16px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 3.5px; } }

.promo__slider-dots {
  margin: 0;
  position: absolute;
  bottom: 27px;
  left: 0;
  right: 0;
  padding: 0;
  list-style: none;
  margin-left: auto;
  display: flex;
  justify-content: center; }
  .promo__slider-dots button {
    display: none; }
  .promo__slider-dots li {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer; }
    .promo__slider-dots li::after {
      content: "";
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fff;
      transition: background 0.2s ease-in; }
    .promo__slider-dots li.slick-active::after, .promo__slider-dots li.active::after {
      background: #98d6ff; }

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

@media (min-width: 768px) {
  .promo__item {
    height: 610px;
    padding-bottom: 0;
    padding-top: 0; }
  .promo__item-title {
    max-height: 320px;
    font-size: 24px;
    line-height: 36px;
    margin: 0 0 44px; }
  .promo__item-descr {
    margin: 0 0 88px;
    font-size: 18px;
    line-height: 22px;
    max-height: 70px; }
  .promo__item-inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 0; }
  .promo__item-info {
    width: 41.6666%;
    padding: 0 20px; }
  .promo__item-picture {
    width: calc(58.3333% - 40px);
    margin: 0 20px 48px;
    order: 1; }
  .promo__item-btn {
    min-width: 232px; }
  .promo__slider-dots {
    top: 100%;
    padding-top: 28px; } }

@media (min-width: 992px) {

  .promo__item-info {
    padding: 0 15px; }
  .promo__item-picture {
    width: calc(58.3333% - 30px);
    margin: 0 15px 48px;}
  .promo__item {
    height: 828px;
    padding-bottom: 176px; }
  .promo__item-title {
    font-size: 28px;
    line-height: 40px;
    max-height: 320px; }
  .promo__item-descr {
    max-height: 72px;
    font-size: 20px;
    line-height: 24px; } }

@media (min-width: 1230px) {
  .promo__item-title {
    margin: 0 0 44px;
    font-size: 37px;
    line-height: 49px;
    max-height: 294px; }
  .promo__item-info {
    width: 33.3333%;
    transform: translateY(-15px); }
  .promo__item-picture {
    width: calc(66.6666% - 30px);
    transform: translateY(40px);
    margin: 0 15px 38px; }
    .promo__item-picture::before {
      padding-top: 52.7%; }
  .promo__slider-dots {
    padding-top: 18px; } }

@media (min-width: 1470px) {
  .promo__item-info {
    width: 41.6666%; }
  .promo__item-picture {
    width: calc(58.3333% - 30px); }
    .promo__item-picture::before {
      padding-top: 50.1%; }
  .promo__item-title {
    margin: 0 0 28px; } }

.c-features {
  background: #f4f9fc; }
  .c-features--section {
    background: #f2f9fc url("../img/features-block-bg-min.jpg") no-repeat 0 0;
    background-size: 100% auto; }

.c-features__item {
  position: relative;
  z-index: 0;
  padding: 67px 0 59px;
  border-bottom: 1px solid #dbeaf0; }
  .c-features__item:last-of-type {
    border-bottom: none; }

.c-features__picture {
  padding: 0 42px;
  margin-bottom: 35px; }
  .c-features__picture img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.c-features__title {
  margin: 0 0 17px;
  padding: 0;
  font-size: 24px;
  line-height: 28px;
  font-weight: bold;
  color: #395060; }

.c-features__text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 20px; }

@media (min-width: 576px) {
  .c-features__text {
    line-height: 24px; }
  .c-features__title {
    margin: 0 0 23px; } }

@media (min-width: 992px) {
  .c-features {
    margin-top: -176px;
    background: none; }
    .c-features--section {
      margin-top: 0; }
      .c-features--section .c-features__item::after {
        display: none; }
      .c-features--section .c-features__item:nth-of-type(odd) .c-features__descr {
        transform: none; }
      .c-features--section .c-features__list::after {
        content: "";
        position: absolute;
        z-index: -1;
        top: 0;
        bottom: 0;
        left: 15px;
        right: 15px;
        background: #f2f9fc url("../img/features-block-bg-min.jpg") no-repeat 0 0;
        background-size: 100% auto; }
  .c-features__text {
    max-width: 535px; }
  .c-features__list {
    padding: 0;
    position: relative; }
  .c-features__picture {
    padding: 0 15px;
    margin-bottom: 0; }
  .c-features__descr {
    padding: 0 15px; }
  .c-features__item {
    border-bottom: none;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 75px 0 80px; }
    .c-features__item::after {
      content: "";
      background: #f2f9fc;
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 0;
      left: 15px;
      right: 15px; }
    .c-features__item::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 83px;
      right: 83px;
      height: 1px;
      background: #dbeaf0; }
    .c-features__item:last-of-type::before {
      display: none; }
    .c-features__item:nth-of-type(odd) .c-features__picture {
      width: 50%; }
    .c-features__item:nth-of-type(odd) .c-features__descr {
      width: 50%;
      transform: translateX(-30px); }
    .c-features__item:nth-of-type(even) .c-features__picture {
      width: 33.3333%;
      order: 1; }
    .c-features__item:nth-of-type(even) .c-features__descr {
      width: 50%; } }

@media (min-width: 1470px) {
  .c-features__item:nth-of-type(odd) .c-features__descr {
    transform: none; } }

.c-functions {
  padding-top: 43px;
  padding-bottom: 47px; }

.c-functions__item {
  position: relative;
  z-index: 0;
  display: block;
  margin: 0 0 18px;
  padding: 21px 21px 40px;
  transition: box-shadow 0.2s ease-in-out; }
  .c-functions__item::after {
    content: "";
    position: absolute;
    z-index: -2;
    display: block;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    border: 1px solid #eeeeee;
    transition: border-color 0.2s ease-in-out; }
  .c-functions__item::before {
    content: "";
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 0;
    background: linear-gradient(to bottom right, #eeeeee 50%, transparent 50%);
    width: 48px;
    height: 48px;
    opacity: 0;
    transition: opacity 0.2s ease-in-out; }

.c-functions__icon {
  position: relative;
  z-index: 0;
  height: 86px;
  margin-bottom: 86px;
  overflow: hidden; }
  .c-functions__icon::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 68px;
    height: 68px;
    background: #c9e8fb;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center center; }
  .c-functions__icon svg {
    fill: #39505f;
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 70px;
    transform: translateY(-50%); }

.c-functions__name {
  font-size: 18px;
  line-height: 22px;
  font-weight: 700;
  color: #395060; }

@media (min-width: 768px) {
  .c-functions {
    padding-top: 62px;
    padding-bottom: 50px; }
  .c-functions__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px; }
  .c-functions__item {
    width: calc(33.3333% - 20px);
    margin: 0 10px 20px;
    padding: 21px 21px 40px; }
  .c-functions__icon {
    margin-bottom: 50px; } }

@media (min-width: 992px) {
  .c-functions {
    padding-top: 72px;
    padding-bottom: 50px; }
  .c-functions__list {
    margin: 0 -15px; }
  .c-functions__icon {
    height: 125px; }
    .c-functions__icon::before {
      width: 92px;
      height: 92px; }
    .c-functions__icon svg {
      max-width: 100%; }
  .c-functions__name {
    font-size: 20px;
    line-height: 24px; }
  .c-functions__item {
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px;
    padding: 30px 30px 58px; }
    .c-functions__item:hover {
      box-shadow: 0 0 62px 0 rgba(78, 132, 172, 0.17); }
      .c-functions__item:hover::before {
        opacity: 1; }
      .c-functions__item:hover::after {
        border-color: transparent; } }

@media (min-width: 1230px) {
  .c-functions__item {
    padding: 30px 30px 58px; }
  .c-functions__icon {
    margin-bottom: 112px; }
  .c-functions__name {
    font-size: 22px;
    line-height: 28px; } }

@media (min-width: 1470px) {
  .c-functions__item {
    padding: 30px 30px 70px; }
  .c-functions__icon {
    margin-bottom: 98px; } }

.clients-gallery {
  padding-top: 42px;
  padding-bottom: 47px;
  background: #2880c1;
  overflow: hidden; }

.clients-gallery__title {
  margin: 0 0 15px;
  padding: 0;
  text-align: center;
  width: 100%;
  font-size: 26px;
  line-height: 30px;
  font-weight: bold;
  color: #fff; }
  .clients-gallery__title a {
    color: #fff; }

.clients-gallery__inner {
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center; }

.clients-gallery__slider {
  padding: 0 15px;
  width: 66.6666%;
  margin: 0 auto; }

.clients-gallery__btn {
  width: 16.6666%; }

.clients-gallery__item {
  position: relative;
  display: inline-block;
  overflow: hidden; }
  .clients-gallery__item::before {
    content: "";
    display: block;
    padding-top: 65%; }
  .clients-gallery__item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 75%; }

@media (min-width: 768px) {
  .clients-gallery {
    padding-top: 44px;
    padding-bottom: 70px; }
  .clients-gallery__title {
    margin: 0 0 58px;
    font-size: 32px;
    line-height: 36px; }
  .clients-gallery__item::before {
    padding-top: 55%; } }

@media (min-width: 992px) {
  .clients-gallery__slider {
    width: 83.3333%; }
  .clients-gallery__btn {
    width: calc(8.3333% - 30px);
    margin: 0 15px; } }

@media (min-width: 1230px) {
  .clients-gallery__title {
    font-size: 36px;
    line-height: 40px;
    margin: 0 0 42px; }
  .clients-gallery__btn--prev {
    transform: translateX(-12px); }
  .clients-gallery__btn--next {
    transform: translateX(12px); } }

@media (min-width: 1470px) {
  .clients-gallery__title {
    margin: 0 0 35px; }
  .clients-gallery__btn {
    width: calc(8.3333% - 30px); }
    .clients-gallery__btn--prev {
      transform: translateX(-36px); }
    .clients-gallery__btn--next {
      transform: translateX(36px); }
  .clients-gallery__slider {
    width: 73%; } }

.info-config {
  padding-top: 51px;
  padding-bottom: 59px;
  overflow: hidden; }

.info-config__title {
  margin-bottom: 37px; }
  .info-config__title a {
    color: #000; }

.info-config__gallery-wrapper {
  text-align: center; }
.c-overlay {
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  opacity: 0;
  visibility: hidden;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 1;
}
.c-overlay.active {
  opacity: 1;
  visibility: visible;
}
.info-config__gallery-item {
  position: relative; }
  .info-config__gallery-item img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }
  .info-config__gallery-item:focus {
    outline: none; }

.info-config__btn {
  display: inline-block;
  vertical-align: middle;
  flex-shrink: 0;
  flex-grow: 1;
  margin: 0 17px; }
  .info-config__btn svg {
    fill: #39505f; }
.info-config__btn:hover svg {
  fill: #39505f;
}
.info-config__controls {
  display: none; }

.info-config__select-wrapper {
  margin-bottom: 28px;
  background: #f2f9fc;
  border-bottom: 2px solid #4f7fbd; }

.info-config__select {
  display: flex;
  justify-content: center; }

.info-config__gallery {
 margin-bottom: 15px;
 flex-shrink: 0;
 flex-grow: 1;
 visibility: hidden;
 position: relative;
 height: 195px;
}
.js-config-gallery.slick-initialized {
  visibility: visible;
}
.info-config__gallery .slick-list,
.info-config__gallery .slick-track {
  height: 100%; }
.info-config__gallery-item {
height: 100%; }
@media(min-width: 500px) {
  .info-config__gallery {
    height: 345px;
  }
}
@media(min-width: 576px) {
 /* .info-config__gallery {

  }*/
}
@media (min-width: 768px) {
  .info-config__gallery {
    margin-bottom: 0;
    height: 440px;
    width: 83.3333%;
    padding: 0 15px; }
  .info-config {
    padding-top: 62px;
    padding-bottom: 50px; }
  .info-config__title {
    margin: 0 0 52px; }
  .info-config__gallery-wrapper {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0; }
  .info-config__btn {
    margin: 0;
    width: 8.3333%; }
    .info-config__btn:hover svg {
      fill: #1169b6; }
    .info-config__btn--next {
      transform: translate(0, -30px); }
    .info-config__btn--prev {
      order: -1;
      transform: translate(0, -30px); }
  .info-config__select-wrapper {
    display: none; }
  .info-config__controls {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 auto 40px; }
  .info-config__controls-item {
    display: block;
    padding: 10px 0 9px;
    margin: 0 16px;
    font-size: 18px;
    line-height: 22px;
    color: #000;
    border-bottom: 2px solid transparent; }
    .info-config__controls-item.active {
      border-bottom-color: #2880c1; } }

@media (min-width: 992px) {
  .info-config {
    padding-top: 73px;
    padding-bottom: 51px; }
  .info-config__gallery {
    height: 530px; }
  .info-config__btn--next {
    transform: translate(14px, -30px); }
  .info-config__btn--prev {
    transform: translate(-14px, -30px); } }

@media (min-width: 1230px) {
  .info-config__gallery {
    height: 580px; }
  .info-config__controls {
    max-width: 990px;
    margin: 0 auto 65px; }
  .info-config__btn--next {
    transform: translate(24px, -30px); }
  .info-config__btn--prev {
    transform: translate(-24px, -30px); } }

@media (min-width: 1470px) {
  .info-config__controls {
    margin: 0 auto 20px; }
  .info-config__btn--next {
    transform: translate(33px, -30px); }
  .info-config__btn--prev {
    transform: translate(-33px, -30px); } }

.news-preview {
  padding-top: 32px;
  padding-bottom: 40px;
  background: #e0f2ff; }

.news-preview__title {
  margin-bottom: 36px; }

.news-preview__item {
  max-width: 280px;
  margin: 0 auto 27px; }

@media (min-width: 768px) {
  .news-preview {
    padding-top: 60px;
    padding-bottom: 40px; }
  .news-preview__title {
    margin: 0 0 58px;
    font-size: 32px;
    line-height: 36px; }
  .news-preview__item {
    max-width: none;
    margin: 0 0 27px; }
  .news-preview__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .news-preview__item {
    width: calc(50% - 30px);
    margin: 0 15px 35px; }
    .news-preview__item--wide {
      width: calc(100% - 30px); } }

@media (min-width: 992px) {
  .news-preview__item {
    width: calc(25% - 30px);
    margin: 0 15px 35px; }
    .news-preview__item--wide {
      width: calc(50% - 30px); }
  .news-preview {
    padding-top: 70px;
    padding-bottom: 50px; } }

@media (min-width: 1230px) {
  .news-preview {
    padding-top: 82px;
    padding-bottom: 61px; }
    .news-preview--main-p {
      padding-top: 87px;
      padding-bottom: 67px; }
  .news-preview__title {
    font-size: 36px;
    line-height: 40px; } }

@media (min-width: 1470px) {
  .news-preview__inner {
    padding: 0; }
  .news-preview__list {
    max-width: 1200px;
    margin: 0 auto; } }

.news-detail {
  padding-top: 10px;
  padding-bottom: 50px; }

.news-detal__btn {
  display: block;
  margin: 45px auto 0;
  width: 240px; }
.page-back {
  padding-bottom: 45px;
}

@media (min-width: 1230px) {
  .news-detail {
    padding-top: 0;
    padding-bottom: 70px;
    max-width: 83.3333%;
    margin: 0 auto; }
  .news-detail > img {
    margin-top: 49px;
    margin-bottom: 61px; }
  .news-detal__btn {
    margin: 68px auto 0; }
  .page-back {
    padding-bottom: 68px;
  } }

.c-components {
  padding-top: 45px;
  padding-bottom: 45px; }

.c-components__list {
  margin: 0;
  padding: 0;
  list-style: none; }

.c-components__item {
  display: flex;
  align-items: center;
  min-height: 50px;
  padding: 0 0 0 50px;
  margin-bottom: 22px;
  color: #333333;
  font-size: 16px;
  line-height: 24px;
  background: url("../img/file-icon.svg") no-repeat 0 center;
  background-size: 28px 34px; }

@media (min-width: 768px) {
  .c-components {
    padding-top: 60px;
    padding-bottom: 50px; }
  .c-components__list {
    margin: 0 -15px;
    display: flex;
    flex-wrap: wrap;
    list-style: none; }
  .c-components__item {
    width: calc(50% - 30px);
    margin: 0 15px 22px; } }

@media (min-width: 1230px) {
  .c-components__item {
    padding: 0 6% 0 50px; }
  .c-components {
    padding-top: 89px;
    padding-bottom: 59px; } }

.features-line {
  background: #1e75b6; }

.features-line__inner {
  position: relative;
  padding: 0;
  padding-top: 50px;
  padding-bottom: 20px;
  z-index: 0; }

.features-line__item {
  display: block;
  margin-bottom: 50px; }

.features-line__name {
  font-weight: bold;
  font-size: 17px;
  line-height: 21px;
  color: #fff;
  text-align: center; }

.features-line__pic {
  position: relative;
  margin-bottom: 23px;
  height: 93px; }
  .features-line__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

@media (min-width: 768px) {
  .features-line__inner {
    /*padding-top: 100px;
    padding-bottom: 103px;*/
    padding-top: 60px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around; }
  .features-line__item {
    padding: 0 15px;
    width: 33.3333%; } }

@media (min-width: 992px) {
  .features-line {
    background: none; }
  .features-line__inner {
    position: relative;
    /*     margin: 0 -15px; */
    z-index: 0; }
    .features-line__inner::before {
      content: "";
      position: absolute;
      z-index: -2;
      top: 0;
      bottom: 0;
      left: 15px;
      right: 15px;
      background: linear-gradient(315deg, transparent 43px, #1e75b6 43px); }
    .features-line__inner::after {
      content: "";
      position: absolute;
      z-index: -1;
      top: 0;
      bottom: 70px;
      left: 15px;
      right: 15px;
      background: linear-gradient(#196fae, transparent); }
  .features-line__name {
    font-size: 18px;
    line-height: 22px; } }

@media (min-width: 1230px) {
  .features-line__item {
    display: block;
    padding: 0 15px;
    width: 25%; }
    .features-line__item:nth-of-type(2) {
      /*width: 33.3333%;*/ } }

.text-section {
  padding-top: 33px;
  padding-bottom: 30px; }

.text-section__col p {
  margin: 0 0 20px;
  padding: 0;
  font-size: 16px;
  line-height: 26px; }

.text-section__title {
  width: 100%;
  padding: 0 15px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .text-section {
    padding-top: 50px;
    padding-bottom: 60px; }
  .text-section__title {
    margin-bottom: 45px; } }

@media (min-width: 992px) {
  .text-section {
    display: flex;
    flex-wrap: wrap;
    padding: 50px 0 60px; }
  .text-section__col {
    padding: 0 15px;
    width: 50%; } }

@media (min-width: 1230px) {
  .text-section {
    padding: 73px 0 86px; }
  .text-section__title {
    font-size: 35px;
    margin-bottom: 48px; } }

.arch {
  padding-top: 53px;
  padding-bottom: 53px;
  background: #f2f9fc; }

.arch__title {
  margin-bottom: 28px; }

@media (min-width: 1230px) {
  .arch__title {
    margin-bottom: 28px;
    text-align: center;
    font-size: 35px;
    line-height: 39px; } }
.c-video {
  padding-top: 50px;
  padding-bottom: 50px;
  background: #fff url("../img/video-bg.svg") no-repeat center center;
  background-size: cover; }

.c-video__item {
  position: relative; }
  .c-video__item img {
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    font-family: 'object-fit: cover;';
    width: 100%;
    height: 100%; }
  .c-video__item::before {
    content: "";
    display: block;
    padding-top: 53.2%; }

.c-video__play-btn {
  position: absolute;
  z-index: 1;
  top: 50%;
  left: 50%;
  margin-top: -28px;
  margin-left: -28px; }

@media (min-width: 768px) {
  .c-video__play-btn {
    margin-top: -42px;
    margin-left: -42px; } }

@media (min-width: 992px) {
  .c-video {
    padding-top: 118px;
    padding-bottom: 120px; } }

@media (min-width: 1230px) {
  .c-video__item {
    max-width: 908px;
    margin: 0 auto; } }

.fixed-video {
  background: #000;
  position: fixed;
  left: 100%;
  top: 0;
  bottom: 0;
  width: 100%;
  transition: left 0.3s ease-out;
  z-index: 1000; }

.fixed-video.active {
  left: 0; }

.fixed-video .video-container {
  height: 100%;
  width: 100%; }

.fixed-video .video-container iframe {
  height: 100% !important;
  width: 100% !important; }

.fixed-video__close-btn {
  position: absolute;
  right: 15px;
  top: 15px; }

.c-modal {
  max-width: none; }
  .c-modal .form-block {
    padding: 80px 0; }

.c-modal__close-btn {
  position: absolute;
  right: 0;
  top: 0;
  z-index: 1; }
.c-modal__text {
  font-size: 20px;
  line-height: 24px;
  margin: 0 0 60px;
  text-align: center;
}
.c-modal__body {
  padding: 80px 0;
}
.modal-backdrop {
  background: url("../img/form-block-bg-min.jpg") no-repeat center center;
  background-size: cover; }

.modal-backdrop.show {
  opacity: 1; }

@media (min-width: 992px) {
  .c-modal {
    min-height: 100%;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
    align-items: center; }
  .c-modal__close-btn {
    right: 62px;
    top: 22px; } }

.modal-content {
  background: none;
  border: none;
  border-radius: 0; }

.modal-dialog {
  margin: 0; }

.modal {
  padding-right: 0 !important; }

@media (min-width: 1230px) {
  .c-modal__inner {
    padding: 0; } }

.c-form {
  display: block; }

.c-form__input-group {
  display: block;
  width: 100%;
  margin-bottom: 47px;
  position: relative;
  color: #395060; }
  .c-form__input-group--req::before {
    content: "*";
    width: 14px;
    height: 14px;
    font-size: 14px;
    line-height: 14px;
    color: #2880c1;
    position: absolute;
    right: 3px;
    top: 10px; }
  .c-form__input-group.error {
    color: #ef2626; }
    .c-form__input-group.error .c-form__input {
      border-color: #ef2626; }

.c-form__input {
  width: 100%;
  border-radius: 0;
  padding: 4px 30px 4px 2px;
  border: none;
  border-bottom: 2px solid #9ba6ad;
  transition: border-color 0.15s ease-in;
  background: none; }
  .c-form__input:focus {
    outline: none;
    border-color: #2880c1; }
  .c-form__input--textarea {
    resize: none;
    height: 123px; }

.c-form__mess,
.c-form__input-label {
  position: absolute;
  top: 4px;
  left: 2px; }

.c-form__input-label,
.c-form__input {
  font-size: 16px;
  line-height: 18px;
  font-weight: 400; }

.c-form__mess {
  left: auto;
  right: 30px;
  font-size: 14px;
  line-height: 18px;
  opacity: 0;
  pointer-events: none; }

.c-form__input-group.error .c-form__mess.active {
  opacity: 1; }

.c-form__input-label {
  pointer-events: none;
  transition: opacity 0.15s linear; }
  .c-form__input-label.active {
    opacity: 0; }

.c-form__captcha-wrapper {
  position: relative;
  margin-bottom: 22px;
  margin-top: -14px;
  display: flex;
  justify-content: center; }

.c-form__captcha > div {
  transform: scale(0.83);
  transform-origin: center center; }

.c-form__captcha.error > div {
  border-color: #d10e18;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075), 0 1px 8px 1px rgba(209, 14, 24, 0.6); }

.c-form__mes-popup {
  left: 30px;
  top: -12px;
  width: 215px;
  font-size: 12px;
  line-height: 14px;
  padding: 10px 15px;
  margin: 0;
  position: absolute;
  z-index: 1;
  background: #fff;
  box-shadow: 0 2px 10px 0px rgba(0, 0, 0, 0.2);
  opacity: 0;
  pointer-events: none;
  transition: all 100ms ease-in-out; }

.c-form__mes-popup.active {
  opacity: 1;
  pointer-events: all; }

.c-form__mes-popup::before {
  content: "";
  position: absolute;
  top: 15px;
  z-index: 1;
  left: -8px;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #2880c1;
  border-top: 8px solid transparent; }

.c-form__mes-popup--captcha {
  left: 50%;
  transform: translateX(-87px);
  top: 14px; }

.c-form__submit-btn {
  display: block;
  width: 280px;
  margin: 0 auto;
  padding-top: 27px;
  padding-bottom: 26px;
  background: #2880c1; }

.c-form__check {
  margin-top: 37px; }

@media (min-width: 480px) {
  .c-form__input-label,
  .c-form__input {
    font-size: 16px;
    line-height: 18px; } }

@media (min-width: 768px) {
  .c-form__submit-btn {
    width: 302px; }
  .c-form__input-label,
  .c-form__input {
    font-size: 18px;
    line-height: 22px; }
  .c-form__mess {
    font-size: 14px;
    line-height: 22px; }
  .c-form__captcha > div {
    transform: none; }
  .c-form__mes-popup {
    width: 250px; }
  .c-form__mes-popup--captcha {
    transform: translateX(-100px);
    top: 14px; } }

.form-block {
  padding-top: 50px;
  padding-bottom: 50px; }
  .form-block--bg {
    background: url("../img/form-block-bg-min.jpg") no-repeat center center;
    background-size: cover; }

.form-block__title {
  font-size: 23px;
  margin-bottom: 40px;
  font-weight: bold;
  color: #333333;
  text-align: center; }

@media (min-width: 576px) {
  .form-block__title {
    font-size: 26px; } }

@media (min-width: 768px) {
  .form-block {
    padding-top: 64px;
    padding-bottom: 50px; }
  .form-block__title {
    font-size: 32px;
    line-height: 36px;
    margin: 0 0 43px; } }

@media (min-width: 992px) {
  .form-block__inner {
    padding: 0; }
    .form-block__inner .c-form {
      display: block;
      width: 50%;
      padding: 0 15px;
      margin: 0 auto; } }

@media (min-width: 1230px) {
  .form-block__title {
    font-size: 35px;
    line-height: 42px;
    margin: 0 0 43px; } }

.error-page {
  padding: 50px 0 50px;
  position: relative;
  z-index: 0;
  color: #395060;
  background: url("../img/error-page-bg-min.jpg") no-repeat center center;
  background-size: cover;
  min-height: 100vh;
  overflow: hidden; }

.error-page a {
  color: #2582c4; }

.error-page a:hover {
  color: #1e689b; }

.error-page p {
  margin: 0 0 9px;
  font-size: 15px;
  line-height: 20px;
  font-weight: 400; }

.error-page ul {
  display: block;
  margin: 18px 0 35px;
  padding: 0;
  list-style: none; }

.error-page ul li {
  position: relative;
  padding-left: 26px;
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 20px; }

.error-page ul li::before {
  content: "";
  position: absolute;
  top: 12px;
  left: 2px;
  width: 13px;
  height: 1px;
  background: #94c2e1; }

.error-page__content {
  position: relative;
  z-index: 0; }

.error-page .content-styles img {
  margin: 0; }

.error-page .content-styles > *:last-child {
  margin-bottom: 0; }

.error-page__logo {
  margin-bottom: 40px;
  text-align: center; }

.error-page__logo img {
  display: inline-block; }

.error-page__code {
  position: relative;
  width: 70%;
  margin: 0 auto 20px;
  display: block;
  overflow: hidden; }

.error-page__code img {
  display: block;
  margin: 0 auto; }

.error-page__code-title {
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  color: #395060;
  text-align: center; }

.error-page__code-title span {
  position: relative;
  display: inline-block; }

.error-page__decor {
  margin-bottom: 50px; }

@media (min-width: 992px) {
  .error-page__code {
    position: relative;
    width: 100%; }
  .error-page__code-title {
    font-size: 18px;
    line-height: 22px; }
  .error-page {
    padding: 50px 0;
    display: flex;
    align-items: center; }
  .error-page__inner {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap; }
  .error-page__decor {
    width: 41.6666%;
    padding: 0 15px;
    order: 1;
    margin-bottom: 0;
    display: block; }
  .error-page__content {
    width: 50%;
    padding: 0 15px; }
  .error-page__logo {
    margin-bottom: 40px;
    text-align: left; } }
.c-cards__title {
  width: 100%;
  margin-bottom: 40px; }

.c-cards__item {
  display: block;
  margin: 0 0 30px;
  padding: 20px 15px 30px;
  border: 1px solid #eeeeee; }

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

.c-cards__item_new {
  position: relative;
  border: 0;
  margin: 0;
}
.c-cards__item_new:before,
.c-cards__item_new:after {
  content: "";
  background: #f4f9fd;
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  width: 1920px;
  z-index: 0;
}
.c-cards__item_new:before {
  left: 50%;
}
.c-cards__item_new:after {
  right: 50%;
}
.c-cards__item_new>* {
  position: relative;
  z-index: 1;
}
.c-cards__item_new:nth-of-type(even):before,
.c-cards__item_new:nth-of-type(even):after,
.func-subtitle+.c-cards_new .c-cards__item_new:nth-of-type(odd):before,
.func-subtitle+.c-cards_new .c-cards__item_new:nth-of-type(odd):after {
  display: block;
}

.func-subtitle+.c-cards_new .c-cards__item_new:nth-of-type(even):before,
.func-subtitle+.c-cards_new .c-cards__item_new:nth-of-type(even):after {
  display: none;
}

.c-cards__item-img {
  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;
  margin-bottom: 30px;
}
.c-cards__item-img,
.c-cards__item-info {
  width: 100%;
}
.c-cards__item-logo {
  width: 25%;
  position: relative; }
  .c-cards__item-logo::before {
    content: "";
    display: block;
    padding-top: 100%; }
  .c-cards__item-logo img,
  .c-cards__item-logo svg {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    max-width: 90%;
    fill: #39505f; }

.c-cards__item-name {
  width: 75%;
  color: #395060;
  font-size: 17px;
  line-height: 22px;
  font-weight: bold; }

.c-cards__item-name_new {
  margin-bottom: 15px;
}

.c-cards__item-descr {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 15px;
  line-height: 26px; }

.c-cards__item-top {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 13px;
  align-items: center;
  overflow: hidden; }
  .c-cards__item-top::before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    width: 90px;
    height: 90px;
    background: #c9e8fb;
    transform: translate(-50%, -50%) rotate(-45deg);
    transform-origin: center center; }

@media (min-width: 576px) {
  .c-cards__item {
    padding: 30px 25px 40px; }
  .c-cards__item_new {
    padding: 30px 0 40px;
  }
  .c-cards__item-name {
    font-size: 22px;
    line-height: 26px; }
  .c-cards__item-descr {
    font-size: 16px; } }

@media (min-width: 768px) {
  .c-cards__title {
    margin: 0 0 50px; } }

@media (min-width: 992px) {
  .c-cards {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .c-cards_new {
      margin: 0;
  }
  .c-cards__item {
    width: calc(50% - 30px);
    margin: 0 15px 30px; }
  .c-cards__item_new {
    display: flex;
    align-items: center;
    width: 100%;
  }
  .c-cards__item-img {
    margin-bottom: 0;
    padding-right: 15px;
    width: 50%;
  }
  .c-cards__item-img+.c-cards__item-info {
    padding-left: 15px;
    width: 50%;
  }
}

@media (min-width: 1230px) {
  .c-cards__title {
    margin: 0 0 63px; }
  .c-cards__item-logo {
    width: 120px; }
  .c-cards__item-name {
    width: calc(100% - 120px);
    font-size: 25px;
    line-height: 30px; }
  .c-cards__item-descr {
    transform: translateX(8px); }
  .c-cards__item-descr_new {
    transform: none;
  }
  .c-cards__item {
    padding: 39px 44px 51px; }
  .c-cards__item_new {
    padding: 39px 0 51px;
  }
  }

.banner-block {
  padding-top: 40px;
  padding-bottom: 40px;
  background: #f2f9fc url("../img/content-header-bg-min.jpg") no-repeat center center;
  background-size: cover;
  color: #333333; }

.banner-block__pic {
  margin-bottom: 30px; }

.banner-block__info *:last-child {
  margin-bottom: 0; }

.banner-block__info img {
  display: block;
  margin-bottom: 20px; }

.banner-block__info p {
  margin: 0 0 22px;
  padding: 0;
  font-size: 16px;
  line-height: 25px; }

.banner-block__info .slogan {
  font-size: 22px;
  line-height: 32px; }

@media (min-width: 768px) {
  .banner-block {
    padding-top: 70px;
    padding-bottom: 70px; }
  .banner-block__inner {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center; }
  .banner-block__pic {
    width: 41.6666%;
    padding: 0 15px;
    margin-bottom: 0;
    padding-right: 50px; }
  .banner-block__info {
    width: 58.3333%;
    padding: 0 15px; }
    .banner-block__info img {
      margin-bottom: 44px; } }

@media (min-width: 992px) {
  .banner-block {
    padding-top: 100px;
    padding-bottom: 100px; }
  .banner-block__pic {
    width: 50%; }
  .banner-block__info {
    width: 50%; } }

@media (min-width: 1230px) {
  .banner-block {
    padding-top: 146px;
    padding-bottom: 170px; }
  .banner-block__pic {
    padding-right: 105px; }
  .banner-block__info p {
    max-width: 508px; }
  .banner-block__info .slogan {
    max-width: 390px; } }

@media (min-width: 1470px) {
  .banner-block {
    padding-top: 120px;
    padding-bottom: 130px; } }

.c-features-block {
  background: #f2f9fc url("../img/features-block-bg-min.jpg") no-repeat 0 0;
  background-size: 100% auto; }

.c-features-block__item {
  position: relative;
  z-index: 0;
  padding: 50px 0 50px;
  border-bottom: 1px solid #c0ced4; }
  .c-features-block__item:last-of-type {
    border-bottom: none; }

.c-features-block__picture {
  padding: 0 42px;
  margin-bottom: 35px; }
  .c-features-block__picture img {
    display: block;
    margin: 0 auto;
    max-width: 100%; }

.c-features-block__title {
  margin: 0 0 25px;
  padding: 0;
  font-size: 22px;
  line-height: 27px;
  font-weight: bold;
  color: #395060; }

.c-features-block__text {
  margin: 0;
  padding: 0;
  font-size: 16px;
  line-height: 26px;
  color: #333333; }

@media (min-width: 576px) {
  .c-features-block__text {
    line-height: 24px; }
  .c-features-block__title {
    margin: 0 0 29px; } }

@media (min-width: 992px) {
  .c-features-block {
    background: none;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px; }
  .c-features-block__list {
    background: #f2f9fc url("../img/features-block-bg-min.jpg") no-repeat 0 0;
    background-size: 100% auto;
    max-width: none;
    padding-left: 0;
    padding-right: 0; }
  .c-features-block__title {
    font-size: 25px;
    line-height: 30px; }
  .c-features-block__picture {
    width: 50%;
    padding: 0 35px;
    margin-bottom: 0; }
  .c-features-block__descr {
    width: 50%;
    padding: 0 35px; }
  .c-features-block__text {
    max-width: 470px; }
  .c-features-block__item {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    padding: 75px 0 70px;
    border-bottom: none; }
    .c-features-block__item::before {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      left: 55px;
      right: 55px;
      height: 1px;
      background: #c0ced4; }
    .c-features-block__item:last-of-type::before {
      display: none; }
    .c-features-block__item:nth-of-type(even) .c-features-block__picture {
      order: 1; } }

@media (min-width: 1230px) {
  .c-features-block {
    max-width: 1200px; }
  .c-features-block__picture {
    padding: 0 15px; }
  .c-features-block__descr {
    padding: 0 15px;
    width: 41.6666%; }
  .c-features-block__item:nth-of-type(odd) .c-features-block__descr {
    transform: translateX(25px); }
  .c-features-block__item:nth-of-type(even) .c-features-block__descr {
    width: 50%;
    transform: translateX(42px); }
  .c-features-block__item:nth-of-type(even) .c-features-block__picture {
    transform: translateX(-18px); } }

@media (min-width: 1470px) {
  .c-features-block {
    max-width: 1440px; } }

.c-clients__item {
  margin: 0 auto 30px;
  padding: 25px 20px 0;
  border: 1px solid #e8f0f3; }

.c-clients__item-logo {
  max-width: 238px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-bottom: 30px; }
  .c-clients__item-logo::before {
    content: "";
    display: block;
    padding-top: 45%; }
  .c-clients__item-logo img {
    position: absolute;
    top: 50%;
    left: 0;
    max-width: 100%;
    transform: translateY(-50%); }

.c-clients__name {
  margin-bottom: 20px;
  display: block;
  color: #395060;
  font-weight: bold;
  font-size: 23px;
  line-height: 26px; }

.c-clients__address {
  position: relative;
  margin: auto 0 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 30px;
  font-size: 13px;
  line-height: 23px;
  color: #626262;
  background: url("../img/marker-icon.svg") no-repeat 0 28px;
  background-size: 14px 18px; }
  .c-clients__address::after {
    content: "";
    position: absolute;
    left: -20px;
    right: -20px;
    top: 0;
    height: 1px;
    background: #e8f0f3; }

@media (min-width: 992px) {
  .c-clients {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .c-clients__item {
    display: flex;
    flex-direction: column;
    width: calc(33.3333% - 30px);
    margin: 0 15px 30px;
    padding: 25px 20px 0; }
  .c-clients__item-logo {
    max-width: none; } }

@media (min-width: 1230px) {
  .c-clients__name {
    margin-bottom: 35px;
    font-size: 25px;
    line-height: 28px; }
  .c-clients__item {
    padding: 25px 58px 0; }
  .c-clients__item-logo {
    margin-bottom: 48px; }
  .c-clients__address {
    padding-top: 28px;
    padding-bottom: 35px;
    background: url("../img/marker-icon.svg") no-repeat 0 33px;
    font-size: 16px;
    line-height: 26px;
    margin-left: -30px; }
    .c-clients__address::after {
      left: -28px;
      right: -58px; } }

.c-partners__controls {
  margin-bottom: 30px; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.fade {
  transition: opacity 0.15s linear; }

.c-partners__tabs {
  list-style: none;
  padding: 0;
  margin: 0 0 25px;
  display: flex;
  flex-wrap: wrap; }

.c-partners__tabs-item {
  margin-right: 23px; }

.c-partners__tabs-link {
  display: block;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #333333;
  padding: 9px 5px;
  border-bottom: 2px solid transparent;
  transition: all 0.2s ease-in-out; }
  .c-partners__tabs-link.active {
    border-color: #2880c1; }

.c-partners__partner-btn {
  display: block;
  font-size: 13px;
  line-height: 17px;
  font-weight: bold;
  letter-spacing: 1.6px;
  width: 203px;
  margin: 0 auto;
  background: #2880c1; }

.c-partners__item {
  margin: 0 0 30px; }

.c-partner__item-content {
  padding: 25px 20px 40px;
  border: 1px solid #e8f0f3;
  border-bottom: none;
  flex-grow: 1; }

.c-partner__item-top {
  margin-bottom: 20px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  height: 60px;
  overflow: hidden; }

.c-partners__item-name {
  display: block;
  width: 68%;
  padding-right: 20px;
  color: #395060;
  font-size: 15px;
  line-height: 20px;
  font-weight: bold; }

.c-partners__item-logo {
  width: 32%; }
  .c-partners__item-logo img {
    margin-left: auto;
    display: block; }

.c-partners__item-descr,
.c-partners__item-link {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  line-height: 24px; }
.c-partners__item-link {
  display: inline-block;
  margin-top: 20px;
  color: #2880c1;
  font-size: 16px;
}
.c-partners__item-link:hover {
  text-decoration: underline;
}
.c-partners__item-contacts {
  position: relative;
  padding: 20px 20px 20px;
  font-size: 12px;
  line-height: 20px;
  color: #626262;
  background: url("../img/partner-addres-bg-min.jpg") no-repeat center center;
  background-size: cover; }

.c-partners__item-address {
  margin: 0 0 5px;
  padding: 2px 0;
  padding-left: 30px;
  background: url("../img/marker-icon.svg") no-repeat 0 6px;
  background-size: 14px 18px; }

.c-partners__item-phone {
  display: inline-block;
  vertical-align: middle;
  padding: 2px 0;
  color: #626262;
  padding-left: 30px;
  font-size: 16px;
  background: url("../img/phone-icon.svg") no-repeat 0 center;
  background-size: 14px 18px; }

@media (min-width: 576px) {
  .c-partners__tabs-link {
    font-size: 18px;
    line-height: 22px;
    text-transform: none; } }

@media (min-width: 768px) {
  .c-partners__tabs {
    margin-bottom: 0;
    width: calc(100% - 240px); }
  .c-partners__partner-btn {
    margin: 0; }
  .c-partners__controls {
    margin-bottom: 43px;
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .c-partners__list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px; }
  .c-partners__item {
    width: calc(50% - 30px);
    margin: 0 15px 30px;
    display: flex;
    flex-direction: column; }
  .c-partners__item-name {
    font-size: 18px;
    line-height: 24px; }
  .c-partner__item-content {
    padding: 25px 25px 40px; }
  .c-partners__item-contacts {
    padding: 28px 25px 26px;
    padding-right: 60px; }
    .c-partners__item-contacts::after {
      content: "";
      position: absolute;
      bottom: 0;
      right: 0;
      width: 44px;
      height: 44px;
      background: linear-gradient(315deg, #fff 50%, #c4cfd5 51%); } }

@media (min-width: 992px) {
  .c-partners__item-name {
    font-size: 22px;
    line-height: 27px; }
  .c-partners__item-descr {
    font-size: 16px;
    line-height: 26px; }
  .c-partner__item-top {
    margin-bottom: 37px; }
  .c-partners__item-contacts {
    font-size: 14px;
    line-height: 24px; }
  .c-partners__item-address {
    margin: 0; } }

@media (min-width: 1230px) {
  .c-partner__item-content {
    padding: 42px 52px 56px; }
  .c-partners__item-contacts {
    padding: 28px 52px 26px;
    font-size: 16px;
    line-height: 26px; }
  .c-partners__item-phone {
    font-size: 18px; }
  .c-partners__item-name {
    font-size: 25px;
    line-height: 30px; } }

.search-result__header {
  padding: 20px 15px;
  margin-bottom: 40px;
  background: #f4eff6; }

.search-result__form {
  font-size: 0; }

.search-result__input {
  display: inline-block;
  vertical-align: middle;
  padding: 15px 0 15px 0;
  width: 100%;
  font-size: 14px;
  line-height: 14px;
  font-weight: 400;
  color: #333333;
  border: none;
  border-bottom: 2px solid #9ba6ad;
  transition: border-color 0.2s ease-in;
  background: none; }
  .search-result__input:focus {
    outline: none;
    border-color: #2880c1; }

.search-result__submit {
  display: block;
  width: 240px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 22px;
  padding-bottom: 20px; }

.search-result__item {
  margin-bottom: 30px; }

.search-result__item-name {
  display: block;
  margin-bottom: 15px;
  font-size: 18px;
  line-height: 24px;
  color: #395060;
  font-weight: bold; }

.search-result__item-descr {
  margin: 0;
  padding: 0;
  color: #333333;
  font-size: 14px;
  line-height: 22px; }

@media (min-width: 768px) {
  .search-result__header {
    padding: 32px 37px;
    margin-bottom: 79px; }
  .search-result__submit {
    margin: 0;
    display: inline-block;
    vertical-align: middle; }
  .search-result__input {
    width: calc(100% - 300px);
    margin-right: 60px;
    font-size: 18px;
    line-height: 18px; }
  .search-result__item-name {
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 26px; }
  .search-result__item-descr {
    font-size: 16px;
    line-height: 25px; }
  .search-result__item {
    margin-bottom: 40px; } }

@media (min-width: 992px) {
  .search-result__header {
    padding: 74px 45px; }
  .search-result__item-name {
    font-size: 26px;
    line-height: 30px; } }

@media (min-width: 1230px) {
  .search-result__item-name {
    font-size: 30px;
    line-height: 35px; }
  .search-result__item {
    margin-bottom: 59px; }
  .search-result__list {
    width: 83.3333%;
    margin-left: auto;
    margin-right: auto; } }

.certs {
  padding: 0 15px; }

.certs__item {
  margin: 0 0 50px; }

.certs__list-wrapper {
  padding-top: 36px;
  padding-bottom: 36px;
  background: url("../img/certs-bg-min.jpg") no-repeat center center;
  background-size: cover;
  background: #f2f9fc;
  margin: 0 -15px; }

.certs__plus-icon {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60px;
  height: 60px;
  background: #fff;
  opacity: 0;
  transition: opacity 0.15s ease-in;
  z-index: 2; }
  .certs__plus-icon::before, .certs__plus-icon::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 28px;
    height: 2px;
    background: #39505f; }
  .certs__plus-icon::after {
    transform: translate(-50%, -50%) rotate(90deg); }

.certs__refresh-btn {
  display: block;
  margin: 10px auto 0; }

.certs__pic {
  display: block;
  position: relative;
  z-index: 0;
  overflow: hidden;
  width: 220px;
  height: 307px;
  margin: 0 auto 20px;
  border: 1px solid #d6e1e6; }
  .certs__pic img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: auto; }
  .certs__pic::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
    width: 35px;
    height: 35px; }
  .certs__pic::before {
    content: "";
    position: absolute;
    z-index: 1;
    pointer-events: none;
    opacity: 0;
    transition: opacity 0.15s ease-in;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(37, 130, 196, 0.71); }
  .certs__pic:hover::before {
    opacity: 1; }
  .certs__pic:hover .certs__plus-icon {
    opacity: 1; }

.certs__name {
  padding: 0 15px;
  display: block;
  color: #395060;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  text-align: center; }

@media (min-width: 576px) {
  .certs__list-wrapper {
    padding-top: 56px;
    padding-bottom: 36px; }
  .certs__pic {
    margin: 0 auto 35px; }
  .certs__item {
    width: calc(50% - 30px);
    margin: 0 15px 60px; }
  .certs__list {
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 992px) {
  .certs__list-wrapper {
    padding-top: 76px;
    padding-bottom: 36px; }
  .certs__item {
    width: calc(33.3333% - 30px);
    margin: 0 15px 87px; } }

.blueimp-gallery__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 30px 15px;
  flex-direction: column;
  display: flex;
  align-items: center; }

.blueimp-gallery__info .title {
  padding-bottom: 17px;
  margin-bottom: 22px;
  position: relative;
  text-align: center; }

.blueimp-gallery__info .title::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 1px;
  width: 116px;
  background: #aac1d1;
  left: 50%;
  transform: translateX(-50%); }

.blueimp-gallery__btn {
  position: relative;
  padding: 7px 10px;
  display: flex;
  justify-content: center;
  font-size: 13px;
  line-height: 17px;
  font-weight: 600;
  width: 230px;
  letter-spacing: 1px; }

.blueimp-gallery__btn span {
  padding: 5px 0;
  position: relative;
  display: block;
  padding-left: 30px; }

.blueimp-gallery__btn svg {
  fill: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  opacity: 0.7; }

.contacts {
  background: #f2f9fc url("../img/contacts-bg-min.jpg") no-repeat 0 0;
  background-size: cover; }

.contacts__content {
  background: #1c7bba;
  color: #fff; }

.contacts__item {
  display: flex;
  flex-direction: column;
  margin-bottom: 24px; }

.contacts__item-title {
  display: block;
  letter-spacing: 3px;
  font-size: 14px;
  line-height: 26px;
  font-weight: bold;
  opacity: 0.78;
  text-transform: uppercase; }

.contacts__item-value {
  font-size: 16px;
  line-height: 26px;
  padding: 0;
  margin: 0;
  color: #fff; }

p.contacts__item-value {
  margin-top: 12px; }

a.contacts__item-value {
  color: #fff; }
  a.contacts__item-value:hover {
    color: #fff; }

.contacts__btn {
  margin-top: auto;
  width: 100%;
  padding-top: 37px;
  padding-bottom: 40px;
  letter-spacing: 2.5px;
  background: #216fa3; }

.contacts__map {
  position: relative;
  min-height: 453px;
  height: 100%; }

@media (min-width: 992px) {
  .contacts {
    padding-top: 100px;
    padding-bottom: 100px;
    background: #f2f9fc url("../img/contacts-bg-min.jpg") no-repeat 0 0;
    background-size: cover; }
  .contacts__inner {
    display: flex;
    flex-wrap: wrap; }
  .contacts__content {
    width: 39%;
    display: flex;
    flex-direction: column; }
  .contacts__map-wrapper {
    width: 61%;
    order: 1; } }

@media (min-width: 1230px) {
  .contacts {
    padding-top: 132px;
    padding-bottom: 129px; }
  .contacts_content-inner {
    padding: 61px 55px 30px; } }

.contacts_content-inner {
  width: 100%;
  padding: 40px 20px 30px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .contacts_content-inner {
    max-width: 540px; } }

@media (min-width: 768px) {
  .contacts_content-inner {
    max-width: 720px; } }

@media (min-width: 992px) {
  .contacts_content-inner {
    padding: 40px 25px 30px; }
  .contacts__inner {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    max-width: 960px;
    margin-right: auto;
    margin-left: auto; } }

@media (min-width: 1230px) {
  .contacts__inner {
    max-width: 1200px; } }

@media (min-width: 1470px) {
  .contacts__inner {
    max-width: 1440px; } }

.contacts__prop {
  font-size: 14px;
  line-height: 18px; }

.c-baloon {
  padding: 6px 7px; }

.c-baloon__title {
  margin-bottom: 14px;
  font-weight: bold;
  color: #3a3a3a;
  font-size: 18px;
  line-height: 22px; }

.c-baloon__content {
  display: flex;
  flex-wrap: wrap; }

.c-baloon__pic {
  width: 90px; }

.c-baloon__props {
  padding-left: 18px;
  width: calc(100% - 90px); }

.c-baloon__prop {
  display: flex;
  flex-direction: column;
  margin-bottom: 9px;
  padding-left: 26px;
  font-size: 14px;
  line-height: 18px;
  color: #111111; }
  .c-baloon__prop a {
    color: #111111;
  }
  .c-baloon__prop--address {
    background: url("../img/mark-icon.svg") no-repeat 0 0; }
  .c-baloon__prop--phone {
    background: url("../img/phone-small-icon.svg") no-repeat 0 0; }
  .c-baloon__prop--email {
    background: url("../img/mail-icon.svg") no-repeat 0 4px; }
.item-no-photo {
  background: url(../img/logo-gray.svg) no-repeat center center, url(../img/no_photo_bg-min.jpg) no-repeat center center !important;
  background-size: 173px 34px, cover !important;
}



/* Animate.css
=========================================================================================*/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0
  }
  100% {
    opacity: 1
  }
}
.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn
}
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20%, 0);
    -ms-transform: translate3d(0, -20%, 0);
    transform: translate3d(0, -20%, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown
}
@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    transform: none
  }
}
@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    -ms-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0)
  }
  100% {
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
  }
}
.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight
}
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.features-line__title {
    width: 100%;
    color: white;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 60px;
}

.zoom-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 32px;
  z-index: 1;
}
.zoom-container::before {
  content: "";
  position: top: 50%;
  transform: translate(-50%);
  left: 6px;
  right: 6px;
  height: 2px;
  background: #f5f5f5;
}
.zoom-in,
.zoom-out {
  position: relative;
  width: 32px;
  height: 32px;
  background: #fff;
  cursor: pointer;
  box-shadow: 0 0 10px 0 rgba(0,0,0,0.2);
  transition: box-shadow 0.15s ease-in;
}
.zoom-in:hover,
.zoom-out:hover {
  box-shadow: 0 0 3px 0 rgba(0,0,0,0.2);
}
.zoom-in {
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
}
.zoom-out {
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}
.zoom-in::after,
.zoom-in::before,
.zoom-out::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 12px;
  height: 2px;
  background: #666666;
}
.zoom-in::after {
  transform: translate(-50%,-50%) rotate(90deg);
}
.scheme {
  max-width: 1070px;
  margin: 0 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 12.4% 87.6%;
  grid-template-columns: 12.4% 87.6%;
}
.scheme__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px dashed #cdd7dd;
  font-size: 14px;
  line-height: 16px;
  color: #395060;
}
.scheme__cell--blue {
  color: #196fae;
}
.scheme__cell--header {
  padding: 15px 15px;
  border-right: 1px dashed #cdd7dd;
}

.scheme__cell:nth-of-type(5),
.scheme__cell:nth-of-type(6) {
    border-bottom: none;
}
.scheme__apps {
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
}
.scheme__apps-item {
  padding: 0 15px;
  width: 17.5%;
  text-align: center;
}
.scheme__apps-item--alone {
  position: relative;
  margin-left: 8%;
}
.scheme__apps-item--alone::before {
  content: "";
  position: absolute;
  left: -35%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  height: 90px;
  border-left: 1px dashed #cdd7dd;
}
.scheme__apps-item-pic {
  position: relative;
  overflow: hidden;
  margin-bottom: 5px;
}
.scheme__apps-item-pic::before {
  content: "";
  display: block;
  padding-top: 46%;
}
.scheme__apps-item-pic img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
  max-width: 100%;
  max-height: 100%;
}
.scheme__cell-title {
  width: 100%;
  margin-top: 23px;
  margin-bottom: 23px;
  padding: 0 25px;
  color: #7e7e7e;
  font-size: 10px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
}
.scheme__apps-item-name {

}
.scheme__func {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-left: 10px;
}
.scheme__func-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 15px 40px;
  width: calc(20% - 30px);
  position: relative;
  padding-left: 27px;
}
.scheme__func-item img {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);

}
.scheme__func-item-name {
  margin-right: -10px;
}
.scheme__apps--triple {
  max-width: 84%;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.scheme__apps--triple .scheme__apps-item {
}

@media(max-width: 991px) {
  .scheme {
    max-width: none;
    -ms-grid-columns: 20% 60% 20%;
    grid-template-columns: 20% 60% 20%;
  }
  .scheme__func {
    padding-left: 0;
  }
  .scheme__func-item {
    width: calc(50% - 30px);
  }
  .scheme__apps {
    display: block;
  }
  .scheme__apps-item {
    width: 100%;
    padding: 0;
    margin-bottom: 30px;
  }
  .scheme__cell--header {
    text-align: center;
  }
  .scheme__apps-item--alone {
    margin-left: 0;
  }
  .scheme__apps-item--alone::before {
    display: none;
  }
  .scheme__cell-title {
    text-align: center;
    margin-top: 0;
  }
  .scheme__cell {
    padding: 15px;
    display: block;
    border-right: 1px dashed #cdd7dd;
  }
  .scheme__apps {
    padding: 0;
  }
  .scheme__apps--triple {
    max-width: none;
  }
  .scheme__cell:nth-of-type(1) {
      -ms-grid-column: 3;
          grid-column-start: 3;
      -ms-grid-row: 1;
          grid-row-start: 1;
      border-right: none;
  }
  .scheme__cell:nth-of-type(2) {
      -ms-grid-column: 3;
          grid-column-start: 3;
      -ms-grid-row: 2;
          grid-row-start: 2;
      border-right: none;
      border-bottom: none;
  }
  .scheme__cell:nth-of-type(3) {
      -ms-grid-column: 2;
          grid-column-start: 2;
      -ms-grid-row: 1;
          grid-row-start: 1;
  }
  .scheme__cell:nth-of-type(4) {
      -ms-grid-column: 2;
          grid-column-start: 2;
      -ms-grid-row: 2;
          grid-row-start: 2;
      border-bottom: none;

  }
  .scheme__cell:nth-of-type(5) {
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-row: 1;
          grid-row-start: 1;
      border-bottom: 1px dashed #cdd7dd;
  }
  .scheme__cell:nth-of-type(6) {
      -ms-grid-column: 1;
          grid-column-start: 1;
      -ms-grid-row: 2;
          grid-row-start: 2;
  }
}
@media(max-width: 767px) {
  .scheme__func {
    display: block;
  }
  .scheme__func-item {
    width: 100%;
    margin: 0 0 30px;
  }
  .scheme {
    -ms-grid-columns: 25% 50% 25%;
    grid-template-columns: 25% 50% 25%;
  }
  .scheme__func-item-name {
    margin: 0;
  }
}


@media(max-width: 575px) {
  .arch {
    margin: 0 -15px;
  }
  .scheme {
    -ms-grid-columns: 30% 40% 30%;
    grid-template-columns: 30% 40% 30%;
  }
  .scheme__cell {
    padding: 10px 10px;
    font-size: 11px;
    line-height: 14px;
  }
  .scheme__func-item {
    padding-left: 0;
    text-align: center;
  }
  .scheme__func-item img {
    display: none;
  }
  .scheme__func-item-name {
    width: 100%;

}
}
  .c-header__logo a svg { fill: #ff2d2d;}
