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; }
a,
p,
li,
td,
div {
  font-family: "Helvetica" !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Helvetica";
  font-weight: 400;
  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;
}
body {
  background-color: #ffffff;
  color: #000;
  font-family: "Helvetica";
  overflow-x: hidden;
  font-size: 17px;
  position: relative;
  line-height: 25px;
}

.wrapper {
  max-width: 1280px;
  padding: 0 82px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto; }
  @media screen and (max-width: 1280px) {
    .wrapper {
      padding: 0 24px; } }
@media screen and (max-width: 1024px) {
  .wrapper {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  max-width: 100%} }
  @media screen and (max-width: 375px) {
    .wrapper {
      padding: 0 12px; } }

img, iframe {
  max-width: 100%;
  max-height: 100%; }

a {
  text-decoration: none; }
.ya-share2__list {
  margin: 0 !important;
}
.content-page p, .content-page span, .content-page li, .content-page div {
  font-family: "Helvetica" !important;
  color: #000000 !important;
font-size: 17px !important;}
.content-page strong, .content-page b  {
  font-family: "Helvetica" !important;
}
.content-page ul {
  list-style-type: disc;
  margin-left: 7px;
  margin-bottom: 24px;
}
.content-page ol {
  list-style-type: decimal;
  margin-left: 7px;
  margin-bottom: 24px;
}
.content-page blockquote {
  font-style: italic;
}
p, span {
  font-family: "Helvetica";
  text-align: left; }

h1 {
  font-size: 30px;
  line-height: 32px;
  font-family: "Helvetica";
  font-weight: bold;
  margin-right: auto; }
  @media screen and (max-width: 1280px) {
    h1 {
      font-size: 26px !important;
      line-height: 32px !important; } }
  @media screen and (max-width: 1024px) {
    h1 {
      width: 100%;
      margin-bottom: 10px; } }
  h1._color_white {
    color: #ffffff; }
  .slider-main.russia {
    max-width: 50%;
    float: right;
  }
@media screen and (max-width: 1024px) {
  .slider-main.russia {
    max-width: none;
  }
}
.slider-main__item .description {
  min-height: 66px;
  max-height: 66px;
  overflow: hidden;
  margin: 10px 16px;
  font-size: 14px;
  line-height: 22px;
}
.slider-main .slick-next,
.slider-bottom .slick-next {
  right: 40px;
  left: auto;
  bottom: 0;
}
.slider-main .slick-prev,
.slider-bottom .slick-prev {
  right: auto;
  left: 0;
  bottom: 0;
}
.description {
  font-size: 20px;
  font-family: "Helvetica";
  line-height: 32px;
  color: #000000; }
  @media screen and (max-width: 1024px) {
    .description {
      font-size: 18px; } }
  .description._padding_24 {
    padding: 0 24px; }
    @media screen and (max-width: 1024px) {
      .description._padding_24 {
        padding: 0 12px; } }
  .description._color_white {
    color: #ffffff; }
  .description._minheight_60 {
    min-height: 60px; }

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 1024px) {
    .header {
      background-color: #192A81;
      padding: 0 24px;
      position: absolute;
      left: 0;
      right: 0;
      top: 0;
    } }
  .header_text {
    font-family: 'Helvetica';
    font-size: 22px;
    line-height: normal;
    margin-left: 16px;
    color: #212121;
    font-weight: 500; }
    @media screen and (max-width: 1024px) {
      .header_text {
        font-size: 20px;
        line-height: 24px;
        color: #ffffff; } }
@media screen and (max-width: 550px) {
  .header_text {
    font-size: 13px;
    line-height:15px; } }
    @media screen and (max-width: 1024px) {
      .header_menu {
        display: none;
    }
  }
.header-burger {
  display: none;
  background: url("../img_new/menu.svg")no-repeat center center;
  width: 24px;
  height: 24px;
  position: absolute;
  right: 24px;
  cursor: pointer;
  top: 28px;
}
@media screen and (max-width: 1024px) {
  .header-burger {
    display: block;
  }
}
@media screen and (max-width: 375px) {
  .header-burger {
    right: 12px;
  }
}
  .header_logo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 16px 0; }
    @media screen and (max-width: 1024px) {
      .header_logo {
        padding: 12px 0; } }
    @media screen and (max-width: 1024px) {
      .header_logo img {
        width: 56px;
        height: 56px; } }

.header_logo-img.mobile {
  display: none;
}
  .header_logo-img {
    max-width: 54px;
  }
  .header_navigation {
    position: relative;
    left: 0;
    height: 72px;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .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:nth-last-child(-n+2) .navigation-submenu {
  right: 14px;
  left: auto;
}
.header_navigation-item:nth-last-child(-n+2) .submenu-third {
  right: 100%;
  left: auto;
}
.header_navigation-item:nth-last-child(-n+2) .submenu-fourth {
  right: 100%;
  left: auto;
}
.header_navigation-item:nth-last-child(-n+2) .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.fourth-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;}
.header_navigation-link._no-submenu{
  padding-right: 14px;
}
  .header_navigation-link._no-submenu:after {
    content: none;
  }
    @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 {
      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);
}
@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, .fourth-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;
  }
}
@media screen and (max-width: 1024px) {
  .main {
    margin-top: 96px;
    margin-left: -24px;
    margin-right: -24px;
    padding: 0 24px;
  }
  .main.russia {
    margin-top: 130px;
  }
  .top-submenu {
     z-index: 99;
    overflow-x: auto;
  }
}
.intro {
  padding: 30px 0;
position: relative;}
@media screen and (max-width: 660px) {
  .intro__slider {
    padding-bottom: 40px; } }
  @media screen and (max-width: 1280px) {
    .intro {
      padding-top: 24px; } }
  .intro__item {
    padding-right: 5px;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
    @media screen and (max-width: 640px) {
      .intro__item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  .intro__image-wrapper {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    margin-right: 24px;
    min-height: 360px;
    max-height: 360px;
  max-width: 557px;}
    @media screen and (max-width: 640px) {
      .intro__image-wrapper {
        margin-right: 0; } }
@media screen and (max-width: 640px) {
  .intro__image-wrapper {
    min-height: auto;
    max-height: none;
    max-width: none; }
  .intro__image-wrapper img {
    min-height: 224px !important;
    max-height: 224px !important;
  }
}
  .intro__image {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .intro__text-wrapper {
    padding: 11px 0 33px 0;
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1; }
  .intro__description {
    margin-bottom: 21px;
    color: #000;
    font-family: "Helvetica";
    font-size: 24px;
    line-height: 32px; }
    @media screen and (max-width: 1024px) {
      .intro__description {
        font-size: 20px;
        line-height: 32px;
        margin-bottom: 16px; } }
  .intro__item-count {
    font-family: 'Helvetica';
    font-size: 18px;
    line-height: 32px;
    color: #000000;
    position: absolute;
    left: 0;
    bottom: 33px; }
@media screen and (max-width: 660px) {
  .intro__item-count {
    bottom: 0;} }

.news, .dipmiss, .bottom-video, .social, .resources {
  position: relative;
  padding: 40px 0 72px 0;
clear: both;}
  @media screen and (max-width: 1280px) {
    .news, .dipmiss, .bottom-video, .social, .resources, .calendar {
      padding: 33px 0 64px 0; } }

.dipmiss {
  position: relative; }
  .dipmiss:after {
    content: "";
    position: absolute;
    height: 100%;
    margin: 0 -10000px;
    left: 0;
    right: 0;
    top: 0;
    background: #f6f6f6;
    z-index: -1; }
@media screen and (max-width: 1024px) {
  .dipmiss:after {
    margin: 0 -24px;} }
.bottom-video {
  padding-bottom: 0; }
  .bottom-video:after {
    content: "";
    position: absolute;
    height: 100%;
    margin: 0 -10000px;
    left: 0;
    right: 0;
    top: 0;
    background: #080F35;
    z-index: -1; }
.bottom-video .title-menu__link {
  border-bottom:  1px dotted rgba(255, 255, 255, 0.6);
}
.bottom-video .title-menu__link:hover {
  border-style: solid;
}
.slider-bottom .description {
  min-height: 128px;
  max-height: 128px;
  overflow: hidden;
  font-size: 20px;
  line-height: 32px;
  margin: 10px 0;
}
@media screen and (max-width: 1024px) {
  .bottom-video:after {
    margin: 0 -24px;} }
.social:after {
  content: "";
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  top: 0;
  background: #04071A;
  z-index: -1; }
@media screen and (max-width: 1024px) {
  .social:after {
    margin: 0 -24px;} }
.resources:after {
  content: "";
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  top: 0;
  background: #04071A;
  z-index: -1; }
@media screen and (max-width: 1024px) {
  .resources:after {
    margin: 0 -24px;} }
.more-button {
  display: block;
  width: 100%;
  font-family: 'Helvetica';
  font-size: 20px;
  color: #000000;
  line-height: 72px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.05);
  margin-top: -1px; }

.date {
  font-family: "Helvetica";
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6); }
  .date._small {
    font-size: 16px; }
  .date._big {
    font-size: 18px; }
.video-wrapper .slider-main__wrapper-image._height {
  overflow: hidden;
}
.video-wrapper img {
  -webkit-transform: scale(1.25);
  -moz-transform: scale(1.25);
  -ms-transform: scale(1.25);
  -o-transform: scale(1.25);
  transform: scale(1.25);
}
.slider-main, .slider-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  padding: 32px 0 80px;
margin: 0 -12px;}
  @media screen and (max-width: 1280px) {
    .slider-main, .slider-bottom {
      padding: 24px 0 88px; } }
@media screen and (max-width: 1024px) {
  .slider-main .slick-list {
    margin-right: -20%; } }
@media screen and (max-width: 660px) {
  .slider-main .slick-list {
    margin-right: -60%; } }
  .slider-main__item {
    background: #ffffff;
    margin: 0 12px;
    position: relative;}
    .slider-main__item._background_none {
      background: none; }
  .slider-main__wrapper-image {
    margin-bottom: 12px;
    height: 100px;
  position: relative}
    .slider-main__wrapper-image._height {
      height: 240px; }
  .slider-main__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }
  .slider-main__decription {
    padding: 0 24px;
    font-size: 20px;
    line-height: 32px;
    color: #000000; }
    @media screen and (max-width: 1280px) {
      .slider-main__decription {
        font-size: 18px; } }

.select-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 32px; }
  @media screen and (max-width: 640px) {
    .select-box {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .select-box__item {
    z-index: 9;
    background: #ffffff;
    max-width: 356px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1; }
    @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; } }

.title-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }
  @media screen and (max-width: 1024px) {
    .title-menu {
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }
  .title-menu__link {
    color: rgba(0, 0, 0, 0.6);
    font-family: 'Helvetica';
    font-size: 20px;
    line-height: 32px; }
  .title-menu__link._calendar {
    color: #000000;
    position: relative;
    padding-right: 20px;
    display: block;
    background: url(../img_new/select-arrow.svg) no-repeat right center;
  }
    @media screen and (max-width: 1280px) {
      .title-menu__link {
        font-size: 18px; } }
    .title-menu__link:not(:last-child) {
      margin-right: 24px; }
    .title-menu__link._color_white {
      color: rgba(255, 255, 255, 0.6); }

.tabs {
  margin-top: 27px; }

.tabs__item > div, .tabs__item > input {
  display: none; }

.tabs__item label {
  cursor: pointer;
  display: inline-block;
  position: relative;
  vertical-align: top;
  font-family: 'Helvetica';
  font-size: 20px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 12px; }
  .tabs__item label:not(:last-child) {
    margin-right: 18px; }

.tabs__item input[type="radio"]:checked + label {
  font-family: 'Helvetica';
  color: #000000; }
  .tabs__item input[type="radio"]:checked + label:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -13px;
    width: 100%;
    height: 1px;
    background: #000000; }

.tabs__item > input:nth-of-type(1):checked ~ div:nth-of-type(1),
.tabs__item > input:nth-of-type(2):checked ~ div:nth-of-type(2) {
  display: block; }

.tabs-content {
  border-top: 1px solid rgba(0, 0, 0, 0.05);
  padding-top: 43px; }
  .tabs-content__item {
    display: inline-block;
    vertical-align: top;
    width: 27.3%;
    padding: 19px 0;
    border-bottom: 1px solid #F2F2F2; }
    .tabs-content__item:not(:nth-child(3n+3)) {
      margin-right: 8.5%; }
      @media screen and (max-width: 1024px) {
        .tabs-content__item:not(:nth-child(3n+3)) {
          margin-right: 8%; } }
    @media screen and (max-width: 640px) {
      .tabs-content__item {
        width: 100%; }
        .tabs-content__item:last-child {
          border: 0; } }
  .tabs-content__head {
    min-height: 92px;
    max-height: 92px;
    overflow: hidden;
    color: #000000;
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 16px; }
    @media screen and (max-width: 1024px) {
      .tabs-content__head {
        margin-bottom: 17px; } }
    @media screen and (max-width: 640px) {
      .tabs-content__head {
        min-height: auto;
      max-height: none;} }
.tabs-content__main-news {
  display: flex;
  margin: 0 -12px 36px;
}

.tabs-content__main-item {
  flex: 0 0 50%;
  max-width: 50%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.tabs-content__main-img-wrap {
  position: relative;
  height: 0;
  padding-bottom: 56.5%;
}
.tabs-content__main-img-wrap img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.tabs-content__main-text-title {
  font-size: 24px;
  line-height: 40px;
  margin-bottom: 14px;
  max-height: 120px;
  overflow: hidden;
}
.tabs-content__main-text-title > a {
  color: #000000;
}
.tabs-content__main-text-date {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  .tabs-content__main-news {
    flex-direction: column;
    margin-bottom: 0;
    padding-bottom: 19px;
    border-bottom: 1px solid #F2F2F2;
  }
  .tabs-content__main-item {
    flex: 100% 0 0;
    max-width: 100%;
    width: 100%;
  }
  .tabs-content__main-img-wrap {
    margin-bottom: 12px;
  }
  .tabs-content__main-text-title {
    font-size: 20px;
    line-height: 32px;
  }
  .tabs-content__main-text-title {
    max-height: none;
  }
}
@media screen and (max-width: 464px) {
  .tabs__item label {
    padding-bottom: 12px;
    margin-bottom: 12px;
  }
  .tabs__item input[type="radio"]:checked + label:after {
    bottom: 0;
  }
}
.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; }
  @media screen and (max-width: 640px) {
    .button {
      width: 100%; } }
.bread-crumbs__list {
  list-style-type: none !important;
  margin-left: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px; }

.bread-crumbs__item {
  margin-right: 6px; }
.bread-crumbs__link {
  font-size: 16px !important;
  line-height: 32px !important;
  color: rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important;
}
.content-page a.bread-crumbs__link {
  font-size: 16px !important;
  line-height: 32px !important;
  color: rgba(0, 0, 0, 0.4) !important;
  text-decoration: none !important; }
.social-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -55px;
  padding-top: 43px; }
  .social-box__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 40px; }
.social-box__item:first-child img {
  opacity: 0.6;
}
  .social-box__text {
    font-family: 'Helvetica';
    font-size: 20px;
    line-height: 40px;
    color: rgba(255, 255, 255, 0.6);
    margin-left: 14px; }
    @media screen and (max-width: 1024px) {
      .social-box__text {
        font-size: 18px; } }
@media screen and (max-width: 550px) {
  .social-box__text {
    display: none } }

.resources-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 43px;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .resources-box__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1; }
    .resources-box__item:not(:last-child) {
      margin-right: 24px; }
  .resources-box__link {
    display: block;
    font-family: 'Helvetica';
    font-size: 20px;
    line-height: 32px;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 24px; }

.content-page a {
  text-decoration: underline !important;
  color: #192A81 !important;
  font-size: inherit;
  line-height: inherit; }
.content-page img, .content-page iframe {
  display: block;
  margin: 0 auto;
  padding-right: 24px;
}
.content-page p {
  margin-bottom: 24px; }
@media screen and (max-width: 640px) {
  .content-page p, .content-page span, .content-page a, .content-page td, .content-page th {
    text-align: left !important;
  }
  .content-page h1 {
    font-size: 22px !important;
    line-height: 30px !important;
    text-align: left !important;
  }
  .bread-crumbs__list {
    margin-bottom: 24px;
  }
  .content-page, .content-page-without_style {
    padding: 24px 0 48px 0 !important;
  }
  .main-calendar-block.open {
    flex-direction: column;
  }
  .main-calendar-block__item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 12px;
  }
}
@media screen and (max-width: 550px) {
  .content-page img:not(.ad-thumb-list img) {
    width: auto !important;
    margin: 0 auto !important;
    margin-bottom: 16px !important;
    padding: 0 !important;
    /*height: auto !important; */
  }
}
.content-page h1 {
  font-size: 32px;
  font-family: "Helvetica";
  line-height: 42px;
  text-align: left;
  margin-bottom: 32px; }

.content-page h2 {
  font-weight: 500;
  font-size: 26px;
  font-family: "Helvetica";
  line-height: 36px;
  margin-bottom: 23px; }
  @media screen and (max-width: 1024px) {
    .content-page h2 {
      font-size: 20px;
      line-height: 28px; } }

.content-page, .content-page-without_style {
  max-width: 958px;
  margin: 0 auto;
  padding: 44px 0 104px 0; }
  .content-page__social, .content-page-without_style__social {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #192A81;
    border-right: 0; }
  .content-page__social-item, .content-page-without_style__social-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    border-right: 1px solid #192A81;
    height: 72px; }
  .content-page__wrapper-image, .content-page-without_style__wrapper-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 29px 0 41px 0; }
  .content-page__description, .content-page-without_style__description {
    font-size: 28px;
    line-height: 48px;
    font-weight: 500; }

.content-page-without_style h1 {
  font-size: 35px;
  line-height: 42px;
  margin-bottom: 32px; }

.content-page-without_style .tabs-content__item {
  width: 100%; }
  .content-page-without_style .tabs-content__item:last-child {
    border-bottom: 0; }

.content-page-without_style .tabs-content__head {
  margin-bottom: 0;
  min-height: auto; }

.video-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; }
  @media screen and (max-width: 640px) {
    .video-block {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .video-block__item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1;
        -ms-flex: 1 1;
            flex: 1 1;
    min-width: 46%;
    max-width: 46%;
    margin-bottom: 94px; }
  .video-block__item img {
    width: 100%;
    height: 100%;
    display: block;
  }
  .video-block__wrapper-image {
    margin-bottom: 16px;
  }
    .video-block__item:not(:nth-child(2n+2)) {
      margin-right: 8%; }
    @media screen and (max-width: 640px) {
      .video-block__item {
        margin-right: 0;
        max-width: none;
        min-width: auto;
        width: 100%;
        margin-bottom: 55px; }
      .video-block__text {
        max-height: none !important;
      }

    }
  .video-block__text {
    font-size: 20px;
    line-height: 32px;
    color: #000000;
    font-weight: 500;
    min-height: 64px;
    max-height: 64px; }
.video-wrapper {
  margin: 0 -12px;
}
.contacts__h2 {
  margin: 55px 0 55px 0; }
  @media screen and (max-width: 640px) {
    .contacts__h2 {
      margin: 25px 0; } }
.contacts {
  max-width: 100%;
  overflow-x: auto;
}
.contacts__row {
  margin-bottom: 121px; }
  @media screen and (max-width: 640px) {
    .contacts__row {
      margin-bottom: 60px; } }

.contacts__cell {
  font-family: 'Helvetica';
  font-size: 22px;
  line-height: 40px;
  color: #000000;
  padding-bottom: 52px; }
  @media screen and (max-width: 640px) {
    .contacts__cell {
      font-size: 18px;
      line-height: 32px;
      display: block;
      width: 100%;
      padding-bottom: 24px; } }
  .contacts__cell:first-child {
    font-family: 'FranklinGothicMediCondC';
    width: 47%; }

.contacts__table._border {
  border: 1px solid #F2F2F2;
  padding: 23px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .contacts__table._border .contacts__cell {
    padding-top: 23px;
    padding-bottom: 23px;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    text-align: center;
    vertical-align: middle; }
  .contacts__table._border .contacts__cell:first-child {
    padding-left: 23px;
    text-align: left; }

.footer {
  position: relative;
padding: 20px 0;}

  .footer:after {
    content: "";
    position: absolute;
    height: 100%;
    margin: 0 -10000px;
    left: 0;
    right: 0;
    top: 0;
    background: #000000;
    z-index: -1; }
@media screen and (max-width: 1024px) {
  .footer:after {
    margin: 0 -24px;} }
.copyright {
  color: rgba(255, 255, 255, 0.4);
  font-family: 'Helvetica';
  font-size: 16px; }
.copyright a {
  color: rgba(255, 255, 255, 0.4);
  text-decoration: underline;
}
.video-btn {
  width: 43px;
  height: 43px;
  position: absolute;
  left: 50%;
  top: calc(50% - 22px);
  background: url("../img_new/play-btn.svg") no-repeat center center;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  -o-transform: translate(-50%);
  transform: translate(-50%);
}
.access-big {
  font-size: 18px;
  line-height: 32px;
  font-family: 'Helvetica';
}
.access-small {
  font-size: 12px !important;
  line-height: 32px;
  font-family: 'Helvetica';
}
.header_menu-access {
  cursor: pointer;
  margin-left: 20px;
}
@media screen and (max-width: 1024px) {
  .header_menu-access {
    display: none } }

button {
  border: 0;
  background: none;
  padding: 0;
  margin: 0;
}
.header_menu-button {
  background: url("../img_new/search-btn.svg") no-repeat center center;
  cursor: pointer;
  width: 24px;
  height: 24px;
  margin-left: 27px;
}
@media screen and (max-width: 1024px) {
  .header_menu-button {
    display: none } }
.header_menu {
  display: flex;
  align-items: center;
}
@media screen and (max-width: 1024px) {
  .header_menu-lang {
    display: none } }

body.blind {
  -webkit-filter: grayscale(100%);
  filter: gray;
  filter: grayscale(100%);
  font-size: 2em;
}
.blind p, .blind span, .blind li, .blind ul, .blind a, .blind div, .blind h1, .blind h2, .blind h3, .blind h4, .blind .l-header .logo, .blind .l-header .b-side-l, .blind .l-header .b-side-r {
  font-size: 100%;
  line-height: 1.1;
}
.blind.small p, .blind.small span, .blind.small li, .blind.small ul, .blind.small a, .blind.small div, .blind.small h1, .blind.small h2, .blind.small h3, .blind.small h4, .blind.small .l-header .logo, .blind .l-header .b-side-l, .blind .l-header .b-side-r {
  font-size:96%;
  line-height: 1.1;
}
.blind.medium p, .blind.medium span, .blind.medium li, .blind.medium ul, .blind.medium a, .blind.medium div, .blind.medium h1, .blind.medium h2, .blind.medium h3, .blind.medium h4, .blind .l-header .logo, .blind .l-header .b-side-l, .blind .l-header .b-side-r {
  font-size: 100%;
  line-height: 1.1;
}
.blind.big p, .blind.big span, .blind.big li, .blind.big ul, .blind.big a, .blind.big div, .blind.big h1, .blind.big h2, .blind.big h3, .blind.big h4, .blind .l-header .logo, .blind .l-header .b-side-l, .blind .l-header .b-side-r {
  font-size: 102%;
  line-height: 1.1;
}
.blind .header_menu-access {
  font-size: 18px;
}
.blind .tabs-content__item {
  width: 100%;
}
.blind-font {
  display: none;
  position: relative;
  margin-right: 24px;
  align-items: baseline;
}
.blind-font.visible {
  display: flex;
}
.blind-font__text {
  font-size: 18px !important;
  line-height: 32px;
  margin-right: 15px;
  font-weight: 500;
}
.blind-font button {
  cursor: pointer;
  margin-right: 20px;
}
.blind-font .small {
  font-size: 12px;
}
.blind-font .medium {
  font-size: 18px;
}
.blind-font .large {
  font-size: 23px;
}
.blind.small .slider-main__item .description,
.blind.medium .slider-main__item .description,
.blind.big .slider-main__item .description {
  max-height: none;
  min-height: auto;
  word-break: break-word;
}
.content-page._forms {
  position: relative;
}
.forms-block {
  margin-top: 60px;
}
.content-page._forms:after {
  content: '';
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  top: 0;
  background: #F6F6F6;
  z-index: -2;
}
.forms-block__item {
  margin-bottom: 29px;
}
.forms-block__item._width {
  max-width: 480px;
}
.forms-block__item.error .forms-block__input {
  border-color: red;
}
.forms-block__title {
  font-size: 18px;
  line-height: 28px;
  font-family: 'Helvetica';
  color: #000000;
  margin-bottom: 7px;
  display: block;
}
.forms-block__title._margin {
  margin-bottom: 0;
  margin-left: 16px;
}
.forms-block__title span {
  color: red;
}
.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';
}
textarea.forms-block__input {
  max-width: 100%;
  height: 320px;
  resize: none;
}
.forms-block__item .select-box__item {
  width: 100%;
}
.forms-block .button {
  width: 100%;
  text-align: center;
  background-color: #A1AAB3;
}
.forms-block .button.active {
  background-color: #192A81;
}
.forms-block__description {
  font-size: 22px;
  line-height: 40px;
  font-family: 'Helvetica';
}
.forms-block__radio-wrapper {
  display: flex;
  align-items: center;
}
.forms-block__radio-item {
  display: flex;
  align-items: center;
  margin-right: 66px;
}
.jq-file__browse {
  display: none;
}

.slick-slide img {
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slider-main._image-contain .slick-slide img {
  -o-object-fit: contain;
  object-fit: contain;
}

.slider-main._image-contain .slider-main__item {
  margin: 0 30px;
}

.jq-selectbox__select {
  padding-right: 60px !important;
}

.blind .header_navigation-link {
  white-space: normal;
  font-size: 26px;
}

.blind .header_navigation {
  height: auto;
}
.calendar-block {
  display: none;
  position: relative;
  padding: 48px 0;
  margin-top: 24px;
}
.calendar-block.open {
  display: flex;
}
.calendar-block:after {
  content: '';
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  top: 0;
  background: #F6F6F6;
  z-index: -1;
}
.calendar-block__item {
  flex: 1 1;
}
.calendar-block__item:not(:last-child) {
  margin-right: 24px;
}
.content-page__social .ya-share2__badge {
  background-color: transparent !important;
  line-height: normal !important;
}
.content-page__social .ya-share2__link {
  line-height: normal !important;
}
.ya-share2__item_service_facebook .ya-share2__icon {
  background: url("../img_new/content-fb-icon.svg") no-repeat center center !important;
}
.ya-share2__item_service_twitter .ya-share2__icon {
  background: url("../img_new/content-twitter-icon.svg") no-repeat center center !important;
}
.ya-share2__item_service_vkontakte .ya-share2__icon {
  background: url("../img_new/content-vk-icon.svg") no-repeat center center !important;
}
.phone-box {
  display: flex;
  /*align-items: center;*/
  margin-bottom: -70px;
}
@media screen and (max-width: 640px) {
  .phone-box {
    flex-direction: column;
    align-items: flex-start;
  }
}
.phone-box .resources-box__item {
  margin-right: 22px;
}
.phone-box .resources-box__link {
  margin-bottom: 8px;
}
.select-box__item._width {
  max-width: none;
}
.forms-block__item-wrapper {
  display: flex;
}
@media screen and (max-width: 768px) {
  .forms-block__item-wrapper {
    display: block;
  }
}
.forms-block__item-wrapper .forms-block__item {
  flex-basis: 50%;
}
.forms-block__item-wrapper .forms-block__item:not(:last-child) {
  margin-right: 16px;
}
.google_search {
  margin-top: 22px;
}

.gsc-results {
  width: auto !important;
}

.gcsc-branding {
  padding: 0 !important;
  padding-top: 11px !important;
  padding-bottom: 9px !important;
}

.gsc-input-box {
  background-color: #FFFFFF !important;
  border: 1px solid #ACACAC !important;
  border-right: 0;
  float: left;
  color: #56595E;
  margin: 0;
  font: 20px/46px 'Helvetica';
  height: 50px !important;
  padding-left: 15px;
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 4px 0 0 4px;
}

.gsc-result-info {
  font: 16px/36px 'Helvetica' !important;
  color: #56595E !important;
  padding-left: 0 !important;
}

.gsc-selected-option-container {
  font: 16px/36px 'Helvetica' !important;
  color: #56595E !important;
}

.gsc-control-cse .gsc-option-selector {
  width: 9px !important;
  height: 15px !important;
  top: 15px !important;
  right: 15px !important;
  background: url("../img_new/select-arrow.svg") no-repeat center center;
}

.gsc-selected-option-container {
  border-radius: 4px !important;
  box-shadow: none !important;
  height: 36px !important;
  padding: 0 40px 0 15px !important;
}

.gs-image-box.gs-web-image-box.gs-web-image-box-portrait, .gs-image-box.gs-web-image-box.gs-web-image-box-landscape {
  width: 60px !important;
  height: 60px !important;
  overflow: hidden !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  margin-right: 15px !important;
}

.gs-webResult.gs-result a.gs-title:visited, .gs-webResult.gs-result a.gs-title:visited b, .gs-imageResult a.gs-title:visited, .gs-imageResult a.gs-title:visited b,
.gs-webResult.gs-result a.gs-title:link, .gs-webResult.gs-result a.gs-title:link b, .gs-imageResult a.gs-title:link, .gs-imageResult a.gs-title:link b {
  font: 21px 'Helvetica' !important;
  color: #000 !important;
  height: auto !important;
  border: 0 !important;
  text-decoration: none !important;
}

.gs-result .gs-title, .gs-result .gs-title * {
  text-decoration: none !important;
}
.gsc-results .gsc-cursor-box .gsc-cursor-page {
  font: 16px/26px 'Helvetica' !important;
  color: #2B44B6 !important;
}

.gsc-results .gsc-cursor-box .gsc-cursor-current-page {
  font: 16px/26px 'Helvetica' !important;
  color: #fff !important;
  padding: 5px !important;
  background: #2B44B6 !important;
}

.gs-title:hover {
  text-decoration: underline !important;
}

.gs-webResult div.gs-visibleUrl, .gs-imageResult div.gs-visibleUrl {
  color: #2B44B5 !important;
  font: 16px/24px 'Helvetica' !important;
}

.gs-webResult .gs-snippet, .gs-imageResult .gs-snippet, .gs-fileFormatType {
  font: 18px/22px 'Helvetica' !important;
  color: #000 !important;
}

.gs-web-image-box-portrait img.gs-image, .gs-web-image-box-landscape img.gs-image {
  width: 100% !important;
  height: 100% !important;
  object-fit: cover !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
}

.gsc-option {
  font: 16px/36px 'Helvetica' !important;
  color: #56595E !important;
}

.gsc-above-wrapper-area {
  border-color: #D8D8D8 !important;
}

.gsc-thumbnail-inside {
  padding-left: 0 !important;
}

.gsc-url-top {
  padding-left: 0 !important;
}

.gsc-orderby-label {
  font: 16px/36px 'Helvetica' !important;
  color: #56595E !important;
  padding: 10px 9px 0 0 !important;
}

.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title * {
  font-size: auto !important;
  height: auto !important;
}

.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
}

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0 !important;
  background: none !important;
  font-size: 20px !important;
  font-family: 'Helvetica' !important;
  line-height: 46px !important;
}
.gsc-search-box-tools .gsc-search-box .gsc-input::placeholder {
  font-size: 0 !important;
}

.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
  padding: 18.5px 50px !important;
  background-color: #2B44B5 !important;
  border: 0 !important;
  border-radius: 0 4px 4px 0 !important;
}

.gsc-input-box:hover {
  border: 1px solid #ACACAC !important;
  box-shadow: inset 0 0 2px #b2b2b2 !important;
  -moz-box-shadow: inset 0 0 2px #b2b2b2 !important;
  -webkit-box-shadow: inset 0 0 2px #b2b2b2 !important;
}

.gsc-input-box:focus {
  border: 1px solid #ACACAC !important;
  box-shadow: inset 0 0 2px #b2b2b2 !important;
  -moz-box-shadow: inset 0 0 2px #b2b2b2 !important;
  -webkit-box-shadow: inset 0 0 2px #b2b2b2 !important;
}

.gsib_a {
  padding: 0 !important;
}

.gsst_b {
  font-size: 16px !important;
  padding: 0 2px !important;
  position: relative !important;
  user-select: none;
  -webkit-user-select: none;
  white-space: nowrap !important;
}

.gsst_a {
  padding-top: 3px !important;
}

.gsst_a {
  cursor: pointer !important;
  padding: 0 4px !important;
}

.gsst_a .gscb_a {
  color: #a1b9ed !important;
  display: none !important;
  cursor: pointer !important;
}

.gscb_a {
  display: inline-block !important;
  font: 27px/13px arial,sans-serif !important;
}

.gsc-search-button-v2 {
  display: block !important;
  cursor: pointer !important;
  position: relative !important;
  text-align: center !important;
  margin: 0 !important;
  padding: 17.5px 50px !important;
  margin-left: 10px !important;
  background: #192A81 !important;
  border-color: #192A81 !important;
}

.gsc-adBlock {
  display: none !important;
}

input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  background: url(../img/new_index_03_17/icon/search_icon_inner.svg) no-repeat center center;
}

.search_fix {
  width: 100%;
}
.gcsc-find-more-on-google {
  display: none !important;
}
.gcsc-find-more-on-google-branding {
  display: none !important;
}
/*print_version*/

.print_up_header {
  border-bottom: 1px solid #D7DBDF;
  padding: 20px;
}

.print_up_header_btn {
  font: 18px/40px 'Helvetica';
  display: inline-block;
  color: #80868C;
  background: #DADBDE;
  border-radius: 4px;
  padding: 0 27px;
  margin-right: 20px;
}

.print_wrapper {
  width: 600px;
  padding-left: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.print_header {
  display: flex;
  align-items: center;
  margin: 20px 0;
}

.print_header_logo {
  width: 100px;
  display: inline-block;
  vertical-align: middle;
}

.print_header_logo img {
  display: block;
  width: 100%;
}

.print_header_logo_text {
  display: inline-block;
  font-size: 24px;
  line-height: 30px;
  margin-left: 16px;
  color: #000000;
  font-weight: 500;
}

.print_content_adress {
  font: 16px/22px 'Helvetica';
  display: block;
  margin-bottom: 10px;
}

.print_content_adress a {
  color: #2B44B5
}

.print_content_h1 {
  font-size: 28px;
  line-height: 36px;
  text-align: left;
  margin-bottom:10px;
}

.print_content_date {
  font: 16px/22px 'Helvetica';
  margin-bottom: 10px;
  display: block;
  color: #AFB7C0;
}
.content-page .forms-block__error {
  display: block;
  margin-top: 8px;
  font-family: 'Helvetica';
  color: red;
  font-size: 16px !important;
}
.forms-block__item .jq-selectbox__select {
  height: 70px;
  border: 1px solid #ffffff;
}
.forms-block__item.error .jq-selectbox__select {
  border-color: red;
}
#ui-datepicker-div {
  margin-top: 8px;
  border: 0;
  z-index: 20 !important;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  width: auto !important;
  padding: 12px 24px 0 24px !important;
}
.ui-widget-header {
  background: none !important;
  border: 0 !important;
}
.ui-state-default, .ui-widget-content .ui-state-default {
  background: none !important;
  border: 0 !important;
  font-size: 20px !important;
  line-height: 40px !important;
  padding: 8px 20px !important;
}
.ui-state-highlight, .ui-widget-content .ui-state-highlight {
  background: #192A81 !important;
  border-radius: 50%;
  color: #ffffff !important;
}
.ui-state-active, .ui-widget-content .ui-state-active {
  color: #000000 !important;
}
.ui-datepicker th span {
  color: rgba(0, 0, 0, 0.4) !important;
  font-size: 20px !important;
  line-height: 40px !important;
  font-family: 'Helvetica' !important;
}
.ui-datepicker-title .ui-datepicker-month,
.ui-datepicker-title .ui-datepicker-year {
  font-family: 'Helvetica' !important;
  font-size: 20px !important;
  line-height: 40px !important;
}
.table-wrapper {
  overflow: auto;
  border: 1px solid #f2f2f2;
}
.content-page table {
  width: 100% !important;
  border-collapse: collapse;
  margin: 20px 0;
}
.content-page th {
  font-family: 'Helvetica';
  font-size: 18px;
  line-height: 40px;
  color: #000000;
  background: #F2F2F2;
  vertical-align: middle;
  text-align: left;
  padding: 14px 24px 42px 24px;
}
.content-page td {
  font-family: 'Helvetica';
  color: #000000;
  font-size: 17px;
  padding: 16px 24px;
  border-bottom: 1px solid #f2f2f2;
}
.content-page td:not(:last-child) {
  border-right: 1px solid #f2f2f2;
}
.content-page td img {
  max-width: none;
}
.content-page h3 {
  font-family: 'Helvetica';
  font-size: 22px;
  line-height: 40px;
  font-weight: 500;
}
.header_menu-lang .jq-selectbox__select-text {
  font-size: 18px !important;
  font-family: 'Helvetica';
  min-width: 35px;
  line-height: 44px;
}
.header_menu-lang .jq-selectbox__select {
  margin-top: -5px;
}
.header_menu-lang .jq-selectbox__trigger {
  top: 24px;
}
.jq-selectbox__select-text {
  font-family: 'Helvetica';
}
.ymaps-2-1-77-map {
  position: absolute !important;
  top: 0;
}
#map {
  position: relative;
}
.content-submenu__nav {
  margin-bottom: 36px;
}
.content-submenu__item {
  display: block;
  font-size: 18px !important;
  text-decoration: underline !important;
  color: #192A81 !important;
  line-height: inherit;
}
.content-submenu__item:not(:last-child) {
  margin-bottom: 12px;
}
.content-submenu__item-wrap {
  display: flex;
  align-content: center;
  margin-bottom: 12px;
  font-size: 18px !important;
  line-height: inherit;
}
.content-submenu__item-wrap a {
  margin-bottom: 0 !important;
}
.content-submenu__item-wrap span {
  margin: 0 6px;
}
.lang_menu_mobile {
  display: none;
}
@media screen and (max-width: 1024px) {
  .lang_menu_mobile {
    display: block}
}
.ya-share2__list {
  margin-bottom: 0;
}
.paging-list {
  display: flex;
  align-items: center;
}
.paging-list__item:not(:last-child) {
  margin-right: 12px;
}
.paging-list__item a {
  color: #192A81;
}
.paging-list__item a:hover {
  text-decoration: underline;
}
.paging-list__item.active a {
  color: #000;
}

@media screen and (max-width: 1024px)
{
  abbr[title] {
    position: relative;
  }
  abbr[title]:hover::after,
  abbr[title]:focus::after {
    content: attr(title);
    position: fixed;
    background: #000;
    color: #fff;
    font-size: 14px;
    line-height: normal;
    padding: 12px;
    z-index: 1;
    top: 12px;
    left: 12px;
    right: 12px;
  }
}
.table-mobile-block {
  margin: 0 !important;
}
.table-mobile-block td img {
  padding-right: 0;
}
@media screen and (max-width: 1024px) {
  .table-mobile-block td {
    display: block;
  }
  .table-mobile-block {
    display: block;
  }
  .table-mobile-block table {
    display: block;
    width: 100%;
  }
  .table-wrapper tbody {
    overflow: hidden;
    width: 100%;
  }
  .table-wrapper  tr{
    max-width: 100%;
  }
}
.top-navigation {
  display: flex;
  justify-content: space-between;
  padding: 45px 0;
  margin: 0 -12px;
}
@media screen and (min-width: 1025px) {
  .top-navigation .slick-list,
  .top-navigation .slick-track {
    width: 100% !important;
  }
}
.top-navigation .slick-prev {
  right: auto;
}
.top-navigation .slick-next {
  right: 40px;
}
.top-navigation .slick-prev,
.top-navigation .slick-next {
  bottom: -10px;
}
.top-navigation__item {
  display: flex !important;
  flex: 0 0 33.3%;
  max-width: 33%;
  padding: 0 12px;
  color: #000;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.top-navigation__item:hover .top-navigation__item-text-wrap {
  text-decoration: underline;
}
.top-navigation__item-img-wrap {
  min-width: 32px;
  max-width: 32px;
  min-height: 32px;
  max-height: 32px;
  margin-right: 21.5px;
}
.top-navigation__item-text-wrap {
}
.top-navigation__item-text-wrap h4 {
  font-family: 'Helvetica';
  font-weight: 500;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.top-navigation__item-text-wrap span {
  font-family: 'Helvetica';
  font-weight: normal;
  font-size: 16px;
  line-height: 24px;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2px;
  display: block;
}
.main-calendar-block {
  margin: 37px -12px 0;
  display: flex;
  justify-content: space-between;
}
.main-calendar-block__item {
  flex: 0 0 33.3%;
  max-width: 33%;
  padding: 0 12px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;

}
.main-calendar-block__wrapper {
  background-color: #fff;
  padding: 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 6px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 56px;
  height: 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: 8px;
  margin-top: 10px;
}
.main-calendar-block__text {
  display: flex;
  flex-direction: column;
}
.main-calendar-block__text-title {
  font-weight: 500;
  font-size: 12px;
  line-height: 16px;
  color: rgba(0, 0, 0, 0.6);
}
.main-calendar-block__text-event {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #000;
  text-transform: uppercase;
  justify-content: center;
}
.slider-main._background-color-gray:before {
  content: none;
}
.slider-partners {
  height: 120px;
}
.dipmiss._padding-bottom-40 {
  padding-bottom: 40px;
}
.top-submenu {
  display: flex;
  flex-wrap: nowrap;
  max-width: 100%;
  margin: 0 -12px;
  justify-content: space-between;
  width: 100%;
}
.top-submenu:before {
  content: '';
  position: absolute;
  left: 0;
  height: 48px;
  right: 0;
  background-color: #F6F6F6;
  z-index: -1;
}
.top-submenu__link {
  font-weight: 500;
  font-size: 13px;
  line-height: 48px;
  padding: 0 12px;
  color: #000;
  white-space: nowrap;
}
.top-submenu__link._active {
  background-color: rgba(0, 0, 0, 0.04);
}
@media screen and (max-width: 576px) {
  .top-navigation {
    padding-top: 20px;
  }
  .top-navigation__item {
    align-items: center;
  }
}
.slider-main {
  display: flex;
  position: relative;
}
.slider-main:before {
  content: '';
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  top: 0;
  background: #F6F6F6;
  z-index: -1;
}
.slider-wrapper {
  display: flex;
  position: relative;
}
.slider-wrapper:before {
  content: '';
  position: absolute;
  height: 100%;
  margin: 0 -10000px;
  left: 0;
  right: 0;
  top: 0;
  background: #F6F6F6;
  z-index: -1;
}
.slider-main__left {
  flex: 50% 0 0;
  display: flex;
  padding: 32px 0 80px;
  margin: 0 -12px;
  margin-right: 16px;
}
.slider-main__left .slider-main__item {
  flex: 46% 0 0;
  max-width: 46%;
  min-width: 46%;
}
.slider-main__left .slider-main__item img {
  width: 100%;
  object-fit: cover;
}
.slider-main__left.russia {
  display: flex;
  flex-direction: column;
  margin: 0;
  padding-right: 24px;
}
.slider-main__left.russia .slider-main__item {
  flex: 100% 0 0;
  max-width: 100%;
  min-width: 100%;
  margin: 0;
  display: flex;
  background: none;
  max-height: 80px;
}
.slider-main__left.russia .slider-main__item:first-child {
  margin-bottom: 24px;
}
.slider-main__left.russia .slider-main__wrapper-image {
  height: 80px;
}
.slider-main__left.russia .slider-main__wrapper-image,
.slider-main__left.russia .description {
  flex: 50% 0 0;
  max-width: 50%;
  min-width: 50%;
}
@media screen and (max-width: 1280px) {
  .slider-main__left {
    padding: 24px 0 88px;
  }
}
@media screen and (max-width: 768px) {
  .slider-wrapper {
    flex-direction: column;
  }
  .slider-main__left {
    margin-right: 0;
  }
  .slider-main {
    max-width: none;
  }
}
.slider-main._image-contain {
  max-width: none;
  float: 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);
}
.map-wrap {
  height: 400px;
}
#map {
  width: 100%;
  height: 400px;
  position: absolute;
  left: 0;
  right: 0;
}
.content-page .tabs-content__head {
  font-size: 18px !important;
  line-height: 30px !important;
  margin-bottom: 16px !important;
  max-height: none;
  font-weight: 400;
}
.content-page .tabs-content__item {
  margin-right: 0;
  flex: 31% 0 0;
  max-width: 31%;
  min-width: 31%;
  padding: 0 12px;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  .content-page .tabs-content__item {
    flex: 100% 0 0;
    max-width: 100%;
    min-width: 100%;
  }
}
.inner-news {
  display: flex;
}
.content-page .more-button {
  font-size: 20px !important;
  color: #000000 !important;
  line-height: 72px !important;
  margin-top: 24px;
  text-decoration: none !important;
}

@media (max-width: 767.99px) {  
        .main_news_slider_item.slick-slide {
            flex-direction: column!important;
        }
      }