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

/* Sections
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block; }

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

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block; }

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px; }

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

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

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */ }

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

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit; }

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

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

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic; }

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000; }

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block; }

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

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

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden; }

/* Forms
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

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

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

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

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

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

/**
 * 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 */ }

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

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

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

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

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

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

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

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block; }

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

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block; }

/**
 * Add the correct display in IE.
 */
template {
  display: none; }

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

/* Opacity */
/* @include opacity(1); */
/* Clearfix */
/* @include clearfix; */
/* Transition */
/* @include transition(.35s); */
/* Box Sizing */
/* @include box-sizing(border-box); */
/* Border Radius */
/* @include border-radius(5px);
   @include border-top-radius(5px);
   @include border-right-radius(5px);
   @include border-bottom-radius(5px);
   @include border-left-radius (5px); */
/* Background - Contain */
/* @include background-contain; */
/* Background - Cover */
/* @include background-cover; */
/* User Select */
/* @include user-select; */
/* Center Block */
/* @include center-block; */
/* Text Truncate */
/* @include text-truncate; */
/* Transform Rotate */
/* @include transform-rotate(45deg); */
/* Transform Scale */
/* @include scale(1.1); */
/* Transform TranslateX */
/* @include translateX; */
/* Transform TranslateY */
/* @include translateY; */
/* Transform Translate */
/* @include translate; */
/* Flex-box (display: flex) */
/* @include display-flex; */
/* Flex-box (flex-wrap) */
/* @include flex-wrap(nowrap);
   @include flex-wrap(wrap);
   @include flex-wrap(wrap-reverse); */
/* Flex-box (justify-content: flex-start) */
/* @include flex-start; */
/* Flex-box (justify-content: space-between) */
/* @include space-between; */
/* Flex-box (justify-content: space-around) */
/* @include space-around; */
/* Flex-box (justify-content: center) */
/* @include justify-center; */
/* Flex-box (justify-content: flex-start) */
/* @include flex-start; */
/* Flex-box (align-items: center) */
/* @include align-items-center; */
/* Flex-box (flex-direction: column) */
/* @include flex-direction-column; */
/* Flex Reverse Row */
/* @include revers-row; */
/* Flex Row */
/* @include row; */
/* Flex Grow */
/* @include flex-grow; */
/* Background-color - Opacity */
/* @include bg-color-opacity(rgba(color, 0.5), color); */
.select2-container {
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle; }

.select2-container .select2-selection--single {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative; }

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px; }

.select2-container .select2-selection--multiple {
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  user-select: none;
  -webkit-user-select: none; }

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap; }

.select2-container .select2-search--inline {
  float: left; }

.select2-container .select2-search--inline .select2-search__field {
  box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0; }

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051; }

.select2-results {
  display: block; }

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0; }

.select2-results__option {
  padding: 6px;
  user-select: none;
  -webkit-user-select: none; }

.select2-results__option[aria-selected] {
  cursor: pointer; }

.select2-container--open .select2-dropdown {
  left: 0; }

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-search--dropdown {
  display: block;
  padding: 4px; }

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  box-sizing: border-box; }

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none; }

.select2-search--dropdown.select2-search--hide {
  display: none; }

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0); }

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  -webkit-clip-path: inset(50%) !important;
  clip-path: inset(50%) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
  white-space: nowrap !important; }

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold; }

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px; }

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto; }

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none; }

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%; }

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none; }

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left; }

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto; }

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0; }

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default; }

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none; }

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa; }

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  box-shadow: none;
  -webkit-appearance: textfield; }

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--default .select2-results__option[role=group] {
  padding: 0; }

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd; }

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em; }

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white; }

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: -o-linear-gradient(top, white 50%, #eeeeee 100%);
  background-image: linear-gradient(to bottom, white 50%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px; }

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px; }

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999; }

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, #cccccc 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, #cccccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0); }

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left; }

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto; }

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none; }

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: -o-linear-gradient(top, white 0%, #eeeeee 50%);
  background-image: linear-gradient(to bottom, white 0%, #eeeeee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0); }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: -o-linear-gradient(top, #eeeeee 50%, white 100%);
  background-image: linear-gradient(to bottom, #eeeeee 50%, white 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0); }

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0; }

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb; }

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px; }

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
  margin-left: 5px;
  margin-right: auto; }

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto; }

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb; }

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0; }

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0; }

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  box-shadow: none; }

.select2-container--classic .select2-dropdown {
  background-color: white;
  border: 1px solid transparent; }

.select2-container--classic .select2-dropdown--above {
  border-bottom: none; }

.select2-container--classic .select2-dropdown--below {
  border-top: none; }

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto; }

.select2-container--classic .select2-results__option[role=group] {
  padding: 0; }

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey; }

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: white; }

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px; }

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb; }

.select2-container--disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block; }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.rangeslider,
.rangeslider__fill {
  display: block;
  -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px; }

.rangeslider {
  background: #e6e6e6;
  position: relative; }

.rangeslider--horizontal {
  height: 20px;
  width: 100%; }

.rangeslider--vertical {
  width: 20px;
  min-height: 150px;
  max-height: 100%; }

.rangeslider--disabled {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=40);
  opacity: 0.4; }

.rangeslider__fill {
  background: #00ff00;
  position: absolute; }

.rangeslider--horizontal .rangeslider__fill {
  top: 0;
  height: 100%; }

.rangeslider--vertical .rangeslider__fill {
  bottom: 0;
  width: 100%; }

.rangeslider__handle {
  background: white;
  border: 1px solid #ccc;
  cursor: pointer;
  display: inline-block;
  width: 40px;
  height: 40px;
  position: absolute;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xIi8+PC9saW5lYXJHcmFkaWVudD48L2RlZnM+PHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgZmlsbD0idXJsKCNncmFkKSIgLz48L3N2Zz4g");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
  background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  margin: auto;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEzIi8+PHN0b3Agb2Zmc2V0PSIxMDAlIiBzdG9wLWNvbG9yPSIjZmZmZmZmIiBzdG9wLW9wYWNpdHk9IjAuMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.13)), color-stop(100%, rgba(255, 255, 255, 0)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  background-image: linear-gradient(rgba(0, 0, 0, 0.13), rgba(255, 255, 255, 0));
  -moz-border-radius: 50%;
  -webkit-border-radius: 50%;
  border-radius: 50%; }

.rangeslider__handle:active, .rangeslider--active .rangeslider__handle {
  background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzAwMDAwMCIgc3RvcC1vcGFjaXR5PSIwLjEiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4xMiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==");
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(0, 0, 0, 0.1)), color-stop(100%, rgba(0, 0, 0, 0.12)));
  background-image: -moz-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: -webkit-linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12));
  background-image: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.12)); }

.rangeslider--horizontal .rangeslider__handle {
  top: -10px;
  touch-action: pan-y;
  -ms-touch-action: pan-y; }

.rangeslider--vertical .rangeslider__handle {
  left: -10px;
  touch-action: pan-x;
  -ms-touch-action: pan-x; }

input[type="range"]:focus + .rangeslider .rangeslider__handle {
  -moz-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  -webkit-box-shadow: 0 0 8px rgba(255, 0, 255, 0.9);
  box-shadow: 0 0 8px rgba(255, 0, 255, 0.9); }

.wickedpicker {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  box-shadow: 0 0 0 1px rgba(14, 41, 57, 0.12), 0 2px 5px rgba(14, 41, 57, 0.44), inset 0 -1px 2px rgba(14, 41, 57, 0.15);
  background: #fefefe;
  margin: 0 auto;
  border-radius: .1px;
  width: 270px;
  height: 130px;
  font-size: 14px;
  display: none; }

.wickedpicker__title {
  background-image: -webkit-linear-gradient(top, #fff 0, #f2f2f2 100%);
  position: relative;
  background: #f2f2f2;
  margin: 0 auto;
  border-bottom: 1px solid #e5e5e5;
  padding: 12px 11px 10px 15px;
  color: #4C4C4C;
  font-size: inherit; }

.wickedpicker__close {
  -webkit-transform: translateY(-25%);
  -moz-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  -o-transform: translateY(-25%);
  transform: translateY(-25%);
  position: absolute;
  top: 25%;
  right: 10px;
  color: #34495e;
  cursor: pointer; }

.wickedpicker__close:before {
  content: '\00d7'; }

.wickedpicker__controls {
  padding: 10px 0;
  line-height: normal;
  margin: 0; }

.wickedpicker__controls__control, .wickedpicker__controls__control--separator {
  vertical-align: middle;
  display: inline-block;
  font-size: inherit;
  margin: 0 auto;
  width: 35px;
  letter-spacing: 1.3px; }

.wickedpicker__controls__control-down, .wickedpicker__controls__control-up {
  color: #34495e;
  position: relative;
  display: block;
  margin: 3px auto;
  font-size: 18px;
  cursor: pointer; }

.wickedpicker__controls__control-up:before {
  content: '\e800'; }

.wickedpicker__controls__control-down:after {
  content: '\e801'; }

.wickedpicker__controls__control--separator {
  width: 5px; }

.text-center, .wickedpicker__controls, .wickedpicker__controls__control, .wickedpicker__controls__control--separator, .wickedpicker__controls__control-down, .wickedpicker__controls__control-up, .wickedpicker__title {
  text-align: center; }

.hover-state {
  color: #3498db; }

.fontello-after:after, .fontello:before, .wickedpicker__controls__control-down:after, .wickedpicker__controls__control-up:before {
  font-style: normal;
  font-weight: 400;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

html {
  /* margin-left: -webkit-calc(100vw - 100%);*/
  /* margin-left: -moz-calc(100vw - 100%);*/
  /* margin-left: calc(100vw - 100%)*/ }

body {
  margin: 0;
  font-family: 'Rubik', sans-serif;
  color: #212529; }

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

h1, h2, h3, h4, h5, h6 {
  font-weight: 500; }

.ov-hidden {
  overflow: hidden; }

.mobile-version {
  display: none; }

.site {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 70px;
  background-color: #f4f5fa; }
  .site.modify .header {
    position: fixed;
    width: -webkit-calc(100% - 70px);
    width: -moz-calc(100% - 70px);
    width: calc(100% - 70px);
    z-index: 100;
    top: 0;
    left: 70px; }
  .site.modify .site-content {
    padding-top: 120px; }
  .site.modify .menu {
    z-index: 110; }

.site-content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -moz-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }

.site-wrap {
  padding: 30px 40px; }

.logo {
  background-image: url(../img/logo.svg);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
  background-size: contain; }

.animate {
  opacity: 0;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  -ms-transform: translateY(25px);
  -o-transform: translateY(25px);
  transform: translateY(25px);
  -webkit-transition: opacity .85s, -webkit-transform .85s;
  transition: opacity .85s, -webkit-transform .85s;
  -o-transition: opacity .85s, -o-transform .85s;
  -moz-transition: opacity .85s, transform .85s, -moz-transform .85s;
  transition: opacity .85s, transform .85s;
  transition: opacity .85s, transform .85s, -webkit-transform .85s, -moz-transform .85s, -o-transform .85s; }
  .animate.animated {
    opacity: 1;
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px); }

.wrap {
  padding: 25px 40px; }

.btn {
  display: inline-block;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  text-align: center;
  color: #ffffff;
  background-color: #2bae33;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  padding: 14px 10px;
  min-width: 145px;
  -webkit-transition: color 0.35s;
  -o-transition: color 0.35s;
  -moz-transition: color 0.35s;
  transition: color 0.35s;
  outline: 0;
  border: 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  -webkit-transform: perspective(1px) translateZ(0);
  -moz-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0); }
  .btn:hover:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }
  .btn:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-color: #289e2e;
    -webkit-transition: opacity .35s .05s, -webkit-transform 0.35s;
    transition: opacity .35s .05s, -webkit-transform 0.35s;
    -o-transition: opacity .35s .05s, -o-transform 0.35s;
    -moz-transition: transform 0.35s, opacity .35s .05s, -moz-transform 0.35s;
    transition: transform 0.35s, opacity .35s .05s;
    transition: transform 0.35s, opacity .35s .05s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
    -webkit-transform: translate(30%, -190%) rotate(30deg);
    -moz-transform: translate(30%, -190%) rotate(30deg);
    -ms-transform: translate(30%, -190%) rotate(30deg);
    -o-transform: translate(30%, -190%) rotate(30deg);
    transform: translate(30%, -190%) rotate(30deg);
    -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
    opacity: 0;
    z-index: -1; }
  .btn.btn-loader {
    font-size: 0;
    color: rgba(255, 255, 255, 0);
    opacity: .65;
    cursor: default; }
    .btn.btn-loader:before {
      display: none; }
    .btn.btn-loader:after {
      content: '';
      width: 24px;
      height: 24px;
      border: solid 2px #fff;
      position: absolute;
      top: 50%;
      left: 50%;
      margin: -12px 0 0 -12px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      -webkit-animation: cssload-scale 1035ms infinite linear;
      -moz-animation: cssload-scale 1035ms infinite linear;
      -o-animation: cssload-scale 1035ms infinite linear;
      animation: cssload-scale 1035ms infinite linear; }
  .btn-simple {
    color: #006fc7;
    background-color: #ffffff;
    border: solid 1px #006fc7;
    padding: 13px 10px;
    -webkit-transition: color .35s;
    -o-transition: color .35s;
    -moz-transition: color .35s;
    transition: color .35s; }
    .btn-simple:hover {
      color: #ffffff; }
    .btn-simple:before {
      background-color: #006fc7; }
    .btn-simple.btn-loader:after {
      border: solid 2px #006fc7; }
  .btn-small {
    padding: 5px 10px; }
    @media screen and (max-width: 991px) {
      .btn-small {
        padding: 5px 10px !important; } }
  .btn:hover {
    text-decoration: none; }

.btn-disable {
  opacity: .35;
  cursor: not-allowed;
  pointer-events: none; }

@-webkit-keyframes cssload-scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    transform: scale(0); }
  90% {
    -webkit-transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes cssload-scale {
  0% {
    -moz-transform: scale(0);
    transform: scale(0);
    transform: scale(0); }
  90% {
    -moz-transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    transform: scale(1); } }

@-o-keyframes cssload-scale {
  0% {
    -o-transform: scale(0);
    transform: scale(0);
    transform: scale(0); }
  90% {
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -o-transform: scale(1);
    transform: scale(1);
    transform: scale(1); } }

@keyframes cssload-scale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    transform: scale(0); }
  90% {
    -webkit-transform: scale(0.7);
    -moz-transform: scale(0.7);
    -o-transform: scale(0.7);
    transform: scale(0.7);
    transform: scale(0.7); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    transform: scale(1); } }

.title {
  font-size: 50px;
  line-height: 54px;
  font-weight: 500;
  color: #6a6e83;
  margin: 20px 0; }
  .title-gray {
    color: #6a6e83; }

.subtitle {
  font-size: 32px;
  line-height: 38px;
  font-weight: 500;
  color: #6a6e83;
  margin: 15px 0; }
  .subtitle-m {
    font-size: 24px;
    line-height: 28px; }

.private-form .subtitle-m {
  font-size: 24px;
  line-height: 28px; }

/* Fix Slick slider stopped scroll*/
.slick-slider {
  -ms-touch-action: auto;
  touch-action: auto; }

/* Breadcrumb Navigation*/
.breadcrumb {
  margin-bottom: 20px; }
  .breadcrumb-item {
    display: inline-block;
    font-size: 13px;
    line-height: 20px;
    color: #878787; }
    .breadcrumb-item.active {
      color: #006fc7;
      cursor: default;
      text-decoration: none; }
    .breadcrumb-item:after {
      content: '';
      display: inline-block;
      width: 8px;
      height: 8px;
      background-image: url(../img/icons/i_right-arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      margin: 0 7px; }
    .breadcrumb-item:last-child:after {
      display: none; }
    .breadcrumb-item.active .breadcrumb-link {
      color: #006fc7;
      cursor: default;
      text-decoration: none; }
    .breadcrumb-item a.breadcrumb-link {
      color: #878787; }
  .breadcrumb-link {
    font-size: 13px;
    line-height: 20px;
    color: #878787;
    text-decoration: none; }
    .breadcrumb-link:hover {
      text-decoration: underline; }

/* Filter*/
.filter {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 30px 0; }
  .filter-item {
    margin-right: 10px; }
    .filter-item.active .filter-link {
      background-color: #006fc7;
      color: #ffffff; }
    .filter-item:last-child {
      margin-right: 0; }
  .filter-link {
    display: inline-block;
    font-size: 12px;
    line-height: 20px;
    color: #8fa1b3;
    text-decoration: none;
    background-color: #ffffff;
    border: solid 1px #006fc7;
    padding: 5px 19px;
    -webkit-transition: background-color .15s, color .15s;
    -o-transition: background-color .15s, color .15s;
    -moz-transition: background-color .15s, color .15s;
    transition: background-color .15s, color .15s; }
    .filter-link:hover {
      background-color: #006fc7;
      color: #ffffff; }

/* Labels*/
.label {
  font-size: 12px;
  line-height: 20px;
  padding: 5px 19px; }

.business-bg {
  background-color: #7b8ca0; }

.personal-bg {
  background-color: #5663a3; }

.vip-bg {
  background-color: #e7880c; }

/* Show more Btn*/
.show-more {
  text-align: center;
  margin: 30px 0; }
  .show-more-btn {
    display: inline-block; }

/* Accordion */
.accordion-item.active .accordion-name {
  opacity: 1; }

.accordion-item.active .accordion-arrow {
  opacity: 1;
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.accordion-head {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  .accordion-head:hover .accordion-name {
    opacity: 1; }
  .accordion-head:hover .accordion-arrow {
    opacity: 1; }

.accordion-name {
  opacity: .7;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  -moz-transition: opacity .15s;
  transition: opacity .15s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: -webkit-calc(100% - 30px);
  width: -moz-calc(100% - 30px);
  width: calc(100% - 30px); }

.accordion-arrow {
  width: 17px;
  height: 17px;
  background-image: url(../img/icons/i_arrow.svg);
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: contain;
  background-size: contain;
  opacity: .7;
  -webkit-transition: opacity .15s, -webkit-transform .15s;
  transition: opacity .15s, -webkit-transform .15s;
  -o-transition: opacity .15s, -o-transform .15s;
  -moz-transition: opacity .15s, transform .15s, -moz-transform .15s;
  transition: opacity .15s, transform .15s;
  transition: opacity .15s, transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }

.accordion-element {
  display: none; }

/* Form*/
.form {
  position: relative;
  background-color: #f4f5fa;
  padding: 30px 40px; }
  .form-title {
    font-size: 32px;
    line-height: 38px;
    font-weight: 500;
    color: #6a6e83; }
  .form-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #212529;
    margin: 15px 0; }
  .form-block {
    margin: 20px 0; }
  .form-item {
    margin-bottom: 15px; }
    .form-item:last-child {
      margin-bottom: 0; }
    .form-item_full {
      width: 100%; }
    .form-item.has-error .form-area {
      border-color: #e41e4c; }
    .form-item.has-error .help-block {
      color: #e41e4c; }
    .form-item.has-help .form-area {
      border-color: #6a6e83; }
    .form-item.has-help .help-block {
      color: #0070c7; }
    .form-item .help-block {
      font-size: 12px;
      line-height: 14px;
      font-weight: 400;
      margin: 2px 0 0 0;
      color: #0070c7;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s; }
  .form .form-group.has-error .form-area {
    border-color: #e41e4c; }
  .form .form-group.has-error .help-block {
    color: #e41e4c; }
  .form-label {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px; }
  .form-area {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 50px;
    background-color: #ffffff;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: solid 1px #dddddd;
    display: block;
    width: 100%;
    outline: 0;
    padding: 10px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    font-weight: 400;
    font-family: 'Rubik', sans-serif;
    -webkit-transition: border-color .15s;
    -o-transition: border-color .15s;
    -moz-transition: border-color .15s;
    transition: border-color .15s;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .form-area:focus {
      border-color: #006fc7; }
  .form-radio {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-radio .form-area {
      opacity: 0;
      display: none; }
      .form-radio .form-area:checked + .form-label:after {
        opacity: 1; }
    .form-radio .form-label {
      margin: 0;
      cursor: pointer;
      position: relative;
      padding-left: 28px; }
      .form-radio .form-label:before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -11px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .form-radio .form-label:after {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #006fc7;
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s; }
      .form-radio .form-label:hover:after {
        opacity: .4; }
  .form-checkbox {
    display: block;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-top: 25px; }
    @media screen and (max-width: 961px) {
      .form-checkbox {
        padding-top: 0; } }
    .form-checkbox label {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      display: inline-block;
      margin: 0;
      max-width: -webkit-calc(100% - 27px);
      max-width: -moz-calc(100% - 27px);
      max-width: calc(100% - 27px);
      cursor: pointer;
      position: relative;
      padding-left: 28px; }
      .form-checkbox label.active:after {
        opacity: 1; }
      .form-checkbox label.active:hover:after {
        opacity: 1; }
      .form-checkbox label a {
        color: #006fc7;
        text-decoration: none; }
        .form-checkbox label a:hover {
          text-decoration: underline; }
      .form-checkbox label:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        -webkit-border-radius: 2px;
        -moz-border-radius: 2px;
        border-radius: 2px;
        border: solid 1px #dddddd;
        margin-top: -2px; }
      .form-checkbox label:after {
        content: '';
        position: absolute;
        left: 7px;
        top: 2px;
        width: 6px;
        height: 12px;
        border: solid #006fc7;
        border-width: 0 2px 2px 0;
        -webkit-transform: rotate(45deg);
        -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        -o-transform: rotate(45deg);
        transform: rotate(45deg);
        opacity: 0;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s;
        margin-top: -2px; }
      .form-checkbox label:hover:after {
        opacity: .4; }
    .form-checkbox .form-area {
      opacity: 0;
      display: none; }
      .form-checkbox .form-area:checked + .form-label:after {
        opacity: 1; }
  .form-file {
    width: 100%; }
    .form-file .form-group.has-error .help-block {
      padding-right: 8px; }
    .form-file:hover .form-file_block {
      border-color: #006fc7; }
    .form-file_block {
      position: relative;
      height: 90px;
      background-color: #ffffff;
      border: dashed 1px #878787;
      -webkit-border-radius: 2px;
      -moz-border-radius: 2px;
      border-radius: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 0 15px;
      background-image: url(../img/decor-img/lines.png);
      background-position: center;
      background-repeat: repeat;
      -webkit-transition: border-color .15s;
      -o-transition: border-color .15s;
      -moz-transition: border-color .15s;
      transition: border-color .15s; }
    .form-file_input {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      outline: 0;
      border: 0;
      cursor: pointer;
      opacity: 0;
      font-size: 0px; }
    .form-file_text {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin: 0;
      color: #6a6e83; }
      .form-file_text__empty {
        font-size: 14px;
        line-height: 18px;
        font-weight: 400;
        margin: 0;
        color: #6a6e83;
        display: none; }
  .form-textarea .form-area {
    height: 120px;
    resize: none;
    max-width: 100%;
    max-height: 300px; }
  .form-b {
    text-align: center;
    margin-top: 30px; }

.form-item.form-radio.uah {
  background-image: none; }

.form-group.has-error .custom-standart-datepicker, .form-group.has-error .standart-datepicker {
  border-color: #e41e4c; }

.form-group.has-error .select2-container--default .select2-selection--single {
  border-color: #e41e4c; }

.form-group .help-block {
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin: 2px 0 0 0;
  color: #0070c7;
  -webkit-transition: color .15s;
  -o-transition: color .15s;
  -moz-transition: color .15s;
  transition: color .15s; }

/* Standart Select*/
.standart-select .select2-container {
  width: 100% !important;
  min-width: 150px; }
  .standart-select .select2-container:hover .select2-selection__arrow {
    -webkit-transform: rotateX(180deg);
    -moz-transform: rotateX(180deg);
    transform: rotateX(180deg); }

.standart-select .select2-container--default .select2-selection--single {
  height: 50px;
  background-color: #ffffff;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
  border: solid 1px #dddddd;
  display: block;
  width: 100%;
  outline: 0;
  padding: 10px 50px 10px 20px;
  font-size: 14px;
  line-height: 18px;
  color: #212529;
  font-weight: 400;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.standart-select .select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 48px;
  height: -webkit-calc(100% - 2px);
  height: -moz-calc(100% - 2px);
  height: calc(100% - 2px);
  top: 1px;
  right: 1px;
  left: auto;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: 11px;
  background-size: 11px;
  background-image: url(../img/icons/i_arrow.svg);
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  -o-transition: -o-transform .15s;
  -moz-transition: transform .15s, -moz-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
  .standart-select .select2-container--default .select2-selection--single .select2-selection__arrow * {
    display: none; }

.standart-select .select2-container .select2-selection--single .select2-selection__rendered {
  padding: 0;
  font-size: 14px;
  line-height: 18px;
  color: #212529;
  font-weight: 400; }

.standart-select .select2-container--open .select2-selection__arrow {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg); }

.select2-dropdown {
  background-color: #ffffff;
  border: solid 1px #dddddd; }
  .select2-dropdown .select2-results__option {
    padding: 5px 20px;
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    font-weight: 400;
    background-color: #ffffff; }

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #006fc7;
  color: #ffffff; }

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #f4f5fa;
  color: #212529; }

/* Standart Tabs*/
.tab-nav_item {
  display: inline-block; }
  .tab-nav_item.active .tab-nav_link {
    opacity: 1; }

.tab-nav_link {
  display: inline-block;
  cursor: pointer;
  opacity: .7;
  -webkit-transition: opacity .15s;
  -o-transition: opacity .15s;
  -moz-transition: opacity .15s;
  transition: opacity .15s; }
  .tab-nav_link:hover {
    opacity: 1; }

.tab-item {
  display: none; }
  .tab-item.active {
    display: block; }

/* Thank block*/
.thank {
  width: 100%;
  height: 420px;
  background-color: #f4f5fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .thank-wrap {
    text-align: center;
    width: 600px; }
  .thank-icon {
    width: 120px;
    height: 120px;
    margin: 0 auto 20px auto;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(../img/decor-img/thank_icon.svg); }
  .thank-title {
    font-size: 32px;
    line-height: 38px;
    color: #6a6e83;
    font-weight: 500;
    margin: 0 0 10px 0; }
  .thank-text {
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    font-weight: 400;
    margin: 0; }

/* Standart links*/
.standart-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: solid 1px #c3c4c8; }
  .standart-nav_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .standart-nav_item.active .standart-nav_link {
      opacity: 1; }
      .standart-nav_item.active .standart-nav_link:after {
        width: 100%; }
  .standart-nav_link {
    color: #212529;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    text-decoration: none;
    padding: 15px 50px;
    display: inline-block;
    position: relative;
    opacity: .7;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    -moz-transition: opacity .15s;
    transition: opacity .15s; }
    .standart-nav_link:after {
      content: '';
      width: 0;
      height: 3px;
      position: absolute;
      bottom: -1px;
      left: 50%;
      -webkit-transform: translateX(-50%);
      -moz-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
      -o-transform: translateX(-50%);
      transform: translateX(-50%);
      background-color: #212529;
      -webkit-transition: width .15s;
      -o-transition: width .15s;
      -moz-transition: width .15s;
      transition: width .15s; }
    .standart-nav_link:hover {
      opacity: 1; }

/* Back to list*/
.back-to-list {
  display: inline-block;
  font-size: 18px;
  line-height: 24px;
  text-decoration: none;
  font-weight: 500;
  color: #878787;
  margin: 25px 0; }
  .back-to-list:hover .back-to-list_text {
    text-decoration: underline; }
  .back-to-list_icon {
    display: inline-block;
    vertical-align: middle;
    width: 19px;
    height: 19px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(../img/icons/i_arrow-back.svg);
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-right: 5px; }
  .back-to-list_text {
    display: inline-block;
    vertical-align: middle; }

/* Documents */
.documents-item {
  border-top: solid 1px #cccccc;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 22px 25px;
  -webkit-transition: background-color .15s, border-color .15s;
  -o-transition: background-color .15s, border-color .15s;
  -moz-transition: background-color .15s, border-color .15s;
  transition: background-color .15s, border-color .15s; }
  .documents-item:last-child {
    border-bottom: solid 1px #cccccc; }
  .documents-item:hover {
    background-color: rgba(0, 111, 199, 0.1);
    border-color: #006fc7; }
    .documents-item:hover + .documents-item {
      border-top-color: #006fc7; }

.documents-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: calc(100% - 300px); }
  .documents-name_icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(../img/icons/i_download.svg); }
  .documents-name_text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    display: inline-block;
    width: -webkit-calc(100% - 35px);
    width: -moz-calc(100% - 35px);
    width: calc(100% - 35px); }

.documents-format {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #006fc7;
  width: 150px;
  text-align: right;
  padding: 0 10px; }

.documents-size {
  font-size: 16px;
  line-height: 18px;
  font-weight: 500;
  color: #006fc7;
  width: 150px;
  text-align: right;
  padding: 0 10px; }

/* Standart Item-Lines in table*/
.lines-item {
  border-top: solid 1px #cccccc;
  text-decoration: none;
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 15px 25px;
  -webkit-transition: background-color .15s, border-color .15s;
  -o-transition: background-color .15s, border-color .15s;
  -moz-transition: background-color .15s, border-color .15s;
  transition: background-color .15s, border-color .15s; }
  .lines-item:last-child {
    border-bottom: solid 1px #cccccc; }
  .lines-item:hover {
    background-color: rgba(0, 111, 199, 0.1);
    border-color: #006fc7; }
    .lines-item:hover + .lines-item {
      border-top-color: #006fc7; }

.lines-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: -webkit-calc(100% - 300px);
  width: -moz-calc(100% - 300px);
  width: -webkit-calc(100% - 400px);
  width: -moz-calc(100% - 400px);
  width: calc(100% - 400px);
  font-size: 18px;
  line-height: 24px;
  font-weight: 500;
  color: #212529;
  display: inline-block; }
  .lines-name_icon {
    width: 28px;
    height: 28px;
    display: inline-block;
    margin-right: 5px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    background-image: url(../img/icons/i_download.svg); }
  .lines-name_text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    color: #212529;
    display: inline-block; }

.lines-city {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #006fc7;
  width: 250px;
  text-align: center;
  padding: 0 10px;
  margin-right: 100px; }

.lines-arrow {
  width: 45px;
  height: 45px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  background-color: #f4f5fa;
  background-repeat: no-repeat;
  background-position: center;
  background-image: url(../img/icons/i_arrow-gray.svg);
  -moz-background-size: 17px;
  background-size: 17px;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg); }

/* Table */
.table {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-color: #ffffff;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
  .table .load-more-container {
    width: 100%; }
  .table-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 16px 30px; }
    .table-line:nth-child(odd) {
      background-color: #f4f5fa; }
    .table-line.table-head {
      background-color: #006fc7; }
      .table-line.table-head .table-text {
        color: #ffffff;
        font-size: 16px;
        line-height: 18px;
        font-weight: 500; }
  .table-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-right: 20px; }
    .table-item:last-child {
      padding-right: 0; }
    .table-item.doc {
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around; }
  .table-text {
    color: #212529;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400; }
  .table .text-blue {
    color: #006fc7; }
  .table .text-bold {
    font-weight: 500; }
  .table-doc {
    width: 24px;
    height: 24px;
    text-decoration: none;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 22px;
    background-size: 22px;
    background-image: url(../img/icons/i_download-doc.svg);
    margin: 0 auto; }
    .table-doc:hover {
      -moz-background-size: 24px;
      background-size: 24px; }

/* Icons*/
.usd {
  background-image: url(../img/icons/i_usd.svg); }

.eur {
  background-image: url(../img/icons/i_euro.svg); }

.uah {
  background-image: url(../img/icons/i_uah.svg); }

.rub {
  background-image: url(../img/icons/i_rub.svg); }

.gbp {
  background-image: url(../img/icons/i_gbp.svg); }

/* Converter*/
.converter {
  position: relative; }
  .converter-part {
    width: 100%;
    height: 120px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 40px;
    border: solid 1px #cccccc; }
    .converter-part:nth-child(1) {
      -webkit-border-top-left-radius: 3px;
      -moz-border-radius-topleft: 3px;
      border-top-left-radius: 3px;
      -webkit-border-top-right-radius: 3px;
      -moz-border-radius-topright: 3px;
      border-top-right-radius: 3px;
      border-bottom: 0; }
    .converter-part:nth-child(2) {
      -webkit-border-bottom-left-radius: 3px;
      -moz-border-radius-bottomleft: 3px;
      border-bottom-left-radius: 3px;
      -webkit-border-bottom-right-radius: 3px;
      -moz-border-radius-bottomright: 3px;
      border-bottom-right-radius: 3px;
      border-top: 0; }
    .converter-part.active {
      background-color: #006fc7;
      border: solid 1px #006fc7; }
      .converter-part.active .converter-val input {
        color: #ffffff; }
        .converter-part.active .converter-val input::-webkit-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        .converter-part.active .converter-val input:-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        .converter-part.active .converter-val input::-moz-placeholder {
          color: #ffffff;
          opacity: 1; }
        .converter-part.active .converter-val input:-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        .converter-part.active .converter-val input::-ms-input-placeholder {
          color: #ffffff;
          opacity: 1; }
        .converter-part.active .converter-val input::placeholder {
          color: #ffffff;
          opacity: 1; }
      .converter-part.active .standart-select .select2-container .select2-selection--single .select2-selection__rendered {
        color: #ffffff; }
      .converter-part.active .standart-select .select2-container--default .select2-selection--single .select2-selection__arrow {
        background-image: url(../img/icons/i_arrow-white.svg); }
  .converter-val {
    width: 50%; }
    .converter-val input {
      outline: 0;
      border: 0;
      font-size: 32px;
      line-height: 36px;
      font-weight: 500;
      color: #000000;
      display: block;
      width: 100%;
      background-color: rgba(255, 255, 255, 0);
      margin: 0;
      padding: 0;
      font-family: 'Rubik', sans-serif; }
      .converter-val input::-webkit-input-placeholder {
        color: #000000;
        opacity: 1; }
      .converter-val input:-moz-placeholder {
        color: #000000;
        opacity: 1; }
      .converter-val input::-moz-placeholder {
        color: #000000;
        opacity: 1; }
      .converter-val input:-ms-input-placeholder {
        color: #000000;
        opacity: 1; }
      .converter-val input::-ms-input-placeholder {
        color: #000000;
        opacity: 1; }
      .converter-val input::placeholder {
        color: #000000;
        opacity: 1; }
  .converter-valute {
    width: 50%;
    text-align: right;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
  .converter-switch {
    width: 68px;
    height: 68px;
    background-color: #f4f5fa;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 10;
    margin: -34px 0 0 -34px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    cursor: pointer;
    background-image: url(../img/icons/i_switch.svg);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 32px;
    background-size: 32px; }
  .converter .standart-select .select2-container--default .select2-selection--single {
    background-color: rgba(255, 255, 255, 0);
    border: 0;
    text-transform: uppercase;
    font-size: 18px;
    line-height: 20px;
    padding: 0 20px 0 0;
    text-align: center; }
  .converter .standart-select .select2-container {
    min-width: 60px; }
  .converter .standart-select {
    width: 60px; }
  .converter .standart-select .select2-container--default .select2-selection--single .select2-selection__arrow {
    background-color: rgba(255, 255, 255, 0);
    width: 20px;
    height: 44px; }
  .converter .standart-select .select2-container .select2-selection--single .select2-selection__rendered {
    display: inline-block;
    margin: 0 auto; }
  .converter-icon {
    width: 22px;
    height: 14px;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    margin-top: -2px; }
    .converter-icon.uah {
      background-image: url(../img/icons/flag_uah.svg); }
    .converter-icon.usd {
      background-image: url(../img/icons/flag_usd.svg); }
    .converter-icon.gbp {
      background-image: url(../img/icons/flag_gbp.svg); }
    .converter-icon.rub {
      background-image: url(../img/icons/flag_rub.svg); }
    .converter-icon.eur {
      background-image: url(../img/icons/flag_eur.svg); }

/* Range slider*/
.rangeslider {
  background-color: #f4f5fa;
  height: 8px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .rangeslider .rangeslider__fill {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background-color: #006fc7; }
  .rangeslider .rangeslider__handle {
    width: 22px;
    height: 22px;
    background-color: #ffffff;
    border: 0;
    -webkit-box-shadow: 0px 0px 30px 0px rgba(3, 81, 142, 0.75);
    -moz-box-shadow: 0px 0px 30px 0px rgba(3, 81, 142, 0.75);
    box-shadow: 0px 0px 30px 0px rgba(3, 81, 142, 0.75);
    background-image: none;
    top: -7px; }
    .rangeslider .rangeslider__handle:after {
      background-image: none;
      width: 14px;
      height: 14px;
      background-color: #006fc7; }

/* Standart Datepicker*/
.custom-standart-datepicker, .standart-datepicker {
  height: 50px;
  background-color: #fff;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  border: 1px solid #ddd;
  display: block;
  width: 100%;
  outline: 0;
  padding: 10px 20px;
  color: #212529;
  font-family: Rubik, sans-serif; }

.ui-datepicker {
  background-color: #ffffff;
  width: 220px;
  border: solid 1px #006fc7;
  display: none; }
  .ui-datepicker .ui-datepicker-header {
    position: relative;
    padding: 0 35px;
    text-align: center;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .ui-datepicker .ui-datepicker-title {
    width: 100%;
    color: #006fc7;
    font-size: 14px;
    line-height: 18px;
    font-weight: 500; }
  .ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 0;
    width: 30px;
    height: 30px;
    background-color: #ffffff;
    cursor: pointer;
    background-image: url(../img/icons/i_arrow-blue.svg);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 12px;
    background-size: 12px;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -moz-transition: background-color .15s;
    transition: background-color .15s; }
    .ui-datepicker .ui-datepicker-prev:hover, .ui-datepicker .ui-datepicker-next:hover {
      background-color: rgba(0, 111, 199, 0.1); }
    .ui-datepicker .ui-datepicker-prev .ui-icon, .ui-datepicker .ui-datepicker-next .ui-icon {
      display: none; }
  .ui-datepicker .ui-datepicker-prev {
    left: 0;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg); }
  .ui-datepicker .ui-datepicker-next {
    right: 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .ui-datepicker .ui-datepicker-calendar {
    width: 100%; }
    .ui-datepicker .ui-datepicker-calendar th {
      color: #6a6e83;
      font-size: 13px;
      line-height: 18px;
      text-align: center;
      font-weight: 500; }
    .ui-datepicker .ui-datepicker-calendar td {
      text-align: center; }
      .ui-datepicker .ui-datepicker-calendar td a {
        color: #212529;
        font-size: 13px;
        line-height: 18px;
        font-weight: 500;
        text-decoration: none;
        -webkit-transition: color .15s;
        -o-transition: color .15s;
        -moz-transition: color .15s;
        transition: color .15s;
        width: 25px;
        height: 25px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center; }
      .ui-datepicker .ui-datepicker-calendar td:hover a {
        color: #006fc7; }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-today {
        background-color: rgba(0, 111, 199, 0.1); }
      .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day {
        background-color: #006fc7; }
        .ui-datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a {
          color: #ffffff; }
  .ui-datepicker .ui-datepicker-unselectable.ui-state-disabled {
    opacity: .5; }
    .ui-datepicker .ui-datepicker-unselectable.ui-state-disabled .ui-state-default {
      color: #212529;
      font-size: 13px;
      line-height: 18px;
      font-weight: 500;
      text-decoration: none;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s;
      width: 25px;
      height: 25px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }

/* Form app*/
.form-app {
  background-color: #f4f5fa;
  padding: 30px 40px 40px 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .form-app-info {
    width: 50%;
    padding-right: 60px; }
  .form-app-title {
    margin: 0 0 20px 0; }
  .form-app-text {
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    font-weight: 400;
    margin: 0; }
  .form-app-form {
    width: 450px;
    padding-top: 10px; }
  .form-app-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .form-app-action .btn {
      width: 200px; }
    .form-app-action .btn-simple {
      background-color: rgba(255, 255, 255, 0); }
    .form-app-action_or {
      font-size: 12px;
      line-height: 18px;
      color: #212529;
      font-weight: 400;
      margin: 0; }
  .form-app .form-group.has-error .form-area {
    border-color: #e41e4c; }
  .form-app .form-group.has-error .help-block {
    color: #e41e4c; }

.form-group.has-error .form-area {
  border-color: #e41e4c; }

.form-group.has-error .help-block {
  color: #e41e4c; }

.form-item__full {
  width: 100%; }
  .form-item__full .form-item {
    width: 100%; }

.private-form-block .form-item__full {
  width: 100%; }
  .private-form-block .form-item__full .form-item {
    width: 100%; }
    .private-form-block .form-item__full .form-item:last-child {
      margin-bottom: 15px; }

.form-item.place-date .custom-standart-datepicker, .form-item.place-date .standart-datepicker {
  font-size: 14px;
  background-image: url(../img/icons/i_datepicker.svg);
  background-repeat: no-repeat;
  -webkit-background-size: 16px 16px;
  background-size: 16px 16px;
  background-position: calc(100% - 20px) center; }

.form-item .help-block.help-block_hint {
  display: none; }

.form-item.input-focus .help-block_hint {
  display: block; }

.form-group.has-error + .help-block {
  display: none; }

.private-form-b.form-line-full {
  width: 100%; }

.private-form-ask.form-ask-modify .form-item {
  display: inline-block;
  margin-right: 20px; }
  .private-form-ask.form-ask-modify .form-item:last-child {
    margin-right: 0; }

/* Cut text*/
.cut-text.show .cut-text_all {
  display: inline; }

.cut-text.show .cut-text_sep {
  display: none; }

.cut-text_all {
  display: none; }

.cut-text_more {
  display: none; }
  .cut-text_more.hide {
    display: none; }
  .cut-text_more.show {
    display: inline-block; }

.cut-text_hide {
  display: none; }
  .cut-text_hide.hide {
    display: none; }
  .cut-text_hide.show {
    display: inline-block; }

.at-resp-share-element .at-share-btn {
  margin: 10px 0px 0 15px !important; }

.fd-table {
  border: #f0f0f0 1px solid;
  border-left: none;
  border-collapse: collapse; }

.fd-table tr td, .fd-table tr th {
  border-left: #f0f0f0 1px solid;
  padding: 0px 20px;
  vertical-align: top; }

.fd-table tr th {
  background: #f0f0f0; }

.cookies-disclaimer {
  position: fixed;
  align-items: center;
  top: 145px;
  right: 25px;
  max-width: 70vw;
  display: none;
  padding: 20px 50px 20px 20px;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 4px;
  z-index: 9998; }
  @media screen and (max-width: 1360px) {
    .cookies-disclaimer {
      top: 195px; } }
  @media screen and (max-width: 991px) {
    .cookies-disclaimer {
      flex-direction: column;
      align-items: flex-start;
      top: auto;
      right: 0;
      left: 0;
      bottom: 0;
      max-width: 100%;
      padding: 16px 8px;
      border-radius: 0;
      background-color: #fff; } }
  .cookies-disclaimer p {
    margin: 0; }
  .cookies-disclaimer_visible {
    display: flex; }
  .cookies-disclaimer__text {
    font-size: 14px;
    line-height: 1.5; }
    @media screen and (max-width: 991px) {
      .cookies-disclaimer__text {
        margin-bottom: 8px; } }
  .cookies-disclaimer__link {
    color: #006fc7; }
  .cookies-disclaimer__btn-ok {
    margin-left: 100px; }
    @media screen and (max-width: 1080px) {
      .cookies-disclaimer__btn-ok {
        margin-left: 24px; } }
    @media screen and (max-width: 991px) {
      .cookies-disclaimer__btn-ok {
        margin-left: 0; } }
  .cookies-disclaimer__cross {
    position: absolute;
    top: 10px;
    right: 14px;
    width: 16px;
    height: 16px;
    cursor: pointer; }
    .cookies-disclaimer__cross:before, .cookies-disclaimer__cross:after {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      margin: auto;
      width: 2px;
      height: 14px;
      background-color: #404040;
      cursor: pointer; }
    .cookies-disclaimer__cross:before {
      transform: rotate(-45deg); }
    .cookies-disclaimer__cross:after {
      transform: rotate(45deg); }

@-webkit-keyframes headerTurn {
  0% {
    top: 0; }
  100% {
    top: -40px; } }

@-moz-keyframes headerTurn {
  0% {
    top: 0; }
  100% {
    top: -40px; } }

@-o-keyframes headerTurn {
  0% {
    top: 0; }
  100% {
    top: -40px; } }

@keyframes headerTurn {
  0% {
    top: 0; }
  100% {
    top: -40px; } }

@-webkit-keyframes headerTurnOut {
  0% {
    top: -40px; }
  100% {
    top: 0; } }

@-moz-keyframes headerTurnOut {
  0% {
    top: -40px; }
  100% {
    top: 0; } }

@-o-keyframes headerTurnOut {
  0% {
    top: -40px; }
  100% {
    top: 0; } }

@keyframes headerTurnOut {
  0% {
    top: -40px; }
  100% {
    top: 0; } }

.header:not(.main-header) .header-nav {
  display: block !important;
  opacity: 1 !important; }

.header {
  background-color: #ffffff;
  position: relative; }
  .header.fixed {
    -webkit-animation: headerTurn .35s forwards .02s linear;
    -moz-animation: headerTurn .35s forwards .02s linear;
    -o-animation: headerTurn .35s forwards .02s linear;
    animation: headerTurn .35s forwards .02s linear; }
  .header.fixed-out {
    -webkit-animation: headerTurnOut .35s forwards linear;
    -moz-animation: headerTurnOut .35s forwards linear;
    -o-animation: headerTurnOut .35s forwards linear;
    animation: headerTurnOut .35s forwards linear; }
  .header-top {
    padding-left: 40px; }
    .header-top_wrap {
      padding: 10px 40px 10px 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-bottom: solid 1px #e2e2e2; }
      .header-top_wrap.height-n {
        height: 0;
        overflow: hidden; }
    .header-top_action {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header-top_item {
      border-right: solid 1px #e2e2e2;
      margin-right: 10px;
      padding-right: 10px; }
      .header-top_item:last-child {
        border-right: 0;
        margin-right: 0;
        padding-right: 0; }
  .header-search {
    color: #878787;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-search:hover {
      text-decoration: underline; }
    .header-search_icon {
      width: 14px;
      height: 14px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      background-image: url(../img/icons/i_search-gray.svg);
      margin-right: 8px; }
  .header-chat {
    color: #878787;
    text-decoration: none;
    font-size: 12px;
    line-height: 18px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header-chat:hover {
      text-decoration: underline; }
    .header-chat_icon {
      width: 17px;
      height: 17px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      background-image: url(../img/icons/i_chat-gray.svg);
      margin-right: 8px; }
  .header-lang {
    display: inline-block; }
    .header-lang_link {
      font-size: 12px;
      line-height: 18px;
      text-transform: uppercase;
      text-decoration: none;
      color: #878787;
      font-weight: 400;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s;
      margin-right: 7px; }
      .header-lang_link:last-child {
        margin-right: 0; }
      .header-lang_link.active {
        color: #212529; }
      .header-lang_link:hover {
        color: #212529; }
  .header-block {
    height: 80px;
    padding: 15px 40px;
    border-bottom: solid 1px #e2e2e2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .header-logo {
    width: 190px;
    height: 45px;
    display: inline-block;
    margin-right: 40px; }

@-webkit-keyframes navHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes navHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes navHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes navHide {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes navTurn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-moz-keyframes navTurn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-o-keyframes navTurn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes navTurn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .header.main-header .header-nav.show {
    -webkit-animation: navTurn .15s forwards linear;
    -moz-animation: navTurn .15s forwards linear;
    -o-animation: navTurn .15s forwards linear;
    animation: navTurn .15s forwards linear; }
  .header.main-header .header-nav.hide {
    -webkit-animation: navHide .15s forwards linear;
    -moz-animation: navHide .15s forwards linear;
    -o-animation: navHide .15s forwards linear;
    animation: navHide .15s forwards linear; }
  .header-nav_link {
    color: #878787;
    font-size: 16px;
    line-height: 20px;
    text-decoration: none;
    margin-right: 30px;
    font-weight: 400; }
    .header-nav_link:last-child {
      margin-right: 0; }
    .header-nav_link.active {
      color: #212529; }
    .header-nav_link:hover {
      color: #212529; }
  .header-contacts {
    margin-right: 35px;
    margin-left: auto; }
    .header-contacts_b:first-child {
      margin-top: 5px;
      margin-bottom: 4px; }
    .header-contacts_phone {
      font-size: 16px;
      line-height: 20px;
      font-weight: 500;
      color: #212529;
      text-decoration: none;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s; }
      .header-contacts_phone:hover {
        color: #006fc7; }
    .header-contacts_all {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      color: #006fc7;
      text-decoration: none; }
      .header-contacts_all:hover {
        text-decoration: underline; }
  .header-loc {
    margin-right: 35px; }
    .header-loc_b {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header-loc_text {
      font-size: 13px;
      line-height: 20px;
      font-weight: 500;
      color: #212529; }
    .header-loc_chose {
      margin-left: 5px; }
    .header-loc_select {
      font-size: 13px;
      line-height: 20px;
      font-weight: 500;
      color: #212529;
      border: 0;
      outline: 0; }
    .header-loc_all {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      color: #006fc7;
      text-decoration: none;
      display: inline-block; }
      .header-loc_all:before {
        content: '';
        width: 17px;
        height: 17px;
        display: inline-block;
        vertical-align: middle;
        margin-right: 5px;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: contain;
        background-size: contain;
        background-image: url(../img/icons/i_marker-blue.svg); }
      .header-loc_all:hover {
        text-decoration: underline; }
    .header-loc .standart-select .select2-container--default .select2-selection--single {
      height: auto;
      font-size: 13px;
      line-height: 20px;
      font-weight: 500;
      color: #212529;
      padding: 4px 35px 4px 10px; }
    .header-loc .standart-select .select2-container {
      min-width: 130px; }
    .header-loc .standart-select .select2-container--default .select2-selection--single .select2-selection__arrow {
      width: 35px; }
  .header-bank {
    position: relative;
    height: 46px;
    margin-left: 8px; }
  .header.header.fixed .search {
    height: -webkit-calc(100vh - 80px);
    height: -moz-calc(100vh - 80px);
    height: calc(100vh - 80px); }
  .header .search {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    background-color: #fff;
    z-index: 100;
    overflow: auto; }
    .header .search-top {
      height: 100px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      padding: 0 40px; }
    .header .search-close {
      width: 22px;
      height: 22px;
      display: inline-block;
      cursor: pointer;
      background-image: url(../img/icons/i_cross.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      -webkit-transition: -webkit-transform .15s;
      transition: -webkit-transform .15s;
      -o-transition: -o-transform .15s;
      -moz-transition: transform .15s, -moz-transform .15s;
      transition: transform .15s;
      transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
      .header .search-close:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .header .search-b {
      width: -webkit-calc(100% - 30px);
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px); }
    .header .search-input {
      display: block;
      width: 100%;
      outline: 0;
      border: 0;
      font-size: 24px;
      line-height: 28px;
      font-weight: 500;
      color: #212529; }
    .header .search .menu {
      position: relative;
      border-top: solid 1px #e2e2e2;
      height: -webkit-calc(100% - 100px);
      height: -moz-calc(100% - 100px);
      height: calc(100% - 100px); }
      .header .search .menu .menu-wrap {
        position: relative;
        padding-left: 0;
        height: 100%; }
      .header .search .menu .menu-logo {
        display: none; }
      .header .search .menu .menu-nav {
        margin: 0; }
      .header .search .menu .menu-nav_more {
        display: none; }
      .header .search .menu .menu-actions {
        display: none; }
      .header .search .menu .menu-bank {
        display: none; }
      .header .search .menu .menu-banner {
        display: none; }
      .header .search .menu .menu-b {
        background-color: #ffffff; }
      .header .search .menu .menu-close {
        display: none; }
      .header .search .menu .menu-nav_link {
        color: #006fc7;
        opacity: .5;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s; }
        .header .search .menu .menu-nav_link:hover {
          opacity: 1; }
      .header .search .menu .menu-nav_item.active .menu-nav_link {
        color: #006fc7;
        opacity: 1; }
      .header .search .menu .menu-list {
        border-left: solid 1px #e2e2e2; }
    .header .search .search-block {
      padding: 10px 40px;
      border-top: solid 1px #e2e2e2;
      position: relative;
      height: -webkit-calc(100% - 100px);
      height: -moz-calc(100% - 100px);
      height: calc(100% - 100px);
      overflow: auto; }
      .header .search .search-block:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 20px;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(235, 239, 242, 0.5)), to(rgba(235, 239, 242, 0)));
        background: -webkit-linear-gradient(top, rgba(235, 239, 242, 0.5) 0%, rgba(235, 239, 242, 0) 100%);
        background: -moz-linear-gradient(top, rgba(235, 239, 242, 0.5) 0%, rgba(235, 239, 242, 0) 100%);
        background: -o-linear-gradient(top, rgba(235, 239, 242, 0.5) 0%, rgba(235, 239, 242, 0) 100%);
        background: linear-gradient(to bottom, rgba(235, 239, 242, 0.5) 0%, rgba(235, 239, 242, 0) 100%); }
      .header .search .search-block_item {
        margin: 30px 0;
        padding-bottom: 30px;
        border-bottom: solid 1px #e2e2e2; }
        .header .search .search-block_item:last-child {
          border-bottom: 0;
          padding-bottom: 0; }
      .header .search .search-block_container {
        margin: 20px 0 0 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: stretch;
        -webkit-align-items: stretch;
        -moz-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch; }
      .header .search .search-block_title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 500;
        color: #006fc7;
        margin: 0 0 20px 0; }
    .header .search .search-action .news-item {
      width: -webkit-calc(50% - 15px);
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px);
      margin: 0 30px 30px 0; }
      .header .search .search-action .news-item:nth-child(2n) {
        margin-right: 0; }
      .header .search .search-action .news-item_block {
        width: 100%; }
    .header .search .search-action .show-more {
      margin-top: 0; }
    .header .search .search-news .news-item {
      width: -webkit-calc((100% / 3) - 3px);
      width: -moz-calc((100% / 3) - 3px);
      width: calc((100% / 3) - 3px);
      margin: 0 4px 4px 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      background-size: cover;
      background-color: #006fc7;
      height: 260px; }
      .header .search .search-news .news-item:hover {
        -webkit-transform: scale(1.01);
        -moz-transform: scale(1.01);
        -ms-transform: scale(1.01);
        -o-transform: scale(1.01);
        transform: scale(1.01); }
      .header .search .search-news .news-item:nth-child(3n) {
        margin-right: 0; }
      .header .search .search-news .news-item_block {
        width: 100%;
        height: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative; }
      .header .search .search-news .news-item_head {
        padding-bottom: 0;
        margin-bottom: 0;
        border-bottom: 0;
        width: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .header .search .search-news .news-item_info {
        -webkit-align-self: flex-end;
        -ms-flex-item-align: end;
        align-self: flex-end; }
      .header .search .search-news .news-item_date {
        color: #ffffff; }
      .header .search .search-news .news-item_title {
        color: #ffffff;
        margin: 5px 0 0 0; }
    .header .search .search-news .show-more {
      margin-top: 25px; }
    .header .search .search-page .news-item {
      width: -webkit-calc((100% / 3) - 3px);
      width: -moz-calc((100% / 3) - 3px);
      width: calc((100% / 3) - 3px);
      margin: 0 4px 4px 0;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;
      background-color: #f4f5fa;
      height: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      padding: 25px 40px;
      text-align: center;
      -webkit-transition: background-color .35s;
      -o-transition: background-color .35s;
      -moz-transition: background-color .35s;
      transition: background-color .35s; }
      .header .search .search-page .news-item:hover {
        background-color: #e7e9f1; }
      .header .search .search-page .news-item:nth-child(3n) {
        margin-right: 0; }
    .header .search .search-page .show-more {
      margin-top: 25px; }

.zsu-help {
  display: flex;
  align-items: center; }
  .zsu-help a:first-child {
    position: static; }
    .zsu-help a:first-child img {
      width: 50px; }
  .zsu-help a {
    margin-right: 8px; }
  @media screen and (max-width: 992px) {
    .zsu-help {
      display: none; }
      .zsu-help a:first-child {
        position: absolute;
        top: -63px;
        left: -95px; }
        .zsu-help a:first-child img {
          width: 28px; } }

.work-schedule {
  background-color: #2bae33;
  padding: 12px 36px;
  display: none; }
  .work-schedule a {
    color: #fff;
    font-size: 16px;
    font-weight: 500; }
    .work-schedule a:hover {
      color: #0a6aa1; }
  .work-schedule.show {
    display: block; }

@media screen and (max-width: 1400px) {
  .header-b:last-child {
    width: 120%; } }

@media screen and (max-width: 1800px) {
  .header-loc {
    margin-right: 8px; }
  .header-block {
    height: 130px; }
  .header-b {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: auto !important; }
  .header-nav {
    width: 100%;
    margin-top: 20px; }
  .header .header-logo {
    width: 160px;
    margin-right: 25px; }
  .header-contacts {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px; }
  .header .header-nav_link {
    font-size: 14px;
    margin-right: 15px; }
  .header .search {
    height: -webkit-calc(100vh - 170px);
    height: -moz-calc(100vh - 170px);
    height: calc(100vh - 170px); }
    .header .search .news .news-item_title {
      font-size: 16px;
      line-height: 20px; }
  .header-bank_p2p {
    margin-left: 8px; }
  .header .zsu-help {
    position: relative;
    display: flex;
    flex-direction: column;
    margin-left: auto; }
    .header .zsu-help a:first-child {
      position: absolute;
      top: -58px;
      left: 46px; }
      .header .zsu-help a:first-child img {
        width: 50px; } }

@media screen and (max-width: 991px) {
  .header {
    z-index: 100;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    -webkit-transition: border-color 0s;
    -o-transition: border-color 0s;
    -moz-transition: border-color 0s;
    transition: border-color 0s; }
    .header .menu-side_hamburger.mobile-version {
      position: absolute;
      top: 17px;
      right: 15px;
      -webkit-transition: opacity .15s;
      -o-transition: opacity .15s;
      -moz-transition: opacity .15s;
      transition: opacity .15s; }
      .header .menu-side_hamburger.mobile-version.hide {
        opacity: .15;
        cursor: default; }
    .header-top {
      padding-left: 0; }
      .header-top_wrap {
        height: 50px;
        padding: 0 125px 0 15px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -moz-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-transition: border-color 0s;
        -o-transition: border-color 0s;
        -moz-transition: border-color 0s;
        transition: border-color 0s; }
      .header-top_item {
        margin-right: 0;
        padding-right: 0;
        border-right: 0; }
    .header-block {
      padding: 15px 15px;
      -webkit-transition: height .35s, padding .35s, opacity .15s;
      -o-transition: height .35s, padding .35s, opacity .15s;
      -moz-transition: height .35s, padding .35s, opacity .15s;
      transition: height .35s, padding .35s, opacity .15s; }
    .header-lang {
      display: none; }
    .header-chat {
      display: none; }
    .header-search_text {
      display: none; }
    .header-search_icon {
      margin-right: 0;
      width: 16px;
      height: 16px; }
    .header-contacts {
      display: none; }
    .header-loc {
      display: none; }
    .header-block {
      height: 50px;
      position: relative; }
    .header-logo {
      width: 140px;
      height: 50px;
      position: absolute;
      top: -50px;
      left: 15px;
      margin: 0; }
    .header-bank {
      position: absolute;
      right: 52px;
      top: -37px;
      height: 24px;
      width: 24px; }
      .header-bank:after {
        content: '';
        position: absolute;
        top: 50%;
        right: -8px;
        width: 1px;
        height: 20px;
        background-color: #e2e2e2;
        margin-top: -10px; }
      .header-bank_link, .header-bank_p2p {
        background-color: rgba(255, 255, 255, 0);
        padding: 0;
        color: #ffffff;
        font-size: 0;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        min-width: auto;
        background-position: center;
        background-repeat: no-repeat; }
      .header-bank_link {
        background-image: url(../img/icons/i_login.svg);
        -moz-background-size: 19px;
        background-size: 19px; }
      .header-bank_p2p {
        position: absolute;
        top: -37px;
        left: auto;
        right: 86px;
        width: 24px;
        height: 24px;
        border: 0;
        background-image: url(../img/icons/i_p2p.svg);
        background-size: contain; }
    .header-b {
      display: block; }
    .header-nav {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      padding: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: 0;
      overflow: hidden;
      opacity: 1 !important; }
      .header-nav_link {
        margin: 0;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        text-align: center;
        font-size: 12px;
        line-height: 14px;
        font-weight: 500;
        position: relative;
        padding: 0 15px; }
        .header-nav_link:after {
          content: '';
          width: 1px;
          height: 26px;
          background-color: #e2e2e2;
          position: absolute;
          right: 0;
          top: 50%;
          margin-top: -13px; }
        .header-nav_link:last-child:after {
          display: none; }
    .header .header-nav_link {
      font-size: 12px;
      margin-right: 0; }
    .header .search {
      height: -webkit-calc(100vh - 100px);
      height: -moz-calc(100vh - 100px);
      height: calc(100vh - 100px); }
      .header .search .menu {
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px); }
        .header .search .menu .menu-b {
          padding: 15px 15px 15px 15px; }
        .header .search .menu .menu-wrap {
          overflow-x: hidden; }
        .header .search .menu .menu-list {
          padding: 15px 15px 15px 15px; }
      .header .search .search-top {
        height: 40px;
        padding: 0 15px; }
      .header .search .search-b {
        width: -webkit-calc(100% - 20px);
        width: -moz-calc(100% - 20px);
        width: calc(100% - 20px); }
      .header .search .search-input {
        font-size: 14px;
        line-height: 20px; }
      .header .search .search-close {
        width: 14px;
        height: 14px; }
      .header .search .search-block {
        padding: 10px 15px;
        height: -webkit-calc(100% - 40px);
        height: -moz-calc(100% - 40px);
        height: calc(100% - 40px); }
        .header .search .search-block_item {
          margin: 15px 0; }
      .header .search .news .news-item_block {
        padding: 15px 15px; }
      .header .search .news .news-item_title {
        font-size: 14px;
        line-height: 18px; }
      .header .search .search-action .news-item {
        width: -webkit-calc(50% - 8px);
        width: -moz-calc(50% - 8px);
        width: calc(50% - 8px);
        margin: 0 15px 15px 0; }
      .header .search .search-action .news-item_head {
        padding-bottom: 15px;
        margin-bottom: 15px; }
      .header .search .search-page .news-item {
        padding: 15px 15px; }
      .header .search .search-news .news-item {
        height: 220px;
        width: 100%;
        margin-right: 0; } }

@media screen and (max-width: 680px) {
  .header .search .search-action .news-item {
    width: 100%;
    margin: 0 0 15px 0; }
  .header .search .search-news .news-item {
    height: auto;
    width: 100%;
    margin: 0 0 5px 0; }
  .header .search .search-news .news-item_info {
    margin-top: 25px; }
  .header .search .show-more {
    margin: 15px 0; }
  .header .search .search-block_item {
    padding-bottom: 0; }
  .header .search .search-block_title {
    font-size: 16px;
    line-height: 20px; }
  .header .search .search-page .news-item {
    width: 100%;
    margin: 0 0 5px 0;
    height: auto;
    padding: 10px 15px; } }

@media screen and (max-width: 992px) {
  .header .zsu-help {
    display: none; } }

.footer {
  padding: 0 40px;
  background-color: #ffffff;
  position: relative;
  border-top: solid 1px #e2e2e2; }
  .footer .scroll-top {
    position: absolute;
    right: 40px;
    top: 30px;
    width: 45px;
    height: 45px;
    background-color: #f9f9f9;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    cursor: pointer;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -moz-transition: background-color .15s;
    transition: background-color .15s;
    background-image: url(../img/icons/i_up-arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: 17px;
    background-size: 17px; }
    .footer .scroll-top:hover {
      background-color: #f3f0f0; }
  .footer-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0 40px 0; }
  .footer-col {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    padding-right: 20px; }
  .footer-title {
    font-size: 12px;
    line-height: 18px;
    text-transform: uppercase;
    font-weight: 400;
    margin-bottom: 30px; }
  .footer-item {
    margin-bottom: 10px; }
    .footer-item:last-child {
      margin-bottom: 0; }
  .footer-link {
    display: inline-block;
    color: #006fc7;
    text-decoration: none;
    font-size: 13px;
    line-height: 18px;
    font-weight: 400; }
    .footer-link:hover {
      text-decoration: underline; }
  .footer-icon {
    display: inline-block;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 10px; }
    .footer-icon.chat {
      width: 13px;
      height: 13px;
      background-image: url(../img/icons/i_chat-blue.svg); }
    .footer-icon.phone {
      width: 13px;
      height: 13px;
      background-image: url(../img/icons/i_phone-blue.svg); }
    .footer-icon.fb {
      width: 14px;
      height: 14px;
      background-image: url(../img/icons/i_fb-blue.svg); }
  .footer-bank {
    margin-top: 15px;
    position: relative; }
    .footer-bank .footer-link {
      color: #ffffff;
      text-decoration: none; }
    .footer-bank .popup.popup-ib {
      top: auto;
      bottom: -webkit-calc(100% + 15px);
      bottom: -moz-calc(100% + 15px);
      bottom: calc(100% + 15px);
      right: 0; }
      .footer-bank .popup.popup-ib:before {
        display: none; }
      .footer-bank .popup.popup-ib:after {
        display: none; }
  .footer-bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #878787;
    height: 70px;
    border-top: solid 1px #e5e5e5; }
  .footer-copy {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400; }
  .footer-b {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .footer-nav_link {
    text-decoration: none;
    color: #878787;
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    margin-right: 30px; }
    .footer-nav_link:last-child {
      margin-right: 0; }
    .footer-nav_link:hover {
      text-decoration: underline; }
  .footer-dev {
    font-size: 12px;
    line-height: 18px;
    font-weight: 400;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 65px; }
    .footer-dev_text {
      margin-right: 5px; }
    .footer-dev_link {
      text-decoration: none;
      color: #006fc7;
      text-transform: uppercase;
      font-weight: 500; }
      .footer-dev_link:hover {
        text-decoration: underline; }

@media screen and (max-width: 991px) {
  .footer {
    padding: 0 15px;
    background-color: #006fc7;
    border-top: 0; }
    .footer .scroll-top {
      display: none; }
    .footer .footer-col:nth-child(1), .footer .footer-col:nth-child(2) {
      display: none; }
    .footer .footer-bank {
      display: none; }
    .footer .footer-link {
      color: #ffffff; }
    .footer .footer-title {
      color: rgba(255, 255, 255, 0.5); }
    .footer .footer-top {
      padding: 30px 0 20px 0; }
    .footer .footer-icon.chat {
      background-image: url(../img/icons/i_chat-white.svg); }
    .footer .footer-icon.phone {
      background-image: url(../img/icons/i_phone-white.svg); }
    .footer .footer-icon.fb {
      background-image: url(../img/icons/i_fb-white.svg); }
    .footer .footer-bottom {
      height: auto;
      display: block;
      padding: 20px 0;
      position: relative; }
    .footer .footer-b {
      display: block; }
    .footer .footer-copy {
      text-align: center;
      color: rgba(255, 255, 255, 0.5);
      margin-top: 30px; }
    .footer .footer-nav {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
      justify-content: space-around;
      position: absolute;
      top: 20px;
      left: 0;
      width: 100%; }
      .footer .footer-nav_link {
        color: #ffffff;
        font-size: 13px;
        margin-right: 0; }
    .footer .footer-dev {
      margin: 2px 0 0 0;
      text-align: center;
      display: block; }
      .footer .footer-dev_text {
        color: rgba(255, 255, 255, 0.4);
        display: inline-block; }
      .footer .footer-dev_link {
        color: #ffffff;
        font-weight: 400;
        display: inline-block; } }

@media screen and (max-width: 540px) {
  .footer .footer-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; } }

.menu {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 100; }
  .menu:not(.active) .menu-side .menu-side_line {
    -webkit-transition: .35s 0s;
    -o-transition: .35s 0s;
    -moz-transition: .35s 0s;
    transition: .35s 0s; }
  .menu:not(.active) .menu-side:hover .menu-side_line:nth-child(2) {
    width: 75%; }
  .menu:not(.active) .menu-side:hover .menu-side_line:nth-child(3) {
    width: 25%; }
  .menu-side {
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 100%;
    background-color: #006fc7;
    cursor: pointer;
    z-index: 10;
    -webkit-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 1px 0px 5px 0px rgba(0, 0, 0, 0.15);
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    justify-content: center;
    text-align: center;
    -webkit-transition: background-color .15s;
    -o-transition: background-color .15s;
    -moz-transition: background-color .15s;
    -webkit-transition: background-color .15s, opacity .15s;
    -o-transition: background-color .15s, opacity .15s;
    -moz-transition: background-color .15s, opacity .15s;
    -webkit-transition: background-color .15s, opacity .15s, -webkit-box-shadow .15s;
    transition: background-color .15s, opacity .15s, -webkit-box-shadow .15s;
    -o-transition: background-color .15s, opacity .15s, box-shadow .15s;
    -moz-transition: background-color .15s, opacity .15s, box-shadow .15s, -moz-box-shadow .15s;
    transition: background-color .15s, opacity .15s, box-shadow .15s;
    transition: background-color .15s, opacity .15s, box-shadow .15s, -webkit-box-shadow .15s, -moz-box-shadow .15s; }
    .menu-side.hide {
      opacity: .15;
      cursor: default; }
    .menu-side:hover {
      -webkit-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.35);
      -moz-box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.35);
      box-shadow: 1px 0px 10px 0px rgba(0, 0, 0, 0.35); }
    .menu-side_text {
      font-size: 12px;
      line-height: 18px;
      font-weight: 300;
      color: #ffffff;
      margin-bottom: 15px;
      display: block; }
    .menu-side_hamburger {
      width: 30px;
      margin: 0 auto; }
    .menu-side_line {
      width: 100%;
      height: 2px;
      background-color: #ffffff;
      display: block;
      margin-bottom: 5px;
      position: relative;
      -webkit-transition: width .4s, top .4s, -webkit-transform .4s;
      transition: width .4s, top .4s, -webkit-transform .4s;
      -o-transition: width .4s, top .4s, -o-transform .4s;
      -moz-transition: width .4s, transform .4s, top .4s, -moz-transform .4s;
      transition: width .4s, transform .4s, top .4s;
      transition: width .4s, transform .4s, top .4s, -webkit-transform .4s, -moz-transform .4s, -o-transform .4s; }
      .menu-side_line:nth-child(1), .menu-side_line:nth-child(2) {
        -webkit-transform-origin: center;
        -moz-transform-origin: center;
        -ms-transform-origin: center;
        -o-transform-origin: center;
        transform-origin: center;
        top: 0;
        -webkit-transition-delay: .4s;
        -moz-transition-delay: .4s;
        -o-transition-delay: .4s;
        transition-delay: .4s; }
      .menu-side_line:last-child {
        margin-bottom: 0;
        width: 20px; }
  .menu-block {
    position: absolute;
    width: 100vw;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    -webkit-transition: opacity 0.35s cubic-bezier(0.5, 0, 0, 1);
    -o-transition: opacity 0.35s cubic-bezier(0.5, 0, 0, 1);
    -moz-transition: opacity 0.35s cubic-bezier(0.5, 0, 0, 1);
    transition: opacity 0.35s cubic-bezier(0.5, 0, 0, 1);
    display: none; }
  .menu-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .menu.active .menu-side_hamburger .menu-side_line:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 3px; }
  .menu.active .menu-side_hamburger .menu-side_line:nth-child(2) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: -3px; }
  .menu.active .menu-side_hamburger .menu-side_line:last-child {
    width: 0; }
  .menu.active .menu-b {
    left: 0; }
    .menu.active .menu-b .logo, .menu.active .menu-b .menu-nav, .menu.active .menu-b .menu-actions, .menu.active .menu-b .menu-bank_wrap, .menu.active .menu-b .menu-banner, .menu.active .menu-b .menu-nav_more {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
  .menu.active .menu-list {
    left: 0; }
    .menu.active .menu-list .menu-list_top, .menu.active .menu-list .menu-list_wrap {
      opacity: 1;
      -webkit-transform: translateX(0px);
      -moz-transform: translateX(0px);
      -ms-transform: translateX(0px);
      -o-transform: translateX(0px);
      transform: translateX(0px); }
  .menu.fade-out .menu-content {
    -webkit-animation: contentHide .4s forwards linear;
    -moz-animation: contentHide .4s forwards linear;
    -o-animation: contentHide .4s forwards linear;
    animation: contentHide .4s forwards linear; }
  .menu.fade-out .menu-side_hamburger .menu-side_line:nth-child(1) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu.fade-out .menu-side_hamburger .menu-side_line:nth-child(2) {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    top: 0;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .menu.fade-out .menu-side_hamburger .menu-side_line:last-child {
    -webkit-transition-delay: .4s;
    -moz-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
    width: 20px; }

@-webkit-keyframes contentHide {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-moz-keyframes contentHide {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-o-keyframes contentHide {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@keyframes contentHide {
  0% {
    opacity: 1; }
  99% {
    opacity: 1; }
  100% {
    opacity: 0; } }

@-webkit-keyframes areaTurn {
  0% {
    width: 0; }
  40% {
    width: 600px; }
  60% {
    width: 600px; }
  100% {
    width: 0; } }

@-moz-keyframes areaTurn {
  0% {
    width: 0; }
  40% {
    width: 600px; }
  60% {
    width: 600px; }
  100% {
    width: 0; } }

@-o-keyframes areaTurn {
  0% {
    width: 0; }
  40% {
    width: 600px; }
  60% {
    width: 600px; }
  100% {
    width: 0; } }

@keyframes areaTurn {
  0% {
    width: 0; }
  40% {
    width: 600px; }
  60% {
    width: 600px; }
  100% {
    width: 0; } }

@-webkit-keyframes sideTurn {
  0% {
    width: 0; }
  40% {
    width: 300%; }
  60% {
    width: 300%; }
  100% {
    width: 0; } }

@-moz-keyframes sideTurn {
  0% {
    width: 0; }
  40% {
    width: 300%; }
  60% {
    width: 300%; }
  100% {
    width: 0; } }

@-o-keyframes sideTurn {
  0% {
    width: 0; }
  40% {
    width: 300%; }
  60% {
    width: 300%; }
  100% {
    width: 0; } }

@keyframes sideTurn {
  0% {
    width: 0; }
  40% {
    width: 300%; }
  60% {
    width: 300%; }
  100% {
    width: 0; } }
  .menu .menu-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding-left: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    align-items: stretch; }
  .menu .menu-b {
    width: 270px;
    background-color: #006fc7;
    padding: 25px 30px;
    overflow: auto;
    -webkit-transition: left .35s .15s;
    -o-transition: left .35s .15s;
    -moz-transition: left .35s .15s;
    transition: left .35s .15s;
    position: relative;
    left: -270px;
    z-index: 10;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
  .menu .menu-logo {
    width: 100%;
    height: 50px;
    display: block;
    background-image: url(../img/logo-white.svg);
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -moz-transition: transform .35s, opacity .35s, -moz-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }
  .menu .menu-nav {
    margin: 30px 0 80px 0;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -moz-transition: transform .35s, opacity .35s, -moz-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }
    .menu .menu-nav_item {
      margin-bottom: 20px;
      width: 100%; }
      .menu .menu-nav_item:last-child {
        margin-bottom: 0; }
      .menu .menu-nav_item.active .menu-nav_link {
        color: #ffffff; }
    .menu .menu-nav_link {
      text-decoration: none;
      color: rgba(255, 255, 255, 0.5);
      font-size: 24px;
      line-height: 28px;
      font-weight: 500;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s; }
      .menu .menu-nav_link:hover {
        color: #ffffff; }
  .menu .menu-actions {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -moz-transition: transform .35s, opacity .35s, -moz-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }
  .menu .menu-search {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu .menu-search:hover .menu-search_text {
      text-decoration: underline; }
    .menu .menu-search_icon {
      width: 13px;
      height: 13px;
      background-image: url(../img/icons/i_search.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      margin-right: 10px; }
    .menu .menu-search_text {
      font-size: 12px;
      line-height: 18px;
      color: #ffffff;
      font-weight: 400; }
  .menu .menu-chat {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .menu .menu-chat_icon {
      width: 16px;
      height: 16px;
      background-image: url(../img/icons/i_chat.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      margin-right: 10px; }
    .menu .menu-chat_text {
      font-size: 12px;
      line-height: 18px;
      color: #ffffff;
      font-weight: 400; }
    .menu .menu-chat:hover .menu-chat_text {
      text-decoration: underline; }
  .menu .menu-bank {
    display: block;
    margin: 25px 0 35px 0; }
    .menu .menu-bank_wrap {
      -webkit-transform: translateX(-50px);
      -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      -o-transform: translateX(-50px);
      transform: translateX(-50px);
      opacity: 0;
      -webkit-transition: opacity .35s, -webkit-transform .35s;
      transition: opacity .35s, -webkit-transform .35s;
      -o-transition: opacity .35s, -o-transform .35s;
      -moz-transition: transform .35s, opacity .35s, -moz-transform .35s;
      transition: transform .35s, opacity .35s;
      transition: transform .35s, opacity .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
      -webkit-transition-delay: .25s;
      -moz-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s; }
      .menu .menu-bank_wrap.popup-parent {
        position: relative; }
        .menu .menu-bank_wrap.popup-parent .popup.popup-ib {
          width: 100%;
          right: auto;
          left: 0;
          top: auto;
          bottom: -webkit-calc(100% + 15px);
          bottom: -moz-calc(100% + 15px);
          bottom: calc(100% + 15px); }
          .menu .menu-bank_wrap.popup-parent .popup.popup-ib:before {
            display: none; }
          .menu .menu-bank_wrap.popup-parent .popup.popup-ib:after {
            display: none; }
        .menu .menu-bank_wrap.popup-parent .popup-block {
          padding: 10px 0 10px 0;
          display: block; }
        .menu .menu-bank_wrap.popup-parent .popup-item {
          padding: 0 10px;
          margin-bottom: 10px; }
          .menu .menu-bank_wrap.popup-parent .popup-item:last-child {
            margin-bottom: 0; }
        .menu .menu-bank_wrap.popup-parent .popup-desc {
          padding: 5px 5px; }
        .menu .menu-bank_wrap.popup-parent .popup-title {
          font-size: 14px;
          line-height: 16px;
          min-height: auto; }
        .menu .menu-bank_wrap.popup-parent .popup-text {
          margin: 5px 0; }
    .menu .menu-bank.btn-zsu-help {
      background-image: url(../img/zsu.png);
      background-size: 40px;
      font-size: 20px;
      padding-left: 50px;
      margin: 0 auto;
      border: 0; }
  .menu .menu-banner {
    background-color: #2bae33;
    margin: 25px 0;
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    display: block;
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -moz-transition: transform .35s, opacity .35s, -moz-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }
    .menu .menu-banner_wrap {
      padding: 20px 15px;
      color: #fff;
      position: relative;
      overflow: hidden; }
    .menu .menu-banner_text {
      font-size: 18px;
      line-height: 24px;
      color: #ffffff;
      font-weight: 500;
      margin: 0; }
    .menu .menu-banner_link {
      font-size: 12px;
      line-height: 18px;
      color: #ffffff;
      font-weight: 400;
      text-decoration: none;
      margin-top: 10px;
      display: inline-block;
      text-decoration: underline; }
    .menu .menu-banner_img {
      display: block;
      max-width: 100%; }
  .menu .menu-nav_more {
    -webkit-transform: translateX(-50px);
    -moz-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    transform: translateX(-50px);
    opacity: 0;
    -webkit-transition: opacity .35s, -webkit-transform .35s;
    transition: opacity .35s, -webkit-transform .35s;
    -o-transition: opacity .35s, -o-transform .35s;
    -moz-transition: transform .35s, opacity .35s, -moz-transform .35s;
    transition: transform .35s, opacity .35s;
    transition: transform .35s, opacity .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
    -webkit-transition-delay: .25s;
    -moz-transition-delay: .25s;
    -o-transition-delay: .25s;
    transition-delay: .25s; }
  .menu .menu-list {
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px);
    overflow: auto;
    padding: 30px 30px 30px 40px;
    background-color: #ffffff;
    -webkit-transition: left .5s;
    -o-transition: left .5s;
    -moz-transition: left .5s;
    transition: left .5s;
    position: relative;
    left: -100%;
    -webkit-transition-timing-function: ease-out;
    -moz-transition-timing-function: ease-out;
    -o-transition-timing-function: ease-out;
    transition-timing-function: ease-out; }
    .menu .menu-list_top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-bottom: 25px;
      -webkit-transform: translateX(-50px);
      -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      -o-transform: translateX(-50px);
      transform: translateX(-50px);
      opacity: 0;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      transition: opacity 0.5s, -webkit-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      -o-transition: opacity 0.5s, -o-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      -moz-transition: transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), opacity 0.5s, -moz-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      transition: transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), opacity 0.5s;
      transition: transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), opacity 0.5s, -webkit-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), -moz-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), -o-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      -webkit-transition-delay: .25s;
      -moz-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s; }
    .menu .menu-list_wrap {
      -webkit-column-count: 2;
      -moz-column-count: 2;
      column-count: 2;
      -webkit-transform: translateX(-50px);
      -moz-transform: translateX(-50px);
      -ms-transform: translateX(-50px);
      -o-transform: translateX(-50px);
      transform: translateX(-50px);
      opacity: 0;
      -webkit-transition: opacity 0.5s, -webkit-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      transition: opacity 0.5s, -webkit-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      -o-transition: opacity 0.5s, -o-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      -moz-transition: transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), opacity 0.5s, -moz-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      transition: transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), opacity 0.5s;
      transition: transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), opacity 0.5s, -webkit-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), -moz-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1), -o-transform 0.75s cubic-bezier(0, 0.85, 0.5, 1);
      -webkit-transition-delay: .25s;
      -moz-transition-delay: .25s;
      -o-transition-delay: .25s;
      transition-delay: .25s; }
    .menu .menu-list_b {
      margin-bottom: 25px;
      display: inline-block;
      width: 100%; }
    .menu .menu-list_title {
      font-size: 20px;
      line-height: 24px;
      color: #006fc7;
      margin: 0;
      font-weight: 500;
      text-decoration: none; }
    .menu .menu-list a.menu-list_title:hover {
      text-decoration: underline; }
    .menu .menu-list_block {
      margin: 0;
      padding-left: 30px; }
      .menu .menu-list_block:nth-child(2) > .menu-list_subtitle {
        margin-top: 0; }
      .menu .menu-list_block:last-child {
        margin-bottom: 0; }
      .menu .menu-list_block.hide .menu-list_subtitle {
        margin-top: 0; }
        .menu .menu-list_block.hide .menu-list_subtitle:after {
          -webkit-transform: rotateX(0deg);
          -moz-transform: rotateX(0deg);
          transform: rotateX(0deg); }
    .menu .menu-list_subtitle {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      margin: 0 0 3px 0;
      cursor: pointer;
      display: inline-block;
      position: relative;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s; }
      .menu .menu-list_subtitle:after {
        content: '';
        width: 14px;
        height: 14px;
        background-image: url(../img/icons/i_arrow-blue.svg);
        background-position: center;
        background-repeat: no-repeat;
        -moz-background-size: contain;
        background-size: contain;
        display: inline-block;
        position: absolute;
        right: -20px;
        top: 50%;
        margin-top: -7px;
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        -o-transition: -o-transform .15s;
        -moz-transition: transform .15s, -moz-transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s;
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg); }
      .menu .menu-list_subtitle:hover {
        text-decoration: underline; }
    .menu .menu-list_toggle {
      padding-left: 30px; }
      .menu .menu-list_toggle + .menu-list_item {
        margin-top: 0; }
    .menu .menu-list_item {
      padding: 3px 0; }
    .menu .menu-list_link {
      display: inline-block;
      font-size: 16px;
      line-height: 20px;
      text-decoration: none;
      color: #212529; }
      .menu .menu-list_link:hover {
        text-decoration: underline; }
  .menu .menu-turn {
    text-decoration: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #212529; }
    .menu .menu-turn.turn .menu-turn_icon {
      -webkit-transform: rotateX(0deg);
      -moz-transform: rotateX(0deg);
      transform: rotateX(0deg); }
    .menu .menu-turn:hover {
      text-decoration: underline; }
    .menu .menu-turn_icon {
      width: 14px;
      height: 14px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      border: solid 1px #006fc7;
      display: inline-block;
      background-image: url(../img/icons/i_arrow.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: 8px;
      background-size: 8px;
      margin-right: 7px;
      -webkit-transition: -webkit-transform .35s;
      transition: -webkit-transform .35s;
      -o-transition: -o-transform .35s;
      -moz-transition: transform .35s, -moz-transform .35s;
      transition: transform .35s;
      transition: transform .35s, -webkit-transform .35s, -moz-transform .35s, -o-transform .35s;
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      transform: rotateX(180deg); }
    .menu .menu-turn_text {
      font-size: 12px;
      line-height: 18px; }
      .menu .menu-turn_text.off {
        display: none; }
  .menu .menu-close {
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(../img/icons/i_cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    -moz-transition: transform .15s, -moz-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
    .menu .menu-close:hover {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }

@media screen and (max-width: 991px) {
  .menu {
    left: auto;
    right: 0; }
    .menu-side {
      left: auto;
      right: 0;
      width: 50px;
      height: 49px;
      background-color: #ffffff;
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none; }
      .menu-side_line {
        background-color: #006fc7; }
        .menu-side_line:last-child {
          width: 14px; }
      .menu-side_text {
        display: none; }
      .menu-side_hamburger {
        width: 20px; }
    .menu .menu-close {
      display: none; }
    .menu .menu-logo {
      display: none; }
    .menu .menu-list {
      left: 100%; }
    .menu.active .menu-list {
      left: 100%; }
    .menu.active + .header {
      /*border: 0;*/
      border-color: #006fc7;
      background-color: #006fc7;
      -webkit-box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.15);
      -moz-box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.15);
      box-shadow: 1px 0 25px 0 rgba(0, 0, 0, 0.15);
      /*margin-bottom: 51px;*/
      /* .header-nav {*/
      /* 	display: none;*/
      /* }*/ }
      .menu.active + .header .header-block {
        padding: 0;
        height: 0;
        opacity: 0; }
      .menu.active + .header .header-top_wrap {
        border-color: #006fc7; }
      .menu.active + .header .header-logo {
        display: none; }
      .menu.active + .header .header-bank {
        display: none; }
      .menu.active + .header .header-search {
        display: none; }
      .menu.active + .header .header-lang {
        position: absolute;
        left: 15px;
        top: 0;
        height: 50px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center; }
        .menu.active + .header .header-lang_link {
          font-weight: 500;
          color: rgba(255, 255, 255, 0.5); }
          .menu.active + .header .header-lang_link.active {
            color: #ffffff; }
      .menu.active + .header .menu-side_hamburger.mobile-version .menu-side_line {
        background-color: #ffffff; }
        .menu.active + .header .menu-side_hamburger.mobile-version .menu-side_line:nth-child(1) {
          -webkit-transform: rotate(45deg);
          -moz-transform: rotate(45deg);
          -ms-transform: rotate(45deg);
          -o-transform: rotate(45deg);
          transform: rotate(45deg);
          top: 6px; }
        .menu.active + .header .menu-side_hamburger.mobile-version .menu-side_line:nth-child(2) {
          -webkit-transform: rotate(-45deg);
          -moz-transform: rotate(-45deg);
          -ms-transform: rotate(-45deg);
          -o-transform: rotate(-45deg);
          transform: rotate(-45deg);
          top: -1px; }
        .menu.active + .header .menu-side_hamburger.mobile-version .menu-side_line:last-child {
          width: 0; }
    .menu.active.fade-out + .header .menu-side_hamburger .menu-side_line:nth-child(1) {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 0;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .menu.active.fade-out + .header .menu-side_hamburger .menu-side_line:nth-child(2) {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      top: 0;
      -webkit-transition-delay: 0s;
      -moz-transition-delay: 0s;
      -o-transition-delay: 0s;
      transition-delay: 0s; }
    .menu.active.fade-out + .header .menu-side_hamburger .menu-side_line:last-child {
      -webkit-transition-delay: .4s;
      -moz-transition-delay: .4s;
      -o-transition-delay: .4s;
      transition-delay: .4s;
      width: 20px; }
    .menu .menu-wrap {
      padding-left: 0;
      display: block; }
    .menu .menu-banner {
      display: none; }
    .menu .menu-b {
      width: 100%;
      height: 100%;
      padding: 50px 15px 0 15px;
      left: 0; }
    .menu.active .menu-b {
      left: -100%; }
    .menu .menu-nav {
      margin: 25px 0; }
      .menu .menu-nav_item {
        display: block;
        margin-bottom: 15px; }
      .menu .menu-nav_link {
        font-size: 18px;
        line-height: 22px; }
    .menu .menu-nav_more .header-loc {
      width: 100%;
      display: block;
      margin: 0;
      height: 55px;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      border-bottom: solid 1px rgba(255, 255, 255, 0.5);
      padding: 0 0 0 35px;
      background-position: left center;
      background-repeat: no-repeat;
      -moz-background-size: 20px;
      background-size: 20px;
      background-image: url(../img/icons/i_marker-white.svg);
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .menu .menu-nav_more .header-loc_all {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        line-height: 16px; }
        .menu .menu-nav_more .header-loc_all:before {
          display: none; }
    .menu .menu-nav_more .header-contacts {
      width: 100%;
      margin: 0;
      height: 55px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 0 0 0 35px;
      background-position: left center;
      background-repeat: no-repeat;
      -moz-background-size: 20px;
      background-size: 20px;
      background-image: url(../img/icons/i_phone-white.svg); }
      .menu .menu-nav_more .header-contacts_b {
        width: 100%; }
      .menu .menu-nav_more .header-contacts_phone {
        display: inline-block;
        color: #ffffff;
        font-size: 14px;
        line-height: 16px; }
      .menu .menu-nav_more .header-contacts_all {
        color: rgba(255, 255, 255, 0.5);
        line-height: 16px;
        display: inline-block; }
    .menu .menu-actions {
      display: block; }
    .menu .menu-search {
      height: 55px;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
      .menu .menu-search_icon {
        width: 20px;
        height: 20px;
        margin-right: 15px; }
      .menu .menu-search_text {
        font-size: 14px; }
    .menu .menu-chat {
      height: 55px; }
      .menu .menu-chat_icon {
        width: 20px;
        height: 20px;
        margin-right: 15px; }
      .menu .menu-chat_text {
        font-size: 14px; }
    .menu .menu-bank {
      height: 55px;
      background-color: rgba(255, 255, 255, 0);
      margin: 0;
      padding: 0 0 0 35px;
      text-align: left;
      font-size: 14px;
      line-height: 18px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      border-top: solid 1px rgba(255, 255, 255, 0.5);
      background-position: left center;
      background-repeat: no-repeat;
      -moz-background-size: 20px;
      background-size: 20px;
      background-image: url(../img/icons/i_login-white.svg); }
  .menu .menu-turn {
    color: #ffffff; }
    .menu .menu-turn_icon {
      background-image: url(../img/icons/i_arrow-white.svg); }
    .menu .menu-turn:hover {
      text-decoration: none; }
  .menu.active .menu-list {
    left: 0; }
  .menu .menu-list {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 150;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: #006fc7;
    padding: 70px 15px 20px 15px;
    -webkit-transition: left .35s;
    -o-transition: left .35s;
    -moz-transition: left .35s;
    transition: left .35s; }
    .menu .menu-list.open {
      left: -100%; }
    .menu .menu-list_wrap {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      column-count: 1; }
    .menu .menu-list_title {
      color: #ffffff;
      margin: 0 0 10px 0; }
    .menu .menu-list_subtitle {
      color: #ffffff; }
      .menu .menu-list_subtitle:after {
        background-image: url(../img/icons/i_arrow-white.svg); }
      .menu .menu-list_subtitle:hover {
        text-decoration: none; }
    .menu .menu-list_toggle {
      padding-left: 15px; }
      .menu .menu-list_toggle .menu-list_link {
        font-size: 14px; }
    .menu .menu-list_link {
      color: #ffffff; }
      .menu .menu-list_link:hover {
        text-decoration: none; }
    .menu .menu-list_block {
      margin: 10px 0; }
    .menu .menu-list_name {
      padding-bottom: 15px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.3);
      margin-bottom: 15px; }
      .menu .menu-list_name__link {
        display: inline-block;
        text-decoration: none; }
      .menu .menu-list_name__icon {
        width: 25px;
        height: 25px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../img/icons/i_arrow-white.svg);
        background-repeat: no-repeat;
        background-position: bottom center;
        -moz-background-size: 16px;
        background-size: 16px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .menu .menu-list_name__text {
        display: inline-block;
        vertical-align: middle;
        color: #ffffff;
        font-weight: 500;
        font-size: 18px;
        line-height: 22px; } }

@media screen and (max-width: 992px) {
  .menu-zsu {
    display: flex; } }

.popup {
  position: absolute;
  background-color: #ffffff;
  z-index: 150;
  border: solid 1px #006fc7;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  display: none; }
  .popup:before {
    content: '';
    position: absolute;
    top: -32px;
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
    border: 16px solid transparent;
    border-bottom: 16px solid #006fc7; }
  .popup:after {
    content: '';
    position: absolute;
    top: -31px;
    left: -webkit-calc(50% - 8px);
    left: -moz-calc(50% - 8px);
    left: calc(50% - 8px);
    border: 16px solid transparent;
    border-bottom: 16px solid #ffffff; }
  .popup-close {
    position: absolute;
    top: 7px;
    right: 7px;
    width: 12px;
    height: 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    background-image: url(../img/icons/i_cross.svg);
    display: none; }
  .popup.popup-ib {
    top: -webkit-calc(100% + 15px);
    top: -moz-calc(100% + 15px);
    top: calc(100% + 15px);
    right: 0;
    width: 460px; }
    .popup.popup-ib:before {
      left: auto;
      right: 55px; }
    .popup.popup-ib:after {
      left: auto;
      right: 55px; }
  .popup-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    padding: 25px 0 20px 0; }
  .popup-item {
    text-align: center;
    padding: 0 25px;
    border-right: solid 1px #cccccc; }
    .popup-item:last-child {
      border-right: 0; }
    .popup-item .btn {
      width: 150px; }
  .popup-title {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #6a6e83;
    margin: 0;
    min-height: 45px; }
  .popup-text {
    font-size: 12px;
    line-height: 16px;
    font-weight: 400;
    color: #212529;
    margin: 10px 0; }
  .popup-reg {
    font-size: 13px;
    line-height: 20px;
    font-weight: 400;
    color: #6a6e83;
    margin: 15px 0 0 0;
    display: inline-block;
    text-decoration: none; }
    .popup-reg:hover {
      text-decoration: underline; }
  .popup-desc {
    background-color: #006fc7;
    padding: 15px 30px;
    text-align: center; }
    .popup-desc .popup-text {
      margin: 0;
      color: #ffffff; }
    .popup-desc a {
      display: inline-block;
      color: #ffffff;
      text-decoration: none;
      font-weight: 500; }

.main-loader {
  position: fixed;
  left: 0px;
  top: 0px;
  width: 100%;
  height: 100%;
  z-index: 9999;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -o-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }
  .main-loader.hide {
    opacity: 0;
    -webkit-transition: opacity .5s .5s;
    -o-transition: opacity .5s .5s;
    -moz-transition: opacity .5s .5s;
    transition: opacity .5s .5s; }
    .main-loader.hide .main-loader-svg {
      -webkit-animation: loaderScaleOut .5s forwards ease-in-out;
      -moz-animation: loaderScaleOut .5s forwards ease-in-out;
      -o-animation: loaderScaleOut .5s forwards ease-in-out;
      animation: loaderScaleOut .5s forwards ease-in-out; }
    .main-loader.hide canvas {
      opacity: 0;
      -webkit-transition: opacity .35s;
      -o-transition: opacity .35s;
      -moz-transition: opacity .35s;
      transition: opacity .35s; }
  .main-loader canvas {
    bottom: 0;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0; }
  .main-loader-circle {
    width: 160px;
    height: 160px;
    opacity: 0;
    -webkit-animation: fadeIn .35s forwards ease-in-out;
    -moz-animation: fadeIn .35s forwards ease-in-out;
    -o-animation: fadeIn .35s forwards ease-in-out;
    animation: fadeIn .35s forwards ease-in-out;
    /*loaderPulse 1s infinite ease-in-out;*/ }
  .main-loader-decor {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }
  .main-loader-svg {
    width: 75px;
    height: 75px;
    border: solid 1px #e4e4e4;
    position: relative;
    z-index: 10;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background-color: #fff;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -moz-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-animation: loaderScale .5s forwards ease-in-out;
    -moz-animation: loaderScale .5s forwards ease-in-out;
    -o-animation: loaderScale .5s forwards ease-in-out;
    animation: loaderScale .5s forwards ease-in-out; }
    .main-loader-svg path {
      fill: #2bae33; }

@-webkit-keyframes loaderScale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1); } }

@-moz-keyframes loaderScale {
  0% {
    -moz-transform: scale(0);
    transform: scale(0); }
  100% {
    -moz-transform: scale(1);
    transform: scale(1); } }

@-o-keyframes loaderScale {
  0% {
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -o-transform: scale(1);
    transform: scale(1); } }

@keyframes loaderScale {
  0% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); } }

@-webkit-keyframes loaderScaleOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    transform: scale(0); } }

@-moz-keyframes loaderScaleOut {
  0% {
    -moz-transform: scale(1);
    transform: scale(1); }
  100% {
    -moz-transform: scale(0);
    transform: scale(0); } }

@-o-keyframes loaderScaleOut {
  0% {
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -o-transform: scale(0);
    transform: scale(0); } }

@keyframes loaderScaleOut {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); }
  100% {
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0); } }

.news .news-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.news .news-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #ffffff;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
  -webkit-transition: -webkit-box-shadow .15s;
  transition: -webkit-box-shadow .15s;
  -o-transition: box-shadow .15s;
  -moz-transition: box-shadow .15s, -moz-box-shadow .15s;
  transition: box-shadow .15s;
  transition: box-shadow .15s, -webkit-box-shadow .15s, -moz-box-shadow .15s;
  text-decoration: none; }
  .news .news-item:hover {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25); }
  .news .news-item.no-image .news-item_block {
    width: 100%; }
  .news .news-item.no-image.half {
    width: -webkit-calc(50% - 15px);
    width: -moz-calc(50% - 15px);
    width: calc(50% - 15px); }
  .news .news-item:last-child {
    /* margin-bottom: 0;*/ }
  .news .news-item_img {
    width: 350px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover; }
  .news .news-item_block {
    padding: 30px 30px;
    width: -webkit-calc(100% - 350px);
    width: -moz-calc(100% - 350px);
    width: calc(100% - 350px); }
  .news .news-item_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: solid 1px #e5e5e5;
    padding-bottom: 20px;
    margin-bottom: 20px; }
  .news .news-item_label {
    color: #ffffff;
    margin-right: 10px; }
    .news .news-item_label:last-child {
      margin-right: 0; }
  .news .news-item_date {
    font-size: 13px;
    line-height: 18px;
    font-weight: 700;
    color: #8fa1b2;
    margin-left: auto; }
  .news .news-item_title {
    color: #006fc7;
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    margin: 15px 0; }
  .news .news-item p {
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    margin: 0; }
  .news .news-item_text {
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    margin: 0; }

.news .show-more {
  margin-bottom: 0;
  margin-top: 0;
  width: 100%; }

.news .news-any {
  background-color: #f4f5fa;
  padding: 30px 40px 40px 40px; }
  .news .news-any .title {
    margin: 0; }
  .news .news-any-block {
    margin: 20px 0 0 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .news .news-any-block .news-item {
      width: -webkit-calc(50% - 15px);
      width: -moz-calc(50% - 15px);
      width: calc(50% - 15px); }
  .news .news-any .show-more {
    margin-top: 0; }

.news-one {
  background-color: #ffffff; }
  .news-one .title {
    font-size: 32px;
    line-height: 44px; }
  .news-one-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .news-one-info .news-item_label {
      margin-right: 20px; }
  .news-one-wrap {
    margin: 30px 0; }
  .news-one .news-any-block .news-item:last-child {
    margin-bottom: 30px; }

.faq {
  background-color: #ffffff; }
  .faq .site-wrap {
    padding: 30px 40px 40px 40px; }
  .faq .faq-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .faq .faq-nav {
    width: 320px;
    background-color: #006fc7;
    padding: 30px 30px; }
    .faq .faq-nav_item {
      margin-bottom: 20px; }
      .faq .faq-nav_item.active .faq-nav_link {
        color: #ffffff; }
    .faq .faq-nav_link {
      display: inline-block;
      font-size: 22px;
      line-height: 28px;
      font-weight: 500;
      color: rgba(255, 255, 255, 0.5);
      text-decoration: none;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s; }
      .faq .faq-nav_link:hover {
        color: #ffffff; }
  .faq .faq-content {
    width: -webkit-calc(100% - 320px);
    width: -moz-calc(100% - 320px);
    width: calc(100% - 320px);
    padding: 30px 0px 0 30px; }
  .faq .faq-title {
    margin: 0 0 30px 0;
    color: #006fc7;
    font-size: 22px;
    line-height: 28px;
    font-weight: 500; }
  .faq .faq-item {
    border-top: solid 1px #e5e5e5; }
    .faq .faq-item:last-child {
      border-bottom: solid 1px #e5e5e5; }
  .faq .faq-name {
    font-size: 18px;
    line-height: 22px;
    color: #212529;
    font-weight: 500;
    margin: 0; }
  .faq .faq-answer {
    padding-right: 90px; }
  .faq .faq-head {
    padding: 25px 30px 25px 0; }
  .faq .form {
    padding: 30px 40px 40px 40px; }
    .faq .form .form-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .faq .form .form-input {
      width: -webkit-calc( (100% / 3) - 27px);
      width: -moz-calc( (100% / 3) - 27px);
      width: calc( (100% / 3) - 27px); }
    .faq .form .form-textarea {
      width: 100%; }

.exchange {
  background-color: #ffffff; }
  .exchange-date {
    font-size: 22px;
    line-height: 28px;
    color: #6a6e83;
    font-weight: 500;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .exchange-date_text {
      display: inline-block; }
    .exchange-date_val {
      color: #006fc7;
      margin-left: 10px; }
      .exchange-date_val:hover {
        text-decoration: underline; }
      .exchange-date_val .custom-standart-datepicker, .exchange-date_val .standart-datepicker {
        border: 0;
        padding: 0;
        display: inline;
        height: auto;
        width: auto;
        background-color: rgba(255, 255, 255, 0);
        -webkit-border-radius: 0;
        -moz-border-radius: 0;
        border-radius: 0;
        font-size: 22px;
        line-height: 28px;
        color: #006fc7;
        font-weight: 500;
        cursor: pointer; }
  .exchange-text {
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    font-weight: 400;
    margin: 0; }
  .exchange-block {
    background-color: #f4f5fa;
    padding: 30px 40px;
    margin-top: 15px; }
  .exchange-tab .tab-nav_item {
    margin-right: 16px; }
    .exchange-tab .tab-nav_item:last-child {
      margin-right: 0; }
    .exchange-tab .tab-nav_item.active .exchange-tab_link:after {
      width: 100%; }
  .exchange-tab_link {
    font-size: 18px;
    line-height: 20px;
    color: #212529;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    padding-bottom: 10px; }
    .exchange-tab_link:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0;
      height: 3px;
      background-color: #212529; }
  .exchange-tab_block {
    margin-top: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .exchange-value_item {
    width: 25%;
    border-left: solid 1px #dbdce1;
    padding: 10px 40px; }
    .exchange-value_item:last-child {
      border-right: solid 1px #dbdce1; }
  .exchange-value_head {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .exchange-value_v {
    font-weight: 400;
    color: #212529;
    text-transform: uppercase;
    line-height: 34px; }
  .exchange-value_num {
    font-size: 30px; }
  .exchange-value_cur {
    font-size: 20px;
    margin-left: 5px; }
  .exchange-value_currency {
    font-size: 24px;
    line-height: 28px;
    font-weight: 400;
    color: #6a6e83;
    text-transform: uppercase; }
  .exchange-value_arrow {
    width: 23px;
    height: 23px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain; }
    .exchange-value_arrow.arr-up {
      background-image: url(../img/icons/i_arrow-green.svg); }
    .exchange-value_arrow.arr-down {
      background-image: url(../img/icons/i_arrow-red.svg);
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }
  .exchange-info {
    font-size: 22px;
    line-height: 28px;
    color: #6a6e83;
    font-weight: 500;
    margin-top: 35px; }
  .exchange-nbu {
    background-color: #f4f5fa;
    padding: 30px 40px; }

.collateral {
  background-color: #ffffff; }
  .collateral-top {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 25px 0;
    border-bottom: solid 1px #c3c4c8; }
    .collateral-top .standart-select {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin: 0 20px 0 0; }
      .collateral-top .standart-select .form-label {
        margin-right: 10px; }
      .collateral-top .standart-select .select2-container--default .select2-selection--single {
        height: 34px; }
  .collateral-all {
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
    color: #006fc7; }
    .collateral-all_text {
      display: inline-block;
      vertical-align: middle; }
    .collateral-all_val {
      display: inline-block;
      vertical-align: middle; }
    .collateral-all + div {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
  .collateral-filter {
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    text-decoration: none; }
    .collateral-filter:hover .collateral-filter_text {
      text-decoration: underline; }
    .collateral-filter_text {
      display: inline-block;
      vertical-align: middle; }
    .collateral-filter_icon {
      display: inline-block;
      vertical-align: middle;
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      background-image: url(../img/icons/i_exchange.svg);
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg);
      margin-left: 5px; }
    .collateral-filter.up .collateral-filter_icon {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .collateral-filter.down .collateral-filter_icon {
      -webkit-transform: rotate(90deg) rotateX(180deg);
      -moz-transform: rotate(90deg) rotateX(180deg);
      transform: rotate(90deg) rotateX(180deg); }
  .collateral-block {
    margin: 30px 0 10px 0; }
  .collateral-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 30px;
    border-bottom: solid 1px #c3c4c8;
    padding-bottom: 30px; }
    .collateral-item:last-child {
      margin-bottom: 0;
      border-bottom: 0;
      padding-bottom: 0; }
    .collateral-item_preview {
      width: 350px;
      display: block;
      -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.1);
      -webkit-transition: -webkit-box-shadow .15s;
      transition: -webkit-box-shadow .15s;
      -o-transition: box-shadow .15s;
      -moz-transition: box-shadow .15s, -moz-box-shadow .15s;
      transition: box-shadow .15s;
      transition: box-shadow .15s, -webkit-box-shadow .15s, -moz-box-shadow .15s; }
      .collateral-item_preview:hover {
        -webkit-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
        -moz-box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25);
        box-shadow: 0px 5px 20px 0px rgba(0, 0, 0, 0.25); }
    .collateral-item_img {
      display: block;
      width: 100%; }
    .collateral-item_icon {
      width: 100%;
      height: 200px;
      background-repeat: no-repeat;
      background-position: center;
      background-color: #f4f5fa;
      -moz-background-size: 60px;
      background-size: 60px;
      background-image: url(../img/icons/i_picture.svg); }
    .collateral-item_info {
      width: -webkit-calc(100% - 700px);
      width: -moz-calc(100% - 700px);
      width: calc(100% - 700px);
      padding: 0 40px; }
    .collateral-item_action {
      width: 350px;
      text-align: right; }
    .collateral-item_title {
      font-size: 22px;
      line-height: 28px;
      color: #6a6e83;
      font-weight: 500;
      margin: 0 0 10px 0;
      text-decoration: none;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s; }
      .collateral-item_title:hover {
        color: #006fc7; }
    .collateral-item_text {
      font-size: 14px;
      line-height: 20px;
      color: #212529;
      font-weight: 400;
      margin: 0; }
    .collateral-item_contacts {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 25px; }
    .collateral-item_b {
      margin-right: 40px; }
      .collateral-item_b:last-child {
        margin-right: 0; }
    .collateral-item_i {
      font-size: 12px;
      line-height: 18px;
      color: #878787;
      font-weight: 400;
      margin-bottom: 5px; }
    .collateral-item_v {
      font-size: 14px;
      line-height: 20px;
      color: #006fc7;
      font-weight: 500;
      text-decoration: none; }
    .collateral-item_price {
      font-size: 22px;
      line-height: 28px;
      font-weight: 500;
      color: #006fc7; }
    .collateral-item_id {
      font-size: 13px;
      line-height: 18px;
      font-weight: 500;
      color: #8fa1b2;
      margin-bottom: 30px; }
  .collateral-name {
    font-size: 32px;
    line-height: 36px;
    font-weight: 500;
    color: #6a6e83;
    margin: 0; }
  .collateral .collateral-desc {
    margin-top: 25px; }
    .collateral .collateral-desc_main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
    .collateral .collateral-desc_picture {
      width: -webkit-calc(65% - 40px);
      width: -moz-calc(65% - 40px);
      width: calc(65% - 40px); }
    .collateral .collateral-desc_info {
      width: 35%;
      border-left: solid 1px #cccccc;
      padding: 0 40px; }
    .collateral .collateral-desc_block {
      margin-top: 25px; }
    .collateral .collateral-desc_text {
      font-size: 14px;
      line-height: 20px;
      color: #212529;
      font-weight: 400; }
  .collateral .form {
    padding: 30px 40px 40px 40px; }
    .collateral .form .form-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .collateral .form .form-input {
      width: -webkit-calc( (100% / 3) - 27px);
      width: -moz-calc( (100% / 3) - 27px);
      width: calc( (100% / 3) - 27px); }
    .collateral .form .form-textarea {
      width: 100%; }

.collateral-one .collateral-block {
  margin: 0; }

.collateral-one .collateral-desc_main {
  margin-bottom: 50px; }

.collateral-one .collateral-item_preview {
  width: 100%;
  display: inline-block; }
  .collateral-one .collateral-item_preview .preview-slider-for {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    height: 500px;
    overflow: hidden; }
    .collateral-one .collateral-item_preview .preview-slider-for .preview-slider-item {
      height: 500px;
      width: 100%; }
  .collateral-one .collateral-item_preview .preview-slider-nav {
    width: 250px;
    height: 500px;
    margin: 0; }
    .collateral-one .collateral-item_preview .preview-slider-nav .preview-slider-item {
      height: auto;
      width: 100%;
      display: block;
      outline: 0; }
      .collateral-one .collateral-item_preview .preview-slider-nav .preview-slider-item img {
        display: block;
        max-width: 100%; }
    .collateral-one .collateral-item_preview .preview-slider-nav .slick-list {
      height: 100% !important; }
    .collateral-one .collateral-item_preview .preview-slider-nav .slick-track {
      -webkit-transition: -webkit-transform .5s ease-in-out;
      transition: -webkit-transform .5s ease-in-out;
      -o-transition: -o-transform .5s ease-in-out;
      -moz-transition: transform .5s ease-in-out, -moz-transform .5s ease-in-out;
      transition: transform .5s ease-in-out;
      transition: transform .5s ease-in-out, -webkit-transform .5s ease-in-out, -moz-transform .5s ease-in-out, -o-transform .5s ease-in-out;
      -webkit-transition-delay: .3s;
      -moz-transition-delay: .3s;
      -o-transition-delay: .3s;
      transition-delay: .3s; }
  .collateral-one .collateral-item_preview .preview-slider-nav.slick-track {
    height: 85px; }
  .collateral-one .collateral-item_preview .slick-arrow {
    position: absolute;
    z-index: 50;
    left: 0;
    width: 100%;
    height: 25px;
    border: 0;
    outline: 0;
    background-color: rgba(255, 255, 255, 0);
    background-position: center;
    -moz-background-size: 18px;
    background-size: 18px;
    background-repeat: no-repeat;
    font-size: 0;
    color: #ffffff;
    background-image: url(../img/icons/i_arrow-blue.svg);
    cursor: pointer;
    opacity: .4;
    -webkit-transition: opacity .15s;
    -o-transition: opacity .15s;
    -moz-transition: opacity .15s;
    transition: opacity .15s; }
    .collateral-one .collateral-item_preview .slick-arrow:hover {
      opacity: 1; }
  .collateral-one .collateral-item_preview .slick-prev {
    top: -25px;
    -webkit-transform: rotate(-180deg);
    -moz-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    -o-transform: rotate(-180deg);
    transform: rotate(-180deg); }
  .collateral-one .collateral-item_preview .slick-next {
    bottom: -25px; }

.collateral-one .preview-slider-item {
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
  background-size: cover; }

.collateral-one .preview-slider {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }

.collateral-one .collateral-item_img {
  width: auto;
  max-width: 100%; }

.collateral-one .collateral-item_icon {
  height: 400px; }

.collateral-one .collateral-item_price {
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 5px; }

.collateral-one .collateral-item_id {
  margin-bottom: 25px; }

.collateral-one .collateral-item_contacts {
  display: block;
  border-top: solid 1px #cccccc;
  padding-top: 25px; }

.collateral-one .collateral-item_i {
  font-size: 14px; }

.collateral-one .collateral-item_v {
  font-size: 18px;
  color: #6a6e83; }

.collateral-one .collateral-item_b {
  margin: 0 0 25px 0; }
  .collateral-one .collateral-item_b:last-child {
    margin-bottom: 0; }

.collateral-one .static h1, .collateral-one .static h2, .collateral-one .static h3, .collateral-one .static h4, .collateral-one .static h5 {
  color: #6a6e83; }

.tenders {
  background-color: #ffffff; }
  .tenders-info {
    background-color: #f4f5fa;
    padding: 20px 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .tenders-info_desc {
      width: -webkit-calc(100% - 360px);
      width: -moz-calc(100% - 360px);
      width: calc(100% - 360px);
      padding-right: 40px; }
    .tenders-info_text {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      color: #212529; }
    .tenders-info_contacts {
      width: 360px;
      border-left: solid 1px #cccccc;
      padding: 10px 0 10px 40px; }
    .tenders-info_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 3px; }
      .tenders-info_item.tenders-phone .tenders-info_icon {
        background-image: url(../img/icons/i_phone-blue.svg); }
      .tenders-info_item.tenders-phone .tenders-info_val {
        font-size: 18px;
        color: #212529; }
      .tenders-info_item.tenders-mail .tenders-info_icon {
        background-image: url(../img/icons/i_world.svg); }
      .tenders-info_item.tenders-mail .tenders-info_val {
        font-size: 16px;
        color: #878787; }
    .tenders-info_icon {
      width: 18px;
      height: 18px;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      margin-right: 10px;
      display: inline-block; }
    .tenders-info_val {
      line-height: 20px;
      font-weight: 500;
      text-decoration: none;
      display: inline-block; }
    .tenders-info_name {
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #006fc7;
      margin-bottom: 10px; }
  .tenders .tenders-table {
    padding: 20px 40px;
    background-color: #f4f5fa; }
    .tenders .tenders-table .subtitle {
      margin-top: 0; }
    .tenders .tenders-table .tenders-action {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 20px; }
      .tenders .tenders-table .tenders-action_date {
        width: 150px; }
      .tenders .tenders-table .tenders-action_category {
        width: 250px; }
    .tenders .tenders-table .form-item {
      margin: 0 10px 0 0; }
      .tenders .tenders-table .form-item:last-child {
        margin-right: 0; }
    .tenders .tenders-table .show-more {
      margin-bottom: 10px; }
    .tenders .tenders-table .table-item.date {
      -webkit-box-flex: 4;
      -webkit-flex-grow: 4;
      -moz-box-flex: 4;
      -ms-flex-positive: 4;
      flex-grow: 4; }
    .tenders .tenders-table .table-item.category {
      -webkit-box-flex: 7;
      -webkit-flex-grow: 7;
      -moz-box-flex: 7;
      -ms-flex-positive: 7;
      flex-grow: 7; }
    .tenders .tenders-table .table-item.name {
      -webkit-box-flex: 10;
      -webkit-flex-grow: 10;
      -moz-box-flex: 10;
      -ms-flex-positive: 10;
      flex-grow: 10; }
      .tenders .tenders-table .table-item.name .table-text {
        text-decoration: none;
        -webkit-transition: color .15s;
        -o-transition: color .15s;
        -moz-transition: color .15s;
        transition: color .15s; }
        .tenders .tenders-table .table-item.name .table-text:hover {
          color: #006fc7; }
    .tenders .tenders-table .table-item a.table-text.text-blue {
      text-decoration: none; }
      .tenders .tenders-table .table-item a.table-text.text-blue:hover {
        text-decoration: underline; }
    .tenders .tenders-table .table-item.doc {
      -webkit-box-flex: 3;
      -webkit-flex-grow: 3;
      -moz-box-flex: 3;
      -ms-flex-positive: 3;
      flex-grow: 3; }
      .tenders .tenders-table .table-item.doc .table-text {
        margin: 0 auto; }
    .tenders .tenders-table .table-item.status {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1; }
  .tenders .static h1, .tenders .static h2, .tenders .static h3, .tenders .static h4, .tenders .static h5, .tenders .static h6 {
    color: #006fc7; }

.tenders-one .site-wrap {
  padding-bottom: 40px; }

.tenders-one .subtitle {
  font-size: 24px;
  line-height: 28px;
  color: #006fc7;
  margin: 0; }

.tenders-one .tenders-info {
  margin: 25px 0; }
  .tenders-one .tenders-info_desc {
    width: 100%;
    padding-right: 0; }

.tenders-one .back-to-list {
  margin: 5px 0 25px 0; }

.tenders-one .documents {
  margin-top: 25px; }
  .tenders-one .documents .subtitle {
    color: #6a6e83;
    font-size: 32px;
    line-height: 38px;
    margin-bottom: 10px; }

.site-content.departments {
  background-color: #fff;
  /* main styles*/
  /* Search bar*/
  /* Extended searching*/
  /* Map settings*/
  /* Legend settings*/
  /* List of departments*/ }
  .site-content.departments .site-wrap {
    padding-bottom: 40px; }
  .site-content.departments a.map-button_link {
    font-size: 13px;
    color: #878787;
    text-decoration: none; }
    .site-content.departments a.map-button_link::before {
      content: '';
      width: 17px;
      height: 17px;
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px;
      -moz-background-size: contain;
      background-size: contain;
      background-image: url("../img/icons/i_marker-gray.svg"); }
    .site-content.departments a.map-button_link.active:before {
      background-image: url("../img/icons/i_marker-blue.svg"); }
    .site-content.departments a.map-button_link.active:hover {
      text-decoration: none !important; }
  .site-content.departments .facebook-icon {
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #3c5898;
    background-image: url(../img/icons/i_fb-white.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    transition: .3s;
    cursor: pointer; }
    .site-content.departments .facebook-icon:hover {
      background-color: #466ab4; }
  .site-content.departments .main-image {
    width: 100%;
    margin-bottom: 24px; }
    .site-content.departments .main-image img {
      width: 100%; }
  .site-content.departments .infowindowDetails {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 24px; }
    .site-content.departments .infowindowDetails-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .site-content.departments .infowindowDetails-block .address-block {
        padding: 10px 0;
        margin-right: 65px;
        padding-right: 65px;
        border-right: solid 1px #cccccc; }
        .site-content.departments .infowindowDetails-block .address-block:last-child {
          margin-right: 0;
          padding-right: 0;
          border-right: 0; }
      .site-content.departments .infowindowDetails-block .working-details .working-details_item .collateral-item_v {
        font-size: 14px;
        line-height: 20px; }
    .site-content.departments .infowindowDetails-b {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      font-size: 14px;
      color: #878787; }
      .site-content.departments .infowindowDetails-b .standart-nav_link {
        margin-bottom: 0 !important;
        margin-left: 10px; }
    .site-content.departments .infowindowDetails .collateral-item_v {
      font-size: 22px;
      line-height: 24px;
      display: block; }
    .site-content.departments .infowindowDetails .standart-nav_link {
      padding: 0;
      margin-bottom: 10px;
      display: block;
      text-align: left;
      opacity: 1; }
      .site-content.departments .infowindowDetails .standart-nav_link:after {
        display: none; }
  .site-content.departments .address-block .button-card {
    margin-bottom: 7px; }
    .site-content.departments .address-block .button-card:last-child {
      margin-bottom: 0; }
  .site-content.departments .working-details .working-details_item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 10px; }
    .site-content.departments .working-details .working-details_item:last-child {
      margin-bottom: 0; }
  .site-content.departments .working-details .details_name.header-search {
    font-size: 14px;
    line-height: 18px;
    color: #878787;
    margin-right: 10px; }
    .site-content.departments .working-details .details_name.header-search:hover {
      text-decoration: none; }
  .site-content.departments .working-details .collateral-item_v {
    color: #212529;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500; }
  .site-content.departments .additionalInfo {
    margin: 30px 0;
    display: block;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 25px; }
    .site-content.departments .additionalInfo .collateral-item_v {
      font-size: 22px;
      line-height: 24px;
      display: block; }
  .site-content.departments .main-city-department h1 {
    font-size: 22px;
    line-height: 24px;
    color: #006fc7;
    font-weight: 500;
    text-transform: none;
    margin: 0 0 25px 0; }
  .site-content.departments .main-city-department span {
    font-size: 14px;
    line-height: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline; }
    .site-content.departments .main-city-department span span {
      font-size: 22px;
      line-height: 24px;
      font-weight: 500;
      margin-left: 10px; }
  .site-content.departments .main-city-department .contacts-block_item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 10px 0; }
  .site-content.departments .main-city-department .contacts-block_wrap .contacts-block_name {
    display: inline; }
  .site-content.departments .map-button_list .map-button_link:before {
    background-image: url("../img/icons/i_list-menu.svg");
    width: 16px;
    height: 16px;
    margin-right: 8px; }
  .site-content.departments .map-button_list .map-button_link.active:before {
    background-image: url("../img/icons/i_list-menu-blue.svg"); }
  .site-content.departments .map-button_list .map-button_link.active:hover {
    text-decoration: none !important; }
  .site-content.departments a.depLink,
  .site-content.departments a.map-button_link.active {
    text-decoration: none;
    color: #006fc7; }
  .site-content.departments .map-details {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;
    padding: 30px 0; }
    .site-content.departments .map-details .collateral-item_v {
      font-size: 18px;
      line-height: 22px; }
    .site-content.departments .map-details .map-tabs {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center; }
      .site-content.departments .map-details .map-tabs .map-button {
        border-right: 1px solid #ccc;
        margin-right: 20px;
        padding-right: 20px; }
        .site-content.departments .map-details .map-tabs .map-button .map-button_link {
          font-size: 14px;
          line-height: 18px;
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex; }
          .site-content.departments .map-details .map-tabs .map-button .map-button_link:hover {
            text-decoration: underline; }
        .site-content.departments .map-details .map-tabs .map-button:last-child {
          border-right: none;
          margin-right: 0;
          padding-right: 0; }
  .site-content.departments .search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    justify-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }
    .site-content.departments .search .search-wrapper {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site-content.departments .search .search-wrapper .searchBar {
        width: 65%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start;
        position: relative; }
        .site-content.departments .search .search-wrapper .searchBar .form-area:focus + .standart-select .select2-selection {
          border-left: solid 1px #006fc7; }
        .site-content.departments .search .search-wrapper .searchBar::before {
          content: '';
          position: absolute;
          left: 20px;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          -moz-transform: translateY(-50%);
          -o-transform: translateY(-50%);
          transform: translateY(-50%);
          display: block;
          height: 16px;
          width: 16px;
          background: url("../img/icons/i_search-gray.svg") no-repeat 50% 50%;
          /* TODO: blue color;*/
          -moz-background-size: auto 100%;
          background-size: auto 100%; }
        .site-content.departments .search .search-wrapper .searchBar .standart-select {
          min-width: 250px; }
          .site-content.departments .search .search-wrapper .searchBar .standart-select .select2-container--default .select2-selection--single {
            -webkit-border-top-left-radius: 0;
            -moz-border-radius-topleft: 0;
            border-top-left-radius: 0;
            -webkit-border-bottom-left-radius: 0;
            -moz-border-radius-bottomleft: 0;
            border-bottom-left-radius: 0;
            -webkit-transition: border-left .15s;
            -o-transition: border-left .15s;
            -moz-transition: border-left .15s;
            transition: border-left .15s; }
        .site-content.departments .search .search-wrapper .searchBar .form-area {
          display: inline-block;
          width: 50%;
          border-collapse: collapse;
          margin: 0; }
        .site-content.departments .search .search-wrapper .searchBar input.form-area {
          padding-left: 45px;
          width: 100%;
          border-right: 0;
          -webkit-border-top-right-radius: 0;
          -moz-border-radius-topright: 0;
          border-top-right-radius: 0;
          -webkit-border-bottom-right-radius: 0;
          -moz-border-radius-bottomright: 0;
          border-bottom-right-radius: 0; }
        .site-content.departments .search .search-wrapper .searchBar select.form-area {
          width: 30%;
          min-width: 35px;
          border-left: none; }
      .site-content.departments .search .search-wrapper .extSearch-open {
        position: relative;
        -ms-flex-item-align: center;
        -webkit-align-self: center;
        -ms-grid-row-align: center;
        align-self: center;
        margin-left: auto;
        font-size: 14px;
        line-height: 18px; }
        .site-content.departments .search .search-wrapper .extSearch-open:hover {
          text-decoration: underline; }
          .site-content.departments .search .search-wrapper .extSearch-open:hover .accordion-arrow {
            -webkit-transform: rotate(180deg);
            -moz-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
            -o-transform: rotate(180deg);
            transform: rotate(180deg); }
        .site-content.departments .search .search-wrapper .extSearch-open .accordion-arrow {
          display: inline-block;
          height: 0.7em;
          position: relative;
          top: 50%;
          background-image: url(../img/icons/i_arrow-blue.svg);
          opacity: 1; }
  .site-content.departments .extSearch {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    flex-direction: column;
    position: relative;
    -webkit-transition: all 200ms ease-in-out;
    -o-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
    border-bottom: 1px solid #ccc; }
    .site-content.departments .extSearch .standart-nav_link {
      padding-left: 0; }
      .site-content.departments .extSearch .standart-nav_link::after {
        display: none; }
    .site-content.departments .extSearch .el-input__icon {
      position: absolute;
      right: 10px;
      opacity: 0.5; }
    .site-content.departments .extSearch .el-input__icon:hover {
      opacity: 1;
      cursor: pointer; }
    .site-content.departments .extSearch .el-date-editor--time-select,
    .site-content.departments .extSearch .el-picker-panel.time-select {
      width: 150px; }
    .site-content.departments .extSearch .deps-checkbox-container .time-text {
      display: inline-block;
      padding: 10px; }
    .site-content.departments .extSearch .filter-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      width: 100%;
      padding-top: 15px; }
      .site-content.departments .extSearch .filter-wrapper .collateral-item_v {
        font-size: 16px; }
      .site-content.departments .extSearch .filter-wrapper .checkbox-container-wrapper {
        /* width: 45%;*/
        min-width: 200px; }
        .site-content.departments .extSearch .filter-wrapper .checkbox-container-wrapper .standart-nav_link {
          opacity: 1; }
      .site-content.departments .extSearch .filter-wrapper .filter-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        justify-content: space-between;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap; }
        .site-content.departments .extSearch .filter-wrapper .filter-block-column {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          -webkit-flex-direction: column;
          -moz-box-orient: vertical;
          -moz-box-direction: normal;
          flex-direction: column; }
        .site-content.departments .extSearch .filter-wrapper .filter-block .filter-container {
          margin: 15px 15px 0 0;
          min-width: 300px; }
          .site-content.departments .extSearch .filter-wrapper .filter-block .filter-container .filter-row {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
            -webkit-box-pack: start;
            -ms-flex-pack: start;
            -webkit-justify-content: flex-start;
            -moz-box-pack: start;
            justify-content: flex-start;
            -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
            flex-wrap: wrap; }
            .site-content.departments .extSearch .filter-wrapper .filter-block .filter-container .filter-row .cb-days {
              margin-right: 40px; }
          .site-content.departments .extSearch .filter-wrapper .filter-block .filter-container .deps-checkbox-container {
            margin: 15px 0 0; }
    .site-content.departments .extSearch .workHours-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center; }
      .site-content.departments .extSearch .workHours-container .timeWrap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        align-items: center;
        width: 40%;
        min-width: 200px;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        justify-content: flex-start; }
      .site-content.departments .extSearch .workHours-container .workHours-label {
        display: block;
        width: 10%;
        min-width: 30px;
        text-align: right; }
      .site-content.departments .extSearch .workHours-container .workHours-input {
        width: 145px;
        margin: 0 15px; }
    .site-content.departments .extSearch .clear-filters-button {
      position: relative;
      -ms-flex-item-align: end;
      -webkit-align-self: flex-end;
      align-self: flex-end;
      margin: 20px 0 25px;
      right: 0;
      line-height: 1;
      margin-left: auto; }
      .site-content.departments .extSearch .clear-filters-button a {
        text-decoration: underline;
        font-size: 14px;
        line-height: 18px; }
  .site-content.departments #deps-map {
    height: 600px;
    margin-left: -40px;
    margin-right: -40px;
    width: -webkit-calc(100% + 80px);
    width: -moz-calc(100% + 80px);
    width: calc(100% + 80px); }
  .site-content.departments .opened-object #deps-map {
    height: 400px; }
  .site-content.departments .map-wrapper {
    position: relative;
    margin-bottom: -40px;
    /* style main infowindow */ }
  .site-content.departments .deps-icons-legend {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 30px; }
    .site-content.departments .deps-icons-legend .legend-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      align-items: center;
      margin: 10px 30px 10px 0; }
  .site-content.departments .list-wrapper {
    background-color: #f4f5fa;
    padding: 0 40px; }
    .site-content.departments .list-wrapper .object-block {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: -moz-box;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      align-items: flex-start;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      -webkit-flex-wrap: wrap;
      flex-wrap: wrap;
      padding: 30px 0;
      border-bottom: 1px solid #ccc; }
      .site-content.departments .list-wrapper .object-block:last-child {
        border-bottom: none; }
      .site-content.departments .list-wrapper .object-block .standart-nav_link {
        display: block;
        font-size: 18px;
        line-height: 22px;
        margin: 0;
        padding: 5px 0 0;
        opacity: 1; }
        .site-content.departments .list-wrapper .object-block .standart-nav_link:after {
          display: none; }
      .site-content.departments .list-wrapper .object-block .object-info {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: -moz-box;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
        -moz-box-align: start;
        align-items: flex-start;
        -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 48%; }
        .site-content.departments .list-wrapper .object-block .object-info .info-details {
          width: -webkit-calc(100% - 40px);
          width: -moz-calc(100% - 40px);
          width: calc(100% - 40px); }
        .site-content.departments .list-wrapper .object-block .object-info .object-title {
          display: block;
          font-size: 16px;
          font-weight: 500;
          line-height: 18px;
          color: #878787;
          padding-top: 15px; }
      .site-content.departments .list-wrapper .object-block .header-contacts_all {
        font-size: 12px;
        text-decoration: none;
        margin-top: 2px;
        display: block; }
      .site-content.departments .list-wrapper .object-block .object-phone {
        width: 25%;
        text-align: left; }
        .site-content.departments .list-wrapper .object-block .object-phone .phone-number {
          display: -webkit-box;
          display: -webkit-flex;
          display: -moz-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-align: center;
          -webkit-align-items: center;
          -moz-box-align: center;
          -ms-flex-align: center;
          align-items: center; }
          .site-content.departments .list-wrapper .object-block .object-phone .phone-number:before {
            content: '';
            width: 25px;
            height: 25px;
            -moz-background-size: 15px;
            background-size: 15px;
            background-repeat: no-repeat;
            background-position: center;
            background-image: url(../img/icons/i_phone-blue.svg);
            display: inline-block; }
      .site-content.departments .list-wrapper .object-block .object-working-time {
        text-align: right;
        width: 25%;
        min-width: 200px; }
        .site-content.departments .list-wrapper .object-block .object-working-time .working-details {
          margin-top: 20px; }
          .site-content.departments .list-wrapper .object-block .object-working-time .working-details .working-details_item {
            display: -webkit-box;
            display: -ms-flexbox;
            display: -webkit-flex;
            display: -moz-box;
            display: flex;
            -webkit-box-pack: justify;
            -ms-flex-pack: justify;
            -webkit-justify-content: space-between;
            -moz-box-pack: justify;
            justify-content: space-between;
            margin-left: auto;
            width: 180px; }
          .site-content.departments .list-wrapper .object-block .object-working-time .working-details .collateral-item_v {
            font-size: 16px;
            line-height: 20px;
            color: #006fc7; }
          .site-content.departments .list-wrapper .object-block .object-working-time .working-details .details_name {
            text-decoration: none;
            color: #878787; }
  .site-content.departments .poi-info-window {
    padding: 10px 20px; }
    .site-content.departments .poi-info-window .title {
      width: auto;
      margin: 0;
      line-height: 18px; }
    .site-content.departments .poi-info-window .view-link {
      margin-top: 15px; }
      .site-content.departments .poi-info-window .view-link a {
        color: #006fc7 !important; }
  .site-content.departments .gm-style-iw + div + img {
    right: auto !important;
    left: 220px !important; }

.icon-wrapper {
  height: 30px;
  width: 30px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  margin-right: 10px; }

/* timepicker*/
.wickedpicker.restyled {
  width: 145px;
  height: auto; }
  .wickedpicker.restyled * {
    outline: none; }
  .wickedpicker.restyled .fontello:before,
  .wickedpicker.restyled .wickedpicker__controls__control-up:before {
    -webkit-transform: rotateZ(180deg) translateY(50%);
    -ms-transform: rotate(180deg) translateY(50%);
    -moz-transform: rotateZ(180deg) translateY(50%);
    -o-transform: rotateZ(180deg) translateY(50%);
    transform: rotateZ(180deg) translateY(50%); }
  .wickedpicker.restyled .fontello-after:after,
  .wickedpicker.restyled .fontello:before,
  .wickedpicker.restyled .wickedpicker__controls__control-down:after,
  .wickedpicker.restyled .wickedpicker__controls__control-up:before {
    content: '';
    height: 10px;
    width: 10px;
    background: url("../img/icons/i_arrow.svg") 50% 50% no-repeat;
    -moz-background-size: contain;
    background-size: contain; }

.site-content.departments .short-info-popup .short-info-body {
  padding-top: 15px;
  padding-bottom: 5px; }
  .site-content.departments .short-info-popup .short-info-body .info-block {
    padding: 0 20px;
    margin-bottom: 10px; }
    .site-content.departments .short-info-popup .short-info-body .info-block .label {
      padding: 0;
      display: block;
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
      color: #6a6e83;
      margin-bottom: 3px; }
    .site-content.departments .short-info-popup .short-info-body .info-block .data {
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      color: #006fc7; }
      .site-content.departments .short-info-popup .short-info-body .info-block .data .standart-nav_link {
        font-size: 14px;
        line-height: 18px;
        font-weight: 500;
        color: #006fc7;
        padding: 0;
        margin-right: 10px;
        opacity: 1; }
        .site-content.departments .short-info-popup .short-info-body .info-block .data .standart-nav_link:after {
          display: none; }
  .site-content.departments .short-info-popup .short-info-body .short-info-button.button-show-more {
    padding: 0 20px; }
    .site-content.departments .short-info-popup .short-info-body .short-info-button.button-show-more a {
      display: inline-block;
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
      text-decoration: none;
      text-align: center;
      color: #ffffff;
      background-color: #2bae33;
      -webkit-border-radius: 3px;
      -moz-border-radius: 3px;
      border-radius: 3px;
      padding: 14px 10px;
      min-width: 145px;
      -webkit-transition: color 0.35s;
      -o-transition: color 0.35s;
      -moz-transition: color 0.35s;
      transition: color 0.35s;
      outline: 0;
      border: 0;
      cursor: pointer;
      position: relative;
      overflow: hidden;
      -webkit-transform: perspective(1px) translateZ(0);
      -moz-transform: perspective(1px) translateZ(0);
      transform: perspective(1px) translateZ(0);
      width: 100%; }
      .site-content.departments .short-info-popup .short-info-body .short-info-button.button-show-more a:hover:before {
        -webkit-transform: translate(0, 0);
        -moz-transform: translate(0, 0);
        -ms-transform: translate(0, 0);
        -o-transform: translate(0, 0);
        transform: translate(0, 0);
        opacity: 1; }
      .site-content.departments .short-info-popup .short-info-body .short-info-button.button-show-more a:before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background-color: #289e2e;
        -webkit-transition: opacity .35s .05s, -webkit-transform 0.35s;
        transition: opacity .35s .05s, -webkit-transform 0.35s;
        -o-transition: opacity .35s .05s, -o-transform 0.35s;
        -moz-transition: transform 0.35s, opacity .35s .05s, -moz-transform 0.35s;
        transition: transform 0.35s, opacity .35s .05s;
        transition: transform 0.35s, opacity .35s .05s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
        -webkit-transform: translate(30%, -190%) rotate(30deg);
        -moz-transform: translate(30%, -190%) rotate(30deg);
        -ms-transform: translate(30%, -190%) rotate(30deg);
        -o-transform: translate(30%, -190%) rotate(30deg);
        transform: translate(30%, -190%) rotate(30deg);
        -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
        opacity: 0;
        z-index: -1; }
  .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 20px; }
    .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card {
      display: inline-block;
      margin-top: 10px;
      width: -webkit-calc(50% - 5px);
      width: -moz-calc(50% - 5px);
      width: calc(50% - 5px); }
      .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card a {
        display: block;
        font-size: 12px;
        line-height: 18px;
        font-weight: 400;
        text-decoration: none;
        text-align: center;
        color: #ffffff;
        background-color: #2bae33;
        -webkit-border-radius: 3px;
        -moz-border-radius: 3px;
        border-radius: 3px;
        min-width: 145px;
        -webkit-transition: color 0.35s;
        -o-transition: color 0.35s;
        -moz-transition: color 0.35s;
        transition: color 0.35s;
        outline: 0;
        border: 0;
        cursor: pointer;
        position: relative;
        overflow: hidden;
        -webkit-transform: perspective(1px) translateZ(0);
        -moz-transform: perspective(1px) translateZ(0);
        transform: perspective(1px) translateZ(0);
        color: #006fc7;
        background-color: #ffffff;
        border: solid 1px #006fc7;
        padding: 12px 10px;
        -webkit-transition: color .35s;
        -o-transition: color .35s;
        -moz-transition: color .35s;
        transition: color .35s;
        width: 100%; }
        .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card a:hover:before {
          -webkit-transform: translate(0, 0);
          -moz-transform: translate(0, 0);
          -ms-transform: translate(0, 0);
          -o-transform: translate(0, 0);
          transform: translate(0, 0);
          opacity: 1; }
        .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card a:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          background-color: #289e2e;
          -webkit-transition: opacity .35s .05s, -webkit-transform 0.35s;
          transition: opacity .35s .05s, -webkit-transform 0.35s;
          -o-transition: opacity .35s .05s, -o-transform 0.35s;
          -moz-transition: transform 0.35s, opacity .35s .05s, -moz-transform 0.35s;
          transition: transform 0.35s, opacity .35s .05s;
          transition: transform 0.35s, opacity .35s .05s, -webkit-transform 0.35s, -moz-transform 0.35s, -o-transform 0.35s;
          -webkit-transform: translate(30%, -190%) rotate(30deg);
          -moz-transform: translate(30%, -190%) rotate(30deg);
          -ms-transform: translate(30%, -190%) rotate(30deg);
          -o-transform: translate(30%, -190%) rotate(30deg);
          transform: translate(30%, -190%) rotate(30deg);
          -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          -moz-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          -o-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
          opacity: 0;
          z-index: -1; }
        .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card a:hover {
          color: #ffffff; }
        .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card a:before {
          background-color: #006fc7; }

.career {
  background-color: #ffffff; }
  .career .career-why {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    background-image: url(../img/decor-img/career_img.jpg);
    padding: 15px 15px;
    height: 200px;
    margin: 30px 0;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
    .career .career-why_text {
      color: #ffffff;
      font-size: 32px;
      line-height: 38px;
      font-weight: 500;
      text-align: center;
      margin: 0; }
  .career .career-vac {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 30px 0 50px 0; }
    .career .career-vac_b {
      border-right: solid 1px #cccccc;
      width: -webkit-calc(100% - 280px);
      width: -moz-calc(100% - 280px);
      width: calc(100% - 280px);
      padding-right: 65px; }
    .career .career-vac_text {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      margin: 0 0 15px 0; }
      .career .career-vac_text:last-child {
        margin-bottom: 0; }
    .career .career-vac_action {
      width: 280px;
      text-align: center; }
  .career .career-ethics {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 30px 0; }
    .career .career-ethics_b {
      width: 50%; }
      .career .career-ethics_b:first-child {
        padding-right: 40px; }
      .career .career-ethics_b:last-child {
        padding-left: 40px; }
    .career .career-ethics_text {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      margin: 0 0 15px 0; }
      .career .career-ethics_text:last-child {
        margin-bottom: 0; }
    .career .career-ethics .btn {
      margin-top: 5px; }
    .career .career-ethics_list {
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      background-size: cover;
      background-image: url(../img/decor-img/career_et.jpg);
      padding: 40px 40px; }
    .career .career-ethics_item {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      padding-left: 25px;
      position: relative;
      margin-bottom: 15px; }
      .career .career-ethics_item:last-child {
        margin-bottom: 0; }
      .career .career-ethics_item:before {
        content: '';
        width: 15px;
        height: 1px;
        background-color: #ffffff;
        position: absolute;
        left: 0;
        top: 9px; }
  .career .career-plus {
    margin: 30px 0; }
    .career .career-plus .subtitle {
      margin-bottom: 25px; }
    .career .career-plus_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .career .career-plus_item {
      width: 30%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      min-height: 170px;
      margin: 0 5% 40px 0; }
      .career .career-plus_item:nth-child(3n) {
        margin-right: 0; }
    .career .career-plus_icon {
      width: 170px;
      height: 170px;
      position: relative;
      background-color: #f4f5fa;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%; }
      .career .career-plus_icon:after {
        content: '';
        width: 90px;
        height: 90px;
        background-color: #ffffff;
        position: absolute;
        top: 50%;
        left: 50%;
        margin: -45px 0 0 -45px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
        -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
        box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 50px;
        background-size: 50px; }
      .career .career-plus_icon.ic_1:after {
        background-image: url(../img/decor-img/c_1.svg); }
      .career .career-plus_icon.ic_2:after {
        background-image: url(../img/decor-img/c_2.svg); }
      .career .career-plus_icon.ic_3:after {
        background-image: url(../img/decor-img/c_3.svg);
        background-position: 60% 45%; }
      .career .career-plus_icon.ic_4:after {
        background-image: url(../img/decor-img/c_4.svg); }
      .career .career-plus_icon.ic_5:after {
        background-image: url(../img/decor-img/c_5.svg);
        background-position: 50% 45%;
        -moz-background-size: 40px;
        background-size: 40px; }
    .career .career-plus_text {
      font-size: 22px;
      line-height: 28px;
      font-weight: 500;
      color: #6a6e83;
      margin: 0;
      position: relative;
      z-index: 10;
      width: -webkit-calc(100% - 170px);
      width: -moz-calc(100% - 170px);
      width: calc(100% - 170px);
      margin-left: -25px; }
  .career .form {
    padding: 30px 40px 40px 40px; }
    .career .form .career-vac {
      background-color: #ffffff;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      padding: 20px 0;
      margin: 0 0 30px 0; }
      .career .form .career-vac_b {
        padding: 10px 65px; }
      .career .form .career-vac_text {
        font-size: 18px;
        line-height: 24px; }
    .career .form .form-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .career .form .form-input {
      width: -webkit-calc( (100% / 3) - 27px);
      width: -moz-calc( (100% / 3) - 27px);
      width: calc( (100% / 3) - 27px); }
    .career .form .form-textarea {
      width: 100%; }
  .career .career-information {
    width: 100%;
    background-color: #f4f5fa;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 20px 0;
    margin: 25px 0; }
    .career .career-information_item {
      padding: 5px 40px;
      border-right: solid 1px #cccccc; }
      .career .career-information_item:last-child {
        border-right: 0; }
    .career .career-information_name {
      font-size: 16px;
      line-height: 24px;
      color: #878787;
      font-weight: 500;
      margin-bottom: 3px; }
    .career .career-information_val {
      font-size: 18px;
      line-height: 24px;
      color: #006fc7;
      text-decoration: none;
      font-weight: 500; }
  .career .career-vacancy_block {
    margin-bottom: 30px; }
    .career .career-vacancy_block .subtitle {
      font-size: 22px;
      line-height: 28px;
      margin-bottom: 5px; }
  .career .career-vacancy_list.static ul {
    margin-top: 5px; }
  .career .career-work {
    background-image: url(../img/decor-img/career_bg.jpg);
    background-position: center;
    background-repeat: no-repeat;
    -moz-background-size: cover;
    background-size: cover;
    padding: 30px 60px;
    margin-bottom: 10px; }
    .career .career-work_wrap {
      width: 50%; }
    .career .career-work .subtitle {
      color: #ffffff; }
    .career .career-work_text {
      font-size: 16px;
      line-height: 24px;
      font-weight: 400;
      color: #ffffff;
      margin: 20px 0; }
    .career .career-work_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 20px 0 0 0; }
    .career .career-work_b {
      width: 50%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
    .career .career-work_icon {
      width: 50px;
      height: 50px;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      margin-right: 5px; }
      .career .career-work_icon.icon_1 {
        background-image: url(../img/decor-img/icon_1.svg);
        -moz-background-size: 36px;
        background-size: 36px; }
      .career .career-work_icon.icon_2 {
        background-image: url(../img/decor-img/icon_2.svg);
        -moz-background-size: 41px;
        background-size: 41px; }
      .career .career-work_icon.icon_3 {
        background-image: url(../img/decor-img/icon_3.svg);
        -moz-background-size: 40px;
        background-size: 40px; }
      .career .career-work_icon.icon_4 {
        background-image: url(../img/decor-img/icon_4.svg);
        -moz-background-size: 39px;
        background-size: 39px; }
      .career .career-work_icon.icon_5 {
        background-image: url(../img/decor-img/icon_5.svg);
        -moz-background-size: 34px;
        background-size: 34px; }
      .career .career-work_icon.icon_6 {
        background-image: url(../img/decor-img/icon_6.svg);
        -moz-background-size: 47px;
        background-size: 47px; }
    .career .career-work_item {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      color: #ffffff; }
  .career .career-vac-open {
    margin-top: 35px; }
    .career .career-vac-open_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .career .career-vac-open_content {
      width: -webkit-calc(100% - 135px);
      width: -moz-calc(100% - 135px);
      width: calc(100% - 135px); }
      .career .career-vac-open_content .subtitle {
        font-size: 18px;
        line-height: 24px;
        font-weight: 500;
        color: #006fc7;
        margin-top: 0; }
    .career .career-vac-open_text {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      margin: 15px 0; }
      .career .career-vac-open_text a {
        color: #006fc7;
        text-decoration: none;
        font-weight: 500; }
        .career .career-vac-open_text a:hover {
          text-decoration: underline; }
    .career .career-vac-open_icon {
      width: 135px;
      height: 135px;
      background-repeat: no-repeat;
      background-position: left center;
      -moz-background-size: contain;
      background-size: contain;
      background-image: url(../img/decor-img/note_pad.svg); }

.career-vacancy .site-wrap {
  padding-bottom: 10px; }

.career-vacancy .standart-select {
  width: 250px;
  margin-bottom: 20px; }

.contacts {
  background-color: #ffffff; }
  .contacts-title {
    font-size: 22px;
    line-height: 28px;
    color: #006fc7;
    font-weight: 500;
    margin: 0 0 15px 0; }
  .contacts-info {
    margin: 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .contacts-info_supp {
      width: 35%;
      padding-right: 65px; }
    .contacts-info_text {
      font-size: 14px;
      line-height: 20px;
      color: #212529;
      font-weight: 400;
      margin: 15px 0; }
    .contacts-info_b {
      margin: 15px 0; }
    .contacts-info_i {
      font-size: 14px;
      line-height: 20px;
      color: #212529;
      font-weight: 400;
      margin-right: 5px; }
    .contacts-info_v {
      display: inline-block;
      font-size: 18px;
      line-height: 20px;
      color: #212529;
      font-weight: 500;
      text-decoration: none; }
  .contacts-block {
    width: 65%;
    padding-left: 65px;
    border-left: solid 1px #cccccc; }
    .contacts-block_item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin: 15px 0; }
      .contacts-block_item.c-mail .contacts-block_icon {
        background-image: url(../img/icons/i_world.svg); }
      .contacts-block_item.c-fax .contacts-block_icon {
        background-image: url(../img/icons/i_fax.svg); }
      .contacts-block_item.c-address .contacts-block_icon {
        background-image: url(../img/icons/i_mail.svg); }
      .contacts-block_item.c-link .contacts-block_icon {
        background-image: url(../img/icons/i_fb-blue.svg); }
      .contacts-block_item.c-tel .contacts-block_icon {
        background-image: url(../img/icons/i_phone-blue.svg); }
    .contacts-block_wrap {
      width: -webkit-calc(100% - 30px);
      width: -moz-calc(100% - 30px);
      width: calc(100% - 30px); }
    .contacts-block_icon {
      width: 25px;
      height: 22px;
      background-repeat: no-repeat;
      background-position: left center;
      -moz-background-size: 19px;
      background-size: 19px;
      margin-right: 5px; }
    .contacts-block_name {
      font-size: 14px;
      line-height: 20px;
      color: #212529;
      font-weight: 400; }
    .contacts-block_val {
      display: inline;
      font-size: 18px;
      line-height: 20px;
      color: #212529;
      font-weight: 500;
      text-decoration: none;
      margin-left: 5px; }
  .contacts .contacts-map {
    margin: 50px 0; }
    .contacts .contacts-map .contacts-title {
      margin-bottom: 20px; }
    .contacts .contacts-map_img {
      width: 100%;
      height: 150px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      background-size: cover;
      background-image: url(../img/decor-img/map.jpg);
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
  .contacts .contacts-people_item {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-top: solid 1px #cccccc;
    padding: 25px 0; }
    .contacts .contacts-people_item:last-child {
      border-bottom: solid 1px #cccccc; }
  .contacts .contacts-people_title {
    width: 60%;
    font-size: 22px;
    line-height: 28px;
    color: #878787;
    font-weight: 500;
    padding-right: 40px; }
  .contacts .contacts-people_info {
    width: 40%; }
  .contacts .contacts-people_name {
    font-size: 22px;
    line-height: 28px;
    color: #006fc7;
    font-weight: 500;
    margin: 0 0 15px 0; }
  .contacts .contacts-people_text {
    font-size: 14px;
    line-height: 20px;
    color: #212529;
    font-weight: 400;
    margin: 15px 0; }
  .contacts .contacts-people .contacts-block_item:last-child {
    margin-bottom: 0; }
  .contacts .contacts-list {
    margin-top: 25px; }
    .contacts .contacts-list_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin-top: 25px; }
    .contacts .contacts-list_item {
      width: -webkit-calc((100% /3) - 5px);
      width: -moz-calc((100% /3) - 5px);
      width: calc((100% /3) - 5px);
      margin-bottom: 25px;
      padding-right: 20px; }
      .contacts .contacts-list_item .contacts-block_item {
        margin: 10px 0; }
    .contacts .contacts-list_name {
      display: inline;
      font-size: 18px;
      line-height: 20px;
      color: #212529;
      font-weight: 500; }
    .contacts .contacts-list_text {
      font-size: 14px;
      line-height: 20px;
      color: #212529;
      font-weight: 400;
      margin: 10px 0 20px 0; }
  .contacts .form {
    padding: 30px 40px 40px 40px; }
    .contacts .form .form-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between; }
    .contacts .form .form-input {
      width: -webkit-calc( (100% / 3) - 27px);
      width: -moz-calc( (100% / 3) - 27px);
      width: calc( (100% / 3) - 27px); }
    .contacts .form .form-textarea {
      width: 100%; }
    .contacts .form .form-item_full {
      width: 100%; }

.money-transfer {
  background-color: #ffffff; }
  .money-transfer-info {
    background-color: #f4f5fa;
    padding: 30px 40px;
    margin: 20px 0; }
  .money-transfer-text {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
    margin: 0; }
  .money-transfer-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 -30px 0;
    position: relative; }
    .money-transfer-block:after {
      content: '';
      width: 100%;
      height: 1px;
      position: absolute;
      background-color: #ffffff;
      bottom: 30px;
      left: 0; }
  .money-transfer .money-transfer-item {
    width: -webkit-calc((100% /3) - 5px);
    width: -moz-calc((100% /3) - 5px);
    width: calc((100% /3) - 5px);
    padding-right: 80px;
    margin-bottom: 30px;
    border-bottom: solid 1px #cccccc;
    padding-bottom: 30px; }
    .money-transfer .money-transfer-item_logo {
      margin-bottom: 10px;
      display: inline-block; }
      .money-transfer .money-transfer-item_logo img {
        display: block;
        max-width: 280px;
        max-height: 120px; }
    .money-transfer .money-transfer-item_link {
      display: block;
      text-decoration: none; }
      .money-transfer .money-transfer-item_link:hover .money-transfer-item_text {
        color: #006fc7; }
    .money-transfer .money-transfer-item_name {
      font-size: 22px;
      line-height: 26px;
      font-weight: 500;
      color: #006fc7;
      margin: 0 0 20px 0; }
    .money-transfer .money-transfer-item_text {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      margin: 0;
      -webkit-transition: color .15s;
      -o-transition: color .15s;
      -moz-transition: color .15s;
      transition: color .15s; }
    .money-transfer .money-transfer-item_block {
      margin: 10px 0 20px 0; }
    .money-transfer .money-transfer-item_label {
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: #878787;
      margin-bottom: 5px; }
    .money-transfer .money-transfer-item_b {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .money-transfer .money-transfer-item_i {
      display: inline-block;
      border: solid 1px #006fc7;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      width: 30px;
      height: 30px;
      margin-right: 15px;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: 16px;
      background-size: 16px; }
      .money-transfer .money-transfer-item_i:last-child {
        margin-right: 0; }
      .money-transfer .money-transfer-item_i.eur {
        background-position: 45% 50%;
        -moz-background-size: 15px;
        background-size: 15px; }
      .money-transfer .money-transfer-item_i.rub {
        -moz-background-size: 13px;
        background-size: 13px; }
      .money-transfer .money-transfer-item_i.gbp {
        -moz-background-size: 13px;
        background-size: 13px; }
  .money-transfer-single {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 10px; }
  .money-transfer-part {
    width: -webkit-calc(100% - 450px);
    width: -moz-calc(100% - 450px);
    width: calc(100% - 450px);
    padding-right: 60px;
    border-right: solid 1px #cccccc; }
  .money-transfer-list_item {
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px; }
    .money-transfer-list_item:before {
      content: '';
      width: 15px;
      height: 1px;
      background-color: #006fc7;
      position: absolute;
      left: 0;
      top: 11px; }
    .money-transfer-list_item:last-child {
      margin-bottom: 0; }
  .money-transfer-list span {
    display: inline-block; }
  .money-transfer-list p, .money-transfer-list div, .money-transfer-list span, .money-transfer-list ul li, .money-transfer-list ol li {
    font-size: 18px;
    line-height: 24px;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px; }
    .money-transfer-list p:before, .money-transfer-list div:before, .money-transfer-list span:before, .money-transfer-list ul li:before, .money-transfer-list ol li:before {
      content: '';
      width: 15px;
      height: 1px;
      background-color: #006fc7;
      position: absolute;
      left: 0;
      top: 11px; }
    .money-transfer-list p:last-child, .money-transfer-list div:last-child, .money-transfer-list span:last-child, .money-transfer-list ul li:last-child, .money-transfer-list ol li:last-child {
      margin-bottom: 0; }
  .money-transfer-list p {
    padding-left: 0; }
    .money-transfer-list p:before {
      display: none; }
    .money-transfer-list p > span {
      font-size: 14px;
      line-height: 20px; }
  .money-transfer-action {
    width: 450px;
    padding-left: 60px; }
  .money-transfer-links {
    margin-top: 20px; }
    .money-transfer-links .btn {
      margin-right: 10px; }
      .money-transfer-links .btn:last-child {
        margin-right: 0; }
  .money-transfer .money-transfer-desc {
    background-color: #f4f5fa;
    padding: 40px 40px 10px 40px; }
    .money-transfer .money-transfer-desc .subtitle {
      font-size: 22px;
      line-height: 28px;
      margin: 0; }
    .money-transfer .money-transfer-desc_block {
      margin-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .money-transfer .money-transfer-desc_item {
      font-size: 14px;
      line-height: 20px;
      color: #6a6e83;
      font-weight: 500;
      width: -webkit-calc((100% /3) - 5px);
      width: -moz-calc((100% /3) - 5px);
      width: calc((100% /3) - 5px);
      position: relative;
      padding: 5px 40px 5px 20px;
      margin-bottom: 30px; }
      .money-transfer .money-transfer-desc_item:before {
        content: '';
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d8dae2; }
    .money-transfer .money-transfer-desc p {
      font-size: 14px;
      line-height: 20px;
      color: #6a6e83;
      font-weight: 500;
      width: -webkit-calc((100% /3) - 5px);
      width: -moz-calc((100% /3) - 5px);
      width: calc((100% /3) - 5px);
      position: relative;
      padding: 5px 40px 5px 20px;
      margin-bottom: 30px;
      margin-top: 0; }
      .money-transfer .money-transfer-desc p:before {
        content: '';
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d8dae2; }

.money-transfer-one .back-to-list {
  margin: 10px 0; }

@-webkit-keyframes mainTurn {
  0% {
    padding-top: 120px; }
  100% {
    padding-top: 80px; } }

@-moz-keyframes mainTurn {
  0% {
    padding-top: 120px; }
  100% {
    padding-top: 80px; } }

@-o-keyframes mainTurn {
  0% {
    padding-top: 120px; }
  100% {
    padding-top: 80px; } }

@keyframes mainTurn {
  0% {
    padding-top: 120px; }
  100% {
    padding-top: 80px; } }

@-webkit-keyframes mainTurnOut {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 120px; } }

@-moz-keyframes mainTurnOut {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 120px; } }

@-o-keyframes mainTurnOut {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 120px; } }

@keyframes mainTurnOut {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 120px; } }

@-webkit-keyframes mainTurnOut_sm {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 170px; } }

@-moz-keyframes mainTurnOut_sm {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 170px; } }

@-o-keyframes mainTurnOut_sm {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 170px; } }

@keyframes mainTurnOut_sm {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 170px; } }

@-webkit-keyframes mainTurnOut_xs {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 100px; } }

@-moz-keyframes mainTurnOut_xs {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 100px; } }

@-o-keyframes mainTurnOut_xs {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 100px; } }

@keyframes mainTurnOut_xs {
  0% {
    padding-top: 80px; }
  100% {
    padding-top: 100px; } }

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0; }

/* Firefox */
input[type=number] {
  -moz-appearance: textfield; }

.main {
  background-color: #ffffff; }
  .main.modify {
    -webkit-animation: mainTurn .35s forwards linear;
    -moz-animation: mainTurn .35s forwards linear;
    -o-animation: mainTurn .35s forwards linear;
    animation: mainTurn .35s forwards linear; }
  .main.modify-out {
    -webkit-animation: mainTurnOut .35s forwards linear;
    -moz-animation: mainTurnOut .35s forwards linear;
    -o-animation: mainTurnOut .35s forwards linear;
    animation: mainTurnOut .35s forwards linear; }
  .main .site-wrap {
    padding: 0; }
  .main .promo {
    height: -webkit-calc(100vh - 120px);
    height: -moz-calc(100vh - 120px);
    height: calc(100vh - 120px);
    min-height: 550px;
    position: relative;
    padding-bottom: 110px;
    border-bottom: solid 1px #cccccc; }
    .main .promo-nav {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 110px;
      background-color: #ffffff;
      z-index: 20;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch; }
      .main .promo-nav_item {
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -moz-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-flex-basis: 0;
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative; }
        .main .promo-nav_item:after {
          content: '';
          width: 1px;
          height: 50px;
          background-color: #cccccc;
          position: absolute;
          top: 50%;
          right: 0;
          margin-top: -25px; }
        .main .promo-nav_item:last-child:after {
          display: none; }
      .main .promo-nav_link {
        display: inline-block;
        font-size: 24px;
        line-height: 28px;
        font-weight: 500;
        color: #212529;
        text-decoration: none;
        margin: 0;
        opacity: 0.5;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s; }
        .main .promo-nav_link.active {
          opacity: 1; }
        .main .promo-nav_link:hover {
          opacity: 1; }
  .main .promo-slider {
    position: relative;
    height: 100%; }
    .main .promo-slider_item {
      outline: 0;
      height: 100%;
      -webkit-transition: background-color .75s;
      -o-transition: background-color .75s;
      -moz-transition: background-color .75s;
      transition: background-color .75s; }
      .main .promo-slider_item.slick-active .promo-slider_name {
        left: 0; }
      .main .promo-slider_item.slick-active .promo-slider_block .btn {
        left: 0; }
    .main .promo-slider_block {
      padding: 15px 40px;
      width: 100%;
      margin-top: 140px;
      position: relative;
      z-index: 10; }
      .main .promo-slider_block .btn {
        -webkit-transition: .65s;
        -o-transition: .65s;
        -moz-transition: .65s;
        transition: .65s;
        -webkit-transition-delay: .75s;
        -moz-transition-delay: .75s;
        -o-transition-delay: .75s;
        transition-delay: .75s;
        left: -100%;
        position: relative; }
    .main .promo-slider_name {
      font-size: 50px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 500;
      padding-right: 60%;
      width: 100%;
      margin: 0 0 20px 0;
      -webkit-transition: left .65s;
      -o-transition: left .65s;
      -moz-transition: left .65s;
      transition: left .65s;
      -webkit-transition-delay: .5s;
      -moz-transition-delay: .5s;
      -o-transition-delay: .5s;
      transition-delay: .5s;
      left: -100%;
      position: relative;
      padding-left: 20px;
      padding-top: 20px;
      padding-bottom: 10px; }
      .main .promo-slider_name:before {
        content: '';
        width: calc(40% + 20px);
        background-color: rgba(0, 0, 0, 0.35);
        position: absolute;
        top: 0;
        left: 0;
        height: -webkit-calc(100% + 100px);
        height: -moz-calc(100% + 100px);
        height: calc(100% + 100px);
        z-index: -1; }
    .main .promo-slider_media {
      position: absolute;
      right: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      background-size: cover; }
      .main .promo-slider_media .main-movie {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        /*opacity: 0;*/
        -webkit-transition: 1s;
        -o-transition: 1s;
        -moz-transition: 1s;
        transition: 1s;
        position: absolute;
        top: 0;
        left: 0; }
    .main .promo-slider .btn {
      outline: 0;
      margin-left: 20px; }
    .main .promo-slider .slick-list, .main .promo-slider .slick-track {
      height: 100%; }
    .main .promo-slider .slick-dots {
      position: absolute;
      top: 120px;
      left: 60px;
      list-style: none;
      padding: 0;
      margin: 0;
      height: 18px;
      width: 120px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 15; }
      .main .promo-slider .slick-dots li {
        margin-right: 10px;
        width: 7px;
        height: 7px;
        position: relative; }
        .main .promo-slider .slick-dots li:last-child {
          margin-right: 0; }
        .main .promo-slider .slick-dots li.slick-active button {
          opacity: 1; }
        .main .promo-slider .slick-dots li button {
          background-color: #fff;
          width: 100%;
          height: 100%;
          border: 0;
          outline: 0;
          padding: 0;
          margin: 0;
          font-size: 0px;
          color: rgba(255, 255, 255, 0);
          cursor: pointer;
          opacity: .5;
          -webkit-transition: opacity .15s;
          -o-transition: opacity .15s;
          -moz-transition: opacity .15s;
          transition: opacity .15s;
          position: absolute;
          top: 0;
          left: 0; }
    .main .promo-slider .slick-arrow {
      position: absolute;
      top: 120px;
      left: 0;
      background-image: url(../img/icons/i_arrow-white.svg);
      background-color: rgba(255, 255, 255, 0);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      border: 0;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      color: rgba(255, 255, 255, 0);
      width: 18px;
      height: 18px;
      cursor: pointer;
      z-index: 15; }
      .main .promo-slider .slick-arrow.slick-prev {
        left: 40px;
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .main .promo-slider .slick-arrow.slick-next {
        left: 182px;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
  .main .credits {
    padding-top: 40px; }
    .main .credits-b {
      padding: 0 40px;
      margin-bottom: 80px; }
      .main .credits-b .subtitle {
        font-size: 50px;
        line-height: 58px;
        margin: 0; }
    .main .credits-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-top: 25px; }
    .main .credits-cont {
      padding-right: 60px;
      width: -webkit-calc(100% - 350px);
      width: -moz-calc(100% - 350px);
      width: calc(100% - 350px); }
    .main .credits-text {
      font-size: 24px;
      line-height: 30px;
      color: #212529;
      margin: 0; }
    .main .credits-side {
      width: 350px;
      border-left: solid 1px #cccccc;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .main .credits-slider_item {
      outline: 0;
      position: relative;
      padding-top: 70px; }
      .main .credits-slider_item.slick-active .credits-slider_img {
        right: 5%; }
      .main .credits-slider_item.slick-active .credits-slider_name {
        left: 0; }
      .main .credits-slider_item.slick-active .credits-slider_text {
        left: 0; }
      .main .credits-slider_item.slick-active .credits-slider_block > p {
        left: 0; }
      .main .credits-slider_item.slick-active .credits-slider_action .btn:nth-child(1) {
        left: 0; }
      .main .credits-slider_item.slick-active .credits-slider_action .btn:nth-child(2) {
        left: 0; }
      .main .credits-slider_item.slick-active .credits-slider_more {
        left: 0; }
    .main .credits-slider_wrap {
      padding: 30px 40px 130px 40px; }
    .main .credits-slider_block {
      width: 40%; }
      .main .credits-slider_block > p {
        font-size: 18px;
        line-height: 28px;
        color: #212529;
        font-weight: 400;
        margin: 15px 0;
        position: relative;
        left: -140%;
        -webkit-transition: left .75s .35s, opacity .85s, -webkit-transform .85s;
        transition: left .75s .35s, opacity .85s, -webkit-transform .85s;
        -o-transition: left .75s .35s, opacity .85s, -o-transform .85s;
        -moz-transition: left .75s .35s, opacity .85s, transform .85s, -moz-transform .85s;
        transition: left .75s .35s, opacity .85s, transform .85s;
        transition: left .75s .35s, opacity .85s, transform .85s, -webkit-transform .85s, -moz-transform .85s, -o-transform .85s; }
    .main .credits-slider_more {
      text-decoration: none;
      font-weight: 400;
      font-size: 16px;
      line-height: 20px;
      color: #006fc7;
      display: inline-block;
      margin-bottom: 20px;
      outline: 0;
      position: relative;
      left: -100%;
      -webkit-transition: left .75s .40s;
      -o-transition: left .75s .40s;
      -moz-transition: left .75s .40s;
      transition: left .75s .40s; }
      .main .credits-slider_more:hover {
        text-decoration: underline; }
    .main .credits-slider_name {
      font-size: 30px;
      line-height: 34px;
      color: #6a6e83;
      font-weight: 500;
      margin: 0;
      position: relative;
      left: -100%;
      -webkit-transition: left .75s, color .35s, opacity .85s, -webkit-transform .85s;
      transition: left .75s, color .35s, opacity .85s, -webkit-transform .85s;
      -o-transition: left .75s, color .35s, opacity .85s, -o-transform .85s;
      -moz-transition: left .75s, color .35s, opacity .85s, transform .85s, -moz-transform .85s;
      transition: left .75s, color .35s, opacity .85s, transform .85s;
      transition: left .75s, color .35s, opacity .85s, transform .85s, -webkit-transform .85s, -moz-transform .85s, -o-transform .85s;
      text-decoration: none;
      outline: 0; }
      .main .credits-slider_name:hover {
        color: #006fc7; }
    .main .credits-slider_text {
      font-size: 18px;
      line-height: 28px;
      color: #212529;
      font-weight: 400;
      margin: 15px 0;
      position: relative;
      left: -100%;
      -webkit-transition: left .75s .35s, opacity .85s, -webkit-transform .85s;
      transition: left .75s .35s, opacity .85s, -webkit-transform .85s;
      -o-transition: left .75s .35s, opacity .85s, -o-transform .85s;
      -moz-transition: left .75s .35s, opacity .85s, transform .85s, -moz-transform .85s;
      transition: left .75s .35s, opacity .85s, transform .85s;
      transition: left .75s .35s, opacity .85s, transform .85s, -webkit-transform .85s, -moz-transform .85s, -o-transform .85s; }
    .main .credits-slider_action .btn:nth-child(1) {
      position: relative;
      left: -100%;
      -webkit-transition: left .75s .55s, color .35s;
      -o-transition: left .75s .55s, color .35s;
      -moz-transition: left .75s .55s, color .35s;
      transition: left .75s .55s, color .35s; }
    .main .credits-slider_action .btn:nth-child(2) {
      position: relative;
      left: -100%;
      -webkit-transition: left .75s .45s, color .35s;
      -o-transition: left .75s .45s, color .35s;
      -moz-transition: left .75s .45s, color .35s;
      transition: left .75s .45s, color .35s; }
    .main .credits-slider .btn {
      min-width: 200px;
      margin-right: 10px; }
      .main .credits-slider .btn:last-child {
        margin-right: 0; }
    .main .credits-slider_img {
      position: absolute;
      right: -100%;
      top: 0;
      max-width: 45%;
      width: 530px;
      -webkit-transition: right 1s, opacity .85s, -webkit-transform .85s;
      transition: right 1s, opacity .85s, -webkit-transform .85s;
      -o-transition: right 1s, opacity .85s, -o-transform .85s;
      -moz-transition: right 1s, opacity .85s, transform .85s, -moz-transform .85s;
      transition: right 1s, opacity .85s, transform .85s;
      transition: right 1s, opacity .85s, transform .85s, -webkit-transform .85s, -moz-transform .85s, -o-transform .85s; }
    .main .credits-slider .slick-arrow {
      position: absolute;
      bottom: 100px;
      left: 0;
      background-image: url(../img/icons/i_arrow-blue.svg);
      background-color: rgba(255, 255, 255, 0);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      border: 0;
      outline: 0;
      margin: 0;
      padding: 0;
      font-size: 0;
      color: rgba(255, 255, 255, 0);
      width: 18px;
      height: 18px;
      cursor: pointer;
      z-index: 15;
      opacity: .2;
      -webkit-transition: opacity .15s;
      -o-transition: opacity .15s;
      -moz-transition: opacity .15s;
      transition: opacity .15s; }
      .main .credits-slider .slick-arrow.slick-prev {
        left: -webkit-calc(50% - 160px);
        left: -moz-calc(50% - 160px);
        left: calc(50% - 160px);
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .main .credits-slider .slick-arrow.slick-next {
        left: -webkit-calc(50% - 18px);
        left: -moz-calc(50% - 18px);
        left: calc(50% - 18px);
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg); }
      .main .credits-slider .slick-arrow:hover {
        opacity: 1; }
    .main .credits-slider .slick-dots {
      position: absolute;
      bottom: 100px;
      left: -webkit-calc(50% - 140px);
      left: -moz-calc(50% - 140px);
      left: calc(50% - 140px);
      list-style: none;
      padding: 0;
      margin: 0;
      height: 18px;
      width: 120px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      z-index: 15; }
      .main .credits-slider .slick-dots li {
        margin-right: 10px;
        width: 7px;
        height: 7px;
        position: relative; }
        .main .credits-slider .slick-dots li:last-child {
          margin-right: 0; }
        .main .credits-slider .slick-dots li.slick-active button {
          opacity: 1; }
        .main .credits-slider .slick-dots li button {
          background-color: #006fc7;
          width: 100%;
          height: 100%;
          border: 0;
          outline: 0;
          padding: 0;
          margin: 0;
          font-size: 0px;
          color: rgba(255, 255, 255, 0);
          cursor: pointer;
          opacity: .5;
          -webkit-transition: opacity .15s;
          -o-transition: opacity .15s;
          -moz-transition: opacity .15s;
          transition: opacity .15s;
          position: absolute;
          top: 0;
          left: 0; }
  .main .block-reverse .credits-slider_block {
    margin-left: 50%;
    overflow: hidden; }
  .main .block-reverse .credits-slider_img {
    right: auto;
    left: -100%;
    z-index: 50;
    -webkit-transition: left 1s;
    -o-transition: left 1s;
    -moz-transition: left 1s;
    transition: left 1s; }
  .main .block-reverse .credits-slider_item.slick-active .credits-slider_img {
    right: auto;
    left: 0; }
  .main .block-reverse .credits-slider .slick-arrow.slick-prev {
    left: 50%; }
  .main .block-reverse .credits-slider .slick-dots {
    left: -webkit-calc(50% + 22px);
    left: -moz-calc(50% + 22px);
    left: calc(50% + 22px); }
  .main .block-reverse .credits-slider .slick-arrow.slick-next {
    left: -webkit-calc(50% + 146px);
    left: -moz-calc(50% + 146px);
    left: calc(50% + 146px); }
  .main .services {
    padding: 35px 40px; }
    .main .services-wrap {
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      color: #fff;
      background-color: #006fc7;
      padding: 30px 40px 20px 40px;
      text-align: center; }
    .main .services-top {
      font-size: 18px;
      line-height: 24px;
      color: #fff;
      text-align: center;
      border-bottom: solid 1px #fff;
      margin-bottom: 25px;
      padding-bottom: 25px; }
    .main .services-title {
      display: inline-block; }
      .main .services-title_link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        cursor: pointer; }
        .main .services-title_link.active .services-title_icon:after {
          -webkit-transform: rotateX(180deg);
          -moz-transform: rotateX(180deg);
          transform: rotateX(180deg); }
      .main .services-title_text {
        font-size: 24px;
        line-height: 28px;
        color: #fff;
        display: inline-block; }
      .main .services-title_icon {
        width: 32px;
        height: 32px;
        border: solid 1px #fff;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        display: inline-block;
        margin-left: 20px;
        position: relative; }
        .main .services-title_icon:after {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          top: 0;
          left: 0;
          background-repeat: no-repeat;
          background-position: 50% 55%;
          background-image: url(../img/icons/i_arrow-white.svg);
          -moz-background-size: 16px;
          background-size: 16px;
          -webkit-transition: -webkit-transform .15s;
          transition: -webkit-transform .15s;
          -o-transition: -o-transform .15s;
          -moz-transition: transform .15s, -moz-transform .15s;
          transition: transform .15s;
          transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
    .main .services-content {
      height: 0;
      overflow: hidden;
      margin-bottom: 10px; }
    .main .services-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      margin-top: 25px;
      position: relative; }
      .main .services-block:after {
        content: '';
        width: 1px;
        height: 100%;
        position: absolute;
        top: 0;
        right: 30px;
        background-color: #006fc7; }
    .main .services-item {
      width: 25%;
      padding-right: 60px;
      text-align: left;
      opacity: 0;
      padding-bottom: 10px;
      position: relative; }
      .main .services-item:after {
        content: '';
        width: 1px;
        height: 1000px;
        position: absolute;
        top: 0;
        right: 30px;
        background-color: #fff; }
    .main .services-link {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      color: #fff;
      text-decoration: none; }
      .main .services-link:hover {
        text-decoration: underline; }
  .main .calculate {
    padding: 0 40px 50px 40px;
    position: absolute;
    top: 0;
    right: -100%;
    width: 100%;
    z-index: 10;
    display: none; }
    .main .calculate-wrap {
      position: relative;
      height: 0;
      overflow: hidden;
      margin-top: -70px;
      padding-bottom: 70px; }
    .main .calculate-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      background-color: #ffffff; }
    .main .calculate-b {
      width: -webkit-calc(100% - 380px);
      width: -moz-calc(100% - 380px);
      width: calc(100% - 380px);
      padding: 50px; }
    .main .calculate-side {
      width: 380px;
      padding: 50px;
      border-left: solid 1px #cccccc; }
      .main .calculate-side .btn {
        font-size: 16px;
        width: 100%; }
    .main .calculate-title {
      font-size: 28px;
      line-height: 34px;
      color: #212529;
      font-weight: 500;
      margin: 0; }
    .main .calculate-text {
      font-size: 24px;
      line-height: 28px;
      color: #212529;
      font-weight: 400;
      margin: 0; }
    .main .calculate-val {
      color: #6a6e83;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      margin: 30px 0; }
      .main .calculate-val_i {
        font-size: 72px;
        line-height: 80px;
        font-weight: 500;
        display: inline-block; }
      .main .calculate-val_b {
        font-size: 32px;
        line-height: 38px;
        font-weight: 400;
        display: inline-block;
        margin-left: 20px; }
    .main .calculate-top {
      text-align: right;
      margin-bottom: 35px; }
    .main .calculate-close {
      cursor: pointer;
      width: 22px;
      height: 22px;
      display: inline-block;
      background-image: url(../img/icons/i_cross.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      -webkit-transition: -webkit-transform .15s;
      transition: -webkit-transform .15s;
      -o-transition: -o-transform .15s;
      -moz-transition: transform .15s, -moz-transform .15s;
      transition: transform .15s;
      transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
      .main .calculate-close:hover {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
    .main .calculate .calculate-slider {
      margin-top: 35px; }
      .main .calculate .calculate-slider_title {
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #212529;
        margin-bottom: 15px; }
      .main .calculate .calculate-slider_block {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .main .calculate .calculate-slider_wrap {
        width: -webkit-calc(100% - 150px);
        width: -moz-calc(100% - 150px);
        width: calc(100% - 150px);
        padding-right: 50px; }
      .main .calculate .calculate-slider_val {
        width: 150px; }
        .main .calculate .calculate-slider_val .form-area {
          font-weight: 500;
          font-size: 18px; }
      .main .calculate .calculate-slider_desc {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 18px;
        line-height: 22px;
        font-weight: 400;
        color: #212529;
        margin-top: 15px; }
  .main .pr {
    padding: 40px 40px 40px 40px;
    background-color: #006fc7;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    .main .pr-title {
      font-size: 50px;
      line-height: 58px;
      color: #ffffff;
      font-weight: 500;
      margin: 0 0 20px 0; }
    .main .pr-text {
      font-size: 24px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 0; }
    .main .pr-cont {
      width: -webkit-calc(100% - 350px);
      width: -moz-calc(100% - 350px);
      width: calc(100% - 350px);
      padding-right: 80px; }
    .main .pr p {
      font-size: 24px;
      line-height: 30px;
      color: #ffffff;
      font-weight: 400;
      margin: 0; }
    .main .pr-side {
      width: 350px;
      text-align: center;
      border-left: solid 1px #fff;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .main .pr-side .btn-simple {
        border: solid 1px #fff; }
  .main .card {
    padding: 20px 40px;
    background: white;
    background: -moz-linear-gradient(top, white 0%, #f4f5fa 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, white), color-stop(100%, #f4f5fa));
    background: -webkit-linear-gradient(top, white 0%, #f4f5fa 100%);
    background: -o-linear-gradient(top, white 0%, #f4f5fa 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(white), to(#f4f5fa));
    background: linear-gradient(to bottom, white 0%, #f4f5fa 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f5fa', GradientType=0 ); }
    .main .card-slider {
      margin: 130px 0 60px 0; }
      .main .card-slider_wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex; }
      .main .card-slider_item {
        outline: 0; }
        .main .card-slider_item.slick-active .card-slider_img {
          left: 0; }
        .main .card-slider_item.slick-active .card-slider_name {
          right: 0; }
        .main .card-slider_item.slick-active .card-slider_text {
          right: 0; }
        .main .card-slider_item.slick-active .card-slider_more {
          right: 0; }
        .main .card-slider_item.slick-active .card-slider_action {
          right: 0; }
      .main .card-slider_img {
        width: 45%;
        -webkit-transition: left .75s;
        -o-transition: left .75s;
        -moz-transition: left .75s;
        transition: left .75s;
        left: -100%;
        position: relative;
        outline: 0; }
        .main .card-slider_img img {
          display: block;
          max-width: 100%;
          margin: 0 auto; }
      .main .card-slider_block {
        width: 55%; }
      .main .card-slider_name {
        font-size: 24px;
        line-height: 28px;
        margin: 0 0 25px 0;
        font-weight: 500;
        color: #006fc7;
        position: relative;
        right: -100%;
        -webkit-transition: right .75s;
        -o-transition: right .75s;
        -moz-transition: right .75s;
        transition: right .75s;
        outline: 0;
        text-decoration: none; }
        .main .card-slider_name:hover {
          text-decoration: underline; }
      .main .card-slider_text {
        position: relative;
        right: -100%;
        -webkit-transition: right .75s;
        -o-transition: right .75s;
        -moz-transition: right .75s;
        transition: right .75s;
        -webkit-transition-delay: .15s;
        -moz-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s; }
      .main .card-slider .slick-dots {
        position: absolute;
        top: -120px;
        left: 0;
        width: 100%;
        height: 60px;
        margin: 0;
        padding: 0;
        list-style: none;
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -moz-box !important;
        display: -ms-flexbox !important;
        display: flex !important;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -moz-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-bottom: solid 1px #c3c4c8; }
        .main .card-slider .slick-dots li {
          height: 100%; }
          .main .card-slider .slick-dots li .card-slider_dot {
            color: #212529;
            font-size: 18px;
            line-height: 22px;
            font-weight: 500;
            text-decoration: none;
            padding: 15px 50px;
            display: inline-block;
            position: relative;
            cursor: pointer;
            height: 100%;
            opacity: .7;
            -webkit-transition: opacity .15s;
            -o-transition: opacity .15s;
            -moz-transition: opacity .15s;
            transition: opacity .15s; }
            .main .card-slider .slick-dots li .card-slider_dot:after {
              content: '';
              width: 0;
              height: 3px;
              position: absolute;
              bottom: -1px;
              left: 50%;
              -webkit-transform: translateX(-50%);
              -moz-transform: translateX(-50%);
              -ms-transform: translateX(-50%);
              -o-transform: translateX(-50%);
              transform: translateX(-50%);
              background-color: #212529;
              -webkit-transition: width .15s;
              -o-transition: width .15s;
              -moz-transition: width .15s;
              transition: width .15s; }
            .main .card-slider .slick-dots li .card-slider_dot:hover {
              opacity: 1; }
          .main .card-slider .slick-dots li.slick-active .card-slider_dot {
            opacity: 1; }
            .main .card-slider .slick-dots li.slick-active .card-slider_dot:after {
              width: 100%; }
      .main .card-slider .static * {
        font-size: 18px;
        line-height: 24px; }
      .main .card-slider .static ul li, .main .card-slider .static ol li {
        margin-bottom: 5px; }
        .main .card-slider .static ul li:last-child, .main .card-slider .static ol li:last-child {
          margin-bottom: 0; }
        .main .card-slider .static ul li:before, .main .card-slider .static ol li:before {
          top: 11px; }
      .main .card-slider_more {
        font-size: 14px;
        line-height: 18px;
        margin: 0;
        font-weight: 400;
        color: #006fc7;
        text-decoration: none;
        position: relative;
        right: -100%;
        -webkit-transition: right .75s;
        -o-transition: right .75s;
        -moz-transition: right .75s;
        transition: right .75s;
        -webkit-transition-delay: .25s;
        -moz-transition-delay: .25s;
        -o-transition-delay: .25s;
        transition-delay: .25s; }
        .main .card-slider_more:hover {
          text-decoration: underline; }
      .main .card-slider_action {
        margin-top: 25px;
        position: relative;
        right: -100%;
        -webkit-transition: right .75s;
        -o-transition: right .75s;
        -moz-transition: right .75s;
        transition: right .75s;
        -webkit-transition-delay: .35s;
        -moz-transition-delay: .35s;
        -o-transition-delay: .35s;
        transition-delay: .35s; }
        .main .card-slider_action .btn {
          min-width: 200px; }
      .main .card-slider .slick-arrow {
        position: absolute;
        top: 50%;
        margin-top: -9px;
        background-image: url(../img/icons/i_arrow.svg);
        background-color: rgba(255, 255, 255, 0);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: contain;
        background-size: contain;
        border: 0;
        outline: 0;
        margin: 0;
        padding: 0;
        font-size: 0;
        color: rgba(255, 255, 255, 0);
        width: 18px;
        height: 18px;
        cursor: pointer;
        z-index: 15;
        opacity: .2;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s; }
        .main .card-slider .slick-arrow.slick-prev {
          left: 0;
          -webkit-transform: rotate(90deg);
          -moz-transform: rotate(90deg);
          -ms-transform: rotate(90deg);
          -o-transform: rotate(90deg);
          transform: rotate(90deg); }
        .main .card-slider .slick-arrow.slick-next {
          right: 0;
          -webkit-transform: rotate(-90deg);
          -moz-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .main .card-slider .slick-arrow:hover {
          opacity: 1; }
  .main .deposit {
    padding: 60px 40px;
    border-bottom: solid 1px #cccccc; }
    .main .deposit-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .main .deposit-cont {
      width: -webkit-calc(100% - 600px);
      width: -moz-calc(100% - 600px);
      width: calc(100% - 600px);
      padding-right: 60px; }
      .main .deposit-cont .subtitle {
        font-size: 50px;
        line-height: 58px;
        margin-bottom: 30px; }
    .main .deposit-side {
      width: 600px;
      padding: 50px;
      background-color: #f4f5fa; }
    .main .deposit-text {
      font-size: 24px;
      line-height: 28px;
      margin: 0;
      font-weight: 400;
      color: #212529; }
      .main .deposit-text p {
        font-size: 24px;
        line-height: 28px;
        margin: 0;
        font-weight: 400;
        color: #212529; }
    .main .deposit-action {
      margin-top: 35px; }
      .main .deposit-action .btn {
        margin-right: 10px;
        min-width: 200px; }
        .main .deposit-action .btn:last-child {
          margin-right: 0; }
    .main .deposit-line {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 25px; }
      .main .deposit-line:last-child {
        margin-bottom: 0; }
      .main .deposit-line_i {
        font-size: 22px;
        line-height: 26px;
        color: #6a6e83;
        font-weight: 500;
        width: 45%;
        padding-right: 40px; }
      .main .deposit-line_val {
        width: 55%;
        font-size: 24px;
        line-height: 26px;
        color: #6a6e83;
        font-weight: 400;
        width: 55%;
        text-align: right; }
        .main .deposit-line_val span {
          font-weight: 500;
          color: #006fc7; }
      .main .deposit-line_v {
        margin-bottom: 10px; }
        .main .deposit-line_v:last-child {
          margin-bottom: 0; }
  .main .valute {
    padding-right: 40px;
    margin: 10px 0; }
    .main .valute-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start; }
    .main .valute-look {
      font-size: 14px;
      line-height: 18px;
      color: #006fc7;
      font-weight: 400;
      text-decoration: none;
      display: inline-block;
      position: absolute;
      z-index: 10;
      top: 35px;
      right: 40px; }
      .main .valute-look:hover {
        text-decoration: underline; }
    .main .valute-block {
      width: -webkit-calc(100% - 420px);
      width: -moz-calc(100% - 420px);
      width: calc(100% - 420px);
      padding-right: 40px; }
      .main .valute-block .subtitle {
        padding-left: 40px; }
      .main .valute-block .exchange-tab {
        padding-left: 40px; }
        .main .valute-block .exchange-tab_link {
          background: #E3E3E4;
          border-radius: 4px;
          font-style: normal;
          font-weight: 500;
          font-size: 14px;
          line-height: 26px;
          color: #606368;
          border: 0;
          opacity: 1;
          padding: 4px 15px;
          font-family: inherit; }
          .main .valute-block .exchange-tab_link::after {
            content: none; }
          .main .valute-block .exchange-tab_link:hover {
            background-color: #016FC8;
            color: #FFFFFF; }
      .main .valute-block .tab-nav_item.active .exchange-tab_link {
        background-color: #016FC8;
        color: #FFFFFF; }
      .main .valute-block .exchange-block {
        padding-left: 0;
        position: relative;
        height: 240px; }
      .main .valute-block .exchange-value_item {
        border-left: 0;
        border-right: solid 1px #dbdce1; }
        .main .valute-block .exchange-value_item:last-child {
          border-right: 0; }
    .main .valute-side {
      width: 420px; }
    .main .valute .btn-wrapper {
      padding-left: 40px; }
    .main .valute .exchange-value_currency {
      font-weight: 500; }
    .main .valute .exchange-value_v {
      font-weight: 500; }
    .main .valute .btn-link {
      font-style: normal;
      font-weight: 500;
      font-size: 16px;
      line-height: 26px;
      color: #606368;
      background-color: transparent;
      border: 0;
      position: relative;
      font-family: inherit;
      cursor: pointer; }
      .main .valute .btn-link:hover {
        color: #202328; }
        .main .valute .btn-link:hover:before {
          content: '';
          position: absolute;
          bottom: -4px;
          left: 0;
          right: 0;
          height: 2px;
          background-color: #202328; }
      .main .valute .btn-link:first-child {
        margin-right: 32px; }
    .main .valute .exchange-block {
      display: none; }
      .main .valute .exchange-block.active {
        display: block;
        opacity: 1; }
    .main .valute .tab-nav_item.active .btn-link {
      color: #202328; }
      .main .valute .tab-nav_item.active .btn-link:before {
        content: '';
        position: absolute;
        bottom: -4px;
        left: 0;
        right: 0;
        height: 2px;
        background-color: #202328; }
    .main .valute .valute-look {
      font-weight: 500; }
    .main .valute #mobile-app {
      transform: translateY(0); }
      .main .valute #mobile-app .btn-link {
        background-color: #016FC8;
        color: #FFFFFF;
        padding: 4px 16px;
        font-size: 14px;
        position: absolute;
        bottom: 26px;
        right: 40px;
        text-decoration: none;
        border-radius: 4px; }
        .main .valute #mobile-app .btn-link:hover::before {
          content: none; }
    .main .valute .converter {
      margin-top: 58px; }
    .main .valute #mob-convertation .exchange-value_item:first-child {
      min-width: 300px; }
      .main .valute #mob-convertation .exchange-value_item:first-child .exchange-value_head {
        margin-bottom: 16px; }
      .main .valute #mob-convertation .exchange-value_item:first-child .exchange-value_currency {
        line-height: 24px; }
        .main .valute #mob-convertation .exchange-value_item:first-child .exchange-value_currency span {
          font-weight: 500; }
          .main .valute #mob-convertation .exchange-value_item:first-child .exchange-value_currency span small {
            font-weight: 400;
            color: #212429;
            font-size: 16px;
            text-transform: lowercase; }
      .main .valute #mob-convertation .exchange-value_item:first-child .exchange-value_v {
        line-height: 1.2; }
      .main .valute #mob-convertation .exchange-value_item:first-child .exchange-value_num {
        font-weight: 500; }
    @media screen and (max-width: 991px) {
      .main .valute .btn-wrapper {
        display: flex;
        margin-top: 16px;
        padding-left: 0; }
        .main .valute .btn-wrapper button {
          line-height: 20px;
          margin: 0 !important; }
        .main .valute .btn-wrapper .btn-link::before {
          left: 6px !important;
          right: 6px !important; }
      .main .valute #mobile-app #mob-convertation .exchange-tab_block {
        margin-top: 24px; }
      .main .valute #mobile-app .exchange-value:nth-of-type(3) .exchange-value_item {
        border-bottom: none !important; }
      .main .valute #mobile-app .exchange-tab_link {
        font-size: 14px; }
      .main .valute #mobile-app .tab-nav_item:last-of-type {
        margin-top: 16px; }
      .main .valute #mobile-app .tab-container > .btn-link {
        position: static;
        width: 100%;
        margin-top: 24px;
        display: block;
        text-align: center; } }
  .main .office {
    margin-top: 45px; }
    .main .office-map {
      background-image: url(../img/content/map.jpg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: cover;
      background-size: cover;
      padding: 60px 40px;
      position: relative; }
      .main .office-map_block {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
    .main .office .subtitle {
      margin-left: 40px;
      margin-bottom: 25px; }
    .main .office-block {
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      width: 370px;
      background-color: #ffffff;
      padding: 30px;
      position: relative;
      z-index: 10; }
    .main .office-title {
      font-size: 18px;
      line-height: 24px;
      font-weight: 500;
      color: #212529;
      margin-bottom: 30px; }
    .main .office-loc {
      margin-bottom: 25px;
      position: relative; }
      .main .office-loc .form-area {
        padding-right: 50px; }
      .main .office-loc:after {
        content: '';
        width: 50px;
        height: 100%;
        background-image: url(../img/icons/i_marker-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 17px;
        background-size: 17px;
        position: absolute;
        bottom: 0;
        right: 0; }
    .main .office-chose {
      margin-bottom: 25px; }
    .main .office .btn {
      width: 100%; }
    .main .office-more {
      font-size: 16px;
      line-height: 20px;
      font-weight: 400;
      color: #006fc7;
      text-decoration: none;
      margin-top: 30px;
      display: inline-block; }
      .main .office-more:hover {
        text-decoration: underline; }
      .main .office-more:after {
        content: '';
        width: 11px;
        height: 11px;
        display: inline-block;
        vertical-align: middle;
        background-image: url(../img/icons/i_arrow-blue.svg);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transform: rotate(-90deg);
        -moz-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        -o-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 10px; }

.main.main-corp .credits {
  padding-top: 80px; }

.main.main-corp .valute-wrap {
  margin-top: 80px; }

.main.main-corp .credits-slider_item.packages .credits-slider_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }
  .main.main-corp .credits-slider_item.packages .credits-slider_wrap .credits-slider_block {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 80px;
    margin-left: 0; }
  .main.main-corp .credits-slider_item.packages .credits-slider_wrap .packages-item_visual {
    outline: 0; }

.btn-toggle-payment-schedule {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none;
  margin-top: 16px;
  min-height: 40px; }
  @media screen and (max-width: 991px) {
    .btn-toggle-payment-schedule_desktop {
      display: none; } }
  .btn-toggle-payment-schedule_mobile {
    display: none;
    margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .btn-toggle-payment-schedule_mobile {
        display: flex; } }
  .btn-toggle-payment-schedule_loading {
    pointer-events: none; }
    .btn-toggle-payment-schedule_loading:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      border: 2px solid;
      border-color: #006fc7 #006fc7 #006fc7 transparent;
      border-radius: 50%;
      animation: rotating linear 1s infinite; }

@keyframes rotating {
  100% {
    transform: rotate(360deg); } }
    .btn-toggle-payment-schedule_loading .btn-toggle-payment-schedule__icon, .btn-toggle-payment-schedule_loading .btn-toggle-payment-schedule__text {
      display: none; }
  .btn-toggle-payment-schedule__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url("../img/icons/i_calendar.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .btn-toggle-payment-schedule__text {
    font-size: 14px;
    line-height: 1.71;
    color: #0a6fc7;
    background-image: linear-gradient(to right, #0a6fc7 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    transition: background-image 0.3s; }
    @media screen and (max-width: 991px) {
      .btn-toggle-payment-schedule__text {
        line-height: 19px; } }
  .btn-toggle-payment-schedule:hover .calculate-look-payment-schedule-text {
    background-image: linear-gradient(to right, #0a6fc7 100%, transparent 100%); }
    @media screen and (max-width: 991px) {
      .btn-toggle-payment-schedule:hover .calculate-look-payment-schedule-text {
        background-image: linear-gradient(to right, #0a6fc7 33%, rgba(255, 255, 255, 0) 0%); } }

.payroll {
  display: none;
  padding: 56px 40px; }
  @media screen and (max-width: 991px) {
    .payroll {
      padding: 24px 16px; } }
  .payroll__title {
    font-weight: 500;
    font-size: 32px;
    line-height: 38px;
    color: #6A6E83;
    margin-bottom: 32px; }
    @media screen and (max-width: 991px) {
      .payroll__title {
        font-size: 22px;
        line-height: 22px; } }
  .payroll__data {
    background: #F4F5FA;
    padding: 16px 40px; }
    @media screen and (max-width: 991px) {
      .payroll__data {
        padding: 20px 15px 10px 15px; } }
    .payroll__data .data__row {
      display: flex;
      padding: 24px 0;
      border-top: 1px solid #ccc; }
      @media screen and (max-width: 991px) {
        .payroll__data .data__row {
          padding: 16px 0; } }
      .payroll__data .data__row:first-child {
        border: none; }
    .payroll__data .data__title, .payroll__data .data__value {
      width: 50%;
      font-weight: 500;
      font-size: 22px;
      line-height: 26px; }
      @media screen and (max-width: 991px) {
        .payroll__data .data__title, .payroll__data .data__value {
          font-size: 16px; } }
    .payroll__data .data__title {
      color: #6A6E83;
      padding-right: 16px; }
      @media screen and (max-width: 991px) {
        .payroll__data .data__title {
          line-height: 1.2; } }
    .payroll__data .data__value {
      color: #000; }
      @media screen and (max-width: 991px) {
        .payroll__data .data__value {
          text-align: right; } }
  .payroll__actions {
    padding: 16px 0; }

.payment-schedule {
  padding: 40px 40px 10px 40px;
  background-color: #f4f5fa; }
  @media screen and (max-width: 991px) {
    .payment-schedule {
      padding: 20px 15px 10px 15px; } }
  .payment-schedule__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
    color: #6a6e83;
    margin-bottom: 18px; }
    @media screen and (max-width: 991px) {
      .payment-schedule__title {
        line-height: 22px; } }
  .payment-schedule__additional-conditions {
    margin-bottom: 67px; }
    @media screen and (max-width: 991px) {
      .payment-schedule__additional-conditions {
        margin-bottom: 40px; } }
  .payment-schedule__schedule {
    margin-bottom: 50px; }
    .payment-schedule__schedule .schedule__table {
      width: 100%;
      min-width: 1214px;
      box-shadow: 0 20px 25px 0 rgba(127, 127, 127, 0.2); }
      .payment-schedule__schedule .schedule__table-wrapper {
        overflow: auto hidden;
        margin-bottom: 46px; }
        @media screen and (max-width: 991px) {
          .payment-schedule__schedule .schedule__table-wrapper {
            margin-bottom: 40px; } }
      .payment-schedule__schedule .schedule__table .table__row:nth-child(odd) {
        background-color: #fff; }
      .payment-schedule__schedule .schedule__table .table__row:nth-child(even) {
        background-color: #f4f5fa; }
      .payment-schedule__schedule .schedule__table .table__row_header {
        background-color: #0a6fc7 !important; }
        .payment-schedule__schedule .schedule__table .table__row_header .table__cell {
          font-size: 12px;
          line-height: 1.5;
          color: #ffffff;
          font-weight: 500;
          text-align: left;
          white-space: normal; }
          @media screen and (max-width: 991px) {
            .payment-schedule__schedule .schedule__table .table__row_header .table__cell {
              padding: 13px 20px; } }
          .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including {
            position: relative;
            background-color: #095393; }
            .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including-title {
              padding: 6px 0;
              text-align: center;
              background-color: #095fab;
              font-weight: 400; }
            .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-icon {
              display: inline-block;
              width: 15px;
              height: 15px;
              background-color: rgba(255, 255, 255, 0.3);
              border-radius: 50%;
              margin-left: 5px;
              font-weight: 400;
              text-align: center;
              line-height: 16px;
              font-size: 10px;
              cursor: pointer;
              user-select: none; }
            .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip {
              position: absolute;
              right: 0;
              top: calc(100% + 4px);
              padding: 20px;
              color: #6a6e83;
              font-weight: 400;
              border-radius: 3px;
              box-shadow: 0 0 25px 0 rgba(127, 127, 127, 0.2);
              border: solid 1px #e4e5ec;
              background-color: #ffffff;
              z-index: 1;
              opacity: 0;
              visibility: hidden;
              transform: translateY(10px);
              transition: opacity 0.3s, visibility 0.3s, transform 0.3s; }
              .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip:after {
                content: '';
                position: absolute;
                top: -9px;
                right: 0;
                left: 0;
                margin: auto;
                width: 17px;
                height: 17px;
                background-color: #ffffff;
                border-width: 1px 0 0 1px;
                border-style: solid;
                border-color: #e4e5ec;
                border-radius: 4px;
                transform: rotate(45deg); }
              .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip_visible {
                opacity: 1;
                visibility: visible;
                transform: translateY(0); }
              .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol {
                padding: 0;
                list-style: none;
                counter-reset: my-awesome-counter; }
                .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li {
                  counter-increment: my-awesome-counter;
                  display: flex;
                  margin-bottom: 24px; }
                  .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li:last-child {
                    margin-bottom: 0; }
                  .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li:before {
                    content: counter(my-awesome-counter);
                    font-size: 12px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    color: #6a6e83;
                    margin-right: 12px; }
      .payment-schedule__schedule .schedule__table .table__cell {
        padding: 16px 30px;
        font-size: 14px;
        line-height: 1.71;
        color: #6a6e83;
        min-width: 120px;
        white-space: nowrap; }
        @media screen and (max-width: 991px) {
          .payment-schedule__schedule .schedule__table .table__cell {
            padding: 13px 20px; } }
        .payment-schedule__schedule .schedule__table .table__cell_text-align-right {
          text-align: right; }
    .payment-schedule__schedule .schedule__footer {
      display: flex;
      align-items: center;
      padding: 0 68px 0 30px; }
      @media screen and (max-width: 991px) {
        .payment-schedule__schedule .schedule__footer {
          flex-direction: column;
          padding: 0; } }
    .payment-schedule__schedule .schedule__btn-order-online {
      width: 240px;
      margin-right: 52px; }
      @media screen and (max-width: 991px) {
        .payment-schedule__schedule .schedule__btn-order-online {
          width: 290px;
          margin-right: 0;
          margin-bottom: 30px; } }
    .payment-schedule__schedule .schedule__effective-rate {
      color: #6a6e83;
      margin-top: 2px; }
      @media screen and (max-width: 991px) {
        .payment-schedule__schedule .schedule__effective-rate {
          margin-bottom: 15px; } }
      .payment-schedule__schedule .schedule__effective-rate .effective-rate__percents {
        font-weight: 500;
        line-height: 0;
        margin-right: 10px; }
        .payment-schedule__schedule .schedule__effective-rate .effective-rate__percents .percents__number {
          font-size: 40px; }
        .payment-schedule__schedule .schedule__effective-rate .effective-rate__percents .percents__glyph {
          font-size: 24px; }
      .payment-schedule__schedule .schedule__effective-rate .effective-rate__text {
        display: inline-block;
        width: 55px;
        font-size: 14px;
        line-height: 1.29; }
    .payment-schedule__schedule .btn-toggle-payment-schedule {
      margin-left: auto; }
      @media screen and (max-width: 991px) {
        .payment-schedule__schedule .btn-toggle-payment-schedule {
          margin: auto; } }
  .payment-schedule .form-item {
    margin-right: 40px;
    margin-bottom: 0;
    flex: 1; }
    @media screen and (max-width: 991px) {
      .payment-schedule .form-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .payment-schedule .form-item:last-child {
      margin-right: 0; }
    .payment-schedule .form-item-jcsf {
      display: flex;
      justify-content: flex-start;
      align-items: center; }
  .payment-schedule .form__row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .payment-schedule .form__row {
        flex-direction: column;
        margin-bottom: 0; } }
  .payment-schedule .form-radio {
    margin-right: 40px; }

@media screen and (max-width: 991px) {
  .credits-one .calculate-wrap {
    padding-bottom: 16px !important; } }

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .promo-slider_media {
    overflow: hidden; }
    .promo-slider_media .main-movie {
      min-width: 100% !important;
      min-height: 100% !important;
      width: auto !important;
      height: auto !important;
      position: absolute !important;
      top: 50% !important;
      left: 50% !important;
      -webkit-transform: translate(-50%, -50%) !important;
      -moz-transform: translate(-50%, -50%) !important;
      -ms-transform: translate(-50%, -50%) !important;
      -o-transform: translate(-50%, -50%) !important;
      transform: translate(-50%, -50%) !important; } }

.courses {
  background-color: #fff; }
  .courses-block {
    margin: 56px 0; }
    .courses-block_title {
      margin: 0 0 32px;
      font-size: 22px;
      color: #686D81; }
    .courses-block_advantage-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 0;
      list-style-type: none; }
      .courses-block_advantage-list .item {
        position: relative;
        padding-left: 16px;
        font-size: 16px;
        line-height: 162%; }
        .courses-block_advantage-list .item:before {
          content: '';
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 4px;
          height: 100%;
          background-color: #d8dae2; }
    .courses-block_marker-list {
      padding-left: 0;
      list-style-type: none; }
      .courses-block_marker-list > .item {
        position: relative;
        padding-left: 24px;
        margin-bottom: 24px;
        font-size: 14px;
        color: #000;
        line-height: 143%; }
        .courses-block_marker-list > .item:before {
          content: '';
          position: absolute;
          top: 5px;
          left: 0;
          display: inline-block;
          width: 8px;
          height: 8px;
          background-color: #296FC6;
          border-radius: 50%; }
    .courses-block_warning {
      padding: 24px 34px;
      margin-top: 56px;
      font-size: 16px;
      line-height: 162%;
      background-color: #f4f5fa; }
    .courses-block_arrow-list {
      padding-left: 0;
      list-style-type: none; }
      .courses-block_arrow-list .item {
        position: relative;
        padding-left: 32px;
        margin-bottom: 16px; }
        .courses-block_arrow-list .item:before {
          content: url(../img/icons/i_arrow-right.svg);
          position: absolute;
          top: 0;
          left: 0;
          display: block;
          width: 16px;
          height: 10px; }
    .courses-block__table .courses-block_title .bold {
      color: #296FC6; }
    .courses-block_table {
      width: 100%;
      border-spacing: 0; }
      .courses-block_table tbody {
        display: flex;
        width: 100%; }
      .courses-block_table tr {
        width: 100%;
        display: flex;
        flex-direction: column; }
        .courses-block_table tr:first-child {
          max-width: 217px; }
          .courses-block_table tr:first-child th {
            text-align: left;
            color: #6a6e83;
            background-color: #fff; }
        .courses-block_table tr th {
          padding: 22px 0;
          font-size: 22px;
          font-weight: 500;
          color: #fff;
          background-color: #296FC6; }
        .courses-block_table tr td {
          padding: 22px 0;
          text-align: center;
          font-size: 22px;
          font-weight: 500;
          color: #6a6e83;
          background-color: #f4f5fa; }
      .courses-block_table tfoot tr:first-child {
        max-width: none; }
      .courses-block_table tfoot td {
        padding-left: 217px;
        font-size: 14px;
        font-weight: 400;
        text-align: left;
        color: #296FC6;
        background-color: #fff; }

@media screen and (max-width: 991px) {
  .courses-block_advantage-list {
    flex-wrap: wrap; }
    .courses-block_advantage-list .item {
      margin-bottom: 20px; }
  .courses-block__table .courses-block_title {
    font-size: 24px; }
  .courses-block_table tr th {
    font-size: 18px; }
    .courses-block_table tr th:first-child {
      width: auto; }
  .courses-block_table tr td {
    font-size: 18px; }
  .courses-block_table tfoot td {
    padding-left: 0; }
  .courses-block .exchange-date_val .custom-standart-datepicker, .courses-block .exchange-date {
    display: block; }
  .courses-block .exchange-date_val .custom-standart-datepicker, .courses-block .exchange-date_val {
    display: inline-block;
    margin-left: 0; }
  .courses-block .exchange-date_val .custom-standart-datepicker, .courses-block .exchange-date_text {
    display: inline; }
  .courses-block .exchange-date_val .custom-standart-datepicker, .courses-block .exchange-date_val .standart-datepicker {
    font-size: 24px; }
  .courses-block .exchange-date_val .custom-standart-datepicker, .courses-block .exchange-date_text {
    font-size: 24px; } }

.credits {
  background-color: #ffffff; }
  .credits-action {
    margin: 40px 0 30px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .credits-action_valute {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .credits-action_val {
      width: 30px;
      height: 30px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      border-radius: 50%;
      margin-right: 20px;
      background-image: none;
      position: relative;
      border: solid 1px #cccccc;
      cursor: pointer;
      -webkit-transition: border-color .15s;
      -o-transition: border-color .15s;
      -moz-transition: border-color .15s;
      transition: border-color .15s; }
      .credits-action_val:last-child {
        margin-right: 0; }
      .credits-action_val:after {
        content: '';
        width: 100%;
        height: 100%;
        -webkit-filter: brightness(65%) invert(1) grayscale(100%);
        filter: brightness(65%) invert(1) grayscale(100%);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: 18px;
        background-size: 18px;
        position: absolute;
        top: 0;
        left: 0;
        -webkit-transition: -webkit-filter .15s;
        transition: -webkit-filter .15s;
        -o-transition: filter .15s;
        -moz-transition: filter .15s;
        transition: filter .15s;
        transition: filter .15s, -webkit-filter .15s; }
      .credits-action_val:hover {
        border-color: #a1a1a1; }
        .credits-action_val:hover:after {
          -webkit-filter: brightness(100%) invert(1) grayscale(100%);
          filter: brightness(100%) invert(1) grayscale(100%); }
      .credits-action_val.active {
        background-color: #006fc7;
        border-color: #006fc7; }
        .credits-action_val.active:after {
          -webkit-filter: brightness(0) invert(1);
          filter: brightness(0) invert(1); }
      .credits-action_val.usd:after {
        background-image: url(../img/icons/i_usd.svg);
        -moz-background-size: 17px;
        background-size: 17px; }
      .credits-action_val.uah:after {
        background-image: url(../img/icons/i_uah.svg);
        -moz-background-size: 16px;
        background-size: 16px; }
      .credits-action_val.eur:after {
        background-image: url(../img/icons/i_euro.svg);
        -moz-background-size: 15px;
        background-size: 15px;
        background-position: 45% 50%; }
      .credits-action_val.rub:after {
        background-image: url(../img/icons/i_rub.svg);
        -moz-background-size: 15px;
        background-size: 15px; }
      .credits-action_val.gbp:after {
        background-image: url(../img/icons/i_gbp.svg);
        -moz-background-size: 15px;
        background-size: 15px; }
    .credits-action .form-item {
      margin: 0 30px 10px 0;
      min-width: 240px; }
      .credits-action .form-item:last-child {
        margin-right: 0; }
      .credits-action .form-item.credits-action_valute {
        min-width: 100px; }
  .credits .no-item {
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    padding: 60px 0; }
  .credits-block {
    margin-top: 35px; }
  .credits-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 40px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 40px; }
    .credits-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .credits-item_visual {
      position: relative;
      width: 490px;
      height: 425px;
      display: block; }
      .credits-item_visual:hover .credits-item_decor {
        opacity: .75; }
    .credits-item_decor {
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px);
      height: -webkit-calc(100% - 60px);
      height: -moz-calc(100% - 60px);
      height: calc(100% - 60px);
      position: absolute;
      bottom: 0;
      right: 0;
      background-color: #006fc7;
      -webkit-transition: opacity .15s;
      -o-transition: opacity .15s;
      -moz-transition: opacity .15s;
      transition: opacity .15s; }
    .credits-item_img {
      position: absolute;
      left: 0;
      bottom: 0;
      z-index: 10;
      max-width: 100%;
      max-height: 100%;
      display: block; }
    .credits-item_block {
      width: -webkit-calc(100% - 490px);
      width: -moz-calc(100% - 490px);
      width: calc(100% - 490px);
      padding-top: 65px; }
      .credits-item_block .subtitle {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: color .15s;
        -o-transition: color .15s;
        -moz-transition: color .15s;
        transition: color .15s;
        margin-bottom: 0; }
        .credits-item_block .subtitle:hover {
          color: #006fc7; }
      .credits-item_block p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #212529;
        margin: 20px 0 25px 0; }
    .credits-item_desc {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      margin: 20px 0 25px 0; }
    .credits-item_info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-top: solid 1px #cccccc;
      padding-top: 25px;
      margin-bottom: 25px; }
    .credits-item_b {
      margin-right: 90px; }
      .credits-item_b:last-child {
        margin-right: 0; }
    .credits-item_i {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      color: #878787; }
    .credits-item_v {
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      color: #006fc7;
      margin-top: 2px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .credits-item_valute {
      width: 18px;
      height: 20px;
      display: inline-block;
      background-repeat: no-repeat;
      background-position: left center;
      -moz-background-size: contain;
      background-size: contain;
      margin-right: 5px; }
      .credits-item_valute.usd {
        -moz-background-size: 17px;
        background-size: 17px; }
      .credits-item_valute.uah {
        -moz-background-size: 16px;
        background-size: 16px; }
      .credits-item_valute.eur {
        -moz-background-size: 15px;
        background-size: 15px; }
      .credits-item_valute.rub {
        -moz-background-size: 15px;
        background-size: 15px; }
      .credits-item_valute.gbp {
        -moz-background-size: 15px;
        background-size: 15px; }
    .credits-item_action .btn {
      margin-right: 20px; }
      .credits-item_action .btn:last-child {
        margin-right: 0; }
    .credits-item_action .credits-item_or {
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
      color: #ffffff;
      margin-right: 20px; }
  .credits .credits-promo {
    background-image: url(../img/decor-img/credits_bg.jpg);
    background-repeat: no-repeat;
    background-position: right center;
    -moz-background-size: cover;
    background-size: cover;
    padding: 30px 40px; }
    .credits .credits-promo_top {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .credits .credits-promo_label {
      background-color: #d4d4d4;
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      padding: 5px 28px;
      margin-top: 4px;
      margin-left: 30px; }
    .credits .credits-promo .at-resp-share-element .at-share-btn {
      margin: 0 15px 0 0 !important; }
  .credits .credits-share {
    display: inline-block;
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }
    .credits .credits-share:hover .credits-share_text {
      text-decoration: underline; }
    .credits .credits-share_icon {
      display: inline-block;
      vertical-align: middle;
      background-image: url(../img/icons/i_share.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      width: 18px;
      height: 18px;
      margin: -2px 5px 0 0; }
    .credits .credits-share_text {
      display: inline-block;
      vertical-align: middle; }
  .credits .credits-nav {
    width: 100%;
    height: 110px;
    background-color: #ffffff;
    z-index: 20;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .credits .credits-nav_item {
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
      -moz-box-flex: 1;
      -ms-flex-positive: 1;
      flex-grow: 1;
      -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
      flex-basis: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      position: relative; }
      .credits .credits-nav_item:after {
        content: '';
        width: 1px;
        height: 50px;
        background-color: #cccccc;
        position: absolute;
        top: 50%;
        right: 0;
        margin-top: -25px; }
      .credits .credits-nav_item:last-child:after {
        display: none; }
    .credits .credits-nav_link {
      display: inline-block;
      font-size: 24px;
      line-height: 28px;
      font-weight: 500;
      color: #212529;
      text-decoration: none;
      margin: 0;
      opacity: 0.5;
      -webkit-transition: opacity .15s;
      -o-transition: opacity .15s;
      -moz-transition: opacity .15s;
      transition: opacity .15s; }
      .credits .credits-nav_link:hover {
        opacity: 1; }
  .credits .credits-adv {
    background-color: #f4f5fa;
    padding: 40px 40px 10px 40px; }
    .credits .credits-adv .subtitle {
      margin: 0; }
    .credits .credits-adv_block {
      margin-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .credits .credits-adv_block p {
        font-size: 14px;
        line-height: 20px;
        color: #6a6e83;
        font-weight: 500;
        width: -webkit-calc((100% / 3) - 5px);
        width: -moz-calc((100% / 3) - 5px);
        width: calc((100% / 3) - 5px);
        position: relative;
        padding: 5px 40px 5px 20px;
        margin-bottom: 30px;
        margin-top: 0; }
        .credits .credits-adv_block p:before {
          content: '';
          width: 4px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #d8dae2; }
    .credits .credits-adv_item {
      font-size: 14px;
      line-height: 20px;
      color: #6a6e83;
      font-weight: 500;
      width: -webkit-calc((100% / 3) - 5px);
      width: -moz-calc((100% / 3) - 5px);
      width: calc((100% / 3) - 5px);
      position: relative;
      padding: 5px 40px 5px 20px;
      margin-bottom: 30px; }
      .credits .credits-adv_item:before {
        content: '';
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d8dae2; }
    .credits .credits-adv .credits-adv-send {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #ffffff;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      padding: 25px 0;
      margin: 5px 0 30px 0; }
      .credits .credits-adv .credits-adv-send_b {
        border-right: solid 1px #cccccc;
        width: -webkit-calc(100% - 300px);
        width: -moz-calc(100% - 300px);
        width: calc(100% - 300px);
        padding: 10px 65px; }
      .credits .credits-adv .credits-adv-send_text {
        font-size: 18px;
        line-height: 24px;
        font-weight: 400;
        color: #212529;
        margin: 0 0 15px 0; }
        .credits .credits-adv .credits-adv-send_text:last-child {
          margin-bottom: 0; }
      .credits .credits-adv .credits-adv-send_action {
        width: 300px;
        text-align: center; }
  .credits .credits-cond {
    padding: 25px 40px; }
    .credits .credits-cond .subtitle {
      margin-bottom: 25px; }
    .credits .credits-cond-block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      margin-bottom: 40px; }
      .credits .credits-cond-block:last-child {
        margin-bottom: 0; }
    .credits .credits-cond-item {
      width: 50%; }
      .credits .credits-cond-item:nth-child(1) {
        padding-right: 40px;
        border-right: solid 1px #cccccc; }
    .credits .credits-cond-name {
      font-size: 22px;
      line-height: 28px;
      color: #878787;
      font-weight: 500; }
    .credits .credits-cond-list {
      padding-left: 30px; }
      .credits .credits-cond-list.static ul, .credits .credits-cond-list.static ol {
        margin-top: 0; }
        .credits .credits-cond-list.static ul li, .credits .credits-cond-list.static ol li {
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 15px; }
          .credits .credits-cond-list.static ul li:last-child, .credits .credits-cond-list.static ol li:last-child {
            margin-bottom: 0; }
          .credits .credits-cond-list.static ul li:before, .credits .credits-cond-list.static ol li:before {
            top: 11px; }
  .credits .tab {
    padding: 25px 40px 0 40px; }
    .credits .tab .tab-nav {
      margin: 25px 0 20px 0; }
    .credits .tab .tab-nav_item {
      margin-right: 25px; }
      .credits .tab .tab-nav_item:last-child {
        margin-right: 0; }
      .credits .tab .tab-nav_item.active .tab-nav_link:after {
        opacity: 1; }
    .credits .tab .tab-nav_link {
      font-size: 14px;
      line-height: 18px;
      color: #212529;
      font-weight: 400;
      text-decoration: none;
      opacity: 1;
      position: relative;
      padding-left: 28px; }
      .credits .tab .tab-nav_link:hover:after {
        opacity: .4; }
      .credits .tab .tab-nav_link:before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -11px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .credits .tab .tab-nav_link:after {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #006fc7;
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s; }
  .credits .credits-pay {
    padding: 0 40px;
    margin-top: 40px; }
    .credits .credits-pay_block {
      margin-top: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -moz-box-align: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .credits .credits-pay_block p {
        font-size: 14px;
        line-height: 20px;
        color: #6a6e83;
        font-weight: 500;
        width: -webkit-calc((100% / 3) - 5px);
        width: -moz-calc((100% / 3) - 5px);
        width: calc((100% / 3) - 5px);
        position: relative;
        padding: 5px 40px 5px 20px;
        margin-bottom: 30px;
        margin-top: 0; }
        .credits .credits-pay_block p:before {
          content: '';
          width: 4px;
          height: 100%;
          position: absolute;
          top: 0;
          left: 0;
          background-color: #d8dae2; }
    .credits .credits-pay_item {
      font-size: 14px;
      line-height: 20px;
      color: #6a6e83;
      font-weight: 500;
      width: -webkit-calc((100% / 3) - 5px);
      width: -moz-calc((100% / 3) - 5px);
      width: calc((100% / 3) - 5px);
      position: relative;
      padding: 5px 40px 5px 20px;
      margin-bottom: 30px; }
      .credits .credits-pay_item:before {
        content: '';
        width: 4px;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background-color: #d8dae2; }
  .credits .credits-desc {
    padding: 0 40px;
    margin: 10px 0 15px 0; }
    .credits .credits-desc_block {
      background-color: #f4f5fa;
      font-size: 18px;
      line-height: 24px;
      color: #212529;
      font-weight: 400;
      padding: 20px 40px;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1); }
      .credits .credits-desc_block p {
        font-size: 18px;
        line-height: 24px;
        color: #212529;
        font-weight: 400; }
  .credits .credits-percent {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 20px 40px; }
    .credits .credits-percent-action {
      width: 400px;
      padding-right: 80px; }
    .credits .credits-percent-side {
      width: -webkit-calc(100% - 400px);
      width: -moz-calc(100% - 400px);
      width: calc(100% - 400px);
      background-color: #f4f5fa;
      padding: 35px 45px; }
      .credits .credits-percent-side .credits-percent_line {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -moz-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin-bottom: 35px;
        position: relative;
        background-color: #f4f5fa; }
        .credits .credits-percent-side .credits-percent_line:before {
          content: '';
          width: 100%;
          height: 1px;
          position: absolute;
          top: 50%;
          left: 0;
          background-color: #cccccc; }
        .credits .credits-percent-side .credits-percent_line:last-child {
          margin-bottom: 0; }
        .credits .credits-percent-side .credits-percent_line .subtitle {
          font-size: 22px;
          line-height: 26px;
          margin: 0;
          background-color: #f4f5fa;
          position: relative;
          z-index: 10;
          padding-right: 25px;
          display: ruby; }
        .credits .credits-percent-side .credits-percent_line .credits-percent_v {
          font-size: 32px;
          line-height: 36px;
          font-weight: 500;
          color: #006fc7;
          background-color: #f4f5fa;
          position: relative;
          z-index: 10;
          padding-left: 25px; }
    .credits .credits-percent .form-item {
      margin-bottom: 25px; }
      .credits .credits-percent .form-item .form-label {
        font-size: 18px;
        line-height: 22px; }
      .credits .credits-percent .form-item.form-item_check {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
        .credits .credits-percent .form-item.form-item_check .form-label {
          width: 100%; }
        .credits .credits-percent .form-item.form-item_check .form-item {
          margin-bottom: 5px;
          margin-right: 25px; }
          .credits .credits-percent .form-item.form-item_check .form-item:last-child {
            margin-right: 0; }
          .credits .credits-percent .form-item.form-item_check .form-item .form-label {
            font-size: 14px; }

.credits-one .site-wrap {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0; }

.credits-one .breadcrumb {
  padding: 0 40px; }

.credits-one .title {
  color: #ffffff; }
  .credits-one .title.title-gray {
    color: #6a6e83; }

.credits-one .credits-item_info {
  border-top: 0;
  padding-top: 0;
  margin: 35px 0; }
  .credits-one .credits-item_info .credits-item_b {
    border-right: solid 1px #fff;
    padding: 5px 40px 5px 0;
    margin-right: 40px; }
    .credits-one .credits-item_info .credits-item_b:last-child {
      padding-right: 0;
      margin-right: 0;
      border-right: 0; }
  .credits-one .credits-item_info .credits-item_i {
    color: #ffffff; }
  .credits-one .credits-item_info .credits-item_v {
    color: #ffffff; }

.credits-one .credits-item_action {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .credits-one .credits-item_action .btn.btn-simple {
    background-color: rgba(255, 255, 255, 0);
    border-color: #ffffff;
    color: #ffffff; }
    .credits-one .credits-item_action .btn.btn-simple:before {
      background-color: rgba(255, 255, 255, 0.15); }
  .credits-one .credits-item_action .credits-calculate.active:before {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1; }

.credits-one .form-app {
  margin-top: 50px; }

.credits-one .btn-toggle-payment-schedule {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  user-select: none; }
  @media screen and (max-width: 991px) {
    .credits-one .btn-toggle-payment-schedule_desktop {
      display: none; } }
  .credits-one .btn-toggle-payment-schedule_mobile {
    display: none;
    margin-bottom: 15px; }
    @media screen and (max-width: 991px) {
      .credits-one .btn-toggle-payment-schedule_mobile {
        display: flex; } }
  .credits-one .btn-toggle-payment-schedule_loading {
    pointer-events: none; }
    .credits-one .btn-toggle-payment-schedule_loading:after {
      content: '';
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 30px;
      height: 30px;
      border: 2px solid;
      border-color: #006fc7 #006fc7 #006fc7 transparent;
      border-radius: 50%;
      animation: rotating linear 1s infinite; }

@keyframes rotating {
  100% {
    transform: rotate(360deg); } }
    .credits-one .btn-toggle-payment-schedule_loading .btn-toggle-payment-schedule__icon, .credits-one .btn-toggle-payment-schedule_loading .btn-toggle-payment-schedule__text {
      display: none; }
  .credits-one .btn-toggle-payment-schedule__icon {
    width: 16px;
    height: 16px;
    margin-right: 8px;
    background-image: url("../img/icons/i_calendar.svg");
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat; }
  .credits-one .btn-toggle-payment-schedule__text {
    font-size: 14px;
    line-height: 1.71;
    color: #0a6fc7;
    background-image: linear-gradient(to right, #0a6fc7 33%, rgba(255, 255, 255, 0) 0%);
    background-position: bottom;
    background-size: 4px 1px;
    background-repeat: repeat-x;
    transition: background-image 0.3s; }
  .credits-one .btn-toggle-payment-schedule:hover .calculate-look-payment-schedule-text {
    background-image: linear-gradient(to right, #0a6fc7 100%, transparent 100%); }
    @media screen and (max-width: 991px) {
      .credits-one .btn-toggle-payment-schedule:hover .calculate-look-payment-schedule-text {
        background-image: linear-gradient(to right, #0a6fc7 33%, rgba(255, 255, 255, 0) 0%); } }

.credits-one .calculate {
  padding: 40px 40px 50px 40px;
  width: 100%;
  z-index: 10; }
  .credits-one .calculate-wrap {
    position: relative;
    overflow: hidden;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; }
    .credits-one .calculate-wrap_loading {
      pointer-events: none; }
      .credits-one .calculate-wrap_loading:before {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        z-index: 1;
        background-color: rgba(255, 255, 255, 0.6); }
      .credits-one .calculate-wrap_loading:after {
        content: '';
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        margin: auto;
        width: 30px;
        height: 30px;
        z-index: 2;
        border: 2px solid;
        border-color: #006fc7 #006fc7 #006fc7 transparent;
        border-radius: 50%;
        animation: rotating linear 1s infinite; }

@keyframes rotating {
  100% {
    transform: rotate(360deg); } }
  .credits-one .calculate-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .credits-one .calculate-b {
    position: relative;
    width: -webkit-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
    padding: 50px; }
  .credits-one .calculate-side {
    width: 380px;
    padding: 50px;
    border-left: solid 1px #cccccc; }
    .credits-one .calculate-side .btn {
      font-size: 16px;
      width: 100%;
      margin-top: 20px; }
  .credits-one .calculate-title {
    font-size: 28px;
    line-height: 34px;
    color: #212529;
    font-weight: 500;
    margin: 0; }
  .credits-one .calculate-text {
    font-size: 18px;
    line-height: 17px;
    color: #212529;
    font-weight: 400;
    margin: 0; }
  .credits-one .calculate-val {
    color: #6a6e83;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 15px 0; }
    .credits-one .calculate-val_i {
      font-size: 35px;
      line-height: 40px;
      font-weight: 500;
      display: inline-block; }
    .credits-one .calculate-val_b {
      font-size: 32px;
      line-height: 38px;
      font-weight: 400;
      display: inline-block;
      margin-left: 20px; }
  .credits-one .calculate-top {
    text-align: right;
    margin-bottom: 35px; }
  .credits-one .calculate-close {
    cursor: pointer;
    width: 22px;
    height: 22px;
    display: inline-block;
    background-image: url(../img/icons/i_cross.svg);
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    -webkit-transition: -webkit-transform .15s;
    transition: -webkit-transform .15s;
    -o-transition: -o-transform .15s;
    -moz-transition: transform .15s, -moz-transform .15s;
    transition: transform .15s;
    transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
    .credits-one .calculate-close:hover {
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
  .credits-one .calculate .calculate-slider {
    margin-top: 35px; }
    .credits-one .calculate .calculate-slider_title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #212529;
      margin-bottom: 15px; }
    .credits-one .calculate .calculate-slider_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .credits-one .calculate .calculate-slider_wrap {
      width: -webkit-calc(100% - 150px);
      width: -moz-calc(100% - 150px);
      width: calc(100% - 150px);
      padding-right: 50px; }
    .credits-one .calculate .calculate-slider_val {
      width: 150px; }
      .credits-one .calculate .calculate-slider_val .form-area {
        font-weight: 500;
        font-size: 18px; }
    .credits-one .calculate .calculate-slider_desc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #212529;
      margin-top: 15px; }
  .credits-one .calculate .btn-toggle-payment-schedule {
    margin-top: 16px; }
    @media screen and (max-width: 991px) {
      .credits-one .calculate .btn-toggle-payment-schedule__text {
        line-height: 19px; } }

.credits-one .payment-schedule, .credits-one .additional-conditions {
  padding: 40px 40px 10px 40px;
  background-color: #ffffff; }
  @media screen and (max-width: 991px) {
    .credits-one .payment-schedule, .credits-one .additional-conditions {
      padding: 20px 15px 10px 15px; } }
  .credits-one .payment-schedule__title, .credits-one .additional-conditions__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
    color: #6a6e83;
    margin-bottom: 18px; }
    @media screen and (max-width: 991px) {
      .credits-one .payment-schedule__title, .credits-one .additional-conditions__title {
        line-height: 22px; } }
  .credits-one .payment-schedule__additional-conditions, .credits-one .additional-conditions__additional-conditions {
    margin-bottom: 67px; }
    @media screen and (max-width: 991px) {
      .credits-one .payment-schedule__additional-conditions, .credits-one .additional-conditions__additional-conditions {
        margin-bottom: 40px; } }
  .credits-one .payment-schedule__schedule, .credits-one .additional-conditions__schedule {
    margin-bottom: 50px; }
    .credits-one .payment-schedule__schedule .schedule__table, .credits-one .additional-conditions__schedule .schedule__table {
      width: 100%;
      min-width: 1214px;
      box-shadow: 0 20px 25px 0 rgba(127, 127, 127, 0.2); }
      .credits-one .payment-schedule__schedule .schedule__table-wrapper, .credits-one .additional-conditions__schedule .schedule__table-wrapper {
        overflow: auto hidden;
        margin-bottom: 46px; }
        @media screen and (max-width: 991px) {
          .credits-one .payment-schedule__schedule .schedule__table-wrapper, .credits-one .additional-conditions__schedule .schedule__table-wrapper {
            margin-bottom: 40px; } }
      .credits-one .payment-schedule__schedule .schedule__table .table__row:nth-child(odd), .credits-one .additional-conditions__schedule .schedule__table .table__row:nth-child(odd) {
        background-color: #fff; }
      .credits-one .payment-schedule__schedule .schedule__table .table__row:nth-child(even), .credits-one .additional-conditions__schedule .schedule__table .table__row:nth-child(even) {
        background-color: #f4f5fa; }
      .credits-one .payment-schedule__schedule .schedule__table .table__row_header, .credits-one .additional-conditions__schedule .schedule__table .table__row_header {
        background-color: #0a6fc7 !important; }
        .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell {
          font-size: 12px;
          line-height: 1.5;
          color: #ffffff;
          font-weight: 500;
          text-align: left; }
          @media screen and (max-width: 991px) {
            .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell {
              padding: 13px 20px; } }
          .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including {
            position: relative;
            background-color: #095393; }
            .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including-title, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including-title {
              padding: 6px 0;
              text-align: center;
              background-color: #095fab;
              font-weight: 400; }
            .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-icon, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-icon {
              display: inline-block;
              width: 15px;
              height: 15px;
              background-color: rgba(255, 255, 255, 0.3);
              border-radius: 50%;
              margin-left: 5px;
              font-weight: 400;
              text-align: center;
              line-height: 16px;
              font-size: 10px;
              cursor: pointer;
              user-select: none; }
            .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip {
              position: absolute;
              right: 0;
              top: calc(100% + 4px);
              padding: 20px;
              color: #6a6e83;
              font-weight: 400;
              border-radius: 3px;
              box-shadow: 0 0 25px 0 rgba(127, 127, 127, 0.2);
              border: solid 1px #e4e5ec;
              background-color: #ffffff;
              z-index: 2;
              opacity: 0;
              visibility: hidden;
              transform: translateY(10px);
              transition: opacity 0.3s, visibility 0.3s, transform 0.3s; }
              .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip:after, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip:after {
                content: '';
                position: absolute;
                top: -9px;
                right: 0;
                left: 0;
                margin: auto;
                width: 17px;
                height: 17px;
                background-color: #ffffff;
                border-width: 1px 0 0 1px;
                border-style: solid;
                border-color: #e4e5ec;
                border-radius: 4px;
                transform: rotate(45deg); }
              .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip_visible, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip_visible {
                opacity: 1;
                visibility: visible;
                transform: translateY(0); }
              .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol {
                padding: 0;
                list-style: none;
                counter-reset: my-awesome-counter; }
                .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li {
                  counter-increment: my-awesome-counter;
                  display: flex;
                  margin-bottom: 24px; }
                  .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li:last-child, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li:last-child {
                    margin-bottom: 0; }
                  .credits-one .payment-schedule__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li:before, .credits-one .additional-conditions__schedule .schedule__table .table__row_header .table__cell_including .including__help-tooltip ol li:before {
                    content: counter(my-awesome-counter);
                    font-size: 12px;
                    font-weight: normal;
                    font-stretch: normal;
                    font-style: normal;
                    line-height: 1.5;
                    letter-spacing: normal;
                    color: #6a6e83;
                    margin-right: 12px; }
      .credits-one .payment-schedule__schedule .schedule__table .table__cell, .credits-one .additional-conditions__schedule .schedule__table .table__cell {
        position: relative;
        padding: 16px 30px;
        font-size: 14px;
        line-height: 1.71;
        color: #6a6e83;
        min-width: 120px; }
        @media screen and (max-width: 991px) {
          .credits-one .payment-schedule__schedule .schedule__table .table__cell, .credits-one .additional-conditions__schedule .schedule__table .table__cell {
            padding: 13px 20px; } }
        .credits-one .payment-schedule__schedule .schedule__table .table__cell_with-tooltip, .credits-one .additional-conditions__schedule .schedule__table .table__cell_with-tooltip {
          cursor: pointer;
          text-decoration: underline; }
          .credits-one .payment-schedule__schedule .schedule__table .table__cell_with-tooltip:hover, .credits-one .additional-conditions__schedule .schedule__table .table__cell_with-tooltip:hover {
            text-decoration: none; }
        .credits-one .payment-schedule__schedule .schedule__table .table__cell_text-align-right, .credits-one .additional-conditions__schedule .schedule__table .table__cell_text-align-right {
          text-align: right; }
          .credits-one .payment-schedule__schedule .schedule__table .table__cell_text-align-right .cell__tooltip, .credits-one .additional-conditions__schedule .schedule__table .table__cell_text-align-right .cell__tooltip {
            text-align: left;
            left: auto;
            right: 0; }
            .credits-one .payment-schedule__schedule .schedule__table .table__cell_text-align-right .cell__tooltip:after, .credits-one .additional-conditions__schedule .schedule__table .table__cell_text-align-right .cell__tooltip:after {
              left: auto;
              right: 40px; }
    .credits-one .payment-schedule__schedule .schedule__footer, .credits-one .additional-conditions__schedule .schedule__footer {
      display: flex;
      align-items: center;
      padding: 0 68px 0 30px; }
      @media screen and (max-width: 991px) {
        .credits-one .payment-schedule__schedule .schedule__footer, .credits-one .additional-conditions__schedule .schedule__footer {
          flex-direction: column;
          padding: 0; } }
    .credits-one .payment-schedule__schedule .schedule__btn-order-online, .credits-one .additional-conditions__schedule .schedule__btn-order-online {
      width: 240px;
      margin-right: 52px; }
      @media screen and (max-width: 991px) {
        .credits-one .payment-schedule__schedule .schedule__btn-order-online, .credits-one .additional-conditions__schedule .schedule__btn-order-online {
          width: 100%;
          margin-right: 0;
          margin-bottom: 30px; } }
    .credits-one .payment-schedule__schedule .schedule__effective-rate, .credits-one .additional-conditions__schedule .schedule__effective-rate {
      color: #6a6e83;
      margin-top: 2px; }
      @media screen and (max-width: 991px) {
        .credits-one .payment-schedule__schedule .schedule__effective-rate, .credits-one .additional-conditions__schedule .schedule__effective-rate {
          margin-bottom: 15px; } }
      .credits-one .payment-schedule__schedule .schedule__effective-rate .effective-rate__percents, .credits-one .additional-conditions__schedule .schedule__effective-rate .effective-rate__percents {
        font-weight: 500;
        line-height: 0;
        margin-right: 10px; }
        .credits-one .payment-schedule__schedule .schedule__effective-rate .effective-rate__percents .percents__number, .credits-one .additional-conditions__schedule .schedule__effective-rate .effective-rate__percents .percents__number {
          font-size: 40px; }
        .credits-one .payment-schedule__schedule .schedule__effective-rate .effective-rate__percents .percents__glyph, .credits-one .additional-conditions__schedule .schedule__effective-rate .effective-rate__percents .percents__glyph {
          font-size: 24px; }
      .credits-one .payment-schedule__schedule .schedule__effective-rate .effective-rate__text, .credits-one .additional-conditions__schedule .schedule__effective-rate .effective-rate__text {
        display: inline-block;
        width: 55px;
        font-size: 14px;
        line-height: 1.29; }
    .credits-one .payment-schedule__schedule .cell__tooltip, .credits-one .additional-conditions__schedule .cell__tooltip {
      position: absolute;
      width: 280px;
      padding: 24px 24px 16px;
      list-style-type: none;
      color: #6a6e83;
      font-weight: 400;
      border-radius: 3px;
      box-shadow: 0 0 25px 0 rgba(127, 127, 127, 0.2);
      border: solid 1px #e4e5ec;
      background-color: #ffffff;
      white-space: normal;
      z-index: 2;
      opacity: 0;
      visibility: hidden;
      transform: translateY(10px);
      transition: opacity 0.3s, visibility 0.3s, transform 0.3s; }
      .credits-one .payment-schedule__schedule .cell__tooltip:after, .credits-one .additional-conditions__schedule .cell__tooltip:after {
        content: '';
        position: absolute;
        top: -9px;
        left: 40px;
        margin: auto;
        width: 17px;
        height: 17px;
        background-color: #ffffff;
        border-width: 1px 0 0 1px;
        border-style: solid;
        border-color: #e4e5ec;
        border-radius: 4px;
        transform: rotate(45deg); }
      .credits-one .payment-schedule__schedule .cell__tooltip_visible, .credits-one .additional-conditions__schedule .cell__tooltip_visible {
        opacity: 1;
        visibility: visible;
        transform: translateY(0); }
      .credits-one .payment-schedule__schedule .cell__tooltip_arrow-right:after, .credits-one .additional-conditions__schedule .cell__tooltip_arrow-right:after {
        left: auto;
        right: 40px; }
      .credits-one .payment-schedule__schedule .cell__tooltip .tooltip__item, .credits-one .additional-conditions__schedule .cell__tooltip .tooltip__item {
        display: flex;
        justify-content: space-between;
        margin-bottom: 8px; }
      .credits-one .payment-schedule__schedule .cell__tooltip .tooltip__value, .credits-one .additional-conditions__schedule .cell__tooltip .tooltip__value {
        font-weight: 500;
        padding-left: 16px;
        white-space: nowrap; }
    .credits-one .payment-schedule__schedule .btn-toggle-payment-schedule, .credits-one .additional-conditions__schedule .btn-toggle-payment-schedule {
      margin-left: auto; }
      @media screen and (max-width: 991px) {
        .credits-one .payment-schedule__schedule .btn-toggle-payment-schedule, .credits-one .additional-conditions__schedule .btn-toggle-payment-schedule {
          margin: auto; } }
  @media screen and (max-width: 991px) {
    .credits-one .payment-schedule__form .btn, .credits-one .additional-conditions__form .btn {
      width: 100%; } }
  .credits-one .payment-schedule .form-item, .credits-one .additional-conditions .form-item {
    margin-right: 40px;
    margin-bottom: 0;
    flex: 1; }
    @media screen and (max-width: 991px) {
      .credits-one .payment-schedule .form-item, .credits-one .additional-conditions .form-item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px; } }
    .credits-one .payment-schedule .form-item:last-child, .credits-one .additional-conditions .form-item:last-child {
      margin-right: 0; }
    .credits-one .payment-schedule .form-item-jcsf, .credits-one .additional-conditions .form-item-jcsf {
      min-width: 100%;
      margin-top: 20px;
      display: flex;
      justify-content: flex-start;
      align-items: center; }
  .credits-one .payment-schedule .form__row, .credits-one .additional-conditions .form__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 30px; }
    @media screen and (max-width: 991px) {
      .credits-one .payment-schedule .form__row, .credits-one .additional-conditions .form__row {
        flex-direction: column;
        margin-bottom: 0; } }
  .credits-one .payment-schedule .form-radio, .credits-one .additional-conditions .form-radio {
    margin-right: 40px; }

.credits-one .payment-schedule {
  display: none; }

.credits-one .additional-conditions {
  padding: 10px 0 0;
  margin-top: 40px; }
  .credits-one .additional-conditions:before {
    content: '';
    position: absolute;
    right: 0;
    left: 0;
    height: 1px;
    background-color: #cccccc; }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
  .credits-action_val.active {
    background-color: #fff; } }

.private-form .title {
  font-size: 32px;
  line-height: 38px;
  margin-bottom: 10px; }

.private-form .subtitle {
  font-size: 22px;
  line-height: 28px; }

.private-form-desc {
  font-size: 14px;
  line-height: 18px;
  color: #212529;
  font-weight: 400;
  margin: 0; }
  .private-form-desc p {
    font-size: 14px;
    line-height: 18px;
    color: #212529;
    font-weight: 400;
    margin: 0; }

.private-form-container #individual-form {
  padding: 0; }

.private-form-b {
  margin-top: 25px;
  width: 100%; }
  .private-form-b_service {
    margin: 40px 0 40px 0; }
  .private-form-b_desc {
    margin-bottom: 40px; }
  .private-form-b_ask .subtitle-m {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    display: block;
    margin-bottom: 5px;
    margin-top: 0;
    color: #212529; }

.private-form-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .private-form-block .form-item {
    width: -webkit-calc((100% / 3) - 30px);
    width: -moz-calc((100% / 3) - 30px);
    width: calc((100% / 3) - 30px);
    margin-right: 40px; }
    .private-form-block .form-item:nth-child(3n) {
      margin-right: 0; }
    .private-form-block .form-item.form-radio {
      width: auto;
      margin: 0 30px 0 0; }
    .private-form-block .form-item.form-checkbox {
      flex: 1;
      margin-top: auto; }
  .private-form-block .form-file {
    width: 100%;
    margin-right: 0; }
  .private-form-block .form-textarea {
    width: 100%;
    margin-right: 0; }

.private-form .product-settings-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

.private-form .private-form-service_item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px; }
  .private-form .private-form-service_item:last-child {
    margin-bottom: 0; }
  .private-form .private-form-service_item .form-item {
    margin: 0; }
  .private-form .private-form-service_item .form-checkbox {
    width: 240px;
    padding-right: 10px; }
  .private-form .private-form-service_item .standart-select {
    min-width: 375px; }

.private-form .private-form-service_desc {
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
  color: #006fc7;
  margin-left: 20px;
  text-decoration: none; }
  .private-form .private-form-service_desc:hover {
    text-decoration: underline; }

.private-form .private-form-ask {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: flex-start;
  flex-direction: column;
  margin-right: 100px; }
  .private-form .private-form-ask .form-radio__list {
    display: flex;
    flex-direction: row;
    width: 100%; }
  .private-form .private-form-ask .form-radio {
    margin: 0 30px 0 0; }
    .private-form .private-form-ask .form-radio:last-child {
      margin-right: 0; }

.private-form .form-item-private {
  margin-top: 20px; }

.private-form .private-form-send {
  text-align: center;
  margin-top: 20px;
  margin-bottom: 10px; }

.private-form .private-form-b.private-form-b_ask.business-form_m {
  margin-top: 0; }
  .private-form .private-form-b.private-form-b_ask.business-form_m .title {
    margin-top: 0; }

.load-block {
  margin-bottom: 5px;
  display: none; }
  .load-block-item {
    display: inline-block;
    vertical-align: middle;
    border-right: solid 1px #ccc;
    padding-right: 20px;
    margin-right: 20px;
    margin-bottom: 10px; }
    .load-block-item:last-child {
      border-right: 0;
      padding-right: 0;
      margin-right: 0; }
    .load-block-item_icon {
      display: inline-block;
      vertical-align: middle;
      width: 20px;
      height: 25px;
      background-repeat: no-repeat;
      background-position: left center;
      -moz-background-size: 20px;
      background-size: 20px;
      background-image: url(../img/icons/i_doc.svg); }
    .load-block-item_name {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 18px;
      font-weight: 500;
      color: #6a6e83; }
    .load-block-item_format {
      display: inline-block;
      vertical-align: middle;
      font-size: 14px;
      line-height: 18px;
      color: #006fc7;
      margin-left: 5px; }

@-webkit-keyframes sideTurn {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -40px; } }

@-moz-keyframes sideTurn {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -40px; } }

@-o-keyframes sideTurn {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -40px; } }

@keyframes sideTurn {
  0% {
    margin-top: 0; }
  100% {
    margin-top: -40px; } }

@-webkit-keyframes sideTurnOut {
  0% {
    margin-top: -40px; }
  100% {
    margin-top: 0; } }

@-moz-keyframes sideTurnOut {
  0% {
    margin-top: -40px; }
  100% {
    margin-top: 0; } }

@-o-keyframes sideTurnOut {
  0% {
    margin-top: -40px; }
  100% {
    margin-top: 0; } }

@keyframes sideTurnOut {
  0% {
    margin-top: -40px; }
  100% {
    margin-top: 0; } }

.packages {
  background-color: #ffffff; }
  .packages .packages-selected {
    margin: 20px 0;
    height: 80px; }
    .packages .packages-selected-wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      background-color: #f4f5fa;
      padding: 15px 15px;
      max-width: 100%;
      min-width: 100%; }
      .packages .packages-selected-wrap.fixed {
        position: fixed;
        width: 100%;
        left: 0;
        z-index: 50;
        border-bottom: solid 1px #e2e2e2;
        -webkit-transition: top .35s;
        -o-transition: top .35s;
        -moz-transition: top .35s;
        transition: top .35s;
        min-width: auto; }
      .packages .packages-selected-wrap.turn-on {
        -webkit-animation: sideTurn .35s forwards linear;
        -moz-animation: sideTurn .35s forwards linear;
        -o-animation: sideTurn .35s forwards linear;
        animation: sideTurn .35s forwards linear; }
      .packages .packages-selected-wrap.turn-out {
        -webkit-animation: sideTurnOut .35s forwards linear;
        -moz-animation: sideTurnOut .35s forwards linear;
        -o-animation: sideTurnOut .35s forwards linear;
        animation: sideTurnOut .35s forwards linear; }
    .packages .packages-selected_item {
      padding: 0 15px;
      text-align: center; }
    .packages .packages-selected_val {
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      color: #878787; }
    .packages .packages-selected_desc {
      font-size: 12px;
      line-height: 20px;
      font-weight: 400;
      color: #212529; }
  .packages-block {
    margin: 40px 0 20px 0; }
  .packages .packages-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 30px;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 30px; }
    .packages .packages-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .packages .packages-item_visual {
      position: relative;
      width: 560px;
      height: 400px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
      -moz-box-pack: end;
      -ms-flex-pack: end;
      justify-content: flex-end; }
      .packages .packages-item_visual:hover .packages-item_decor {
        opacity: .75; }
    .packages .packages-item_decor {
      width: -webkit-calc(100% - 60px);
      width: -moz-calc(100% - 60px);
      width: calc(100% - 60px);
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #006fc7;
      -moz-background-size: cover;
      background-size: cover;
      background-position: center;
      -webkit-transition: opacity .15s;
      -o-transition: opacity .15s;
      -moz-transition: opacity .15s;
      transition: opacity .15s; }
    .packages .packages-item_img {
      z-index: 10;
      max-width: 80%;
      max-height: 100%;
      display: block;
      display: none; }
    .packages .packages-item_block {
      width: -webkit-calc(100% - 560px);
      width: -moz-calc(100% - 560px);
      width: calc(100% - 560px);
      padding-left: 0;
      padding-top: 10px; }
      .packages .packages-item_block .subtitle {
        display: inline-block;
        text-decoration: none;
        -webkit-transition: color .15s;
        -o-transition: color .15s;
        -moz-transition: color .15s;
        transition: color .15s;
        margin-bottom: 0; }
        .packages .packages-item_block .subtitle:hover {
          color: #006fc7; }
      .packages .packages-item_block p {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #212529;
        margin: 20px 0 25px 0; }
    .packages .packages-item_desc {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      margin: 20px 0 25px 0; }
    .packages .packages-item_info {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -moz-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      border-top: solid 1px #cccccc;
      padding-top: 25px;
      margin-bottom: 25px; }
    .packages .packages-item_b {
      margin-right: 90px; }
      .packages .packages-item_b:last-child {
        margin-right: 0; }
    .packages .packages-item_i {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      color: #878787; }
    .packages .packages-item_v {
      font-size: 18px;
      line-height: 20px;
      font-weight: 500;
      color: #006fc7;
      margin-top: 2px; }
    .packages .packages-item_action .btn {
      margin-right: 20px; }
      .packages .packages-item_action .btn:last-child {
        margin-right: 0; }
    .packages .packages-item_action .credits-item_or {
      font-size: 12px;
      line-height: 18px;
      font-weight: 400;
      color: #ffffff;
      margin-right: 20px; }
    .packages .packages-item_add {
      color: #006fc7;
      text-decoration: none;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin-top: 20px;
      display: inline-block; }
      .packages .packages-item_add:hover {
        text-decoration: underline; }
      .packages .packages-item_add:before {
        content: '';
        width: 9px;
        height: 9px;
        background-image: url(../img/icons/i_plus.svg);
        display: inline-block;
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: contain;
        background-size: contain;
        margin-right: 5px; }
    .packages .packages-item_added {
      color: #006fc7;
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin-top: 20px; }

.packages-compare .packages-action {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .packages-compare .packages-action .form-item {
    margin: 0 35px 0 0; }
    .packages-compare .packages-action .form-item:last-child {
      margin-right: 0; }

.packages-compare .packages-table {
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.15);
  margin-top: 60px;
  margin-bottom: 15px;
  position: relative; }
  .packages-compare .packages-table:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: -45px;
    left: 0;
    background-color: #cccccc; }
  .packages-compare .packages-table_line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    border-bottom: solid 1px #cccccc; }
    .packages-compare .packages-table_line:last-child {
      border-bottom: 0; }
  .packages-compare .packages-table_top .packages-table_item {
    padding: 0; }
  .packages-compare .packages-table_item {
    padding: 20px 30px;
    border-right: solid 1px #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -moz-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-basis: 0;
    -ms-flex-preferred-size: 0;
    flex-basis: 0; }
    .packages-compare .packages-table_item:last-child {
      border-right: 0; }
  .packages-compare .packages-table_return {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
  .packages-compare .packages-table_title {
    background-color: #f4f5fa;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start; }
    .packages-compare .packages-table_title .packages-table_text {
      color: #6a6e83; }
  .packages-compare .packages-table_head {
    position: relative;
    border-color: #ffffff; }
    .packages-compare .packages-table_head:last-child .packages-table_card:after {
      display: none; }
  .packages-compare .packages-table_link {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #6a6e83;
    text-decoration: none;
    min-height: 140px;
    background-color: #fafbff;
    border: dashed 1px #777b8e;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
    height: -webkit-calc(100% - 60px);
    height: -moz-calc(100% - 60px);
    height: calc(100% - 60px);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-image: url(../img/decor-img/lines.png);
    background-position: center;
    background-repeat: repeat;
    margin-left: 30px;
    -webkit-transition: border-color .15s;
    -o-transition: border-color .15s;
    -moz-transition: border-color .15s;
    transition: border-color .15s; }
    .packages-compare .packages-table_link:hover {
      border-color: #006fc7; }
    .packages-compare .packages-table_link__wrap {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      max-width: 125px; }
    .packages-compare .packages-table_link__icon {
      width: 20px;
      height: 20px;
      background-image: url(../img/icons/i_plus.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      margin-bottom: 15px; }
    .packages-compare .packages-table_link__text {
      width: 100%;
      text-align: center; }
  .packages-compare .packages-table_name {
    font-size: 22px;
    line-height: 24px;
    background-color: #006fc7;
    text-align: left;
    color: #ffffff;
    font-weight: 500;
    padding: 5px 20px;
    margin: 0;
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none; }
    .packages-compare .packages-table_name:hover + .packages-table_card {
      background-color: #e6e6e6; }
  .packages-compare .packages-table_remove {
    position: absolute;
    top: -30px;
    right: 0;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #6a6e83;
    cursor: pointer; }
    .packages-compare .packages-table_remove:hover {
      text-decoration: underline; }
    .packages-compare .packages-table_remove:before {
      content: '';
      width: 7px;
      height: 7px;
      display: inline-block;
      background-image: url(../img/icons/i_cross.svg);
      background-repeat: no-repeat;
      background-position: center;
      -moz-background-size: contain;
      background-size: contain;
      margin-right: 3px;
      margin-top: -1px;
      vertical-align: middle;
      opacity: .75; }
  .packages-compare .packages-table_card {
    background-color: #f4f5fa;
    position: relative;
    width: 100%;
    padding: 15px 0;
    -webkit-transition: .35s;
    -o-transition: .35s;
    -moz-transition: .35s;
    transition: .35s; }
    .packages-compare .packages-table_card:hover {
      background-color: #e6e6e6; }
    .packages-compare .packages-table_card:after {
      content: '';
      width: 1px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -1px;
      background-color: #cccccc; }
  .packages-compare .packages-table_img {
    display: block;
    margin: 0 auto;
    max-width: 75%; }
  .packages-compare .packages-table_text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    color: #212529; }

.packages-one .credits-promo {
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-left: 40px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
  background: -moz-linear-gradient(45deg, #006fc7 0%, #52b9c7 100%);
  /* ff3.6+ */
  background: -webkit-gradient(linear, left bottom, right top, color-stop(0%, #006fc7), color-stop(100%, #52b9c7));
  /* safari4+,chrome */
  background: -webkit-linear-gradient(45deg, #006fc7 0%, #52b9c7 100%);
  /* safari5.1+,chrome10+ */
  background: -o-linear-gradient(45deg, #006fc7 0%, #52b9c7 100%);
  /* opera 11.10+ */
  background: -ms-linear-gradient(45deg, #006fc7 0%, #52b9c7 100%);
  /* ie10+ */
  background: linear-gradient(45deg, #006fc7 0%, #52b9c7 100%);
  /* w3c */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#52B9C7', endColorstr='#006fc7',GradientType=1 );
  /* ie6-9 */
  z-index: 10;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .packages-one .credits-promo .promo-form_title {
    color: #ffffff;
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    margin: 10px 0 25px 0; }
  .packages-one .credits-promo .promo-form .form-item {
    width: 220px;
    display: inline-block;
    margin: 0 15px 0 0;
    vertical-align: top; }
    .packages-one .credits-promo .promo-form .form-item:last-child {
      margin-right: 0; }
    .packages-one .credits-promo .promo-form .form-item .form-group.has-error .help-block {
      color: #fff; }
  .packages-one .credits-promo .credits-item_action {
    margin-top: 20px; }
  .packages-one .credits-promo .promo-b {
    width: 50%; }
  .packages-one .credits-promo .promo-card {
    width: 50%;
    text-align: right;
    padding: 20px 10px 0 0; }
    .packages-one .credits-promo .promo-card_img {
      max-width: 85%; }
    .packages-one .credits-promo .promo-card .credits-share {
      margin-top: 20px; }

.packages-one .packages-rules {
  margin: 25px 0 0 0;
  width: -webkit-calc(100% - 80px);
  width: -moz-calc(100% - 80px);
  width: calc(100% - 80px);
  margin-left: 40px;
  background-color: #006fc7;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
  padding: 25px 40px; }
  .packages-one .packages-rules .subtitle {
    color: #ffffff; }
  .packages-one .packages-rules_block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 25px; }
  .packages-one .packages-rules_item {
    max-width: 25%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .packages-one .packages-rules_item p {
      font-size: 18px;
      line-height: 22px;
      color: #ffffff;
      font-weight: 500;
      margin: 0; }
    .packages-one .packages-rules_item .btn {
      margin-top: 5px; }
  .packages-one .packages-rules_sep {
    width: 45px;
    height: 45px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/decor-img/arrow.svg);
    opacity: .75; }
  .packages-one .packages-rules_icon {
    width: 50px;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain;
    margin-right: 15px; }
    .packages-one .packages-rules_icon.ic_1 {
      width: 51px;
      height: 71px;
      background-image: url(../img/decor-img/ic_1.svg); }
      .packages-one .packages-rules_icon.ic_1 + .packages-rules_desc {
        width: -webkit-calc(100% - 66px);
        width: -moz-calc(100% - 66px);
        width: calc(100% - 66px); }
    .packages-one .packages-rules_icon.ic_2 {
      width: 85px;
      height: 75px;
      background-image: url(../img/decor-img/ic_2.svg); }
      .packages-one .packages-rules_icon.ic_2 + .packages-rules_desc {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px); }
    .packages-one .packages-rules_icon.ic_3 {
      width: 85px;
      height: 55px;
      background-image: url(../img/decor-img/ic_3.svg); }
      .packages-one .packages-rules_icon.ic_3 + .packages-rules_desc {
        width: -webkit-calc(100% - 100px);
        width: -moz-calc(100% - 100px);
        width: calc(100% - 100px); }
  .packages-one .packages-rules_text {
    font-size: 18px;
    line-height: 22px;
    color: #ffffff;
    font-weight: 500;
    margin: 0; }

.packages-one .done {
  text-align: center;
  border: solid 1px #fff;
  width: 510px;
  padding: 50px 50px; }
  .packages-one .done-title {
    color: #fff;
    font-size: 22px;
    line-height: 24px;
    font-weight: 500;
    margin: 0 0 15px 0; }
  .packages-one .done-text {
    color: #fff;
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    margin: 0; }

.no-found {
  background-color: #ffffff; }
  .no-found .title {
    font-size: 44px;
    line-height: 48px; }
  .no-found .subtitle {
    font-size: 20px;
    line-height: 28px; }
  .no-found-desc {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin: 0; }
    .no-found-desc a {
      color: #006fc7;
      text-decoration: none;
      font-weight: 400; }
      .no-found-desc a:hover {
        text-decoration: underline; }
  .no-found-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 40px;
    border-top: solid 1px #ccc;
    margin-top: 40px;
    margin-bottom: 15px; }
  .no-found-item {
    width: -webkit-calc((100%/3) - 25px);
    width: -moz-calc((100%/3) - 25px);
    width: calc((100%/3) - 25px);
    background-color: #006fc7;
    height: 250px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover; }
    .no-found-item .btn {
      background-color: #ffffff;
      color: #006fc7;
      min-width: 200px; }
      .no-found-item .btn:before {
        background-color: rgba(0, 111, 199, 0.5); }
      .no-found-item .btn:hover {
        color: #ffffff; }

.deposit .credits-block {
  margin-bottom: 25px; }

.deposit .credits-item .credits-item_decor {
  display: none; }

.deposit .credits-item .credits-item_visual {
  position: relative;
  width: 450px;
  height: auto;
  display: block;
  -webkit-transition: -webkit-transform .15s;
  transition: -webkit-transform .15s;
  -o-transition: -o-transform .15s;
  -moz-transition: transform .15s, -moz-transform .15s;
  transition: transform .15s;
  transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
  .deposit .credits-item .credits-item_visual:hover {
    -webkit-transform: scale(1.025);
    -moz-transform: scale(1.025);
    -ms-transform: scale(1.025);
    -o-transform: scale(1.025);
    transform: scale(1.025); }

.deposit .credits-item .credits-item_img {
  position: relative;
  max-width: 90%;
  max-height: 100%; }

.deposit .credits-item_info {
  border-top: 0;
  border-bottom: solid 1px #cccccc;
  padding-top: 0;
  padding-bottom: 25px;
  margin-top: 25px; }

.deposit .credits-item_subtitle.subtitle {
  font-size: 18px;
  line-height: 20px;
  margin-top: 0; }

.deposit .credits-item_block {
  padding-top: 20px; }
  .deposit .credits-item_block p, .deposit .credits-item_block .credits-item_desc {
    margin-top: 10px; }

.deposit .calculate {
  padding: 40px 40px 50px 40px;
  position: absolute;
  top: 0;
  right: -100%;
  width: 100%;
  z-index: 10;
  display: none; }
  .deposit .calculate-wrap {
    position: relative;
    height: 0;
    overflow: hidden; }
  .deposit .calculate-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    background-color: #ffffff; }
  .deposit .calculate-desc {
    font-size: 18px;
    line-height: 22px;
    font-weight: 400;
    color: #212529;
    margin: 10px 0 0 0; }
  .deposit .calculate-b {
    width: -webkit-calc(100% - 380px);
    width: -moz-calc(100% - 380px);
    width: calc(100% - 380px);
    padding: 50px; }
  .deposit .calculate-side {
    width: 380px;
    padding: 50px;
    border-left: solid 1px #cccccc;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .deposit .calculate-side_wrap {
      width: 100%; }
    .deposit .calculate-side_b {
      border-bottom: solid 1px #cccccc;
      margin-bottom: 45px;
      padding-bottom: 10px;
      width: 100%; }
      .deposit .calculate-side_b:last-child {
        border-bottom: 0;
        margin-bottom: 0;
        padding-bottom: 0; }
  .deposit .calculate-title {
    font-size: 28px;
    line-height: 34px;
    color: #212529;
    font-weight: 500;
    margin: 0; }
  .deposit .calculate-text {
    font-size: 18px;
    line-height: 22px;
    color: #212529;
    font-weight: 400;
    margin: 0; }
  .deposit .calculate-val {
    color: #6a6e83;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -moz-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 20px 0; }
    .deposit .calculate-val_i {
      font-size: 50px;
      line-height: 56px;
      font-weight: 500;
      display: inline-block; }
    .deposit .calculate-val_b {
      font-size: 36px;
      line-height: 40px;
      font-weight: 400;
      display: inline-block;
      margin-left: 10px; }
  .deposit .calculate-top {
    text-align: right;
    margin-bottom: 35px; }
  .deposit .calculate-action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-top: 25px; }
    .deposit .calculate-action .form-item {
      display: inline-block;
      margin: 0 50px 0 0; }
      .deposit .calculate-action .form-item:last-child {
        margin-right: 0; }
    .deposit .calculate-action .form-label {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #212529;
      margin-bottom: 10px; }
    .deposit .calculate-action .credits-action_valute {
      margin-top: 20px; }
    .deposit .calculate-action .standart-select .select2-container {
      min-width: 250px; }
  .deposit .calculate .calculate-slider {
    margin-top: 35px; }
    .deposit .calculate .calculate-slider_title {
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #212529;
      margin-bottom: 25px; }
    .deposit .calculate .calculate-slider_block {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex; }
    .deposit .calculate .calculate-slider_wrap {
      width: -webkit-calc(100% - 150px);
      width: -moz-calc(100% - 150px);
      width: calc(100% - 150px);
      padding-right: 50px; }
    .deposit .calculate .calculate-slider_val {
      width: 150px; }
      .deposit .calculate .calculate-slider_val .form-area {
        font-weight: 500;
        font-size: 18px; }
    .deposit .calculate .calculate-slider_desc {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -moz-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 18px;
      line-height: 22px;
      font-weight: 400;
      color: #212529;
      margin-top: 15px; }

.credit-documents {
  display: flex;
  flex-wrap: wrap; }
  .credit-documents .credit-document {
    width: 100%;
    margin-bottom: 16px; }

.deposit-one .site-wrap {
  padding-top: 20px; }

.deposit-one .credits-promo {
  background-position: right center; }
  .deposit-one .credits-promo .credits-item_info {
    margin-bottom: 0;
    border-bottom: 0; }

.deposit-one .credits-nav {
  border-bottom: solid 1px #cccccc; }

.deposit-one .credits-cond.credits-adv {
  background-color: #ffffff;
  padding: 0 0 25px 0; }
  .deposit-one .credits-cond.credits-adv .credits-cond_block {
    padding: 25px 40px 0 40px; }
  .deposit-one .credits-cond.credits-adv .credits-adv-send {
    background-color: #f4f5fa; }
    .deposit-one .credits-cond.credits-adv .credits-adv-send_text {
      color: #212529; }
    .deposit-one .credits-cond.credits-adv .credits-adv-send .btn {
      background-color: #2bae33;
      color: #ffffff;
      min-width: 145px; }

.deposit-one .credits-adv:not(.credits-cond) .credits-adv-send {
  background-color: #006fc7; }
  .deposit-one .credits-adv:not(.credits-cond) .credits-adv-send_text {
    color: #ffffff; }
  .deposit-one .credits-adv:not(.credits-cond) .credits-adv-send .btn {
    background-color: #ffffff;
    color: #006fc7;
    min-width: 185px; }
    .deposit-one .credits-adv:not(.credits-cond) .credits-adv-send .btn:hover {
      color: #ffffff; }

.management {
  padding-bottom: 15px; }
  .management-item {
    padding: 25px;
    background-color: #ffffff;
    margin-bottom: 25px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex; }
    .management-item:last-child {
      margin-bottom: 0; }
    .management-item_preview {
      width: 265px; }
    .management-item_img {
      display: block;
      width: 100%; }
    .management-item_block {
      width: -webkit-calc(100% - 265px);
      width: -moz-calc(100% - 265px);
      width: calc(100% - 265px);
      padding-left: 25px; }
    .management-item_name {
      font-size: 22px;
      line-height: 24px;
      font-weight: 500;
      color: #006fc7;
      margin: 0; }
    .management-item_pos {
      text-transform: uppercase;
      font-size: 13px;
      line-height: 18px;
      font-weight: 700;
      color: #8fa1b2;
      margin: 5px 0 0 0; }
    .management-item_desc, .management-item p {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      margin: 20px 0; }
    .management-item_action {
      font-size: 13px;
      line-height: 20px;
      font-weight: 400;
      color: #006fc7;
      text-decoration: none; }
      .management-item_action:hover {
        text-decoration: underline; }
      .management-item_action:after {
        content: '';
        width: 11px;
        height: 11px;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url(../img/icons/i_arrow-blue.svg);
        -moz-background-size: contain;
        background-size: contain;
        display: inline-block;
        vertical-align: middle;
        margin-left: 5px; }
    .management-item .cut-text_hide:after {
      -webkit-transform: rotate(180deg);
      -moz-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
      -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.history {
  background-color: #ffffff; }
  .history-info {
    background-color: #006fc7;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/decor-img/history_bg.jpg);
    -moz-background-size: cover;
    background-size: cover;
    padding: 45px 40px;
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5); }
    .history-info_title {
      color: #ffffff;
      font-size: 24px;
      line-height: 28px;
      font-weight: 400;
      margin: 0 0 25px 0;
      padding-bottom: 25px;
      border-bottom: solid 1px rgba(255, 255, 255, 0.5); }
    .history-info_desc {
      color: #ffffff;
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      margin: 0; }
  .history-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin: 15px 0 50px 0;
    padding-top: 50px;
    overflow: hidden; }
  .history-item {
    width: -webkit-calc(50% - 40px);
    width: -moz-calc(50% - 40px);
    width: calc(50% - 40px);
    padding: 40px 40px 30px;
    position: relative; }
    .history-item:nth-child(2n) {
      /*padding-right: 20px;*/ }
      .history-item:nth-child(2n) .history-item_title {
        right: 39px; }
    .history-item:nth-child(2n+1) {
      padding-right: 20px; }
    .history-item:nth-child(1) {
      border: solid 1px #cccccc;
      border-left: 0; }
    .history-item:nth-child(2) {
      margin-top: 140px; }
    .history-item:nth-child(3) {
      margin-top: -70px; }
    .history-item:nth-child(4) {
      margin-top: 100px;
      border: solid 1px #cccccc;
      border-right: 0;
      position: relative;
      left: 140px;
      padding: 45px 40px 50px; }
      .history-item:nth-child(4) .history-item_title {
        right: 140px;
        padding-right: 40px; }
    .history-item:nth-child(5) {
      margin-top: -10px;
      border: solid 1px #cccccc;
      border-left: 0; }
    .history-item:nth-child(6) {
      margin-top: 160px; }
    .history-item.history-item_decor .history-item_block {
      background-color: #006fc7;
      background-repeat: no-repeat;
      background-position: center;
      background-image: url(../img/decor-img/decor.jpg);
      -moz-background-size: cover;
      background-size: cover;
      padding: 45px 40px 35px 40px;
      -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
      -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
      box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.5);
      position: relative;
      z-index: 10;
      left: -100px; }
      .history-item.history-item_decor .history-item_block .history-item_date, .history-item.history-item_decor .history-item_block .history-item_text, .history-item.history-item_decor .history-item_block p {
        color: #ffffff; }
    .history-item_title {
      font-size: 100px;
      line-height: 100px;
      color: #f4f5fa;
      font-weight: 500;
      text-align: right;
      background-color: #ffffff;
      position: absolute;
      right: -1px;
      top: -55px;
      padding: 0 0 30px 50px; }
    .history-item_date {
      font-size: 32px;
      line-height: 36px;
      font-weight: 500;
      color: #006fc7;
      margin-bottom: 20px; }
    .history-item_text, .history-item p {
      font-size: 18px;
      line-height: 24px;
      font-weight: 400;
      color: #6a6e83;
      margin: 15px 0; }
    .history-item_block {
      margin: 0 0 25px 0; }
      .history-item_block:last-child {
        margin-bottom: 0; }

.site-content.static {
  background-color: #fff; }

.static p {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0; }
  .static p.text-md {
    font-size: 18px;
    line-height: 24px; }

.static ul, .static ol {
  padding: 0;
  margin: 15px 0;
  list-style-type: none; }
  .static ul li, .static ol li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 25px;
    position: relative;
    list-style-type: none; }
    .static ul li:before, .static ol li:before {
      content: '';
      width: 15px;
      height: 1px;
      background-color: #006fc7;
      position: absolute;
      left: 0;
      top: 9px; }
    .static ul li ol, .static ul li ul, .static ol li ol, .static ol li ul {
      margin: 0; }

.static ol {
  padding: 0 0 0 15px;
  margin: 15px 0;
  list-style-type: none;
  counter-reset: li; }
  .static ol li {
    font-size: 14px;
    line-height: 20px;
    padding-left: 0;
    position: relative; }
    .static ol li:before {
      counter-increment: li;
      content: counters(li, ".") ".";
      color: #006fc7;
      display: inline-block;
      width: 25px;
      text-align: left;
      margin-left: -15px;
      position: relative;
      top: 0;
      left: 0;
      height: auto;
      background-color: rgba(255, 255, 255, 0); }
    .static ol li ul, .static ol li ol {
      padding-left: 35px; }
      .static ol li ul li:before, .static ol li ol li:before {
        counter-increment: none;
        content: '';
        width: 15px;
        height: 1px;
        background-color: #006fc7;
        position: absolute;
        left: -10px;
        top: 9px; }

.static a {
  text-decoration: none;
  color: #006fc7;
  word-break: break-word; }
  .static a:hover {
    text-decoration: underline; }

.static img {
  display: block;
  margin: 15px auto;
  max-width: 100%;
  height: auto; }
  .static img.img-shadow {
    -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.25); }

.static h1, .static h2, .static h3, .static h4, .static h5, .static h6 {
  color: #6a6e83;
  margin: 15px 0; }

.static h1 {
  font-size: 50px;
  line-height: 54px; }

.static h2 {
  font-size: 32px;
  line-height: 36px; }

.static h3 {
  font-size: 28px;
  line-height: 32px; }

.static-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .static-nav a {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    color: #6a6e83;
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    background-color: #f4f5fa;
    text-decoration: none;
    min-height: 60px;
    max-width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    padding: 10px 20px;
    margin-right: 20px;
    margin-bottom: 10px;
    min-width: 150px;
    width: 200px;
    -webkit-transition: background-color .35s;
    -o-transition: background-color .35s;
    -moz-transition: background-color .35s;
    transition: background-color .35s; }
    .static-nav a:hover {
      text-decoration: none;
      background-color: #e6e7e8; }

.static-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }

.static-half {
  width: 50%; }
  .static-half:first-child {
    padding-right: 40px; }

.static a.standart-nav_link {
  color: #212529;
  text-decoration: none; }
  .static a.standart-nav_link:hover {
    text-decoration: none; }

.static .documents a.documents-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none; }
  .static .documents a.documents-item:hover {
    text-decoration: none; }

.static .accordion .accordion-item.active .accordion-head {
  background-color: #fff;
  border-bottom: 0;
  color: #212529 !important;
  padding-bottom: 10px; }
  .static .accordion .accordion-item.active .accordion-head:after {
    opacity: 1; }

.static .accordion .accordion-item.active .documents-item:first-child {
  border-top: 0; }

.static .accordion .accordion-item:last-child {
  border-bottom: 0; }
  .static .accordion .accordion-item:last-child .accordion-head {
    border-bottom: 0; }

.static .accordion .accordion-item:not(.active) .accordion-content {
  display: none !important; }

.static .accordion .accordion-head {
  background-color: #f4f5fa;
  padding: 0 30px;
  border-bottom: solid 1px #cccccc;
  color: rgba(33, 37, 41, 0.7) !important; }
  .static .accordion .accordion-head:hover {
    color: #212529 !important; }
    .static .accordion .accordion-head:hover:after {
      opacity: 1; }
  .static .accordion .accordion-head:after {
    opacity: .7; }

.static .accordion .accordion-content > *:first-child {
  margin-top: 0; }

.static .accordion .accordion-name {
  font-size: 18px;
  color: #212529; }

.static .contacts-s {
  background-color: #f4f5fa;
  padding: 25px 40px; }
  .static .contacts-s .subtitle {
    margin-bottom: 25px; }
  .static .contacts-s-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-bottom: solid 1px #cccccc;
    margin-bottom: 25px; }
  .static .contacts-s-item {
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    padding-right: 40px;
    margin-bottom: 30px; }
  .static .contacts-s-name {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0; }
  .static .contacts-s-desc {
    font-size: 18px;
    line-height: 24px;
    font-weight: 500;
    margin: 0;
    color: #212529; }
  .static .contacts-s-cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -moz-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .static .contacts-s-part {
    padding: 35px 40px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: cover;
    background-size: cover;
    width: -webkit-calc(100% / 3);
    width: -moz-calc(100% / 3);
    width: calc(100% / 3);
    border-right: solid 1px #fff; }
    .static .contacts-s-part:last-child {
      border-right: 0; }
  .static .contacts-s-label {
    font-size: 22px;
    line-height: 26px;
    font-weight: 500;
    margin: 0 0 10px 0;
    color: #fff; }
  .static .contacts-s-text {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    margin: 0;
    color: #fff; }

.static .s-line {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex; }
  .static .s-line-item {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -moz-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    min-width: 100px;
    padding-right: 40px; }
    .static .s-line-item:last-child {
      padding-right: 0; }
    .static .s-line-item .slick.slick-slider img {
      margin: 0;
      outline: 0; }
    .static .s-line-item .accordion-item.active .accordion-head:after {
      -webkit-transform: rotateX(180deg);
      -moz-transform: rotateX(180deg);
      transform: rotateX(180deg); }
    .static .s-line-item .accordion-head {
      background-color: #f4f5fa;
      padding: 20px 30px;
      border-bottom: solid 1px #ccc;
      font-size: 18px;
      line-height: 22px;
      color: #212529;
      font-weight: 500; }
      .static .s-line-item .accordion-head:after {
        content: '';
        width: 17px;
        height: 17px;
        background-image: url(../img/icons/i_arrow.svg);
        background-repeat: no-repeat;
        background-position: center;
        -moz-background-size: contain;
        background-size: contain;
        -webkit-transition: -webkit-transform .15s;
        transition: -webkit-transform .15s;
        -o-transition: -o-transform .15s;
        -moz-transition: transform .15s, -moz-transform .15s;
        transition: transform .15s;
        transition: transform .15s, -webkit-transform .15s, -moz-transform .15s, -o-transform .15s; }
      .static .s-line-item .accordion-head:hover:after {
        -webkit-transform: rotateX(180deg);
        -moz-transform: rotateX(180deg);
        transform: rotateX(180deg); }
    .static .s-line-item .accordion-content {
      display: none;
      padding: 5px 30px; }

.static .static-step {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 60px 0; }
  .static .static-step_item {
    width: 300px;
    position: relative; }
    .static .static-step_item:nth-child(3) .static-step_num {
      position: relative;
      left: -5px; }
    .static .static-step_item:nth-child(5) .static-step_num {
      position: relative;
      left: -3px; }
    .static .static-step_item .btn {
      color: #fff;
      text-decoration: none;
      margin-top: 20px; }
      .static .static-step_item .btn-simple {
        color: #006fc7; }
        .static .static-step_item .btn-simple:hover {
          color: #fff; }
  .static .static-step_sep {
    width: 50px;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
    background-image: url(../img/icons/i_next.svg);
    -moz-background-size: contain;
    background-size: contain;
    margin-top: 50px;
    position: relative;
    left: -10px; }
  .static .static-step_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .static .static-step_num {
    font-size: 100px;
    line-height: 100px;
    color: #006fc7;
    width: 65px; }
  .static .static-step_name {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    position: relative;
    z-index: 10;
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px);
    padding-left: 20px; }

.static .static-plus {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 45px; }
  .static .static-plus_item {
    width: 28%; }
  .static .static-plus_head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
  .static .static-plus_icon {
    width: 80px;
    height: 80px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain; }
    .static .static-plus_icon.i_1 {
      background-image: url(../img/icons/save-clocks.svg); }
    .static .static-plus_icon.i_2 {
      background-image: url(../img/icons/24-hours.svg); }
    .static .static-plus_icon.i_3 {
      background-image: url(../img/icons/idea.svg); }
  .static .static-plus_name {
    width: -webkit-calc(100% - 80px);
    width: -moz-calc(100% - 80px);
    width: calc(100% - 80px);
    padding-left: 20px;
    font-size: 24px;
    line-height: 28px;
    font-weight: 500;
    color: #6a6e83; }
  .static .static-plus_text {
    width: 100%; }

.static .static-up {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 60px; }
  .static .static-up_item {
    width: 28%;
    margin-right: 8%;
    margin-top: 25px; }
    .static .static-up_item:nth-child(3n) {
      margin-right: 0; }
  .static .static-up_sep {
    width: 40px;
    height: 2px;
    background-color: #006fc7;
    margin-bottom: 20px; }

.static .static-info {
  background-color: #006fc7;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 20px 40px;
  margin: 60px 0; }
  .static .static-info_text {
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px);
    padding-right: 40px;
    color: #fff;
    font-size: 14px;
    line-height: 18px; }
  .static .static-info_b {
    width: 250px;
    text-align: center; }
  .static .static-info_phone {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500;
    color: #fff; }
  .static .static-info_desc {
    color: #fff;
    font-size: 14px;
    line-height: 18px;
    font-weight: 400; }

.static .static-system {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 60px;
  background-color: #f4f5fa;
  padding: 40px 0; }
  .static .static-system_item {
    width: 20%;
    text-align: center; }
  .static .static-system_icon {
    height: 100px;
    background-repeat: no-repeat;
    background-position: center;
    -moz-background-size: contain;
    background-size: contain; }
    .static .static-system_icon.ie {
      background-image: url(../img/icons/explorer.svg); }
    .static .static-system_icon.firefox {
      background-image: url(../img/icons/firefox.svg); }
    .static .static-system_icon.opera {
      background-image: url(../img/icons/opera.svg); }
    .static .static-system_icon.chrome {
      background-image: url(../img/icons/chrome.svg); }
    .static .static-system_icon.safari {
      background-image: url(../img/icons/safari.svg); }
  .static .static-system_desc {
    color: #6a6e83;
    margin-top: 10px;
    font-size: 14px;
    line-height: 18px; }

.static .standart-nav {
  margin-bottom: 60px; }

.static .top-title {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  color: #212529;
  margin-bottom: 30px; }

.static .desc p {
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
  color: #212529; }

.static .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 40px 0 -10px 0; }
  .static .block .item {
    width: 50%;
    margin-bottom: 50px;
    border-left: 5px solid #e1e2e6;
    padding: 5px 20px 5px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .static .block .item__name {
      font-size: 14px;
      line-height: 20px;
      font-weight: 400;
      color: #212529;
      display: block;
      width: 100%;
      margin-bottom: 5px; }
    .static .block .item__v {
      font-size: 18px;
      line-height: 20px;
      color: #6a6e83;
      font-weight: 500;
      text-decoration: none; }
    .static .block .item a.item__v:hover {
      text-decoration: underline; }
    .static .block .item .b-mobile {
      display: none; }

.static .info {
  background-color: #f4f5fa;
  padding: 15px 40px; }
  .static .info p {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    color: #212529;
    margin: 15px 0; }

.static .thank-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  color: #6a6e83;
  margin: 30px 0 0 0; }

@media screen and (max-width: 800px) {
  .static table {
    overflow: auto;
    display: block; }
    .static table tbody {
      min-width: 320px;
      display: block;
      background-color: #fff; }
  .static .top-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .static .block {
    margin: 20px 0 10px 0; }
    .static .block .item {
      width: 100%;
      margin-bottom: 15px; }
      .static .block .item__v {
        font-size: 16px; }
      .static .block .item .b-desktop {
        display: none; }
      .static .block .item .b-mobile {
        display: block; }
  .static .info {
    padding: 5px 15px; }
  .static .thank-title {
    font-size: 16px;
    margin: 25px 0 20px 0; } }

.complience {
  background-color: #fff; }
  .complience .top-title {
    font-size: 18px;
    line-height: 24px;
    font-weight: 400;
    color: #212529;
    margin-bottom: 30px; }
  .complience .desc p {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    color: #212529; }
  .complience .block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 40px 0 -10px 0; }
    .complience .block .item {
      width: 50%;
      margin-bottom: 50px;
      border-left: 5px solid #e1e2e6;
      padding: 5px 20px 5px 15px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .complience .block .item__name {
        font-size: 14px;
        line-height: 20px;
        font-weight: 400;
        color: #212529;
        display: block;
        width: 100%;
        margin-bottom: 5px; }
      .complience .block .item__v {
        font-size: 18px;
        line-height: 20px;
        color: #6a6e83;
        font-weight: 500;
        text-decoration: none; }
      .complience .block .item a.item__v:hover {
        text-decoration: underline; }
      .complience .block .item .b-mobile {
        display: none; }
  .complience .info {
    background-color: #f4f5fa;
    padding: 15px 40px; }
    .complience .info p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      color: #212529;
      margin: 15px 0; }
  .complience .thank-title {
    font-size: 18px;
    line-height: 20px;
    font-weight: 500;
    color: #6a6e83;
    margin: 30px 0 0 0; }

.complience-form {
  background-color: #f4f5fa; }
  .complience-form .desc {
    font-size: 14px;
    line-height: 18px;
    font-weight: 400;
    margin: 0; }
    .complience-form .desc p {
      font-size: 14px;
      line-height: 18px;
      font-weight: 400;
      margin: 0; }
  .complience-form .blue {
    color: #006fc7; }
  .complience-form .subtitle {
    font-size: 22px;
    margin-top: 30px; }
  .complience-form .complience__form .form__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .complience-form .complience__form .form-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .complience-form .complience__form .form-item.place-full {
    width: 100%; }
  .complience-form .complience__form .form-item.place-type {
    width: calc(66.66666% - 13px); }
  .complience-form .complience__form .form-item.place-detail {
    width: 100%; }
  .complience-form .complience__form .form-item.place-status {
    width: calc(33.33333% - 27px);
    margin-right: 40px; }
  .complience-form .complience__form .form-item.place-fio {
    width: calc(66.66666% - 13px); }
  .complience-form .complience__form .form-item.place-post {
    width: calc(33.33333% - 27px);
    margin-right: 40px; }
  .complience-form .complience__form .form-item.place-phone {
    width: calc(33.33333% - 27px);
    margin-right: 40px; }
  .complience-form .complience__form .form-item.place-mail {
    width: calc(33.33333% - 27px);
    margin-right: 0; }
  .complience-form .complience__form .form-item.place-date {
    width: calc((100%/3) - 27px);
    margin-right: 40px; }
  .complience-form .complience__form .form__desc {
    margin: 20px 0 15px 0; }
  .complience-form .complience__form .complience-form-ask {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .complience-form .complience__form .complience-form-ask .form-radio {
      margin: 0 30px 0 0; }
      .complience-form .complience__form .complience-form-ask .form-radio:last-child {
        margin-right: 0; }
    .complience-form .complience__form .complience-form-ask #compliancerequestform-is_inform {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 10px; }
  .complience-form .complience__form .form-item-private {
    margin-top: 20px; }
  .complience-form .complience__form .complience-form-send {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px; }

.complience-thank .title {
  font-size: 30px;
  line-height: 36px;
  margin: 0; }

.complience-thank .subtitle {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0; }

.complience-thank .desc {
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
  margin: 0; }
  .complience-thank .desc a {
    color: #006fc7;
    text-decoration: none;
    font-weight: 400; }
    .complience-thank .desc a:hover {
      text-decoration: underline; }

.complience-thank .block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 40px;
  border-top: solid 1px #ccc;
  margin-top: 40px;
  margin-bottom: 15px; }
  .complience-thank .block-item {
    width: calc((100%/3) - 25px);
    background-color: #006fc7;
    height: 140px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-bottom: 45px;
    background-repeat: no-repeat;
    background-position: center;
    -webkit-background-size: cover;
    background-size: cover; }
    .complience-thank .block-item .btn {
      background-color: #ffffff;
      color: #006fc7;
      min-width: 200px; }
      .complience-thank .block-item .btn:before {
        background-color: rgba(0, 111, 199, 0.5); }
      .complience-thank .block-item .btn:hover {
        color: #ffffff; }

@media screen and (max-width: 991px) {
  .complience .top-title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
  .complience .block {
    margin: 20px 0 10px 0; }
    .complience .block .item {
      width: 100%;
      margin-bottom: 15px; }
      .complience .block .item__v {
        font-size: 16px; }
      .complience .block .item .b-desktop {
        display: none; }
      .complience .block .item .b-mobile {
        display: block; }
  .complience .info {
    padding: 5px 15px; }
  .complience .thank-title {
    font-size: 16px;
    margin: 25px 0 20px 0; }
  .complience-form .subtitle {
    font-size: 18px;
    margin-top: 20px; }
  .complience-form .complience__form .form__block {
    display: block; }
  .complience-form .complience__form .form-label {
    white-space: normal; }
  .complience-form .complience__form .form-item.place-date {
    width: 100%;
    margin-right: 0; }
    .complience-form .complience__form .form-item.place-date .custom-standart-datepicker, .complience-form .complience__form .form-item.place-date .standart-datepicker {
      height: 40px; }
  .complience-form .complience__form .form-item.place-type {
    width: 100%; }
  .complience-form .complience__form .form-item.place-detail {
    width: 100%; }
  .complience-form .complience__form .form-item.place-status {
    width: 100%;
    margin-right: 0; }
  .complience-form .complience__form .form-item.place-fio {
    width: 100%; }
  .complience-form .complience__form .form-item.place-post {
    width: 100%;
    margin-right: 0; }
  .complience-form .complience__form .form-item.place-phone {
    width: 100%;
    margin-right: 0; }
  .complience-form .complience__form .form-item.place-mail {
    width: 100%;
    margin-right: 0; }
  .complience-thank .title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px; }
  .complience-thank .subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0; }
  .complience-thank .desc {
    font-size: 16px; }
  .complience-thank .block {
    margin-top: 15px;
    padding-top: 20px;
    margin-bottom: 5px;
    display: block; }
    .complience-thank .block-item {
      width: 100%;
      padding-bottom: 20px;
      margin-bottom: 15px; } }

.documents {
  margin-bottom: 40px; }
  .documents .tab {
    padding: 25px 40px 0 40px; }
    .documents .tab .tab-nav {
      margin: 25px 0 20px 0; }
    .documents .tab .tab-nav_item {
      margin-right: 25px; }
      .documents .tab .tab-nav_item:last-child {
        margin-right: 0; }
      .documents .tab .tab-nav_item.active .tab-nav_link:after {
        opacity: 1; }
    .documents .tab .tab-nav_link {
      font-size: 14px;
      line-height: 18px;
      color: #212529;
      font-weight: 400;
      text-decoration: none;
      opacity: 1;
      position: relative;
      padding-left: 28px; }
      .documents .tab .tab-nav_link:hover:after {
        opacity: .4; }
      .documents .tab .tab-nav_link:before {
        content: '';
        width: 20px;
        height: 20px;
        background-color: #ffffff;
        border: solid 1px #cccccc;
        position: absolute;
        top: 50%;
        left: 0;
        margin-top: -11px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%; }
      .documents .tab .tab-nav_link:after {
        content: '';
        width: 10px;
        height: 10px;
        background-color: #006fc7;
        position: absolute;
        top: 50%;
        left: 5px;
        margin-top: -6px;
        -webkit-border-radius: 50%;
        -moz-border-radius: 50%;
        border-radius: 50%;
        opacity: 0;
        -webkit-transition: opacity .15s;
        -o-transition: opacity .15s;
        -moz-transition: opacity .15s;
        transition: opacity .15s; }
  .documents .btn-close-documents-version {
    display: none; }
  .documents .btn-open-documents-version,
  .documents .btn-close-documents-version {
    z-index: 2; }
  .documents-radiobuttons {
    display: flex;
    align-items: center;
    padding-top: 30px;
    padding-bottom: 8px; }
    .documents-radiobuttons .form-item {
      margin: 0 15px 16px 0; }
  .documents-item {
    position: relative;
    justify-content: space-between;
    flex-wrap: wrap; }
    @media screen and (max-width: 991px) {
      .documents-item {
        padding: 10px !important; } }
    @media screen and (max-width: 768px) {
      .documents-item {
        flex-direction: column;
        align-items: flex-start; } }
    .documents-item-root > .documents-name-and-date {
      position: relative; }
      .documents-item-root > .documents-name-and-date:before {
        content: '';
        width: 1px;
        height: 100%;
        background-color: #0a6fc7;
        position: absolute;
        left: 14px;
        top: 36px;
        transition: linear opacity 0.07s, linear transform 0.07s;
        transform-origin: center top;
        transform: scaleY(0);
        opacity: 0; }
        @media screen and (max-width: 1360px) {
          .documents-item-root > .documents-name-and-date:before {
            left: 12px; } }
        @media screen and (max-width: 991px) {
          .documents-item-root > .documents-name-and-date:before {
            left: 10px; } }
      @media screen and (max-width: 768px) {
        .documents-item-root > .documents-name-and-date .documents-date {
          padding-left: 26px; } }
    @media screen and (max-width: 991px) {
      .documents-item-root > .documents-format, .documents-item-root > .documents-size {
        padding-left: 26px !important; } }
    .documents-item-root.documents-item-active .documents-name-and-date:before {
      opacity: 1;
      transform: scaleY(1); }
    .documents-item-active {
      padding-bottom: 0 !important;
      background-color: rgba(0, 111, 199, 0.1);
      border-color: #006fc7;
      transition: padding linear 0.1s; }
      @media screen and (max-width: 768px) {
        .documents-item-active {
          padding-bottom: 10px !important; } }
      .documents-item-active + .documents-item {
        border-top-color: #006fc7; }
      .documents-item-active .btn-open-documents-version {
        display: none; }
      .documents-item-active .btn-close-documents-version {
        display: block; }
      .documents-item-active .documents-versions {
        margin-top: 16px;
        z-index: 1;
        position: relative; }
        @media screen and (max-width: 768px) {
          .documents-item-active .documents-versions {
            margin: 0 !important; } }
  .documents-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 1; }
  .documents-name-and-date {
    display: flex;
    align-items: center;
    flex: 1;
    margin-right: 15px; }
    @media screen and (max-width: 768px) {
      .documents-name-and-date {
        flex-direction: column;
        align-items: flex-start; } }
    .documents-name-and-date .documents-name {
      flex: initial; }
      @media screen and (max-width: 991px) {
        .documents-name-and-date .documents-name {
          margin: 0 15px 0 0 !important; } }
      @media screen and (max-width: 1366px) {
        .documents-name-and-date .documents-name_text {
          padding-top: 4px; } }
      @media screen and (max-width: 991px) {
        .documents-name-and-date .documents-name_text {
          padding-top: 0; } }
      @media screen and (max-width: 768px) {
        .documents-name-and-date .documents-name_text {
          margin: 0 0 2px 0 !important; } }
  .documents-name {
    width: auto;
    flex: 1;
    align-items: flex-start; }
    @media screen and (max-width: 991px) {
      .documents-name {
        width: auto !important;
        margin-bottom: 0 !important; } }
    @media screen and (max-width: 768px) {
      .documents-name {
        margin: 0 0 8px 0 !important; } }
    .documents-name_text {
      width: auto;
      flex: 1;
      line-height: 1.8; }
      @media screen and (max-width: 991px) {
        .documents-name_text {
          width: auto !important; } }
  .documents-date {
    margin: 0 0 -3px 15px;
    font-size: 14px;
    color: #6a6e83; }
    @media screen and (max-width: 991px) {
      .documents-date {
        margin: 0; } }
    @media screen and (max-width: 768px) {
      .documents-date {
        margin: 5px 0; } }
  @media screen and (max-width: 768px) {
    .documents .btn {
      order: 10;
      margin: 16px 0 0 0; } }
  .documents-format-and-size {
    display: flex;
    align-items: center; }
  .documents-format {
    width: auto;
    padding: 0;
    margin-left: 70px; }
    @media screen and (max-width: 991px) {
      .documents-format {
        margin-right: 0 !important;
        margin-left: 20px; } }
    @media screen and (max-width: 768px) {
      .documents-format {
        margin: 0 !important; } }
  .documents-size {
    width: 60px;
    padding: 0;
    margin-left: 66px; }
    @media screen and (max-width: 991px) {
      .documents-size {
        width: 80px !important;
        text-align: right !important;
        margin-left: 0;
        white-space: nowrap; } }
    @media screen and (max-width: 768px) {
      .documents-size {
        width: auto !important;
        margin: 0 0 0 8px !important;
        font-size: 16px !important; } }
  .documents-versions {
    width: 100%;
    height: 0;
    overflow: hidden;
    margin: 0;
    transition: linear height 0.2s, linear margin 0.1s; }
    .documents-versions a {
      text-decoration: none; }
    .documents-versions .documents-item {
      position: relative;
      border: none;
      padding: 15px 0 15px 26px !important; }
      .documents-versions .documents-item:hover {
        background-color: transparent; }
      .documents-versions .documents-item:before {
        content: '';
        position: absolute;
        top: 26px;
        left: 12px;
        width: 5px;
        height: 5px;
        border-radius: 50%;
        background-color: #0a6fc7; }
        @media screen and (max-width: 1360px) {
          .documents-versions .documents-item:before {
            left: 10px; } }
        @media screen and (max-width: 991px) {
          .documents-versions .documents-item:before {
            left: 8px;
            top: 20px; } }
      .documents-versions .documents-item:after {
        content: '';
        position: absolute;
        left: 14px;
        top: calc(-100% + 26px);
        width: 1px;
        height: 100%;
        background-color: #0a6fc7; }
        @media screen and (max-width: 1366px) {
          .documents-versions .documents-item:after {
            left: 12px; } }
        @media screen and (max-width: 991px) {
          .documents-versions .documents-item:after {
            left: 10px;
            top: calc(-100% + 20px); } }
    .documents-versions .documents-name_text {
      transition: color 0.3s; }
    @media screen and (max-width: 768px) {
      .documents-versions .documents-name_icon {
        display: none; } }
    .documents-versions .documents-name:hover .documents-name_text {
      color: #0a6fc7; }
  @media screen and (max-width: 768px) {
    .documents-accordion .documents-item-active .documents-format-and-size {
      margin-bottom: 0 !important; } }
  @media screen and (max-width: 768px) {
    .documents-accordion .documents-item-root > .documents-format-and-size {
      padding-left: 27px; } }

.ebook-reviews {
  background-color: #fff; }
  .ebook-reviews p {
    font-size: 14px;
    line-height: 24px;
    color: #6a6e83; }
  .ebook-reviews .form-area[type="tel"]::placeholder {
    color: red; }
  .ebook-reviews .form-block {
    display: flex;
    justify-content: space-between; }
    .ebook-reviews .form-block-aic {
      align-items: center; }
    .ebook-reviews .form-block-jcc {
      justify-content: center; }
    .ebook-reviews .form-block-buttons {
      flex-direction: row !important; }
      .ebook-reviews .form-block-buttons .btn {
        margin: 0 5px;
        min-width: 140px; }
    @media screen and (max-width: 991px) {
      .ebook-reviews .form-block {
        flex-direction: column; } }
  .ebook-reviews .form-item {
    margin-right: 40px;
    flex: 1; }
    .ebook-reviews .form-item:last-child {
      margin-right: 0; }
    @media screen and (max-width: 991px) {
      .ebook-reviews .form-item {
        margin-right: 0;
        width: 100%; } }
    .ebook-reviews .form-item.form-radio .form-label {
      overflow: visible; }
  .ebook-reviews .form__title {
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
    color: #6a6e83;
    margin-top: 0;
    margin-bottom: 20px; }
    @media screen and (max-width: 991px) {
      .ebook-reviews .form__title {
        line-height: normal;
        font-size: 16px; } }
  .ebook-reviews .form-label {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .ebook-reviews .title {
    font-size: 50px;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .ebook-reviews .title {
        font-size: 24px;
        line-height: 1.17;
        margin-bottom: 20px; } }
  .ebook-reviews .subtitle {
    font-size: 32px; }
    @media screen and (max-width: 991px) {
      .ebook-reviews .subtitle {
        font-size: 20px;
        line-height: 1.2; } }
  .ebook-reviews__category-list {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px; }
    @media screen and (max-width: 991px) {
      .ebook-reviews__category-list {
        display: block; } }
  .ebook-reviews__category {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    margin-right: 40px;
    padding: 16px;
    flex: 1;
    background-color: #f4f5fa;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s; }
    @media screen and (max-width: 991px) {
      .ebook-reviews__category {
        margin-right: 0;
        margin-bottom: 10px;
        padding: 8px; } }
    .ebook-reviews__category:hover {
      background-color: #E5E6E7; }
    .ebook-reviews__category:last-child {
      margin-right: 0; }
    .ebook-reviews__category .category__title {
      font-size: 18px;
      font-weight: 500;
      line-height: 1.33;
      color: #0a6fc7; }
    .ebook-reviews__category .category__icon {
      height: 24px;
      margin-right: 15px;
      background-repeat: no-repeat;
      background-size: contain;
      background-position: center; }
      .ebook-reviews__category .category__icon_petition {
        width: 19px;
        background-image: url("../img/icons/i_petition.svg"); }
      .ebook-reviews__category .category__icon_complaint {
        width: 28px;
        background-image: url("../img/icons/i_complaint.svg"); }
      .ebook-reviews__category .category__icon_proposal {
        width: 16px;
        background-image: url("../img/icons/i_proposal.svg"); }
  .ebook-reviews__search {
    background-color: #f4f5fa; }
    .ebook-reviews__search .search__title {
      margin: 0 0 15px 0;
      font-size: 22px;
      font-weight: 500;
      line-height: 2;
      color: #6a6e83; }
      @media screen and (max-width: 991px) {
        .ebook-reviews__search .search__title {
          line-height: 1;
          font-size: 16px; } }
    .ebook-reviews__search .results-table {
      overflow: auto; }
      .ebook-reviews__search .results-table table {
        width: 100%;
        min-width: 800px;
        border-collapse: collapse; }
      .ebook-reviews__search .results-table tr {
        height: 60px; }
        .ebook-reviews__search .results-table tr:nth-child(odd) {
          background-color: #fff; }
        .ebook-reviews__search .results-table tr:nth-child(even) {
          background-color: #f4f5fa; }
      .ebook-reviews__search .results-table tr:first-child {
        background-color: #0a6fc7;
        height: 50px; }
        .ebook-reviews__search .results-table tr:first-child td {
          font-size: 18px;
          font-weight: 500;
          color: #fff; }
          @media screen and (max-width: 991px) {
            .ebook-reviews__search .results-table tr:first-child td {
              font-size: 14px; } }
      .ebook-reviews__search .results-table td {
        padding: 0 40px; }
        @media screen and (max-width: 1460px) {
          .ebook-reviews__search .results-table td {
            padding: 0 20px; } }
        @media screen and (max-width: 991px) {
          .ebook-reviews__search .results-table td {
            padding: 0 5px;
            font-size: 14px; } }
        @media screen and (max-width: 991px) {
          .ebook-reviews__search .results-table td:first-child {
            padding-left: 10px; } }
        @media screen and (max-width: 991px) {
          .ebook-reviews__search .results-table td:last-child {
            padding-right: 10px; } }
  .ebook-reviews-thanks__content .subtitle {
    font-size: 22px;
    font-weight: 500;
    line-height: 2;
    color: #6a6e83;
    margin-bottom: 10px; }
  .ebook-reviews-thanks__submit-button {
    margin: 11px 0 !important; }

.ebook-reviews-registration {
  background-color: #fff; }
  .ebook-reviews-registration .form-item-okpo {
    width: calc((100% / 3) - 26.66px);
    flex: none; }
    @media screen and (max-width: 991px) {
      .ebook-reviews-registration .form-item-okpo {
        margin-right: 0;
        width: 100%; } }
  .ebook-reviews-registration .standart-select {
    max-width: calc((100% / 3) - 27px); }
    @media screen and (max-width: 991px) {
      .ebook-reviews-registration .standart-select {
        max-width: 100%; } }
  .ebook-reviews-registration__form-toggler {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 48px 0 18px; }
    @media screen and (max-width: 991px) {
      .ebook-reviews-registration__form-toggler {
        margin: 10px 0; } }
  .ebook-reviews-registration .form-toggler__item {
    flex: 1;
    padding: 11.5px 0;
    opacity: 0.5;
    font-size: 24px;
    font-weight: 500;
    color: #212529;
    text-align: center;
    text-decoration: none;
    user-select: none;
    transition: opacity 0.3s; }
    @media screen and (max-width: 991px) {
      .ebook-reviews-registration .form-toggler__item {
        font-size: 12px;
        line-height: 1.17;
        padding: 4px 0; } }
    .ebook-reviews-registration .form-toggler__item_active, .ebook-reviews-registration .form-toggler__item:hover {
      opacity: 1; }
  .ebook-reviews-registration .form-toggler__separator {
    width: 1px;
    height: 50px;
    opacity: 0.5;
    background-color: #c5c5c5; }
    @media screen and (max-width: 991px) {
      .ebook-reviews-registration .form-toggler__separator {
        height: 22px; } }
  .ebook-reviews-registration__form {
    background-color: #f4f5fa; }

.ebook-reviews-write-form {
  background-color: #f4f5fa; }

.form-block-choose-theme.form-block {
  display: block; }
  .form-block-choose-theme.form-block .form-radio {
    flex: none;
    height: auto;
    transform: translateZ(0);
    margin-right: 100px; }
    @media screen and (max-width: 768px) {
      .form-block-choose-theme.form-block .form-radio {
        margin-right: 0; } }
  .form-block-choose-theme.form-block #dynamicmodel-subject {
    display: block;
    columns: 2; }
    @media screen and (max-width: 768px) {
      .form-block-choose-theme.form-block #dynamicmodel-subject {
        columns: 1; } }

.ebook-reviews-thanks__content {
  background-color: #f4f5fa; }
  .ebook-reviews-thanks__content .site-wrap {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column; }
  .ebook-reviews-thanks__content .subtitle {
    font-size: 22px;
    margin: 0; }
  .ebook-reviews-thanks__content .form-block {
    margin: 0; }

@media screen and (max-width: 1600px) {
  /* Main page*/
  .main .promo-slider_name {
    font-size: 44px;
    line-height: 48px;
    padding-right: 50%; }
    .main .promo-slider_name:before {
      width: -webkit-calc(50% + 20px);
      width: -moz-calc(50% + 20px);
      width: calc(50% + 20px); }
  .main .exchange-value_num {
    font-size: 22px; }
  .main .exchange-value_cur {
    font-size: 16px; }
  .main .exchange-value_currency {
    font-size: 22px; }
  .collateral-item_preview {
    width: 260px; }
  .collateral-item_action {
    width: 260px; }
  .collateral-item_info {
    width: -webkit-calc(100% - 520px);
    width: -moz-calc(100% - 520px);
    width: calc(100% - 520px); }
  .credits-action_val {
    margin-right: 15px; }
  .credits-action .form-item {
    margin: 0 20px 10px 0;
    min-width: 180px; }
    .credits-action .form-item.form-checkbox {
      min-width: 200px; }
  .title {
    font-size: 36px;
    line-height: 40px; }
  .credits-one .credits-item_info .credits-item_b {
    padding: 5px 25px 5px 0;
    margin-right: 25px;
    max-width: 200px; } }

@media screen and (max-width: 1360px) {
  .main.modify-out {
    -webkit-animation: mainTurnOut_sm .35s forwards linear;
    -moz-animation: mainTurnOut_sm .35s forwards linear;
    -o-animation: mainTurnOut_sm .35s forwards linear;
    animation: mainTurnOut_sm .35s forwards linear; }
  .title {
    font-size: 30px;
    line-height: 36px; }
  .subtitle {
    font-size: 26px;
    line-height: 30px; }
    .subtitle-m {
      font-size: 20px;
      line-height: 24px; }
  .documents-item {
    padding: 15px 20px; }
  .documents-name_icon {
    width: 24px; }
  .documents-name_text {
    font-size: 16px;
    line-height: 20px; }
  .standart-nav_link {
    font-size: 16px;
    line-height: 20px;
    text-align: center; }
  .lines-name {
    font-size: 16px;
    line-height: 20px; }
  .thank {
    height: 320px; }
  .header .header-contacts_b:first-child {
    margin-top: 0;
    margin-bottom: 0; }
  .header-b {
    width: 50%; }
  /* Table*/
  .table-line.table-head .table-text {
    font-size: 14px;
    line-height: 16px; }
  /* Main page*/
  .main .promo {
    min-height: 380px;
    height: -webkit-calc(100vh - 170px);
    height: -moz-calc(100vh - 170px);
    height: calc(100vh - 170px);
    padding-bottom: 60px; }
  .main .promo-slider .slick-arrow.slick-prev {
    left: 40px;
    top: 80px; }
  .main .promo-slider .slick-arrow.slick-next {
    left: 182px;
    top: 80px; }
  .main .promo-slider .slick-dots {
    left: 60px;
    top: 80px; }
  .main .promo-slider_block {
    padding: 15px 40px;
    margin-top: 100px; }
  .main .promo-slider_name {
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 20px; }
  .main .promo-nav {
    height: 60px; }
  .main .promo-nav_item:after {
    height: 36px;
    margin-top: -18px; }
  .main .promo-nav_link {
    font-size: 18px;
    line-height: 22px; }
  .main .promo-slider_img {
    max-width: 50%; }
  .main .credits-b {
    padding: 0 40px; }
  .main .credits-b .subtitle {
    font-size: 30px;
    line-height: 36px; }
  .main .credits-text {
    font-size: 20px;
    line-height: 24px; }
  .main .credits-block {
    margin-top: 15px; }
  .main .credits-side {
    width: 300px; }
  .main .credits-cont {
    padding-right: 40px;
    width: -webkit-calc(100% - 300px);
    width: -moz-calc(100% - 300px);
    width: calc(100% - 300px); }
  .main .credits-slider_wrap {
    padding: 30px 40px 110px 40px; }
  .main .main .credits-slider_img {
    width: 375px; }
  .main .credits-slider_name {
    font-size: 24px;
    line-height: 28px; }
  .main .credits-slider_text {
    font-size: 16px;
    line-height: 20px; }
  .main .calculate {
    padding: 0 40px 20px; }
  .main .calculate-b {
    padding: 20px 20px;
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px); }
  .main .calculate-side {
    padding: 20px 20px;
    width: 270px; }
  .main .calculate-val_i {
    font-size: 40px; }
  .main .calculate-val {
    margin: 15px 0; }
  .main .calculate-top {
    margin-bottom: 10px; }
  .main .calculate-title {
    font-size: 24px;
    line-height: 28px; }
  .main .calculate .calculate-slider {
    margin-top: 25px; }
  .main .pr {
    padding: 25px 40px 25px 40px; }
  .main .pr-title {
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 15px 0; }
  .main .pr p {
    font-size: 20px;
    line-height: 24px;
    margin: 0; }
  .main .card {
    padding: 15px 40px; }
  .main .card-slider {
    margin: 90px 0 40px 0; }
  .main .card-slider .slick-dots {
    top: -90px;
    height: 50px; }
  .main .card-slider .slick-dots li .card-slider_dot {
    font-size: 14px;
    line-height: 18px;
    text-align: center;
    padding: 5px 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .main .card-slider_img img {
    max-width: 65%; }
  .main .card-slider_name {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 20px 0; }
  .main .card-slider .static * {
    font-size: 16px;
    line-height: 20px; }
  .main .card-slider .static ul li:before, .main .card-slider .static ol li:before {
    top: 10px; }
  .main .card-slider_block {
    width: 50%; }
  .main .deposit {
    padding: 40px 40px;
    border-bottom: solid 1px #ccc; }
  .main .deposit-cont .subtitle {
    font-size: 30px;
    line-height: 36px;
    margin-bottom: 15px; }
  .main .deposit-text, .main .deposit-text p {
    font-size: 20px;
    line-height: 24px; }
  .main .deposit-cont {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-right: 20px; }
  .main .deposit-side {
    width: 400px;
    padding: 15px 20px; }
  .main .deposit-line_i {
    font-size: 18px;
    line-height: 22px;
    padding-right: 20px; }
  .main .deposit-line_val {
    font-size: 20px;
    line-height: 20px; }
  .main .deposit-line {
    margin-bottom: 15px; }
  .main .valute {
    padding: 0 40px; }
  .main .valute-wrap {
    display: block; }
  .main .valute-block {
    width: 100%;
    padding-right: 0; }
  .main .valute-block .exchange-block {
    height: auto;
    padding: 20px 25px 15px 25px; }
  .main .valute-block .subtitle {
    padding-left: 0;
    font-size: 30px;
    line-height: 36px; }
  .main .valute-block .exchange-tab {
    padding-left: 0; }
  .main .subtitle {
    font-size: 30px;
    line-height: 36px; }
  .main .office .subtitle {
    margin-left: 40px; }
  .main .office-map {
    padding: 60px 40px; }
  .site.modify .site-content {
    padding-top: 170px; }
  .site.modify .header + .main.modify {
    margin-top: 50px; }
  .main-corp .services-link {
    font-size: 14px;
    line-height: 16px; }
  .main-corp .credits-slider_action .btn {
    display: block;
    width: 200px;
    margin-bottom: 15px; }
  .main .credits-slider .btn {
    display: block;
    width: 200px;
    margin-bottom: 15px; }
  .main.main-corp .credits {
    padding-top: 10px; }
    .main.main-corp .credits .credits-b {
      margin-bottom: 20px; }
  /* Credits page's*/
  .credits .credits-item_visual {
    width: 400px;
    height: 320px; }
  .credits .credits-item_block {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 40px;
    padding-top: 50px; }
  .credits .credits-item_b {
    margin-right: 25px; }
  .credits .credits-item_v {
    font-size: 16px; }
  .credits .credits-item_block p, .credits .credits-item_desc {
    margin: 15px 0 20px; }
  .credits .credits-item_info {
    padding-top: 20px;
    margin-bottom: 20px; }
  .credits .credits-nav_item:after {
    height: 36px;
    margin-top: -18px; }
  .credits-one .calculate {
    padding: 40px 40px 20px; }
  .credits-one .calculate-b {
    padding: 20px 20px;
    width: -webkit-calc(100% - 270px);
    width: -moz-calc(100% - 270px);
    width: calc(100% - 270px); }
  .credits-one .calculate-side {
    padding: 20px 20px;
    width: 270px; }
  .credits-one .calculate-val_i {
    font-size: 40px; }
  .credits-one .calculate-val {
    margin: 15px 0; }
  .credits-one .calculate-top {
    margin-bottom: 10px; }
  .credits-one .calculate-title {
    font-size: 24px;
    line-height: 28px; }
  .credits-one .calculate .calculate-slider {
    margin-top: 25px; }
  .credits-one .credits-nav {
    height: 60px; }
    .credits-one .credits-nav_link {
      font-size: 18px;
      line-height: 24px;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .credits-one .credits-nav_link:after {
        height: 30px;
        margin-top: -15px; }
  .credits-one .credits-adv .credits-adv-send {
    padding: 15px 0; }
    .credits-one .credits-adv .credits-adv-send_b {
      padding: 10px 30px;
      width: -webkit-calc(100% - 260px);
      width: -moz-calc(100% - 260px);
      width: calc(100% - 260px); }
  .credits-one .credits-adv .credits-adv-send_action {
    width: 260px; }
  .credits-one .credits-cond-name {
    font-size: 18px;
    line-height: 22px; }
  .credits-one .credits-cond-list.static ul li, .credits-one .credits-cond-list.static ol li {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
  .credits-one .tab {
    padding: 5px 40px 0 40px; }
  /* Packages page's*/
  .packages .packages-item_visual {
    width: 400px;
    height: 280px; }
  .packages .packages-item_block {
    width: -webkit-calc(100% - 400px);
    width: -moz-calc(100% - 400px);
    width: calc(100% - 400px);
    padding-left: 40px;
    padding-top: 50px; }
  .packages .packages-item_b {
    margin-right: 25px; }
  .packages .packages-item_v {
    font-size: 16px; }
  .packages .packages-item_block p, .packages .packages-item_desc {
    margin: 15px 0 20px; }
  .packages .packages-item_info {
    padding-top: 20px;
    margin-bottom: 20px; }
  /* News*/
  .news .filter {
    margin: 15px 0; }
  .news .news-item_title {
    font-size: 18px;
    line-height: 22px; }
  .news-one .title {
    font-size: 30px;
    line-height: 36px; }
  /* Career*/
  .career .career-plus_text {
    font-size: 14px;
    line-height: 20px; }
  .career .career-why {
    height: 120px; }
    .career .career-why_text {
      font-size: 28px;
      line-height: 32px; }
  .career .career-plus_item {
    min-height: 140px; }
  .career .career-plus_icon {
    width: 140px;
    height: 140px; }
    .career .career-plus_icon:after {
      width: 70px;
      height: 70px;
      margin: -35px 0 0 -35px;
      -moz-background-size: 36px;
      background-size: 36px; }
    .career .career-plus_icon.ic_5:after {
      -moz-background-size: 28px;
      background-size: 28px; }
  .career .career-plus_text {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px); }
  .career .career-ethics_item {
    font-size: 16px;
    line-height: 20px; }
  .career .form .career-vac_b {
    padding: 10px 35px; }
  .career .form .career-vac_text {
    font-size: 16px;
    line-height: 22px; }
  .career .form-title {
    font-size: 26px;
    line-height: 30px; }
  .career-vacancy-one .career-information_val {
    font-size: 16px;
    line-height: 20px; }
  .career-vacancy-one .career-work {
    padding: 25px 40px;
    margin-bottom: 10px; }
    .career-vacancy-one .career-work_wrap {
      width: 75%; }
    .career-vacancy-one .career-work_text {
      font-size: 14px;
      line-height: 20px; }
    .career-vacancy-one .career-work_item {
      font-size: 14px; }
    .career-vacancy-one .career-work_b {
      padding-right: 15px; }
  /* Collateral*/
  .collateral-item {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .collateral-item_preview {
      width: 240px; }
    .collateral-item_action {
      width: 240px; }
    .collateral-item_info {
      width: -webkit-calc(100% - 480px);
      width: -moz-calc(100% - 480px);
      width: calc(100% - 480px); }
    .collateral-item_title {
      font-size: 20px;
      line-height: 24px; }
    .collateral-item_contacts {
      display: block;
      margin-top: 15px; }
    .collateral-item_i {
      margin-bottom: 0; }
    .collateral-item_b {
      width: 100%;
      margin: 0 0 5px 0; }
    .collateral-item_price {
      font-size: 20px;
      line-height: 24px; }
    .collateral-item_id {
      margin-bottom: 15px; }
  .collateral-one .collateral-name {
    font-size: 26px;
    line-height: 30px; }
  .collateral-one .collateral-item_price {
    font-size: 24px;
    line-height: 28px; }
  .collateral-one .collateral-item_v {
    font-size: 16px; }
  .collateral-one .collateral-item_preview .preview-slider-for {
    width: -webkit-calc(100% - 140px);
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
    height: 300px; }
  .collateral-one .collateral-item_preview .preview-slider-nav {
    width: 140px;
    height: 300px; }
  .collateral-one .collateral-item_preview .preview-slider-for .preview-slider-item {
    height: 300px; }
  /* 404*/
  .no-found .title {
    font-size: 30px;
    line-height: 36px;
    margin: 0; }
  .no-found .subtitle {
    font-size: 18px;
    line-height: 24px;
    margin: 15px 0; }
  .no-found .no-found-item {
    height: 180px;
    padding-bottom: 30px; }
  .no-found .no-found-block {
    margin-top: 30px; }
  /* Contacts*/
  .contacts-block_val {
    font-size: 16px; }
  .contacts-info_v {
    font-size: 16px; }
  .contacts .contacts-people_title {
    font-size: 18px;
    line-height: 24px; }
  .contacts .contacts-people_name {
    font-size: 18px;
    line-height: 24px;
    margin: 0 0 15px; }
  .contacts .contacts-title {
    font-size: 20px;
    line-height: 24px; }
  .contacts .contacts-list_name {
    font-size: 16px;
    line-height: 20px; }
  .contacts .contacts-list_item .contacts-block_name {
    font-size: 13px; }
  .contacts .contacts-list_item .contacts-block_val {
    font-size: 14px; }
  .contacts .form-title {
    font-size: 26px;
    line-height: 30px; }
  .contacts .contacts-people_info .contacts-block_val {
    font-size: 14px; }
  /* Exchange*/
  .exchange-value_item {
    padding: 10px 20px; }
  .exchange-value_num {
    font-size: 24px; }
  .exchange-value_cur {
    font-size: 16px; }
  .exchange-value_v {
    line-height: 28px; }
  .exchange-value_head {
    margin-bottom: 15px; }
  /* Faq*/
  .faq .faq-nav_link, .faq .faq-title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 500; }
  .faq .form-title {
    font-size: 26px;
    line-height: 30px; }
  /* Money transfer*/
  .money-transfer .money-transfer-item {
    padding-right: 40px; }
  .money-transfer .money-transfer-item_name {
    font-size: 20px;
    line-height: 22px;
    margin: 0 0 15px; }
  .money-transfer-one .money-transfer-list p, .money-transfer-one .money-transfer-list div, .money-transfer-one .money-transfer-list span, .money-transfer-one .money-transfer-list ul li, .money-transfer-one .money-transfer-list ol li {
    font-size: 16px;
    line-height: 20px; }
  .money-transfer-one .money-transfer-list ul li:before, .money-transfer-one .money-transfer-list ol li:before {
    top: 10px; }
  /* Tenders*/
  .tenders .tenders-info_text {
    font-size: 16px;
    line-height: 22px; }
  /* Deposit*/
  .deposit .credits-item_info {
    padding-top: 0; }
  .deposit .credits-item .credits-item_block {
    padding-top: 20px; }
  .deposit-one .credits-item_info .credits-item_b {
    padding: 5px 25px 5px 0;
    margin-right: 25px; }
  .deposit-one .credits-percent-action {
    padding-right: 40px; }
  .deposit-one .credits-percent-side .credits-percent_line .subtitle {
    font-size: 18px;
    line-height: 22px; }
  .deposit-one .credits-percent-side .credits-percent_line .credits-percent_v {
    font-size: 26px;
    line-height: 30px; }
  .deposit-one .calculate-title {
    font-size: 24px;
    line-height: 28px; }
  .deposit-one .calculate-desc {
    font-size: 16px;
    line-height: 20px; }
  .deposit-one .calculate-action .form-label {
    font-size: 16px;
    line-height: 20px; }
  .deposit-one .calculate-b {
    padding: 35px;
    width: -webkit-calc(100% - 250px);
    width: -moz-calc(100% - 250px);
    width: calc(100% - 250px); }
  .deposit-one .calculate-side {
    width: 250px;
    padding: 35px; }
  .deposit-one .calculate-val_i {
    font-size: 30px;
    line-height: 38px; }
  .deposit-one .calculate-val_b {
    font-size: 24px;
    line-height: 28px; }
  /* Packages*/
  .packages-compare .packages-table_name {
    font-size: 16px;
    line-height: 18px; }
  .packages-compare .packages-table_item {
    padding: 10px 30px; }
  .packages-compare .packages-table_remove {
    top: -25px; }
  /* History*/
  .history-info_title {
    font-size: 20px;
    line-height: 24px; }
  .history-info_desc {
    font-size: 16px;
    line-height: 20px; }
  .history .history-item_date {
    font-size: 26px;
    line-height: 28px; }
  .history-item_text, .history-item p {
    font-size: 16px;
    line-height: 20px; }
  .history-item_title {
    font-size: 70px;
    line-height: 70px;
    top: -35px;
    padding: 0 0 20px 25px; }
  .site-content.departments .deps-icons-legend {
    padding-top: 0;
    padding-bottom: 0; }
  .site-content.departments .list-wrapper .object-block .standart-nav_link {
    text-align: left; }
  .site-content.departments .list-wrapper .object-block .working-days .standart-nav_link {
    text-align: right; }
  /* Packages One*/
  .packages-one .credits-promo .promo-form .form-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0; }
  .packages-one .packages-rules .packages-rules_text {
    font-size: 16px;
    line-height: 20px; }
  .packages-one .packages-rules .packages-rules_desc {
    width: 100%; }
    .packages-one .packages-rules .packages-rules_desc p {
      font-size: 16px;
      line-height: 20px; }
  .packages-one .packages-rules .packages-rules_item {
    max-width: 30%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center; }
  .packages-one .packages-rules .packages-rules_icon.ic_1 + .packages-rules_desc, .packages-one .packages-rules .packages-rules_icon.ic_2 + .packages-rules_desc, .packages-one .packages-rules .packages-rules_icon.ic_3 + .packages-rules_desc {
    width: 100%;
    margin-top: 10px; }
  .packages-one .credits-promo_label {
    padding: 5px 15px; }
  .packages-one .done {
    width: 100%;
    padding: 35px; }
  .static h1 {
    font-size: 36px;
    line-height: 40px; }
  .static h2 {
    font-size: 20px;
    line-height: 22px; }
  .static .contacts-s-desc {
    font-size: 16px;
    line-height: 22px; }
  .credits-action .form-item {
    min-width: 300px; }
  .static .static-step_name {
    font-size: 14px;
    line-height: 18px;
    width: -webkit-calc(100% - 30px);
    width: -moz-calc(100% - 30px);
    width: calc(100% - 30px);
    padding-left: 10px; }
  .static .static-step_num {
    font-size: 50px;
    line-height: 50px;
    width: 30px; }
  .static .static-step_item {
    width: 200px; }
  .static .static-plus_icon {
    width: 40px;
    height: 40px; }
  .static .static-plus_name {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px);
    font-size: 18px;
    line-height: 22px; }
  .static .standart-nav {
    margin-bottom: 40px; }
  .static .static-step {
    margin: 40px 0; }
  .static .static-plus {
    margin-bottom: 25px; }
  .static .static-up_item {
    margin-top: 10px; }
  .static .static-up {
    margin-bottom: 40px; }
  .static .static-info {
    margin: 40px 0; }
  .static .static-info_b {
    width: 200px;
    text-align: center; }
  .static .static-info_text {
    width: -webkit-calc(100% - 200px);
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px); }
  .static .static-system_icon {
    height: 80px; }
  .static .static-system {
    margin-bottom: 40px;
    padding: 25px 0; }
  .static .static-step_item:nth-child(3) .static-step_num {
    left: -3px; }
  .static .static-step_item:nth-child(5) .static-step_num {
    left: -2px; }
  .static .static-step_sep {
    left: -15px;
    margin-top: 30px; } }

@media screen and (max-width: 991px) {
  .main.modify-out {
    -webkit-animation: mainTurnOut_xs .35s forwards linear;
    -moz-animation: mainTurnOut_xs .35s forwards linear;
    -o-animation: mainTurnOut_xs .35s forwards linear;
    animation: mainTurnOut_xs .35s forwards linear; }
  .mobile-version {
    display: block; }
  .site {
    padding-left: 0; }
  .site.modify .menu {
    z-index: 100; }
  .site-wrap {
    padding: 10px 15px; }
  .site-content {
    padding-top: 100px; }
  .btn {
    padding: 10px 10px; }
  .thank {
    height: 240px; }
    .thank-wrap {
      width: 100%;
      padding: 0 15px; }
    .thank-icon {
      width: 80px;
      height: 80px; }
    .thank-title {
      font-size: 26px;
      line-height: 30px; }
  .title {
    font-size: 24px;
    line-height: 28px;
    margin: 15px 0; }
  .facebook-icon {
    margin: 24px 0; }
  .subtitle {
    font-size: 20px;
    line-height: 24px; }
    .subtitle-m {
      font-size: 16px;
      line-height: 20px; }
  .private-form .subtitle.subtitle-m {
    font-size: 14px;
    line-height: 18px; }
  .label {
    font-size: 12px;
    line-height: 18px;
    padding: 3px 15px; }
  .form-area {
    height: 40px;
    padding: 10px 15px; }
  .standart-select .select2-container--default .select2-selection--single {
    height: 40px;
    padding: 10px 45px 10px 15px; }
  .back-to-list {
    font-size: 14px;
    line-height: 20px;
    margin: 15px 0; }
    .back-to-list_icon {
      width: 13px;
      height: 13px; }
  .show-more {
    margin: 15px 0; }
  .table-line {
    padding: 7px 15px;
    display: block; }
  .table-item {
    padding: 0;
    margin-bottom: 5px; }
    .table-item:last-child {
      margin-bottom: 0; }
  .lines-item {
    padding: 8px 50px 8px 15px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative; }
    .lines-item:hover {
      border-color: #ccc;
      background-color: rgba(255, 255, 255, 0); }
      .lines-item:hover + .lines-item {
        border-top-color: #ccc; }
  .lines-name {
    font-size: 14px;
    line-height: 18px;
    width: 100%; }
  .lines-city {
    width: 100%;
    padding: 0;
    margin: 0;
    text-align: left; }
  .lines-arrow {
    position: absolute;
    top: 50%;
    right: 15px;
    width: 30px;
    height: 30px;
    margin-top: -15px;
    -moz-background-size: 12px;
    background-size: 12px; }
  .breadcrumb {
    margin-bottom: 15px; }
  .static p {
    font-size: 14px;
    line-height: 18px; }
  .static ul li, .static ol li {
    font-size: 14px;
    line-height: 18px; }
  .standart-nav {
    display: block;
    border-bottom: 0; }
    .standart-nav_item {
      display: block;
      text-align: center;
      margin-bottom: 5px; }
      .standart-nav_item:last-child {
        margin-bottom: 0; }
    .standart-nav_link {
      font-size: 14px;
      line-height: 20px;
      padding: 0 0 0 0; }
      .standart-nav_link:after {
        height: 2px;
        bottom: 0; }
  .documents-item {
    padding: 10px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .documents-name {
    width: 100%;
    margin-bottom: 5px; }
    .documents-name_icon {
      width: 20px;
      height: 20px; }
    .documents-name_text {
      font-size: 14px;
      line-height: 18px;
      width: -webkit-calc(100% - 25px);
      width: -moz-calc(100% - 25px);
      width: calc(100% - 25px); }
  .documents-format {
    font-size: 14px;
    width: auto;
    text-align: left;
    padding: 0;
    margin-right: 15px; }
  .documents-size {
    font-size: 14px;
    width: auto;
    text-align: left;
    padding: 0; }
  .form-app {
    display: block; }
    .form-app-info {
      width: 100%;
      padding-right: 0; }
      .form-app-info .subtitle {
        margin-bottom: 10px; }
    .form-app-form {
      width: 100%;
      padding-top: 0; }
    .form-app-action {
      display: block; }
      .form-app-action .btn {
        width: 100%;
        max-width: 400px;
        margin: 0 auto;
        display: block; }
      .form-app-action_or {
        display: block;
        width: 100%;
        max-width: 400px;
        margin: 5px auto;
        text-align: center; }
  /* Popups*/
  .popup-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 500;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .popup {
    position: relative;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    max-height: 90%;
    overflow: auto; }
    .popup:before, .popup:after {
      display: none; }
    .popup-close {
      display: block; }
    .popup-wrap {
      position: fixed;
      width: 100%;
      height: 100%;
      background-color: rgba(106, 110, 131, 0.75);
      z-index: 200;
      top: 0;
      left: 0; }
  /* Main page*/
  .site.modify .header {
    left: 0;
    width: 100%;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }
    .site.modify .header .header-nav {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -moz-box !important;
      display: -ms-flexbox !important;
      display: flex !important; }
  .site.modify .header + .main.modify {
    margin-top: 0;
    -webkit-animation: none;
    -moz-animation: none;
    -o-animation: none;
    animation: none; }
  .site.modify .site-content {
    padding-top: 100px; }
  .main .promo {
    padding-bottom: 0;
    height: -webkit-calc(100vh - 100px);
    height: -moz-calc(100vh - 100px);
    height: calc(100vh - 100px);
    min-height: 360px; }
    .main .promo-nav {
      display: none; }
    .main .promo-slider_block {
      margin-top: 0px;
      padding: 15px 15px;
      width: 100%; }
    .main .promo-slider_item {
      padding-top: 50px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .main .promo-slider_name {
      font-size: 26px;
      line-height: 30px;
      margin-bottom: 20px;
      left: -110%;
      padding-right: 20px; }
      .main .promo-slider_name:before {
        width: 100%;
        height: -webkit-calc(100% + 80px);
        height: -moz-calc(100% + 80px);
        height: calc(100% + 80px); }
    .main .promo-slider .slick-dots {
      left: 50%;
      top: auto;
      bottom: 20px;
      margin-left: -60px; }
    .main .promo-slider .slick-arrow.slick-prev {
      left: 50%;
      top: auto;
      bottom: 20px;
      margin-left: -79px; }
    .main .promo-slider .slick-arrow.slick-next {
      left: 50%;
      top: auto;
      bottom: 20px;
      margin-left: 60px; }
  .main .credits {
    padding-top: 20px; }
    .main .credits .credits-b {
      padding: 0 15px;
      margin-bottom: 25px; }
      .main .credits .credits-b .subtitle {
        font-size: 20px;
        line-height: 24px; }
    .main .credits .credits-block {
      display: block;
      margin-top: 15px; }
    .main .credits .credits-cont {
      width: 100%;
      padding-right: 0; }
    .main .credits .credits-text {
      font-size: 14px;
      line-height: 20px; }
    .main .credits .credits-side {
      width: 100%;
      border-left: 0;
      margin-top: 15px; }
    .main .credits-btn {
      width: 290px; }
    .main .credits .credits-slider {
      padding-bottom: 60px; }
      .main .credits .credits-slider_item {
        padding-top: 0; }
      .main .credits .credits-slider_wrap {
        padding: 0; }
      .main .credits .credits-slider_block {
        width: 100%;
        padding: 0 15px; }
        .main .credits .credits-slider_block > p {
          font-size: 14px;
          line-height: 18px; }
      .main .credits .credits-slider_img {
        display: none; }
      .main .credits .credits-slider_name {
        font-size: 20px;
        line-height: 24px;
        left: -webkit-calc(-100% - 15px);
        left: -moz-calc(-100% - 15px);
        left: calc(-100% - 15px); }
      .main .credits .credits-slider_text {
        left: -webkit-calc(-100% - 15px);
        left: -moz-calc(-100% - 15px);
        left: calc(-100% - 15px); }
      .main .credits .credits-slider_action .btn {
        display: block;
        margin: 0 auto 15px auto;
        max-width: 290px;
        left: -webkit-calc(-100% - 15px);
        left: -moz-calc(-100% - 15px);
        left: calc(-100% - 15px); }
        .main .credits .credits-slider_action .btn:last-child {
          margin-bottom: 0; }
      .main .credits .credits-slider .slick-dots {
        left: 50%;
        top: auto;
        bottom: 20px;
        margin-left: -60px; }
      .main .credits .credits-slider .slick-arrow.slick-prev {
        left: 50%;
        top: auto;
        bottom: 20px;
        margin-left: -79px;
        opacity: 1; }
      .main .credits .credits-slider .slick-arrow.slick-next {
        left: 50%;
        top: auto;
        bottom: 20px;
        margin-left: 60px;
        opacity: 1; }
  .main .block-reverse .credits-slider_block {
    margin-left: 0; }
  .main .calculate-wrap {
    margin-top: 0;
    padding-bottom: 0; }
    .main .calculate-wrap .calculate {
      padding: 0 15px 15px 15px; }
      .main .calculate-wrap .calculate-title {
        font-size: 20px;
        line-height: 24px; }
      .main .calculate-wrap .calculate-slider_title {
        font-size: 16px;
        line-height: 20px; }
      .main .calculate-wrap .calculate-slider_block {
        display: block; }
      .main .calculate-wrap .calculate-slider_wrap {
        width: 100%;
        padding-right: 0; }
      .main .calculate-wrap .calculate-slider_desc {
        font-size: 14px;
        line-height: 18px; }
      .main .calculate-wrap .calculate-slider_val {
        margin-top: 5px;
        width: 100px; }
        .main .calculate-wrap .calculate-slider_val .form-area {
          height: 30px;
          font-size: 14px; }
      .main .calculate-wrap .calculate-side {
        width: 100%;
        padding: 15px;
        border-left: 0;
        background-color: #006fc7; }
        .main .calculate-wrap .calculate-side .btn {
          background-color: #2bae33;
          font-size: 14px;
          max-width: 290px;
          margin: 0 auto;
          display: block; }
      .main .calculate-wrap .calculate-close {
        background-image: url(../img/icons/i_cross-white.svg); }
      .main .calculate-wrap .calculate-text {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff; }
      .main .calculate-wrap .calculate-val {
        color: #ffffff; }
        .main .calculate-wrap .calculate-val_i {
          font-size: 36px;
          line-height: 38px; }
        .main .calculate-wrap .calculate-val_b {
          font-size: 24px;
          line-height: 28px;
          margin-left: 10px; }
    .main .calculate-wrap .calculate-block {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
    .main .calculate-wrap .calculate-b {
      width: 100%;
      padding: 10px 15px; }
    .main .calculate-wrap .calculate-top {
      position: absolute;
      top: 5px;
      right: 5px;
      margin: 0; }
      .main .calculate-wrap .calculate-top .calculate-close {
        width: 16px;
        height: 16px;
        background-image: url(../img/icons/i_cross.svg); }
    .main .calculate-wrap .calculate-title {
      padding-right: 20px; }
  .main .pr {
    padding: 25px 15px; }
    .main .pr-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 5px; }
    .main .pr p, .main .pr .pr-text {
      font-size: 16px;
      line-height: 20px; }
  .main .card {
    padding: 15px 15px; }
  .main .card-slider {
    margin: 15px 0 0 0;
    padding-bottom: 15px; }
    .main .card-slider .slick-dots {
      display: none !important; }
    .main .card-slider_wrap {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
    .main .card-slider_item {
      padding: 0 30px; }
    .main .card-slider_name {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 10px 0; }
    .main .card-slider_img {
      width: 100%;
      margin-bottom: 15px; }
      .main .card-slider_img img {
        width: 85%;
        max-width: 360px; }
    .main .card-slider_text {
      right: -webkit-calc(-100% - 50px);
      right: -moz-calc(-100% - 50px);
      right: calc(-100% - 50px); }
    .main .card-slider_block {
      width: 100%; }
    .main .card-slider_more {
      right: -webkit-calc(-100% - 50px);
      right: -moz-calc(-100% - 50px);
      right: calc(-100% - 50px); }
    .main .card-slider_action {
      right: -webkit-calc(-100% - 50px);
      right: -moz-calc(-100% - 50px);
      right: calc(-100% - 50px); }
      .main .card-slider_action .btn {
        margin: 0 auto;
        display: block;
        max-width: 290px; }
    .main .card-slider .slick-arrow {
      opacity: 1; }
    .main .card-slider .static * {
      font-size: 14px;
      line-height: 18px; }
    .main .card-slider .static ol, .main .card-slider .static ul {
      margin: 10px 0; }
      .main .card-slider .static ol li:before, .main .card-slider .static ul li:before {
        top: 9px; }
  .main .deposit {
    padding: 15px 15px; }
    .main .deposit-wrap {
      display: block; }
    .main .deposit-cont {
      width: 100%;
      padding-right: 0;
      margin-bottom: 15px; }
      .main .deposit-cont .subtitle {
        font-size: 20px;
        line-height: 26px;
        margin-bottom: 5px;
        margin-top: 0; }
    .main .deposit-action {
      margin-top: 10px; }
      .main .deposit-action .btn {
        display: block;
        max-width: 290px;
        margin: 0 auto 10px auto; }
        .main .deposit-action .btn:last-child {
          margin-right: auto; }
    .main .deposit-text {
      font-size: 14px;
      line-height: 18px; }
    .main .deposit-side {
      width: 100%;
      padding: 15px; }
    .main .deposit-line {
      display: block; }
      .main .deposit-line_i {
        width: 100%;
        padding-right: 0;
        font-size: 16px;
        line-height: 20px; }
      .main .deposit-line_val {
        width: 100%;
        text-align: left;
        font-size: 16px; }
      .main .deposit-line_v {
        margin-bottom: 0; }
  .main .valute {
    margin: 0;
    padding: 15px 15px; }
    .main .valute .subtitle {
      margin: 0;
      font-size: 20px;
      line-height: 26px; }
    .main .valute .exchange-block {
      padding: 15px; }
    .main .valute .exchange-tab {
      padding: 0;
      margin-top: 10px; }
      .main .valute .exchange-tab_link {
        font-size: 16px;
        padding-bottom: 5px; }
      .main .valute .exchange-tab_block {
        margin-top: 15px;
        display: block; }
      .main .valute .exchange-tab .tab-nav_item {
        margin-right: 20px; }
    .main .valute .exchange-value_item {
      width: 100%;
      padding: 0;
      border-right: 0;
      margin-bottom: 10px;
      border-bottom: solid 1px #ccc;
      padding-bottom: 10px; }
      .main .valute .exchange-value_item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
    .main .valute .exchange-value_head {
      margin-bottom: 0; }
    .main .valute .exchange-value_currency {
      font-size: 18px; }
    .main .valute .exchange-value_arrow {
      width: 16px;
      height: 16px; }
    .main .valute .exchange-value_v {
      line-height: 26px; }
    .main .valute .exchange-value_num {
      font-size: 18px; }
    .main .valute .exchange-value_cur {
      font-size: 14px;
      margin-left: 0; }
    .main .valute-look {
      position: relative;
      top: 0;
      right: 0; }
  .main .valute-side {
    width: 100%;
    margin-top: 15px; }
    .main .valute-side .subtitle {
      margin-bottom: 5px; }
    .main .valute-side .converter {
      width: 290px;
      margin: 15px auto 0 auto; }
      .main .valute-side .converter-part {
        height: 70px;
        padding: 0 15px; }
      .main .valute-side .converter-val input {
        font-size: 24px; }
      .main .valute-side .converter-switch {
        width: 50px;
        height: 50px;
        margin: -25px 0 0 -25px;
        -moz-background-size: 24px;
        background-size: 24px; }
      .main .valute-side .converter .standart-select .select2-container--default .select2-selection--single .select2-selection__arrow {
        height: 34px; }
  .main .office {
    margin-top: 15px; }
    .main .office .subtitle {
      margin: 0;
      font-size: 20px;
      line-height: 26px;
      padding: 0 15px;
      margin-bottom: 10px; }
    .main .office-map {
      padding: 15px; }
      .main .office-map_block {
        display: none; }
    .main .office-block {
      width: 100%;
      padding: 15px;
      max-width: 100%; }
      .main .office-block .btn {
        max-width: 290px;
        display: block;
        margin: 0 auto; }
    .main .office-title {
      font-size: 16px;
      line-height: 20px;
      margin-bottom: 10px; }
    .main .office-loc {
      margin: 0 auto 15px auto;
      max-width: 290px; }
    .main .office-chose {
      margin: 0 auto 15px auto;
      max-width: 290px; }
    .main .office-more {
      margin-top: 15px;
      font-size: 14px; }
  /* Private form*/
  .private-form .title {
    font-size: 24px;
    line-height: 28px;
    margin-top: 5px; }
  .private-form .subtitle {
    font-size: 20px;
    line-height: 24px; }
  .private-form .form-item {
    width: 100%;
    margin: 0 0 15px 0; }
  .private-form .private-form-block {
    flex-direction: column; }
  .private-form .private-form-b {
    margin-top: 15px; }
  .private-form .product-settings-block {
    display: block;
    width: 100%; }
    .private-form .product-settings-block .private-form-service_desc {
      margin-top: 7px;
      display: inline-block; }
  .private-form .private-form-service_item {
    margin-bottom: 25px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .private-form .private-form-service_item:last-child {
      margin-top: 25px; }
    .private-form .private-form-service_item .form-checkbox {
      padding-right: 0; }
    .private-form .private-form-service_item .standart-select {
      min-width: auto;
      width: 100%;
      margin-top: 15px; }
  .private-form .private-form-service_desc {
    margin-left: 0;
    margin-top: 10px; }
  .private-form .private-form-b_desc {
    margin-bottom: 15px; }
  .private-form .private-form-ask {
    margin-bottom: 15px;
    display: block; }
    .private-form .private-form-ask .form-item {
      margin-bottom: 10px; }
  /* Credits page's*/
  .credits .credits-block {
    margin-top: 20px; }
  .credits .credits-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block; }
    .credits .credits-item:last-child {
      margin-bottom: 10px;
      padding-bottom: 0; }
  .credits .credits-item_visual {
    width: 100%;
    height: 120px;
    margin-bottom: 15px; }
  .credits .credits-item_decor {
    width: -webkit-calc(100% - 15px);
    width: -moz-calc(100% - 15px);
    width: calc(100% - 15px);
    height: -webkit-calc(100% - 15px);
    height: -moz-calc(100% - 15px);
    height: calc(100% - 15px); }
  .credits .credits-item_block {
    width: 100%;
    padding: 0; }
    .credits .credits-item_block .subtitle {
      margin: 0; }
  .credits .credits-item_info {
    display: block;
    padding-top: 10px; }
  .credits .credits-item_b {
    margin-right: 0;
    margin-bottom: 10px; }
    .credits .credits-item_b:last-child {
      margin-bottom: 0; }
  .credits .credits-item_action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .credits .credits-item_action .btn {
      margin: 0;
      width: -webkit-calc(50% - 8px);
      width: -moz-calc(50% - 8px);
      width: calc(50% - 8px);
      min-width: auto; }
  .credits .credits-item_block p, .credits .credits-item_desc {
    margin: 10px 0 10px; }
  .credits .credits-item_v {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0; }
  .credits-one .calculate-wrap {
    margin-top: 0;
    padding-bottom: 0; }
    .credits-one .calculate-wrap .calculate {
      padding: 15px 15px 15px 15px; }
      .credits-one .calculate-wrap .calculate-title {
        font-size: 20px;
        line-height: 24px; }
      .credits-one .calculate-wrap .calculate-slider_title {
        font-size: 16px;
        line-height: 20px; }
      .credits-one .calculate-wrap .calculate-slider_block {
        display: block; }
      .credits-one .calculate-wrap .calculate-slider_wrap {
        width: 100%;
        padding-right: 0; }
      .credits-one .calculate-wrap .calculate-slider_desc {
        font-size: 14px;
        line-height: 18px; }
      .credits-one .calculate-wrap .calculate-slider_val {
        margin-top: 5px;
        width: 100px; }
        .credits-one .calculate-wrap .calculate-slider_val .form-area {
          height: 30px;
          font-size: 14px; }
      .credits-one .calculate-wrap .calculate-side {
        width: 100%;
        padding: 15px;
        border-left: 0;
        background-color: #006fc7; }
        .credits-one .calculate-wrap .calculate-side .btn {
          background-color: #2bae33;
          font-size: 14px;
          max-width: 290px;
          margin: 0 auto;
          display: block; }
      .credits-one .calculate-wrap .calculate-close {
        background-image: url(../img/icons/i_cross-white.svg); }
      .credits-one .calculate-wrap .calculate-text {
        font-size: 16px;
        line-height: 20px;
        color: #ffffff; }
      .credits-one .calculate-wrap .calculate-val {
        color: #ffffff; }
        .credits-one .calculate-wrap .calculate-val_i {
          font-size: 36px;
          line-height: 38px; }
        .credits-one .calculate-wrap .calculate-val_b {
          font-size: 24px;
          line-height: 28px;
          margin-left: 10px; }
    .credits-one .calculate-wrap .calculate-block {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      position: relative; }
    .credits-one .calculate-wrap .calculate-b {
      width: 100%;
      padding: 10px 15px; }
    .credits-one .calculate-wrap .calculate-top {
      position: absolute;
      top: 5px;
      right: 5px;
      margin: 0; }
    .credits-one .calculate-wrap .calculate-top .calculate-close {
      width: 16px;
      height: 16px;
      background-image: url(../img/icons/i_cross.svg); }
    .credits-one .calculate-wrap .calculate-title {
      padding-right: 20px; }
  .credits-one .breadcrumb {
    padding: 0 15px;
    margin-bottom: 15px; }
  .credits-one .credits-promo {
    padding: 10px 15px; }
  .credits-one .title {
    margin: 0; }
  .credits-one .credits-promo_label {
    font-size: 12px;
    line-height: 14px;
    padding: 5px 15px;
    text-align: center; }
  .credits-one .credits-share {
    margin-top: 15px; }
  .credits-one .credits-item_info {
    margin-top: 15px; }
    .credits-one .credits-item_info .credits-item_b {
      border-right: 0;
      padding: 0;
      margin-right: 0; }
  .credits-one .credits-item_action {
    display: block;
    margin-bottom: 10px; }
    .credits-one .credits-item_action .btn {
      width: 100%;
      max-width: 400px;
      display: block;
      margin: 0 auto; }
    .credits-one .credits-item_action .credits-item_or {
      margin: 5px auto;
      display: block;
      text-align: center;
      max-width: 400px; }
  .credits-one .credits-nav {
    height: 50px; }
    .credits-one .credits-nav_link {
      font-size: 12px;
      line-height: 14px;
      text-align: center;
      padding: 0 10px; }
    .credits-one .credits-nav_item:after {
      height: 22px;
      margin-top: -11px; }
  .credits-one .credits-adv {
    padding: 20px 15px 10px 15px; }
    .credits-one .credits-adv_block {
      margin: 20px 0;
      display: block; }
    .credits-one .credits-adv .credits-adv_block p, .credits-one .credits-adv .credits-adv_item {
      width: 100%;
      margin: 0 0 15px 0;
      padding: 0 0 0 15px;
      font-size: 13px;
      line-height: 18px; }
      .credits-one .credits-adv .credits-adv_block p:last-child, .credits-one .credits-adv .credits-adv_item:last-child {
        margin-bottom: 0; }
  .credits-one .credits-adv .credits-adv-send {
    margin: 15px 0;
    display: block; }
    .credits-one .credits-adv .credits-adv-send_b {
      width: 100%;
      padding: 0 15px;
      border-right: 0; }
      .credits-one .credits-adv .credits-adv-send_b .credits-adv-send_text, .credits-one .credits-adv .credits-adv-send_b p {
        font-size: 14px;
        line-height: 18px; }
    .credits-one .credits-adv .credits-adv-send_action {
      width: auto;
      margin: 10px 0 0 0;
      text-align: left;
      padding: 0 15px; }
  .credits-one .credits-cond {
    padding: 10px 15px; }
    .credits-one .credits-cond .subtitle {
      margin-bottom: 10px; }
  .credits-one .credits-cond-block {
    display: block; }
  .credits-one .credits-cond-item {
    width: 100%;
    margin-bottom: 10px; }
    .credits-one .credits-cond-item:nth-child(1) {
      padding-right: 0;
      border-right: 0; }
  .credits-one .credits-cond-name {
    font-size: 14px;
    line-height: 18px; }
  .credits-one .credits-cond-list {
    padding-left: 0; }
  .credits-one .credits-cond-list.static ul li, .credits-one .credits-cond-list.static ol li {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px; }
    .credits-one .credits-cond-list.static ul li:before, .credits-one .credits-cond-list.static ol li:before {
      top: 9px; }
  .credits-one .tab {
    padding: 5px 15px 0; }
    .credits-one .tab .tab-nav {
      margin: 15px 0 15px 0; }
      .credits-one .tab .tab-nav_item {
        margin: 0 0 10px 0;
        display: block; }
  .credits-one .credits-pay {
    padding: 0 15px;
    margin-top: 25px; }
    .credits-one .credits-pay_block {
      margin-top: 15px;
      display: block; }
    .credits-one .credits-pay_item {
      width: 100%;
      padding: 0 0 0 15px;
      margin-bottom: 15px;
      font-size: 13px;
      line-height: 18px; }
  .credits-one .credits-desc {
    padding: 0 15px;
    margin: 25px 0 15px 0; }
    .credits-one .credits-desc_block, .credits-one .credits-desc p {
      font-size: 14px;
      line-height: 18px;
      padding: 15px 15px; }
  .credits-one .form-app {
    margin-top: 15px;
    padding: 15px 15px; }
  /* News*/
  .news .filter {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 10px; }
    .news .filter-link {
      font-size: 12px;
      line-height: 14px;
      padding: 3px 15px;
      text-align: center; }
    .news .filter-item {
      margin-bottom: 5px;
      margin-right: 5px; }
  .news .news-item {
    display: block;
    margin-bottom: 15px; }
    .news .news-item.no-image.half {
      width: 100%; }
    .news .news-item_img {
      display: none; }
    .news .news-item_block {
      width: 100%;
      padding: 15px 15px; }
    .news .news-item_head {
      padding-bottom: 10px;
      margin-bottom: 10px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      padding-right: 90px;
      position: relative; }
    .news .news-item_title {
      margin: 10px 0;
      font-size: 16px;
      line-height: 20px; }
    .news .news-item p, .news .news-item .news-item_text {
      font-size: 13px; }
    .news .news-item_date {
      font-size: 12px;
      position: absolute;
      top: 12px;
      right: 15px;
      margin: 0; }
    .news .news-item_label {
      margin-bottom: 5px; }
  .news-one .title {
    font-size: 24px;
    line-height: 28px; }
  .news-one .news-one-wrap {
    margin: 15px 0; }
  .news-one .news-any {
    padding: 15px 15px 30px; }
  .news-one .news-any-block .news-item {
    width: 100%; }
  /* Career*/
  .career .career-why {
    height: auto;
    margin: 15px 0; }
    .career .career-why_text {
      font-size: 20px;
      line-height: 28px; }
  .career .career-vac {
    margin: 15px 0 25px;
    display: block; }
    .career .career-vac_b {
      width: 100%;
      padding-right: 0;
      border-right: 0; }
    .career .career-vac_action {
      width: 100%;
      margin-top: 15px; }
  .career .career-ethics {
    margin: 15px 0;
    display: block; }
    .career .career-ethics_b {
      width: 100%;
      text-align: center; }
      .career .career-ethics_b .subtitle {
        text-align: left; }
      .career .career-ethics_b:first-child {
        padding-right: 0; }
      .career .career-ethics_b:last-child {
        padding-left: 0;
        margin-top: 25px;
        text-align: left; }
      .career .career-ethics_b p, .career .career-ethics_b .career-ethics_text {
        text-align: left; }
      .career .career-ethics_b .btn {
        margin: 15px auto;
        display: inline-block;
        width: auto;
        max-width: 100%; }
    .career .career-ethics_list {
      padding: 15px; }
    .career .career-ethics_item {
      font-size: 14px;
      line-height: 16px; }
  .career .career-plus {
    margin: 25px 0 15px 0; }
    .career .career-plus .subtitle {
      margin-bottom: 15px; }
    .career .career-plus_block {
      display: block; }
    .career .career-plus_item {
      width: 100%;
      margin: 0 0 15px 0;
      min-height: 70px; }
    .career .career-plus_icon {
      width: 70px;
      height: 70px; }
    .career .career-plus_text {
      margin: 0;
      width: -webkit-calc(100% - 70px);
      width: -moz-calc(100% - 70px);
      width: calc(100% - 70px);
      padding-left: 15px; }
  .career .form {
    padding: 15px; }
    .career .form .career-vac {
      padding: 15px;
      margin: 0 0 15px 0; }
      .career .form .career-vac_b {
        padding: 0; }
      .career .form .career-vac_text {
        font-size: 14px;
        line-height: 18px; }
    .career .form .form-block {
      display: block;
      margin: 15px 0; }
    .career .form .form-item {
      width: 100%; }
  .career .form-b {
    margin-top: 15px; }
  .career .form-title {
    font-size: 20px;
    line-height: 24px;
    margin-top: 25px; }
  .career .site-wrap {
    padding-bottom: 0px; }
  .career .form-title {
    margin-top: 0; }
  .career-vacancy-one .back-to-list {
    margin-bottom: 0; }
  .career-vacancy-one .career-information {
    display: block;
    margin: 15px 0;
    padding: 10px 15px; }
    .career-vacancy-one .career-information_item {
      padding: 0;
      border: 0;
      margin-bottom: 10px; }
      .career-vacancy-one .career-information_item:last-child {
        margin-bottom: 0; }
    .career-vacancy-one .career-information_name {
      margin-bottom: 0;
      font-size: 14px;
      line-height: 20px; }
    .career-vacancy-one .career-information_val {
      font-size: 14px;
      line-height: 20px; }
  .career-vacancy-one .career-vacancy_block {
    margin-top: 25px; }
    .career-vacancy-one .career-vacancy_block .subtitle {
      font-size: 20px;
      line-height: 24px; }
  .career-vacancy-one .career-work {
    padding: 15px;
    margin-bottom: 15px; }
    .career-vacancy-one .career-work_wrap {
      width: 100%; }
    .career-vacancy-one .career-work .subtitle {
      margin: 0; }
    .career-vacancy-one .career-work_text, .career-vacancy-one .career-work p {
      margin: 15px 0; }
    .career-vacancy-one .career-work_block {
      margin: 15px 0 0 0;
      display: block; }
    .career-vacancy-one .career-work_b {
      padding-right: 0;
      width: 100%; }
      .career-vacancy-one .career-work_b:last-child {
        margin-bottom: 0; }
    .career-vacancy-one .career-work_item {
      width: -webkit-calc(100% - 55px);
      width: -moz-calc(100% - 55px);
      width: calc(100% - 55px); }
  .career-vacancy-no .career-vac-open_icon {
    width: 60px;
    height: 60px;
    margin-right: 5px; }
  .career-vacancy-no .career-vac-open_content {
    width: -webkit-calc(100% - 65px);
    width: -moz-calc(100% - 65px);
    width: calc(100% - 65px); }
    .career-vacancy-no .career-vac-open_content .subtitle {
      font-size: 16px;
      line-height: 20px; }
  /* Collateral*/
  .collateral .site-wrap {
    padding: 15px 15px; }
  .collateral-top {
    padding: 10px 0; }
  .collateral-all {
    font-size: 14px;
    line-height: 20px; }
  .collateral-block {
    margin: 15px 0 0 0; }
  .collateral-item {
    display: block;
    margin-bottom: 15px;
    padding-bottom: 15px; }
    .collateral-item_preview {
      width: 290px;
      max-width: 290px; }
    .collateral-item_info {
      width: 100%;
      padding: 0;
      margin-top: 15px; }
    .collateral-item_title {
      font-size: 16px;
      line-height: 20px;
      display: inline-block;
      margin-bottom: 0; }
    .collateral-item_contacts {
      margin-top: 5px; }
    .collateral-item_action {
      width: 100%;
      margin-top: 10px;
      text-align: left; }
    .collateral-item_price {
      font-size: 18px;
      line-height: 20px; }
    .collateral-item_icon {
      height: 120px;
      -moz-background-size: 40px;
      background-size: 40px; }
  .collateral-one .collateral-name {
    font-size: 20px;
    line-height: 26px; }
  .collateral-one .collateral-desc {
    margin: 15px 0; }
    .collateral-one .collateral-desc_main {
      display: block;
      margin-bottom: 0; }
  .collateral-one .collateral-desc_picture {
    width: 100%;
    margin-bottom: 15px; }
  .collateral-one .collateral-item_preview {
    width: -webkit-calc(100% - 38px);
    width: -moz-calc(100% - 38px);
    width: calc(100% - 38px);
    max-width: 100%;
    margin: 0 auto;
    display: block; }
  .collateral-one .preview-slider {
    display: block; }
  .collateral-one .collateral-item_preview .preview-slider-for {
    width: 100%;
    height: 240px; }
  .collateral-one .collateral-item_preview .preview-slider-for .preview-slider-item {
    height: 240px; }
  .collateral-one .collateral-desc_info {
    width: 100%;
    border-left: 0;
    padding: 0; }
  .collateral-one .collateral-item_price {
    font-size: 20px;
    line-height: 24px;
    margin-bottom: 0; }
  .collateral-one .collateral-item_id {
    margin-bottom: 10px; }
  .collateral-one .collateral-item_contacts {
    padding-top: 10px; }
  .collateral-one .collateral-item_b {
    margin: 0 0 10px 0; }
  .collateral-one .collateral-item_v {
    font-size: 14px; }
  .collateral-one .collateral-item_icon {
    height: 120px;
    margin-left: -20px;
    width: 290px; }
  .collateral-one .collateral-item_img {
    max-height: 180px;
    max-width: 100%;
    margin-left: -20px; }
  .collateral-one .collateral-desc_block h1, .collateral-one .collateral-desc_block h2, .collateral-one .collateral-desc_block h3, .collateral-one .collateral-desc_block h4, .collateral-one .collateral-desc_block h5, .collateral-one .collateral-desc_block h6 {
    margin: 15px 0; }
  .collateral-one .collateral-desc_block h2 {
    font-size: 20px; }
  .collateral-one .form {
    padding: 15px 15px; }
    .collateral-one .form .form-title {
      font-size: 20px;
      line-height: 26px; }
    .collateral-one .form .form-block {
      margin: 15px 0;
      display: block; }
    .collateral-one .form .form-item {
      width: 100%; }
    .collateral-one .form .form-b {
      margin-top: 15px; }
  .collateral-one .collateral-item_preview .preview-slider-for {
    display: none; }
  .collateral-one .collateral-item_preview .preview-slider-nav {
    width: 100%;
    height: auto; }
  .collateral-one .collateral-item_preview .preview-slider-nav .slick-list {
    height: auto !important; }
  .collateral-one .collateral-item_preview .preview-slider-nav .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s; }
  .collateral-one .collateral-item_preview {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
  .collateral-one .collateral-item_preview .preview-slider-nav .preview-slider-item {
    height: 260px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
    .collateral-one .collateral-item_preview .preview-slider-nav .preview-slider-item img {
      max-width: 100%;
      max-height: 100%; }
  .collateral-one .collateral-item_preview .slick-arrow {
    top: 50%;
    width: 26px;
    height: 26px;
    margin-top: -13px;
    opacity: 1; }
    .collateral-one .collateral-item_preview .slick-arrow.slick-prev {
      left: -26px;
      -webkit-transform: rotate(90deg);
      -moz-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      transform: rotate(90deg); }
    .collateral-one .collateral-item_preview .slick-arrow.slick-next {
      right: -26px;
      left: auto;
      -webkit-transform: rotate(-90deg);
      -moz-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
      -o-transform: rotate(-90deg);
      transform: rotate(-90deg); }
  /* Packages page's*/
  .packages .packages-selected {
    display: block; }
    .packages .packages-selected .packages-selected-wrap {
      height: 80px; }
    .packages .packages-selected_item {
      margin-bottom: 0; }
      .packages .packages-selected_item:last-child {
        margin-bottom: 0; }
  .packages .packages-block {
    margin-top: 20px; }
  .packages .packages-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    display: block; }
    .packages .packages-item:last-child {
      margin-bottom: 10px;
      padding-bottom: 0; }
  .packages .packages-item_visual {
    width: 100%;
    height: 120px;
    margin-bottom: 15px; }
  .packages .packages-item_decor {
    width: -webkit-calc(100% - 40px);
    width: -moz-calc(100% - 40px);
    width: calc(100% - 40px); }
  .packages .packages-item_img {
    max-height: 80%; }
  .packages .packages-item_block {
    width: 100%;
    padding: 0; }
    .packages .packages-item_block .subtitle {
      margin: 0; }
  .packages .packages-item_info {
    display: block;
    padding-top: 10px; }
  .packages .packages-item_b {
    margin-right: 0;
    margin-bottom: 10px; }
    .packages .packages-item_b:last-child {
      margin-bottom: 0; }
  .packages .packages-item_action {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    .packages .packages-item_action .btn {
      margin: 0;
      width: -webkit-calc(50% - 8px);
      width: -moz-calc(50% - 8px);
      width: calc(50% - 8px);
      min-width: auto; }
  .packages .packages-item_add {
    margin-top: 15px; }
  .packages .packages-item_block p, .packages .packages-item_desc {
    margin: 10px 0 10px; }
  .packages .packages-item_v {
    font-size: 16px;
    line-height: 18px;
    margin-top: 0; }
  .packages-compare .site-wrap {
    padding-left: 0;
    padding-right: 0; }
  .packages-compare .breadcrumb, .packages-compare .title, .packages-compare .packages-action {
    padding-left: 15px;
    padding-right: 15px; }
  .packages-compare .packages-action {
    display: block; }
    .packages-compare .packages-action .form-item {
      margin: 0 0 20px 0; }
      .packages-compare .packages-action .form-item:last-child {
        margin-bottom: 0; }
  .packages-compare .packages-table {
    margin-top: 15px; }
    .packages-compare .packages-table:before {
      display: none; }
    .packages-compare .packages-table_line {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      border: 0; }
      .packages-compare .packages-table_line:last-child {
        border-top: solid 1px #cccccc; }
        .packages-compare .packages-table_line:last-child .packages-table_title {
          display: none; }
        .packages-compare .packages-table_line:last-child .packages-table_text {
          width: 100%; }
        .packages-compare .packages-table_line:last-child .packages-table_item {
          padding: 15px; }
          .packages-compare .packages-table_line:last-child .packages-table_item .btn {
            min-width: auto;
            width: 100%; }
          .packages-compare .packages-table_line:last-child .packages-table_item:after {
            display: none; }
    .packages-compare .packages-table_name {
      position: relative;
      font-size: 14px;
      line-height: 16px;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      text-align: center; }
      .packages-compare .packages-table_name:after {
        content: '';
        width: 1px;
        height: -webkit-calc(100% - 20px);
        height: -moz-calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        right: -1px;
        position: absolute;
        background-color: #ffffff;
        z-index: 5; }
    .packages-compare .packages-table_card {
      position: relative;
      background-color: #ffffff; }
      .packages-compare .packages-table_card:after {
        content: '';
        width: 1px;
        height: -webkit-calc(100% - 20px);
        height: -moz-calc(100% - 20px);
        height: calc(100% - 20px);
        top: 10px;
        right: -1px;
        position: absolute;
        background-color: #cccccc;
        z-index: 5; }
    .packages-compare .packages-table_item {
      -webkit-box-flex: 1;
      -webkit-flex: auto;
      -moz-box-flex: 1;
      -ms-flex: auto;
      flex: auto;
      width: 50%;
      padding: 20px 15px;
      border: 0; }
      .packages-compare .packages-table_item:nth-child(4) {
        display: none; }
    .packages-compare .packages-table_img {
      max-width: -webkit-calc(100% - 30px);
      max-width: -moz-calc(100% - 30px);
      max-width: calc(100% - 30px); }
    .packages-compare .packages-table_return {
      display: none; }
    .packages-compare .packages-table_remove {
      top: 0;
      font-size: 0;
      line-height: 0;
      color: rgba(255, 255, 255, 0);
      top: 0;
      right: 0;
      z-index: 10; }
      .packages-compare .packages-table_remove:before {
        opacity: 1;
        background-image: url(../img/icons/i_cross-white.svg);
        margin: 0;
        width: 30px;
        height: 30px;
        -moz-background-size: 17px;
        background-size: 17px; }
    .packages-compare .packages-table_title {
      width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
      .packages-compare .packages-table_title .packages-table_text {
        text-align: left; }
      .packages-compare .packages-table_title + .packages-table_item {
        position: relative; }
        .packages-compare .packages-table_title + .packages-table_item:after {
          content: '';
          width: 1px;
          height: -webkit-calc(100% - 20px);
          height: -moz-calc(100% - 20px);
          height: calc(100% - 20px);
          top: 10px;
          right: -1px;
          position: absolute;
          background-color: #cccccc; }
    .packages-compare .packages-table_text {
      text-align: center; }
  /* 404*/
  .no-found .title {
    font-size: 26px;
    line-height: 30px;
    margin-top: 15px; }
  .no-found .subtitle {
    font-size: 16px;
    line-height: 20px;
    margin: 15px 0; }
  .no-found .no-found-desc {
    font-size: 14px;
    line-height: 20px; }
  .no-found .no-found-item {
    height: 180px;
    width: 100%;
    padding-bottom: 20px;
    margin-bottom: 15px; }
    .no-found .no-found-item:last-child {
      margin-bottom: 0; }
  .no-found .no-found-block {
    margin-top: 15px;
    padding-top: 20px;
    margin-bottom: 5px; }
  .private-form-block .form-item {
    width: 100%;
    margin-right: 0; }
  /* Contacts*/
  .contacts .contacts-info {
    margin: 15px 0;
    display: block; }
    .contacts .contacts-info_supp {
      width: 100%;
      padding-right: 0; }
    .contacts .contacts-info_text {
      margin: 10px 0; }
    .contacts .contacts-info_b {
      margin: 10px 0; }
  .contacts .form-block .form-item {
    width: 100%; }
  .contacts .contacts-title {
    font-size: 18px;
    margin-bottom: 10px; }
  .contacts .contacts-block {
    width: 100%;
    padding-left: 0;
    border-left: 0; }
    .contacts .contacts-block_item {
      margin: 10px 0; }
    .contacts .contacts-block_name {
      font-size: 13px; }
    .contacts .contacts-block_val {
      font-size: 14px; }
    .contacts .contacts-block_icon {
      -moz-background-size: 15px;
      background-size: 15px;
      margin-top: -2px;
      width: 17px; }
    .contacts .contacts-block_wrap {
      width: -webkit-calc(100% - 22px);
      width: -moz-calc(100% - 22px);
      width: calc(100% - 22px); }
  .contacts .contacts-map {
    margin: 15px 0 25px 0; }
    .contacts .contacts-map_img {
      height: 100px; }
  .contacts .contacts-people_item {
    display: block;
    padding: 15px 0; }
  .contacts .contacts-people_title {
    width: 100%;
    padding-right: 0;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px; }
  .contacts .contacts-people_info {
    width: 100%; }
  .contacts .contacts-people_name {
    font-size: 16px;
    line-height: 20px;
    margin: 0 0 5px; }
  .contacts .contacts-people_text {
    margin: 5px 0; }
  .contacts .contacts-list {
    margin-top: 25px; }
    .contacts .contacts-list .subtitle {
      margin-bottom: 10px; }
    .contacts .contacts-list_block {
      margin-top: 10px;
      display: block; }
    .contacts .contacts-list_item {
      width: 100%;
      padding-right: 0;
      margin-bottom: 15px;
      border-bottom: solid 1px #ccc;
      padding-bottom: 10px; }
      .contacts .contacts-list_item:last-child {
        border-bottom: 0;
        padding-bottom: 0;
        margin-bottom: 0; }
    .contacts .contacts-list .contacts-title {
      font-size: 16px;
      margin-bottom: 5px; }
    .contacts .contacts-list_name {
      font-size: 14px;
      line-height: 18px; }
    .contacts .contacts-list_text {
      font-size: 14px;
      line-height: 20px;
      margin: 5px 0 10px; }
    .contacts .contacts-list .contacts-block_item {
      margin: 5px 0; }
  .contacts .form {
    padding: 15px; }
    .contacts .form-block {
      margin: 15px 0; }
    .contacts .form-title {
      font-size: 20px;
      line-height: 26px;
      margin-bottom: 5px; }
    .contacts .form-text {
      margin: 5px 0; }
    .contacts .form-b {
      margin-top: 15px; }
  /* Exchange*/
  .exchange-date {
    font-size: 18px;
    line-height: 22px; }
    .exchange-date_val .custom-standart-datepicker, .exchange-date_val .standart-datepicker {
      font-size: 18px;
      line-height: 22px; }
  .exchange-block {
    padding: 15px 15px 10px 15px; }
  .exchange .exchange-nbu {
    padding: 15px 15px 10px 15px; }
  .exchange .exchange-tab .tab-nav_item {
    margin-right: 20px; }
  .exchange .exchange-tab_link {
    font-size: 16px;
    padding-bottom: 5px; }
  .exchange .exchange-tab_block {
    display: block;
    margin-top: 15px; }
  .exchange .exchange-value_item {
    width: 100%;
    padding: 0;
    border-left: 0;
    border-right: 0;
    border-bottom: solid 1px #ccc;
    margin-bottom: 10px;
    padding-bottom: 10px; }
    .exchange .exchange-value_item:last-child {
      border-bottom: 0;
      margin-bottom: 0;
      padding-bottom: 0; }
  .exchange .exchange-value_currency {
    font-size: 20px;
    line-height: 26px; }
  .exchange .exchange-value_arrow {
    width: 16px;
    height: 16px; }
  .exchange .exchange-value_head {
    margin-bottom: 5px; }
  .exchange .exchange-value_num {
    font-size: 20px; }
  .exchange .exchange-value_cur {
    font-size: 14px;
    margin-left: 0; }
  .exchange .exchange-info {
    font-size: 16px;
    line-height: 20px;
    margin-top: 15px;
    margin-bottom: 10px; }
  /* Faq*/
  .faq .site-wrap {
    padding: 15px 15px 15px; }
  .faq .faq-block {
    display: block; }
  .faq .faq-nav {
    width: 100%;
    padding: 15px; }
  .faq .faq-nav_item {
    margin-bottom: 10px; }
    .faq .faq-nav_item:last-child {
      margin-bottom: 0; }
  .faq .faq-nav_link, .faq .faq-title {
    font-size: 16px;
    line-height: 18px; }
  .faq .faq-content {
    width: 100%;
    padding: 0;
    margin-top: 25px; }
    .faq .faq-content .faq-title {
      margin-bottom: 10px; }
    .faq .faq-content .faq-head {
      padding: 10px 0; }
    .faq .faq-content .faq-name {
      font-size: 14px;
      line-height: 20px; }
      .faq .faq-content .faq-name:hover {
        opacity: .7; }
    .faq .faq-content .faq-item.active .faq-name {
      opacity: 1; }
    .faq .faq-content .faq-answer {
      padding-right: 30px; }
    .faq .faq-content .accordion-arrow {
      width: 12px;
      height: 12px; }
    .faq .faq-content .static ol li, .faq .faq-content .static p, .faq .faq-content .static ul li {
      line-height: 18px;
      font-size: 14px;
      margin: 10px 0; }
  .faq .form {
    padding: 15px; }
    .faq .form .form-title {
      font-size: 18px;
      line-height: 22px; }
    .faq .form .form-block {
      margin: 10px 0; }
    .faq .form .form-item {
      width: 100%; }
    .faq .form .form-b {
      margin-top: 15px; }
  /* Money transfer*/
  .money-transfer-info {
    padding: 15px 15px;
    margin: 15px 0; }
    .money-transfer-info p, .money-transfer-info .money-transfer-text {
      font-size: 16px;
      line-height: 20px; }
  .money-transfer-block {
    display: block;
    margin: 25px 0 10px; }
    .money-transfer-block:after {
      display: none; }
    .money-transfer-block .money-transfer-item {
      width: 100%;
      padding-right: 0;
      margin-bottom: 15px;
      padding-bottom: 15px; }
      .money-transfer-block .money-transfer-item:last-child {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: 0; }
    .money-transfer-block .money-transfer-item_name {
      font-size: 18px;
      line-height: 20px;
      margin: 0 0 5px; }
    .money-transfer-block .money-transfer-item_logo img {
      max-width: 290px; }
  .money-transfer-one .money-transfer-list p, .money-transfer-one .money-transfer-list div, .money-transfer-one .money-transfer-list span, .money-transfer-one .money-transfer-list ul li, .money-transfer-one .money-transfer-list ol li {
    font-size: 14px;
    line-height: 20px;
    margin: 5px 0; }
  .money-transfer-one .money-transfer-list ul li:before, .money-transfer-one .money-transfer-list ol li:before {
    top: 9px; }
  .money-transfer-one .money-transfer-single {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .money-transfer-one .money-transfer-single .money-transfer-part {
      width: 100%;
      padding: 0;
      border-right: 0; }
      .money-transfer-one .money-transfer-single .money-transfer-part .subtitle {
        margin: 0 0 10px 0; }
    .money-transfer-one .money-transfer-single .money-transfer-action {
      width: 100%;
      padding-left: 0; }
    .money-transfer-one .money-transfer-single .money-transfer-item_logo {
      max-width: 400px;
      margin-bottom: 0;
      margin: 0 auto; }
      .money-transfer-one .money-transfer-single .money-transfer-item_logo img {
        margin: 0 auto; }
    .money-transfer-one .money-transfer-single .money-transfer-links {
      display: block; }
      .money-transfer-one .money-transfer-single .money-transfer-links .btn {
        margin: 0 auto 10px auto;
        display: block;
        max-width: 290px; }
        .money-transfer-one .money-transfer-single .money-transfer-links .btn:last-child {
          margin-bottom: 0; }
  .money-transfer-one .money-transfer-desc {
    padding: 15px 15px; }
    .money-transfer-one .money-transfer-desc .subtitle {
      font-size: 20px;
      line-height: 24px; }
    .money-transfer-one .money-transfer-desc_block {
      display: block;
      margin-top: 15px; }
    .money-transfer-one .money-transfer-desc_item, .money-transfer-one .money-transfer-desc p {
      width: 100%;
      padding: 0 0 0 15px;
      margin-bottom: 15px; }
  /* Tenders*/
  .tenders .tenders-info {
    padding: 15px 15px;
    display: block; }
    .tenders .tenders-info_desc {
      width: 100%;
      padding-right: 0; }
      .tenders .tenders-info_desc p, .tenders .tenders-info_desc .tenders-info_text {
        margin-top: 0;
        margin-bottom: 10px;
        font-size: 14px; }
    .tenders .tenders-info_contacts {
      width: 100%;
      padding-left: 0;
      border-left: 0;
      padding: 0; }
    .tenders .tenders-info_name {
      font-size: 18px;
      line-height: 20px; }
    .tenders .tenders-info .tenders-info_item .tenders-info_val {
      font-size: 16px; }
  .tenders .tenders-table {
    padding: 15px 15px; }
    .tenders .tenders-table .tenders-action {
      display: block;
      margin-bottom: 15px; }
      .tenders .tenders-table .tenders-action .form-item {
        width: 100%;
        margin: 0 0 10px 0; }
        .tenders .tenders-table .tenders-action .form-item:last-child {
          margin-bottom: 0; }
    .tenders .tenders-table .table .table-item.doc .table-text {
      margin: 0; }
    .tenders .tenders-table .table .table-item.doc .table-doc {
      margin: 0; }
    .tenders .tenders-table .show-more {
      margin-bottom: 10px;
      margin-top: 25px; }
  .tenders-one .site-wrap {
    padding-bottom: 15px; }
  .tenders-one .tenders-info {
    margin: 15px 0;
    padding-bottom: 5px; }
  .tenders-one .documents .subtitle {
    font-size: 20px;
    line-height: 26px; }
  .tenders-one .subtitle {
    font-size: 20px;
    line-height: 26px; }
  /* Deposit*/
  .deposit .credits-block {
    padding-top: 15px; }
  .deposit .credits-item .credits-item_visual {
    width: 290px; }
    .deposit .credits-item .credits-item_visual:hover {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }
  .deposit .credits-item_valute.usd {
    -moz-background-size: 15px;
    background-size: 15px; }
  .deposit .credits-item_valute.uah {
    -moz-background-size: 14px;
    background-size: 14px; }
  .deposit .credits-item_valute.eur {
    -moz-background-size: 13px;
    background-size: 13px; }
  .deposit .credits-item_valute.rub {
    -moz-background-size: 13px;
    background-size: 13px; }
  .deposit .credits-item_valute.gbp {
    -moz-background-size: 13px;
    background-size: 13px; }
  .deposit .credits-item_info {
    padding-top: 0;
    margin-top: 10px;
    padding-bottom: 15px;
    margin-bottom: 15px; }
  .deposit .credits-action {
    margin: 15px 0 15px; }
    .deposit .credits-action .form-item {
      width: 100%;
      margin: 0 0 10px 0; }
      .deposit .credits-action .form-item:last-child {
        margin-bottom: 0; }
    .deposit .credits-action .credits-action_val {
      margin-right: 10px; }
  .deposit-one .credits-promo_top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .deposit-one .credits-promo_top .title {
      width: 100%; }
    .deposit-one .credits-promo_top .credits-promo_label {
      margin-left: 0; }
  .deposit-one .credits-percent {
    margin-top: 0;
    padding: 10px 15px; }
  .deposit-one .credits-percent .form-item .form-label {
    font-size: 16px;
    line-height: 20px; }
  .deposit-one .credits-percent .form-item.form-item_check .form-item {
    margin-bottom: 10px;
    margin-right: 0;
    width: 100%; }
  .deposit-one .credits-percent-action {
    padding-right: 0;
    width: 100%; }
  .deposit-one .credits-percent-side {
    width: 100%;
    padding: 10px 15px; }
  .deposit-one .credits-percent-side .credits-percent_line {
    margin-bottom: 10px; }
  .deposit-one .credits-percent-side .credits-percent_line .subtitle {
    font-size: 16px;
    line-height: 20px;
    padding-right: 10px;
    max-width: 60%; }
  .deposit-one .credits-percent-side .credits-percent_line .credits-percent_v {
    font-size: 20px;
    line-height: 26px;
    padding-left: 10px; }
  .deposit-one .form-app-form {
    display: block; }
    .deposit-one .form-app-form .form-item {
      width: 100%; }
  .deposit-one .calculate {
    padding: 15px 15px 15px 15px; }
    .deposit-one .calculate .calculate-block {
      display: block; }
    .deposit-one .calculate .calculate-b {
      width: 100%;
      padding: 15px; }
      .deposit-one .calculate .calculate-b .calculate-title {
        font-size: 20px;
        line-height: 24px; }
    .deposit-one .calculate .calculate-desc {
      font-size: 14px;
      line-height: 16px; }
    .deposit-one .calculate .calculate-slider {
      margin-top: 20px; }
    .deposit-one .calculate .calculate-slider_block {
      display: block; }
    .deposit-one .calculate .calculate-slider_wrap {
      width: 100%;
      padding-right: 0; }
    .deposit-one .calculate .calculate-slider_desc {
      font-size: 16px;
      line-height: 20px; }
    .deposit-one .calculate .calculate-slider_val {
      margin-top: 10px; }
      .deposit-one .calculate .calculate-slider_val .form-area {
        font-size: 16px; }
    .deposit-one .calculate .calculate-slider_title {
      font-size: 16px;
      line-height: 18px;
      margin-bottom: 20px; }
    .deposit-one .calculate .calculate-action {
      margin-top: 20px;
      display: block; }
      .deposit-one .calculate .calculate-action .form-item {
        margin: 0 0 15px 0;
        width: 100%; }
        .deposit-one .calculate .calculate-action .form-item:last-child {
          margin-bottom: 0; }
      .deposit-one .calculate .calculate-action .credits-action_valute {
        margin-top: 0;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -moz-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start; }
      .deposit-one .calculate .calculate-action .credits-action_val {
        margin-right: 10px; }
    .deposit-one .calculate .calculate-side {
      width: 100%;
      border-left: 0;
      padding: 15px;
      display: block; }
    .deposit-one .calculate .calculate-side_b {
      margin-bottom: 20px;
      padding-bottom: 0; }
      .deposit-one .calculate .calculate-side_b:last-child {
        margin-bottom: 0; }
    .deposit-one .calculate .calculate-text {
      font-size: 16px;
      line-height: 18px; }
    .deposit-one .calculate .calculate-val {
      margin: 10px 0; }
    .deposit-one .calculate .calculate-val_i {
      font-size: 22px;
      line-height: 28px; }
    .deposit-one .calculate .calculate-val_b {
      font-size: 16px;
      line-height: 18px; }
  /* Management */
  .management-item {
    padding: 15px;
    margin-bottom: 15px;
    display: block; }
    .management-item_name {
      font-size: 18px;
      line-height: 22px; }
    .management-item_desc, .management-item p {
      margin: 10px 0; }
    .management-item_block {
      padding-left: 0;
      width: 100%; }
    .management-item_preview {
      width: 100%;
      margin-bottom: 10px;
      max-width: 420px; }
  /* History*/
  .history .history-info {
    padding: 15px; }
  .history-info_title {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 10px;
    padding-bottom: 10px; }
  .history-info_desc {
    font-size: 14px;
    line-height: 20px; }
  .history .history-block {
    display: block;
    margin: 15px 0;
    padding: 0 15px; }
  .history .history-item {
    width: 100%;
    padding: 0;
    border: 0;
    margin-top: 0;
    left: 0;
    margin-bottom: 10px;
    padding-bottom: 10px;
    border-bottom: solid 1px #cccccc; }
    .history .history-item:last-child {
      margin-bottom: 0;
      padding-bottom: 0;
      border-bottom: 0; }
    .history .history-item .history-item_title {
      position: relative;
      top: 0;
      padding: 0;
      font-size: 18px;
      line-height: 22px;
      color: #6a6e83;
      padding: 0; }
    .history .history-item_date {
      font-size: 20px;
      line-height: 24px;
      margin-bottom: 10px; }
    .history .history-item p, .history .history-item_text {
      font-size: 14px;
      line-height: 18px;
      margin: 10px 0; }
    .history .history-item:nth-child(2n) .history-item_title {
      right: 0; }
    .history .history-item.history-item_decor {
      padding-bottom: 20px; }
      .history .history-item.history-item_decor .history-item_block {
        padding: 15px;
        left: 0;
        margin-top: 10px; }
  /* Packages*/
  .packages-one .credits-promo {
    width: 100%;
    margin-left: 0;
    display: block;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none; }
    .packages-one .credits-promo .promo-b {
      width: 100%; }
    .packages-one .credits-promo .promo-card {
      width: 100%;
      display: none; }
    .packages-one .credits-promo .credits-promo_top {
      display: block; }
    .packages-one .credits-promo .credits-promo_label {
      margin-left: 0;
      margin-top: 10px;
      display: inline-block; }
    .packages-one .credits-promo .promo-form_title {
      font-size: 14px;
      line-height: 20px; }
    .packages-one .credits-promo .form-item {
      max-width: 400px; }
  .packages-one .credits-promo .promo-form .form-item {
    margin: 0 auto 10px auto;
    display: block; }
    .packages-one .credits-promo .promo-form .form-item:last-child {
      margin-right: auto; }
  .packages-one .credits-promo .promo-form .form-item {
    width: 100%;
    margin-bottom: 10px;
    margin-right: auto; }
  .packages-one .packages-rules {
    width: 100%;
    margin: 0;
    padding: 15px; }
    .packages-one .packages-rules .subtitle {
      margin-top: 0; }
    .packages-one .packages-rules .packages-rules_block {
      display: block; }
    .packages-one .packages-rules .packages-rules_text {
      font-size: 14px;
      line-height: 20px; }
    .packages-one .packages-rules .packages-rules_desc {
      width: 100%; }
      .packages-one .packages-rules .packages-rules_desc p {
        font-size: 14px;
        line-height: 20px; }
    .packages-one .packages-rules .packages-rules_item {
      max-width: 100%;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      text-align: left;
      margin-bottom: 15px; }
      .packages-one .packages-rules .packages-rules_item:last-child {
        margin-bottom: 0; }
  .packages-one .packages-rules .packages-rules_icon.ic_1 {
    width: 55px;
    height: 44px; }
    .packages-one .packages-rules .packages-rules_icon.ic_1 + .packages-rules_desc {
      margin-top: 0;
      width: -webkit-calc(100% - 70px);
      width: -moz-calc(100% - 70px);
      width: calc(100% - 70px); }
  .packages-one .packages-rules .packages-rules_icon.ic_2 {
    width: 55px;
    height: 44px; }
    .packages-one .packages-rules .packages-rules_icon.ic_2 + .packages-rules_desc {
      margin-top: 0;
      width: -webkit-calc(100% - 70px);
      width: -moz-calc(100% - 70px);
      width: calc(100% - 70px); }
  .packages-one .packages-rules .packages-rules_icon.ic_3 {
    width: 55px;
    height: 34px; }
    .packages-one .packages-rules .packages-rules_icon.ic_3 + .packages-rules_desc {
      margin-top: 0;
      width: -webkit-calc(100% - 70px);
      width: -moz-calc(100% - 70px);
      width: calc(100% - 70px); }
  .packages-one .done {
    padding: 15px;
    margin-top: 15px; }
    .packages-one .done .done-title {
      font-size: 20px;
      margin: 0 0 10px; }
    .packages-one .done .done-text {
      font-size: 16px;
      line-height: 20px; }
  .static-nav a {
    min-height: auto;
    max-width: 100%;
    min-width: auto;
    margin: 0 0 5px 0;
    width: -webkit-calc(25% - 4px);
    width: -moz-calc(25% - 4px);
    width: calc(25% - 4px);
    margin-right: 5px;
    font-size: 13px;
    line-height: 14px;
    padding: 7px 10px; }
    .static-nav a:nth-child(4n) {
      margin-right: 0; }
  .static h1 {
    font-size: 30px;
    line-height: 36px; }
  .static-block {
    display: block; }
  .static-half:first-child {
    padding-right: 0; }
  .static-half {
    width: 100%; }
  .static p.text-md {
    font-size: 16px;
    line-height: 20px; }
  .static .accordion .accordion-name {
    font-size: 14px;
    margin: 5px 0; }
  .static .accordion .accordion-head {
    padding: 0 15px; }
  .static .contacts-s {
    padding: 10px 15px; }
  .static .contacts-s-block {
    margin-bottom: 15px;
    display: block; }
  .static .contacts-s-item {
    width: 100%;
    padding-right: 0;
    margin-bottom: 15px; }
  .static .contacts-s .subtitle {
    margin-bottom: 15px; }
  .static .contacts-s-cont {
    display: block; }
  .static .contacts-s-part {
    padding: 15px;
    border: 0;
    width: 100%;
    margin-bottom: 10px; }
  .static img {
    float: none !important;
    margin-left: 0 !important;
    margin-right: 0 !important; }
  .static table {
    width: 100% !important; }
    .static table p {
      font-size: 12px;
      line-height: 14px; }
  /* Departments*/
  .site-content.departments {
    /* .gm-style-pbc+div>div>div>div {*/
    /*     width: 260px !important;*/
    /* }*/ }
    .site-content.departments .infowindowDetails {
      display: block; }
      .site-content.departments .infowindowDetails .collateral-item_v {
        font-size: 18px;
        line-height: 22px;
        display: block;
        margin-bottom: 5px; }
        .site-content.departments .infowindowDetails .collateral-item_v + br {
          display: none; }
      .site-content.departments .infowindowDetails .standart-nav_link {
        margin-bottom: 5px; }
    .site-content.departments .infowindowDetails-block {
      display: block; }
      .site-content.departments .infowindowDetails-block .address-block {
        display: block;
        width: 100%;
        margin-right: 0;
        padding-right: 0;
        border-right: 0;
        padding: 0;
        margin-bottom: 15px; }
    .site-content.departments .working-details .working-details_item {
      margin-bottom: 5px;
      -webkit-box-align: baseline;
      -webkit-align-items: baseline;
      -moz-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline; }
      .site-content.departments .working-details .working-details_item .collateral-item_v {
        font-size: 16px;
        margin-bottom: 0; }
    .site-content.departments .address-block .button-card {
      text-align: center; }
      .site-content.departments .address-block .button-card .btn {
        width: 100%;
        max-width: 400px; }
    .site-content.departments .additionalInfo {
      margin: 15px 0;
      padding-bottom: 10px; }
      .site-content.departments .additionalInfo .collateral-item_v {
        font-size: 18px;
        line-height: 22px;
        margin-bottom: 5px; }
        .site-content.departments .additionalInfo .collateral-item_v + br {
          display: none; }
      .site-content.departments .additionalInfo span {
        font-size: 14px; }
    .site-content.departments .main-city-department h1 {
      font-size: 18px;
      line-height: 22px;
      margin: 0 0 5px 0; }
    .site-content.departments .main-city-department span {
      display: block; }
      .site-content.departments .main-city-department span span {
        margin: 0;
        font-size: 16px;
        line-height: 24px; }
    .site-content.departments .main-city-department .contacts-block_item {
      margin: 5px 0; }
    .site-content.departments .opened-object #deps-map {
      height: 240px; }
    .site-content.departments .search .search-wrapper .searchBar {
      width: 100%;
      display: block; }
      .site-content.departments .search .search-wrapper .searchBar:before {
        top: 19px;
        left: 15px; }
      .site-content.departments .search .search-wrapper .searchBar input.form-area {
        border-right: solid 1px #cccccc;
        -webkit-border-top-right-radius: 3px;
        -moz-border-radius-topright: 3px;
        border-top-right-radius: 3px;
        -webkit-border-bottom-right-radius: 3px;
        -moz-border-radius-bottomright: 3px;
        border-bottom-right-radius: 3px;
        margin-bottom: 10px;
        padding-left: 40px; }
    .site-content.departments .search .search-wrapper .extSearch-open {
      margin-left: 0;
      margin-top: 10px; }
      .site-content.departments .search .search-wrapper .extSearch-open:hover {
        text-decoration: none; }
    .site-content.departments .search .search-wrapper .extSearch-open:hover .accordion-arrow {
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -ms-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg); }
    .site-content.departments .extSearch .filter-wrapper .checkbox-container-wrapper {
      margin-bottom: 15px;
      padding-bottom: 15px;
      border-bottom: solid 1px #ccc;
      width: 100%; }
    .site-content.departments .extSearch .filter-wrapper .filter-block .filter-container .deps-checkbox-container {
      margin: 15px 0 0;
      display: block; }
    .site-content.departments .extSearch .filter-wrapper .filter-block .filter-container .filter-row .cb-days {
      margin-right: 0; }
    .site-content.departments .extSearch .workHours-container .workHours-input {
      width: 75px;
      margin: 0 0;
      display: inline-block; }
    .site-content.departments .extSearch .clear-filters-button {
      margin: 0 0 15px 0;
      text-align: center;
      width: 100%; }
      .site-content.departments .extSearch .clear-filters-button .depLink {
        margin: 0 auto;
        display: inline-block; }
    .site-content.departments .map-details {
      padding: 0;
      margin-top: 15px;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      .site-content.departments .map-details .collateral-item_v {
        width: 100%;
        margin-bottom: 10px; }
    .site-content.departments .list-wrapper {
      margin-top: 25px; }
    .site-content.departments #deps-map {
      height: 320px;
      margin-right: 0;
      width: -webkit-calc(100% + 30px);
      width: -moz-calc(100% + 30px);
      width: calc(100% + 30px);
      margin-top: 10px;
      margin-left: -15px; }
    .site-content.departments.site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper {
      display: block;
      padding: 0 15px; }
      .site-content.departments.site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card {
        width: 100%;
        margin-top: 5px; }
        .site-content.departments.site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card a {
          padding: 0;
          border: 0;
          width: auto;
          height: auto;
          display: inline-block; }
    .site-content.departments.site-content.departments .short-info-popup .short-info-body .info-block .data {
      font-size: 12px;
      line-height: 14px; }
    .site-content.departments.site-content.departments .short-info-popup .short-info-body .info-block .data .standart-nav_link {
      font-size: 12px;
      line-height: 14px; }
    .site-content.departments.site-content.departments .short-info-popup .short-info-body {
      padding-top: 10px;
      padding-bottom: 0; }
    .site-content.departments.site-content.departments .short-info-popup .short-info-body .info-block {
      padding: 0 15px;
      margin-bottom: 5px; }
    .site-content.departments.site-content.departments .short-info-popup .short-info-body .info-block .label {
      line-height: 14px; }
    .site-content.departments.site-content.departments .short-info-popup .short-info-body .short-info-button.button-show-more {
      padding: 0 15px; }
      .site-content.departments.site-content.departments .short-info-popup .short-info-body .short-info-button.button-show-more a {
        padding: 5px 10px;
        min-width: auto;
        width: auto;
        position: absolute;
        bottom: 0;
        right: 15px; }
    .site-content.departments.site-content.departments .short-info-header {
      padding: 7px 50px 7px 15px;
      font-size: 13px; }
    .site-content.departments.site-content.departments .map-wrapper .gm-style-iw + div {
      opacity: 1 !important;
      top: 10px !important;
      left: 243px !important;
      height: 10px !important;
      width: 10px !important;
      background-repeat: no-repeat; }
    .site-content.departments .deps-icons-legend {
      padding: 15px 0; }
    .site-content.departments .deps-icons-legend .legend-item {
      margin: 5px 30px 5px 0; }
      .site-content.departments .deps-icons-legend .legend-item .legend-title {
        font-size: 14px; }
    .site-content.departments .list-wrapper {
      padding: 0 15px; }
      .site-content.departments .list-wrapper .object-block {
        padding: 15px 0;
        display: block; }
        .site-content.departments .list-wrapper .object-block .object-info {
          width: 100%; }
        .site-content.departments .list-wrapper .object-block .object-phone {
          width: 100%; }
        .site-content.departments .list-wrapper .object-block .object-working-time {
          width: 100%; }
          .site-content.departments .list-wrapper .object-block .object-working-time .standart-nav_link {
            text-align: left; }
        .site-content.departments .list-wrapper .object-block .info-details {
          width: -webkit-calc(100% - 40px);
          width: -moz-calc(100% - 40px);
          width: calc(100% - 40px); }
    .site-content.departments .list-wrapper .object-block .object-working-time .working-details .working-details_item {
      margin-left: 0;
      width: auto;
      margin-top: 10px;
      margin-bottom: 0;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -moz-box-pack: start;
      -ms-flex-pack: start;
      justify-content: flex-start; }
    .site-content.departments .list-wrapper .object-block .standart-nav_link {
      font-size: 16px;
      line-height: 20px; }
    .site-content.departments .list-wrapper .object-block .object-info .object-title {
      font-size: 14px;
      line-height: 16px;
      padding-top: 10px;
      margin-left: -40px; }
    .site-content.departments .list-wrapper .object-block .header-contacts_all {
      margin-left: -40px; }
    .site-content.departments .list-wrapper .object-block .object-working-time .working-details {
      margin-top: 0; }
    .site-content.departments .site-wrap {
      padding-bottom: 15px; }
    .site-content.departments .map-wrapper {
      margin-bottom: -15px; }
    .site-content.departments .gm-style-pbc + div > div > div > div > div > div {
      width: 260px !important; }
    .site-content.departments .map-wrapper .gm-style-iw > div {
      max-width: 260px !important; }
    .site-content.departments .map-wrapper .gm-style-iw > div > div {
      width: 260px !important; }
    .site-content.departments .map-wrapper .gm-style-iw > div {
      max-width: 260px !important; }
    .site-content.departments .short-info-popup .short-info-body .short-info-button-wrapper .button-card a {
      font-size: 12px;
      line-height: 14px;
      min-width: auto;
      padding: 3px 5px;
      height: 40px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -moz-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -moz-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    .site-content.departments .short-info-popup .short-info-body .short-info-button.button-show-more a {
      font-size: 12px;
      line-height: 14px;
      padding: 8px 10px;
      min-width: auto; }
    .site-content.departments .form-checkbox label:hover:after {
      opacity: 0; }
    .site-content.departments .form-checkbox .form-area:checked + .form-label:after {
      opacity: 1 !important; }
    .site-content.departments .list-wrapper .object-block .object-working-time .working-details .collateral-item_v {
      font-size: 14px;
      line-height: 16px; }
    .site-content.departments .list-wrapper .object-block .object-working-time .working-days .standart-nav_link {
      font-size: 14px;
      line-height: 16px; }
    .site-content.departments .list-wrapper .object-block .object-working-time .working-details .working-details_item:last-child {
      margin-top: 0; }
  .menu-b .menu-bank_wrap .btn.menu-bank:before {
    display: none; }
  .main.main-corp .services {
    padding: 15px; }
    .main.main-corp .services .services-wrap {
      padding: 15px; }
    .main.main-corp .services .services-title_text {
      width: -webkit-calc(100% - 40px);
      width: -moz-calc(100% - 40px);
      width: calc(100% - 40px);
      font-size: 18px;
      line-height: 22px; }
    .main.main-corp .services .services-title_icon {
      margin-left: 0; }
    .main.main-corp .services .services-block {
      display: block; }
    .main.main-corp .services .services-item {
      width: 100%;
      padding-right: 0; }
      .main.main-corp .services .services-item:after {
        display: none; }
    .main.main-corp .services .services-link {
      font-size: 16px;
      line-height: 20px; }
  .main.main-corp .credits {
    padding-top: 15px; }
  .main.main-corp .credits-slider .credits-slider_name {
    font-size: 20px;
    line-height: 24px; }
  .main.main-corp .credits-slider .credits-slider_text, .main.main-corp .credits-slider p {
    font-size: 14px;
    line-height: 20px; }
  .main.main-corp .valute-wrap {
    margin-top: 0; }
  .menu .menu-nav_more .header-loc.city-loc {
    border-bottom: 0;
    background-image: url(../img/icons/i_building.svg); }
    .menu .menu-nav_more .header-loc.city-loc .header-loc_text {
      color: #fff; }
    .menu .menu-nav_more .header-loc.city-loc .select2-container {
      margin-left: 5px; }
    .menu .menu-nav_more .header-loc.city-loc .select2-selection__rendered {
      font-size: 13px; }
  .table-line.table-head {
    display: none; }
  .menu .menu-nav_more .header-loc_all:hover {
    text-decoration: none; }
  .menu .menu-nav_more .header-contacts_all:hover {
    text-decoration: none; }
  .menu .menu-search:hover {
    text-decoration: none; }
  .menu .menu-chat:hover {
    text-decoration: none; }
  .menu .menu-bank:before {
    display: none; }
  .menu .menu-bank:hover {
    background-color: rgba(255, 255, 255, 0); }
  .site.modify .site-content.main {
    padding-top: 50px; }
  .wrap {
    padding: 10px 15px; }
  .main.main-corp .credits-slider_item.packages .credits-slider_wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse; }
    .main.main-corp .credits-slider_item.packages .credits-slider_wrap .packages-item_visual {
      margin-bottom: 15px;
      width: -webkit-calc(100% - 20px);
      width: -moz-calc(100% - 20px);
      width: calc(100% - 20px); }
    .main.main-corp .credits-slider_item.packages .credits-slider_wrap .credits-slider_block {
      width: 100%;
      padding-left: 0;
      padding: 0 15px; }
  .header-bank_link:before {
    display: none; }
  .main .pr {
    display: block; }
    .main .pr .pr-cont {
      width: 100%;
      padding-right: 0; }
    .main .pr .pr-side {
      width: 100%;
      border-left: 0; }
      .main .pr .pr-side .btn {
        min-width: 290px;
        margin-top: 15px; }
  .main .credits-slider .slick-dots {
    bottom: 40px; }
  .main .credits-slider .slick-arrow {
    bottom: 40px; }
  .deposit .credits-item .credits-item_img {
    max-width: 100%; }
  .credits-one:not(.packages-one) .credits-promo {
    background-image: none !important;
    background-color: #006fc7; }
  .main-movie {
    display: none; }
  .main-corp .services-link {
    font-size: 14px;
    line-height: 16px; }
  .main-corp .credits-slider_action .btn {
    display: block;
    width: 290px; }
  .main .credits-slider .btn {
    width: 290px; }
  .credits-one .credits-item_info .credits-item_b {
    max-width: 100%; }
  .static .static-step {
    margin: 20px 0;
    display: block; }
  .static .static-step_item {
    width: 100%;
    margin-bottom: 25px; }
    .static .static-step_item br {
      display: none; }
    .static .static-step_item .btn {
      margin-top: 10px; }
  .static .static-step_sep {
    display: none; }
  .static .static-plus {
    display: block; }
  .static .static-plus_item {
    width: 100%;
    margin-bottom: 25px; }
  .static .static-plus_head {
    margin-bottom: 10px; }
  .static .static-up {
    margin-bottom: 25px;
    display: block; }
  .static .static-up_item {
    margin-top: 10px;
    width: 100%;
    margin-right: 0; }
  .static .static-up_sep {
    margin-bottom: 15px; }
  .static .static-info {
    margin: 25px 0;
    padding: 15px 15px;
    display: block; }
  .static .static-info_text {
    width: 100%;
    padding: 0; }
  .static .static-info_b {
    width: 100%;
    text-align: center;
    margin-top: 10px; }
  .static .static-system {
    margin-bottom: 25px;
    padding: 15px 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .static .static-step_item:nth-child(3) .static-step_num {
    left: -2px; }
  .exchange-date_val .custom-standart-datepicker, .standart-datepicke.static .static-step_item:nth-child(3) .static-step_numr {
    min-width: 125px; } }

@media screen and (max-width: 680px) {
  .main .promo-slider_name {
    font-size: 18px;
    line-height: 22px; }
  .main .promo-slider_block .btn {
    left: -130%; }
  .static-nav a {
    font-size: 12px;
    padding: 5px 10px; }
    .static-nav a:nth-child(4n) {
      margin-right: 0; }
  .static .static-system_icon {
    height: 60px; }
  .static .static-system_desc {
    font-size: 12px;
    line-height: 14px; } }

@media screen and (max-width: 540px) {
  .popup.popup-ib {
    width: 90%; }
    .popup.popup-ib .popup-block {
      display: block;
      padding: 15px 15px; }
    .popup.popup-ib .popup-title {
      min-height: auto;
      font-size: 16px; }
    .popup.popup-ib .popup-item {
      padding: 0;
      margin-bottom: 15px;
      border-right: 0;
      border-bottom: solid 1px #cccccc;
      padding-bottom: 15px; }
      .popup.popup-ib .popup-item:last-child {
        padding-bottom: 0;
        border-bottom: 0;
        margin-bottom: 0; }
      .popup.popup-ib .popup-item .btn {
        display: block;
        margin: 0 auto; }
    .popup.popup-ib .popup-reg {
      margin-top: 10px; }
  .packages .packages-selected_val {
    font-size: 14px;
    line-height: 16px; }
  .packages .packages-selected_item {
    margin-bottom: 0;
    padding: 0;
    padding-right: 10px; }
    .packages .packages-selected_item:last-child {
      padding-right: 0; }
  .packages .packages-selected_desc {
    font-size: 12px;
    line-height: 12px;
    margin-top: 5px; }
  .packages .packages-selected-wrap {
    display: block;
    padding: 8px 15px;
    height: 80px; }
    .packages .packages-selected-wrap .btn {
      padding: 3px 10px;
      margin-top: 5px; }
  .static-nav {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .static-nav a {
    width: -webkit-calc(50% - 3px);
    width: -moz-calc(50% - 3px);
    width: calc(50% - 3px);
    margin-right: 0;
    line-height: 12px;
    padding: 5px 5px; }
    .static-nav a:nth-child(4n) {
      margin-right: 0; }
  .collateral-top {
    display: block; }
    .collateral-top .collateral-all {
      margin-bottom: 10px; }
  .static .static-system_item {
    width: 50%;
    margin-bottom: 25px; }
  .static .static-system {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .static .static-info_b {
    text-align: left; }
  .exchange .exchange-date {
    display: block; }
  .exchange .exchange-date_text {
    display: block; }
    .exchange .exchange-date_text:after {
      content: ':'; }
  .exchange .exchange-date_val {
    margin-left: 0; }
  .ui-datepicker {
    z-index: 999 !important; } }
