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,
font,
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 {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  font-size: 100%;
  vertical-align: baseline; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 600;
  font-style: normal;
  font-stretch: normal; }

article,
aside,
audio,
canvas,
datalist,
details,
embed,
figcaption,
figure,
footer,
header,
keygen,
menu,
nav,
output,
progress,
section,
source,
video {
  display: block;
  margin: 0; }

body {
  line-height: 1.8; }

ol,
ul {
  list-style-type: none; }

blockquote,
q {
  quotes: none; }

blockquote::before,
blockquote::after,
q::before,
q::after {
  content: normal; }

/* remember to define focus styles! */
:focus {
  outline: 0; }

del {
  text-decoration: line-through; }

/* tables still need 'cellspacing='0'' in the markup */
table {
  border-spacing: 0;
  border-collapse: collapse; }

td {
  vertical-align: top; }

button::-moz-focus-inner,
input[type='reset']::-moz-focus-inner,
input[type='button']::-moz-focus-inner,
input[type='submit']::-moz-focus-inner,
input[type='file'] > input[type='button']::-moz-focus-inner {
  border: none; }

input,
textarea,
button {
  font-family: inherit; }

input::-moz-placeholder,
textarea::-moz-placeholder {
  color: #4d4d4d;
  font-weight: 400; }

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  display: inline-block;
  padding-top: 2px;
  color: #767676;
  font-weight: 400; }

::-ms-clear {
  display: none; }

input:-webkit-autofill {
  color: #000 !important; }
html {
  overflow-x: hidden;
  height: 100%;
}
a {
  text-decoration: none;
  color: inherit;
}
img {
  max-width: 100%;
}
body {
  background-color: #ffffff;
  color: #000;
  font-family: "Helvetica";
  overflow-x: hidden;
  font-size: 17px;
  font-weight: 500;
  position: relative;
  line-height: 25px;
  height: 100%;
}
.inner-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.index-title-background {
  position: relative;
  height: 100vh;
}
.index-title-background img {
  display: none;
}
.index-title-background > img,
.index-title-background > video,
.index-title-background > iframe {
  position: absolute;
  left: 0;
  width: 100%;
  height: calc(100% - 97px);
  top: 97px;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: -1;
}
.wrapper {
  margin: 0 auto;
  max-width: 1280px;
  padding: 0 82px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  flex: 1 0;
  width: 100%;
}
.header {
  background: linear-gradient(0deg, #293B92, #293B92);
  position: absolute;
  display: flex;
  justify-content: space-between;
  align-items: center;
  left: 0;
  right: 0;
  padding: 38px 58px 0;
  width: 100%;
  -webkit-box-sizing:  border-box;
  -moz-box-sizing:  border-box;
  box-sizing:  border-box;
}
.header:after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  background: linear-gradient(180deg, #293B92 0%, rgba(41, 59, 146, 0) 100%);
  width: 100%;
  height: 90px;
  bottom: -90px;
}
.header__nav {
}
.header__list {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header__list-item {
  background: #1F2D6F;
  border-radius: 10px;
  padding: 10px 24px;
  color: #fff;
  font-size: 18px;
  line-height: 21px;
}
.header__list-item:not(:last-child) {
  margin-right: 16px;
}
.header__logo {
  display: flex;
  align-items: center;
}
.header__logo-text-wrap {
  display: flex;
  flex-direction: column;
}
.header__logo-img-wrap {
  margin-right: 20px;
}
.header__title {
  font-size: 36px;
  font-weight: bold;
  color: #ffffff;
  margin-bottom: 8px;
}
.header__title span {
  background: #ffffff;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  margin: 0 14px;
  display: inline-block;
  vertical-align: middle;
}
.header__subtitle {
  font-size: 10px;
  color: #ffffff;
}
.header-burger {
  display: none;
  background: url(../img/menu.svg)no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  cursor: pointer;
  top: 28px;
}
.header._no-gradient {
  height: 170px;
  padding-top: 0;
  z-index: 99999;
}
.header._no-gradient:after {
  content: none;
}
.header__lang-block {
  cursor: pointer;
}
.header__lang-block .jq-selectbox li{
  color: #fff;
  cursor: pointer;
}
.header__lang-block .jq-selectbox__dropdown{
  position: absolute;
  color: #fff;
  background: #1F2D6F;
  width: 100%;
  left: 0;
  left: -10px;
  top: 36px !important;
}
.index-navigation {
  position: absolute;
  bottom: 28px;
  margin: 0 auto;
  left: 0;
  right: 0;
  max-width: 1280px;
  padding: 0 58px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.index-navigation__list {
  display: flex;
}

.index-navigation__item {
  flex: 0 0 25%;
  min-width: 25%;
  padding: 0 8px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.index-navigation__item a {
  min-height: 96px;
  border-radius: 10px;
  display: flex;
  background: #1F2D6F;
  padding: 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  align-items: center;
}
.index-navigation__img-title {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-left: 20px;
}
.index-navigation__img-wrap img {
  display: block !important;
}
@media screen and (max-width: 550px) {
  .slick-list {
    margin-right: -60%;
  }
}
.index-content {
  display: flex;
  justify-content: space-between;
  margin: 0 -17px;
}
.title-wrapper {
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
  height: 40px;
  align-items: baseline;
}
.title-wrapper__title {
  font-size: 30px;
  line-height: 32px;
}
.title-wrapper__link {
  font-size: 18px;
  line-height: 32px;
  color: #2C42B4;
}
.news, .calendar {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 16px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.index-content__item-wrap {
  margin-top: 24px;
}
.news__item {
  padding: 16px 0 30px 0;
  display: block;
  box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.08);
}
.news__item:not(:last-child) {
  margin-bottom: 24px;
}
.news__title {
  font-weight: normal;
  font-size: 18px;
  line-height: 21px;
  color: #2C42B4;
  margin-bottom: 12px;
}
.date {
  font-weight: normal;
  font-size: 16px;
  line-height: 20px;
  color: rgba(0, 0, 0, 0.38);
}
.main-calendar-block__wrapper {
  padding: 21px 12px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
}
.main-calendar-block__number-wrap {
  background-color: #192A81;
  margin-right: 12px;
  padding: 0 9px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 56px;
  min-width: 56px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.main-calendar-block__number-item {
  font-family: 'Helvetica';
  font-weight: 500;
  font-size: 24px;
  line-height: 11px;
  color: #fff;
  text-transform: uppercase;
}
.main-calendar-block__number-item._font-size-8 {
  font-size: 7px;
  margin-top: 11px;
}
.main-calendar-block__text {
  display: flex;
  flex-direction: column;
}
.main-calendar-block__text-title {
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.main-calendar-block__text-event {
  font-size: 16px;
  line-height: 23px;
}
.calendar__item {
  display: block;
  background: rgba(0, 0, 0, 0.04);
}
.calendar__item:not(:last-child) {
  margin-bottom: 24px;
}
.slider-main {
  padding: 40px 0 80px 0;
}
.slider-main__item {
  background: #ffffff;
  margin: 0 30px;
  position: relative;
}
.slider-main .slick-prev, .slider-bottom .slick-prev {
  right: auto;
  left: 0;
  bottom: 0;
}
.slider-wrap {
  height: 120px;
}
.slick-slide img {
  -o-object-fit: contain;
  object-fit: contain;
  width: 100%;
  height: 100%;
}
.footer {
  position: relative;
  padding: 20px 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex: 0 0;
}
.footer__copyright {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.4);
}
.footer__link {
  font-size: 16px;
  line-height: 32px;
  color: rgba(255, 255, 255, 0.6);
}
.footer:after {
  position: absolute;
  content: '';
  left: 0;
  right: 0;
  height: 100%;
  background: #192A81;
  margin: 0 -10000px;
  z-index: -1;
  top: 0;
}
.content-btn {
  display: none;
}
.content-btn._inner {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 24px;
  text-align: center;
  padding: 16px 0;
  border: 1px solid rgba(0, 0, 0, 0.05);
  box-sizing: border-box;
  margin-top: 24px;
}
.inner-content {
  max-width: 958px;
  margin: 0 auto;
  margin-top: 170px;
}
.inner-content img {
  width: auto !important;
  height: auto !important;
}
.inner-content iframe {
  width: 100%;
  height: auto !important;
  min-height: 550px;
}
@media screen and (max-width: 1024px) {
  .inner-content iframe {
    min-height: 400px;
  }
}
@media screen and (max-width: 550px) {
  .inner-content iframe {
    min-height: 250px;
  }
}

.inner-content__wrapper, .inner-news__wrapper {
  margin: 40px 0 48px;
}
.embassy-region:not(:last-child) {
  margin-bottom: 48px;
}
.embassy-listing {
  -webkit-column-count: 4;
  -moz-column-count: 4;
  column-count: 4;
  -webkit-column-gap: 32px;
  -moz-column-gap: 32px;
  column-gap: 32px;
}
.embassy-listing__item {
  display: block;
  font-size: 16px;
  line-height: 24px;
  color: #2C42B4;
  margin-bottom: 10px;
}
.embassy-listing__item:hover {
  text-decoration: underline;
}
.embassy-listing-subtitle {
  font-weight: 500;
  font-size: 20px;
  line-height: 32px;
  margin-bottom: 16px;
}
.inner-content__wrapper table {
  width: 100% !important;
  border-collapse: collapse;
  overflow: auto;
  border: 1px solid #f2f2f2;
}
.inner-content__wrapper td:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}
.inner-content__wrapper td {
  font-family: 'Helvetica' !important;
  color: #000000 !important;
  font-size: 17px !important;
  padding: 22px 24px;
  border-bottom: 1px solid #f2f2f2;
}
.inner-content__wrapper a {
  color: #192A81;
}
.inner-content__wrapper h2 {
  font-weight: 600 !important;
  font-size: 30px !important;
  line-height: 48px !important;
  margin-bottom: 16px !important;
}
.inner-content__wrapper h3 {
  font-weight: 500 !important;
  font-size: 20px !important;
  line-height: 32px !important;
  margin-bottom: 16px;
}
.inner-content__wrapper p, .inner-content__wrapper span, .inner-content__wrapper li, .inner-content__wrapper div {
  font-family: "Helvetica" !important;
  font-size: 17px !important;
  line-height: 25px !important;
}
.inner-content__wrapper p {
  margin-bottom: 32px;
}
.inner-content__img-wrapper {
  margin-bottom: 32px;
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
}
.inner-content__img-wrapper img,
.inner-content__img-wrapper iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-content__wrapper li {
  margin-bottom: 6px;
  padding-left: 18px;
}
.inner-content__wrapper ul {
  list-style-type: disc;
  padding-left: 24px;
}
.inner-content__wrapper ol {
  list-style-type: decimal;
  padding-left: 24px;
}

.table-block__item {
  margin-bottom: 48px;
}
.inner-content__wrapper table tr td:first-child {
  width: 33%;
}
@media screen and (max-width: 1024px) {
  .header {
    padding: 24px;
  }
  .header._no-gradient {
    padding-top: 24px;
    height: auto;
  }
  .header__subtitle {
    display: none;
  }
  .header__logo-img-wrap {
    width: 42px;
    margin-right: 17px;
  }
  .header__logo-img-wrap img {
    display: block;
  }
  .header__title {
    font-size: 28px;
    margin-bottom: 0;
  }
  .header__nav {
    position: absolute;
    top: 80px;
    width: 100%;
    left: 0;
    z-index: 1;
    display: none;
  }
  .header__nav.open {
    display: block;
  }
  .header__list {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
  }
  @media screen and (max-width: 1024px) {
    .header__list {
      display: none;
    }
  }
  .header__list-item {
    border-radius: 0;
    width: 100%;
  }
  /*.jq-selectbox__dropdown {*/
  /*  position: static;*/
  /*  width: 100%;*/
  /*  box-shadow: none;*/
  /*  background: none;*/
  /*  border: 0;*/
  /*  display: block !important;*/
  /*  width: auto !important;*/
  /*}*/
  .index-title-background > img,
  .index-title-background > iframe {
    top: 81px;
    height: calc(100% - 81px);
  }
  .header-burger {
    display: block;
  }
  .inner-content {
    margin-top: 81px;
  }
  .index-navigation, .wrapper {
    padding: 0 24px;
  }
  .index-navigation {
    margin: 0 -8px;
  }
  .index-content {
    flex-direction: column;
  }
  .news, .calendar {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .content-btn {
    display: block;
    width: 100%;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    padding: 16px 0;
    border: 1px solid rgba(0, 0, 0, 0.05);
    box-sizing: border-box;
    margin-top: 24px;
  }
  .title-wrapper__link {
    display: none;
  }
  .embassy-listing {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
  }
  .footer {
    padding: 20px 24px;
    flex-direction: column;
    align-items: flex-start;
  }
  .index-navigation__item {
    min-width: auto;
    flex: auto 0 0;
  }
  .index-title-background img {
    display: block;
  }
  .index-title-background video {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .embassy-listing {
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
  }
}
@media screen and (max-width: 550px) {
  .header__title {
    font-size: 18px;
  }
  .header__title span {
    margin: 0 7px;
    width: 6px;
    height: 6px;
  }
}
@media screen and (max-width: 375px) {
  .embassy-listing {
    -webkit-column-count: 1;
    -moz-column-count: 1;
    column-count: 1;
  }
}
.select-box__item {
  z-index: 9;
  width: 100%;
  background: #ffffff;}
@media screen and (max-width: 640px) {
  .select-box__item {
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
    margin-bottom: 16px; } }
.select-box__item:not(:last-child) {
  margin-right: 24px; }
@media screen and (max-width: 640px) {
  .select-box__item:not(:last-child) {
    margin-right: 0; } }
.forms-block__input {
  width: 100%;
  border: 0;
  background: #ffffff;
  padding: 0 24px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 20px;
  border: 1px solid #ffffff;
  line-height: 70px;
  font-family: 'Helvetica';
}
.forms-block__item .jq-selectbox__select {
  height: 70px;
  line-height: 35px;
  border: 1px solid #ffffff;
}
.forms-block__item.error .jq-selectbox__select {
  border-color: red;
}
.content-page, .content-page-without_style {
  max-width: 958px;
  margin: 0 auto;
  padding: 44px 0 104px 0;
}
.content-page._forms:after {
  content: '';
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  top: 0;
  background: #F6F6F6;
  z-index: -2;}
.content-page h2 {
  font-weight: bold;
  font-size: 26px;
  line-height: 36px;
  margin-bottom: 23px;
}
.forms-block__title {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Helvetica';
  color: #000000;
  margin-bottom: 7px;
  display: block;
}
.forms-block__item {
  margin-bottom: 29px;
}
.forms-block .button {
  width: 100%;
  text-align: center;
  background-color: #A1AAB3;
}
.button {
  background: #192A81;
  border: 0;
  cursor: pointer;
  font-family: 'Helvetica';
  font-size: 20px;
  line-height: 72px;
  text-align: center;
  color: #ffffff;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1;
  -ms-flex: 1 1;
  flex: 1 1;
}
#map {
  padding-top: 80px;
  display: flex;
  padding-bottom: 80px;
}
#map .ymaps-2-1-77-map {
  height: 550px !important;
}
.header_navigation {
  position: relative;
  left: 0;
  height: 72px;
  top: 170px;
  width: 100%;
  max-width: 1048px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
z-index: 9999;}
@media screen and (max-width: 1024px) {
  .header_navigation {
    padding: 0;
  }
}
.header_navigation.sticky {
  position: fixed;
  top: 0;
  left: 50%;
  right: 0;
  -webkit-transform:translateX(-50%) ;
  -moz-transform: translateX(-50%);
  -ms-transform:translateX(-50%) ;
  -o-transform:translateX(-50%) ;
  transform: translateX(-50%);
  z-index: 10;
  width: 100%;
  max-width: 1280px;
}
.header_navigation.sticky .header_navigation-list {
  margin: 0;
}
@media screen and (max-width: 1024px) {
  .header_navigation.sticky {
    position: absolute !important;
    top: 80px;
  }
}
@media screen and (max-width: 1024px) {
  .header_navigation {
    display: none;
    position: absolute;
    height: auto;
    top: 80px;
    left: 0;
    z-index: 10;
    transition: none;
    background-color: #162574;
    margin-bottom: -1px; } }
.header_navigation:before {
  content: '';
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  background: #192A81;
  z-index: -1; }
@media screen and (max-width: 1280px) {
  .header_navigation:after {
    left: 0; } }
@media screen and (max-width: 1024px) {
  .header_navigation:after {
    content: none; } }
@media screen and (max-width: 1024px) {
  .header_navigation:before {
    content: none; } }
.header_navigation-list {
  height: 100%;
  margin-left: -12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
@media screen and (max-width: 1280px) {
  .header_navigation-list {
    margin: 0;
    margin-left: 40px;} }
@media screen and (max-width: 1024px) {
  .header_navigation-list {
    margin-left: 0;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column; } }
.header_navigation-item {
  position: relative; }
.header_navigation-item:last-child .navigation-submenu {
  left: 0;
}
.header_navigation-item:last-child .submenu-third,
.header_navigation-item:last-child .submenu-fourth {
  right: 100%;
  left: auto;
}
.header_navigation-item:last-child .navigation-submenu__item.third-level:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.header_navigation-item:last-child .navigation-submenu__item.for-level:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  -o-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.header_navigation-item:hover .navigation-submenu {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1; }
@media screen and (max-width: 1024px) {
  .header_navigation-item {
    width: 100%; } }
.header_navigation-link {
  display: inline-block;
  color: #fff;
  font-size: 18px;
  position: relative;
  padding: 20px 37px 20px 14px;
  white-space: nowrap;}
@media screen and (max-width: 1280px) {
  .header_navigation-link {
    font-size: 16px;
    padding: 0 45px 0 14px; } }
@media screen and (max-width: 1024px) {
  .header_navigation-link {
    width: 100%;
    padding: 18px 24px;
    line-height: 28px;
    border-bottom: 1px solid #132064;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; } }
.header_navigation-link:after {
  width: 15px;
  height: 8px;
  content: '';
  position: absolute;
  right: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url("../img_new/navigation-arrow.svg") no-repeat 50% 50%;
  -webkit-transition: .5s;
  transition: .5s; }
@media screen and (max-width: 1024px) {
  .header_navigation-link:after {
    right: 24px; } }
.header_navigation-link:hover,
.header_navigation-link.active {
  background-color: #162574; }
.header_navigation-link:hover:after {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  -webkit-transition: .5s;
  transition: .5s; }
@media screen and (max-width: 1024px) {
  .header_navigation-link:hover:after {
    transform: none;
  }
}
.header_navigation-link.open:after {
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
  -webkit-transition: .5s;
  transition: .5s;
}

.navigation-submenu {
  position: absolute;
  top: 100%;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  background: #162574;
  min-width: 368px;
  z-index: 11;
  left: 14px; }
@media screen and (max-width: 1024px) {
  .navigation-submenu {
    background-color: #121F62;
    transition: none;
    position: static;
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
    opacity: 1;
    display: none; }
  .navigation-submenu.open {
    display: block;
    background-color: #121F62; } }
.navigation-submenu__item {

  position: relative;}
@media screen and (max-width: 1024px) {
  .navigation-submenu__item {
    padding: 0; } }
.navigation-submenu__link {
  font-size: 18px;
  line-height: 28px;
  padding: 9px 24px;
  padding-right: 36px;
  color: #ffffff;
  display: block;}
.navigation-submenu__item:hover {
  background: #192A81;
}
.navigation-submenu__item.third-level:hover {
  background: #192A81;
}
.navigation-submenu__item.fourth-level:hover {
  background: #192A81;
}
.navigation-submenu__item.third-level:after, .navigation-submenu__item.for-level:after {
  width: 15px;
  height: 8px;
  content: '';
  position: absolute;
  right: 22px;
  top: 50%;
  background: url("../img_new/navigation-arrow.svg") no-repeat 50% 50%;
  -webkit-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(-50%) rotate(270deg);
  -moz-transform: translateY(-50%) rotate(270deg);
  -ms-transform: translateY(-50%) rotate(270deg);
  -o-transform: translateY(-50%) rotate(270deg);
  transform: translateY(-50%) rotate(270deg);
}
.submenu-fourth .navigation-submenu__item.for-level:after {
  content: none !important;
}
@media screen and (max-width: 1024px) {
  .navigation-submenu__item.third-level:after {
    content: none;
  }
}
@media screen and (max-width: 1024px) {
  .navigation-submenu__link {
    box-sizing: border-box;
    font-size: 16px;
    display: block;
    line-height: 28px;
    width: 100%;
    padding: 18px 24px 18px 48px; } }
.navigation-submenu.submenu-third, .navigation-submenu.submenu-fourth {
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
  left: 100%;
  top: 100%;}
.submenu-third, .submenu-fourth {
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
  opacity: 0;
  background: #162574;
  min-width: 368px;
  z-index: 11;
  border-left: 2px solid #121F63;
}
@media screen and (max-width: 1024px) {
  .submenu-third, .submenu-fourth {
    display: none;
  }
}
.third-level:hover .submenu-third, .for-level:hover .submenu-fourth {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
@media screen and (max-width: 1024px) {
  .third-level:hover .submenu-third, .fourth-level:hover .submenu-fourth {
    transform: none;
  }
}
.navigation-submenu .navigation-submenu__item:hover {
  background: #192A81;
}
@media screen and (max-height: 900px) {
  .header_navigation.sticky {
    position: relative;
  }
}
.lang_menu_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lang_menu_mobile {
    display: block}
}
.content-submenu__nav {
  margin: 24px 0;
  display: flex;
  flex-wrap: wrap;
}
.content-submenu__item {
  display: block;
  font-size: 18px !important;
  text-decoration: underline !important;
  color: #192A81 !important;
  line-height: inherit;
}
.content-submenu__item.active {
  font-weight: bold;
}
.content-submenu__item:not(:last-child) {
  margin-bottom: 12px;
  margin-right: 24px;
}
@media screen and (max-width: 1024px) {
  .content-submenu__nav {
    display: block;
  }
  .content-submenu__item {
    margin-bottom: 0 !important;
  }
  .title-wrapper {
    height: auto;
  }
  .footer {
    display: block;
  }
}
.b-logo_img {
  float: left;
  margin-right: 24px;
}
.print-img {
  float: none;
}
.print-text {
  padding: 0;
  float: none;
  height: auto;
}