/*! 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 {
  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'] {
  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 */
}

/**
 * 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;
}

@font-face {
  font-family: 'ubuntubold';
  src: url('../fonts/ubuntu-bold-webfont.eot');
  src: url('../fonts/ubuntu-bold-webfont.eot?') format('embedded-opentype'), url('../fonts/ubuntu-bold-webfont.woff2') format('woff2'), url('../fonts/ubuntu-bold-webfont.woff') format('woff'), url('../fonts/ubuntu-bold-webfont.ttf') format('truetype'), url('../fonts/ubuntu-bold-webfont.svg') format('svg');
}

@font-face {
  font-family: 'ubuntulight';
  src: url('../fonts/ubuntu-light-webfont.eot');
  src: url('../fonts/ubuntu-light-webfont.eot?') format('embedded-opentype'), url('../fonts/ubuntu-light-webfont.woff2') format('woff2'), url('../fonts/ubuntu-light-webfont.woff') format('woff'), url('../fonts/ubuntu-light-webfont.ttf') format('truetype'), url('../fonts/ubuntu-light-webfont.svg') format('svg');
}

@font-face {
  font-family: 'ubuntumedium';
  src: url('../fonts/ubuntu-medium-webfont.eot');
  src: url('../fonts/ubuntu-medium-webfont.eot?') format('embedded-opentype'), url('../fonts/ubuntu-medium-webfont.woff2') format('woff2'), url('../fonts/ubuntu-medium-webfont.woff') format('woff'), url('../fonts/ubuntu-medium-webfont.ttf') format('truetype'), url('../fonts/ubuntu-medium-webfont.svg') format('svg');
}

@font-face {
  font-family: 'ubunturegular';
  src: url('../fonts/ubuntu-regular-webfont.eot');
  src: url('../fonts/ubuntu-regular-webfont.eot?') format('embedded-opentype'), url('../fonts/ubuntu-regular-webfont.woff2') format('woff2'), url('../fonts/ubuntu-regular-webfont.woff') format('woff'), url('../fonts/ubuntu-regular-webfont.ttf') format('truetype'), url('../fonts/ubuntu-regular-webfont.svg') format('svg');
}

@font-face {
  font-family: 'freescript';
  src: url('../fonts/FREESCPT.eot');
  src: url('../fonts/FREESCPT.eot') format('embedded-opentype'), url('../fonts/FREESCPT.woff2') format('woff2'), url('../fonts/FREESCPT.woff') format('woff'), url('../fonts/FREESCPT.ttf') format('truetype'), url('../fonts/FREESCPT.svg') format('svg');
}

.socials-list,
.add-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

.clearfix:after,
.input-holder:after {
  content: '';
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

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

* {
  max-height: 1000000px;
}

html,
body {
  height: 100%;
}

body {
  color: #fff;
  background: #000;
  font: 21px/1.524 'ubuntulight', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
}
@media (max-width: 1024px) {
  body {
    font-size: 17.85px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 13.86px;
  }
}
@media (max-width: 480px) {
  body {
    font-size: 11.97px;
  }
}

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

.gm-style img {
  max-width: none;
}

a,
button,
input[type='submit'] {
  cursor: pointer;
  transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, visibility 0.4s ease-out, transform 0.4s ease-out;
  -webkit-transition: color 0.4s ease-out, background-color 0.4s ease-out, opacity 0.4s ease-out, border-color 0.4s ease-out, visibility 0.4s ease-out, -webkit-transform 0.4s ease-out;
}

@media only screen and (min-width: 1025px) {
  a[href^='tel'],
  a[href^='skype'],
  a[href^='sms'] {
    cursor: default;
    pointer-events: none;
  }
}

.btn {
  display: inline-block;
  vertical-align: top;
  background: #000;
  color: #fff;
  border: 3px solid #fff;
  font: 15.96px/1 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  padding: 11px 28px 13px 36px;
  text-transform: uppercase;
  transition: background color border-color 0.4s ease-out;
}
.btn:hover {
  background: #fff;
  color: #000;
  text-decoration: none;
}
.btn.transparent {
  background: transparent;
}
.btn.transparent:hover {
  background: #fff;
}
@media (max-width: 768px) {
  .btn {
    padding: 9px 14px;
    font-size: 11.97px;
  }
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}

.hidden-desktop {
  display: none;
}

@media (max-width: 768px) {
  .mobile-visible {
    display: block !important;
  }
}

.text-center {
  text-align: center;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6,
.h {
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  margin: 0 0 0.5em;
  color: inherit;
  line-height: 1;
}

h1,
.h1 {
  font-size: 43px;
}
@media (max-width: 1024px) {
  h1,
  .h1 {
    font-size: 34.4px;
  }
}
@media (max-width: 480px) {
  h1,
  .h1 {
    font-size: 23.65px;
  }
}

h2,
.h2 {
  font-size: 35px;
}
@media (max-width: 1024px) {
  h2,
  .h2 {
    font-size: 28px;
  }
}
@media (max-width: 480px) {
  h2,
  .h2 {
    font-size: 21px;
  }
}

h3,
.h3 {
  font-size: 29px;
}
@media (max-width: 1024px) {
  h3,
  .h3 {
    font-size: 23.2px;
  }
}
@media (max-width: 480px) {
  h3,
  .h3 {
    font-size: 17.4px;
  }
}

h4,
.h4 {
  font-size: 25px;
}
@media (max-width: 1024px) {
  h4,
  .h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  h4,
  .h4 {
    font-size: 15px;
  }
}

h5,
.h5 {
  font-size: 20px;
}
@media (max-width: 1024px) {
  h5,
  .h5 {
    font-size: 16px;
  }
}
@media (max-width: 480px) {
  h5,
  .h5 {
    font-size: 12px;
  }
}

h6,
.h6 {
  font-size: 18px;
}
@media (max-width: 1024px) {
  h6,
  .h6 {
    font-size: 14.4px;
  }
}
@media (max-width: 480px) {
  h6,
  .h6 {
    font-size: 10.8px;
  }
}

p {
  margin: 0 0 1em;
}

a {
  color: #fff;
  text-decoration: none;
}
a:hover {
  color: white;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type='text'],
input[type='tel'],
input[type='email'],
input[type='search'],
input[type='password'],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  outline: 0;
  border: 1px solid #3b3b3b;
  padding: 12px 26px 14px;
  font-size: 11.97px;
  background: transparent;
  width: 100%;
  font-family: 'ubunturegular', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}
input[type='text']:focus,
input[type='tel']:focus,
input[type='email']:focus,
input[type='search']:focus,
input[type='password']:focus,
textarea:focus {
  border-color: #fff;
}
input[type='text']:focus::-webkit-input-placeholder,
input[type='tel']:focus::-webkit-input-placeholder,
input[type='email']:focus::-webkit-input-placeholder,
input[type='search']:focus::-webkit-input-placeholder,
input[type='password']:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
  color: transparent;
}
input[type='text']:focus::-moz-placeholder,
input[type='tel']:focus::-moz-placeholder,
input[type='email']:focus::-moz-placeholder,
input[type='search']:focus::-moz-placeholder,
input[type='password']:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
  opacity: 1;
  color: transparent;
}
input[type='text']:focus:-moz-placeholder,
input[type='tel']:focus:-moz-placeholder,
input[type='email']:focus:-moz-placeholder,
input[type='search']:focus:-moz-placeholder,
input[type='password']:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
  color: transparent;
}
input[type='text']:focus:-ms-input-placeholder,
input[type='tel']:focus:-ms-input-placeholder,
input[type='email']:focus:-ms-input-placeholder,
input[type='search']:focus:-ms-input-placeholder,
input[type='password']:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {
  color: transparent;
}
input[type='text']:focus.placeholder,
input[type='tel']:focus.placeholder,
input[type='email']:focus.placeholder,
input[type='search']:focus.placeholder,
input[type='password']:focus.placeholder,
textarea:focus.placeholder {
  color: transparent;
}
input[type='text']::-webkit-input-placeholder,
input[type='tel']::-webkit-input-placeholder,
input[type='email']::-webkit-input-placeholder,
input[type='search']::-webkit-input-placeholder,
input[type='password']::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #fff;
}
input[type='text']::-moz-placeholder,
input[type='tel']::-moz-placeholder,
input[type='email']::-moz-placeholder,
input[type='search']::-moz-placeholder,
input[type='password']::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #fff;
}
input[type='text']:-moz-placeholder,
input[type='tel']:-moz-placeholder,
input[type='email']:-moz-placeholder,
input[type='search']:-moz-placeholder,
input[type='password']:-moz-placeholder,
textarea:-moz-placeholder {
  color: #fff;
}
input[type='text']:-ms-input-placeholder,
input[type='tel']:-ms-input-placeholder,
input[type='email']:-ms-input-placeholder,
input[type='search']:-ms-input-placeholder,
input[type='password']:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #fff;
}
input[type='text'].placeholder,
input[type='tel'].placeholder,
input[type='email'].placeholder,
input[type='search'].placeholder,
input[type='password'].placeholder,
textarea.placeholder {
  color: #fff;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
  max-width: 100%;
  overflow: auto;
}

button,
input[type='button'],
input[type='reset'],
input[type='file'],
input[type='submit'] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.label,
label {
  display: inline-block;
  vertical-align: top;
}

.input-holder {
  position: relative;
}

.input-placeholder-text {
  white-space: nowrap;
  cursor: text;
}
.area .input-placeholder-text {
  white-space: normal;
}

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

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

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

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

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

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  text-shadow: none;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer,
.fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image,
.fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading,
.fancybox-close,
.fancybox-prev span,
.fancybox-next span {
  background-image: url('../images/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
  background: url(../images/close.svg) no-repeat;
  background-size: contain;
  cursor: pointer;
}
@media (max-width: 768px) {
  .fancybox-close {
    width: 25px;
    height: 25px;
  }
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: url('../images/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px 'Helvetica Neue', Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #fff;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading,
  .fancybox-close,
  .fancybox-prev span,
  .fancybox-next span {
    background-image: url('../images/fancybox/fancybox_sprite@2x.png');
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div {
    background-image: url('../images/fancybox/fancybox_loading@2x.gif');
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: -1;
}

.nav {
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 29.4px;
  text-transform: uppercase;
  overflow: hidden;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}
@media (max-width: 1024px) {
  .nav {
    font-size: 21px;
  }
}
@media (max-width: 768px) {
  .nav {
    font-size: 13.86px;
  }
}
.nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px 0 0;
  padding: 0;
  list-style: none;
  background: #000;
}
.nav ul li {
  width: 25%;
  height: calc(50vh - 24px);
  min-height: 401px;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 0 1px 1px 0;
}
@media (max-width: 1200px) {
  .nav ul li {
    min-height: calc(50vh - 24px);
    height: auto;
  }
}
@media (max-width: 768px) {
  .nav ul li {
    width: 50%;
    min-height: calc(25vh - 21px);
  }
  .nav ul li:first-child {
    -ms-flex-order: -2;
    order: -2;
  }
  .nav ul li.menu {
    -ms-flex-order: -1;
    order: -1;
  }
}
.nav a {
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  background: #000;
  letter-spacing: 2px;
  padding: 20px;
  text-align: center;
}
.nav a span {
  transition: transform 0.4s ease;
}
.nav a:hover span {
  transform: scale(1.1);
}

.menu-opener-box {
  text-transform: uppercase;
  font-size: 15.96px;
  z-index: 99;
  position: relative;
}
.menu-opener-box .menu-opener {
  width: 28px;
  height: 24px;
  margin: 0 auto 18px;
  text-indent: -9999px;
  position: relative;
  display: block;
  transition: transform 0.4s ease-out;
  z-index: 9;
}
.menu-opener-box .menu-opener:hover {
  transform: scale(1.1);
}
.menu-opener-box .menu-opener > span {
  width: 100%;
  height: 4px;
  background: #fff;
  position: absolute;
  bottom: -4px;
  top: auto;
  transition: transform 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
  left: 0;
}
.menu-opener-box .menu-opener > span:before {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  top: -9px;
  transition: top 0.12s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.menu-opener-box .menu-opener > span:after {
  display: block;
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  background: #fff;
  top: -20px;
  bottom: -8px;
  transition: top 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1) 0.2s, opacity 0.1s linear;
}

.nav-active .header {
  z-index: 9;
}

.nav-active .menu-opener-box .menu-opener > span {
  transform: translate3d(0, -8px, 0) rotate(-45deg);
}
.nav-active .menu-opener-box .menu-opener > span:before {
  top: 0;
  transform: rotate(-90deg);
  transition: top 0.1s cubic-bezier(0.33333, 0, 0.66667, 0.33333) 0.16s, transform 0.13s cubic-bezier(0.215, 0.61, 0.355, 1) 0.25s;
}
.nav-active .menu-opener-box .menu-opener > span:after {
  top: 0;
  opacity: 0;
}

.nav-active .nav {
  opacity: 1;
  animation-delay: 3s;
  transition: opacity 4s ease-out;
}

.menu-holder {
  min-height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#wrapper {
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  overflow: hidden;
}

.page-content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -1px 0 0;
  overflow: hidden;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.content-block {
  width: 25%;
  min-height: 50vh;
  border: solid rgba(255, 255, 255, 0.5);
  border-width: 0 1px 1px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer;
  overflow: hidden;
}

.content-block.wide {
  width: 50%;
}
.content-block.wide .text-place {
  font-size: 18px;
  line-height: 26px;
}
.content-block.wide .text-place p {
  margin-bottom: 30px;
}
.content-block.wide .text-place p:last-child {
  margin-bottom: 0;
}
@media (max-width: 1200px) {
  .content-block {
    min-height: 50vh;
    height: auto;
  }
}
@media (max-width: 1024px) {
  .content-block {
    min-height: 25vh;
  }
}
@media (max-width: 768px) {
  .content-block {
    width: 50%;
  }
  .content-block.wide {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .content-block:first-child {
    -ms-flex-order: -3;
    order: -3;
  }
  .content-block.menu-block {
    -ms-flex-order: -1;
    order: -1;
  }
  .content-block.order-2 {
    -ms-flex-order: -2;
    order: -2;
  }
  .content-block.order-3 {
    -ms-flex-order: -1;
    order: -1;
  }
}
.content-block.contact > div,
.content-block.contact > a {
  padding: 7px 36px 7px 37px;
}
@media (max-width: 1700px) {
  .content-block.contact > div,
  .content-block.contact > a {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .content-block.contact > div,
  .content-block.contact > a {
    padding: 15px 10px;
    word-wrap: break-word;
  }
}
.content-block.thanks > div,
.content-block.thanks > a {
  padding: 30px 10px 20px;
}
@media (max-width: 1700px) {
  .content-block.thanks > div,
  .content-block.thanks > a {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .content-block.thanks > div,
  .content-block.thanks > a {
    padding: 15px 10px;
  }
}
.content-block.thanks .text-box p {
  margin: 0;
}
.content-block > div,
.content-block > a {
  padding: 20px 10px;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  background-size: cover;
  background-position: 50% 100%;
  min-height: 50vh;
  word-wrap: break-word;
}
.content-block > div.content-block,
.content-block > a.content-block {
  width: 100%;
  min-height: 100%;
  border: 0;
  padding: 0;
}
@media screen and (max-width: 768px) and (orientation: landscape) {
  .content-block > div,
  .content-block > a {
    min-height: 250px;
  }
}
@media (max-width: 1700px) {
  .content-block > div,
  .content-block > a {
    padding: 20px;
  }
}
@media (max-width: 1024px) {
  .content-block > div,
  .content-block > a {
    min-height: 25vh;
  }
}
.content-block > div.content-center-vertical,
.content-block > a.content-center-vertical {
  -ms-flex-pack: center;
  justify-content: center;
}
.content-block > div.content-end-vertical,
.content-block > a.content-end-vertical {
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.content-block > div.content-center,
.content-block > a.content-center {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.content-block > div.content-center h3,
.content-block > a.content-center h3 {
  text-align: center;
}
.content-block > div.content-center-around,
.content-block > a.content-center-around {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
.content-block > div.staff-box,
.content-block > a.staff-box {
  background-position: 50% 0;
}
@media (max-width: 480px) {
  .content-block > div.staff-box,
  .content-block > a.staff-box {
    min-height: 100%;
  }
}
.content-block > div.photo-box,
.content-block > a.photo-box {
  width: 100%;
  min-height: 308px;
  background-size: auto;
  background-position: center 100%;
  position: relative;
  margin: 15px 0 64px;
  background-repeat: no-repeat;
  cursor: default;
}
@media (max-width: 768px) {
  .content-block > div.photo-box,
  .content-block > a.photo-box {
    min-height: 200px;
    background-size: auto 100%;
  }
}
@media (max-width: 1024px) {
  .content-block > div,
  .content-block > a {
    padding: 15px 10px;
    word-wrap: break-word;
  }
}
.content-block > div .text-center,
.content-block > a .text-center {
  padding: 0 0 8px;
}
.content-block > div .text-center h1,
.content-block > a .text-center h1 {
  margin: 0 0 39px;
}
.content-block.content-center {
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.content-block.content-center-vertical {
  -ms-flex-pack: center;
  justify-content: center;
}
.content-block h1 {
  font-weight: 300;
  font-family: 'ubuntulight', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-transform: uppercase;
  margin: 0 6px 3px;
  letter-spacing: 5px;
}
@media (max-width: 1024px) {
  .content-block h1 {
    font-size: 24.94px;
  }
}
@media (max-width: 768px) {
  .content-block h1 {
    margin: 0 0 3px;
    font-size: 19.35px;
  }
}
.content-block h3 {
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-transform: uppercase;
  margin: 0 0 3px;
  letter-spacing: 2px;
}
@media (max-width: 1700px) {
  .content-block h3 {
    letter-spacing: 0;
  }
}
@media (max-width: 1500px) {
  .content-block h3 {
    font-size: 24.94px;
  }
}
@media (max-width: 1350px) {
  .content-block h3 {
    font-size: 20.88px;
  }
}
@media (max-width: 1200px) {
  .content-block h3 {
    font-size: 17.98px;
  }
}
@media (max-width: 1024px) {
  .content-block h3 {
    font-size: 13.92px;
  }
}
@media (max-width: 768px) {
  .content-block h3 {
    font-size: 11.6px;
  }
}
.content-block h4 {
  font-weight: 300;
  font-family: 'ubuntulight', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin: 0 0 29px;
}
.content-block h5 {
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-transform: uppercase;
  margin: 0 0 3px;
  letter-spacing: 2px;
}
.content-block .text-box {
  padding: 0 0 5px;
}
.content-block .text-box p {
  margin: 0 0 38px;
}
@media (max-width: 768px) {
  .content-block .text-box p {
    margin: 0 0 20px;
  }
}
.content-block .contacts-box .text-box p {
  margin: 0;
}

.logo {
  margin: 0 0 7px;
  cursor: pointer;
  transition: transform 0.4s ease-out;
}
.logo:hover {
  transform: scale(1.1);
}

.slide-left > div,
.slide-right > div {
  animation-fill-mode: both;
  transition: transform 2s ease-out;
  animation-delay: 6s;
}

.slide-left:hover > div,
.slide-right:hover > div {
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.slide-left-long > div,
.slide-right-long > div {
  animation-fill-mode: both;
  transition: transform 2s ease-out;
  animation-delay: 4s;
}

.slide-left-long:hover > div,
.slide-right-long:hover > div {
  transition-duration: 0.1s;
  transition-timing-function: linear;
}

.nav-active .slide-left > div {
  transform: translateX(-150%);
  animation-duration: 1s;
  transition: transform 1s ease-out;
  animation-delay: 0s;
}
@media (max-width: 768px) {
  .nav-active .slide-left > div {
    transform: translateX(0);
  }
}

.nav-active .slide-left-long > div {
  transform: translateX(-300%);
  transition: transform 2s ease-out;
  animation-delay: 1s;
}
@media (max-width: 768px) {
  .nav-active .slide-left-long > div {
    transform: translateX(0);
  }
}

.nav-active .slide-right > div {
  transform: translateX(150%);
  transition: transform 2s ease-out;
  animation-delay: 0s;
}
@media (max-width: 768px) {
  .nav-active .slide-right > div {
    transform: translateX(0);
  }
}

.nav-active .slide-right-long > div {
  transform: translateX(300%);
  transition: transform 1s ease-out;
  animation-delay: 1s;
}
@media (max-width: 768px) {
  .nav-active .slide-right-long > div {
    transform: translateX(0);
  }
}

.nav-active .menu {
  transform: translateX(0) !important;
  z-index: 99;
}

.nav-active .page-content {
  max-height: calc(100vh - 48px);
  overflow: hidden;
}
@media (max-width: 768px) {
  .nav-active .page-content {
    max-height: calc(100vh - 85px);
  }
}

@media (max-width: 768px) {
  .nav-active .content-block:nth-child(even) > div {
    transform: translateX(150%);
  }
  .nav-active .content-block:nth-child(odd) > div {
    transform: translateX(-150%);
  }
}

.js-tilt-glare {
  transform-style: preserve-3d;
}
.js-tilt-glare > * {
  transform: translateZ(20px);
}

.with-overlay {
  position: relative;
}
.with-overlay:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
.with-overlay > * {
  z-index: 2;
  position: relative;
}

.transparent-link {
  opacity: 0;
  pointer-events: none;
}

.close-page {
  font-size: 43px;
}

address {
  font-style: normal;
}

.phone-icon {
  transform: rotate(90deg);
  display: inline-block;
  margin: 0 5px 0 0;
}

.contacts-box {
  text-align: center;
  font-size: 17.997px;
  line-height: 1.6;
}
@media (max-width: 768px) {
  .contacts-box {
    font-size: 10.5px;
  }
}
@media (max-width: 480px) {
  .contacts-box {
    font-size: 10.5px;
  }
}
.contacts-box address {
  margin: 37px 0 0;
}
@media (max-width: 768px) {
  .contacts-box address {
    margin: 15px 0 0;
    font-size: 10.5px;
  }
}
@media (max-width: 480px) {
  .contacts-box address {
    font-size: 10.5px;
  }
}
.contacts-box p {
  margin: 0;
}
@media (max-width: 768px) {
  .contacts-box .tel {
    display: block;
  }
}
.contacts-box .icon {
  display: inline-block;
  margin: 0 5px 0 0;
  vertical-align: middle;
}

.socials-list {
  font-size: 31.5px;
  letter-spacing: -0.3em;
  padding: 8px 0 0;
  text-align: center;
}
@media (max-width: 768px) {
  .socials-list {
    font-size: 27.3px;
  }
}
.socials-list li {
  display: inline-block;
  vertical-align: top;
  letter-spacing: 0;
  padding: 0 15px;
}
@media (max-width: 768px) {
  .socials-list li {
    padding: 0 5px;
  }
}

.navigation h3 {
  margin: 55px 0;
}
@media (max-width: 1024px) {
  .navigation h3 {
    margin: 35px 0;
  }
}
@media (max-width: 768px) {
  .navigation h3 {
    margin: 20px 0;
  }
}

.vertical-scroll {
  max-height: 100%;
  overflow-y: auto;
}

.scroll-block {
  width: 100%;
  height: 100%;
  white-space: nowrap;
}
.scroll-block:before {
  display: inline-block;
  vertical-align: middle;
  content: '';
  width: 1px;
  height: 100%;
  margin: 0 0 0 -4px;
}

.text-place {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  min-height: 1px;
  white-space: normal;
}
.text-place.text-visible {
  opacity: 1;
}

.content-holder {
  width: 50%;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  position: relative;
}
@media (max-width: 768px) {
  .content-holder {
    width: 100%;
  }
}
.content-holder .content-block {
  width: 50%;
}
.content-holder .title-block {
  position: absolute;
  padding: 20px 10px 10px;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.title-block h1 {
  font: 49.88px 'ubuntumedium', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .title-block h1 {
    font-size: 34.4px;
  }
}
@media (max-width: 480px) {
  .title-block h1 {
    font-size: 25.8px;
  }
}

.title-block h4 {
  font-size: 26px;
  text-transform: uppercase;
  font-weight: 300;
  letter-spacing: 2px;
}
@media (max-width: 1024px) {
  .title-block h4 {
    font-size: 20px;
  }
}
@media (max-width: 480px) {
  .title-block h4 {
    font-size: 15px;
  }
}

.contact-form .hbspt-form {
  min-height: 100%;
}

.contact-form .input-row {
  margin: 0 0 5px;
}

.contact-form textarea {
  height: 93px;
  resize: none;
}

.contact-form .submit-row {
  text-align: center;
  margin: 15px 0 0;
}

.contact-form input[type='submit'] {
  padding: 11px 36px 13px;
}

.staff-box {
  position: relative;
}
.staff-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 1;
  transition: transform 0.4s ease-out;
}
.staff-box > * {
  z-index: 2;
  position: relative;
}
.staff-box:hover:after {
  transform: scale(0);
}

.about-staff {
  font: 35.83333px 'freescript', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  text-align: center;
}
.about-staff .name {
  display: block;
}
.about-staff .post {
  display: block;
}

.staff-info {
  cursor: default;
  width: 100%;
  position: absolute;
  bottom: -64px;
  left: 0;
  right: 0;
  font-size: 16.8px;
  line-height: 1.2;
  text-align: center;
  background: #000;
  padding: 15px 5px;
}
@media (max-width: 768px) {
  .staff-info {
    font-size: 12.6px;
  }
}
@media (max-width: 768px) {
  .staff-info {
    font-size: 9.87px;
  }
}
.staff-info .name {
  display: block;
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.visual-section {
  -ms-flex: none;
  flex: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-size: cover;
  background-position: center 100%;
  background-repeat: no-repeat;
}
.visual-section.contain {
  background-size: contain;
}
.visual-section.right-bottom {
  background-position: 100% 100%;
}

.carousel-section {
  -ms-flex: none;
  flex: none;
  width: 100%;
}
.carousel-section .slide {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.carousel .slick-arrow {
  font-size: 50.4px;
  line-height: 1;
  position: absolute;
  top: 50.5%;
  z-index: 2;
}
@media (max-width: 1024px) {
  .carousel .slick-arrow {
    font-size: 31.5px;
    transform: translateY(-50%);
  }
}

.carousel .slick-prev,
.carousel .slick-next {
  cursor: pointer;
}

.carousel .slick-prev {
  left: 60px;
}

.carousel .slick-next {
  right: 60px;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

.lightbox-holder .carousel .slick-prev,
.lightbox-holder .carousel .slick-next {
  color: #fff;
}
.lightbox-holder .carousel .slick-prev:hover,
.lightbox-holder .carousel .slick-next:hover {
  opacity: 0.9;
}

.lightbox-holder .carousel .slick-prev {
  left: -82px;
}
@media (max-width: 768px) {
  .lightbox-holder .carousel .slick-prev {
    left: -30px;
  }
}

.lightbox-holder .carousel .slick-next {
  right: -82px;
}
@media (max-width: 768px) {
  .lightbox-holder .carousel .slick-next {
    right: -30px;
  }
}

.lightbox-holder .carousel-holder {
  max-width: 1240px;
  padding: 0 110px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .lightbox-holder .carousel-holder {
    max-width: 90%;
    padding: 0 5%;
  }
}

.pagination {
  -ms-flex: none;
  flex: none;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.pagination .pagination-block {
  padding: 58px 5px 20px;
}
@media (max-width: 768px) {
  .pagination .pagination-block {
    padding: 20px 5px;
  }
}
@media (max-width: 480px) {
  .pagination .pagination-block {
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
  }
}
.pagination .pagination-block:hover .image-box {
  transform: scale(0.8);
}
.pagination .image-box {
  height: 193px;
  overflow: hidden;
  margin: 0 0 33px;
  transition: transform 0.4s ease-out;
}
@media (max-width: 768px) {
  .pagination .image-box {
    height: 75px;
  }
}
.pagination .image-box img {
  width: auto;
  height: 100%;
}
.pagination .pagination-text {
  text-transform: uppercase;
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  font-size: 15.96px;
}
.pagination .pagination-text .arrow {
  font-size: 22.89px;
  display: inline-block;
  vertical-align: middle;
  padding: 0 10px;
}

.footer {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  font-size: 18.06px;
  padding: 10px 61px;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 768px) {
  .footer {
    font-size: 11.97px;
    padding: 10px 10px 20px;
  }
}
.footer .left-block {
  display: -ms-flexbox;
  display: flex;
}
.footer p {
  margin: 0;
}
.footer .right-block {
  padding: 0 5px 0 0;
}
@media (max-width: 768px) {
  .footer .right-block {
    padding: 0;
  }
}
.footer .right-block a {
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
}

.copyright {
  font-family: 'ubuntubold', 'Arial', 'Helvetica Neue', 'Helvetica', sans-serif;
  padding: 0 20px 0 0;
}
.copyright img {
  display: inline-block;
  margin: 0 7px 0 0;
  vertical-align: middle;
}

@media (max-width: 768px) {
  .add-nav {
    text-align: center;
  }
}

@media (max-width: 480px) {
  .add-nav {
    display: none;
  }
}

.add-nav li {
  display: inline-block;
  vertical-align: top;
  position: relative;
  padding: 0 5px 0 9px;
}
.add-nav li:before {
  display: block;
  content: '';
  position: absolute;
  width: 1px;
  height: 17px;
  background: #fff;
  top: 50%;
  left: 2px;
  transform: translateY(-50%);
}
.add-nav li:first-child {
  padding: 0 3px 0 0;
}
.add-nav li:first-child:before {
  display: none;
}

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

.wpcf7-form {
  position: relative;
}
.wpcf7-form.sent {
  outline-offset: 5px;
  animation: sent 3s;
}
.wpcf7-form-control-wrap {
  display: block;
}
.wpcf7-form-control-wrap:not(:last-child) {
  margin-bottom: 5px;
}
.wpcf7-submit {
  display: block;
  margin: 15px auto 0;
  font-weight: 700;
  font-size: 15px;
  padding: 10px 36px 11px;
  background-color: transparent;
  border: 2px solid #fff;
  transition: background-color 0.4s, color 0.4s;
}
.wpcf7-submit:hover {
  color: #000;
  background-color: #fff;
}
.wpcf7-spinner {
  position: absolute;
  right: 0;
  bottom: 0;
  display: block;
}

.wpcf7-not-valid-tip,
.wpcf7-response-output {
  display: none !important;
}

.wpcf7-not-valid {
  border-color: #691b1b !important;
}

@keyframes sent {
  0% {
    outline: 2px solid #163d0b;
  }
  85% {
    outline: 2px solid #163d0b;
  }
  100% {
    outline: 2px solid transparent;
  }
}

.single-new-content-holder a {
  text-decoration: underline;
  text-underline-offset: 3px;
}
.single-new-content-holder :is(ul, ol) {
  padding-left: 17px;
}

.single-new-content-holder :is(h2, h3, h4, h5, h6) {
  margin-bottom: 18px;
}
.single-new-content-holder :is(h2, h3):not(:first-child) {
  margin-top: 28px;
}
.single-new-content-holder :is(h4, h5, h6):not(:first-child) {
  margin-top: 22px;
}

@media (min-width: 1024px) {
  .single-new-content-holder :is(h2, h3):not(:first-child) {
    margin-top: 32px;
  }
  .single-new-content-holder :is(h4, h5, h6):not(:first-child) {
    margin-top: 26px;
  }
}
