/*=====================================
=            Mfp overrides            =
=====================================*/
/*=====  End of Mfp overrides  ======*/
/*===================================
=            Breakpoints            =
===================================*/
/*! normalize.css v4.2.0 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
/* Document
   ========================================================================== */
html {
  font-family: sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
}

.dnHard {
  display: none !important;
}

.zoom img{
width: 25%;
  height: 25%;
}

.borders{
  border: 2px solid #21bdb0;
}
/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a, .link, .link-dotted {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active, .link:active, .link-dotted:active,
a:hover,
.link:hover,
.link-dotted:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change font properties to `inherit` in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/*==================================
=            Response            =
==================================*/
/*==========================
=            Em convert            =
==========================*/
/*===================================
=            Rem convert            =
===================================*/
.button, .primary-nav__button-wrapper a, .primary-nav__button-wrapper .link, .primary-nav__button-wrapper .link-dotted, .hero-image__button, .accordion dt, .section__title, .section-callback-form__title, .form-control {
  border-radius: 2px;
}

.list-clear, .list-styled, .nav-accordion-top-list, .nav-accordion-sublist, .primary-nav ul, .screen-reader-response ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.hero-image__content {
  transform: translateY(-50%);
  transform: translate3d(0, -50%, 0);
}

.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block {
  display: none !important;
}

@media (max-width: 543px) {
  .hidden-sm-down {
    display: none !important;
  }
}

@media (min-width: 544px) {
  .hidden-sm-up {
    display: none !important;
  }
  .visible-sm-inline {
    display: inline !important;
  }
  .visible-sm-block {
    display: block !important;
  }
  .visible-sm-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 767px) {
  .hidden-md-down {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .hidden-md-up {
    display: none !important;
  }
  .visible-md-inline {
    display: inline !important;
  }
  .visible-md-block {
    display: block !important;
  }
  .visible-md-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 991px) {
  .hidden-lg-down {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .hidden-lg-up {
    display: none !important;
  }
  .visible-lg-inline {
    display: inline !important;
  }
  .visible-lg-block {
    display: block !important;
  }
  .visible-lg-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1279px) {
  .hidden-xl-down {
    display: none !important;
  }
}

@media (min-width: 1280px) {
  .hidden-xl-up {
    display: none !important;
  }
  .visible-xl-inline {
    display: inline !important;
  }
  .visible-xl-block {
    display: block !important;
  }
  .visible-xl-inline-block {
    display: inline-block !important;
  }
}

@media (max-width: 1919px) {
  .hidden-xxl-down {
    display: none !important;
  }
}

@media (min-width: 1920px) {
  .hidden-xxl-up {
    display: none !important;
  }
  .visible-xxl-inline {
    display: inline !important;
  }
  .visible-xxl-block {
    display: block !important;
  }
  .visible-xxl-inline-block {
    display: inline-block !important;
  }
}

/*===============================
=            Helpers            =
===============================*/
.text-center {
  text-align: center;
}

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

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

.text-bold {
  font-weight: 600;
}

.text-success {
  color: #00a075;
}

.text-danger {
  color: #ff154c;
}

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

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

@media (min-width: 48em) {
  .table-fixed {
    table-layout: fixed;
  }
}

.clear:after {
  content: "";
  display: table;
  clear: both;
}

/*=====  End of Helpers  ======*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 1;
}

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1043;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden;
}

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  padding: 0 8px;
  box-sizing: border-box;
}

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.mfp-align-top .mfp-container:before {
  display: none;
}

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045;
}

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto;
}

.mfp-ajax-cur {
  cursor: progress;
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in;
}

.mfp-auto-cursor .mfp-content {
  cursor: auto;
}

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.mfp-loading.mfp-figure {
  display: none;
}

.mfp-hide {
  display: none !important;
}

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044;
}

.mfp-preloader a, .mfp-preloader .link, .mfp-preloader .link-dotted {
  color: #CCC;
}

.mfp-preloader a:hover, .mfp-preloader .link:hover, .mfp-preloader .link-dotted:hover {
  color: #FFF;
}

.mfp-s-ready .mfp-preloader {
  display: none;
}

.mfp-s-error .mfp-content {
  display: none;
}

button.mfp-close, button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation;
}

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 1;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover, .mfp-close:focus {
  opacity: 1;
}

.mfp-close:active {
  top: 1px;
}

.mfp-close-btn-in .mfp-close {
  color: #333;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #FFF;
  right: -6px;
  text-align: right;
  padding-right: 6px;
  width: 100%;
}

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap;
}

.mfp-arrow {
  position: absolute;
  opacity: 1;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

.mfp-arrow:active {
  margin-top: -54px;
}

.mfp-arrow:hover, .mfp-arrow:focus {
  opacity: 1;
}

.mfp-arrow:before, .mfp-arrow:after {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  left: 0;
  top: 0;
  margin-top: 35px;
  margin-left: 35px;
  border: medium inset transparent;
}

.mfp-arrow:after {
  border-top-width: 13px;
  border-bottom-width: 13px;
  top: 8px;
}

.mfp-arrow:before {
  border-top-width: 21px;
  border-bottom-width: 21px;
  opacity: 0.7;
}

.mfp-arrow-left {
  left: 0;
}

.mfp-arrow-left:after {
  border-right: 17px solid #FFF;
  margin-left: 31px;
}

.mfp-arrow-left:before {
  margin-left: 25px;
  border-right: 27px solid #3F3F3F;
}

.mfp-arrow-right {
  right: 0;
}

.mfp-arrow-right:after {
  border-left: 17px solid #FFF;
  margin-left: 39px;
}

.mfp-arrow-right:before {
  border-left: 27px solid #3F3F3F;
}

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px;
}

.mfp-iframe-holder .mfp-content {
  line-height: 0;
  width: 100%;
  max-width: 900px;
}

.mfp-iframe-holder .mfp-close {
  top: -40px;
}

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%;
}

.mfp-iframe-scaler iframe {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #000;
}

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */
.mfp-figure {
  line-height: 0;
}

.mfp-figure:after {
  content: '';
  position: absolute;
  left: 0;
  top: 40px;
  bottom: 40px;
  display: block;
  right: 0;
  width: auto;
  height: auto;
  z-index: -1;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
  background: #444;
}

.mfp-figure small {
  color: #BDBDBD;
  display: block;
  font-size: 12px;
  line-height: 14px;
}

.mfp-figure figure {
  margin: 0;
}

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto;
}

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px;
}

.mfp-image-holder .mfp-content {
  max-width: 100%;
}

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer;
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }
  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box;
  }
  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }
  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

/*============================
=            Proxima Nova            =
============================*/
@font-face {
  font-family: 'proxima_nova';
  src: url("/fonts/proxima_nova_light-webfont.woff2") format("woff2"), url("/fonts/proxima_nova_light-webfont.woff") format("woff");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova';
  src: url("/fonts/proxima_nova_regular-webfont.woff2") format("woff2"), url("/fonts/proxima_nova_regular-webfont.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova';
  src: url("/fonts/proxima_nova_semibold-webfont.woff2") format("woff2"), url("/fonts/proxima_nova_semibold-webfont.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova';
  src: url("/fonts/proxima_nova_bold-webfont.woff2") format("woff2"), url("/fonts/proxima_nova_bold-webfont.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova';
  src: url("/fonts/proxima_nova_extrabold-webfont.woff2") format("woff2"), url("/fonts/proxima_nova_extrabold-webfont.woff") format("woff");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: 'proxima_nova';
  src: url("/fonts/proxima_nova_black-webfont.woff2") format("woff2"), url("/fonts/proxima_nova_black-webfont.woff") format("woff");
  font-weight: 900;
  font-style: normal;
}

html,
body {
  height: 100%;
}

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

a, .link, .link-dotted {
  color: #21bdb0;
  transition: color 0.2s;
}

a[href^="tel:"], [href^="tel:"].link, [href^="tel:"].link-dotted, a[href^="tel:"]:hover, [href^="tel:"].link:hover, [href^="tel:"].link-dotted:hover, a[href^="tel:"]:active, [href^="tel:"].link:active, [href^="tel:"].link-dotted:active {
  color: inherit;
  text-decoration: none;
}

a:hover, .link:hover, .link-dotted:hover {
  color: #25d3c4;
}

.link-dotted {
  line-height: normal;
  text-decoration: none;
  border-bottom: 1px dotted;
}

@media (min-width: 62em) {
  html {
    font-size: 21px;
  }
}

@media (min-width: 80em) {
  html {
    font-size: 18px;
  }
}

@media (min-width: 120em) {
  html {
    font-size: 24px;
  }
}

body {
  line-height: 1.43;
  font-family: "PT Sans", sans-serif;
  color: #fff;
  background-color: #1c1c1c;
}

.text-small {
  font-size: 0.77778rem;
}

.text-medium {
  font-size: 1rem;
}

.text-large {
  font-size: 1.05556rem;
}

p, ul, ol, dl {
  margin-top: 0;
  margin-bottom: 0;
}

p + p,
p + ul,
p + ol,
p + table,
p + dl {
  margin-top: 1em;
}

h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-top: 2.77778em;
  margin-bottom: 1.11111em;
  font-weight: 600;
}

h1, .h1 {
  font-size: 1.5em;
}

h2, .h2 {
  font-size: 1.22222em;
}

h3, .h3 {
  font-size: 1.11111em;
}

h4, .h4 {
  font-size: 1.05556em;
}

h5, .h5 {
  font-size: 1em;
}

h6, .h6 {
  font-size: 0.9em;
}

.site {
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}

.site-content {
  flex: 1 0 auto;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.mm-page {
  overflow-x: hidden;
}

.button, .primary-nav__button-wrapper a, .primary-nav__button-wrapper .link, .primary-nav__button-wrapper .link-dotted, .hero-image__button {
  max-width: 100%;
  padding: 0.33333rem 1.11111rem;
  letter-spacing: 0.025em;
  display: inline-block;
  white-space: nowrap;
  text-decoration: none;
  vertical-align: middle;
  outline: none;
  border: 1px solid transparent;
  background: none;
  position: relative;
  transition: color 0.2s, background-color 0.2s, border-color 0.2s;
  text-align: center;
  font-weight: normal;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 0.88889rem;
  user-select: none;
}

.button {
  color: #232323;
  background-color: #21bdb0;
}

.button:hover, .button:focus {
  color: #232323;
  background-color: #25d3c4;
}

.button:active {
  color: #232323;
  background-color: #1da79c;
}

.button_fluid {
  width: 100%;
}

/*============================
=            Grid            =
============================*/
.container, .section-services__inner, .section-summary-news__inner, .section-testimonials-form__inner, .post__header {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
  position: relative;
  box-sizing: border-box;
}

.container:after, .section-services__inner:after, .section-summary-news__inner:after, .section-testimonials-form__inner:after, .post__header:after {
  content: "";
  display: table;
  clear: both;
}

@media (min-width: 34em) {
  .container, .section-services__inner, .section-summary-news__inner, .section-testimonials-form__inner, .post__header {
    max-width: 650px;
  }
}

@media (min-width: 48em) {
  .container, .section-services__inner, .section-summary-news__inner, .section-testimonials-form__inner, .post__header {
    max-width: 740px;
  }
}

@media (min-width: 62em) {
  .container, .section-services__inner, .section-summary-news__inner, .section-testimonials-form__inner, .post__header {
    max-width: 920px;
  }
}

@media (min-width: 80em) {
  .container, .section-services__inner, .section-summary-news__inner, .section-testimonials-form__inner, .post__header {
    max-width: 930px;
  }
}

@media (min-width: 120em) {
  .container, .section-services__inner, .section-summary-news__inner, .section-testimonials-form__inner, .post__header {
    max-width: 1380px;
  }
}

@media (min-width: 34em) {
  .container_narrow {
    max-width: 550px;
  }
}

@media (min-width: 48em) {
  .container_narrow {
    max-width: 640px;
  }
}

@media (min-width: 62em) {
  .container_narrow {
    max-width: 820px;
  }
}

@media (min-width: 80em) {
  .container_narrow {
    max-width: 830px;
  }
}

@media (min-width: 120em) {
  .container_narrow {
    max-width: 1280px;
  }
}

@media (min-width: 34em) {
  .container_wide, .section-summary-news__inner {
    max-width: 800px;
  }
}

@media (min-width: 48em) {
  .container_wide, .section-summary-news__inner {
    max-width: 890px;
  }
}

@media (min-width: 62em) {
  .container_wide, .section-summary-news__inner {
    max-width: 1070px;
  }
}

@media (min-width: 80em) {
  .container_wide, .section-summary-news__inner {
    max-width: 1080px;
  }
}

@media (min-width: 120em) {
  .container_wide, .section-summary-news__inner {
    max-width: 1530px;
  }
}

.container_fluid {
  max-width: 100%;
}

.col-1 {
  width: 8.33333%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

.row {
  margin-left: -6px;
  margin-right: -6px;
}

.row:after {
  content: "";
  display: table;
  clear: both;
}

.row_no-gutters {
  margin-left: 0;
  margin-right: 0;
}

.row_no-mb {
  margin-bottom: 0;
}

.row_extra-condensed {
  margin-left: -1px;
  margin-right: -1px;
}

.row_condensed {
  margin-left: -3px;
  margin-right: -3px;
}

.row_long {
  margin-left: -12px;
  margin-right: -12px;
}

.row_extra-long {
  margin-left: -24px;
  margin-right: -24px;
}

[class^="col-"],
[class*="col-"] {
  width: 100%;
  float: left;
  box-sizing: border-box;
  padding-left: 6px;
  padding-right: 6px;
  min-height: 1px;
  position: relative;
  display: inline;
}

.row_extra-condensed > [class^="col-"], .row_extra-condensed >
[class*="col-"] {
  padding-left: 1px;
  padding-right: 1px;
}

.row_condensed > [class^="col-"], .row_condensed >
[class*="col-"] {
  padding-left: 3px;
  padding-right: 3px;
}

.row_long > [class^="col-"], .row_long >
[class*="col-"] {
  padding-left: 12px;
  padding-right: 12px;
}

.row_extra-long > [class^="col-"], .row_extra-long >
[class*="col-"] {
  padding-left: 24px;
  padding-right: 24px;
}

.row_no-gutters > [class^="col-"], .row_no-gutters >
[class*="col-"] {
  padding-left: 0;
  padding-right: 0;
}

.col-1 {
  width: 8.33333%;
}

.col-offset-1 {
  margin-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.col-offset-2 {
  margin-left: 16.66667%;
}

.col-3 {
  width: 25%;
}

.col-offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.col-offset-4 {
  margin-left: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.col-offset-5 {
  margin-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.col-offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.col-offset-7 {
  margin-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.col-offset-8 {
  margin-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.col-offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.col-offset-10 {
  margin-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.col-offset-11 {
  margin-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.col-offset-12 {
  margin-left: 100%;
}

@media (min-width: 34em) {
  .col-sm-1 {
    width: 8.33333%;
  }
  .col-offset-sm-1 {
    margin-left: 8.33333%;
  }
  .col-sm-2 {
    width: 16.66667%;
  }
  .col-offset-sm-2 {
    margin-left: 16.66667%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-offset-sm-3 {
    margin-left: 25%;
  }
  .col-sm-4 {
    width: 33.33333%;
  }
  .col-offset-sm-4 {
    margin-left: 33.33333%;
  }
  .col-sm-5 {
    width: 41.66667%;
  }
  .col-offset-sm-5 {
    margin-left: 41.66667%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-offset-sm-6 {
    margin-left: 50%;
  }
  .col-sm-7 {
    width: 58.33333%;
  }
  .col-offset-sm-7 {
    margin-left: 58.33333%;
  }
  .col-sm-8 {
    width: 66.66667%;
  }
  .col-offset-sm-8 {
    margin-left: 66.66667%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-offset-sm-9 {
    margin-left: 75%;
  }
  .col-sm-10 {
    width: 83.33333%;
  }
  .col-offset-sm-10 {
    margin-left: 83.33333%;
  }
  .col-sm-11 {
    width: 91.66667%;
  }
  .col-offset-sm-11 {
    margin-left: 91.66667%;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-offset-sm-12 {
    margin-left: 100%;
  }
}

@media (min-width: 34em) and (max-width: 47.99em) {
  .col-push-sm-1 {
    left: 8.33333%;
  }
  .col-pull-sm-1 {
    left: -8.33333%;
  }
  .col-push-sm-2 {
    left: 16.66667%;
  }
  .col-pull-sm-2 {
    left: -16.66667%;
  }
  .col-push-sm-3 {
    left: 25%;
  }
  .col-pull-sm-3 {
    left: -25%;
  }
  .col-push-sm-4 {
    left: 33.33333%;
  }
  .col-pull-sm-4 {
    left: -33.33333%;
  }
  .col-push-sm-5 {
    left: 41.66667%;
  }
  .col-pull-sm-5 {
    left: -41.66667%;
  }
  .col-push-sm-6 {
    left: 50%;
  }
  .col-pull-sm-6 {
    left: -50%;
  }
  .col-push-sm-7 {
    left: 58.33333%;
  }
  .col-pull-sm-7 {
    left: -58.33333%;
  }
  .col-push-sm-8 {
    left: 66.66667%;
  }
  .col-pull-sm-8 {
    left: -66.66667%;
  }
  .col-push-sm-9 {
    left: 75%;
  }
  .col-pull-sm-9 {
    left: -75%;
  }
  .col-push-sm-10 {
    left: 83.33333%;
  }
  .col-pull-sm-10 {
    left: -83.33333%;
  }
  .col-push-sm-11 {
    left: 91.66667%;
  }
  .col-pull-sm-11 {
    left: -91.66667%;
  }
  .col-push-sm-12 {
    left: 100%;
  }
  .col-pull-sm-12 {
    left: -100%;
  }
}

@media (min-width: 48em) {
  .col-md-1 {
    width: 8.33333%;
  }
  .col-offset-md-1 {
    margin-left: 8.33333%;
  }
  .col-md-2 {
    width: 16.66667%;
  }
  .col-offset-md-2 {
    margin-left: 16.66667%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-offset-md-3 {
    margin-left: 25%;
  }
  .col-md-4 {
    width: 33.33333%;
  }
  .col-offset-md-4 {
    margin-left: 33.33333%;
  }
  .col-md-5 {
    width: 41.66667%;
  }
  .col-offset-md-5 {
    margin-left: 41.66667%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-offset-md-6 {
    margin-left: 50%;
  }
  .col-md-7 {
    width: 58.33333%;
  }
  .col-offset-md-7 {
    margin-left: 58.33333%;
  }
  .col-md-8 {
    width: 66.66667%;
  }
  .col-offset-md-8 {
    margin-left: 66.66667%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-offset-md-9 {
    margin-left: 75%;
  }
  .col-md-10 {
    width: 83.33333%;
  }
  .col-offset-md-10 {
    margin-left: 83.33333%;
  }
  .col-md-11 {
    width: 91.66667%;
  }
  .col-offset-md-11 {
    margin-left: 91.66667%;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-offset-md-12 {
    margin-left: 100%;
  }
}

@media (min-width: 62em) {
  .col-lg-1 {
    width: 8.33333%;
  }
  .col-offset-lg-1 {
    margin-left: 8.33333%;
  }
  .col-lg-2 {
    width: 16.66667%;
  }
  .col-offset-lg-2 {
    margin-left: 16.66667%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-offset-lg-3 {
    margin-left: 25%;
  }
  .col-lg-4 {
    width: 33.33333%;
  }
  .col-offset-lg-4 {
    margin-left: 33.33333%;
  }
  .col-lg-5 {
    width: 41.66667%;
  }
  .col-offset-lg-5 {
    margin-left: 41.66667%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-offset-lg-6 {
    margin-left: 50%;
  }
  .col-lg-7 {
    width: 58.33333%;
  }
  .col-offset-lg-7 {
    margin-left: 58.33333%;
  }
  .col-lg-8 {
    width: 66.66667%;
  }
  .col-offset-lg-8 {
    margin-left: 66.66667%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-offset-lg-9 {
    margin-left: 75%;
  }
  .col-lg-10 {
    width: 83.33333%;
  }
  .col-offset-lg-10 {
    margin-left: 83.33333%;
  }
  .col-lg-11 {
    width: 91.66667%;
  }
  .col-offset-lg-11 {
    margin-left: 91.66667%;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-offset-lg-12 {
    margin-left: 100%;
  }
}

@media (min-width: 80em) {
  .col-xl-1 {
    width: 8.33333%;
  }
  .col-offset-xl-1 {
    margin-left: 8.33333%;
  }
  .col-xl-2 {
    width: 16.66667%;
  }
  .col-offset-xl-2 {
    margin-left: 16.66667%;
  }
  .col-xl-3 {
    width: 25%;
  }
  .col-offset-xl-3 {
    margin-left: 25%;
  }
  .col-xl-4 {
    width: 33.33333%;
  }
  .col-offset-xl-4 {
    margin-left: 33.33333%;
  }
  .col-xl-5 {
    width: 41.66667%;
  }
  .col-offset-xl-5 {
    margin-left: 41.66667%;
  }
  .col-xl-6 {
    width: 50%;
  }
  .col-offset-xl-6 {
    margin-left: 50%;
  }
  .col-xl-7 {
    width: 58.33333%;
  }
  .col-offset-xl-7 {
    margin-left: 58.33333%;
  }
  .col-xl-8 {
    width: 66.66667%;
  }
  .col-offset-xl-8 {
    margin-left: 66.66667%;
  }
  .col-xl-9 {
    width: 75%;
  }
  .col-offset-xl-9 {
    margin-left: 75%;
  }
  .col-xl-10 {
    width: 83.33333%;
  }
  .col-offset-xl-10 {
    margin-left: 83.33333%;
  }
  .col-xl-11 {
    width: 91.66667%;
  }
  .col-offset-xl-11 {
    margin-left: 91.66667%;
  }
  .col-xl-12 {
    width: 100%;
  }
  .col-offset-xl-12 {
    margin-left: 100%;
  }
}

@media (min-width: 120em) {
  .col-xxl-1 {
    width: 8.33333%;
  }
  .col-offset-xxl-1 {
    margin-left: 8.33333%;
  }
  .col-xxl-2 {
    width: 16.66667%;
  }
  .col-offset-xxl-2 {
    margin-left: 16.66667%;
  }
  .col-xxl-3 {
    width: 25%;
  }
  .col-offset-xxl-3 {
    margin-left: 25%;
  }
  .col-xxl-4 {
    width: 33.33333%;
  }
  .col-offset-xxl-4 {
    margin-left: 33.33333%;
  }
  .col-xxl-5 {
    width: 41.66667%;
  }
  .col-offset-xxl-5 {
    margin-left: 41.66667%;
  }
  .col-xxl-6 {
    width: 50%;
  }
  .col-offset-xxl-6 {
    margin-left: 50%;
  }
  .col-xxl-7 {
    width: 58.33333%;
  }
  .col-offset-xxl-7 {
    margin-left: 58.33333%;
  }
  .col-xxl-8 {
    width: 66.66667%;
  }
  .col-offset-xxl-8 {
    margin-left: 66.66667%;
  }
  .col-xxl-9 {
    width: 75%;
  }
  .col-offset-xxl-9 {
    margin-left: 75%;
  }
  .col-xxl-10 {
    width: 83.33333%;
  }
  .col-offset-xxl-10 {
    margin-left: 83.33333%;
  }
  .col-xxl-11 {
    width: 91.66667%;
  }
  .col-offset-xxl-11 {
    margin-left: 91.66667%;
  }
  .col-xxl-12 {
    width: 100%;
  }
  .col-offset-xxl-12 {
    margin-left: 100%;
  }
}

.col-center {
  margin-left: auto;
  margin-right: auto;
  float: none;
}

/*=====  End of Grid  ======*/
.icon {
  vertical-align: middle;
  display: inline-block;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
  width: 1.12em;
  height: 1.12em;
}

svg.icon {
  fill: currentColor;
}

.icon-service {
  width: 50px;
  height: 50px;
  background-image: url("images/icons/service-icon.jpg");
}

.icon-job-man {
  width: 65px;
  height: 65px;
  background-image: url("images/icons/job-man.jpg");
}

.icon-job-woman {
  width: 65px;
  height: 65px;
  background-image: url("images/icons/job-woman.jpg");
}

@media (min-resolution: 2dppx), (-webkit-min-device-pixel-ratio: 2) {
  .icon-service {
    background-image: url("images/icons/service-icon@2x.jpg");
  }
  .icon-job-man {
    background-image: url("images/icons/job-man@2x.jpg");
  }
  .icon-job-woman {
    background-image: url("images/icons/job-woman@2x.jpg");
  }
}

/*=============================
=            Table            =
=============================*/
.response-table {
  height: 100%;
  overflow-y: auto;
}

.response-table + .response-table caption {
  margin-top: 1.8em;
}

.table {
  width: 100%;
  cursor: default;
  border-collapse: separate;
  font-size: 0.77778rem;
}

.table caption {
  margin-bottom: 2em;
  text-align: center;
  font-size: 0.88889rem;
  font-weight: 700;
}

.table thead th {
  background-color: #e3e3e3;
  font-weight: normal;
  text-align: left;
}

.table th,
.table td {
  padding: 0.38889rem 0.83333rem;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #e3e3e3;
  transition: background-color 0.12s ease-out;
}

.table_left-colgroup-1 th:nth-child(1),
.table_left-colgroup-1 td:nth-child(1) {
  text-align: left;
}

.table_left-colgroup-2 th:nth-child(2),
.table_left-colgroup-2 td:nth-child(2) {
  text-align: left;
}

.table_left-colgroup-3 th:nth-child(3),
.table_left-colgroup-3 td:nth-child(3) {
  text-align: left;
}

.table_left-colgroup-4 th:nth-child(4),
.table_left-colgroup-4 td:nth-child(4) {
  text-align: left;
}

.table_left-colgroup-5 th:nth-child(5),
.table_left-colgroup-5 td:nth-child(5) {
  text-align: left;
}

.table_center-colgroup-1 th:nth-child(1),
.table_center-colgroup-1 td:nth-child(1) {
  text-align: center;
}

.table_center-colgroup-2 th:nth-child(2),
.table_center-colgroup-2 td:nth-child(2) {
  text-align: center;
}

.table_center-colgroup-3 th:nth-child(3),
.table_center-colgroup-3 td:nth-child(3) {
  text-align: center;
}

.table_center-colgroup-4 th:nth-child(4),
.table_center-colgroup-4 td:nth-child(4) {
  text-align: center;
}

.table_center-colgroup-5 th:nth-child(5),
.table_center-colgroup-5 td:nth-child(5) {
  text-align: center;
}

.table_right-colgroup-1 th:nth-child(1),
.table_right-colgroup-1 td:nth-child(1) {
  text-align: right;
}

.table_right-colgroup-2 th:nth-child(2),
.table_right-colgroup-2 td:nth-child(2) {
  text-align: right;
}

.table_right-colgroup-3 th:nth-child(3),
.table_right-colgroup-3 td:nth-child(3) {
  text-align: right;
}

.table_right-colgroup-4 th:nth-child(4),
.table_right-colgroup-4 td:nth-child(4) {
  text-align: right;
}

.table_right-colgroup-5 th:nth-child(5),
.table_right-colgroup-5 td:nth-child(5) {
  text-align: right;
}

.list-styled {
  list-style-image: url("images/svg_icons/marker-list.svg");
  list-style-position: inside;
}

.list-styled li {
  margin-bottom: 0.2em;
}

.iconizer {
  display: inline-table;
  vertical-align: middle;
}

.iconizer__area {
  display: table-cell;
  vertical-align: middle;
}

.iconizer__area_text {
  padding-left: 10px;
}

.iconizer__picture {
  display: inline-block;
  vertical-align: middle;
  box-sizing: border-box;
}

.iconizer_column {
  display: inline-block;
  text-align: center;
}

.iconizer_column .iconizer__area {
  display: block;
}

.iconizer_column .iconizer__area_text {
  padding-left: 0;
  padding-top: 10px;
}

.accordion dt {
  position: relative;
  padding: 0.5em;
  padding-right: 2em;
}

.accordion dt:before {
  content: "";
  width: 32px;
  height: 32px;
  position: absolute;
  background: url("img/12.png") no-repeat;
  right: 0.5em;
  transition: transform 0.2s;
}

.accordion dt.is-opened:before,
.no-js .accordion dt:before {
  background: url("img/11.png") no-repeat;
}

.accordion dd {
  padding: 0.5em 0.5em 0;
  margin-left: 2em;
  font-size: 0.9em;
}

.nav-accordion a, .nav-accordion .link, .nav-accordion .link-dotted {
  color: #fff;
  text-decoration: none;
  display: block;
  padding: 0.3em;
}

.nav-accordion a:hover, .nav-accordion .link:hover, .nav-accordion .link-dotted:hover, .nav-accordion a:active, .nav-accordion .link:active, .nav-accordion .link-dotted:active, .nav-accordion a:focus, .nav-accordion .link:focus, .nav-accordion .link-dotted:focus {
  color: #21bdb0;
}

.nav-accordion li:hover, .nav-accordion li:active, .nav-accordion li:focus {
  color: #21bdb0;
}

.nav-accordion li:hover .nuw_mat, .nav-accordion li:active .nuw_mat, .nav-accordion li:focus .nuw_mat {
  background: url(img/1.png) no-repeat;
  background-size: 100%;
}

.nav-accordion li:hover .nuw_russ, .nav-accordion li:active .nuw_russ, .nav-accordion li:focus .nuw_russ {
  background: url(img/4.png) no-repeat;
  background-size: 100%;
}

.nav-accordion li:hover .nuw_lit, .nav-accordion li:active .nuw_lit, .nav-accordion li:focus .nuw_lit {
  background: url(img/6.png) no-repeat;
  background-size: 100%;
}

.nav-accordion li:hover .nuw_hist, .nav-accordion li:active .nuw_hist, .nav-accordion li:focus .nuw_hist {
  background: url(img/8.png) no-repeat;
  background-size: 80%;
}

.nav-accordion li:hover .nuw_him, .nav-accordion li:active .nuw_him, .nav-accordion li:focus .nuw_him {
  background: url(img/15.png) no-repeat;
  background-size: 80%;
}

.nav-accordion li:hover .nuw_SSt, .nav-accordion li:active .nuw_SSt, .nav-accordion li:focus .nuw_SSt {
  background: url(img/10.png) no-repeat;
  background-size: 100%;
}

.nav-accordion li:hover .nuw_bio, .nav-accordion li:active .nuw_bio, .nav-accordion li:focus .nuw_bio {
  background: url(img/14.png) no-repeat;
  background-size: 80%;
}

.nav-accordion-top-list {
  font-size: 1.33333rem;
}

.nav-accordion-top-list > a, .nav-accordion-top-list > .link, .nav-accordion-top-list > .link-dotted {
  display: block;
}

.nav-accordion-sublist {
  margin-left: 4.5em;
  font-size: 1rem;
}

.nuw_mat {
  background: url(img/2.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
}

.nuw_russ {
  background: url(img/3.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
}

.nuw_lit {
  background: url(img/5.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
}

.nuw_hist {
  background: url(img/7.png) no-repeat;
  background-size: 80%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
}

.nuw_him{
  background: url(img/16.png) no-repeat;
  background-size: 80%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
}


.nuw_SSt {
  background: url(img/9.png) no-repeat;
  background-size: 100%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
}

.nuw_bio {
  background: url(img/13.png) no-repeat;
  background-size: 80%;
  width: 30px;
  height: 30px;
  margin-right: 2%;
}

.site-header {
  padding-top: 1.11111rem;
  padding-bottom: 1.11111rem;
  background-color: #1c1c1c;
}

.flexbox .site-header .container, .flexbox .site-header .section-services__inner, .flexbox .site-header .section-summary-news__inner, .flexbox .site-header .section-testimonials-form__inner, .flexbox .site-header .post__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.flexbox .site-header .container:after, .flexbox .site-header .section-services__inner:after, .flexbox .site-header .section-summary-news__inner:after, .flexbox .site-header .section-testimonials-form__inner:after, .flexbox .site-header .post__header:after {
  content: none;
}

.site-header .phone {
  margin-left: 1em;
  margin-right: 1em;
  white-space: nowrap;
}

.site-header .phone .nuw_phone {
  background: url(img/phone.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}

@media (min-width: 48em) {
  .homepage .site-header {
    left: 0;
    right: 0;
    max-width: 100%;
    position: absolute;
    z-index: 1;
    background-color: rgba(28, 28, 28, 0.8);
  }
}

.header-column-left {
  float: left;
}

.header-column-right {
  float: right;
  display: flex;
  align-items: center;
}

.brand {
  margin: 0;
  display: inline-block;
  vertical-align: middle;
}

.primary-nav {
  display: none;
  margin-right: 1em;
}

.primary-nav ul {
  display: flex;
  align-items: center;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9em;
  color: #fff;
}

.primary-nav li:hover a, .primary-nav li:hover .link, .primary-nav li:hover .link-dotted, .primary-nav li.current_page_item a, .primary-nav li.current_page_item .link, .primary-nav li.current_page_item .link-dotted {
  color: #21bdb0;
}

.primary-nav li.current_page_item a, .primary-nav li.current_page_item .link, .primary-nav li.current_page_item .link-dotted {
  cursor: default;
}

.primary-nav li.current_page_item a:before, .primary-nav li.current_page_item .link:before, .primary-nav li.current_page_item .link-dotted:before {
  border-color: currentColor;
}

.primary-nav a, .primary-nav .link, .primary-nav .link-dotted {
  display: block;
  padding-left: 0.83333rem;
  padding-right: 0.83333rem;
  position: relative;
  line-height: 40px;
  color: currentColor;
  text-decoration: none;
}

.primary-nav a:hover, .primary-nav .link:hover, .primary-nav .link-dotted:hover {
  color: currentColor;
}

.primary-nav a:before, .primary-nav .link:before, .primary-nav .link-dotted:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0.83333rem;
  right: 0.83333rem;
  border-top: 3px solid transparent;
}

.primary-nav__button-wrapper {
  margin-left: 0.83333rem;
}

.primary-nav__button-wrapper a, .primary-nav__button-wrapper .link, .primary-nav__button-wrapper .link-dotted {
  color: #232323;
  background-color: #21bdb0;
  color: #fff !important;
  content: none;
}

.primary-nav__button-wrapper a:hover, .primary-nav__button-wrapper .link:hover, .primary-nav__button-wrapper .link-dotted:hover, .primary-nav__button-wrapper a:focus, .primary-nav__button-wrapper .link:focus, .primary-nav__button-wrapper .link-dotted:focus {
  color: #232323;
  background-color: #25d3c4;
}

.primary-nav__button-wrapper a:active, .primary-nav__button-wrapper .link:active, .primary-nav__button-wrapper .link-dotted:active {
  color: #232323;
  background-color: #1da79c;
}

@media (min-width: 48em) {
  .primary-nav {
    display: table;
  }
}

/*======================================
=            Hamburger menu            =
======================================*/
.hamburger-menu {
  display: inline-block;
  position: relative;
  border: none;
  background: #fff;
  width: 44px;
  height: 38px;
  vertical-align: middle;
  outline: none;
  color: #232323;
  appearance: none;
  transition: color 0.2s;
  border-radius: 2px;
}

.hamburger-menu__item {
  position: absolute;
  left: 8px;
  right: 8px;
  height: 2px;
  background-color: currentColor;
  transform-origin: 0 50%;
  transition: transform 0.2s;
}

.hamburger-menu__item--top {
  top: 8px;
}

.mm-opening .hamburger-menu__item--top {
  transform: rotateZ(45deg) translateY(-2px) translateX(2px);
}

.hamburger-menu__item--middle {
  top: 50%;
  margin-top: -1px;
}

.mm-opening .hamburger-menu__item--middle {
  transform: scale(0);
}

.hamburger-menu__item--bottom {
  bottom: 8px;
}

.mm-opening .hamburger-menu__item--bottom {
  transform: rotateZ(-45deg) translateY(2px) translateX(2px);
}

.hamburger-menu:hover, .hamburger-menu:focus {
  outline: none;
  color: #444;
}

@media (min-width: 48em) {
  .hamburger-menu {
    display: none;
  }
}

/*=====  End of Hamburger menu  ======*/
.hero-image {
  display: none;
  height: 100vh;
  padding-top: 80px;
  min-height: 700px;
  position: relative;
  box-sizing: border-box;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.hero-image:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(63, 58, 58, 0.48);
}

.hero-image .container, .hero-image .section-services__inner, .hero-image .section-summary-news__inner, .hero-image .section-testimonials-form__inner, .hero-image .post__header {
  height: 100%;
}

.hero-image__content {
  top: 50%;
  position: absolute;
  padding-left: inherit;
  padding-right: inherit;
}

.hero-image__title {
  margin: 0;
  margin-bottom: 1.66667rem;
  font-size: 2.77778rem;
  font-weight: bolder;
  line-height: normal;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-image__title span {
  font-weight: normal;
  font-size: 0.85em;
}

.hero-image__button {
  color: #3c3c3c;
  background-color: #FDD835;
  padding: 0.88889rem 2.77778rem;
  font-size: 1.2em;
  transition: 0.2s;
}

.hero-image__button:hover, .hero-image__button:focus {
  color: #3c3c3c;
  background-color: #fddd4e;
}

.hero-image__button:active {
  color: #3c3c3c;
  background-color: #fdd31c;
}

@media (min-width: 48em) {
  .hero-image {
    display: block;
  }
}

/*======================================
=            Scroll pointer            =
======================================*/
.scroll-pointer {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 30px;
  border-radius: 10px;
  box-sizing: border-box;
  border: 2px solid #fff;
  transition: border-color 0.43s;
  cursor: pointer;
}

.scroll-pointer:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 7px;
  top: 5px;
  left: 50%;
  transform: translate(-50%);
  background-color: #fff;
  transition: background-color 0.43s;
}

.scroll-pointer:hover {
  border-color: #d1d1d1;
  border-color: currentColor;
}

.scroll-pointer:hover:before {
  background-color: #d1d1d1;
  background-color: currentColor;
}

/*=====  End of Scroll pointer  ======*/
.site-footer {
  padding-top: 1.11111rem;
  padding-bottom: 1.11111rem;
  font-size: 0.88889rem;
  background-color: #000;
}

.site-footer .nuw_phone {
  background: url(img/phone.png) no-repeat;
  background-size: 100%;
  width: 20px;
  height: 20px;
  display: block;
  float: left;
}

.site-footer .phone p {
  float: left;
  padding-top: 2%;
}

.questions dt {
  border: 1px solid #eee;
  cursor: pointer;
  transition: color 0.2s, border-color 0.2s;
}

.questions dt:hover {
  border-color: #21bdb0;
}

.questions dt ~ dt {
  margin-top: 1.5em;
}

.questions dt.is-opened {
  color: #21bdb0;
  border-color: #21bdb0;
}

.questions dd {
  color: #ddd;
}

.section, .section-callback-form {
  padding-top: 2.22222rem;
  padding-bottom: 2.22222rem;
}

.section__header, .section-callback-form__header {
  margin-bottom: 1.66667rem;
  text-transform: uppercase;
  text-align: center;
}

.section__title, .section-callback-form__title {
  margin: 0;
  display: inline-block;
  font-size: 1.55556rem;
  font-weight: bold;
  font-family: "PT Sans Narrow", sans-serif;
  padding: 0.3em 1em;
  border: 2px solid #21bdb0;
}

.section__footer {
  margin-top: 2.22222rem;
}

@media (min-width: 48em) {
  .section__header, .section-callback-form__header {
    text-align: left;
  }
}

.section-callback-form__inner {
  margin-left: auto;
  margin-right: auto;
}

.section-callback-form__title {
  text-align: center;
}

@media (min-width: 48em) {
  .section-callback-form__inner {
    width: 70%;
  }
}

.section-services__inner {
  padding-left: 30px;
  padding-right: 30px;
}

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

.section-services__footer .button {
  margin-bottom: 0.5em;
}

.section-services__footer p {
  font-size: 0.77778rem;
  color: #8a8a8a;
}

.section-summary-news {
  background-color: #ededed;
}

.section-summary-news__inner {
  padding-left: 45px;
  padding-right: 45px;
}

.section-testimonials-form {
  padding-top: 3rem;
  padding-bottom: 3rem;
  margin-bottom: -4.5rem;
  background-color: #ededed;
}

.section-testimonials-form__header {
  margin-bottom: 2em;
}

.pricing-table {
  margin-top: 3.33333rem;
  margin-bottom: 3.33333rem;
  /**/
  font-size: 0.9rem;
  /**/
}

.pricing-table caption {
  margin-top: 2rem;
  margin-bottom: 1.2rem;
  font-size: 1.2rem;
  font-weight: 600;
}

.pricing-table:last-of-type {
  margin-bottom: 0;
}

@media (min-width: 48em) {
  .pricing-table td:first-child {
    width: 70%;
  }
}

.logo img {
  max-width: 80%;
}

.header-column-right .button {
  margin-left: 2%;
}

.footer__logo img {
  max-width: 45%;
}

.nuw_tabl_for_curse {
  width: 100%;
  text-align: center;
}

.nuw_tabl_for_curse .name_table_fest .name {
  background-color: #000;
  margin-left: 2%;
  margin-right: 2%;
}

.nuw_tabl_for_curse .name_table_fest .time {
  background-color: #000;
  margin-left: 2%;
  margin-right: 2%;
}

.nuw_tabl_for_curse .name_table_fest .cost {
  background-color: #000;
  margin-left: 2%;
  margin-right: 2%;
}

.nuw_tabl_for_curse .noool {
  background-color: #000;
}

.nuw_tabl_for_curse td {
  padding-top: 1%;
  padding-bottom: 1%;
  border: 2px solid #21bdb0;
}

.compani {
  background-color: #2d2d2d;
  padding-left: 3%;
  padding-right: 3%;
}

.objects {
  padding-top: 4%;
  background: url(img/fon_left_bar.png) no-repeat;
  background-size: cover;
  padding-left: 10%;
}

.question {
  background-color: #1b1b1b;
  padding-left: 5%;
  padding-right: 5%;
}

.try_form {
  background: url(img/fon_rigth.png) no-repeat;
  background-size: cover;
  padding-top: 2%;
}

.for_compani {
  background-color: #2d2d2d;
}

.for_question {
  background-color: #000;
}

#acord:before {
  content: "";
  width: 32px;
  height: 32px;
  background: url("img/12.png") no-repeat;
  background-size: 40%;
  margin-top: 3%;
  display: block;
  float: right;
  margin-right: 25%;
}

#acord:active:before, #acord:hover:before, #acord:focus:before {
  background: url("img/11.png") no-repeat;
  background-size: 40%;
}

.only {
  margin-top: 7%;
  min-height: 80vh;
}

@-moz-document url-prefix() {
  .only {
    min-height: 89vh;
  }
}

.compani_page {
  padding: 4%;
}

#onli_contact {
  background-color: #fff;
}

.fon_for_contakt {
  background: rgba(0, 0, 0, 0.7);
  min-height: 90.6vh;
  position: relative;
}

.fon_for_contakt .fon__contact {
  margin-top: 7%;
  position: absolute;
  display: block;
}

.fon_for_contakt .fon__contact h1 {
  color: #000;
  text-transform: uppercase;
  font-size: 2em;
}

.fon_for_contakt .fon__contact .fon_them {
  background: url(img/fon_contact.png) no-repeat;
  background-size: cover;
  min-height: 17em;
  margin-top: 4%;
}

.fon_for_contakt .fon__contact .memo {
  padding-top: 20%;
  padding-left: 3%;
}

.fon_for_contakt .fon__contact .memo img {
  width: 70%;
}

.fon_for_contakt .information_contact {
  margin-top: 7%;
}

.fon_for_contakt .information_contact .fon_them {
  background: url(img/fon_contact.png) no-repeat;
  background-size: cover;
  min-height: 17em;
  margin-top: 4%;
  padding: 1%;
}

.fon_for_contakt .information_contact .fon_them form {
  padding-left: 10%;
}

.fon_for_contakt .information_contact .fon_them form .expand::-ms-expand {
  background: transparent;
  border: none;
}

.fon_for_contakt .information_contact .fon_them form select {
  cursor: pointer;
}

.fon_for_contakt .information_contact .fon_them .contact_form {
  width: 40%;
  float: left;
  margin: 2%;
  color: #fff;
  background-color: #606060;
  border: 1px solid #606060;
}

.fon_for_contakt .information_contact .fon_them input::-webkit-input-placeholder {
  color: #fff;
}

.fon_for_contakt .information_contact .fon_them input:-moz-placeholder {
  color: #fff;
}

.fon_for_contakt .information_contact .fon_them .contact_form:hover, .fon_for_contakt .information_contact .fon_them .contact_form:active, .fon_for_contakt .information_contact .fon_them .contact_form:focus {
  border: 1px solid #21bdb0;
}

.fon_for_contakt .information_contact .fon_them .contact_button {
  margin: 2%;
  width: 40%;
  line-height: 2;
}

.fon_for_contakt .information_contact .fon_them:hover {
  border: 2px solid #21bdb0;
  padding: 0.9%;
}

.fon_for_contakt .information_contact .yandexmap {
  padding-top: 3%;
  padding-bottom: 3%;
}

.fon_for_contakt .information_contact .yandexmap img {
  width: 100%;
}

.fon_for_contakt .information_contact .text_contact {
  padding-top: 15%;
}

.fon_for_contakt .information_contact .text_contact .fel {
  width: 30px;
  height: 30px;
  margin-right: 3%;
  display: block;
  float: left;
}

.fon_for_contakt .information_contact .text_contact .pone_cont {
  background: url(img/pone.png) no-repeat;
  background-size: 90%;
}

.fon_for_contakt .information_contact .text_contact .adres_cont {
  background: url(img/adres.png) no-repeat;
  background-size: 80%;
}

.fon_for_contakt .information_contact .text_contact .email_cont {
  background: url(img/email.png) no-repeat;
  background-size: 90%;
}

footer .vk {
  background: url(img/vk3.png) no-repeat;
  background-size: 60%;
  width: 20%;
  float: left;
  min-height: 3em;
}

footer .ok {
  background: url(img/ok3.png) no-repeat;
  background-size: 60%;
  width: 20%;
  float: left;
  min-height: 3em;
}

footer .vk:hover {
  background: url(img/vk4.png) no-repeat;
  background-size: 60%;
}

footer .ok:hover {
  background: url(img/ok4.png) no-repeat;
  background-size: 60%;
}

.phone {
 margin-top: -3%;
}

.col-sm-12 {
  text-align: center;
}

.col-sm-12 p {
  margin: auto;
}

#top_menu {
  height: 45px;
  line-height: 45px;
  top: 5%;
  font-size: 17px;
  width: 100px;
  display: none;
  z-index: 999;
}

#top_menu ul, #top_menu li {
  list-style-type: none;
  display: inline-block;
  padding-left: 0px;
}

#top_menu ul {
  margin: 0;
}

#top_menu li {
  font-size: 17px;
  font-family: Arial, Helvetica, sans-serif;
  width: 100%;
  text-align: center;
}

#top_menu li .fa-caret-right {
  padding-right: 5px;
  font-size: 14px;
  color: #959595;
}

#top_menu li a, #top_menu li .link, #top_menu li .link-dotted {
  color: #fff;
  text-decoration: none;
}

#top_menu .no_active {
  display: none !important;
}

#top_menu #drop_wrap #little_menu {
  background-color: rgba(0, 0, 0, 0.8);
  min-height: 8em;
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
}

#top_menu #drop_wrap #little_menu li {
  width: 100%;
}

#top_menu #drop_wrap #menu-icon {
  text-align: center;
  color: #fff;
}

#top_menu #drop_wrap #menu-icon .fa-list {
  margin-right: 2%;
}

.nuw_cl {
  margin-top: 7% !important;
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .nuw_cl {
    margin-top: 10% !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1230px) {
  .nuw_cl {
    margin-top: 10% !important;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1400px) {
  .nuw_cl {
    margin-top: 10% !important;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1590px) {
  .nuw_cl {
    margin-top: 10% !important;
  }
}

@media only screen and (min-width: 1591px) and (max-width: 1890px) {
  .nuw_cl {
    margin-top: 7% !important;
  }
}

@media only screen and (min-width: 1891px) and (max-width: 1999px) {
  .nuw_cl {
    margin-top: 7% !important;
  }
}

@media only screen and (min-width: 768px) and (max-width: 999px) {
  .nuw_cl .objects {
    margin-top: 2.9% !important;
  }
}

@-moz-document url-prefix() {
  .nuw_cl .objects {
    margin-top: 6.3%;
  }
}

@media only screen and (max-width: 319px) {
  .site-footer .nuw_phone {
    width: 15px;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .site-footer .nuw_phone {
    width: 15px;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .site-footer .nuw_phone {
    width: 15px;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .site-footer .nuw_phone {
    width: 15px;
  }
}

@media only screen and (max-width: 319px) {
  .phone .vk {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .phone .vk {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .phone .vk {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .phone .vk {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 319px) {
  .phone .ok {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .phone .ok {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .phone .ok {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .phone .ok {
    width: 40%;
    margin-left: 5%;
  }
}

@media only screen and (max-width: 319px) {
  .fon_for_contakt .information_contact .text_contact {
    padding-top: 0% !important;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .fon_for_contakt .information_contact .text_contact {
    padding-top: 0% !important;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .fon_for_contakt .information_contact .text_contact {
    padding-top: 0% !important;
    padding-left: 5%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .fon_for_contakt .information_contact .text_contact {
    padding-top: 0% !important;
    padding-left: 5%;
  }
}

@media only screen and (max-width: 319px) {
  .fon_for_contakt {
    min-height: 50vh !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .fon_for_contakt {
    min-height: 50vh !important;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .fon_for_contakt {
    min-height: 50vh !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .fon_for_contakt {
    min-height: 50vh !important;
  }
}

@media only screen and (max-width: 319px) {
  .fon_them form {
    padding-left: 0% !important;
    text-align: center;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .fon_them form {
    padding-left: 0% !important;
    text-align: center;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .fon_them form {
    padding-left: 0% !important;
    text-align: center;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .fon_them form {
    padding-left: 0% !important;
    text-align: center;
  }
}

@media only screen and (max-width: 319px) {
  .fon_them form input, .fon_them form select {
    width: 80% !important;
    float: none !important;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .fon_them form input, .fon_them form select {
    width: 80% !important;
    float: none !important;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .fon_them form input, .fon_them form select {
    width: 80% !important;
    float: none !important;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .fon_them form input, .fon_them form select {
    width: 80% !important;
    float: none !important;
  }
}

@media only screen and (max-width: 319px) {
  .section_for_title_cont {
    margin-top: 3%;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  .section_for_title_cont {
    margin-top: 3%;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  .section_for_title_cont {
    margin-top: 3%;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  .section_for_title_cont {
    margin-top: 3%;
  }
}

@media only screen and (max-width: 319px) {
  #top_menu {
    display: block;
  }
}

@media only screen and (min-width: 320px) and (max-width: 375px) {
  #top_menu {
    display: block;
  }
}

@media only screen and (min-width: 376px) and (max-width: 425px) {
  #top_menu {
    display: block;
  }
}

@media only screen and (min-width: 426px) and (max-width: 767px) {
  #top_menu {
    display: block;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1230px) {
  .pupap_form_header {
    padding-top: 20% !important;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1400px) {
  .pupap_form_header {
    padding-top: 15% !important;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1590px) {
  .pupap_form_header {
    padding-top: 20% !important;
  }
}

@media only screen and (min-width: 1591px) and (max-width: 1890px) {
  .pupap_form_header {
    padding-top: 20% !important;
  }
}

@media only screen and (min-width: 1891px) and (max-width: 1999px) {
  .pupap_form_header {
    padding-top: 20% !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1230px) {
  .pupap_form_header button {
    font-size: 1.5em !important;
  }
}

@media only screen and (min-width: 1000px) and (max-width: 1230px) {
  .close_pupap_form {
    top: 15% !important;
  }
}

@media only screen and (min-width: 1350px) and (max-width: 1400px) {
  .close_pupap_form {
    top: 15% !important;
  }
}

@media only screen and (min-width: 1401px) and (max-width: 1590px) {
  .close_pupap_form {
    top: 15% !important;
  }
}

@media only screen and (min-width: 1591px) and (max-width: 1890px) {
  .close_pupap_form {
    top: 20% !important;
  }
}

@media only screen and (min-width: 1891px) and (max-width: 1999px) {
  .close_pupap_form {
    top: 20% !important;
  }
}

@media only screen and (min-width: 1891px) and (max-width: 1999px) {
  footer .vk {
    background-size: 80%;
  }
}

@media only screen and (min-width: 1891px) and (max-width: 1999px) {
  footer .ok {
    background-size: 34%;
  }
}

.b-popup {
  min-width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  position: fixed;
  display: none;
  top: 0px;
  z-index: 999;
}

.b-popup .b-popup-content {
  margin: auto;
  text-align: center;
  background-color: transparent;
}

.b-popup .b-popup-content .close_pupap_form {
  left: 50%;
  width: 50px;
  height: 50px;
  border: 2px solid #ccc;
  border-radius: 50px;
  background-color: transparent;
  text-decoration: none;
  top: 25%;
  position: absolute;
  text-align: center;
  -webkit-transition: all ease .8s;
  -moz-transition: all ease .8s;
  -ms-transition: all ease .8s;
  -o-transition: all ease .8s;
  transition: all ease .8s;
}

.b-popup .b-popup-content .close_pupap_form:before {
  color: white;
  content: "X";
  text-shadow: 0 -1px black;
  font-size: 35px;
}

.b-popup .b-popup-content .close_pupap_form:hover {
  background-color: red;
  -webkit-transform: rotate(360deg);
  -moz-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  -o-transform: rotate(360deg);
  transform: rotate(360deg);
}

.b-popup .b-popup-content .pupap_form_header {
  padding-top: 25%;
}

.b-popup .b-popup-content .pupap_form_header input, .b-popup .b-popup-content .pupap_form_header select {
  margin-top: 1.5%;
  margin-bottom: 1.5%;
  width: 80%;
}

.b-popup .b-popup-content .pupap_form_header button {
  width: 20%;
  padding-top: 2%;
  padding-bottom: 2%;
  color: #fff;
  font-weight: 700;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 1.8em;
}

.post__header {
  margin-bottom: 5rem;
  text-align: center;
}

.post__title {
  margin: 0;
  font-weight: 700;
  font-size: 1.66667rem;
  color: #21bdb0;
}

.post__incut {
  background-color: #bd4;
  margin-top: 2.77778rem;
  margin-bottom: 3.33333rem;
}

.popup {
  position: relative;
  background: #FFF;
  padding: 3.33333rem;
  width: auto;
  max-width: 500px;
  margin: 20px auto;
  box-sizing: border-box;
}

.popup__header {
  margin-bottom: 2em;
  text-align: center;
}

.popup__title {
  margin: 0;
  font-size: 0.77778rem;
  font-weight: 700;
  text-transform: uppercase;
}

.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-content {
  opacity: 0;
  transition: transform 0.3s ease-in, opacity 0.2s linear;
  transform: scale(0.85);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: opacity 0.3s linear;
}

.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  transform: none;
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-content {
  transform: scale(1.2);
  opacity: 0;
  transition: transform 0.3s ease-out, opacity 0.3s linear;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.callback-popup {
  max-width: 450px;
}

fieldset {
  padding: 0;
  border: none;
  margin: auto;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  /* display: none; <- Crashes Chrome on hover */
  -webkit-appearance: none;
  margin: 0;
  /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
  -moz-appearance: textfield;
}

textarea.form-control {
  resize: vertical;
  height: auto;
}

label {
  user-select: none;
  cursor: pointer;
}

.form-label {
  margin-bottom: 5px;
  display: inline-block;
  font-family: "PT Sans Narrow", sans-serif;
  vertical-align: middle;
  font-size: 0.66667rem;
  text-transform: uppercase;
}

.form-group {
  margin-bottom: 1.38889rem;
  position: relative;
}

.form-control {
  max-width: 100%;
  width: 100%;
  padding: 0.55556rem;
  font-size: 0.88889rem;
  line-height: normal;
  vertical-align: middle;
  box-sizing: border-box;
  background-color: #fff;
  outline: none;
  border: 1px solid #dedede;
  transition: box-shadow 0.2s, border-color 0.2s;
}

.form-control:hover {
  border-color: #21bdb0;
}

.form-control:focus {
  box-shadow: 0 0 1px 0px rgba(33, 189, 176, 0.5);
}

.form-control--error, .form-control--error:hover {
  border-color: #ff154c;
  color: #ff154c;
}

.form-control--error:focus, .form-control--error:hover:focus {
  box-shadow: 0 0 1px 0px rgba(255, 21, 76, 0.5);
}

@media (min-width: 48em) {
  .form-control {
    padding-top: 0.66667rem;
    padding-bottom: 0.66667rem;
  }
}

select.form-control {
  appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 49 82'%3E%3Cpath fill-rule='evenodd' d='M24.5 0L0 32.8h49L24.5 0zm0 82L49 49.2H0L24.5 82z' fill='%23323232' clip-rule='evenodd'/%3E%3C/svg%3E%0A");
  background-size: 0.33333rem;
  background-position: 96% 50%;
  background-position: calc(100% - 5px) 50%;
  background-repeat: no-repeat;
}

/*=============================
=            WPCF7            =
=============================*/
span.wpcf7-not-valid-tip {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  padding: 5px 10px;
  background-color: #ff154c;
  color: #fff;
  display: inline-block;
  font-size: 0.61111rem;
}

.form-control.wpcf7-not-valid {
  border-color: #ff154c;
}

.wpcf7-form-control-wrap {
  display: block;
}

.screen-reader-response {
  font-size: 0.77778rem;
  margin-bottom: 2em;
}

.screen-reader-response ul {
  margin-top: 0.5em;
}

.screen-reader-response ul a, .screen-reader-response ul .link, .screen-reader-response ul .link-dotted {
  display: inline-block;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}

.wpcf7-response-output {
  margin-top: 1em;
  margin-left: auto;
  margin-right: auto;
  font-size: 0.77778rem;
  padding: 0.5em 0.7em;
  border: 2px solid;
  text-shadow: none;
}

.wpcf7-response-output.wpcf7-validation-errors {
  background-color: rgba(253, 216, 53, 0.63);
  border-color: #FDD835;
  color: #655615;
}

.wpcf7-response-output.wpcf7-mail-sent-ok {
  background-color: rgba(0, 160, 117, 0.63);
  border-color: #00a075;
  color: #00402f;
}

/*=====  End of WPCF7  ======*/
.callback-form__text {
  margin-bottom: 3em;
}

.custom-box {
  display: inline-block;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  user-select: none;
  position: relative;
}

.custom-box input[type="radio"],
.custom-box input[type="checkbox"] {
  position: absolute;
  overflow: hidden;
  height: 0;
  width: 0;
  clip: rect(0, 0, 0, 0);
}

.custom-box__alt {
  display: inline-block;
  width: 1.38889rem;
  height: 1.38889rem;
  position: relative;
  vertical-align: middle;
  border: 1px solid #ededed;
  background-color: #fff;
  transition: background-color 0.1s ease-out 0.08s, box-shadow 0.2s, border-color 0.2s;
}

.custom-box__alt:before {
  position: absolute;
  content: "";
  background-repeat: no-repeat;
  background-position: center;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
  transform: scale(1.6);
  pointer-events: none;
  transition: opacity 0.12s ease-in, transform 0.12s ease-in;
}

input[type="radio"]:hover + .custom-box__alt,
input[type="checkbox"]:hover + .custom-box__alt,
input[type="radio"]:focus + .custom-box__alt,
input[type="checkbox"]:focus + .custom-box__alt {
  border-color: #21bdb0;
}

input[type="radio"]:checked + .custom-box__alt,
input[type="checkbox"]:checked + .custom-box__alt {
  transition-delay: 0s;
}

.custom-box--blue input[type="radio"]:checked + .custom-box__alt, .custom-box--blue
input[type="checkbox"]:checked + .custom-box__alt {
  background-color: #21bdb0;
}

input[type="radio"]:checked + .custom-box__alt:before,
input[type="checkbox"]:checked + .custom-box__alt:before {
  opacity: 1;
  transform: none;
  transition-timing-function: ease-out;
  transition-delay: 0.08s;
}

input[type="radio"] + .custom-box__alt {
  border-radius: 50%;
}

input[type="radio"] + .custom-box__alt:before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 32 32'%3E%3Cpath fill='%23323232' d='M31 16c0 8.3-6.7 15-15 15S1 24.3 1 16 7.7 1 16 1s15 6.7 15 15z'/%3E%3C/svg%3E");
  background-size: 0.7em;
}

.custom-box--blue input[type="radio"] + .custom-box__alt:before {
  background-image: url("data:image/svg+xm