/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after 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/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 when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

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

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

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

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

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

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

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.container {
  max-width: 900px;
  margin: auto;
}

.smoke-base {
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: table;
  z-index: 1001;
}

.smoke-dialog_wrapper {
  position: relative;
  vertical-align: middle;
  display: table-cell;
}

.smoke-dialog {
  width: 80%;
  margin: 0 auto;
  padding: 20px;
  color: #202020;
  border: 1px solid #B6B6B6;
  border-radius: 28px;
  background-color: #f3f3f3;
  font-family: Arial;
  font-size: 18px;
  font-weight: normal;
  text-align: center;
  line-height: 24px;
}

.smoke-dialog-buttons {
  vertical-align: middle;
  margin-top: 10px;
}

.smoke-dialog-buttons-ok, .smoke-dialog-buttons-cancel {
  margin: 0 7px;
  padding: 8px 24px;
  border: 0;
  border-radius: 7px;
  outline: 0;
  color: white;
  background: #00BD20;
  font-family: arial;
  font-size: 14px;
  font-weight: normal;
  text-transform: none;
  line-height: 18px;
  vertical-align: baseline;
  display: inline-block;
  cursor: pointer;
}

.smoke-dialog-buttons-ok:hover, .smoke-dialog-buttons-cancel:hover {
  background: #222;
}

.smoke-prompt {
  margin-top: 15px;
  text-align: center;
}

.smoke-prompt-input {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 75%;
  margin: 0;
  padding: 11.2px;
  border: 1.4px solid #aaa;
  outline: none;
  font-family: arial;
  font-size: 22.4px;
  background-color: white;
  display: inline-block;
}

.smoke-dialog-buttons-cancel {
  background-color: rgba(0, 0, 0, 0.4);
}

/*! Swipebox v1.3.0 | Constantin Saguin csag.co | MIT License | github.com/brutaldesign/swipebox */
html.swipebox-html.swipebox-touch {
  overflow: hidden !important;
}

#swipebox-overlay img {
  border: none !important;
}

#swipebox-overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99999 !important;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#swipebox-container {
  position: relative;
  width: 100%;
  height: 100%;
}

#swipebox-slider {
  -webkit-transition: -webkit-transform .4s ease;
  transition: -webkit-transform .4s ease;
  transition: transform .4s ease;
  transition: transform .4s ease, -webkit-transform .4s ease;
  height: 100%;
  left: 0;
  top: 0;
  width: 100%;
  white-space: nowrap;
  position: absolute;
  display: none;
  cursor: pointer;
}

#swipebox-slider .slide {
  height: 100%;
  width: 100%;
  line-height: 1px;
  text-align: center;
  display: inline-block;
}

#swipebox-slider .slide:before {
  content: "";
  display: inline-block;
  height: 50%;
  width: 1px;
  margin-right: -1px;
}

#swipebox-slider .slide .swipebox-inline-container, #swipebox-slider .slide .swipebox-video-container, #swipebox-slider .slide img {
  display: inline-block;
  max-height: 100%;
  max-width: 100%;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  vertical-align: middle;
}

#swipebox-slider .slide .swipebox-video-container {
  background: 0 0;
  max-width: 1140px;
  max-height: 100%;
  width: 100%;
  padding: 5%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  overflow: hidden;
  position: relative;
}

#swipebox-slider .slide .swipebox-video-container .swipebox-video iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

#swipebox-slider .slide-loading {
  background: url(../img/loader.gif) center center no-repeat;
}

#swipebox-bottom-bar, #swipebox-top-bar {
  -webkit-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 0;
  z-index: 999;
  height: 50px;
  width: 100%;
}

#swipebox-bottom-bar {
  bottom: -50px;
}

#swipebox-bottom-bar.visible-bars {
  -webkit-transform: translate3d(0, -50px, 0);
  transform: translate3d(0, -50px, 0);
}

#swipebox-top-bar {
  top: -50px;
}

#swipebox-top-bar.visible-bars {
  -webkit-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
}

#swipebox-title {
  display: block;
  width: 100%;
  text-align: center;
}

#swipebox-close, #swipebox-next, #swipebox-prev {
  background-image: url(../img/icons.png);
  background-repeat: no-repeat;
  border: none !important;
  text-decoration: none !important;
  cursor: pointer;
  width: 50px;
  height: 50px;
  top: 0;
}

#swipebox-arrows {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: 50px;
}

#swipebox-prev {
  background-position: -32px 13px;
  float: left;
}

#swipebox-next {
  background-position: -78px 13px;
  float: right;
}

#swipebox-close {
  top: 0;
  right: 0;
  position: absolute;
  z-index: 9999;
  background-position: 15px 12px;
}

.swipebox-no-close-button #swipebox-close {
  display: none;
}

#swipebox-next.disabled, #swipebox-prev.disabled {
  opacity: .3;
}

.swipebox-no-touch #swipebox-overlay.rightSpring #swipebox-slider {
  -webkit-animation: rightSpring .3s;
  animation: rightSpring .3s;
}

.swipebox-no-touch #swipebox-overlay.leftSpring #swipebox-slider {
  -webkit-animation: leftSpring .3s;
  animation: leftSpring .3s;
}

.swipebox-touch #swipebox-container:after, .swipebox-touch #swipebox-container:before {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  content: ' ';
  position: absolute;
  z-index: 999;
  top: 0;
  height: 100%;
  width: 20px;
  opacity: 0;
}

.swipebox-touch #swipebox-container:before {
  left: 0;
  -webkit-box-shadow: inset 10px 0 10px -8px #656565;
  box-shadow: inset 10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-container:after {
  right: 0;
  -webkit-box-shadow: inset -10px 0 10px -8px #656565;
  box-shadow: inset -10px 0 10px -8px #656565;
}

.swipebox-touch #swipebox-overlay.leftSpringTouch #swipebox-container:before, .swipebox-touch #swipebox-overlay.rightSpringTouch #swipebox-container:after {
  opacity: 1;
}

@-webkit-keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes rightSpring {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes leftSpring {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@media screen and (min-width: 800px) {
  #swipebox-close {
    right: 10px;
  }
  #swipebox-arrows {
    width: 92%;
    max-width: 800px;
  }
}

#swipebox-overlay {
  background: #0d0d0d;
}

#swipebox-bottom-bar, #swipebox-top-bar {
  text-shadow: 1px 1px 1px #000;
  background: #000;
  opacity: .95;
}

#swipebox-top-bar {
  color: #fff !important;
  font-size: 15px;
  line-height: 43px;
  font-family: Helvetica,Arial,sans-serif;
}

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

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

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

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

.navbar {
  color: #222;
  position: relative;
}

.navbar-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  height: 120px;
  color: #222;
}

.navbar__logo {
  font-size: 20px;
}

.navbar__logo-bold {
  margin-right: 2px;
  font-size: 22px;
  color: #3f51b5;
  font-family: 'Open Sans Bold', sans-serif;
}

a {
  color: inherit;
  text-decoration: none;
}

@-webkit-keyframes fade {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

@keyframes fade {
  0% {
    opacity: 0;
  }
  11.11% {
    opacity: 1;
  }
  33.33% {
    opacity: 1;
  }
  44.44% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.fadein {
  position: relative;
}

.fadein .header__img {
  position: absolute;
  width: inherit;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-size: cover;
  opacity: 0;
  margin: auto;
  -webkit-animation-name: fade;
          animation-name: fade;
  -webkit-animation-duration: 11s;
          animation-duration: 11s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.fadein > .header__img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}

.fadein > .header__img:nth-child(2) {
  -webkit-animation-delay: 5s;
          animation-delay: 5s;
}

.fadein > .header__img:nth-child(3) {
  -webkit-animation-delay: 8s;
          animation-delay: 8s;
}

.fadein > .header__img:nth-child(4) {
  -webkit-animation-delay: 11s;
          animation-delay: 11s;
}

.header__img {
  height: 200px;
}

.header__img-1 {
  background: url(../img/face.jpg) no-repeat center;
}

.header__img-2 {
  background: url(../img/face-2.jpeg) no-repeat center;
}

.header__img-3 {
  background: url(../img/face-3.jpeg) no-repeat center;
}

.header__img-4 {
  background: url(../img/face.jpg) no-repeat center;
}

a:active, a:focus {
  color: inherit;
}

.menu ul{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 113px;
}

.menu-wrap {
  display: none;
  position: relative;
}

.menu li {
  font-size: 11px;
  margin-left: 20px;
  width: auto;
  height: 100%;
  cursor: pointer;
  text-align: center;
  border-bottom: 3px solid transparent;
  -webkit-transition: .4s;
  transition: .4s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.menu li.current_page_item {
  border-bottom: 3px solid #3f51b5;
}

.menu li:hover {  
  border-bottom: 3px solid #3f51b5; 
} 


.header {
  background-color: #ebebeb;
}

.header-block {
  padding: 40px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  min-height: 400px;
}

.header__image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 300px;
  height: 200px;
}

.header__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #222;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 42px;
  text-align: center;
  width: 50%;
  font-family: 'Open Sans Semibold', sans-serif;
}

.header__title-subtitle {
  font-size: 18px;
  width: 60%;
  text-align: center;
}

.header__title-bold {
  margin-bottom: 20px;
}

.public__title {
  margin-bottom: 40px;
}

section {
  text-align: left;
  background: #f2f2f2;
  padding: 1em 0px;
}

.title {
  font-size: 35px;
  margin: auto;
  margin-bottom: 25px;
  text-align: center;
}

.hero__title {
  font-size: 22px;
  font-family: 'Open Sans Semibold', sans-serif;
}

.hero__info {
  font-size: 20px;
}

.hero__text-dop {
  font-size: 16px;
}

.hero__info-block {
  text-align: center;
  font-size: 18px;
  margin-top: 50px;
}

.arrow-down {
  margin: auto;
  text-align: center;
  display: block;
}

.arrow-down img {
  margin-top: 40px;
  margin-bottom: 10px;
}

.white-bg {
  background: #ffffff;
}

.document__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px 0px;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.document__info img {
  width: 400px;
}

.document-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.document-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.public__info {
  text-align: left;
}

.public__info > ol {
  text-align: left;
}

.public__info > ol > li {
  margin-bottom: 30px;
}

.public__name {
  font-size: 1vmax;
  font-family: 'Open Sans Semibold', sans-serif;
  margin-top: 30px;
  margin-bottom: 8px;
  border: 7px double black;
  padding: 10px;
  position: relative;
  margin-bottom: 3vmax;
  margin-top: 4vmax;
}

.public__text {
  line-height: 2.3;
}

.public__link {
  -webkit-transition: .5s;
  transition: .5s;
  font-size: 1.2vmax;
  color: #222;
  text-decoration: underline;
  width: auto;
  padding: 10px;
  margin-top: 5px;
  position: relative;
  display: block;
  text-align: center;
}

.hero__info > ol > li {
  margin-bottom: 20px;
}

.gallery-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.gallery__item {
  width: 200px;
  margin-bottom: 20px;
  overflow: hidden;
}

.gallery__item:hover img {
  -webkit-transform: scale(1.3);
          transform: scale(1.3);
}

.gallery__item img {
  width: 200px;
  -webkit-transition: .3s;
  transition: .3s;
}

.type {
  background: white;
  padding-top: 40px;
}

.type-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  text-align: left;
}

.type-left {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.type-left__title {
  font-size: 14px;
  margin: auto;
  font-family: 'Open Sans Semibold', sans-serif;
  margin-bottom: 20px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}

.type-left__info {
  padding: 10px 15px;
  border: 1px solid black;
}

.type-left__info > ol > li {
  text-align: left;
  margin-bottom: 15px;
}

.type-right {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.type-right__title {
  font-size: 14px;
  margin: auto;
  font-family: 'Open Sans Semibold', sans-serif;
  text-align: left;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 20px;
}

.type-right__info {
  padding: 10px 15px;
  border: 1px solid black;
}

.type-right__info > ol > li {
  text-align: left;
  margin-bottom: 15px;
}

.hero__document {
  background: white;
  text-align: left;
  margin-top: 50px;
  border: 7px double black;
  padding: 10px 15px;
}

.hero__name {
  margin-bottom: 20px;
}

.hero__name > ol > li {
  list-style: dist;
}

.offer__title p {
  margin-bottom: 30px;
  /*font-family: 'Open Sans Semibold', sans-serif;*/
}

.offer__title span {
  font-size: 24px;
}

.offer__images {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.offer__images > a {
  border: 10px double black;
  display: block;
}

.offer__images > a > img {
  width: 250px;
}

.question {
  padding-top: 30px;
  padding-bottom: 40px;
}

.question-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.question__item {
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
  border-radius: 8px;
  margin-bottom: 20px;
  background: white;
}

.question__problem {
  padding: 40px 20px;
  font-size: 15px;
  padding-right: 90px;
  cursor: pointer;
  font-family: 'Open Sans Semibold', sans-serif;
  position: relative;
}

.question__problem:after {
  content: '';
  position: absolute;
  top: 0;
  right: 25px;
  border-radius: 50%;
  background: url(../img/arrow.png) no-repeat center, rgba(34, 34, 34, 0.7);
  bottom: 0;
  padding: 16px 15px 16px 13px;
  margin: auto;
  width: 12px;
  cursor: pointer;
  height: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.question__problem.active:after {
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}

.question__answer {
  padding: 15px 20px;
  display: none;
  text-align: left;
}

.question__title {
  margin-bottom: 40px;
}

.offer__title {
  margin-top: 20px;
  font-size: 28px;
  margin-bottom: 30px;
  text-align: center;
}

.title {
  font-family: 'Open Sans Bold', sans-serif;
  padding: 20px;
}

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

.info-sevan li {
  padding-left: 20px;
}

.footer {
  background: #ebebeb;
  padding: 30px 0px;
  width: 100%;
  font-size: 18px;
}

.footer-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.footer__email a {
  -webkit-transition: .3s;
  transition: .3s;
  cursor: pointer;
  color: #222;
}

.footer__email a:hover {
  color: rgba(34, 34, 34, 0.5);
}

.button-overlay {
  padding: 20px 45px;
  color: #222;
  cursor: pointer;
  border: 2px solid #222;
  border-radius: 8px;
  -webkit-transition: .3s;
  transition: .3s;
  font-size: 20px;
  margin: auto;
  width: 200px;
  text-align: center;
  margin: 40px auto;
  transition: .3s;
}

.button-overlay:hover {
  border: 2px solid transparent;
}

.overlay-form {
  overflow-y: scroll;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  display: none;
  z-index: 9000;
  -webkit-transition: .5s;
  transition: .5s;
  background: rgba(0, 0, 0, 0.4);
}

.overlay-form.active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
  margin-right: 15px;
  width: 100%;
}

.popup__row input {
  border: 1px solid black;
  padding: 3px 15px;
  border-radius: 8px;
  font-size: 15px;
  outline: none;
  cursor: pointer;
}

.popup__button {
  color: #aba3a3;
  padding: 15px 30px;
  background: #f3f3f3;
  margin-top: 30px;
  background: #f3f3f3;
  border: 1px solid #f3f3f3;
  border-radius: 8px;
  -webkit-transition: .3s;
  transition: .3s;
}

.popup__button.active {
  color: #222;
  padding: 15px 30px;
  background: aliceblue;
  border: 1px solid black;
}

.popup-form {
  border-radius: 10px;
  position: relative;
  background: white;
  padding: 40px 60px;
}

.popup__title {
  font-size: 14px;
}

.popup-close {
  position: absolute;
  top: 0;
  right: 10px;
  font-size: 28px;
  color: black;
  cursor: pointer;
  -webkit-transition: .3s;
  transition: .3s;
}

.popup-close:hover {
  opacity: .5;
}

.popup-block {
  width: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.inforation-box {
  text-align: left;
  margin-top: 20px;
  height: 50px;
  border: 1px solid black;
  border-radius: 8px;
  width: 250px;
}

.popup__title.textarea {
  font-size: 14px;
  margin-top: 20px;
}

textarea {
  outline: none;
  cursor: pointer;
  padding: 20px 15px;
}

.offer {
  background: white;
}

.hero {
  background: #ffffff;
}

.document {
  background: #f2f2f2;
}

.public {
  background: #ffffff;
}

button, button:hover, button:active {
  outline: none;
}

.c-burger {
  display: block;
  overflow: hidden;
  width: 60px;
  height: 60px;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 5px;
  cursor: pointer;
  z-index: 9999;
}

.c-burger:focus {
  outline: none;
}

.c-burger span {
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  width: 60%;
  left: 0;
  right: 0;
  height: 2px;
  color: transparent;
  background: #222;
}

.c-burger span:after {
  bottom: -13px;
}

.c-burger span:before {
  top: -13px;
}

.c-burger span:before, .c-burger span:after {
  content: '';
  position: absolute;
  display: block;
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  left: 0;
  -webkit-transition: .3s;
  transition: .3s;
  width: 100%;
  height: 2px;
  background: #222;
}

.c-burger span-line span:before, .c-burger span-line span:after {
  -webkit-transition-duration: 0.3s, 0.3s;
          transition-duration: 0.3s, 0.3s;
  -webkit-transition-delay: 0.3s, 0s;
          transition-delay: 0.3s, 0s;
}

.c-burger-line {
  -webkit-transition: background 0s 0.3s;
  transition: background 0s 0.3s;
}

.c-burger-line span:before {
  -webkit-transition-property: top, -webkit-transform;
  transition-property: top, -webkit-transform;
  transition-property: top, transform;
  transition-property: top, transform, -webkit-transform;
}

.c-burger-line span:after {
  -webkit-transition-property: bottom, -webkit-transform;
  transition-property: bottom, -webkit-transform;
  transition-property: bottom, transform;
  transition-property: bottom, transform, -webkit-transform;
}

.c-burger-line.is-active {
  -webkit-transition: .5s;
  transition: .5s;
}

.c-burger-line.is-active span {
  background: none;
}

.c-burger-line.is-active span:before {
  -webkit-transition: 0s, 0.3s;
  transition: 0s, 0.3s;
  top: 0;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

.c-burger-line.is-active span::after {
  -webkit-transition: 0s, 0.3s;
  transition: 0s, 0.3s;
  bottom: 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

body {
  background: #ebebeb;
  font-family: 'Open Sans Regular', sans-serif;
  overflow-x: hidden;
  font-size: 16px;
  position: relative;
}

#hellopreloader > p {
  display: none;
}

#hellopreloader_preload {
  display: block;
  position: fixed;
  z-index: 99999;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  min-width: 1000px;
  background: #ebebeb url(../img/preload.svg) center center no-repeat;
  background-size: 63px;
}

.zoom {
  display: inline-block;
  position: relative;
}

.zoom:after {
  content: '';
  display: block;
  width: 33px;
  height: 33px;
  position: absolute;
  top: 0;
  right: 0;
  background: url(icon.png);
}

.zoom img {
  display: block;
}

.zoom img::-moz-selection {
  background-color: transparent;
}

.zoom img::selection {
  background-color: transparent;
}
.email-main {
 text-align: center;
font-size: 22px;
margin-bottom: 20px;
}
.email-main p {
 font-weight: 900;
}
/*# sourceMappingURL=main.css.map */


.hero-visa a {
  color: blue;
  transition: .3s;
}
.hero-visa a:hover {
  opacity: .5;
}

.hero-visa span {
  font-size: 16px;
  line-height: 150%;
  display: block;
  padding: 10px;
  border-top: 1px solid grey;
}
.offer__social{
  display: flex;
  align-items: center;
  justify-content: center;
}
.offer__social-item {
  display: flex;
  justify-content: center;
  align-items: center;
 
}
.offer__social-item:nth-child(1) {
  margin-right: 20px;
}

.offer__social-item img {
  width: 50px;
  height: 50px;
}
.offer__title s {
  font-family: 'Open Sans Semibold', sans-serif;
  text-decoration: none;
}