@charset "UTF-8";

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,
b,
u,
i,
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-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: "";
  content: none;
}

q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

a {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

.db {
  display: block;
}

.dib {
  display: inline-block;
}

.fl_l {
  float: left;
}

.fl_r {
  float: right;
}

.center {
  overflow: hidden;
}

.tac {
  text-align: center;
}

.nav {
  list-style: none;
}

strong,
b {
  font-weight: 700;
}

button,
textarea,
input[type=email],
input[type=password],
input[type=text],
input[type=button],
input[type=submit] {
  -webkit-appearance: none;
  border-radius: 0;
}

/* clears the 'X' from Internet Explorer */

input[type=search]::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}

input[type=search]::-ms-reveal {
  display: none;
  width: 0;
  height: 0;
}

/* clears the 'X' from Chrome */

input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  display: none;
}

/*
SCSS variables are information about icon's compiled state, stored under its original file name

.icon-home {
  width: $icon-home-width;
}

The large array-like variables contain all information about a single icon
$icon-home: x y offset_x offset_y width height total_width total_height image_path;

At the bottom of this section, we provide information about the spritesheet itself
$spritesheet: width height image $spritesheet-sprites;
*/

/*
The provided mixins are intended to be used with the array-like variables

.icon-home {
  @include sprite-width($icon-home);
}

.icon-email {
  @include sprite($icon-email);
}
*/

/*
The `sprites` mixin generates identical output to the CSS template
  but can be overridden inside of SCSS

@include sprites($spritesheet-sprites);
*/

.df {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.df:after {
  display: none !important;
}

.fdc {
  -ms-flex-direction: column;
  flex-direction: column;
}

* {
  box-sizing: border-box;
  outline: none;
}

body {
  font: 400 15px/18px "Roboto", sans-serif;
  position: relative;
  min-width: 375px;
}

.wrapper {
  margin: 0 auto;
  position: relative;
  z-index: 5;
  max-width: 1240px;
  width: 100%;
  padding: 0 20px;
  box-sizing: border-box;
}

.wrapper:after {
  content: "";
  display: table;
  clear: both;
}

.btn,
.search-form button {
  padding: 0;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  box-sizing: border-box;
  background: none;
  border: none;
}

.btn-yellow,
.search-form button,
.btn-yellow--style {
  position: relative;
  padding: 11px 24px;
  line-height: 21px;
  margin: 0 7px;
  color: #004DAB;
  font-size: 15px;
  font-weight: 900;
  letter-spacing: 0.117px;
  z-index: 2;
  transition: all 0.2s linear;
  font-style: italic;
}

.btn-yellow:after,
.search-form button:after,
.btn-yellow--style:after {
  transform: skewX(-10deg);
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FEFE01;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.btn-yellow:hover,
.search-form button:hover,
.btn-yellow--style:hover {
  transform: scale(1.1);
}

.btn-yellow--style {
  background: url(../images/bg-btn1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 33px;
  font-style: italic;
  transform: none;
  font-weight: 400;
  padding: 52px 61px 65px 67px;
  margin: 49px -32px 0 0;
}

.btn-yellow--style:after {
  display: none;
}

.btn-yellow--style:hover {
  transform: scale(1.1);
}

.has-line {
  position: relative;
}

.has-line:after {
  position: absolute;
  background: #25358A url(../images/line.png) repeat-x center;
  background-size: auto 10px;
  content: "";
  bottom: 0;
  height: 28px;
  z-index: 4;
  left: 0;
  width: 100%;
}

.bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}

.small-label {
  color: #FFFFFE;
  font-size: 26px;
  font-weight: 300;
  line-height: 26px;
  text-align: left;
  margin: 0 0 12px;
}

.title-item {
  color: #FEFEFE;
  font-size: 65px;
  font-weight: 100;
  line-height: 65px;
  margin: 0 0 28px;
}

.wow {
  visibility: hidden;
}

.btn-scroll-up {
  position: fixed;
  background: #FEFE01;
  bottom: 20px;
  right: 20px;
  padding: 5px;
  margin: 0;
  display: none;
  z-index: 10000;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir=rtl] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.select2-hidden-accessible {
  visibility: hidden;
  opacity: 0;
  width: 0;
  height: 0;
  padding: 0;
  margin: 0;
  overflow: hidden;
  display: none;
}

.select2-container {
  z-index: 10000;
}

.select2-search--dropdown {
  display: none !important;
}

.select2 {
  display: block;
  text-align: left;
  min-width: 140px;
}

.select2-selection {
  display: block;
  position: relative;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  border-radius: 2px;
  height: 30px;
  cursor: pointer;
}

.select2-selection__rendered {
  padding: 0 40px 0 15px;
  display: block;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 14px;
  line-height: 20px;
  color: #000000;
}

.select2-selection__arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 45px;
  height: 100%;
}

.select2-selection__arrow b {
  position: absolute;
  right: 16px;
  top: 18px;
  width: 10px;
  height: 5px;
  background: url(../img/svg/arr-select.svg) no-repeat;
}

.select2-dropdown {
  border: 2px solid #cccccc;
  display: block;
  box-sizing: border-box;
  border-top: none;
  background: #ffffff;
}

.select2-results__option {
  line-height: 1.5em;
  color: #333;
  cursor: pointer;
  padding: 0 0 0 17px;
}

.select2-results__option[aria-selected=true] {
  color: #ffffff;
}

.datepicker--cells {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.datepicker--cell {
  border-radius: 4px;
  box-sizing: border-box;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 32px;
  z-index: 1;
}

.datepicker--cell.-focus- {
  background: #f0f0f0;
}

.datepicker--cell.-current- {
  color: #4EB5E6;
}

.datepicker--cell.-current-.-focus- {
  color: #4a4a4a;
}

.datepicker--cell.-current-.-in-range- {
  color: #4EB5E6;
}

.datepicker--cell.-in-range- {
  background: rgba(92, 196, 239, 0.1);
  color: #4a4a4a;
  border-radius: 0;
}

.datepicker--cell.-in-range-.-focus- {
  background: rgba(92, 196, 239, 0.2);
}

.datepicker--cell.-disabled- {
  cursor: default;
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-disabled-.-in-range- {
  color: #a1a1a1;
}

.datepicker--cell.-disabled-.-current-.-focus- {
  color: #aeaeae;
}

.datepicker--cell.-range-from- {
  background: rgba(92, 196, 239, 0.1);
  border: 1px solid rgba(92, 196, 239, 0.5);
  border-radius: 4px 0 0 4px;
}

.datepicker--cell.-range-to- {
  background: rgba(92, 196, 239, 0.1);
  border: 1px solid rgba(92, 196, 239, 0.5);
  border-radius: 0 4px 4px 0;
}

.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  color: #fff;
  background: #5cc4ef;
}

.datepicker--cell.-range-from-.-range-to- {
  border-radius: 4px;
}

.datepicker--cell.-selected- {
  border: none;
}

.datepicker--cell.-selected-.-focus- {
  background: #45bced;
}

.datepicker--cell:empty {
  cursor: default;
}

.datepicker--days-names {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 8px 0 3px;
}

.datepicker--day-name {
  color: #FF9A19;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  text-transform: uppercase;
  font-size: 0.8em;
}

.-only-timepicker- .datepicker--content,
.datepicker--body,
.datepicker-inline .datepicker--pointer {
  display: none;
}

.datepicker--cell-day {
  width: 14.28571%;
}

.datepicker--cells-months {
  height: 170px;
}

.datepicker--cell-month {
  width: 33.33%;
  height: 25%;
}

.datepicker--cells-years,
.datepicker--years {
  height: 170px;
}

.datepicker--cell-year {
  width: 25%;
  height: 33.33%;
}

.datepickers-container {
  position: absolute;
  left: 0;
  top: 0;
}

@media print {
  .datepickers-container {
    display: none;
  }
}

.datepicker {
  font: 14px Tahoma, sans-serif;
  background: #fff;
  border: 1px solid #dbdbdb;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: 4px;
  box-sizing: content-box;
  color: #4a4a4a;
  width: 250px;
  position: absolute;
  left: -100000px;
  opacity: 0;
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0.3s;
  z-index: 100;
}

.datepicker.-from-top- {
  transform: translateY(-8px);
}

.datepicker.-from-right- {
  transform: translateX(8px);
}

.datepicker.-from-bottom- {
  transform: translateY(8px);
}

.datepicker.-from-left- {
  transform: translateX(-8px);
}

.datepicker.active {
  opacity: 1;
  transform: translate(0);
  transition: opacity 0.3s ease, transform 0.3s ease, left 0s 0s;
}

.datepicker-inline .datepicker {
  border-color: #d7d7d7;
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.datepicker--content {
  box-sizing: content-box;
  padding: 4px;
}

.datepicker--pointer {
  position: absolute;
  background: #fff;
  border-top: 1px solid #dbdbdb;
  border-right: 1px solid #dbdbdb;
  width: 10px;
  height: 10px;
  z-index: -1;
}

.datepicker--nav-action:hover,
.datepicker--nav-title:hover {
  background: #f0f0f0;
}

.-top-center- .datepicker--pointer,
.-top-left- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  top: calc(100% - 4px);
  transform: rotate(135deg);
}

.-right-bottom- .datepicker--pointer,
.-right-center- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  right: calc(100% - 4px);
  transform: rotate(225deg);
}

.-bottom-center- .datepicker--pointer,
.-bottom-left- .datepicker--pointer,
.-bottom-right- .datepicker--pointer {
  bottom: calc(100% - 4px);
  transform: rotate(315deg);
}

.-left-bottom- .datepicker--pointer,
.-left-center- .datepicker--pointer,
.-left-top- .datepicker--pointer {
  left: calc(100% - 4px);
  transform: rotate(45deg);
}

.-bottom-left- .datepicker--pointer,
.-top-left- .datepicker--pointer {
  left: 10px;
}

.-bottom-right- .datepicker--pointer,
.-top-right- .datepicker--pointer {
  right: 10px;
}

.-bottom-center- .datepicker--pointer,
.-top-center- .datepicker--pointer {
  left: calc(50% - 5px);
}

.-left-top- .datepicker--pointer,
.-right-top- .datepicker--pointer {
  top: 10px;
}

.-left-bottom- .datepicker--pointer,
.-right-bottom- .datepicker--pointer {
  bottom: 10px;
}

.-left-center- .datepicker--pointer,
.-right-center- .datepicker--pointer {
  top: calc(50% - 5px);
}

.datepicker--body.active {
  display: block;
}

.datepicker--nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-bottom: 1px solid #efefef;
  min-height: 32px;
  padding: 4px;
}

.-only-timepicker- .datepicker--nav {
  display: none;
}

.datepicker--nav-action,
.datepicker--nav-title {
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.datepicker--nav-action {
  width: 32px;
  border-radius: 4px;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.datepicker--nav-action.-disabled- {
  visibility: hidden;
}

.datepicker--nav-action svg {
  width: 32px;
  height: 32px;
}

.datepicker--nav-action path {
  fill: none;
  stroke: #9c9c9c;
  stroke-width: 2px;
}

.datepicker--nav-title {
  border-radius: 4px;
  padding: 0 8px;
}

.datepicker--buttons,
.datepicker--time {
  border-top: 1px solid #efefef;
  padding: 4px;
}

.datepicker--nav-title i {
  font-style: normal;
  color: #9c9c9c;
  margin-left: 5px;
}

.datepicker--nav-title.-disabled- {
  cursor: default;
  background: 0 0;
}

.datepicker--buttons {
  display: -ms-flexbox;
  display: flex;
}

.datepicker--button {
  color: #4EB5E6;
  cursor: pointer;
  border-radius: 4px;
  -ms-flex: 1;
  flex: 1;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  height: 32px;
}

.datepicker--button:hover {
  color: #4a4a4a;
  background: #f0f0f0;
}

.datepicker--time {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}

.datepicker--time.-am-pm- .datepicker--time-sliders {
  -ms-flex: 0 1 138px;
  flex: 0 1 138px;
  max-width: 138px;
}

.-only-timepicker- .datepicker--time {
  border-top: none;
}

.datepicker--time-sliders {
  -ms-flex: 0 1 153px;
  flex: 0 1 153px;
  margin-right: 10px;
  max-width: 153px;
}

.datepicker--time-label {
  display: none;
  font-size: 12px;
}

.datepicker--time-current {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex: 1;
  flex: 1;
  font-size: 14px;
  text-align: center;
  margin: 0 0 0 10px;
}

.datepicker--time-current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.datepicker--time-current-hours,
.datepicker--time-current-minutes {
  font: 19px/1 "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.datepicker--time-current-hours:after,
.datepicker--time-current-minutes:after {
  content: "";
  background: #f0f0f0;
  border-radius: 4px;
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.datepicker--time-current-hours.-focus-:after,
.datepicker--time-current-minutes.-focus-:after {
  opacity: 1;
}

.datepicker--time-current-ampm {
  text-transform: uppercase;
  -ms-flex-item-align: end;
  align-self: flex-end;
  color: #9c9c9c;
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.datepicker--time-row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, #dedede, #dedede) left 50%/100% 1px no-repeat;
}

.datepicker--time-row:first-child {
  margin-bottom: 4px;
}

.datepicker--time-row input[type=range] {
  background: 0 0;
  cursor: pointer;
  -ms-flex: 1;
  flex: 1;
  height: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.datepicker--time-row input[type=range]::-ms-tooltip {
  display: none;
}

.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-moz-range-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:hover::-ms-thumb {
  border-color: #b8b8b8;
}

.datepicker--time-row input[type=range]:focus {
  outline: 0;
}

.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-moz-range-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]:focus::-ms-thumb {
  background: #5cc4ef;
  border-color: #5cc4ef;
}

.datepicker--time-row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
  margin-top: -6px;
}

.datepicker--time-row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid #dedede;
  background: #fff;
  cursor: pointer;
  transition: background 0.2s;
}

.datepicker--time-row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-moz-range-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-track {
  border: none;
  height: 1px;
  cursor: pointer;
  color: transparent;
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-lower {
  background: 0 0;
}

.datepicker--time-row input[type=range]::-ms-fill-upper {
  background: 0 0;
}

.datepicker--time-row span {
  padding: 0 12px;
}

.datepicker--time-icon {
  color: #9c9c9c;
  border: 1px solid;
  border-radius: 50%;
  font-size: 16px;
  position: relative;
  margin: 0 5px -1px 0;
  width: 1em;
  height: 1em;
}

.datepicker--time-icon:after,
.datepicker--time-icon:before {
  content: "";
  background: currentColor;
  position: absolute;
}

.datepicker--time-icon:after {
  height: 0.4em;
  width: 1px;
  left: calc(50% - 1px);
  top: calc(50% + 1px);
  transform: translateY(-100%);
}

.datepicker--time-icon:before {
  width: 0.4em;
  height: 1px;
  top: calc(50% + 1px);
  left: calc(50% - 1px);
}

.datepicker--cell-day.-other-month-,
.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.datepicker--cell-day.-other-month-:hover,
.datepicker--cell-year.-other-decade-:hover {
  color: #c5c5c5;
}

.-disabled-.-focus-.datepicker--cell-day.-other-month-,
.-disabled-.-focus-.datepicker--cell-year.-other-decade- {
  color: #dedede;
}

.-selected-.datepicker--cell-day.-other-month-,
.-selected-.datepicker--cell-year.-other-decade- {
  color: #fff;
  background: #a2ddf6;
}

.-selected-.-focus-.datepicker--cell-day.-other-month-,
.-selected-.-focus-.datepicker--cell-year.-other-decade- {
  background: #8ad5f4;
}

.-in-range-.datepicker--cell-day.-other-month-,
.-in-range-.datepicker--cell-year.-other-decade- {
  background: rgba(92, 196, 239, 0.1);
  color: #ccc;
}

.-in-range-.-focus-.datepicker--cell-day.-other-month-,
.-in-range-.-focus-.datepicker--cell-year.-other-decade- {
  background: rgba(92, 196, 239, 0.2);
}

.datepicker--cell-day.-other-month-:empty,
.datepicker--cell-year.-other-decade-:empty {
  background: 0 0;
  border: none;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: rgb(30, 30, 30);
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  opacity: 0;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide::before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image::before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

/* Buttons */

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

/* Transition effects */

.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */

@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }

  .fancybox-slide--image {
    padding: 6px 0;
  }

  .fancybox-close-small {
    right: -6px;
  }

  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }

  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}

/* Share */

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px 0;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px 5px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  transition: all 0.2s;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  background: rgba(0, 0, 0, 0.1);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */

@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }

  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }

  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

/* basic scrollbar styling */

/* vertical scrollbar */

.mCSB_container {
  width: auto;
  margin-right: 30px;
  overflow: hidden;
}

.mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
}

.mCS_disabled > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCustomScrollBox > .mCSB_container.mCS_no_scrollbar {
  margin-right: 30px;
}

.mCustomScrollBox > .mCSB_scrollTools {
  width: 16px;
  height: 100%;
  top: 0;
  right: 0;
}

.mCSB_scrollTools .mCSB_draggerContainer {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  height: auto;
}

.mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 20px 0;
}

.mCSB_scrollTools .mCSB_draggerRail {
  width: 2px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
}

.mCSB_scrollTools .mCSB_dragger {
  cursor: pointer;
  width: 100%;
  height: 30px;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  height: 100%;
  margin: 0 auto;
  border-radius: 10px;
  text-align: center;
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown {
  display: block;
  position: relative;
  height: 20px;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
}

.mCSB_scrollTools .mCSB_buttonDown {
  top: 100%;
  margin-top: -40px;
}

/* horizontal scrollbar */

.mCSB_horizontal > .mCSB_container {
  height: auto;
  margin-right: 0;
  margin-bottom: 30px;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-bottom: 0;
}

.mCS_disabled > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar,
.mCS_destroyed > .mCSB_horizontal > .mCSB_container.mCS_no_scrollbar {
  margin-right: 0;
  margin-bottom: 30px;
}

.mCSB_horizontal.mCustomScrollBox > .mCSB_scrollTools {
  width: 100%;
  height: 16px;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0;
  overflow: hidden;
}

.mCSB_horizontal > .mCSB_scrollTools a + .mCSB_draggerContainer {
  margin: 0 20px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 2px;
  margin: 7px 0;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger {
  width: 30px;
  height: 100%;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
  border-radius: 10px;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  display: block;
  position: relative;
  width: 20px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
  cursor: pointer;
  float: left;
}

.mCSB_horizontal > .mCSB_scrollTools .mCSB_buttonRight {
  margin-left: -40px;
  float: right;
}

.mCustomScrollBox {
  -ms-touch-action: none;
  /*MSPointer events - direct all pointer events to js*/
}

/* default scrollbar colors and backgrounds (default theme) */

.mCustomScrollBox > .mCSB_scrollTools {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCustomScrollBox:hover > .mCSB_scrollTools {
  opacity: 1;
  filter: "alpha(opacity=100)";
  -ms-filter: "alpha(opacity=100)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.4);
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
  filter: "alpha(opacity=85)";
  -ms-filter: "alpha(opacity=85)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight {
  background: url(mCSB_buttons.png) no-repeat;
  opacity: 0.4;
  filter: "alpha(opacity=40)";
  -ms-filter: "alpha(opacity=40)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp {
  background-position: 0 0;
  /*
  sprites locations are 0 0/-16px 0/-32px 0/-48px 0 (light) and -80px 0/-96px 0/-112px 0/-128px 0 (dark)
  */
}

.mCSB_scrollTools .mCSB_buttonDown {
  background-position: 0 -20px;
  /*
  sprites locations are 0 -20px/-16px -20px/-32px -20px/-48px -20px (light) and -80px -20px/-96px -20px/-112px -20px/-128px -20px (dark)
  */
}

.mCSB_scrollTools .mCSB_buttonLeft {
  background-position: 0 -40px;
  /*
  sprites locations are 0 -40px/-20px -40px/-40px -40px/-60px -40px (light) and -80px -40px/-100px -40px/-120px -40px/-140px -40px (dark)
  */
}

.mCSB_scrollTools .mCSB_buttonRight {
  background-position: 0 -56px;
  /*
  sprites locations are 0 -56px/-20px -56px/-40px -56px/-60px -56px (light) and -80px -56px/-100px -56px/-120px -56px/-140px -56px (dark)
  */
}

.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover {
  opacity: 0.75;
  filter: "alpha(opacity=75)";
  -ms-filter: "alpha(opacity=75)";
  /* old ie */
}

.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active {
  opacity: 0.9;
  filter: "alpha(opacity=90)";
  -ms-filter: "alpha(opacity=90)";
  /* old ie */
}

/*scrollbar themes*/

/*dark (dark colored scrollbar)*/

.mCS-dark > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

/*light-2*/

.mCS-light-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 1px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 1px;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -32px 0;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -32px -20px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -40px -40px;
}

.mCS-light-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -40px -56px;
}

/*dark-2*/

.mCS-dark-2 > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 1px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 1px;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-2.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 4px;
  margin: 6px auto;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-2 > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -112px 0;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -112px -20px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -120px -40px;
}

.mCS-dark-2 > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -120px -56px;
}

/*light-thick*/

.mCS-light-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
  border-radius: 2px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.75);
  border-radius: 2px;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-light-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.85);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-light-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(255, 255, 255, 0.9);
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -16px 0;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -16px -20px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -20px -40px;
}

.mCS-light-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -20px -56px;
}

/*dark-thick*/

.mCS-dark-thick > .mCSB_scrollTools .mCSB_draggerRail {
  width: 4px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.1);
  border-radius: 2px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 6px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
  border-radius: 2px;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
  height: 4px;
  margin: 6px 0;
}

.mCS-dark-thick.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 6px;
  margin: 5px auto;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thick > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -96px 0;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -96px -20px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -100px -40px;
}

.mCS-dark-thick > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -100px -56px;
}

/*light-thin*/

.mCS-light-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #fff;
  /* rgba fallback */
  background: rgba(255, 255, 255, 0.1);
}

.mCS-light-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-light-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

/*dark-thin*/

.mCS-dark-thin > .mCSB_scrollTools .mCSB_draggerRail {
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.15);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 2px;
  background: #000;
  /* rgba fallback */
  background: rgba(0, 0, 0, 0.75);
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_draggerRail {
  width: 100%;
}

.mCS-dark-thin.mCSB_horizontal > .mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 100%;
  height: 2px;
  margin: 7px auto;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.85);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCS-dark-thin > .mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar {
  background: rgba(0, 0, 0, 0.9);
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonUp {
  background-position: -80px 0;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonDown {
  background-position: -80px -20px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonLeft {
  background-position: -80px -40px;
}

.mCS-dark-thin > .mCSB_scrollTools .mCSB_buttonRight {
  background-position: -80px -56px;
}

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.animated.infinite {
  animation-iteration-count: infinite;
}

.animated.hinge {
  animation-duration: 2s;
}

@keyframes bounce {
  0%, 100%, 20%, 53%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transform: translate3d(0, 0, 0);
  }

  40%, 43% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -30px, 0);
  }

  70% {
    transition-timing-function: cubic-bezier(0.755, 0.05, 0.855, 0.06);
    transform: translate3d(0, -15px, 0);
  }

  90% {
    transform: translate3d(0, -4px, 0);
  }
}

.bounce {
  animation-name: bounce;
  transform-origin: center bottom;
}

@keyframes flash {
  0%, 100%, 50% {
    opacity: 1;
  }

  25%, 75% {
    opacity: 0;
  }
}

.flash {
  animation-name: flash;
}

@keyframes pulse {
  0% {
    transform: scale3d(1, 1, 1);
  }

  50% {
    transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.pulse {
  animation-name: pulse;
}

@keyframes rubberBand {
  0% {
    transform: scale3d(1, 1, 1);
  }

  30% {
    transform: scale3d(1.25, 0.75, 1);
  }

  40% {
    transform: scale3d(0.75, 1.25, 1);
  }

  50% {
    transform: scale3d(1.15, 0.85, 1);
  }

  65% {
    transform: scale3d(0.95, 1.05, 1);
  }

  75% {
    transform: scale3d(1.05, 0.95, 1);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.rubberBand {
  animation-name: rubberBand;
}

@keyframes shake {
  0%, 100% {
    transform: translate3d(0, 0, 0);
  }

  10%, 30%, 50%, 70%, 90% {
    transform: translate3d(-10px, 0, 0);
  }

  20%, 40%, 60%, 80% {
    transform: translate3d(10px, 0, 0);
  }
}

.shake {
  animation-name: shake;
}

@keyframes swing {
  20% {
    transform: rotate3d(0, 0, 1, 15deg);
  }

  40% {
    transform: rotate3d(0, 0, 1, -10deg);
  }

  60% {
    transform: rotate3d(0, 0, 1, 5deg);
  }

  80% {
    transform: rotate3d(0, 0, 1, -5deg);
  }

  100% {
    transform: rotate3d(0, 0, 1, 0deg);
  }
}

.swing {
  transform-origin: top center;
  animation-name: swing;
}

@keyframes tada {
  0% {
    transform: scale3d(1, 1, 1);
  }

  10%, 20% {
    transform: scale3d(0.9, 0.9, 0.9) rotate3d(0, 0, 1, -3deg);
  }

  30%, 50%, 70%, 90% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
  }

  40%, 60%, 80% {
    transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
  }

  100% {
    transform: scale3d(1, 1, 1);
  }
}

.tada {
  animation-name: tada;
}

@keyframes wobble {
  0% {
    transform: none;
  }

  15% {
    transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
  }

  30% {
    transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
  }

  45% {
    transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
  }

  60% {
    transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
  }

  75% {
    transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
  }

  100% {
    transform: none;
  }
}

.wobble {
  animation-name: wobble;
}

@keyframes bounceIn {
  0%, 100%, 20%, 40%, 60%, 80% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    transform: scale3d(0.97, 0.97, 0.97);
  }

  100% {
    opacity: 1;
    transform: scale3d(1, 1, 1);
  }
}

.bounceIn {
  animation-name: bounceIn;
  animation-duration: 0.75s;
}

@keyframes bounceInDown {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }

  75% {
    transform: translate3d(0, -10px, 0);
  }

  90% {
    transform: translate3d(0, 5px, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInDown {
  animation-name: bounceInDown;
}

@keyframes bounceInLeft {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }

  75% {
    transform: translate3d(-10px, 0, 0);
  }

  90% {
    transform: translate3d(5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInLeft {
  animation-name: bounceInLeft;
}

@keyframes bounceInRight {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }

  75% {
    transform: translate3d(10px, 0, 0);
  }

  90% {
    transform: translate3d(-5px, 0, 0);
  }

  100% {
    transform: none;
  }
}

.bounceInRight {
  animation-name: bounceInRight;
}

@keyframes bounceInUp {
  0%, 100%, 60%, 75%, 90% {
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }

  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  75% {
    transform: translate3d(0, 10px, 0);
  }

  90% {
    transform: translate3d(0, -5px, 0);
  }

  100% {
    transform: translate3d(0, 0, 0);
  }
}

.bounceInUp {
  animation-name: bounceInUp;
}

@keyframes bounceOut {
  20% {
    transform: scale3d(0.9, 0.9, 0.9);
  }

  50%, 55% {
    opacity: 1;
    transform: scale3d(1.1, 1.1, 1.1);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }
}

.bounceOut {
  animation-name: bounceOut;
  animation-duration: 0.75s;
}

@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.bounceOutDown {
  animation-name: bounceOutDown;
}

@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.bounceOutLeft {
  animation-name: bounceOutLeft;
}

@keyframes bounceOutRight {
  20% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.bounceOutRight {
  animation-name: bounceOutRight;
}

@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }

  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.bounceOutUp {
  animation-name: bounceOutUp;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  animation-name: fadeIn;
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    transform: translate3d(0, -100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDown {
  animation-name: fadeInDown;
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInDownBig {
  animation-name: fadeInDownBig;
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeft {
  animation-name: fadeInLeft;
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInLeftBig {
  animation-name: fadeInLeftBig;
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRight {
  animation-name: fadeInRight;
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInRightBig {
  animation-name: fadeInRightBig;
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    transform: translate3d(0, 100px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUp {
  animation-name: fadeInUp;
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.fadeInUpBig {
  animation-name: fadeInUpBig;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

.fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
}

.fadeOutDown {
  animation-name: fadeOutDown;
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}

.fadeOutDownBig {
  animation-name: fadeOutDownBig;
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
}

.fadeOutLeft {
  animation-name: fadeOutLeft;
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}

.fadeOutLeftBig {
  animation-name: fadeOutLeftBig;
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
}

.fadeOutRight {
  animation-name: fadeOutRight;
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(2000px, 0, 0);
  }
}

.fadeOutRightBig {
  animation-name: fadeOutRightBig;
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
}

.fadeOutUp {
  animation-name: fadeOutUp;
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}

.fadeOutUpBig {
  animation-name: fadeOutUpBig;
}

@keyframes flip {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
    animation-timing-function: ease-out;
  }

  40% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
    animation-timing-function: ease-out;
  }

  50% {
    transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
    animation-timing-function: ease-in;
  }

  80% {
    transform: perspective(400px) scale3d(0.95, 0.95, 0.95);
    animation-timing-function: ease-in;
  }

  100% {
    transform: perspective(400px);
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  backface-visibility: visible;
  animation-name: flip;
}

@keyframes flipInX {
  0% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInX;
}

@keyframes flipInY {
  0% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    transition-timing-function: ease-in;
    opacity: 0;
  }

  40% {
    transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
    transition-timing-function: ease-in;
  }

  60% {
    transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
    opacity: 1;
  }

  80% {
    transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
  }

  100% {
    transform: perspective(400px);
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipInY;
}

@keyframes flipOutX {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    opacity: 0;
  }
}

.flipOutX {
  animation-name: flipOutX;
  animation-duration: 0.75s;
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@keyframes flipOutY {
  0% {
    transform: perspective(400px);
  }

  30% {
    transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
    opacity: 1;
  }

  100% {
    transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  backface-visibility: visible !important;
  animation-name: flipOutY;
  animation-duration: 0.75s;
}

@keyframes lightSpeedIn {
  0% {
    transform: translate3d(100%, 0, 0) skewX(-30deg);
    opacity: 0;
  }

  60% {
    transform: skewX(20deg);
    opacity: 1;
  }

  80% {
    transform: skewX(-5deg);
    opacity: 1;
  }

  100% {
    transform: none;
    opacity: 1;
  }
}

.lightSpeedIn {
  animation-name: lightSpeedIn;
  animation-timing-function: ease-out;
}

@keyframes lightSpeedOut {
  0% {
    opacity: 1;
  }

  100% {
    transform: translate3d(100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  animation-name: lightSpeedOut;
  animation-timing-function: ease-in;
}

@keyframes rotateIn {
  0% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, -200deg);
    opacity: 0;
  }

  100% {
    transform-origin: center;
    transform: none;
    opacity: 1;
  }
}

.rotateIn {
  animation-name: rotateIn;
}

@keyframes rotateInDownLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownLeft {
  animation-name: rotateInDownLeft;
}

@keyframes rotateInDownRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInDownRight {
  animation-name: rotateInDownRight;
}

@keyframes rotateInUpLeft {
  0% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, 45deg);
    opacity: 0;
  }

  100% {
    transform-origin: left bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpLeft {
  animation-name: rotateInUpLeft;
}

@keyframes rotateInUpRight {
  0% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -90deg);
    opacity: 0;
  }

  100% {
    transform-origin: right bottom;
    transform: none;
    opacity: 1;
  }
}

.rotateInUpRight {
  animation-name: rotateInUpRight;
}

@keyframes rotateOut {
  0% {
    transform-origin: center;
    opacity: 1;
  }

  100% {
    transform-origin: center;
    transform: rotate3d(0, 0, 1, 200deg);
    opacity: 0;
  }
}

.rotateOut {
  animation-name: rotateOut;
}

@keyframes rotateOutDownLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate(0, 0, 1, 45deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  animation-name: rotateOutDownLeft;
}

@keyframes rotateOutDownRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  animation-name: rotateOutDownRight;
}

@keyframes rotateOutUpLeft {
  0% {
    transform-origin: left bottom;
    opacity: 1;
  }

  100% {
    transform-origin: left bottom;
    transform: rotate3d(0, 0, 1, -45deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  animation-name: rotateOutUpLeft;
}

@keyframes rotateOutUpRight {
  0% {
    transform-origin: right bottom;
    opacity: 1;
  }

  100% {
    transform-origin: right bottom;
    transform: rotate3d(0, 0, 1, 90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  animation-name: rotateOutUpRight;
}

@keyframes hinge {
  0% {
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  20%, 60% {
    transform: rotate3d(0, 0, 1, 80deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
  }

  40%, 80% {
    transform: rotate3d(0, 0, 1, 60deg);
    transform-origin: top left;
    animation-timing-function: ease-in-out;
    opacity: 1;
  }

  100% {
    transform: translate3d(0, 700px, 0);
    opacity: 0;
  }
}

.hinge {
  animation-name: hinge;
}

@keyframes rollIn {
  0% {
    opacity: 0;
    transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
  }

  100% {
    opacity: 1;
    transform: none;
  }
}

.rollIn {
  animation-name: rollIn;
}

@keyframes rollOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
    transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
  }
}

.rollOut {
  animation-name: rollOut;
}

@keyframes zoomIn {
  0% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  50% {
    opacity: 1;
  }
}

.zoomIn {
  animation-name: zoomIn;
}

@keyframes zoomInDown {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInDown {
  animation-name: zoomInDown;
}

@keyframes zoomInLeft {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(-1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInLeft {
  animation-name: zoomInLeft;
}

@keyframes zoomInRight {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(1000px, 0, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-10px, 0, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInRight {
  animation-name: zoomInRight;
}

@keyframes zoomInUp {
  0% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 1000px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  60% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomInUp {
  animation-name: zoomInUp;
}

@keyframes zoomOut {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0;
    transform: scale3d(0.3, 0.3, 0.3);
  }

  100% {
    opacity: 0;
  }
}

.zoomOut {
  animation-name: zoomOut;
}

@keyframes zoomOutDown {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, -60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, 2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutDown {
  animation-name: zoomOutDown;
}

@keyframes zoomOutLeft {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(-2000px, 0, 0);
    transform-origin: left center;
  }
}

.zoomOutLeft {
  animation-name: zoomOutLeft;
}

@keyframes zoomOutRight {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(-42px, 0, 0);
  }

  100% {
    opacity: 0;
    transform: scale(0.1) translate3d(2000px, 0, 0);
    transform-origin: right center;
  }
}

.zoomOutRight {
  animation-name: zoomOutRight;
}

@keyframes zoomOutUp {
  40% {
    opacity: 1;
    transform: scale3d(0.475, 0.475, 0.475) translate3d(0, 60px, 0);
    animation-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  }

  100% {
    opacity: 0;
    transform: scale3d(0.1, 0.1, 0.1) translate3d(0, -2000px, 0);
    transform-origin: center bottom;
    animation-timing-function: cubic-bezier(0.175, 0.885, 0.32, 1);
  }
}

.zoomOutUp {
  animation-name: zoomOutUp;
}

.header {
  padding: 36px 0 0;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 100;
  transition: all 0.2s linear;
  width: 100%;
  position: absolute;
}

.header .wrapper {
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header > .wrapper {
  z-index: 6;
}

.header .in {
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin: -2px 0 0;
  padding: 0 20px;
}

.header .top {
  padding: 0 0 14px 12px;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.header .top a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 3px;
  color: #004DAB;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px;
}

.header .top a:hover {
  text-decoration: underline;
}

.header .top img {
  display: block;
}

.header .bottom {
  display: -ms-flexbox;
  display: flex;
}

.header .up {
  opacity: 0.5;
  position: absolute;
  right: 20px;
  z-index: 20;
  padding: 3px 10px;
  cursor: pointer;
  background: #fff;
  top: 100%;
  border-radius: 0 0 5px 5px;
}

.header .up:hover {
  opacity: 1;
  background: #FEFE01;
}

.header.header--hide {
  position: fixed;
}

.header.header--hide.hidden {
  transform: translateY(-100%);
}

.header.header--hide.hidden .up svg {
  transform: scale(-1);
}

.header.header--hide.hidden.down {
  transform: translateY(0);
}

.header .ml {
  margin-left: auto;
}

.logo {
  margin: 0 32px 0 0;
}

.logo-right {
  margin: -14px -16px 0 20px;
}

.header_search {
  -ms-flex-positive: 1;
  flex-grow: 1;
  z-index: 10;
  position: relative;
}

.header_search input {
  font: normal 400 15px/15px "Roboto", sans-serif;
  display: block;
  width: 100%;
  border: none;
  height: 47px;
  background: #F3F5F6;
  border-radius: 10px;
  padding: 0 50px 0 20px;
  color: #000;
}

.header_search input::-webkit-input-placeholder {
  color: #8196A8;
}

.header_search input::-moz-placeholder {
  color: #8196A8;
}

.header_search input:-moz-placeholder {
  color: #8196A8;
}

.header_search input:-ms-input-placeholder {
  color: #8196A8;
}

.header_search .btn,
.header_search .search-form button,
.search-form .header_search button {
  position: absolute;
  top: 0;
  right: 14px;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
}

.header_search svg {
  display: block;
  margin: 0 auto;
}

.header_social {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 55px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.header_social svg {
  display: block;
  transition: all 0.2s linear;
}

.header_social a:hover svg {
  transform: scale(1.3);
}

.nav-menu {
  margin: 23px 0 0;
  background: #004DAB;
  padding: 13px 0;
  box-shadow: 0 15px 15px rgba(0, 0, 0, 0.2);
}

.nav-menu ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 7px;
}

.nav-menu ul a {
  color: #FFF;
  font-size: 14px;
  font-style: italic;
  display: block;
  font-weight: 700;
  line-height: 21px;
  letter-spacing: 0.041px;
  position: relative;
  padding: 11px;
}

.nav-menu ul a:before,
.nav-menu ul a:after {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  margin: 0 -7px;
  border-right: 7px solid #FEFE01;
  border-top: 43px solid transparent;
  content: "";
}

.nav-menu ul a:before {
  left: auto;
  right: 0;
  border-right: none;
  border-top: none;
  border-bottom: 43px solid transparent;
  border-left: 7px solid #FEFE01;
}

.nav-menu ul a:hover {
  color: #FEFE01;
}

.nav-menu .top {
  display: none;
}

.nav-menu .active > a {
  color: #FEFE01 !important;
}

.nav-menu .active > i {
  color: #FEFE01;
}

.nav-menu .has-child {
  padding-bottom: 13px;
  position: relative;
  margin-bottom: -13px;
  color: #fff;
}

.nav-menu .has-child:hover i {
  transform: scale(-1);
}

.nav-menu .has-child:hover .drop {
  display: block;
}

.nav-menu .has-child i {
  position: absolute;
  left: 50%;
  margin-left: -10px;
  bottom: 8px;
}

.nav-menu .has-child svg {
  display: block;
}

.nav-menu .drop {
  display: none;
  width: 287px;
  padding: 32px 0 38px;
  background: linear-gradient(to bottom, #0B48A1, #0A54AE);
  position: absolute;
  top: 100%;
  left: 10px;
}

.nav-menu .drop a {
  color: #FEFEFE;
  padding: 0 10px 0 42px;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  text-transform: none;
  font-style: normal;
}

.nav-menu .drop a:hover {
  background: none;
  color: #FEFE01;
}

.nav-menu .drop a:before,
.nav-menu .drop a:after {
  display: none;
}

.nav-menu .drop ul {
  display: block;
}

.nav-menu_in {
  -ms-flex-pack: justify;
  justify-content: space-between;
  display: -ms-flexbox;
  display: flex;
}

.h-full {
  min-height: 100vh;
  overflow: hidden;
}

.burger {
  display: none;
  width: 30px;
  height: 20px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 20px;
  margin: -21px 0 0;
}

.burger.open span {
  opacity: 0;
  transform: rotate(-45deg);
  top: 8px;
}

.burger.open span:last-child,
.burger.open span:first-child {
  opacity: 1;
  margin: 0;
}

.burger.open span:last-child {
  transform: rotate(45deg);
}

.burger span {
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
  background: #004DAB;
  width: 100%;
  margin: 9px 0 0;
}

.burger span:first-child {
  margin-top: 0;
}

.burger span:last-child {
  margin: 18px 0 0;
}

.header-search_drop {
  position: absolute;
  z-index: 10;
  top: 100%;
  left: 0;
  border-radius: 3px;
  margin: 10px 0 0;
  width: 100%;
  padding: 32px;
  max-height: 50vh;
  overflow: auto;
  background: linear-gradient(to bottom, #0B48A1, #0A54AE);
}

.header-search_drop b {
  color: #FEFE01;
  display: block;
  margin: 0;
}

.header-search_drop li li {
  margin: 0 0 9px;
}

.header-search_drop .btn,
.header-search_drop .search-form button,
.search-form .header-search_drop button {
  position: relative;
  display: inline-block;
  right: 0;
  left: 0;
}

.header-search_drop a:not(.btn) {
  color: #fff;
}

.header-search_drop a:not(.btn):hover {
  color: #FEFE01;
}

.masthead {
  min-height: 100vh;
  position: relative;
  overflow: hidden;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 250px 0 100px;
  -ms-flex-pack: center;
  justify-content: center;
}

.masthead a {
  position: absolute;
  left: 50%;
  bottom: 60px;
  transform: translateX(-50%);
}

.masthead a:hover {
  transform: translateX(-50%) scale(1.1);
}

.about-comp {
  padding: 100px 0;
  overflow: hidden;
  position: relative;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  letter-spacing: -0.6px;
}

.about-comp .btn,
.about-comp .search-form button,
.search-form .about-comp button {
  background: url(../images/bg-btn1.png) no-repeat;
  background-size: 100% 100%;
  font-size: 33px;
  font-style: italic;
  font-weight: 400;
  padding: 52px 61px 65px 67px;
  margin: 49px -32px 0 0;
  transform: scale(0.8);
}

.about-comp .btn:after,
.about-comp .search-form button:after,
.search-form .about-comp button:after {
  display: none;
}

.about-comp .btn:hover,
.about-comp .search-form button:hover,
.search-form .about-comp button:hover {
  transform: scale(0.9);
}

.about-comp .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  max-width: 1600px;
}

.about-comp .text_in {
  max-width: 800px;
  margin-left: auto;
  padding: 94px 28px 0 0;
  text-align: right;
}

.about-comp .preview {
  width: 734px;
  min-width: 734px;
  margin: 0 20px 0 17px;
}

.about-comp .preview img {
  width: 100%;
  max-height: 70vh;
  object-fit: contain;
}

.about-comp p {
  margin-left: auto;
  max-width: 625px;
}

.more-about-comp {
  position: relative;
  overflow: hidden;
  color: #FEFEFE;
  padding: 100px 0;
  font-size: 18px;
  font-weight: 300;
  line-height: 26px;
  letter-spacing: -0.018px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.more-about-comp .wrapper {
  max-width: 1663px;
}

.more-about-comp .title-item {
  margin: 0 0 23px;
}

.more-about-comp p {
  max-width: 463px;
}

.more-about-comp .btn,
.more-about-comp .search-form button,
.search-form .more-about-comp button {
  margin: 31px 0 15vh -11px;
  padding: 44px 73px 58px 72px;
}

.more-about-comp .img {
  display: block;
}

.base-route {
  padding: 100px 0;
  position: relative;
  text-align: center;
  overflow: hidden;
  color: #FEFEFE;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 21.6px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.base-route .title-item {
  line-height: 78px;
  position: relative;
  max-width: 700px;
  margin: 0 auto 72px;
}

.base-route .title-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  width: 75px;
  background: #fff;
  height: 1px;
}

.base-route p {
  max-width: 928px;
  margin: 0 auto 30px;
}

.base-route .row {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
}

.base-route small {
  display: block;
  width: 368px;
  margin: 0 auto;
  color: #A8CFFF;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.2px;
  /* 120% */
}

.base-route .big {
  position: relative;
  text-align: center;
  border: 1px solid #fff;
  max-width: 497px;
  padding: 7px 20px 23px;
  font-size: 40px;
  line-height: 1.2;
  margin: 0 0 31px;
}

.base-route .big:after {
  border: 1px solid #fff;
  position: absolute;
  content: "";
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.base-route .preview {
  width: 539px;
  margin: 3px 20px 0 39px;
}

.base-route .preview img {
  width: 100%;
}

.base-route .in {
  max-width: 480px;
  margin: 10px 4.7% 20px auto;
}

.base-route .slick-dots {
  padding: 39px 0 0;
  display: -ms-flexbox !important;
  display: flex !important;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.base-route .slick-dots button {
  width: 10px;
  cursor: pointer;
  padding: 0;
  height: 10px;
  font-size: 0;
  border: none;
  border-radius: 100%;
  background: #fff;
}

.base-route .slick-dots button:hover {
  opacity: 0.5;
}

.base-route .slick-dots .slick-active button {
  opacity: 0.5;
}

.base-route .btn,
.base-route .search-form button,
.search-form .base-route button {
  margin: 46px 0 0;
  padding: 42px 73px 58px;
}

.base-route_carousel {
  padding: 30px 0 0;
}

.carousel-item {
  display: none;
}

.carousel-item:first-child {
  display: block;
}

.services {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 100px 0;
  overflow: hidden;
  -ms-flex-align: center;
  align-items: center;
  background: #004DAB;
  text-align: center;
}

.services .title-item {
  position: relative;
  max-width: 700px;
  margin: 0 auto 76px;
}

.services .title-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -34px;
  width: 75px;
  background: #fff;
  height: 1px;
}

.services .row {
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.services .left {
  width: 313px;
  min-width: 313px;
  text-align: right;
  color: #A8CFFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
}

.services .left p {
  margin: 0 0 22px;
  color: #FFF;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  /* 100% */
}

.services .btn-yellow--style {
  margin: 35px 0 0;
  padding: 38px 55px 65px;
}

.services-row {
  overflow: hidden;
  position: relative;
  width: 100%;
  padding: 0 0 0 331px;
}

.services-row .left {
  position: absolute;
  padding: 110px 0;
  top: 0;
  left: 0;
}

.services_carousel {
  width: 100%;
  overflow: hidden;
  padding: 0 120px 0 0;
}

.services_carousel a {
  border: 1px solid rgba(255, 255, 255, 0.37);
  padding: 15px 19px;
  border-radius: 3px;
  box-sizing: border-box;
  text-align: center;
  margin: 0 auto;
  max-width: 301px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  color: #A8CFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 19.2px;
  /* 120% */
}

.services_carousel img {
  max-width: 100%;
  margin: 9px 0 28px;
}

.services_carousel .slick-slide {
  padding: 0 10px;
  box-sizing: border-box;
}

.services_carousel .slick-slide:nth-child(1) .carousel-item,
.services_carousel .slick-slide:nth-child(5) .carousel-item,
.services_carousel .slick-slide:nth-child(9) .carousel-item,
.services_carousel .slick-slide:nth-child(13) .carousel-item {
  margin-top: 103px;
}

.services_carousel .slick-slide:nth-child(2) .carousel-item,
.services_carousel .slick-slide:nth-child(6) .carousel-item,
.services_carousel .slick-slide:nth-child(10) .carousel-item,
.services_carousel .slick-slide:nth-child(14) .carousel-item {
  margin-top: 39px;
}

.services_carousel .slick-slide:nth-child(3) .carousel-item,
.services_carousel .slick-slide:nth-child(7) .carousel-item,
.services_carousel .slick-slide:nth-child(11) .carousel-item,
.services_carousel .slick-slide:nth-child(15) .carousel-item {
  margin-top: 119px;
}

.services_carousel .slick-slide:nth-child(4) .carousel-item,
.services_carousel .slick-slide:nth-child(8) .carousel-item,
.services_carousel .slick-slide:nth-child(12) .carousel-item,
.services_carousel .slick-slide:nth-child(16) .carousel-item {
  margin-top: 0;
}

.services_carousel .slick-slide:nth-child(even) img {
  -ms-flex-order: 99;
  order: 99;
  margin: 20px 0 7px;
}

.services_carousel .name {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  margin: 0 0 17px;
}

.services_carousel .slick-prev {
  display: none !important;
}

.services_carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 50%;
  margin-right: -696px;
  background: none;
  border: none;
  color: white;
  padding: 5px;
  cursor: pointer;
}

.services_carousel .slick-arrow:hover {
  color: #FEFE01;
}

.services_carousel .slick-arrow svg {
  width: 45px;
  height: 45px;
}

.about-team {
  padding: 100px 0;
  background: #004DAB;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-team .title-item {
  position: relative;
  max-width: 700px;
  margin: 0 auto 50px;
}

.about-team .title-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -32px;
  width: 75px;
  background: #fff;
  height: 1px;
}

.about-team .info {
  color: #FFF;
  font-size: 18px;
  max-width: 640px;
  text-align: left;
  font-weight: 300;
  margin: 0 2.5% 2px auto;
  line-height: 21.6px;
  padding: 44px 40px 40px 48px;
  background: #162D67;
}

.about-team .photo {
  margin: 0 20px 0 0;
  width: 550px;
  min-width: 550px;
}

.about-team .photo img {
  display: block;
  width: 100%;
}

.about-team .btn,
.about-team .search-form button,
.search-form .about-team button {
  margin: 10px -71px -67px 0;
  float: right;
  padding: 43px 73px 56px 72px;
}

.about-team h3 {
  margin: 0 0 13px;
  color: #FFF;
  font-size: 36px;
  font-weight: 100;
  line-height: 36px;
  letter-spacing: 0.07px;
}

.about-team h4 {
  margin: 0 0 42px;
  color: #D2D63E;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
}

.about-team_big .carousel-item {
  background: url(../images/line2.png) no-repeat center bottom;
  background-size: 1488px auto;
  padding: 0 0 1px;
}

.about-team_big .slick-slide {
  padding: 0 0 30px;
}

.about-team_big .wrapper {
  -ms-flex-align: end;
  align-items: flex-end;
  padding: 0 100px;
  max-width: 1462px;
  display: -ms-flexbox;
  display: flex;
}

.about-team_big img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.about-team_small {
  border-top: 2px solid #fff;
  color: #F5F219;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 16.8px;
  /* 120% */
  letter-spacing: 0.027px;
}

.about-team_small p {
  color: #FFF;
  font-size: 18px;
  margin: 0 0 8px;
  font-weight: 400;
  line-height: 18px;
}

.about-team_small img {
  width: 159px;
  height: 159px;
  border: 5px solid #fff;
  object-fit: cover;
  border-radius: 100%;
  display: block;
  margin: 0 auto 17px;
}

.about-team_small small {
  display: block;
  max-width: 210px;
  margin: 0 auto;
}

.about-team_small .slick-slide {
  padding: 14px 30px 0;
}

.about-team_small .slick-arrow {
  position: absolute;
  z-index: 10;
  top: 99px;
  transform: translateY(-50%);
  right: 0;
  background: none;
  border: none;
  color: white;
  padding: 5px 0;
  cursor: pointer;
}

.about-team_small .slick-arrow:hover {
  color: #FEFE01;
}

.about-team_small .slick-arrow svg {
  width: 38px;
  height: auto;
}

.about-team_small .slick-prev {
  right: auto;
  left: 0;
}

.about-team_small .carousel-item {
  color: inherit;
}

.small-news {
  padding: 100px 0;
  text-align: center;
}

.small-news .title-item {
  color: #004DAB;
  text-align: center;
}

.small-news .row {
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

.small-news .row .row {
  gap: 20px;
}

.small-news .eye,
.small-news .time,
.small-news .date {
  display: inline-block;
  padding: 15px 0 15px 24px;
  color: #10173C;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  background-size: 22px auto !important;
}

.small-news .eye {
  background: url(../images/svg/eye2.svg) no-repeat left center;
}

.small-news .time {
  background: url(../images/svg/clock.svg) no-repeat left center;
}

.small-news .date {
  background: url(../images/svg/calendar.svg) no-repeat left center;
}

.small-news .text {
  color: #040A20;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  display: block;
  margin: 0 0 18px;
}

.small-news .name {
  color: #034092;
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 31.2px;
  /* 120% */
  display: block;
  margin: 0 0 23px;
}

.small-news .labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 0 26px 4px;
}

.small-news .labels span {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  padding: 8px 22px;
  z-index: 2;
  font-weight: 500;
  line-height: 13px;
  position: relative;
}

.small-news .labels span:after {
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: skew(-10deg);
}

.small-news .label-bg:after {
  background: #004DAB;
}

.small-news .label-bg2:after {
  background: #03206C;
}

.small-news .preview {
  background: #D7DDED;
  width: 260px;
  height: 164px;
  display: block;
  position: relative;
  z-index: 3;
  margin: 0 0 20px;
}

.small-news .preview:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #D7DDED;
  display: inline-block;
}

.small-news .preview img {
  transition: all 0.2s linear;
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.small-news .btn-yellow--style {
  background: url(../images/btn-bg2.png);
  background-size: 100% 100%;
  margin: -24px 0 0;
  padding: 44px 61px 55px;
}

.small-news a:hover .link {
  text-decoration: underline;
}

.small-news a:hover .name {
  color: #03206C;
}

.small-news a:hover img {
  opacity: 1;
}

.small-news_nav {
  padding: 25px 0;
  margin: 0 0 33px;
}

.small-news_nav ul {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 18px;
  -ms-flex-pack: center;
  justify-content: center;
}

.small-news_nav a {
  color: #004DAB;
  font-size: 12px;
  font-weight: 700;
  line-height: 12px;
}

.small-news_nav a:hover {
  text-decoration: underline;
}

.small-news_left {
  width: 556px;
  text-align: left;
  margin: 0 30px 0 0;
}

.small-news_left .preview {
  background: #D7DDED;
  width: 557px;
  height: 360px;
  display: block;
  position: relative;
  margin: 0 0 44px;
}

.small-news_left .preview:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  width: 100%;
  height: 100%;
  background: #D7DDED;
  display: inline-block;
}

.small-news_left img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.small-news_list {
  text-align: left;
}

.small-news_list a {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 39px;
  padding: 0 0 32px;
  border-bottom: 1px solid #D3D8DF;
}

.small-news_list a:last-child {
  border: none;
}

.small-news_list .in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.small-news_list .row {
  margin-top: auto;
  text-align: left;
}

.small-news_list .preview {
  min-width: 260px;
  margin: 0 30px 15px 0;
}

.small-news_list .preview:after {
  bottom: -8px;
  left: 9px;
}

.small-news_list .name {
  color: #034092;
  font-size: 16px;
  font-weight: 400;
  line-height: 19.2px;
  /* 120% */
}

.page-nav {
  position: fixed;
  top: 50%;
  right: 20px;
  z-index: 50;
  border-radius: 99px;
  padding: 10px;
  background: #004DAB;
}

.page-nav a {
  margin: 8px 0;
  display: block;
  border-radius: 99px;
  width: 15px;
  height: 15px;
  background: #fff;
  position: relative;
  opacity: 0.5;
}

.page-nav a:hover {
  opacity: 1;
}

.page-nav a:hover span {
  opacity: 1;
  visibility: visible;
}

.page-nav .active {
  opacity: 1;
}

.page-nav span {
  position: absolute;
  top: 50%;
  transition: all 0.2s linear;
  right: 100%;
  white-space: nowrap;
  font-size: 20px;
  transform: translateY(-50%);
  color: #fff;
  line-height: 1.2;
  margin: 0 30px 0 0;
  opacity: 0;
  visibility: hidden;
  background: rgba(0, 77, 171, 0.5);
  padding: 5px 15px;
  display: block;
  border-radius: 100px;
}

.for-smi {
  text-align: center;
  padding: 100px 0 7px;
}

.for-smi .btn,
.for-smi .search-form button,
.search-form .for-smi button {
  margin: 67px 0 0;
  background: url(../images/btn-bg2.png) no-repeat;
  background-size: 100% 100%;
}

.for-smi .title-item {
  color: #004DAB;
}

.for-smi .preview {
  height: 330px;
  position: relative;
  display: block;
  margin: 0 0 29px;
}

.for-smi .name {
  color: #034092;
  text-align: center;
  font-size: 26px;
  display: block;
  font-weight: 300;
  line-height: 31.2px;
  padding: 0 22px 23px;
}

.for-smi .date {
  display: block;
  color: #10173C;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
}

.for-smi .slick-arrow {
  width: 43px;
  height: 43px;
  background: #004DAB;
  position: absolute;
  left: 0;
  padding: 0;
  border: none;
  top: 200px;
  z-index: 10;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
}

.for-smi .slick-arrow:hover {
  background: #FEFE01;
  color: #004DAB;
}

.for-smi .slick-arrow svg {
  width: 20px;
  margin: 0 auto;
  display: block;
  height: auto;
}

.for-smi .slick-next {
  left: auto;
  right: 0;
}

.for-smi .label {
  position: absolute;
  background: #014292 url(../images/icon-video.png) no-repeat left 10px center;
  background-size: 26px auto !important;
  left: 15px;
  bottom: 12px;
  color: #FEFEFE;
  font-size: 12px;
  z-index: 10;
  font-weight: 500;
  padding: 14px 12px 12px 44px;
  line-height: 12px;
}

.for-smi .label.photo {
  background: #014292 url(../images/svg/camera.svg) no-repeat left 10px center;
}

.for-smi a {
  text-align: center;
}

.for-smi img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.for-smi_carousel {
  padding: 49px 0 0;
}

.services-new {
  display: -ms-flexbox;
  display: flex;
  padding: 60px 0;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  position: relative;
  overflow: hidden;
  background: #0069AB;
}

.services-new .title-item {
  color: #FFF;
  font-size: 65px;
  position: relative;
  z-index: 5;
  margin: 0 0 25px;
  font-weight: 100;
  line-height: 1.2;
}

.services-new .title-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -29px;
  width: 75px;
  background: #fff;
  height: 1px;
}

.services-new .btn,
.services-new .search-form button,
.search-form .services-new button {
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.services-new_top,
.services-new_bottom {
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 5;
  padding: 0 140px 0 30px;
}

.services-new_top .slick-arrow,
.services-new_bottom .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  background: none;
  border: none;
  color: white;
  z-index: 10;
  padding: 5px;
  cursor: pointer;
}

.services-new_top .slick-arrow:hover,
.services-new_bottom .slick-arrow:hover {
  color: #FEFE01;
}

.services-new_top .slick-arrow svg,
.services-new_bottom .slick-arrow svg {
  width: 45px;
  height: 45px;
}

.services-new_top .slick-prev,
.services-new_bottom .slick-prev {
  right: auto;
  left: 15px;
}

.services-new_top .text,
.services-new_bottom .text {
  position: relative;
  z-index: 10;
  max-width: 362px;
  margin: 0 auto;
  transition: all 0.2s linear;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), #004DAB);
  padding: 30px;
  visibility: hidden;
  opacity: 0;
  color: #A8CFFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.services-new_top h3,
.services-new_bottom h3 {
  margin: 0 0 17px;
  color: #FFF;
  text-align: center;
  font-size: 19px;
  font-weight: 400;
  line-height: 1.2;
}

.services-new_top p,
.services-new_bottom p {
  margin: 0 0 15px;
}

.services-new_top h4,
.services-new_bottom h4 {
  margin: 0 0 20px;
  color: #FFF;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.services-new_top a,
.services-new_bottom a {
  color: #FEFE01;
  font-size: 19px;
  font-style: italic;
  font-weight: 500;
  line-height: 19px;
  letter-spacing: 0.148px;
}

.services-new_top a:hover,
.services-new_bottom a:hover {
  text-decoration: underline;
}

.services-new_top .carousel-item,
.services-new_bottom .carousel-item {
  position: relative;
}

.services-new_top .carousel-item:hover .text,
.services-new_bottom .carousel-item:hover .text {
  visibility: visible;
  opacity: 1;
}

.services-new_top .carousel-item:hover .preview,
.services-new_bottom .carousel-item:hover .preview {
  opacity: 0;
}

.services-new_top .preview,
.services-new_bottom .preview {
  position: absolute;
  top: 0;
  left: 0;
  transition: all 0.2s linear;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.services-new_top .preview img,
.services-new_bottom .preview img {
  display: block;
  max-width: 50%;
  max-height: 50%;
}

.services-new_top {
  overflow: visible;
  z-index: 4;
}

.services-new_top:before {
  background: #004DAB;
  z-index: -1;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 10000%;
  display: inline-block;
}

.services-new_bottom .text {
  background: linear-gradient(to bottom, #004D95, #0069AB);
}

.home-partiya {
  background: url(../images/bg5.jpg) no-repeat center;
  background-size: cover;
  text-align: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding: 66px 0 95px;
  -ms-flex-pack: center;
  justify-content: center;
}

.home-partiya .title-item {
  color: #FFF;
  font-size: 65px;
  position: relative;
  z-index: 5;
  margin: 0 0 155px;
  font-weight: 100;
  line-height: 1.2;
}

.home-partiya .title-item:after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -31px;
  width: 75px;
  background: #fff;
  height: 1px;
}

.home-partiya .btn,
.home-partiya .search-form button,
.search-form .home-partiya button {
  transform: scale(0.8);
  position: relative;
  z-index: 2;
  margin: 0 auto;
}

.home-partiya .btn:hover,
.home-partiya .search-form button:hover,
.search-form .home-partiya button:hover {
  transform: scale(0.9);
}

.home-partiya_carousel {
  color: #FEFEFE;
  text-align: center;
  font-size: 28px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 50px;
}

.home-partiya_carousel a {
  color: #FEFE01;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: 0.07px;
}

.home-partiya_carousel a:hover {
  text-decoration: underline;
}

.home-partiya_carousel p {
  margin: 0 0 29px;
}

.home-partiya_carousel .slick-arrow {
  position: absolute;
  margin: 0 -130px;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  background: none;
  border: none;
  color: white;
  z-index: 10;
  padding: 5px;
  cursor: pointer;
}

.home-partiya_carousel .slick-arrow:hover {
  color: #FEFE01;
}

.home-partiya_carousel .slick-arrow svg {
  width: 45px;
  height: 45px;
}

.home-partiya_carousel .slick-prev {
  right: auto;
  left: 15px;
}

.home-partiya_nav {
  color: #FEFEFE;
  text-align: center;
  font-size: 16px;
  font-style: italic;
  margin: 0 0 26px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.094px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.home-partiya_nav .item {
  cursor: pointer;
  max-width: 160px;
  width: 100%;
}

.home-partiya_nav .item.active,
.home-partiya_nav .item:hover {
  color: #FEFE01;
}

.home-partiya_nav .item.active i,
.home-partiya_nav .item:hover i {
  background: #FEFE01;
}

.home-partiya_nav .item:nth-child(7),
.home-partiya_nav .item:nth-child(1) {
  margin-top: 59px;
}

.home-partiya_nav .item:nth-child(6),
.home-partiya_nav .item:nth-child(2) {
  margin-top: 31px;
}

.home-partiya_nav .item:nth-child(5),
.home-partiya_nav .item:nth-child(3) {
  margin-top: 7px;
}

.home-partiya_nav i {
  width: 111px;
  height: 111px;
  display: -ms-flexbox;
  display: flex;
  background: #FFF;
  border-radius: 4px;
  margin: 0 auto 18px;
}

.home-partiya_nav img {
  height: 40px;
  display: block;
  margin: auto;
}

.crumbs {
  background: #024CAA url(../images/bg-crumbs.jpg) no-repeat bottom -3px right;
  background-size: cover;
  padding: 280px 0 47px;
}

.crumbs ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 7px;
}

.crumbs a {
  color: #FFF;
}

.crumbs li {
  color: #FFF;
  font-size: 13px;
  font-style: italic;
  font-weight: 500;
  line-height: 13px;
  letter-spacing: 0.102px;
  opacity: 0.5;
}

.crumbs li:hover {
  opacity: 1;
}

.crumbs li:after {
  margin: 0 0 0 4px;
  content: "|";
}

.crumbs li:last-child {
  opacity: 0.5 !important;
}

.crumbs li:last-child:after {
  display: none !important;
}

.news-top {
  display: -ms-flexbox;
  display: flex;
  padding: 68px 0 75px;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.news-top h1 {
  margin-right: auto;
  padding: 0 20px 0 0;
  color: #004DAB;
  font-size: 44px;
  font-weight: 100;
  line-height: 44px;
}

.news-top .select2 {
  min-width: 271px;
}

.js-datepicker {
  font: normal 400 16px/16px "Roboto", sans-serif;
  height: 44px;
  background: #075DC7 url(../images/svg/calendar2.svg) no-repeat left 22px center;
  border: none;
  background-size: 23px;
  width: 163px;
  color: #FFF;
  border-radius: 6px;
  padding: 5px 5px 5px 58px;
  letter-spacing: 0.125px;
}

.js-datepicker::-webkit-input-placeholder {
  color: #fff;
}

.js-datepicker::-moz-placeholder {
  color: #fff;
}

.js-datepicker:-moz-placeholder {
  color: #fff;
}

.js-datepicker:-ms-input-placeholder {
  color: #fff;
}

.select2-results__option:hover,
.select2-results__option[aria-selected=true] {
  color: #FEFE01;
}

.datepicker--cell.-current-,
.datepicker--day-name {
  color: #075DC7;
}

.datepicker--cell.-selected-.-focus-,
.datepicker--cell.-selected-,
.datepicker--cell.-selected-.-current- {
  background: #075DC7;
}

.select2-selection {
  background: #075DC7;
  border-radius: 6px;
  height: 44px;
  border: none;
}

.select2-selection__rendered {
  line-height: 44px;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  padding: 0 40px 0 25px;
  font-weight: 400;
}

.select2-selection__arrow b {
  right: 5px;
  background: url(../images/svg/down.svg) no-repeat center;
  background-size: 30px;
  width: 30px;
  height: 30px;
  top: 7px;
}

.select2-dropdown {
  margin: 0;
  background: #0B1B6F;
  border: none;
  border-radius: 4px;
}

.select2-dropdown li {
  color: #B6D7FF;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  padding: 7px 33px;
}

.select2-dropdown ul {
  padding: 10px 0;
  max-height: 80vh;
  overflow: auto;
}

.news-list {
  padding: 0 0 77px;
}

.news-list .small-news_list {
  width: 100%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 34px;
}

.news-list .preview {
  min-width: 269px;
  height: 171px;
}

.news-list .row {
  display: -ms-flexbox;
  display: flex;
  gap: 46px;
}

.news-list .row .row {
  gap: 20px;
}

.news-list .eye,
.news-list .time,
.news-list .date {
  display: inline-block;
  padding: 15px 0 15px 24px;
  color: #10173C;
  font-size: 12px;
  font-weight: 500;
  line-height: 12px;
  background-size: 22px auto !important;
}

.news-list .eye {
  background: url(../images/svg/eye2.svg) no-repeat left center;
}

.news-list .time {
  background: url(../images/svg/clock.svg) no-repeat left center;
}

.news-list .date {
  background: url(../images/svg/calendar.svg) no-repeat left center;
}

.news-list .text {
  color: #040A20;
  font-size: 16px;
  font-weight: 300;
  line-height: 19.2px;
  display: block;
  margin: 0 0 18px;
}

.news-list .name {
  margin: 0 0 25px;
  color: #034092;
  display: block;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 19.2px;
  /* 120% */
}

.news-list .labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 5px;
  padding: 0 0 23px 4px;
}

.news-list .labels span {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  padding: 8px 22px;
  z-index: 2;
  font-weight: 500;
  line-height: 13px;
  position: relative;
}

.news-list .labels span:after {
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: skew(-10deg);
}

.news-list .labels i {
  transition: all 0.2s linear;
  margin: 0 -10px 0 5px;
  display: inline-block;
}

.news-list .labels i:after {
  position: relative;
  display: inline-block;
  content: "+";
  transform: rotate(45deg);
}

.news-list .label-bg:after {
  background: #004DAB;
}

.news-list .label-bg2:after {
  background: #03206C;
}

.news-list .preview {
  background: #D7DDED;
  width: 260px;
  height: 164px;
  display: block;
  position: relative;
  z-index: 3;
  margin: 0 28px 0 0;
}

.news-list .preview:after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 10px;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: #D7DDED;
  display: inline-block;
}

.news-list .preview img {
  opacity: 0.8;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.2s linear;
}

.news-list .btn-yellow--style {
  background: url(../images/btn-bg2.png);
  background-size: 100% 100%;
  margin: -24px 0 0;
  padding: 44px 61px 55px;
}

.news-list .link {
  margin: 6px 0 33px;
  color: #004DAB;
  font-size: 14px;
  font-weight: 400;
  line-height: 14px;
}

.news-list .link:hover {
  text-decoration: underline;
}

.news-list .in {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}

.news-list a {
  margin: 0 0 33px;
  padding: 0;
  border: none !important;
}

.news-list a:hover .link {
  text-decoration: underline;
}

.news-list a:hover .name {
  color: #03206C;
}

.news-list a:hover img {
  opacity: 1;
}

.news-list .news-big {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 52px;
  padding: 0 0 58px;
  border-bottom: 1px solid #D3D8DF !important;
}

.news-list .news-big .labels {
  padding: 1px 0 35px 4px;
}

.news-list .news-big .name {
  font-size: 26px;
  font-style: normal;
  font-weight: 300;
  line-height: 31.2px;
  /* 120% */
}

.news-list .news-big .preview {
  width: 707px;
  min-width: 707px;
  margin: 0 51px 0 0;
  height: 458px;
}

.news-list .load-more {
  text-align: center;
  display: block;
  margin: 45px 0;
  color: #004DAB;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.news-list .load-more:hover {
  text-decoration: underline;
}

.news-list .title-item {
  color: #034092;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 50px;
}

.status-message {
  margin-top: 15px;
  padding: 10px;
  position: fixed;
  top: 30px;
  right: 30px;
  border-radius: 5px;
  z-index: 10000;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.status-message.show {
  opacity: 1;
}

.status-message.success {
  background: #d4edda;
  color: #155724;
  border: 1px solid #c3e6cb;
}

.status-message.error {
  background: #f8d7da;
  color: #721c24;
  border: 1px solid #f5c6cb;
}

.news-item-info {
  padding: 61px 0 114px;
  color: #151515;
  overflow: hidden;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

.news-item-info .wrapper > .params .labels::-webkit-scrollbar {
  display: none;
}

.news-item-info .wrapper > .params .labels {
  overflow: auto;
  margin-left: -20px;
  margin-right: -20px;
  width: auto;
  padding-left: 20px;
  padding-right: 20px;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.news-item-info .slick-list {
  overflow: visible;
}

.news-item-info img {
  display: block;
  margin: 0 0 44px;
  max-width: 100%;
}

.news-item-info h1 {
  color: #004DAB;
  font-size: 44px;
  margin: 0 130px 37px 0;
  font-weight: 100;
  position: relative;
  line-height: 1.2;
  padding: 0 0 22px;
}

.news-item-info h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.news-item-info blockquote {
  color: #020202;
  font-size: 21px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 40px 52px 0;
}

.news-item-info ul,
.news-item-info p {
  margin: 0 0 22px;
}

.news-item-info ul a,
.news-item-info p a {
  color: #004DAB;
  text-decoration: underline;
}

.news-item-info ul a:hover,
.news-item-info p a:hover {
  text-decoration: none;
}

.news-item-info ul {
  list-style: disc;
  margin: 0 0 0 20px;
}

.news-item-info ul a {
  color: #004DAB;
  text-decoration: underline;
}

.news-item-info ul a:hover {
  text-decoration: none;
}

.news-item-info .params {
  padding: 0 0 41px 0;
  display: -ms-flexbox;
  display: flex;
  color: #10173C;
  font-size: 12px;
  gap: 10px;
  white-space: nowrap;
  font-weight: 500;
  line-height: 30px;
}

.news-item-info .params i {
  width: 30px;
  height: 30px;
  float: left;
  margin: 0 4px 0 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.news-item-info .params .labels {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  gap: 5px;
  padding: 13px 0 26px 4px;
  margin-left: auto;
}

.news-item-info .params .labels span {
  color: #FFF;
  font-size: 13px;
  font-style: normal;
  padding: 8px 22px;
  z-index: 2;
  font-weight: 500;
  line-height: 13px;
  position: relative;
}

.news-item-info .params .labels span:after {
  content: "";
  height: 100%;
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  transform: skew(-10deg);
}

.news-item-info .params .item {
  border-left: 1px solid #D3D8DF;
  min-width: 15%;
  padding-left: 22px;
}

.news-item-info .params .item span {
  margin: 7px 0 0;
  color: #10173C;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  display: block;
  letter-spacing: 0.375px;
}

.news-item-info .params .item a {
  margin: 19px 10px 0 0;
}

.news-item-info .params img {
  max-width: 30px;
  margin: 0;
}

.news-item-info .params a {
  color: #004DAB;
  font-size: 14px;
  display: inline-block;
  vertical-align: top;
  font-style: normal;
  font-weight: 300;
  line-height: 14px;
}

.news-item-info .params a:hover {
  text-decoration: underline;
}

.news-item-info .label-bg:after {
  background: #004DAB;
}

.news-item-info .label-bg2:after {
  background: #03206C;
}

.news-item-info .slick-slide {
  opacity: 0.5;
}

.news-item-info .slick-slide img {
  display: block;
  max-width: 100%;
}

.news-item-info .slick-active {
  opacity: 1;
}

.news-item-info .share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  padding: 52px 0 30px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 35px;
}

.news-item-info .share a {
  color: #004DAB;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  line-height: 14px;
}

.news-item-info .share a:hover {
  text-decoration: underline;
}

.news-item-info .share img {
  margin: 0;
}

.news-item-info .news-list {
  margin: 85px 0 0;
  border-top: 1px solid #D3D8DF;
  padding: 39px 0 0;
}

.news-item-info .load-more {
  margin: 15px 0;
}

.news-carousel {
  margin: 0 0 44px;
}

.about-comp-full {
  background: #004DAB;
}

.smi-presskit {
  padding: 17px 0 90px;
  background: #004DAB;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.smi-presskit h1 {
  margin: 0 0 60px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.smi-presskit h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.smi-presskit h2 {
  color: #FEFE01;
  font-size: 30px;
  font-weight: 100;
  line-height: 1.2;
  margin: 53px 0 35px;
}

.smi-presskit h2:first-child {
  margin-top: 0;
}

.smi-presskit a {
  color: #FEFE01;
  text-decoration: underline;
}

.smi-presskit a:hover {
  text-decoration: none;
}

.smi-presskit p {
  margin: 0 0 22px;
}

.smi-presskit ul {
  margin: 0 0 20px;
}

.smi-presskit li {
  padding: 0 0 22px 45px;
  background: url(../images/check.png) no-repeat;
  background-size: 24px auto;
}

.about-item {
  overflow: hidden;
  padding: 17px 0 0;
  background: #004DAB;
}

.about-item h1 {
  margin: 0 0 137px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.about-item h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.about-item .wrapper:after {
  top: 0;
  position: absolute;
  left: 50%;
  display: inline-block;
  transform: translateX(-50%);
  width: 100vw;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), #004DAB);
}

.about-comp-full {
  padding: 62px 0 0;
  overflow: hidden;
}

.about-comp-full .left {
  color: #FFF;
  position: relative;
  z-index: 5;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  width: 542.942px;
  line-height: 24px;
}

.about-comp-full .left strong,
.about-comp-full .left b {
  font-weight: 500;
}

.about-comp-full .img {
  max-height: 110%;
  max-width: 899px;
  position: absolute;
  bottom: 0;
  right: 0;
  width: auto;
  height: auto;
  background-size: contain;
}

.about-comp-full .btn,
.about-comp-full .search-form button,
.search-form .about-comp-full button {
  margin: 22px 5px 78px;
}

.about-comp-full p {
  margin: 0 0 24px;
}

.about-comp-full h1 {
  margin: 0 0 68px;
  color: #FEFE01;
  font-size: 44px;
  font-style: normal;
  font-weight: 100;
  line-height: 1.2;
}

.about-comp-full > .wrapper:after {
  top: 0;
  display: inline-block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), #004DAB);
}

.about-comp-full_bottom {
  padding: 69px 0 91px;
}

.about-comp-full_bottom ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 65px;
  margin: 0 200px 0 0;
}

.about-comp-full_bottom a {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
  font-style: italic;
  letter-spacing: 0.047px;
}

.about-comp-full_bottom a:hover {
  color: #FEFE01;
}

.about-comp-full_bottom img {
  position: absolute;
  bottom: -88px;
  max-width: none;
  max-height: none;
  right: 20px;
}

.about-nav {
  background: #004DAB;
  position: relative;
  z-index: 6;
  padding: 0 0 20px;
}

.about-nav img {
  position: absolute;
  bottom: -98px;
  right: 23px;
}

.about-nav ul {
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 15px 45px 15px 0;
  overflow: hidden;
  position: relative;
  z-index: 3;
  gap: 17px;
}

.about-nav ul:after {
  z-index: -1;
  background: #075DC7;
  content: "";
  position: absolute;
  left: 0;
  right: 20px;
  transform: skew(-10deg);
  top: 15px;
  bottom: 15px;
}

.about-nav ul:before {
  z-index: -1;
  background: #1D3778;
  content: "";
  position: absolute;
  left: 10px;
  right: 10px;
  transform: skew(-10deg);
  top: 25px;
  bottom: 5px;
}

.about-nav li {
  position: relative;
  z-index: 2;
}

.about-nav a {
  color: #FFF;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 20px;
  padding: 8px 10px 9px;
  letter-spacing: 0.044px;
  display: block;
}

.about-nav a:hover {
  color: #FEFE01;
}

.about-nav .active a {
  color: #FEFE01;
}

.about-nav .big {
  margin-bottom: -13px;
}

.about-nav .big:after {
  background: #162D67;
  transform: skew(-10deg);
  z-index: -1;
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.about-nav .big:first-child {
  margin-left: -10px;
}

.about-nav .big a:hover,
.about-nav .big a {
  padding: 10px 42px;
  font-style: italic;
  color: #FEFE01;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
}

.about-history {
  overflow: hidden;
  padding: 17px 0 0;
  background: linear-gradient(to bottom, #004DAB, #24358B);
}

.about-history h1 {
  margin: 0 0 159px;
  color: #FEFE01;
  font-size: 44px;
  font-weight: 100;
  line-height: 1.2;
}

.about-history_range {
  margin: 0 0 108px;
  height: 42px;
  position: relative;
}

.about-history_range:after {
  left: 40px;
  right: 40px;
  height: 2px;
  background: #6298DB;
  content: "";
  position: absolute;
  bottom: 19px;
  z-index: 2;
}

.about-history_range .date {
  position: absolute;
  left: 40px;
  z-index: 4;
  right: 40px;
  bottom: 0;
  overflow: auto;
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 15px;
  padding: 0 50px 13px 0;
  font-weight: 500;
  line-height: 18px;
  scrollbar-width: none;
  /* Для Firefox */
  -ms-overflow-style: none;
  /* Для Internet Explorer та Edge */
}

.about-history_range .date::-webkit-scrollbar {
  display: none;
  /* Для Chrome, Safari та Edge */
}

.about-history_range .date .item {
  position: relative;
  z-index: 4;
  padding: 18px 0 24px;
  margin-left: 125px;
}

.about-history_range .date .item:after {
  width: 12px;
  height: 12px;
  border-radius: 100%;
  background: #fff;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  content: "";
}

.about-history_range .date .item span {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.about-history_range .date .active:after {
  background: #FEFE01;
}

.about-history_content {
  padding: 0 0 65px;
}

.about-history_range_nav {
  position: absolute;
  top: 0;
  left: 0;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  color: #fff;
  z-index: 10;
}

.about-history_range_nav:after {
  content: "";
  border: 1px solid #578FD6;
  transform: skew(-10deg);
  position: absolute;
  top: 0;
  z-index: -1;
  left: 0;
  width: 100%;
  height: 100%;
  background: #004DAB;
}

.about-history_range_nav.next {
  right: 0;
  left: auto;
}

.about-history_range_nav svg {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 auto;
}

.about-history_range_line {
  height: 2px;
  position: absolute;
  left: 0;
  right: -40px;
  background: #6298DB;
  top: 50%;
  margin-top: 7px;
}

.about-history_range_line span {
  background: #FEFE01;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  transition: all 0.2s linear;
}

.about-history_item {
  display: none;
}

.about-history_item:first-child {
  display: block;
}

.about-history_item .years {
  color: #FFF;
  font-size: 33px;
  font-weight: 100;
  line-height: 1;
  margin: 0 0 66px;
}

.about-history_item .item {
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  margin: 0 0 51px;
  line-height: 1.2;
}

.about-history_item b,
.about-history_item strong {
  font-weight: 400;
  color: #FEFE01;
}

.about-history_item p {
  margin: 0 0 17px;
}

.about-history_item .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
}

.about-history_item .date {
  color: #FEFE01;
  font-size: 24px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
  min-width: 151px;
}

.about-history_item .photo {
  min-width: 168px;
  width: 168px;
  height: 168px;
  position: relative;
  z-index: 2;
  margin: 0 38px 0 0;
}

.about-history_item .photo:after {
  content: "";
  position: absolute;
  top: 10px;
  z-index: -1;
  background: #2365BA;
  left: 10px;
  width: 100%;
  height: 100%;
}

.about-history_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.last-news {
  padding: 87px 0 54px 0;
}

.last-news .title-item {
  font-weight: 100;
  margin: 0 0 64px;
  font-size: 33px;
  position: relative;
  padding: 0 0 16px;
}

.last-news .title-item:after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 94px;
  height: 1px;
  content: "";
  display: inline-block;
  border-bottom: 1px solid currentColor;
}

.last-news .all {
  position: relative;
  z-index: 10;
  float: right;
  color: #1B3888;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.063px;
  text-decoration: underline;
  margin: 16px 0 0;
}

.last-news .all:hover {
  text-decoration: none;
}

.about-structure {
  overflow: hidden;
  padding: 17px 0 0;
  background: #004DAB;
}

.about-structure h1 {
  margin: 0 0 34px;
  color: #FEFE01;
  font-size: 44px;
  font-weight: 100;
  line-height: 1.2;
}

.about-structure .wrapper {
  padding-bottom: 1px;
}

.about-structure .tab-item {
  width: 100%;
  height: 100%;
}

.about-structure .tab-content {
  position: absolute;
  bottom: 0;
  right: -44px;
  height: 117%;
  max-width: 849px;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-structure .tab-content img {
  max-height: 100%;
  max-width: 849px;
  position: absolute;
  bottom: 0;
  right: 0;
  object-fit: contain;
}

.about-structure .tab-menu-link {
  width: 395px;
  color: #B6D7FF;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 16.8px;
  position: relative;
  background: linear-gradient(to top, rgb(3, 55, 122), #004DAB);
  padding: 30px 58px 67px;
  margin: 0 0 196px;
}

.about-structure .tab-menu-link ul {
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-structure .tab-menu-link a {
  color: inherit;
}

.about-structure .tab-menu-link a:hover {
  color: #fff;
}

.about-structure .tab-menu-link li {
  cursor: pointer;
}

.about-structure .tab-menu-link li:hover {
  color: #fff;
}

.about-structure .tab-menu-link .active a {
  color: #FEFE01 !important;
}

.about-structure .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
}

.about-structure .row .tab-content {
  position: static;
}

.tab-item {
  display: none;
}

.tab-item:first-child {
  display: block;
}

.about-library {
  overflow: hidden;
  padding: 17px 0 0;
  background: #004DAB;
}

.about-library h1 {
  margin: 0 0 61px;
  color: #FEFE01;
  font-size: 44px;
  font-weight: 100;
  line-height: 1.2;
}

.about-library .wrapper {
  padding-bottom: 342px;
}

.about-library .wrapper:after {
  display: inline-block;
  position: absolute;
  height: auto;
  left: 50%;
  transform: translateX(-50%);
  width: 100vw;
  top: 0;
  bottom: 0;
  z-index: -1;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), #004DAB);
}

.about-library .img {
  position: absolute;
  bottom: 0;
  right: 45px;
  height: 115%;
}

.about-library .img img {
  max-height: 100%;
  max-width: 849px;
  display: block;
  object-fit: contain;
}

.about-library ul {
  width: 293px;
  font-size: 14px;
  font-style: italic;
  position: relative;
  z-index: 10;
  font-weight: 500;
  line-height: 16.8px;
  position: relative;
  border-bottom: 1px solid #fff;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), #004DAB);
  padding: 14px 58px 54px;
  margin: 0 0 75px;
  display: -ms-flexbox;
  display: flex;
  gap: 17px;
  -ms-flex-direction: column;
  flex-direction: column;
}

.about-library ul a {
  color: #fff;
  cursor: pointer;
}

.about-library ul a:hover {
  color: #FEFE01;
}

.about-library p {
  max-width: 385px;
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 1.2;
}

.about-library-newspaper h1 {
  margin: 0;
}

.about-library-newspaper .wrapper {
  padding-bottom: 69px;
}

.about-library-newspaper .wrapper:after {
  top: 200px;
  bottom: 0;
  display: block;
  height: auto;
  background: linear-gradient(to top, #24358A, #014CA9);
}

.about-library_nav {
  margin: 0 80px 0 0;
  padding: 43px 0 0;
  float: left;
  width: 292px;
}

.about-library_nav ul {
  background: linear-gradient(to top, #24358A, #014CA9);
  margin: 0 0 48px;
  border-bottom: 1px solid #fff;
  padding: 62px 60px 42px;
}

.about-library_nav li {
  margin: 0 0 15px;
}

.about-library_nav a {
  color: #FEFEFE;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 16.8px;
}

.about-library_nav a:hover {
  color: #FEFE01;
}

.about-library_nav .select2 {
  min-width: 100%;
}

.about-library_nav .active a {
  color: #FEFE01;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.about-library-newspaper_big {
  overflow: hidden;
  margin: -44px 0 0;
  display: -ms-flexbox;
  display: flex;
  gap: 59px;
  color: #FFF;
  font-size: 16px;
  font-weight: 400;
  padding: 0 0 30px;
  line-height: 24px;
}

.about-library-newspaper_big .number {
  margin: 0 0 30px;
  color: #F5F219;
  font-size: 24px;
  font-weight: 300;
  line-height: 24px;
}

.about-library-newspaper_big p {
  margin: 0 0 25px;
}

.about-library-newspaper_big ul {
  margin: 0 0 15px;
}

.about-library-newspaper_big .preview {
  width: 314px;
  min-width: 314px;
  padding: 55.4% 0 0;
  position: relative;
  z-index: 3;
}

.about-library-newspaper_big .preview:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #163C85;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: inline-block;
}

.about-library-newspaper_big li {
  position: relative;
  padding: 0 0 24px 38px;
}

.about-library-newspaper_big li:after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 10px;
  left: 8px;
  background: #FEFE01;
  transform: skew(-10deg);
  content: "";
}

.about-library-newspaper_big .btn,
.about-library-newspaper_big .search-form button,
.search-form .about-library-newspaper_big button {
  z-index: 6;
}

.about-library-newspaper_big .format {
  display: inline-block;
  color: #FEFEFE;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  padding: 12px 13px 12px 25px;
  margin: 20px 0 -20px -27px;
  line-height: 15px;
  top: 7px;
  letter-spacing: 0.938px;
  position: relative;
  z-index: 2;
}

.about-library-newspaper_big .format:after {
  content: "";
  background: #C7231F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  z-index: -1;
}

.about-library-newspaper_big img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  display: block;
  object-fit: cover;
}

.about-library-newspaper_big .in {
  padding: 7px 0 0;
}

.about-library-newspaper_list {
  padding: 83px 0 43px;
  clear: both;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[5];
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 24px;
}

.about-library-newspaper_list a {
  display: inline-block;
  /* важно для <a> */
  font-size: 14px;
  font-weight: 300;
  line-height: 14px;
  letter-spacing: 0.109px;
  text-align: center;
  color: #F5F219;
}

.about-library-newspaper_list .preview {
  max-width: 182px;
  margin: 0 auto 36px;
  display: block;
  position: relative;
  z-index: 3;
}

.about-library-newspaper_list .preview:after {
  content: "";
  position: absolute;
  top: 10px;
  left: 10px;
  background: #163C85;
  width: 100%;
  height: 100%;
  z-index: -1;
  display: inline-block;
}

.about-library-newspaper_list img {
  width: 100%;
  display: block;
  height: auto;
}

.about-library-newspaper_list .number {
  margin: 0 0 10px;
  color: #F5F219;
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 18px;
  /* 100% */
}

.about-library-newspaper_list .link {
  display: block;
  text-decoration: underline;
}

.about-library-newspaper_list .link:hover {
  text-decoration: none;
}

.personal-list {
  padding: 32px 0 62px 75px;
}

.personal-list a {
  margin: 0 0 46px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  gap: 32px;
}

.personal-list .name {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  display: block;
  line-height: 18px;
  margin: 0 0 10px;
  letter-spacing: 0.176px;
}

.personal-list .pos {
  color: #F5F219;
  font-size: 16px;
  display: block;
  font-weight: 400;
  line-height: 16px;
}

.personal-list .photo {
  width: 159px;
  min-width: 159px;
  height: 159px;
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 100%;
}

.personal-list img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-rules {
  padding: 17px 0 91px;
}

.about-rules h1 {
  margin: 0;
}

.about-rules .wrapper:after {
  display: none !important;
}

.about-rules .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 71px;
}

.about-rules_content {
  width: 395px;
  min-width: 395px;
  text-align: right;
}

.about-rules_content ul {
  text-align: left;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.2), #004DAB);
  padding: 44px 58px 28px;
  border-bottom: 1px solid #fff;
  margin: 0 0 -31px;
}

.about-rules_content ul a {
  color: #B6D7FF;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  line-height: 16.8px;
}

.about-rules_content ul a:hover {
  color: #fff;
}

.about-rules_content li {
  margin: 0 0 15px;
}

.about-rules_content .format {
  display: inline-block;
  color: #FEFEFE;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  padding: 12px 13px 12px 25px;
  margin: 20px 0 -20px -27px;
  line-height: 15px;
  top: 7px;
  letter-spacing: 0.938px;
  position: relative;
  z-index: 2;
}

.about-rules_content .format:after {
  content: "";
  background: #C7231F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  z-index: -1;
}

.about-rules_content .active a {
  color: #FEFE01;
}

.about-rules_content .btn,
.about-rules_content .search-form button,
.search-form .about-rules_content button {
  z-index: 4;
}

.about-rules_text {
  margin: -47px 0 0;
  -ms-flex: 1;
  flex: 1;
}

.about-rules_text {
  height: 801px;
  color: #fff;
  font-size: 19px;
  line-height: 1.2;
}

.about-rules_text small {
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  display: block;
  line-height: 18px;
  opacity: 0.5;
}

.about-rules_text h2 {
  color: #FEFE01;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
  margin: 48px 0 18px;
}

.about-rules_text h2:first-child {
  margin: 0 0 18px;
}

.about-rules_text h3 {
  color: #FFF;
  font-size: 24px;
  font-weight: 300;
  line-height: 28.8px;
  margin: 0 0 32px;
}

.about-rules_text p {
  margin: 0 0 20px;
}

.about-rules_text a {
  color: inherit;
  text-decoration: underline;
}

.about-rules_text a:hover {
  text-decoration: none;
}

.about-rules_text ul {
  margin: 0 0 20px 20px;
  list-style: disc;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: none;
}

.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar {
  width: 10px;
  background: #162D67;
  border-radius: 3px;
}

.mCSB_scrollTools .mCSB_buttonUp {
  background: url(../images/svg/up.svg) no-repeat center !important;
  background-size: 25px 25px !important;
}

.mCSB_scrollTools .mCSB_buttonDown {
  background: url(../images/svg/down.svg) no-repeat center !important;
  background-size: 25px 25px !important;
}

.about-library-newspaper_bottom {
  background: #004DAB;
}

.about-library-newspaper_bottom .bottom {
  color: #FFF;
  padding: 0 0 81px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 16.8px;
  opacity: 0.5;
  max-width: 854.07px;
  margin: 0 auto;
}

.about-rules_content--center {
  text-align: center;
}

.about-rules_content--center p {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 14px;
}

.for-smi-inner {
  padding: 0;
}

.for-smi-inner .slick-arrow {
  top: 50%;
  transform: translateY(-50%);
}

.for-smi-inner .for-smi_carousel {
  padding: 0;
}

.for-smi-inner .preview {
  margin: 0;
}

.for-smi-inner .carousel-item:first-child {
  display: block !important;
}

.about-rules_text--size h3 {
  font-size: 30px;
}

.about-program {
  padding: 61px 0 0;
  position: relative;
  background: linear-gradient(to bottom, #004DAB, #25368B);
  overflow: hidden;
  color: #FFF;
}

.about-program h1 {
  margin: 0 0 63px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.about-program h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.about-program h2 {
  color: #FEFE01;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 64px;
}

.about-program h3 {
  font-size: 30px;
  margin: 0 0 6px;
  font-weight: 300;
  line-height: 1.2;
}

.about-program .row {
  display: -ms-flexbox;
  display: flex;
}

.about-program .text {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.about-program .text1 {
  text-align: right;
  font-size: 24px;
  font-weight: 300;
  margin: 0 181px 15px 0;
  line-height: 1;
  opacity: 0.67;
}

.about-program .text2 {
  margin: 0 0 33px 14px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.about-program .text3 {
  margin: 0 222px 33px 0;
  text-align: right;
  font-size: 36px;
  font-weight: 100;
  line-height: 1;
}

.about-program .text4 {
  margin: 0 0 42px 83px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  opacity: 0.5;
  line-height: 1;
}

.about-program .text5 {
  text-align: right;
  margin: 0 286px 58px 0;
  font-size: 24px;
  font-weight: 100;
  line-height: 24px;
  letter-spacing: 0.023px;
}

.about-program .text6 {
  font-size: 36px;
  margin: 0 0 0 17px;
  font-weight: 300;
  line-height: 36px;
  opacity: 0.76;
}

.about-program .preview {
  min-width: 424px;
  width: 432px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
  height: 607px;
}

.about-program .preview img {
  width: 849px;
  margin: 0 0 0 -300px;
}

.program-text {
  padding: 67px 0 66px;
  background: #004DAB;
}

.program-text .wrapper {
  display: -ms-flexbox;
  display: flex;
  gap: 81px;
}

.program-text_left {
  width: 329px;
  min-width: 329px;
}

.program-text_left ul {
  background: linear-gradient(to bottom, #004DAB, #25368B);
  border-bottom: 1px solid #fff;
  position: sticky;
  top: 10px;
  padding: 19px 30px 26px 48px;
}

.program-text_left li {
  margin: 0 0 15px;
}

.program-text_left a {
  color: #FEFEFE;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.3;
}

.program-text_left a:hover {
  color: #FEFE01;
}

.program-text_left .active a {
  text-decoration: underline;
  color: #FEFE01;
}

.program-text_in {
  -ms-flex-positive: 1;
  flex-grow: 1;
  overflow: hidden;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 24px;
}

.program-text_in h2 {
  color: #FEFE01;
  font-size: 48px;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 0 10px;
}

.program-text_in h3 {
  font-size: 30px;
  margin: 0 0 10px;
  font-weight: 300;
  line-height: 1.2;
}

.program-text_in p {
  margin: 0 0 24px;
}

.program-text_in ul {
  margin: 0 0 20px 20px;
  list-style: disc;
}

.region-info {
  padding: 40px 0 0;
  position: relative;
  background: linear-gradient(to bottom, #004DAB, #25368B);
  color: #FFF;
}

.region-info h1 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #FEFE01;
  font-size: 44px;
  gap: 46px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0;
}

.region-info h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.region-info .select2 {
  min-width: 236px;
}

.region-info .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 0 67px;
}

.region-info .top img {
  max-width: 91px;
  min-width: 91px;
}

.region-info .row {
  display: -ms-flexbox;
  display: flex;
}

.region-info .left {
  position: relative;
  color: #FFF;
  font-size: 18px;
  min-width: 371px;
  font-weight: 400;
  padding: 0 0 65px;
  line-height: 1.2;
}

.region-info .left p {
  margin: 0 0 21px;
}

.region-info .left p a {
  color: #FEFE01;
}

.region-info .left .mail {
  display: block;
  text-decoration: underline;
  color: #FEFE01;
  font-size: 18px;
  font-weight: 400;
  line-height: 21.6px;
}

.region-info .left s .tel {
  margin: 0 0 41px;
  display: block;
  color: #FFF;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
}

.region-info .left .loc {
  float: right;
  background: url(../images/svg/loc2.svg) no-repeat center top;
  background-size: 30px auto;
  padding: 32px 0 0;
  color: #FEFE01;
  font-size: 12px;
  margin: -3px 35px 0 0;
  font-style: normal;
  text-decoration: underline;
  font-weight: 400;
  line-height: 12px;
}

.region-info .left .loc:hover {
  text-decoration: none;
}

.region-info .left .btn,
.region-info .left .search-form button,
.search-form .region-info .left button {
  margin: 41px 0 0;
}

.region-info .left a {
  color: #FEFE01;
}

.region-info .right {
  margin: -120px 0 0;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  color: #FFF;
  font-size: 24px;
  min-width: 333px;
  font-weight: 300;
  line-height: 1.2;
  position: relative;
  z-index: 10;
}

.region-info .right span {
  margin: 0 0 7px;
  display: block;
  color: #FEFE01;
  font-size: 18px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.region-info .right p {
  margin: 0 0 15px;
}

.region-info .right a {
  color: #FEFE01;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  text-decoration: underline;
}

.region-info .center {
  position: relative;
  overflow: visible;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.region-info .center img {
  position: absolute;
  bottom: 0;
  left: 63%;
  transform: translateX(-50%);
  max-width: 620px;
}

.team-region {
  background: #004DAB;
  padding: 79px 0 109px;
  overflow: hidden;
}

.team-region .title-item {
  margin: 0 0 49px;
  color: #FEFEFE;
  font-size: 33px;
  font-weight: 100;
  line-height: 1.2;
}

.team-region .list {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 63px 24px;
}

.team-region a {
  color: #F5F219;
  font-size: 16px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  line-height: 1.2;
}

.team-region p {
  margin: 0 0 10px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.2;
}

.team-region .preview {
  min-width: 159px;
  width: 159px;
  height: 159px;
  border: 5px solid #fff;
  overflow: hidden;
  margin: 0 30px 0 0;
  border-radius: 100%;
}

.team-region img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.chairman-bio {
  padding: 16px 0 0;
  background: linear-gradient(to top, #24358A, #004DAB);
  position: relative;
  z-index: 4;
}

.chairman-bio h1 {
  margin: 0 0 40px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.chairman-bio h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.chairman-bio .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: end;
  align-items: flex-end;
}

.chairman-bio .photo {
  width: 655px;
  margin: 0 0 0 33px;
  min-width: 655px;
}

.chairman-bio .text {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  padding: 0 0 75px 28px;
  line-height: 18px;
}

.chairman-bio .text li {
  padding: 18px 0 0 30px;
  position: relative;
}

.chairman-bio .text li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FEFE01;
  transform: skew(-10deg);
  position: absolute;
  top: 23px;
  left: 1px;
}

.chairman-bio .text a {
  color: #FEFE01;
  text-decoration: underline;
}

.chairman-bio .text a:hover {
  text-decoration: none;
}

.chairman-bio .name {
  color: #004DAB;
  font-size: 38px;
  font-weight: 300;
  line-height: 38px;
  letter-spacing: 0.445px;
  transform: skew(-10deg);
  display: inline-block;
  position: relative;
  padding: 11px 35px;
  z-index: 4;
}

.chairman-bio .name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #FEFE01;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.chairman-bio .name:before {
  content: "";
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: #143E87;
  position: absolute;
  display: inline-block;
}

.chairman-bio .second-name {
  color: #FFF;
  font-size: 50px;
  font-style: italic;
  font-weight: 500;
  line-height: 50px;
  letter-spacing: 0.293px;
  transform: skew(-10deg);
  display: inline-block;
  top: 48px;
  position: relative;
  padding: 10px 29px;
  z-index: 4;
  margin: 0 0 0 -35px;
}

.chairman-bio .second-name:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #075DC7;
  width: 100%;
  height: 100%;
  z-index: -2;
}

.chairman-bio .second-name:before {
  content: "";
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  z-index: -3;
  background: #0558BF;
  position: absolute;
  display: inline-block;
}

.chairman-bio strong {
  color: #FEFE01;
  font-weight: 400;
}

.chairman-bio img {
  width: 100%;
  display: block;
  margin: 0 0 -71px;
}

.chairman-bio--style h1 {
  margin-bottom: 0;
}

.chairman-bio--style .row {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.about-rules {
  z-index: 2;
  position: relative;
}

.about-rules--styles {
  padding: 84px 0 91px;
}

.about-rules--styles .row {
  gap: 95px;
}

.about-rules--styles .about-rules_content {
  width: 292px;
  min-width: 292px;
}

.about-rules--styles .about-rules_text {
  height: 534px;
  margin: 0;
  font-size: 14px;
  line-height: 16.8px;
}

.about-rules--styles .link {
  margin-top: 50px;
  display: block;
}

.chairman-citate {
  padding: 16px 0 0;
  background: linear-gradient(to top, #24358A, #004DAB);
  position: relative;
  z-index: 4;
}

.chairman-citate h1 {
  margin: 0 0 40px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.chairman-citate h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.chairman-citate .text {
  color: #FFF;
  font-size: 30px;
  font-weight: 300;
  padding: 102px 0 0;
  line-height: 36px;
}

.chairman-citate .row {
  display: -ms-flexbox;
  display: flex;
  gap: 32px;
}

.chairman-citate .photo {
  min-width: 601px;
  width: 601px;
  margin: -99px 0 0 5px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.chairman-citate img {
  width: 100%;
  display: block;
}

.chairman-citate blockquote {
  border-left: 1px solid #fff;
  padding: 0 10px 0 42px;
  margin: 0 0 54px;
}

.chairman-citate b,
.chairman-citate strong {
  font-weight: inherit;
  color: #F8EB08;
}

.chairman-citate small {
  display: block;
  color: #FFF;
  margin-left: auto;
  max-width: 181px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
}

.for-smi-inner .label {
  margin-bottom: 30px;
}

.chairman-citate_list {
  background: #004DAB;
  text-align: center;
  padding: 38px 0 84px;
}

.chairman-citate_list .select2 {
  margin: 0 0 41px;
  display: inline-block;
  min-width: 271px;
}

.chairman-citate_list .row {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 30px;
  gap: 81px;
}

.chairman-citate_list .row:nth-child(odd) .item:nth-child(1) {
  max-width: 37%;
}

.chairman-citate_list .load-more {
  color: #EDEF00;
  text-align: center;
  font-size: 16px;
  font-weight: 300;
  line-height: 16px;
  letter-spacing: 0.063px;
  text-decoration: underline;
}

.chairman-citate_list .load-more:hover {
  text-decoration: none;
}

.chairman-citate_list .item {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.chairman-citate_list blockquote {
  color: #FFF;
  font-size: 22px;
  font-weight: 300;
  text-align: left;
  line-height: 1.2;
  padding: 0 0 0 29px;
  position: relative;
}

.chairman-citate_list blockquote:after {
  border-left: 1px solid #fff;
  height: 70px;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  display: inline-block;
}

.chairman-citate_list small {
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  display: block;
  text-align: right;
}

.chairman-citate_list .item {
  padding: 2px 5px 0;
}

.chairman-gallery {
  padding: 16px 0 0;
  background: #004DAB;
  position: relative;
  z-index: 4;
}

.chairman-gallery h1 {
  margin: 0 0 64px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.chairman-gallery h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.chairman-gallery .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 60px;
}

.chairman-gallery a {
  -ms-flex: 1;
  flex: 1;
  position: relative;
  margin: 0 0 126px;
  overflow: hidden;
  min-width: 25%;
}

.chairman-gallery a:hover img {
  transform: scale(1.1);
}

.chairman-gallery img {
  display: block;
  transition: all 0.2s linear;
  width: 100%;
}

.chairman-gallery .big {
  width: 100%;
  margin: 0 0 90px;
  min-width: 100%;
}

.chairman-gallery .left {
  background: rgba(0, 77, 171, 0.7);
  position: absolute;
  width: 366px;
  height: 100%;
  padding: 46px;
  top: 0;
  right: 0;
  color: #FFF;
  font-size: 30px;
  font-weight: 400;
  line-height: 1.2;
}

.chairman-gallery .date {
  color: #FEFE01;
  font-size: 30px;
  display: block;
  margin: 0 0 37px;
  font-weight: 100;
  line-height: 30px;
  letter-spacing: 0.059px;
}

.chairman-gallery .load-more {
  text-align: center;
  display: block;
  margin: -40px 0 100px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.chairman-gallery .load-more:hover {
  text-decoration: underline;
}

.chairman-gallery span {
  position: relative;
  overflow: hidden;
  display: block;
}

.chairman-gallery .label {
  position: absolute;
  background: #014292 url(../images/icon-video.png) no-repeat left 10px center;
  background-size: 26px auto !important;
  right: 7px;
  bottom: 6px;
  color: #FEFEFE;
  font-size: 12px;
  z-index: 10;
  font-weight: 500;
  padding: 14px 12px 12px 44px;
  line-height: 12px;
}

.chairman-gallery .label.photo {
  background: #014292 url(../images/svg/camera.svg) no-repeat left 10px center;
}

.chairman-gallery .name {
  color: #FFF;
  text-align: center;
  font-size: 18px;
  display: block;
  font-weight: 300;
  margin: 23px 0 19px;
  line-height: 1.2;
}

.chairman-gallery .date-small {
  color: #FFF;
  font-size: 12px;
  display: block;
  text-align: center;
  font-weight: 500;
  line-height: 1;
  opacity: 0.6;
}

.chairman-gallery .select2-selection__arrow {
  position: absolute !important;
}

.chairman-gallery .js-albums-wrap a {
  -ms-flex: auto 0 0px;
  flex: auto 0 0;
  max-width: calc(33.3% - 27px);
}

.news-list--style .name {
  margin: 0 0 14px;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.2;
}

.news-list--style .row {
  margin-top: 2px;
}

.news-list--style .row span {
  color: #0F173B;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
}

.news-list--style .preview {
  min-width: 262px;
  width: 262px;
}

.chairman-articles {
  overflow: hidden;
  padding: 16px 0 0;
  background: linear-gradient(to top, #24358A, #004DAB);
  position: relative;
  z-index: 4;
}

.chairman-articles h1 {
  margin: 0 0 15px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.chairman-articles h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.chairman-articles .row {
  gap: 30px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
}

.chairman-articles .date {
  color: #FFF;
  font-size: 15px;
  font-weight: 300;
  line-height: 1.2;
  margin: 0 0 13px;
}

.chairman-articles .photo {
  margin: 0 -30px 0 auto;
  position: relative;
  min-width: 638px;
  width: 638px;
  height: 522px;
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.chairman-articles .photo img {
  width: 704px;
  height: auto;
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: -3px;
}

.chairman-articles .text {
  color: #FFF;
  padding: 83px 0 0 0;
  font-size: 20px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.2;
}

.chairman-articles .text li {
  padding: 18px 0 0 30px;
  position: relative;
}

.chairman-articles .text li:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #FEFE01;
  transform: skew(-10deg);
  position: absolute;
  top: 23px;
  left: 1px;
}

.chairman-articles .text a {
  color: #FEFE01;
  text-decoration: underline;
}

.chairman-articles .text a:hover {
  text-decoration: none;
}

.chairman-articles .text p {
  margin: 0 0 24px;
}

.chairman-articles h2 {
  color: #F7EB07;
  font-size: 30px;
  font-weight: 300;
  margin: 0 0 26px;
  line-height: 1.2;
}

.about-nav--bg {
  position: relative;
}

.about-nav--bg:after {
  bottom: 0;
  left: 0;
  height: 50%;
  width: 100%;
  content: "";
  position: absolute;
  display: inline-block;
  background: #fff;
}

.services-masthead {
  position: relative;
  overflow: hidden;
  padding: 61px 0 0;
  background: linear-gradient(to top, #24358A, #004DAB);
  z-index: 4;
}

.services-masthead h1 {
  margin: 0 0 40px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.services-masthead h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.services-masthead .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
}

.services-masthead .select2 {
  margin-top: -200px;
  position: relative;
  z-index: 10;
  min-width: 545px;
}

.services-masthead .img {
  width: 515px;
  height: 628px;
  position: relative;
}

.services-masthead img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
}

.services-masthead .select2-selection {
  height: 87px;
}

.services-masthead .select2-selection__rendered {
  font-size: 26px;
  padding: 22px 90px 21px 32px;
}

.services-masthead .select2-selection__arrow {
  width: 90px;
}

.services-masthead .select2-selection__arrow b {
  right: 35px;
  background-size: 50px;
  width: 30px;
  height: 30px;
  top: 28px;
}

.services-masthead .btn,
.services-masthead .search-form button,
.search-form .services-masthead button {
  position: relative;
  z-index: 5;
}

.services-masthead .bottom {
  position: absolute;
  bottom: 103px;
  left: 133px;
  color: #9ECAFF;
  font-size: 18px;
  font-style: italic;
  font-weight: 300;
  line-height: 18px;
  text-align: center;
  letter-spacing: 0.07px;
}

.services-masthead .format {
  display: inline-block;
  color: #FEFEFE;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  padding: 12px 13px 12px 25px;
  margin: 20px 0 -20px -27px;
  line-height: 15px;
  top: 7px;
  letter-spacing: 0.938px;
  position: relative;
  z-index: 2;
}

.services-masthead .format:after {
  content: "";
  background: #C7231F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  z-index: -1;
}

.logos-list {
  background: #004DAB;
  position: relative;
  padding: 106px 0 200px;
}

.logos-list .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
}

.logos-list a {
  display: block;
  -ms-flex: 25% 1 0px;
  flex: 25% 1 0;
  text-align: center;
}

.pluses-list {
  color: rgba(254, 254, 254, 0.67);
  background: #004DAB;
  text-align: center;
  font-size: 14px;
  padding: 81px 0 131px;
  font-weight: 300;
  line-height: 1.2;
}

.pluses-list .title-item {
  color: #FEFEFE;
  font-size: 33px;
  font-weight: 100;
  line-height: 1.2;
  margin: 0 0 40px;
  text-align: left;
}

.pluses-list .list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 3px 0;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.pluses-list .item1 {
  padding-top: 43px;
}

.pluses-list .item {
  max-width: 435.632px;
  width: 50%;
}

.pluses-list .item3 {
  width: 100%;
  max-width: 100%;
}

.pluses-list p,
.pluses-list span {
  display: block;
  max-width: 435.632px;
  margin: 0 auto;
}

.pluses-list img {
  width: 52px;
  display: block;
  margin: 0 auto 22px;
}

.pluses-list p {
  color: #FEFEFE;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -0.018px;
  margin-bottom: 18px;
}

.services-new-small:before {
  top: 0;
  left: 0;
  height: 100%;
}

.form-member {
  position: relative;
  overflow: hidden;
  padding: 61px 0 113px;
  background: linear-gradient(to top, #24358A, #004DAB);
  z-index: 4;
}

.form-member h1 {
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.form-member h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.form-member .top {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  margin: 0 0 75px;
}

.form-member .select2 {
  min-width: 236px;
}

.form-member .form {
  width: 100%;
  max-width: 545px;
  margin: 0 auto;
  text-align: center;
}

.form-member .form-item {
  margin: 0 0 29px;
  text-align: left;
}

.form-member .form-item .select2 {
  min-width: 100%;
}

.form-member .form-item .select2-selection {
  height: 70px;
}

.form-member .polit {
  margin: 0 0 57px;
  text-align: left;
}

.form-member .form-item .select2-selection__rendered,
.form-member .form-item--file span,
.form-member textarea,
.form-member input {
  font: 400 25px "Roboto", sans-serif;
  height: 70px;
  display: block;
  width: 100%;
  border: 1px solid #075DC7;
  background: #075DC7;
  color: #FEFEFE;
  padding: 0 70px 0 36px;
  border-radius: 4px;
}

.form-member .form-item .select2-selection__rendered::-webkit-input-placeholder,
.form-member .form-item--file span::-webkit-input-placeholder,
.form-member textarea::-webkit-input-placeholder,
.form-member input::-webkit-input-placeholder {
  color: #FEFEFE;
}

.form-member .form-item .select2-selection__rendered::-moz-placeholder,
.form-member .form-item--file span::-moz-placeholder,
.form-member textarea::-moz-placeholder,
.form-member input::-moz-placeholder {
  color: #FEFEFE;
}

.form-member .form-item .select2-selection__rendered:-moz-placeholder,
.form-member .form-item--file span:-moz-placeholder,
.form-member textarea:-moz-placeholder,
.form-member input:-moz-placeholder {
  color: #FEFEFE;
}

.form-member .form-item .select2-selection__rendered:-ms-input-placeholder,
.form-member .form-item--file span:-ms-input-placeholder,
.form-member textarea:-ms-input-placeholder,
.form-member input:-ms-input-placeholder {
  color: #FEFEFE;
}

.form-member .form-item .select2-selection__rendered {
  line-height: 30px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-member .form-item .select2-selection__arrow b {
  top: 19px;
}

.form-member textarea {
  height: 210px;
  padding-top: 20px;
  resize: none;
}

.form-member .js-datepicker {
  background: #075DC7 url(../images/svg/calendar2.svg) no-repeat right 21px center;
  background-size: 36px auto;
}

.form-member .btn,
.form-member .search-form button,
.search-form .form-member button {
  padding: 18px 44px;
  font-size: 16px;
}

.form-member .form-item--file span {
  padding-top: 20px;
  cursor: pointer;
  padding-bottom: 20px;
  height: auto !important;
  min-height: 70px;
  line-height: 30px;
}

.form-member .form-item--file input {
  position: absolute;
  bottom: 100%;
  right: 100%;
  opacity: 0;
  visibility: hidden;
}

.error input {
  border-color: red !important;
}

.error .icon {
  box-shadow: inset 0 0 1px 1px red;
}

.checkbox {
  position: relative;
  overflow: hidden;
  margin: 0 0 10px;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox input {
  position: absolute;
  bottom: 100%;
  opacity: 0;
  visibility: hidden;
  padding: 0;
  margin: 0;
  width: 0;
  height: 0;
  box-sizing: border-box;
  right: 100%;
}

.checkbox input:checked + .icon:after {
  opacity: 1;
}

.checkbox label {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  color: #9EC9FF;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.2;
  overflow: hidden;
}

.checkbox span {
  display: block;
  overflow: hidden;
}

.checkbox .icon {
  background: #075DC7;
  width: 45px;
  min-width: 45px;
  height: 44px;
  position: relative;
  float: left;
  margin: 0 25px 0 0;
  border-radius: 4px;
}

.checkbox .icon:after {
  content: "";
  position: absolute;
  opacity: 0;
  width: 28px;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  height: 22px;
  background: url(../images/check.png) no-repeat;
  background-size: contain;
}

.js-datepicker {
  cursor: pointer;
}

.team-member {
  position: relative;
  overflow: hidden;
  padding: 61px 0 118px;
  background: linear-gradient(to top, #24358A, #004DAB);
  z-index: 4;
}

.team-member h1 {
  margin: 0 0 54px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.team-member h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.team-member .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 72px;
  -ms-flex-align: start;
  align-items: flex-start;
}

.team-member .left {
  margin: -7px 0 0;
  min-width: 430px;
  width: 430px;
  color: #FFF;
  font-size: 14px;
  text-align: center;
  font-style: normal;
  padding: 0 0 30px;
  font-weight: 400;
  line-height: 14px;
  letter-spacing: 0.109px;
}

.team-member .left span {
  display: block;
  margin: 0 0 12px;
}

.team-member .left img {
  width: 100%;
  display: block;
  height: auto;
}

.team-member .left .photo {
  position: relative;
  z-index: 2;
  margin: 0 0 53px;
}

.team-member .left .photo:after {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: -1;
  background: #143E87;
  content: "";
}

.team-member .left .format {
  display: inline-block;
  color: #FEFEFE;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  padding: 12px 13px 12px 25px;
  margin: 20px 0 -20px -27px;
  line-height: 15px;
  top: 7px;
  letter-spacing: 0.938px;
  position: relative;
  z-index: 2;
}

.team-member .left .format:after {
  content: "";
  background: #C7231F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  z-index: -1;
}

.team-member .left .tel {
  color: #FFF;
  font-size: 33px;
  font-weight: 300;
  line-height: 33px;
  display: block;
  margin: 0 0 44px;
}

.team-member .left .btn,
.team-member .left .search-form button,
.search-form .team-member .left button {
  position: relative;
  z-index: 5;
}

.team-member .in {
  width: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.team-member .js-scroll {
  height: 615px;
  color: #FFF;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.2;
}

.team-member .js-scroll b,
.team-member .js-scroll strong {
  color: #FEFE01;
  font-weight: 400;
}

.team-member .js-scroll p {
  margin: 0 0 25px;
}

.mCSB_scrollTools .mCSB_draggerRail {
  background: #6F9DCE;
}

.about-team--small {
  padding: 78px 0 84px;
}

.about-team--small .title-item {
  color: #FEFEFE;
  font-size: 33px;
  font-weight: 100;
  line-height: 1.2;
  text-align: left;
  display: block;
  width: 100%;
  max-width: 100%;
  margin: 0 0 43px;
}

.about-team--small .title-item:after {
  display: none;
}

.team-filter {
  position: relative;
  overflow: hidden;
  padding: 61px 0 48px;
  background: linear-gradient(to top, #24358A, #004DAB);
  z-index: 4;
}

.team-filter h1 {
  margin: 0 0 85px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.team-filter h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.team-filter .form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #FFF;
  font-size: 16px;
  gap: 31px;
  font-weight: 400;
  line-height: 1;
}

.team-filter .or {
  line-height: 44px;
}

.team-filter .form-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
  position: relative;
  padding: 0 15px 0 0;
}

.team-filter .btn,
.team-filter .search-form button,
.search-form .team-filter button {
  position: absolute;
  right: 0;
  top: 0;
}

.team-filter textarea,
.team-filter input {
  font: normal 400 16px/16px "Roboto", sans-serif;
  background: #075DC7;
  width: 100%;
  border-radius: 4px 0 0 4px;
  padding: 11px 121px 13px 23px;
  display: block;
  border: none;
  color: #FFF;
  border-right: 4px;
}

.team-filter textarea::-webkit-input-placeholder,
.team-filter input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.team-filter textarea::-moz-placeholder,
.team-filter input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.team-filter textarea:-moz-placeholder,
.team-filter input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.team-filter textarea:-ms-input-placeholder,
.team-filter input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
}

.team-filter textarea {
  height: 120px;
  resize: none;
}

.team-filter .select2 {
  min-width: 100% !important;
  width: 100% !important;
}

.team-filter .from-select1 {
  min-width: 236px;
}

.team-filter .from-select2 {
  min-width: 333px;
}

.personal-list--full {
  padding: 103px 0 0 0;
  text-align: center;
  background: #004DAB;
}

.personal-list--full .load-more {
  display: inline-block;
  color: #FFF;
  text-decoration: underline;
  font-size: 16px;
  font-weight: 400;
  line-height: 16px;
  opacity: 0.5;
}

.personal-list--full .load-more:hover {
  color: #F5F219;
  opacity: 1;
}

.personal-list--full .personal-list {
  padding: 0 11px 7px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 24px;
}

.personal-list--full .preview {
  width: 159px;
  min-width: 159px;
  height: 159px;
  border-radius: 100%;
  border: 5px solid #fff;
  text-align: left;
  overflow: hidden;
}

.personal-list--full .preview img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.personal-list--full small {
  margin: 8px 0;
  display: block;
}

.personal-list--full small:first-child {
  margin-top: auto;
}

.personal-list--full a {
  color: #F5F219;
  font-size: 16px;
  font-weight: 400;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  line-height: 1.2;
  text-align: left;
  margin: 0 0 75px;
}

.personal-list--full p {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.zhirinovsky-80 {
  background: url(../images/bg6.jpg) no-repeat center;
  background-size: cover;
  position: relative;
  overflow: hidden;
  padding: 64px 0 49px;
}

.zhirinovsky-80 h1 {
  margin: 0 0 20px;
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.zhirinovsky-80 h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.zhirinovsky-80 p {
  margin: 0 0 17px;
}

.zhirinovsky-80 .text {
  color: #FFF;
  font-size: 14px;
  font-style: italic;
  font-weight: 500;
  border-bottom: 1px solid #fff;
  padding: 50px 51px 28px;
  line-height: 1.2;
  max-width: 362px;
}

.zhirinovsky-80 .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 30px;
}

.zhirinovsky-80 .photo {
  max-width: 656px;
  margin: -72px 0 0 auto;
}

.events-list {
  background: #004DAB;
  color: #FFF;
  font-size: 18px;
  font-weight: 300;
  padding: 100px 0 174px;
  line-height: 1.2;
}

.events-list .title-item {
  color: #FFF;
  font-size: 33px;
  position: relative;
  font-weight: 100;
  padding: 0 0 28px;
  line-height: 1.2;
  margin: 0 0 40px;
}

.events-list .title-item:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.events-list .js-scroll {
  margin: 98px 0 0;
  height: 600px;
}

.events-list .item {
  display: -ms-flexbox;
  display: flex;
  color: #FFF;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  gap: 71px;
  margin: 39px 0 0;
}

.events-list .item:first-child {
  margin-top: 0;
}

.events-list .date {
  color: #FFF;
  font-size: 60px;
  font-weight: 100;
  min-width: 100px;
  width: 100px;
  line-height: 1;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.events-list .date small {
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
  display: block;
}

.events-list .photo {
  margin: 0 0 0 -25px;
  min-width: 168px;
  width: 168px;
}

.events-list .photo img {
  width: 168px;
  height: 168px;
  display: block;
  object-fit: cover;
  border-radius: 100%;
}

.events-list .text {
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.events-list p {
  margin: 0 0 10px;
}

.events-list a {
  color: #FEFE01;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.2;
  text-decoration: underline;
}

.events-list a:hover {
  text-decoration: none;
}

.quote-carousel {
  background: #1F5BC6 url(../images/quote.png) no-repeat top -68px right 200px;
  padding: 84px 0 86px;
  color: #FFF;
  background-size: 337px auto;
  font-size: 26px;
  font-weight: 300;
  line-height: 1.2;
}

.quote-carousel .title-item {
  position: relative;
  color: #FFF;
  padding: 0 0 29px;
  font-size: 33px;
  font-weight: 100;
  line-height: 1.2;
  margin: 0 0 67px;
}

.quote-carousel .title-item:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.quote-carousel .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 65px;
  background: none;
  border: none;
  color: white;
  z-index: 10;
  padding: 5px;
  cursor: pointer;
}

.quote-carousel .slick-arrow:hover {
  color: #FEFE01;
}

.quote-carousel .slick-arrow svg {
  width: 45px;
  height: 45px;
}

.quote-carousel .slick-prev {
  right: auto;
  left: 15px;
}

.quote-carousel .slick-slide .carousel-item {
  gap: 50px;
  display: -ms-flexbox !important;
  display: flex !important;
}

.quote-carousel .left {
  min-width: 160px;
  text-align: center;
}

.quote-carousel .name {
  margin: 0 0 8px;
  color: #FFF;
  font-size: 18px;
  font-weight: 400;
  line-height: 1;
}

.quote-carousel .pos {
  color: #F5F219;
  font-size: 14px;
  font-weight: 400;
  line-height: 1;
  /* 100% */
}

.quote-carousel .photo {
  width: 160px;
  min-width: 160px;
  overflow: hidden;
  border: 5px solid #fff;
  height: 160px;
  display: block;
  margin: 0 0 17px;
  border-radius: 100%;
}

.quote-carousel .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.quote-carousel_in {
  margin: 0 108px 0 106px;
}

.quote-carousel_in .slick-arrow {
  margin: 0 -136px;
}

.zhirinovsky-80_bottom {
  padding: 120px 0;
  background: #004DAB;
}

.zhirinovsky-80_bottom .item {
  line-height: 1.2;
  font-size: 24px;
  font-weight: 100;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
  color: #fff;
  padding: 41px 30px 40px;
  border: 1px solid #fff;
  border-radius: 4px;
}

.zhirinovsky-80_bottom p {
  margin: 0 0 24px;
}

.zhirinovsky-80_bottom .btn,
.zhirinovsky-80_bottom .search-form button,
.search-form .zhirinovsky-80_bottom button {
  z-index: 6;
}

.zhirinovsky-80_bottom .format {
  display: inline-block;
  color: #FEFEFE;
  font-size: 15px;
  font-style: italic;
  font-weight: 900;
  padding: 12px 13px 12px 25px;
  margin: 20px 0 -20px -27px;
  line-height: 15px;
  top: 7px;
  letter-spacing: 0.938px;
  position: relative;
  z-index: 2;
}

.zhirinovsky-80_bottom .format:after {
  content: "";
  background: #C7231F;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  transform: skew(-10deg);
  z-index: -1;
}

.zhirinovsky-80_bottom .row {
  max-width: 979px;
  margin: 0 auto;
  display: -ms-flexbox;
  display: flex;
  gap: 59px;
}

#map {
  position: relative;
  overflow: hidden;
  height: 500px;
}

.contacts-info {
  padding: 55px 0 0;
  overflow: hidden;
  position: relative;
  background: linear-gradient(to top, #24358A, #004DAB);
}

.contacts-info .top {
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 5;
  margin: 0 0 15px;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 20px;
}

.contacts-info .select2 {
  min-width: 237px;
}

.contacts-info h1 {
  color: #FEFE01;
  font-size: 44px;
  position: relative;
  font-weight: 100;
  line-height: 1.2;
  padding: 0 0 22px;
}

.contacts-info h1:after {
  border-bottom: 1px solid currentColor;
  width: 78px;
  height: 1px;
  position: absolute;
  content: "";
  bottom: 0;
  left: 0;
}

.contacts-info .row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.contacts-info .photo {
  margin: 0 124px 0 auto;
  width: 489px;
  -ms-flex-item-align: end;
  align-self: flex-end;
  height: 558px;
  position: relative;
}

.contacts-info .photo img {
  position: absolute;
  width: 620px;
  bottom: -3px;
  left: 50%;
  transform: translateX(-50%);
}

.contacts-info .big {
  color: #FFF;
  font-size: 32px;
  font-weight: 300;
  margin: 0 0 74px;
  line-height: 1.2;
}

.contacts-info .text {
  padding: 56px 0 0;
  -ms-flex-positive: 1;
  flex-grow: 1;
  color: #FFF;
  font-size: 18px;
  line-height: 1.2;
}

.contacts-info .text a:not(.btn) {
  text-decoration: underline;
  color: #FDFD01;
  font-weight: 400;
}

.contacts-info .text a:not(.btn):hover {
  text-decoration: none;
}

.contacts-info .btn,
.contacts-info .search-form button,
.search-form .contacts-info button {
  margin: 51px 0 0;
}

.contacts-info p {
  margin: 0 0 21px;
}

.contacts-info span {
  font-weight: 300;
}

.search-form {
  padding: 30px 0;
  position: relative;
}

.search-form button {
  margin: 0 !important;
}

.search-form form {
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.search-form .form-item {
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.search-form input {
  line-height: 44px;
  color: #FFF;
  font-weight: 300;
  font-size: 16px;
  width: 100%;
  display: block;
  font-style: normal;
  padding: 0 25px;
  border: none;
  background: #075DC7;
  border-radius: 6px;
  height: 44px;
}

.text li {
  margin: 0 0 9px;
}

.footer {
  background: #162D67;
  padding: 47px 0 38px;
}

.footer_top {
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid rgba(255, 255, 255, 0.65);
  gap: 10px;
  padding: 0 0 58px;
  margin: 0 0 44px;
}

.footer_top .nav a {
  color: #FFF;
  font-size: 15px;
  font-weight: 400;
  line-height: 27px;
}

.footer_top .nav a:hover {
  text-decoration: underline;
}

.footer_top .right {
  margin-left: auto;
  text-align: right;
  padding: 4px 0 0;
}

.footer_top .right span {
  display: block;
  color: #B3BDC5;
  font-size: 13px;
  font-weight: 400;
  line-height: 13px;
  letter-spacing: 0.051px;
}

.footer_top .tel {
  color: #FFF;
  font-size: 36px;
  font-weight: 300;
  line-height: 36px;
  letter-spacing: 0.492px;
  margin: 0 0 8px;
  display: block;
}

.logos {
  display: -ms-flexbox;
  display: flex;
  gap: 5px;
  margin: 0 37px 0 0;
}

.logos img {
  display: block;
}

.footer-nav {
  display: -ms-flexbox;
  display: flex;
}

.footer-nav .col {
  width: 25%;
  min-width: 25%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}

.footer-nav .title {
  color: #FFF;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  margin: 0 0 22px;
}

.footer-nav .title:hover {
  text-decoration: underline;
}

.footer-nav ul {
  margin: 0 0 43px;
}

.footer-nav a {
  color: #B3BDC5;
  font-size: 14px;
  display: block;
  font-weight: 400;
  line-height: 27px;
}

.footer-nav a:hover {
  color: #fff;
}

.footer-nav .active a {
  color: #fefe01;
}

.footer-bottom {
  color: #B3BDC5;
  margin: 62px 0 0;
  padding: 38px 0 0;
  font-size: 13px;
  border-top: 1px solid rgba(255, 255, 255, 0.65);
  font-style: normal;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  line-height: 18px;
}

.footer-bottom a {
  color: #B3BDC5;
  display: block;
}

.footer-bottom a:hover {
  color: #fff;
}

.footer-bottom .col {
  width: 27%;
  min-width: 27%;
  box-sizing: border-box;
  padding: 0 30px 0 0;
}

.footer-bottom .made {
  opacity: 0.65;
  margin-left: auto;
}

.footer-bottom .made img {
  display: block;
}

.footer-bottom .made:hover {
  opacity: 1;
}

.footer-social {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 0 auto;
  gap: 32px;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 12px 0 0 0;
}

.footer-social svg {
  transition: all 0.2s linear;
  display: block;
}

.footer-social a {
  height: 22px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social a:hover svg {
  transform: scale(1.3);
}

.error-page .crumbs {
  background: none !important;
}

.error-page .about-comp-full .img {
  bottom: 28px;
}

.error-page h1 {
  font-size: 100px;
}

.bvi-body .labels span:after {
  background: none !important;
}

body .bvi-body .select2-selection__arrow b:after {
  content: "+";
}

html body .bvi .bvi-btn-group > .bvi-btn,
html body .bvi .bvi-btn-group-vertical > .bvi-btn {
  z-index: 14;
}

.popup-region {
  width: 440px;
  background: #fff;
  border-radius: 0;
  display: none;
  font-size: 16px;
  padding: 26px 22px;
  line-height: 1.2;
  color: #171A1C;
}

.popup-region .title-item {
  color: #004DAB;
  font-size: 21px;
  padding: 0 0 12px;
  margin: 0 0 20px;
  position: relative;
  line-height: 1;
}

.popup-region .title-item:after {
  background: currentColor;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  content: "";
  width: 75px;
}

.popup-region .form-item {
  margin: 0 0 34px;
}

.popup-region input {
  border: 1px solid #ABB5BE;
  border-radius: 10px;
  padding: 0 20px;
  height: 53px;
  width: 100%;
  display: block;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 16px;
}

.popup-region input::-webkit-input-placeholder {
  color: #8196A8;
}

.popup-region input::-moz-placeholder {
  color: #8196A8;
}

.popup-region input:-moz-placeholder {
  color: #8196A8;
}

.popup-region input:-ms-input-placeholder {
  color: #8196A8;
}

.popup-region ul {
  max-height: 40vh;
  overflow: auto;
  padding: 0 6px;
}

.popup-region li {
  margin: 26px 0 0;
}

.popup-region li:first-child {
  margin: 0;
}

.popup-region a {
  color: inherit;
}

.popup-region a:hover {
  text-decoration: underline;
}

.popup-region .empty {
  display: none;
  padding: 20px;
  text-align: center;
}

.popup-region .fancybox-close-small {
  padding: 6px;
  right: 11px;
  top: 16px;
  opacity: 0.5;
}

.popup-region .fancybox-close-small:hover {
  opacity: 1;
}

.fancybox-bg {
  background: #004DAB;
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.21;
}

.popup-project {
  width: 652px;
  background: #fff;
  border-radius: 0;
  display: none;
  font-size: 16px;
  padding: 27px 32px;
  line-height: 1.2;
  color: #333;
}

.popup-project .title-item {
  color: #004DAB;
  font-size: 21px;
  padding: 0 0 12px;
  margin: 0 0 20px;
  position: relative;
  line-height: 1;
}

.popup-project .title-item:after {
  background: currentColor;
  position: absolute;
  bottom: 0;
  height: 1px;
  left: 0;
  content: "";
  width: 75px;
}

.popup-project .fancybox-close-small {
  padding: 6px;
  right: 11px;
  top: 16px;
  opacity: 0.5;
}

.popup-project .fancybox-close-small:hover {
  opacity: 1;
}

.popup-project .link {
  color: #004DAB;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: block;
  margin: 8px 0 0;
}

.popup-project .link:hover {
  text-decoration: underline;
}

.popup-project .preview {
  min-width: 157px;
  width: 157px;
}

.popup-project .list {
  max-height: 50vh;
  overflow: auto;
  padding: 0 10px 10px 0;
}

.popup-project .item {
  display: -ms-flexbox;
  display: flex;
  margin: 0 0 22px;
  color: #171A1C;
  font-size: 13px;
  font-weight: 400;
  padding: 17px 0 0;
  line-height: 1.2;
  gap: 28px;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #D5DADE;
}

.popup-project .item:first-child {
  border-top: none;
}

.popup-project img {
  width: 100%;
  height: auto;
  display: block;
}

.popup {
  display: none;
  border-radius: 0;
  background: #fff;
  font-size: 16px;
  padding: 27px 32px;
  line-height: 1.2;
  color: #333;
  width: 700px;
}

.popup .wrapper {
  padding: 0;
}

.popup .form-member {
  padding: 0;
  margin: 0;
  background: none;
}

.popup .form-member h1 {
  color: #004DAB;
}

@media screen and (max-width: 1800px) {
  .services_carousel .slick-arrow {
    right: 40px;
    margin: 0;
    transform: none;
  }
}

@media screen and (max-width: 1680px) {
  .home-partiya_carousel {
    margin: 0 80px 70px 50px;
  }

  .home-partiya_carousel .slick-arrow {
    margin: 0 -110px 0 -65px;
  }
}

@media screen and (max-width: 1240px) {
  .base-route .title-item,
  .title-item {
    font-size: 55px;
    line-height: 1.3;
  }

  .small-label {
    font-size: 24px;
  }

  .nav-menu ul a {
    font-size: 13px;
    padding: 11px 5px;
  }

  .small-news_left {
    width: 75%;
    margin: 0;
  }

  .small-news_left .preview {
    width: 100%;
    height: 275px;
  }

  .logos {
    margin: 0 15px 0 0;
  }

  .logo {
    margin: 0 10px 0 0;
  }

  .logo img {
    width: 160px;
  }

  .header .top {
    padding: 0 0 7px;
    gap: 12px;
  }

  .header .top a {
    font-size: 13px;
  }

  .header .in {
    padding: 0 10px;
  }

  .header_social {
    margin: 0 0 0 30px;
    gap: 25px;
  }

  .logo-right {
    margin: -10px -16px -7px -5px;
  }

  .logo-right img {
    width: 115px;
  }

  .about-comp {
    -ms-flex-align: center;
    align-items: center;
    font-size: 20px;
    line-height: 1.2;
    display: -ms-flexbox;
    display: flex;
  }

  .about-comp .wrapper {
    -ms-flex-align: center;
    align-items: center;
  }

  .about-comp .preview {
    width: 33%;
    min-width: 33%;
  }

  .about-comp .text_in {
    max-width: 800px;
    padding: 0 28px 0 0;
  }

  .about-team_big .wrapper {
    padding: 0 20px;
  }

  .about-team_big .info {
    padding: 30px 30px 40px 30px;
  }

  .about-team .photo {
    width: 465px;
    min-width: 465px;
  }

  .news-list .news-big .preview {
    width: 575px;
    min-width: 575px;
    margin: 0 40px 0 0;
  }

  .news-list .small-news_list {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .news-list .small-news_list a {
    margin: 0;
    animation-delay: 0s !important;
    padding: 0 0 40px;
    border-bottom: 1px solid #D3D8DF !important;
  }

  .news-list .small-news_list a:last-child {
    border-bottom: none !important;
  }

  .news-list .news-big .preview {
    width: 475px;
    min-width: 475px;
    margin: 0 40px 0 0;
  }

  .about-comp-full .img {
    right: -90px;
  }

  .about-comp-full .left {
    width: 440px;
    line-height: 24px;
  }

  .about-comp-full_bottom ul {
    gap: 35px;
  }

  .about-nav a {
    padding: 8px 3px 9px;
  }

  .about-structure .tab-content {
    right: -144px;
    height: 100%;
  }

  .about-library_nav {
    margin: 0 50px 0 0;
  }

  .about-library-newspaper_big {
    gap: 35px;
  }

  .about-rules .row {
    gap: 40px;
  }

  .about-rules_content {
    width: 33.3%;
    min-width: 33.3%;
  }

  .about-rules_content ul {
    padding: 44px 44px 28px;
  }

  .chairman-bio .photo {
    margin: 0;
    min-width: 500px;
    width: 500px;
  }

  .chairman-citate .photo {
    min-width: 501px;
    width: 501px;
    margin: -99px 0 0 5px;
  }

  .chairman-citate .text {
    padding-bottom: 50px;
  }

  .chairman-gallery {
    padding-bottom: 50px;
  }

  .chairman-gallery .big,
  .chairman-gallery a {
    margin-bottom: 0;
  }

  .chairman-gallery .load-more {
    margin: 60px 0;
  }

  .about-program .preview {
    min-width: 400px;
    width: 400px;
    margin: 0 -100px 0 0;
  }

  .about-program .preview img {
    width: 700px;
    margin: 0 0 0 -300px;
  }

  .about-program .row {
    display: block;
  }

  .about-program .preview {
    margin: 0 auto;
  }

  .about-program .preview img {
    margin: 0 0 0 -160px;
  }

  .program-text .wrapper {
    gap: 30px;
  }

  .program-text .wrapper:after {
    display: none;
  }

  .program-text_left {
    min-width: 300px;
    width: 300px;
  }

  .program-text_left ul {
    padding: 19px 30px 26px;
  }

  .services-masthead .img {
    width: 500px;
    height: 420px;
  }

  .services-masthead img {
    width: 600px;
  }

  .team-filter .from-select2 {
    min-width: 300px;
  }

  .services-masthead .bottom {
    bottom: 44px;
  }

  .services-new_top .text,
  .services-new_bottom .text {
    padding: 30px;
  }

  .services-new_top .slick-arrow,
  .services-new_bottom .slick-arrow {
    margin: 0 -15px;
  }

  .home-partiya_nav {
    font-size: 14px;
  }

  .home-partiya_nav .item {
    max-width: 125px;
  }

  .home-partiya_nav i {
    width: 100px;
    height: 100px;
  }

  .zhirinovsky-80 .photo {
    width: 50%;
  }

  .zhirinovsky-80 .photo img {
    width: 100%;
  }

  .events-list {
    padding: 70px 0;
  }

  .quote-carousel {
    background-position: top -68px left 700px;
  }

  .chairman-articles .photo {
    margin: 0 -30px 0 auto;
    min-width: 538px;
    width: 538px;
  }
}

@media screen and (max-width: 1023px) {
  .nav-menu {
    display: none;
    z-index: 21;
  }

  .nav-menu .has-child {
    display: -ms-flexbox;
    display: flex;
    color: #004DAB;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
  }

  .nav-menu .has-child i {
    float: right;
    position: relative;
    bottom: 0;
    margin: 0;
    left: 0;
  }

  .nav-menu .has-child:hover i {
    transform: scale(1);
  }

  .nav-menu .has-child:hover .drop {
    display: none;
  }

  .nav-menu .has-child.open i {
    transform: scale(-1) !important;
  }

  .nav-menu .has-child.open .drop {
    display: block !important;
  }

  .nav-menu .drop {
    position: static;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
    background: linear-gradient(to bottom, #0B48A1, #0A54AE);
    padding: 20px;
  }

  .nav-menu .drop a {
    padding: 0 10px;
    color: #fff;
  }

  .nav-menu .active {
    background: #FEFE01;
  }

  .nav-menu .active > i,
  .nav-menu .active > a {
    color: #004DAB !important;
  }

  .logo {
    margin: 0 80px 0 0;
  }

  .logo img {
    height: 70px;
    width: auto;
  }

  .logo-right {
    top: 0;
    margin: 0;
    left: 164px;
    position: absolute;
  }

  .logo-right img {
    width: auto;
    height: 70px;
  }

  .header {
    padding: 20px 0 15px;
  }

  .header .in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding: 0 0 0 15px;
    margin: 16px 0 60px;
  }

  .header .top {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    gap: 10px;
    padding: 0 20px;
  }

  .header .top a {
    font-size: 14px;
    gap: 5px;
  }

  .header .top img {
    max-width: 20px;
  }

  .header .top-logo img {
    width: auto;
    max-width: none;
    height: 15px;
  }

  .header_search input {
    height: 40px;
  }

  .header_social {
    margin: 0 60px 0 20px;
  }

  .masthead {
    padding: 60px 0;
  }

  .masthead .btn,
  .masthead .search-form button,
  .search-form .masthead button {
    line-height: 48px;
    height: 170px;
    font-size: 40px;
    gap: 17px;
    padding: 11px 80px;
  }

  .small-label {
    font-size: 18px;
    line-height: 1.3;
  }

  .base-route .title-item,
  .title-item {
    font-size: 40px;
  }

  .about-comp {
    font-size: 16px;
    padding: 60px 0;
  }

  .more-about-comp {
    padding: 60px 0;
  }

  .more-about-comp .btn,
  .more-about-comp .search-form button,
  .search-form .more-about-comp button {
    margin: 31px 0 5vh -11px;
  }

  .base-route {
    padding: 60px 0;
  }

  .base-route small {
    max-width: 100%;
  }

  .base-route .in {
    max-width: 330px;
  }

  .base-route .big {
    max-width: 497px;
    padding: 7px 20px 23px 10px;
    font-size: 30px;
    margin: 0 0 20px;
  }

  .base-route .btn,
  .base-route .search-form button,
  .search-form .base-route button {
    margin: 30px 0 0;
  }

  .base-route .slick-dots {
    padding: 20px 0 0;
  }

  .services {
    padding: 60px 0;
  }

  .services-row {
    padding: 0;
  }

  .services-row .left {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 0 0 30px;
    text-align: center;
    min-width: 100%;
    max-width: 100%;
  }

  .services_carousel {
    padding: 0 60px;
  }

  .services_carousel .slick-arrow {
    right: 10px;
  }

  .services_carousel .slick-prev {
    display: block !important;
    left: 10px;
    right: auto;
  }

  .about-team {
    padding: 60px 0;
  }

  .about-team .photo {
    width: 45%;
    min-width: 45%;
  }

  .about-team .btn,
  .about-team .search-form button,
  .search-form .about-team button {
    margin: 10px -71px -67px 0;
    float: right;
    padding: 30px 53px 36px;
    font-size: 28px;
  }

  .about-team .info {
    font-size: 16px;
  }

  .about-team h4 {
    margin: 0 0 20px;
  }

  .about-team_big {
    background-position: bottom 80px center !important;
  }

  .small-news {
    padding: 60px 0;
  }

  .small-news .row {
    display: block;
  }

  .small-news .row .row {
    display: -ms-flexbox;
    display: flex;
  }

  .small-news .preview {
    width: 33.3%;
    margin: 0 30px 15px 0;
    min-width: 33.3%;
    height: 164px;
  }

  .small-news .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }

  .small-news_left {
    width: 100%;
    min-width: 100%;
  }

  .small-news_left a {
    display: -ms-flexbox;
    display: flex;
    margin: 0 0 39px;
    padding: 0 0 32px;
    border-bottom: 1px solid #D3D8DF;
  }

  .small-news_left .in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .small-news_left .row {
    margin-top: auto;
  }

  .small-news_left .text {
    display: none;
  }

  .footer_top {
    padding: 0 0 30px;
    margin: 0 0 40px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer_top .right {
    padding: 30px 0 0;
    width: 100%;
    text-align: center;
  }

  .footer-nav {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-nav .col {
    width: 33.3%;
    min-width: 33.3%;
    padding: 0 15px 0 0;
  }

  .footer-nav a {
    font-size: 12px;
  }

  .footer-bottom {
    margin: 0;
    font-size: 12px;
  }

  .footer-bottom .col {
    width: 33.3%;
  }

  .burger {
    display: block;
  }

  .ns {
    overflow: hidden;
  }

  .nav-menu {
    position: fixed;
    top: 109px;
    margin: 0;
    background: #fff;
    left: 0;
    bottom: 0;
    right: 0;
    overflow: auto;
  }

  .nav-menu.open {
    display: block;
  }

  .nav-menu.open .wrapper {
    height: 100%;
  }

  .nav-menu_in {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: auto;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 0 20px;
  }

  .nav-menu_in ul {
    margin-bottom: auto;
    text-align: center;
    display: block;
  }

  .nav-menu_in ul a {
    font-size: 16px;
    color: #004DAB;
  }

  .crumbs {
    padding: 185px 0 35px;
  }

  .news-list .news-big .preview,
  .news-list .preview {
    width: 33.3%;
    margin: 0 30px 15px 0;
    min-width: 33.3%;
    height: 164px;
  }

  .news-list .link {
    margin: 6px 0 16px;
  }

  .news-list .news-big {
    margin: 0 0 25px;
    padding: 0 0 15px;
  }

  .news-list .news-big .labels,
  .news-list .labels {
    padding: 1px 0 15px;
  }

  .news-list .news-big .name,
  .news-list .name {
    font-size: 16px;
    font-weight: 400;
    line-height: 19.2px;
  }

  .news-list .text {
    font-size: 14px;
  }

  .news-list .small-news_list {
    gap: 25px;
  }

  .news-list .small-news_list a {
    padding: 0 0 18px;
  }

  .news-item-info .title-item {
    margin: 0 0 20px;
  }

  .news-item-info .news-list {
    margin: 40px 0 0;
    padding: 40px 0 0;
  }

  .news-item-info .params {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 20px;
  }

  .news-item-info .params .labels {
    -ms-flex-order: -99;
    order: -99;
    width: 100%;
    padding: 0 0 20px;
  }

  .news-item-info .params .item {
    -ms-flex: 1;
    flex: 1;
  }

  .about-comp-full .img {
    max-width: 599px;
  }

  .about-nav img {
    display: none;
  }

  .about-nav a {
    font-size: 16px;
  }

  .about-nav .big a:hover,
  .about-nav .big a {
    padding: 8px 35px 12px;
    font-size: 20px;
  }

  .about-history h1 {
    margin: 0 0 59px;
  }

  .last-news .title-item {
    margin: 0 0 30px;
  }

  .about-structure .tab-menu-link {
    margin: 0 0 30px;
  }

  .about-library .wrapper {
    padding-bottom: 42px;
  }

  .about-library .img {
    right: -75px;
    height: 115%;
  }

  .about-library-newspaper_big {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .about-library-newspaper_big .preview {
    width: 100%;
    float: none;
    padding: 0;
  }

  .about-library-newspaper_big .preview img {
    width: 100%;
    top: 0;
    left: 0;
    position: static;
  }

  .about-library-newspaper_list {
    padding: 50px 0;
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 24px;
  }

  .about-library-newspaper_list .preview {
    margin: 0 auto 15px;
  }

  .personal-list {
    padding: 30px 0 62px 45px;
  }

  .personal-list .photo {
    min-width: 120px;
    width: 120px;
    height: 120px;
  }

  .about-rules_content ul {
    padding: 30px 30px 20px;
  }

  .chairman-bio .row {
    display: block;
  }

  .chairman-bio .photo {
    margin: 0 auto 60px;
  }

  .chairman-bio .text {
    padding: 0 0 30px;
  }

  .chairman-citate .photo {
    margin: 0 auto;
    min-width: 1px;
    max-width: 100%;
  }

  .chairman-citate .text {
    padding: 0;
  }

  .chairman-citate .row {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .chairman-gallery a {
    min-width: 33%;
  }

  .region-info .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .region-info .left {
    width: 100%;
    -ms-flex: 100% 1 1;
    flex: 100% 1 1;
  }

  .region-info .center {
    width: 33.3%;
    min-width: 33.3%;
    margin-left: 10%;
  }

  .region-info .right {
    height: 300px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 56%;
    min-width: 56%;
  }

  .team-member .row {
    gap: 30px;
  }

  .team-member .left {
    width: 330px;
    min-width: 330px;
  }

  .team-filter .form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .team-filter .or {
    text-align: center;
    line-height: 1.2;
    width: 100%;
  }

  .team-filter .from-select2,
  .team-filter .from-select1 {
    -ms-flex-positive: 1;
    flex-grow: 1;
    min-width: 40%;
  }

  .personal-list--full {
    padding: 70px 0;
  }

  .personal-list--full a {
    margin-bottom: 0;
    gap: 20px;
  }

  .personal-list--full .preview {
    min-width: 120px;
    width: 120px;
    height: 120px;
  }

  .home-partiya_nav {
    overflow: auto;
    padding: 0 20px;
    gap: 20px;
    scrollbar-width: none;
    /* Для Firefox */
    -ms-overflow-style: none;
    /* Для Internet Explorer та Edge */
  }

  .home-partiya_nav::-webkit-scrollbar {
    display: none;
    /* Для Chrome, Safari та Edge */
  }

  .home-partiya_nav .item {
    min-width: 140px;
  }

  .zhirinovsky-80 .row {
    -ms-flex-align: end;
    align-items: flex-end;
  }

  .zhirinovsky-80 .photo {
    margin: 0;
  }

  .events-list .photo {
    margin: 0 -40px 0 -25px;
  }

  .quote-carousel_in {
    margin: 0 50px;
  }

  .quote-carousel_in .slick-arrow {
    left: 0;
    right: auto;
    margin: 0 -67px;
  }

  .quote-carousel_in .slick-next {
    right: 0;
    left: auto;
  }

  .zhirinovsky-80_bottom {
    padding: 50px 0;
  }

  .zhirinovsky-80_bottom .item {
    padding: 20px 20px 30px;
    font-size: 20px;
  }

  .zhirinovsky-80_bottom p {
    margin: 0 0 10px;
  }

  .contacts-info .row,
  .chairman-articles .row {
    display: block;
  }

  .contacts-info .text,
  .chairman-articles .text {
    position: relative;
    z-index: 5;
  }

  .contacts-info .photo,
  .chairman-articles .photo {
    margin: 0 auto;
    width: 500px;
    min-width: 500px;
  }

  .contacts-info .photo img,
  .chairman-articles .photo img {
    width: 604px;
  }

  .js-albums-wrap a {
    max-width: calc(50% - 30px);
  }
}

@media screen and (max-width: 767px) {
  .h-full {
    overflow: hidden;
  }

  .burger {
    margin: 22px 0 0;
    top: 0;
    transform: none;
  }

  .header .wrapper {
    display: block;
  }

  .header .in {
    margin: 0;
    padding: 10px 0 0;
  }

  .header .top {
    position: relative;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
    display: none;
    padding-top: 0;
  }

  .header .top img {
    width: 20px;
    height: auto;
  }

  .header .top a {
    width: 100%;
    margin: 9px 0 0;
  }

  .header .top a:last-child {
    width: 100%;
  }

  .header .top .top-logo img {
    width: auto;
    max-width: none;
    height: 25px;
  }

  .header_social {
    position: absolute;
    top: 21px;
    gap: 5px;
    right: 0;
  }

  .small-label {
    text-align: center;
  }

  .base-route .title-item,
  .title-item {
    font-size: 35px;
  }

  .masthead {
    padding: 60px 0;
  }

  .masthead .btn,
  .masthead .search-form button,
  .search-form .masthead button {
    font-weight: 400;
    font-size: 16px;
    padding: 11px 44px;
    height: auto;
  }

  .masthead .btn img,
  .masthead .search-form button img,
  .search-form .masthead button img {
    height: 30px;
    width: auto;
  }

  .about-comp {
    padding: 60px 0;
  }

  .about-comp .bg {
    object-position: right;
  }

  .about-comp .wrapper {
    display: block;
  }

  .about-comp .preview {
    margin: 0 auto;
    width: 40%;
  }

  .about-comp .text_in {
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 0;
  }

  .about-comp .btn,
  .about-comp .search-form button,
  .search-form .about-comp button {
    font-size: 30px;
    padding: 45px 35px 55px;
    margin: 30px 0 10px;
  }

  .more-about-comp {
    padding: 60px 0;
  }

  .more-about-comp .btn,
  .more-about-comp .search-form button,
  .search-form .more-about-comp button {
    font-size: 30px;
    padding: 44px 47px 58px;
  }

  .base-route {
    padding: 60px 0;
  }

  .base-route .row {
    display: block;
  }

  .base-route .preview {
    margin: 0 auto 20px;
    max-width: 100%;
  }

  .base-route .in {
    margin: 0;
    width: 100%;
  }

  .base-route .big {
    left: 10px;
    max-width: 100%;
    margin: 0 auto 20px;
    width: 300px;
  }

  .services {
    padding: 60px 0;
  }

  .services .left p {
    line-height: 1.2;
    margin: 0;
    font-size: 20px;
  }

  .services_carousel {
    padding: 0;
  }

  .services_carousel .slick-slide {
    width: 300px !important;
  }

  .services_carousel .slick-list {
    padding: 0 20px;
  }

  .services_carousel .slick-dots {
    padding: 39px 0 0;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .services_carousel .slick-dots button {
    width: 10px;
    cursor: pointer;
    padding: 0;
    height: 10px;
    font-size: 0;
    border: none;
    border-radius: 100%;
    background: #fff;
  }

  .services_carousel .slick-dots button:hover {
    opacity: 0.5;
  }

  .services_carousel .slick-dots .slick-active button {
    opacity: 0.5;
  }

  .about-team_big .wrapper {
    padding: 0 20px 2px;
    display: block;
  }

  .about-team_big .photo {
    width: 100%;
  }

  .about-team_big .photo img {
    display: block;
  }

  .about-team .info {
    margin: 0;
  }

  .about-team .btn,
  .about-team .search-form button,
  .search-form .about-team button {
    margin: 10px -37px -67px 0;
  }

  .small-news_nav {
    padding: 0;
  }

  .small-news_nav ul {
    gap: 7px 18px;
  }

  .small-news .row .row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0 10px;
  }

  .small-news {
    overflow: hidden;
  }

  .small-news .date {
    width: 100%;
  }

  .footer-bottom,
  .footer-nav {
    display: block;
  }

  .footer-bottom .col,
  .footer-nav .col {
    width: 100%;
    min-width: 100%;
  }

  .footer-bottom .col {
    margin: 0 0 20px;
  }

  .made {
    text-align: center;
  }

  .made img {
    display: block;
    margin: 0 auto;
  }

  .small-news_left a,
  .small-news_list a {
    padding: 0 0 20px;
  }

  .footer-social {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .logo-right {
    left: 148px;
  }

  .logo-right img,
  .logo img {
    height: 65px;
  }

  .nav-menu {
    top: 152px;
  }

  .nav-menu .top {
    padding: 10px 0 0;
    width: 100%;
    display: block;
  }

  .page-nav {
    display: none !important;
  }

  .for-smi .btn,
  .for-smi .search-form button,
  .search-form .for-smi button {
    padding: 41px 61px 55px;
    font-size: 24px;
  }

  .for-smi_carousel {
    padding-top: 0;
  }

  .for-smi_carousel .slick-arrow {
    top: 150px;
  }

  .for-smi_carousel .slick-slide {
    width: 300px !important;
  }

  .for-smi_carousel .preview {
    margin: 0 0 15px;
  }

  .for-smi_carousel .name {
    font-size: 22px;
    line-height: 1.2;
    padding: 0 15px 15px;
  }

  .news-top {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-bottom: 30px;
  }

  .news-top h1 {
    width: 100%;
    margin: 0 0 10px;
  }

  .news-top .js-datepicker {
    width: 100%;
  }

  .news-top .select2 {
    min-width: 100%;
  }

  .news-list .news-big {
    display: block;
  }

  .news-list .news-big .preview {
    width: 100%;
    height: 300px;
    margin: 0 0 30px;
  }

  .news-list .row {
    gap: 0 15px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .news-list .date {
    width: 100%;
  }

  .crumbs {
    padding: 175px 0 25px;
  }

  .news-item-info {
    padding: 61px 0;
    font-size: 16px;
  }

  .news-item-info h1 {
    margin: 0 0 30px;
    font-size: 35px;
  }

  .news-item-info blockquote {
    font-size: 20px;
    margin: 0 0 30px;
  }

  .news-item-info .params {
    gap: 15px 0;
  }

  .news-item-info .params .item {
    width: 50%;
    min-width: 50%;
  }

  .news-item-info .params .item:first-child {
    min-width: 100%;
  }

  .news-item-info .share {
    padding: 30px 0;
    gap: 24px;
  }

  .news-item-info .news-list {
    margin: 25px 0 0;
    padding: 25px 0 0;
  }

  .about-comp-full .left {
    width: 100%;
  }

  .about-comp-full .btn,
  .about-comp-full .search-form button,
  .search-form .about-comp-full button {
    margin-bottom: 0;
  }

  .about-comp-full .img {
    display: none;
  }

  .about-comp-full h1 {
    margin: 0 0 30px;
  }

  .about-nav {
    width: 100%;
    white-space: nowrap;
    overflow: auto;
    scrollbar-width: none;
    /* Для Firefox */
    -ms-overflow-style: none;
    /* Для Internet Explorer та Edge */
  }

  .about-nav::-webkit-scrollbar {
    display: none;
    /* Для Chrome, Safari та Edge */
  }

  .about-history_range .date {
    width: auto;
  }

  .about-history_range {
    margin: 0 0 40px;
  }

  .about-history_item .item {
    display: block;
  }

  .about-history_item .years {
    margin: 0 0 30px;
  }

  .about-history_item .date {
    margin: 0 0 30px;
  }

  .about-history_item .photo {
    float: left;
    width: 150px;
    min-width: 150px;
    height: 150px;
    margin: 0 30px 0 0;
  }

  .about-history_item .text {
    overflow: visible;
  }

  .about-structure .tab-content img {
    position: relative;
  }

  .about-structure .tab-menu-link {
    overflow: auto;
    background: none;
    padding: 0 20px 20px;
    width: auto;
    margin-left: -20px;
    margin-right: -20px;
    white-space: nowrap;
    scrollbar-width: none;
    /* Для Firefox */
    -ms-overflow-style: none;
    /* Для Internet Explorer та Edge */
  }

  .about-structure .tab-menu-link::-webkit-scrollbar {
    display: none;
    /* Для Chrome, Safari та Edge */
  }

  .about-structure .tab-menu-link ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .about-structure .tab-content {
    width: 100%;
    right: 0;
    height: auto;
    left: 0;
    position: relative;
  }

  .about-structure .tab-content img {
    width: 100%;
    display: block;
    height: auto;
  }

  .about-structure .row {
    display: block;
  }

  .last-news .title-item {
    font-size: 28px;
  }

  .last-news .all {
    font-size: 14px;
    overflow: hidden;
    width: 25px;
    height: 16px;
  }

  .about-library .wrapper {
    padding-bottom: 0;
  }

  .about-library h1 {
    margin: 0 0 30px;
  }

  .about-library ul {
    width: 100%;
    margin-bottom: 30px;
  }

  .about-library p {
    max-width: 100%;
  }

  .about-library .img {
    position: relative;
    width: 100%;
    right: 0;
    bottom: 0;
    height: auto;
  }

  .about-library .img img {
    width: 100%;
  }

  .about-library_nav {
    width: 100%;
    margin: 0 0 40px;
    float: none;
  }

  .about-library_nav ul {
    background: none;
    margin: 0 0 30px;
    padding: 20px 20px 1px;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    overflow: auto;
    scrollbar-width: none;
    /* Для Firefox */
    -ms-overflow-style: none;
    /* Для Internet Explorer та Edge */
  }

  .about-library_nav ul::-webkit-scrollbar {
    display: none;
    /* Для Chrome, Safari та Edge */
  }

  .about-library-newspaper_list {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
  }

  .personal-list {
    padding: 0;
  }

  .personal-list a {
    gap: 15px;
  }

  .about-rules .row {
    display: block;
  }

  .about-rules_content {
    width: 100%;
    min-width: 100%;
    margin: 0 0 30px;
  }

  .about-rules_text {
    width: 100%;
    height: auto;
    margin: 0;
  }

  .about-rules--styles .about-rules_content {
    width: 100%;
    min-width: 100%;
  }

  .about-rules--styles .about-rules_text {
    height: auto;
  }

  .chairman-bio .photo {
    max-width: 500px;
    min-width: 1px;
    width: 100%;
    margin: 0 auto 40px;
    text-align: center;
  }

  .chairman-bio .photo img {
    margin: 0 0 -20px;
  }

  .chairman-bio .photo .second-name {
    top: -10px;
    margin: 0;
  }

  .chairman-bio .second-name {
    font-size: 40px;
  }

  .about-rules--styles .link {
    margin: 0;
  }

  .chairman-citate_list .row {
    display: block;
    margin: 0;
  }

  .chairman-citate_list .item {
    margin: 0 0 30px;
    width: 100% !important;
    max-width: 100% !important;
  }

  .chairman-citate_list blockquote {
    font-size: 18px;
    line-height: 1.2;
  }

  .chairman-citate_list small {
    font-size: 16px;
    padding: 10px 0 0;
  }

  .chairman-citate .text {
    font-size: 20px;
    line-height: 1.2;
  }

  .chairman-citate small {
    text-align: right;
    max-width: none;
  }

  .chairman-gallery .row {
    gap: 20px;
  }

  .chairman-gallery .left {
    position: static;
    padding: 10px 0 0;
    font-size: 16px;
  }

  .chairman-gallery .date {
    font-size: 18px;
    margin: 0 0 10px;
  }

  .about-program h2 {
    font-size: 30px;
  }

  .about-program h3 {
    font-size: 26px;
  }

  .about-program .text6 {
    text-align: center;
  }

  .about-program .text6,
  .about-program .text5,
  .about-program .text4,
  .about-program .text3,
  .about-program .text2,
  .about-program .text1 {
    margin-left: 0;
    margin-right: 0;
  }

  .program-text .wrapper {
    display: block;
  }

  .program-text_left {
    min-width: 100%;
    display: block;
    width: 100%;
    margin: 0 0 20px;
  }

  .team-region .list {
    display: block;
  }

  .team-region .item {
    margin: 0 0 30px;
    animation-delay: 0s !important;
  }

  .team-region .preview {
    width: 120px;
    min-width: 120px;
    height: 120px;
  }

  .region-info .top {
    display: block;
  }

  .region-info .top h1 {
    padding: 0 0 20px;
  }

  .region-info .top .select2 {
    min-width: 100%;
    margin: 30px 0 0;
  }

  .region-info .right {
    margin: 0;
    min-width: 100%;
    height: auto;
    width: 100%;
  }

  .region-info .center {
    width: 100%;
    -ms-flex-order: 999;
    order: 999;
    min-width: 100%;
    height: auto;
    overflow: hidden;
    margin: 0;
  }

  .region-info .center img {
    display: block;
    width: 100%;
    height: auto;
    max-width: 100%;
    position: relative;
    left: 0;
    right: 0;
    transform: none;
  }

  .services-masthead .row {
    display: block;
  }

  .services-masthead .img {
    height: 440px;
    width: 100%;
  }

  .services-masthead .select2 {
    margin: 0;
    min-width: 100%;
  }

  .services-masthead .select2-selection {
    height: 44px;
  }

  .services-masthead .select2-selection__rendered {
    line-height: 44px;
    font-size: 16px;
    padding: 0 40px 0 25px;
  }

  .services-masthead .select2-selection__arrow {
    width: 45px;
  }

  .services-masthead .select2-selection__arrow b {
    right: 5px;
    background-size: 30px;
    width: 30px;
    height: 30px;
    top: 7px;
  }

  .services-masthead img {
    width: 500px;
  }

  .logos-list {
    padding: 56px 0 100px;
  }

  .logos-list a {
    -ms-flex: 33% 1 1;
    flex: 33% 1 1;
  }

  .logos-list img {
    max-width: 90%;
    max-height: 80%;
    display: block;
  }

  .team-member {
    padding: 61px 0;
  }

  .team-member .row {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .team-member .left {
    width: 100%;
    min-width: 100%;
  }

  .team-member .left .photo {
    margin: 0 0 33px;
  }

  .team-member .js-scroll {
    height: auto;
  }

  .personal-list--full .personal-list {
    display: block;
    padding: 0;
  }

  .personal-list--full .personal-list a {
    margin: 0 0 30px;
  }

  .services-masthead .bottom {
    position: static;
    padding: 30px 0;
  }

  .pluses-list {
    padding: 50px 0 100px;
  }

  .pluses-list .item {
    min-width: 100%;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
  }

  .services-new .title-item {
    font-size: 35px;
  }

  .services-new .btn,
  .services-new .search-form button,
  .search-form .services-new button {
    padding: 42px 73px 58px;
  }

  .services-new_top,
  .services-new_bottom {
    padding: 0;
  }

  .services-new_top .slick-arrow,
  .services-new_bottom .slick-arrow {
    display: none !important;
  }

  .services-new_top .slick-slide,
  .services-new_bottom .slick-slide {
    width: 362px !important;
  }

  .services-new_bottom {
    margin-bottom: 30px;
  }

  .home-partiya .title-item {
    font-size: 35px;
    margin: 0 0 50px;
  }

  .home-partiya .btn,
  .home-partiya .search-form button,
  .search-form .home-partiya button {
    padding: 42px 73px 58px;
  }

  .home-partiya_carousel {
    margin: 0 0 50px;
    font-size: 20px;
  }

  .home-partiya_carousel .slick-arrow {
    display: none !important;
  }

  .zhirinovsky-80 .row {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .zhirinovsky-80 .photo {
    width: 100%;
  }

  .events-list .item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 0;
  }

  .events-list .date {
    width: 100%;
    margin: 0 0 30px;
    text-align: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
  }

  .events-list .photo {
    padding: 33% 0 0;
    width: 33%;
    min-width: 33%;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    position: relative;
    height: auto;
    margin: 0;
  }

  .events-list .photo img {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    display: block;
    object-fit: cover;
  }

  .events-list .text {
    width: 67%;
    padding: 0 0 0 20px;
  }

  .quote-carousel .slick-arrow {
    display: none !important;
  }

  .quote-carousel .slick-slide .carousel-item {
    display: block !important;
  }

  .quote-carousel .photo {
    display: none;
  }

  .quote-carousel .right {
    text-align: right;
  }

  .quote-carousel_in {
    margin: 0;
  }

  .zhirinovsky-80_bottom .row {
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px;
  }

  .contacts-info .photo,
  .chairman-articles .photo {
    width: 100%;
    height: 300px;
    min-width: 100%;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .contacts-info .photo img,
  .chairman-articles .photo img {
    width: 400px;
  }

  #map {
    height: 100vh;
  }

  .contacts-info .top {
    display: block;
  }

  .contacts-info .select2 {
    min-width: 100%;
  }

  .contacts-info .text {
    padding: 20px 0 0;
  }

  .contacts-info h1 {
    margin: 0 0 20px;
  }

  .form-member .form {
    max-width: 100%;
    width: 100%;
  }

  .form-member .top {
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0 20px;
  }

  .form-member .select2 {
    min-width: 100%;
  }

  .form-member .form-item {
    margin: 0 0 20px;
  }

  .form-member .form-item .select2-selection {
    height: 40px;
  }

  .form-member .js-datepicker {
    background-size: 20px;
    background-position: right 10px center;
  }

  .form-member textarea {
    font-size: 15px;
    height: 120px;
    padding: 10px 25px;
  }

  .form-member .form-item .select2-selection__rendered,
  .form-member .form-item--file span,
  .form-member input {
    font: 400 15px "Roboto", sans-serif;
    height: 40px;
    padding: 0 70px 0 25px;
  }

  .form-member .form-item .select2-selection__rendered,
  .form-member .form-item--file span {
    line-height: 20px;
    min-height: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .checkbox label {
    font-size: 16px;
  }

  .checkbox .icon {
    width: 30px;
    margin: 0 15px 0 0;
    min-width: 30px;
    height: 30px;
  }

  .checkbox .icon:after {
    width: 20px;
    height: 18px;
  }

  .chairman-gallery a {
    min-width: 100%;
  }

  .chairman-gallery .name {
    margin: 10px 0 20px;
  }

  .popup-region ul {
    max-height: none;
  }

  .popup-region li {
    margin: 10px 0 0;
  }

  .popup-project .list {
    max-height: none;
  }

  .popup-project .item {
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .form-member .form-item .select2-selection__arrow b {
    top: 7px;
  }

  .popup .form-member h1 {
    font-size: 30px;
  }

  .btn-scroll-up svg {
    width: 30px;
    height: 30px;
    bottom: 20px;
  }

  .masthead .btn,
  .masthead .search-form button,
  .search-form .masthead button {
    white-space: nowrap;
  }

  .error-page {
    text-align: center;
  }

  .js-albums-wrap a {
    max-width: 100%;
  }

  .chairman-gallery .left {
    width: 100%;
  }

  .h-full {
    height: calc(var(--vh, 1vh) * 100);
    /* для новых браузеров */
  }

  .masthead {
    height: 600px;
    min-height: 600px;
  }
}