/* ////////////////////////////////////////////////  RESET STYLES  //////////////////////////////////////////////// */

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
u,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  outline: none;
}

table,
tr,
th,
td {
  border-collapse: collapse;
  border-spacing: 0;
}

caption,
th,
td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

q:before,
q:after,
blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

a img {
  border: none;
}

img {
  vertical-align: top;
}

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

:focus {
  outline: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
main {
  display: block;
}

/* //////////////////////////////////////////////// FONTS //////////////////////////////////////////////// */

@font-face {
  font-family: 'icons';
  src: url("fonts/icons.woff") format("woff");
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"]:before,
[class*=" icon-"]:before { /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1; /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-inst:before {
  content: "\e91d";
}

.icon-vk:before {
  content: "\e91e";
}

.icon-fb:before {
  content: "\e91f";
}

.icon-yt:before {
  content: "\e920";
}

.icon-zoom-plus:before {
  content: "\e900";
}

.icon-send:before {
  content: "\e901";
}

.icon-print:before {
  content: "\e902";
}

.icon-person:before {
  content: "\e903";
}

.icon-minimize:before {
  content: "\e904";
}

.icon-menu:before {
  content: "\e905";
}

.icon-download:before {
  content: "\e906";
}

.icon-date:before {
  content: "\e907";
}

.icon-assignment:before {
  content: "\e908";
}

.icon-add:before {
  content: "\e909";
}

.icon-close:before,
.cancel-load-file-btn:before,
.header-controls-btn.show-menu-btn:after {
  content: "\e90a";
}

.icon-quality:before {
  content: "\e90b";
}

.icon-bell:before {
  content: "\e90c";
}

.icon-attachment:before {
  content: "\e90d";
}

.icon-clock:before {
  content: "\e90e";
}

.icon-email:before {
  content: "\e90f";
}

.icon-arrow-dropdown:before {
  content: "\e910";
}

.icon-expand-less:before {
  content: "\e911";
}

.icon-expand-more:before,
.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  content: "\e912";
}

.icon-chevron-left:before,
.slick-arrow.slick-prev:before {
  content: "\e913";
}

.icon-chevron-right:before,
.slick-arrow.slick-next:before {
  content: "\e914";
}

.icon-arrow-right:before {
  content: "\e915";
}

.icon-mail:before {
  content: "\e916";
}

.icon-peace:before {
  content: "\e917";
}

.icon-phone:before {
  content: "\e918";
}

.icon-place:before {
  content: "\e919";
}

.icon-search:before {
  content: "\e91a";
}

.icon-subway:before {
  content: "\e91b";
}

.icon-user-pin:before {
  content: "\e91c";
}

.icon-support:before {
  content: "\e921";
}

.icon-book:before {
  content: "\e922";
}

.icon-repair:before {
  content: "\e923";
}

.icon-hour:before {
  content: "\e924";
}

.icon-pano-play:before {
  content: "\e925";
}

.icon-checked:before {
  content: "\e926";
}

/* ////////////////////////////////////////////////  GLOBAL STYLES //////////////////////////////////////////////// */

html {
  margin: 0;
  padding: 0;
  font-size: 10px;
}

html.is-locked,
html.is-locked body {
  position: relative;
  overflow-y: hidden;
}

body {
  position: relative;
  color: #000;
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  font-weight: normal;
  font-size: 1.6rem;
  line-height: 1.38;
  background: #fff;
  height: 100%;
  min-height: 100%;
  width: 100%;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeSpeed;
}

body.compensate-for-scrollbar {
  overflow: unset !important;
}

.global-locked-transitions * {
  -webkit-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

.global-wrapper {
  position: relative;
  overflow: hidden;
  padding-top: 3.2rem;
}

.base-content {
  background-color: #fff;
  position: relative;
  z-index: 1;
    padding-top: 56px;
}

.inner-width {
  max-width: 1408px;
  margin: 0 auto;
}

.block-with-side__content {
  float: left;
  width: 74%;
  padding-bottom: 4rem;
}

.block-with-side__side {
  float: right;
  width: 23.3%;
}

.block-with-side__reduce-content {
  max-width: 93rem;
}

/***** SIDE MENU *****/

.side-menu {
  padding-bottom: 4rem;
}

.side-menu__item {
  list-style: none;
}

.side-menu__link {
  display: block;
  padding: 1.5rem;
}

.side-menu__link.is-active {
  background-color: rgba(30, 118, 186, 0.12);
  cursor: default;
}

.side-menu__link.is-active:hover {
  color: #1e76ba;
}

/* Slider */

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -ms-transform: translate3d(0, 0, 0);
  -webkit-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;
}

.select2-container {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
  -ms-user-select: none;
  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;
  -o-text-overflow: ellipsis;
  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 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-user-select: none;
}

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

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

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
  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;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  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;
  -moz-user-select: none;
  -ms-user-select: none;
  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%;
  -webkit-box-sizing: border-box;
  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;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !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 {
  -webkit-box-sizing: border-box;
  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;
  -webkit-box-shadow: none;
  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-gradient(linear, left top, left bottom, color-stop(50%, white), to(#eeeeee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(#cccccc));
  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-gradient(linear, left top, left bottom, from(white), color-stop(50%, #eeeeee));
  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-gradient(linear, left top, left bottom, color-stop(50%, #eeeeee), to(white));
  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;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  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;
  -webkit-box-shadow: none;
  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;
}

/* //////////////////////////////////////////////// UI //////////////////////////////////////////////// */

/***** FAST STYLES *****/

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

._right-text {
  text-align: right;
}

._bold {
  font-weight: bold;
}

._italic {
  font-style: italic;
}

._nowrap {
  white-space: nowrap;
}

._leften {
  float: left;
}

._righten {
  float: right;
}

.clear {
  clear: both;
  position: relative;
  height: 0px;
}

.fw:after {
  content: "\0020";
  display: block;
  height: 0;
  visibility: hidden;
  clear: both;
}

.is-hide {
  display: none;
}

/***** TEXT *****/

a {
  color: #1e76ba;
  text-decoration: none;
}

a:hover {
  color: #eb2128;
}

h1,
.h1 {
  font-weight: bold;
  font-size: 6.2rem;
  line-height: 1;
  letter-spacing: -1px;
  margin-bottom: 2.5rem;
}

h2,
.h2 {
  font-weight: bold;
  font-size: 4.8rem;
  line-height: 1;
  margin-bottom: 3.2rem;
  letter-spacing: -0.5px;
}

h3,
.h3 {
  font-weight: bold;
  font-size: 3.4rem;
  line-height: 1;
  letter-spacing: -0.5px;
  margin-bottom: 2.5rem;
}

h4,
.h4 {
  font-weight: bold;
  font-size: 2.8rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

h5,
.h5 {
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

h6,
.h6 {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.2;
  margin-bottom: 2.5rem;
}

img {
  max-width: 100%;
}

.static-text--cropped {
  max-width: 93rem;
}

.static-text p + h1,
.static-text p + h2,
.static-text p + h3,
.static-text p + h4,
.static-text p + h5,
.static-text p + table,
.static-text p + img,
.static-text ul + h1,
.static-text ul + h2,
.static-text ul + h3,
.static-text ul + h4,
.static-text ul + h5,
.static-text ul + table,
.static-text ul + img,
.static-text ol + h1,
.static-text ol + h2,
.static-text ol + h3,
.static-text ol + h4,
.static-text ol + h5,
.static-text ol + table,
.static-text ol + img,
.static-text img + h1,
.static-text img + h2,
.static-text img + h3,
.static-text img + h4,
.static-text img + h5,
.static-text img + table,
.static-text img + img,
.static-text table + h1,
.static-text table + h2,
.static-text table + h3,
.static-text table + h4,
.static-text table + h5,
.static-text table + table,
.static-text table + img {
  margin-top: 3rem;
}

.static-text p a {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.static-text p a:hover {
  opacity: 0.7;
}

.static-text p,
.static-text img {
  margin-bottom: 1.5rem;
}

.static-text h1,
.static-text h2,
.static-text h3,
.static-text h4,
.static-text h5,
.static-text h6 {
  margin-bottom: 2rem;
}

.static-text ul,
.static-text ol,
.static-text table {
  margin-bottom: 3rem;
}

.static-text ul {
  list-style: none;
}

.static-text ul li {
  position: relative;
  padding-left: 4rem;
  margin-bottom: 1.5rem;
}

.static-text ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 2.4rem;
  height: 0.2rem;
  background-color: #1e76ba;
}

.static-text ol {
  list-style: none;
  counter-reset: li;
}

.static-text ol li {
  position: relative;
  padding-left: 2rem;
  margin-bottom: 0.5rem;
}

.static-text ol li:before {
  content: counter(li) ".";
  counter-increment: li;
  color: #1e76ba;
  position: absolute;
  left: 0;
  top: 0;
}

.static-text table {
  width: 100%;
}

.static-text table th {
  font-weight: bold;
  padding: 0 0.5rem 2.3rem;
  font-size: 1.6rem;
  border-bottom: 2px solid #0e2639;
  line-height: 1.2;
}

.static-text table th:first-child {
  padding-left: 0;
}

.static-text table th:last-child {
  padding-right: 0;
}

.static-text table td {
  vertical-align: top;
  border-bottom: 1px solid #0e2639;
  padding: 2.5rem 0.5rem;
}

.static-text table td:first-child {
  padding-left: 0;
}

.static-text table td:last-child {
  padding-right: 0;
}

/***** BUTTONS *****/

.btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  min-width: 13.5rem;
  padding: 0 2rem;
  margin: 0;
  height: 3.6rem;
  line-height: 3.6rem;
  font-size: 1.4rem;
  font-weight: 500;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: #1e76ba;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.btn:hover {
  background-color: #42acef;
  color: #fff;
}

.btn._type-2 {
  background-color: #fff;
  border: 1px solid #1e76ba;
  line-height: 3.4rem;
  color: #1e76ba;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.btn._type-2:hover {
  border-color: #42acef;
  color: #42acef;
}

.btn-with-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding: 0 5.5rem 0 1.6rem;
  margin: 0;
  height: 6.4rem;
  line-height: 6.4rem;
  font-size: 1.4rem;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
  border: none;
  border-radius: 0;
  background-color: #eb2128;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  text-decoration: none;
  white-space: nowrap;
  text-align: left;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.btn-with-icon:hover {
  background-color: #d91e25;
  color: #fff;
}

.btn-with-icon:before {
  position: absolute;
  right: 1.6rem;
  top: 50%;
  font-size: 2.3rem;
  margin-top: -1.2rem;
}

.soclink {
  position: relative;
  display: inline-block;
  width: 3.2rem;
  height: 3.2rem;
  line-height: 1;
  text-decoration: none;
  color: #eb2128;
  font-size: 3.2rem;
  margin-right: 1.5rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

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

.soclink:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.soclink:hover {
  color: #d91e25;
}

.close-btn {
  position: absolute;
  width: 4.8rem;
  height: 4.8rem;
  background: #1e76ba;
  border: none;
  border-radius: 0;
  padding: 0;
  cursor: pointer;
  top: 1.5rem;
  right: -0.5rem;
  color: #fff;
  text-align: center;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  z-index: 5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.close-btn:before {
  font-size: 2.4rem;
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.close-btn:hover {
  background-color: #42acef;
}

/***** FORM *****/

.form-field {
  position: relative;
  margin-bottom: 2.8rem;
}

.form-field__placeholder {
  position: absolute;
  left: 1.6rem;
  font-size: 1.6rem;
  color: rgba(0, 0, 0, 0.56);
  top: 1.6rem;
  -webkit-transition: all cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  -o-transition: all cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
  transition: all cubic-bezier(0.25, 0.8, 0.25, 1) 0.25s;
}

.is-focus .form-field__placeholder,
.is-filled .form-field__placeholder {
  font-size: 1.2rem;
  top: 0.5rem;
  color: #1e76ba;
}

.is-error-field .form-field__placeholder {
  color: #eb2128;
}

.form-field__error-message {
  position: absolute;
  top: 100%;
  left: 0;
  color: #eb2128;
  font-size: 1.2rem;
  margin-top: 0.2rem;
  visibility: hidden;
  opacity: 0;
}

.is-error-field .form-field__error-message {
  visibility: visible;
  opacity: 1;
}

input,
textarea {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
}

.input-text,
.textarea {
  font-family: "Roboto", Arial, Helvetica, sans-serif;
  width: 100%;
  border: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.56);
  border-radius: 0;
  font-size: 1.6rem;
  font-weight: normal;
  color: #000;
  background: rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: none;
  box-shadow: none;
  outline: none;
  position: relative;
  z-index: 1;
}

.input-textarea-container {
  background: rgba(0, 0, 0, 0.04);
  border-bottom: 1px solid rgba(0, 0, 0, 0.56);
  padding: 2rem 0 0;
}

.input-textarea-container textarea {
  resize: none !important;
  height: 180px;
  background: none;
  border-bottom: none;
  margin-top: 0px;
  margin-bottom: 0px;
  display: block;
  padding: 0 1.6rem 1rem 1.6rem;
}

.input-text:focus,
.textarea:focus {
  border-bottom-color: #1e76ba;
}

.is-error-field .input-text,
.is-error-field .textarea {
  border-bottom-color: #eb2128;
}

.is-error-field .input-text::-webkit-input-placeholder,
.is-error-field .textarea::-webkit-input-placeholder {
  color: #eb2128;
}

.is-error-field .input-text::-moz-placeholder,
.is-error-field .textarea::-moz-placeholder {
  color: #eb2128;
}

.is-error-field .input-text:-moz-placeholder,
.is-error-field .textarea:-moz-placeholder {
  color: #eb2128;
}

.is-error-field .input-text:-ms-input-placeholder,
.is-error-field .textarea:-ms-input-placeholder {
  color: #eb2128;
}

.is-ok-field .input-text,
.is-ok-field .textarea {
  color: #000;
}

.input-text {
  height: 5.6rem;
  padding: 2rem 1.6rem 1rem;
}

.textarea {
  height: 12.5rem;
  padding: 1.5rem 1.6rem;
  resize: none;
  vertical-align: top;
}

._with-placeholder::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.56);
}

._with-placeholder::-moz-placeholder {
  color: rgba(0, 0, 0, 0.56);
}

._with-placeholder:-moz-placeholder {
  color: rgba(0, 0, 0, 0.56);
}

._with-placeholder:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.56);
}

._with-placeholder:focus::-webkit-input-placeholder {
  color: transparent;
}

._with-placeholder:focus::-moz-placeholder {
  color: transparent;
}

._with-placeholder:focus:-moz-placeholder {
  color: transparent;
}

._with-placeholder:focus:-ms-input-placeholder {
  color: transparent;
}

.form-field-phone.is-transparent {
  color: transparent !important;
}

.form-field.is-focus .form-field-phone.is-transparent {
  color: #000 !important;
}

/*** Select ***/

select._small + .select2-container .select2-selection--single {
  height: 4rem;
  padding-top: 1.2rem;
}

.select2-container {
  width: auto !important;
  min-width: 8rem;
}

.select2-container.select2-container--open .select2-selection--single {
  border-bottom-color: transparent;
}

.select2-container.select2-container--open .select2-dropdown {
  border-top: 1px solid #000;
}

.select2-container .select2-selection--single {
  background: #fff;
  border: none;
}

.select2-container.select2-container--disabled .select2-selection--single {
  background-color: transparent;
}

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__placeholder {
  color: transparent;
}

.select2-container.select2-container--disabled .select2-selection--single .select2-selection__arrow:before {
  color: #000;
}

.select2-container--default .select2-selection--single {
  background: #F5F5F5;
  border-bottom: 1px solid #000;
  border-radius: 0;
  height: 4.5rem;
  padding-top: 1.5rem;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1;
  padding-left: 1.6rem;
  padding-right: 4rem;
  position: relative;
}

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

.select2-container--default .select2-selection--single .select2-selection__arrow {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  height: auto;
  width: 3.6rem;
  line-height: 1;
  font-size: 0.7rem;
  color: #000;
}

.select2-container--default .select2-selection--single .select2-selection__arrow:before {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -0.2rem 0 0 -0.5rem;
  font-family: 'icons';
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background: transparent;
  color: #000;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background: transparent;
  color: #000;
  font-weight: bold;
  cursor: default;
}

.select2-dropdown {
  border: 1px solid #000;
  background-color: #F5F5F5;
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.08);
  margin-top: 0;
  min-width: 20rem;
  border-radius: 0;
  padding: 0.5rem 0;
}

.select2-dropdown.dropdown-sorting {
  position: absolute !important;
  right: 0;
  top: 0;
  width: 20rem !important;
}

.select2-results__option {
  padding: 0.7rem 1rem;
  font-size: 1.5rem;
  font-weight: normal;
  line-height: 1.1;
  color: #000;
}

/***** Checkbox *****/

.checkbox {
  display: inline-block;
  position: relative;
  cursor: pointer;
}

.checkbox._with-label {
  min-height: 2rem;
  padding-left: 3rem;
  line-height: 1;
}

.checkbox._with-label:hover .checkbox__label {
  color: #1e76ba;
}

.checkbox._with-label .checkbox__btn {
  position: absolute;
  left: 0;
  top: 0;
}

.checkbox:hover .checkbox__btn {
  border-color: #1e76ba;
}

.checkbox__field {
  display: none;
}

.checkbox__field:checked + .checkbox__btn {
  background: #1e76ba;
  border-color: #1e76ba;
}

.checkbox__field:checked + .checkbox__btn:before {
  opacity: 1;
}

.checkbox__field:disabled + .checkbox__btn {
  cursor: default;
  opacity: 0.6;
}

.checkbox__field:disabled + .checkbox__btn + .checkbox__label {
  opacity: 0.6;
  cursor: default;
}

.checkbox__btn {
  display: inline-block;
  vertical-align: middle;
  width: 1.8rem;
  height: 1.8rem;
  background: #fff;
  border: 2px solid rgba(0, 0, 0, 0.56);
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox__btn:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin: -0.4rem 0 0 -0.5rem;
  font-size: 0.9rem;
  color: #fff;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.checkbox__label {
  font-size: 1.6rem;
  line-height: 1.2;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/***** Load file *****/

.load-file {
  padding-top: 0.5rem;
}

.load-file-link {
  cursor: pointer;
  position: relative;
}

.is-uploaded .load-file-link {
  display: none;
}

.load-file-link__field {
  display: none;
}

.load-file-link__text {
  display: inline-block;
  vertical-align: middle;
  height: 2.4rem;
  line-height: 2.4rem;
  position: relative;
  color: #1e76ba;
  padding-left: 4rem;
  font-size: 1.6rem;
}

.is-error-field .load-file-link__text {
  color: #eb2128;
}

.load-file-link__text:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  vertical-align: middle;
  line-height: 1;
}

.load-file-link__text:hover {
  color: #eb2128;
}

.uploaded-file-name {
  vertical-align: middle;
  position: relative;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  height: 2.4rem;
  padding-right: 3.5rem;
  line-height: 2.4rem;
  font-size: 1.6rem;
  display: none;
}

.is-uploaded .uploaded-file-name {
  display: inline-block;
}

.uploaded-file-name__val {
  color: #1e76ba;
  font-size: 1.6rem;
  font-weight: normal;
}

.is-uploaded .uploaded-file-name__val {
  color: #1e76ba;
}

.cancel-load-file-btn {
  border: none;
  position: absolute;
  font-size: 2.4rem;
  right: 0;
  top: 0%;
  cursor: pointer;
  color: #eb2128;
  display: none;
}

.cancel-load-file-btn:hover {
  color: #d91e25;
}

.is-uploaded .cancel-load-file-btn {
  display: block;
}

.uploaded-file-info {
  display: none;
}

/***** OVERLAY *****/

.global-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  background: #000;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .4s;
  -o-transition: .4s;
  transition: .4s;
}

.global-overlay.is-show {
  opacity: 0.5;
  visibility: visible;
  cursor: pointer;
}

/***** SLIDER CONTROLS *****/

.slick-dots {
  padding-top: 2rem;
  text-align: center;
  list-style: none;
  line-height: 1;
  z-index: 5;
}

.slick-dots li {
  display: inline-block;
  vertical-align: top;
  height: 1.4rem;
  font-size: 0;
  line-height: 0;
  padding: 0.4rem;
  cursor: pointer;
}

.slick-dots li.slick-active button {
  width: 2.4rem;
  background: #1e76ba;
}

.slick-dots button {
  font-size: 0;
  line-height: 0;
  color: transparent;
  background: #c0ccd8;
  width: 0.8rem;
  height: 0.8rem;
  border: none;
  padding: 0;
  cursor: pointer;
}

.slick-arrow {
  position: absolute;
  top: 50%;
  width: 6.4rem;
  height: 6.4rem;
  margin-top: -3.2rem;
  background: transparent;
  color: transparent;
  font-size: 0;
  border: none;
  border-radius: 0;
  cursor: pointer;
  padding: 0;
  z-index: 5;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.slick-arrow:before {
  font-family: 'icons';
  color: #1e76ba;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -3.2rem 0 0 -3.2rem;
  font-size: 6.4rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.desktop .slick-arrow:hover:before {
  color: #eb2128;
}

.slick-arrow.slick-prev {
  left: 0;
}

.slick-arrow.slick-next {
  right: 0;
}

.slick-dotted .slick-arrow {
  margin-top: -4.2rem;
}

/***** HELP *****/

.help {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin-left: 0.5rem;
}

.help._left-pos .help-content {
  left: -1.5rem;
}

.help._right-pos .help-content {
  left: auto;
  right: -1.5rem;
}

.help.is-show .help-content-wrapper {
  visibility: visible;
  opacity: 1;
}

.help-btn {
  position: relative;
  display: inline-block;
  width: 2rem;
  height: 2rem;
  line-height: 1;
  font-size: 1rem;
  border-radius: 50%;
  background: #0e2639;
  color: #000;
  text-decoration: none;
  text-align: center;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.help-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.help-btn:hover {
  background: #42acef;
}

.help-content-wrapper {
  position: absolute;
  top: -0.5rem;
  left: 50%;
  z-index: 20;
  visibility: hidden;
  opacity: 0;
}

.help-content-wrapper:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  margin-top: -1px;
  margin-left: -0.9rem;
  border: 0.9rem solid transparent;
  border-bottom-width: 0;
  border-top-color: #fff;
  z-index: 1;
}

.help-content {
  position: absolute;
  bottom: 0;
  left: -12.5rem;
  width: 25rem;
  background: #fff;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.1);
  border-radius: 3px;
  padding: 1.7rem 1.5rem;
  font-weight: 300;
  font-size: 1.2rem;
  line-height: 1.4;
}

/***** PAGING *****/

.paging {
  text-align: center;
  padding: 3rem 0;
}

.paging._with-top-border {
  border-top: 1px solid #0e2639;
  margin-top: 4rem;
}

.paging .load-more-btn {
  display: none;
}

.paging-btn {
  width: 20rem;
}

.paging-btn.paging-btn_prev {
  margin-right: 1rem;
}

.paging-btn.paging-btn_next {
  margin-left: 1rem;
}

.paging-item {
  display: inline-block;
  vertical-align: middle;
  width: 4rem;
  height: 4rem;
  line-height: 4rem;
  text-align: center;
  font-size: 1.5rem;
  color: #000;
  border-radius: 50%;
  margin: 0.15rem;
}

.paging-item.is-active {
  background-color: #1e76ba;
  color: #fff;
}

/***** TAG FILTER *****/

.tag-filter {
  margin-bottom: 3.2rem;
}

.tag-filter-item {
  display: inline-block;
  vertical-align: top;
  margin: 0 0.8rem 0.8rem 0;
  cursor: pointer;
}

.tag-filter-item:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

.tag-filter-item:hover .tag-filter-item__button {
  color: #1e76ba;
}

.tag-filter-item__field {
  display: none;
}

.tag-filter-item__field:checked + .tag-filter-item__button {
  padding-right: 4rem;
  border-color: #1e76ba;
  color: #1e76ba;
  background-color: rgba(30, 118, 186, 0.12);
}

.tag-filter-item__field:checked + .tag-filter-item__button:before {
  display: block;
}

.tag-filter-item__button {
  display: inline-block;
  position: relative;
  height: 3.2rem;
  line-height: 3rem;
  padding: 0 1.2rem;
  font-size: 1.4rem;
  color: rgba(0, 0, 0, 0.56);
  border: 1px solid rgba(0, 0, 0, 0.38);
  background-color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.tag-filter-item__button:before {
  position: absolute;
  right: 1.2rem;
  top: 50%;
  font-size: 1.6rem;
  margin-top: -0.8rem;
  display: none;
}

/***** ACCORDION *****/

.accordion-item {
  border-top: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.accordion-item:last-child {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.accordion-item.is-show {
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 20px 1px rgba(0, 0, 0, 0.1);
  border-top-color: transparent;
  border-bottom-color: transparent;
}

.accordion-item.is-show .accordion-item__content {
  display: block;
}

.accordion-item.is-show .accordion-item__header {
  color: #000;
}

.accordion-item.is-show .accordion-item__header:before {
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-item.is-show + .accordion-item {
  border-top-color: transparent;
}

.accordion-item__header {
  position: relative;
  padding: 2.5rem 6rem 2.5rem 2.5rem;
  cursor: pointer;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.1;
  color: #1e76ba;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.accordion-item__header:before {
  position: absolute;
  font-size: 2.4rem;
  top: 50%;
  right: 2.5rem;
  margin-top: -1.2rem;
}

.accordion-item__header:hover {
  color: #000;
}

.accordion-item__content {
  padding: 0.2rem 2.5rem 2.5rem;
  display: none;
}

/***** PHOTO-TEXT *****/

.photo-text-item__text--no-top-text-padding {
  padding-top: 0 !important;
}

.photo-text-item__wrap {
  position: relative;
}

.photo-text-item__wrap .photo-text-item:nth-child(n) {
  -ms-flex-direction: row;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
}

.photo-text-item__wrap .photo-text-item:nth-child(n) .photo-text-item__text {
  padding: 6.4rem 0 6.4rem 6.4rem;
}

.photo-text-item__wrap:nth-child(odd) .photo-text-item {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.photo-text-item__wrap:nth-child(odd) .photo-text-item .photo-text-item__text {
  padding-left: 0;
  padding-right: 6.4rem;
}

.photo-text-item__wrap--gray-bg::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: calc(50% - 10rem);
  width: 100vw;
  bottom: 0;
  background-color: #f0f4f8;
}

.photo-text-item__wrap--gray-bg:nth-child(odd)::before {
  right: calc(50% - 10rem);
  left: auto;
}

.photo-text-item__wrap--gray-bg .photo-text-item__main-title {
  padding-top: 8rem;
}

.photo-text-item__main-title {
  padding-bottom: 2rem;
}

.photo-text-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
  margin-bottom: 6.4rem;
}

.photo-text-item:nth-child(odd) {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.photo-text-item:nth-child(odd) .photo-text-item__text {
  padding-left: 0;
  padding-right: 6.4rem;
}

.photo-text-item__photo {
  width: 50%;
  /*min-height: 51.5rem;*/
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
div.photo-text-item__photo {
  min-height: 51.5rem;
}

.photo-text-item__photo__img {
  /*width: 50%;*/
  min-height: 51.5rem;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.photo-text-item__text {
  position: relative;
  width: 50%;
  padding: 0 0 6.4rem 6.4rem;
}

.photo-text-item__text--full-width {
  width: 100%;
}

.photo-text-item__text h3 {
  margin-top: 6rem;
}

.photo-text-item__text h3:first-child {
  margin-top: 0;
}

.photo-text-item__text p, .photo-text-item__text img {
  margin-bottom: 1.5rem;
}

.photo-text-item__text a {
  display: block;
  margin-top: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}

.photo-text-item__description p:last-child {
  margin-bottom: 0;
}

.photo-text-item__description + h3,
.photo-text-item__description + div.h3 {
  margin-top: 6rem;
}

.photo-text-item__link {
  display: inline-block;
  margin-top: 1.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}

/***** TABS *****/

.tabs._white {
  color: #fff;
}

.tabs._white .tabs-header {
  border-bottom-color: rgba(255, 255, 255, 0.7);
}

.tabs._white .tabs-header-item {
  color: rgba(255, 255, 255, 0.7);
}

.tabs._white .tabs-header-item:hover {
  color: #fff;
}

.tabs._white .tabs-header-item.is-active {
  color: #fff;
}

.tabs._white .tabs-header-item.is-active:before {
  background-color: #fff;
}

.tabs-header {
  border-bottom: 1px solid #000;
}

.tabs-header-item {
  display: inline-block;
  vertical-align: top;
  min-width: 25rem;
  padding: 0 2rem;
  height: 6rem;
  line-height: 6rem;
  position: relative;
  text-transform: uppercase;
  text-align: center;
  cursor: pointer;
}

.tabs-header-item.is-active {
  cursor: default;
}

.tabs-header-item.is-active:before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -1px;
  height: 0.4rem;
  background-color: #1e76ba;
}

.tabs-content-item {
  display: none;
  padding-top: 3rem;
}

.tabs-content-item.is-active {
  display: block;
}

/***** INFO TEXT *****/

.info-text {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.info-text__photo {
  width: 57%;
}

.info-text__photo img {
  width: 100%;
}

.info-text__info {
  width: 35%;
}

/***** INSTAGRAM LIST *****/

.instagram-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.instagram-list-item {
  width: 20%;
}

.instagram-list-item__content {
  display: block;
  padding-top: 100%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.instagram-list-item__content:hover:before {
  opacity: 1;
}

.instagram-list-item__content:hover:after {
  opacity: 0.8;
}

.instagram-list-item__content:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 8rem;
  margin: -4rem 0 0 -4rem;
  color: #fff;
  z-index: 1;
  opacity: 0;
}

.instagram-list-item__content:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e76ba;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

/* //////////////////////////////////////////////// HEADER //////////////////////////////////////////////// */

.header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
  z-index: 10;
}

.header-content {
  height: 8.8rem;
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 20px 1px rgba(0, 0, 0, 0.1);
  background-color: #eb2128;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  position: relative;
}

.logo {
  display: inline-block;
  width: 28.7rem;
  vertical-align: middle;
}

.logo img {
  width: 100%;
  vertical-align: top;
}

.logo-1c {
  margin-left: 1.6rem;
  vertical-align: middle;
}

.header-right {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
}

/***** TOP MENU *****/

.top-menu-bg {
  position: absolute;
  top: 3rem;
  left: 0;
  right: 0;
  height: calc(100vh - 3rem);
  background-color: #0e2639;
  z-index: 50;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  display: none;
}

.top-menu {
  height: 100%;
}

.top-menu__list {
  height: 100%;
}

.top-menu__item {
  list-style: none;
  display: inline-block;
  height: 100%;
  vertical-align: top;
  position: relative;
}

.top-menu__item:hover .top-menu__item-link {
  background: #d91e25;
  color: #fff;
}

.top-menu__item:hover .top-menu__submenu {
  opacity: 1;
  visibility: visible;
}

.top-menu__item-link {
	height: 100%;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-align: center;
	-webkit-box-align: center;
	align-items: center;
	padding: 0 2rem;
	position: relative;
	color: #fff;
	line-height: 1.1;
	cursor: pointer;
	-webkit-transition: .2s;
	-o-transition: .2s;
	transition: .2s;

	font-size: 17px; 
}

.top-menu__item-link._with-submenu {
  padding-right: 4.4rem;
}

.top-menu__item-link._with-submenu:before {
  position: absolute;
  right: 2rem;
  top: 50%;
  font-size: 1.6rem;
  margin-top: -0.8rem;
}

.top-menu__item-link.is-active:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 2rem;
  right: 2rem;
  height: 0.4rem;
  background-color: #fff;
}

.top-menu__submenu {
  position: absolute;
  left: 0;
  top: 100%;
  margin-top: -0.4rem;
  width: 25.6rem;
  background-color: #fff;
  -webkit-box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 20px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 3px 14px 2px rgba(0, 0, 0, 0.08), 0 8px 20px 1px rgba(0, 0, 0, 0.1);
  z-index: 10;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.top-menu__submenu .top-menu__submenu {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.top-menu__submenu-item {
  list-style: none;
}

.top-menu__submenu-item.show-menu-level {
  position: relative;
  display: none;
}

.top-menu__submenu-item.show-menu-level:before {
  position: absolute;
  left: 1.6rem;
  font-size: 2.4rem;
  top: 50%;
  margin-top: -1.2rem;
  -ms-transform: rotate(90deg);
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  color: #fff;
}

.top-menu__submenu-item-link {
  display: block;
  color: #1e76ba;
  padding: 1.4rem 2rem;
  line-height: 1.2;
  cursor: pointer;
}

.top-menu__submenu-item-link:hover {
  color: #1e76ba;
  background-color: rgba(30, 118, 186, 0.05);
}

.top-menu__submenu-item-link.is-active {
  color: #1e76ba;
  background-color: rgba(30, 118, 186, 0.12);
  cursor: default;
}

/***** HEADER CONTROLS *****/

.header-controls {
  height: 100%;
  padding-right: 1.2rem;
}

.header-controls-btn {
  position: relative;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  width: 4.8rem;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header-controls-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
}

.header-controls-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}

.header-controls-btn.show-menu-btn {
  width: auto;
  margin-right: 2rem;
  padding-left: 1rem;
  padding-right: 5rem;
  left: 0;
  display: none;
}

.header-controls-btn.show-menu-btn:before {
  left: auto;
  right: 1rem;
  margin-left: 0;
}

.header-controls-btn.show-menu-btn:after {
  font-family: 'icons';
  position: absolute;
  right: 1rem;
  top: 50%;
  font-size: 2.4rem;
  line-height: 1;
  margin-top: -1.2rem;
  display: none;
}

.header-controls-btn__text {
  font-size: 1.6rem;
}

.header-search {
  position: absolute;
  left: 40rem;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #eb2128;
  padding: 2.4rem 8rem 0 4rem;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.header-search:before {
  position: absolute;
  left: 0;
  top: 50%;
  font-size: 2.4rem;
  margin-top: -1.2rem;
  color: #fff;
}

.header-search.is-show {
  opacity: 1;
  visibility: visible;
}

.header-search.is-filled .header-search__placeholder {
  display: none;
}

.header-search__field {
  width: 100%;
  height: 4rem;
  padding: 1rem 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  color: #fff;
  font-size: 1.6rem;
  position: relative;
  z-index: 1;
}

.header-search__placeholder {
  position: absolute;
  left: 4rem;
  top: 50%;
  font-size: 1.6rem;
  line-height: 1;
  margin-top: -0.8rem;
  color: rgba(255, 255, 255, 0.7);
}

.close-search-btn {
  position: absolute;
  right: 1.2rem;
  top: 0;
  bottom: 0;
  width: 4.8rem;
  color: #fff;
  cursor: pointer;
  border: none;
  background: none;
  padding: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.close-search-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
}

.close-search-btn:hover {
  background: rgba(0, 0, 0, 0.08);
}

/* //////////////////////////////////////////////// FOOTER //////////////////////////////////////////////// */

.footer {
  position: relative;
  background-color: #0e2639;
  color: #fff;
  padding: 4rem 0 2.5rem;
}

.footer.with-animate {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
}

.footer-content {
  position: relative;
}

.footer-logo {
  margin-bottom: 2.4rem;
}

.footer-logo img {
  max-width: 100%;
}

.footer-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.footer-contacts {
  width: 28.5rem;
  min-width: 28.5rem;
}

.footer-menu {
  -ms-flex-positive: 1;
  -webkit-box-flex: 1;
  flex-grow: 1;
  padding-left: 13.5%;
}

.footer-contacts__address {
  margin-bottom: 1.6rem;
}

.footer-contacts__phone {
  line-height: 1;
  font-size: 3.6rem;
  margin-bottom: 3.2rem;
}

.footer-contacts__phone a {
  color: #fff;
}

.footer-contacts__soclinks {
  line-height: 1;
}

.footer-contacts__soclinks .soclink {
  color: #fff;
}

.footer-contacts__soclinks .soclink:hover {
  color: #eb2128;
}

.footer-menu__title {
  font-weight: bold;
  margin-bottom: 2.4rem;
  line-height: 1;
}

.footer-menu__list {
  list-style: none;
}

.footer-menu__item {
  display: inline-block;
  vertical-align: top;
  width: 32%;
  padding-right: 1.5rem;
  margin-bottom: 2.4rem;
  line-height: 1.1;
}

.footer-menu__link {
  color: #42acef;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.footer-other {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  font-size: 1.2rem;
  padding-top: 6rem;
}

.go-top-btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 4rem;
  height: 4rem;
  padding: 0;
  border: none;
  background-color: rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  color: #fff;
  cursor: pointer;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.go-top-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
  -ms-transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

.go-top-btn:hover {
  background-color: rgba(255, 255, 255, 0.25);
}

.footer-bottom-line {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 0.8rem;
  background-color: #eb2128;
}

.footer-bottom-line:before {
  content: "";
  width: 17%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-color: #1e76ba;
}

/* //////////////////////////////////////////////// MODAL POPUPS //////////////////////////////////////////////// */

.popup {
  position: fixed;
  width: 40rem;
  left: 50%;
  margin-left: -20rem;
  padding: 2.5rem;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #fff;
  z-index: 101;
  -webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.1);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .4s, visibility .4s;
  -o-transition: opacity .4s, visibility .4s;
  transition: opacity .4s, visibility .4s;
  display: none;
}

.popup.popup-overlay {
  width: 100%;
  height: 100%;
  background: none;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  -webkit-transform: none;
  -ms-transform: none;
  transform: none;
  overflow: hidden;
}

.popup-close {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.popup-main-container {
  z-index: 2;
  max-width: none;
  width: 120%;
  overflow: auto;
  max-height: 100vh;
  height: 100%;
}

.popup-container {
  width: 100vw;
  min-height: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

/*IE 11 only fix*/
@media all and (min-height: 800px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .popup-container {
    height: 10px;
  }
}

.popup-wrapper {
  position: relative;
  width: 40rem;
  padding: 2.5rem;
  background: #fff;
  -webkit-box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 9px 46px 8px rgba(0, 0, 0, 0.08), 0 24px 38px 3px rgba(0, 0, 0, 0.1);
}

.popup.is-show {
  opacity: 1;
  visibility: visible;
}

.popup.popup_big-height {
  position: absolute;
  -ms-transform: translateY(0);
  -webkit-transform: translateY(0);
  transform: translateY(0);
  top: 2rem;
}

.popup .select2-container {
  width: 100% !important;
}

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

.popup-title {
  font-size: 2.8rem;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 3rem;
  padding-right: 3rem;
}

/* //////////////////////////////////////////////// INDEX //////////////////////////////////////////////// */

/***** PAGE HEADER *****/

.page-header {
  padding: 7.5rem 0;
}

.page-header-content {
  position: relative;
}

.page-title {
  margin-bottom: 0;
}

.breadcrumbs {
  list-style: none;
  margin-bottom: 1.6rem;
  font-size: 1.3rem;
  color: rgba(0, 0, 0, 0.56);
}

.breadcrumbs__item {
  display: inline-block;
  position: relative;
  vertical-align: top;
  margin-right: 1.5rem;
  padding: 0.2rem 3.5rem 0.2rem 0;
}

.breadcrumbs__item:last-child {
  padding-right: 0;
  margin-right: 0;
}

.breadcrumbs__item:before {
  position: absolute;
  right: 0;
  top: 50%;
  font-size: 1.6rem;
  margin-top: -0.8rem;
  opacity:0.7;
}

.breadcrumbs__link {
  color: rgba(0, 0, 0, 0.40);
  font-size: 15px;
}

.page-header__dop-links {
  position: absolute;
  right: 0;
  bottom: 1.2rem;
}

/***** PAGE SECTION *****/

.page-section {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.page-section._no-top-indent {
  padding-top: 0;
}

.page-section._no-bottom-indent {
  padding-bottom: 0;
}

.page-section._gray-bg {
  background-color: #f0f4f8;
  margin-top: 4rem;
  margin-bottom: 4rem;
  padding-top: 8rem;
}

.page-section.page-section_news {
  background-color: #f0f4f8;
  margin-bottom: 4rem;
}

.page-section.page-section_products .page-section__title {
  margin-bottom: 8rem;
}

.page-section.page-section_company-facts {
  background: url("images/company-facts-bg.jpg") no-repeat center #1e76ba;
  background-size: cover;
  padding-bottom: 0;
  padding-top: 8rem;
  margin-bottom: 4rem;
}

.page-section.page-section_company-facts .page-section__title {
  color: #fff;
}

.page-section.page-section_company-facts .page-section__all-link {
  color: #fff;
}

.page-section.page-section_company-facts .page-section__all-link:hover {
  color: #eb2128;
}

.page-section.page-section_partner-features {
  background-color: #f0f4f8;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.page-section.page-section__columns-with-icons .columns-content__item:nth-child(odd) {
  margin-right: 21px;
}

.page-section.page-section__columns-with-icons .columns-content__item:nth-child(even) {
  margin-left: 21px;
}

.page-section-content {
  position: relative;
}

.page-section__all-link {
  position: absolute;
  top: 0.6rem;
  right: 0;
  display: inline-block;
  height: 3.6rem;
  line-height: 3.6rem;
  padding: 0 1.6rem;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  color: #1e76ba;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.page-section__all-link:hover {
  background-color: rgba(30, 118, 186, 0.05);
  color: #42acef;
}

/***** SECTIONS LIST *****/

.sections-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -16px;
}

.section-list__item {
  width: 33.333%;
  padding: 0 16px 64px 16px;
}

.section-list__item a {
  cursor: pointer;
}

.section-list__title {
  padding-bottom: 2.5rem;
  border-bottom: 4px solid #1e76ba;
  color: #1e76ba;
}
.sections-list__products  .section-list__title {
  min-height: 97px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

/***** INNER PAGE PROMO *****/

.inner-page-promo {
  background-color: #1e76ba;
  color: #fff;
  position: relative;
  margin-top: -4.4rem;
  margin-bottom: 4rem;
}

.inner-page-promo._with-bg {
  background-repeat: no-repeat;
  background-position: center right;
  background-size: auto 100%;
}

.inner-page-promo._with-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: -webkit-gradient(linear, left top, right top, from(#1e76ba), color-stop(50%, rgba(30, 118, 186, 0.95)), to(rgba(30, 118, 186, 0.3)));
  background: -webkit-linear-gradient(left, #1e76ba 0%, rgba(30, 118, 186, 0.95) 50%, rgba(30, 118, 186, 0.3) 100%);
  background: -o-linear-gradient(left, #1e76ba 0%, rgba(30, 118, 186, 0.95) 50%, rgba(30, 118, 186, 0.3) 100%);
  background: linear-gradient(to right, #1e76ba 0%, rgba(30, 118, 186, 0.95) 50%, rgba(30, 118, 186, 0.3) 100%);
}

.inner-page-promo._with-bg .inner-page-promo__photo:after {
  display: none;
}

.inner-page-promo a {
  color: #fff;
}

.inner-page-promo .breadcrumbs {
  color: rgba(255, 255, 255, 0.7);
}

.inner-page-promo .breadcrumbs a:hover {
  color: #fff;
}

.inner-page-promo .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.7);
}

.inner-page-promo .page-title {
  margin-bottom: 3.2rem;
}

.inner-page-promo__content-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.inner-page-promo__content-height-fix {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  height: 75rem;
}

.inner-page-promo__content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  position: relative;
  padding-top: 8rem;
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.inner-page-promo__content--with-menu .inner-page-promo__photo {
  width: 35%;
  text-align: left;
}

.inner-page-promo__content--with-menu .inner-page-promo__info {
  width: 55%;
}

.inner-page-promo__info {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  width: 57%;
  padding-bottom: 8rem;
}

.inner-page-promo__photo {
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 40%;
  text-align: right;
  position: relative;
}

.inner-page-promo__photo._center {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.inner-page-promo__photo._no-mobile-shadow:after {
  display: none;
}

.inner-page-promo__photo._with-spec-link {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.inner-page-promo__photo img {
  max-height: 100%;
}

.inner-page-promo__subtitle {
  font-size: 2.1rem;
  font-weight: bold;
  line-break: 1.2;
  margin-bottom: 2.4rem;
}

.inner-page-promo__bottom-btn {
  position: absolute;
  left: 0;
  bottom: -3.2rem;
  width: 32.8rem;
  z-index: 2;
}

.inner-page-promo__spec-link {
  position: absolute;
  top: 50%;
  left: 50%;
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  margin-top: -4rem;
  text-align: center;
  max-width: 22rem;
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 500;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.inner-page-promo__spec-link:before {
  font-size: 12.8rem;
  display: block;
  margin: 0 auto;
  margin-bottom: 2rem;
}

.inner-page-promo__spec-link:hover:before {
  color: #d91e25;
}

/***** MAIN PROMO *****/

.main-promo {
  background-color: #1e76ba;
  color: #fff;
  position: relative;
  margin-top: -4.4rem;
  margin-bottom: 4rem;
}

.main-promo[data-bg="1"] .main-promo-bg:before {
  top: 0;
}

.main-promo[data-bg="2"] .main-promo-bg:before {
  top: -10rem;
}

.main-promo[data-bg="3"] .main-promo-bg:before {
  top: -20rem;
}

.main-promo[data-bg="4"] .main-promo-bg:before {
  top: -30rem;
}

.main-promo[data-bg="5"] .main-promo-bg:before {
  top: -40rem;
}

.main-promo[data-bg="6"] .main-promo-bg:before {
  top: -50rem;
}

.main-promo[data-bg="7"] .main-promo-bg:before {
  top: -60rem;
}

.main-promo-bg {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
}

.main-promo-bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: url(images/promo-bg.png) no-repeat left top;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
}

.main-promo__content-wrapper {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.main-promo__content-height-fix {
  -ms-flex: 0 0 auto;
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  height: 75rem;
}

.main-promo-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex: 1 1 auto;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  position: relative;
  padding: 8rem 0;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.main-promo-left {
  width: 55%;
}

.main-promo-right {
  position: relative;
  width: 35%;
}

.main-promo__title {
  margin-bottom: 0;
}

.main-promo-right__line {
  position: absolute;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  opacity: 0;
  pointer-events: none;
}

.main-promo-right__line.hover:before,
.main-promo-right__line.hover:after {
  background-color: #ff9e95;
}

.main-promo-right__line:before,
.main-promo-right__line:after {
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -1px;
  height: 2px;
  background-color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.main-promo-right__line:before {
  left: 0;
  width: 3.2rem;
}

.main-promo-right__line:after {
  left: 100%;
  margin-left: 2.4rem;
  width: 100vw;
}

.main-promo__menu-item {
  list-style: none;
  line-height: 1;
  font-size: 2.1rem;
  padding: 1rem 0;
}

.main-promo__menu-item:last-child {
  margin-bottom: 0;
}

.main-promo__menu-link {
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 0.7rem 0 0.7rem 5.5rem;
}

.main-promo__menu-link:hover {
  color: #ff9e95;
}

.main-promo__add-partner-btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 32.8rem;
  -ms-transform: translateY(50%);
  -webkit-transform: translateY(50%);
  transform: translateY(50%);
}

/***** COMPANY FACTS *****/

.company-facts {
  color: #fff;
  position: relative;
}

.company-facts__description {
  float: left;
  width: 65.8%;
  margin-bottom: 3.2rem;
}

.company-facts__description p {
  margin-bottom: 2rem;
}

.company-facts__photo-list {
  float: left;
  width: 65.8%;
}

.desktop .company-facts__slider:hover .slick-arrow {
  opacity: 1;
}

.company-facts__slider .slick-dots {
  position: absolute;
  bottom: 3.5rem;
  left: 50%;
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  padding-top: 0;
}

.company-facts__slider .slick-arrow {
  opacity: 0;
}

.company-facts__photo {
  width: 100%;
}

.company-facts__data-list {
  float: right;
  width: 26.3%;
  position: relative;
  padding-bottom: 5rem;
}

.company-facts__data-item {
  margin-bottom: 4rem;
}

.company-facts__data-item:last-child {
  margin-bottom: 0;
}

.company-facts__data-value {
  font-weight: 300;
  font-size: 8rem;
  line-height: 1;
  white-space: nowrap;
}

.company-facts__data-label {
  font-size: 2.2rem;
}

.company-facts__work-link {
  position: absolute;
  right: 0;
  width: 23.3%;
  bottom: -3.2rem;
}

/* //////////////////////////////////////////////// NEWS //////////////////////////////////////////////// */

.article-list,
.article-list > div[id^="bx_incl_area"] {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.article-list._3-items .article-list-item {
  width: 31.6%;
  margin-left: 2.6%;
  margin-bottom: 2.6%;
}

.article-list._3-items .article-list-item:nth-child(4n+1) {
  margin-left: 2.6%;
}

.article-list._3-items .article-list-item:nth-child(3n+1) {
  margin-left: 0;
}

.article-list-item {
  display: block;
  position: relative;
  width: 23.3%;
  margin-left: 2.26%;
  margin-bottom: 2.26%;
  height: 49rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.article-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.article-list-item:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.article-list-item._small-height {
  height: 36rem;
}

.article-list-item.with-photo .article-list-item__photo:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #1e76ba;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.article-list-item.with-photo:hover .article-list-item__photo:before {
  opacity: 0.7;
  visibility: visible;
}

.article-list-item__photo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.article-list-item__photo:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.5));
}

.article-list-item__photo + .article-list-item__content .article-list-item__spec-tag,
.article-list-item__photo + .article-list-item__content .article-list-item__title,
.article-list-item__photo + .article-list-item__content .article-list-item__preview-text {
  color: #fff;
}

.article-list-item__photo + .article-list-item__content .article-list-item__date {
  color: rgba(255, 255, 255, 0.7);
}

.article-list-item__content {
  position: relative;
  height: 100%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 7rem 2.4rem 2.4rem;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.article-list-item__spec-tag {
  position: absolute;
  left: 2.4rem;
  top: 2.4rem;
  right: 2.4rem;
  line-height: 1;
  color: #eb2128;
  text-transform: uppercase;
}

.article-list-item__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1e76ba;
  margin-bottom: 1.5rem;
}

.article-list-item__date {
  color: rgba(0, 0, 0, 0.56);
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.article-list-item__preview-text {
  color: #000;
}

.article-list-item__preview-text p {
  margin-bottom: 1.5rem;
}

.article-list-item__preview-text p:last-child {
  margin-bottom: 0;
}

/* //////////////////////////////////////////////// PRODUCTS //////////////////////////////////////////////// */

.product-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0 3.5%;
}

.product-list-item {
  width: 27%;
  margin: 0 0 3.2rem 9.5%;
  position: relative;
  text-align: center;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.product-list-item:before {
  content: "";
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 47.52%;
}

.product-list-item:nth-child(3n+1) {
  margin-left: 0;
}

.product-list-item:hover {
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.product-list-item__photo {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  padding: 6.5%;
}

.product-list-item__photo img {
  max-width: 100%;
  /*max-height: 100%;*/
}

/* //////////////////////////////////////////////// PROJECTS //////////////////////////////////////////////// */

.project-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.project-list-item {
  display: block;
  position: relative;
  width: 23.3%;
  margin-left: 2.26%;
  margin-bottom: 2.26%;
  padding: 2.4rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.project-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.project-list-item:hover {
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.project-list-item__logo {
  position: relative;
  padding-bottom: 100%;
  text-align: center;
  margin-bottom: 2rem;
}

.project-list-item__logo img {
  max-height: 100%;
  max-width: 100%;
}

.project-list-item__logo-img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  width: 100%;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
}

.project-list-item__title {
  font-size: 2.4rem;
  color: #1e76ba;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}

.project-list-item__preview-text {
  color: #000;
}

.project-list-item__preview-text p {
  margin-bottom: 2rem;
}

.project-list-item__preview-text p:last-child {
  margin-bottom: 0;
}

/* //////////////////////////////////////////////// SEMINARS //////////////////////////////////////////////// */

.seminar-list-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  margin-bottom: 3.2rem;
  height: 46.4rem;
}

.seminar-list-item:hover .seminar-list-item__title {
  color: #eb2128;
}

.seminar-list-item:nth-child(even) {
  -ms-flex-direction: row-reverse;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse;
}

.seminar-list-item._archive .seminar-list-item__date {
  color: rgba(0, 0, 0, 0.56);
}

.seminar-list-item__photo {
  width: 66%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.seminar-list-item__content {
  width: 34%;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
  padding: 8rem 2.4rem 2.4rem;
  position: relative;
}

.seminar-list-item__date {
  position: absolute;
  top: 2.4rem;
  left: 2.4rem;
  color: #eb2128;
  line-height: 1;
  font-size: 2.4rem;
}

.seminar-list-item__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  color: #1e76ba;
  line-height: 1.2;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.seminar-list-item__preview-text {
  color: #000;
}

.seminar-list-item__preview-text p {
  margin-bottom: 1.5rem;
}

.seminar-list-item__preview-text p:last-child {
  margin-bottom: 0;
}

/***** SEMINARS DETAIL *****/

.seminar-detail__data {
  margin-bottom: 7.2rem;
  background-color: #1e76ba;
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  padding: 3.6rem 2.4rem;
  color: #fff;
}

.seminar-detail__data a {
  color: #ff9e95;
}

.seminar-detail__data a:hover {
  color: #fff;
}

.seminar-detail__data-section {
  width: 50%;
  position: relative;
  padding-left: 4rem;
}

.seminar-detail__data-section:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
}

.seminar-detail__data-title {
  font-size: 2.4rem;
  font-weight: 500;
  margin-bottom: 2.2rem;
  line-height: 1.2;
}

.seminar-detail__data-info ul li:before {
  background-color: #fff;
}

.seminar-detail__how-go-link {
  text-transform: uppercase;
  display: inline-block;
  margin-bottom: 1rem;
}

.seminar-detail__reg-btn {
  position: absolute;
  right: 0;
  bottom: -3.2rem;
  color: white !important;
}

.seminar-detail__description {
  margin-bottom: 4rem;
}

.seminar-detail__section {
  margin-bottom: 5rem;
}

.seminar-detail__partners {
  padding-top: 2rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.seminar-detail__partner-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 4%;
  margin-bottom: 3rem;
}

.seminar-detail__partner-item:last-child {
  margin-right: 0;
}

/* //////////////////////////////////////////////// TEAM //////////////////////////////////////////////// */

.team-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-list-item {
  position: relative;
  width: 23.3%;
  margin-left: 2.26%;
  margin-bottom: 4.5%;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.team-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.team-list-item:hover {
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.team-list-item__photo {
  background-color: #1e76ba;
  padding-bottom: 100%;
  position: relative;
  text-align: center;
}

.team-list-item__photo img {
  max-width: 100%;
}

.team-list-item__photo-inner {
  position: absolute;
  max-width: 100%;
  bottom: 0;
  /*left: 2.4rem;*/
  /*right: 2.4rem;*/
}

.team-list-item__info {
  padding: 2.4rem;
}

.team-list-item__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1e76ba;
  margin-bottom: 1.5rem;
}

.team-list-item__post {
  color: #000;
}

.team-list-item__post p {
  margin-bottom: 1.5rem;
}

.team-list-item__post p:last-child {
  margin-bottom: 0;
}

/* //////////////////////////////////////////////// EVENTS DETAIL //////////////////////////////////////////////// */

.event-detail {
  padding-bottom: 6rem;
}

.event-detail__gallery {
  margin-bottom: 3.2rem;
}

.event-detail-slider:hover .slick-arrow {
  opacity: 1;
}

.event-detail-slider .slick-arrow {
  opacity: 0.1;
}

.event-detail-slider .slick-arrow:before {
  color: #eb2128;
}

.event-detail-slider .slick-dots {
  position: absolute;
  left: 0;
  bottom: 0;
  padding: 1.2rem;
  background-color: #fff;
}

.event-detail-slider__slide {
  position: relative;
}

.event-detail-slider__slide img {
  cursor: pointer;
}

.event-detail-slider .event-detail-slider__youtube {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translateX(-50%) translateY(-50%);
  -ms-transform: translateX(-50%) translateY(-50%);
  transform: translateX(-50%) translateY(-50%);
  width: 71px;
  height: 40px;

}

.event-detail__photo {
  margin: 0 auto;
  display: block;
}

.event-detail__date {
  font-weight: bold;
  font-size: 2.1rem;
  margin-bottom: 3.2rem;
  line-height: 1;
}

/***** SIDE NEWS *****/

.side-news {
  margin-bottom: 4rem;
}

.side-news-title {
  font-size: 21px;
  font-weight: bold;
  margin-bottom: 1.8rem;
  line-height: 1;
  padding-left: 2.4rem;
}

.side-news-list-item {
  display: block;
  padding: 2.4rem;
  border-bottom: 1px solid #999;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.side-news-list-item:hover {
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.side-news-list-item._type-2 .side-news-list-item__title {
  margin-bottom: 0;
}

.side-news-list-item._type-2 .side-news-list-item__date {
  font-size: 2.4rem;
  margin-bottom: 2.4rem;
  color: #eb2128;
  line-height: 1;
}

.side-news-list-item__title {
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.2;
  color: #1e76ba;
  margin-bottom: 1.5rem;
}

.side-news-list-item__date {
  color: rgba(0, 0, 0, 0.56);
  line-height: 1;
}

/* //////////////////////////////////////////////// PRESS GALLERY //////////////////////////////////////////////// */

.photo-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.photo-list-item {
  display: block;
  position: relative;
  width: 22.4%;
  margin-left: 3.46%;
  margin-bottom: 3.46%;
  color: #000;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.photo-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.photo-list-item:hover {
  color: #000;
}

.photo-list-item:hover .photo-list-item__photo {
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.photo-list-item:hover .photo-list-item__photo:before {
  opacity: 1;
}

.photo-list-item:hover .photo-list-item__photo:after {
  opacity: 0.8;
}

.photo-list-item__photo {
  padding-bottom: 130%;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  margin-bottom: 1.7rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.photo-list-item__photo:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  color: #fff;
  margin: -2rem 0 0 -2rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.photo-list-item__photo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1e76ba;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.photo-list-item__title {
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.photo-list-item__data {
  color: rgba(0, 0, 0, 0.56);
}

/* //////////////////////////////////////////////// LOGOS //////////////////////////////////////////////// */

.logos-section {
  margin-bottom: 5rem;
}

.logos-list-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 3rem;
  margin-bottom: 3rem;
  color: #000;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.logos-list-item:hover {
  color: #000;
}

.logos-list-item:hover .logos-list-item__photo {
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.logos-list-item:hover .logos-list-item__photo:before {
  opacity: 1;
}

.logos-list-item:hover .logos-list-item__photo:after {
  opacity: 0.8;
}

.logos-list-item__photo {
  margin-bottom: 1.5rem;
  position: relative;
}

.logos-list-item__photo:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4rem;
  color: #fff;
  margin: -2rem 0 0 -2rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.logos-list-item__photo:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1e76ba;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.logos-list-item__title {
  line-height: 1.2;
  margin-bottom: 0.2rem;
}

.logos-list-item__data {
  color: rgba(0, 0, 0, 0.56);
}

/* //////////////////////////////////////////////// VACANCIES //////////////////////////////////////////////// */

.vacancy {
  margin-right: -2.5rem;
  position: relative;
  min-height: 24rem;
  padding-right: 15rem;
}

.vacancy-section {
  margin-bottom: 2.5rem;
}

.vacancy-section:last-child {
  margin-bottom: 0;
}

.vacancy-section__title {
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.vacancy-controls {
  position: absolute;
  right: 0;
  top: 50%;
  -ms-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.vacancy-controls__btn {
  display: block;
  width: 12rem;
  height: 12rem;
  position: relative;

  background-color: #1E76BA;
  color: #fff;
  text-align: center;
  padding: 6.5rem 0.8rem 0 0.8rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  cursor: pointer;
  border: none;
  line-height: 1.14;
  letter-spacing: 0.3px;
  vertical-align: top;
}

.vacancy-controls__btn:before {
  position: absolute;
  left: 50%;
  top: 2.4rem;
  font-size: 2.4rem;
  margin-left: -1.2rem;
}

.vacancy-controls__btn:hover {
  color: #fff;
  background-color: #185698;
}

.vacancy-controls__btn._red {
  background-color: #EB2128;
}

.vacancy-controls__btn._red:hover {
  background-color: #D91E25;
}

.vacancies-dop-info {
  margin-bottom: 4rem;
}

.dop-persons-item {
  margin-bottom: 3.5rem;
  color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.dop-persons-item__main {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 1.5rem 16rem 1.5rem 1.5rem;
  min-height: 13.8rem;
  color: #fff;
  background-color: #1e76ba;
}

.dop-persons-item__main:hover {
  color: #fff;
}

.dop-persons-item__photo {
  position: absolute;
  right: 1.5rem;
  bottom: 0;
  width: 13rem;
}

.dop-persons-item__name {
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.14;
  margin-bottom: 1rem;
}

.dop-persons-item__post {
  font-size: 1.3rem;
  line-height: 1;
  opacity: 0.7;
}

.dop-persons-item__contacts {
  background-color: #185698;
  padding: 2rem 1.5rem;
}

.dop-persons-item__contacts-item {
  margin-bottom: 2.5rem;
}

.dop-persons-item__contacts-item:last-child {
  margin-bottom: 0;
}

.dop-persons-item__contacts-link {
  color: #fff;
  position: relative;
  padding-left: 4rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.dop-persons-item__contacts-link:before {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 2.4rem;
}

.dop-persons-item__contacts-link:hover {
  color: #fff;
}

.vacancies-dop-contacts {
  background-color: #1e76ba;
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.vacancies-dop-contacts__content {
  max-width: 65rem;
}

.vacancies-dop-contacts__description {
  margin-bottom: 3rem;
}

.vacancies-dop-contacts__data-item {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  position: relative;
  margin-right: 4rem;
  padding-left: 4rem;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.vacancies-dop-contacts__data-item:last-child {
  margin-right: 0;
}

.vacancies-dop-contacts__data-item:before {
  position: absolute;
  left: 0;
  top: -1px;
  font-size: 2.4rem;
}

.vacancies-dop-contacts__data-item:hover {
  color: #fff;
}

/* //////////////////////////////////////////////// SERTIFICATES //////////////////////////////////////////////// */

.sertificates-info {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.sertificates-info__text {
  width: 57%;
}

.sertificates-info__logo {
  width: 40%;
  text-align: right;
  font-size: 0;
}

.sertificates-info__logo img {
  max-width: 45%;
  margin-right: 10%;
  margin-bottom: 1rem;
}

.sertificates-info__logo img:nth-child(even) {
  margin-right: 0;
}

.sertificates-section__title {
  margin-bottom: 5rem;
}

.sertificates-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sertificates-list-item {
  width: 20%;
  margin-left: 6.6%;
  margin-bottom: 5rem;
  cursor: pointer;
}

.sertificates-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.sertificates-list-item:hover .sertificates-list-item__preview-img {
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
}

.sertificates-list-item:hover .sertificates-list-item__preview-img:before {
  opacity: 1;
}

.sertificates-list-item:hover .sertificates-list-item__preview-img:after {
  opacity: 0.8;
}

.sertificates-list-item__preview-img {
  margin-bottom: 2rem;
  position: relative;
}

.sertificates-list-item__preview-img.icon-zoom-plus:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 4.4rem;
  color: #fff;
  margin: -2.2rem 0 0 -2.2rem;
  z-index: 1;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.sertificates-list-item__preview-img.icon-zoom-plus:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background-color: #1e76ba;
  opacity: 0;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.sertificates-list-item__title {
  color: rgba(0, 0, 0, 0.56);
}

/* //////////////////////////////////////////////// PERSONAL //////////////////////////////////////////////// */

.personal-detail-info__name {
  margin-bottom: 1rem;
}

.personal-detail-info__post {
  margin-bottom: 3.2rem;
}

/* //////////////////////////////////////////////// PERSONAL //////////////////////////////////////////////// */

.inner-page-promo__department-detail .inner-page-promo__content {
  padding-top: 11rem;
}

.department-detail-info__name {
  margin-bottom: 1rem;
}

.department-detail-info__post {
  margin-bottom: 3.2rem;
}

.columns-content-wrap h3 {
  margin-bottom: 4rem;
}

.columns-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

.columns-content__item {
  position: relative;
  padding-left: 12rem;
}

.columns-content__item h4 {
  margin-bottom: 2.4rem;
}

.columns-content__item ul {
  margin-top: 3.6rem;
  margin-bottom: 4rem;
}

.columns-content__item ul li {
  margin-bottom: 2.6rem;
}

.columns-content__image {
  position: absolute;
  left: 1rem;
  top: 0;
  width: 72px;
  height: 72px;
}

.columns-content__image svg {
  fill: #1e76ba;
}

.advantages {
  padding-bottom: 0.8rem;
}

.advantages .advantages-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

  margin-top: -5.6rem;
}

.advantages-item {
  width: 25%;
  padding: 5.6rem 0.4rem 1.6rem;
}

.advantages-item_3 {
    width: 100%;
    border-bottom: 1px solid #f1f1f1;
}

.advantages-item__inner {
  position: relative;
  padding: 1.6rem 2.4rem 1.6rem;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.advantages-item__shadow {
  position: absolute;
  z-index: -1;
  left: 0;
  top: 0;
  width: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  background: #fff;
  pointer-events: none;
}

.advantages-item__image {
  width: 72px;
  height: 72px;
  margin-bottom: 1.6rem;
}

.advantages-item__image__raz {
  margin-bottom: 1.6rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.advantages-item__href {
  font-size: 14px;
  line-height: 1.2;
  font-weight: bold;
  color: #1e76ba;
}

.advantages-item__image svg {
  fill: #1e76ba;
}

.advantages-item__title {
  font-size: 2.1rem;
  line-height: 1.2;
  font-weight: bold;
  color: #1e76ba;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.advantages-item__title__blue {

}

.advantages-item__text {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  padding: 0 2.4rem 3.2rem;
  pointer-events: none;
}

.advantages-item__text_show {
    padding: 10px 0;
}

.slider-out-of-work {
  margin: 4rem 0 4rem calc((100% - 1408px) / 2);
}

.slider-out-of-work .slick-dots {
  text-align: left;
  margin-left: -0.4rem;
}

.slider-out-of-work .slide-wrap {
  padding-right: 32px;
}

.slider-out-of-work .slide-wrap img {
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
}

.slider-out-of-work .slide {
  height: 515px;
}

/* //////////////////////////////////////////////// TRAINING //////////////////////////////////////////////// */

.training-info__description {
  font-size: 2.1rem;
  line-height: 1.14;
  margin-bottom: 4rem;
  font-weight: bold;
}

.training-info__data-item {
  display: inline-block;
  vertical-align: top;
  margin-right: 10%;
  font-size: 2.2rem;
  line-height: 1;
  margin-bottom: 2rem;
}

.training-info__data-item:last-child {
  margin-right: 0;
}

.training-info__data-item-value {
  font-size: 8rem;
  font-weight: 300;
}

.training-feautures__photo {
  float: left;
  width: 50%;
  position: relative;
  z-index: 1;
}

.training-feautures__photo img {
  width: 100%;
}

.training-feautures__text {
  float: right;
  width: 50%;
  position: relative;
  margin-bottom: 5rem;
}

.training-feautures__text:before {
  content: "";
  position: absolute;
  left: -10rem;
  top: 0;
  right: -10rem;
  bottom: 0;
  background-color: #f0f4f8;
}

.training-feautures__text-content {
  position: relative;
  padding: 6.4rem 0 11.5rem 6.4rem;
}

.training-feautures__site-btn {
  position: absolute;
  right: 0;
  bottom: -3.2rem;
  min-width: 32.8rem;
}

.training-feautures__other-info {
  float: left;
  width: 50%;
  max-width: 57rem;
  position: relative;
  font-weight: bold;
  font-size: 2.1rem;
  line-height: 1.2;
  padding: 6.4rem 12rem 0 0;
}

.training-feautures__other-info p {
  margin-bottom: 2rem;
}

/* //////////////////////////////////////////////// PARTNER //////////////////////////////////////////////// */

.inner-page-promo__partner .inner-page-promo__content {
  padding-top: 15rem;
}

.inner-page-promo__partner .inner-page-promo__info,
.inner-page-promo__partner .inner-page-promo__photo {
  -ms-flex-item-align: start;
  align-self: flex-start;
}

/***** PARTNER MAIN INFO *****/

.partner-main-info__description {
  font-size: 2.1rem;
  line-height: 1.14;
  font-weight: bold;
  margin-bottom: 1.5rem;
}

.partner-sale-data-item {
  display: inline-block;
  width: 27rem;
  vertical-align: top;
  margin-right: 10%;
}

.partner-sale-data-item:last-child {
  margin-right: 0;
}

.partner-sale-data-item__title {
  font-size: 1.6rem;
  margin-bottom: 0.8rem;
  line-height: 1.2;
  height: 4rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.partner-sale-data-item__value {
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
}

.partner-sale-data-item__label {
  font-size: 2.2rem;
}

.partner-partners__description {
  margin-bottom: 4rem;
}

.partner-partners__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.partner-partners__list-item {
  display: inline-block;
  vertical-align: middle;
  margin: 0 8% 2rem 0;
}

.partner-partners__list-item:last-child {
  margin-right: 0;
}

/***** PARTNER WHY *****/

.partner-why {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  margin: 4rem 0;
}

.partner-why__photo {
  width: 50%;
}

.partner-why__photo img {
  width: 100%;
}

.partner-why__info {
  width: 50%;
  padding-left: 10%;
}

.partner-why__info h2 {
  margin-bottom: 3rem;
}

/***** PARTNER FEATURES *****/

.feature-list {
  margin-top: 10rem;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  -webkit-box-align: start;
  align-items: flex-start;
}

.feature-list-item {
  display: block;
  position: relative;
  width: 23.2%;
  margin-left: 2.26%;
  margin-bottom: 6rem;
  -webkit-transition: -webkit-transform .2s;
  transition: -webkit-transform .2s;
  -o-transition: transform .2s;
  transition: transform .2s;
  transition: transform .2s, -webkit-transform .2s;

}

.feature-list-item:nth-child(4n+1) {
  margin-left: 0;
}

.feature-list-item:hover {
  -ms-transform: translateY(-5rem);
  -webkit-transform: translateY(-5rem);
  transform: translateY(-5rem);
  background-color: #fff;
  z-index: 2;
}

.feature-list-item:hover .feature-list-item__header {
  /*background-color: #42acef;*/
}

.feature-list-item:hover .feature-list-item__title {
  background-color: #fff;
  color: #000;
}

.feature-list-item:hover .feature-list-item__description {
  display: block;
}

.feature-list-item:hover .feature-list-item__shadow {
  opacity: 1;
}

.feature-list-item__shadow {
  position: absolute;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  opacity: 0;
}

.feature-list-item__header {
  /*height: 16rem;*/
  position: relative;
}

.feature-list-item__header:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  /*width: 7.5rem;*/
  /*height: 7.5rem;*/
  background-color: #42acef;
}

.feature-list-item__icon {
  /*position: absolute;*/
  /*left: 1.5rem;*/
  /*top: 1.5rem;*/
  color: #1e76ba;
  line-height: 1;

  width: 72px;
  height: 72px;
  margin-left: 26px;
  margin-top: 15px;
}

.feature-list-item__icon img,
.feature-list-item__icon svg {
  /*width: 13rem;*/
  max-width: 100%;
  fill: #1e76ba;
}

.feature-list-item__title {
  padding: 2.2rem 2.4rem 1px;
  font-size: 2.1rem;
  color: #1e76ba;
  font-weight: bold;
  line-height: 1.2;
}

.feature-list-item__description {
  padding: 1.6rem 2.4rem;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  display: none;
}

/***** PARTNER CONTACTS *****/

.partner-contacts {
  background-color: #1e76ba;
  color: #fff;
}

.partner-contacts a {
  color: #fff;
}

.partner-contacts-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-box-align: center;
  align-items: center;
  position: relative;
  padding: 12rem 0;
}

.partner-contacts__title {
  width: 60%;
}

.partner-contacts__info {
  width: 32%;
}

.partner-contacts__controls {
  position: absolute;
  top: -3.2rem;
  right: 0;
  width: 32%;
}

.partner-contacts__btn {
  max-width: 100%;
  width: 32.8rem;
}

/* //////////////////////////////////////////////// JOB //////////////////////////////////////////////// */

.job-main-info {
  max-width: 56rem;
}

.job-features {
  position: relative;
}

.job-features__bottom-btn {
  position: absolute;
  bottom: -7.2rem;
  right: 0;
  width: 32.8rem;
}

/* //////////////////////////////////////////////// CONTACTS //////////////////////////////////////////////// */

.contacts-header {
  position: relative;
  margin-top: -4.4rem;
}

.contacts-map {
  height: 75rem;
}

.contacts-map-zoom-btn {
  position: absolute;
  top: 50%;
  right: 1rem;
  width: 4rem;
  height: 4rem;
  background-color: #1e76ba;
  color: #fff;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.contacts-map-zoom-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
}

.contacts-map-zoom-btn:hover {
  background-color: #42acef;
}

.contacts-map-zoom-btn._plus {
  margin-top: -6rem;
}

.contacts-map-zoom-btn._minus {
  margin-top: -1.5rem;
}

.contacts-info {
  position: absolute;
  top: 11rem;
  left: 2.5rem;
  width: 49rem;
  padding: 2.4rem;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
}

.contacts-info .page-title {
  margin-bottom: 3rem;
}

.contacts-data-item {
  position: relative;
  margin-bottom: 2.8rem;
  padding-left: 4rem;
  padding-top: 0.2rem;
}

.contacts-data-item:before {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.56);
}

.contacts-data-item.icon-email:before {
  color: #1e76ba;
}

.contacts-data-item.icon-phone:before {
  top: 0.2rem;
}

.contacts-data__phone {
  font-size: 2.8rem;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 1rem;
}

.contacts-data__phone a {
  color: #000;
}

.contacts-data__fax {
  color: rgba(0, 0, 0, 0.56);
  line-height: 1;
}

.contacts-print-btn {
  position: absolute;
  width: 6.4rem;
  height: 6.4rem;
  top: 2.5rem;
  right: -1.5rem;
  background-color: #eb2128;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08), 0 4px 5px 0 rgba(0, 0, 0, 0.1);
  color: #fff;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.contacts-print-btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 2.4rem;
  margin: -1.2rem 0 0 -1.2rem;
}

.contacts-print-btn:hover {
  color: #fff;
  background-color: #d91e25;
}

/***** CONTACTS DEPARTMENTS *****/

.contacts-departments {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contacts-departments-item {
  display: block;
  position: relative;
  width: 23.3%;
  margin-left: 2.26%;
  margin-bottom: 4rem;
}

.contacts-departments-item:nth-child(4n+1) {
  margin-left: 0;
}

.contacts-departments-item__title {
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 3rem;
}

.contacts-departments-item__contacts-item {
  margin-bottom: 2.7rem;
}

.contacts-departments-item__contacts-item-value {
  display: inline-block;
  position: relative;
  padding-left: 4rem;
}

.contacts-departments-item__contacts-item-value:before {
  position: absolute;
  left: 0;
  top: -0.2rem;
  font-size: 2.4rem;
  color: rgba(0, 0, 0, 0.56);
}

.contacts-departments-item__contacts-item-value.icon-phone {
  color: #000;
}

.contacts-departments-item__contacts-item-value.icon-email:before,
.contacts-departments-item__contacts-item-value.icon-peace:before {
  color: #1e76ba;
}

.contacts-departments-item__contacts-item-value.icon-email:hover,
.contacts-departments-item__contacts-item-value.icon-peace:hover {
  color: #eb2128;
}

.contacts-departments-item__contacts-item-value.icon-email:hover:before,
.contacts-departments-item__contacts-item-value.icon-peace:hover:before {
  color: #eb2128;
}

.contacts-departments-item__contacts-item-label {
  font-weight: 500;
  margin-bottom: 1.3rem;
  line-height: 1.1;
}

/* //////////////////////////////////////////////// ABOUT //////////////////////////////////////////////// */

.about-main-info__title {
  font-size: 2.1rem;
  line-height: 1.14;
  font-weight: bold;
  margin-bottom: 3rem;
}

.about-main-info__title p {
  margin-bottom: 0.8rem;
}

.about-main-info__dop-text {
  text-align: right;
  margin-top: 2.4rem;
}

/***** HISTORY DIRECTIONS *****/

.about-directions {
  margin-top: -8rem;
  margin-bottom: 4rem;
}

.about-directions-item {
  float: left;
  display: block;
  width: 33.333%;
  height: 24.5rem;
  color: #000;
  padding: 2.4rem;
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.about-directions-item._big {
  height: 49rem;
}

.desktop .about-directions-item:hover {
  z-index: 1;
  color: #000;
  -webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);
  background-color: #fff;
}

.desktop .about-directions-item:hover .about-directions-item__info {
  padding-bottom: 3rem;
}

.desktop .about-directions-item:hover .about-directions-item__controls {
  opacity: 1;
}

.about-directions-item._1 {
  background-color: #ffe759;
}

.about-directions-item._2 {
  background-color: #efc8d8;
}

.about-directions-item._3 {
  background-color: #8be4a2;
}

.about-directions-item._4 {
  background-color: #ceeaff;
}

.about-directions-item._5 {
  background-color: #ffbf8d;
}

.about-directions-item__content {
  position: relative;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 100%;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
}

.about-directions-item__title {
  margin-bottom: 0.5rem;
}

.about-directions-item__info {
  position: relative;
  -webkit-transition: .2s;
  -o-transition: .2s;
  transition: .2s;
}

.about-directions-item__controls {
  position: absolute;
  left: 0;
  bottom: 0;
  opacity: 0;
}

.about-directions-item__more-link {
  color: #1e76ba;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
}

/***** HISTORY *****/

.history {
  padding-top: 8rem;
}

.history-years {
  position: relative;
  margin: 0 auto 8rem;
  height: 0.4rem;
  padding-top: 0.2rem;
  max-width: 110rem;
}

.history-years-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  background-color: #c0ccd8;
}

.history-years-cur-line {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  background-color: #1e76ba;
  width: 0;
  z-index: 1;
}

.history-years-list {
  position: relative;
}

.history-years-item {
  position: relative;
  float: left;
  font-weight: bold;
  color: #c0ccd8;
  text-align: center;
  height: 4rem;
  line-height: 1;
  padding-top: 2rem;
  font-size: 1.6rem;
  cursor: pointer;
  -webkit-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.history-years-item:hover {
  color: #1e76ba8c;
}

.history-years-item:before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 2px;
  margin-left: -1px;
  height: 1.6rem;
  background-color: #c0ccd8;
}

.history-years-item:first-child:before {
  margin-left: 0;
}

.history-years-item:last-child:before {
  margin-left: -2px;
}

.history-years-item:nth-child(even) {
  top: -4rem;
  padding-top: 0;
}

.history-years-item:nth-child(even):before {
  top: 2.2rem;
}

.history-years-item.is-current {
  color: #1e76ba;
}

.history-years-item.is-current:before {
  background-color: #1e76ba;
}

.history-list {
  overflow: hidden;
  padding: 2rem 0;
}
.history-list-items {
  margin-left: calc(50% - 16rem);
}

.history-list-items-content {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  cursor: move;
  width: 9999px;
}

.history-list-item {
  min-width: 32.8rem;
  width: 32.8rem;
  margin: 0 1.6rem;
  background-color: #fff;
  padding: 2.4rem 2.4rem 8rem;
  position: relative;
  color: #000;
}

.desktop .history-list-item:hover {
  -webkit-box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.08), 0 8px 16px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 6px 20px 5px rgba(0, 0, 0, 0.08), 0 8px 16px 2px rgba(0, 0, 0, 0.1);
}

.history-list-item:hover .history-list-item__more-link {
  opacity: 1;
}

.history-list-item:first-child .history-list-item__year:before,
.history-list-item:last-child .history-list-item__year:before {
  display: none;
}

.history-list-item__preview {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  height: 20rem;
  -ms-flex-align: end;
  -webkit-box-align: end;
  align-items: flex-end;
}

.history-list-item__preview img {
  width: 100%;
}

.history-list-item__year {
  text-align: center;
  margin: 4rem 0;
  font-size: 6.2rem;
  font-weight: bold;
  position: relative;
  line-height: 1;
  color: #c0ccd8;
}

.history-list-item__year:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 100%;
  height: 0.4rem;
  width: 9.8rem;
  background-color: #c0ccd8;
  margin-top: -0.2rem;
}

.history-list-item__more-link {
  position: absolute;
  left: 2.4rem;
  bottom: 2.4rem;
  height: 3.6rem;
  line-height: 3.6rem;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1.4rem;
  opacity: 0;
}

/* //////////////////////////////////////////////// HISTORY ITEM //////////////////////////////////////////////// */

.history-detail__section {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-box-pack: justify;
  justify-content: space-between;
  margin-bottom: 3rem;
}

.history-detail__text {
  max-width: 93rem;
}

.history-detail__data {
  min-width: 32.8rem;
  width: 32.8rem;
  margin-left: 5rem;
  padding-top: 1rem;
}

.history-detail__photo {
  width: 49%;
  min-width: 49%;
  margin-left: 10%;
  padding-top: 1rem;
}

.history-detail__photo img {
  margin-bottom: 2rem;
}

.history-detail__data-item {
  margin-bottom: 2.5rem;
}

.history-detail__data-item:last-child {
  margin-bottom: 0;
}

.history-detail__data-item-value {
  font-size: 4.8rem;
  font-weight: 300;
  line-height: 1;
}

.history-detail__data-list {
  background-color: #1e76ba;
  color: #fff;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 8rem 4rem 5.5rem;
}

.history-detail__data-list .history-detail__data-item {
  width: 19%;
  margin-left: 8%;
}

.history-detail__data-list .history-detail__data-item:nth-child(4n+1) {
  margin-left: 0;
}

/* //////////////////////////////////////////////// SEARCH //////////////////////////////////////////////// */

.search-result-form {
  margin-bottom: 4rem;
  position: relative;
  padding: 0 1rem 0 5.5rem;
  border: 1px solid rgba(0, 0, 0, 0.56);
}

.search-result-form:before {
  position: absolute;
  left: 1.5rem;
  top: 50%;
  font-size: 2.4rem;
  margin-top: -1.2rem;
  color: rgba(0, 0, 0, 0.56);
}

.search-result-form__field {
  width: 100%;
  height: 5.4rem;
  padding: 1.2rem 0;
  font-size: 1.6rem;
  border: none;
  border-radius: 0;
  color: #000;
}

.search-result-list {
  max-width: 93rem;
}

.search-result-item {
  padding-bottom: 3.2rem;
  margin-bottom: 3.2rem;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.search-result-item__title {
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 1.5rem;
  line-height: 1.2;
}

.search-result-item__text {
  margin-bottom: 1.5rem;
}

.search-result-item__dop-info {
  color: rgba(0, 0, 0, 0.56);
  margin-bottom: 1.6rem;
}

.search-result-item__path {
  color: #1e76ba;
}

.search-result-item__path-sep {
  margin: 0 0.5rem;
}

/***** AUTOMATION *****/

.automation {
  overflow: hidden;
  counter-reset: automation;
  margin-top: 6.4rem;
  margin-bottom: 4rem;
}

.automation-list {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  cursor: move;
  padding-top: 3rem;
}

.automation-list__line {
  display: block;
  position: absolute;
  top: 0;
  left: 16px;
  right: 312px;
  width: 200px;
  height: 4px;
  background: #c0ccd8;
}

.automation-item {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  position: relative;
  -ms-flex-direction: column;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  width: 328px;
  margin-right: 32px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.automation-item:last-child {
  margin-right: 0;
}

.automation-item:last-child:after {
  -webkit-box-shadow: 300px -320px 0 300px #fff;
  box-shadow: 300px -320px 0 300px #fff;
}

.automation-item:before {
  counter-increment: automation;
  content: counter(automation);
  font-size: 6.2rem;
  font-weight: bold;
  line-height: 1.1;
  letter-spacing: -0.1px;
  color: #1e76ba;
}

.automation-item:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 16px;
  height: 30px;
  width: 4px;
  background: #c0ccd8;
}

.automation-item__name {
  margin-top: 5rem;
  margin-bottom: 1.6rem;
}

.automation-item__image {
  margin-top: 3.8rem;
}


@media (min-width: 768px) {
    .header {
        position: relative;

    }
    .base-content {
        padding-top: 0;
    }
    .advantages-item_3 {
        width: 50%;
        /*padding: 5.6rem 0.4rem 1.6rem;*/
    }

}

@media (min-width: 901px) {

    .advantages-item_3 {
        width: 33%;
        padding: 5.6rem 0.4rem 6.6rem;
    }


  .top-menu__submenu span.top-menu__item-link {
    display: none;
  }

  .top-menu__item .top-menu__submenu a.top-menu__item-link {
    display: block;
    color: #1e76ba;
    /*padding: 1.4rem 2rem;*/
    padding: 1.2rem 0;
    line-height: 1.2;
    cursor: pointer;
    background: none;
    margin: 0;
  }

  .top-menu__item .top-menu__submenu a.top-menu__item-link:hover {
    background: rgba(30, 118, 186, 0.05);
  }

  .top-menu__item .top-menu__submenu a.top-menu__item-link.is-active {
    color: #1e76ba;
    background-color: rgba(30, 118, 186, 0.12);
    cursor: default;
  }

  .top-menu__submenu .top-menu__item-link::before,
  .top-menu__submenu .top-menu__item-link::after {
    display: none;
  }

  .top-menu__submenu .top-menu__submenu li {
    display: none;
  }

  .top-menu__submenu-item.show-menu-level + .top-menu__submenu-item {
    display: none;
  }
  .top-menu__submenu-item.show-menu-level + .top-menu__submenu-item.show {
    display: block;
  }

}

@media (min-width: 1280px) {


    .advantages-item__inner:hover {
        -ms-transform: translateY(-5.7rem);
        -webkit-transform: translateY(-5.7rem);
        transform: translateY(-5.7rem);
        z-index: 2;
    }

    .advantages-item__inner:hover .advantages-item__shadow,
    .advantages-item__inner:hover .advantages-item__text {
        opacity: 1;
        pointer-events: auto;
    }

    .advantages-item__inner:hover .advantages-item__shadow,
    .advantages-item__inner:hover .advantages-item__href {
        opacity: 1;
        pointer-events: auto;
    }

    .advantages-item__inner:hover .advantages-item__title {
        color: #000;
    }

    .advantages-item__inner:hover .advantages-item__title__blue {
        color: #1e76ba !important;

    }

  .top-menu__item .top-menu__submenu a.top-menu__item-link {
    padding: 1.4rem 2rem;
  }

    .advantages-item__text_show {
        position: absolute;
        top: 100%;
        left: 0;
        right: 0;
        opacity: 1;
        padding: 0 2.4rem 3.2rem;
        pointer-events: none;
    }


    .advantages-item__href {
        font-size: 14px;
        line-height: 1.2;
        font-weight: bold;
        color: #1e76ba;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
        opacity: 0;
    }
    .advantages-item_3 {
        border-bottom: none;
    }


    .advantages-item__inner {
        /*height: 100%;*/
        /*padding-top: 1.5rem;*/
        /*background: #fff;*/
        /*-webkit-box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);*/
        /*box-shadow: 0 6px 30px 5px rgba(0, 0, 0, 0.08), 0 16px 24px 2px rgba(0, 0, 0, 0.1);*/

        position: relative;
        padding: 1.6rem 2.4rem 1.6rem;
        -webkit-transition: 0.3s;
        -o-transition: 0.3s;
        transition: 0.3s;
    }
}

@media (max-width: 1480px) {

  .inner-width {
    margin-left: 3rem;
    margin-right: 3rem;
    max-width: 100%;
  }

  .slider-out-of-work {
    margin: 4rem 3rem;
  }

  .top-menu__item-link._with-submenu {
    padding-right: 3rem;
  }

  .top-menu__item-link._with-submenu:before {
    right: 0.7rem;
  }

  .article-list-item__title {
    font-size: 1.9rem;
  }
}

@media (max-width: 1420px) {

  .logo-1c {
    margin-left: 0.5rem;
  }

  .top-menu__item-link {
    padding: 0 1rem;
  }

  .top-menu__item-link.is-active:after {
    left: 1rem;
    right: 1rem;
  }

  .header-controls {
    padding-right: 0.5rem;
  }

  .close-search-btn {
    right: 0.5rem;
  }

}

@media (max-width: 1340px) and (min-width: 1280px) {
  span.top-menu__item-link-text {
    font-size: 14px;
  }
}

@media (max-width: 1280px) {

  .section-list__item {
    width: 50%;
  }

}

@media (max-width: 1279px) {

  .global-wrapper {
    padding-top: 2.5rem;
  }

  .tabs-header-item {
    min-width: 20rem;
  }

  .header.is-show-mobile-menu .top-menu-bg {
    opacity: 1;
    visibility: visible;
  }

  .header.is-show-mobile-menu .top-menu {
    display: block;
  }

  .header.is-show-mobile-menu .header-controls-btn.show-menu-btn {
    background: none;
  }

  .header.is-show-mobile-menu .header-controls-btn.show-menu-btn:before {
    display: none;
  }

  .header.is-show-mobile-menu .header-controls-btn.show-menu-btn:after {
    display: block;
  }

  .header-content {
    height: 6.4rem;
    z-index: 51;
  }

  .logo {
    width: 21rem;
  }

  .logo-1c {
    width: 5rem;
    margin-left: 1.6rem;
  }

  .top-menu-bg {
    display: block;
  }

  .top-menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    height: calc(100vh - 8.9rem);
    padding: 3.5rem 0 1rem;
    overflow-y: auto;
    display: none;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .top-menu__list {
    height: auto;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
    justify-content: space-between;
  }

  .top-menu__item {
    max-width: 25rem;
    height: auto;
  }

  .top-menu__item:hover .top-menu__item-link {
    background: none;
  }

  .top-menu__item-link {
    padding: 0;
    margin-bottom: 1.5rem;
    display: block;
    height: auto;
  }

  .top-menu__item-link._with-submenu {
    padding-right: 0;
  }

  .top-menu__item-link._with-submenu:before {
    display: none;
  }

  .top-menu__item-link.is-active:after {
    display: none;
  }

  .top-menu__submenu {
    position: relative;
    left: auto;
    top: auto;
    margin-top: 0;
    width: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    visibility: visible;
    opacity: 1;
  }

  .top-menu__submenu-item-link {
    padding: 1.2rem 0;
    display: inline-block;
    font-size: 1.3rem;
    -webkit-transition: .2s;
    -o-transition: .2s;
    transition: .2s;
  }

  .top-menu__submenu-item-link:hover {
    background-color: transparent;
    color: #d91e25;
  }

  .top-menu__item-link.is-active.is-active,
  .top-menu__submenu-item-link.is-active,
  .top-menu__item .top-menu__submenu a.top-menu__item-link.is-active {
    background-color: transparent;
    color: #d91e25;
  }

  .header-controls-btn.show-menu-btn {
    display: inline-block;
  }

  .header-search {
    left: 30rem;
    padding-top: 1.2rem;
  }

  .footer-menu {
    margin-top: -7rem;
    padding-left: 7%;
  }

  .footer-menu__item {
    width: 49.5%;
    margin-bottom: 1.6rem;
  }

  .footer-other {
    padding-top: 2rem;
  }

  .inner-page-promo {
    margin-top: -3.4rem;
  }

  .inner-page-promo__content-height-fix {
    height: 65rem;
  }

  .inner-page-promo__content--with-menu .inner-page-promo__photo {
    width: 38%;
  }

  .inner-page-promo__content--with-menu .inner-page-promo__info {
    width: 60%;
  }

  .main-promo {
    margin-top: -3.4rem;
  }

  .main-promo__content-height-fix {
    height: 65rem;
  }

  .main-promo-left {
    width: 60%;
  }

  .main-promo-right {
    width: 38%;
  }

  .main-promo__title {
    font-size: 5.4rem;
  }

  .company-facts__description {
    width: 57.5%;
  }

  .company-facts__photo-list {
    width: 57.5%;
  }

  .company-facts__data-list {
    width: 35%;
  }

  .company-facts__work-link {
    width: 31%;
  }

  .article-list._3-items .article-list-item {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .article-list._3-items .article-list-item:nth-child(4n+1) {
    margin-left: 3%;
  }

  .article-list._3-items .article-list-item:nth-child(3n+1) {
    margin-left: 3%;
  }

  .article-list._3-items .article-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .article-list._one-line .article-list-item:nth-child(n+4) {
    display: none;
  }

  .article-list-item {
    width: 31.6%;
    margin-left: 2.6%;
    margin-bottom: 2.6%;
  }

  .article-list-item:nth-child(4n+1) {
    margin-left: 2.6%;
  }

  .article-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .project-list._one-line .project-list-item:nth-child(n+4) {
    display: none;
  }

  .project-list-item {
    width: 31.6%;
    margin-left: 2.6%;
  }

  .project-list-item:nth-child(4n+1) {
    margin-left: 2.6%;
  }

  .project-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .team-list-item {
    width: 31.6%;
    margin-left: 2.6%;
    margin-bottom: 5.2%;
  }

  .team-list-item:nth-child(4n+1) {
    margin-left: 2.6%;
  }

  .team-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .photo-list-item {
    width: 31.6%;
    margin-left: 2.6%;
    margin-bottom: 2.6%;
  }

  .photo-list-item:nth-child(4n+1) {
    margin-left: 2.6%;
  }

  .photo-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

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

  .sertificates-info__logo img {
    max-width: calc(50% - 2rem);
    margin: 0 0 1.5rem 1rem;
  }

  .inner-page-promo__partner .inner-page-promo__content {
    padding-top: 11rem;
  }

  .partner-sale-data-item {
    margin-right: 2%;
    width: 26rem;
  }

  .partner-partners__list-item {
    margin-right: 2%;
  }

  .contacts-header {
    margin-top: -3.4rem;
  }

  .contacts-map {
    height: 65rem;
  }

  .contacts-info {
    top: 9rem;
  }

  .contacts-departments-item {
    width: 31.6%;
    margin-left: 2.6%;
  }

  .contacts-departments-item:nth-child(4n+1) {
    margin-left: 2.6%;
  }

  .contacts-departments-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .about-directions-item {
    width: 50%;
  }

  .about-directions-item._big {
    width: auto;
    height: 24.5rem;
  }

  .history-years {
    margin-bottom: 5rem;
  }

}

@media (max-width: 1024px) {

  .inner-width {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .block-with-side__content {
    width: 65%;
  }

  .block-with-side__side {
    width: 31.6%;
  }

  .header-controls-btn:hover {
    background: none;
  }

  .close-search-btn:hover {
    background: none;
  }

  .footer {
    padding-top: 2.5rem;
  }

  .go-top-btn {
    top: -1rem;
  }

  .page-section.page-section_products .page-section__title {
    margin-bottom: 5rem;
  }

  .page-section.page-section__columns-with-icons .columns-content__item {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }


  .seminar-list-item__photo {
    width: 50%;
  }

  .seminar-list-item__content {
    width: 50%;
  }

  .sertificates-list-item {
    width: 30%;
    margin-left: 5%;
  }

  .sertificates-list-item:nth-child(4n+1) {
    margin-left: 5%;
  }

  .sertificates-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .columns-content {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
  }

  .advantages-item {
    width: 50%;
  }

  .slider-out-of-work {
    margin: 0 2.5rem;
  }

  .inner-page-promo__partner .inner-page-promo__photo {
    padding-top: 5rem;
  }

  .feature-list {
    margin-top: 10rem;
  }

  .feature-list-item {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 5rem;
  }

  .feature-list-item:nth-child(4n+1) {
    margin-left: 3%;
  }

  .feature-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .feature-list-item__header {
    /*height: 15rem;*/
  }

  .feature-list-item__icon {
    /*top: 1rem;*/
    margin-left: 25px;
  }

  .partner-contacts-content {
    padding: 4rem 0;
    display: block;
  }

  .partner-contacts__title {
    width: auto;
    margin-bottom: 3rem;
  }

  .partner-contacts__info {
    width: auto;
  }

  .partner-contacts__controls {
    width: auto;
    position: relative;
    top: auto;
    right: auto;
    margin-top: 3rem;
  }

  .about-directions-item__title {
    font-size: 2.1rem;
  }

  .history-list-item__more-link {
    opacity: 1;
  }

}

@media (max-width: 900px) {

  .block-with-side__content {
    float: none;
    width: auto;
    padding-bottom: 2rem;
  }

  .block-with-side__side {
    float: none;
    width: auto;
    max-width: 100%;
  }

  .side-menu {
    display: none;
  }

  .photo-text-item__wrap .photo-text-item:nth-child(n) .photo-text-item__text {
    padding: 0;
  }

  .photo-text-item__wrap:nth-child(odd) .photo-text-item .photo-text-item__text {
    padding-right: 0;
  }

  .photo-text-item__wrap--gray-bg::before {
    left: -2.5em;
    right: -2.5em;
    bottom: -2.5em;
    width: auto;
  }

  .photo-text-item__wrap--gray-bg:nth-child(odd)::before {
    left: -2.5em;
    right: -2.5em;
  }

  .photo-text-item__wrap--gray-bg .photo-text-item__main-title {
    padding-top: 3rem;
  }

  .photo-text-item__main-title {
    padding-top: 3rem;
    padding-bottom: 0rem;
  }

  .photo-text-item:nth-child(odd) .photo-text-item__text {
    padding-right: 0;
  }

  .photo-text-item {
    display: block;
    margin-bottom: 4rem;
  }

  .photo-text-item__photo {
    width: auto;
    min-height: 0;
    /* margin: 0 -2.5rem 2.5rem; */
    /* padding-bottom: 2em; */
    margin: 2em auto;
    display: block;
  }

  .photo-text-item__photo__img {
    width: auto;
    min-height: 0;
    margin: 0 -2.5rem 2.5rem;
  }

  .photo-text-item__text {
    width: auto;
    padding: 0;
  }

  .info-text {
    display: block;
  }

  .info-text__photo {
    width: auto;
    margin: 0 -2.5rem 2.5rem;
  }

  .info-text__info {
    width: auto;
  }

  .instagram-list-item {
    width: 33.333%;
  }

  .instagram-list-item:nth-child(n+10) {
    display: none;
  }

  .header.is-show-mobile-menu .top-menu-bg {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header.is-show-mobile-menu .top-menu {
    -ms-transform: translateX(0);
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  .header.is-show-mobile-menu .header-controls-btn {
    opacity: 0;
    visibility: hidden;
  }

  .header.is-show-mobile-menu .header-controls-btn.show-menu-btn {
    opacity: 1;
    visibility: visible;
    left: 11rem;
  }

  .header.is-show-mobile-menu .header-content {
    left: -15rem;
  }

  .header.is-show-level-2 .top-menu__list {
    -ms-transform: translateX(-100%);
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  .header.is-show-level-3 .top-menu__list {
    -ms-transform: translateX(-200%);
    -webkit-transform: translateX(-200%);
    transform: translateX(-200%);
  }

  .header-content {
    left: 0;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .top-menu-bg {
    opacity: 1;
    visibility: visible;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: auto;
    width: 32rem;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .top-menu {
    display: block;
    position: fixed;
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    height: auto;
    width: 32rem;
    padding: 10rem 0 2rem;
    overflow-x: hidden;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }

  .top-menu__list {
    display: block;
    position: relative;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  .top-menu__item {
    max-width: 100%;
    display: block;
    position: static;
  }

  .top-menu__item-link {
    padding: 1.9rem 5.6rem;
    margin-bottom: 0;
  }

  .top-menu__item-link:active {
    background-color: rgba(255, 255, 255, 0.16);
  }

  .top-menu__item-link._with-submenu:before {
    display: block;
    font-size: 2.4rem;
    right: 1.6rem;
    margin-top: -1.2rem;
    -ms-transform: rotate(-90deg);
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }

  .top-menu__submenu {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 32rem;
    -ms-transform: translateX(100%);
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    display: none;
  }

  .top-menu__submenu.is-current {
    display: block;
  }

  .top-menu__submenu-item.show-menu-level {
    display: block;
  }

  .top-menu__submenu-item-link {
    padding: 1.9rem 5.6rem;
    margin-bottom: 0;
    color: #fff;
    font-size: 1.6rem;
    display: block;
  }

  .top-menu__submenu-item-link:active {
    background-color: rgba(255, 255, 255, 0.16);
  }

  .header-controls {
    padding-left: 10rem;
    background-color: #eb2128;
    z-index: 1;
  }

  .footer-logo {
    width: 20rem;
  }

  .footer-contacts {
    width: 22.5rem;
    min-width: 22.5rem;
  }

  .footer-menu {
    margin-top: -6rem;
  }

  .footer-contacts__phone {
    font-size: 2.2rem;
    font-weight: bold;
  }

  .section-list__item {
    width: 100%;
    padding-bottom: 3rem;
  }

  .section-list__item .section-list__title {
    padding-bottom: 1.5rem;
  }

  .inner-page-promo._with-bg {
    background-position: center top;
    background-size: 100% auto;
  }

  .inner-page-promo._with-bg:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#1e76ba), color-stop(70%, rgba(30, 118, 186, 0.98)), to(rgba(30, 118, 186, 0.3)));
    background: -webkit-linear-gradient(bottom, #1e76ba 0%, rgba(30, 118, 186, 0.98) 70%, rgba(30, 118, 186, 0.3) 100%);
    background: -o-linear-gradient(bottom, #1e76ba 0%, rgba(30, 118, 186, 0.98) 70%, rgba(30, 118, 186, 0.3) 100%);
    background: linear-gradient(to top, #1e76ba 0%, rgba(30, 118, 186, 0.98) 70%, rgba(30, 118, 186, 0.3) 100%);
  }

  .inner-page-promo {
    margin-bottom: 0;
  }

  .inner-page-promo + .page-section {
    padding-top: 0;
  }

  .inner-page-promo__content-wrapper {
    display: block;
  }

  .inner-page-promo__content-height-fix {
    height: auto;
  }

  .inner-page-promo__content {
    height: auto;
    display: block;
  }

  .inner-page-promo__content--with-menu .inner-page-promo__photo {
    width: 100%;
  }

  .inner-page-promo__content--with-menu .inner-page-promo__info {
    width: 100%;
  }

  .inner-page-promo__content--with-menu {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-direction: column-reverse;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    flex-direction: column-reverse;
    padding: 8rem 0;
  }

  .inner-page-promo__content--with-menu .inner-page-promo__photo {
    -ms-flex-item-align: normal;
    -ms-grid-row-align: normal;
    align-self: normal;
    text-align: left;
  }

  .inner-page-promo__info {
    width: auto;
  }

  .inner-page-promo__photo {
    width: auto;
    max-width: 100%;
    height: auto;
    text-align: center;
    margin-bottom: 1rem;
  }

  .inner-page-promo__photo:after {
    content: "";
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    height: 10rem;
    background: -webkit-gradient(linear, left bottom, left top, from(rgba(30, 118, 186, 1)), color-stop(90%, rgba(30, 118, 186, 0.00)), to(rgba(0, 0, 0, 0.00)));
    background: -webkit-linear-gradient(bottom, rgba(30, 118, 186, 1) 0%, rgba(30, 118, 186, 0.00) 90%, rgba(0, 0, 0, 0.00) 100%);
    background: -o-linear-gradient(bottom, rgba(30, 118, 186, 1) 0%, rgba(30, 118, 186, 0.00) 90%, rgba(0, 0, 0, 0.00) 100%);
    background: linear-gradient(to top, rgba(30, 118, 186, 1) 0%, rgba(30, 118, 186, 0.00) 90%, rgba(0, 0, 0, 0.00) 100%)
  }

  .inner-page-promo__photo._with-spec-link {
    height: 30rem;
  }

  .inner-page-promo__photo img {
    width: auto;
    max-height: 48rem;
  }

  .inner-page-promo__spec-link {
    margin-top: 0;
  }

  .inner-page-promo__spec-link:before {
    margin-bottom: 0.5rem;
    font-size: 10rem;
  }

  .main-promo__content-wrapper {
    display: block;
  }

  .main-promo__content-height-fix {
    height: auto;
  }

  .main-promo-content {
    display: block;
    padding: 10rem 0;
  }

  .main-promo-left {
    width: auto;
    margin-bottom: 8.5rem;
  }

  .main-promo-right {
    width: auto;
  }

  .main-promo__title {
    font-size: 6.2rem;
  }

  .company-facts__description {
    width: auto;
    float: none;
  }

  .company-facts__photo-list {
    width: auto;
    float: none;
  }

  .company-facts__data-list {
    width: auto;
    float: none;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 3rem;
  }

  .company-facts__data-item {
    width: 31.6%;
    margin-left: 2.6%;
    margin-bottom: 2.6%;
  }

  .company-facts__data-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .company-facts__data-value {
    font-size: 4.8rem;
  }

  .company-facts__data-label {
    font-size: 1.6rem;
  }

  .company-facts__work-link {
    width: 29rem;
  }

  .article-list._3-items {
    display: block;
  }

  .article-list._3-items .article-list-item {
    width: auto;
    margin-left: 0;
    margin-bottom: 1.6rem;
    height: auto;
  }

  .article-list._3-items .article-list-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .article-list._3-items .article-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .article-list._one-line .article-list-item:nth-child(n+4) {
    display: block;
  }

  .article-list-item {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .article-list-item:nth-child(4n+1) {
    margin-left: 3%;
  }

  .article-list-item:nth-child(3n+1) {
    margin-left: 3%;
  }

  .article-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .product-list {
    padding: 0;
  }

  .product-list-item {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .product-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .project-list._one-line .project-list-item:nth-child(n+4) {
    display: block;
  }

  .project-list-item {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .project-list-item:nth-child(4n+1) {
    margin-left: 3%;
  }

  .project-list-item:nth-child(3n+1) {
    margin-left: 3%;
  }

  .project-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .seminar-detail__data {
    display: block;
  }

  .seminar-detail__data-section {
    width: auto;
  }

  .team-list-item {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 6%;
  }

  .team-list-item:nth-child(4n+1) {
    margin-left: 3%;
  }

  .team-list-item:nth-child(3n+1) {
    margin-left: 3%;
  }

  .team-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .photo-list-item {
    width: 48.5%;
    margin-left: 3%;
    margin-bottom: 3%;
  }

  .photo-list-item:nth-child(4n+1) {
    margin-left: 3%;
  }

  .photo-list-item:nth-child(3n+1) {
    margin-left: 3%;
  }

  .photo-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .columns-content-wrap {
    padding-top: 4rem;
  }

  .slider-out-of-work .slick-dots {
    text-align: center;
    margin-left: 0;
  }

  .slider-out-of-work .slide-wrap {
    padding: 0;
  }

  .slider-out-of-work .slide-wrap img {
    width: 100%;
  }

  .slider-out-of-work .slide {
    height: auto;
  }

  .training-feautures__photo {
    width: auto;
    float: none;
    width: auto;
    margin: 0 -2.5rem;
  }

  .training-feautures__text {
    float: none;
    width: auto;
  }

  .training-feautures__text:before {
    left: -2.5rem;
    right: -2.5rem;
  }

  .training-feautures__text-content {
    padding: 2.5rem 0 5rem;
  }

  .training-feautures__other-info {
    width: auto;
    max-width: 100%;
    padding: 0;
  }

  .inner-page-promo__partner .inner-page-promo__photo {
    padding-top: 0;
  }

  .partner-why {
    display: block;
    margin: 6rem 0 0;
  }

  .partner-why__photo {
    width: auto;
    margin: 0 -2.5rem 2.5rem;
  }

  .partner-why__info {
    width: auto;
    padding-left: 0;
  }

  .job-main-info {
    max-width: 100%;
  }

  .contacts-header {
    margin-bottom: 2rem;
  }

  .contacts-map {
    height: 44rem;
  }

  .contacts-map-zoom-btn {
    top: 19rem;
  }

  .contacts-info {
    position: relative;
    top: auto;
    left: auto !important;
    width: auto;
    margin: -12rem 2.5rem 0;
  }

  .contacts-data {
    -webkit-column-count: 2;
    column-count: 2;
  }

  .contacts-departments-item {
    width: 48.5%;
    margin-left: 3%;
  }

  .contacts-departments-item:nth-child(4n+1) {
    margin-left: 3%;
  }

  .contacts-departments-item:nth-child(3n+1) {
    margin-left: 3%;
  }

  .contacts-departments-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .about-directions {
    margin-top: -4rem;
  }

  .history-detail__section {
    display: block;
  }

  .history-detail__text {
    max-width: 100%;
  }

  .history-detail__data {
    min-width: 0;
    width: auto;
    margin-left: 0;
    padding: 2rem 0;
  }

  .history-detail__photo {
    width: auto;
    min-width: 0;
    margin-left: 0;
    padding-top: 0;
  }

  .history-detail__data-list {
    padding: 5rem 2rem 2.5rem;
  }

  .history-detail__data-list .history-detail__data-item {
    width: 45%;
    margin-left: 10%;
  }

  .history-detail__data-list .history-detail__data-item:nth-child(4n+1) {
    margin-left: 10%;
  }

  .history-detail__data-list .history-detail__data-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .automation-page .automation-page__title {
    padding-top: 3rem;
  }

  .automation {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }

  .automation-item__name {
    margin-top: 3rem;
  }

}

@media (max-width: 767px) {

  .global-wrapper {
    padding-top: 0;
    padding-bottom: 0 !important;
  }

  .inner-width {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  h1,
  .h1 {
    font-size: 3.6rem;
    letter-spacing: 0;
  }

  h2,
  .h2 {
    font-size: 3rem;
    letter-spacing: 0;
    margin-bottom: 2.5rem;
  }

  h3,
  .h3 {
    margin-bottom: 2rem;
    letter-spacing: 0;
    font-size: 2.4rem;
  }

  h4,
  .h4 {
    font-size: 2.2rem;
  }

  h5,
  .h5 {
    font-size: 1.8rem;
  }

  h6,
  .h6 {
    font-size: 1.6rem;
  }

  .btn-with-icon {
    height: 4rem;
    line-height: 4rem;
  }

  .paging .load-more-btn {
    display: inline-block;
  }

  .paging-list {
    display: none;
  }

  .accordion-item__header:before {
    right: 1.5rem;
  }

  .accordion-item__header {
    padding: 2rem 5rem 2rem 2rem;
    font-size: 1.8rem;
  }

  .accordion-item__content {
    padding: 0.2rem 2rem 2rem;
  }

  .photo-text-item__description + h3,
  .photo-text-item__description + div.h3 {
    margin-top: 3rem;
  }

  .tabs-header-item {
    min-width: 0;
  }

  .header.is-show-mobile-menu .header-controls-btn {
    opacity: 1;
    visibility: visible;
    display: inline-block;
  }

  .header.is-show-mobile-menu .header-controls-btn.show-menu-btn {
    right: auto;
    left: 0;
    top: 0;
    background-color: #eb2128;
  }

  .header.is-show-mobile-menu .header-content {
    left: auto;
  }

  .header .inner-width {
    margin-left: 0;
    margin-right: 0;
  }

  .header-content {
    height: 5.6rem;
    z-index: 49;
  }

  .logo {
    width: 18.2rem;
  }

  .logo-1c {
    width: 3.4rem;
    margin-left: 0.3rem;
  }

  .top-menu-bg {
    left: 0;
    width: auto;
    display: none;
  }

  .top-menu {
    left: 0;
    width: auto;
    padding: 5.6rem 0 2rem;
    background-color: #0e2639;
  }

  .top-menu__submenu {
    right: 0;
    width: auto;
  }

  .header-controls {
    padding-right: 0;
    background-color: transparent;
    padding-left: 0;
  }

  .header-controls-btn {
    width: 5.6rem;
    position: absolute;
    top: 0;
    right: 0;
    display: none;
  }

  .header-controls-btn.show-menu-btn:before {
    right: auto;
    left: 50%;
    margin-left: -1.2rem;
  }

  .header-controls-btn.show-menu-btn:after {
    right: auto;
    left: 50%;
    margin-left: -1.2rem;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
  }

  .header-controls-btn.show-menu-btn {
    width: 5.6rem;
    padding: 0;
    margin-right: 0;
    right: 0;
    left: auto;
  }

  .header-controls-btn.show-mail-btn {
    right: 5.6rem;
  }

  .header-controls-btn__text {
    display: none;
  }

  .header-search {
    left: 0;
    padding-top: 0.8rem;
    padding-left: 5.6rem;
  }

  .header-search:before {
    left: 1.6rem;
  }

  .header-search__placeholder {
    left: 5.6rem;
  }

  .footer.with-animate {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
  }

  .footer-info {
    display: block;
  }

  .footer-contacts {
    width: auto;
  }

  .footer-menu {
    width: auto;
    margin-top: 0;
    padding-left: 0;
    padding-top: 3rem;
  }

  .footer-contacts__phone {
    font-size: 2.8rem;
    font-weight: normal;
  }

  .footer-menu__list {
    display: block;
  }

  .footer-menu__item {
    display: block;
    padding-right: 0;
    width: auto;
    margin-bottom: 2.4rem;
  }

  .footer-other {
    display: block;
    padding-top: 1rem;
    font-size: 1.3rem;
  }

  .copyright {
    margin-bottom: 0.5rem;
  }

  .footer-other-links {
    margin-bottom: 0.5rem;
  }

  .developer {
    text-transform: uppercase;
  }

  .go-top-btn {
    top: 0;
  }

  .popup-title {
    font-size: 2.4rem;
  }

  .page-header {
    padding: 4rem 0;
  }

  .breadcrumbs {
    display: none;
  }

  .breadcrumbs__item {
    padding-right: 2.5rem;
    margin-right: 0.5rem;
  }

  .page-header__dop-links {
    position: relative;
    bottom: auto;
    right: auto;
    padding-top: 2rem;
  }

  .page-section {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .page-section._gray-bg {
    margin-top: 2.5rem;
    margin-bottom: 2.5rem;
    padding-top: 5rem;
  }

  .page-section.page-section_products .page-section__title {
    margin-bottom: 3.5rem;
  }

  .page-section.page-section_company-facts {
    padding-top: 4rem;
  }

  .page-section.page-section_partner-features {
    padding-bottom: 2rem;
    padding-top: 4rem;
  }

  .page-section__all-link {
    display: none;
  }

  .inner-page-promo {
    margin-top: 0;
  }

  .inner-page-promo__content {
    padding: 4rem 0;
  }

  .inner-page-promo__content--with-menu .inner-page-promo__info {
    padding-bottom: 2.5rem;
  }

  .inner-page-promo__info {
    padding-bottom: 0;
  }

  .inner-page-promo__photo._with-spec-link {
    height: 20rem;
    margin-bottom: 2rem;
  }

  .inner-page-promo__bottom-btn {
    bottom: -2rem;
  }

  .main-promo {
    margin-top: 0;
  }

  .main-promo[data-bg="1"] .main-promo-bg:before {
    left: 0;
  }

  .main-promo[data-bg="2"] .main-promo-bg:before {
    top: -2rem;
  }

  .main-promo[data-bg="3"] .main-promo-bg:before {
    top: -4rem;
  }

  .main-promo[data-bg="4"] .main-promo-bg:before {
    top: -6rem;
  }

  .main-promo[data-bg="5"] .main-promo-bg:before {
    top: -8rem;
  }

  .main-promo[data-bg="6"] .main-promo-bg:before {
    top: -10rem;
  }

  .main-promo[data-bg="7"] .main-promo-bg:before {
    top: -12rem;
  }

  .main-promo-bg:before {
    background: url(images/promo-bg-mobile.png) no-repeat left top;
    background-size: 175% auto;
  }

  .main-promo-content {
    padding: 4rem 0 7rem;
  }

  .main-promo-left {
    margin-bottom: 4.5rem;
  }

  .main-promo__title {
    font-size: 3.6rem;
  }

  .main-promo-right__line:before {
    width: 1.6rem;
  }

  .main-promo__menu-item {
    font-size: 1.6rem;
    padding: 0.4rem 0;
  }

  .main-promo__menu-link {
    padding-left: 3.2rem;
  }

  .company-facts__slider {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .company-facts__slider .slick-dots {
    bottom: 2.5rem;
  }

  .company-facts__data-list {
    display: block;
    padding-bottom: 4rem;
  }

  .company-facts__data-item {
    width: auto;
    margin-left: 0;
    margin-bottom: 2.4rem;
  }

  .company-facts__work-link {
    bottom: -2rem;
    right: auto;
    left: 0;
  }

  .article-list {
    display: block;
  }

  .article-list-item {
    width: auto;
    margin-left: 0;
    margin-bottom: 1.6rem;
    height: auto;
  }

  .article-list-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .article-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .article-list-item__content {
    display: block;
  }

  .article-list-item__title {
    font-size: 1.8rem;
  }

  .project-list {
    display: block;
  }

  .project-list-item {
    width: auto;
    margin-left: 0;
    margin-bottom: 1.6rem;
  }

  .project-list-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .project-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .project-list-item__logo {
    padding-bottom: 0;
  }

  .project-list-item__logo-img {
    display: block;
    position: relative;
    top: auto;
    right: auto;
    bottom: auto;
    left: auto;
    width: auto;
  }

  .project-list-item__title {
    font-size: 1.8rem;
  }

  .seminar-list-item {
    height: auto;
    display: block;
  }

  .seminar-list-item__photo {
    width: auto;
    height: 25rem;
  }

  .seminar-list-item__content {
    width: auto;
    display: block;
    padding: 2.4rem;
  }

  .seminar-list-item__date {
    font-size: 1.8rem;
    position: static;
    margin-bottom: 2rem;
  }

  .seminar-list-item__title {
    font-size: 1.8rem;
  }

  .seminar-detail__reg-btn {
    bottom: -2rem;
  }

  .seminar-detail__partners {
    text-align: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .seminar-detail__partner-item:last-child {
    margin-bottom: 0;
  }

  .seminar-detail__partner-item {
    width: 100%;
    margin-right: 0;
  }

  .team-list {
    display: block;
  }

  .team-list-item {
    width: auto;
    margin-left: 0;
    margin-bottom: 3.2rem;
  }

  .team-list-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .team-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .team-list-item__photo {
    padding-bottom: 0;
    background-color: transparent;
  }

  .team-list-item__photo:before {
    content: "";
    position: absolute;
    left: 0;
    top: 1.6rem;
    right: 0;
    bottom: 0;
    background-color: #1e76ba;
  }

  .team-list-item__photo-inner {
    position: relative;
    bottom: auto;
    left: auto;
    right: auto;
    /*padding: 0 2.4rem;*/
  }

  .team-list-item__title {
    font-size: 1.8rem;
  }

  .event-detail {
    padding-bottom: 4rem;
  }

  .event-detail-slider .slick-dots {
    padding: 0.5rem;
  }

  .side-news-title {
    padding-left: 0;
  }

  .side-news-list-item._type-2 .side-news-list-item__date {
    font-size: 1.8rem;
    margin-bottom: 1.5rem;
  }

  .side-news-list-item__title {
    font-size: 1.8rem;
  }

  .vacancy {
    padding-right: 0;
    margin-right: 0;
  }

  .vacancy-controls {
    position: relative;
    right: auto;
    top: auto;
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin: 0 -2rem -2rem;
  }

  .vacancy-controls__btn {
    width: 50%;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .sertificates-info {
    display: block;
  }

  .sertificates-info__text {
    width: auto;
    margin-bottom: 2rem;
  }

  .sertificates-info__logo {
    width: auto;
    text-align: left;
  }

  .sertificates-info__logo img {
    max-width: 12rem;
    margin-right: 0;
    margin-left: 2rem;
  }

  .sertificates-section__title {
    margin-bottom: 3rem;
  }

  .sertificates-list-item__title {
    font-size: 1.4rem;
  }

  .inner-page-promo__department-detail .inner-page-promo__content {
    padding: 4rem 0;
  }

  .advantages .advantages-list {
    margin: 0 -1rem;
  }

  .advantages-item {
    padding: 0 0.8rem 2.4rem;
  }

  .advantages-item__shadow {
    display: none;
  }

  .advantages-item__title {
    font-size: 1.8rem;
  }

  .advantages-item__text {
    position: relative;
    opacity: 1;
    top: auto;
    padding: 1rem 0 0;
  }

  .slider-out-of-work {
    margin: 0 1.5rem;
  }

  .training-info__description {
    font-size: 1.8rem;
  }

  .training-info__data-item {
    font-size: 1.8rem;
    margin-right: 6%;
  }

  .training-info__data-item-value {
    font-size: 5rem;
  }

  .training-feautures__site-btn {
    bottom: -2rem;
  }

  .partner-sale-data-item__value {
    font-size: 6.4rem;
  }

  .partner-partners__list-item img {
    max-height: 3.6rem;
  }

  .feature-list {
    margin-top: 0;
    -ms-flex-align: stretch;
    -webkit-box-align: stretch;
    align-items: stretch;
  }

  .feature-list-item {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.08), 0 8px 16px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 4px 20px 5px rgba(0, 0, 0, 0.08), 0 8px 16px 2px rgba(0, 0, 0, 0.1);
    margin-bottom: 2.5rem;
  }

  .feature-list-item:hover {
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  .feature-list-item:hover .feature-list-item__header {
    background-color: transparent;
  }

  .feature-list-item:hover .feature-list-item__title {
    background-color: transparent;
    color: #1e76ba;
  }

  .feature-list-item__shadow {
    display: none;
  }

  .feature-list-item__header {
    height: 10rem;
  }

  .feature-list-item__header:before {
    width: 4rem;
    height: 4rem;
    left: 1rem;
    top: 1rem;
    display: none;
  }

  .feature-list-item__icon img,
  .feature-list-item__icon svg {
    width: 7rem;
  }

  .feature-list-item__title {
    font-size: 1.8rem;
    padding: 0 1.5rem 1px;
  }

  .feature-list-item__description {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: block;
    position: static;
  }

  .job-features__bottom-btn {
    bottom: -4.5rem;
  }

  .contacts-header {
    margin-top: 0;
    margin-bottom: 0;
  }

  .contacts-map {
    height: 36rem;
  }

  .contacts-info {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 2.5rem 1.5rem 0;
  }

  .contacts-data {
    -webkit-column-count: 1;
    column-count: 1;
  }

  .contacts-print-btn {
    display: none;
  }

  .contacts-departments {
    display: block;
  }

  .contacts-departments-item {
    width: auto;
    margin-left: 0;
  }

  .contacts-departments-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .contacts-departments-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .contacts-departments-item__title {
    font-size: 2.2rem;
    margin-bottom: 2rem;
  }

  .contacts-departments-item__contacts-item {
    margin-bottom: 2rem;
  }

  .about-main-info__title {
    font-size: 1.8rem;
  }

  .about-directions {
    margin: 0 -1.5rem 4rem;
  }

  .about-directions-item {
    width: auto;
    float: none;
    height: auto;
  }

  .about-directions-item._big {
    height: auto;
  }

  .desktop .about-directions-item:hover {
    -webkit-box-shadow: none;
    box-shadow: none;
  }

  .about-directions-item__title {
    margin-bottom: 2rem;
  }

  .about-directions-item__controls {
    opacity: 1;
    position: static;
    padding-top: 1.5rem;
  }

  .history-list {
    padding: 1rem 0;
  }

  .desktop .history-list-item:hover {
    -webkit-box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.08), 0 4px 8px 1px rgba(0, 0, 0, 0.1);
    box-shadow: 0 3px 10px 2px rgba(0, 0, 0, 0.08), 0 4px 8px 1px rgba(0, 0, 0, 0.1);
  }

  .history-detail__data-item-value {
    font-size: 3.6rem;
  }

  .automation-list__line {
    left: 11px;
  }

  .automation-item:before {
    font-size: 4rem;
  }

  .automation-item:after {
    left: 11px;
  }

}

@media (max-width: 600px) {

  .columns-content__item {
    padding-left: 0;
  }

  .columns-content__item .columns-content__image {
    display: none;
  }

}

@media (max-width: 480px) {

  .help-content {
    width: 20rem;
    left: -10rem;
    font-size: 1.1rem;
    padding: 1.2rem 1rem;
  }

  .advantages-item {
    width: 100%;
  }

}

@media (max-width: 479px) {

  .popup {
    width: auto;
    margin-left: 0;
    left: 1rem;
    right: 1rem;
    padding: 2.5rem 1.5rem;
    max-height: 95vh;
    overflow-y: auto;
    overflow-x: hidden;
  }

  .inner-page-promo__bottom-btn {
    width: 100%;
  }

  .main-promo__add-partner-btn {
    width: 100%;
  }

  .company-facts__work-link {
    width: 100%;
  }

  .seminar-list-item__photo {
    height: 18.5rem;
  }

  .seminar-detail__data {
    padding: 2rem 1.5rem 3rem;
  }

  .seminar-detail__reg-btn {
    width: 100%;
    font-size: 1.3rem;
  }

  .photo-list {
    display: block;
  }

  .photo-list-item {
    width: auto;
    margin-left: 0;
    margin-bottom: 2.4rem;
    height: auto;
  }

  .photo-list-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .photo-list-item:nth-child(3n+1) {
    margin-left: 0;
  }

  .sertificates-list-item {
    width: 48%;
    margin-left: 4%;
    margin-bottom: 4rem;
  }

  .sertificates-list-item:nth-child(4n+1) {
    margin-left: 4%;
  }

  .sertificates-list-item:nth-child(3n+1) {
    margin-left: 4%;
  }

  .sertificates-list-item:nth-child(2n+1) {
    margin-left: 0;
  }

  .training-info__data-item {
    display: block;
    margin-right: 0;
  }

  .training-info__data-item-value {
    font-size: 6.4rem;
  }

  .training-feautures__site-btn {
    width: 100%;
  }

  .feature-list {
    display: block;
  }

  .feature-list-item {
    width: auto;
    margin-left: 0;
    margin-bottom: 3rem;
  }

  .feature-list-item:nth-child(4n+1) {
    margin-left: 0;
  }

  .partner-contacts__btn {
    width: 100%;
  }

  .job-features__bottom-btn {
    width: 100%;
    bottom: -7.4rem;
  }

  .history-detail__data-list {
    padding: 4rem 2rem;
    display: block;
  }

  .history-detail__data-list .history-detail__data-item {
    width: auto;
    margin-left: 0;
  }

  .history-detail__data-list .history-detail__data-item:nth-child(4n+1) {
    margin-left: 0;
  }

}

.error_404 > span {
  font-size: 350px;
  font-weight: bold;
  color: #eb2128;
}

.error_404 > span:nth-child(1) {
  color: #1e76ba;
}

.depart_colum {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column;
  flex-flow: column;
}

.pol_warn {
  color: red;
}

.pol_warn :hover {
  color: red;
}

.form_mesage_result {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-flow: column;
  padding-bottom: 100px;
  padding-top: 100px;
  text-align: center;
}

.form_mesage_result > img {
  margin-bottom: 15px;
}

.form_mesage_result__error {
  margin-top: 20px;
  color: red;
}

.adaptation-questionnaire {
  /*max-width: 900px;*/
  margin: 24px auto;
}

.adaptation-questionnaire .text-inner {
  margin: 36px 0;
}

.adaptation-questionnaire .text-inner p {
  margin-bottom: 0.8em;
}

.adaptation__elem {
}

.adaptation__name {
  font-size: 24px;
  /*font-weight: bold;*/
  margin-bottom: 0.6em;
}

.adaptation__subname {
  font-size: 18px;
  color: rgba(0,0,0, 0.6);
  /*font-weight: bold;*/
  margin-bottom: 0.6em;
}

.adaptation__error {
  display: none;
  color: #eb2128;
}

.required.error .adaptation__error {
  display: block;
}

.adaptation__fields-wrap {
  margin-bottom: 24px;
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0,0,0, 0.4);
}

.adaptation__elem:last-child .adaptation__fields-wrap {
  border-bottom: none;
}

.adaptation__field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 12px 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.adaptation__field input[type="text"] {
  width: 400px;
  padding: 8px 12px;
  font-size: 15px;
  border: 2px solid rgba(0, 0, 0, 0.56);
  border-radius: 4px;
  transition: 0.3s;
}

.adaptation__field input[type="text"]:focus,
.adaptation__field input[type="text"]:hover {
  border-color: #1e76ba;
}

.adaptation__field textarea {
  width: 400px;
  height: 200px;
  padding: 8px 12px;
  font-size: 15px;
  border: 2px solid rgba(0, 0, 0, 0.56);
  border-radius: 4px;
  transition: border 0.3s;
  resize: vertical;
}

.adaptation__field textarea:focus,
.adaptation__field textarea:hover {
  border-color: #1e76ba;
}

.adaptation__field input[type="checkbox"],
.adaptation__field input[type="radio"] {
  position: absolute;
  left: 0;
  opacity: 0;
}

.adaptation__field label {
  position: relative;
  display: block;
  min-height: 16px;
  padding-left: 28px;
  font-size: 16px;
  cursor: pointer;
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.adaptation__field [type="radio"] + label {
  border-radius: 50%;
}

.adaptation__field label::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  max-width: none;
  width: 16px;
  height: 16px;
  border: 2px solid rgba(0, 0, 0, 0.56);
  border-radius: 2px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -webkit-transition: 0.2s linear;
  transition: 0.2s linear;
}

.adaptation__field [type="radio"] + label::before {
  border-radius: 50%;
}

.adaptation__field label::after {
  content: '\e926';
  font-family: 'icons' !important;
  position: absolute;
  opacity: 0;
  left: 2px;
  top: 50%;
  max-width: none;
  width: 16px;
  height: 16px;
  text-align: center;
  font-size: 10px;
  line-height: 16px;
  color: #fff;
  background-color: #1e76ba;
  -webkit-transform: translate3d(0, -50%, 0) scale(0);
  transform: translate3d(0, -50%, 0) scale(0);
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.adaptation__field [type="radio"] + label::after {
  content: '';
  left: 6px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-radius: 50%;
}

.adaptation__field [type="checkbox"]:not(:checked) + label::after,
.adaptation__field [type="radio"]:not(:checked) + label::after {
  opacity: 0;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}

.adaptation__field [type="checkbox"]:checked + label::after,
.adaptation__field [type="radio"]:checked + label::after {
  opacity: 1;
  -webkit-transform: translate3d(0, -50%, 0) scale(1);
  transform: translate3d(0, -50%, 0) scale(1);
}

.adaptation__field [type="checkbox"]:checked + label::before,
.adaptation__field [type="radio"]:checked + label::before {
  border-color: #1e76ba;
}

.adaptation__field label:hover:before {
  border-color: #1e76ba;
}

.adaptation__field label:hover {
  color: #1e76ba;
}

.adaptation__field .custom-select-wrap {
  display: inline-block;
  width: 400px;
}

.adaptation__field .custom-select-wrap select {
  display: none;
}

.adaptation__field .custom-select {
  position: relative;
}

.adaptation__field .custom-select-selected {
  vertical-align: middle;
  position: relative;
  padding: 8px 12px;
  font-size: 15px;
  border: 2px solid rgba(0, 0, 0, 0.56);
  border-radius: 4px;
  cursor: pointer;
  transition: 0.3s;
}

.adaptation__field .custom-select-selected.clicked,
.adaptation__field .custom-select-selected:hover {
  border-color: #1e76ba;
}

.adaptation__field .custom-select-selected:after {
  content: "";
  display: block;
  position: absolute;
  top: 13px;
  right: 10px;
  width: 6px;
  height: 6px;
  border-right: 1px solid #111111;
  border-top: 1px solid #111111;
  transform: rotate(135deg);
  transition: all 0.3s ease-in-out;
}

.adaptation__field .custom-select-items {
  display: none;
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  width: 100%;
  padding: 3px 0;
  background: #fff;
  border: 2px solid #1e76ba;
  border-radius: 4px;
}

.adaptation__field .custom-select-items span {
  display: block;
  padding: 4px 12px;
  cursor: pointer;
  color: #111111;
  transition: all 0.3s ease-in-out;
}

.adaptation__field .custom-select-items span:hover {
  background: rgba(0,0,0, 0.2);
}

.adaptation__table {
  display: flex;
  width: 100%;
  flex-direction: column;
  margin-bottom: 24px;
}

.adaptation__table-row {
  display: flex;
  width: 100%;
  align-items: center;
  border-top: 1px solid #1e76ba;
}

.adaptation__table-row.error {
  color: #eb2128;
}

.adaptation__table-row:first-child {
  border-top: none;
  font-size: 18px;
  font-weight: bold;
}

.adaptation__table-cell {
  display: flex;
  justify-content: center;
  width: 40px;
  padding: 6px;
  flex-shrink: 0;
}

.adaptation__table-cell:first-child {
  width: auto;
  flex-grow: 1;
  flex-shrink: 1;
  justify-content: flex-start;
}

.adaptation__table .adaptation__field label {
  padding-left: 20px;
}

@media (max-width: 600px){
  .adaptation-questionnaire {
    font-size: 14px;
  }

  .adaptation__name {
    font-size: 18px;
  }

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

  .adaptation__table-row:first-child {
    font-size: 16px;
  }

  .adaptation__table-cell {
    width: 30px;
    padding: 4px 2px;
  }

  .adaptation__field textarea {
    height: 120px;
  }

}

@media (max-width: 420px){
  .adaptation__table-cell {
    width: 24px;
  }
}










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

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

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

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

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

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

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

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

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

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

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

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

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



.sk-folding-cube {
  width: 4em;
  height: 4em;
  position: relative;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
.sk-folding-cube .sk-cube {
  float: left;
  width: 50%;
  height: 50%;
  position: relative;
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.sk-folding-cube .sk-cube:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #1e76ba;
  -webkit-animation: sk-folding-cube-angle 2.4s infinite linear both;
  animation: sk-folding-cube-angle 2.4s infinite linear both;
  -webkit-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.sk-folding-cube .sk-cube-2 {
  -webkit-transform: scale(1.1) rotateZ(90deg);
  transform: scale(1.1) rotateZ(90deg);
}
.sk-folding-cube .sk-cube-3 {
  -webkit-transform: scale(1.1) rotateZ(180deg);
  transform: scale(1.1) rotateZ(180deg);
}
.sk-folding-cube .sk-cube-4 {
  -webkit-transform: scale(1.1) rotateZ(270deg);
  transform: scale(1.1) rotateZ(270deg);
}
.sk-folding-cube .sk-cube-2:before {
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.sk-folding-cube .sk-cube-3:before {
  -webkit-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.sk-folding-cube .sk-cube-4:before {
  -webkit-animation-delay: 0.9s;
  animation-delay: 0.9s;
}

@-webkit-keyframes sk-folding-cube-angle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}

@keyframes sk-folding-cube-angle {
  0%, 10% {
    -webkit-transform: perspective(140px) rotateX(-180deg);
    transform: perspective(140px) rotateX(-180deg);
    opacity: 0;
  }
  25%, 75% {
    -webkit-transform: perspective(140px) rotateX(0deg);
    transform: perspective(140px) rotateX(0deg);
    opacity: 1;
  }
  90%, 100% {
    -webkit-transform: perspective(140px) rotateY(180deg);
    transform: perspective(140px) rotateY(180deg);
    opacity: 0;
  }
}