/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

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

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }

ul, ol, li {
  padding: 0;
  margin: 0; }

body {
  line-height: 1;
  font-family: 'Open Sans', sans-serif;
  color: #000; }

a {
  text-decoration: none;
  color: #347ACB; }

p {
  margin-top: 0;
  margin-bottom: 15px;
  word-wrap: break-word; }

[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
  display: none !important; }

.container {
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 auto;
  position: relative; }
  .container:before {
    content: ' ';
    display: table; }
  .container:after {
    content: ' ';
    display: table;
    clear: both; }

@media (min-width: 768px) {
  .container {
    width: 750px; } }

@media (min-width: 992px) {
  .container {
    width: 970px; } }

@media (min-width: 1200px) {
  .container {
    width: 1170px; } }

.main-wrapper {
  padding-bottom: 100px;
  background-image: url(../../assets/img/stars.png);
  background-repeat: no-repeat;
  -webkit-background-size: 944px 723px;
          background-size: 944px 723px;
  background-position: 100% 100%; }

.title {
  font-size: 24px;
  text-transform: uppercase;
  color: #000;
  font-weight: 700;
  line-height: 1.3; }

.title--main {
  position: relative;
  margin-bottom: 50px; }
  .title--main:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 70%;
    height: 2px;
    background-color: #DDDDDD; }

.title--underscore {
  position: relative; }
  .title--underscore:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #347ACB; }

@media (min-width: 768px) {
  .title--main:after {
    width: 570px; } }

.header {
  background-color: #0b1f64; }

.header__entry {
  position: relative;
  height: 75px;
  background-image: none;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: auto 100%;
          background-size: auto 100%; }

.header__euea-logo {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .header__euea-logo img {
    width: auto;
    height: 75px; }

.header__eubam-logo {
  position: absolute;
  right: 15px;
  top: 50%;
  -webkit-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
       -o-transform: translate(0, -50%);
          transform: translate(0, -50%); }
  .header__eubam-logo img {
    width: auto;
    height: 40px; }

.header__menu {
  position: absolute;
  width: 100%;
  text-align: center;
  bottom: 15px;
  left: 0; }

.header__lang {
  display: none;
  position: absolute;
  z-index: 3; }

@media (min-width: 768px) {
  .header__euea-logo {
    left: 15px; }
    .header__euea-logo img {
      width: 264px;
      height: 120px; }
  .header__eubam-logo {
    position: absolute;
    right: 15px; }
    .header__eubam-logo img {
      width: 97px;
      height: 70px; }
  .header__entry {
    height: 120px; }
  .header__lang {
    display: block; }
  .header__lang {
    top: calc(100% - 37px);
    right: 70px; } }

@media (min-width: 992px) {
  .header__lang {
    top: calc(100% - 38px);
    right: 140px; }
  .header__entry {
    background-image: url(../../assets/img/header-bg.png); } }

@media (min-width: 1200px) {
  .header__lang {
    top: calc(100% - 40px); } }

.sub-header {
  height: 50px;
  background-color: #021F42;
  position: relative; }
  .sub-header:before {
    content: ' ';
    display: table; }
  .sub-header:after {
    content: ' ';
    display: table;
    clear: both; }

.sub-header__lang {
  position: absolute;
  left: 10px;
  top: 8px;
  z-index: 4; }

.sub-header__menu {
  position: absolute;
  left: 0;
  top: 2px;
  z-index: 3;
  width: 100%; }

@media (min-width: 768px) {
  .sub-header {
    display: none; } }

@font-face {
  font-family: 'icomoon';
  src: url("../fonts/icomoon.eot");
  src: url("../fonts/icomoon.eot?#iefix") format("embedded-opentype"), url("../fonts/icomoon.woff") format("woff"), url("../fonts/icomoon.ttf") format("truetype"), url("../fonts/icomoon.svg#icomoon") format("svg");
  font-weight: normal;
  font-style: normal; }

/* Common styles of menus */
.dl-menuwrapper {
  width: 100%;
  position: relative;
  -webkit-perspective: 1000px;
  perspective: 1000px;
  -webkit-perspective-origin: 50% 200%;
  perspective-origin: 50% 200%;
  z-index: 3; }

.dl-menuwrapper button {
  background-color: #021F42;
  border: none;
  width: 48px;
  height: 45px;
  text-indent: -900em;
  overflow: hidden;
  position: absolute;
  right: 15px;
  cursor: pointer;
  outline: none; }

.dl-menuwrapper button:hover,
.dl-menuwrapper button.dl-active,
.dl-menuwrapper ul {
  background-color: #021F42; }

.dl-menuwrapper button:after {
  content: '';
  position: absolute;
  width: 35px;
  height: 4px;
  background: #fff;
  top: 10px;
  left: 16%;
  border-radius: 10px;
  -webkit-box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
          box-shadow: 0 10px 0 #fff, 0 20px 0 #fff; }

.dl-menuwrapper ul {
  padding: 0;
  list-style: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.dl-menuwrapper li {
  position: relative; }

.dl-menuwrapper li a {
  display: block;
  position: relative;
  padding: 15px 20px;
  font-size: 14px;
  text-transform: uppercase;
  line-height: 20px;
  font-weight: 300;
  color: #fff;
  outline: none; }

.no-touch .dl-menuwrapper li a:hover {
  background: rgba(255, 248, 213, 0.1); }

.dl-menuwrapper li.dl-back > a {
  padding-left: 30px;
  background: rgba(0, 0, 0, 0.1); }

.dl-menuwrapper li.dl-back:after,
.dl-menuwrapper li > a:not(:only-child):after {
  position: absolute;
  top: 0;
  line-height: 50px;
  font-family: 'icomoon';
  speak: none;
  -webkit-font-smoothing: antialiased;
  content: "\e000"; }

.dl-menuwrapper li.dl-back:after {
  left: 10px;
  color: rgba(212, 204, 198, 0.3);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
   -o-transform: rotate(180deg);
      transform: rotate(180deg); }

.dl-menuwrapper li > a:after {
  right: 10px;
  color: rgba(0, 0, 0, 0.15); }

.dl-menuwrapper .dl-menu {
  margin: 45px 0 0 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: translateY(10px);
  -ms-transform: translateY(10px);
   -o-transform: translateY(10px);
      transform: translateY(10px);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.dl-menuwrapper .dl-menu.dl-menu-toggle {
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease; }

.dl-menuwrapper .dl-menu.dl-menuopen {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateY(0px);
  -ms-transform: translateY(0px);
   -o-transform: translateY(0px);
      transform: translateY(0px); }

/* Hide the inner submenus */
.dl-menuwrapper li .dl-submenu {
  display: none; }

/*
When a submenu is openend, we will hide all li siblings.
For that we give a class to the parent menu called "dl-subview".
We also hide the submenu link.
The opened submenu will get the class "dl-subviewopen".
All this is done for any sub-level being entered.
*/
.dl-menu.dl-subview li,
.dl-menu.dl-subview li.dl-subviewopen > a,
.dl-menu.dl-subview li.dl-subview > a {
  display: none; }

.dl-menu.dl-subview li.dl-subview,
.dl-menu.dl-subview li.dl-subview .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu,
.dl-menu.dl-subview li.dl-subviewopen > .dl-submenu > li {
  display: block; }

/* Dynamically added submenu outside of the menu context */
.dl-menuwrapper > .dl-submenu {
  position: absolute;
  width: 100%;
  top: 45px;
  left: 0;
  margin: 0; }

/* Animation classes for moving out and in */
.dl-menu.dl-animate-out-1 {
  -webkit-animation: MenuAnimOut1 0.4s;
  -o-animation: MenuAnimOut1 0.4s;
     animation: MenuAnimOut1 0.4s; }

.dl-menu.dl-animate-out-2 {
  -webkit-animation: MenuAnimOut2 0.3s ease-in-out;
  -o-animation: MenuAnimOut2 0.3s ease-in-out;
     animation: MenuAnimOut2 0.3s ease-in-out; }

.dl-menu.dl-animate-out-3 {
  -webkit-animation: MenuAnimOut3 0.4s ease;
  -o-animation: MenuAnimOut3 0.4s ease;
     animation: MenuAnimOut3 0.4s ease; }

.dl-menu.dl-animate-out-4 {
  -webkit-animation: MenuAnimOut4 0.4s ease;
  -o-animation: MenuAnimOut4 0.4s ease;
     animation: MenuAnimOut4 0.4s ease; }

.dl-menu.dl-animate-out-5 {
  -webkit-animation: MenuAnimOut5 0.4s ease;
  -o-animation: MenuAnimOut5 0.4s ease;
     animation: MenuAnimOut5 0.4s ease; }

@-webkit-keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut3 {
  0% { }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut4 {
  0% { }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }

@-webkit-keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: translateY(40%);
    opacity: 0; } }

@-o-keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@keyframes MenuAnimOut1 {
  0% { }
  50% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg); }
  75% {
    -webkit-transform: translateZ(-372.5px) rotateY(15deg);
    transform: translateZ(-372.5px) rotateY(15deg);
    opacity: .5; }
  100% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; } }

@-o-keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
    opacity: 0; } }

@keyframes MenuAnimOut2 {
  0% { }
  100% {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
    opacity: 0; } }

@-o-keyframes MenuAnimOut3 {
  0% { }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@keyframes MenuAnimOut3 {
  0% { }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@-o-keyframes MenuAnimOut4 {
  0% { }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@keyframes MenuAnimOut4 {
  0% { }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@-o-keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: translateY(40%);
    -o-transform: translateY(40%);
       transform: translateY(40%);
    opacity: 0; } }

@keyframes MenuAnimOut5 {
  0% { }
  100% {
    -webkit-transform: translateY(40%);
    -o-transform: translateY(40%);
       transform: translateY(40%);
    opacity: 0; } }

.dl-menu.dl-animate-in-1 {
  -webkit-animation: MenuAnimIn1 0.3s;
  -o-animation: MenuAnimIn1 0.3s;
     animation: MenuAnimIn1 0.3s; }

.dl-menu.dl-animate-in-2 {
  -webkit-animation: MenuAnimIn2 0.3s ease-in-out;
  -o-animation: MenuAnimIn2 0.3s ease-in-out;
     animation: MenuAnimIn2 0.3s ease-in-out; }

.dl-menu.dl-animate-in-3 {
  -webkit-animation: MenuAnimIn3 0.4s ease;
  -o-animation: MenuAnimIn3 0.4s ease;
     animation: MenuAnimIn3 0.4s ease; }

.dl-menu.dl-animate-in-4 {
  -webkit-animation: MenuAnimIn4 0.4s ease;
  -o-animation: MenuAnimIn4 0.4s ease;
     animation: MenuAnimIn4 0.4s ease; }

.dl-menu.dl-animate-in-5 {
  -webkit-animation: MenuAnimIn5 0.4s ease;
  -o-animation: MenuAnimIn5 0.4s ease;
     animation: MenuAnimIn5 0.4s ease; }

@-webkit-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    opacity: 1; } }

@-o-keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@keyframes MenuAnimIn1 {
  0% {
    -webkit-transform: translateZ(-500px) rotateY(0deg);
    transform: translateZ(-500px) rotateY(0deg);
    opacity: 0; }
  20% {
    -webkit-transform: translateZ(-250px) rotateY(30deg);
    transform: translateZ(-250px) rotateY(30deg);
    opacity: 0.5; }
  100% {
    -webkit-transform: translateZ(0px) rotateY(0deg);
    transform: translateZ(0px) rotateY(0deg);
    opacity: 1; } }

@-o-keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
    opacity: 1; } }

@keyframes MenuAnimIn2 {
  0% {
    -webkit-transform: translateX(-100%);
    -o-transform: translateX(-100%);
       transform: translateX(-100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
    opacity: 1; } }

@-o-keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes MenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@-o-keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes MenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@-o-keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    -o-transform: translateY(40%);
       transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

@keyframes MenuAnimIn5 {
  0% {
    -webkit-transform: translateY(40%);
    -o-transform: translateY(40%);
       transform: translateY(40%);
    opacity: 0; }
  100% {
    -webkit-transform: translateY(0);
    -o-transform: translateY(0);
       transform: translateY(0);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.dl-animate-in-1 {
  -webkit-animation: SubMenuAnimIn1 0.4s ease;
  -o-animation: SubMenuAnimIn1 0.4s ease;
     animation: SubMenuAnimIn1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-2 {
  -webkit-animation: SubMenuAnimIn2 0.3s ease-in-out;
  -o-animation: SubMenuAnimIn2 0.3s ease-in-out;
     animation: SubMenuAnimIn2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-3 {
  -webkit-animation: SubMenuAnimIn3 0.4s ease;
  -o-animation: SubMenuAnimIn3 0.4s ease;
     animation: SubMenuAnimIn3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-4 {
  -webkit-animation: SubMenuAnimIn4 0.4s ease;
  -o-animation: SubMenuAnimIn4 0.4s ease;
     animation: SubMenuAnimIn4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-in-5 {
  -webkit-animation: SubMenuAnimIn5 0.4s ease;
  -o-animation: SubMenuAnimIn5 0.4s ease;
     animation: SubMenuAnimIn5 0.4s ease; }

@-webkit-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    opacity: 1; } }

@-webkit-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    opacity: 1; } }

@-o-keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
       transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn1 {
  0% {
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
       transform: translateX(50%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
    opacity: 1; } }

@-o-keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
       transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn2 {
  0% {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
       transform: translateX(100%);
    opacity: 0; }
  100% {
    -webkit-transform: translateX(0px);
    -o-transform: translateX(0px);
       transform: translateX(0px);
    opacity: 1; } }

@-o-keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn3 {
  0% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@-o-keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@keyframes SubMenuAnimIn4 {
  0% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; } }

@-o-keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

@keyframes SubMenuAnimIn5 {
  0% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; } }

.dl-menuwrapper > .dl-submenu.dl-animate-out-1 {
  -webkit-animation: SubMenuAnimOut1 0.4s ease;
  -o-animation: SubMenuAnimOut1 0.4s ease;
     animation: SubMenuAnimOut1 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-2 {
  -webkit-animation: SubMenuAnimOut2 0.3s ease-in-out;
  -o-animation: SubMenuAnimOut2 0.3s ease-in-out;
     animation: SubMenuAnimOut2 0.3s ease-in-out; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-3 {
  -webkit-animation: SubMenuAnimOut3 0.4s ease;
  -o-animation: SubMenuAnimOut3 0.4s ease;
     animation: SubMenuAnimOut3 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-4 {
  -webkit-animation: SubMenuAnimOut4 0.4s ease;
  -o-animation: SubMenuAnimOut4 0.4s ease;
     animation: SubMenuAnimOut4 0.4s ease; }

.dl-menuwrapper > .dl-submenu.dl-animate-out-5 {
  -webkit-animation: SubMenuAnimOut5 0.4s ease;
  -o-animation: SubMenuAnimOut5 0.4s ease;
     animation: SubMenuAnimOut5 0.4s ease; }

@-webkit-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    opacity: 0; } }

@-webkit-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    opacity: 0; } }

@-o-keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
       transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
       transform: translateX(50%);
    opacity: 0; } }

@keyframes SubMenuAnimOut1 {
  0% {
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
       transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(50%);
    -o-transform: translateX(50%);
       transform: translateX(50%);
    opacity: 0; } }

@-o-keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
       transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
       transform: translateX(100%);
    opacity: 0; } }

@keyframes SubMenuAnimOut2 {
  0% {
    -webkit-transform: translateX(0%);
    -o-transform: translateX(0%);
       transform: translateX(0%);
    opacity: 1; }
  100% {
    -webkit-transform: translateX(100%);
    -o-transform: translateX(100%);
       transform: translateX(100%);
    opacity: 0; } }

@-o-keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@keyframes SubMenuAnimOut3 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-300px);
    transform: translateZ(-300px);
    opacity: 0; } }

@-o-keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@keyframes SubMenuAnimOut4 {
  0% {
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(300px);
    transform: translateZ(300px);
    opacity: 0; } }

@-o-keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }

@keyframes SubMenuAnimOut5 {
  0% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1; }
  100% {
    -webkit-transform: translateZ(-200px);
    transform: translateZ(-200px);
    opacity: 0; } }

/* No JS Fallback */
.no-js .dl-menuwrapper .dl-menu {
  position: relative;
  opacity: 1;
  -webkit-transform: none;
  -ms-transform: none;
   -o-transform: none;
      transform: none; }

.no-js .dl-menuwrapper li .dl-submenu {
  display: block; }

.no-js .dl-menuwrapper li.dl-back {
  display: none; }

.no-js .dl-menuwrapper li > a:not(:only-child) {
  background: rgba(0, 0, 0, 0.1); }

.no-js .dl-menuwrapper li > a:not(:only-child):after {
  content: ''; }

/* Colors for demos */
/* Demo 1 */
.demo-1 .dl-menuwrapper button {
  background: #c62860; }

.demo-1 .dl-menuwrapper button:hover,
.demo-1 .dl-menuwrapper button.dl-active,
.demo-1 .dl-menuwrapper ul {
  background: #9e1847; }

/* Demo 2 */
.demo-2 .dl-menuwrapper button {
  background: #e86814; }

.demo-2 .dl-menuwrapper button:hover,
.demo-2 .dl-menuwrapper button.dl-active,
.demo-2 .dl-menuwrapper ul {
  background: #D35400; }

/* Demo 3 */
.demo-3 .dl-menuwrapper button {
  background: #08cbc4; }

.demo-3 .dl-menuwrapper button:hover,
.demo-3 .dl-menuwrapper button.dl-active,
.demo-3 .dl-menuwrapper ul {
  background: #00b4ae; }

/* Demo 4 */
.demo-4 .dl-menuwrapper button {
  background: #90b912; }

.demo-4 .dl-menuwrapper button:hover,
.demo-4 .dl-menuwrapper button.dl-active,
.demo-4 .dl-menuwrapper ul {
  background: #79a002; }

/* Demo 5 */
.demo-5 .dl-menuwrapper button {
  background: #744783; }

.demo-5 .dl-menuwrapper button:hover,
.demo-5 .dl-menuwrapper button.dl-active,
.demo-5 .dl-menuwrapper ul {
  background: #643771; }

.lang-switcher {
  width: 40px;
  text-align: center;
  z-index: 3; }
  .lang-switcher:hover .lang-switcher__list {
    display: block; }
  .lang-switcher:hover .lang-switcher__current {
    background-color: rgba(0, 0, 0, 0.8); }
    .lang-switcher:hover .lang-switcher__current:after {
      content: none; }

.lang-switcher--desktop {
  display: none; }

.lang-switcher__current {
  color: #fff;
  background-color: transparent;
  cursor: pointer;
  font-size: 14px;
  text-transform: uppercase;
  padding-top: 10px;
  position: relative; }
  .lang-switcher__current:after {
    content: "";
    position: absolute;
    right: 3px;
    top: calc(50% + 3px);
    border: 3px solid transparent;
    border-top: 3px solid #fff; }

.lang-switcher__list {
  list-style: none;
  display: none;
  background-color: rgba(0, 0, 0, 0.8);
  padding: 5px 0; }

.lang-switcher__item {
  padding: 5px 0; }

.lang-switcher__link {
  font-size: 14px;
  text-transform: uppercase;
  color: #fff; }

@media (min-width: 768px) {
  .lang-switcher--desktop {
    display: block; }
  .lang-switcher__current {
    font-size: 11px; }
  .lang-switcher__link {
    font-size: 11px; } }

@media (min-width: 992px) {
  .lang-switcher__current {
    font-size: 12px; }
  .lang-switcher__link {
    font-size: 12px; } }

@media (min-width: 1200px) {
  .lang-switcher__current {
    font-size: 14px; }
  .lang-switcher__link {
    font-size: 14px; } }

.menu {
  display: none; }
  .menu__list {
    list-style: none; }
  .menu .menu-item {
    display: inline-block;
    position: relative; }
    .menu .menu-item:hover a {
      background-color: #021F42; }
    .menu .menu-item:hover .sub-menu {
      display: block; }
    .menu .menu-item a {
      color: #fff;
      text-transform: uppercase;
      padding: 5px 10px 12px;
      cursor: pointer; }
      .menu .menu-item a:hover {
        background-color: #021F42; }
  .menu .sub-menu {
    display: none;
    width: 200px;
    position: absolute;
    top: calc(100% + 14px);
    left: 0;
    background-color: #021F42;
    z-index: 3;
    padding-bottom: 10px; }
    .menu .sub-menu .menu-item {
      display: block;
      margin: 10px 0;
      padding: 10px 20px;
      text-align: left; }
      .menu .sub-menu .menu-item:after {
        content: "";
        position: absolute;
        bottom: -5px;
        left: 20px;
        width: calc(100% - 40px);
        height: 1px;
        background-color: rgba(221, 221, 221, 0.3); }
      .menu .sub-menu .menu-item:hover {
        background-color: transparent; }
        .menu .sub-menu .menu-item:hover a {
          background-color: transparent; }
        .menu .sub-menu .menu-item:hover .sub-menu {
          display: block; }
      .menu .sub-menu .menu-item a {
        text-transform: none;
        padding: 5px 0;
        font-size: 14px;
        color: #fff;
        line-height: 1.3; }
        .menu .sub-menu .menu-item a:hover {
          background-color: transparent; }
      .menu .sub-menu .menu-item .sub-menu {
        display: none;
        top: -10px;
        left: 200px; }

@media (min-width: 768px) {
  .menu {
    display: block; }
    .menu .menu-item a {
      font-size: 11px; } }

@media (min-width: 992px) {
  .menu .menu-item a {
    font-size: 12px; } }

@media (min-width: 1200px) {
  .menu .menu-item {
    margin: 0 15px; }
    .menu .menu-item a {
      font-size: 14px; } }

.banner {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  margin-left: -15px;
  margin-right: -15px; }

@media (min-width: 768px) {
  .banner {
    height: 300px;
    margin-left: 0;
    margin-right: 0; } }

@media (min-width: 992px) {
  .banner {
    height: 400px; } }

.expander {
  margin-top: 35px;
  padding-top: 20px; }

.expander--desktop {
  display: none; }

.expander--partners {
  margin-bottom: 70px; }

.expander__title {
  margin-bottom: 40px; }

.expander__list {
  list-style: none;
  padding: 0 40px; }
  .expander__list:before {
    content: ' ';
    display: table; }
  .expander__list:after {
    content: ' ';
    display: table;
    clear: both; }

.expander__item {
  height: 60px;
  line-height: 60px;
  border: 1px solid #347ACB;
  border-radius: 10px;
  margin: 0 auto;
  text-align: center;
  cursor: pointer;
  position: relative; }
  .expander__item:hover {
    background-color: rgba(52, 122, 203, 0.2); }
  .expander__item:after {
    content: "";
    opacity: 0;
    position: absolute;
    left: 50%;
    margin-left: -30px;
    bottom: -21px;
    border: 30px solid transparent;
    border-bottom: 20px solid #000;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s; }

.expander__item--whatwedo {
  width: 200px; }

.expander__item--partners {
  width: 200px; }

.expander__item--active {
  border: 0; }
  .expander__item--active:hover {
    background-color: transparent; }
  .expander__item--active:after {
    opacity: 1;
    -webkit-transition-delay: .5s;
         -o-transition-delay: .5s;
            transition-delay: .5s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s; }

.expander__item--active-fast {
  border: 0; }
  .expander__item--active-fast:hover {
    background-color: transparent; }
  .expander__item--active-fast:after {
    opacity: 1;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0s;
         -o-transition-duration: 0s;
            transition-duration: 0s; }

.expander__name {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  line-height: 1.2;
  color: #347ACB;
  font-size: 16px;
  font-weight: 600; }

.expander__content {
  list-style: none;
  margin-bottom: 10px;
  margin-top: 20px; }

.expander__article {
  height: 0;
  overflow: hidden;
  background-color: #000;
  color: #fff;
  background-repeat: no-repeat;
  background-position: 115% 0;
  -webkit-background-size: auto 355px;
          background-size: auto 355px;
  -webkit-transition: height ease .5s;
  -o-transition: height ease .5s;
  transition: height ease .5s; }

.expander__article--active {
  height: 355px;
  -webkit-transition: height .5s ease .5s;
  -o-transition: height .5s ease .5s;
  transition: height .5s ease .5s; }

.expander__article--active-fast {
  height: 355px;
  -webkit-transition: height ease .5s;
  -o-transition: height ease .5s;
  transition: height ease .5s; }

.expander__description {
  height: 100%;
  padding: 20px 40px;
  position: relative;
  background-color: #000; }

.expander__info {
  display: block;
  height: 130px;
  overflow: hidden; }

.expander__head {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px; }

.expander__text {
  font-size: 14px;
  line-height: 1.5; }

.expander__partners {
  list-style: none; }

.expander__partner {
  margin-bottom: 10px; }
  .expander__partner:last-child {
    margin-bottom: 0; }

.expander__more {
  font-size: 14px;
  border-bottom: 1px solid #347ACB; }
  .expander__more:hover {
    border-bottom: 0; }

.expander__nick {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 10px; }

.expander__link {
  display: block;
  font-size: 12px; }

@media (min-width: 768px) {
  .expander--desktop {
    display: block; }
  .expander--mobile {
    display: none; }
  .expander__item {
    float: left;
    margin: 0 10px; }
  .expander__item--whatwedo {
    width: calc(20% - 20px); }
  .expander__item--partners {
    width: calc(25% - 20px); }
  .expander__name {
    font-size: 11px; }
  .expander__content {
    margin-bottom: 20px; }
  .expander__description {
    width: 50%; }
    .expander__description:after {
      content: "";
      position: absolute;
      right: -80px;
      top: 0;
      bottom: 0;
      width: 80px;
      height: 100%;
      background: -webkit-gradient(linear, left top, right top, from(#000), to(transparent));
      background: -webkit-linear-gradient(left, #000 0%, transparent 100%);
      background: -o-linear-gradient(left, #000 0%, transparent 100%);
      background: linear-gradient(to right, #000 0%, transparent 100%); } }

@media (min-width: 992px) {
  .expander__name {
    font-size: 13px; } }

@media (min-width: 1200px) {
  .expander__name {
    font-size: 15px; } }

.featured-news {
  margin-top: 50px; }

.featured-news__title {
  margin-bottom: 30px; }

.featured-news__list {
  list-style: none; }
  .featured-news__list:before {
    content: ' ';
    display: table; }
  .featured-news__list:after {
    content: ' ';
    display: table;
    clear: both; }

.featured-news__item {
  width: 290px;
  height: 450px;
  margin: 0 auto 30px;
  border: 1px solid #DDDDDD; }

.featured-news__image {
  display: block;
  height: 190px;
  width: 100%;
  background-image: url(../../assets/img/featured-test.jpg);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.featured-news__description {
  padding: 10px 20px 20px; }

.featured-news__name {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #000;
  line-height: 1.3;
  height: 80px;
  overflow: hidden; }

.featured-news__date {
  font-size: 12px;
  color: #9B9B9B;
  margin-top: 10px; }

.featured-news__text {
  margin-top: 15px; }

.featured-news__content {
  display: block;
  height: 65px;
  overflow: hidden;
  font-size: 14px;
  color: #000;
  line-height: 1.5; }
  .featured-news__content p {
    display: inline; }

.featured-news__more {
  font-size: 14px;
  border-bottom: 1px solid #347ACB; }
  .featured-news__more:hover {
    border-bottom: 0; }

.featured-news__archive {
  text-align: center;
  margin-top: 20px; }
  .featured-news__archive a {
    font-size: 14px;
    border-bottom: 1px solid #347ACB; }
    .featured-news__archive a:hover {
      border-bottom: 0; }

@media (min-width: 768px) {
  .featured-news__item {
    float: left;
    width: calc((100% - 60px) / 3);
    margin: 0 30px 0 0; }
    .featured-news__item:last-child {
      margin-right: 0; } }

.featured-multimedia {
  margin-top: 35px; }

.featured-multimedia__title {
  margin-bottom: 20px; }

.featured-multimedia__list {
  list-style: none; }
  .featured-multimedia__list:before {
    content: ' ';
    display: table; }
  .featured-multimedia__list:after {
    content: ' ';
    display: table;
    clear: both; }

.featured-multimedia__item {
  display: block;
  height: 215px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: cover;
          background-size: cover;
  position: relative;
  cursor: pointer;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 10px;
  overflow: hidden; }
  .featured-multimedia__item:last-child {
    margin-bottom: 0; }
  .featured-multimedia__item:hover .featured-multimedia__image {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
            transform: scale3d(1.1, 1.1, 1.1);
    -webkit-transition: all ease .5s;
    -o-transition: all ease .5s;
    transition: all ease .5s; }

.featured-multimedia__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4); }

.featured-multimedia__image {
  text-align: center;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }
  .featured-multimedia__image img {
    height: 100%; }

.featured-multimedia__name {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
       -o-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  font-size: 18px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff; }

@media (min-width: 768px) {
  .featured-multimedia__item {
    width: calc((100% - 60px) / 3);
    float: left;
    margin-right: 30px;
    margin-left: 0;
    margin-bottom: 0; }
    .featured-multimedia__item:last-child {
      margin-right: 0; } }

.about {
  margin-top: 70px;
  margin-bottom: 70px; }

.about__title {
  margin-bottom: 20px; }

.about__list {
  list-style: none; }
  .about__list:before {
    content: ' ';
    display: table; }
  .about__list:after {
    content: ' ';
    display: table;
    clear: both; }

.about__item {
  width: 290px;
  border: 1px solid #DDDDDD;
  padding: 20px 35px 40px;
  margin: 0 auto 30px; }
  .about__item:last-child {
    margin-bottom: 0; }

.about__name {
  font-size: 24px;
  font-weight: 700;
  position: relative;
  margin-bottom: 20px; }
  .about__name:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #347ACB; }

.about__text {
  height: 193px;
  overflow: hidden;
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 15px; }
  .about__text p {
    margin-bottom: 0; }

.about__more a {
  font-size: 14px;
  border-bottom: 1px solid #347ACB; }
  .about__more a:hover {
    border-bottom: 0; }

@media (min-width: 768px) {
  .about__item {
    float: left;
    width: calc((100% - 60px) / 3);
    margin: 0 30px 0 0; }
    .about__item:last-child {
      margin-right: 0; } }

.latest-info {
  list-style: none; }
  .latest-info:before {
    content: ' ';
    display: table; }
  .latest-info:after {
    content: ' ';
    display: table;
    clear: both; }

.latest-info__column {
  margin-bottom: 40px; }

.latest-info__title {
  font-size: 20px;
  font-weight: 600;
  position: relative;
  margin-bottom: 30px; }
  .latest-info__title:after {
    content: "";
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 40px;
    height: 2px;
    background-color: #347ACB; }

.latest-info__list {
  list-style: none; }

.latest-info__item {
  margin-bottom: 15px; }
  .latest-info__item a {
    font-size: 14px;
    vertical-align: top;
    color: #000;
    line-height: 1.3; }
    .latest-info__item a:hover {
      border-bottom: 1px solid #000; }

.latest-info__date {
  color: #9B9B9B;
  font-size: 10px;
  margin-bottom: 10px; }

.latest-info__more {
  margin-top: 25px; }
  .latest-info__more a {
    font-size: 14px;
    border-bottom: 1px solid #347ACB; }
    .latest-info__more a:hover {
      border-bottom: 0; }

@media (min-width: 768px) {
  .latest-info__column {
    float: left;
    padding: 0 35px;
    width: calc((100% - 60px) / 3);
    margin: 0 30px 0 0; }
    .latest-info__column:last-child {
      margin-right: 0; } }

.breadcrumbs {
  font-size: 14px;
  color: #9B9B9B;
  margin-top: 15px;
  margin-bottom: 20px; }
  .breadcrumbs a {
    color: #9B9B9B;
    line-height: 1.5; }

.side-menu {
  display: none;
  background-color: #021F42;
  float: left;
  position: relative;
  overflow: hidden; }
  .side-menu:before {
    content: "";
    position: absolute;
    top: -25px;
    left: -20px;
    width: calc(100% + 30px);
    height: 40px;
    background-color: #fff;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }
  .side-menu:after {
    content: "";
    position: absolute;
    bottom: -25px;
    left: -20px;
    width: calc(100% + 30px);
    height: 40px;
    background-color: #fff;
    -webkit-transform: rotate(-5deg);
        -ms-transform: rotate(-5deg);
         -o-transform: rotate(-5deg);
            transform: rotate(-5deg); }

.side-menu__sections {
  list-style: none; }

.side-menu__section {
  border-bottom: 1px solid #DDDDDD;
  padding-bottom: 5px;
  margin-bottom: 15px; }
  .side-menu__section:last-child {
    border-bottom: 0;
    margin-bottom: 0;
    padding-bottom: 0; }

.side-menu__list {
  list-style: none; }

.side-menu__item {
  margin-bottom: 10px;
  line-height: 1.1; }
  .side-menu__item a {
    color: #fff;
    font-size: 12px;
    font-weight: 600; }
  .side-menu__item span {
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    cursor: pointer; }

.side-menu__item--big a {
  text-transform: uppercase; }

.side-menu__title {
  display: block;
  font-size: 20px;
  font-weight: 600;
  color: #fff;
  margin-bottom: 20px;
  line-height: 1.3; }

.side-menu__title--big {
  text-transform: uppercase; }

.side-menu__title--upper {
  text-transform: uppercase; }

.side-menu__more {
  margin-top: 15px;
  margin-bottom: 10px; }
  .side-menu__more a {
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff; }
    .side-menu__more a:hover {
      border-bottom: 0; }
  .side-menu__more span {
    font-size: 12px;
    color: #fff;
    border-bottom: 1px solid #fff;
    cursor: pointer; }
    .side-menu__more span:hover {
      border-bottom: 0; }

@media (min-width: 992px) {
  .side-menu {
    display: block;
    width: 290px;
    padding: 50px 50px 40px; } }

@media (min-width: 1200px) {
  .side-menu {
    width: 330px;
    padding: 50px 70px 40px; } }

.cont {
  margin-bottom: 70px; }

.cont__article {
  margin-bottom: 30px;
  outline: 0; }
  .cont__article:before {
    content: ' ';
    display: table; }
  .cont__article:after {
    content: ' ';
    display: table;
    clear: both; }

.cont__title {
  margin-bottom: 30px; }

.cont__text {
  font-size: 14px;
  line-height: 1.5;
  overflow: hidden; }

.cont__text--short {
  height: 65px; }

.cont__text--full {
  height: auto; }

.cont__more {
  margin-top: 5px; }
  .cont__more span {
    color: #347ACB;
    font-size: 14px;
    border-bottom: 1px solid #347ACB;
    cursor: pointer; }
    .cont__more span:hover {
      border-bottom: 0; }

.cont__numbers {
  margin-top: 30px; }
  .cont__numbers img {
    width: 100%; }

.cont__head {
  text-align: center; }

.cont__structure img {
  width: 100%; }

.cont__show {
  text-align: center; }
  .cont__show a {
    font-size: 14px;
    border-bottom: 1px solid #347ACB; }
    .cont__show a:hover {
      border-bottom: 0; }

@media (min-width: 992px) {
  .cont {
    float: left;
    width: calc(100% - 305px);
    padding-left: 45px; }
  .cont__head {
    float: right;
    margin-left: 40px; } }

@media (min-width: 1200px) {
  .cont {
    float: left;
    width: calc(100% - 330px);
    padding-left: 110px; } }

.b-latest-news {
  margin-top: 100px;
  margin-bottom: 75px; }

.latest-news {
  float: left;
  width: 50%; }

.latest-news__title {
  margin-bottom: 50px; }

.latest-news__list {
  list-style: none; }

.latest-news__item {
  margin-bottom: 15px; }
  .latest-news__item a {
    font-size: 12px;
    vertical-align: top;
    color: #000; }

.latest-news__date {
  color: #9B9B9B;
  font-size: 10px;
  margin-bottom: 10px; }

.interested {
  float: left;
  width: 50%; }

.interested__title {
  margin-bottom: 50px; }

.interested__list {
  list-style: none; }

.interested__item {
  margin-bottom: 5px; }
  .interested__item a {
    font-size: 12px;
    vertical-align: top;
    color: #000; }

.interested__more a {
  font-size: 12px;
  border-bottom: 1px solid #347ACB; }
  .interested__more a:hover {
    border-bottom: 0; }

.offices {
  outline: 0; }
  .offices:before {
    content: ' ';
    display: table; }
  .offices:after {
    content: ' ';
    display: table;
    clear: both; }

.offices__description {
  margin-bottom: 50px; }

.offices__title {
  margin-bottom: 25px; }

.offices__list {
  list-style: none; }

.offices__item {
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  overflow: hidden;
  -webkit-transition: all ease .5s;
  -o-transition: all ease .5s;
  transition: all ease .5s; }
  .offices__item:last-child {
    margin-bottom: 0; }

.offices__name {
  font-size: 20px;
  font-weight: 600;
  line-height: 1.1;
  position: relative;
  padding-right: 35px;
  margin: 10px 15px;
  cursor: pointer; }
  .offices__name:after {
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -7px;
    -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
         -o-transform: rotate(-90deg);
            transform: rotate(-90deg);
    width: 25px;
    height: 14px;
    background-image: url(../../assets/img/offices-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain;
    -webkit-transition: -webkit-transform ease 0.2s;
    transition: -webkit-transform ease 0.2s;
    -o-transition: transform ease 0.2s, -o-transform ease 0.2s;
    transition: transform ease 0.2s;
    transition: transform ease 0.2s, -webkit-transform ease 0.2s, -o-transform ease 0.2s; }

.offices__name--active:after {
  -webkit-transform: rotate(0);
      -ms-transform: rotate(0);
       -o-transform: rotate(0);
          transform: rotate(0);
  -webkit-transition: -webkit-transform ease 0.2s;
  transition: -webkit-transform ease 0.2s;
  -o-transition: transform ease 0.2s, -o-transform ease 0.2s;
  transition: transform ease 0.2s;
  transition: transform ease 0.2s, -webkit-transform ease 0.2s, -o-transform ease 0.2s; }

.offices__text {
  margin: -10px 0;
  padding: 10px 15px;
  font-size: 12px;
  color: #232323;
  line-height: 1.5; }

.offices__map {
  height: 540px; }

@media (min-width: 768px) {
  .offices__description {
    float: left;
    width: 300px;
    margin-right: 40px;
    margin-bottom: 0; } }

.search:before {
  content: ' ';
  display: table; }

.search:after {
  content: ' ';
  display: table;
  clear: both; }

.search__title {
  vertical-align: middle;
  border-bottom: 2px solid #DDDDDD; }

.search__list {
  margin-top: 30px;
  margin-bottom: 30px;
  list-style: none; }
  .search__list:before {
    content: ' ';
    display: table; }
  .search__list:after {
    content: ' ';
    display: table;
    clear: both; }

.search__item {
  margin-bottom: 10px; }
  .search__item input {
    width: 100%;
    height: 40px;
    font-size: 12px;
    padding: 0 20px; }
  .search__item:last-child {
    margin-bottom: 0; }

@media (min-width: 768px) {
  .search {
    height: 40px;
    margin-bottom: 50px; }
  .search__list {
    float: left;
    width: calc(100% - 330px);
    padding-left: 40px;
    margin-top: 0;
    margin-bottom: 0; }
  .search__item {
    float: left;
    margin-right: 30px; }
    .search__item input {
      width: 150px; }
    .search__item:last-child {
      margin-right: 0; }
  .search__title {
    float: left;
    width: 330px;
    line-height: 40px; } }

@media (min-width: 992px) {
  .search__title {
    width: 290px; }
  .search__item {
    margin-right: 40px; }
    .search__item input {
      width: 220px; }
  .search__list {
    width: calc(100% - 305px);
    padding-left: 45px; } }

@media (min-width: 1200px) {
  .search__list {
    padding-left: 110px;
    width: calc(100% - 330px); }
  .search__item input {
    width: 290px; }
  .search__title {
    width: 330px; } }

.query-news__list {
  list-style: none; }

.query-news__item {
  height: 400px;
  margin-left: -15px;
  margin-right: -15px;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px; }
  .query-news__item:before {
    content: ' ';
    display: table; }
  .query-news__item:after {
    content: ' ';
    display: table;
    clear: both; }
  .query-news__item:last-child {
    margin-bottom: 0; }

.query-news__image {
  height: 190px;
  display: block;
  text-align: center;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.query-news__description {
  padding: 20px 15px; }

.query-news__title {
  font-size: 18px;
  margin-bottom: 10px;
  line-height: 1.3;
  display: block;
  color: #000; }

.query-news__name {
  margin-bottom: 30px; }

.query-news__date {
  font-size: 10px;
  color: #9B9B9B;
  margin-bottom: 20px; }

.query-news__content {
  font-size: 14px;
  line-height: 1.5;
  height: 65px;
  overflow: hidden;
  display: block; }

.query-news__more {
  font-size: 14px;
  color: #347ACB;
  cursor: pointer;
  border-bottom: 1px solid #347ACB; }
  .query-news__more:hover {
    border-bottom: 0; }

.query-news__load {
  margin-top: 50px; }

@media (min-width: 768px) {
  .query-news__item {
    height: 230px;
    margin-left: 0;
    margin-right: 0; }
  .query-news__image {
    float: left;
    width: 330px;
    height: 100%; }
  .query-news__description {
    float: left;
    width: calc(100% - 330px);
    padding: 20px 40px; } }

@media (min-width: 992px) {
  .query-news {
    float: left;
    width: calc(100% - 305px);
    padding-left: 45px; }
  .query-news__image {
    width: 280px; }
  .query-news__description {
    width: calc(100% - 280px);
    padding: 20px 30px; } }

@media (min-width: 1200px) {
  .query-news {
    padding-left: 110px;
    width: calc(100% - 330px); }
  .query-news__image {
    width: 330px; }
  .query-news__description {
    width: calc(100% - 330px);
    padding: 20px 40px; } }

.article {
  margin-top: 40px; }

.article__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 10px; }

.article__date {
  font-size: 12px;
  color: #9B9B9B;
  margin-bottom: 30px; }

.article__text {
  font-size: 14px;
  line-height: 1.5; }
  .article__text img {
    max-width: 100%; }

.article__image {
  margin-bottom: 30px; }
  .article__image img {
    max-width: 100%; }

.article__share {
  margin-top: 60px; }

@media (min-width: 992px) {
  .article {
    float: left;
    width: calc(100% - 305px);
    padding-left: 45px;
    margin-top: 0; } }

@media (min-width: 1200px) {
  .article {
    width: calc(100% - 330px);
    padding-left: 110px; } }

.share {
  margin-bottom: 50px; }

.share__title {
  font-size: 14px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px; }

.share__list {
  list-style: none; }
  .share__list:before {
    content: ' ';
    display: table; }
  .share__list:after {
    content: ' ';
    display: table;
    clear: both; }

.share__item {
  float: left; }

.single-navigation .screen-reader-text {
  display: none; }

.single-navigation__name {
  margin-bottom: 10px; }
  .single-navigation__name:before {
    content: ' ';
    display: table; }
  .single-navigation__name:after {
    content: ' ';
    display: table;
    clear: both; }

.single-navigation__previous {
  float: left;
  font-size: 12px;
  color: #9B9B9B; }

.single-navigation__next {
  float: right;
  font-size: 12px;
  color: #9B9B9B; }

.single-navigation__links .nav-links {
  font-size: 12px; }
  .single-navigation__links .nav-links:before {
    content: ' ';
    display: table; }
  .single-navigation__links .nav-links:after {
    content: ' ';
    display: table;
    clear: both; }
  .single-navigation__links .nav-links .nav-previous {
    float: left;
    width: 50%;
    line-height: 1.5;
    padding-right: 15px;
    text-align: left; }
  .single-navigation__links .nav-links .nav-next {
    float: right;
    width: 50%;
    line-height: 1.5;
    padding-left: 15px;
    text-align: right; }

.publications__title {
  margin-bottom: 30px;
  line-height: 1.3; }

.publications__list {
  list-style: none; }

.publications__item {
  margin-bottom: 30px; }
  .publications__item:last-child {
    margin-bottom: 0; }

.publications__name {
  display: inline;
  font-size: 20px;
  font-weight: 600;
  color: #000; }
  .publications__name:hover {
    border-bottom: 1px solid #000; }

.publications__date {
  margin-top: 10px;
  font-size: 12px;
  color: #9B9B9B; }

@media (min-width: 992px) {
  .publications {
    float: left;
    width: calc(100% - 305px);
    padding-left: 45px; } }

@media (min-width: 1200px) {
  .publications {
    width: calc(100% - 330px);
    padding-left: 110px; } }

.downloads__title {
  margin-bottom: 20px; }

.downloads__title--announce {
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 700; }

.downloads__title--publications {
  font-size: 20px;
  font-weight: 600; }

.downloads__list {
  list-style: none; }

.downloads__item {
  margin-bottom: 5px; }

.downloads__link {
  font-size: 12px;
  line-height: 1.5; }

.open-items {
  margin-bottom: 50px; }

.open-items--desktop {
  display: none; }

.open-items__title {
  margin-bottom: 50px; }

.open-items__list {
  list-style: none; }

.open-items__item {
  margin-bottom: 35px; }
  .open-items__item:last-child {
    margin-bottom: 0; }

.open-items__name {
  display: inline;
  font-size: 14px;
  color: #000;
  line-height: 1.5; }
  .open-items__name:hover {
    border-bottom: 1px solid #000; }

.open-items__info:before {
  content: ' ';
  display: table; }

.open-items__info:after {
  content: ' ';
  display: table;
  clear: both; }

.open-items__expiration {
  float: left;
  font-size: 12px;
  font-weight: 600;
  margin-top: 10px; }

.open-items__download {
  float: right; }

.open-items__more {
  margin-top: 30px; }

.open-items__link {
  font-size: 14px;
  border-bottom: 1px solid #347ACB;
  vertical-align: top; }
  .open-items__link:hover {
    border-bottom: 0; }

@media (min-width: 768px) {
  .open-items--desktop {
    display: block; } }

@media (min-width: 992px) {
  .open-items {
    width: 400px;
    float: left; }
  .open-items--margin {
    margin-right: 140px; } }

@media (min-width: 1200px) {
  .open-items--margin {
    margin-right: 190px; } }

.subscription {
  margin-top: 50px; }

.subscription__title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 20px;
  text-transform: uppercase; }

.subscription__text {
  font-size: 14px;
  line-height: 1.5;
  margin-bottom: 20px; }

.subscription__link {
  font-size: 14px;
  border-bottom: 1px solid #347ACB; }
  .subscription__link:hover {
    border-bottom: 0; }

@media (min-width: 992px) {
  .subscription {
    margin-left: calc(400px + 140px);
    margin-top: 50px;
    float: left; } }

@media (min-width: 1200px) {
  .subscription {
    margin-left: calc(400px + 190px); } }

.announce__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.5;
  padding-bottom: 5px;
  border-bottom: 2px solid #DDDDDD;
  margin-bottom: 40px; }

.announce__info {
  border: 1px solid #DDDDDD;
  padding: 30px;
  margin-bottom: 30px; }

.announce__list {
  list-style: none; }

.announce__item {
  margin-bottom: 15px; }
  .announce__item:before {
    content: ' ';
    display: table; }
  .announce__item:after {
    content: ' ';
    display: table;
    clear: both; }
  .announce__item:last-child {
    margin-bottom: 0; }

.announce__key {
  font-size: 14px;
  font-weight: 700;
  width: 40%;
  float: left;
  line-height: 1.3; }

.announce__value {
  float: left;
  font-size: 14px;
  width: 60%;
  word-wrap: break-word;
  line-height: 1.3;
  padding-left: 20px; }

.announce__subject {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 30px; }

.announce__text {
  font-size: 14px;
  line-height: 1.5; }

.announce__downloads {
  margin-top: 50px; }

.announce__share {
  margin-top: 50px; }

.announce__display {
  display: inline-block;
  width: 50px;
  text-align: center;
  padding: 4px 0;
  border-radius: 3px;
  font-size: 12px;
  margin-left: 20px; }

.announce__display--active {
  color: #347ACB;
  border: 1px solid #347ACB; }

.announce__display--close {
  color: #9B9B9B;
  border: 1px solid #9B9B9B; }

@media (min-width: 768px) {
  .announce__description {
    float: left;
    width: 570px;
    margin-right: 130px; }
  .announce__key {
    width: 240px;
    font-size: 18px;
    width: 50%; }
  .announce__value {
    width: calc(100% - 240px);
    padding-left: 0;
    font-size: 18px;
    width: 50%; }
  .announce__display {
    margin-left: 40px; } }

.query-announce__list {
  list-style: none; }

.query-announce__item {
  margin-bottom: 50px; }
  .query-announce__item:last-child {
    margin-bottom: 0; }

.query-announce__name {
  display: inline;
  color: #000;
  font-size: 14px;
  line-height: 1.5; }
  .query-announce__name:hover {
    border-bottom: 1px solid #000; }

.query-announce__info:before {
  content: ' ';
  display: table; }

.query-announce__info:after {
  content: ' ';
  display: table;
  clear: both; }

.query-announce__expiration {
  float: left;
  font-weight: 600;
  font-size: 12px;
  margin-right: 50px;
  margin-top: 15px; }

.query-announce__status {
  float: left;
  margin-top: 9px; }

.query-announce__display {
  display: inline-block;
  padding: 5px 0;
  width: 50px;
  text-align: center;
  border-radius: 3px;
  font-size: 12px; }

.query-announce__display--active {
  color: #347ACB;
  border: 1px solid #347ACB; }

.query-announce__display--close {
  color: #9B9B9B;
  border: 1px solid #9B9B9B; }

.query-announce__link {
  font-size: 12px;
  border-bottom: 1px solid #347ACB;
  vertical-align: top; }
  .query-announce__link:hover {
    border-bottom: 0; }

.query-announce__load {
  margin-top: 50px; }

@media (min-width: 992px) {
  .query-announce {
    float: left;
    width: calc(100% - 305px);
    padding-left: 45px; } }

@media (min-width: 1200px) {
  .query-announce {
    width: calc(100% - 330px);
    padding-left: 110px; } }

.contacts {
  margin-bottom: 30px; }

.contacts__list {
  list-style: none; }
  .contacts__list:before {
    content: ' ';
    display: table; }
  .contacts__list:after {
    content: ' ';
    display: table;
    clear: both; }

.contacts__item {
  border: 1px solid #DDDDDD;
  padding: 25px 20px;
  cursor: pointer; }
  .contacts__item:first-child {
    border-left: 1px solid #DDDDDD; }
  .contacts__item:hover {
    background-color: #021F42; }
    .contacts__item:hover .contacts__title {
      color: #fff; }
    .contacts__item:hover .contacts__info {
      color: #fff; }
      .contacts__item:hover .contacts__info a {
        color: #fff; }

.contacts__item--active {
  position: relative;
  background-color: #021F42;
  border: 1px solid #021F42; }
  .contacts__item--active .contacts__title {
    color: #fff; }
  .contacts__item--active .contacts__info {
    color: #fff; }
    .contacts__item--active .contacts__info a {
      color: #fff; }
  .contacts__item--active:after {
    content: "";
    position: absolute;
    left: calc(50% - 30px);
    bottom: -50px;
    border: 30px solid transparent;
    border-top: 20px solid #021F42; }

.contacts__title {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3; }

.contacts__info {
  color: #9B9B9B;
  line-height: 1.5;
  font-size: 16px; }
  .contacts__info a {
    color: #9B9B9B; }

@media (min-width: 768px) {
  .contacts__item {
    width: 25%;
    height: 235px;
    float: left;
    border-left: 0; }
  .contacts__title {
    font-size: 18px; }
  .contacts__info {
    font-size: 13px; } }

@media (min-width: 992px) {
  .contacts__info {
    font-size: 16px; }
  .contacts__title {
    font-size: 20px; } }

.map {
  height: 320px;
  margin-top: 20px; }

@media (min-width: 768px) {
  .map {
    height: 500px;
    margin-top: 0; } }

.load-more {
  text-align: center;
  position: relative; }
  .load-more:after {
    content: "";
    position: absolute;
    bottom: -30px;
    left: 50%;
    margin-left: -12.5px;
    width: 25px;
    height: 14px;
    background-image: url(../../assets/img/offices-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }

.load-more__link {
  font-size: 18px;
  font-weight: 600;
  color: #347ACB;
  cursor: pointer;
  border-bottom: 1px solid #347ACB; }
  .load-more__link:hover {
    border-bottom: 0; }

.query-gallery__list {
  list-style: none; }

.query-gallery__item {
  height: 370px;
  margin-left: -15px;
  margin-right: -15px;
  border: 1px solid #DDDDDD;
  margin-bottom: 30px; }
  .query-gallery__item:before {
    content: ' ';
    display: table; }
  .query-gallery__item:after {
    content: ' ';
    display: table;
    clear: both; }
  .query-gallery__item:last-child {
    margin-bottom: 0; }

.query-gallery__image {
  height: 190px;
  display: block;
  background-repeat: no-repeat;
  -webkit-background-size: cover;
          background-size: cover;
  background-position: center; }

.query-gallery__description {
  padding: 20px 15px; }

.query-gallery__title {
  display: block;
  color: #000;
  font-size: 24px;
  line-height: 1.1;
  margin-bottom: 20px; }

.query-gallery__date {
  font-size: 12px;
  color: #9B9B9B;
  margin-bottom: 20px; }

.query-gallery__link {
  font-size: 12px;
  border-bottom: 1px solid #347ACB; }
  .query-gallery__link:hover {
    border-bottom: 0; }

.photo-gallery {
  margin-bottom: 30px; }

.gallery__video {
  margin-bottom: 30px; }

.gallery__video--desktop {
  display: none; }

.gallery__description {
  line-height: 1.5;
  font-size: 14px;
  margin-bottom: 30px; }

@media (min-width: 768px) {
  .query-gallery__item {
    height: 230px;
    margin-left: 0;
    margin-right: 0; }
  .gallery__video--desktop {
    display: block; }
  .gallery__video--mobile {
    display: none; }
  .query-gallery__image {
    float: left;
    width: 330px;
    height: 100%; }
  .query-gallery__description {
    float: left;
    width: calc(100% - 330px);
    padding: 20px 40px; } }

@media (min-width: 992px) {
  .query-gallery {
    float: left;
    width: calc(100% - 305px);
    padding-left: 45px; }
  .query-gallery__image {
    width: 280px; }
  .query-gallery__description {
    width: calc(100% - 280px);
    padding: 20px 30px; } }

@media (min-width: 1200px) {
  .query-gallery {
    width: calc(100% - 330px);
    padding-left: 110px; }
  .query-gallery__image {
    width: 330px; }
  .query-gallery__description {
    width: calc(100% - 330px);
    padding: 20px 40px; } }

/*!
 * Fotorama 4.6.4 | http://fotorama.io/license/
 */
.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__html, .fotorama__img, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video iframe {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0; }

.fotorama--fullscreen, .fotorama__img {
  max-width: 99999px !important;
  max-height: 99999px !important;
  min-width: 0 !important;
  min-height: 0 !important;
  border-radius: 0 !important;
  -webkit-box-shadow: none !important;
          box-shadow: none !important;
  padding: 0 !important; }

.fotorama__wrap .fotorama__grab {
  cursor: move;
  cursor: -webkit-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab; }

.fotorama__grabbing * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing; }

.fotorama__spinner {
  position: absolute !important;
  top: 50% !important;
  left: 50% !important; }

.fotorama__wrap--css3 .fotorama__arr, .fotorama__wrap--css3 .fotorama__fullscreen-icon, .fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border, .fotorama__wrap--css3 .fotorama__video-close, .fotorama__wrap--css3 .fotorama__video-play {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__caption, .fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before, .fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__nav, .fotorama__wrap--css3 .fotorama__spinner, .fotorama__wrap--css3 .fotorama__stage, .fotorama__wrap--css3 .fotorama__stage .fotorama__img, .fotorama__wrap--css3 .fotorama__stage__frame {
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus, .fotorama__nav__frame {
  outline: 0; }

.fotorama__arr:focus:after, .fotorama__fullscreen-icon:focus:after, .fotorama__nav__frame:focus .fotorama__dot:after, .fotorama__nav__frame:focus .fotorama__thumb:after {
  content: '';
  border-radius: inherit;
  background-color: rgba(0, 175, 234, 0.5); }

.fotorama__wrap--video .fotorama__stage, .fotorama__wrap--video .fotorama__stage__frame--video, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img, .fotorama__wrap--video .fotorama__stage__shaft {
  -webkit-transform: none !important;
  -ms-transform: none !important;
   -o-transform: none !important;
      transform: none !important; }

.fotorama__wrap--css3 .fotorama__nav__shaft, .fotorama__wrap--css3 .fotorama__stage__shaft, .fotorama__wrap--css3 .fotorama__thumb-border {
  transition-property: -webkit-transform, width;
  -webkit-transition-property: width, -webkit-transform;
  transition-property: width, -webkit-transform;
  -o-transition-property: transform, width, -o-transform;
  transition-property: transform, width;
  transition-property: transform, width, -webkit-transform, -o-transform;
  -webkit-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
       -o-transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0.1, 0, 0.25, 1);
  -webkit-transition-duration: 0ms;
       -o-transition-duration: 0ms;
          transition-duration: 0ms; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__no-select, .fotorama__video-close, .fotorama__video-play, .fotorama__wrap {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fotorama__select {
  -webkit-user-select: text;
  -moz-user-select: text;
  -ms-user-select: text;
  user-select: text; }

.fotorama__nav, .fotorama__nav__frame {
  margin: auto;
  padding: 0; }

.fotorama__caption__wrap, .fotorama__nav__frame, .fotorama__nav__shaft {
  -moz-box-orient: vertical;
  display: inline-block;
  vertical-align: middle;
  *display: inline;
  *zoom: 1; }

.fotorama__nav__frame, .fotorama__thumb-border {
  -webkit-box-sizing: content-box;
          box-sizing: content-box; }

.fotorama__caption__wrap {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.fotorama--hidden, .fotorama__load {
  position: absolute;
  left: -99999px;
  top: -99999px;
  z-index: -1; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__nav, .fotorama__nav__frame, .fotorama__nav__shaft, .fotorama__stage__frame, .fotorama__stage__shaft, .fotorama__video-close, .fotorama__video-play {
  -webkit-tap-highlight-color: transparent; }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  background: url(../../assets/img/fotorama.png) no-repeat; }

@media (-webkit-min-device-pixel-ratio: 1.5), (-webkit-min-device-pixel-ratio: 2), (-o-min-device-pixel-ratio: 2/1), (min-resolution: 2dppx) {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
    background: url(../../assets/img/fotorama@2x.png) 0 0/96px 160px no-repeat; } }

.fotorama__thumb {
  background-color: #7f7f7f;
  background-color: rgba(127, 127, 127, 0.2); }

@media print {
  .fotorama__arr, .fotorama__fullscreen-icon, .fotorama__thumb-border, .fotorama__video-close, .fotorama__video-play {
    background: none !important; } }

.fotorama {
  min-width: 1px;
  overflow: hidden; }

.fotorama:not(.fotorama--unobtrusive) > *:not(:first-child) {
  display: none; }

.fullscreen {
  width: 100% !important;
  height: 100% !important;
  max-width: 100% !important;
  max-height: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  background: #000; }

.fotorama--fullscreen {
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  bottom: 0 !important;
  float: none !important;
  z-index: 2147483647 !important;
  background: #000;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important; }

.fotorama--fullscreen .fotorama__nav, .fotorama--fullscreen .fotorama__stage {
  background: #000; }

.fotorama__wrap {
  -webkit-text-size-adjust: 100%;
  position: relative;
  direction: ltr;
  z-index: 0; }

.fotorama__wrap--rtl .fotorama__stage__frame {
  direction: rtl; }

.fotorama__nav, .fotorama__stage {
  overflow: hidden;
  position: relative;
  max-width: 100%; }

.fotorama__wrap--pan-y {
  -ms-touch-action: pan-y; }

.fotorama__wrap .fotorama__pointer {
  cursor: pointer; }

.fotorama__wrap--slide .fotorama__stage__frame {
  opacity: 1 !important; }

.fotorama__stage__frame {
  overflow: hidden; }

.fotorama__stage__frame.fotorama__active {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__stage__frame {
  display: none; }

.fotorama__wrap--fade .fotorama__fade-front, .fotorama__wrap--fade .fotorama__fade-rear, .fotorama__wrap--fade .fotorama__stage__frame.fotorama__active {
  display: block;
  left: 0;
  top: 0; }

.fotorama__wrap--fade .fotorama__fade-front {
  z-index: 8; }

.fotorama__wrap--fade .fotorama__fade-rear {
  z-index: 7; }

.fotorama__wrap--fade .fotorama__fade-rear.fotorama__active {
  z-index: 9; }

.fotorama__wrap--fade .fotorama__stage .fotorama__shadow {
  display: none; }

.fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  border: none !important; }

.fotorama__error .fotorama__img, .fotorama__loaded .fotorama__img {
  -ms-filter: "alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img, .fotorama__img--full {
  display: none; }

.fotorama--fullscreen .fotorama__loaded--full .fotorama__img--full {
  display: block; }

.fotorama__wrap--only-active .fotorama__nav, .fotorama__wrap--only-active .fotorama__stage {
  max-width: 99999px !important; }

.fotorama__wrap--only-active .fotorama__stage__frame {
  visibility: hidden; }

.fotorama__wrap--only-active .fotorama__stage__frame.fotorama__active {
  visibility: visible; }

.fotorama__nav {
  font-size: 0;
  line-height: 0;
  text-align: center;
  display: none;
  white-space: nowrap;
  z-index: 5; }

.fotorama__nav__shaft {
  position: relative;
  left: 0;
  top: 0;
  text-align: left; }

.fotorama__nav__frame {
  position: relative;
  cursor: pointer; }

.fotorama__nav--dots {
  display: block; }

.fotorama__nav--dots .fotorama__nav__frame {
  width: 18px;
  height: 30px; }

.fotorama__nav--dots .fotorama__nav__frame--thumb, .fotorama__nav--dots .fotorama__thumb-border {
  display: none; }

.fotorama__nav--thumbs {
  display: block; }

.fotorama__nav--thumbs .fotorama__nav__frame {
  padding-left: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame:last-child {
  padding-right: 0 !important; }

.fotorama__nav--thumbs .fotorama__nav__frame--dot {
  display: none; }

.fotorama__dot {
  display: block;
  width: 4px;
  height: 4px;
  position: relative;
  top: 12px;
  left: 6px;
  border-radius: 6px;
  border: 1px solid #7f7f7f; }

.fotorama__nav__frame:focus .fotorama__dot:after {
  padding: 1px;
  top: -1px;
  left: -1px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot {
  width: 0;
  height: 0;
  border-width: 3px; }

.fotorama__nav__frame.fotorama__active .fotorama__dot:after {
  padding: 3px;
  top: -3px;
  left: -3px; }

.fotorama__thumb {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%; }

.fotorama__nav__frame:focus .fotorama__thumb {
  z-index: 2; }

.fotorama__thumb-border {
  position: absolute;
  z-index: 9;
  top: 0;
  left: 0;
  border-style: solid;
  border-color: #00afea;
  background-image: -webkit-gradient(linear, left top, right bottom, from(rgba(255, 255, 255, 0.25)), to(rgba(64, 64, 64, 0.1)));
  background-image: -webkit-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: -o-linear-gradient(top left, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1));
  background-image: linear-gradient(to bottom right, rgba(255, 255, 255, 0.25), rgba(64, 64, 64, 0.1)); }

.fotorama__caption {
  position: absolute;
  z-index: 12;
  bottom: 0;
  left: 0;
  right: 0;
  font-family: 'Helvetica Neue', Arial, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  color: #000; }

.fotorama__caption a {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid;
  border-color: rgba(0, 0, 0, 0.5); }

.fotorama__caption a:hover {
  color: #333;
  border-color: rgba(51, 51, 51, 0.5); }

.fotorama__wrap--rtl .fotorama__caption {
  left: auto;
  right: 0; }

.fotorama__wrap--no-captions .fotorama__caption, .fotorama__wrap--video .fotorama__caption {
  display: none; }

.fotorama__caption__wrap {
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 5px 10px; }

@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@-o-keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spinner {
  0% {
    -webkit-transform: rotate(0);
    -o-transform: rotate(0);
       transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

.fotorama__wrap--css3 .fotorama__spinner {
  -webkit-animation: spinner 24s infinite linear;
  -o-animation: spinner 24s infinite linear;
     animation: spinner 24s infinite linear; }

.fotorama__wrap--css3 .fotorama__html, .fotorama__wrap--css3 .fotorama__stage .fotorama__img {
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s; }

.fotorama__wrap--video .fotorama__stage__frame--video .fotorama__html, .fotorama__wrap--video .fotorama__stage__frame--video .fotorama__img {
  -ms-filter: "alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0; }

.fotorama__select {
  cursor: auto; }

.fotorama__video {
  top: 32px;
  right: 0;
  bottom: 0;
  left: 0;
  position: absolute;
  z-index: 10; }

@-moz-document url-prefix() {
  .fotorama__active {
    box-shadow: 0 0 0 transparent; } }

.fotorama__arr, .fotorama__fullscreen-icon, .fotorama__video-close, .fotorama__video-play {
  position: absolute;
  z-index: 11;
  cursor: pointer; }

.fotorama__arr {
  position: absolute;
  width: 32px;
  height: 32px;
  top: 50%;
  margin-top: -16px; }

.fotorama__arr--prev {
  left: 2px;
  background-position: 0 0; }

.fotorama__arr--next {
  right: 2px;
  background-position: -32px 0; }

.fotorama__arr--disabled {
  pointer-events: none;
  cursor: default;
  *display: none;
  opacity: .1; }

.fotorama__fullscreen-icon {
  width: 32px;
  height: 32px;
  top: 2px;
  right: 2px;
  background-position: 0 -32px;
  z-index: 20; }

.fotorama__arr:focus, .fotorama__fullscreen-icon:focus {
  border-radius: 50%; }

.fotorama--fullscreen .fotorama__fullscreen-icon {
  background-position: -32px -32px; }

.fotorama__video-play {
  width: 96px;
  height: 96px;
  left: 50%;
  top: 50%;
  margin-left: -48px;
  margin-top: -48px;
  background-position: 0 -64px;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-play, .fotorama__wrap--video .fotorama__stage .fotorama__video-play {
  display: none; }

.fotorama__error .fotorama__video-play, .fotorama__loaded .fotorama__video-play, .fotorama__nav__frame .fotorama__video-play {
  opacity: 1;
  display: block; }

.fotorama__nav__frame .fotorama__video-play {
  width: 32px;
  height: 32px;
  margin-left: -16px;
  margin-top: -16px;
  background-position: -64px -32px; }

.fotorama__video-close {
  width: 32px;
  height: 32px;
  top: 0;
  right: 0;
  background-position: -64px 0;
  z-index: 20;
  opacity: 0; }

.fotorama__wrap--css2 .fotorama__video-close {
  display: none; }

.fotorama__wrap--css3 .fotorama__video-close {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--video .fotorama__video-close {
  display: block;
  opacity: 1; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__video-close {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  opacity: 0; }

.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  opacity: 1; }

.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--video .fotorama__fullscreen-icon {
  opacity: 0 !important; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon {
  display: none; }

.fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__arr:focus, .fotorama__wrap--css2.fotorama__wrap--no-controls.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:focus {
  display: block; }

.fotorama__wrap--css2.fotorama__wrap--video .fotorama__arr, .fotorama__wrap--css2.fotorama__wrap--video .fotorama__fullscreen-icon {
  display: none !important; }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__fullscreen-icon:not(:focus) {
  -webkit-transform: translate3d(32px, -32px, 0);
  transform: translate3d(32px, -32px, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--prev:not(:focus) {
  -webkit-transform: translate3d(-48px, 0, 0);
  transform: translate3d(-48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--no-controls.fotorama__wrap--slide.fotorama__wrap--toggle-arrows .fotorama__arr--next:not(:focus) {
  -webkit-transform: translate3d(48px, 0, 0);
  transform: translate3d(48px, 0, 0); }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__fullscreen-icon {
  -webkit-transform: translate3d(32px, -32px, 0) !important;
  transform: translate3d(32px, -32px, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--prev {
  -webkit-transform: translate3d(-48px, 0, 0) !important;
  transform: translate3d(-48px, 0, 0) !important; }

.fotorama__wrap--css3.fotorama__wrap--video .fotorama__arr--next {
  -webkit-transform: translate3d(48px, 0, 0) !important;
  transform: translate3d(48px, 0, 0) !important; }

.fotorama__wrap--css3 .fotorama__arr:not(:focus), .fotorama__wrap--css3 .fotorama__fullscreen-icon:not(:focus), .fotorama__wrap--css3 .fotorama__video-close:not(:focus), .fotorama__wrap--css3 .fotorama__video-play:not(:focus) {
  transition-property: -webkit-transform, opacity;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity, -o-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform, -o-transform;
  -webkit-transition-duration: .3s;
       -o-transition-duration: .3s;
          transition-duration: .3s; }

.fotorama__nav:after, .fotorama__nav:before, .fotorama__stage:after, .fotorama__stage:before {
  content: "";
  display: block;
  position: absolute;
  text-decoration: none;
  top: 0;
  bottom: 0;
  width: 10px;
  height: auto;
  z-index: 10;
  pointer-events: none;
  background-repeat: no-repeat;
  -webkit-background-size: 1px 100%, 5px 100%;
          background-size: 1px 100%, 5px 100%; }

.fotorama__nav:before, .fotorama__stage:before {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent)), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(0 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 0 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 0 0, 0 0;
  left: -10px; }

.fotorama__nav.fotorama__shadows--left:before, .fotorama__stage.fotorama__shadows--left:before {
  left: 0; }

.fotorama__nav:after, .fotorama__stage:after {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(25%, rgba(0, 0, 0, 0.2)), color-stop(75%, rgba(0, 0, 0, 0.3)), color-stop(75%, transparent)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-image: -webkit-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -webkit-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: -o-linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), -o-radial-gradient(100% 50%, farthest-side, rgba(0, 0, 0, 0.4), transparent);
  background-image: linear-gradient(transparent, rgba(0, 0, 0, 0.2) 25%, rgba(0, 0, 0, 0.3) 75%, transparent), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.4), transparent);
  background-position: 100% 0, 100% 0;
  right: -10px; }

.fotorama__nav.fotorama__shadows--right:after, .fotorama__stage.fotorama__shadows--right:after {
  right: 0; }

.fotorama--fullscreen .fotorama__nav:after, .fotorama--fullscreen .fotorama__nav:before, .fotorama--fullscreen .fotorama__stage:after, .fotorama--fullscreen .fotorama__stage:before, .fotorama__wrap--fade .fotorama__stage:after, .fotorama__wrap--fade .fotorama__stage:before, .fotorama__wrap--no-shadows .fotorama__nav:after, .fotorama__wrap--no-shadows .fotorama__nav:before, .fotorama__wrap--no-shadows .fotorama__stage:after, .fotorama__wrap--no-shadows .fotorama__stage:before {
  display: none; }

/*============================================================================
  Social Icon Buttons v1.0
  Author:
    Carson Shold | @cshold
    http://www.carsonshold.com
  MIT License
==============================================================================*/
@font-face {
  font-family: 'icons';
  src: url("../../assets/fonts/icons.eot?qhrhpx");
  src: url("../../assets/fonts/icons.eot?qhrhpx#iefix") format("embedded-opentype"), url("../../assets/fonts/icons.ttf?qhrhpx") format("truetype"), url("../../assets/fonts/icons.woff?qhrhpx") format("woff"), url("../../assets/fonts/icons.svg?qhrhpx#icons") format("svg");
  font-weight: normal;
  font-style: normal; }

[class^="icon-"], [class*=" icon-"] {
  font-family: 'icons';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  color: #fff;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.icon-fancy:before {
  content: "\46"; }

.icon-twitter:before {
  content: "\54"; }

.icon-facebook:before {
  content: "\66"; }

.icon-google:before {
  content: "\67"; }

.icon-pinterest:before {
  content: "\70"; }

.icon-reddit:before {
  content: "\52"; }

.icon-linkedin:before {
  content: "\69"; }

.icon-skype:before {
  content: "\e900"; }

/*================ Social share buttons ================*/
.social-sharing {
  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  /*================ Large Buttons ================*/ }

.social-sharing * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.social-sharing a {
  display: inline-block;
  color: #fff;
  border-radius: 2px;
  margin: 0 10px 10px 0;
  height: 22px;
  line-height: 22px;
  text-decoration: none;
  font-weight: normal; }

.social-sharing a:hover {
  color: #fff; }

.social-sharing span {
  display: inline-block;
  vertical-align: top;
  height: 22px;
  line-height: 22px;
  font-size: 12px; }

.social-sharing .icon {
  padding: 0 5px 0 10px; }

.social-sharing .icon:before {
  line-height: 22px; }

.social-sharing.is-large a {
  height: 44px;
  line-height: 44px; }

.social-sharing.is-large a span {
  height: 44px;
  line-height: 44px;
  font-size: 18px; }

.social-sharing.is-large a .icon {
  padding: 0 10px 0 18px; }

.social-sharing.is-large a .icon:before {
  line-height: 44px; }

.share-title {
  font-weight: 900;
  font-size: 12px;
  padding-right: 10px;
  color: #fff; }

.is-large .share-title {
  padding-right: 16px; }

.share-facebook {
  background-color: #3b5998; }

.share-facebook:hover {
  background-color: #2d4373; }

.share-twitter {
  background-color: #00aced; }

.share-twitter:hover {
  background-color: #0087ba; }

.share-pinterest {
  background-color: #cb2027; }

.share-pinterest:hover {
  background-color: #9f191f; }

.share-fancy {
  background-color: #4999dc; }

.share-fancy:hover {
  background-color: #2780cb; }

.share-google {
  background-color: #dd4b39; }

.share-google:hover {
  background-color: #c23321; }

.share-reddit {
  background-color: #5f99cf; }

.share-reddit:hover {
  background-color: #3a80c1; }

.share-linkedin {
  background-color: #0077b5; }

.share-linkedin:hover {
  background-color: #005582; }

.share-skype {
  background-color: #00aff0; }

.share-skype:hover {
  background-color: #008abd; }

.share-count {
  position: relative;
  background-color: #fff;
  padding: 0 8px;
  margin-right: -2px;
  font-size: 14px;
  line-height: 20px;
  color: #333;
  border-radius: 0 2px 2px 0;
  border: 1px solid #ececec;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-in;
  -o-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in; }

.share-count.is-loaded {
  opacity: 1; }

.share-count:before,
.share-count:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -6px;
  width: 0;
  height: 0;
  border-top: 6px solid transparent;
  border-bottom: 6px solid transparent;
  border-right: 6px solid; }

.share-count:before {
  left: -6px;
  border-right-color: #ececec; }

.share-count:after {
  left: -5px;
  border-right-color: #fff; }

a:hover .share-count {
  background-color: whitesmoke; }

a:hover .share-count:after {
  border-right-color: whitesmoke; }

.is-large .share-count {
  font-size: 18px;
  padding: 0 14px; }

/*================ Clean Buttons ================*/
.social-sharing.is-clean a {
  background-color: #fff;
  border: 1px solid #ececec;
  color: #333;
  height: 30px;
  line-height: 30px; }

.social-sharing.is-clean a span {
  height: 30px;
  line-height: 30px;
  font-size: 13px; }

.social-sharing.is-clean a:hover {
  background-color: #ececec; }

.social-sharing.is-clean a:hover .share-count {
  background-color: #fff; }

.social-sharing.is-clean a:hover .share-count:after {
  border-right-color: #fff; }

.social-sharing.is-clean a .share-title {
  font-weight: normal; }

.social-sharing.is-clean .share-count {
  top: -1px; }

.social-sharing.is-clean .icon-facebook {
  color: #3b5998; }

.social-sharing.is-clean .icon-twitter {
  color: #00aced; }

.social-sharing.is-clean .icon-pinterest {
  color: #cb2027; }

.social-sharing.is-clean .icon-fancy {
  color: #4999dc; }

.social-sharing.is-clean .icon-google {
  color: #dd4b39; }

.social-sharing.is-clean .icon-reddit {
  color: #5f99cf; }

.social-sharing.is-clean .icon-linkedin {
  color: #0077b5; }

.social-sharing.is-clean .icon-skype {
  color: #00aff0; }

.not-found {
  padding-top: 150px;
  margin-bottom: 150px;
  text-align: center;
  color: #347ACB; }

.not-found__digits {
  font-size: 144px; }

.not-found__text {
  font-size: 20px;
  margin-top: 20px; }

.not-found__links {
  margin-top: 60px; }

.not-found__link {
  font-size: 14px;
  position: relative;
  margin-right: 100px;
  border-bottom: 1px solid #347ACB; }
  .not-found__link:hover {
    border-bottom: 0; }
  .not-found__link:last-child {
    margin-right: 0; }
  .not-found__link:after {
    content: "";
    position: absolute;
    top: 50%;
    margin-top: -7px;
    width: 25px;
    height: 14px;
    background-image: url(../../assets/img/offices-arrow.png);
    background-repeat: no-repeat;
    -webkit-background-size: contain;
            background-size: contain; }

.not-found__link--left:after {
  left: -25px;
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
       -o-transform: rotate(90deg);
          transform: rotate(90deg); }

.not-found__link--right:after {
  right: -25px;
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
       -o-transform: rotate(-90deg);
          transform: rotate(-90deg); }

@media (min-width: 768px) {
  .not-found__link {
    margin-right: 160px; } }

.footer {
  background-color: #181818;
  padding: 35px 0 45px; }

.footer__entry {
  background-image: url(../../assets/img/footer-bg.png);
  background-repeat: no-repeat;
  -webkit-background-size: 342px 247px;
          background-size: 342px 247px;
  background-position: center; }

.footer__columns {
  list-style: none; }
  .footer__columns:before {
    content: ' ';
    display: table; }
  .footer__columns:after {
    content: ' ';
    display: table;
    clear: both; }

.footer__column {
  margin-bottom: 20px; }

.footer__title {
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  color: #fff;
  margin-bottom: 30px; }

.footer__list {
  list-style: none; }

.footer__item {
  margin-bottom: 10px; }
  .footer__item a {
    vertical-align: top;
    font-size: 14px;
    color: #9B9B9B; }

.footer__contacts {
  list-style: none; }
  .footer__contacts a {
    color: #9B9B9B; }

.footer__contact {
  color: #9B9B9B;
  font-size: 14px;
  line-height: 2;
  margin-bottom: 20px; }

.footer__social {
  list-style: none; }
  .footer__social:before {
    content: ' ';
    display: table; }
  .footer__social:after {
    content: ' ';
    display: table;
    clear: both; }

.footer__icon {
  float: left;
  width: 40px;
  height: 40px;
  background-repeat: no-repeat;
  background-position: center center;
  -webkit-background-size: contain;
          background-size: contain;
  margin-right: 20px; }

.footer__icon--facebook {
  background-image: url(../../assets/img/facebook.png); }

.footer__icon--twitter {
  background-image: url(../../assets/img/twitter.png); }

.footer__info {
  margin-top: 30px; }
  .footer__info:before {
    content: ' ';
    display: table; }
  .footer__info:after {
    content: ' ';
    display: table;
    clear: both; }

.footer__copyright {
  font-size: 10px;
  color: #9B9B9B;
  line-height: 1.5;
  margin-bottom: 20px; }
  .footer__copyright span {
    padding-top: 5px;
    display: inline-block;
    font-weight: 600; }
    .footer__copyright span a {
      color: #9B9B9B; }

.footer__flags {
  list-style: none; }

.footer__flag {
  margin-bottom: 10px;
  word-wrap: break-word; }
  .footer__flag:before {
    content: ' ';
    display: table; }
  .footer__flag:after {
    content: ' ';
    display: table;
    clear: both; }

.footer__image {
  float: left; }

.footer__text {
  float: left;
  font-size: 10px;
  color: #9B9B9B;
  margin-left: 10px;
  line-height: 1.5; }

@media (min-width: 768px) {
  .footer__column {
    float: left;
    width: 25%;
    margin-bottom: 0; }
  .footer__copyright {
    float: left;
    width: 40%;
    margin-bottom: 0; }
  .footer__flags {
    float: right;
    width: 60%; }
  .footer__flag {
    float: right;
    margin-left: 20px;
    margin-bottom: 0; }
  .footer__column--social {
    padding-left: 50px; } }

@media (min-width: 992px) {
  .footer__copyright {
    float: left;
    margin-bottom: 0; }
  .footer__column--social {
    padding-left: 100px; } }

@media (min-width: 1200px) {
  .footer__flags {
    width: 50%; }
  .footer__copyright {
    width: 50%; } }

/**
 * Swiper 3.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 *
 * http://www.idangero.us/swiper/
 *
 * Copyright 2016, Vladimir Kharlampidi
 * The iDangero.us
 * http://www.idangero.us/
 *
 * Licensed under MIT
 *
 * Released on: February 7, 2016
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  -o-transition-property: -o-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform, -o-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform, -o-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  -o-transform: translate(0px, 0px);
  -ms-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -webkit-box-lines: multiple;
  -moz-box-lines: multiple;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex: 0 0 auto;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
  -webkit-transition-property: -webkit-transform, height;
  -o-transition-property: -o-transform;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height, -o-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform, -o-transform; }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

/* IE10 Windows Phone 8 Fixes */
.swiper-wp8-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-wp8-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

/* Arrows */
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  -webkit-background-size: 27px 44px;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

/* Pagination Styles */
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -webkit-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-white .swiper-pagination-bullet {
  background: #fff; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  -o-transform: translate(0px, -50%);
  -ms-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 5px 0;
  display: block; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 5px; }

/* Progress */
.swiper-pagination-progress {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progress .swiper-pagination-progressbar {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  -o-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progress .swiper-pagination-progressbar {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  -o-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progress {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progress {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-progress.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.5); }

.swiper-pagination-progress.swiper-pagination-white .swiper-pagination-progressbar {
  background: #fff; }

.swiper-pagination-progress.swiper-pagination-black .swiper-pagination-progressbar {
  background: #000; }

/* 3D Container */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  -o-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  /* Safari 4+, Chrome */
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Chrome 10+, Safari 5.1+, iOS 5+ */
  /* Firefox 3.6-15 */
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), transparent);
  /* Opera 11.10-12.00 */
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
  /* Firefox 16+, IE10, Opera 12.50+ */ }

/* Coverflow */
.swiper-container-coverflow .swiper-wrapper,
.swiper-container-flip .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

/* Cube + Flip */
.swiper-container-cube,
.swiper-container-flip {
  overflow: visible; }

.swiper-container-cube .swiper-slide,
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-cube .swiper-slide .swiper-slide,
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-flip .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

/* Cube */
.swiper-container-cube .swiper-slide {
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
     transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  -o-transform-origin: 100% 0;
     transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

/* Fade */
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
   -o-transform-origin: 50%;
      transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  -o-animation: swiper-preloader-spin 1s steps(12, end) infinite;
     animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  -webkit-background-size: 100%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg); } }

@-o-keyframes swiper-preloader-spin {
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

.slider__slide {
  height: 200px;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-background-size: cover;
          background-size: cover; }

.slider__pagination {
  position: absolute;
  display: inline-block;
  list-style: none;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 2;
  text-align: center; }

.slider__bullet {
  position: relative;
  display: inline-block;
  margin: 0 5px;
  width: 10px;
  height: 10px;
  cursor: pointer; }
  .slider__bullet--active .slider__dot {
    -webkit-box-shadow: inset 0 0 0 5px white;
            box-shadow: inset 0 0 0 5px white; }

.slider__dot {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  outline: none;
  border-radius: 50%;
  background-color: #fff;
  background-color: rgba(255, 255, 255, 0.3);
  text-indent: -999em;
  /* make the text accessible to screen readers */
  cursor: pointer;
  position: absolute;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px white;
          box-shadow: inset 0 0 0 2px white;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: -webkit-box-shadow 0.3s ease;
  -o-transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease, -webkit-box-shadow 0.3s ease; }
  .slider__dot:focus {
    outline: none;
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6); }
  .slider__dot:hover {
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6);
            box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.6); }

@media (min-width: 768px) {
  .slider__slide {
    /*height: 300px;*/height: 500px; } }

@media (min-width: 992px) {
  .slider__slide {
    /*height: 400px;*/height: 600px; } }

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