@charset "UTF-8";
.logo {
  font-size: 0;
  background-image: url(/_/i/logo-small.svg);
  background-repeat: no-repeat;
  width: 233px;
  height: 65px; }
  @media screen and (max-width: 1024px) {
    .logo {
      margin-left: 40px;
      width: 160px;
      height: 55px;
      background-size: contain; } }

.header-round-wrapper {
  width: 100%;
  overflow: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  z-index: -99; }

.header-round {
  position: absolute;
  width: 1092px;
  background-image: url(/_/images/header-round2.jpeg);
  padding-bottom: 1092px;
  background-repeat: no-repeat;
  background-position: top right;
  z-index: -1;
  background-attachment: fixed;
  border-radius: 100%;
  top: -47%;
  right: -16%;
  background-size: contain;
  overflow: hidden; }
  .header-round:before {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    position: absolute;
    background-color: rgba(17, 85, 154, 0.5); }
  .header-round:after {
    content: "";
    width: 100%;
    left: 0;
    top: 0;
    height: 100%;
    background-image: url(/_/i/round.png);
    position: absolute;
    background-size: contain; }
  @media screen and (max-width: 1024px) {
    .header-round {
      width: 45%;
      padding-bottom: 45%;
      opacity: .7; } }

header {
  z-index: 2;
  position: fixed;
  background-color: rgba(255, 255, 255, 0.7);
  margin-bottom: 46px;
  width: 100%;
  top: 0;
  transition: .2s; }
  header .container {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  header .right-container {
    display: flex;
    align-items: center; }
    header .right-container .lang-search {
      margin-right: 25px;
      min-width: 90px; }
  header .container {
    position: relative; }
  header.fixed_header {
    background-color: white;
    box-shadow: 0 0 4px 0 silver; }
  header:not(.header-intern) .right-container {
    max-width: 1000px;
    overflow: hidden;
    transition: .2s;
    opacity: 1; }
  header.fixed_header:not(.header-intern) .right-container .social-media {
    white-space: nowrap; }
  @media screen and (max-width: 1024px) {
    header.fixed_header.header-intern .container {
      padding: 5px 15px; } }
  header.fixed_header.header-intern .open-menu {
    top: 34px; }
    @media screen and (max-width: 1024px) {
      header.fixed_header.header-intern .open-menu {
        top: 22px; } }
  header.fixed_header.header-intern .bottom-block {
    display: none; }
  header.fixed_header.header-intern .logo {
    background: none !important; }
    header.fixed_header.header-intern .logo:before {
      left: 0;
      content: "";
      position: absolute;
      width: 90px;
      height: 50px;
      top: 13%;
      opacity: 1; }
    @media screen and (max-width: 1024px) {
      header.fixed_header.header-intern .logo {
        height: 44px; }
        header.fixed_header.header-intern .logo:before {
          top: 2%;
          left: 0;
          height: 41px; } }
  @media screen and (min-width: 1024px) {
    header.fixed_header.header-intern .nav-container {
      height: 77px;
      align-items: center; } }

header.header-intern .logo {
  transition: .2s;
  position: relative; }
  header.header-intern .logo:before {
    transition: .2s;
    content: "";
    position: absolute;
    background-image: url(/_/i/logo-fixed.png);
    background-size: contain;
    top: -1%;
    width: 47px;
    height: 26px;
    left: 93px;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0; }
@media screen and (min-width: 1024px) {
  header.header-intern ~ main {
    margin-top: 160px; } }
@media screen and (min-width: 1024px) {
  header.header-intern .nav-container {
    height: 114px;
    transition: .2s;
    display: flex;
    flex-direction: column;
    align-items: end;
    text-align: right;
    justify-content: center;
    width: initial; } }
header.header-intern .bottom-block {
  display: flex; }
header.header-intern .social-media {
  margin-left: 20px; }
header.header-intern .open-menu {
  top: 40px;
  transition: .2s; }
@media screen and (max-width: 1024px) {
  header.header-intern .open-menu {
    top: 44px;
    position: absolute; }
  header.header-intern .container {
    display: flex;
    justify-content: space-between;
    align-items: center; } }

.nav-container {
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-right: 40px;
  width: 100%; }
  .nav-container nav li {
    display: inline-block;
    margin-right: 15px;
    vertical-align: middle; }
    .nav-container nav li:last-child {
      margin-right: 0; }
  .nav-container nav a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    color: #000000;
    text-decoration: none; }
    .nav-container nav a:hover {
      text-decoration: underline; }
  @media screen and (min-width: 1024px) {
    .nav-container .dropdowns-menu {
      position: absolute;
      right: 0;
      background: white;
      max-height: 0;
      overflow: hidden;
      top: -40px;
      transition: .3s;
      width: 295px;
      text-align: left;
      margin-top: 54px;
      background: rgba(255, 255, 255, 0.9);
      font-weight: 600;
      font-size: 14px;
      line-height: 19px;
      padding: 0 15px;
      border-radius: 15px; }
      .nav-container .dropdowns-menu ul li {
        display: block;
        margin-right: 0; }
        .nav-container .dropdowns-menu ul li a {
          display: block;
          padding: 12px 17px;
          border-radius: 6px;
          text-decoration: none; }
          .nav-container .dropdowns-menu ul li a:hover {
            background: #e9e9e9; }
          .nav-container .dropdowns-menu ul li a.active {
            background: #0F549A;
            color: white; } }
  @media screen and (max-width: 1370px) {
    .nav-container nav a {
      font-size: 13px; }
    .nav-container nav li {
      margin-right: 10px; } }

@media screen and (min-width: 1024px) {
  header.menu .nav-container .dropdowns-menu {
    position: absolute;
    top: -45px;
    padding: 55px 15px 15px 15px;
    max-height: 200px; } }

.lang-search {
  margin-top: 3px; }
  .lang-search a {
    text-decoration: none;
    font-size: 14px;
    font-weight: 600; }
  .lang-search .search {
    margin-right: 20px; }
  .lang-search .lang img {
    margin-right: 5px; }
  .lang-search.mobile {
    display: none; }

.social-media li {
  display: inline-block;
  margin: 0px 1px;
  vertical-align: middle; }
.social-media a.text {
  color: #0F549A;
  font-size: 11px;
  text-decoration: none;
  display: block; }
  .social-media a.text:hover {
    text-decoration: underline; }
.social-media img {
  max-width: 9px;
  max-height: 9px; }
.social-media a:not(.text) {
  width: 16px;
  background: #0F549A;
  height: 16px;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center; }
  .social-media a:not(.text):hover {
    opacity: .8; }

.open-menu {
  display: block;
  background-repeat: no-repeat;
  cursor: pointer;
  height: 11px;
  top: 23px;
  right: 15px;
  position: absolute;
  z-index: 1; }
  .open-menu span {
    width: 17px;
    display: block;
    height: 2px;
    background-color: #000000;
    border-radius: 2px;
    -webkit-transition: .2s;
    transition: .2s;
    position: relative; }
    .open-menu span:before {
      content: "";
      width: 100%;
      height: inherit;
      border-radius: inherit;
      display: block;
      background: inherit;
      margin: 5px 0 0 0;
      position: absolute;
      opacity: 1;
      -webkit-transition: inherit;
      transition: inherit; }
    .open-menu span:after {
      content: "";
      width: 100%;
      height: inherit;
      border-radius: inherit;
      display: block;
      background: inherit;
      margin: 10px 0 0 0;
      position: absolute;
      -webkit-transition: inherit;
      transition: inherit; }

.open-menu.active span {
  transform: rotate(45deg);
  margin-top: 5px; }
  .open-menu.active span:after {
    transform: rotate(90deg);
    margin: 0 0 0 0; }
  .open-menu.active span:before {
    opacity: 0; }

@media screen and (max-width: 1024px) {
  .open-menu {
    display: block;
    position: relative;
    top: initial;
    z-index: 2;
    right: initial; }

  header .lang-search.mobile {
    display: flex;
    flex-direction: row-reverse; }
    header .lang-search.mobile .search {
      margin-right: 0;
      margin-left: 20px; }
  header .container {
    position: static;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 16px 15px; }

  header.menu .nav-container {
    display: block; }

  .nav-container {
    position: fixed;
    overflow: auto;
    left: 0;
    background: white;
    z-index: 1;
    top: 54px;
    max-width: 400px;
    display: none;
    padding: 55px 15px 15px 15px;
    -webkit-border-top-right-radius: 15px;
    -webkit-border-bottom-right-radius: 15px;
    -moz-border-radius-topright: 15px;
    -moz-border-radius-bottomright: 15px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
    height: calc(100% - 124px); }
    .nav-container .social-media {
      margin-top: 15px; }
    .nav-container .lang-search {
      display: none; }
    .nav-container .social-media li {
      margin: 5px 1px; }
    .nav-container .social-media a:not(.text) {
      width: 30px;
      height: 30px; }
      .nav-container .social-media a:not(.text) img {
        max-width: 20px;
        max-height: 20px;
        width: 100%; }
    .nav-container nav li {
      display: block;
      margin-right: 0; }
      .nav-container nav li a {
        display: block;
        padding: 12px 17px;
        border-radius: 6px;
        text-decoration: none; }
        .nav-container nav li a:hover {
          background: #e9e9e9;
          text-decoration: none; }
        .nav-container nav li a.active {
          background: #0F549A;
          color: white; } }
.top-home-section {
  margin-bottom: 110px; }
  .top-home-section .text {
    font-size: 17px;
    line-height: 25px;
    max-width: 50%;
    display: inline-block; }
  .top-home-section .title {
    font-family: 'TrajanPro3';
    font-style: normal;
    font-weight: 600;
    font-size: 41px;
    line-height: 61px;
    margin-top: 40px;
    margin-bottom: 14px; }
  @media screen and (max-width: 1024px) {
    .top-home-section {
      margin-bottom: 42px; }
      .top-home-section .title {
        font-size: 27px;
        line-height: 40px; }
      .top-home-section .text {
        font-size: 16px;
        max-width: 70%; }
      .top-home-section img {
        max-width: 78%; }
      .top-home-section .header-round {
        width: 45%;
        padding-bottom: 45%;
        margin-top: 0 !important; }
        .top-home-section .header-round img {
          margin-top: 0 !important; } }
  @media screen and (max-width: 768px) {
    .top-home-section .title {
      display: none; }
    .top-home-section .text {
      max-width: 100%;
      width: 100%;
      display: block; }
    .top-home-section p {
      display: none; } }

.sub-menu {
  position: relative;
  margin-right: 20px !important; }
  .sub-menu > a:before {
    right: -10px;
    top: 10px;
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 3px solid transparent;
    border-right: 3px solid transparent;
    border-top: 3px solid #0F549A;
    position: absolute; }
  .sub-menu:hover ul {
    position: absolute;
    padding: 15px;
    max-height: 500px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.25); }
  .sub-menu ul {
    box-shadow: 0 0 0 transparent;
    position: absolute;
    right: 0;
    background: white;
    max-height: 0;
    overflow: hidden;
    top: 100%;
    transition: .3s;
    width: 295px;
    text-align: left;
    background: rgba(255, 255, 255, 0.9);
    font-weight: 600;
    font-size: 14px;
    line-height: 19px;
    padding: 0 15px;
    border-radius: 15px; }
    .sub-menu ul li {
      display: block;
      margin-right: 0; }
      .sub-menu ul li a {
        display: block;
        padding: 12px 17px;
        border-radius: 6px;
        text-decoration: none; }
        .sub-menu ul li a:hover {
          background: #e9e9e9;
          text-decoration: none; }
        .sub-menu ul li a.active {
          background: #0F549A;
          color: white; }
  @media screen and (max-width: 1024px) {
    .sub-menu > a:before {
      display: none; }
    .sub-menu ul {
      max-height: initial !important;
      position: static !important;
      width: initial !important;
      box-shadow: none !important;
      padding: 0 0 0 30px !important; } }

.form-container textarea,
.form-container input[type='text'],
.form-container input[type='email'],
.form-container input[type='password'] {
  border: 1px solid #263B97;
  height: 56px;
  width: 100%;
  margin-bottom: 22px;
  padding: 0;
  text-indent: 22px; }
.form-container textarea {
  padding-left: 22px;
  text-indent: 0;
  height: 142px;
  width: calc(100% - 22px);
  padding-top: 22px; }
.form-container input[type='submit'] {
  max-width: 433px;
  width: 100%;
  text-align: center;
  height: 56px;
  background: #0F549A;
  border: 0;
  color: white;
  margin-top: 30px;
  cursor: pointer; }
.form-container .input-row {
  display: flex;
  justify-content: space-between; }
  .form-container .input-row .col-input-row,
  .form-container .input-row input {
    width: calc(50% - 15px); }
  .form-container .input-row .col-input-row .select2-container {
    width: 100% !important; }
  .form-container .input-row .col-input-row .select2-container .select2-selection--single .select2-selection__rendered {
    padding-left: 22px; }
  @media screen and (max-width: 768px) {
    .form-container .input-row {
      display: block; }
      .form-container .input-row .col-input-row,
      .form-container .input-row input {
        width: 100%; } }

.custom-checkbox {
  display: inline-block;
  margin-right: 40px;
  margin-bottom: 10px; }
  .custom-checkbox input {
    display: none; }
  .custom-checkbox input:checked + label:before {
    background: #0F549A; }
  .custom-checkbox label {
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    line-height: 148.68%;
    padding-left: 30px;
    position: relative; }
    .custom-checkbox label:before {
      content: "";
      position: absolute;
      width: 21px;
      height: 21px;
      background: #B6D9F3;
      left: 0;
      margin-top: 3px; }
    .custom-checkbox label a {
      text-decoration: none;
      color: #0F549A; }
      .custom-checkbox label a:hover {
        text-decoration: underline; }

img {
  max-width: 100%;
  height: auto; }

footer {
  font-size: 12px; }
  footer a {
    color: #0F549A;
    text-decoration: none; }
    footer a:hover {
      text-decoration: underline; }

.footer-wrap {
  display: flex;
  justify-content: space-between;
  background-color: #ECF7FB;
  padding: 40px 20px;
  margin-top: 100px; }
  @media screen and (max-width: 1024px) {
    .footer-wrap {
      flex-wrap: wrap;
      padding-bottom: 15px; } }

.footer-col {
  margin: 0 10px; }
  @media screen and (max-width: 1024px) {
    .footer-col {
      width: 100%;
      text-align: center;
      margin-bottom: 30px; }
      .footer-col:last-child {
        margin-bottom: 0; } }

.footer-logo {
  width: 250px; }
  @media screen and (max-width: 1024px) {
    .footer-logo {
      margin: 0 auto; } }

.footer-phone {
  margin-top: 20px; }
  .footer-phone a {
    color: #000; }
  .footer-phone::before {
    content: '';
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    background-image: url(/_/i/phone.svg);
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 5px; }

.footer-nav {
  max-width: 350px; }
  @media screen and (max-width: 1024px) {
    .footer-nav {
      max-width: 100%; } }
  .footer-nav__item {
    margin-bottom: 15px; }
    .footer-nav__item:last-child {
      margin-bottom: 0; }
  .footer-nav_mini-list a {
    display: inline-block;
    margin-right: 15px; }

.terms-list {
  max-width: 650px; }
  @media screen and (max-width: 1024px) {
    .terms-list {
      max-width: 100%; } }
  .terms-list__item {
    margin-bottom: 15px; }
    .terms-list__item:last-child {
      margin-bottom: 0; }
  .terms-list_social {
    display: flex;
    flex-wrap: wrap; }
    @media screen and (max-width: 1024px) {
      .terms-list_social {
        justify-content: center; } }
  .terms-list .social-media {
    margin-left: 10px; }
    @media screen and (max-width: 1024px) {
      .terms-list .social-media {
        margin: 15px 0;
        width: 100%; }
        .terms-list .social-media li {
          margin: 5px 0; } }
    .terms-list .social-media a:not(.text) {
      width: 16px;
      background: #99B1BA; }
      .terms-list .social-media a:not(.text):hover {
        background: #0F549A; }
      @media screen and (max-width: 1024px) {
        .terms-list .social-media a:not(.text) {
          width: 25px;
          height: 25px; } }

@font-face {
  font-family: 'TrajanPro3';
  src: url("/_/font/TrajanPro3-Regular.eot");
  src: url("/_/font/TrajanPro3-Regular.eot?#iefix") format("embedded-opentype"), url("/_/font/TrajanPro3-Regular.woff") format("woff"), url("/_/font/TrajanPro3-Regular.ttf") format("truetype"), url("/_/font/TrajanPro3-Regular.svg#AftaserifRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'TrajanPro3';
  src: url("/_/font/TrajanSansPro-Semibold.eot");
  src: url("/_/font/TrajanSansPro-Semibold.eot?#iefix") format("embedded-opentype"), url("/_/font/TrajanSansPro-Semibold.woff") format("woff"), url("/_/font/TrajanSansPro-Semibold.ttf") format("truetype"), url("/_/font/TrajanSansPro-Semibold.svg#AftaserifRegular") format("svg");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("/_/font/OpenSans-Regular.eot");
  src: url("/_/font/OpenSans-Regular.eot?#iefix") format("embedded-opentype"), url("/_/font/OpenSans-Regular.woff") format("woff"), url("/_/font/OpenSans-Regular.ttf") format("truetype"), url("/_/font/OpenSans-Regular.svg#AftaserifRegular") format("svg");
  font-weight: 400;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("/_/font/OpenSans-Bold.eot");
  src: url("/_/font/OpenSans-Bold.eot?#iefix") format("embedded-opentype"), url("/_/font/OpenSans-Bold.woff") format("woff"), url("/_/font/OpenSans-Bold.ttf") format("truetype"), url("/_/font/OpenSans-Bold.svg#AftaserifRegular") format("svg");
  font-weight: 700;
  font-style: normal; }
@font-face {
  font-family: 'Open Sans';
  src: url("/_/font/OpenSans-SemiBold.eot");
  src: url("/_/font/OpenSans-SemiBold.eot?#iefix") format("embedded-opentype"), url("/_/font/OpenSans-SemiBold.woff") format("woff"), url("/_/font/OpenSans-SemiBold.ttf") format("truetype"), url("/_/font/OpenSans-SemiBold.svg#AftaserifRegular") format("svg");
  font-weight: 600;
  font-style: normal; }
img {
  max-width: 100%; }

ul {
  padding: 0;
  margin: 0;
  font-weight: 300; }

body {
  padding: 0;
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  margin-top: 102px; }
  @media screen and (max-width: 1024px) {
    body.cut {
      overflow: hidden; } }

.content_subcontainer_inf {
  margin-top: 10px;
  margin-bottom: 65px; }

.banner-unic-class {
  margin-top: 40px !important;
  margin-bottom: 0 !important; }

textarea {
  font-family: inherit; }
  textarea:focus {
    transform: scale(1.02);
    transition: all 0.1s;
    -webkit-transition: all 0.1s; }

input[type="text"]:focus {
  transform: scale(1.02);
  transition: all 0.1s;
  -webkit-transition: all 0.1s; }

.safari input {
  -webkit-appearance: none; }

.container {
  max-width: 1386px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px; }

.news_preview {
  font-family: 'TrajanPro3';
  display: flex;
  justify-content: space-between;
  margin-left: -30px;
  margin-right: -30px; }
  .news_preview .draggable,
  .news_preview .slick-track {
    min-width: 100%; }
    .news_preview .draggable .news,
    .news_preview .slick-track .news {
      opacity: 1; }
  .news_preview .news {
    width: calc(33.3% - 60px);
    height: 436px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    margin: 0 30px;
    opacity: 0; }
    .news_preview .news p {
      margin: unset;
      color: #fff;
      font-size: 12px; }
    .news_preview .news h3 {
      margin: unset;
      font-size: 23px;
      font-weight: 600;
      color: #fff;
      padding: 12px 0 12px 0; }
    .news_preview .news .background {
      height: calc(100% - 33px);
      display: flex;
      flex-direction: column;
      justify-content: end;
      position: relative;
      z-index: 1;
      padding-left: 31px;
      padding-right: 21px;
      padding-bottom: 33px;
      text-decoration: none; }
      .news_preview .news .background:hover .see-more {
        text-decoration: underline; }
      .news_preview .news .background::before {
        content: "";
        background-image: url(/_/i/circle.svg);
        display: block;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center;
        position: absolute;
        width: 385px;
        height: 385px;
        top: -141px;
        left: -120px; }
      .news_preview .news .background::after {
        content: "";
        background-color: #0F549A;
        display: block;
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: -1;
        opacity: 0.7; }
      .news_preview .news .background .see-more {
        color: #fff;
        text-decoration: none;
        font-size: 16px;
        font-family: 'Open Sans'; }
        .news_preview .news .background .see-more::after {
          content: "";
          background-image: url(/_/i/arrow_right.svg);
          width: 12px;
          height: 14px;
          position: relative;
          margin-left: 2px;
          background-position: center;
          background-repeat: no-repeat;
          display: inline-block;
          vertical-align: middle; }
    .news_preview .news:nth-child(2) .background::before {
      content: "";
      background-image: url(/_/i/circle.svg);
      bottom: -107px;
      right: -125px;
      left: auto;
      top: auto;
      transform: rotate(270deg); }
  @media screen and (max-width: 1370px) {
    .news_preview .news {
      width: calc(33.3% - 20px);
      margin: 0 10px; } }
  @media screen and (max-width: 1024px) {
    .news_preview .news {
      width: calc(33.3% - 10px);
      margin: 0 5px; } }
  @media screen and (max-width: 768px) {
    .news_preview {
      margin-left: 0;
      margin-right: 0; }
      .news_preview .news {
        height: 334px;
        margin: 0 0; }
        .news_preview .news .background {
          height: calc(100% - 25px);
          padding-left: 25px;
          padding-right: 25px;
          padding-bottom: 25px; }
        .news_preview .news h3 {
          font-size: 17px;
          line-height: 19px;
          margin: 10px 0 2px 0; } }

.news-home-container {
  overflow: hidden; }
  @media screen and (min-width: 768px) {
    .news-home-container {
     /* padding-top: 15px;*/ }
      .news-home-container .slick-next {
        right: 30px; }
      .news-home-container .slick-prev {
        right: 105px; } }

.btn_watch_all {
  margin-top: 22px;
  text-align: end;
  margin-right: 10px;
  margin-bottom: 40px; }
  .btn_watch_all a {
    text-decoration: none;
    color: #0F549A;
    font-size: 14px;
    vertical-align: middle; }
    .btn_watch_all a:hover {
      text-decoration: underline; }
    .btn_watch_all a::after {
      content: "";
      background-image: url(/_/i/arrow1.svg);
      width: 8px;
      height: 13px;
      position: relative;
      background-position: center;
      background-repeat: no-repeat;
      display: inline-block;
      vertical-align: middle;
      margin-left: 14px; }

.border__block .calendar .title_container {
  font-family: 'TrajanPro3';
  font-weight: 600; }
  .border__block .calendar .title_container h2 {
    margin: unset;
    font-size: 24px; }
  .border__block .calendar .title_container p {
    margin: 10px 0 15px 0;
    font-size: 17px; }
.border__block .calendar .slick-track .calendar_img {
  opacity: 1; }
.border__block .calendar .calendar_img {
  max-width: 1358px;
  width: 100%;
  height: 384px;
  background-size: cover;
  background-position: center;
  margin: auto;
  opacity: 0; }
  .border__block .calendar .calendar_img .background {
    height: calc(100% - 33px);
    display: flex;
    flex-direction: column;
    position: relative;
    z-index: 1;
    padding-left: 45px;
    padding-bottom: 33px;
    font-family: 'TrajanPro3';
    display: flex;
    justify-content: end;
    text-decoration: none; }
    .border__block .calendar .calendar_img .background:hover::after {
      opacity: .8; }
    .border__block .calendar .calendar_img .background h3 {
      color: #fff;
      font-size: 32px;
      margin: 17px 0 20px 0;
      font-family: 'TrajanPro3'; }
    .border__block .calendar .calendar_img .background p {
      color: #fff;
      font-size: 18px;
      font-family: 'Open Sans';
      margin: unset; }
    .border__block .calendar .calendar_img .background span {
      padding: 5px 0 5px 0;
      background-color: aliceblue;
      max-width: 295px;
      width: 100%;
      font-size: 16px;
      font-family: 'Open Sans';
      text-align: center;
      color: #000; }
    .border__block .calendar .calendar_img .background::after {
      content: "";
      background-color: #0F549A;
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      left: 0;
      z-index: -1;
      opacity: 0.7; }

@media (max-width: 1024px) {
  .border__block .calendar .calendar_img .background h3 {
    font-size: 26px; } }
/* Slider */
.slick-arrow {
  position: absolute;
  font-size: 0;
  width: 56px;
  height: 56px;
  background: #fff;
  padding: unset;
  cursor: pointer; }
  .slick-arrow:hover {
    opacity: 60%; }

.slick-prev {
  border: 1px solid #263B97;
  top: -75px;
  right: 75px;
  background-image: url(/_/i/arrow_left.svg);
  background-repeat: no-repeat;
  background-position: center; }

.right-container-home {
  display: flex; }
  .right-container-home .social-media {
    margin-left: 20px; }

.slick-next {
  border: 1px solid #263B97;
  top: -75px;
  right: 0;
  background-image: url(/_/i/arrow_right1.svg);
  background-repeat: no-repeat;
  background-position: center; }

@media (max-width: 768px) {
  .slick-arrow {
    width: 40px;
    height: 40px; }

  .slick-prev {
    right: 55px;
    top: -60px; }
    .slick-prev::before {
      width: 8px;
      height: 14px; }

  .slick-next {
    top: -60px; }
    .slick-next::after {
      width: 8px;
      height: 14px; } }
.home_title {
  text-align: left;
  font-family: 'TrajanPro3', sans-serif;
  margin: 0 0 35px 0;
  font-size: 24px;
  font-weight: 600;
  display: inline-block;
  text-decoration: none;
  color: inherit; }

a.home_title:hover {
  text-decoration: underline; }

.text-page-container {
  display: flex;
  justify-content: space-between; }
  .text-page-container section {
    width: 65%; }
    .text-page-container section .content a {
      text-decoration: none;
      color: #0F549A; }
  .text-page-container aside {
    width: 33%; }
    .text-page-container aside .aside-title {
      font-family: 'TrajanPro3', sans-serif;
      font-style: normal;
      font-weight: 600;
      font-size: 18px;
      margin-bottom: 18px; }
    .text-page-container aside .news_preview {
      display: block;
      margin: 0; }
      .text-page-container aside .news_preview .news {
        width: 100%;
        margin: 0;
        margin-bottom: 18px;
        height: 194px; }
  @media (max-width: 1024px) {
    .text-page-container {
      flex-direction: column; }
      .text-page-container section {
        width: 100%; }
      .text-page-container aside {
        width: 100%;
        margin-top: 35px; } }

.text-page-title .time {
  color: #99B1BA;
  font-size: 17px;
  line-height: 148.68%;
  margin-bottom: 9px; }
  .text-page-title .time + h1 {
    margin-top: 0; }
.text-page-title .title {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 45px;
  margin-top: 45px;
  font-family: 'TrajanPro3', sans-serif;
  line-height: 1.3; }
  @media (min-width: 1024px) {
    .text-page-title .title {
      padding-right: 35%; } }

.landing-page-title {
  margin-bottom: 45px; }
  .landing-page-title .time {
    color: #99B1BA;
    font-size: 17px;
    line-height: 148.68%;
    margin-bottom: 9px; }
    .landing-page-title .time + h1 {
      margin-top: 0; }
  .landing-page-title .title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 10px;
    margin-top: 25px;
    font-family: 'TrajanPro3', sans-serif;
    line-height: 1.3; }
  .landing-page-title .events-type {
    font-size: 17px;
    font-weight: 700;
    color: #99B1BA; }

.time-status-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between; }

.status {
  display: flex;
  text-align: center; }
  .status__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    color: #fff;
    width: 100px;
    height: 24px;
    margin: 0 5px;
    background-color: #E1E1E3;
    border-radius: 8px; }
  .status--on {
    background-color: #46B130; }

.content-social-media {
  margin-top: 40px; }
  .content-social-media .social-media li {
    margin-right: 11px;
    font-size: 12px; }
  .content-social-media .social-media a:not(.text) {
    width: 34px;
    height: 34px; }
    .content-social-media .social-media a:not(.text) img {
      width: 55%;
      margin-bottom: 0; }

.content p {
  font-size: 17px;
  line-height: 148%;
  margin-bottom: 23px; }
.content li{
    font-size: 17px;
    line-height: 148%;
  } 
.content img {
  margin-bottom: 19px; }
.content h2 {
  font-size: 24px;
  font-weight: 600;
  margin: 0 0 10px 0;
  font-family: 'TrajanPro3', sans-serif;
  line-height: 1.3; }

.programs {
  background: #ECF7FB;
  padding: 40px;
  margin-bottom: 115px; }
  .programs h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 50px 0;
    font-family: 'TrajanPro3', sans-serif;
    line-height: 1.3; }
  .programs p {
    font-size: 17px;
    line-height: 148%;
    margin-bottom: 23px; }
  .programs h3 {
    font-weight: 700;
    font-size: 25px;
    line-height: 148.68%;
    color: #000000;
    margin-bottom: 20px; }
  .programs section {
    margin-top: 35px; }
    .programs section:last-child p:last-child {
      margin-bottom: 0; }
  @media (max-width: 1024px) {
    .programs {
      padding: 40px 15px; } }

.member {
  display: flex;
  justify-content: space-between;
  margin-bottom: 100px;
  margin-top: 70px; }
  .member li,
  .member p {
    font-size: 17px;
    line-height: 148%;
    margin-bottom: 23px; }
  .member .short-info {
    width: 288px; }
    .member .short-info img {
      width: 288px;
      height: 288px;
      background-size: contain;
      margin-bottom: 35px;
      border-radius: 100%; }
    .member .short-info h3 {
      font-weight: bold;
      font-size: 25px;
      margin-bottom: 40px; }
    .member .short-info a {
      color: #0f549a;
      text-decoration: none; }
      .member .short-info a:hover {
        text-decoration: underline; }
  .member .info {
    width: calc(100% - 398px); }
    .member .info ul {
      list-style-type: disc !important;
      padding-left: 25px; }
  @media (max-width: 1024px) {
    .member {
      flex-direction: column; }
      .member .short-info {
        width: 100%; }
      .member .info {
        width: 100%; } }

.row-member2 {
  display: flex;
  justify-content: space-between; }
  .row-member2 .member {
    width: 48%; }
    .row-member2 .member .short-info {
      width: 100%; }
  @media (max-width: 1024px) {
    .row-member2 {
      display: block; }
      .row-member2 .member {
        width: 100%; } }

.row-member4 {
  display: flex;
  justify-content: space-between; }
  .row-member4 .member {
    width: 20%;
    margin-bottom: 60px;
    margin-top: 30px; }
    .row-member4 .member .short-info {
      width: 100%; }
  @media (max-width: 1024px) {
    .row-member4 {
      display: block; }
      .row-member4 .member {
        width: 100%; } }

.messengers {
  display: flex;
  justify-content: space-between; }
  .messengers .img-container {
    width: 50%; }
  .messengers .info-messengers {
    width: 45%; }
    .messengers .info-messengers strong {
      font-weight: bold;
      font-size: 17px;
      line-height: 118.5%;
      display: block;
      margin-top: 32px;
      margin-bottom: 5px; }
    .messengers .info-messengers p {
      font-size: 17px;
      line-height: 118.5%;
      display: block;
      margin-bottom: 5px; }
    .messengers .info-messengers a {
      color: #0f549a;
      text-decoration: none; }
      .messengers .info-messengers a:hover {
        text-decoration: underline; }
  @media (max-width: 1024px) {
    .messengers {
      display: block; }
      .messengers .img-container {
        width: 100%;
        margin-bottom: 40px; }
      .messengers .info-messengers {
        width: 100%; } }

.big-banner {
  max-width: 1600px;
  margin: 85px auto; }

.docs-list {
  margin: 30px 0; }
  .docs-list li {
    display: flex;
    align-items: center;
    font-size: 17px;
    padding: 25px 0;
    border-top: solid 1px #E1E1E3;
    border-bottom: solid 1px #E1E1E3;
    margin-bottom: -1px; }
    .docs-list li span {
      color: #99B1BA;
      margin-left: 8px;
      white-space: nowrap; }
    .docs-list li a {
      margin-left: 15px;
      color: #0F549A; }
      .docs-list li a:hover {
        text-decoration: none; }



  .multimedia .multimedia-cell {
    text-decoration: none;
    width: calc(33.3% - 17px);
    margin-bottom: 24px;
    padding-bottom: 18%;
    background-size: cover;
    display: block;
    background-position: center;
    position: relative;
    margin-right: 22px; 
	background-repeat: no-repeat;
	background-color: #ECF7FB;
	border: 1px solid #fff;	
	}
	
.multimedia {
  display: flex;
  flex-wrap: wrap; }
  .multimedia .multimedia-cell.inner {
    text-decoration: none;
    width: calc(33.3% - 17px);
    margin-bottom: 24px;
    padding-bottom: 21% !important;
    background-size: contain;
    display: block;
    background-position: center;
    position: relative;
    margin-right: 22px; 
	background-repeat: no-repeat;
	background-color: #ECF7FB;
	border: 1px solid #fff;	
	}
    .multimedia .multimedia-cell:hover .gradient {
      background: linear-gradient(180deg, rgba(15, 84, 154, 0.2) 39.41%, #0F549A 98.98%); }
    .multimedia .multimedia-cell .gradient {
      background: linear-gradient(180deg, rgba(15, 84, 154, 0) 39.41%, #0F549A 98.98%);
      height: calc(100% - 40px);
      position: absolute;
      display: flex;
      padding: 20px;
      width: calc(100% - 40px);
      align-items: flex-end; }
      .multimedia .multimedia-cell .gradient .text {
        width: 100%;
        color: white; }
        .multimedia .multimedia-cell .gradient .text span {
          font-weight: bold;
          font-size: 14px;
          display: block;
          line-height: 148.68%;
          margin-bottom: 10px; }
        .multimedia .multimedia-cell .gradient .text h3 {
          font-family: 'TrajanPro3', sans-serif;
          font-weight: 600;
          font-size: 23px;
          line-height: 126.4%; }
    .multimedia .multimedia-cell:nth-child(3n) {
      margin-right: 0; }
    .multimedia .multimedia-cell[data-fancybox] {
      padding-bottom: 18%;
      cursor: pointer; }
  @media (max-width: 1024px) {
    .multimedia .multimedia-cell {
      width: calc(50% - 12px);
      padding-bottom: 30%; }
      .multimedia .multimedia-cell:nth-child(3n) {
        margin-right: 22px; }
      .multimedia .multimedia-cell:nth-child(2n) {
        margin-right: 0; }
      .multimedia .multimedia-cell[data-fancybox] {
        padding-bottom: 31%; } }
  @media (max-width: 768px) {
    .multimedia .multimedia-cell {
      width: 100%;
      padding-bottom: 50%;
      margin-right: 0; }
      .multimedia .multimedia-cell:nth-child(3n) {
        margin-right: 0; }
      .multimedia .multimedia-cell:nth-child(2n) {
        margin-right: 0; }
      .multimedia .multimedia-cell[data-fancybox] {
        padding-bottom: 64%; } }

.center-large-btn {
  text-align: center; }
  .center-large-btn .button {
    padding: 17px 56px; }

.row-docs2 {
  flex-wrap: wrap;
  display: flex;
  justify-content: space-between; }
  .row-docs2 .docs-col {
    width: 48%; }
    .row-docs2 .docs-col .text-page-title {
      margin-top: 50px; }
      .row-docs2 .docs-col .text-page-title .title {
        padding-right: 0; }
    .row-docs2 .docs-col .text-page-container section {
      width: 100%; }
  @media (max-width: 1024px) {
    .row-docs2 {
      display: block; }
      .row-docs2 .docs-col {
        width: 100%; } }

.arctic_council {
  width: 60%;
  margin-bottom: 100px; }
  .arctic_council .content .arctic_council_title {
    font-size: 32px;
    font-weight: 600;
    margin-bottom: 60px; }
  .arctic_council .content h2 {
    font-size: 24px;
    font-weight: 600;
    margin: 0 0 10px 0; }
  .arctic_council .content p {
    font-size: 17px;
    font-weight: 400;
    font-family: 'Open Sans';
    margin: 0 0 45px 0; }

.title_container {
  width: 65%; }
  .title_container .home_title {
    margin: 0px 0 10px 0; }
  .title_container p {
    margin-bottom: 23px; }

.border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer {
  display: flex;
  margin-top: 20px; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_img {
    width: 209px;
    height: 203px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #C8DFF1;
    margin-right: 31px; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf {
    border: 1px solid #C8DFF1;
    width: calc(100% - 240px);
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 0 0 31px; }
    .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf h3 {
      font-size: 18px; }
    .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf p {
      font-size: 16px; }
    .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf .par {
      display: flex;
      margin: 15px 0 20px 0; }
      .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf .par span {
        display: block; }
      .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf .par p {
        font-size: 16px;
        padding-right: 20px; }
.border__block .arctic_council_block_slider .slider_arctic_council .slick-arrow {
  position: absolute;
  font-size: 0;
  width: 56px;
  height: 56px;
  background: #fff;
  padding: unset;
  cursor: pointer; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slick-arrow:hover {
    opacity: .6; }
.border__block .arctic_council_block_slider .slider_arctic_council .slick-prev {
  border: 1px solid #263B97;
  top: -75px;
  right: 75px; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slick-prev::before {
    content: "";
    background-image: url(/_/i/arrow_left.svg);
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 2px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: contain; }
.border__block .arctic_council_block_slider .slider_arctic_council .slick-next {
  border: 1px solid #263B97;
  top: -75px;
  right: 0; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slick-next::after {
    content: "";
    background-image: url(/_/i/arrow_right1.svg);
    width: 18px;
    height: 18px;
    position: relative;
    margin-left: 2px;
    background-position: center;
    background-repeat: no-repeat;
    display: inline-block;
    vertical-align: middle;
    background-size: contain; }
.border__block .region_list {
  height: 400px;
  margin-top: 20px; }
  .border__block .region_list ul {
    display: flex;
    flex-wrap: wrap;
    height: 100%;
    font-family: 'TrajanPro3'; }
  .border__block .region_list li {
    width: 25%; }
    .border__block .region_list li a {
      text-align: center;
      display: flex;
      align-items: center;
      flex-wrap: wrap;
      text-decoration: none;
      color: #000; }
      .border__block .region_list li a:hover {
        text-decoration: underline; }
      .border__block .region_list li a .gerb_img_container {
        width: 100px;
        display: flex;
        align-items: center;
        justify-content: center; }
      .border__block .region_list li a span {
        text-transform: uppercase;
        width: 50%;
        text-align: left;
        font-size: 14px; }

.buttone_subcontainer {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 15px; }
  .buttone_subcontainer .button {
    padding: 17px 37px; }

.news_page .news_preview {
  flex-wrap: wrap;
  margin: unset;
  justify-content: flex-start; }
  .news_page .news_preview .news {
    margin: 0 12px 23px 12px;
    width: calc(33.3% - 24px); }
    .news_page .news_preview .news .background::after {
      height: 40%;
      bottom: 0;
      top: initial;
      background-image: linear-gradient(to top, #0f5495, #0f5495, transparent);
      background-color: transparent; }

.map_block {
  margin-top: 115px; }
  .map_block .title__block h2 {
    font-family: 'TrajanPro3'; }

.unic_class section {
  width: 100% !important; }
  .unic_class section .content .content_subcontainer_inf h2 {
    margin-bottom: 25px !important; }

.media_inf_buttone {
  margin-top: 45px; }

.media_inf_container {
  display: flex;
  flex-wrap: wrap; }
  .media_inf_container .media_inf_container_inside {
    width: calc(33.3% - 55px);
    margin-right: 15px;
    margin-bottom: 24px;
    margin-right: 83px; }
    .media_inf_container .media_inf_container_inside:nth-child(3n) {
      margin-right: unset; }
    .media_inf_container .media_inf_container_inside h3 {
      font-size: 23px;
      font-family: 'TrajanPro3';
      margin-top: 35px; }
    .media_inf_container .media_inf_container_inside .data_p {
      color: #99B1BA; }
    .media_inf_container .media_inf_container_inside p {
      font-size: 16px;
      text-align: left;
      margin: 15px 0 15px 0; }
    .media_inf_container .media_inf_container_inside a {
      color: #0F549A;
      text-decoration: none;
      font-size: 16px; }
      .media_inf_container .media_inf_container_inside a:hover {
        text-decoration: underline; }
      .media_inf_container .media_inf_container_inside a::after {
        content: "";
        background-image: url(/_/i/arrow_right2.svg);
        width: 12px;
        height: 14px;
        position: relative;
        margin-left: 15px;
        background-position: center;
        background-repeat: no-repeat;
        display: inline-block;
        vertical-align: middle; }
    .media_inf_container .media_inf_container_inside .news_media {
      background-size: cover;
      background-position: center;
      width: 100%;
      height: 0;
      padding-bottom: 100%; }

@media (max-width: 1200px) {
  .news_page .news_preview .news {
    width: calc(50% - 24px); } }
@media (max-width: 1024px) {
  .title_container {
    width: 100%; }

  .title_first {
    width: 65%; }

  .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer {
    align-items: center; }
    .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf {
      padding: 15px; }
  .border__block .region_list {
    height: 100%;
    margin-top: 20px; }
    .border__block .region_list ul {
      align-items: baseline; }
      .border__block .region_list ul li a {
        flex-direction: column; }
      .border__block .region_list ul li span {
        width: 70%;
        text-align: center;
        margin-top: 20px; }

  .media_inf_container {
    justify-content: center; }
    .media_inf_container .media_inf_container_inside {
      width: calc(50% - 55px); }
      .media_inf_container .media_inf_container_inside:nth-child(1n) {
        margin-right: 30px; }
      .media_inf_container .media_inf_container_inside:nth-child(3n) {
        margin-right: 30px; }
      .media_inf_container .media_inf_container_inside:nth-child(2n) {
        margin-right: unset; } }
@media (max-width: 768px) {
  .news_page .news_preview {
    justify-content: center; }
    .news_page .news_preview .news {
      width: calc(100% - 12px);
      margin: 0 0 23px 0; }

  .title_first {
    width: 100%; }

  .border__block .arctic_council_block_slider .slider_arctic_council .slick-prev {
    right: 55px; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf {
    width: 100%;
    padding: 15px;
    margin-top: 30px; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_img {
    display: none; }
  .border__block .arctic_council_block_slider .slider_arctic_council .slick-arrow {
    width: 40px;
    height: 40px;
    top: -5px;
    z-index: 2; }
  .border__block .region_list ul li {
    width: 33.3%; }

  .media_inf_container .media_inf_container_inside {
    width: 100%; }
    .media_inf_container .media_inf_container_inside:nth-child(1n) {
      margin-right: 0; }
    .media_inf_container .media_inf_container_inside:nth-child(3n) {
      margin-right: 0; }
    .media_inf_container .media_inf_container_inside:nth-child(2n) {
      margin-right: 0; } }
@media (max-width: 480px) {
  .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf .par {
    flex-direction: column; }
    .border__block .arctic_council_block_slider .slider_arctic_council .slider_arctic_council_subcontainer .arctic_council_inf .par p {
      margin-top: 10px; }
  .border__block .region_list ul li {
    width: 100%; }
    .border__block .region_list ul li a {
      flex-direction: unset;
      margin-bottom: 20px; }
    .border__block .region_list ul li span {
      text-align: left; } }
.border__block h1, .border__block h2, .border__block h3, .border__block h4, .border__block h5, .border__block h6 {
  font-family: 'TrajanPro3', sans-serif;
  font-weight: 600;
  line-height: 1.3; }

.button {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: auto;
  min-width: 120px;
  border: 1px solid #263B97;
  cursor: pointer;
  color: black;
  text-decoration: none !important;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
  box-sizing: border-box;
  transition: 0.2s ease-in-out;
  -webkit-transition: 0.2s ease-in-out;
  white-space: nowrap;
  padding: 17px 21px; }
  .button:hover {
    opacity: 70%; }

.border__block {
  margin-bottom: 40px; }
  @media (min-width: 768px) {
    .border__block {
      padding: 32px;
      border: 1px solid #62A3D6; } }

.image__block {
  position: relative; }
  .image__block:hover {
    opacity: .95; }
  @media (max-width: 767.98px) {
    .image__block {
      height: 360px; } }
  @media (min-width: 768px) {
    .image__block {
      height: 384px; } }
  .image__block.image--transparent {
    background-color: #1A426B; }
    .image__block.image--transparent:hover {
      opacity: .95; }
    .image__block.image--transparent img {
      opacity: 0.7; }
  .image__block a {
    display: block;
    text-decoration: none; }
  .image__block img {
    position: absolute;
    z-index: 1;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center; }
  .image__block .image__block_title {
    position: absolute;
    z-index: 2; }
    @media (max-width: 767.98px) {
      .image__block .image__block_title {
        left: 24px;
        bottom: 24px;
        right: 24px; } }
    @media (min-width: 768px) {
      .image__block .image__block_title {
        left: 40px;
        bottom: 40px;
        right: 40px; } }
    .image__block .image__block_title h3 {
      margin: 0;
      color: white;
      text-transform: uppercase; }
      .image__block .image__block_title h3 a {
        color: inherit; }
      @media (max-width: 767.98px) {
        .image__block .image__block_title h3 {
          font-size: 20px; } }
      @media (min-width: 768px) {
        .image__block .image__block_title h3 {
          font-size: 32px;
          max-width: 680px; } }

.title__block {
  margin-bottom: 24px; }
  .title__block.slider-title {
    margin-top: 22px; }
  .title__block.title__block_flex {
    display: flex;
    justify-content: space-between;
    align-items: center; }
  .title__block a {
    text-decoration: none;
    color: inherit;
    font-family: 'TrajanPro3', sans-serif;
    font-weight: 600;
    line-height: 1.3; }
    .title__block a:hover {
      text-decoration: underline; }
  .title__block a,
  .title__block h2 {
    margin-bottom: 8px; }
    @media (max-width: 767.98px) {
      .title__block a,
      .title__block h2 {
        font-size: 19px; } }
    @media (min-width: 768px) {
      .title__block a,
      .title__block h2 {
        font-size: 24px; } }
    .title__block a:last-child,
    .title__block h2:last-child {
      margin-bottom: 0; }
  @media (max-width: 767.98px) {
    .title__block p {
      font-size: 14px; } }
  @media (min-width: 768px) {
    .title__block p {
      font-size: 18px; } }
  @media (max-width: 767.98px) {
    .title__block .button {
      display: none; } }

.footer__block {
  margin-top: 20px; }
  @media (max-width: 767.98px) {
    .footer__block {
      display: flex; }
      .footer__block a {
        width: 100%; } }
  @media (min-width: 768px) {
    .footer__block {
      display: none; } }

.event__list {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  @media (max-width: 767.98px) {
    .event__list {
      gap: 9px; } }
  @media (min-width: 768px) {
    .event__list {
      gap: 24px; } }
  .event__list .event__item {
    position: relative; }
    .event__list .event__item:hover .event__image {
      opacity: .8; }
    @media (max-width: 1399.98px) {
      .event__list .event__item {
        grid-column: span 4;
        padding-top: 75%; }
        .event__list .event__item:nth-child(11), .event__list .event__item:nth-child(10) {
          grid-column: span 6;
          padding-top: 60%; } }
    @media (max-width: 991.98px) {
      .event__list .event__item {
        grid-column: span 6;
        padding-top: 58%; }
        .event__list .event__item:nth-child(11) {
          grid-column: span 12;
          padding-top: 40%; } }
    @media (max-width: 767.98px) {
      .event__list .event__item {
        padding-top: 93%; }
        .event__list .event__item:nth-child(11) {
          padding-top: 45%; } }
    @media (min-width: 1400px) {
      .event__list .event__item {
        grid-column: span 3;
        /* дефолтная ширина */
        height: 290px; }
        .event__list .event__item:nth-child(5), .event__list .event__item:nth-child(6), .event__list .event__item:nth-child(7) {
          grid-column: span 4;
          /* перебитая ширина */ } }
    .event__list .event__item .event__image {
      position: absolute;
      z-index: 1;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .event__list .event__item .event__image:before {
        position: absolute;
        z-index: 2;
        top: 0;
        right: 0;
        left: 0;
        bottom: 0;
        content: '';
        background: linear-gradient(90deg, rgba(24, 36, 102, 0.98251) 0%, rgba(22, 37, 117, 0.5) 39.24%, rgba(17, 85, 154, 0.2) 100%); }
      .event__list .event__item .event__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        object-position: center center; }
    .event__list .event__item .event__title {
      position: absolute;
      z-index: 3; }
      @media (max-width: 767.98px) {
        .event__list .event__item .event__title {
          left: 10px;
          bottom: 10px;
          right: 10px; } }
      @media (min-width: 768px) {
        .event__list .event__item .event__title {
          left: 16px;
          bottom: 16px;
          right: 56px; } }
      @media (min-width: 992px) {
        .event__list .event__item .event__title {
          left: 24px;
          bottom: 24px;
          right: 24px; } }
      @media (min-width: 1400px) {
        .event__list .event__item .event__title {
          right: 56px; } }
      .event__list .event__item .event__title h3 {
        margin: 0;
        color: white;
        text-transform: uppercase; }
        .event__list .event__item .event__title h3 a {
          display: block;
          color: inherit;
          text-decoration: none; }
        @media (max-width: 767.98px) {
          .event__list .event__item .event__title h3 {
            font-size: 12px; } }
        @media (min-width: 768px) {
          .event__list .event__item .event__title h3 {
            font-size: 16px; } }
        @media (min-width: 992px) {
          .event__list .event__item .event__title h3 {
            font-size: 22px; } }

.page-title-h1 {
  font-size: 32px;
  margin: 20px 0; }

.content-list {
  list-style: disc !important; }
  .content-list li {
    margin-bottom: 10px; }

.content-title {
  margin-bottom: 35px; }
  .content-title h2 {
    font-size: 24px;
    font-weight: 600;
    font-family: 'TrajanPro3', sans-serif;
    line-height: 1.3;
    text-transform: uppercase; }

.bread-crumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 20px 0 45px 0;
  font-size: 12px; }
  .bread-crumbs__item::after {
    content: "/";
    margin: 0 10px; }
  .bread-crumbs__item:last-child::after {
    display: none; }
  .bread-crumbs__link {
    color: #0F549A;
    text-decoration: none; }
    .bread-crumbs__link:hover {
      text-decoration: underline; }

.filter-box {
  margin-bottom: 30px; }
  .filter-box__form {
    display: flex; }
    @media screen and (max-width: 768px) {
      .filter-box__form {
        flex-direction: column; } }
  .filter-box__item {
    margin-right: 15px;
    width: 25%;
    max-width: 280px; }
    @media screen and (max-width: 768px) {
      .filter-box__item {
        margin-bottom: 20px; } }
    @media screen and (max-width: 1024px) {
      .filter-box__item {
        width: 100%;
        max-width: 100%; } }

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

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

.select2-container .select2-selection--single {
  height: 56px; }

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #000;
  font-size: 16px;
  line-height: 56px; }

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 56px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: url(/_/i/arrow_bottom.svg);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 5px; }

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

.calendar-wrap,
.table-wrap {
  overflow: auto;
  margin-bottom: 80px; }

.calendar-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-size: 17px; }
  .calendar-table td {
    padding: 15px; }
  .calendar-table__head {
    background-color: #B6D9F3;
    color: #0F549A;
    font-weight: 700; }
    .calendar-table__head a {
      color: #0F549A;
      text-decoration: none; }
  .calendar-table__body tr {
    border-bottom: 1px solid #E1E1E3; }
  .calendar-table__data {
    max-width: 215px; }
  .calendar-table__name {
    max-width: 575px; }
  .calendar-table__group {
    max-width: 230px; }
  .calendar-table__place {
    max-width: 230px; }
  .calendar-table__sort {
    padding-right: 15px;
    position: relative; }
    .calendar-table__sort::before, .calendar-table__sort::after {
      content: '';
      display: block;
      width: 10px;
      height: 7px;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 8px;
      right: 0; }
    .calendar-table__sort::before {
      background-image: url(/_/i/arrow-sort-top.svg);
      top: 3px; }
    .calendar-table__sort::after {
      background-image: url(/_/i/arrow-sort-bottom.svg);
      top: 15px; }

.content-table {
  width: 100%;
  min-width: 500px;
  border-collapse: collapse;
  font-size: 17px; }
  .content-table td {
    padding: 15px; }
  .content-table__head {
    background-color: #B6D9F3;
    color: #0F549A;
    font-weight: 700; }
    .content-table__head a {
      color: #0F549A;
      text-decoration: none; }
  .content-table__body tr {
    border-bottom: 1px solid #E1E1E3; }
  .content-table__data {
    max-width: 215px; }
  .content-table__name {
    max-width: 575px; }
  .content-table__group {
    max-width: 230px; }
  .content-table__place {
    max-width: 230px; }
  .content-table__sort {
    padding-right: 15px;
    position: relative; }
    .content-table__sort::before, .content-table__sort::after {
      content: '';
      display: block;
      width: 10px;
      height: 7px;
      position: absolute;
      background-position: center;
      background-repeat: no-repeat;
      background-size: 8px;
      right: 0; }
    .content-table__sort::before {
      background-image: url(/_/i/arrow-sort-top.svg);
      top: 3px; }
    .content-table__sort::after {
      background-image: url(/_/i/arrow-sort-bottom.svg);
      top: 15px; }

/*REGION*/
.text-page-title-btn {
  display: flex;
  align-items: center;
  margin-bottom: 55px;
  flex-wrap: wrap; }
  .text-page-title-btn .title {
    font-size: 24px;
    font-weight: 600;
    font-family: 'TrajanPro3', sans-serif;
    line-height: 1.3; }

.btn-title {
  font-size: 14px;
  font-weight: 600;
  color: #000;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  border: 1px solid #263B97;
  margin-right: 25px;
  margin-bottom: 10px; }

.gerb-img {
  margin-bottom: 50px;
  text-align: center; }

.map-region {
  display: flex;
  justify-content: center; }

.city-wrap {
  margin-bottom: 120px; }

.city-card {
  font-size: 17px;
  display: flex;
  padding: 32px;
  border: 1px solid #62A3D6;
  text-decoration: none;
  color: #000;
  margin-bottom: 30px;
  justify-content: space-between; }
  @media screen and (max-width: 768px) {
    .city-card {
      flex-direction: column;
      padding: 20px; } }
  .city-card__picture {
    width: 45%;
    max-width: 485px;
    margin-right: 3%; }
    @media screen and (max-width: 768px) {
      .city-card__picture {
        width: 100%;
        max-width: 100%;
        margin: 0 0 15px 0; }
        .city-card__picture img {
          width: 100%; } }
  .city-card__info {
    width: 57%; }
    @media screen and (max-width: 768px) {
      .city-card__info {
        width: 100%; } }
  .city-card__name {
    font-size: 30px; }
  .city-card__important {
    font-size: 38px;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      .city-card__important {
        font-size: 26px; } }
  .city-card__important2 {
    font-size: 30px;
    font-weight: 400; }
    @media screen and (max-width: 1024px) {
      .city-card__important2 {
        font-size: 20px; } }
  .city-card_right {
    flex-direction: row-reverse; }
    @media screen and (max-width: 768px) {
      .city-card_right {
        flex-direction: column; } }
    .city-card_right .city-card__picture {
      margin-left: 3%;
      margin-right: 0; }
      @media screen and (max-width: 768px) {
        .city-card_right .city-card__picture {
          margin: 0 0 15px 0; } }

.attraction-box {
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 49%;
  position: relative;
  margin-bottom: 50px;
  text-decoration: none;
  color: #fff; }
  @media screen and (max-width: 768px) {
    .attraction-box {
      padding-bottom: 0;
      height: 320px; } }
  .attraction-box__img {
    width: 100%;
    height: 100%;
    background-size: cover;
    position: absolute;
    top: 0;
    left: 0; }
  .attraction-box__info {
    color: #fff;
    position: absolute;
    bottom: 0;
    z-index: 2;
    padding: 25px 4%; }
  .attraction-box__title {
    font-family: 'TrajanPro3', sans-serif;
    font-size: 37px; }
    @media screen and (max-width: 1024px) {
      .attraction-box__title {
        font-size: 30px; } }
    @media screen and (max-width: 768px) {
      .attraction-box__title {
        font-size: 24px; } }
  .attraction-box__txt {
    font-size: 14px;
    line-height: 1.5; }
  .attraction-box:before {
    content: '';
    background: linear-gradient(180deg, rgba(15, 84, 154, 0) 39.41%, #0F549A 98.98%);
    height: calc(100% - 40px);
    position: absolute;
    display: flex;
    padding: 20px;
    width: calc(100% - 40px);
    align-items: flex-end;
    bottom: 0;
    z-index: 1;
    transition: all 0.3s; }
  .attraction-box:hover::before {
    background: linear-gradient(180deg, rgba(15, 84, 154, 0.2) 39.41%, #0F549A 98.98%); }

.economy-wrap {
  margin-bottom: 75px; }

.economy-row {
  display: flex;
  justify-content: space-between; }
  @media screen and (max-width: 1024px) {
    .economy-row {
      flex-direction: column; } }

@media (max-width: 768px) {
  .btn_watch_all {
    text-align: start; }
    .btn_watch_all a {
      font-size: 16px; }

  .mobile_hidden {
    display: none; }

  .home_title {
    font-size: 19px;
    margin: 11px 0 29px 0; }

  .border__block .calendar .title_container {
    margin-left: unset; }
    .border__block .calendar .title_container h2 {
      font-size: 19px; }
    .border__block .calendar .title_container p {
      font-size: 13px; }
  .border__block .calendar .calendar_img .background {
    padding-bottom: 26px;
    padding-right: 17px;
    padding-left: 18px;
    height: calc(100% - 26px); }
    .border__block .calendar .calendar_img .background span {
      font-size: 13px;
      max-width: 250px;
      font-weight: bold; }
    .border__block .calendar .calendar_img .background h3 {
      font-size: 17px;
      line-height: 19px;
      margin: 10px 0 2px 0; }
    .border__block .calendar .calendar_img .background p {
      font-size: 14px;
      line-height: 19px; } }
.economy-card {
  width: 100%;
  padding: 45px;
  margin-bottom: 20px;
  border: 1px solid #62A3D6;
  text-decoration: none;
  color: #000;
  box-sizing: border-box; }
  @media screen and (max-width: 1280px) {
    .economy-card {
      padding: 20px; } }
  .economy-card_50 {
    width: 48%;
    margin-right: 3%; }
    @media screen and (max-width: 1280px) {
      .economy-card_50 {
        width: 49%;
        margin-right: 2%; } }
    @media screen and (max-width: 1024px) {
      .economy-card_50 {
        width: 100%;
        margin-right: 0; } }
    .economy-card_50:nth-child(2n) {
      margin-right: 0; }
  .economy-card__box {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .economy-card__box {
        flex-direction: column; } }
    .economy-card__box-content {
      width: 60%; }
      @media screen and (max-width: 768px) {
        .economy-card__box-content {
          width: 100%; } }
    .economy-card__box-picture {
      display: flex;
      justify-content: center;
      align-items: center;
      width: 38%;
      margin-left: 2%; }
      @media screen and (max-width: 768px) {
        .economy-card__box-picture {
          width: 100%;
          max-width: 250px;
          margin: 50px auto 0 auto; } }
  .economy-card__name {
    font-size: 30px;
    margin-bottom: 30px; }
  .economy-card__text {
    font-size: 17px;
    line-height: 1.5;
    margin-bottom: 50px; }
  .economy-card__bottom {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 768px) {
      .economy-card__bottom {
        flex-direction: column; } }
    .economy-card__bottom-txt {
      width: 60%;
      font-size: 22px;
      margin-right: 2%; }
      @media screen and (max-width: 768px) {
        .economy-card__bottom-txt {
          width: 100%;
          margin: 0 0 20px 0; } }
    .economy-card__bottom-info {
      font-size: 36px;
      line-height: 1.17;
      color: #0F549A; }
      @media screen and (max-width: 1280px) {
        .economy-card__bottom-info {
          font-size: 28px; } }
      @media screen and (max-width: 768px) {
        .economy-card__bottom-info {
          font-size: 24px; } }
    .economy-card__bottom-big {
      font-size: 80px; }
      @media screen and (max-width: 1280px) {
        .economy-card__bottom-big {
          font-size: 60px; } }
      @media screen and (max-width: 768px) {
        .economy-card__bottom-big {
          font-size: 45px; } }
    .economy-card__bottom-picture {
      width: 38%;
      display: flex;
      justify-content: center;
      align-items: center; }
      @media screen and (max-width: 768px) {
        .economy-card__bottom-picture {
          width: 100%; } }
  .economy-card__footer {
    margin-top: 20px; }

.aside-broadcasts {
  margin: 30px 0; }
  .aside-broadcasts__item {
    display: block;
    text-decoration: none;
    color: #000;
    margin-bottom: 25px;
    padding-bottom: 18px;
    border-bottom: 1px solid #E1E1E3; }
    .aside-broadcasts__item:hover .aside-broadcasts__txt {
      text-decoration: underline; }
  .aside-broadcasts__time {
    font-size: 17px;
    color: #99B1BA;
    margin-bottom: 5px; }
  .aside-broadcasts__txt {
    font-size: 16px;
    padding-left: 50px;
    position: relative; }
    .aside-broadcasts__txt::before {
      content: "";
      display: block;
      width: 40px;
      height: 40px;
      background-image: url(/_/i/icon-video.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      top: 5px; }

.event-map__iframe {
  width: 100%;
  height: 495px; }
  .event-map__iframe iframe {
    width: 100%;
    height: 100%; }

.aside-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  max-width: 500px;
  font-size: 20px;
  width: 100%;
  text-align: center;
  height: 56px;
  background: #0F549A;
  border: 0;
  color: white;
  margin-bottom: 30px;
  cursor: pointer; }

.news_page {
  padding-right: 15px; }
  .news_page .news {
    opacity: 1; }

.aside-broadcasts::-webkit-scrollbar {
  width: 10px;
  background-color: #f9f9fd; }
.aside-broadcasts::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #62a3d6; }
.aside-broadcasts::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
  background-color: #f9f9fd; }

.fancybox__content {
  padding: 0 !important; }

/*# sourceMappingURL=main.css.map */
