@charset "UTF-8";
*,
body,
html,
ul {
  padding: 0;
  margin: 0;
}

.fa,
.fa-stack {
  display: inline-block;
}

.fa-fw,
.fa-li {
  text-align: center;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  font-family: AvenirNextRegular, Arial, Helvetica, sans-serif;
  font-size: 14px;
}

body.search-results {
  display: flex;
  flex-direction: column;
}

.search-header-section {
  flex: 1 1 auto;
}

body,
html {
  height: 100%;
}

ul {
  list-style: none;
}

.fa.fa-pull-left,
.fa.pull-left {
  margin-right: 0.3em;
}

a,
a:hover {
  text-decoration: none;
}

@font-face {
  font-family: AvenirNextLight;
  src: url(./fonts/AvenirNextCyr-Light.otf);
}

@font-face {
  font-family: AvenirNextRegular;
  src: url(./fonts/AvenirNextCyr-Regular.otf);
}

@font-face {
  font-family: AvenirNextDemi;
  src: url(./fonts/AvenirNextCyr-Demi.otf);
}

@font-face {
  font-family: AvenirNextBold;
  src: url(./fonts/AvenirNextCyr-Bold.otf);
}

@font-face {
  font-family: AvenirNextMedium;
  src: url(./fonts/AvenirNextCyr-Medium.otf);
}

@font-face {
  font-family: AvenirNextHeavy;
  src: url(./fonts/AvenirNextCyr-Heavy.otf);
}

@font-face {
  font-family: DINProBlack;
  src: url(./fonts/DINPro-Black.otf);
}

@font-face {
  font-family: DINProRegular;
  src: url(./fonts/DINPro-Regular.otf);
}

@font-face {
  font-family: DINProMedium;
  src: url(./fonts/DINPro-Medium.otf);
}

@font-face {
  font-family: DINProLight;
  src: url(./fonts/DINPro-Light.otf);
}

@font-face {
  font-family: DINProBold;
  src: url(./fonts/DINPro-Bold.otf);
}

@font-face {
  font-family: PFSquareSansPro-Regular;
  src: url(./fonts/PFSquareSansPro-Regular.ttf);
}

/*!
 *  Font Awesome 4.7.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */

@font-face {
  font-family: FontAwesome;
  src: url(./fonts/fontawesome-webfont.eot?v=4.7.0);
  src: url(./fonts/fontawesome-webfont.eot?#iefix&v=4.7.0)
      format("embedded-opentype"),
    url(./fonts/fontawesome-webfont.woff2?v=4.7.0) format("woff2"),
    url(./fonts/fontawesome-webfont.woff?v=4.7.0) format("woff"),
    url(./fonts/fontawesome-webfont.ttf?v=4.7.0) format("truetype"),
    url(./fonts/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular)
      format("svg");
  font-weight: 400;
  font-style: normal;
}

.fa {
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.fa-lg {
  font-size: 1.33333em;
  line-height: 0.75em;
  vertical-align: -15%;
}

.fa-2x {
  font-size: 2em;
}

.fa-3x {
  font-size: 3em;
}

.fa-4x {
  font-size: 4em;
}

.fa-5x {
  font-size: 5em;
}

.fa-fw {
  width: 1.28571em;
}

.fa-ul {
  padding-left: 0;
  margin-left: 2.14286em;
  list-style-type: none;
}

.fa.fa-pull-right,
.fa.pull-right {
  margin-left: 0.3em;
}

.fa-ul > li {
  position: relative;
}

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
}

.fa-li.fa-lg {
  left: -1.85714em;
}

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: 0.08em solid #eee;
  -webkit-border-radius: 0.1em;
  border-radius: 0.1em;
}

.fa-pull-left {
  float: left;
}

.fa-pull-right,
.pull-right {
  float: right;
}

.pull-left {
  float: left;
}

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}

.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}

@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}

.fa-rotate-90 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}

.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

.fa-flip-horizontal {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}

.fa-flip-vertical {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}

:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-rotate-90 {
  -webkit-filter: none;
  filter: none;
}

.fa-stack {
  position: relative;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}

.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}

.fa-stack-1x {
  line-height: inherit;
}

.fa-stack-2x {
  font-size: 2em;
}

.fa-inverse {
  color: #fff;
}

.fa-glass:before {
  content: "";
}

.fa-music:before {
  content: "";
}

.fa-search:before {
  content: "";
}

.fa-envelope-o:before {
  content: "";
}

.fa-heart:before {
  content: "";
}

.fa-star:before {
  content: "";
}

.fa-star-o:before {
  content: "";
}

.fa-user:before {
  content: "";
}

.fa-film:before {
  content: "";
}

.fa-th-large:before {
  content: "";
}

.fa-th:before {
  content: "";
}

.fa-th-list:before {
  content: "";
}

.fa-check:before {
  content: "";
}

.fa-close:before,
.fa-remove:before,
.fa-times:before {
  content: "";
}

.fa-search-plus:before {
  content: "";
}

.fa-search-minus:before {
  content: "";
}

.fa-power-off:before {
  content: "";
}

.fa-signal:before {
  content: "";
}

.fa-cog:before,
.fa-gear:before {
  content: "";
}

.fa-trash-o:before {
  content: "";
}

.fa-home:before {
  content: "";
}

.fa-file-o:before {
  content: "";
}

.fa-clock-o:before {
  content: "";
}

.fa-road:before {
  content: "";
}

.fa-download:before {
  content: "";
}

.fa-arrow-circle-o-down:before {
  content: "";
}

.fa-arrow-circle-o-up:before {
  content: "";
}

.fa-inbox:before {
  content: "";
}

.fa-play-circle-o:before {
  content: "";
}

.fa-repeat:before,
.fa-rotate-right:before {
  content: "";
}

.fa-refresh:before {
  content: "";
}

.fa-list-alt:before {
  content: "";
}

.fa-lock:before {
  content: "";
}

.fa-flag:before {
  content: "";
}

.fa-headphones:before {
  content: "";
}

.fa-volume-off:before {
  content: "";
}

.fa-volume-down:before {
  content: "";
}

.fa-volume-up:before {
  content: "";
}

.fa-qrcode:before {
  content: "";
}

.fa-barcode:before {
  content: "";
}

.fa-tag:before {
  content: "";
}

.fa-tags:before {
  content: "";
}

.fa-book:before {
  content: "";
}

.fa-bookmark:before {
  content: "";
}

.fa-print:before {
  content: "";
}

.fa-camera:before {
  content: "";
}

.fa-font:before {
  content: "";
}

.fa-bold:before {
  content: "";
}

.fa-italic:before {
  content: "";
}

.fa-text-height:before {
  content: "";
}

.fa-text-width:before {
  content: "";
}

.fa-align-left:before {
  content: "";
}

.fa-align-center:before {
  content: "";
}

.fa-align-right:before {
  content: "";
}

.fa-align-justify:before {
  content: "";
}

.fa-list:before {
  content: "";
}

.fa-dedent:before,
.fa-outdent:before {
  content: "";
}

.fa-indent:before {
  content: "";
}

.fa-video-camera:before {
  content: "";
}

.fa-image:before,
.fa-photo:before,
.fa-picture-o:before {
  content: "";
}

.fa-pencil:before {
  content: "";
}

.fa-map-marker:before {
  content: "";
}

.fa-adjust:before {
  content: "";
}

.fa-tint:before {
  content: "";
}

.fa-edit:before,
.fa-pencil-square-o:before {
  content: "";
}

.fa-share-square-o:before {
  content: "";
}

.fa-check-square-o:before {
  content: "";
}

.fa-arrows:before {
  content: "";
}

.fa-step-backward:before {
  content: "";
}

.fa-fast-backward:before {
  content: "";
}

.fa-backward:before {
  content: "";
}

.fa-play:before {
  content: "";
}

.fa-pause:before {
  content: "";
}

.fa-stop:before {
  content: "";
}

.fa-forward:before {
  content: "";
}

.fa-fast-forward:before {
  content: "";
}

.fa-step-forward:before {
  content: "";
}

.fa-eject:before {
  content: "";
}

.fa-chevron-left:before {
  content: "";
}

.fa-chevron-right:before {
  content: "";
}

.fa-plus-circle:before {
  content: "";
}

.fa-minus-circle:before {
  content: "";
}

.fa-times-circle:before {
  content: "";
}

.fa-check-circle:before {
  content: "";
}

.fa-question-circle:before {
  content: "";
}

.fa-info-circle:before {
  content: "";
}

.fa-crosshairs:before {
  content: "";
}

.fa-times-circle-o:before {
  content: "";
}

.fa-check-circle-o:before {
  content: "";
}

.fa-ban:before {
  content: "";
}

.fa-arrow-left:before {
  content: "";
}

.fa-arrow-right:before {
  content: "";
}

.fa-arrow-up:before {
  content: "";
}

.fa-arrow-down:before {
  content: "";
}

.fa-mail-forward:before,
.fa-share:before {
  content: "";
}

.fa-expand:before {
  content: "";
}

.fa-compress:before {
  content: "";
}

.fa-plus:before {
  content: "";
}

.fa-minus:before {
  content: "";
}

.fa-asterisk:before {
  content: "";
}

.fa-exclamation-circle:before {
  content: "";
}

.fa-gift:before {
  content: "";
}

.fa-leaf:before {
  content: "";
}

.fa-fire:before {
  content: "";
}

.fa-eye:before {
  content: "";
}

.fa-eye-slash:before {
  content: "";
}

.fa-exclamation-triangle:before,
.fa-warning:before {
  content: "";
}

.fa-plane:before {
  content: "";
}

.fa-calendar:before {
  content: "";
}

.fa-random:before {
  content: "";
}

.fa-comment:before {
  content: "";
}

.fa-magnet:before {
  content: "";
}

.fa-chevron-up:before {
  content: "";
}

.fa-chevron-down:before {
  content: "";
}

.fa-retweet:before {
  content: "";
}

.fa-shopping-cart:before {
  content: "";
}

.fa-folder:before {
  content: "";
}

.fa-folder-open:before {
  content: "";
}

.fa-arrows-v:before {
  content: "";
}

.fa-arrows-h:before {
  content: "";
}

.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "";
}

.fa-twitter-square:before {
  content: "";
}

.fa-facebook-square:before {
  content: "";
}

.fa-camera-retro:before {
  content: "";
}

.fa-key:before {
  content: "";
}

.fa-cogs:before,
.fa-gears:before {
  content: "";
}

.fa-comments:before {
  content: "";
}

.fa-thumbs-o-up:before {
  content: "";
}

.fa-thumbs-o-down:before {
  content: "";
}

.fa-star-half:before {
  content: "";
}

.fa-heart-o:before {
  content: "";
}

.fa-sign-out:before {
  content: "";
}

.fa-linkedin-square:before {
  content: "";
}

.fa-thumb-tack:before {
  content: "";
}

.fa-external-link:before {
  content: "";
}

.fa-sign-in:before {
  content: "";
}

.fa-trophy:before {
  content: "";
}

.fa-github-square:before {
  content: "";
}

.fa-upload:before {
  content: "";
}

.fa-lemon-o:before {
  content: "";
}

.fa-phone:before {
  content: "";
}

.fa-square-o:before {
  content: "";
}

.fa-bookmark-o:before {
  content: "";
}

.fa-phone-square:before {
  content: "";
}

.fa-twitter:before {
  content: "";
}

.fa-facebook-f:before,
.fa-facebook:before {
  content: "";
}

.fa-github:before {
  content: "";
}

.fa-unlock:before {
  content: "";
}

.fa-credit-card:before {
  content: "";
}

.fa-feed:before,
.fa-rss:before {
  content: "";
}

.fa-hdd-o:before {
  content: "";
}

.fa-bullhorn:before {
  content: "";
}

.fa-bell:before {
  content: "";
}

.fa-certificate:before {
  content: "";
}

.fa-hand-o-right:before {
  content: "";
}

.fa-hand-o-left:before {
  content: "";
}

.fa-hand-o-up:before {
  content: "";
}

.fa-hand-o-down:before {
  content: "";
}

.fa-arrow-circle-left:before {
  content: "";
}

.fa-arrow-circle-right:before {
  content: "";
}

.fa-arrow-circle-up:before {
  content: "";
}

.fa-arrow-circle-down:before {
  content: "";
}

.fa-globe:before {
  content: "";
}

.fa-wrench:before {
  content: "";
}

.fa-tasks:before {
  content: "";
}

.fa-filter:before {
  content: "";
}

.fa-briefcase:before {
  content: "";
}

.fa-arrows-alt:before {
  content: "";
}

.fa-group:before,
.fa-users:before {
  content: "";
}

.fa-chain:before,
.fa-link:before {
  content: "";
}

.fa-cloud:before {
  content: "";
}

.fa-flask:before {
  content: "";
}

.fa-cut:before,
.fa-scissors:before {
  content: "";
}

.fa-copy:before,
.fa-files-o:before {
  content: "";
}

.fa-paperclip:before {
  content: "";
}

.fa-floppy-o:before,
.fa-save:before {
  content: "";
}

.fa-square:before {
  content: "";
}

.fa-bars:before,
.fa-navicon:before,
.fa-reorder:before {
  content: "";
}

.fa-list-ul:before {
  content: "";
}

.fa-list-ol:before {
  content: "";
}

.fa-strikethrough:before {
  content: "";
}

.fa-underline:before {
  content: "";
}

.fa-table:before {
  content: "";
}

.fa-magic:before {
  content: "";
}

.fa-truck:before {
  content: "";
}

.fa-pinterest:before {
  content: "";
}

.fa-pinterest-square:before {
  content: "";
}

.fa-google-plus-square:before {
  content: "";
}

.fa-google-plus:before {
  content: "";
}

.fa-money:before {
  content: "";
}

.fa-caret-down:before {
  content: "";
}

.fa-caret-up:before {
  content: "";
}

.fa-caret-left:before {
  content: "";
}

.fa-caret-right:before {
  content: "";
}

.fa-columns:before {
  content: "";
}

.fa-sort:before,
.fa-unsorted:before {
  content: "";
}

.fa-sort-desc:before,
.fa-sort-down:before {
  content: "";
}

.fa-sort-asc:before,
.fa-sort-up:before {
  content: "";
}

.fa-envelope:before {
  content: "";
}

.fa-linkedin:before {
  content: "";
}

.fa-rotate-left:before,
.fa-undo:before {
  content: "";
}

.fa-gavel:before,
.fa-legal:before {
  content: "";
}

.fa-dashboard:before,
.fa-tachometer:before {
  content: "";
}

.fa-comment-o:before {
  content: "";
}

.fa-comments-o:before {
  content: "";
}

.fa-bolt:before,
.fa-flash:before {
  content: "";
}

.fa-sitemap:before {
  content: "";
}

.fa-umbrella:before {
  content: "";
}

.fa-clipboard:before,
.fa-paste:before {
  content: "";
}

.fa-lightbulb-o:before {
  content: "";
}

.fa-exchange:before {
  content: "";
}

.fa-cloud-download:before {
  content: "";
}

.fa-cloud-upload:before {
  content: "";
}

.fa-user-md:before {
  content: "";
}

.fa-stethoscope:before {
  content: "";
}

.fa-suitcase:before {
  content: "";
}

.fa-bell-o:before {
  content: "";
}

.fa-coffee:before {
  content: "";
}

.fa-cutlery:before {
  content: "";
}

.fa-file-text-o:before {
  content: "";
}

.fa-building-o:before {
  content: "";
}

.fa-hospital-o:before {
  content: "";
}

.fa-ambulance:before {
  content: "";
}

.fa-medkit:before {
  content: "";
}

.fa-fighter-jet:before {
  content: "";
}

.fa-beer:before {
  content: "";
}

.fa-h-square:before {
  content: "";
}

.fa-plus-square:before {
  content: "";
}

.fa-angle-double-left:before {
  content: "";
}

.fa-angle-double-right:before {
  content: "";
}

.fa-angle-double-up:before {
  content: "";
}

.fa-angle-double-down:before {
  content: "";
}

.fa-angle-left:before {
  content: "";
}

.fa-angle-right:before {
  content: "";
}

.fa-angle-up:before {
  content: "";
}

.fa-angle-down:before {
  content: "";
}

.fa-desktop:before {
  content: "";
}

.fa-laptop:before {
  content: "";
}

.fa-tablet:before {
  content: "";
}

.fa-mobile-phone:before,
.fa-mobile:before {
  content: "";
}

.fa-circle-o:before {
  content: "";
}

.fa-quote-left:before {
  content: "";
}

.fa-quote-right:before {
  content: "";
}

.fa-spinner:before {
  content: "";
}

.fa-circle:before {
  content: "";
}

.fa-mail-reply:before,
.fa-reply:before {
  content: "";
}

.fa-github-alt:before {
  content: "";
}

.fa-folder-o:before {
  content: "";
}

.fa-folder-open-o:before {
  content: "";
}

.fa-smile-o:before {
  content: "";
}

.fa-frown-o:before {
  content: "";
}

.fa-meh-o:before {
  content: "";
}

.fa-gamepad:before {
  content: "";
}

.fa-keyboard-o:before {
  content: "";
}

.fa-flag-o:before {
  content: "";
}

.fa-flag-checkered:before {
  content: "";
}

.fa-terminal:before {
  content: "";
}

.fa-code:before {
  content: "";
}

.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "";
}

.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "";
}

.fa-location-arrow:before {
  content: "";
}

.fa-crop:before {
  content: "";
}

.fa-code-fork:before {
  content: "";
}

.fa-chain-broken:before,
.fa-unlink:before {
  content: "";
}

.fa-question:before {
  content: "";
}

.fa-info:before {
  content: "";
}

.fa-exclamation:before {
  content: "";
}

.fa-superscript:before {
  content: "";
}

.fa-subscript:before {
  content: "";
}

.fa-eraser:before {
  content: "";
}

.fa-puzzle-piece:before {
  content: "";
}

.fa-microphone:before {
  content: "";
}

.fa-microphone-slash:before {
  content: "";
}

.fa-shield:before {
  content: "";
}

.fa-calendar-o:before {
  content: "";
}

.fa-fire-extinguisher:before {
  content: "";
}

.fa-rocket:before {
  content: "";
}

.fa-maxcdn:before {
  content: "";
}

.fa-chevron-circle-left:before {
  content: "";
}

.fa-chevron-circle-right:before {
  content: "";
}

.fa-chevron-circle-up:before {
  content: "";
}

.fa-chevron-circle-down:before {
  content: "";
}

.fa-html5:before {
  content: "";
}

.fa-css3:before {
  content: "";
}

.fa-anchor:before {
  content: "";
}

.fa-unlock-alt:before {
  content: "";
}

.fa-bullseye:before {
  content: "";
}

.fa-ellipsis-h:before {
  content: "";
}

.fa-ellipsis-v:before {
  content: "";
}

.fa-rss-square:before {
  content: "";
}

.fa-play-circle:before {
  content: "";
}

.fa-ticket:before {
  content: "";
}

.fa-minus-square:before {
  content: "";
}

.fa-minus-square-o:before {
  content: "";
}

.fa-level-up:before {
  content: "";
}

.fa-level-down:before {
  content: "";
}

.fa-check-square:before {
  content: "";
}

.fa-pencil-square:before {
  content: "";
}

.fa-external-link-square:before {
  content: "";
}

.fa-share-square:before {
  content: "";
}

.fa-compass:before {
  content: "";
}

.fa-caret-square-o-down:before,
.fa-toggle-down:before {
  content: "";
}

.fa-caret-square-o-up:before,
.fa-toggle-up:before {
  content: "";
}

.fa-caret-square-o-right:before,
.fa-toggle-right:before {
  content: "";
}

.fa-eur:before,
.fa-euro:before {
  content: "";
}

.fa-gbp:before {
  content: "";
}

.fa-dollar:before,
.fa-usd:before {
  content: "";
}

.fa-inr:before,
.fa-rupee:before {
  content: "";
}

.fa-cny:before,
.fa-jpy:before,
.fa-rmb:before,
.fa-yen:before {
  content: "";
}

.fa-rouble:before,
.fa-rub:before,
.fa-ruble:before {
  content: "";
}

.fa-krw:before,
.fa-won:before {
  content: "";
}

.fa-bitcoin:before,
.fa-btc:before {
  content: "";
}

.fa-file:before {
  content: "";
}

.fa-file-text:before {
  content: "";
}

.fa-sort-alpha-asc:before {
  content: "";
}

.fa-sort-alpha-desc:before {
  content: "";
}

.fa-sort-amount-asc:before {
  content: "";
}

.fa-sort-amount-desc:before {
  content: "";
}

.fa-sort-numeric-asc:before {
  content: "";
}

.fa-sort-numeric-desc:before {
  content: "";
}

.fa-thumbs-up:before {
  content: "";
}

.fa-thumbs-down:before {
  content: "";
}

.fa-youtube-square:before {
  content: "";
}

.fa-youtube:before {
  content: "";
}

.fa-xing:before {
  content: "";
}

.fa-xing-square:before {
  content: "";
}

.fa-youtube-play:before {
  content: "";
}

.fa-dropbox:before {
  content: "";
}

.fa-stack-overflow:before {
  content: "";
}

.fa-instagram:before {
  content: "";
}

.fa-flickr:before {
  content: "";
}

.fa-adn:before {
  content: "";
}

.fa-bitbucket:before {
  content: "";
}

.fa-bitbucket-square:before {
  content: "";
}

.fa-tumblr:before {
  content: "";
}

.fa-tumblr-square:before {
  content: "";
}

.fa-long-arrow-down:before {
  content: "";
}

.fa-long-arrow-up:before {
  content: "";
}

.fa-long-arrow-left:before {
  content: "";
}

.fa-long-arrow-right:before {
  content: "";
}

.fa-apple:before {
  content: "";
}

.fa-windows:before {
  content: "";
}

.fa-android:before {
  content: "";
}

.fa-linux:before {
  content: "";
}

.fa-dribbble:before {
  content: "";
}

.fa-skype:before {
  content: "";
}

.fa-foursquare:before {
  content: "";
}

.fa-trello:before {
  content: "";
}

.fa-female:before {
  content: "";
}

.fa-male:before {
  content: "";
}

.fa-gittip:before,
.fa-gratipay:before {
  content: "";
}

.fa-sun-o:before {
  content: "";
}

.fa-moon-o:before {
  content: "";
}

.fa-archive:before {
  content: "";
}

.fa-bug:before {
  content: "";
}

.fa-vk:before {
  content: "";
}

.fa-weibo:before {
  content: "";
}

.fa-renren:before {
  content: "";
}

.fa-pagelines:before {
  content: "";
}

.fa-stack-exchange:before {
  content: "";
}

.fa-arrow-circle-o-right:before {
  content: "";
}

.fa-arrow-circle-o-left:before {
  content: "";
}

.fa-caret-square-o-left:before,
.fa-toggle-left:before {
  content: "";
}

.fa-dot-circle-o:before {
  content: "";
}

.fa-wheelchair:before {
  content: "";
}

.fa-vimeo-square:before {
  content: "";
}

.fa-try:before,
.fa-turkish-lira:before {
  content: "";
}

.fa-plus-square-o:before {
  content: "";
}

.fa-space-shuttle:before {
  content: "";
}

.fa-slack:before {
  content: "";
}

.fa-envelope-square:before {
  content: "";
}

.fa-wordpress:before {
  content: "";
}

.fa-openid:before {
  content: "";
}

.fa-bank:before,
.fa-institution:before,
.fa-university:before {
  content: "";
}

.fa-graduation-cap:before,
.fa-mortar-board:before {
  content: "";
}

.fa-yahoo:before {
  content: "";
}

.fa-google:before {
  content: "";
}

.fa-reddit:before {
  content: "";
}

.fa-reddit-square:before {
  content: "";
}

.fa-stumbleupon-circle:before {
  content: "";
}

.fa-stumbleupon:before {
  content: "";
}

.fa-delicious:before {
  content: "";
}

.fa-digg:before {
  content: "";
}

.fa-pied-piper-pp:before {
  content: "";
}

.fa-pied-piper-alt:before {
  content: "";
}

.fa-drupal:before {
  content: "";
}

.fa-joomla:before {
  content: "";
}

.fa-language:before {
  content: "";
}

.fa-fax:before {
  content: "";
}

.fa-building:before {
  content: "";
}

.fa-child:before {
  content: "";
}

.fa-paw:before {
  content: "";
}

.fa-spoon:before {
  content: "";
}

.fa-cube:before {
  content: "";
}

.fa-cubes:before {
  content: "";
}

.fa-behance:before {
  content: "";
}

.fa-behance-square:before {
  content: "";
}

.fa-steam:before {
  content: "";
}

.fa-steam-square:before {
  content: "";
}

.fa-recycle:before {
  content: "";
}

.fa-automobile:before,
.fa-car:before {
  content: "";
}

.fa-cab:before,
.fa-taxi:before {
  content: "";
}

.fa-tree:before {
  content: "";
}

.fa-spotify:before {
  content: "";
}

.fa-deviantart:before {
  content: "";
}

.fa-soundcloud:before {
  content: "";
}

.fa-database:before {
  content: "";
}

.fa-file-pdf-o:before {
  content: "";
}

.fa-file-word-o:before {
  content: "";
}

.fa-file-excel-o:before {
  content: "";
}

.fa-file-powerpoint-o:before {
  content: "";
}

.fa-file-image-o:before,
.fa-file-photo-o:before,
.fa-file-picture-o:before {
  content: "";
}

.fa-file-archive-o:before,
.fa-file-zip-o:before {
  content: "";
}

.fa-file-audio-o:before,
.fa-file-sound-o:before {
  content: "";
}

.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "";
}

.fa-file-code-o:before {
  content: "";
}

.fa-vine:before {
  content: "";
}

.fa-codepen:before {
  content: "";
}

.fa-jsfiddle:before {
  content: "";
}

.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-ring:before,
.fa-life-saver:before,
.fa-support:before {
  content: "";
}

.fa-circle-o-notch:before {
  content: "";
}

.fa-ra:before,
.fa-rebel:before,
.fa-resistance:before {
  content: "";
}

.fa-empire:before,
.fa-ge:before {
  content: "";
}

.fa-git-square:before {
  content: "";
}

.fa-git:before {
  content: "";
}

.fa-hacker-news:before,
.fa-y-combinator-square:before,
.fa-yc-square:before {
  content: "";
}

.fa-tencent-weibo:before {
  content: "";
}

.fa-qq:before {
  content: "";
}

.fa-wechat:before,
.fa-weixin:before {
  content: "";
}

.fa-paper-plane:before,
.fa-send:before {
  content: "";
}

.fa-paper-plane-o:before,
.fa-send-o:before {
  content: "";
}

.fa-history:before {
  content: "";
}

.fa-circle-thin:before {
  content: "";
}

.fa-header:before {
  content: "";
}

.fa-paragraph:before {
  content: "";
}

.fa-sliders:before {
  content: "";
}

.fa-share-alt:before {
  content: "";
}

.fa-share-alt-square:before {
  content: "";
}

.fa-bomb:before {
  content: "";
}

.fa-futbol-o:before,
.fa-soccer-ball-o:before {
  content: "";
}

.fa-tty:before {
  content: "";
}

.fa-binoculars:before {
  content: "";
}

.fa-plug:before {
  content: "";
}

.fa-slideshare:before {
  content: "";
}

.fa-twitch:before {
  content: "";
}

.fa-yelp:before {
  content: "";
}

.fa-newspaper-o:before {
  content: "";
}

.fa-wifi:before {
  content: "";
}

.fa-calculator:before {
  content: "";
}

.fa-paypal:before {
  content: "";
}

.fa-google-wallet:before {
  content: "";
}

.fa-cc-visa:before {
  content: "";
}

.fa-cc-mastercard:before {
  content: "";
}

.fa-cc-discover:before {
  content: "";
}

.fa-cc-amex:before {
  content: "";
}

.fa-cc-paypal:before {
  content: "";
}

.fa-cc-stripe:before {
  content: "";
}

.fa-bell-slash:before {
  content: "";
}

.fa-bell-slash-o:before {
  content: "";
}

.fa-trash:before {
  content: "";
}

.fa-copyright:before {
  content: "";
}

.fa-at:before {
  content: "";
}

.fa-eyedropper:before {
  content: "";
}

.fa-paint-brush:before {
  content: "";
}

.fa-birthday-cake:before {
  content: "";
}

.fa-area-chart:before {
  content: "";
}

.fa-pie-chart:before {
  content: "";
}

.fa-line-chart:before {
  content: "";
}

.fa-lastfm:before {
  content: "";
}

.fa-lastfm-square:before {
  content: "";
}

.fa-toggle-off:before {
  content: "";
}

.fa-toggle-on:before {
  content: "";
}

.fa-bicycle:before {
  content: "";
}

.fa-bus:before {
  content: "";
}

.fa-ioxhost:before {
  content: "";
}

.fa-angellist:before {
  content: "";
}

.fa-cc:before {
  content: "";
}

.fa-ils:before,
.fa-shekel:before,
.fa-sheqel:before {
  content: "";
}

.fa-meanpath:before {
  content: "";
}

.fa-buysellads:before {
  content: "";
}

.fa-connectdevelop:before {
  content: "";
}

.fa-dashcube:before {
  content: "";
}

.fa-forumbee:before {
  content: "";
}

.fa-leanpub:before {
  content: "";
}

.fa-sellsy:before {
  content: "";
}

.fa-shirtsinbulk:before {
  content: "";
}

.fa-simplybuilt:before {
  content: "";
}

.fa-skyatlas:before {
  content: "";
}

.fa-cart-plus:before {
  content: "";
}

.fa-cart-arrow-down:before {
  content: "";
}

.fa-diamond:before {
  content: "";
}

.fa-ship:before {
  content: "";
}

.fa-user-secret:before {
  content: "";
}

.fa-motorcycle:before {
  content: "";
}

.fa-street-view:before {
  content: "";
}

.fa-heartbeat:before {
  content: "";
}

.fa-venus:before {
  content: "";
}

.fa-mars:before {
  content: "";
}

.fa-mercury:before {
  content: "";
}

.fa-intersex:before,
.fa-transgender:before {
  content: "";
}

.fa-transgender-alt:before {
  content: "";
}

.fa-venus-double:before {
  content: "";
}

.fa-mars-double:before {
  content: "";
}

.fa-venus-mars:before {
  content: "";
}

.fa-mars-stroke:before {
  content: "";
}

.fa-mars-stroke-v:before {
  content: "";
}

.fa-mars-stroke-h:before {
  content: "";
}

.fa-neuter:before {
  content: "";
}

.fa-genderless:before {
  content: "";
}

.fa-facebook-official:before {
  content: "";
}

.fa-pinterest-p:before {
  content: "";
}

.fa-whatsapp:before {
  content: "";
}

.fa-server:before {
  content: "";
}

.fa-user-plus:before {
  content: "";
}

.fa-user-times:before {
  content: "";
}

.fa-bed:before,
.fa-hotel:before {
  content: "";
}

.fa-viacoin:before {
  content: "";
}

.fa-train:before {
  content: "";
}

.fa-subway:before {
  content: "";
}

.fa-medium:before {
  content: "";
}

.fa-y-combinator:before,
.fa-yc:before {
  content: "";
}

.fa-optin-monster:before {
  content: "";
}

.fa-opencart:before {
  content: "";
}

.fa-expeditedssl:before {
  content: "";
}

.fa-battery-4:before,
.fa-battery-full:before,
.fa-battery:before {
  content: "";
}

.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "";
}

.fa-battery-2:before,
.fa-battery-half:before {
  content: "";
}

.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "";
}

.fa-battery-0:before,
.fa-battery-empty:before {
  content: "";
}

.fa-mouse-pointer:before {
  content: "";
}

.fa-i-cursor:before {
  content: "";
}

.fa-object-group:before {
  content: "";
}

.fa-object-ungroup:before {
  content: "";
}

.fa-sticky-note:before {
  content: "";
}

.fa-sticky-note-o:before {
  content: "";
}

.fa-cc-jcb:before {
  content: "";
}

.fa-cc-diners-club:before {
  content: "";
}

.fa-clone:before {
  content: "";
}

.fa-balance-scale:before {
  content: "";
}

.fa-hourglass-o:before {
  content: "";
}

.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "";
}

.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "";
}

.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "";
}

.fa-hourglass:before {
  content: "";
}

.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "";
}

.fa-hand-paper-o:before,
.fa-hand-stop-o:before {
  content: "";
}

.fa-hand-scissors-o:before {
  content: "";
}

.fa-hand-lizard-o:before {
  content: "";
}

.fa-hand-spock-o:before {
  content: "";
}

.fa-hand-pointer-o:before {
  content: "";
}

.fa-hand-peace-o:before {
  content: "";
}

.fa-trademark:before {
  content: "";
}

.fa-registered:before {
  content: "";
}

.fa-creative-commons:before {
  content: "";
}

.fa-gg:before {
  content: "";
}

.fa-gg-circle:before {
  content: "";
}

.fa-tripadvisor:before {
  content: "";
}

.fa-odnoklassniki:before {
  content: "";
}

.fa-odnoklassniki-square:before {
  content: "";
}

.fa-get-pocket:before {
  content: "";
}

.fa-wikipedia-w:before {
  content: "";
}

.fa-safari:before {
  content: "";
}

.fa-chrome:before {
  content: "";
}

.fa-firefox:before {
  content: "";
}

.fa-opera:before {
  content: "";
}

.fa-internet-explorer:before {
  content: "";
}

.fa-television:before,
.fa-tv:before {
  content: "";
}

.fa-contao:before {
  content: "";
}

.fa-500px:before {
  content: "";
}

.fa-amazon:before {
  content: "";
}

.fa-calendar-plus-o:before {
  content: "";
}

.fa-calendar-minus-o:before {
  content: "";
}

.fa-calendar-times-o:before {
  content: "";
}

.fa-calendar-check-o:before {
  content: "";
}

.fa-industry:before {
  content: "";
}

.fa-map-pin:before {
  content: "";
}

.fa-map-signs:before {
  content: "";
}

.fa-map-o:before {
  content: "";
}

.fa-map:before {
  content: "";
}

.fa-commenting:before {
  content: "";
}

.fa-commenting-o:before {
  content: "";
}

.fa-houzz:before {
  content: "";
}

.fa-vimeo:before {
  content: "";
}

.fa-black-tie:before {
  content: "";
}

.fa-fonticons:before {
  content: "";
}

.fa-reddit-alien:before {
  content: "";
}

.fa-edge:before {
  content: "";
}

.fa-credit-card-alt:before {
  content: "";
}

.fa-codiepie:before {
  content: "";
}

.fa-modx:before {
  content: "";
}

.fa-fort-awesome:before {
  content: "";
}

.fa-usb:before {
  content: "";
}

.fa-product-hunt:before {
  content: "";
}

.fa-mixcloud:before {
  content: "";
}

.fa-scribd:before {
  content: "";
}

.fa-pause-circle:before {
  content: "";
}

.fa-pause-circle-o:before {
  content: "";
}

.fa-stop-circle:before {
  content: "";
}

.fa-stop-circle-o:before {
  content: "";
}

.fa-shopping-bag:before {
  content: "";
}

.fa-shopping-basket:before {
  content: "";
}

.fa-hashtag:before {
  content: "";
}

.fa-bluetooth:before {
  content: "";
}

.fa-bluetooth-b:before {
  content: "";
}

.fa-percent:before {
  content: "";
}

.fa-gitlab:before {
  content: "";
}

.fa-wpbeginner:before {
  content: "";
}

.fa-wpforms:before {
  content: "";
}

.fa-envira:before {
  content: "";
}

.fa-universal-access:before {
  content: "";
}

.fa-wheelchair-alt:before {
  content: "";
}

.fa-question-circle-o:before {
  content: "";
}

.fa-blind:before {
  content: "";
}

.fa-audio-description:before {
  content: "";
}

.fa-volume-control-phone:before {
  content: "";
}

.fa-braille:before {
  content: "";
}

.fa-assistive-listening-systems:before {
  content: "";
}

.fa-american-sign-language-interpreting:before,
.fa-asl-interpreting:before {
  content: "";
}

.fa-deaf:before,
.fa-deafness:before,
.fa-hard-of-hearing:before {
  content: "";
}

.fa-glide:before {
  content: "";
}

.fa-glide-g:before {
  content: "";
}

.fa-sign-language:before,
.fa-signing:before {
  content: "";
}

.fa-low-vision:before {
  content: "";
}

.fa-viadeo:before {
  content: "";
}

.fa-viadeo-square:before {
  content: "";
}

.fa-snapchat:before {
  content: "";
}

.fa-snapchat-ghost:before {
  content: "";
}

.fa-snapchat-square:before {
  content: "";
}

.fa-pied-piper:before {
  content: "";
}

.fa-first-order:before {
  content: "";
}

.fa-yoast:before {
  content: "";
}

.fa-themeisle:before {
  content: "";
}

.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "";
}

.fa-fa:before,
.fa-font-awesome:before {
  content: "";
}

.fa-handshake-o:before {
  content: "";
}

.fa-envelope-open:before {
  content: "";
}

.fa-envelope-open-o:before {
  content: "";
}

.fa-linode:before {
  content: "";
}

.fa-address-book:before {
  content: "";
}

.fa-address-book-o:before {
  content: "";
}

.fa-address-card:before,
.fa-vcard:before {
  content: "";
}

.fa-address-card-o:before,
.fa-vcard-o:before {
  content: "";
}

.fa-user-circle:before {
  content: "";
}

.fa-user-circle-o:before {
  content: "";
}

.fa-user-o:before {
  content: "";
}

.fa-id-badge:before {
  content: "";
}

.fa-drivers-license:before,
.fa-id-card:before {
  content: "";
}

.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "";
}

.fa-quora:before {
  content: "";
}

.fa-free-code-camp:before {
  content: "";
}

.fa-telegram:before {
  content: "";
}

.fa-thermometer-4:before,
.fa-thermometer-full:before,
.fa-thermometer:before {
  content: "";
}

.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "";
}

.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "";
}

.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "";
}

.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "";
}

.fa-shower:before {
  content: "";
}

.fa-bath:before,
.fa-bathtub:before,
.fa-s15:before {
  content: "";
}

.fa-podcast:before {
  content: "";
}

.fa-window-maximize:before {
  content: "";
}

.fa-window-minimize:before {
  content: "";
}

.fa-window-restore:before {
  content: "";
}

.fa-times-rectangle:before,
.fa-window-close:before {
  content: "";
}

.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "";
}

.fa-bandcamp:before {
  content: "";
}

.fa-grav:before {
  content: "";
}

.fa-etsy:before {
  content: "";
}

.fa-imdb:before {
  content: "";
}

.fa-ravelry:before {
  content: "";
}

.fa-eercast:before {
  content: "";
}

.fa-microchip:before {
  content: "";
}

.fa-snowflake-o:before {
  content: "";
}

.fa-superpowers:before {
  content: "";
}

.fa-wpexplorer:before {
  content: "";
}

.fa-meetup:before {
  content: "";
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

header .header-mobile-menu,
header .header-social {
  border-left: 1px solid #e0e0e0;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

.mobile-menu-popup .menu-header .header-social a:first-of-type,
header .header-social a:first-of-type {
  margin-right: 10px;
}

.flex-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.flex-direction-column {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.flex-align-items-center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
}

.flex-justify-content-space-between {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-justify-content-flex-end {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-content-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-align-self-center {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}

.lines-before {
  color: #fff;
  padding-left: 10px;
  position: relative;
  margin-left: 13px;
}

.lines-before:after,
.lines-before:before {
  background: #fff;
  position: absolute;
  top: 13px;
  bottom: 9px;
  display: block;
  content: "";
}

.lines-before:before {
  width: 6px;
  left: -13px;
}

.lines-before:after {
  width: 3px;
  left: -3px;
}

.lines-before.dark {
  color: #000;
}

.lines-before.dark:after,
.lines-before.dark:before {
  background: #000;
}

.top-lines {
  border-top: 3px solid #dde0e3;
  padding-top: 10px;
  position: relative;
  margin-top: 13px;
}

.top-lines:before {
  content: "";
  display: block;
  width: 100%;
  height: 6px;
  background: #dde0e3;
  position: absolute;
  left: 0;
  top: -13px;
}

.questionary-home__btn {
  position: relative;
  width: 210px;
  height: 55px;
  text-align: center;
  font: 18px/55px AvenirNextMedium;
  color: #fff;
  display: block;
  background: #ffffff38;
  border: 1px solid #fff;
  margin-top: 20px;
  cursor: pointer;
  z-index: 10;
  transition: all 0.666s;
}

.questionary-home__rules {
  background: transparent;
  border: none;
}

.questionary-home__btn span {
  position: relative;
  z-index: 10;
}

.questionary-home__note {
  font-size: 20px;
  display: block;
  margin-top: 10px;
}

.questionary-home__btn-wrapper {
  max-width: 440px;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}

@media screen and (max-width: 600px) {
  .questionary-home__btn-wrapper {
    flex-direction: column;
  }
}

.questionary-home__btn:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  transition: all 0.666s;
}

.questionary-home__btn:hover {
  color: #3f97c9;
  transition: all 0.666s;
}

.questionary-home__btn:hover:after {
  width: 100%;
  transition: all 0.666s;
}

.questionary-home__closed {
  font-size: 16px;
  color: #fff;
  padding-top: 20px;
}

header .header-language,
header .header-social {
  height: 100%;
  padding: 0 20px;
}

.section-header {
  text-transform: uppercase;
  font-weight: 700;
  font-size: 38px;
  color: #fff;
  font-family: DINProBold;
}

.section-header.dark {
  color: #000;
}

@media screen and (max-width: 480px) {
  .section-header {
    font-size: 30px;
  }
  .lines-before:after,
  .lines-before:before {
    top: 9px;
    bottom: 7px;
  }
}

header {
  border-bottom: 1px solid #e0e0e0;
}

header .header-logo {
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-right: 1px solid #e0e0e0;
}

header .header-logo .logo-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #385074;
  font-family: AvenirNextBold;
  display: inline-block;
}

header .header-logo .logo-img {
  width: 109px;
}

@media screen and (max-width: 1360px) {
  header .header-logo .logo-title {
    display: block;
  }
}

header .header-logo .logo-title span {
  text-transform: none;
  font-size: 25px;
  font-family: PFSquareSansPro-Regular;
  color: #385074;
  display: inline-block;
}

@media screen and (max-width: 1200px) {
  header .header-logo .logo-title span {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  header .header-logo .logo-title span {
    display: inline-block;
  }
}

header .header-logo .logo-subtitle {
  font: 11px "AvenirNextMedium";
  color: #000;
  display: inline-block;
  margin-left: 15px;
}

header .header-logo .logo-subtitle_new {
  width: 145px;
}

@media screen and (max-width: 480px) {
  header .header-logo .logo-title,
  header .header-logo .logo-title span {
    font-size: 17px;
  }
}

header .header-logo .logo-subtitle span {
  display: block;
}

header .header-logo .logo-subtitle_new span {
  display: inline;
}

header .header-nav {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

header .header-nav .header-nav-item {
  position: relative;
  height: 100%;
  line-height: 72px;
}

@media screen and (max-width: 1360px) {
  header .header-nav .header-nav-item {
    line-height: 111px;
  }
}

.caret {
  display: inline-block;
  width: 0;
  height: 0;
  margin-left: 9px;
  vertical-align: middle;
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}

header .header-nav .header-nav-item.menu-item-has-children {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}

header .header-nav .header-nav-item.menu-item-has-children:hover {
  border-left: 1px solid #f2f5f8;
  border-right: 1px solid #f2f5f8;
}

header .header-nav .header-nav-item a {
  display: block;
  height: 100%;
  width: 100%;
  color: #000;
  font-size: 17px;
  font-family: DINProMedium;
  padding: 0 8px;
}

header .header-nav .header-nav-item a:hover {
  color: #385074;
}

header .header-nav .header-nav-item .sub-menu {
  display: none;
  position: absolute;
  background: #fff;
  width: 100%;
  left: 0;
  padding: 10px 0;
  z-index: 20;
  border: 1px solid #f2f5f8;
  border-top: 0;
}

header .header-nav .header-nav-item.menu-item-has-children:hover .sub-menu {
  display: block;
}

header .header-nav .header-nav-item .sub-menu li {
  height: 35px;
}

header .header-nav .header-nav-item .sub-menu li a {
  /*font-family: DINPro;*/
  line-height: 35px;
}

@media screen and (max-width: 1919px) {
  header .header-nav .header-nav-item a {
    font-size: 15px;
  }
}
@media screen and (max-width: 1365px) {
  header .header-nav {
    display: none;
  }
  header .header-logo {
    padding: 15px 15px 15px 20px;
  }
  header .header-logo .logo-img {
    width: 97px;
  }
  header .header-logo .logo-subtitle {
    width: 135px;
    margin-left: 14px;
    font-size: 10px;
    line-height: 13px;
  }
}
@media screen and (max-width: 767px) {
  header .header-logo {
    flex-direction: column;
    align-items: flex-start;
    width: 144px;
    padding: 12px 5px 10px 20px;
  }
  header .header-logo .logo-img {
    width: 97px;
  }
  header .header-logo .logo-subtitle {
    width: 100%;
    margin-left: 0;
    margin-top: 5px;
    font-size: 9px;
    line-height: 11px;
  }
  .haeder-custom-menu {
    flex-direction: column;
    height: 100%;
  }
  .haeder-custom-menu__item {
    width: 80px;
    height: 47px;
    flex: 1;
  }
  .haeder-custom-menu__item.test-game {
    border-top: 1px solid #e0e0e0;
  }
}

header .header-language a {
  color: #e0e0e0;
  font-family: DINProLight;
}

header .header-mobile-menu a,
header .header-social a {
  width: 30px;
  color: #fff;
  line-height: 30px;
  text-align: center;
}

@media screen and (max-width: 767px) {
  header .header-language {
    /*display: none*/
    padding: 0 10px;
  }
}

header .header-social a {
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #385074;
}

header .header-social a:hover {
  background: #ffe206;
}

@media screen and (max-width: 480px) {
  header .header-social {
    display: none;
  }
}

header .header-mobile-menu {
  display: none;
  padding: 0 10px;
  height: 100%;
}

header .header-mobile-menu a {
  display: inline-block;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #385074;
}

header .header-mobile-menu a:hover {
  background: #ffe206;
}

footer {
  background: #edf0f5;
  font-family: DINProRegular;
  font-size: 17px;
}

footer .footer-title {
  font-size: 22px;
  font-family: DINProBold;
  margin-bottom: 25px;
}

footer .footer-nav {
  padding: 70px 40px;
  min-width: 320px;
  border-right: 1px solid #e4e7eb;
}

footer .footer-nav .footer-nav-item {
  margin-bottom: 20px;
}

footer .footer-nav .footer-nav-item a {
  color: #000;
}

footer .footer-nav .footer-nav-item a:hover {
  color: #385074;
}

footer .footer-nav .footer-nav-item:last-of-type {
  margin-bottom: 0;
}

@media screen and (max-width: 1365px) {
  header .header-mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  header {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
}

@media screen and (max-width: 1024px) {
  footer .footer-nav {
    min-width: 250px;
    float: left;
    border: none;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-nav {
    float: none;
    border: none;
    border-bottom: 1px solid #e4e7eb;
  }
}

footer .footer-project {
  padding: 70px 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

footer .footer-project img {
  width: 100%;
  max-width: 750px;
}

footer .footer-project .footer-project-text {
  margin-top: 25px;
  max-width: 750px;
  color: rgba(0, 0, 0, 0.6);
}

footer .footer-project .footer-auth {
  color: rgba(0, 0, 0, 0.4);
}

footer .footer-project .footer-auth:hover {
  color: #385074;
}

@media screen and (max-width: 1024px) {
  footer .footer-project .footer-auth {
    margin-top: 95px;
  }
  footer .footer-project {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    float: left;
    border-bottom: 1px solid #e4e7eb;
    border-left: 1px solid #e4e7eb;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-project {
    float: none;
    width: 100%;
    border: none;
    border-bottom: 1px solid #e4e7eb;
  }
}

footer .footer-contacts {
  padding: 70px 40px;
  min-width: 320px;
  border-left: 1px solid #e4e7eb;
}

footer .footer-contacts .footer-contact-link {
  display: block;
  color: #385074;
  margin-bottom: 25px;
}

footer .footer-contacts .footer-contact-link span {
  font-family: DINProRegular;
  color: #000;
  margin-left: 15px;
}

footer .footer-contacts p a {
  color: #385074;
  display: block;
  text-decoration: underline;
}

@media screen and (max-width: 1024px) {
  footer .footer-contacts {
    width: -webkit-calc(100% - 250px);
    width: calc(100% - 250px);
    margin-left: 250px;
    border-right: 1px solid #e4e7eb;
  }
  footer {
    display: block !important;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  footer .footer-contacts {
    float: none;
    width: 100%;
    border: none;
    margin-left: 0;
  }
}

.mobile-menu-popup {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(39, 151, 201, 0.95);
  z-index: 100;
}

.mobile-menu-popup .menu-header {
  border-bottom: 1px solid #e0e0e0;
}

.mobile-menu-popup .menu-header .header-logo {
  display: block;
  padding: 15px 10px;
  border-right: 1px solid #e0e0e0;
}

.mobile-menu-popup .menu-header .header-logo .logo-title {
  text-transform: uppercase;
  font-size: 24px;
  color: #fff;
  font-family: AvenirNextBold;
  display: inline-block;
}

.mobile-menu-popup .menu-header .header-logo .logo-subtitle {
  font-family: AvenirNextMedium;
  color: #fff;
  display: inline-block;
}

.mobile-menu-popup .menu-header .header-logo .logo-subtitle span {
  display: inline;
}

.mobile-menu-popup .menu-header .header-language {
  height: 100%;
  padding: 0 20px;
}

.mobile-menu-popup .menu-header .header-language a {
  color: #e0e0e0;
  font-family: DINProLight;
}

@media screen and (max-width: 768px) {
  .mobile-menu-popup .menu-header .header-language {
    /*display: none*/
  }
}

.mobile-menu-popup .menu-header .header-social {
  height: 100%;
  padding: 0 20px;
  border-left: 1px solid #e0e0e0;
}

.mobile-menu-popup .menu-header .header-social a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #385074;
  text-align: center;
  line-height: 30px;
}

.mobile-menu-popup .menu-header .header-social a:hover {
  background: #ffe206;
}

@media screen and (max-width: 1365px) {
  .mobile-menu-popup .menu-header .header-logo {
    display: flex;
    align-items: center;
    padding: 15px 15px 15px 20px;
    border-right: 1px solid #e0e0e0;
  }
  .mobile-menu-popup .menu-header .header-logo .logo-subtitle {
    margin-left: 14px;
  }
}
@media screen and (max-width: 767px) {
  .mobile-menu-popup .menu-header .header-logo {
    align-items: flex-start;
    width: 144px;
    padding: 12px 5px 10px 20px;
  }
  .mobile-menu-popup .menu-header .header-logo .logo-subtitle {
    margin-left: 0;
  }
  .mobile-menu-popup .menu-header .header-language {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1360px) {
  .mobile-menu-popup .menu-header .header-logo .logo-title {
    display: block;
  }
}

@media screen and (max-width: 480px) {
  .mobile-menu-popup .menu-header .header-social {
    display: none;
  }
}

.mobile-menu-popup .menu-header .header-mobile-menu {
  display: none;
  padding: 0 10px;
  border-left: 1px solid #e0e0e0;
  height: 100%;
}

.mobile-menu-popup .menu-header .header-mobile-menu a {
  display: inline-block;
  width: 30px;
  height: 30px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #fff;
  color: #385074;
  text-align: center;
  line-height: 30px;
}

.mobile-menu-popup .menu-header .header-mobile-menu a:hover {
  background: #ffe206;
}

.header-map,
.header-map .header-map-sidebar .hover-bottom-triangle,
.header-map .header-map-sidebar .padding-block {
  background-image: url(./images/map-bg.jpg);
  background-size: cover;
}

@media screen and (max-width: 1365px) {
  .mobile-menu-popup .menu-header .header-mobile-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}

.mobile-menu-popup .menu-header-nav {
  height: -webkit-calc(100% - 87px);
  height: calc(100% - 87px);
  overflow-y: auto;
}

.mobile-menu-popup .menu-header-nav .header-nav-item {
  margin-bottom: 20px;
}

.mobile-menu-popup .menu-header-nav .header-nav-item .caret {
  margin-top: -2px;
  border-top: 8px solid;
  border-right: 6px solid transparent;
  border-left: 6px solid transparent;
}

.mobile-menu-popup .menu-header-nav .header-nav-item .sub-menu {
  display: none;
  margin-top: 5px;
  background: rgba(0, 0, 0, 0.2);
  padding: 10px;
  text-align: center;
}

.mobile-menu-popup .menu-header-nav .header-nav-item .sub-menu li:last-child {
  margin-bottom: 0;
}

.mobile-menu-popup .menu-header-nav .header-nav-item a {
  color: #fff;
  font-size: 20px;
  font-family: DINProRegular;
}

.mobile-menu-popup.open {
  display: block;
}

.header-map {
  background-color: #e5e9ed;
  position: relative;
}

.header-map .header-map-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

@media screen and (max-width: 768px) {
  .header-map .header-map-image {
    display: none;
  }
}

.header-map .header-map-title {
  position: absolute;
  font-family: AvenirNextBold;
  font-size: 20px;
  color: rgba(0, 0, 0, 0.5);
  left: 20px;
  top: 30px;
}

.header-map .header-map-sidebar {
  width: 30%;
  min-width: 375px;
  height: 560px;
  background-color: #f7f8f9;
  position: relative;
}

.header-map .header-map-sidebar .single-triangle {
  display: none;
  position: absolute;
  top: 165px;
  left: -20px;
  width: 0;
  height: 0;
  border-top: 15px solid transparent;
  border-right: 20px solid #f7f8f9;
  border-bottom: 15px solid transparent;
}

.header-map .header-map-sidebar .hover-top-triangle {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100px;
  background-color: #e5e9ed;
  background-image: url(./images/map-bg.jpg);
}

.header-map .header-map-sidebar .hover-top-triangle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 0;
  height: 0;
  border-top: 17px solid #e5e9ed;
  border-right: 20px solid transparent;
}

.header-map .header-map-sidebar .hover-bottom-triangle {
  display: none;
  position: absolute;
  top: 134px;
  bottom: 0;
  left: 0;
  width: 20px;
  background-color: #e5e9ed;
}

.header-map .header-map-sidebar .hover-bottom-triangle:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -17px;
  width: 0;
  height: 0;
  border-bottom: 17px solid #e5e9ed;
  border-right: 20px solid transparent;
}

.header-map .header-map-sidebar .padding-block {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 100%;
  background-color: #e5e9ed;
}

.header-map .header-map-sidebar .header-sidebar-text {
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  opacity: 1;
  overflow: hidden;
  transition: opacity 0.3s;
  z-index: 10;
}

.header-map .header-map-sidebar .header-sidebar-text .header-text-container {
  padding: 95px 40px 0 70px;
  flex: 1 1 auto;
  background-image: url(./images/sb-bg.jpg);
  background-size: cover;
}

.header-map
  .header-map-sidebar
  .header-sidebar-text
  .header-text-container.questionary-home {
  /*background-image: url(./images/sb-bg_quest.png);*/
  background-image: url(./images/sb-bg.jpg);
  /*background: #2797ca;*/
}

.header-map .header-map-sidebar .header-sidebar-text .header-text-container p {
  color: #fff;
  font-size: 29px;
}

@media screen and (max-width: 1024px) {
  .header-map .header-map-image {
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
  }
  .header-map
    .header-map-sidebar
    .header-sidebar-text
    .header-text-container
    p {
    border: none;
    padding-top: 0;
    margin-top: 0;
  }
  .header-map
    .header-map-sidebar
    .header-sidebar-text
    .header-text-container
    p:before {
    display: none;
  }
}

.header-map
  .header-map-sidebar
  .header-sidebar-text
  .header-text-container
  p
  span {
  font-family: AvenirNextBold;
}

@media screen and (max-width: 1360px) {
  .header-map
    .header-map-sidebar
    .header-sidebar-text
    .header-text-container
    p {
    font-size: 23px;
  }
  .questionary-home__note {
    font-size: 17px;
  }
  .header-map .header-map-sidebar .header-sidebar-text .header-text-container {
    padding: 50px 40px 100px;
  }
}

@media screen and (max-width: 1024px) {
  .header-map .header-map-sidebar .header-sidebar-text .header-text-container {
    width: 100%;
    float: left;
    padding: 50px;
  }
  .header-map .header-map-sidebar {
    width: 100%;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
  }
}

.header-map .header-map-sidebar .header-map-info .info-image img,
.header-map .header-map-sidebar .header-sidebar-text .header-sidebar-logo img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .header-map .header-map-sidebar .header-sidebar-text .header-text-container {
    width: 100%;
    float: none;
  }
}

.header-map .header-map-sidebar .header-sidebar-text .header-sidebar-logo {
  padding-top: 20px;
}

.header-map .header-map-sidebar .header-map-info {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  display: block;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s;
}

.header-map .header-map-sidebar .header-map-info .info-image {
  max-height: 270px;
  overflow: hidden;
}

.header-map .header-map-sidebar .header-map-info .info-text-container {
  padding: 0 50px;
}

.header-map
  .header-map-sidebar
  .header-map-info
  .info-text-container
  .info-title {
  font-size: 24px;
  font-family: AvenirNextBold;
  margin: 25px 0;
}

.header-map
  .header-map-sidebar
  .header-map-info
  .info-text-container
  .info-title
  span {
  display: block;
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  font-weight: 400;
  padding-top: 7px;
  font-family: AvenirNextRegular;
}

.header-map
  .header-map-sidebar
  .header-map-info
  .info-text-container
  .info-text {
  border-top: 1px solid #e4e5e5;
  font-size: 16px;
  line-height: 50px;
  color: rgba(0, 0, 0, 0.6);
}

.header-map
  .header-map-sidebar
  .header-map-info
  .info-text-container
  .info-text
  .info-text-name {
  display: inline-block;
  min-width: 200px;
}

@media screen and (max-width: 1920px) {
  .header-map
    .header-map-sidebar
    .header-map-info
    .info-text-container
    .info-text {
    font-size: 15px;
  }
  .header-map
    .header-map-sidebar
    .header-map-info
    .info-text-container
    .info-text
    .info-text-name {
    min-width: 180px;
  }
}

.header-map
  .header-map-sidebar
  .header-map-info
  .info-text-container
  .info-text
  .info-value {
  font-family: AvenirNextBold;
  display: inline-block;
}

.header-map
  .header-map-sidebar
  .header-map-info
  .info-text-container
  .info-text:last-of-type {
  border-bottom: 1px solid #e4e5e5;
}

.header-map .header-map-sidebar.hover .header-sidebar-text,
.header-map .header-map-sidebar.hover .padding-block {
  opacity: 0;
  transition: opacity 0.3s;
}

.header-map .header-map-sidebar.hover .header-map-info,
.header-map .header-map-sidebar.hover .single-triangle {
  opacity: 1;
  transition: opacity 0.3s;
}

.header-map .header-map-scroll-button {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: 30px;
  margin-left: -18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #3f97c8;
  color: #fff;
  line-height: 37px;
  text-align: center;
  font-size: 24px;
  -webkit-animation: arrow-move 0.7s infinite ease-out;
  animation: arrow-move 0.7s infinite ease-out;
}

@media screen and (max-width: 768px) {
  .header-map .header-map-scroll-button {
    display: none;
  }
}

@media screen and (max-width: 1024px) {
  .header-map {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.directions {
  background: #385074;
  padding: 90px 40px;
}

.directions .directions-list {
  padding-top: 60px;
}

.directions .directions-list li {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 50%;
  -ms-flex: 1 1 50%;
  flex: 1 1 50%;
}

.directions .directions-list li .direction-item {
  width: 100%;
  display: inline-block;
  text-align: center;
  padding: 0 5px;
  color: #fff;
}

.directions .directions-list li .direction-item .direction-icon {
  width: 170px;
  height: 170px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.directions .directions-list li .direction-item .direction-icon svg {
  width: 90px;
  margin-top: -15px;
  fill: #fff;
}

@media screen and (max-width: 1360px) {
  .header-map .header-map-sidebar {
    min-width: 300px;
    height: 540px;
  }
  .directions .directions-list li .direction-item .direction-icon svg {
    width: 70px;
    margin-top: -35px;
  }
}

@media screen and (max-width: 925px) {
  .directions .directions-list li .direction-item .direction-icon svg {
    width: 100px;
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  .directions .directions-list li .direction-item .direction-icon svg {
    width: 90px;
    margin-top: -15px;
  }
}

@media screen and (max-width: 480px) {
  .directions .directions-list li .direction-item .direction-icon svg {
    width: 60px;
    margin-top: -50px;
  }
}

@media screen and (max-width: 1360px) {
  .directions .directions-list li .direction-item .direction-icon {
    width: 135px;
    height: 135px;
  }
}

@media screen and (max-width: 925px) {
  .directions .directions-list li .direction-item .direction-icon {
    width: 205px;
    height: 205px;
  }
  .directions .directions-list li .direction-item {
    padding-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .directions .directions-list li .direction-item .direction-icon {
    width: 175px;
    height: 175px;
  }
}

.directions .directions-list li .direction-item p {
  font-size: 16px;
  line-height: 24px;
  margin-top: 20px;
}

@media screen and (max-width: 480px) {
  .directions .directions-list li .direction-item .direction-icon {
    width: 100px;
    height: 100px;
  }
  .directions .directions-list li .direction-item p {
    font-size: 14px;
    line-height: 19px;
    margin-top: 15px;
  }
  .quote .quote-text:after,
  .quote .quote-text:before {
    display: none;
  }
}

.directions .directions-list li .direction-item:hover .direction-icon {
  color: #385074;
  background: #fff;
}

.directions .directions-list li .direction-item:hover .direction-icon svg {
  fill: #385074;
}

@media screen and (max-width: 925px) {
  .directions .directions-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding-top: 0;
  }
}

.quote {
  background-image: url(./images/quote-bg.jpg);
  background-size: cover;
  padding: 200px 0;
}

.quote a {
  color: #385074;
}

.quote .quote-text {
  font-size: 24px;
  max-width: 850px;
  margin: 0 auto;
  line-height: 34px;
  padding-left: 20px;
}

.quote .quote-text span {
  font-family: AvenirNextBold;
}

.quote .quote-text:after,
.quote .quote-text:before {
  bottom: 5px;
}

@media screen and (max-width: 1360px) {
  .quote .quote-text {
    max-width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .quote .quote-text {
    max-width: 400px;
  }
  .quote {
    padding: 80px 0;
  }
}

@media screen and (max-width: 480px) {
  .quote .quote-text {
    max-width: 300px;
    font-size: 20px;
  }
}

.news-container {
  overflow: hidden;
  padding: 90px 40px;
}

.news-container .news {
  float: left;
  width: 65%;
}

.news-container .news .news-item {
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
}

.news-container .news .news-item .news-item-date {
  max-width: 180px;
  width: 180px;
  color: rgba(0, 0, 0, 0.5);
  font-size: 16px;
  flex: 1 0 auto;
}

.news-container .news .news-item .news-item-date span {
  display: block;
}

@media screen and (max-width: 768px) {
  .news-container .news .news-item .news-item-date span {
    display: inline-block;
    margin-left: 10px;
  }
  .news-container .news .news-item .news-item-date {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 15px;
  }
}

.news-container .news .news-item .news-item-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}

.news-container .news .news-item .news-item-container .news-item-img {
  width: 200px;
  margin-right: 30px;
}

.news-container .news .news-item .news-item-container .news-item-img img {
  width: 100%;
}

.news-container
  .news
  .news-item
  .news-item-container
  .news-item-img
  .news-item-img__large {
  display: none;
}

.news-container .news .news-item .news-item-container .text-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.news-container
  .news
  .news-item
  .news-item-container
  .text-container
  .news-item-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  font-family: AvenirNextBold;
}

.news-container
  .news
  .news-item
  .news-item-container
  .text-container
  .news-item-text {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

@media screen and (max-width: 1360px) {
  .news-container .news .news-item .news-item-container .news-item-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-container
    .news
    .news-item
    .news-item-container
    .news-item-img
    .news-item-img__default {
    display: none;
  }
  .news-container
    .news
    .news-item
    .news-item-container
    .news-item-img
    .news-item-img__large {
    display: block;
  }
  .news-container .news .news-item .news-item-container {
    display: block;
  }
}

@media screen and (max-width: 1024px) {
  .news-container .news .news-item .news-item-container .news-item-img {
    width: 200px;
    margin-bottom: 0;
  }
  .news-container
    .news
    .news-item
    .news-item-container
    .news-item-img
    .news-item-img__default {
    display: block;
  }
  .news-container
    .news
    .news-item
    .news-item-container
    .news-item-img
    .news-item-img__large {
    display: none;
  }
  .news-container .news .news-item .news-item-container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
  .news-container .news {
    width: 100%;
  }
}

.news-container .news .news-item:first-of-type {
  border: none;
  padding-top: 70px;
}

.news-container .news .news-item.main .news-item-container {
  display: block;
}

.news-container .news .news-item.main .news-item-container .news-item-img {
  width: 100%;
  margin-bottom: 30px;
}

.news-container
  .news
  .news-item:hover
  .news-item-container
  .text-container
  .news-item-title {
  color: #385074;
}

@media screen and (max-width: 768px) {
  .news-container .news .news-item .news-item-container .news-item-img {
    width: 100%;
    margin-bottom: 30px;
  }
  .news-container .news .news-item .news-item-container {
    display: block;
  }
  .news-container .news .news-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .news-container
    .news
    .news-item
    .news-item-container
    .news-item-img
    .news-item-img__default {
    display: none;
  }
  .news-container
    .news
    .news-item
    .news-item-container
    .news-item-img
    .news-item-img__large {
    display: block;
  }
}

.news-container .announcements {
  float: left;
  width: 35%;
  padding-left: 40px;
}

@media screen and (max-width: 1024px) {
  .news-container .announcements .announcements-main-container {
    width: 50%;
    float: left;
  }
}

.news-container
  .announcements
  .announcements-item
  .announcements-container
  .announcements-image
  img {
  width: 100%;
}

@media screen and (max-width: 768px) {
  .news-container .announcements .announcements-main-container {
    width: 100%;
    float: none;
  }
  .news-container
    .announcements
    .announcements-item
    .announcements-container
    .announcements-image
    img,
  .news-container .announcements .fb-widget img {
    max-width: 100%;
  }
}

.news-container .announcements .announcements-item {
  width: 100%;
  display: block;
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
}

.news-container .announcements .announcements-item .announcements-container {
  max-height: 125px;
  overflow: hidden;
}

.news-container
  .announcements
  .announcements-item
  .announcements-container
  .announcements-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
}

.news-container
  .announcements
  .announcements-item
  .announcements-container
  .announcements-date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #384f73;
}

.news-container
  .announcements
  .announcements-item
  .announcements-container
  .announcements-date
  span {
  font-size: 32px;
  color: #fff;
  font-family: AvenirNextBold;
}

.news-container .announcements .announcements-item .announcements-title {
  font-size: 26px;
  font-family: AvenirNextBold;
  color: #000;
  margin-top: 20px;
}

.news-container .announcements article:first-of-type {
  padding-top: 70px;
  border: none;
}

.news-container .announcements .announcements-item:hover .announcements-title {
  color: #385074;
}

.news-container .announcements .fb-widget {
  margin-top: 70px;
}

@media screen and (max-width: 1024px) {
  .news-container .announcements .fb-widget {
    width: 50%;
    float: left;
    padding-left: 50px;
  }
  .news-container .announcements {
    width: 100%;
    padding-left: 0;
    padding-top: 50px;
    overflow: hidden;
  }
}

@media screen and (max-width: 768px) {
  .news-container .announcements .fb-widget {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}

.values {
  padding-top: 100px;
}

.values .section-header {
  margin: 0 40px;
}

.values .values-list {
  margin-top: 70px;
}

.values .values-list .values-item {
  height: 350px;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  position: relative;
  background-size: cover;
  overflow: hidden;
}

.values .values-list .values-item .values-item-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background: rgba(255, 255, 255, .7);*/
  padding: 40px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.values .values-list .values-item:hover .values-item-overlay:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
}

.values .values-list .values-item .values-item-overlay .values-title {
  position: relative;
  font-size: 24px;
  font-family: AvenirNextBold;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
}

.values .values-list .values-item .values-item-overlay .values-text {
  position: relative;
  color: #fff;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.values .values-list .values-item.value-opacity {
  background-image: url(./images/value1.jpg);
}

.values .values-list .values-item:hover {
  -webkit-filter: none;
  filter: none;
}

.values .values-list .values-item:hover .values-item-overlay {
  background: rgba(255, 255, 255, 0);
}

.values .values-list .values-item:hover .values-item-overlay .values-title {
  margin-bottom: 30px;
  color: #ffe206;
}

.values .values-list .values-item:hover .values-item-overlay .values-text {
  color: #fff;
  height: 75px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  .values .values-list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

.about {
  padding-top: 100px;
}

.photo-copyright {
  position: absolute;
  font-family: DINProBold;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.3);
}

.photo-copyright_about-item {
  top: 30px;
  left: 30px;
}

.photo-copyright_values {
  right: 30px;
  top: 30px;
}

.about .about-item {
  position: relative;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  width: 50%;
  height: 350px;
  background-size: cover;
  background-position: center;
  padding: 40px;
}

@media screen and (max-width: 1024px) {
  .about .about-item {
    width: 100%;
  }
}

.about .about-item .section-header {
  margin: 0;
}

.about .about-item .about-text {
  color: #fff;
  height: 0;
  overflow: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  margin-top: 20px;
  font-size: 16px;
}

.about .about-item.about-team {
  background-image: url(./images/team.jpg);
}

.about .about-item.about-story {
  background-image: url(./images/team1.jpg);
}

.about .about-item:hover .section-header {
  color: #ffe206;
}

.about .about-item:hover .about-text {
  height: 60px;
  overflow: hidden;
}

.about .about-item:hover .lines-before:after,
.about .about-item:hover .lines-before:before {
  background: #ffe206;
}

@media screen and (max-width: 1024px) {
  .about .about-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

@-webkit-keyframes arrow-move {
  0%,
  100% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
}

@keyframes arrow-move {
  0%,
  100% {
    bottom: 30px;
  }
  50% {
    bottom: 40px;
  }
}

.announcements-header-section {
  min-height: 400px;
  width: 100%;
  background-image: url(./images/bg_dark.jpg);
  background-size: cover;
}

.announcements-header-section h2 {
  font-size: 98px;
  color: #fff;
  font-family: DINProBold;
}

@media screen and (max-width: 1360px) {
  .announcements-header-section h2 {
    font-size: 60px;
  }
  .announcements-header-section {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .announcements-header-section h2 {
    font-size: 44px;
  }
}

.announcements-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0 200px;
}

.announcements-section .announcements-column {
  width: 50%;
  float: left;
  padding: 0 30px;
}

.announcements-section .announcements-column .announcements-item {
  width: 100%;
  display: block;
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
}

.announcements-section
  .announcements-column
  .announcements-item
  .announcements-container {
  overflow: hidden;
}

.announcements-section
  .announcements-column
  .announcements-item
  .announcements-container
  .announcements-image {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-size: 0;
}

.announcements-section
  .announcements-column
  .announcements-item
  .announcements-container
  .announcements-image
  img {
  width: 100%;
}

.announcements-section
  .announcements-column
  .announcements-item
  .announcements-container
  .announcements-date {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background: #385074;
}

.announcements-section
  .announcements-column
  .announcements-item
  .announcements-container
  .announcements-date
  span {
  font-size: 46px;
  color: #fff;
  font-family: AvenirNextBold;
}

@media screen and (max-width: 1024px) {
  .announcements-section
    .announcements-column
    .announcements-item
    .announcements-container
    .announcements-date
    span {
    font-size: 36px;
  }
}

@media screen and (max-width: 768px) {
  .announcements-section
    .announcements-column
    .announcements-item
    .announcements-container
    .announcements-date
    span {
    font-size: 46px;
  }
}

@media screen and (max-width: 480px) {
  .announcements-header-section {
    min-height: 200px;
  }
  .announcements-section
    .announcements-column
    .announcements-item
    .announcements-container
    .announcements-date
    span {
    font-size: 32px;
  }
}

.announcements-section
  .announcements-column
  .announcements-item
  .announcements-title {
  font-size: 27px;
  font-family: AvenirNextBold;
  color: #000;
  margin-top: 20px;
}

@media screen and (max-width: 1024px) {
  .announcements-section
    .announcements-column
    .announcements-item
    .announcements-title {
    font-size: 22px;
  }
}

.announcements-section .announcements-column .announcements-item:first-of-type {
  padding-top: 70px;
  border: none;
}

.announcements-section
  .announcements-column
  .announcements-item:hover
  .announcements-title {
  color: #385074;
}

@media screen and (max-width: 768px) {
  .announcements-section
    .announcements-column
    .announcements-item:first-of-type {
    padding: 40px 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .announcements-section .announcements-column .announcements-item {
    padding: 40px 0;
    border-top: 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .announcements-section .announcements-column {
    float: none;
    width: 100%;
  }
}

@media screen and (max-width: 1360px) {
  .announcements-section {
    padding: 15px 0 150px;
  }
}

.direction-header-section {
  position: relative;
  min-height: 500px;
  width: 100%;
  background-image: url(./images/bg1.jpg);
  background-size: cover;
  background-position: center 30%;
  background-repeat: no-repeat;
}

.direction-header-section:before {
  position: absolute;
  content: "";
  background: rgba(39, 151, 201, 0.8);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.direction-header-section .direction-header-title {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  z-index: 10;
}

.direction-header-section .direction-header-title .direction-header-icon {
  width: 200px;
  height: 200px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.5);
  text-align: center;
}

.direction-header-section .direction-header-title .direction-header-icon svg {
  width: 150px;
  margin: 0 auto;
  fill: #fff;
}

@media screen and (max-width: 768px) {
  .direction-header-section .direction-header-title .direction-header-icon svg {
    width: 125px;
    margin-top: -10px;
  }
}

@media screen and (max-width: 480px) {
  .announcements-section {
    padding: 20px 0 50px;
  }
  .direction-header-section .direction-header-title .direction-header-icon svg {
    width: 55px;
    margin-top: -60px;
  }
}

@media screen and (max-width: 768px) {
  .direction-header-section .direction-header-title .direction-header-icon {
    width: 180px;
    height: 180px;
  }
}

@media screen and (max-width: 480px) {
  .direction-header-section .direction-header-title .direction-header-icon {
    width: 80px;
    height: 80px;
  }
}

.direction-header-section .direction-header-title h2 {
  width: 100%;
  max-width: 1200px;
  text-align: center;
  font-size: 58px;
  color: #fff;
  font-family: DINProBold;
}

@media screen and (max-width: 1360px) {
  .direction-header-section .direction-header-title h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .direction-header-section .direction-header-title h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 480px) {
  .direction-header-section .direction-header-title h2 {
    font-size: 32px;
  }
  .direction-header-section {
    min-height: 350px;
  }
}

.direction-header-section .direction-header-nav .direction-header-next a,
.direction-header-section .direction-header-nav .direction-header-prev a {
  font-size: 16px;
  color: #fff;
}

.direction-header-section .direction-header-nav {
  width: 100%;
  max-width: 1200px;
  height: 75px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
  z-index: 10;
}

.direction-header-section .direction-header-nav .direction-header-prev {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.direction-header-section .direction-header-nav .direction-header-prev a i {
  margin-right: 25px;
  margin-left: 5px;
}

.direction-header-section .direction-header-nav .direction-header-next {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.direction-header-section .direction-header-nav .direction-header-next a i {
  margin-left: 25px;
  margin-right: 5px;
}

@media screen and (max-width: 768px) {
  .direction-header-section .direction-header-nav .direction-header-prev {
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
    border-right: 0;
    width: 100%;
    padding: 0 20px;
  }
  .direction-header-section .direction-header-nav .direction-header-next {
    width: 100%;
    padding: 0 20px;
  }
  .direction-header-section .direction-header-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.directions-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 20px;
}

.directions-section .directions-column {
  float: left;
  width: 50%;
}

.directions-section .directions-column__full {
  width: 100%;
}

.directions-section .directions-column .direction-text {
  padding-right: 75px;
  font-size: 20px;
  margin-top: 60px;
  line-height: 24px;
}

.directions-section .directions-column .direction-text p {
  padding-bottom: 20px;
}

@media screen and (max-width: 1024px) {
  .directions-section .directions-column .direction-text {
    padding-right: 0;
  }
}

.directions-section .directions-column .news-item {
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.directions-section .directions-column .news-item .news-item-img {
  width: 200px;
  margin-right: 30px;
}

.directions-section .directions-column .news-item .news-item-img img {
  width: 100%;
}

.directions-section .directions-column .news-item .text-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.directions-section
  .directions-column
  .news-item
  .text-container
  .news-item-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  font-family: AvenirNextBold;
}

.directions-section
  .directions-column
  .news-item
  .text-container
  .news-item-text {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

.directions-section
  .directions-column
  .news-item
  .text-container
  .news-item-date {
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin-top: 10px;
}

.directions-section .directions-column .news-item:first-of-type {
  padding-top: 70px;
  border: none;
}

@media screen and (max-width: 768px) {
  .directions-section .directions-column .news-item:first-of-type {
    padding: 40px 0;
    border-bottom: 1px solid #f8f9fa;
  }
}

.directions-section
  .directions-column
  .news-item:hover
  .text-container
  .news-item-title {
  color: #385074;
}

@media screen and (max-width: 1024px) {
  .directions-section .directions-column .news-item {
    padding: 40px 0;
    border-top: 0;
    border-bottom: 1px solid #f8f9fa;
  }
}

@media screen and (max-width: 480px) {
  .directions-section .directions-column .news-item .news-item-img {
    width: 100%;
  }
  .directions-section .directions-column .news-item {
    display: block;
  }
}

.load-more-link {
  display: block;
  font-size: 14px;
  color: #385074;
  text-transform: uppercase;
  font-family: DINProBold;
  /* margin-top: 100px */
}

.load-more-link__home {
  margin-left: 180px;
}

.stories .load-more-link__home {
  margin-top: 15px;
}

.load-more-link i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding-left: 2px;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #385074;
  vertical-align: middle;
}

@media screen and (max-width: 1024px) {
  .load-more-link {
    margin-top: 45px;
  }
  .directions-section .directions-column {
    float: none;
    width: 100%;
  }
  .directions-section .directions-column:first-of-type {
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 768px) {
  .load-more-link__home {
    margin: 0 auto;
    text-align: center;
  }
}

.news-header-section {
  min-height: 400px;
  width: 100%;
  /*background-image: url(./images/bg2.jpg);*/
  background-image: url(./images/bg_dark.jpg);
  background-size: cover;
}

.news-header-section h2 {
  font-size: 98px;
  color: #fff;
  font-family: DINProBold;
}

@media screen and (max-width: 1360px) {
  .news-header-section h2 {
    font-size: 60px;
  }
  .news-header-section {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .news-header-section h2 {
    font-size: 44px;
  }
}

.news-section {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 100px;
}

.news-section .news-column {
  width: 50%;
  float: left;
  padding: 0 30px;
}

.news-section .news-column .news-item {
  display: block;
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
}

.news-section .news-column .news-item .news-item-img {
  width: 100%;
  margin-bottom: 30px;
}

.news-section .news-column .news-item .news-item-img img {
  width: 100%;
}

.news-section .news-column .news-item .text-container .news-item-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  font-family: AvenirNextBold;
}

@media screen and (max-width: 480px) {
  .news-header-section {
    min-height: 200px;
  }
  .news-section .news-column .news-item .text-container .news-item-title {
    font-size: 20px;
  }
}

.news-section .news-column .news-item .text-container .news-item-text {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

.news-section .news-column .news-item .text-container .news-item-date {
  color: #909090;
  font-size: 16px;
  margin-top: 10px;
}

.news-section .news-column .news-item:first-of-type {
  padding-top: 70px;
  border: none;
}

.news-section .news-column .news-item:hover .text-container .news-item-title {
  color: #385074;
}

@media screen and (max-width: 768px) {
  .news-section .news-column .news-item:first-of-type {
    padding: 40px 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .news-section .news-column .news-item {
    padding: 40px 0;
    border-top: 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .news-section .news-column {
    float: none;
    width: 100%;
  }
}

.news-pagination {
  text-align: center;
  padding-bottom: 120px;
  clear: both;
}

.news-pagination a {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #edf0f5;
  color: #000;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-pagination span {
  display: inline-block;
  width: 50px;
  height: 50px;
}

.news-pagination span.current {
  display: inline-block;
  width: 50px;
  height: 50px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  color: #fff;
  background: #385074;
  font-size: 17px;
  line-height: 50px;
  text-align: center;
  margin: 0 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.news-pagination a.active,
.news-pagination a:hover {
  color: #fff;
  background: #385074;
}

.team-header-section {
  min-height: 400px;
  width: 100%;
  background-image: url(./images/bg3.jpg);
  background-size: cover;
  color: #fff;
}

.team-header-section h2 {
  font-size: 98px;
  font-family: DINProBold;
}

@media screen and (max-width: 1360px) {
  .team-header-section h2 {
    font-size: 60px;
  }
  .team-header-section {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .team-header-section h2 {
    font-size: 44px;
  }
}

.team-header-section p {
  font-size: 28px;
}

.team-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.team-section .team-item {
  padding: 40px 30px;
}

.team-section .team-item .team-item-image {
  width: 235px;
  height: 240px;
  overflow: hidden;
}

.team-section .team-item .team-item-image img {
  position: relative;
  width: 100%;
  top: -30px;
}

.team-section .team-item .team-item-text {
  text-align: center;
  font-family: AvenirNextMedium;
  font-size: 16px;
  max-width: 235px;
  overflow: hidden;
}

.team-section .team-item .team-item-text .team-item-name {
  margin-top: 25px;
  font-family: AvenirNextBold;
  font-size: 20px;
}

.team-section .team-item .team-item-text .team-item-position,
.team-section .team-item .team-item-text a:first-of-type {
  margin-top: 10px;
}

.team-section .team-item .team-item-text a {
  display: block;
  color: #385074;
  font-size: 14px;
}

@media screen and (max-width: 480px) {
  .team-header-section {
    min-height: 200px;
  }
  .team-section {
    padding: 50px 0;
  }
}

.create-header-section {
  min-height: 400px;
  width: 100%;
  background-image: url(./images/bg_dark.jpg);
  background-size: cover;
  color: #fff;
}

.create-header-section h2 {
  font-size: 98px;
  font-family: DINProBold;
  text-align: center;
}

@media screen and (max-width: 1360px) {
  .create-header-section h2 {
    font-size: 60px;
  }
  .create-header-section {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .create-header-section h2 {
    font-size: 44px;
  }
}

.create-header-section p {
  font-size: 28px;
}

.create-section {
  overflow: hidden;
  max-width: 1200px;
  margin: 0 auto;
  padding: 30px 0 100px;
}

.create-section .create-column {
  width: 50%;
  float: left;
  padding: 0 30px;
}

.create-section .create-column .create-item {
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
}

.create-section .create-column .create-item .create-item-img {
  max-width: 200px;
  margin-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.create-section .create-column .create-item .create-item-img img {
  width: 100%;
}

.create-section .create-column .create-item .text-container {
  -webkit-box-flex: 2;
  -webkit-flex: 2;
  -ms-flex: 2;
  flex: 2;
}

.create-section .create-column .create-item .text-container .create-item-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  font-family: AvenirNextBold;
}

@media screen and (max-width: 480px) {
  .create-header-section {
    min-height: 200px;
  }
  .create-section .create-column .create-item .create-item-img {
    margin-right: 0;
  }
  .create-section
    .create-column
    .create-item
    .text-container
    .create-item-title {
    font-size: 20px;
    margin-top: 10px;
  }
  .create-section .create-column .create-item .text-container {
    text-align: center;
  }
}

.create-section .create-column .create-item .text-container .create-item-load {
  margin-top: 20px;
  font-size: 14px;
  text-transform: uppercase;
  color: #385074;
  font-family: DINProBold;
}

.create-section
  .create-column
  .create-item
  .text-container
  .create-item-load
  i {
  margin-right: 20px;
}

.create-section .create-column .create-item:first-of-type {
  padding-top: 70px;
  border: none;
}

@media screen and (max-width: 768px) {
  .create-section .create-column .create-item:first-of-type {
    padding: 40px 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .create-section .create-column .create-item {
    padding: 40px 0;
    border-top: 0;
    border-bottom: 1px solid #f8f9fa;
  }
  .create-section .create-column {
    float: none;
    width: 100%;
  }
}

.community-header-section {
  position: relative;
  min-height: 400px;
  width: 100%;
  padding: 0 20px;
  background-image: url(./images/bg5.jpg);
  background-size: cover;
  background-position: center;
}

.community-header-section_new {
  background-image: none;
}

.community-header-section:before {
  position: absolute;
  content: "";
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

.community-header-section_new:before {
  display: none;
}

.community-header-section .community-header-info {
  position: relative;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 50px;
  overflow: hidden;
  z-index: 10;
}

.community-header-section .community-header-info h2 {
  font-size: 85px;
  margin: 100px 0;
  color: #fff;
  font-family: DINProBold;
}

.community-header-section_light .community-header-info h2 {
  color: #000;
}

.community-header-section .community-header-info h2 span {
  display: block;
  font-size: 20px;
  color: #fff;
  opacity: 0.6;
  font-weight: 400;
  padding-top: 7px;
  font-family: AvenirNextRegular;
}

.community-header-section_light .community-header-info h2 span {
  color: #000;
}

@media screen and (max-width: 1360px) {
  .community-header-section .community-header-info h2 {
    font-size: 60px;
  }
}

@media screen and (max-width: 768px) {
  .community-header-section .community-header-info h2 {
    font-size: 44px;
  }
}

@media screen and (max-width: 480px) {
  .create-section .create-column .create-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .community-header-section .community-header-info h2 {
    font-size: 32px;
  }
}

.community-header-section .community-header-info .info-text {
  display: flex;
  align-items: center;
  padding: 10px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  font-size: 16px;
  line-height: 1.2;
  color: #fff;
  max-width: 445px;
}

.community-header-section_light .community-header-info .info-text {
  color: #000;
  border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.community-header-section .community-header-info .info-text .info-text-name {
  display: inline-block;
  min-width: 200px;
  width: 47%;
}

.community-header-section .community-header-info .info-text .info-value {
  font-family: AvenirNextBold;
}

.community-header-section .community-header-info .info-text:last-of-type {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

@media screen and (max-width: 480px) {
  .community-header-section .community-header-info .info-text .info-text-name {
    min-width: 162px;
  }
  .community-header-section .community-header-info .info-text {
    font-size: 14px;
  }
}

@media screen and (max-width: 1024px) {
  .community-header-section .community-header-info h2 {
    text-align: center;
    margin: 60px 0;
  }
  .community-header-section .community-header-info .info-text {
    margin: 0 auto;
  }
  .community-header-section .community-header-info {
    padding-bottom: 75px;
  }
}

.community-header-section .community-scroll-button {
  width: 36px;
  height: 36px;
  position: absolute;
  left: 50%;
  bottom: 40px;
  margin-left: -18px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  background: #ffe206;
  color: #000;
  line-height: 37px;
  text-align: center;
  font-size: 24px;
  z-index: 50;
}

.community-section {
  padding: 100px 20px;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
}

.community-section .community-text h3 {
  font-size: 34px;
  font-family: AvenirNextBold;
  margin-top: 50px;
}

.community-section .community-text h4 {
  font-size: 24px;
  font-family: AvenirNextBold;
  margin-top: 50px;
}

.community-section .community-text p {
  font-size: 21px;
  line-height: 30px;
  margin-top: 20px;
}

.community-section .community-text h2 {
  font-family: "AvenirNextBold";
  font-size: 43px;
  line-height: 1;
  padding-bottom: 26px;
  padding-top: 28px;
}

.community-section .community-text h3 {
  font-family: "AvenirNextBold";
  font-size: 27px;
  line-height: 1;
  padding-bottom: 26px;
  padding-top: 21px;
}

.community-section .community-text h4 {
  font-family: "AvenirNextBold";
  font-size: 22px;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 15px;
}

.community-section .community-text blockquote {
  font-family: "AvenirNextRegular";
  font-size: 27px;
  line-height: 1.41;
  background-color: #f2f7f7;
  border-radius: 4px;
  padding: 38px 38px 45px;
  margin-bottom: 18px;
}

.community-section .community-text ul,
.community-section .community-text ol {
  padding-top: 20px;
}

.community-section .community-text ul li {
  list-style: disc;
  /*list-style-position: inside;*/
}

.community-section .community-text ol li {
  list-style: decimal;
  /*list-style-position: inside;*/
}

.community-section .community-text li {
  font-family: "AvenirNextRegular";
  font-size: 19px;
  line-height: 1.58;
  padding-bottom: 18px;
  margin-left: 40px;
}

.community-section .community-text strong,
.community-section .community-text b {
  font-family: "AvenirNextBold";
}

.community-section .community-text img {
  max-width: 100%;
}

.community-section .community-text a {
  color: #385074;
  border-bottom: 1px solid #385074;
  transition: all 0.333s;
}

.community-section .community-text a:hover {
  color: #afafaf;
  border-bottom: 1px solid transparent;
  transition: all 0.333s;
}

.community-section .community-column {
  float: left;
  width: 50%;
}

.community-section .community-column .community-slider .swiper-container img,
.community-section .community-column .community-slider .swiper-slide img,
.community-section .community-column .community-slider .swiper-wrapper img,
.community-section .community-column .community-slider img {
  width: 100%;
}

.community-section .community-column .community-text {
  font-size: 20px;
  margin: 60px 0;
  line-height: 24px;
}

.community-section .community-column .community-slider {
  margin: 50px 0 90px;
  width: 100%;
  max-height: 300px;
  overflow: hidden;
}

.community-section .community-column .community-slider .swiper-container,
.community-section .community-column .community-slider .swiper-slide,
.community-section .community-column .community-slider .swiper-wrapper {
  height: 100%;
}

.community-section
  .community-column
  .community-contacts
  .community-contacts-item {
  font-size: 18px;
  margin-top: 40px;
  overflow: hidden;
}

.community-section
  .community-column
  .community-contacts
  .community-contacts-item
  span {
  display: inline-block;
  min-width: 145px;
}

@media screen and (max-width: 1200px) {
  .community-section
    .community-column
    .community-contacts
    .community-contacts-item
    span {
    display: block;
  }
  .community-section
    .community-column
    .community-contacts
    .community-contacts-item {
    margin-top: 25px;
  }
}

@media screen and (max-width: 1024px) {
  .community-header-section .community-scroll-button {
    bottom: 15px;
  }
  .community-section
    .community-column
    .community-contacts
    .community-contacts-item
    span {
    display: inline-block;
  }
  .community-section
    .community-column
    .community-contacts
    .community-contacts-item {
    margin-top: 40px;
  }
}

@media screen and (max-width: 768px) {
  .community-section
    .community-column
    .community-contacts
    .community-contacts-item
    span {
    display: block;
  }
  .community-section
    .community-column
    .community-contacts
    .community-contacts-item {
    margin-top: 25px;
  }
}

.community-section
  .community-column
  .community-contacts
  .community-contacts-item
  a {
  color: #000;
  font-family: AvenirNextMedium;
}

.community-section .community-column .news-item {
  overflow: hidden;
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.community-section .community-column .news-item .news-item-img {
  width: 200px;
  margin-right: 30px;
}

.community-section .community-column .news-item .news-item-img img {
  width: 100%;
}

.community-section .community-column .news-item .text-container {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.community-section
  .community-column
  .news-item
  .text-container
  .news-item-title {
  font-size: 26px;
  font-weight: 700;
  color: #000;
  font-family: AvenirNextBold;
}

.community-section
  .community-column
  .news-item
  .text-container
  .news-item-text {
  margin-top: 20px;
  font-size: 16px;
  color: #000;
}

.community-section
  .community-column
  .news-item
  .text-container
  .news-item-date {
  color: rgba(0, 0, 0, 0.2);
  font-size: 16px;
  margin-top: 10px;
}

.community-section .community-column .news-item:first-of-type {
  padding-top: 70px;
  border: none;
}

@media screen and (max-width: 768px) {
  .community-section .community-column .news-item:first-of-type {
    padding: 40px 0;
    border-bottom: 1px solid #f8f9fa;
  }
}

.community-section
  .community-column
  .news-item:hover
  .text-container
  .news-item-title {
  color: #385074;
}

@media screen and (max-width: 1024px) {
  .community-section .community-column .news-item {
    padding: 40px 0;
    border-top: 0;
    border-bottom: 1px solid #f8f9fa;
  }
}

@media screen and (max-width: 480px) {
  .community-section .community-column .news-item .news-item-img {
    width: 100%;
  }
  .community-section .community-column .news-item {
    display: block;
  }
}

.load-more-link {
  display: block;
  font-size: 14px;
  color: #385074;
  text-transform: uppercase;
  font-family: DINProBold;
  /* margin-top: 100px */
}

.load-more-link i {
  display: inline-block;
  width: 30px;
  height: 30px;
  line-height: 28px;
  padding-left: 1px;
  margin-right: 10px;
  text-align: center;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  border: 1px solid #385074;
  vertical-align: middle;
}

.community-section .community-column.about-community {
  padding-right: 75px;
}

@media screen and (max-width: 1024px) {
  .load-more-link {
    margin-top: 45px;
  }
  .community-section .community-column.about-community {
    padding-right: 0;
    margin-bottom: 90px;
  }
  .community-section .community-column {
    float: none;
    width: 100%;
  }
}

.communities-header-section {
  min-height: 400px;
  width: 100%;
  background-image: url(./images/bg_dark.jpg);
  background-size: cover;
}

.communities-header-section h2 {
  font-size: 98px;
  color: #fff;
  font-family: DINProBold;
}

@media screen and (max-width: 1360px) {
  .communities-header-section h2 {
    font-size: 60px;
  }
  .communities-header-section {
    min-height: 350px;
  }
}

@media screen and (max-width: 768px) {
  .communities-header-section h2 {
    font-size: 44px;
  }
}

.communities-section {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  padding: 100px 0;
}

.communities-section .communities-column {
  width: 50%;
  float: left;
  padding: 30px;
}

.communities-section .communities-column .communities-item {
  margin-bottom: 70px;
}

.communities-section .communities-column .communities-item img {
  width: 100%;
}

.communities-section .communities-column .communities-item .communities-info {
  overflow: hidden;
}

.communities-section
  .communities-column
  .communities-item
  .communities-info
  h2 {
  font-size: 24px;
  color: #000;
  margin: 35px 0;
  font-family: DINProBold;
}

.communities-section
  .communities-column
  .communities-item
  .communities-info
  h2
  span {
  display: block;
  font-size: 16px;
  color: #000;
  opacity: 0.6;
  font-weight: 400;
  padding-top: 7px;
  font-family: AvenirNextRegular;
  margin-left: 8px;
  vertical-align: top;
}

.check-otg-icon {
  display: inline-block;
  width: 30px;
  height: 30px;
  background: url("./images/check.png") no-repeat;
  vertical-align: top;
  margin-left: 8px;
}

#tooltip {
  position: absolute;
  background: #385074;
  color: #ffffff;
  padding: 8px;
}

.communities-section
  .communities-column
  .communities-item
  .communities-info
  .info-text {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  font-size: 16px;
  line-height: 50px;
  color: #000;
}

.communities-section
  .communities-column
  .communities-item
  .communities-info
  .info-text
  .info-text-name {
  display: inline-block;
  min-width: 245px;
  opacity: 0.6;
}

.communities-section
  .communities-column
  .communities-item
  .communities-info
  .info-text
  .info-value {
  font-family: AvenirNextBold;
}

.communities-section
  .communities-column
  .communities-item
  .communities-info
  .info-text:last-of-type {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1024px) {
  .communities-section
    .communities-column
    .communities-item
    .communities-info
    .info-text
    .info-text-name {
    min-width: 200px;
    width: 50%;
  }
  .communities-section
    .communities-column
    .communities-item
    .communities-info
    .info-text {
    font-size: 15px;
  }
}

@media screen and (max-width: 480px) {
  .communities-header-section {
    min-height: 200px;
  }
  .communities-section
    .communities-column
    .communities-item
    .communities-info
    .info-text
    .info-text-name {
    min-width: 155px;
  }
  .communities-section
    .communities-column
    .communities-item
    .communities-info
    .info-text {
    font-size: 12px;
  }
}

@media screen and (max-width: 768px) {
  .communities-section .communities-column {
    float: none;
    width: 100%;
  }
  .communities-section {
    padding: 50px 0;
  }
}

.publication-header-section {
  background: #e5e9ed;
  padding: 0 20px;
}

.publication-header-section__form-page {
  background: url("./images/bg_dark.jpg") no-repeat #39a4d0;
  background-size: cover;
  color: #fff;
  text-align: center;
}

.publication-header-section__form-page .publication-header-text {
  /*max-width:770px;*/
}

.publication-header-section .puclication-header-info {
  max-width: 1200px;
  /*margin: 0 auto;*/
  padding: 100px 0;
}

.publication-header-section .puclication-header-info h2 {
  font-size: 58px;
  font-family: DINProBold;
}

@media screen and (max-width: 1024px) {
  .publication-header-section .puclication-header-info h2 {
    font-size: 36px;
  }
}

@media screen and (max-width: 480px) {
  .publication-header-section .puclication-header-info h2 {
    font-size: 28px;
  }
}

.publication-header-section .puclication-header-info .publication-header-date {
  font-size: 16px;
  /*margin-bottom: 20px;*/
  /*margin-top: 40px;*/
  color: rgba(0, 0, 0, 0.2);
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.publication-header-section .puclication-header-info .publication-header-text {
  font-size: 26px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (max-width: 480px) {
  .publication-header-section
    .puclication-header-info
    .publication-header-text {
    font-size: 20px;
  }
}

.before-start {
  background: #fff;
}

.before-start__wrapper {
  width: 570px;
  max-width: 100%;
  text-align: center;
  padding: 90px 25px;
  margin: 0 auto;
}

.before-start__wrapper h2 {
  font-size: 34px;
  font-family: DINProBold;
  padding-bottom: 24px;
}

.before-start__wrapper p {
  text-align: left;
  font-size: 18px;
  padding-bottom: 9px;
}

.dates-of-selection {
  background: #385074;
  color: #fff;
  padding: 100px 0 80px;
}

.dates-of-selection h2 {
  font-size: 34px;
  font-family: DINProBold;
  padding-bottom: 65px;
  text-align: center;
}

.dates-of-selection__wrapper {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  padding: 0 40px;
}

.dates-of-selection__items-wrapper {
  display: flex;
  flex-direction: row;
}

.dates-of-selection__item {
  position: relative;
  width: 185px;
  font-size: 18px;
  padding-top: 23px;
  padding-right: 85px;
  border-top: 1px solid #68b6d9;
  box-sizing: content-box;
}

.dates-of-selection__item:before {
  content: "";
  position: absolute;
  background: #385074;
  width: 5px;
  height: 5px;
  border: 5px solid #68b6d9;
  border-radius: 50%;
  top: -8px;
  left: 0px;
}

.dates-of-selection__item span {
  display: inline-block;
  font-weight: bold;
  font-size: 24px;
  padding-bottom: 7px;
}

@media screen and (max-width: 1359px) {
  .dates-of-selection__item {
    padding-right: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .dates-of-selection__items-wrapper {
    flex-direction: column;
  }
  .dates-of-selection__item {
    width: 200px;
    padding: 0 0 30px 20px;
    border-left: 1px solid #68b6d9;
    border-top: 0;
  }
  .dates-of-selection__item:before {
    top: 0;
    left: -8px;
  }
  .dates-of-selection__item span {
    margin-top: -6px;
  }
}

.form-page {
  background: #edf0f5;
  border-bottom: 1px solid #fff;
}

.questionary-title {
  text-align: center;
}

.gform_wrapper,
.gform_confirmation_wrapper {
  background: #fff;
  box-shadow: 0px 20px 85px -11px rgba(2, 38, 53, 0.25);
  text-shadow: 0px 20px 85px -11px rgba(2, 38, 53, 0.25);
}

.gform_wrapper form {
  padding: 20px 39px 46px;
}

.gform_confirmation_wrapper {
  padding-top: 46px;
}

@media screen and (max-width: 768px) {
  .gform_wrapper,
  .gform_confirmation_wrapper {
    padding: 20px 20px 46px;
  }
}

.gform_confirmation_wrapper {
  padding-top: 46px;
}

.gform_confirmation_message {
  text-align: center;
  font-family: AvenirNextMedium;
  font-size: 20px !important;
  font-weight: 400;
}

.gsection_title {
  font-family: AvenirNextBold;
  font-size: 24px !important;
  color: #000;
}

.gform_wrapper .gsection {
  margin: 0;
  padding-bottom: 10px;
}

body .gform_wrapper ul li.gfield {
  padding-bottom: 15px;
  border: 0;
  margin: 0 !important;
  padding-right: 0 !important;
}

.gform_wrapper li.gfield.gsection {
  padding-bottom: 10px;
}

.gform_wrapper li.gfield .screen-reader-text {
  font-size: 15px;
}

.gform_wrapper ul.gform_fields li.gfield.section-end {
  border-bottom: 1px solid #f3f6f7;
}

.gform_wrapper ul.gform_fields li.gfield.field-hide-title > label {
  display: none;
}

.gform_wrapper ul.gform_fields li.gfield.disabled {
  pointer-events: none;
}

.gform_wrapper ul.gform_fields li.gfield.disabled label {
  pointer-events: none;
}

.gform_wrapper .top_label .gfield_label {
  font-family: AvenirNextMedium;
  font-size: 20px !important;
  font-weight: 400;
}

.gform_wrapper.gf_browser_chrome .gfield_checkbox li input[type="checkbox"],
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] {
  display: none;
}

.gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"]
  + label,
.gform_wrapper.gf_browser_chrome .gfield_radio li input[type="radio"] + label {
  margin: 0;
  padding: 2px 0 4px 35px;
}

.gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"]:checked
  + label:before,
.gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
  width: 25px;
  height: 25px;
  border: 6px solid #edf0f5;
  border-radius: 100%;
  background: #fff;
  box-sizing: border-box;
}

.gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"]:checked
  + label:after,
.gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"]:not(:checked)
  + label:after {
  content: "";
  width: 13px;
  height: 13px;
  background: #385074;
  position: absolute;
  top: 7px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"]:not(:checked)
  + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.gform_wrapper.gf_browser_chrome
  .gfield_radio
  li
  input[type="radio"]:checked
  + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label:before,
.gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"]:not(:checked)
  + label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 2px;
  box-sizing: border-box;
  transition: background 0.333s;
}

.gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"]:checked
  + label:before {
  background: url("./images/checkbox_bg.png") center center no-repeat #385074;
  transition: background 0.333s;
}

.gform_wrapper.gf_browser_chrome
  .gfield_checkbox
  li
  input[type="checkbox"]:not(:checked)
  + label:before {
  background: url("./images/checkbox_bg.png") center center no-repeat #edf0f5;
  transition: background 0.333s;
}

.gform_wrapper ul.gfield_checkbox li input[type="checkbox"]:checked + label,
.gform_wrapper ul.gfield_radio li input[type="radio"]:checked + label {
  font-weight: 400 !important;
  color: #385074;
}

.gform_wrapper .top_label input.medium,
.gform_wrapper .top_label select.medium {
  width: 100% !important;
  max-height: 43px;
  border: 1px solid #dcdee0;
  outline: none;
  border-radius: 2px;
  padding: 9px 11px !important;
}

.gform_wrapper .gfield_checkbox li,
.gform_wrapper .gfield_radio li {
  margin: 0 0 11px;
}

.gform_wrapper .gform_footer {
  text-align: center;
}

.gform_button {
  width: 210px !important;
  height: 55px;
  background: #385074;
  font-family: AvenirNextRegular;
  font-size: 18px !important;
  color: #fff;
  border: 0;
  margin: 0 !important;
  transition: background 0.666s;
  cursor: pointer;
}

.gform_button:hover {
  background: #2cb5f4;
}

.gform_wrapper div.validation_error {
  color: #f55a5a !important;
  border-top: 1px solid #f55a59 !important;
  border-bottom: 1px solid #f55a5a !important;
  margin-bottom: 0;
}

.form-page
  .gform_wrapper.gform_validation_error
  .gform_body
  ul
  li.gfield.gfield_error:not(.gf_left_half):not(.gf_right_half) {
  max-width: 100% !important;
}

.gform_wrapper .gfield_error .gfield_label,
.gform_wrapper .validation_message {
  color: #f55a5a !important;
  font-weight: 400;
}

.gform_wrapper
  li.gfield_error
  input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
.gform_wrapper li.gfield_error textarea {
  border: 1px solid #f55a5a !important;
}

.form-page .gform_wrapper li.gfield.gfield_error,
.form-page
  .gform_wrapper
  li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background: none !important;
  padding-top: 0 !important;
  padding-bottom: 15px !important;
  border: none !important;
  margin-bottom: 0 !important;
}

.ginput_preview strong {
  font-size: 15px;
}

.publication-section {
  max-width: 1200px;
  margin: 0 auto;
  padding: 100px 0;
}

.publication-section.policy-description {
  padding: 30px 0;
}

.publication-section .publication-text-block {
  max-width: 700px;
  margin: 0 auto;
}

.publication-section .publication-text-block h3 {
  font-size: 34px;
  font-family: AvenirNextBold;
  margin-top: 50px;
}

.publication-section .publication-text-block h4 {
  font-size: 24px;
  font-family: AvenirNextBold;
  margin-top: 50px;
}

.publication-section .publication-text-block p {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}

.publication-section .publication-text-block h2 {
  font-family: "AvenirNextBold";
  font-size: 43px;
  line-height: 1;
  padding-bottom: 26px;
  padding-top: 28px;
}

.publication-section .publication-text-block h3 {
  font-family: "AvenirNextBold";
  font-size: 27px;
  line-height: 1;
  padding-bottom: 26px;
  padding-top: 21px;
}

.publication-section .publication-text-block h4 {
  font-family: "AvenirNextBold";
  font-size: 22px;
  line-height: 1;
  padding-bottom: 20px;
  padding-top: 15px;
}

.publication-section .publication-text-block blockquote {
  font-family: "AvenirNextRegular";
  font-size: 27px;
  line-height: 1.41;
  background-color: #f2f7f7;
  border-radius: 4px;
  padding: 38px 38px 45px;
  margin-bottom: 18px;
}

.publication-section .publication-text-block ul,
.publication-section .publication-text-block ol {
  padding-top: 20px;
}

.publication-section .publication-text-block ul:not(.wpsc_radio_element) li {
  list-style: disc;
  /*list-style-position: inside;*/
}

.publication-section .publication-text-block ol li {
  list-style: decimal;
  /*list-style-position: inside;*/
}

.publication-section .publication-text-block ul:not(.wpsc_radio_element) li {
  font-family: "AvenirNextRegular";
  font-size: 18px;
  line-height: 1.58;
  padding-bottom: 18px;
  margin-left: 40px;
}

.publication-section .publication-text-block strong,
.publication-section .publication-text-block b {
  font-family: "AvenirNextBold";
}

.publication-section .publication-text-block figure {
  max-width: 100%;
  margin-top: 20px;
}

.publication-section .publication-text-block img {
  max-width: 100%;
  height: auto;
}

.publication-section .publication-text-block a {
  color: #385074;
  border-bottom: 1px solid #385074;
  transition: all 0.333s;
}

.publication-section .publication-text-block a:hover {
  color: #afafaf;
  border-bottom: 1px solid transparent;
  transition: all 0.333s;
}

@media screen and (max-width: 768px) {
  .publication-section .publication-text-block {
    max-width: 415px;
  }
}

@media screen and (max-width: 480px) {
  .publication-section .publication-text-block {
    max-width: 285px;
  }
}

.publication-section .publication-image {
  padding-top: 50px;
}

.publication-section .publication-image img {
  width: 100%;
}

.publication-share {
  max-width: 700px;
  display: flex;
  flex-direction: row;
  align-content: flex-end;
  margin: 90px auto 0;
}

.publication-share > span {
  font-size: 24px;
  font-family: AvenirNextBold;
}

.publication-share .likely {
  padding-left: 20px;
  padding-top: 5px;
}

@media screen and (max-width: 768px) {
  .publication-section {
    padding: 50px 0;
  }
  .publication-share {
    max-width: 415px;
  }
}

@media screen and (max-width: 480px) {
  .publication-share {
    max-width: 285px;
  }
}

body.error404 {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.main-404 {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #385074;
}

.error-404 {
  position: relative;
  text-align: center;
  color: #ffffff;
  padding: 35px 30px 40px;
}

@media screen and (max-width: 480px) {
  .error-404 {
    padding: 35px 20px 40px;
  }
}

.error-404:before {
  position: absolute;
  content: "";
  width: 436px;
  height: 3px;
  background: #3da2cf;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.error-404:after {
  position: absolute;
  content: "";
  width: 436px;
  height: 3px;
  background: #3da2cf;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}

@media screen and (max-width: 480px) {
  .error-404:before,
  .error-404:after {
    width: 50%;
  }
}

.error-404 h1 {
  font: 58px "DINProBlack", sans-serif;
  padding-bottom: 26px;
}

@media screen and (max-width: 1024px) {
  .error-404 h1 {
    font-size: 48px;
  }
}

@media screen and (max-width: 480px) {
  .error-404 h1 {
    font-size: 35px;
  }
}

.error-404 span {
  font: 16px "AvenirNextRegular", sans-serif;
}

/* search*/

.search-page__form {
  position: relative;
  height: 50px;
  width: 970px;
  margin-top: 50px;
  padding-right: 66px;
}

@media screen and (max-width: 1024px) {
  .search-page__form {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  .search-page__form {
    margin-top: 20px;
  }
}

.search-page__input-text {
  background: transparent;
  height: 100%;
  width: 100%;
  min-width: 10%;
  font: 28px "AvenirNextRegular", sans-serif;
  color: #fff;
  outline: none;
  border: 0;
  border-bottom: 1px solid #fff;
  padding-right: 10px;
  box-sizing: border-box;
}

.search-page__input-text::-webkit-input-placeholder {
  color: #ffffff;
}

.search-page__input-text::-moz-placeholder {
  color: #ffffff;
}

.search-page__input-text:-moz-placeholder {
  color: #ffffff;
}

.search-page__input-text:-ms-input-placeholder {
  color: #ffffff;
}

.archive-filter__submit-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  background: url("./images/search-icon.png") #fff no-repeat center;
  border-radius: 50%;
  border: 0;
  outline: none;
  top: 0;
  right: 0;
  transition: all 0.666s;
}

.archive-filter__submit-btn:hover {
  background: url("./images/search-icon.png") #ffe206 no-repeat center;
  transition: all 0.666s;
}

.search-results-wrapper {
  padding: 70px 0 50px;
}

.section-head {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: center;
  padding: 0 30px;
}

@media screen and (max-width: 480px) {
  .section-head {
    flex-direction: column;
    align-items: flex-start;
  }
}

.load-more-link_search {
  margin-top: 0;
}

/* ATCS */

.atcs {
  display: block;
  width: 100%;
  margin: 0 auto;
  max-width: 1366px;
  padding: 0 30px;
  box-sizing: border-box;
}

.atcs__list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 75px;
}

.atcs-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 40px 0 30px;
  font: 12px "DINProBold", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.atcs-filters__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 10px;
}

.atcs-filter {
  position: relative;
  width: 210px;
  margin-right: 20px;
  margin-bottom: 10px;
}

.atcs-filter:hover .atcs-filter__selects {
  opacity: 1;
  transform: translateY(100%) scale(1);
  transition: transform 0s, opacity 0.3s;
}

.atcs-filter__heading {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 35px;
  padding-right: 20px;
  padding-left: 15px;
  box-sizing: border-box;
  line-height: 1.2;
  color: #253b5a;
  border: 1px solid rgba(193, 200, 208, 0.4);
  border-radius: 20px;
  cursor: default;
}

.atcs-filter__heading span {
  display: block;
  margin-top: 3px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.atcs-filter__heading svg {
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.atcs-filter__selects {
  position: absolute;
  min-width: 100%;
  bottom: 0;
  left: 0;
  transform: translateY(100%) scale(0);
  z-index: 1;
  padding-top: 14px;
  opacity: 0;
  transition: transform 0s 0.3s, opacity 0.3s;
}

.atcs-filter__selects:before {
  content: "";
  position: absolute;
  top: 9px;
  left: 40px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #253b5a;
}

.atcs-filter__list {
  position: relative;
  max-height: 250px;
  overflow: auto;
  padding: 15px;
  color: #fff;
  background-color: #253b5a;
}

.atcs-filter__item {
  display: block;
  cursor: pointer;
  padding: 10px 0;
  white-space: nowrap;
}

.atcs-filter__item:hover {
  color: #ffe306;
}

.atcs-filters__button-filter,
.atcs-filters__button-clear {
  margin-bottom: 10px;
  padding-top: 3px;
  text-transform: uppercase;
  cursor: pointer;
  border: 0;
}

.atcs-filters__button-filter {
  width: 210px;
  height: 35px;
  margin-right: 30px;
  font: inherit;
  border-radius: 20px;
  background-color: #253b5a;
  color: #fff;
}

.atcs-filters__button-filter:hover {
  background-color: #385074;
}

.atcs-filters__button-clear {
  margin-left: auto;
  font: inherit;
  color: rgba(0, 0, 0, 0.4);
  background-color: transparent;
}

.atcs-filters__button-clear:hover {
  color: #000;
}

.atcs-result {
  position: relative;
  text-align: center;
}

.atcs-result:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  height: 1px;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.05);
}

.atcs-result__label {
  display: inline-block;
  position: relative;
  font: 27px "AvenirNextBold", Arial, Helvetica, sans-serif;
  background-color: #fff;
  padding: 0 30px;
}

.atc-card {
  width: calc(25% - 7px);
  /*margin-bottom: 15px;*/
  margin-right: 9px;
}

.atc-card:nth-child(4n) {
  margin-right: 0;
}

@media screen and (max-width: 1023px) {
  .atc-card {
    width: calc(33.3% - 7px);
  }
  .atc-card:nth-child(4n) {
    margin-right: 9px;
  }
  .atc-card:nth-child(3n) {
    margin-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .atc-card {
    width: calc(50% - 7px);
  }
  .atc-card:nth-child(3n) {
    margin-right: 9px;
  }
  .atc-card:nth-child(2n) {
    margin-right: 0;
  }
}

.atc-card__heading {
  width: 100%;
  box-sizing: border-box;
  font: 17px "AvenirNextBold", Arial, Helvetica, sans-serif;
}

.atc-card__heading a {
  display: block;
  color: inherit;
  padding-bottom: 15px;
}

.atc-card__heading:hover {
  color: #385074;
}

.atc-card-info {
  padding: 30px;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgb(235, 235, 235);
  border-top: 0;
}

.atc-card-info__table {
}

.atc-card-info__label {
  font: 27px "AvenirNextRegular", Arial, Helvetica, sans-serif;
}

.atc-card-info__value {
}

.hardcode-number {
  display: block;
  font-size: 90px;
}

.atc-analysis-button {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 15px;
  overflow: hidden;
  text-transform: uppercase;
  font-family: DINProBold;
  font-size: 14px;
  color: #fff;
  padding: 12px 35px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px;
  transition: border-color 0.5s, color 0.5s;
}

.atc-analysis-button:hover {
  border-color: #fff;
  color: #385074;
}

.atc-analysis-button:hover:before {
  transform: scaleX(1);
}

.atc-analysis-button:hover .atc-analysis-button__icon {
  fill: #385074;
}

.atc-analysis-button:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  width: 100%;
  transform: scaleX(0);
  background-color: #fff;
  transition: transform 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

.atc-analysis-button__icon {
  flex: none;
  margin-right: 13px;
  fill: currentColor;
  z-index: 1;
}

.atc-analysis-button__label {
  z-index: 1;
}

@media screen and (max-width: 1365px) {
  .hardcode-number {
    font-size: 60px;
  }
}

@media screen and (max-width: 767px) {
  .atcs {
    padding: 0 15px;
  }
  .atcs__list {
    margin-top: 50px;
  }
  .atcs-result__label {
    font-size: 22px;
  }
  .atcs-filter,
  .atcs-filter__selects,
  .atcs-filters__container {
    width: 100%;
  }
  .atcs-filter {
    margin-right: 0;
  }
  .atcs-filters__button-filter {
    margin-right: 0;
  }
  .atc-card__heading {
    font-size: 14px;
  }
  .hardcode-number {
    font-size: 55px;
  }
}

.round-links {
  margin-bottom: 50px;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
}

.round-links a {
  position: relative;
  box-sizing: border-box;
  padding: 0 5px;
  width: 25%;
  text-decoration: none;
  border-bottom: 0 !important;
  color: #000;
}

.round-links a + a {
  border-left: 1px solid rgba(56, 80, 116, 0.1);
}

.round-links a:nth-child(5) {
  border-left: 0;
}

.round-links .round-links__1:before {
  background-image: url(images/round-icon-1.svg);
}

.round-links .round-links__2:before {
  background-image: url(images/round-icon-2.svg);
}

.round-links .round-links__3:before {
  background-image: url(images/round-icon-3.svg);
}

.round-links .round-links__4:before {
  background-image: url(images/round-icon-4.svg);
}

.round-links .round-links__5:before {
  background-image: url(images/round-icon-5.svg);
}

.round-links .round-links__1:hover:before {
  background-image: url(images/round-icon-1-hover.svg);
}

.round-links .round-links__2:hover:before {
  background-image: url(images/round-icon-2-hover.svg);
}

.round-links .round-links__3:hover:before {
  background-image: url(images/round-icon-3-hover.svg);
}

.round-links .round-links__4:hover:before {
  background-image: url(images/round-icon-4-hover.svg);
}

.round-links .round-links__5:hover:before {
  background-image: url(images/round-icon-5-hover.svg);
}

.round-links a:before {
  display: block;
  margin: 0 auto 10px;
  content: "";
  width: 110px;
  height: 110px;
  border: 1px solid rgb(235, 237, 241);
  border-radius: 50%;
  background-position: center center;
  background-repeat: no-repeat;
}

.round-links a:hover:before {
  background-color: #385074;
  border-color: #385074;
}

@media screen and (max-width: 768px) {
  .round-links a {
    width: 50%;
  }
  .round-links a:nth-child(3),
  .round-links a:nth-child(4),
  .round-links a:nth-child(5),
  .round-links a:nth-child(6),
  .round-links a:nth-child(7),
  .round-links a:nth-child(8) {
    margin-top: 30px;
  }
  .round-links a:nth-child(3):after,
  .round-links a:nth-child(4):after,
  .round-links a:nth-child(5):after,
  .round-links a:nth-child(6):after,
  .round-links a:nth-child(7):after,
  .round-links a:nth-child(8):after {
    content: "";
    position: absolute;
    top: -15px;
    left: 0;
    border-top: 1px solid rgba(56, 80, 116, 0.1);
    width: 100%;
  }
  .round-links a:nth-child(3),
  .round-links a:nth-child(5),
  .round-links a:nth-child(7) {
    border-left: none;
  }
}

/* --- */

.program {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 1179px) {
  .program {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

.program-benefits {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  padding: 86px 40px 48px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #385074;
  color: #fff;
  width: 100%;
}

@media screen and (max-width: 1179px) {
  .program-benefits {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .program-benefits {
    padding: 50px 40px 0;
  }
}

.program-benefits__title {
  margin-bottom: 50px;
  font: 28px/1.22 DINProBlack, Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}

.program-benefits__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.program-benefit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 50%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  min-height: 170px;
}

@media screen and (max-width: 1179px) {
  .program-benefit {
    min-height: auto;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 767px) {
  .program-benefit {
    display: block;
    width: 100%;
    text-align: center;
  }
}

.program-benefit:hover .program-benefit__icon {
  background-color: rgba(255, 255, 255, 0.3);
  border-color: rgba(255, 255, 255, 0);
}

.program-benefit:nth-child(2n) {
  padding-left: 10px;
}

@media screen and (max-width: 767px) {
  .program-benefit:nth-child(2n) {
    padding-left: 0;
  }
}

.program-benefit__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  margin-right: 20px;
  width: 110px;
  height: 110px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 50%;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}

@media screen and (max-width: 767px) {
  .program-benefit__icon {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
    width: 100px;
    height: 100px;
  }
}

.program-benefit__icon svg {
  height: 72px;
  fill: currentColor;
  max-width: 60px;
}

@media screen and (max-width: 767px) {
  .program-benefit__icon svg {
    height: 60px;
  }
}

.program-benefit__title {
  margin-bottom: 10px;
  font: 16px/1.3 "AvenirNextDemi", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .program-benefit__title {
    font-size: 14px;
  }
}

.program-benefit__item {
  font: 14px/1.25 "AvenirNextLight", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .program-benefit__item {
    font-size: 12px;
  }
}

.program-benefit__item + .program-benefit__item {
  margin-top: 4px;
}

.program-participants {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 30%;
  min-width: 375px;
  padding: 78px 47px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #dae0e4;
  color: #385074;
}

@media screen and (max-width: 1360px) {
  .program-participants {
    min-width: 300px;
  }
}

@media screen and (max-width: 1179px) {
  .program-participants {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .program-participants {
    padding: 50px 40px 0;
  }
}

.program-participants__title {
  height: 68px;
  margin-bottom: 23px;
  text-transform: uppercase;
  font: 28px/1.22 "DINProBlack", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 1179px) {
  .program-participants__title {
    height: auto;
  }
}

.program-participants__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: inherit;
  min-height: 170px;
}

@media screen and (max-width: 1179px) {
  .program-participants__item {
    min-height: auto;
    margin-bottom: 50px;
  }
}

.program-participants__item:hover .program-participants__icon {
  background-color: #385074;
  border-color: rgba(255, 255, 255, 0);
}

.program-participants__item:hover .program-participants__icon svg {
  fill: #fff;
}

.program-participants__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 15px;
  width: 110px;
  height: 110px;
  border-radius: 50%;
  border: 1px solid #385074;
  -webkit-transition: background-color 0.5s, border-color 0.5s;
  -o-transition: background-color 0.5s, border-color 0.5s;
  transition: background-color 0.5s, border-color 0.5s;
}

@media screen and (max-width: 767px) {
  .program-participants__icon {
    width: 100px;
    height: 100px;
  }
}

.program-participants__icon svg {
  height: 72px;
  max-width: 70px;
  fill: currentColor;
  -webkit-transition: fill 0.5s;
  -o-transition: fill 0.5s;
  transition: fill 0.5s;
}

@media screen and (max-width: 767px) {
  .program-participants__icon svg {
    height: 60px;
    max-width: 60px;
  }
}

.program-participants__label {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font: 16px/1.35 "AvenirNextDemi", Arial, Helvetica, sans-serif;
}

@media screen and (max-width: 767px) {
  .program-participants__label {
    font-size: 14px;
  }
}

.stories__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.stories__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: relative;
  width: 33.3%;
  padding: 30px 38px;
  min-height: 360px;
  background: #385074 center center;
  background-size: cover;
  color: #fff;
}

@media screen and (max-width: 1024px) {
  .stories__item {
    width: 100%;
  }
}

.stories__item:first-child {
  width: calc(100% / 1.5);
}

@media screen and (max-width: 1024px) {
  .stories__item:first-child {
    width: 100%;
  }
}

.stories__item_with-bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.6);
}

.stories__item_with-bg:hover:before {
  background: rgba(0, 0, 0, 0.35);
}

.stories__item:hover .stories__title {
  color: #ffe206;
}

.stories__item:hover .stories__excerpt {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.stories__title {
  position: relative;
  font: 27px "AvenirNextBold", Arial, Helvetica, sans-serif;
  color: #fff;
}

@media screen and (max-width: 767px) {
  .stories__title {
    font-size: 24px;
  }
}

.stories__excerpt {
  position: relative;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
  margin: 20px 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  -o-transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
}

.stories .photo-copyright {
  position: relative;
  margin-top: auto;
  width: 100%;
}

/*------------- .stories and facts section --------------------*/

.stories-facts {
  padding: 120px 10px 70px;
  background-color: #385074;
  text-align: center;
}

.stories-facts_main {
  border-bottom: 1px solid rgba(218, 224, 228, 0.5);
  padding-left: 0;
  padding-right: 0;
  flex: 60%;
}

.stories-facts-wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
}

.stories-facts .stories__list {
  margin-bottom: 30px;
}

.stories-title {
  font-family: DINProBold;
  line-height: 67px;
  font-size: 58px;
  text-align: center;
  color: #fff;
  margin-bottom: 120px;
}

.stories-item {
  display: flex;
  flex-wrap: wrap;
  width: calc(25% - 20px);
  margin: 0 10px 20px;
  position: relative;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.stories-item-image {
  width: 100%;
  height: 0;
  padding-top: 100%;
  overflow: hidden;
  background-position: 50%;
  background-size: cover;
}

.type-stories .type-stories_without-img:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #fff;
  opacity: 0;
  transition: all 0.3s linear;
}

.type-stories:hover .type-stories_without-img:after {
  opacity: 0.2;
}

.type-facts:after,
.type-stories .type-stories_with-img:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  transition: all 0.3s linear;
}

.type-facts:hover:after,
.type-stories:hover .type-stories_with-img:after {
  opacity: 0.2;
}

.stories-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.stories-item__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
  transition: all 0.3s linear;
  text-align: left;
  padding: 60px 20px 20px;
}

.stories-item.type-facts .stories-item__title {
  padding: 60px 20px 20px;
}

.stories-item:hover .stories-item__title {
  color: #ffe206;
}

.type-stories .stories-item__title {
  font-size: 22px;
  font-family: DINProBold;
}

.stories-facts .photo-copyright {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.type-facts-number {
  font-family: DINProBold;
}

.type-facts-number.type-facts-number--large {
  line-height: 72px;
  font-size: 100px;
  margin-bottom: 20px;
}

.type-facts-number.type-facts-number--medium {
  line-height: 62px;
  font-size: 86px;
  margin-bottom: 20px;
}

.type-facts-number.type-facts-number--small {
  line-height: 58px;
  font-size: 74px;
  margin-bottom: 18px;
}

.type-facts-number.type-facts-number--tiny {
  line-height: 48px;
  font-size: 60px;
  margin-bottom: 18px;
}

.type-facts-description {
  line-height: 18px;
  font-size: 16px;
  font-family: DINProRegular;
}

.stories-facts-buttons {
  font-family: DINProBold;
  display: inline-block;
  margin: 0 auto;
  color: #fff;
  line-height: 18px;
  font-size: 16px;
  padding: 15px 40px;
  border: 1px solid rgba(228, 231, 235, 0.3);
  border-radius: 40px;
  text-align: center;
  text-transform: uppercase;
  transition: all 0.3s linear;
}

.stories-facts-buttons:hover {
  background-color: #fff;
  color: #385074;
}

@media (max-width: 1365px) {
  .stories-item {
    display: flex;
    flex-wrap: wrap;
    width: calc(33.33% - 10px);
    margin: 0 5px 10px;
  }
  .stories-title {
    line-height: 62px;
    font-size: 50px;
    margin-bottom: 100px;
  }
}

@media (max-width: 1023px) {
  .stories-facts {
    padding: 80px 10px 40px;
  }
  .stories-title {
    line-height: 52px;
    font-size: 44px;
    margin-bottom: 80px;
  }
  .stories-facts .stories__list {
    margin-bottom: 20px;
  }
  .stories-item__title {
    padding: 20px;
  }
  .stories-item.type-facts .stories-item__title {
    padding: 20px;
  }
  .type-stories .stories-item__title {
    font-size: 18px;
  }
  .stories-facts .photo-copyright {
    bottom: 10px;
    left: 10px;
  }
  .type-facts-number.type-facts-number--large {
    line-height: 64px;
    font-size: 86px;
    margin-bottom: 15px;
  }
  .type-facts-number.type-facts-number--medium {
    line-height: 58px;
    font-size: 72px;
    margin-bottom: 15px;
  }
  .type-facts-number.type-facts-number--small {
    line-height: 50px;
    font-size: 56px;
    margin-bottom: 13px;
  }
  .type-facts-number.type-facts-number--tiny {
    line-height: 42px;
    font-size: 46px;
    margin-bottom: 13px;
  }
  .type-facts-description {
    line-height: 14px;
    font-size: 12px;
  }
  .stories-facts-buttons {
    line-height: 16px;
    font-size: 14px;
    padding: 12px 35px;
  }
}

@media (max-width: 767px) {
  .stories-facts {
    padding: 60px 10px 30px;
  }
  .stories-title {
    line-height: 38px;
    font-size: 32px;
    margin-bottom: 60px;
  }
  .stories-facts .stories__list {
    margin-bottom: 10px;
  }
  .stories-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
  }
}

@media (max-width: 540px) {
  .stories-item {
    width: 100%;
    margin: 0 0 10px;
  }
}

/*------------- single facts -------------------*/

.page-id-4876 footer,
.page-id-4876 header,
.page-id-6182 footer,
.page-id-6182 header {
  display: none !important;
}

.logo-slider {
  display: block;
  position: absolute;
  top: 35px;
  left: 50px;
  z-index: 99;
  width: 102px;
  height: 32px;
}

.logo-slider img {
  display: block;
  max-width: 100%;
  max-height: 100%;
  height: auto;
  margin: 0 auto;
}

#facts-slider {
  position: relative;
}

.owl-navi {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.owl-navi button {
  background-color: transparent;
  border: none;
  outline: none;
  cursor: pointer;
}

.owl-prev {
  position: absolute;
  left: -550px;
}

.owl-next {
  position: absolute;
  right: -550px;
}

.facts-arrow-left,
.facts-arrow-right {
  width: 60px;
  height: 60px;
  border: 0.75px solid rgba(255, 255, 255, 0.7);
  border-radius: 50%;
  background-color: transparent;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s linear;
}

.owl-navi button:hover .facts-arrow-left,
.owl-navi button:hover .facts-arrow-right {
  background-color: #74859e;
  border: 0.75px solid #74859e;
}

.facts-arrow-icon {
  width: 17px;
  height: 39px;
}

.facts-banner {
  min-height: 100vh;
  position: relative;
  padding: 80px 0 50px;
  z-index: 1;
  width: 100vw;
  display: flex;
  align-items: center;
  /* display: none;*/
}

/*.owl-item.active .facts-banner {
	display: flex;
}*/

.facts-banner-bg {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  background-position: 50%;
  background-size: cover;
}

.facts-banner-bg:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000;
  opacity: 0.4;
  z-index: -1;
}

.facts-banner-wrap {
  max-width: 810px;
  width: 100%;
  padding: 0 80px;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}

.facts-banner-header {
  padding: 70px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}

.facts-banner-header__number {
  font-family: DINProBold;
  line-height: 162px;
  font-size: 140px;
  color: #ffe206;
}

.facts-banner-header__descr {
  font-family: DINProRegular;
  font-size: 24px;
}

.all-stories-facts-button {
  display: inline-block;
  position: absolute;
  top: 27px;
  right: 30px;
  z-index: 99;
  font-family: DINProRegular;
  line-height: 18px;
  font-size: 16px;
  text-align: center;
  padding: 15px 40px 15px 20px;
  text-transform: uppercase;
  border-radius: 160px;
  transition: all 0.3s linear;
}

.facts-banner-button {
  color: #fff;
  border: 1px solid rgba(228, 231, 235, 0.3);
}

.stories-banner-button {
  color: #385074;
  border: 1px solid #385074;
}

.stories-bottom-button {
  color: #385074;
  border: 1px solid #385074;
}

.all-stories-facts-button__icon {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  width: 9px;
  height: 18px;
  transition: all 0.3s linear;
}

.facts-banner-button__icon {
  stroke: #fff;
}

.stories-banner-button__icon {
  stroke: #385074;
}

.stories-bottom-button__icon {
  stroke: #385074;
}

.facts-banner-button:hover {
  background-color: #fff;
  color: rgba(0, 0, 0, 0.6);
}

.facts-banner-button:hover .facts-banner-button__icon {
  stroke: rgba(0, 0, 0, 0.6);
}

.stories-banner-button:hover {
  background-color: #385074;
  color: #e5e9ed;
}

.stories-banner-button:hover .stories-banner-button__icon {
  stroke: #e5e9ed;
}

.stories-bottom-button:hover {
  background-color: #385074;
  color: #ffffff !important;
}

.stories-bottom-button:hover .stories-bottom-button__icon {
  stroke: #ffffff;
}

@media (max-width: 1365px) {
  .owl-prev {
    left: -450px;
  }
  .owl-next {
    right: -450px;
  }
}

@media (max-width: 1023px) {
  .owl-navi {
    position: static;
    transform: none;
  }
  .owl-prev {
    position: absolute;
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
  }
  .owl-next {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
  }
  .facts-arrow-left,
  .facts-arrow-right {
    width: 40px;
    height: 40px;
  }
  .facts-arrow-icon {
    width: 10px;
    height: 24px;
  }
  .facts-banner {
    padding: 60px 0 30px;
  }
  .facts-banner-header {
    padding: 50px 0;
  }
  .facts-banner-header__number {
    line-height: 142px;
    font-size: 120px;
  }
  .facts-banner-header__descr {
    font-size: 22px;
  }
  .all-stories-facts-button {
    line-height: 16px;
    font-size: 14px;
    padding: 12px 34px 12px 15px;
    border-radius: 140px;
  }
  .all-stories-facts-button__icon {
    right: 15px;
    width: 8px;
    height: 16px;
  }
}

@media (max-width: 767px) {
  .owl-navi {
    display: none;
  }
  .logo-slider {
    top: 20px;
    left: 20px;
    width: 82px;
    height: 26px;
  }
  .facts-banner {
    padding: 30px 0 30px;
  }
  .facts-banner-wrap {
    max-width: 690px;
    width: 100%;
    padding: 0 20px;
    margin: 0 auto;
  }
  .facts-banner-header {
    padding: 30px 0;
  }
  .facts-banner-header__number {
    line-height: 120px;
    font-size: 100px;
  }
  .facts-banner-header__descr {
    font-size: 18px;
  }
  .all-stories-facts-button {
    line-height: 14px;
    font-size: 12px;
    padding: 12px 34px 12px 15px;
    border-radius: 140px;
    top: 15px;
    right: 20px;
  }
  .all-stories-facts-button__icon {
    right: 15px;
    width: 7px;
    height: 14px;
  }
}

@media (max-width: 479px) {
  .all-stories-facts-button {
    line-height: 12px;
    font-size: 10px;
    padding: 8px 28px 8px 12px;
    top: 15px;
    right: 10px;
  }
  .all-stories-facts-button__icon {
    right: 12px;
    width: 5px;
    height: 10px;
  }
}

.publication-section iframe {
  display: block;
  margin: 0 auto;
  max-width: 100%;
}

.team-container {
  margin: 0 auto;
  padding: 20px 0 0;
  max-width: 1347px;
}

.team-header {
  background-image: url(./images/bg_team.jpg);
}

.team {
  position: relative;
  margin: 0 auto 20px;
  max-width: 673px;
  color: #fff;
  line-height: 1.2;
}

.team_full-width {
  max-width: none;
}

.team__inner {
  position: relative;
  width: 673px;
  min-width: 673px;
  height: 404px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
}

.team_full-width .team__inner {
  min-width: 1347px;
  width: 1347px;
}

.team__info {
  top: 22px;
  left: 18px;
  position: absolute;
}

.team__text {
  max-width: 230px;
  font-size: 12px;
  font-family: AvenirNextLight;
  color: rgba(255, 255, 255, 0.4);
}

.team__name {
  margin-bottom: 5px;
  font-size: 18px;
  letter-spacing: 0.05em;
  font-family: DINProBold;
  text-transform: uppercase;
}

.team-member {
  position: absolute;
  z-index: 1;
  font-size: 10px;
}

.team-member__info {
}

.team-member__name {
  color: #fff;
  margin-bottom: 3px;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  font-family: AvenirNextRegular;
}

.team-member__text {
  color: rgba(255, 255, 255, 0.4);
  letter-spacing: -0.01em;
  font-family: AvenirNextLight;
}

.team-member__email {
  display: block;
  color: rgba(255, 255, 255, 0.4);
  transition: color 0.5s;
}

.team-member__email:hover {
  color: #fff;
}

.team-member__line {
  position: absolute;
  color: rgba(255, 255, 255, 0.2);
}

.team_management .team__inner {
  background-image: url(images/team-management.jpg);
}

.team_management .team-member:nth-child(1) {
  top: 200px;
  right: 505px;
}

.team_management .team-member:nth-child(1) .team-member__line {
  top: 14px;
  right: -30px;
  width: 42px;
  height: 1px;
  background-color: currentColor;
}

.team_management .team-member:nth-child(2) {
  top: 116px;
  right: 468px;
}

.team_management .team-member:nth-child(2) .team-member__line {
  top: 14px;
  right: -48px;
  width: 55px;
  height: 1px;
  background-color: currentColor;
}

.team_management .team-member:nth-child(3) {
  top: 35px;
  left: 410px;
}

.team_management .team-member:nth-child(3) .team-member__line {
  top: 15px;
  left: -40px;
  width: 35px;
  height: 28px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_management .team-member:nth-child(4) {
  top: 152px;
  left: 520px;
}

.team_management .team-member:nth-child(4) .team-member__line {
  top: -46px;
  left: -19px;
  width: 42px;
  height: 36px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_selection .team__inner {
  background-image: url(images/team-selection.jpg);
}
.team_selection .team__text {
  max-width: 245px;
}
.team_selection .team-member:nth-child(1) {
  top: 198px;
  right: 515px;
}

.team_selection .team-member:nth-child(1) .team-member__line {
  top: 14px;
  right: 10px;
  width: 14px;
  height: 1px;
  background-color: currentColor;
}

.team_selection .team-member:nth-child(2) {
  top: 131px;
  right: 444px;
}

.team_selection .team-member:nth-child(2) .team-member__line {
  top: 14px;
  right: -15px;
  width: 27px;
  height: 1px;
  background-color: currentColor;
}

.team_selection .team-member:nth-child(3) {
  top: 50px;
  left: 270px;
}

.team_selection .team-member:nth-child(3) .team-member__line {
  top: 45px;
  left: 0;
  width: 58px;
  height: 15px;
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 10px;
}

.team_selection .team-member:nth-child(4) {
  top: 278px;
  right: 3px;
}

.team_selection .team-member:nth-child(4) .team-member__line {
  top: 14px;
  left: -83px;
  width: 77px;
  height: 1px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_selection .team-member:nth-child(5) {
  top: 61px;
  left: 472px;
}

.team_selection .team-member:nth-child(5) .team-member__line {
  top: 14px;
  left: -25px;
  width: 18px;
  height: 101px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_coordination .team__inner {
  background-image: url(images/team-coordination.jpg);
}

/*.team_coordination .team-member:nth-child(1) {
    top: 210px;
    left: 10px;
}*/

/*.team_coordination .team-member:nth-child(1) .team-member__line {
    top: -30px;
    left: 0;
    width: 140px;
    height: 20px;
    border: 1px solid;
    border-right: 0;
    border-bottom: 0;
    border-top-left-radius: 10px;
}
*/
.team_coordination .team-member:nth-child(1) {
  top: 225px;
  right: 510px;
}

.team_coordination .team-member:nth-child(1) .team-member__line {
  top: 10px;
  right: -59px;
  width: 56px;
  height: 1px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 0;
}

.team_coordination .team-member:nth-child(2) {
  top: 65px;
  left: 430px;
}

.team_coordination .team-member:nth-child(2) .team-member__line {
  top: 5px;
  right: 140px;
  width: 40px;
  height: 85px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_coordination .team-member:nth-child(3) {
  top: 145px;
  right: 12px;
}

.team_coordination .team-member:nth-child(3) .team-member__line {
  top: 43px;
  left: 15px;
  width: 25px;
  height: 35px;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 10px;
}

.team_coordination .team-member:nth-child(4) {
  top: 95px;
  left: 515px;
}

.team_coordination .team-member:nth-child(4) .team-member__line {
  top: 42px;
  left: 1px;
  height: 10px;
  width: 1px;
  background-color: currentColor;
}

.team_communications .team__inner {
  background-image: url(images/team-communications.jpg);
}

.team_communications .team-member:nth-child(1) {
  right: 440px;
  top: 250px;
}

.team_communications .team-member:nth-child(1) .team-member__line {
  top: -28px;
  right: -56px;
  width: 112px;
  height: 21px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_communications .team-member:nth-child(2) {
  top: 182px;
  left: 525px;
}

.team_communications .team-member:nth-child(2) .team-member__line {
  top: 14px;
  left: -30px;
  width: 22px;
  height: 1px;
  background-color: currentColor;
}

.team_communications .team-member:nth-child(3) {
  top: 182px;
  left: 30px;
}

.team_communications .team-member:nth-child(3) .team-member__line {
  top: 14px;
  left: 120px;
  width: 21px;
  height: 1px;
  background-color: currentColor;
}

.team_quality .team__inner {
  background-image: url(images/team-quality.jpg);
}

.team_quality .team-member:nth-child(1) {
  top: 55px;
  right: 280px;
}

.team_quality .team-member:nth-child(1) .team-member__line {
  top: 45px;
  left: 29px;
  width: 1px;
  height: 86px;
  background-color: currentColor;
}

.team_quality .team-member:nth-child(2) {
  top: 25px;
  left: 407px;
}

.team_quality .team-member:nth-child(2) .team-member__line {
  top: 45px;
  right: 119px;
  width: 20px;
  height: 107px;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 10px;
}

.team_quality .team-member:nth-child(3) {
  top: 85px;
  right: 5px;
}

.team_quality .team-member:nth-child(3) .team-member__line {
  top: 45px;
  right: 69px;
  width: 50px;
  height: 77px;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 10px;
}

.team_quality .team-member:nth-child(4) {
  top: 105px;
  right: 500px;
}

.team_quality .team-member:nth-child(4) .team-member__line {
  top: 45px;
  right: 55px;
  width: 50px;
  height: 60px;
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 10px;
}

.team_architecture .team__inner {
  background-image: url(images/team-architecture.jpg);
}

.team_architecture .team-member:nth-child(1) {
  top: 200px;
  right: 4px;
}

.team_architecture .team-member:nth-child(1) .team-member__line {
  top: 15px;
  left: -185px;
  width: 180px;
  height: 1px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_architecture .team-member:nth-child(2) {
  top: 90px;
  right: 5px;
}

.team_architecture .team-member:nth-child(2) .team-member__line {
  top: 20px;
  left: -55px;
  width: 40px;
  height: 1px;
  background-color: currentColor;
}
.team_architecture .team-member:nth-child(3) {
  top: 110px;
  right: 495px;
}
.team_architecture .team-member:nth-child(3) .team-member__line {
  top: 41px;
  left: 75px;
  width: 41px;
  height: 31px;
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 10px;
}
.team_niras_round_1 .team__inner {
  background-image: url(images/team-niras-round-1.jpg);
}

.team_niras_round_1 .team__info {
  top: 10px;
}

.team_niras_round_1 .team__name {
  margin-bottom: 0;
}

.team_niras_round_1 .team-member:nth-child(1) {
  top: 335px;
  left: 5px;
}

.team_niras_round_1 .team-member:nth-child(1) .team-member__line {
  top: -65px;
  left: 40px;
  width: 80px;
  height: 55px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_niras_round_1 .team-member:nth-child(2) {
  top: 120px;
  right: 500px;
}

.team_niras_round_1 .team-member:nth-child(2) .team-member__line {
  top: 10px;
  right: -70px;
  width: 60px;
  height: 20px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_niras_round_1 .team-member:nth-child(3) {
  top: 70px;
  right: 440px;
}

.team_niras_round_1 .team-member:nth-child(3) .team-member__line {
  top: 25px;
  right: -60px;
  width: 50px;
  height: 60px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_niras_round_1 .team-member:nth-child(4) {
  top: 45px;
  right: 280px;
}

.team_niras_round_1 .team-member:nth-child(4) .team-member__line {
  top: 43px;
  right: 50px;
  width: 0;
  height: 50px;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
}

.team_niras_round_1 .team-member:nth-child(5) {
  top: 50px;
  left: 410px;
}

.team_niras_round_1 .team-member:nth-child(5) .team-member__line {
  top: 40px;
  left: -20px;
  width: 15px;
  height: 125px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_niras_round_1 .team-member:nth-child(6) {
  left: 530px;
  top: 90px;
}

.team_niras_round_1 .team-member:nth-child(6) .team-member__line {
  top: 25px;
  left: -105px;
  width: 95px;
  height: 50px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_niras_round_1 .team-member:nth-child(7) {
  top: 150px;
  right: 5px;
}

.team_niras_round_1 .team-member:nth-child(7) .team-member__line {
  top: 60px;
  right: 65px;
  width: 45px;
  height: 70px;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 10px;
}

.team_coordinators .team__inner {
  background-image: url(images/team-coordinators.jpg);
}

.team_coordinators .team__text {
  /*max-width: 250px;*/
  /*font-size: 10px;*/
}

.team_coordinators .team-member:nth-child(1) {
  top: 130px;
  right: 520px;
}

.team_coordinators .team-member:nth-child(1) .team-member__line {
  top: 14px;
  right: -5px;
  width: 40px;
  height: 1px;
  background-color: currentColor;
}

.team_coordinators .team-member:nth-child(2) {
  top: 330px;
  left: 20px;
}

.team_coordinators .team-member:nth-child(2) .team-member__line {
  top: -35px;
  left: 0;
  width: 200px;
  height: 25px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_coordinators .team-member:nth-child(3) {
  top: 75px;
  left: 300px;
}

.team_coordinators .team-member:nth-child(3) .team-member__line {
  bottom: -5px;
  left: -15px;
  width: 10px;
  height: 25px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_coordinators .team-member:nth-child(4) {
  top: 55px;
  left: 430px;
}

.team_coordinators .team-member:nth-child(4) .team-member__line {
  bottom: -65px;
  left: -40px;
  width: 40px;
  height: 60px;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 10px;
}

.team_coordinators .team-member:nth-child(5) {
  top: 160px;
  left: 520px;
}

.team_coordinators .team-member:nth-child(5) .team-member__line {
  top: -25px;
  left: -28px;
  width: 30px;
  height: 20px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_coordinators_center .team__inner {
  background-image: url(images/team-coordinators-center.jpg);
}

.team_coordinators_center .team__text {
  max-width: 400px;
  /*font-size: 10px;*/
}

.team_coordinators_center .team__name {
  margin-bottom: 0;
}

.team_coordinators_center .team-member:nth-child(1) {
  top: 124px;
  right: 500px;
}

.team_coordinators_center .team-member:nth-child(1) .team-member__line {
  top: 14px;
  right: -5px;
  width: 20px;
  height: 1px;
  background-color: currentColor;
}

.team_coordinators_center .team-member:nth-child(2) {
  top: 250px;
  left: 20px;
}

.team_coordinators_center .team-member:nth-child(2) .team-member__line {
  top: -35px;
  left: 0;
  width: 200px;
  height: 25px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_coordinators_center .team-member:nth-child(3) {
  top: 72px;
  right: 370px;
}

.team_coordinators_center .team-member:nth-child(3) .team-member__line {
  top: 10px;
  right: -25px;
  width: 25px;
  height: 20px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_coordinators_center .team-member:nth-child(4) {
  top: 72px;
  left: 395px;
}

.team_coordinators_center .team-member:nth-child(4) .team-member__line {
  top: 20px;
  left: -20px;
  width: 15px;
  height: 30px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_coordinators_center .team-member:nth-child(5) {
  top: 160px;
  left: 520px;
}

.team_coordinators_center .team-member:nth-child(5) .team-member__line {
  top: -25px;
  left: -24px;
  width: 25px;
  height: 20px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_coordinators_north .team__inner {
  background-image: url(images/team-coordinators-north.jpg);
}

.team_coordinators_north .team__text {
  /*max-width: 350px;*/
  /*font-size: 10px;*/
}

.team_coordinators_north .team__name {
  margin-bottom: 0;
}

.team_coordinators_north .team-member:nth-child(1) {
  top: 155px;
  right: 520px;
}

.team_coordinators_north .team-member:nth-child(1) .team-member__line {
  top: 14px;
  right: -25px;
  width: 40px;
  height: 1px;
  background-color: currentColor;
}

.team_coordinators_north .team-member:nth-child(2) {
  top: 90px;
  right: 470px;
}

.team_coordinators_north .team-member:nth-child(2) .team-member__line {
  bottom: -30px;
  right: -33px;
  width: 1px;
  height: 50px;
  background-color: currentColor;
  transform: rotate(-65deg);
}

.team_coordinators_north .team-member:nth-child(3) {
  top: 75px;
  right: 305px;
}

.team_coordinators_north .team-member:nth-child(3) .team-member__line {
  bottom: -18px;
  right: 20px;
  width: 1px;
  height: 15px;
  background-color: currentColor;
}

.team_coordinators_north .team-member:nth-child(4) {
  top: 80px;
  left: 460px;
}

.team_coordinators_north .team-member:nth-child(4) .team-member__line {
  top: 12px;
  left: -70px;
  width: 70px;
  height: 10px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_coordinators_north .team-member:nth-child(5) {
  top: 160px;
  left: 520px;
}

.team_coordinators_north .team-member:nth-child(5) .team-member__line {
  top: 13px;
  left: -34px;
  width: 45px;
  height: 1px;
  background-color: currentColor;
}

.team_egov .team__inner {
  background-image: url(images/team-egov.jpg);
}

.team_egov .team-member:nth-child(1) {
  top: 105px;
  right: 1150px;
}

.team_egov .team-member:nth-child(1) .team-member__line {
  top: 14px;
  right: -65px;
  width: 60px;
  height: 1px;
  background-color: currentColor;
}

.team_egov .team-member:nth-child(2) {
  top: 265px;
  left: 18px;
}

.team_egov .team-member:nth-child(2) .team-member__line {
  top: -35px;
  left: 0;
  width: 360px;
  height: 25px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_egov .team-member:nth-child(3) {
  top: 20px;
  right: 800px;
}

.team_egov .team-member:nth-child(3) .team-member__line {
  top: 45px;
  left: 0;
  width: 58px;
  height: 15px;
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 10px;
}

.team_egov .team-member:nth-child(4) {
  top: 20px;
  left: 580px;
}

.team_egov .team-member:nth-child(4) .team-member__line {
  bottom: -33px;
  left: 0;
  width: 1px;
  height: 30px;
  background-color: currentColor;
}

.team_egov .team-member:nth-child(5) {
  top: 30px;
  left: 710px;
}

.team_egov .team-member:nth-child(5) .team-member__line {
  bottom: -23px;
  left: 20px;
  width: 1px;
  height: 22px;
  background-color: currentColor;
}

.team_egov .team-member:nth-child(6) {
  top: 20px;
  left: 830px;
}

.team_egov .team-member:nth-child(6) .team-member__line {
  bottom: -43px;
  left: 20px;
  width: 1px;
  height: 40px;
  background-color: currentColor;
}

.team_egov .team-member:nth-child(7) {
  top: 30px;
  left: 1090px;
}

.team_egov .team-member:nth-child(7) .team-member__line {
  top: 12px;
  left: -100px;
  width: 90px;
  height: 70px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_egov .team-member:nth-child(8) {
  top: 140px;
  left: 1170px;
}

.team_egov .team-member:nth-child(8) .team-member__line {
  top: -25px;
  left: -85px;
  width: 86px;
  height: 20px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_politics .team__inner {
  background-image: url(images/team-politics.jpg);
}

.team_politics .team-member:nth-child(1) {
  top: 160px;
  left: 40px;
}

.team_politics .team-member:nth-child(1) .team-member__line {
  top: -35px;
  left: 0;
  width: 170px;
  height: 25px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_politics .team-member:nth-child(2) {
  top: 60px;
  left: 360px;
}

.team_politics .team-member:nth-child(2) .team-member__line {
  bottom: -50px;
  left: 0;
  width: 1px;
  height: 45px;
  background-color: currentColor;
}

.team_politics .team-member:nth-child(3) {
  top: 190px;
  left: 500px;
}

.team_politics .team-member:nth-child(3) .team-member__line {
  top: -45px;
  left: -28px;
  width: 30px;
  height: 40px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_performers .team__inner {
  background-image: url(images/team-performers.jpg);
}

@media (max-width: 1365px) {
  .team {
    overflow-x: auto;
  }
  .team-header {
    background-position: center center;
  }
}

@media (min-width: 1366px) {
  .team-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .team {
    margin-left: 0;
    margin-right: 0;
  }
}

/* 08.04.2019 Alex Demch.co*/

/* Kiev Team start */

.team_management_kyiv .team__inner {
  background-image: url(images/team-management-kyiv-2.jpg);
}

.team_management_kyiv .team__text {
  max-width: 400px;
}

.team_management_kyiv .team-member:nth-child(1) {
  top: 250px;
  left: 256px;
}

.team_management_kyiv .team-member:nth-child(1) .team-member__line {
  top: -35px;
  left: 50px;
  width: 80px;
  height: 30px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_management_kyiv .team-member:nth-child(2) {
  top: 160px;
  left: 170px;
}

.team_management_kyiv .team-member:nth-child(2) .team-member__line {
  top: 5px;
  left: 120px;
  width: 250px;
  height: 25px;
  border-top: 1px solid;
}

.team_management_kyiv .team-member:nth-child(3) {
  top: 30px;
  left: 585px;
}

.team_management_kyiv .team-member:nth-child(3) .team-member__line {
  top: 46px;
  left: 71px;
  width: 10px;
  height: 41px;
  border: 1px solid;
  border-left: 0;
  border-top: 0;
  border-bottom-right-radius: 10px;
}

.team_management_kyiv .team-member:nth-child(4) {
  top: 30px;
  left: 835px;
}

.team_management_kyiv .team-member:nth-child(4) .team-member__line {
  top: 35px;
  left: -122px;
  width: 112px;
  height: 41px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_management_kyiv .team-member:nth-child(5) {
  right: 185px;
  top: 77px;
}

.team_management_kyiv .team-member:nth-child(5) .team-member__line {
  top: 15px;
  left: -185px;
  width: 170px;
  height: 16px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_management_kyiv .team-member:nth-child(6) {
  top: 250px;
  right: 280px;
}

.team_management_kyiv .team-member:nth-child(6) .team-member__line {
  top: -35px;
  right: 40px;
  width: 90px;
  height: 30px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

/* Kiev Team end */

/* 09.04.2019 Alex Demch.co*/

.video-section .content-video {
  width: 885px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 35px;
  height: 200px;
  position: relative;
}

.video-section .block-video {
  width: 325px;
  float: left;
  display: inline-block;
}

.video-section .block-text {
  margin-left: 10px;
  width: 540px;
  float: left;
  color: #000000;
  /*font-family: AvenirNextRegular;*/
}

.video-section .content-video h2.video-title {
  font-weight: bold;
  font-size: 26px;
  line-height: 29px;
  margin-bottom: 10px;
}

.video-section .content-video p.video-description {
  padding-right: 10px;
  font-size: 16px;
  line-height: 22px;
}

.video-section .news-pagination {
  margin-bottom: 70px;
  margin-top: 70px;
  padding-bottom: 0px !important;
}

.video-section .content-video .block-video .block-frame iframe {
  width: 318px;
  height: 178px;
}

img.video-thumbnail {
  width: 100%;
  height: 178px;
}

.block-frame {
  display: flex;
  justify-content: flex-end;
  overflow-y: hidden;
}

/* 1356px -> 1020px*/

@media (max-width: 1365px) {
  .solo-member.niras {
    justify-content: center;
  }
}

/* 1020px -> 768px*/

@media (max-width: 1020px) {
  .video-section .content-video {
    width: 820px;
  }
  .video-section .block-text {
    width: 480px;
  }
  /*    .publication-section iframe 
    {
        margin: 0 0;
        max-width: inherit;
        width: 100%;
        position: static;
    }*/
}

@media (max-width: 768px) {
  .video-section .content-video {
    width: 610px;
    height: 155px;
    margin-top: 70px;
    margin-bottom: 10px;
  }
  .video-section .block-video {
    width: 238px;
  }
  .video-section .block-text {
    width: 356px;
  }
  .video-section .content-video h2.video-title {
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 2px;
  }
  .video-section .content-video p.video-description {
    font-size: 14px;
    line-height: 19px;
  }
  .video-section .content-video .block-video .block-frame iframe {
    width: 233px;
    height: 130px;
  }
  img.video-thumbnail {
    height: 130px;
  }
}

@media (max-width: 600px) {
  .video-section .content-video {
    width: 90%;
    margin: auto;
    height: 290px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
  .video-section .block-video,
  .video-section .block-frame {
    width: 100%;
  }
  .video-section .content-video .block-video .block-frame iframe {
    width: 100%;
    height: inherit;
  }
  img.video-thumbnail {
  }
  .video-section .block-text {
    width: 100%;
    margin: 0 0 5px 0;
  }
  .video-section .video-title {
    width: 100%;
  }
}

/* Alex Demch.co 12.04.2019 */

.post-type-archive-news .news-section .news-column .news-item:first-of-type {
  padding-top: 40px;
  border: none;
}

.post-type-archive-news .news-section .news-column {
  /* width: 50%; */
  /* float: left; */
  width: 100%;
  /*padding: 0 30px; */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
}

.post-type-archive-news .news-block {
  width: 50%;
  padding: 0 30px;
}

@media (max-width: 800px) {
  .post-type-archive-news .news-block {
    width: 100%;
    padding: 0 30px;
  }
}

.publication-section iframe {
  margin: 0 0;
  max-width: inherit;
  width: 130%;
  position: relative;
  height: 50vh;
  /*right: 15%;*/
}
.publication-section .publication-text-block iframe {
  right: 15%;
}

/* 1020px -> 768px*/

@media (max-width: 1080px) {
  .publication-section .publication-text-block iframe {
    right: 0;
  }
  .publication-section iframe {
    margin: 0 0;
    max-width: inherit;
    width: 100%;
    position: static;
  }
}

#menu-item-853 .sub-menu {
  width: 230px;
}

#menu-item-2415 .sub-menu {
  width: 230px;
}

#menu-item-2379 .sub-menu {
  width: 315px;
}

.long-item-menu-250px {
}

.create-section .create-column.training {
  width: 100%;
  float: left;
  padding: 0 30px;
  display: flex;
  flex-wrap: wrap;
}

/* Alex Demch.co 24.06.2019 */

.stories-item.type-stories .stories-item__title {
  display: flex;
  justify-content: flex-end;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 35px;
}

.stories-item.type-stories .stories-item__title {
  padding-bottom: 40px;
}

/*.stories-item__title 
{
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 35px;
}


.stories-item.type-facts .stories-item__title 
{
    padding-bottom: 40px;
}*/

.news-single.container .news-section .news-column {
  float: none;
  padding: 0;
}

.news-single.container {
  margin: 20px;
}

.single-otg-profile section#community-section {
  display: flex;
  flex-wrap: wrap;
}

.community-section .community-column {
  float: none;
  width: 100%;
}

/* Alex Demch.co 03.07.2019 */

ul.info-map-text {
  line-height: 1.15;
  font-size: 18px;
  font-weight: bold;
  font-family: AvenirNextMedium, Arial, Helvetica, sans-serif;
  color: #384f73;
  margin-top: 20px;
}

ul.info-map-text li {
  margin: 10px 0 10px 12px;
}

/* Alex Demch.co 27.08.2019 */

footer .footer-contacts .footer-contact-link span.span__soundcloud {
  margin-left: 8px;
}

.fa-sound-sett {
}

/* Alex Demch.co 29.08.2019 correct video + podkast archive */

section.video-section {
  margin: 95px 0;
}

.video-description__btn-more {
  border: 1px solid #80808045;
  padding: 3px 11px;
  font-size: 13px;
  border-radius: 10px;
  margin: 8px;
  float: right;
  position: absolute;
  bottom: 0;
  right: 0;
  color: black;
  -webkit-animation: background 1s infinite;
  -moz-animation: background 1s infinite;
  -o-animation: background 1s infinite;
  -ms-animation: background 1s infinite;
}

.video-description__btn-more:hover {
  background: #3b527126;
  /*color: white;*/
}

/* Alex DemchCo 26/09/2019 archive library */

.create-column.library {
  width: 100%;
  display: flex;
  flex-direction: row;
  float: left;
  padding: 0 30px;
  flex-wrap: wrap;
}

.create-column.library a.create-item {
  width: 50%;
}

.create-section .create-column.library .create-item:first-of-type {
  padding: 40px 0;
  border-top: 1px solid #f8f9fa;
}

.create-separator.library {
  width: 100%;
  border-top: 2px solid #00000036;
}

@media (max-width: 1023px) {
  .create-column.library a.create-item {
    width: 100%;
  }
}

.team_regional-expert-west-group .team__inner {
  background-image: url(images/team_regional-expert-west-group.jpg);
}

.team_regional-expert-west-group .team-member:nth-child(1) .team-member__line {
  top: -35px;
  right: 40px;
  width: 90px;
  height: 30px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_regional-expert-west-group .team-member:nth-child(1) {
  top: 150px;
  right: 526px;
}

.team_regional-expert-west-group .team-member:nth-child(1) .team-member__line {
  top: 42px;
  right: 29px;
  width: 36px;
  height: 40px;
  border: 1px solid;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 10px;
}

.team_regional-expert-west-group .team-member:nth-child(2) {
  top: 90px;
  right: 486px;
}

.team_regional-expert-west-group .team-member:nth-child(2) .team-member__line {
  top: 20px;
  right: -33px;
  width: 28px;
  height: 40px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_regional-expert-west-group .team-member:nth-child(3) {
  top: 60px;
  right: 160px;
  width: 230px;
}

.team_regional-expert-west-group .team-member:nth-child(3) .team-member__line {
  top: 44px;
  left: 17px;
  width: 1px;
  height: 40px;
  background-color: currentColor;
}

.team_regional-expert-west-group .team-member:nth-child(4) {
  top: 92px;
  left: 466px;
}

.team_regional-expert-west-group .team-member:nth-child(4) .team-member__line {
  top: 5px;
  left: -80px;
  width: 71px;
  height: 25px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_regional-expert-west-group .team-member:nth-child(5) {
  top: 212px;
  left: 525px;
}

.team_regional-expert-west-group .team-member:nth-child(5) .team-member__line {
  top: -46px;
  left: -19px;
  width: 42px;
  height: 36px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

/* ==========================================================
*
*  ==========================================================
*/

.team_komanda-niras-raund-1 .team__inner {
  background-image: url(images/team_komanda-niras-raund-1.jpg);
}

.team_komanda-niras-raund-1 .team-member:nth-child(1) {
  top: 225px;
  right: 507px;
  width: 150px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(1) .team-member__line {
  top: -20px;
  right: 30px;
  width: 70px;
  height: 1px;
  height: 14px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(2) {
  top: 125px;
  left: 18px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(2) .team-member__line {
  top: 17px;
  left: 135px;
  width: 65px;
  height: 50px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(3) {
  top: 60px;
  right: 466px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(3) .team-member__line {
  top: 15px;
  left: 140px;
  width: 60px;
  height: 115px;
  border-right: 0;
  border-top: 0;
  border-bottom-left-radius: 10px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(4) {
  top: 30px;
  left: 300px;
  width: 250px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(4) .team-member__line {
  bottom: -105px;
  left: 18px;
  width: 1px;
  height: 105px;
  background-color: currentColor;
}

.team_komanda-niras-raund-1 .team-member:nth-child(5) {
  top: 95px;
  left: 335px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(5) .team-member__line {
  bottom: -50px;
  left: 30px;
  width: 1px;
  height: 45px;
  background-color: currentColor;
}

.team_komanda-niras-raund-1 .team-member:nth-child(6) {
  top: 75px;
  left: 460px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(6) .team-member__line {
  bottom: -50px;
  left: -31px;
  width: 41px;
  height: 45px;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 10px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(7) {
  width: 135px;
  top: 270px;
  left: 530px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(7) .team-member__line {
  top: -25px;
  left: -65px;
  width: 90px;
  height: 15px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(8) {
  top: 125px;
  left: 515px;
  width: 170px;
}

.team_komanda-niras-raund-1 .team-member:nth-child(8) .team-member__line {
  top: 52px;
  left: 15px;
  width: 25px;
  height: 25px;
  border: 1px solid;
  border-top: 0;
  border-left: 0;
  border-bottom-right-radius: 10px;
}

/* Alex Demch.co 17.03.2020 team_komanda-niras-raund-3 */

.team_komanda-niras-raund-3 .team__inner {
  background-image: url(images/niras_3_round.png);
  background-size: cover;
  background-position-y: center;
}
.team_komanda-niras-raund-3 .team-member:nth-child(1) {
  top: 169px;
  left: 117px;
  width: 190px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(1) .team-member__line {
  top: -20px;
  right: -31px;
  width: 142px;
  height: 14px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(2) {
  top: 239px;
  left: 117px;
  width: 187px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(2) .team-member__line {
  top: -20px;
  right: -120px;
  width: 202px;
  height: 14px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(3) {
  top: 72px;
  left: 227px;
  width: 200px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(3) .team-member__line {
  top: 10px;
  right: -44px;
  width: 106px;
  height: 74px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(4) {
  top: 28px;
  left: 325px;
  width: 250px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(4) .team-member__line {
  top: 15px;
  right: 41px;
  width: 76px;
  height: 154px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(5) {
  top: 28px;
  left: 553px;
  width: 250px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(5) .team-member__line {
  top: 44px;
  right: 159px;
  height: 90px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(6) {
  top: 28px;
  right: 377px;
  width: 210px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(6) .team-member__line {
  top: 19px;
  right: 220px;
  width: 38px;
  height: 136px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(7) {
  top: 72px;
  right: 194px;
  width: 210px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(7) .team-member__line {
  top: 15px;
  right: 220px;
  width: 130px;
  height: 72px;
  border: 1px solid;
  border-right: 0;
  border-bottom: 0;
  border-top-left-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(8) {
  top: 239px;
  right: 152px;
  width: 190px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(8) .team-member__line {
  top: -22px;
  right: 177px;
  width: 172px;
  height: 14px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(9) {
  top: 170px;
  right: 115px;
  width: 227px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(9) .team-member__line {
  top: -24px;
  left: -71px;
  width: 81px;
  height: 17px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

.team_komanda-niras-raund-3 .team-member:nth-child(10) {
  top: 319px;
  right: 123px;
  width: 217px;
}
.team_komanda-niras-raund-3 .team-member:nth-child(10) .team-member__line {
  top: -22px;
  right: 207px;
  width: 215px;
  height: 14px;
  border: 1px solid;
  border-left: 0;
  border-bottom: 0;
  border-top-right-radius: 10px;
}

/*.team_komanda-niras-raund-3 .team__inner {
    background-image: url(images/team_komanda-niras-raund-3.jpg);
}
*/

/* Greg Demch.co 23.10.2019 photo correct */

.team_management .team-member:nth-child(3) {
  top: 35px;
  left: 460px;
}

/* SOLO MEMBER Greg 30.10.2019  */

.solo-member {
  display: flex;
  max-width: 960px;
  margin-top: 60px;
  margin-bottom: 120px;
  position: relative;
  left: 50%;
  transform: translate(-50%, 0);
}

.solo-member .photo-wrapper {
  position: relative;
  width: 250px;
  height: 375px;
  margin-right: 50px;
  flex: 83%;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}
.solo-member.niras {
  width: 100%;
  max-width: unset;
  margin-bottom: 60px;
}
.solo-member.niras svg {
  margin-top: -20px;
  width: 140px;
  margin-bottom: -30px;
}
.solo-member .solo-mail:hover {
  color: rgba(12, 12, 12, 0.7);
  transition: color 0.5s;
}
.solo-member .solo-mail {
  color: #000;
  transition: color 0.5s;
}
.solo-member.niras a {
  color: #000;
  font-size: 12px;
  line-height: 160%;
  width: 80%;
  margin-bottom: 20px;
}
.solo-member.niras .photo-wrapper {
  width: unset;
  flex: unset;
  height: unset;
}
.solo-member.niras h3 {
  color: #000;
  font-size: 18px;
  line-height: 160%;
  /*width: 80%;*/
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
}
.solo-member.niras span {
  color: #000;
  font-size: 12px;
  line-height: 160%;
  width: 80%;
  margin-bottom: 20px;
}
.solo-member .photo-wrapper img {
  width: 250px;
  height: auto;
  margin-bottom: 15px;
}
.solo-member .photo-wrapper.niras img {
  width: 255px;
  height: auto;
  margin-bottom: unset;
}

.solo-member .photo-wrapper .solo-name {
  color: #000;
  font-size: 18px;
  line-height: 160%;
  width: 80%;
  font-weight: bold;
  margin-bottom: 5px;
}

.solo-member .photo-wrapper .solo-position {
  color: #000;
  font-size: 12px;
  line-height: 160%;
  width: 80%;
  margin-bottom: 20px;
}

.solo-member .desc-wrapper {
  color: black;
  font-size: 16px;
}

.solo-member .desc-wrapper img {
  width: 180px;
  height: 100px;
}

@media (max-width: 1023px) {
  .solo-member {
    margin-top: 350px;
    flex-direction: column;
    align-items: center;
    max-width: none;
    margin-right: 10%;
  }
  .solo-member.niras {
    margin-top: 60px;
  }
  .solo-member .desc-wrapper {
    margin-top: 50px;
  }
  .solo-member .photo-wrapper {
    margin-right: 0;
  }
  .solo-member .desc-wrapper img {
    display: block;
    margin: 0 auto;
  }
}

/* Greg 31.10.19 front-page changes */

.front-calculator {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #ff8f43;
  width: 100%;
  height: 150px;
  color: #fff;
  padding-left: 180px;
  padding-right: 180px;
}

.front-calculator h2 {
  font-size: 26px;
  line-height: 150%;
  flex-shrink: 0;
  width: 320px;
}

.front-calculator div {
  font-size: 15px;
  line-height: 114.17%;
  flex-shrink: 0;
  width: 30%;
}

.front-calculator a {
  width: 250px;
  height: 50px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 160px;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.3s;
  font-weight: bold;
}

.front-calculator a:hover {
  color: #ff8f43;
  background-color: #fff;
}

/*Mistral 25.10.20*/
.front-game {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  background-color: #4951e2;
  width: 100%;
  height: 60px;
  color: #fff;
  padding-left: 180px;
  padding-right: 180px;
}
.front-game h2 {
  font-size: 26px;
  line-height: 150%;
  flex-shrink: 0;
}
.front-game a {
  width: 250px;
  height: 50px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 160px;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.3s;
  font-weight: bold;
}

.front-game a:hover {
  color: #4951e2;
  background-color: #fff;
}

@media screen and (max-width: 1600px) {
  .front-calculator,
  .front-game {
    padding-left: 100px;
    padding-right: 100px;
  }
}

@media screen and (max-width: 1365px) {
  .front-calculator,
  .front-game {
    padding-left: 10px;
    padding-right: 10px;
  }
  .front-calculator div {
    width: 40%;
  }
}

@media screen and (max-width: 1023px) {
  .front-calculator {
    flex-wrap: wrap;
    height: 220px;
  }
  .front-calculator h2 {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 20px;
  }
  .front-calculator a {
    width: 210px;
    margin-bottom: 45px;
  }
  .front-calculator div {
    width: 60%;
    margin-bottom: 35px;
  }
  /*Mistral 25.10.20*/
  .front-game {
    flex-wrap: wrap;
    height: 140px;
  }
  .front-game h2 {
    font-size: 23px;
    width: calc(100% - 220px);
  }
  .front-game a {
    width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .front-calculator {
    flex-wrap: nowrap;
    flex-direction: column;
    height: auto;
    align-items: unset;
  }
  .front-calculator div {
    width: 90%;
    margin-bottom: 35px;
  }
  .front-calculator h2 {
    width: 90%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .front-calculator a {
    width: 60%;
    margin-bottom: 35px;
  }

  /*Mistral 25.10.20*/
  .front-game {
    flex-wrap: nowrap;
    flex-direction: column;
    height: auto;
    align-items: unset;
  }
  .front-game h2 {
    width: 100%;
    margin-top: 30px;
    margin-bottom: 15px;
  }
  .front-game a {
    width: 60%;
    margin-bottom: 15px;
  }
}

.stories-flex {
  display: flex;
  flex-direction: row;
}

.stories-sidebar {
  height: 1110px;
  display: flex;
  flex-direction: column;
  flex: 15%;
}

.stories-sidebar a {
  height: 33.33333%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  text-transform: uppercase;
  font-size: 30px;
  line-height: 38px;
  color: #ffffff;
  font-weight: 900;
}

.stories-sidebar a:hover svg,
.stories-sidebar a:hover p {
  transform: scale(1.2);
}

.stories-sidebar a svg {
  margin-bottom: 28px;
  transition: all 0.5s;
}

.stories-sidebar a p {
  transition: all 0.5s;
  font-family: DINProBold;
}

.stories-sidebar .stories-sidebar-lections {
  background: #132274;
}

.stories-sidebar .stories-sidebar-videos {
  background: #4f236d;
}

.stories-sidebar .stories-sidebar-podcasts {
  background: #055240;
}

@media screen and (max-width: 1700px) {
  .stories-sidebar {
    flex: 0%;
  }
}

@media screen and (max-width: 1439px) {
  .stories-sidebar {
    height: 1035px;
  }
}

@media screen and (max-width: 1365px) {
  .stories-flex {
    display: flex;
    flex-direction: column;
  }
  .stories-sidebar {
    height: 340px;
    width: 100%;
    flex: unset;
    flex-direction: row;
    margin-top: -2px;
  }
  .stories-sidebar a {
    height: 100%;
    width: 33.33333%;
  }
}

@media screen and (max-width: 1023px) {
  .stories-sidebar {
    height: 250px;
  }
}

@media screen and (max-width: 767px) {
  .stories-sidebar {
    height: 750px;
    flex-direction: column;
  }
  .stories-sidebar a {
    width: 100%;
    height: 33.33333%;
  }
}

.logo-energy-wrapper {
  display: flex;
}

.haeder-custom-menu {
  display: flex;
  flex-wrap: wrap;
}

.haeder-custom-menu__item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 68px;
  padding-left: 10px;
  padding-right: 10px;
  border-right: 1px solid #e0e0e0;
  position: relative;
}

.haeder-custom-menu__item a {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.energy-calc svg {
  width: 48px;
  height: 25px;
}

.test-game svg {
  width: 34px;
  height: 28px;
}

.haeder-custom-menu__hover {
  display: none;
  font-family: DINProRegular;
  font-size: 12px;
  line-height: 114.17%;
  align-items: center;
  color: #000000;
  background: #ffffff;
  border: 1px solid #edeeee;
  box-sizing: border-box;
  position: absolute;
  top: 15px;
  left: 90px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 15px;
  padding-right: 15px;
  min-width: 150px;
  z-index: 1;
}

.haeder-custom-menu__item:hover .haeder-custom-menu__hover {
  display: flex;
}

.haeder-custom-menu__hover div {
  width: 14px;
  height: 14px;
  transform: rotate(45deg);
  position: absolute;
  left: -7.5px;
  top: 4px;
  background: #ffffff;
  border-bottom: 1px solid #edeeee;
  border-left: 1px solid #edeeee;
  box-sizing: border-box;
}

@media screen and (max-width: 1365px) {
  .energy-calc {
    padding-left: 10px;
    padding-right: 10px;
  }
}

.video-slider {
  overflow: hidden;
  padding-bottom: 100px;
  padding-top: 132px;
}

.video-wrapper-new {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}

.video-slider .owl-next {
  position: absolute;
  right: -500px;
}

.video-slider .owl-prev {
  position: absolute;
  left: -500px;
}

.video-wrapper-new .block-video iframe {
  width: 500px;
  height: 300px;
}

.video-slider .owl-item {
  justify-content: center;
}

.video-wrapper-new .block-video {
  margin-bottom: 20px;
}

.video-wrapper-new .block-text {
  font-size: 10px;
}

.video-slider .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: transparent;
  display: block;
  border-radius: 30px;
  border: 1px solid #385074;
  box-sizing: border-box;
}

.video-slider .owl-dots .owl-dot.active span,
.video-slider .owl-dots .owl-dot:hover span {
  background: #385074;
}

.video-slider .owl-dots {
  text-align: center;
  display: none;
}

.video-slider .owl-navi {
  top: 43%;
}

@media screen and (max-width: 1601px) {
  .video-wrapper-new .block-video iframe {
    width: 400px;
    height: 230px;
  }
  .video-wrapper-new .block-text {
    width: 400px;
    text-align: center;
  }
}

@media screen and (max-width: 1439px) {
  .video-wrapper-new .block-video iframe {
    width: 350px;
    height: 200px;
  }
  .video-wrapper-new .block-text {
    width: 350px;
    text-align: center;
  }
  .video-slider .owl-navi {
    top: 40%;
  }
  .video-slider {
    padding-bottom: 60px;
    padding-top: 95px;
  }
}

@media screen and (max-width: 1023px) {
  .video-wrapper-new .block-video iframe {
    width: 604px;
    height: 338px;
  }
  .video-slider .owl-dots {
    text-align: center;
    display: block;
  }
  .video-slider .owl-navi {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .video-wrapper-new .block-video iframe {
    width: 368.66px;
    height: 157.9px;
  }
}

.library-main {
  padding: 120px 10px 70px;
  text-align: center;
}

.library-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.library-item {
  display: flex;
  flex-wrap: wrap;
  width: calc(33.33% - 10px);
  height: 300px;
  margin: 0 5px 10px;
  position: relative;
  background-position: 50%;
  background-size: cover;
  overflow: hidden;
}

.library-main .library-posts-wrap {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}

.library-item__title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  z-index: 1;
  transition: all 0.3s linear;
  text-align: left;
  padding: 60px 20px 60px;
  font-family: DINProRegular;
  font-size: 18px;
  line-height: 22px;
  display: flex;
  align-items: flex-end;
  background: rgba(0, 0, 0, 0.5);
  transition: all 0.3s;
}

.library-item__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 99;
}

.library-filters {
  flex-direction: row;
  display: flex;
  justify-content: center;
  width: 100%;
  max-width: 1300px;
  position: relative;
  margin-bottom: 60px;
}

.library-filters:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateX(-25%);
  left: 0;
  height: 2px;
  width: 200%;
  background-color: rgba(0, 0, 0, 0.05);
  z-index: -1;
}

.library-filters a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 40px;
  border: 1px solid rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  border-radius: 160px;
  color: #000000;
  background-color: #fff;
  margin-right: 25px;
  margin-left: 25px;
}

.library-filters a:hover,
.library-filters a.active {
  background-color: #223756;
  color: #fff;
}

.library-filters a svg {
  max-width: 18px;
  margin-right: 14px;
}

.library-filters a svg,
.library-filters a svg path,
.library-filters a svg circle,
.library-filters a svg rect,
.library-filters a svg line {
  stroke: #223756;
}

.library-filters a:hover svg,
.library-filters a:hover svg path,
.library-filters a:hover svg circle,
.library-filters a:hover svg rect,
.library-filters a:hover svg line,
.library-filters a.active svg,
.library-filters a.active svg path,
.library-filters a.active svg circle,
.library-filters a.active svg rect,
.library-filters a.active svg line {
  stroke: #fff;
}

.library-item:hover .library-item__title {
  color: #ffe206;
}

@media (max-width: 1023px) {
  .library-item__title {
    padding: 40px;
    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .library-main {
    padding: 20px 10px 70px;
  }
  .library-filters {
    flex-direction: column;
    overflow: hidden;
    align-items: center;
    margin-bottom: 20px;
  }
  .library-filters a {
    margin-bottom: 20px;
    margin-right: 0;
    position: relative;
    margin-left: 0;
  }
  .library-item {
    width: calc(50% - 10px);
    margin: 0 5px 10px;
    height: auto;
  }
  .library-item__title {
    font-size: 14px;
  }
  .library-filters:before {
    display: none;
  }
  .library-filters a:before {
    content: "";
    position: absolute;
    top: 50%;
    left: -100%;
    height: 2px;
    width: 300%;
    background-color: rgba(0, 0, 0, 0.05);
    z-index: -1;
  }
}

@media (max-width: 540px) {
  .library-item {
    width: 100%;
    margin: 0 0 10px;
  }
  .library-item__title {
    font-size: 12px;
  }
}

.spinner {
  display: block;
  margin: 0 auto;
}

/* Alex 28.01.2020 */
.front-calculator.conference {
  height: 60px;
  /*//background-color: #27519f;*/
  background-color: #57a51b;
  background-color: #3c7a0e;
  background-color: #4a8d18;
}
.front-calculator.conference h2 {
  font-size: 23px;
  width: auto;
  margin-top: 30px;
  margin-bottom: 30px;
}
.front-calculator.conference a {
  text-transform: uppercase;
}
.front-calculator.conference a:hover {
  color: #132274;
}

@media (max-width: 1023px) {
  .front-calculator.conference {
    height: 140px;
  }
  .front-calculator.conference h2 {
    font-size: 23px;
    width: 50%;
  }
  .front-calculator.conference a {
    margin-bottom: unset;
  }
}

@media (max-width: 768px) {
  .front-calculator.conference {
    height: auto;
  }
  .front-calculator.conference h2 {
    font-size: 23px;
    width: 100%;
    text-align: left;
    margin-bottom: 15px;
  }
  .front-calculator.conference a {
    margin-left: 0;
    margin-bottom: 15px;
  }
}

@media (max-width: 418px) {
  .front-calculator.conference {
    /*height: 220px;*/
    /*height: 245px;*/
  }
}

@media (max-width: 1412px) {
  header .header-nav .header-nav-item a {
    padding: 0 5px;
  }
}

@media (max-width: 1358px) {
  header .header-nav .header-nav-item a {
    padding: 0 4px;
  }
}

@media (min-width: 1150px) {
  header .header-nav .header-nav-item a {
    /*padding: 0 8px;*/
    padding: 0 6px;
  }
}

@media (max-width: 1095px) {
  .menu-item__show-only-desktop {
    display: none;
  }
}

.wpsc_ct_field_label {
  display: inline-block;
  line-height: 1.3;
  clear: both;
  font-family: AvenirNextMedium;
  font-size: 20px !important;
  font-weight: 400;
}

.wpsc_radio_element {
  position: relative;
  list-style: none;
  margin-left: 0 !important;
  font-family: "AvenirNextRegular";
  font-size: 19px;
  line-height: 1.58;
  padding-bottom: 18px;
}

#wpsc_frm_create_ticket .wpsc_radio_field_label {
  font-family: AvenirNextMedium;
  font-size: 20px !important;
  font-weight: 400;
}

.help-block {
  font-family: AvenirNextRegular;
  font-size: 14px !important;
  line-height: 18px !important;
  margin: 0 0 10px 0 !important;
}

/*.wpsc_radio_element li {
    position: relative;
}

.wpsc_radio_element li .wpsc_radio_input {
    display: none;
}

.wpsc_radio_element li .wpsc_radio_input + .wpsc_radio_label {
    display: inline-block;
    margin: 0;
    padding: 2px 0 4px 35px;
    width: auto;
    line-height: 1.5;
    font-size: .875em;
    max-width: 85%;
    white-space: normal;
    letter-spacing: inherit;
    vertical-align: middle;
    cursor: pointer;
}
 
.wpsc_radio_element li .wpsc_radio_input:not(:checked) + .wpsc_radio_label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    width: 25px;
    height: 25px;
    border: 6px solid #edf0f5;
    border-radius: 100%;
    background: #fff;
    box-sizing: border-box !important;
}

.wpsc_radio_element li .wpsc_radio_input:not(:checked) + .wpsc_radio_label:after {
    content: '';
    width: 13px;
    height: 13px;
    background: #385074;
    position: absolute;
    top: 7px;
    left: 6px;
    border-radius: 100%;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
    opacity: 0;
    -webkit-transform: scale(0);
    transform: scale(0);
}

.wpsc_radio_element li .wpsc_radio_input + .wpsc_radio_label {
    margin: 0;
    padding: 2px 0 4px 35px;
}

*/

/* ================== SELECT ================== */
.wpsc_form_field .ulead-select-element {
  width: 100% !important;
  max-height: 43px;
  border: 1px solid #dcdee0;
  outline: none;
  border-radius: 2px;
  padding: 9px 11px !important;
}

.wpsc_form_field .ulead-select-element option {
  display: block;
  padding: 2px;
  box-sizing: border-box !important;
  line-height: 1.5;
  letter-spacing: normal;
}

/* ============ RADIO ============ */

/* The container */
.ulead-radio-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default radio button */
.ulead-radio-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
}

/* Create a custom radio button */
.radio-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  border: 6px solid #edf0f5;
  border-radius: 50%;
  transition: all 0.3s ease;
}

/* On mouse-over, add a grey background color */
/*.ulead-radio-container:hover input ~ .radio-checkmark {
  background-color: #ccc;
}
*/
/* When the radio button is checked, add a blue background */
/*.ulead-radio-container input:checked ~ .radio-checkmark {
  background-color: #EDF0F5;
}
*/
/* Create the indicator (the dot/circle - hidden when not checked) */
.radio-checkmark:after {
  content: "";
  position: absolute;
  display: none;
  transition: all 0.3s ease;
}

/* Show the indicator (dot/circle) when checked */
.ulead-radio-container input:checked ~ .radio-checkmark:after {
  display: block;
}

/* Style the indicator (dot/circle) */
.ulead-radio-container .radio-checkmark:after {
  top: 0px;
  left: 0px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #385074;
}

/* ============ CHECKBOX ============ */
.ulead-checkbox-container {
  display: block;
  position: relative;
  padding-left: 35px;
  margin-bottom: 12px;
  cursor: pointer;
  font-size: 22px;
  border-radius: 2px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* Hide the browser's default checkbox */
.ulead-checkbox-container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}

/* Create a custom checkbox */
.checkbox-checkmark {
  position: absolute;
  top: 0;
  left: 0;
  height: 25px;
  width: 25px;
  background: url(images/checkbox_bg.png) center center no-repeat #edf0f5;
  transition: background 0.3s ease;
}

/* On mouse-over, add a grey background color */
/*.ulead-checkbox-container:hover input ~ .checkbox-checkmark {
  background-color: #ccc;
}
*/

/* When the checkbox is checked, add a blue background */
.ulead-checkbox-container input:checked ~ .checkbox-checkmark {
  background-color: #385074;
}

/* Create the checkmark/indicator (hidden when not checked) */
/*.checkbox-checkmark:after {
  content: "";
  position: absolute;
  display: none;
}
*/
/* Show the checkmark when checked */
/*.ulead-checkbox-container input:checked ~ .checkbox-checkmark:after {
  display: block;
}
*/
/*Style the checkmark/indicator */
/*.ulead-checkbox-container .checkbox-checkmark:after {
  left: 9px;
  top: 5px;
  width: 5px;
  height: 10px;

  background: url(images/checkbox_bg.png) center center no-repeat #edf0f5;
  transition: background .333s;
}*/

#wpsc_create_ticket_submit {
  width: 210px;
  height: 55px !important;
  border-radius: 0;
  font-size: 18px;
}

#wpsc_create_ticket_reset {
  display: none;
}

.ur-cc2 {
  column-count: 2;
}

.ur-wrap {
  padding: 70px;
  width: 100%;
}

.ur-gray-bg {
  background-color: #edf0f5;
}

.ur-blue-bg {
  color: #fff;
  background-color: #3a5170;
}

.ur-header {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
  background-image: url(images/ur_header_bg.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.ur-logo {
  width: 184px;
  height: 80px;
  margin-bottom: 40px;
  /*
    background-image: url(images/ur_logo.png);
    background-position: left top;
    background-repeat: no-repeat;
    background-size: cover;
*/
}

.ur-name {
  font-family: DINProBlack;
  font-weight: bold;
  font-size: 58px;
  line-height: 116%;
  text-align: center;
  color: #fff;
}

.ur-wrap-title {
  margin: 30px 0;
  font-family: AvenirNextBold;
  font-style: normal;
  font-weight: 750;
  font-size: 38px;
  line-height: 120%;
  color: #000;
}

.ur-blue-bg .ur-wrap-title {
  color: #fff;
}

.ur-wrap-content {
  font-family: AvenirNextRegular;
  font-size: 16px;
  line-height: 150%;
}

.ur-wrap-content ul li {
  position: relative;
  padding-left: 30px;
  margin-bottom: 14px;
}

.ur-wrap-content li:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  left: 0;
  top: 10px;
  background-color: #000;
}

.ur-blue-bg .ur-wrap-content li:before {
  background-color: #fff;
}

@media screen and (max-width: 767px) {
  .ur-text-wrap {
    max-width: 700px;
    margin: 0 auto;
  }

  .ur-cc2 {
    column-count: unset;
  }
}

.ur-wrap-content p {
  padding-bottom: 20px;
  /*display: inline-block;*/
}

.attachment_link span {
  display: block;
  width: 140px;
  text-align: center;
  background-color: #385074 !important;
  color: #ffffff !important;
  padding: 4px 20px !important;
  text-decoration-line: none !important;
  font-size: 16px !important;
}

.anketa-wrap {
  padding: 40px 50px 20px;
  height: 100%;
  background-color: #0e70b7;
  box-sizing: border-box;
}

.ur-logo.title-page {
  margin-bottom: 30px;
}

.anketa-link {
  display: block;
  height: 40px;
  width: 180px;
  border: 1px solid #fff;
  border-radius: 20px;
  line-height: 40px;
  text-align: center;
  font-size: 12px;
  color: #fff;
}

#requests-map *:hover .anketa-wrap,
.map-sidebar_view-region-detailed .anketa-wrap {
  display: none;
}

.bootstrap-iso .form-group {
  margin-bottom: 24px !important;
}

.sp-wrap {
  margin: 16px 0 10px;
}

.sp-wrap .sp-head {
  position: relative;
  line-height: 25px;
  background: unset !important;
  font-size: 14px;
}

.sp-wrap .sp-head::after {
  content: "+";
  position: absolute;
  text-align: center;
  right: 16px;
  line-height: 25px;
  font-size: 18px;
}

.sp-wrap .sp-head.unfolded::after {
  content: "-";
}

.sp-body {
  padding: 0 20px 10px;
  height: auto;
}

.sp-wrap-default .sp-body {
  background: #fff !important;
}

/*  Alex Demch.co 30.12.2020 */
/* Color section bg */
.block-with-bg-image {
  background-position: right;
  background-repeat: no-repeat;
}

.place-1 {
  background-color: #03cea4;
  background-image: url(./images/main/item-1.png);
}

.place-2 {
  background-color: #9bbdf9;
  background-image: url(./images/main/item-2.png);
}

.place-3 {
  background-color: #fc8775;
  background-image: url(./images/main/item-3.png);
}

.place-4 {
  background-color: #c3889a;
  background-image: url(./images/main/item-4.png);
}

.place-5 {
  background-color: #eb6330;
  background-image: url(./images/main/item-5.jpg);
  background-size: contain;
}

.place-6 {
  background-color: #4a53d9;
  background-image: url(./images/main/item-6.jpg);
  background-size: contain;
}

/* Section settings */
.home-block-link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #385074;
  width: 100%;
  color: #fff;
}

.home-block-link .place-left .block-wrap {
  padding-left: 0px;
}

.home-block-link .place-left {
  padding: 35px 35px 35px 180px;
}

.home-block-link .place-right {
  padding: 35px 180px 35px 35px;
}

.home-block-link .block-with-bg-image {
  height: 192px;
  width: 50%;
}

.home-block-link .block-title {
  max-width: 100%;
}

.home-block-link .block-title h2 {
  font-size: 23px;
  line-height: 150%;
  flex-shrink: 0;
  margin-bottom: 40px;
}

.home-block-link a {
  width: 250px;
  height: 50px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 160px;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.3s;
  font-weight: bold;
}

.home-block-link a:hover {
  color: #4951e2;
  background-color: #fff;
}

.block-btn a {
  text-transform: uppercase;
}

/* Media */
@media screen and (max-width: 1366px) {
  .home-block-link .block-title h2 {
    font-size: 22px;
  }

  .home-block-link .place-left {
    padding-left: 60px;
    padding-right: 40px;
  }

  .home-block-link .place-right {
    padding-right: 60px;
    padding-left: 40px;
  }
  .place-5,
  .place-6 {
    background-size: cover;
  }
}

@media screen and (max-width: 1365px) {
  .home-block-link .block-title h2 {
    font-size: 19px;
  }

  .home-block-link .place-left {
    padding-left: 20px;
    padding-right: 20px;
  }

  .home-block-link .place-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 1023px) {
}

@media screen and (max-width: 767px) {
  .home-block-link {
    flex-wrap: wrap;
  }
  .home-block-link .block-with-bg-image {
    width: 100%;
  }
  .place-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .place-right {
    padding-right: 15px;
    padding-left: 15px;
  }
  .block-btn {
    display: flex;
    flex-wrap: wrap;
  }

  .place-5,
  .place-6 {
    background-size: cover;
    background-position: center;
  }
}

.home-block-link--new {
  align-items: unset;
}
.home-block-link--new .block-btn {
  display: flex;
  flex-wrap: wrap;
}
.home-block-link--new .block-btn a {
  margin-bottom: 20px;
}
.home-block-link--new .btn-link-first:not(:last-child) {
  margin-right: 30px;
}
.home-block-link--new .block-with-bg-image {
  height: auto;
  min-height: 192px;
  background-size: cover;
}
.home-block-link--new .place-left {
  padding: 35px 35px 15px 180px;
}
.home-block-link--new .place-right {
  padding: 35px 180px 15px 35px;
}

@media screen and (max-width: 1919px) {
  .home-block-link--new .place-left {
    padding-left: 60px;
    padding-right: 40px;
  }
  .home-block-link--new .place-right {
    padding-right: 60px;
    /*padding-left: 40px;*/
    padding-left: 60px;
  }
}

@media screen and (max-width: 1365px) {
  .home-block-link--new .place-left {
    padding-left: 20px;
    padding-right: 20px;
  }
  .home-block-link--new .place-right {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .home-block-link--new .place-left {
    padding-left: 15px;
    padding-right: 15px;
  }
  .home-block-link--new .place-right {
    padding-right: 15px;
    padding-left: 15px;
  }
}

/*  Alex Demch.co 09.02.2021 */
#menu-item-12594 a {
  background: linear-gradient(93.37deg, #8173ff 6.9%, #5bdca7 96.12%);
  color: white;
  transition: all 0.25s;
  padding: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #7c7bff;
  border-radius: 30px;
  border: 1px solid white;
}
#menu-item-12594 a:hover {
  border: 1px solid #7c7bff;
  background: linear-gradient(50deg, #8173ff 6.9%, #5bdca7 96.12%);
  transition: all 0.25s;
}
li#menu-item-12594 {
  display: flex;
  height: 20px;
  align-items: center;
  line-height: unset;
  justify-content: center;
}

.home-block-link .block-wrap--uleadcourse .block-btn {
  margin-left: 30px;
}

.home-block-link .block-with-bg-image--uleadcourse {
  width: 100%;
  background-color: #03cea4;
  background-image: url(./images/main/item-uleadcourse.png);
  min-height: 70px;
}

.home-block-link .block-wrap.block-wrap--uleadcourse {
  display: flex;
}

.home-block-link .block-wrap.block-wrap--uleadcourse h2 {
  margin-bottom: 0;
}

.home-block-link .block-title.block-title--uleadcourse {
  display: flex;
  align-items: center;
}
.home-block-link .block-btn .btn-link-first--uleadcourse {
  margin-bottom: 0;
}

.home-block-link .block-with-bg-image--uleadcourse {
  padding: 35px 35px 35px 180px;
}

@media screen and (max-width: 1919px) {
  .home-block-link .block-with-bg-image--uleadcourse {
    padding-left: 60px;
    padding-right: 40px;
  }
}
@media screen and (max-width: 1365px) {
  .home-block-link .block-with-bg-image--uleadcourse {
    padding-left: 20px;
    padding-right: 20px;
  }
}
@media screen and (max-width: 767px) {
  .home-block-link .block-wrap.block-wrap--uleadcourse {
    flex-wrap: wrap;
  }
  .home-block-link .block-wrap--uleadcourse .block-btn {
    margin-left: 0px;
  }
  .home-block-link .block-with-bg-image--uleadcourse {
    min-height: 170px;
  }
  .home-block-link .block-title.block-title--uleadcourse {
    display: block;
  }
  .home-block-link .block-wrap--uleadcourse .block-title h2 {
    margin-bottom: 40px;
  }
  .home-block-link .block-with-bg-image--uleadcourse {
    min-height: 70px;
  }
}
/*  -------------------- 09.02.2021 */

/*  Alex Demch.co 03.03.2021 */
.map-sidebar .anketa-wrap {
  background: url(./images/main/main-gradient.png);
  background: url(https://tsnap.ulead.org.ua/wp-content/themes/u-lead-2017/images/main/main-gradient.png);
  background-size: cover;
  background-position: center;
}
.map-sidebar .intro-courses {
}
.map-sidebar .intro-courses__btn {
  width: 250px;
  height: 50px;
  border: 1px solid #ffffff;
  box-sizing: border-box;
  border-radius: 160px;
  font-size: 16px;
  line-height: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  flex-shrink: 0;
  transition: all 0.3s;
  font-weight: bold;
  text-transform: uppercase;
}

.map-sidebar .intro-courses__btn:hover {
  color: #4951e2;
  background-color: #fff;
}
.map-sidebar .intro-courses__title {
  font-size: 23px;
  line-height: 150%;
  flex-shrink: 0;
  margin-bottom: 40px;
  color: #fff;
  width: 100%;
}
@media screen and (max-width: 1100px) {
  .map-sidebar .intro-courses__btn {
    width: 100%;
  }
}
@media screen and (max-width: 1023px) {
  .map-sidebar .anketa-wrap {
    padding: 30px 20px;
  }

  .map-sidebar .intro-courses {
    display: flex;
    align-items: center;
  }

  .map-sidebar .intro-courses__btn {
    margin-left: 5%;
    width: 250px;
  }

  .map-sidebar .intro-courses__title {
    margin-bottom: 0px;
    width: auto;
  }
}
@media screen and (max-width: 768px) {
  .map-sidebar .intro-courses {
    flex-direction: column;
    align-items: start;
  }
  .map-sidebar .intro-courses__title {
    margin-bottom: 20px;
    width: 100%;
  }
  .map-sidebar .intro-courses__btn {
    margin-left: 0;
  }
}

/*  -------------------- 03.03.2021 */

/*  Alex Demch.co 05.03.2021        */
.infographic__wrap {
  width: 100%;
  margin: auto;
  display: flex;
}
.infographic__section {
  padding-top: 0px;
}
/*  -------------------- 05.03.2021 */

/*  Alex Demch.co 29.05.2021 */
#menu-item-13500 a {
  background: linear-gradient(93.37deg, #8173ff 6.9%, #5bdca7 96.12%);
  color: white;
  transition: all 0.25s;
  padding: 20px;
  display: flex;
  align-items: center;
  border: 1px solid #7c7bff;
  border-radius: 30px;
  border: 1px solid white;
}
#menu-item-13500 a:hover {
  border: 1px solid #7c7bff;
  background: linear-gradient(50deg, #8173ff 6.9%, #5bdca7 96.12%);
  transition: all 0.25s;
}
li#menu-item-13500 {
  display: flex;
  height: 20px;
  align-items: center;
  line-height: unset;
  justify-content: center;
}

@media (max-width: 1420px) {
  header .header-nav .header-nav-item a {
    padding: 0 3px;
  }
}

#menu-item-67 .sub-menu {
  min-width: 250px;
}

/*  -------------------- 29.05.2021 */

/*  Alex Demch.co 05.07.2021 page-roadmap */
/* Style 1 and default */
.page-template-page-roadmap
  .publication-section.option1
  .sp-wrap.sp-wrap-default,
.page-template-page-roadmap
  .publication-section.option2
  .sp-wrap.sp-wrap-default,
.page-template-page-roadmap
  .publication-section.option3
  .sp-wrap.sp-wrap-default,
.page-template-page-roadmap
  .publication-section.option4
  .sp-wrap.sp-wrap-default {
  background: transparent;
}
.page-template-page-roadmap .publication-section.option .sp-wrap .sp-head {
  color: #fff;
}
.page-template-page-roadmap
  .publication-section.option1
  .sp-wrap.sp-wrap-default
  .sp-head:before,
.page-template-page-roadmap
  .publication-section.option2
  .sp-wrap.sp-wrap-default
  .sp-head:before,
.page-template-page-roadmap
  .publication-section.option3
  .sp-wrap.sp-wrap-default
  .sp-head:before,
.page-template-page-roadmap
  .publication-section.option4
  .sp-wrap.sp-wrap-default
  .sp-head:before {
  background: linear-gradient(93.37deg, #8173ff 6.9%, #5bdca7 96.12%);
}

/*  -------------------- 05.07.2021 */

/*  -------------------- 02.11.2021 */
/*  Alex Demch.co 02.11.2021 home   */
.anketa-wrap .anketa-wrap__description {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font: 16px/1.35 "AvenirNextDemi", Arial, Helvetica, sans-serif;
}
.anketa-wrap .anketa-wrap__description .anketa-wrap__p {
  color: #385074;
}
.anketa-wrap .anketa-wrap__description .anketa-wrap__p a,
.anketa-wrap .anketa-wrap__description .anketa-wrap__p a:visited {
  color: #385074;
}
.anketa-wrap .anketa-wrap__description .anketa-wrap__p a:hover {
  color: #385074bd;
  transition: all 0.25s;
}
.anketa-wrap .anketa-wrap__description .anketa-wrap__p--first {
  margin-bottom: 10px;
}
/*  -------------------- 02.11.2021 */
