@charset "UTF-8";
/* VENDOR */
/* Slider */
.partnersContainer{
 /*   border-top: 1px dotted #0084ff;*/
    padding-top: 1px;
    min-height: 36px;
    margin: 0 25px;
    text-align: left;
}
.partImg {
    display: block;
    float: left;
    margin-right: 6px;
	margin-top: 6px;
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0; }
  .slick-list:focus {
    outline: none; }
  .slick-list.dragging {
    cursor: pointer;
    cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block; }
  .slick-track:before, .slick-track:after {
    content: "";
    display: table; }
  .slick-track:after {
    clear: both; }
  .slick-loading .slick-track {
    visibility: hidden; }

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none; }
  [dir="rtl"] .slick-slide {
    float: right; }
  .slick-slide img {
    display: block;
  /* margin: 0 auto; maxivc */ }
  .slick-slide.slick-loading img {
    display: none; }
  .slick-slide.dragging img {
    pointer-events: none; }
  .slick-initialized .slick-slide {
    display: block; }
  .slick-loading .slick-slide {
    visibility: hidden; }
  .slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* UTILS */
/* BASE */
/*! normalize.css v4.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio, canvas, progress, video {
  display: inline-block; }

audio:not([controls]) {
  display: none;
  height: 0; }

progress {
  vertical-align: baseline; }

template, [hidden] {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline-width: 0; }

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  text-decoration: underline dotted; }

b, strong {
  font-weight: inherit; }

b, strong {
  font-weight: bolder; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background-color: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em; }

figure {
  margin: 0;
  padding: 0; }

hr {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

button, input, select, textarea {
  font: inherit;
  margin: 0; }

optgroup {
  font-weight: bold; }

button, input, select {
  overflow: visible; }

button, select {
  text-transform: none; }

button, [type="button"], [type="reset"], [type="submit"] {
  cursor: pointer; }

[disabled] {
  cursor: default; }

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button; }

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

button:-moz-focusring, input:-moz-focusring {
  outline: 1px dotted ButtonText; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal; }

textarea {
  overflow: auto; }

ul {
  margin: 0;
  padding: 0; }

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  -webkit-appearance: textfield; }

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

:focus {
  outline: none; }

/* Responsive map */
h1, h2, h3, h4, h5, h6 {
  font-size: 32px;
  font-weight: bold; }
  h1:first-child, h2:first-child, h3:first-child, h4:first-child, h5:first-child, h6:first-child {
    margin-top: 0; }
  h1.block-title, h2.block-title, h3.block-title, h4.block-title, h5.block-title, h6.block-title {
    font-family: "Exo 2", sans-serif; }
    h1.block-title a, h2.block-title a, h3.block-title a, h4.block-title a, h5.block-title a, h6.block-title a {
      border-bottom: 1px solid;
      color: #3752a3;
      border-color: #3752a3; }
      h1.block-title a:hover, h2.block-title a:hover, h3.block-title a:hover, h4.block-title a:hover, h5.block-title a:hover, h6.block-title a:hover {
        border-color: transparent; }

h2 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2; }

h3 {
  font-size: 26px;
  margin-top: 40px;
  margin-bottom: 15px; }

h4 {
  margin-top: 60px; }

/*p {                    
  letter-spacing: 0.2px; } */ /*maxivc */

a {
  border-bottom: 1px solid;
  color: #3752a3;
  border-color: transparent;
  text-decoration: none;
  cursor: pointer; }

ul {
  list-style: none; }
  ul li {
    position: relative;
    padding-left: 40px;
    margin: 20px 0; }
    ul li:before {
      content: '';
      position: absolute;
      top: 13px;
      left: 0;
      width: 21px;
      height: 2px;
      background: #e20340; }
    ul li.list-style-dots:before {
      width: 5px;
      height: 5px;
      -webkit-border-radius: 50%;
      -moz-border-radius: 50%;
      -ms-border-radius: 50%;
      border-radius: 50%;
      background: #999; }

p:first-child {
  margin-top: 0; }

hr {
  margin: 32px 0 28px;
  border: none;
  border-bottom: 1px solid #e1e1e1; }

hr.delimiter-1 {
  border: 10px solid #eee; }

sup {
  font-family: "PT Sans", sans-serif;
  font-size: 18px;
  font-weight: normal;
  margin-left: 6px;
  display: inline-block;
  margin-top: -6px; }

.important {
  margin: 30px 20px;
  padding: 24px;
  font-style: italic;
  -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2); }
  @media (max-width: 767px) {
    .important {
      margin-left: 0;
      margin-right: 0; } }

input[type=text]:-moz-placeholder {
  color: #999;
  font-size: 14px;
  font-style: italic; }

/* LAYOUT */
/* Responsive map */
html, body {
  min-width: 250px;
  margin: 0 !important;
  padding: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  line-height: 1.5; } /*1.3 maxivc*/

html {
  position: relative; }

.pd {
  padding: 0 4%; }
  @media (min-width: 1200px) {
    .pd {
      padding: 0; } }

.sw {
  box-sizing: border-box;
  max-width: 94%;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .sw {
      padding: 0;
      max-width: 1170px; } }

main {
  position: relative;
  padding: 30px 0; }
  main .main-content-wrap .content-wrap {
    padding-bottom: 20px; }
  @media (min-width: 600px) {
    main .main-content-wrap.with-sidebar {
      padding-left: 300px;
      overflow: hidden; }
      main .main-content-wrap.with-sidebar .content-wrap {
        position: relative;
        width: 100%;
        float: left; }
      main .main-content-wrap.with-sidebar .sidebar-wrap {
        position: relative;
        float: left;
        width: 270px;
        box-sizing: border-box;
        margin-left: -100%;
        right: 300px; } }
  main:after {
    content: '';
    display: block;
    clear: both; }

.screen {
  padding-top: 84px;
  padding-bottom: 71px; }

.page-content {
  padding-top: 48px;
  padding-bottom: 19px;
  background: #fff; }

/* Responsive map */
body > header .header-content-wrap {
  background: #fff; }
  body > header .header-content-wrap .header-content {
    position: relative; }
    body > header .header-content-wrap .header-content .logos {
      position: relative;
      height: 130px; }
      body > header .header-content-wrap .header-content .logos .logo img, body > header .header-content-wrap .header-content .logos .logo-ufu img {
        width: 100%; }
      body > header .header-content-wrap .header-content .logos .logo {
        position: absolute;
        width: 100%;
        left: 0;
        top: 50%;
        margin-top: -35px;
        color: transparent;
        border-color: transparent; }
        @media (min-width: 320px) {
          body > header .header-content-wrap .header-content .logos .logo {
            width: 180px;
            margin-top: -25px; } }
        @media (min-width: 480px) {
          body > header .header-content-wrap .header-content .logos .logo {
            width: 200px;
            margin-top: -28px; } }
        @media (min-width: 640px) {
          body > header .header-content-wrap .header-content .logos .logo {
            width: 270px;
            margin-top: -36px; } }
        @media (min-width: 768px) {
          body > header .header-content-wrap .header-content .logos .logo {
            width: 327px;
            margin-top: -43px; } }
      body > header .header-content-wrap .header-content .logos .logo-ufu {
        position: absolute;
        right: 0;
        top: 50%;
        width: 80px;
        margin-top: -40px; }
        @media (max-width: 319px) {
          body > header .header-content-wrap .header-content .logos .logo-ufu {
            display: none; } }
        @media (min-width: 768px) {
          body > header .header-content-wrap .header-content .logos .logo-ufu {
            width: 98px;
            margin-top: -44px; } }
    body > header .header-content-wrap .header-content .lang-and-search {
      position: relative;
      height: 62px;
      padding: 9px 3%;
      padding-left: 68px;
      box-sizing: border-box;
      background: #3752a3;
      color: #fff; }
      @media (min-width: 320px) {
        body > header .header-content-wrap .header-content .lang-and-search {
          padding-left: 195px; } }
      @media (min-width: 480px) {
        body > header .header-content-wrap .header-content .lang-and-search {
          padding-left: 200px; } }
      @media (min-width: 768px) {
        body > header .header-content-wrap .header-content .lang-and-search {
          padding-left: 480px; } }
      @media (min-width: 1000px) {
        body > header .header-content-wrap .header-content .lang-and-search {
          display: none; } }
    body > header .header-content-wrap .header-content .lang-switcher {
      position: absolute;
      top: 9px;
      left: 68px;
      color: #fff; }
      @media (max-width: 319px) {
        body > header .header-content-wrap .header-content .lang-switcher {
          display: none; } }
      @media (min-width: 480px) {
        body > header .header-content-wrap .header-content .lang-switcher {
          left: auto;
          right: 100px;
          top: 50%;
          margin-top: -21px;
          color: #333; } }
      @media (min-width: 640px) {
        body > header .header-content-wrap .header-content .lang-switcher {
          right: 140px; } }
      @media (min-width: 768px) {
        body > header .header-content-wrap .header-content .lang-switcher {
          right: 160px; } }
      @media (min-width: 1000px) {
        body > header .header-content-wrap .header-content .lang-switcher {
          right: 120px; } }
      @media (min-width: 1200px) {
        body > header .header-content-wrap .header-content .lang-switcher {
          right: 160px; } }
    body > header .header-content-wrap .header-content .search-form {
      z-index: 10; }
      @media (min-width: 1000px) {
        body > header .header-content-wrap .header-content .search-form {
          position: absolute;
          left: 370px;
          right: 270px;
          top: 50%;
          margin-top: -22px; } }
      @media (min-width: 1200px) {
        body > header .header-content-wrap .header-content .search-form {
          left: 430px;
          right: 370px; } }

/* Responsive map */
body > footer {
  padding: 30px 0 50px; }
  body > footer .footer-content-wrap {
    position: relative;
    text-align: center; }
    body > footer .footer-content-wrap .footer-menu-nav {
      display: inline-block;
      max-width: 400px;
      text-align: left; }
      @media (max-width: 767px) {
        body > footer .footer-content-wrap .footer-menu-nav {
          margin-bottom: 26px; } }
      @media (min-width: 768px) {
        body > footer .footer-content-wrap .footer-menu-nav {
          margin-right: -10px; } }
@media (min-width: 768px) and (max-width: 1199px) {
  body > footer .footer-content-wrap .footer-menu-nav {
    max-width: 260px; } }

    body > footer .footer-content-wrap .logo-and-social {
      font-size: 0;
      text-align: left; }
      body > footer .footer-content-wrap .logo-and-social .logo {
        display: inline-block;
        margin-bottom: 26px; }
@media (min-width: 480px) and (max-width: 767px) {
  body > footer .footer-content-wrap .logo-and-social .logo {
    width: 42%;
    margin-right: 8%; } }

        @media (min-width: 768px) {
          body > footer .footer-content-wrap .logo-and-social .logo {
            position: absolute;
            left: 0;
            top: 0;
            color: transparent;
            border-color: transparent; }
            body > footer .footer-content-wrap .logo-and-social .logo img {
              width: 230px; } }
      body > footer .footer-content-wrap .logo-and-social .social-icons {
        margin-bottom: 26px; }
@media (min-width: 480px) and (max-width: 767px) {
  body > footer .footer-content-wrap .logo-and-social .social-icons {
    display: inline-block;
    vertical-align: top; } }

        @media (min-width: 768px) {
          body > footer .footer-content-wrap .logo-and-social .social-icons {
            position: absolute;
            top: 0;
            right: 0; } }
        body > footer .footer-content-wrap .logo-and-social .social-icons .title {
          margin-bottom: 14px;
          font-size: 16px;
          line-height: 1;
          color: #333;
          text-align: left; }
        body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list {
          font-size: 0; }
          body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon {
            display: inline-block;
            width: 60px;
            height: 44px;
            margin: 0 1px 20px 1px;
            background: transparent url("images/social-icons.jpg") 0 0 no-repeat; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon:first-child {
              margin-left: 0; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon:last-child {
              margin-right: 0; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon.__vkontakte {
              background-position: 0 0; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon.__twitter {
              background-position: 0 -44px; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon.__rutube {
				background: transparent url("images/rutube_icon.jpg") 0 0 no-repeat; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon.__insta {
				background: transparent url("images/insta_icon.jpg") 0 0 no-repeat; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon.__facebook {
				background: transparent url("images/facebook_icon.jpg") 0 0 no-repeat; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon.__youtube {
				background: transparent url("images/youtube_icon.jpg") 0 0 no-repeat; }
            body > footer .footer-content-wrap .logo-and-social .social-icons .social-icons-list .social-icon.__telegram {
				background: transparent url("images/telegram_icon.jpg") 0 0 no-repeat; }
        
              background-position: 0 0; }			  
    body > footer .footer-content-wrap .copyright {
      font-size: 14px;
      color: #999;
      text-align: left;
      text-transform: uppercase; }
      @media (min-width: 768px) {
        body > footer .footer-content-wrap .copyright {
          position: absolute;
          left: 0;
          bottom: 0; } }

/* Responsive map */
.top-menu-nav {
  position: relative;
  /*background: $color-Bg-2;
  border-bottom: 1px solid $color-Bg-3;*/
  background: #eee;
  border-bottom: 1px solid #ddd;
  line-height: 1;
  z-index: 20; }
  .top-menu-nav .topmenu {
    position: relative;
    font-size: 0;
    z-index: 2;
    /* п!?!?!?!?ힼ?ힼ?!?ힼ??, !?!? !?!?ힿ!?ힻ!?ힿ!?!?ힼ?ힿ!?? */ }
    @media (min-width: 768px) {
      .top-menu-nav .topmenu {
        padding: 0;
        text-align: center; } }
    .top-menu-nav .topmenu .menu-item {
      display: inline-block;
      width: 50%;
      margin: 0;
      padding: 14px 0;
      position: relative;
      font-size: 14px; /* 16px maxivc*/
      text-align: left; }
      .top-menu-nav .topmenu .menu-item a {
        padding: 0 14px;
        color: #3752a3;
        border-color: transparent; }
        .top-menu-nav .topmenu .menu-item a:hover {
          color: #000;
          border-color: transparent; }
      @media (max-width: 479px) {
        .top-menu-nav .topmenu .menu-item {
          min-width: 120px; } }
      @media (min-width: 480px) {
        .top-menu-nav .topmenu .menu-item {
          width: 140px; } }
      @media (min-width: 768px) {
        .top-menu-nav .topmenu .menu-item {
          width: auto; } }
      @media (min-width: 1000px) {
        .top-menu-nav .topmenu .menu-item a, .top-menu-nav .topmenu .menu-item a:hover {
          padding: 0 20px;
          border-left: 1px solid #ddd; }
        .top-menu-nav .topmenu .menu-item:first-child a {
          border-left: none; } }
      .top-menu-nav .topmenu .menu-item:before {
        display: none; }
      .top-menu-nav .topmenu .menu-item .sub-menu {
        display: none;
        min-width: 250px;
        box-sizing: border-box;
        background: #fff;
        border-top: 1px solid #ececec;
        padding: 20px 40px 36px;
        position: absolute;
        top: 44px;
        left: -40px;
        font-size: 18px;
        font-weight: normal;
        text-align: left;
        -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2); }
        .top-menu-nav .topmenu .menu-item .sub-menu .menu-item {
          display: block;
          margin: 0;
          padding: 5px 0;
          line-height: 1.6;
          border-left: none; }
          .top-menu-nav .topmenu .menu-item .sub-menu .menu-item a {
            padding: 0;
            color: #3752a3;
            border-color: transparent; }
            .top-menu-nav .topmenu .menu-item .sub-menu .menu-item a:hover {
              color: #e42954;
              border-color: rgba(228, 41, 84, 0.2); }
          .top-menu-nav .topmenu .menu-item .sub-menu .menu-item:after {
            display: none; }
      @media (min-width: 768px) {
        .top-menu-nav .topmenu .menu-item:hover .sub-menu {
          display: block; } }

/* Responsive map */
@media (min-width: 480px) and (max-width: 999px) {
  body.__main-menu-mobile-opened {
    width: 100vw;
    height: 100vh;
    overflow: hidden; }
    body.__main-menu-mobile-opened .main-menu-nav {
      position: absolute;
      top: 0;
      width: 300px;
      height: 100vh; }
    body.__main-menu-mobile-opened main {
      width: 100vw;
      margin-left: 300px; } }

.main-menu-wrap {
  position: relative;
  z-index: 10; }
  .main-menu-wrap.__mobile .menu-button {
    position: absolute;
    top: -46px;
    left: 3%;
    width: 38px;
    height: 30px;
    background: url("images/menu-button.png") 0 0 no-repeat;
    cursor: pointer; }
  .main-menu-wrap.__mobile .main-menu-nav {
    display: none; }
  .main-menu-wrap.__mobile.__opened .menu-button {
    background-position: -38px 0; }
  .main-menu-wrap.__mobile.__opened .main-menu-nav {
    display: block; }
  @media (min-width: 1000px) {
    .main-menu-wrap .menu-button {
      display: none; } }

.main-menu-nav {
  background: #3752a3;
  line-height: 1; }
  .main-menu-nav .mainmenu {
    position: relative;
    z-index: 1;
    font-size: 20px;
    text-align: center; }
    @media (max-width: 999px) {
      .main-menu-nav .mainmenu {
        max-width: 100%; } }
    .main-menu-nav .mainmenu .menu-item {
      position: relative;
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #2e4791;
      text-align: left; }
      .main-menu-nav .mainmenu .menu-item:first-child {
        border-top: 1px solid #2e4791; }
      .main-menu-nav .mainmenu .menu-item:before {
        display: none; }
      .main-menu-nav .mainmenu .menu-item.menu-item-has-children:after {
        content: '';
        display: block;
        width: 11px;
        height: 6px;
        position: absolute;
        right: 3%;
        top: 29px;
        margin-top: -1px;
        background: transparent url("images/menu-pin.png") -33px -6px no-repeat; }
      .main-menu-nav .mainmenu .menu-item.menu-item-has-children.opened:after {
        background-position: -33px 0; }
      .main-menu-nav .mainmenu .menu-item.opened .sub-menu {
        display: block; }
      .main-menu-nav .mainmenu .menu-item a {
        display: block;
        padding: 20px 3%;
        padding-right: 30px;
        color: #fff;
        border-color: transparent; }
@media (min-width: 480px) and (max-width: 999px) {
  .main-menu-nav .mainmenu .menu-item.menu-item-has-children:after {
    right: 20px; }
  .main-menu-nav .mainmenu .menu-item a {
    padding-right: 40px; } }

      @media (min-width: 1000px) {
        .main-menu-nav .mainmenu .menu-item {
          display: inline-block;
          margin: 0 1px;
          padding: 20px 0 21px;
          padding-right: 18px;
          border-bottom: 0;
          vertical-align: top; }
          .main-menu-nav .mainmenu .menu-item.menu-item-has-children:after {
            right: 0;
            top: 50%;
            margin-top: -1px;
            background: transparent url("images/menu-pin.png") 0 -6px no-repeat; }
          .main-menu-nav .mainmenu .menu-item:first-child {
            margin-left: 0;
            border-top: none; }
          .main-menu-nav .mainmenu .menu-item:last-child {
            margin-right: 0; }
          .main-menu-nav .mainmenu .menu-item a {
            padding: 0;
            display: inline-block; }
            .main-menu-nav .mainmenu .menu-item a:hover {
              color: #a7caff;
              border-color: transparent; }
          .main-menu-nav .mainmenu .menu-item:hover .sub-menu {
            display: block; }
            .main-menu-nav .mainmenu .menu-item:hover .sub-menu:before {
              content: ' ';
              display: block;
              width: 10px;
              height: 10px;
              -moz-transform: rotate(45deg);
              -o-transform: rotate(45deg);
              -webkit-transform: rotate(45deg);
              filter: progid:DXImageTransform.Microsoft.Matrix(sizingMethod='auto expand', M11=0.7071067811865476, M12=-0.7071067811865475, M21=0.7071067811865475, M22=0.7071067811865476);
              background: #fff;
              position: absolute;
              top: -5px;
              left: 33px; } }
      @media (min-width: 1200px) {
        .main-menu-nav .mainmenu .menu-item {
          margin: 0 20px;
          padding-right: 20px; } }
      .main-menu-nav .mainmenu .menu-item .sub-menu {
        display: none;
        box-sizing: border-box;
        background: #2e4791;
        font-size: 18px;
        font-weight: normal;
        text-align: left; }
        @media (min-width: 1000px) {
          .main-menu-nav .mainmenu .menu-item .sub-menu {
            position: absolute;
            top: 61px;
            left: 0;
            min-width: 250px;
            padding: 20px 40px 36px;
            background: #3752a3;
            -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
            -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
            box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2); } }
        .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item {
          display: block;
          border-bottom: none;
          font-size: 16px;
          font-weight: normal; }
          .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item:after {
            display: none; }
          .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item:first-child {
            border-top: none; }
          .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item:last-child {
            margin-bottom: 0; }
          .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item a {
            padding-top: 14px;
            padding-bottom: 14px;
            padding-left: 6%; }
          @media (min-width: 1000px) {
            .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item {
              margin: 14px 0;
              padding: 0;
              font-size: 18px;
              line-height: 1.5; }
              .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item:first-child {
                margin-top: 18px; }
              .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item a {
                display: inline;
                padding: 0;
                color: #fff;
                border-color: rgba(255, 255, 255, 0.2); }
                .main-menu-nav .mainmenu .menu-item .sub-menu .menu-item a:hover {
                  color: #fff;
                  border-color: transparent; } }
      .main-menu-nav .mainmenu .menu-item:not(.menu-item-has-children) {
        padding-right: 0; }

/* Responsive map */
.bottom-menu-nav {
  background: #dddddd;
  line-height: 1; }
  @media (min-width: 1200px) {
    .bottom-menu-nav {
      padding: 20px 0; } }
  .bottom-menu-nav .bottommenu {
    font-size: 20px;
    font-weight: 600; }
    @media (max-width: 1199px) {
      .bottom-menu-nav .bottommenu {
        max-width: 100%; } }
    @media (min-width: 1200px) {
      .bottom-menu-nav .bottommenu {
        display: -webkit-box;
        display: -webkit-flex;
display: -moz-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        -webkit-justify-content: space-between;
        -moz-justify-content: space-between;
        justify-content: space-between;
        text-align: center; } }
    .bottom-menu-nav .bottommenu .menu-item {
      margin: 0;
      padding: 0;
      border-bottom: 1px solid #e6e6e6;
      text-align: left; }
      .bottom-menu-nav .bottommenu .menu-item:before {
        display: none; }
      .bottom-menu-nav .bottommenu .menu-item.menu-item-has-children:after {
        content: '';
        display: block;
        width: 11px;
        height: 6px;
        position: absolute;
        right: 3%;
        top: 29px;
        background: transparent url("images/menu-pin.png") -11px -6px no-repeat; }
      .bottom-menu-nav .bottommenu .menu-item.menu-item-has-children.opened:after {
        background-position: -22px 0; }
      .bottom-menu-nav .bottommenu .menu-item.opened .sub-menu {
        display: block; }
      .bottom-menu-nav .bottommenu .menu-item a {
        display: block;
        padding: 20px 3%;
        color: #333;
        border-color: transparent; }
        .bottom-menu-nav .bottommenu .menu-item a:hover {
          color: #333;
          border-color: transparent; }
      @media (min-width: 1200px) {
        .bottom-menu-nav .bottommenu .menu-item {
          display: inline-block;
          margin: 0 2%;
          border-bottom: 0;
          vertical-align: top; }
          .bottom-menu-nav .bottommenu .menu-item:first-child {
            margin-left: 0; }
          .bottom-menu-nav .bottommenu .menu-item:last-child {
            margin-right: 0; }
          .bottom-menu-nav .bottommenu .menu-item.menu-item-has-children:after {
            display: none; }
          .bottom-menu-nav .bottommenu .menu-item a {
            padding: 0;
            display: inline-block; }
            .bottom-menu-nav .bottommenu .menu-item a:hover {
              color: #333;
              border-color: rgba(51, 51, 51, 0.2); } }
      @media (max-width: 1199px) {
        .bottom-menu-nav .bottommenu .menu-item .sub-menu {
          display: none;
          background: #e6e6e6; } }
      .bottom-menu-nav .bottommenu .menu-item .sub-menu .menu-item {
        display: block;
        border-bottom: 0;
        font-size: 16px;
        font-weight: normal;
        line-height: 1.5; }
        .bottom-menu-nav .bottommenu .menu-item .sub-menu .menu-item:last-child {
          margin-bottom: 0; }
        .bottom-menu-nav .bottommenu .menu-item .sub-menu .menu-item a {
          padding-top: 14px;
          padding-bottom: 14px;
          padding-left: 6%;
          color: #3752a3;
          border-color: transparent; }
        @media (min-width: 1200px) {
          .bottom-menu-nav .bottommenu .menu-item .sub-menu .menu-item {
            margin: 7px;
            font-size: 14px;
            line-height: 130%; }
            .bottom-menu-nav .bottommenu .menu-item .sub-menu .menu-item:first-child {
              margin-top: 18px; }
            .bottom-menu-nav .bottommenu .menu-item .sub-menu .menu-item a {
              padding: 0; }
              .bottom-menu-nav .bottommenu .menu-item .sub-menu .menu-item a:hover {
                color: #e42954;
                border-color: rgba(228, 41, 84, 0.2); } }

/* Responsive map */
.footer-menu-nav {
  line-height: 1; }
  .footer-menu-nav .footermenu {
    font-size: 0; }
    .footer-menu-nav .footermenu .menu-item {
      display: inline-block;
      width: 50%;
      margin: 7px 0;
      padding: 0;
      font-size: 16px;
      vertical-align: top; }
      .footer-menu-nav .footermenu .menu-item:before {
        display: none; }

/* Responsive map */
.sidebar-wrap .sidebar-block {
  margin-bottom: 30px; }
  .sidebar-wrap .sidebar-block:last-child {
    margin-bottom: 0; }
@media (min-width: 1000px) {
  .sidebar-wrap .post-preview-list .post-preview {
    width: auto !important;
    margin: 0 !important; }
    .sidebar-wrap .post-preview-list .post-preview:not(:first-child) {
      display: none; } }

/* COMPONENTS */
/* Responsive map */
.search-form {
  position: relative; }
  .search-form input[type=text] {
    background: transparent;
    display: block;
    width: 100%;
    height: 44px;
    padding: 10px 14px;
    padding-right: 44px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #dddddd;
    /*border-radius: 4px;*/
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s; }
    .search-form input[type=text]:focus {
      border-color: #66afe9;
      outline: 0;
      -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
      box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
    .search-form input[type=text]::-webkit-input-placeholder {
      font-style: italic; }
    .search-form input[type=text]:-moz-placeholder {
      font-style: italic; }
  .search-form input[type=submit] {
    background: transparent url("images/search-icon-small.png") center center no-repeat;
    border: none;
    outline: none;
    font-size: 0;
    width: 30px;
    height: 30px;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -15px;
    padding: 0; }

/* Responsive map */
.slider {
  margin-bottom: 30px; }
  @media (max-width: 639px) {
    .slider {
      display: none; } }

.click-map {
  position: relative;
  margin-bottom: 50px; }
  .click-map .empty-image {
    display: none;
    width: 100%; }
@media (min-width: 640px) and (max-width: 999px) {
  .click-map .empty-image.empty-medium {
    display: block; } }

    @media (min-width: 1000px) {
      .click-map .empty-image.empty-large {
        display: block; } }
  @media (min-width: 640px) {
    .click-map .click-map-content {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-flow: column wrap;
      -moz-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }
  .click-map .click-map-content li {
    position: relative;
    padding: 0;
    padding-bottom: 64px;
    box-sizing: border-box; }
    @media (max-width: 639px) {
      .click-map .click-map-content li:first-child {
        margin-top: 0; }
      .click-map .click-map-content li:last-child {
        margin-bottom: 0; } }
    @media (min-width: 640px) {
      .click-map .click-map-content li:nth-child(1) {
        order: 2; }
      .click-map .click-map-content li:nth-child(2) {
        order: 4; }
      .click-map .click-map-content li:nth-child(3) {
        order: 6; }
      .click-map .click-map-content li:nth-child(4) {
        order: 8; }
      .click-map .click-map-content li:nth-child(5) {
        order: 10; } 
      .click-map .click-map-content li:nth-child(6) {
        order: 12; } }

@media (min-width: 640px) and (max-width: 999px) {
  .click-map .click-map-content li {
    width: 48%;
    height: 31%;
    margin: 0 2%; }
    .click-map .click-map-content li:nth-child(4) {
      order: 5; }
    .click-map .click-map-content li:nth-child(1), .click-map .click-map-content li:nth-child(2), .click-map .click-map-content li:nth-child(4) {
      margin-left: 0; }
    .click-map .click-map-content li:nth-child(3), .click-map .click-map-content li:nth-child(5) {
      margin-right: 0; }
/*    .click-map .click-map-content li:nth-child(3) {
      height: 65.5%; } */
}

    @media (min-width: 1000px) {
      .click-map .click-map-content li {
        width: 31%;
        height: 46.5%;
        margin: 0 1.75%; }
        .click-map .click-map-content li:nth-child(1), .click-map .click-map-content li:nth-child(2) {
          margin-left: 0; }
        .click-map .click-map-content li:nth-child(5), .click-map .click-map-content li:nth-child(6) {
          margin-right: 0; }
    /*    .click-map .click-map-content li:nth-child(3) {
          height: 100%; } ᅠ̡? 5 ፠ƠΡ? 1ႠϠ̡? a? */
 }
    .click-map .click-map-content li:before {
      display: none; }
    .click-map .click-map-content li a {
      display: block;
      width: 100%;
      height: 100%; }
      .click-map .click-map-content li a:hover {
        border-color: transparent; }
      .click-map .click-map-content li a .preview {
          display: block;
        width: 100%;
        height: 100%;
        background-position: center center;
        background-size: cover;
        overflow: hidden; }
        .click-map .click-map-content li a .preview img {
           display: block;
	   width: 100%; }
          @media (min-width: 768px) {
            .click-map .click-map-content li a .preview img {
              display: none; } }
      .click-map .click-map-content li a .name {
        padding: 20px 0;
        width: 100%;
        min-height: 64px;
        box-sizing: border-box;
        background: #fff;
        position: absolute;
        left: 0;
        bottom: 0;
        font-family: "Exo 2", sans-serif;
        font-size: 20px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2); }
        @media (min-width: 480px) {
          .click-map .click-map-content li a .name {
            font-size: 24px; } }

/* Responsive map */
.slick-dots {
  font-size: 0;
  text-align: center; }
  .slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 2px;
    padding: 3px;
    cursor: pointer; }
    .slick-dots li:before {
      display: none; }
    .slick-dots li button {
      font-size: 0;
      line-height: 0;
      display: block;
      padding: 0;
      cursor: pointer;
      color: transparent;
      border: 0;
      outline: none;
      background: transparent; }
      .slick-dots li button:before {
        display: block;
        top: 0;
        left: 0;
        width: 8px;
        height: 8px;
        content: ' ';
        background-color: #d9d9d9;
        border-radius: 50%; }
    .slick-dots li.slick-active button:before {
      background-color: #e20340; }

/* Responsive map */
.lang-switcher {
  list-style: none;
  font-size: 0; }
  .lang-switcher a {
    display: inline-block;
    width: 55px;
    height: 43px;
    padding: 12px;
    box-sizing: border-box;
    border: 1px solid transparent;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
    font-size: 16px;
    line-height: 1;
    text-align: center;
    color: inherit;
    border-color: transparent; }
    .lang-switcher a.current {
      border-color: #c4c4c4; }

/* Responsive map */
.post-previews .block-title {
  margin-bottom: 25px;
  line-height: 1; }
.post-previews .post-preview-list .slick-dots {
  position: absolute;
  top: -36px;
  right: 0; }
.post-previews .post-preview {
  box-sizing: border-box;
  background: #fff; }
  @media (min-width: 768px) {
    .post-previews .post-preview {
      -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
      box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2); }
      .post-previews .post-preview .post-preview-content {
        display: block;
        padding: 20px; } }
  .post-previews .post-preview img {
    width: 100%; }
  .post-previews .post-preview a, .post-previews .post-preview a:hover {
    display: block;
    width: 100%;
    height: 100%;
    color: #000;
    border-color: transparent; }
  .post-previews .post-preview .tag {
    margin-right: 18px;
    color: #e42954;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }
  .post-previews .post-preview .date {
    color: #999;
    font-size: 13px; }
  .post-previews .post-preview .name {
    display: block;
    margin: 4px 0 8px;
    font-size: 20px; }
  .post-previews .post-preview .excerpt {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.4; }
  .post-previews .post-preview .readmore {
    display: block;
    color: #e42954;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

@media (max-width: 319px) {
  .post-previews.events .post-preview .post-preview-content {
    padding: 3%; } }
@media (min-width: 320px) and (max-width: 767px) {
  .post-previews.events .post-preview .post-preview-content {
    padding: 20px; } }

.post-previews.publications .post-preview {
  background: transparent;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none; }
  .post-previews.publications .post-preview .post-preview-content {
    padding: 0; }

.post-previews.news .post-preview-list, .post-previews.events .post-preview-list {
  font-size: 0; }
  @media (min-width: 768px) {
    .post-previews.news .post-preview-list, .post-previews.events .post-preview-list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex; } }
@media (min-width: 768px) {
  .post-previews.news .post-preview, .post-previews.events .post-preview {
    display: inline-block;
    width: 48%;
    margin: 0 2%;
    vertical-align: top; }
    .post-previews.news .post-preview:first-child, .post-previews.events .post-preview:first-child {
      margin-left: 0; } }

@media (min-width: 768px) and (max-width: 1199px) {
  .post-previews.news .post-preview:nth-child(2) {
    margin-right: 0; }
  .post-previews.news .post-preview:last-child {
    /*display: none;*/ } }

@media (min-width: 1200px) {
  .post-previews.news .post-preview {
    width: 31%;
    margin: 0 1.75%; }
    .post-previews.news .post-preview:last-child {
      margin-right: 0; } }

@media (min-width: 768px) and (max-width: 999px) {
  .post-previews.events .post-preview:nth-child(2) {
    margin-right: 0; }
  .post-previews.events .post-preview:last-child {
    /*display: none;*/ } }

@media (min-width: 1000px) and (max-width: 1199px) {
  .post-previews.events .post-preview {
    width: 31%;
    margin: 0 1.75%; }
    .post-previews.events .post-preview:last-child {
      margin-right: 0; } }

.post-previews.events .post-preview:last-child {
  margin-right: 0; }


.post-previews.events .post-preview:last-child {
/*  display: inline-block !important; } /* skive */
  display: block !important; } /*/* maxivc */


/* Responsive map */
.post-list .post {
  margin-bottom: 30px;
  min-block-size: 128px; }
  @media (min-width: 480px) {
    .post-list .post .tags {
      display: inline-block; } }
  .post-list .post .tags a {
    margin-right: 18px;
    font-size: 14px;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase;
    color: #e42954;
    border-color: transparent; }
    .post-list .post .tags a:hover {
      color: #e42954;
      border-color: rgba(228, 41, 84, 0.2); }
  .post-list .post .date {
    margin-right: 30px;
    color: #999;
    font-size: 14px; }
  .post-list .post .title {
    display: block;
    margin: 2px 0 4px;
    font-size: 18px; }
  .post-list .post .excerpt {
    display: block;
    color: #666;
    font-size: 14px;
    line-height: 1.4; }
  .post-list .post .readmore {
    display: block;
    color: #e42954;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase; }

/* PAGES */
/* Responsive map */
.home .main-slider {
  position: relative;
/* height: 422px; */
  margin-bottom: 30px; }
  @media (max-width: 767px) {
    .home .main-slider {
/*      display: none;*/ } }
  .home .main-slider .slide {
    position: relative; }
    .home .main-slider .slide a {
      display: block;
      width: 100%;
      height: 100%;
      overflow: hidden; }
    .home .main-slider .slide img {
      display: block;
      /*max-width: none; */ }
    .home .main-slider .slide .title {
      position: absolute;
      left: 0;
      top: 0;
      width: 80%;
      padding: 70px;
      box-sizing: border-box;
      font-family: "Exo 2", sans-serif;
      font-size: 48px;
      font-weight: bold;
      line-height: 1.2;
      color: #fff;
      z-index: 1; }
      @media (min-width: 1000px) {
        .home .main-slider .slide .title {
          left: 30px;
          bottom: 30px;
          top: auto;
          width: 55%;
          padding: 0; } }
      @media (min-width: 1200px) {
        .home .main-slider .slide .title {
          width: 45%; } }
  .home .main-slider .slick-arrow {
    position: absolute;
    bottom: 52px;
    width: 21px;
    height: 32px;
    background: transparent url("images/slider-arrows.png") 0 0 no-repeat;
    border: none;
    outline: none;
    font-size: 0;
    line-height: 0;
    z-index: 2; }

    .home .main-slider .slick-arrow.slick-prev {
      right: 103px;
      background-position: 0 0; }
    .home .main-slider .slick-arrow.slick-next {
      right: 50px;
      background-position: -21px 0; }
@media (max-width: 500px) {
.home .main-slider .slick-arrow{
        z-index: 1; }
.home .main-slider .slide .title {
        z-index: 1; 
		font-size: 30px;
          left: 30px;
          bottom: 30px;
          top: 16%;
          width: 55%;
          padding: 0;}
.home .main-slider .slick-arrow.slick-prev {
		left: 1%;
		top: 70%;}
.home .main-slider .slick-arrow.slick-next{
		right: 1%;
		top: 70%;}
}
  .home .main-slider:after {
    content: '';
    position: absolute;
    right: 30px;
    bottom: 30px;
    width: 151px;
    height: 74px;
    background: transparent url("images/slider-arrows-bg.png") 0 0 no-repeat;
    z-index: 1; }
  .home .main-slider .slider-border {
    position: absolute;
    background: #fff;
    z-index: 1; }


    .home .main-slider .slider-border.__left, .home .main-slider .slider-border.__right {
      width: 8px;
      top: 30px;
      bottom: 30px; }
    .home .main-slider .slider-border.__top, .home .main-slider .slider-border.__bottom {
      height: 8px;
      left: 30px;
      right: 30px; }
    .home .main-slider .slider-border.__left {
      left: 30px; }
    .home .main-slider .slider-border.__right {
      right: 30px; }
    .home .main-slider .slider-border.__top {
      top: 30px; }
    .home .main-slider .slider-border.__bottom {
      bottom: 30px; }
    @media (min-width: 1000px) {
      .home .main-slider .slider-border.__left {
        bottom: 250px; }
      .home .main-slider .slider-border.__bottom {
        left: 600px; } }
@media (max-width: 900px) {
      .home .main-slider .slider-border {
        z-index: -1; }
	  .home .main-slider::after{
        z-index: 1; }
 }
@media (max-width: 500px) {
      .home .main-slider .slider-border {
        z-index: -1; }
	  .home .main-slider::after{
        z-index: -1; }
 }
@media (min-width: 768px) {
  .home .post-previews .post-preview .post-preview-content {
    padding: 30px; } }
@media (min-width: 1200px) {
  .home .post-previews.events .post-preview:nth-child(2) {
    margin-right: 0; }
  .home .post-previews.events .post-preview:last-child {
    display: none; } }
@media (min-width: 600px) {
  .home .post-previews.publications .post-preview .post-preview-content {
    padding: 0; } }

.home-news {
  padding-bottom: 40px; }
  @media (min-width: 768px) {
    .home-news {
      padding-bottom: 50px; } }
  @media (min-width: 1200px) {
    .home-news {
      padding-bottom: 40px; } }

.home-actual {
  padding: 40px 0;
  background: #f2f2f2;
  font-size: 0; }
  @media (min-width: 1000px) {
    .home-actual {
      padding: 50px 0; } }
  @media (min-width: 1200px) {
    .home-actual {
      padding: 40px 0 60px; } }
  .home-actual .actual-item {
    box-sizing: border-box; }
    @media (min-width: 1200px) {
      .home-actual .actual-item {
        display: inline-block;
        width: 48%;
        margin: 0 2%;
        vertical-align: top; }
        .home-actual .actual-item:first-child {
          margin-left: 0; }
        .home-actual .actual-item:last-child {
          margin-right: 0; } }
  .home-actual .home-events {
    margin-bottom: 40px; }
    @media (min-width: 1000px) {
      .home-actual .home-events {
        margin-bottom: 50px; } }
    @media (min-width: 1200px) {
      .home-actual .home-events {
        margin-bottom: 0; } }
  @media (min-width: 768px) {
    .home-actual .home-publications .home-publications-list article {
      margin: 30px 0; } }
  .home-actual .home-publications .home-publications-list article:last-child {
    margin-bottom: 0; }

.home-partners {
  padding-top: 40px;
  padding-bottom: 10px; }
  @media (min-width: 1200px) {
    .home-partners {
      padding-top: 20px; } }
  .home-partners h1 {
    text-align: center; }
  .home-partners .home-partners-list .slick-list {
    padding: 10px 0 30px; }
  .home-partners .home-partners-list article {
    height: 150px;
    margin: 0 15px;
    text-align: center;
    padding: 25px 20px;
    box-sizing: border-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    -moz-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    -moz-align-items: center;
    align-items: center;
    -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2); }
    .home-partners .home-partners-list article img {
      display: inline-block; }

/* align */
.alignnone {
    margin: 5px 20px 20px 0;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin: 5px auto 5px auto;
}

.alignright {
    float:right;
    margin: 5px 0 20px 20px;
}

.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.alignright {
    float: right;
    margin: 5px 0 20px 20px;
}

a img.alignnone {
    margin: 5px 20px 20px 0;
}

a img.alignleft {
    float: left;
    margin: 5px 20px 20px 0;
}

a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}


/* THEMES */

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

.abiTable {
	border-collapse:collapse;
	width:100%;
	border:1px solid #000;
	text-align:left;
	margin-bottom:20px;
}

.abiTable th {
	background-color:#3752A3;
	color:#fff;	
	border:1px solid #000;
	vertical-align:top;
	padding:2px;
	text-align:center;
}

.abiTable td {
	vertical-align:top;
	border:1px solid #000;
	padding:2px;
        text-align:center;
}

.razrTable {
	border-collapse:collapse;
	width:100%;
	border:1px solid #000;
	text-align:left;
	margin-bottom:20px;
}

.razrTable th {
	background-color:#3752A3;
	color:#fff;
	border:1px solid #3752A3;
	vertical-align:top;
	padding:2px;
	text-align:center;
}

.razrTable td {
	vertical-align:top;
	border:1px solid #D6D6D6;
	padding:2px;
        text-align:center;
}
.razrTable tr td:first-of-type {
	width:300px;
}



breadcrumb-trail breadcrumbs ul li {
}

/*.breadcrumbs {
	font-size: 16px;
	color: #cacaca;
	margin-top: 0;
	line-height: 1.5;
}
.breadcrumbs a,
.breadcrumbs strong {
	margin: 0 12px;
}
.breadcrumbs a:first-child {
	margin-left: 0;
}
.breadcrumbs strong {
	color: initial;
	font-weight: normal;
	display: none;
}


.breadcrumbs { 
  list-style: none; 
  overflow: hidden; 
  font: 18px Sans-Serif;
}
*/

 /* Style the list */
.breadcrumbs {
/*    padding: 10px 6px;*/
    list-style: none;
   /* background-color: #eee;*/
    font-size: 16px;
	margin:0;
}

/* Display list items side by side */
.breadcrumbs li {
    display: inline;
	padding-left:16px;
}

.breadcrumbs ul > li.trail-begin {
    display: inline;
	padding-left:0px;
}


.breadcrumbs li:before {
content: '';
position: absolute;
top: 0px;
left: 0;
width: 0px;
height: 0px;
background: none;
	padding:0;
margin:0;
}


/* Add a slash symbol (/) before/behind each list item */
.breadcrumbs li+li:before {
/*    padding: 8px;*/
position: absolute;
top: 0px;
left: 5px;
width: 1px;
height: 2px;
    color: black;
    content: "/\00a0";
}

/* Add a color to all links inside the list */
.breadcrumbs li a {
    color: #0275d8;
    text-decoration: none;
}

/* Add a color on mouse-over */
ul.breadcrumb li a:hover {
    color: #01447e;
    text-decoration: underline;
} 


/*.post .attachment-post-thumbnail {
	float:left; 
//	width: 100px;
    height: auto;
	margin: 5px 10px 6px 0px;
}*/

.post-list .post .attachment-thumbnail {
	float: left;
	margin-right: 10px;
	margin-top:7px;
}
/*.post-list .title, .post-list .excerpt {
	margin-left: 160px !important;
}*/

.wp-pagenavi {
	margin: 30px 0 10px;
	text-align: center;
}
.wp-pagenavi .page,
.wp-pagenavi .current, .wp-pagenavi .nextpostslink, .wp-pagenavi .previouspostslink {
	display: inline-block;
	padding: 12px;
	border-radius: 50%;
/*
	border: 2px solid #0b61a2;*/
/*    width: 12px;
    height: 12px;*/
	width:14px; height:14px;
    line-height: 0.8;
    margin: 0 5px;
}
.wp-pagenavi .current {
	border:1px solid #3752A3 !important;
	background-color: #3752A3;
	color: #fff;
}

/* Add downloads style */
.docsContainer{
padding:10px 6px 0;
margin:3px 0px; 
margin-bottom:0;
min-height:30px;
background-color:#e8eeff;
border-radius:0px}
.docsContainer:hover{
background-color:#d7dfff
}
.dl{
float:right;
display:block;
width:31px;
opacity:.8;
margin-top:-6px;
-moz-transition:all .4s ease;
-webkit-transition:all .4s ease;
-o-transition:all .4s ease;
-ms-transition:all .4s ease;
transition:all .4s ease
}
.dl:hover{
opacity:1
}
.dl:active{
position:relative;
bottom:-1px
}

.su-spoiler-style-fancy > .su-spoiler-title {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
	background: #3752A3 !important;
	font-size: 0.9em;
	color: white;
}

.su-spoiler-style-fancy > .su-spoiler-content {
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
	background: #fff !important;
}

.su-clearfix::before, .su-clearfix::after {
    display: none !important;
    content: "" !important;
}

.su-spoiler-style-fancy {
    border: 1px solid #3752A3;
    -webkit-border-radius: 0px !important;
    -moz-border-radius: 0px !important;
    border-radius: 0px !important;
    background: #fff;
    color: #333;
}

.su-spoiler-icon {
	color: #3752A3;
	color: #E30342;
}
.su-spoiler-style-fancy .su-spoiler-icon {
	color: #fff;
}


/**
.slide {
  width: 150px;
  position: relative;
  overflow: hidden;
}
.slide img {
  display: block;

  transition: 500ms;
}
figcaption {
    font-size: 70%;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255,255,255,.8);
  padding: 0px;
  text-align: center;
  opacity: 0;
  transform: translateY(100%);
  transition: 500ms;
}
.slide:hover figcaption { 
  opacity: 1;
  transform: translateY(0);
}
.slide:hover img {
  transform: scale(1.1);
}

**/

.weeks{
	/*	border:1px solid #3752A3 !important;
	background-color: #3752A3;
	font-weight: bold;
	color: #fff; */
	color: black;
}

/* Code for animated blinking cursor. */

.typed-cursor {
  opacity: 1;
  font-weight: 100;
  -webkit-animation: blink 0.7s infinite;
  -moz-animation: blink 0.7s infinite;
  -ms-animation: blink 0.7s infinite;
  -o-animation: blink 0.7s infinite;
  animation: blink 0.7s infinite;
}

@-keyframes blink {
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}
        
@-webkit-keyframes blink{
  0% { opacity:1; }          
  50% { opacity:0; }
  100% { opacity:1; }
}
        
@-moz-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

@-ms-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}

@-o-keyframes blink{
  0% { opacity:1; }
  50% { opacity:0; }
  100% { opacity:1; }
}


.tochka-logo {
    position: absolute;
    left: 1%;
    top: 300;
    color: transparent;
    border-color: transparent;
}

  @media (min-width: 640px) {
    .click-map .click-map-content1 {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -moz-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
      -moz-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-flex-flow: column wrap;
      -moz-flex-flow: column wrap;
      -ms-flex-flow: column wrap;
      flex-flow: column wrap;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      -webkit-justify-content: space-between;
      -moz-justify-content: space-between;
      justify-content: space-between;
      -webkit-box-align: start;
      -ms-flex-align: start;
      -webkit-align-items: flex-start;
      -moz-align-items: flex-start;
      align-items: flex-start; } }
  .click-map .click-map-content1 li {
    position: relative;
    padding: 0;
    padding-bottom: 64px;
    box-sizing: border-box; }
    @media (max-width: 639px) {
      .click-map .click-map-content li:first-child {
        margin-top: 0; }
      .click-map .click-map-content1 li:last-child {
        margin-bottom: 0; } }
    @media (min-width: 640px) {
      .click-map .click-map-content li:nth-child(1) {
        order: 2; }
      .click-map .click-map-content1 li:nth-child(2) {
        order: 4; }
      .click-map .click-map-content1 li:nth-child(3) {
        order: 6; }
      .click-map .click-map-content1 li:nth-child(4) {
        order: 8; }
      .click-map .click-map-content1 li:nth-child(5) {
        order: 10; } 
      .click-map .click-map-content1 li:nth-child(6) {
        order: 12; } }

@media (min-width: 640px) and (max-width: 999px) {
  .click-map .click-map-content1 li {
    width: 48%;
    height: 31%;
    margin: 0 2%; }
    .click-map .click-map-content1 li:nth-child(4) {
      order: 5; }
    .click-map .click-map-content1 li:nth-child(1), .click-map .click-map-content1 li:nth-child(2), .click-map .click-map-content1 li:nth-child(4) {
      margin-left: 0; }
    .click-map .click-map-content1 li:nth-child(3), .click-map .click-map-content1 li:nth-child(5) {
      margin-right: 0; }
/*    .click-map .click-map-content li:nth-child(3) {
      height: 65.5%; } */
}

    @media (min-width: 1000px) {
      .click-map .click-map-content1 li {
        width: 31%;
        height: 46.5%;
        margin: 0 1.75%; }
        .click-map .click-map-content1 li:nth-child(1), .click-map .click-map-content1 li:nth-child(2) {
          margin-left: 0; }
        .click-map .click-map-content1 li:nth-child(5), .click-map .click-map-content1 li:nth-child(6) {
          margin-right: 0; }
/*        .click-map .click-map-content1 li:nth-child(3) {
          height: 100%; }  5  1 */
 }
    .click-map .click-map-content1 li:before {
      display: none; }
    .click-map .click-map-content1 li a {
      display: block;
      width: 100%;
      height: 100%; }
      .click-map .click-map-content1 li a:hover {
        border-color: transparent; }
      .click-map .click-map-content1 li a .preview {
        display: block; 
        width: 100;
        height: 100%;
        background-position: center center;
        background-size: cover;
        overflow: hidden; }
        .click-map .click-map-content1 li a .preview img {
          display: block; 
          width: 100%; }
          @media (min-width: 768px) {
            .click-map .click-map-content li a .preview img {
              display: none; } }
      .click-map .click-map-content1 li a .name {
        padding: 5px 0;
        width: 100%;
        min-height: 64px;
        box-sizing: border-box;
        background: #fff; 
        position: absolute;
        left: 0;
        bottom: 0;
        font-family: "Exo 2", sans-serif;
        font-size: 18px;
        font-weight: bold;
        line-height: 1;
        text-align: center;
        -webkit-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
        -moz-box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2);
        box-shadow: 3px 3px 20px 0px rgba(0, 0, 0, 0.2); }
        @media (min-width: 480px) {
          .click-map .click-map-content1 li a .name {
            font-size: 18px;
	    padding-top:14px; } }