@charset "UTF-8";
/*!*
 * ВНИМАНИЕ! Этот файл генерируется автоматически.
 * Не пишите сюда ничего вручную, все такие правки будут потеряны.
 * Читайте ./README.md для понимания.
 */
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}
/* 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 {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}
/**
 * 1. Remove the bottom border in Chrome 57- and 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 the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}
/**
 * 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"], /* 1 */
[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;
}
/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}
/**
 * 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 macOS.
 */
[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, /* 1 */
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;
}
/**
 * Преобразование пикселей в em на основе переменной с базовым размером шрифта
 * (указывается в px) проекта.
 * @param  {number} $px Число без единиц измерения, кол-во пикселей
 * @param  {string} $font-size Число пикселей, размер конт. шрифта на проекте
 * @return {string} Результат преобразования $px в em на основе $font-size
 */
/**
 * Swiper 4.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://www.idangero.us/swiper/
 *
 * Copyright 2014-2018 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 1, 2018
 */
.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}
.swiper-container-no-flexbox .swiper-slide {
  float: left;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}
.swiper-container-multirow > .swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}
.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.swiper-invisible-blank-slide {
  visibility: hidden;
}
/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}
.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}
/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}
.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}
.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}
.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
}
.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}
.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}
.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}
.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform;
}
.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform;
}
.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform;
}
/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
}
.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top;
}
.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff;
}
.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff;
}
.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000;
}
.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000;
}
.swiper-pagination-lock {
  display: none;
}
/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}
.swiper-scrollbar-cursor-drag {
  cursor: move;
}
.swiper-scrollbar-lock {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  font-family: "object-fit:contain";
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}
.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}
.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}
@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}
.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
}
.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube {
  overflow: visible;
}
.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}
.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}
.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}
.swiper-container-flip {
  overflow: visible;
}
.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}
.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}
.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}
.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px;
}
/*! PhotoSwipe main CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*
	Styles for basic PhotoSwipe functionality (sliding area, open/close transitions)
*/
/* pswp = photoswipe */
.pswp {
  display: none;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  overflow: hidden;
  -ms-touch-action: none;
  touch-action: none;
  z-index: 1500;
  -webkit-text-size-adjust: 100%;
  /* create separate layer, to avoid paint on window.onscroll in webkit/blink */
  -webkit-backface-visibility: hidden;
  outline: none; }
.pswp * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.pswp img {
    max-width: none; }
/* style is added when JS option showHideOpacity is set to true */
.pswp--animate_opacity {
  /* 0.001, because opacity:0 doesn't trigger Paint action, which causes lag at start of transition */
  opacity: 0.001;
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--open {
  display: block; }
.pswp--zoom-allowed .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }
.pswp--zoomed-in .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: grab; }
.pswp--dragging .pswp__img {
  /* autoprefixer: off */
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: grabbing; }
/*
	Background is added as a separate element.
	As animating opacity is much faster than animating rgba() background-color.
*/
.pswp__bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
.pswp__scroll-wrap {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden; }
.pswp__container,
.pswp__zoom-wrap {
  -ms-touch-action: none;
  touch-action: none;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }
/* Prevent selection and tap highlights */
.pswp__container,
.pswp__img {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-touch-callout: none; }
.pswp__zoom-wrap {
  position: absolute;
  width: 100%;
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top;
  /* for open/close transition */
  -webkit-transition: -webkit-transform 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: transform 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp__bg {
  will-change: opacity;
  /* for open/close transition */
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
.pswp--animated-in .pswp__bg,
.pswp--animated-in .pswp__zoom-wrap {
  -webkit-transition: none;
  transition: none; }
.pswp__container,
.pswp__zoom-wrap {
  -webkit-backface-visibility: hidden; }
.pswp__item {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  overflow: hidden; }
.pswp__img {
  position: absolute;
  width: auto;
  height: auto;
  top: 0;
  left: 0; }
/*
	stretched thumbnail or div placeholder element (see below)
	style is added to avoid flickering in webkit/blink when layers overlap
*/
.pswp__img--placeholder {
  -webkit-backface-visibility: hidden; }
/*
	div element that matches size of large image
	large image loads on top of it
*/
.pswp__img--placeholder--blank {
  background: #222; }
.pswp--ie .pswp__img {
  width: 100% !important;
  height: auto !important;
  left: 0;
  top: 0; }
/*
	Error message appears when image is not loaded
	(JS option errorMsg controls markup)
*/
.pswp__error-msg {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  text-align: center;
  font-size: 14px;
  line-height: 16px;
  margin-top: -8px;
  color: #CCC; }
.pswp__error-msg a {
  color: #CCC;
  text-decoration: underline; }
.flatpickr-calendar{background:transparent;opacity:0;display:none;text-align:center;visibility:hidden;padding:0;-webkit-animation:none;animation:none;direction:ltr;border:0;font-size:14px;line-height:24px;border-radius:5px;position:absolute;width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-touch-action:manipulation;touch-action:manipulation;background:#fff;-webkit-box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);box-shadow:1px 0 0 #e6e6e6,-1px 0 0 #e6e6e6,0 1px 0 #e6e6e6,0 -1px 0 #e6e6e6,0 3px 13px rgba(0,0,0,0.08);}
.flatpickr-calendar.open,.flatpickr-calendar.inline{opacity:1;max-height:640px;visibility:visible}
.flatpickr-calendar.open{display:inline-block;z-index:99999}
.flatpickr-calendar.animate.open{-webkit-animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1);animation:fpFadeInDown 300ms cubic-bezier(.23,1,.32,1)}
.flatpickr-calendar.inline{display:block;position:relative;top:2px}
.flatpickr-calendar.static{position:absolute;top:calc(100% + 2px);}
.flatpickr-calendar.static.open{z-index:999;display:block}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7){-webkit-box-shadow:none !important;box-shadow:none !important}
.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1){-webkit-box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-2px 0 0 #e6e6e6,5px 0 0 #e6e6e6}
.flatpickr-calendar .hasWeeks .dayContainer,.flatpickr-calendar .hasTime .dayContainer{border-bottom:0;border-bottom-right-radius:0;border-bottom-left-radius:0}
.flatpickr-calendar .hasWeeks .dayContainer{border-left:0}
.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time{height:40px;border-top:1px solid #e6e6e6}
.flatpickr-calendar.noCalendar.hasTime .flatpickr-time{height:auto}
.flatpickr-calendar:before,.flatpickr-calendar:after{position:absolute;display:block;pointer-events:none;border:solid transparent;content:'';height:0;width:0;left:22px}
.flatpickr-calendar.rightMost:before,.flatpickr-calendar.rightMost:after{left:auto;right:22px}
.flatpickr-calendar:before{border-width:5px;margin:0 -5px}
.flatpickr-calendar:after{border-width:4px;margin:0 -4px}
.flatpickr-calendar.arrowTop:before,.flatpickr-calendar.arrowTop:after{bottom:100%}
.flatpickr-calendar.arrowTop:before{border-bottom-color:#e6e6e6}
.flatpickr-calendar.arrowTop:after{border-bottom-color:#fff}
.flatpickr-calendar.arrowBottom:before,.flatpickr-calendar.arrowBottom:after{top:100%}
.flatpickr-calendar.arrowBottom:before{border-top-color:#e6e6e6}
.flatpickr-calendar.arrowBottom:after{border-top-color:#fff}
.flatpickr-calendar:focus{outline:0}
.flatpickr-wrapper{position:relative;display:inline-block}
.flatpickr-months{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flatpickr-months .flatpickr-month{background:transparent;color:rgba(0,0,0,0.9);fill:rgba(0,0,0,0.9);height:28px;line-height:1;text-align:center;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
.flatpickr-months .flatpickr-prev-month,.flatpickr-months .flatpickr-next-month{text-decoration:none;cursor:pointer;position:absolute;top:0;line-height:16px;height:28px;padding:10px;z-index:3;}
.flatpickr-months .flatpickr-prev-month.disabled,.flatpickr-months .flatpickr-next-month.disabled{display:none}
.flatpickr-months .flatpickr-prev-month i,.flatpickr-months .flatpickr-next-month i{position:relative}
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month,.flatpickr-months .flatpickr-next-month.flatpickr-prev-month{/*
      /*rtl:begin:ignore*/left:0;/*
      /*rtl:end:ignore*/}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month,.flatpickr-months .flatpickr-next-month.flatpickr-next-month{/*
      /*rtl:begin:ignore*/right:0;/*
      /*rtl:end:ignore*/}
/*
      /*rtl:begin:ignore*/
/*
      /*rtl:end:ignore*/
.flatpickr-months .flatpickr-prev-month:hover,.flatpickr-months .flatpickr-next-month:hover{color:#959ea9;}
.flatpickr-months .flatpickr-prev-month:hover svg,.flatpickr-months .flatpickr-next-month:hover svg{fill:#f64747}
.flatpickr-months .flatpickr-prev-month svg,.flatpickr-months .flatpickr-next-month svg{width:14px;height:14px;}
.flatpickr-months .flatpickr-prev-month svg path,.flatpickr-months .flatpickr-next-month svg path{-webkit-transition:fill .1s;transition:fill .1s;fill:inherit}
.numInputWrapper{position:relative;height:auto;}
.numInputWrapper input,.numInputWrapper span{display:inline-block}
.numInputWrapper input{width:100%;}
.numInputWrapper input::-ms-clear{display:none}
.numInputWrapper span{position:absolute;right:0;width:14px;padding:0 4px 0 2px;height:50%;line-height:50%;opacity:0;cursor:pointer;border:1px solid rgba(57,57,57,0.15);-webkit-box-sizing:border-box;box-sizing:border-box;}
.numInputWrapper span:hover{background:rgba(0,0,0,0.1)}
.numInputWrapper span:active{background:rgba(0,0,0,0.2)}
.numInputWrapper span:after{display:block;content:"";position:absolute}
.numInputWrapper span.arrowUp{top:0;border-bottom:0;}
.numInputWrapper span.arrowUp:after{border-left:4px solid transparent;border-right:4px solid transparent;border-bottom:4px solid rgba(57,57,57,0.6);top:26%}
.numInputWrapper span.arrowDown{top:50%;}
.numInputWrapper span.arrowDown:after{border-left:4px solid transparent;border-right:4px solid transparent;border-top:4px solid rgba(57,57,57,0.6);top:40%}
.numInputWrapper span svg{width:inherit;height:auto;}
.numInputWrapper span svg path{fill:rgba(0,0,0,0.5)}
.numInputWrapper:hover{background:rgba(0,0,0,0.05);}
.numInputWrapper:hover span{opacity:1}
.flatpickr-current-month{font-size:135%;line-height:inherit;font-weight:300;color:inherit;position:absolute;width:75%;left:12.5%;padding:6.16px 0 0 0;line-height:1;height:28px;display:inline-block;text-align:center;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);}
.flatpickr-current-month span.cur-month{font-family:inherit;font-weight:700;color:inherit;display:inline-block;margin-left:.5ch;padding:0;}
.flatpickr-current-month span.cur-month:hover{background:rgba(0,0,0,0.05)}
.flatpickr-current-month .numInputWrapper{width:6ch;width:7ch\0;display:inline-block;}
.flatpickr-current-month .numInputWrapper span.arrowUp:after{border-bottom-color:rgba(0,0,0,0.9)}
.flatpickr-current-month .numInputWrapper span.arrowDown:after{border-top-color:rgba(0,0,0,0.9)}
.flatpickr-current-month input.cur-year{background:transparent;-webkit-box-sizing:border-box;box-sizing:border-box;color:inherit;cursor:text;padding:0 0 0 .5ch;margin:0;display:inline-block;font-size:inherit;font-family:inherit;font-weight:300;line-height:inherit;height:auto;border:0;border-radius:0;vertical-align:initial;}
.flatpickr-current-month input.cur-year:focus{outline:0}
.flatpickr-current-month input.cur-year[disabled],.flatpickr-current-month input.cur-year[disabled]:hover{font-size:100%;color:rgba(0,0,0,0.5);background:transparent;pointer-events:none}
.flatpickr-weekdays{background:transparent;text-align:center;overflow:hidden;width:100%;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:28px;}
.flatpickr-weekdays .flatpickr-weekdaycontainer{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1}
span.flatpickr-weekday{cursor:default;font-size:90%;background:transparent;color:rgba(0,0,0,0.54);line-height:1;margin:0;text-align:center;display:block;-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;font-weight:bolder}
.dayContainer,.flatpickr-weeks{padding:1px 0 0 0}
.flatpickr-days{position:relative;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-align:start;-webkit-align-items:flex-start;-ms-flex-align:start;align-items:flex-start;width:307.875px;}
.flatpickr-days:focus{outline:0}
.dayContainer{padding:0;outline:0;text-align:left;width:307.875px;min-width:307.875px;max-width:307.875px;-webkit-box-sizing:border-box;box-sizing:border-box;display:inline-block;display:-ms-flexbox;display:-webkit-box;display:-webkit-flex;display:flex;-webkit-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-wrap:wrap;-ms-flex-pack:justify;-webkit-justify-content:space-around;justify-content:space-around;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0);opacity:1;}
.dayContainer + .dayContainer{-webkit-box-shadow:-1px 0 0 #e6e6e6;box-shadow:-1px 0 0 #e6e6e6}
.flatpickr-day{background:none;border:1px solid transparent;border-radius:150px;-webkit-box-sizing:border-box;box-sizing:border-box;color:#393939;cursor:pointer;font-weight:400;width:14.2857143%;-webkit-flex-basis:14.2857143%;-ms-flex-preferred-size:14.2857143%;flex-basis:14.2857143%;max-width:39px;height:39px;line-height:39px;margin:0;display:inline-block;position:relative;-webkit-box-pack:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;text-align:center;}
.flatpickr-day.inRange,.flatpickr-day.prevMonthDay.inRange,.flatpickr-day.nextMonthDay.inRange,.flatpickr-day.today.inRange,.flatpickr-day.prevMonthDay.today.inRange,.flatpickr-day.nextMonthDay.today.inRange,.flatpickr-day:hover,.flatpickr-day.prevMonthDay:hover,.flatpickr-day.nextMonthDay:hover,.flatpickr-day:focus,.flatpickr-day.prevMonthDay:focus,.flatpickr-day.nextMonthDay:focus{cursor:pointer;outline:0;background:#e6e6e6;border-color:#e6e6e6}
.flatpickr-day.today{border-color:#959ea9;}
.flatpickr-day.today:hover,.flatpickr-day.today:focus{border-color:#959ea9;background:#959ea9;color:#fff}
.flatpickr-day.selected,.flatpickr-day.startRange,.flatpickr-day.endRange,.flatpickr-day.selected.inRange,.flatpickr-day.startRange.inRange,.flatpickr-day.endRange.inRange,.flatpickr-day.selected:focus,.flatpickr-day.startRange:focus,.flatpickr-day.endRange:focus,.flatpickr-day.selected:hover,.flatpickr-day.startRange:hover,.flatpickr-day.endRange:hover,.flatpickr-day.selected.prevMonthDay,.flatpickr-day.startRange.prevMonthDay,.flatpickr-day.endRange.prevMonthDay,.flatpickr-day.selected.nextMonthDay,.flatpickr-day.startRange.nextMonthDay,.flatpickr-day.endRange.nextMonthDay{background:#569ff7;-webkit-box-shadow:none;box-shadow:none;color:#fff;border-color:#569ff7}
.flatpickr-day.selected.startRange,.flatpickr-day.startRange.startRange,.flatpickr-day.endRange.startRange{border-radius:50px 0 0 50px}
.flatpickr-day.selected.endRange,.flatpickr-day.startRange.endRange,.flatpickr-day.endRange.endRange{border-radius:0 50px 50px 0}
.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)){-webkit-box-shadow:-10px 0 0 #569ff7;box-shadow:-10px 0 0 #569ff7}
.flatpickr-day.selected.startRange.endRange,.flatpickr-day.startRange.startRange.endRange,.flatpickr-day.endRange.startRange.endRange{border-radius:50px}
.flatpickr-day.inRange{border-radius:0;-webkit-box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6;box-shadow:-5px 0 0 #e6e6e6,5px 0 0 #e6e6e6}
.flatpickr-day.disabled,.flatpickr-day.disabled:hover,.flatpickr-day.prevMonthDay,.flatpickr-day.nextMonthDay,.flatpickr-day.notAllowed,.flatpickr-day.notAllowed.prevMonthDay,.flatpickr-day.notAllowed.nextMonthDay{color:rgba(57,57,57,0.3);background:transparent;border-color:transparent;cursor:default}
.flatpickr-day.disabled,.flatpickr-day.disabled:hover{cursor:not-allowed;color:rgba(57,57,57,0.1)}
.flatpickr-day.week.selected{border-radius:0;-webkit-box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7;box-shadow:-5px 0 0 #569ff7,5px 0 0 #569ff7}
.flatpickr-day.hidden{visibility:hidden}
.rangeMode .flatpickr-day{margin-top:1px}
.flatpickr-weekwrapper{display:inline-block;float:left;}
.flatpickr-weekwrapper .flatpickr-weeks{padding:0 12px;-webkit-box-shadow:1px 0 0 #e6e6e6;box-shadow:1px 0 0 #e6e6e6}
.flatpickr-weekwrapper .flatpickr-weekday{float:none;width:100%;line-height:28px}
.flatpickr-weekwrapper span.flatpickr-day,.flatpickr-weekwrapper span.flatpickr-day:hover{display:block;width:100%;max-width:none;color:rgba(57,57,57,0.3);background:transparent;cursor:default;border:none}
.flatpickr-innerContainer{display:block;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;}
.flatpickr-rContainer{display:inline-block;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box}
.flatpickr-time{text-align:center;outline:0;display:block;height:0;line-height:40px;max-height:40px;-webkit-box-sizing:border-box;box-sizing:border-box;overflow:hidden;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}
.flatpickr-time:after{content:"";display:table;clear:both}
.flatpickr-time .numInputWrapper{-webkit-box-flex:1;-webkit-flex:1;-ms-flex:1;flex:1;width:40%;height:40px;float:left;}
.flatpickr-time .numInputWrapper span.arrowUp:after{border-bottom-color:#393939}
.flatpickr-time .numInputWrapper span.arrowDown:after{border-top-color:#393939}
.flatpickr-time.hasSeconds .numInputWrapper{width:26%}
.flatpickr-time.time24hr .numInputWrapper{width:49%}
.flatpickr-time input{background:transparent;-webkit-box-shadow:none;box-shadow:none;border:0;border-radius:0;text-align:center;margin:0;padding:0;height:inherit;line-height:inherit;cursor:pointer;color:#393939;font-size:14px;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box;}
.flatpickr-time input.flatpickr-hour{font-weight:bold}
.flatpickr-time input.flatpickr-minute,.flatpickr-time input.flatpickr-second{font-weight:400}
.flatpickr-time input:focus{outline:0;border:0}
.flatpickr-time .flatpickr-time-separator,.flatpickr-time .flatpickr-am-pm{height:inherit;display:inline-block;float:left;line-height:inherit;color:#393939;font-weight:bold;width:2%;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-align-self:center;-ms-flex-item-align:center;align-self:center}
.flatpickr-time .flatpickr-am-pm{outline:0;width:18%;cursor:pointer;text-align:center;font-weight:400;}
.flatpickr-time .flatpickr-am-pm:hover,.flatpickr-time .flatpickr-am-pm:focus{background:#f0f0f0}
.flatpickr-input[readonly]{cursor:pointer}
@-webkit-keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
@keyframes fpFadeInDown{from{opacity:0;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:1;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}}
/*! PhotoSwipe Default UI CSS by Dmitry Semenov | photoswipe.com | MIT license */
/*

	Contents:

	1. Buttons
	2. Share modal and links
	3. Index indicator ("1 of X" counter)
	4. Caption
	5. Loading indicator
	6. Additional styles (root element, top bar, idle state, hidden state, etc.)

*/
/*
	
	1. Buttons

 */
/* <button> css reset */
.pswp__button {
  width: 44px;
  height: 44px;
  position: relative;
  background: none;
  cursor: pointer;
  overflow: visible;
  -webkit-appearance: none;
  display: block;
  border: 0;
  padding: 0;
  margin: 0;
  float: right;
  opacity: 0.75;
  -webkit-transition: opacity 0.2s;
          transition: opacity 0.2s;
  -webkit-box-shadow: none;
          box-shadow: none; }
.pswp__button:focus, .pswp__button:hover {
    opacity: 1; }
.pswp__button:active {
    outline: none;
    opacity: 0.9; }
.pswp__button::-moz-focus-inner {
    padding: 0;
    border: 0; }
/* pswp__ui--over-close class it added when mouse is over element that should close gallery */
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background: url(default-skin.png) 0 0 no-repeat;
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }
@media (-webkit-min-device-pixel-ratio: 1.1), (-webkit-min-device-pixel-ratio: 1.09375), (min-resolution: 105dpi), (min-resolution: 1.1dppx) {
  /* Serve SVG sprite if browser supports SVG and resolution is more than 105dpi */
  .pswp--svg .pswp__button,
  .pswp--svg .pswp__button--arrow--left:before,
  .pswp--svg .pswp__button--arrow--right:before {
    background-image: url(default-skin.svg); }
  .pswp--svg .pswp__button--arrow--left,
  .pswp--svg .pswp__button--arrow--right {
    background: none; } }
.pswp__button--close {
  background-position: 0 -44px; }
.pswp__button--share {
  background-position: -44px -44px; }
.pswp__button--fs {
  display: none; }
.pswp--supports-fs .pswp__button--fs {
  display: block; }
.pswp--fs .pswp__button--fs {
  background-position: -44px 0; }
.pswp__button--zoom {
  display: none;
  background-position: -88px 0; }
.pswp--zoom-allowed .pswp__button--zoom {
  display: block; }
.pswp--zoomed-in .pswp__button--zoom {
  background-position: -132px 0; }
/* no arrows on touch screens */
.pswp--touch .pswp__button--arrow--left,
.pswp--touch .pswp__button--arrow--right {
  visibility: hidden; }
/*
	Arrow buttons hit area
	(icon is added to :before pseudo-element)
*/
.pswp__button--arrow--left,
.pswp__button--arrow--right {
  background: none;
  top: 50%;
  margin-top: -50px;
  width: 70px;
  height: 100px;
  position: absolute; }
.pswp__button--arrow--left {
  left: 0; }
.pswp__button--arrow--right {
  right: 0; }
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  content: '';
  top: 35px;
  background-color: rgba(0, 0, 0, 0.3);
  height: 30px;
  width: 32px;
  position: absolute; }
.pswp__button--arrow--left:before {
  left: 6px;
  background-position: -138px -44px; }
.pswp__button--arrow--right:before {
  right: 6px;
  background-position: -94px -44px; }
/*

	2. Share modal/popup and links

 */
.pswp__counter,
.pswp__share-modal {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
      user-select: none; }
.pswp__share-modal {
  display: block;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px;
  position: absolute;
  z-index: 1600;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  -webkit-backface-visibility: hidden;
  will-change: opacity; }
.pswp__share-modal--hidden {
  display: none; }
.pswp__share-tooltip {
  z-index: 1620;
  position: absolute;
  background: #FFF;
  top: 56px;
  border-radius: 2px;
  display: block;
  width: auto;
  right: 44px;
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
          box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25);
  -webkit-transform: translateY(6px);
      -ms-transform: translateY(6px);
          transform: translateY(6px);
  -webkit-transition: -webkit-transform 0.25s;
          transition: transform 0.25s;
  -webkit-backface-visibility: hidden;
  will-change: transform; }
.pswp__share-tooltip a {
    display: block;
    padding: 8px 12px;
    color: #000;
    text-decoration: none;
    font-size: 14px;
    line-height: 18px; }
.pswp__share-tooltip a:hover {
      text-decoration: none;
      color: #000; }
.pswp__share-tooltip a:first-child {
      /* round corners on the first/last list item */
      border-radius: 2px 2px 0 0; }
.pswp__share-tooltip a:last-child {
      border-radius: 0 0 2px 2px; }
.pswp__share-modal--fade-in {
  opacity: 1; }
.pswp__share-modal--fade-in .pswp__share-tooltip {
    -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0); }
/* increase size of share links on touch devices */
.pswp--touch .pswp__share-tooltip a {
  padding: 16px 12px; }
a.pswp__share--facebook:before {
  content: '';
  display: block;
  width: 0;
  height: 0;
  position: absolute;
  top: -12px;
  right: 15px;
  border: 6px solid transparent;
  border-bottom-color: #FFF;
  -webkit-pointer-events: none;
  -moz-pointer-events: none;
  pointer-events: none; }
a.pswp__share--facebook:hover {
  background: #3E5C9A;
  color: #FFF; }
a.pswp__share--facebook:hover:before {
    border-bottom-color: #3E5C9A; }
a.pswp__share--twitter:hover {
  background: #55ACEE;
  color: #FFF; }
a.pswp__share--pinterest:hover {
  background: #CCC;
  color: #CE272D; }
a.pswp__share--download:hover {
  background: #DDD; }
/*

	3. Index indicator ("1 of X" counter)

 */
.pswp__counter {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  font-size: 13px;
  line-height: 44px;
  color: #FFF;
  opacity: 0.75;
  padding: 0 10px; }
/*
	
	4. Caption

 */
.pswp__caption {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  min-height: 44px; }
.pswp__caption small {
    font-size: 11px;
    color: #BBB; }
.pswp__caption__center {
  text-align: left;
  max-width: 420px;
  margin: 0 auto;
  font-size: 13px;
  padding: 10px;
  line-height: 20px;
  color: #CCC; }
.pswp__caption--empty {
  display: none; }
/* Fake caption element, used to calculate height of next/prev image */
.pswp__caption--fake {
  visibility: hidden; }
/*

	5. Loading indicator (preloader)

	You can play with it here - http://codepen.io/dimsemenov/pen/yyBWoR

 */
.pswp__preloader {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -22px;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease-out;
          transition: opacity 0.25s ease-out;
  will-change: opacity;
  direction: ltr; }
.pswp__preloader__icn {
  width: 20px;
  height: 20px;
  margin: 12px; }
.pswp__preloader--active {
  opacity: 1; }
.pswp__preloader--active .pswp__preloader__icn {
    /* We use .gif in browsers that don't support CSS animation */
    background: url(preloader.gif) 0 0 no-repeat; }
.pswp--css_animation .pswp__preloader--active {
  opacity: 1; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__icn {
    -webkit-animation: clockwise 500ms linear infinite;
            animation: clockwise 500ms linear infinite; }
.pswp--css_animation .pswp__preloader--active .pswp__preloader__donut {
    -webkit-animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite;
            animation: donut-rotate 1000ms cubic-bezier(0.4, 0, 0.22, 1) infinite; }
.pswp--css_animation .pswp__preloader__icn {
  background: none;
  opacity: 0.75;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 15px;
  top: 15px;
  margin: 0; }
.pswp--css_animation .pswp__preloader__cut {
  /* 
			The idea of animating inner circle is based on Polymer ("material") loading indicator 
			 by Keanu Lee https://blog.keanulee.com/2014/10/20/the-tale-of-three-spinners.html
		*/
  position: relative;
  width: 7px;
  height: 14px;
  overflow: hidden; }
.pswp--css_animation .pswp__preloader__donut {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 14px;
  height: 14px;
  border: 2px solid #FFF;
  border-radius: 50%;
  border-left-color: transparent;
  border-bottom-color: transparent;
  position: absolute;
  top: 0;
  left: 0;
  background: none;
  margin: 0; }
@media screen and (max-width: 1024px) {
  .pswp__preloader {
    position: relative;
    left: auto;
    top: auto;
    margin: 0;
    float: right; } }
@-webkit-keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes clockwise {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@-webkit-keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
@keyframes donut-rotate {
  0% {
    -webkit-transform: rotate(0);
            transform: rotate(0); }
  50% {
    -webkit-transform: rotate(-140deg);
            transform: rotate(-140deg); }
  100% {
    -webkit-transform: rotate(0);
            transform: rotate(0); } }
/*
	
	6. Additional styles

 */
/* root element of UI */
.pswp__ui {
  -webkit-font-smoothing: auto;
  visibility: visible;
  opacity: 1;
  z-index: 1550; }
/* top black bar with buttons and "1 of X" indicator */
.pswp__top-bar {
  position: absolute;
  left: 0;
  top: 0;
  height: 44px;
  width: 100%; }
.pswp__caption,
.pswp__top-bar,
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  -webkit-backface-visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1);
          transition: opacity 333ms cubic-bezier(0.4, 0, 0.22, 1); }
/* pswp--has_mouse class is added only when two subsequent mousemove events occur */
.pswp--has_mouse .pswp__button--arrow--left,
.pswp--has_mouse .pswp__button--arrow--right {
  visibility: visible; }
.pswp__top-bar,
.pswp__caption {
  background-color: rgba(0, 0, 0, 0.5); }
/* pswp__ui--fit class is added when main image "fits" between top bar and bottom bar (caption) */
.pswp__ui--fit .pswp__top-bar,
.pswp__ui--fit .pswp__caption {
  background-color: rgba(0, 0, 0, 0.3); }
/* pswp__ui--idle class is added when mouse isn't moving for several seconds (JS option timeToIdle) */
.pswp__ui--idle .pswp__top-bar {
  opacity: 0; }
.pswp__ui--idle .pswp__button--arrow--left,
.pswp__ui--idle .pswp__button--arrow--right {
  opacity: 0; }
/*
	pswp__ui--hidden class is added when controls are hidden
	e.g. when user taps to toggle visibility of controls
*/
.pswp__ui--hidden .pswp__top-bar,
.pswp__ui--hidden .pswp__caption,
.pswp__ui--hidden .pswp__button--arrow--left,
.pswp__ui--hidden .pswp__button--arrow--right {
  /* Force paint & create composition layer for controls. */
  opacity: 0.001; }
/* pswp__ui--one-slide class is added when there is just one item in gallery */
.pswp__ui--one-slide .pswp__button--arrow--left,
.pswp__ui--one-slide .pswp__button--arrow--right,
.pswp__ui--one-slide .pswp__counter {
  display: none; }
.pswp__element--disabled {
  display: none !important; }
.pswp--minimal--dark .pswp__top-bar {
  background: none; }
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/ClearSans-Regular.woff2") format("woff2"), url("../fonts/ClearSans-Regular.ttf") format("ttf"), url("../fonts/ClearSans-Regular.woff") format("woff"); }
@font-face {
  font-family: 'Clear Sans';
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/ClearSans-Bold.woff2") format("woff2"), url("../fonts/ClearSans-Bold.ttf") format("ttf"), url("../fonts/ClearSans-Bold.woff") format("woff"); }
body {
  font-family: "Clear Sans", "Arial", sans-serif;
  font-size: 14px;
  line-height: 1;
  color: #000; }
address {
  font-style: normal; }
hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 1px solid #d4d4d4; }
small {
  font-size: 12px; }
sub,
sup {
  font-size: 70%; }
mark {
  background: #fcf8e3;
  padding: 0.1em 0.3em; }
b,
strong {
  font-weight: bolder; }
abbr[title] {
  border-bottom: 1px dotted; }
blockquote {
  padding: 0;
  margin-left: 0;
  margin-right: 0; }
code,
kbd,
pre,
samp {
  font-family: "Clear Sans", "Arial", sans-serif; }
code {
  padding: 0;
  color: #000;
  background-color: #999;
  border-radius: 3px; }
kbd {
  padding: 0.06em 0.3em;
  color: #000;
  background-color: #999;
  border-radius: 3px; }
kbd kbd {
    padding: 0; }
pre {
  margin: 0;
  display: block;
  width: 100%;
  overflow-x: auto;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  font-size: 16px;
  line-height: 22px; }
html, body {
  height: 100%; }
body {
  background-color: #fff;
  margin: 0;
  min-height: 100%; }
@-ms-viewport {
  /* stylelint-disable-line  at-rule-no-vendor-prefix */
  width: device-width; }
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit; }
[tabindex='-1']:focus {
  outline: none !important; }
[role='button'] {
  cursor: pointer; }
input[type='search'] {
  -webkit-appearance: textfield;
  /* stylelint-disable-line  property-no-vendor-prefix */ }
a,
button,
[role='button'],
input,
label,
select,
textarea {
  -ms-touch-action: manipulation;
      touch-action: manipulation; }
a svg,
button svg {
  pointer-events: none; }
img {
  max-width: 100%;
  height: auto; }
ol, ul {
  list-style: none;
  padding: 0;
  margin: 0; }
h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal; }
p {
  margin: 0; }
figure {
  padding: 0;
  margin: 0; }
/* datepicker style */
.flatpickr-calendar.arrowTop {
  -webkit-transform: translate3d(0, 8px, 0);
          transform: translate3d(0, 8px, 0); }
.flatpickr-calendar.arrowBottom {
  -webkit-transform: translate3d(0, -8px, 0);
          transform: translate3d(0, -8px, 0); }
.flatpickr-calendar.animate.open.arrowTop {
  -webkit-animation-name: fpFadeInDownTop !important;
          animation-name: fpFadeInDownTop !important; }
.flatpickr-calendar.animate.open.arrowBottom {
  -webkit-animation-name: fpFadeInDownBottom !important;
          animation-name: fpFadeInDownBottom !important; }
@-webkit-keyframes fpFadeInDownTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0); } }
@keyframes fpFadeInDownTop {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, 8px, 0);
            transform: translate3d(0, 8px, 0); } }
@-webkit-keyframes fpFadeInDownBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0); } }
@keyframes fpFadeInDownBottom {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
            transform: translate3d(0, -20px, 0); }
  to {
    opacity: 1;
    -webkit-transform: translate3d(0, -8px, 0);
            transform: translate3d(0, -8px, 0); } }
/* text highlight style */
.js-filter__nothing {
  display: none; }
.js-filter .highlight {
  background-color: #9ad95a; }
.js-filter_empty .js-filter__header {
  display: none; }
.js-filter_empty .js-filter__nothing {
  display: table-row; }
.page-header {
  position: relative;
  z-index: 4000; }
.page-header__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: relative; }
.page-header__box {
    width: 100%; }
.page-header__box_top {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.page-header__side {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.page-header__base {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-left: 30px;
    padding-right: 34px; }
.page-header__auth {
    margin-left: 27px; }
.page-header__enter-mob {
    padding-top: 19px;
    padding-bottom: 11px; }
.blazon {
  margin-right: 40px; }
.blazon * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.blazon__item {
    width: 100%; }
.blazon__item:first-child:not(:last-child) {
      margin-bottom: 10px; }
.blazon__link {
    width: 100%;
    max-width: 40px;
    display: block;
    -webkit-transition: .4s;
    transition: .4s;
    -webkit-filter: grayscale(0%);
            filter: grayscale(0%); }
.blazon__link:hover {
      opacity: 0.8;
      -webkit-filter: grayscale(70%);
              filter: grayscale(70%); }
.page-footer {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  background-color: #2e2e2e; }
.page-footer__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 32px;
    padding-bottom: 32px;
    border-bottom: 1px solid #414141; }
.page-footer__side {
    border-bottom: 1px solid #414141; }
.page-footer__copy {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.page-footer__copy-text {
    white-space: nowrap;
    color: #999; }
.page-footer__logo {
    display: block;
    width: 45px;
    height: 38px;
    position: relative;
    margin-right: 11px;
    background-repeat: no-repeat;
    background-image: url("/assets/index/img/logo_min.png");
    background-size: auto 100%; }
.logo {
  text-decoration: none;
  display: block;
  color: #000;
  margin-left: -1px; }
.logo:focus {
    outline: none; }
.logo__img {
    display: block;
    width: 39px;
    height: 33px;
    background-repeat: no-repeat;
    background-image: url("/assets/index/img/logo.png");
    background-size: auto 100%; }
.logo__desc {
    display: none; }
.btn {
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 0;
  border: none;
  outline: 0;
  margin: 0;
  font-family: "Clear Sans", "Arial", sans-serif;
  font-weight: normal;
  line-height: 1;
  cursor: pointer;
  word-wrap: break-word;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  background-color: transparent;
  -webkit-transition: color 0.25s ease, background-color 0.25s ease;
  transition: color 0.25s ease, background-color 0.25s ease; }
.btn__icon-login {
    fill: #fff;
    margin-right: 8px;
    -webkit-transform: translateY(2px);
            transform: translateY(2px); }
.btn.btn_loading {
    position: relative;
    pointer-events: none;
    color: transparent !important; }
.btn_main {
    border: 1px solid #2aa144;
    background-color: transparent;
    border-radius: 2px;
    padding: 11px 20px 13px;
    font-size: 20px;
    line-height: 24px;
    color: #2aa144; }
.btn_main:hover {
      background-color: #2aa144;
      color: #fff; }
.btn_main .loader {
      border-top: 2px solid rgba(42, 161, 68, 0.2);
      border-right: 2px solid rgba(42, 161, 68, 0.2);
      border-bottom: 2px solid rgba(42, 161, 68, 0.2);
      border-left: 2px solid #2aa144; }
.btn_grey {
    border: 1px solid #d4d4d4;
    border-radius: 2px;
    padding: 5px 8px 3px;
    font-size: 14px;
    line-height: 16px;
    color: #b3b3b3;
    background-color: #fff; }
.btn_grey:hover {
      border-color: #d4d4d4;
      background-color: #fff; }
.btn_light {
    border: 1px solid #fff;
    border-radius: 2px;
    padding: 11px 20px 13px;
    font-size: 20px;
    line-height: 24px;
    color: #fff; }
.btn_light:hover {
      background-color: #fff;
      color: #2aa144; }
.btn_text_booking:hover {
    color: #003580; }
.btn_text_belhotel:hover {
    color: #0095cd; }
.btn_text_banking:hover {
    color: #92c847; }
.btn_text_vetliva:hover {
    color: #264b87; }
.btn_transparent {
    border-radius: 2px;
    background-color: rgba(0, 0, 0, 0.25);
    padding: 12px 21px 14px;
    font-size: 20px;
    line-height: 24px;
    color: #fff; }
.btn_transparent:hover {
      background-color: rgba(0, 0, 0, 0.35); }
.btn_color {
    background-image: -webkit-gradient(linear, left bottom, left top, from(#128e66), to(#2baf43));
    background-image: linear-gradient(0deg, #128e66 0%, #2baf43 100%);
    border-radius: 2px;
    padding: 8px 17px 10px;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    -webkit-transition: -webkit-filter 0.25s ease;
    transition: -webkit-filter 0.25s ease;
    transition: filter 0.25s ease;
    transition: filter 0.25s ease, -webkit-filter 0.25s ease; }
.btn_color:hover {
      -webkit-filter: brightness(110%);
              filter: brightness(110%); }
.btn_media_large {
    padding: 12px 21px 14px;
    font-size: 20px; }
.btn_media_form {
    padding: 11px 18px;
    font-size: 18px;
    line-height: 22px; }
.btn_size_wide {
    width: 100%; }
.logo_min {
  background-image: url(../img/sprite-009800953856991423.png);
  background-position: 0px 0px;
  width: 32px;
  height: 32px; }
.page {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%; }
.page__wrapper {
    -webkit-box-flex: 1;
        -ms-flex: 1 0 auto;
            flex: 1 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    background-repeat: repeat;
    background-position: center center;
    background-attachment: fixed;
    background-image: url("/assets/index/img/bg_pattern.jpg"); }
.page__content {
    padding-top: 25px;
    padding-bottom: 40px; }
.page_main .page__content {
    padding-top: 0;
    padding-bottom: 0; }
.box {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  max-width: 1920px;
  padding-left: 20px;
  padding-right: 20px; }
.box_mid {
    max-width: 1340px; }
.box_sm {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    max-width: 880px; }
.link {
  text-decoration: none;
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.link:hover {
    border-bottom-color: #009621; }
.link_default {
    border-bottom-color: #2aa144; }
.link_default:hover {
      color: #009621; }
.link_dotted {
    color: #2aa144;
    border-bottom-style: dotted;
    border-bottom-color: #2aa144; }
.link_dotted:hover {
      color: #009621; }
.block {
  background-color: #eee;
  padding: 8px 4px 4px;
  border-radius: 4px;
  margin-bottom: 25px; }
.block:last-child {
    margin-bottom: 0; }
.block__title {
    font-size: 28px;
    line-height: 33px;
    font-weight: bold;
    padding-left: 15px;
    padding-right: 15px;
    margin-bottom: 15px; }
.block__subtitle {
    font-size: 22px;
    line-height: 29px;
    margin-bottom: 15px;
    text-transform: uppercase; }
.block__content {
    padding-left: 15px;
    padding-right: 15px; }
.block__box {
    margin-top: 15px;
    background-color: #ddd;
    border: 1px solid #ccc;
    border-radius: 4px; }
.block__pre {
    padding-left: 15px;
    padding-right: 15px; }
.block__code {
    background-color: transparent; }
.block__flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.loader {
  display: block;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -12px;
  margin-left: -12px;
  -webkit-animation: rotate 0.7s infinite linear;
          animation: rotate 0.7s infinite linear;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  border-top: 2px solid rgba(255, 255, 255, 0.2);
  border-right: 2px solid rgba(255, 255, 255, 0.2);
  border-bottom: 2px solid rgba(255, 255, 255, 0.2);
  border-left: 2px solid #fff; }
.loader:after {
    border-radius: 50%;
    width: 24px;
    height: 24px; }
/* animations */
@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
@keyframes rotate {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }
.f-nav__link {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.f-nav__link:hover {
    border-bottom-color: #009621; }
.social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.social__item {
    margin-right: 11px; }
.social__item:last-child {
      margin-right: 0; }
.social__link {
    text-decoration: none;
    color: #000;
    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;
    border-radius: 50%;
    height: 37px;
    width: 37px;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
.social__link:hover {
      opacity: 0.85; }
.social__link_twitter {
      background-color: #1da1f2; }
.social__link_facebook {
      background-color: #3b5998; }
.social__link_instagram {
      background: linear-gradient(170deg, #932197 10%, #ef5531 50%, #fcdf5d 90%); }
.social__icon {
    fill: #fff; }
.dev {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  white-space: nowrap; }
.dev__title {
    font-size: 14px;
    margin-right: 2px; }
.dev__logo {
    display: block;
    opacity: .5;
    -webkit-transform: translateY(2px);
            transform: translateY(2px);
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
.dev__logo:hover {
      opacity: 1; }
.dev__icon {
    fill: #fff; }
.unit__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.unit__link {
  text-decoration: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.unit__link:hover .unit__title {
    color: #fff; }
.unit__pic {
  display: block;
  width: 54px;
  height: 54px;
  margin-right: 10px; }
.unit__img {
  max-width: 100%;
  max-height: 100%; }
.unit__title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 13px;
  line-height: 18px;
  color: #999;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
.nav {
  /* avatar */ }
.nav__item {
    position: relative; }
.nav__item_auth > .nav__link {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
.nav__item_auth .nav__dropdown {
      left: auto;
      right: 0; }
.nav__item_opened > .nav__link .nav__arrow {
      -webkit-transform: translateY(-1px) rotate(180deg);
              transform: translateY(-1px) rotate(180deg); }
.nav__link {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    color: #000;
    word-wrap: break-word;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.nav__arrow {
    fill: #000;
    margin-left: 5px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px);
    -webkit-transition: fill 0.25s ease, -webkit-transform 0.25s ease;
    transition: fill 0.25s ease, -webkit-transform 0.25s ease;
    transition: transform 0.25s ease, fill 0.25s ease;
    transition: transform 0.25s ease, fill 0.25s ease, -webkit-transform 0.25s ease; }
.nav__dropdown {
    display: none; }
.nav__submenu {
    background-color: #fff; }
.nav__sub-item_active .nav__sub-link {
    font-weight: bold; }
.nav__sub-link {
    display: block;
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.nav__side {
    position: relative;
    margin-right: 9px; }
.nav__counter {
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 12px;
    line-height: 1;
    font-weight: bold;
    border-radius: 5px;
    background-color: #ef2222;
    padding: 3px 5px 4px;
    min-width: 20px;
    text-align: center; }
.nav__counter_top {
      position: absolute;
      top: -2px;
      left: -7px; }
.nav__counter_inner {
      margin-left: 7px; }
.nav__avatar {
    width: 43px;
    height: 43px; }
.nav__placeholder {
    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;
    border-radius: 50%;
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.29);
            box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.29);
    width: 43px;
    height: 43px;
    z-index: 102;
    background-color: #efefef; }
.nav__user-icon {
    fill: #000; }
.nav__text {
    white-space: nowrap; }
.nav__img {
    max-width: 100%;
    max-height: 100%;
    border-radius: 50%; }
.nav_side .nav__link {
    padding: 7px 0; }
.nav_side .nav__submenu {
    background-color: transparent; }
.nav_side .nav__sub-link {
    white-space: normal; }
.nav-btn {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1000;
  width: 61px;
  height: 100%;
  cursor: pointer; }
.nav-btn__item, .nav-btn__item:before, .nav-btn__item:after {
    position: absolute;
    height: 2px;
    border-radius: 2px;
    background-color: #333;
    -webkit-transition: all 0.25s ease, background-color 0.2s ease;
    transition: all 0.25s ease, background-color 0.2s ease; }
.nav-btn__item {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -2px;
    margin-left: -12px;
    width: 22px; }
.nav-btn__item:before, .nav-btn__item:after {
      content: '';
      left: 0;
      right: 0; }
.nav-btn__item:before {
      top: -6px; }
.nav-btn__item:after {
      top: 6px; }
.nav-btn:focus {
    outline: none; }
.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end; }
.search_opened .search__field {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
.search_opened .spec {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
    transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease;
    transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s; }
.search__btn {
    width: 34px;
    height: 34px;
    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; }
.search__btn:hover .search__icon {
      fill: #009621; }
.search__close {
    width: 34px;
    height: 34px;
    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; }
.search__close:hover .search__icon {
      fill: #009621; }
.search__icon {
    fill: #000;
    -webkit-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
.search__field {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1100;
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
    transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
    transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease;
    transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s; }
.search__input {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    height: 50px;
    border: 1px solid transparent;
    border-radius: 0;
    font-family: "Clear Sans", "Arial", sans-serif;
    font-weight: normal;
    font-size: 18px;
    padding: 10px 49px 10px 18px;
    position: relative;
    display: block;
    margin: 0;
    line-height: 30px;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
.search__input:focus {
      outline: none; }
.search__actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0; }
.search__submit {
    display: none; }
.search__cell {
    padding-right: 9px; }
.spec {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  margin-right: 26px;
  -webkit-transform: scale(1);
          transform: scale(1);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease; }
.spec:hover .spec__icon {
    fill: #009621; }
.spec:hover .spec__desc {
    color: #009621; }
.spec__icon {
    -webkit-transform: translateY(3px);
            transform: translateY(3px);
    fill: #000;
    -webkit-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
.spec__desc {
    margin-left: 8px;
    color: #393939;
    font-size: 18px;
    line-height: 20px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.overlay {
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  background-color: #000;
  height: 0;
  width: 0;
  opacity: 0;
  -webkit-transition: width 0s ease 0.4s, height 0s ease 0.4s;
  transition: width 0s ease 0.4s, height 0s ease 0.4s;
  z-index: 3000; }
.breadcrumbs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.breadcrumbs__item {
    display: inline-block;
    font-size: 16px;
    line-height: 1.2;
    position: relative;
    margin-right: 18px;
    color: #999; }
.breadcrumbs__item:after {
      content: '';
      position: absolute;
      top: 12px;
      right: -16px;
      width: 15px;
      border-bottom: 1px solid #a9a9a9;
      -webkit-transform: rotate(-70deg);
              transform: rotate(-70deg); }
.breadcrumbs__item:last-child {
      margin-right: 0; }
.breadcrumbs__item:last-child:after {
        content: none; }
.breadcrumbs__link {
    display: block;
    text-decoration: none;
    color: #999;
    padding-top: 2px;
    padding-bottom: 3px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.breadcrumbs__link:hover {
      color: #009621; }
.screen {
  margin-bottom: 25px; }
.screen__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.screen__side {
    position: relative; }
.screen__base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
.screen__title {
    font-weight: bold;
    color: #fff;
    font-size: 30px;
    line-height: 1.25; }
.screen__desc {
    display: none; }
.screen__btn {
    margin-top: 25px; }
.screen__caption {
    font-weight: bold;
    line-height: 1.25; }
.fact__item {
  text-align: center;
  margin-bottom: 17px; }
.fact__item:last-child {
    margin-bottom: 0; }
.fact__value {
  font-size: 76px;
  word-wrap: break-word; }
.fact__desc {
  margin: 6px auto 0;
  font-size: 19px;
  line-height: 24px;
  max-width: 235px;
  word-wrap: break-word; }
.news__cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }
.news__cell:last-child {
    margin-bottom: 0; }
.news__item {
  text-decoration: none;
  color: #000; }
.news__item:hover .news__text {
    border-bottom-color: #009621; }
.news__figure {
  margin-bottom: 11px; }
.news__img {
  max-width: 100%; }
.news__title {
  font-size: 19px;
  line-height: 26px; }
.news__text {
  color: #000;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.news__date {
  margin-top: 6px;
  display: block;
  font-size: 16px;
  color: #999; }
.news_big .news__cell:nth-child(n+3) {
  display: none; }
.news_mid .news__cell:nth-child(n+4) {
  display: none; }
.title {
  line-height: 1.25; }
.title__icon {
    fill: #2aa144;
    margin-right: 12px; }
.title__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    padding-top: 5px; }
.title_main {
    font-weight: bold;
    font-size: 30px; }
.title_big {
    font-weight: bold;
    font-size: 34px; }
.title_mid {
    font-weight: bold;
    font-size: 30px; }
.title_sm {
    font-weight: bold;
    font-size: 24px; }
.title_xsm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 21px; }
.title_xxsm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: bold;
    font-size: 18px; }
.title_light {
    font-size: 21px; }
.title_upper {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 20px;
    letter-spacing: 0.2em; }
.title_mb_big {
    margin-bottom: 30px; }
.title_mb_mid {
    margin-bottom: 26px; }
.title_mb_sm {
    margin-bottom: 20px; }
.title_mb_xsm {
    margin-bottom: 12px; }
.paginator {
  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;
  margin-left: -1px;
  margin-right: -1px; }
.paginator__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
.paginator__btn {
    text-decoration: none;
    font-size: 16px;
    line-height: 16px;
    color: #000; }
.paginator__btn:hover .paginator__icon {
      fill: #009621; }
.paginator__icon {
    -webkit-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
.paginator__link {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 43px;
    height: 43px;
    padding-top: 11px;
    text-decoration: none;
    margin-left: 2px;
    margin-right: 2px;
    font-size: 21px;
    line-height: 21px;
    text-align: center;
    border-radius: 50%; }
.paginator__link_active {
      cursor: default;
      color: #fff; }
.paginator__text {
    border-bottom: 1px solid transparent;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
.paginator__item_prev {
    margin-right: 16px; }
.paginator__item_next {
    margin-left: 16px; }
.paginator_pages {
    margin-top: 32px; }
.paginator_pages .paginator__link:hover .paginator__text {
      border-bottom-color: #009621; }
.paginator_pages .paginator__link_active {
      background-color: #2aa144; }
.paginator_pages .paginator__link_active .paginator__text {
        color: #fff;
        border-bottom-color: transparent; }
.paginator_pages .paginator__link_active:hover .paginator__text {
        color: #fff;
        border-bottom-color: transparent; }
.paginator_pages .paginator__text {
      color: #000; }
.paginator_questions .paginator__link {
    margin-top: 5px; }
.paginator_questions .paginator__link_correct .paginator__text {
      color: #2aa144; }
.paginator_questions .paginator__link_correct:hover .paginator__text {
      border-bottom-color: #009621; }
.paginator_questions .paginator__link_incorrect .paginator__text {
      color: #ef2222; }
.paginator_questions .paginator__link_incorrect:hover .paginator__text {
      border-bottom-color: #ef2222; }
.paginator_questions .paginator__link_active .paginator__text {
      color: #fff;
      border-bottom-color: transparent; }
.paginator_questions .paginator__link_active:hover .paginator__text {
      color: #fff;
      border-bottom-color: transparent; }
.paginator_questions .paginator__link_active.paginator__link_correct {
      background-color: #2aa144; }
.paginator_questions .paginator__link_active.paginator__link_correct .paginator__text {
        color: #fff; }
.paginator_questions .paginator__link_active.paginator__link_incorrect {
      background-color: #ef2222; }
.paginator_questions .paginator__link_active.paginator__link_incorrect .paginator__text {
        color: #fff; }
.paginator_questions .paginator__text {
    color: #2aa144; }
.top {
  margin-bottom: 24px; }
.top_big {
    margin-bottom: 30px; }
.item {
  text-decoration: none;
  color: #000;
  position: relative;
  -webkit-transition: -webkit-box-shadow 0.25s ease;
  transition: -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease; }
.item__inner {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    position: relative;
    z-index: 1; }
.item__title {
    font-size: 28px;
    line-height: 32px;
    color: #fff;
    font-weight: bold; }
.item__bottom {
    margin-top: 17px; }
.item__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 50px; }
.item__desc {
    font-size: 19px;
    line-height: 26px;
    color: #fff; }
.item__link {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
.item__link:hover {
      border-bottom-color: white; }
.item__img {
    max-width: auto; }
.item__parallax {
    overflow: hidden;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }
.item__bg {
    position: absolute !important;
    top: -30px !important;
    left: -30px !important;
    width: 130%;
    height: 130%;
    background-position: left top;
    background-size: cover;
    background-repeat: no-repeat; }
.item_bg {
    min-height: 200px; }
.item_bg .item__inner {
      padding: 20px 25px 29px; }
.item_bg .item__title br {
      display: none; }
.item_bg .item__btn {
      margin-top: 27px; }
.item_pic {
    min-height: 270px; }
.item_pic .item__inner {
      padding: 20px 25px 29px; }
.item_pic .item__desc {
      margin-top: 19px; }
.item_pic .item__btn {
      margin-top: 27px; }
.item_dark {
    background-color: #2aa144; }
.item_dark:hover {
      -webkit-box-shadow: 0 12px 18px 0 rgba(159, 202, 169, 0.6);
              box-shadow: 0 12px 18px 0 rgba(159, 202, 169, 0.6); }
.item_dark .item__bg {
      background-image: url("/assets/index/img/pattern-1.png"); }
.item_light {
    background-color: #92c847; }
.item_light:hover {
      -webkit-box-shadow: 0 12px 18px 0 rgba(183, 206, 151, 0.6);
              box-shadow: 0 12px 18px 0 rgba(183, 206, 151, 0.6); }
.item_light .item__bg {
      background-image: url("/assets/index/img/pattern-2.png"); }
.layout__row {
  margin-bottom: 31px; }
.layout__row:last-child {
    margin-bottom: 0; }
.grid__cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.grid_desc {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
.mb_sm {
  margin-bottom: 21px; }
.mb_mid {
  margin-bottom: 26px; }
.mb_large {
  margin-bottom: 32px; }
.mb_xlarge {
  margin-bottom: 36px; }
.hotels__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 30px; }
.hotels__cell:last-child {
    margin-bottom: 0; }
.hotels__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
.hotels__bottom {
  margin-top: 35px; }
.hotels__title {
  font-size: 28px;
  line-height: 32px; }
.hotels__link {
  text-decoration: none;
  color: #000;
  font-weight: bold;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.hotels__link:hover {
    border-bottom-color: #009621; }
.hotels__desc {
  margin-top: 25px;
  font-size: 19px;
  line-height: 26px; }
.hotels__figure {
  display: block; }
.hotels__img {
  max-width: 100%; }
.gallery {
  position: relative;
  overflow: hidden; }
.gallery__zoom {
    opacity: 0;
    position: absolute;
    bottom: 27px;
    left: 31px;
    fill: #fff;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
.swiper-link {
  display: block;
  width: 100%; }
.swiper-pic {
  width: 100%; }
.swiper-wrapper {
  list-style-type: none;
  margin: 0;
  padding: 0; }
.swiper-container {
  position: static;
  margin-left: -190px;
  margin-right: -190px; }
.swiper-slide {
  text-align: center;
  background: #fff; }
.swiper-slide:hover .gallery__zoom {
    opacity: 1; }
.swiper-slide:not(.swiper-slide-active) {
    cursor: pointer; }
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 21px; }
.swiper-pagination-bullet {
  width: 9px;
  height: 9px;
  text-align: center;
  line-height: 34px;
  font-size: 14px;
  color: #000;
  opacity: 1;
  border: 2px solid #fff;
  background-color: transparent; }
.swiper-pagination-bullet-active {
  background: #fff; }
.swiper-button-prev, .swiper-button-next {
  background-image: none;
  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;
  width: 38px;
  margin-top: -2px;
  top: 0;
  height: 100%; }
.swiper-button-prev {
  left: 0; }
.swiper-button-next {
  right: 0; }
.swiper__slide {
  background-color: transparent; }
.swiper__arrow {
  fill: #fff; }
.caption_mid {
  margin-bottom: 26px; }
.programs__btn {
  margin-top: 36px; }
.programs__cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.programs__item {
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  text-decoration: none;
  color: #000;
  position: relative;
  padding: 17px 23px 23px;
  background-color: #efefef;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  transition: box-shadow 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease; }
.programs__item:hover {
    -webkit-box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
    background-color: #fff; }
.programs__item:hover .programs__desc:after {
      opacity: 0;
      pointer-events: none;
      -webkit-transition: opacity 0.15s ease 0s;
      transition: opacity 0.15s ease 0s; }
.programs__item:hover .programs__text {
      border-bottom-color: #009621; }
.programs__desc {
  position: relative;
  font-size: 19px;
  line-height: 26px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.programs__desc:after {
    opacity: 1;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 150px;
    z-index: 10;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(239, 239, 239, 0)), to(#efefef));
    background: linear-gradient(to bottom, rgba(239, 239, 239, 0) 0%, #efefef 100%);
    -webkit-transition: opacity 0.18s ease 0.07s;
    transition: opacity 0.18s ease 0.07s; }
.programs__dates {
  margin-top: 20px;
  font-size: 20px;
  line-height: 26px;
  font-weight: bold; }
.programs__bottom {
  margin-top: 10px; }
.programs__info {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding-top: 15px;
  padding-bottom: 15px;
  min-height: 78px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-top: 1px solid #d0d0d0; }
.programs__result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 23px; }
.programs__base {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.programs__side {
  margin-left: 25px;
  width: 74px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.programs__note {
  margin-top: 8px;
  font-size: 12px;
  line-height: 14px;
  text-align: center; }
.programs__text {
  -webkit-transition: border-color 0.25s ease, color 0.25s ease;
  transition: border-color 0.25s ease, color 0.25s ease; }
.map {
  position: relative; }
.map__wrap {
    width: 100%;
    position: relative;
    height: 530px; }
.map__container {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    height: 530px;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding: 24px 20px; }
.map__unit {
    border-radius: 2px;
    background-color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 275px;
    position: relative;
    z-index: 100; }
.map__caption {
    display: block;
    padding: 9px 20px 13px 22px;
    position: relative;
    font-size: 19px;
    line-height: 26px;
    text-decoration: none;
    color: #000;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.map__arrow {
    position: absolute;
    right: 20px;
    top: 50%;
    margin-top: -5px; }
.map__content {
    font-size: 16px;
    line-height: 24px; }
.map__content p, .map__content ul, .map__content ol {
      margin-bottom: 17px; }
.map__content p:last-child, .map__content ul:last-child, .map__content ol:last-child {
        margin-bottom: 0; }
.map__content a {
      text-decoration: none;
      color: #000;
      border-bottom: 1px solid transparent;
      -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
      transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.map__content a:hover {
        border-bottom-color: #009621; }
.map_contact .map__wrap {
    height: 400px; }
.form {
  /* input fields */
  /**/
  /* grids */
  /* type */
  /* media */ }
.form__error .form__input, .form__error .form__textarea, .form__error .form__select {
    border-color: #ef2222; }
.form__error .form__input:focus, .form__error .form__textarea:focus, .form__error .form__select:focus {
      border-color: #ef2222; }
.form__error .form__error-message {
    display: block; }
.form__error .file__select {
    border-color: #ef2222;
    color: #ef2222; }
.form__error .file__icon {
    fill: #ef2222; }
.form__error-message {
    width: 100%;
    display: none;
    color: #ef2222;
    font-family: "Clear Sans", "Arial", sans-serif;
    font-size: 13px;
    line-height: 16px;
    padding-top: 4px;
    text-align: left; }
.form__error-message_show {
      display: block; }
.form__select, .form__input, .form__textarea {
    outline: none;
    display: block;
    margin: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border-radius: 2px;
    border: 1px solid #c5c5c5;
    color: #000;
    font-size: 18px;
    line-height: 22px;
    font-family: "Clear Sans", "Arial", sans-serif;
    font-weight: normal;
    padding: 9px 13px 11px;
    background-color: #fff;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
.form__select:hover, .form__input:hover, .form__textarea:hover {
      border-color: #a6a6a6; }
.form__select:focus, .form__input:focus, .form__textarea:focus {
      border-color: #2aa144;
      outline: none; }
.form__select:disabled, .form__select_disabled, .form__input:disabled, .form__input_disabled, .form__textarea:disabled, .form__textarea_disabled {
      color: #999;
      background-color: #ebeae9; }
.form__input, .form__select {
    position: relative;
    height: 46px;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
.form__input::-webkit-input-placeholder, .form__textarea::-webkit-input-placeholder {
    color: #999; }
.form__input::-moz-placeholder, .form__textarea::-moz-placeholder {
    color: #999; }
.form__input:-ms-input-placeholder, .form__textarea:-ms-input-placeholder {
    color: #999; }
.form__input_date {
    padding-right: 40px;
    background-repeat: no-repeat;
    background-image: url("/assets/index/img/calendar-green.svg");
    background-position: right center; }
.form__select {
    border-radius: 0;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    z-index: 1;
    padding-left: 14px;
    padding-right: 40px;
    background-repeat: no-repeat;
    background-image: url("/assets/index/img/arrow_select.svg");
    background-position: right center; }
.form__select::-ms-expand {
      display: none; }
.form__option {
    padding: 5px 9px; }
.form__option:focus {
      outline: none; }
.form__textarea {
    overflow: auto;
    resize: vertical; }
.form__required .form__label:after {
    content: '*';
    margin: -4px 1px 0 6px;
    font-weight: normal;
    font-size: 18px;
    line-height: 1;
    color: #ef2222; }
.form__calendar-icon {
    position: absolute;
    top: 11px;
    right: 13px;
    fill: #2aa144; }
.form__row {
    margin-top: 23px; }
.form__row:first-child {
      margin-top: 0; }
.form__row_delete {
      margin-top: 24px; }
.form__row_radio {
      margin-top: 18px; }
.form__row_radio:first-child {
        margin-top: 0; }
.form__label {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    font-family: "Clear Sans", "Arial", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    color: #000;
    display: block;
    margin-bottom: 9px; }
.form__label + .form__notice {
      margin-top: -6px; }
.form__control {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    max-width: 100%; }
.form__control_radio {
      padding-top: 10px; }
.form__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.form__link {
    margin-left: 20px; }
.form__note {
    color: #999;
    font-size: 16px;
    line-height: 20px;
    margin-top: 13px; }
.form__notice {
    color: #666;
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 10px; }
.form__bottom {
    min-height: 50px;
    margin-top: 30px; }
.form__bottom_sm {
      margin-top: 29px; }
.form__message {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.form__icon {
    fill: #2aa144; }
.form__icon_list {
      fill: #fff;
      width: 28px;
      height: 35px; }
.form__wrapper {
    padding: 20px 22px 25px;
    background-image: linear-gradient(-187deg, #128e66 0%, #2baf43 100%); }
.form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 21px; }
.form__side {
    margin-right: 13px; }
.form__base {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.form__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 33px; }
.form__text {
    font-size: 18px;
    line-height: 24px; }
.form__text_bold {
      font-weight: bold; }
.form__desc {
    margin-top: 7px;
    font-size: 18px;
    line-height: 24px; }
.form__desc:first-child {
      margin-top: 0; }
.form__forgot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-right: 13px;
    padding-left: 13px;
    position: absolute;
    right: 1px;
    top: 1px;
    height: 44px;
    background-color: #fff; }
.form__f-link {
    text-decoration: none;
    font-size: 14px;
    line-height: 18px;
    color: #999;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.form__f-link:hover {
      color: #009621; }
.form__btn-link {
    font-size: 18px; }
.form__cell {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.form__flex {
    margin-top: 21px; }
.form__flex:first-child {
      margin-top: 0; }
.form__action {
    margin-top: 18px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
.form__inline-btn {
    margin-top: 10px; }
.form_color .form__row {
    margin-top: 15px; }
.form_color .form__row:first-child {
      margin-top: 0; }
.form_color .form__label {
    color: #fff; }
.form_color .form__select, .form_color .form__input, .form_color .form__textarea {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    padding: 8px 16px 11px;
    border-radius: 2px;
    border-color: rgba(255, 255, 255, 0.5);
    background-color: transparent; }
.form_color .form__select:focus, .form_color .form__input:focus, .form_color .form__textarea:focus {
      border-color: #fff; }
.form_color .form__select:disabled, .form_color .form__select_disabled, .form_color .form__input:disabled, .form_color .form__input_disabled, .form_color .form__textarea:disabled, .form_color .form__textarea_disabled {
      color: #fff;
      background-color: #f4f4f4; }
.form_color .form__input, .form_color .form__select {
    height: 50px; }
.form_color .form__select {
    background-image: url("/assets/index/img/arrow_select_white.svg"); }
.form_color .form__input::-webkit-input-placeholder, .form_color .form__textarea::-webkit-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
.form_color .form__input::-moz-placeholder, .form_color .form__textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6); }
.form_color .form__input:-ms-input-placeholder, .form_color .form__textarea:-ms-input-placeholder {
    color: rgba(255, 255, 255, 0.6); }
.form_color .form__input::-moz-placeholder, .form_color .form__textarea::-moz-placeholder {
    color: rgba(255, 255, 255, 0.6);
    opacity: 1; }
.form_color .form__bottom {
    margin-top: 23px; }
.form_color .form__error-message {
    color: #fff; }
.form_color .form__required .form__label:after {
    color: #f7ff26; }
.form_color .form__error .form__input, .form_color .form__error .form__textarea, .form_color .form__error .form__select {
    border-color: #f7ff26; }
.form_color .form__error .form__input:focus, .form_color .form__error .form__textarea:focus, .form_color .form__error .form__select:focus {
      border-color: #f7ff26; }
.form_color .form__error .form__error-message {
    display: block; }
.form_color .form__note {
    color: #eee; }
.form_color .form__header {
    color: #fff; }
.form_color .file__select {
    border-color: rgba(255, 255, 255, 0.5);
    color: #fff;
    padding-left: 16px;
    padding-right: 16px; }
.form [style="display:none;"] + .form__row {
    margin-top: 0; }
/* datepicker styles */
.flatpickr-day {
  border-radius: 50%; }
.flatpickr-day.selected {
    background: #2aa144;
    border-color: #2aa144; }
.flatpickr-calendar {
  width: 337px;
  padding: 22px 14px 20px; }
.flatpickr-month {
  margin-bottom: 5px; }
.file {
  display: block;
  overflow: hidden;
  position: relative; }
.file__upload {
    position: relative;
    width: 100%;
    overflow: hidden; }
.file__upload:hover, .file__upload:active {
      cursor: pointer; }
.file__upload:hover .file__select, .file__upload:active .file__select {
        border-color: #2aa144;
        color: #2aa144; }
.file__upload:hover .file__icon, .file__upload:active .file__icon {
        fill: #2aa144; }
.file__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.file__select {
    position: relative;
    top: 0;
    outline: 0;
    margin: 0;
    cursor: pointer;
    word-wrap: break-word;
    font: normal 18px/22px "Clear Sans", "Arial", sans-serif;
    text-decoration: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border: 2px dashed #d1d1d1;
    padding: 33px 23px 36px;
    color: #999;
    background-color: #fff;
    -webkit-transition: color 0.25s ease, border-color 0.25s ease;
    transition: color 0.25s ease, border-color 0.25s ease; }
.file__select:active, .file__select:focus {
      -webkit-transition: color 0.25s ease, border-color 0.25s ease;
      transition: color 0.25s ease, border-color 0.25s ease; }
.file__icon {
    fill: #c6c6c6;
    margin-right: 10px;
    -webkit-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
.file__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.file__input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    font-size: 150px;
    height: 42px;
    z-index: 20;
    cursor: pointer; }
.file__reason {
    margin-top: 10px; }
.file__result {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 35px;
    padding-top: 9px;
    border-top: 1px solid #d4d4d4; }
.file__item {
    position: relative;
    z-index: 500;
    padding-left: 35px;
    margin-top: 20px;
    margin-right: 23px; }
.file__base {
    font-size: 18px;
    line-height: 24px; }
.file__note {
    margin-top: 6px;
    color: #999;
    font-size: 14px;
    line-height: 1; }
.file__delete {
    display: block;
    position: absolute;
    top: 0;
    left: 0; }
.file__delete:hover .file__del-icon {
      fill: #000; }
.file__del-icon {
    fill: #ababab; }
.file__link {
    word-wrap: break-word; }
.file__inline {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-right: 12px; }
.file__btn {
    position: relative;
    z-index: 50; }
.sep__side {
  display: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin-bottom: 25px; }
.sep__side_mob-hide {
    display: none; }
.sep__base {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.content {
  font-size: 19px;
  line-height: 26px;
  color: #000; }
.content img {
    height: auto;
    max-width: 100%;
    vertical-align: top;
    margin-top: 10px;
    margin-bottom: 10px; }
.content a {
    text-decoration: none;
    color: #000;
    border-bottom: 1px solid #2aa144;
    -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
    transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.content a:hover {
      border-bottom-color: #009621;
      color: #009621; }
.content h2, .content h3, .content h4, .content h5, .content h6 {
    font-weight: bold;
    margin-top: 22px;
    margin-bottom: 21px; }
.content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
      margin-top: 0; }
.content h2 {
    font-size: 28px;
    line-height: 32px; }
.content h3 {
    font-size: 26px;
    line-height: 30px; }
.content h4 {
    font-size: 22px;
    line-height: 28px; }
.content h5 {
    font-size: 20px;
    line-height: 26px; }
.content h6 {
    text-transform: uppercase;
    font-size: 18px;
    line-height: 24px; }
.content p, .content ul, .content ol, .content blockquote {
    margin-bottom: 18px; }
.content p:last-child, .content ul:last-child, .content ol:last-child, .content blockquote:last-child {
      margin-bottom: 0; }
.content ul li, .content ol li {
    position: relative; }
.content ul li:before, .content ol li:before {
      content: '';
      position: absolute;
      color: #000; }
.content ul {
    list-style: none;
    padding-left: 32px; }
.content ul li:before {
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      top: 10px;
      left: -21px;
      width: 9px;
      height: 9px;
      border: 2px solid #2aa144;
      border-radius: 50%;
      background-color: transparent; }
.content ol {
    list-style: none;
    counter-reset: ol-content;
    padding-left: 27px; }
.content ol li {
      padding-left: 8px; }
.content ol li:before {
        top: 0;
        right: 100%;
        content: counter(ol-content) ".";
        counter-increment: ol-content;
        font-family: "Clear Sans", "Arial", sans-serif;
        font-size: 19px;
        text-align: right; }
.content blockquote {
    position: relative;
    font-size: 28px;
    line-height: 35px;
    padding: 30px 34px 34px 34px;
    margin: 30px 0 32px 39px;
    background-color: #f3f3f3;
    border-left: 2px solid #dadada; }
.content figure {
    margin-top: 9px;
    margin-bottom: 20px;
    display: inline-block;
    max-width: 100%; }
.content figure:first-child {
      margin-top: 0; }
.content figcaption {
    margin-top: 7px;
    color: #666;
    font-size: 16px; }
.content table {
    width: 100%;
    border-collapse: collapse; }
.content table tr:last-child td {
      border-bottom: 1px solid #d4d4d4; }
.content table th {
      font-weight: bold; }
.content table td,
    .content table th {
      text-align: left;
      vertical-align: top;
      padding: 9px 14px;
      font-size: 16px;
      line-height: 22px;
      border-top: 1px solid #d4d4d4;
      border-left: 1px solid #d4d4d4; }
.content table td:last-child,
      .content table th:last-child {
        border-right: 1px solid #d4d4d4; }
.table-wrapper {
  overflow-x: auto; }
.back + .menu {
  border-top: 1px solid #d4d4d4;
  margin-top: 46px;
  padding-top: 44px; }
.back__link {
  text-decoration: none;
  color: #000;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }
.back__link:hover .back__icon {
    fill: #009621; }
.back__link:hover .back__text {
    color: #009621;
    border-bottom-color: #009621; }
.back__icon {
  margin-top: 7px;
  margin-right: 6px; }
.back__text {
  font-size: 18px;
  line-height: 22px;
  color: #000;
  border-bottom: 1px solid #2aa144;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 13px; }
.info__date {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
    margin-right: 26px;
    padding-top: 1px; }
.info__icon {
    fill: #2aa144;
    margin-right: 9px; }
.info__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.info__price {
    margin-top: 16px;
    border-radius: 5px;
    background-color: #2aa144;
    color: #fff;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    padding: 4px 9px 8px; }
.btn-wrap_hotels {
  margin-top: 39px; }
.btn-wrap_news {
  margin-top: 34px; }
.menu {
  padding-top: 4px; }
.menu__item {
    margin-bottom: 17px; }
.menu__item:last-child {
      margin-bottom: 0; }
.menu__item_active .menu__link {
      font-weight: bold; }
.menu__link {
    font-size: 21px;
    line-height: 25px; }
.tabs {
  position: relative; }
.tabs__caption {
    display: none;
    border-radius: 2px;
    text-decoration: none;
    color: #fff;
    background-color: #2aa144;
    padding: 7px 40px 11px 16px;
    position: relative;
    font-size: 19px;
    line-height: 24px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.tabs__arrow {
    position: absolute;
    right: 15px;
    top: 16px;
    fill: #fff;
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
.tabs__nav {
    position: relative;
    margin-bottom: 24px; }
.tabs__list {
    border-radius: 2px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    border: 1px solid #2aa144; }
.tabs__item:last-child .tabs__link {
    border-right: none; }
.tabs__item_active .tabs__link {
    color: #fff;
    background-color: #2aa144; }
.tabs__item_active .tabs__link:hover {
      background-color: #2aa144; }
.tabs__link {
    display: block;
    text-decoration: none;
    -webkit-transition: background-color 0.25s ease;
    transition: background-color 0.25s ease;
    color: #2aa144;
    padding: 9px 15px 10px;
    font-size: 18px;
    line-height: 22px;
    border-right: 1px solid #2aa144; }
.tabs__link:hover {
      background-color: #fff; }
.tabs__box {
    display: none; }
.tabs__box:first-child {
      display: block; }
.tabs_form {
    margin-bottom: 24px; }
.tabs_prog {
    margin-bottom: 24px; }
.tabs_opened .tabs__arrow {
    -webkit-transform: rotate(-180deg);
            transform: rotate(-180deg); }
.more {
  margin-top: 3px;
  font-size: 19px; }
.message {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.message__icon {
    -ms-flex-item-align: start;
        align-self: flex-start;
    margin-right: 13px; }
.message__icon_success {
      fill: #2aa144;
      margin-right: 7px; }
.message__icon_alert {
      fill: #2aa144;
      margin-top: 0;
      margin-right: 7px; }
.message__text {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    font-size: 16px;
    line-height: 22px; }
.message__strong {
    letter-spacing: 0.11em; }
.message_color {
    background-color: #fff;
    border: 2px solid #2aa144;
    padding: 20px 20px 18px;
    display: block; }
.message_color .message__text {
      margin-top: 13px;
      font-size: 19px;
      line-height: 26px; }
.message_alert .message__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 19px;
    line-height: 26px; }
.message_note .message__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 16px;
    line-height: 20px; }
.message_note .message__icon {
    margin-top: 0;
    margin-right: 8px; }
.message_big .message__icon_success {
    width: 38px;
    height: 37px; }
.message_white .message__icon {
    fill: #fff; }
.message_white .message__text {
    color: #fff; }
.js-expand__content {
  display: none; }
.faq__item {
  position: relative;
  padding-left: 20px;
  margin-bottom: 18px; }
.faq__item:last-child {
    margin-bottom: 0; }
.faq__caption {
  font-size: 21px;
  line-height: 27px; }
.faq__box {
  padding-top: 20px; }
.faq__icon {
  position: absolute;
  top: 9px;
  left: 0;
  fill: #2aa144;
  width: 9px;
  height: 15px;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
.faq_sm .faq__item {
  padding-left: 20px;
  margin-bottom: 12px; }
.faq_sm .faq__item:last-child {
    margin-bottom: 0; }
.faq_sm .faq__title {
  font-size: 21px;
  line-height: 27px; }
.faq_sm .faq__box {
  padding-top: 20px; }
.faq_sm .faq__icon {
  top: 10px;
  width: 9px;
  height: 15px; }
.res__header {
  margin-bottom: 6px; }
.res__caption {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-decoration: none;
  color: #000; }
.res__caption:hover .res__text {
    color: #009621; }
.res__icon {
  margin-top: 3px;
  fill: #2aa144;
  margin-right: 15px; }
.res__text {
  font-size: 23px;
  line-height: 27px;
  color: #000;
  border-bottom: 1px dotted #2aa144;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
.res__content {
  padding-top: 20px; }
.board__item {
  background-color: #efefef;
  padding: 19px 23px 28px;
  margin-bottom: 6px;
  display: block;
  text-decoration: none;
  color: #000;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  transition: box-shadow 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease; }
.board__item:last-child {
    margin-bottom: 0; }
.board__item:hover {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff; }
.board__item:hover .board__link {
      border-bottom-color: #009621; }
.board__cell {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
.board__cell_caption {
    position: relative; }
.board__date {
  font-size: 20px;
  line-height: 26px;
  font-weight: bold; }
.board__note {
  display: inline-block;
  font-size: 12px;
  line-height: 15px;
  font-weight: bold;
  background-color: #ff4f4f;
  color: #fff;
  border-radius: 5px;
  padding: 2px 7px 3px; }
.board__link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease;
  font-size: 19px;
  line-height: 26px;
  text-decoration: none;
  color: #000; }
.board__price {
  display: inline-block;
  padding: 4px 8px 6px;
  background-color: #2aa144;
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  font-weight: bold;
  border-radius: 5px; }
.b-search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  border: 1px solid #c5c5c5;
  border-radius: 2px;
  margin-bottom: 35px; }
.b-search__icon {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    left: 12px;
    fill: #000;
    z-index: 1;
    -webkit-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
.b-search__input {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    border: none;
    border-radius: 2px 0 0 2px;
    font-family: "Clear Sans", "Arial", sans-serif;
    font-weight: normal;
    font-size: 18px;
    height: 46px;
    padding: 8px 14px 12px 43px;
    position: relative;
    display: block;
    margin: 0;
    line-height: 30px;
    -webkit-transition: border-color 0.25s ease;
    transition: border-color 0.25s ease; }
.b-search__input:focus {
      outline: none; }
.b-search__submit {
    border-left: 1px solid #e7e7e7;
    border-radius: 0 2px 2px 0;
    background-color: #fff;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #000;
    text-decoration: none;
    font-size: 18px;
    line-height: 20px;
    padding: 6px 13px 10px;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.b-search__submit:hover {
      color: #009621; }
.found {
  padding-top: 5px;
  padding-bottom: 5px;
  display: block;
  font-size: 16px;
  line-height: 20px; }
.found__pages {
    background-color: #2aa144;
    border-radius: 5px;
    color: #fff;
    padding: 0 4px 2px; }
.results__item {
  margin-bottom: 29px; }
.results__item:last-child {
    margin-bottom: 0; }
.results__link {
  display: block;
  text-decoration: none;
  color: #000; }
.results__title {
  font-size: 23px;
  line-height: 28px; }
.results__mark {
  font-weight: bold; }
.results__desc {
  margin-top: 8px;
  font-size: 18px;
  line-height: 26px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.results__category {
  text-decoration: none;
  text-transform: uppercase;
  color: #2aa144;
  font-size: 14px;
  line-height: 18px;
  font-weight: bold;
  letter-spacing: 0.11em;
  margin-right: 6px;
  border-bottom: 1px solid transparent; }
.results__category:hover {
    border-bottom-color: #2aa144; }
.results__date {
  color: #999;
  font-size: 16px;
  line-height: 20px; }
.results__info {
  margin-top: 9px; }
.paper {
  line-height: 1; }
.paper:first-child {
    margin-top: 0; }
.paper:last-child {
    margin-bottom: 0; }
.paper__item {
    margin-bottom: 9px; }
.paper__item:last-child {
      margin-bottom: 0; }
.paper__item_visited .paper__link {
      background-color: #fff;
      border-radius: 4px;
      -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
              box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18); }
.paper__link {
    padding: 5px 11px 11px;
    margin-left: -11px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    text-decoration: none;
    color: #000;
    border-bottom: none !important; }
.paper__link:hover .paper__title {
      color: #009621; }
.paper__icon {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 43px;
    height: 43px;
    border-radius: 5px;
    margin-right: 14px;
    padding-bottom: 2px; }
.paper__icon_pdf {
      background-color: #fa3333; }
.paper__icon_doc {
      background-color: #006cc7; }
.paper__icon_excel {
      background-color: #009621; }
.paper__base {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    min-height: 43px; }
.paper__title {
    color: #000;
    font-size: 19px;
    line-height: 22px;
    border-bottom: 1px solid #2aa144;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
.paper__value {
    margin-top: 4px;
    color: #999;
    font-size: 16px; }
.paper_content {
    margin-top: 28px;
    margin-bottom: 28px; }
.desc {
  color: #fff;
  padding: 19px 25px 25px; }
.desc__title {
    font-weight: bold;
    font-size: 34px;
    line-height: 38px; }
.desc__content {
    margin-top: 17px; }
.desc__bottom {
    margin-top: 30px; }
.desc__text {
    font-size: 18px;
    line-height: 24px; }
.desc__link {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid #fff;
    -webkit-transition: border-bottom-color 0.25s ease;
    transition: border-bottom-color 0.25s ease; }
.desc__link:hover {
      border-bottom-color: transparent; }
.desc__rating {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 5px 13px 13px;
    min-width: 145px;
    min-height: 121px;
    border: 1px solid rgba(255, 255, 255, 0.24);
    border-radius: 5px;
    margin-top: 24px; }
.desc__value {
    font-size: 80px; }
.desc__note {
    margin-top: 5px;
    font-size: 17px;
    line-height: 21px;
    text-align: center; }
.desc__empty {
    font-size: 17px;
    line-height: 20px;
    color: rgba(255, 255, 255, 0.65); }
.desc__logo {
    margin-top: 24px; }
.desc__img {
    max-width: 100%; }
.desc_booking {
    background-color: #003580; }
.desc_belhotel {
    background-color: #0095cd; }
.desc_vetliva {
    background-color: #264b87; }
.trip {
  border: 1px solid #ddd;
  padding: 16px 24px 29px; }
.trip__title {
    font-weight: bold;
    font-size: 23px;
    line-height: 30px; }
.trip__points {
    margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.trip__icon {
    margin-right: 4px; }
.trip__rating {
    margin-top: 8px; }
.trip__link {
    font-size: 18px; }
.trip__stars {
    display: inline-block;
    width: 100px;
    height: 20px;
    position: relative; }
.trip__star-outer {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.trip__star-item {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    border: 2px solid #16b087; }
.trip__star-overflow {
    display: block;
    overflow: hidden;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0; }
.trip__star-value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 100px; }
.trip__star-point {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #16b087; }
.card {
  position: relative;
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #efefef;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease;
  transition: background-color 0.25s ease, box-shadow 0.25s ease, -webkit-box-shadow 0.25s ease; }
.card:hover {
    cursor: pointer;
    background-color: #fff;
    -webkit-box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 12px 18px 0 rgba(0, 0, 0, 0.1); }
.card:hover .card__zoom {
      opacity: 1; }
.card__photo {
    position: relative; }
.card__figure {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1; }
.card__figure_link {
      display: block; }
.card__img {
    max-width: 100%;
    max-height: 100%; }
.card__zoom {
    opacity: 0;
    position: absolute;
    bottom: 27px;
    left: 31px;
    fill: #fff;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
.card__content {
    padding: 18px 25px 32px; }
.card__title {
    font-weight: bold;
    font-size: 23px;
    line-height: 30px; }
.card__desc {
    margin-top: 14px;
    font-size: 19px;
    line-height: 26px; }
.card__bottom {
    margin-top: 25px;
    border-top: 1px solid #dedede;
    padding-top: 27px; }
.card__row {
    margin-top: 21px; }
.card__row:first-child {
      margin-top: 0; }
.card__note {
    margin-top: 7px;
    font-size: 14px;
    line-height: 18px;
    color: #666; }
.card__price {
    font-size: 26px;
    font-weight: bold; }
.card__value {
    margin-left: 6px;
    font-size: 16px; }
.pswp {
  z-index: 5000; }
.pswp__arrow, .pswp__close-icon {
    fill: #8c8c8c;
    -webkit-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
.pswp__button:hover .pswp__arrow, .pswp__button:hover .pswp__close-icon {
    fill: #2aa144; }
.pswp__button--close {
    position: absolute;
    top: 22px;
    right: 21px; }
.pswp__button--arrow--left, .pswp__button--arrow--right {
    margin-top: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%); }
.pswp__button--arrow--left:before, .pswp__button--arrow--right:before {
      content: none; }
.pswp__button--arrow--left {
    left: 25px; }
.pswp__button--arrow--right {
    right: 25px; }
.pswp__counter {
    font-size: 24px;
    color: #a8a8a8;
    left: 27px;
    top: 20px; }
.pswp__caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    min-height: 48px;
    background-color: rgba(0, 0, 0, 0.6) !important; }
.pswp__top-bar {
    height: 82px; }
.pswp__caption__center {
    text-align: center;
    font-size: 18px;
    line-height: 1.3;
    color: #a8a8a8;
    padding-right: 20px;
    padding-left: 20px; }
.pswp__caption-text {
    display: none; }
.pswp__arrow {
    fill: #a8a8a8; }
.pswp__ui--over-close .pswp__button--close {
  opacity: 1; }
.pswp__button,
.pswp__button--arrow--left:before,
.pswp__button--arrow--right:before {
  background-size: 264px 88px;
  width: 44px;
  height: 44px; }
.pswp--svg .pswp__button,
.pswp--svg .pswp__button--arrow--left:before,
.pswp--svg .pswp__button--arrow--right:before {
  background-image: none; }
.pswp--svg .pswp__button--arrow--left,
.pswp--svg .pswp__button--arrow--right {
  background: none; }
.pswp__preloader--active .pswp__preloader__icn {
  background: none; }
.popup {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  white-space: nowrap;
  text-align: center;
  font-size: 0;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 6500;
  visibility: hidden;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  opacity: 0;
  -webkit-transform: scale(0);
          transform: scale(0);
  pointer-events: none;
  -webkit-transition: visibility 0s ease 0.4s, opacity 0.4s ease, width 0s ease 0.4s, height 0s ease 0.4s, -webkit-transform 0s ease 0.4s;
  transition: visibility 0s ease 0.4s, opacity 0.4s ease, width 0s ease 0.4s, height 0s ease 0.4s, -webkit-transform 0s ease 0.4s;
  transition: visibility 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.4s ease, width 0s ease 0.4s, height 0s ease 0.4s;
  transition: visibility 0s ease 0.4s, transform 0s ease 0.4s, opacity 0.4s ease, width 0s ease 0.4s, height 0s ease 0.4s, -webkit-transform 0s ease 0.4s;
  /* opened popup */ }
.popup:before {
    height: 100%;
    display: inline-block;
    vertical-align: middle;
    content: ''; }
.popup__box {
    position: relative;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    white-space: normal;
    vertical-align: middle;
    text-align: left;
    padding: 15px 20px;
    width: 455px;
    font-size: 14px;
    opacity: 0;
    -webkit-transform: scale(0.6);
            transform: scale(0.6);
    -webkit-transition: opacity .25s ease,
 -webkit-transform .25s ease;
    transition: opacity .25s ease,
 -webkit-transform .25s ease;
    transition: transform .25s ease,
 opacity .25s ease;
    transition: transform .25s ease,
 opacity .25s ease,
 -webkit-transform .25s ease; }
.popup__body {
    position: relative;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 21px 29px 29px;
    background-color: #fff;
    -webkit-box-shadow: 0 5px 25px rgba(0, 0, 0, 0.33);
            box-shadow: 0 5px 25px rgba(0, 0, 0, 0.33);
    -webkit-transition: padding .2s ease;
    transition: padding .2s ease; }
.popup__title {
    font-weight: bold;
    font-size: 30px;
    line-height: 34px;
    margin-bottom: 19px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 20px; }
.popup__close {
    position: absolute;
    top: 16px;
    right: 16px;
    cursor: pointer;
    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;
    width: 36px;
    height: 36px;
    background-color: #fff; }
.popup__close:hover .popup__close-icon {
      fill: #009621; }
.popup__close-icon {
    fill: #000;
    -webkit-transition: fill 0.25s ease;
    transition: fill 0.25s ease; }
.popup_show {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
            transform: scale(1);
    pointer-events: auto;
    -webkit-transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: opacity 0.4s ease, -webkit-transform 0s ease;
    transition: transform 0s ease, opacity 0.4s ease;
    transition: transform 0s ease, opacity 0.4s ease, -webkit-transform 0s ease; }
.popup_show .popup__box {
      opacity: 1;
      -webkit-transform: scale(1);
              transform: scale(1); }
.btn-line {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.btn-line__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 18px; }
.btn-line__item:last-child {
      margin-bottom: 0; }
.btn-line__link {
    font-size: 18px;
    line-height: 22px;
    padding-bottom: 2px; }
.btn-line_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.btn-line_row .btn-line__item {
      margin-right: 13px;
      margin-bottom: 13px; }
.btn-line_row .btn-line__item:last-child {
        margin-right: 0; }
.btn-line_narrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.btn-line_narrow .btn-line__item {
      margin-right: 22px;
      margin-bottom: 0; }
.btn-line_narrow .btn-line__item:last-child {
        margin-right: 0; }
.step__item {
  position: relative; }
.step__item_ready .step__link:hover .step__counter {
    -webkit-transition: background-image 0.25s ease;
    transition: background-image 0.25s ease;
    color: #fff;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#128e66), to(#2baf43));
    background-image: linear-gradient(90deg, #128e66 0%, #2baf43 100%); }
.step__item_active .step__link {
    pointer-events: none; }
.step__item_active .step__counter {
    color: #fff;
    border: none;
    background-image: -webkit-gradient(linear, left top, right top, from(#128e66), to(#2baf43));
    background-image: linear-gradient(90deg, #128e66 0%, #2baf43 100%); }
.step__item_active .step__title {
    font-weight: bold;
    border-bottom-color: transparent; }
.step__item_disabled .step__link {
    pointer-events: none; }
.step__item_disabled .step__counter {
    color: #777;
    border-color: #777; }
.step__item_disabled .step__title {
    color: #777;
    border-bottom-color: transparent; }
.step__link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  color: #000; }
.step__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #000;
  border-radius: 50%;
  width: 43px;
  height: 43px;
  font-size: 21px;
  margin-right: 8px;
  padding-bottom: 2px; }
.step__base {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.step__title {
  font-size: 20px;
  line-height: 24px;
  border-bottom: 1px solid #009621;
  -webkit-transition: color 0.25s ease;
  transition: color 0.25s ease; }
.scale__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.scale__counter {
  font-size: 45px;
  font-weight: bold;
  color: #2aa144; }
.scale__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 9px;
  padding-top: 3px;
  font-size: 18px;
  line-height: 21px; }
.scale__bar {
  margin-top: 19px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  overflow: hidden;
  height: 20px;
  background-color: #fff; }
.scale__bar:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 1px solid #d4d4d4; }
.scale__value {
  border-radius: 2px;
  z-index: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  background-repeat: no-repeat;
  background-image: -webkit-gradient(linear, right top, left top, from(#128e66), to(#2baf43));
  background-image: linear-gradient(to left, #128e66 0%, #2baf43 100%);
  background-size: 300px 100%;
  will-change: transform;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .75s ease-in-out;
  transition: -webkit-transform .75s ease-in-out;
  transition: transform .75s ease-in-out;
  transition: transform .75s ease-in-out, -webkit-transform .75s ease-in-out; }
.scale_loaded .scale__value {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
@-webkit-keyframes line {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
@keyframes line {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  to {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0); } }
.circle {
  position: relative; }
.circle__icon {
    display: block;
    width: 57px;
    height: 57px;
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg); }
.circle__item {
    fill: none;
    stroke-width: 3px; }
.circle__item_1 {
      stroke: #d0d0d0; }
.circle__item_2 {
      stroke: #2aa144;
      stroke-dasharray: 156;
      stroke-dashoffset: 156;
      -webkit-transition: all .75s ease-out;
      transition: all .75s ease-out; }
.circle__value {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 14px;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    top: 0;
    left: 1px;
    right: 0;
    bottom: 1px;
    z-index: 1;
    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; }
.circle_loaded .circle__icon[percent="1"] .circle__item_2 {
    stroke-dashoffset: 154.44; }
.circle_loaded .circle__icon[percent="2"] .circle__item_2 {
    stroke-dashoffset: 152.88; }
.circle_loaded .circle__icon[percent="3"] .circle__item_2 {
    stroke-dashoffset: 151.32; }
.circle_loaded .circle__icon[percent="4"] .circle__item_2 {
    stroke-dashoffset: 149.76; }
.circle_loaded .circle__icon[percent="5"] .circle__item_2 {
    stroke-dashoffset: 148.2; }
.circle_loaded .circle__icon[percent="6"] .circle__item_2 {
    stroke-dashoffset: 146.64; }
.circle_loaded .circle__icon[percent="7"] .circle__item_2 {
    stroke-dashoffset: 145.08; }
.circle_loaded .circle__icon[percent="8"] .circle__item_2 {
    stroke-dashoffset: 143.52; }
.circle_loaded .circle__icon[percent="9"] .circle__item_2 {
    stroke-dashoffset: 141.96; }
.circle_loaded .circle__icon[percent="10"] .circle__item_2 {
    stroke-dashoffset: 140.4; }
.circle_loaded .circle__icon[percent="11"] .circle__item_2 {
    stroke-dashoffset: 138.84; }
.circle_loaded .circle__icon[percent="12"] .circle__item_2 {
    stroke-dashoffset: 137.28; }
.circle_loaded .circle__icon[percent="13"] .circle__item_2 {
    stroke-dashoffset: 135.72; }
.circle_loaded .circle__icon[percent="14"] .circle__item_2 {
    stroke-dashoffset: 134.16; }
.circle_loaded .circle__icon[percent="15"] .circle__item_2 {
    stroke-dashoffset: 132.6; }
.circle_loaded .circle__icon[percent="16"] .circle__item_2 {
    stroke-dashoffset: 131.04; }
.circle_loaded .circle__icon[percent="17"] .circle__item_2 {
    stroke-dashoffset: 129.48; }
.circle_loaded .circle__icon[percent="18"] .circle__item_2 {
    stroke-dashoffset: 127.92; }
.circle_loaded .circle__icon[percent="19"] .circle__item_2 {
    stroke-dashoffset: 126.36; }
.circle_loaded .circle__icon[percent="20"] .circle__item_2 {
    stroke-dashoffset: 124.8; }
.circle_loaded .circle__icon[percent="21"] .circle__item_2 {
    stroke-dashoffset: 123.24; }
.circle_loaded .circle__icon[percent="22"] .circle__item_2 {
    stroke-dashoffset: 121.68; }
.circle_loaded .circle__icon[percent="23"] .circle__item_2 {
    stroke-dashoffset: 120.12; }
.circle_loaded .circle__icon[percent="24"] .circle__item_2 {
    stroke-dashoffset: 118.56; }
.circle_loaded .circle__icon[percent="25"] .circle__item_2 {
    stroke-dashoffset: 117; }
.circle_loaded .circle__icon[percent="26"] .circle__item_2 {
    stroke-dashoffset: 115.44; }
.circle_loaded .circle__icon[percent="27"] .circle__item_2 {
    stroke-dashoffset: 113.88; }
.circle_loaded .circle__icon[percent="28"] .circle__item_2 {
    stroke-dashoffset: 112.32; }
.circle_loaded .circle__icon[percent="29"] .circle__item_2 {
    stroke-dashoffset: 110.76; }
.circle_loaded .circle__icon[percent="30"] .circle__item_2 {
    stroke-dashoffset: 109.2; }
.circle_loaded .circle__icon[percent="31"] .circle__item_2 {
    stroke-dashoffset: 107.64; }
.circle_loaded .circle__icon[percent="32"] .circle__item_2 {
    stroke-dashoffset: 106.08; }
.circle_loaded .circle__icon[percent="33"] .circle__item_2 {
    stroke-dashoffset: 104.52; }
.circle_loaded .circle__icon[percent="34"] .circle__item_2 {
    stroke-dashoffset: 102.96; }
.circle_loaded .circle__icon[percent="35"] .circle__item_2 {
    stroke-dashoffset: 101.4; }
.circle_loaded .circle__icon[percent="36"] .circle__item_2 {
    stroke-dashoffset: 99.84; }
.circle_loaded .circle__icon[percent="37"] .circle__item_2 {
    stroke-dashoffset: 98.28; }
.circle_loaded .circle__icon[percent="38"] .circle__item_2 {
    stroke-dashoffset: 96.72; }
.circle_loaded .circle__icon[percent="39"] .circle__item_2 {
    stroke-dashoffset: 95.16; }
.circle_loaded .circle__icon[percent="40"] .circle__item_2 {
    stroke-dashoffset: 93.6; }
.circle_loaded .circle__icon[percent="41"] .circle__item_2 {
    stroke-dashoffset: 92.04; }
.circle_loaded .circle__icon[percent="42"] .circle__item_2 {
    stroke-dashoffset: 90.48; }
.circle_loaded .circle__icon[percent="43"] .circle__item_2 {
    stroke-dashoffset: 88.92; }
.circle_loaded .circle__icon[percent="44"] .circle__item_2 {
    stroke-dashoffset: 87.36; }
.circle_loaded .circle__icon[percent="45"] .circle__item_2 {
    stroke-dashoffset: 85.8; }
.circle_loaded .circle__icon[percent="46"] .circle__item_2 {
    stroke-dashoffset: 84.24; }
.circle_loaded .circle__icon[percent="47"] .circle__item_2 {
    stroke-dashoffset: 82.68; }
.circle_loaded .circle__icon[percent="48"] .circle__item_2 {
    stroke-dashoffset: 81.12; }
.circle_loaded .circle__icon[percent="49"] .circle__item_2 {
    stroke-dashoffset: 79.56; }
.circle_loaded .circle__icon[percent="50"] .circle__item_2 {
    stroke-dashoffset: 78; }
.circle_loaded .circle__icon[percent="51"] .circle__item_2 {
    stroke-dashoffset: 76.44; }
.circle_loaded .circle__icon[percent="52"] .circle__item_2 {
    stroke-dashoffset: 74.88; }
.circle_loaded .circle__icon[percent="53"] .circle__item_2 {
    stroke-dashoffset: 73.32; }
.circle_loaded .circle__icon[percent="54"] .circle__item_2 {
    stroke-dashoffset: 71.76; }
.circle_loaded .circle__icon[percent="55"] .circle__item_2 {
    stroke-dashoffset: 70.2; }
.circle_loaded .circle__icon[percent="56"] .circle__item_2 {
    stroke-dashoffset: 68.64; }
.circle_loaded .circle__icon[percent="57"] .circle__item_2 {
    stroke-dashoffset: 67.08; }
.circle_loaded .circle__icon[percent="58"] .circle__item_2 {
    stroke-dashoffset: 65.52; }
.circle_loaded .circle__icon[percent="59"] .circle__item_2 {
    stroke-dashoffset: 63.96; }
.circle_loaded .circle__icon[percent="60"] .circle__item_2 {
    stroke-dashoffset: 62.4; }
.circle_loaded .circle__icon[percent="61"] .circle__item_2 {
    stroke-dashoffset: 60.84; }
.circle_loaded .circle__icon[percent="62"] .circle__item_2 {
    stroke-dashoffset: 59.28; }
.circle_loaded .circle__icon[percent="63"] .circle__item_2 {
    stroke-dashoffset: 57.72; }
.circle_loaded .circle__icon[percent="64"] .circle__item_2 {
    stroke-dashoffset: 56.16; }
.circle_loaded .circle__icon[percent="65"] .circle__item_2 {
    stroke-dashoffset: 54.6; }
.circle_loaded .circle__icon[percent="66"] .circle__item_2 {
    stroke-dashoffset: 53.04; }
.circle_loaded .circle__icon[percent="67"] .circle__item_2 {
    stroke-dashoffset: 51.48; }
.circle_loaded .circle__icon[percent="68"] .circle__item_2 {
    stroke-dashoffset: 49.92; }
.circle_loaded .circle__icon[percent="69"] .circle__item_2 {
    stroke-dashoffset: 48.36; }
.circle_loaded .circle__icon[percent="70"] .circle__item_2 {
    stroke-dashoffset: 46.8; }
.circle_loaded .circle__icon[percent="71"] .circle__item_2 {
    stroke-dashoffset: 45.24; }
.circle_loaded .circle__icon[percent="72"] .circle__item_2 {
    stroke-dashoffset: 43.68; }
.circle_loaded .circle__icon[percent="73"] .circle__item_2 {
    stroke-dashoffset: 42.12; }
.circle_loaded .circle__icon[percent="74"] .circle__item_2 {
    stroke-dashoffset: 40.56; }
.circle_loaded .circle__icon[percent="75"] .circle__item_2 {
    stroke-dashoffset: 39; }
.circle_loaded .circle__icon[percent="76"] .circle__item_2 {
    stroke-dashoffset: 37.44; }
.circle_loaded .circle__icon[percent="77"] .circle__item_2 {
    stroke-dashoffset: 35.88; }
.circle_loaded .circle__icon[percent="78"] .circle__item_2 {
    stroke-dashoffset: 34.32; }
.circle_loaded .circle__icon[percent="79"] .circle__item_2 {
    stroke-dashoffset: 32.76; }
.circle_loaded .circle__icon[percent="80"] .circle__item_2 {
    stroke-dashoffset: 31.2; }
.circle_loaded .circle__icon[percent="81"] .circle__item_2 {
    stroke-dashoffset: 29.64; }
.circle_loaded .circle__icon[percent="82"] .circle__item_2 {
    stroke-dashoffset: 28.08; }
.circle_loaded .circle__icon[percent="83"] .circle__item_2 {
    stroke-dashoffset: 26.52; }
.circle_loaded .circle__icon[percent="84"] .circle__item_2 {
    stroke-dashoffset: 24.96; }
.circle_loaded .circle__icon[percent="85"] .circle__item_2 {
    stroke-dashoffset: 23.4; }
.circle_loaded .circle__icon[percent="86"] .circle__item_2 {
    stroke-dashoffset: 21.84; }
.circle_loaded .circle__icon[percent="87"] .circle__item_2 {
    stroke-dashoffset: 20.28; }
.circle_loaded .circle__icon[percent="88"] .circle__item_2 {
    stroke-dashoffset: 18.72; }
.circle_loaded .circle__icon[percent="89"] .circle__item_2 {
    stroke-dashoffset: 17.16; }
.circle_loaded .circle__icon[percent="90"] .circle__item_2 {
    stroke-dashoffset: 15.6; }
.circle_loaded .circle__icon[percent="91"] .circle__item_2 {
    stroke-dashoffset: 14.04; }
.circle_loaded .circle__icon[percent="92"] .circle__item_2 {
    stroke-dashoffset: 12.48; }
.circle_loaded .circle__icon[percent="93"] .circle__item_2 {
    stroke-dashoffset: 10.92; }
.circle_loaded .circle__icon[percent="94"] .circle__item_2 {
    stroke-dashoffset: 9.36; }
.circle_loaded .circle__icon[percent="95"] .circle__item_2 {
    stroke-dashoffset: 7.8; }
.circle_loaded .circle__icon[percent="96"] .circle__item_2 {
    stroke-dashoffset: 6.24; }
.circle_loaded .circle__icon[percent="97"] .circle__item_2 {
    stroke-dashoffset: 4.68; }
.circle_loaded .circle__icon[percent="98"] .circle__item_2 {
    stroke-dashoffset: 3.12; }
.circle_loaded .circle__icon[percent="99"] .circle__item_2 {
    stroke-dashoffset: 1.56; }
.circle_loaded .circle__icon[percent="100"] .circle__item_2 {
    stroke-dashoffset: 0; }
.circle_failed .circle__item_2 {
    stroke: #ff4f4f; }
.circle_big .circle__icon {
    width: 82px;
    height: 82px; }
.circle_big .circle__item {
    stroke-width: 4px; }
.circle_big .circle__item_2 {
      stroke-dasharray: 240;
      stroke-dashoffset: 240; }
.circle_big .circle__value {
    font-size: 22px;
    left: 2px;
    bottom: 2px; }
.circle_big.circle_loaded .circle__icon[percent="1"] .circle__item_2 {
    stroke-dashoffset: 237.6; }
.circle_big.circle_loaded .circle__icon[percent="2"] .circle__item_2 {
    stroke-dashoffset: 235.2; }
.circle_big.circle_loaded .circle__icon[percent="3"] .circle__item_2 {
    stroke-dashoffset: 232.8; }
.circle_big.circle_loaded .circle__icon[percent="4"] .circle__item_2 {
    stroke-dashoffset: 230.4; }
.circle_big.circle_loaded .circle__icon[percent="5"] .circle__item_2 {
    stroke-dashoffset: 228; }
.circle_big.circle_loaded .circle__icon[percent="6"] .circle__item_2 {
    stroke-dashoffset: 225.6; }
.circle_big.circle_loaded .circle__icon[percent="7"] .circle__item_2 {
    stroke-dashoffset: 223.2; }
.circle_big.circle_loaded .circle__icon[percent="8"] .circle__item_2 {
    stroke-dashoffset: 220.8; }
.circle_big.circle_loaded .circle__icon[percent="9"] .circle__item_2 {
    stroke-dashoffset: 218.4; }
.circle_big.circle_loaded .circle__icon[percent="10"] .circle__item_2 {
    stroke-dashoffset: 216; }
.circle_big.circle_loaded .circle__icon[percent="11"] .circle__item_2 {
    stroke-dashoffset: 213.6; }
.circle_big.circle_loaded .circle__icon[percent="12"] .circle__item_2 {
    stroke-dashoffset: 211.2; }
.circle_big.circle_loaded .circle__icon[percent="13"] .circle__item_2 {
    stroke-dashoffset: 208.8; }
.circle_big.circle_loaded .circle__icon[percent="14"] .circle__item_2 {
    stroke-dashoffset: 206.4; }
.circle_big.circle_loaded .circle__icon[percent="15"] .circle__item_2 {
    stroke-dashoffset: 204; }
.circle_big.circle_loaded .circle__icon[percent="16"] .circle__item_2 {
    stroke-dashoffset: 201.6; }
.circle_big.circle_loaded .circle__icon[percent="17"] .circle__item_2 {
    stroke-dashoffset: 199.2; }
.circle_big.circle_loaded .circle__icon[percent="18"] .circle__item_2 {
    stroke-dashoffset: 196.8; }
.circle_big.circle_loaded .circle__icon[percent="19"] .circle__item_2 {
    stroke-dashoffset: 194.4; }
.circle_big.circle_loaded .circle__icon[percent="20"] .circle__item_2 {
    stroke-dashoffset: 192; }
.circle_big.circle_loaded .circle__icon[percent="21"] .circle__item_2 {
    stroke-dashoffset: 189.6; }
.circle_big.circle_loaded .circle__icon[percent="22"] .circle__item_2 {
    stroke-dashoffset: 187.2; }
.circle_big.circle_loaded .circle__icon[percent="23"] .circle__item_2 {
    stroke-dashoffset: 184.8; }
.circle_big.circle_loaded .circle__icon[percent="24"] .circle__item_2 {
    stroke-dashoffset: 182.4; }
.circle_big.circle_loaded .circle__icon[percent="25"] .circle__item_2 {
    stroke-dashoffset: 180; }
.circle_big.circle_loaded .circle__icon[percent="26"] .circle__item_2 {
    stroke-dashoffset: 177.6; }
.circle_big.circle_loaded .circle__icon[percent="27"] .circle__item_2 {
    stroke-dashoffset: 175.2; }
.circle_big.circle_loaded .circle__icon[percent="28"] .circle__item_2 {
    stroke-dashoffset: 172.8; }
.circle_big.circle_loaded .circle__icon[percent="29"] .circle__item_2 {
    stroke-dashoffset: 170.4; }
.circle_big.circle_loaded .circle__icon[percent="30"] .circle__item_2 {
    stroke-dashoffset: 168; }
.circle_big.circle_loaded .circle__icon[percent="31"] .circle__item_2 {
    stroke-dashoffset: 165.6; }
.circle_big.circle_loaded .circle__icon[percent="32"] .circle__item_2 {
    stroke-dashoffset: 163.2; }
.circle_big.circle_loaded .circle__icon[percent="33"] .circle__item_2 {
    stroke-dashoffset: 160.8; }
.circle_big.circle_loaded .circle__icon[percent="34"] .circle__item_2 {
    stroke-dashoffset: 158.4; }
.circle_big.circle_loaded .circle__icon[percent="35"] .circle__item_2 {
    stroke-dashoffset: 156; }
.circle_big.circle_loaded .circle__icon[percent="36"] .circle__item_2 {
    stroke-dashoffset: 153.6; }
.circle_big.circle_loaded .circle__icon[percent="37"] .circle__item_2 {
    stroke-dashoffset: 151.2; }
.circle_big.circle_loaded .circle__icon[percent="38"] .circle__item_2 {
    stroke-dashoffset: 148.8; }
.circle_big.circle_loaded .circle__icon[percent="39"] .circle__item_2 {
    stroke-dashoffset: 146.4; }
.circle_big.circle_loaded .circle__icon[percent="40"] .circle__item_2 {
    stroke-dashoffset: 144; }
.circle_big.circle_loaded .circle__icon[percent="41"] .circle__item_2 {
    stroke-dashoffset: 141.6; }
.circle_big.circle_loaded .circle__icon[percent="42"] .circle__item_2 {
    stroke-dashoffset: 139.2; }
.circle_big.circle_loaded .circle__icon[percent="43"] .circle__item_2 {
    stroke-dashoffset: 136.8; }
.circle_big.circle_loaded .circle__icon[percent="44"] .circle__item_2 {
    stroke-dashoffset: 134.4; }
.circle_big.circle_loaded .circle__icon[percent="45"] .circle__item_2 {
    stroke-dashoffset: 132; }
.circle_big.circle_loaded .circle__icon[percent="46"] .circle__item_2 {
    stroke-dashoffset: 129.6; }
.circle_big.circle_loaded .circle__icon[percent="47"] .circle__item_2 {
    stroke-dashoffset: 127.2; }
.circle_big.circle_loaded .circle__icon[percent="48"] .circle__item_2 {
    stroke-dashoffset: 124.8; }
.circle_big.circle_loaded .circle__icon[percent="49"] .circle__item_2 {
    stroke-dashoffset: 122.4; }
.circle_big.circle_loaded .circle__icon[percent="50"] .circle__item_2 {
    stroke-dashoffset: 120; }
.circle_big.circle_loaded .circle__icon[percent="51"] .circle__item_2 {
    stroke-dashoffset: 117.6; }
.circle_big.circle_loaded .circle__icon[percent="52"] .circle__item_2 {
    stroke-dashoffset: 115.2; }
.circle_big.circle_loaded .circle__icon[percent="53"] .circle__item_2 {
    stroke-dashoffset: 112.8; }
.circle_big.circle_loaded .circle__icon[percent="54"] .circle__item_2 {
    stroke-dashoffset: 110.4; }
.circle_big.circle_loaded .circle__icon[percent="55"] .circle__item_2 {
    stroke-dashoffset: 108; }
.circle_big.circle_loaded .circle__icon[percent="56"] .circle__item_2 {
    stroke-dashoffset: 105.6; }
.circle_big.circle_loaded .circle__icon[percent="57"] .circle__item_2 {
    stroke-dashoffset: 103.2; }
.circle_big.circle_loaded .circle__icon[percent="58"] .circle__item_2 {
    stroke-dashoffset: 100.8; }
.circle_big.circle_loaded .circle__icon[percent="59"] .circle__item_2 {
    stroke-dashoffset: 98.4; }
.circle_big.circle_loaded .circle__icon[percent="60"] .circle__item_2 {
    stroke-dashoffset: 96; }
.circle_big.circle_loaded .circle__icon[percent="61"] .circle__item_2 {
    stroke-dashoffset: 93.6; }
.circle_big.circle_loaded .circle__icon[percent="62"] .circle__item_2 {
    stroke-dashoffset: 91.2; }
.circle_big.circle_loaded .circle__icon[percent="63"] .circle__item_2 {
    stroke-dashoffset: 88.8; }
.circle_big.circle_loaded .circle__icon[percent="64"] .circle__item_2 {
    stroke-dashoffset: 86.4; }
.circle_big.circle_loaded .circle__icon[percent="65"] .circle__item_2 {
    stroke-dashoffset: 84; }
.circle_big.circle_loaded .circle__icon[percent="66"] .circle__item_2 {
    stroke-dashoffset: 81.6; }
.circle_big.circle_loaded .circle__icon[percent="67"] .circle__item_2 {
    stroke-dashoffset: 79.2; }
.circle_big.circle_loaded .circle__icon[percent="68"] .circle__item_2 {
    stroke-dashoffset: 76.8; }
.circle_big.circle_loaded .circle__icon[percent="69"] .circle__item_2 {
    stroke-dashoffset: 74.4; }
.circle_big.circle_loaded .circle__icon[percent="70"] .circle__item_2 {
    stroke-dashoffset: 72; }
.circle_big.circle_loaded .circle__icon[percent="71"] .circle__item_2 {
    stroke-dashoffset: 69.6; }
.circle_big.circle_loaded .circle__icon[percent="72"] .circle__item_2 {
    stroke-dashoffset: 67.2; }
.circle_big.circle_loaded .circle__icon[percent="73"] .circle__item_2 {
    stroke-dashoffset: 64.8; }
.circle_big.circle_loaded .circle__icon[percent="74"] .circle__item_2 {
    stroke-dashoffset: 62.4; }
.circle_big.circle_loaded .circle__icon[percent="75"] .circle__item_2 {
    stroke-dashoffset: 60; }
.circle_big.circle_loaded .circle__icon[percent="76"] .circle__item_2 {
    stroke-dashoffset: 57.6; }
.circle_big.circle_loaded .circle__icon[percent="77"] .circle__item_2 {
    stroke-dashoffset: 55.2; }
.circle_big.circle_loaded .circle__icon[percent="78"] .circle__item_2 {
    stroke-dashoffset: 52.8; }
.circle_big.circle_loaded .circle__icon[percent="79"] .circle__item_2 {
    stroke-dashoffset: 50.4; }
.circle_big.circle_loaded .circle__icon[percent="80"] .circle__item_2 {
    stroke-dashoffset: 48; }
.circle_big.circle_loaded .circle__icon[percent="81"] .circle__item_2 {
    stroke-dashoffset: 45.6; }
.circle_big.circle_loaded .circle__icon[percent="82"] .circle__item_2 {
    stroke-dashoffset: 43.2; }
.circle_big.circle_loaded .circle__icon[percent="83"] .circle__item_2 {
    stroke-dashoffset: 40.8; }
.circle_big.circle_loaded .circle__icon[percent="84"] .circle__item_2 {
    stroke-dashoffset: 38.4; }
.circle_big.circle_loaded .circle__icon[percent="85"] .circle__item_2 {
    stroke-dashoffset: 36; }
.circle_big.circle_loaded .circle__icon[percent="86"] .circle__item_2 {
    stroke-dashoffset: 33.6; }
.circle_big.circle_loaded .circle__icon[percent="87"] .circle__item_2 {
    stroke-dashoffset: 31.2; }
.circle_big.circle_loaded .circle__icon[percent="88"] .circle__item_2 {
    stroke-dashoffset: 28.8; }
.circle_big.circle_loaded .circle__icon[percent="89"] .circle__item_2 {
    stroke-dashoffset: 26.4; }
.circle_big.circle_loaded .circle__icon[percent="90"] .circle__item_2 {
    stroke-dashoffset: 24; }
.circle_big.circle_loaded .circle__icon[percent="91"] .circle__item_2 {
    stroke-dashoffset: 21.6; }
.circle_big.circle_loaded .circle__icon[percent="92"] .circle__item_2 {
    stroke-dashoffset: 19.2; }
.circle_big.circle_loaded .circle__icon[percent="93"] .circle__item_2 {
    stroke-dashoffset: 16.8; }
.circle_big.circle_loaded .circle__icon[percent="94"] .circle__item_2 {
    stroke-dashoffset: 14.4; }
.circle_big.circle_loaded .circle__icon[percent="95"] .circle__item_2 {
    stroke-dashoffset: 12; }
.circle_big.circle_loaded .circle__icon[percent="96"] .circle__item_2 {
    stroke-dashoffset: 9.6; }
.circle_big.circle_loaded .circle__icon[percent="97"] .circle__item_2 {
    stroke-dashoffset: 7.2; }
.circle_big.circle_loaded .circle__icon[percent="98"] .circle__item_2 {
    stroke-dashoffset: 4.8; }
.circle_big.circle_loaded .circle__icon[percent="99"] .circle__item_2 {
    stroke-dashoffset: 2.4; }
.circle_big.circle_loaded .circle__icon[percent="100"] .circle__item_2 {
    stroke-dashoffset: 0; }
.line {
  font-size: 18px;
  line-height: 24px;
  margin-bottom: 22px; }
.line:last-child {
    margin-bottom: 0; }
.line__title {
    color: #666; }
.line__note {
    margin-top: 5px;
    color: #666;
    font-size: 14px;
    line-height: 18px; }
.line__note:first-child {
      margin-top: 0; }
.line__data {
    margin-top: 5px;
    color: #666;
    font-size: 16px;
    line-height: 22px; }
.line__data:first-child {
      margin-top: 0; }
.line__value {
    margin-top: 3px;
    color: #999;
    font-size: 14px;
    line-height: 18px; }
.line__value:first-child {
      margin-top: 0; }
.line__row {
    word-wrap: break-word;
    margin-top: 8px; }
.line__row:first-child {
      margin-top: 0; }
.line__desc {
    margin-top: 15px;
    font-size: 24px;
    line-height: 30px; }
.line__desc:first-child {
      margin-top: 0; }
.line__message {
    margin-top: 15px;
    font-size: 21px;
    line-height: 30px; }
.line__message:first-child {
      margin-top: 0; }
.line__side {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
.line__base {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
.line__notice {
    font-size: 18px;
    line-height: 21px;
    padding-left: 15px; }
.line__scale {
    width: 250px;
    line-height: 1; }
.line_bold {
    font-weight: bold; }
.line_min {
    margin-bottom: 15px; }
.line_min:last-child {
      margin-bottom: 0; }
.line_result .line__side {
    margin-top: 25px; }
.line_big {
    font-size: 24px;
    line-height: 30px; }
.bar__item {
  display: block;
  text-decoration: none;
  color: #000;
  background-color: #efefef;
  margin-bottom: 10px;
  padding: 12px 15px 17px;
  -webkit-transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: background-color 0.25s ease, -webkit-box-shadow 0.25s ease;
  transition: box-shadow 0.25s ease, background-color 0.25s ease;
  transition: box-shadow 0.25s ease, background-color 0.25s ease, -webkit-box-shadow 0.25s ease; }
.bar__item:last-child {
    margin-bottom: 0; }
.bar__item:hover {
    -webkit-box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
            box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.15);
    background-color: #fff; }
.bar__item:hover .bar__link {
      border-bottom-color: #009621; }
.bar__item:hover .circle::after {
      background-color: #fff; }
.bar__side {
  margin-top: 12px; }
.bar__note {
  font-size: 16px;
  line-height: 19px;
  color: #666; }
.bar__title {
  font-size: 19px;
  line-height: 26px; }
.bar__link {
  border-bottom: 1px solid transparent;
  -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
  transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.bar__counter {
  font-size: 16px;
  line-height: 20px; }
.bar__answers {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.bar__notice {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  font-size: 12px;
  line-height: 14px;
  margin-left: 8px; }
.bar__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.state {
  display: inline-block;
  padding: 4px 12px 5px;
  font-size: 16px;
  line-height: 22px;
  /* утверждено/проверка */
  /* отклонено/отказано */
  /* ожидание */
  /* есть замечания */
  /* утверждено заключение */
  /* срок действия истек */ }
.state_check {
    background-color: #fff; }
.state_check-border {
    background-color: #fff;
    border: 1px solid #d4d4d4; }
.state_denied {
    background-color: #ff4f4f;
    color: #fff; }
.state_waiting {
    background-color: #40919d;
    color: #fff; }
.state_remarks {
    background-color: #fb883c;
    color: #fff; }
.state_approved {
    background-color: #009621;
    color: #fff; }
.state_expired {
    background-color: #efefef;
    color: #000; }
.pact__item {
  padding: 20px 20px 29px;
  background-color: #fff;
  -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
          box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.18);
  margin-bottom: 1px; }
.pact__item:last-child {
    margin-bottom: 0; }
.pact__base {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1; }
.pact__side {
  margin-top: 22px; }
.pact__title {
  font-weight: bold;
  font-size: 26px;
  line-height: 1.3; }
.pact__type {
  margin-top: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 18px; }
.pact__state {
  margin-top: 25px; }
.pact__note {
  font-size: 18px;
  line-height: 24px;
  color: #999; }
.pact__time {
  margin-top: 4px;
  font-size: 18px;
  line-height: 24px; }
.pact__btn {
  margin-top: 32px; }
.pact__content {
  padding-top: 28px; }
.expand {
  position: relative;
  margin-bottom: 24px; }
.expand:last-child {
    margin-bottom: 0; }
.expand__header {
    position: relative;
    padding-left: 25px; }
.expand__caption {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px; }
.expand__box {
    padding-top: 20px; }
.expand__icon {
    position: absolute;
    top: 8px;
    left: 2px;
    fill: #2aa144;
    width: 12px;
    height: 19px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    -webkit-transition: -webkit-transform 0.25s ease;
    transition: -webkit-transform 0.25s ease;
    transition: transform 0.25s ease;
    transition: transform 0.25s ease, -webkit-transform 0.25s ease; }
.js-expand_opened .expand__icon {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg); }
.js-expand_opened .faq__icon {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg); }
.text_gray {
  color: #999;
  font-size: 16px;
  line-height: 1.3;
  margin-bottom: 11px; }
.picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
.switcher {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
.switcher__item {
    padding-top: 2px;
    padding-bottom: 3px;
    margin-right: 24px; }
.switcher__item:last-child {
      margin-right: 0; }
.switcher__item_active .switcher__link {
      font-weight: bold;
      border-bottom-color: transparent;
      color: #000;
      pointer-events: none; }
.switcher__link {
    font-size: 18px;
    line-height: 24px;
    text-decoration: none;
    border-bottom: 1px dotted #2aa144;
    -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
    transition: border-bottom-color 0.25s ease, color 0.25s ease;
    color: #2aa144; }
.switcher__link:hover {
      color: #009621; }
.checkbox {
  line-height: 1; }
.checkbox__label {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    min-height: 20px;
    color: #000; }
.checkbox__label:before {
      content: "";
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      top: 2px;
      left: 0;
      height: 20px;
      width: 20px;
      border-radius: 2px;
      background-color: #fff;
      border: 1px solid #d4d4d4;
      -webkit-transition: border-color 0.15s ease, background-color 0.15s ease;
      transition: border-color 0.15s ease, background-color 0.15s ease; }
.checkbox__label:after {
      content: "";
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      opacity: 0;
      top: 5px;
      left: 3px;
      width: 14px;
      height: 14px;
      background-repeat: no-repeat;
      background-image: url("/assets/index/img/check_white.svg");
      background-position: center center; }
.checkbox__label:hover:before {
      border-color: #9d9d9d; }
.checkbox__input {
    display: none; }
.checkbox__input:checked + .checkbox__label:before {
      border-color: transparent;
      background-color: #2aa144; }
.checkbox__input:checked + .checkbox__label:after {
      opacity: 1; }
.checkbox__input[disabled="disabled"] + .checkbox__label {
      cursor: default;
      opacity: 0.5; }
.checkbox__input[disabled="disabled"] + .checkbox__label:before {
        border-color: #c6c6c6; }
.radio {
  line-height: 1; }
.radio__input {
    display: none; }
.radio__input:checked + .radio__label:before {
      border-width: 6px;
      border-color: #2aa144; }
.radio__label {
    display: inline-block;
    vertical-align: top;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 18px;
    line-height: 22px;
    cursor: pointer;
    position: relative;
    padding-left: 28px;
    min-height: 20px;
    color: #000; }
.radio__label:before {
      top: 0;
      content: "";
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      position: absolute;
      border-radius: 50%;
      left: 0;
      height: 20px;
      width: 20px;
      background-color: #fff;
      border: 1px solid #d4d4d4;
      -webkit-transition: border-width 0.15s ease, border-color 0.15s ease;
      transition: border-width 0.15s ease, border-color 0.15s ease; }
.radio__label:hover:before {
      border-color: #9d9d9d; }
.radio_min .radio__label {
    font-size: 16px;
    line-height: 20px; }
.hr {
  border: none;
  border-bottom: 1px solid #d4d4d4;
  margin-top: 31px;
  margin-bottom: 32px; }
.hr_form_big {
    margin-top: 31px;
    margin-bottom: 22px; }
.table {
  overflow-x: auto; }
.table__item {
    table-layout: auto;
    width: 100%;
    border-collapse: collapse; }
.table__th, .table__td {
    vertical-align: top; }
.table__th {
    vertical-align: top;
    font-weight: normal;
    color: #666;
    padding: 0 14px 20px;
    font-size: 14px;
    line-height: 18px;
    text-align: left;
    border-bottom: 1px solid #d4d4d4; }
.table__th_width_xsm {
      width: 44px;
      min-width: 44px; }
.table__th_width_sm {
      width: 140px;
      min-width: 110px; }
.table__th_width_little {
      width: 150px;
      min-width: 150px; }
.table__th_width_mid {
      width: 196px;
      min-width: 196px; }
.table__th_width_large {
      width: 250px;
      min-width: 250px; }
.table__th_width_big {
      width: 1100px;
      min-width: 300px; }
.table__th_align_bottom {
      vertical-align: bottom; }
.table__td {
    padding: 21px 14px;
    font-size: 16px;
    line-height: 22px;
    border-bottom: 1px solid #d4d4d4; }
.table__td_big-text {
      font-size: 18px; }
.table__bold {
    font-weight: bold; }
.action {
  text-decoration: none;
  white-space: nowrap;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
.action:hover .action__icon {
    color: #009621; }
.action:hover .action__text {
    color: #009621; }
.action__icon {
    fill: #2aa144;
    margin-right: 7px;
    margin-bottom: 1px; }
.action__text {
    font-size: 18px;
    line-height: 22px;
    color: #2aa144;
    border-bottom: 1px dotted #2aa144;
    -webkit-transition: border-bottom-color 0.25s ease, color 0.25s ease;
    transition: border-bottom-color 0.25s ease, color 0.25s ease; }
.action_sm .action__text {
    font-size: 14px;
    line-height: 18px; }
.payment {
  padding-top: 10px;
  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;
  margin-bottom: -20px; }
.payment__item {
    margin-right: 20px;
    margin-bottom: 20px; }
.payment__img {
    max-height: 25px;
    display: block; }
.dropdown {
  position: relative; }
.dropdown__content {
    display: none;
    padding-top: 5px;
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1; }
.dropdown__list {
    background-color: #fff;
    padding: 3px 0;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
    border-radius: 2px; }
.dropdown__link {
    position: relative;
    display: block;
    font-size: 18px;
    line-height: 26px;
    text-decoration: none;
    padding: 7px 16px;
    color: #000;
    word-wrap: break-word;
    -webkit-transition: color 0.25s ease, background-color 0.25s ease;
    transition: color 0.25s ease, background-color 0.25s ease; }
.dropdown__link:hover {
      color: #009621; }
.dropdown_type_light .dropdown__list {
    padding: 6px;
    background-color: #fff;
    -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
            box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
    z-index: 10; }
.dropdown_type_light .dropdown__item {
    margin-bottom: 3px; }
.dropdown_type_light .dropdown__item:last-child {
      margin-bottom: 0;
      border-right: none; }
.dropdown_type_light .dropdown__link {
    border-radius: 2px;
    color: #000;
    font-size: 19px;
    line-height: 23px;
    padding: 5px 10px 8px;
    border-right: none; }
.dropdown_type_light .dropdown__link:hover {
      background-color: #f4f4f4; }
.dropdown_opened .dropdown__content {
    display: block; }
.answer {
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
  padding-left: 30px;
  position: relative; }
.answer:last-child {
    margin-bottom: 0; }
.answer__icon {
    position: absolute;
    top: 4px;
    left: 0; }
.answer_correct {
    color: #2aa144; }
.answer_correct .answer__icon {
      fill: #2aa144; }
.answer_incorrect {
    color: #ef2222; }
.answer_incorrect .answer__icon {
      fill: #ef2222; }
.description__short {
  font-size: 19px;
  line-height: 26px; }
.description__bottom {
  font-size: 19px;
  line-height: 26px; }
.description__collapse {
  display: none; }
.description__content {
  padding-top: 17px; }
.description.js-expand_opened .description__collapse {
  display: inline; }
.description.js-expand_opened .description__expand {
  display: none; }
.file-error__top {
  display: none;
  margin-bottom: 14px; }
.file-error__title {
  color: #ff4f4f;
  font-size: 16px;
  line-height: 22px; }
.file-error__icon {
  fill: #ff4f4f;
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin-right: 8px; }
.file-error__text {
  font-size: 16px;
  line-height: 22px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  color: #ff4f4f; }
.file-error__item {
  display: none; }
.file-error_show {
  padding: 19px 17px 23px;
  background-color: #f9ebeb; }
.file-error_show .file-error__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
.file-error_show .file-error__item {
    display: block; }
@media (min-width: 370px) {
    .swiper-button-prev, .swiper-button-next {
      width: 50px; } }
@media (min-width: 380px) {
    .btn_media_big {
      padding: 12px 21px 14px;
      font-size: 20px; } }
@media (min-width: 480px) and (max-width: 1023px) {
    .form_media_sm .form__cell_index {
      width: 100%;
      margin-bottom: 15px; }
    .form_media_sm .form__cell_city {
      width: 50%; }
    .form_media_sm .form__cell_street {
      width: 50%; } }
@media (min-width: 516px) {
  .news_sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
  .news_sm .news__cell {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    margin-bottom: 0; }
    .news_sm .news__cell:nth-child(n+3) {
      margin-top: 32px; }
  .news_sm .news__title {
    font-size: 18px;
    line-height: 24px; } }
@media (min-width: 576px) and (max-width: 991px) {
      .screen__side:after {
        left: 30px;
        right: 30px; }
  .grid_items .grid__cell {
    margin-bottom: 38px; }
    .grid_items .grid__cell:last-child {
      margin-bottom: 0; } }
@media (min-width: 576px) {
      .page-header__base {
        padding-right: 25px; }
      .page-header__enter-mob {
        padding-left: 30px; }
      .page-footer__nav {
        min-height: 140px;
        padding-top: 36px;
        padding-bottom: 36px; }
      .page-footer__side {
        padding-top: 54px;
        padding-bottom: 54px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .page-footer__item {
      margin-right: 22px; }
      .page-footer__item:last-child {
        margin-right: 0; }
    .page-footer__base {
      padding-top: 54px;
      padding-bottom: 54px;
      margin-left: auto;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .page__content {
        padding-top: 35px;
        padding-bottom: 48px; }
    .box {
      padding-left: 30px;
      padding-right: 30px; }
  .f-nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .f-nav__item {
    margin: 3px 30px 3px 0; }
    .f-nav__item:last-child {
      margin-right: 0; }
      .nav__item_auth .nav__arrow {
        display: inline-block; }
      .nav__link {
        padding-left: 30px;
        padding-right: 30px; }
      .nav__sub-link {
        padding-left: 48px;
        padding-right: 30px; }
      .screen__box {
        min-height: 300px; }
      .title_mb_big {
        margin-bottom: 39px; }
      .title_mb_mid {
        margin-bottom: 34px; }
      .title_mb_sm {
        margin-bottom: 25px; }
      .title_mb_xsm {
        margin-bottom: 14px; }
      .paginator_pages {
        margin-top: 38px; }
    .top {
      margin-bottom: 30px; }
      .top_big {
        margin-bottom: 37px; }
    .item__picture {
      position: absolute;
      top: 0;
      right: -60px;
      bottom: 0;
      padding-top: 20px;
      padding-bottom: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .item_pic {
        overflow: hidden;
        padding-right: 220px; }
    .mb_sm {
      margin-bottom: 25px; }
    .mb_mid {
      margin-bottom: 34px; }
    .mb_large {
      margin-bottom: 43px; }
    .swiper-container {
      margin-left: -250px;
      margin-right: -250px; }
    .caption_mid {
      margin-bottom: 34px; }
      .map__container {
        padding-left: 30px;
        padding-right: 30px; }
      .map__unit {
        width: 284px; }
      .map_contact .map__wrap {
        height: 530px; }
      .form__note {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
    .form__inline {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .form__inline-input {
      width: 225px;
      margin-right: 15px; }
      .form__inline-btn {
        margin-top: 0;
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .sep__side {
      margin-bottom: 30px; }
      .tabs__nav {
        margin-bottom: 32px; }
      .tabs_form {
        margin-bottom: 32px; }
      .tabs_prog {
        margin-bottom: 32px; }
    .res__header {
      margin-bottom: 10px; }
    .btn-line_popup {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .btn-line_popup .btn-line__item {
      margin-right: 22px;
      margin-bottom: 0; }
      .btn-line_popup .btn-line__item:last-child {
        margin-right: 0; }
      .line__base {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        border-left: 1px solid #d4d4d4;
        padding-left: 25px;
        margin-left: 25px; }
      .line__scale {
        margin-right: 32px; }
    .line_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .line_result {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      .line_result .line__side {
        margin-top: 0; }
    .hr {
      margin-top: 42px;
      margin-bottom: 43px; }
      .hr_form_big {
        margin-top: 42px;
        margin-bottom: 33px; } }
@media (min-width: 616px) {
    .page-footer__item {
      margin-right: 37px; }
      .page-footer__item:last-child {
        margin-right: 0; } }
@media (min-width: 632px) and (max-width: 767px) {
    .hotels__bottom {
      width: 30%; } }
@media (min-width: 632px) and (max-width: 991px) {
  .news_mid .news__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .news_mid .news__figure {
    width: 40%;
    margin-right: 25px; }
  .news_mid .news__base {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .hotels__cell {
      margin-bottom: 34px; }
      .hotels__cell:last-child {
        margin-bottom: 0; }
    .hotels__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; }
  .hotels__info {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; }
    .hotels__bottom {
      margin-top: 0;
      padding-top: 5px;
      margin-right: 25px; }
    .hotels__title {
      font-size: 22px;
      line-height: 27px; }
    .hotels__desc {
      margin-top: 15px; }
    .btn-wrap_hotels {
      margin-top: 30px; } }
@media (min-width: 660px) {
    .grid_desc {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -15px;
      margin-right: -15px; }
    .grid_desc .grid__cell {
      max-width: 450px;
      width: 50%;
      padding-left: 15px;
      padding-right: 15px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .grid_desc .grid__cell:nth-child(n+3) {
        margin-top: 30px; } }
@media (min-width: 680px) {
  .programs__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: -20px;
    margin-right: -20px; }
    .programs__cell {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding-left: 20px;
      padding-right: 20px;
      width: 50%; }
      .programs__cell:nth-child(n+3) {
        margin-top: 40px; }
  .programs__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .programs__desc {
      overflow: hidden;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .programs__desc:after {
        content: ''; }
  .programs_dates .programs__item {
    height: 270px; }
  .programs_dates .programs__container {
    position: absolute;
    top: 17px;
    left: 23px;
    right: 23px;
    bottom: 23px; }
  .programs_tests .programs__item {
    height: 510px; }
  .programs_tests .programs__container {
    position: absolute;
    top: 17px;
    left: 23px;
    right: 23px;
    bottom: 5px; } }
@media (min-width: 1200px) and (max-width: 1300px), (min-width: 680px) and (max-width: 991px), (max-width: 440px) {
  .programs_tests .programs__result {
    display: block; }
  .programs_tests .programs__side {
    margin-top: 21px;
    margin-left: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    width: auto; }
  .programs_tests .programs__note {
    margin-top: 0;
    margin-left: 9px; } }
@media (min-width: 696px) {
  .grid_cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-left: -22px;
    margin-right: -22px; }
  .grid_cards .grid__cell {
    width: 50%;
    padding-left: 22px;
    padding-right: 22px; } }
@media (min-width: 696px) and (max-width: 1111px) {
  .grid_cards .grid__cell:nth-child(n+3) {
    margin-top: 44px; } }
@media (min-width: 726px) and (max-width: 991px), (min-width: 1800px) {
      .item__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .item__side {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-right: 30px; }
        .item_bg .item__btn {
          margin-top: 0; } }
@media (min-width: 768px) and (max-width: 991px) {
    .hotels__bottom {
      width: 40%; } }
@media (min-width: 768px) {
    .desc {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; } }
@media (min-width: 922px) {
  .news_big {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -21px;
    margin-right: -21px; }
  .news_big .news__cell {
    width: 50%;
    padding-left: 21px;
    padding-right: 21px;
    margin-bottom: 0; }
  .news_big .news__figure {
    margin-bottom: 16px; }
  .news_big .news__title {
    font-size: 28px;
    line-height: 38px; }
  .news_big .news__date {
    margin-top: 12px; } }
@media (min-width: 992px) {
      .page-header__top {
        height: 173px;
        padding-top: 25px;
        padding-bottom: 25px; }
      .page-header__box {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center; }
      .page-header__side {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        max-width: 1130px; }
      .page-header__base {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        padding-right: 0;
        margin-left: auto; }
    .page-header__nav {
      background-color: #efefef; }
    .logo {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .logo__img {
        width: 70px;
        height: 60px; }
      .logo__desc {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        display: block;
        font-size: 14px;
        line-height: 18px;
        padding-left: 20px; }
    .btn_media_more {
      padding: 12px 21px 14px;
      font-size: 20px; }
      .page__content {
        padding-top: 39px;
        padding-bottom: 51px; }
    .box {
      padding-left: 50px;
      padding-right: 50px; }
  .unit {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .unit {
    margin-left: -15px;
    margin-right: -15px; }
    .unit__item {
      width: 33.333%;
      padding-left: 15px;
      padding-right: 15px; }
      .nav__item_right .nav__dropdown {
        left: auto;
        right: 0; }
        .nav__item_auth > .nav__link {
          padding-left: 0;
          padding-right: 0; }
      .nav__item_auth .nav__text {
        position: relative;
        max-width: 160px;
        padding-right: 20px;
        text-overflow: ellipsis;
        overflow: hidden;
        white-space: nowrap; }
      .nav__item_auth .nav__arrow {
        position: absolute;
        right: 0;
        top: 50%;
        margin-top: -3px; }
      .nav__item_sub .nav__link:hover .nav__arrow {
        fill: #009621; }
      .nav__link {
        padding: 3px 16px 2px; }
        .nav__link:hover {
          color: #009621; }
      .nav__arrow {
        display: none; }
      .nav__dropdown {
        padding-top: 11px;
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1; }
      .nav__submenu {
        padding-top: 3px;
        padding-bottom: 9px;
        -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
                box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
        border-radius: 2px; }
    .nav__sub-item_category {
      display: none; }
      .nav__sub-link {
        padding: 7px 16px;
        white-space: nowrap; }
        .nav__sub-link:hover {
          color: #009621; }
    .nav_main .nav__list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      padding-top: 11px;
      padding-bottom: 17px;
      margin-left: -16px;
      margin-right: -16px; }
    .nav_main .nav__item {
      margin-right: 2px; }
      .nav_side .nav__link {
        font-size: 21px;
        line-height: 28px; }
    .nav_side .nav__arrow {
      display: inline-block; }
      .nav_side .nav__submenu {
        -webkit-box-shadow: none;
                box-shadow: none;
        padding-top: 4px;
        padding-bottom: 6px;
        border-radius: 0; }
    .nav_desktop-hidden {
      display: none; }
    .nav-btn {
      display: none; }
    .search {
      position: relative;
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1;
      height: 46px; }
      .search__input {
        border-color: #c5c5c5;
        border-radius: 2px;
        height: 46px;
        padding: 6px 117px 10px 14px; }
      .search__submit {
        display: block;
        color: #000;
        text-decoration: none;
        font-size: 17px;
        line-height: 20px;
        padding: 6px 8px 8px;
        -webkit-transition: color 0.25s ease;
        transition: color 0.25s ease; }
        .search__submit:hover {
          color: #009621; }
      .search__cell {
        position: relative;
        padding-right: 6px;
        padding-left: 6px;
        margin-left: 6px; }
        .search__cell:after {
          content: '';
          position: absolute;
          top: 50%;
          left: 0;
          margin-top: -8px;
          background-color: #e7e7e7;
          width: 1px;
          height: 16px; }
    .screen {
      margin-bottom: 40px;
      background-position: center bottom;
      background-size: cover;
      background-repeat: no-repeat;
      background-image: url("/assets/index/img/screen_01.jpg"); }
      .screen__box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        min-height: 582px; }
    .screen__inner {
      padding: 60px 80px; }
      .screen__side {
        margin-top: 45px; }
      .screen__title {
        font-size: 50px;
        margin-bottom: 33px; }
        .screen__title_mob {
          display: none; }
      .screen__desc {
        display: block;
        color: #fff;
        font-size: 21px;
        line-height: 32px; }
      .screen__btn {
        margin-top: 32px; }
      .screen__caption {
        color: #fff;
        font-size: 32px;
        margin-bottom: 26px; }
  .fact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .fact__item {
      margin-bottom: 44px;
      color: #fff; }
      .fact__item:last-child {
        margin-bottom: 0; }
    .fact__item {
      margin-right: 78px;
      margin-bottom: 0; }
      .fact__item:last-child {
        margin-right: 0; }
    .fact__value {
      max-width: 235px;
      word-wrap: break-word; }
  .news_mid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -21px;
    margin-right: -21px; }
  .news_mid .news__cell {
    width: 33.33%;
    padding-left: 21px;
    padding-right: 21px;
    margin-bottom: 0; }
  .news_mid .news__figure {
    margin-bottom: 13px; }
  .news_mid .news__title {
    font-size: 21px;
    line-height: 28px; }
  .news_mid .news__date {
    margin-top: 8px; }
  .news_sm .news__cell {
    width: 25%; }
    .news_sm .news__cell:nth-child(n+3) {
      margin-top: 0; }
  .news_sm .news__figure {
    margin-bottom: 13px; }
  .news_sm .news__title {
    font-size: 16px;
    line-height: 22px; }
  .news_sm .news__date {
    margin-top: 8px; }
      .title_main {
        font-size: 42px; }
      .title_big {
        font-size: 42px; }
      .title_mid {
        font-size: 38px; }
      .title_sm {
        font-size: 30px; }
      .title_xsm {
        font-size: 24px; }
      .title_light {
        font-size: 24px; }
      .title_upper {
        font-size: 20px; }
      .title_mb_big {
        margin-bottom: 48px; }
      .title_mb_mid {
        margin-bottom: 39px; }
      .title_mb_sm {
        margin-bottom: 29px; }
      .title_mb_xsm {
        margin-bottom: 14px; }
      .paginator_pages {
        margin-top: 41px; }
    .top {
      margin-bottom: 38px; }
      .top_big {
        margin-bottom: 47px; }
    .item {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
      .item__title {
        font-size: 34px;
        line-height: 40px; }
      .item__desc {
        font-size: 21px;
        line-height: 28px; }
      .item_bg {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        .item_bg .item__inner {
          padding: 22px 29px 31px; }
      .item_pic {
        padding-right: 156px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; }
        .item_pic .item__inner {
          padding: 22px 29px 31px; }
      .item_pic .item__picture {
        right: -119px; }
    .layout__row {
      margin-bottom: 43px; }
      .layout__row:last-child {
        margin-bottom: 0; }
    .grid_desc {
      margin-left: -22px;
      margin-right: -22px; }
    .grid_desc .grid__cell {
      max-width: 462px;
      padding-left: 22px;
      padding-right: 22px; }
      .grid_desc .grid__cell:nth-child(n+3) {
        margin-top: 44px; }
  .grid_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -20px;
    margin-right: -20px; }
  .grid_items .grid__cell {
    width: 50%;
    padding-left: 20px;
    padding-right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column; }
    .mb_sm {
      margin-bottom: 29px; }
    .mb_mid {
      margin-bottom: 39px; }
    .mb_large {
      margin-bottom: 51px; }
    .mb_xlarge {
      margin-bottom: 52px; }
  .hotels {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: -21px;
    margin-right: -21px; }
    .hotels__cell {
      width: 33.33%;
      padding-left: 21px;
      padding-right: 21px;
      margin-bottom: 0; }
    .hotels__bottom {
      margin-top: 42px; }
    .hotels__title {
      font-size: 34px;
      line-height: 42px; }
    .hotels__desc {
      margin-top: 35px; }
    .swiper-container {
      margin-left: -270px;
      margin-right: -270px; }
    .swiper-button-prev, .swiper-button-next {
      width: 60px; }
    .caption_mid {
      margin-bottom: 39px; }
    .programs__btn {
      margin-top: 50px; }
  .programs_dates .programs__item {
    height: 310px; }
  .programs_tests .programs__container {
    top: 25px;
    left: 33px;
    right: 33px;
    bottom: 5px; }
  .programs_tests .programs__desc {
    font-size: 23px;
    line-height: 32px; }
      .map__container {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding-left: 50px;
        padding-right: 50px; }
      .map__unit {
        padding: 22px 21px 29px; }
      .map__caption {
        display: none; }
      .map__content {
        display: block !important; }
      .form__bottom {
        margin-top: 35px; }
        .form__bottom_sm {
          margin-top: 29px; }
        .form__icon_list {
          width: 45px;
          height: 57px; }
      .form__wrapper {
        padding: 33px 38px 42px; }
      .form__header {
        margin-bottom: 36px; }
      .form__side {
        padding-top: 4px;
        margin-right: 22px; }
      .form__title {
        font-size: 34px;
        line-height: 37px; }
      .form__desc {
        margin-top: 4px; }
    .form__grid_media_part {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -10px;
      margin-right: -10px; }
    .form__grid_media_part .form__cell {
      width: 33.33%;
      padding-left: 10px;
      padding-right: 10px; }
    .form__grid_media_field {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
      margin-left: -9px;
      margin-right: -9px; }
    .form__grid_media_field .form__cell {
      width: 50%;
      padding-left: 9px;
      padding-right: 9px; }
      .form__flex {
        margin-top: 10px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end; }
      .form__flex_extra .form__label {
        display: none; }
    .form__fields {
      width: 78%; }
      .form__action {
        margin-top: 0;
        width: 18%;
        padding-left: 21px;
        height: 46px; }
      .form_color .form__row {
        margin-top: 20px; }
        .form_color .form__row:first-child {
          margin-top: 0; }
    .form_size_big .form__row {
      margin-top: 32px; }
      .form_size_big .form__row:first-child {
        margin-top: 0; }
    .form_size_big .form__label {
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 13px; }
    .form_size_big .form__required .form__label:after {
      margin: -4px 1px 0 6px;
      font-size: 20px; }
    .sep__side {
      margin-bottom: 41px; }
    .content {
      font-size: 21px;
      line-height: 30px; }
    .content_big {
      font-size: 24px;
      line-height: 34px; }
      .content h2, .content h3, .content h4, .content h5, .content h6 {
        margin-top: 37px;
        margin-bottom: 37px; }
        .content h2:first-child, .content h3:first-child, .content h4:first-child, .content h5:first-child, .content h6:first-child {
          margin-top: 0; }
      .content h2 {
        font-size: 36px;
        line-height: 41px; }
      .content h3 {
        font-size: 30px;
        line-height: 38px; }
      .content h4 {
        font-size: 24px;
        line-height: 30px; }
      .content h5 {
        font-size: 22px;
        line-height: 28px; }
      .content h6 {
        font-size: 20px;
        line-height: 26px; }
      .content p, .content ul, .content ol, .content blockquote {
        margin-bottom: 32px; }
        .content p:last-child, .content ul:last-child, .content ol:last-child, .content blockquote:last-child {
          margin-bottom: 0; }
      .content ul {
        padding-left: 35px; }
        .content ul li:before {
          top: 13px;
          left: -21px; }
      .content ol li:before {
        font-size: 21px; }
    .info {
      margin-top: 26px; }
    .btn-wrap_hotels {
      margin-top: 48px; }
    .btn-wrap_news {
      margin-top: 43px; }
      .tabs__nav {
        margin-bottom: 36px; }
    .tabs_resp .tabs__list {
      display: -webkit-inline-box !important;
      display: -ms-inline-flexbox !important;
      display: inline-flex !important; }
      .tabs_form {
        margin-bottom: 36px; }
      .tabs_prog {
        margin-bottom: 45px; }
    .more {
      margin-top: 7px;
      font-size: 21px; }
      .message__icon {
        margin-top: 3px; }
        .message__icon_alert {
          margin-top: 6px;
          margin-right: 20px; }
      .message__text {
        font-size: 21px;
        line-height: 30px; }
      .message_color {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding: 14px 22px 19px; }
        .message_color .message__text {
          margin-top: 0;
          font-size: 24px;
          line-height: 32px; }
      .message_alert .message__text {
        font-size: 21px;
        line-height: 26px; }
    .message_big .message__text {
      font-size: 24px;
      line-height: 30px; }
      .message_big .message__icon_success {
        width: auto;
        height: auto;
        margin-right: 19px; }
    .faq__item {
      padding-left: 25px;
      margin-bottom: 31px; }
      .faq__item:last-child {
        margin-bottom: 0; }
    .faq__caption {
      font-size: 23px;
      line-height: 30px; }
    .faq__box {
      padding-top: 40px; }
    .faq__icon {
      top: 8px;
      width: 12px;
      height: 19px; }
    .faq_sm .faq__item {
      padding-left: 25px;
      margin-bottom: 12px; }
      .faq_sm .faq__item:last-child {
        margin-bottom: 0; }
    .res__header {
      margin-bottom: 17px; }
    .board__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      padding: 24px 26px 28px;
      margin-bottom: 21px; }
      .board__item:last-child {
        margin-bottom: 0; }
    .board__cell_date {
      width: 340px;
      padding-right: 90px; }
      .board__cell_caption {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1;
        padding-left: 11px; }
    .board__cell_price {
      width: 180px;
      padding-left: 30px;
      text-align: right;
      padding-top: 6px; }
    .board__note {
      position: absolute;
      top: 5px;
      left: 0;
      -webkit-transform: translate(-100%);
              transform: translate(-100%); }
    .b-search {
      margin-bottom: 44px; }
    .results__item {
      margin-bottom: 39px; }
      .results__item:last-child {
        margin-bottom: 0; }
    .results__title {
      font-size: 26px;
      line-height: 34px; }
      .paper__item {
        margin-bottom: 16px; }
        .paper__item:last-child {
          margin-bottom: 0; }
      .paper__icon {
        margin-top: 4px; }
      .paper__title {
        font-size: 21px;
        line-height: 30px; }
      .paper__value {
        margin-top: 2px; }
      .paper_content {
        margin-top: 35px;
        margin-bottom: 45px; }
    .desc {
      padding: 25px 37px 40px; }
      .desc__content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
      .desc__bottom {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-top: 42px; }
      .desc__text {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
      .desc__rating {
        margin-top: 0;
        margin-left: 25px; }
      .desc__logo {
        margin-top: 0;
        margin-left: auto; }
    .trip {
      text-align: center;
      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;
      padding: 21px 30px 29px; }
      .trip__points {
        margin-top: 0;
        margin-left: 19px;
        -webkit-transform: translateY(1px);
                transform: translateY(1px); }
      .trip__rating {
        margin-top: 0;
        margin-left: 12px; }
      .pswp__caption {
        min-height: 66px; }
      .pswp__caption__center {
        font-size: 21px;
        padding-right: 40px;
        padding-left: 40px; }
    .btn-line_wide {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .btn-line_wide .btn-line__item {
      margin-right: 22px;
      margin-bottom: 0; }
      .btn-line_wide .btn-line__item:last-child {
        margin-right: 0; }
  .step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: -10px; }
    .step__item {
      margin-top: 10px;
      margin-right: 58px; }
      .step__item:last-child:after {
        content: none; }
      .step__item:after {
        content: '';
        position: absolute;
        top: 50%;
        margin-top: -9px;
        right: -36px;
        width: 11px;
        height: 20px;
        background-image: url("/assets/index/img/arrow_step.svg"); }
    .bar__item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      margin-bottom: 25px;
      padding: 22px 25px 23px; }
      .bar__item:last-child {
        margin-bottom: 0; }
  .bar__base {
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
    margin-right: 30px;
    padding-bottom: 2px; }
    .bar__side {
      margin-top: 0;
      margin-left: auto; }
    .bar__side_flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
    .bar__title {
      font-size: 21px;
      line-height: 29px; }
    .bar__counter {
      text-align: right;
      margin-right: 25px; }
    .bar__answers {
      margin-top: 0;
      width: 140px; }
    .pact__item {
      padding: 25px 32px 32px; }
  .pact__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
    .pact__side {
      margin-top: 0;
      margin-left: 30px;
      padding-top: 5px; }
    .pact__title {
      font-size: 30px; }
      .expand__header {
        padding-left: 25px; }
      .expand__box {
        padding-top: 32px; }
    .hr {
      margin-top: 48px;
      margin-bottom: 49px; }
      .hr_form_big {
        margin-top: 48px;
        margin-bottom: 39px; }
    .description__short {
      font-size: 21px;
      line-height: 30px; }
    .description__bottom {
      font-size: 21px;
      line-height: 30px; }
    .description__content {
      padding-top: 33px; } }
@media (min-width: 992px) and (max-width: 1365px), (min-width: 1580px) {
  .programs_dates .programs__container {
    top: 25px;
    left: 33px;
    right: 33px;
    bottom: 32px; }
  .programs_dates .programs__desc {
    font-size: 23px;
    line-height: 32px; } }
@media (min-width: 1024px) {
      .logo__img {
        width: 99px;
        height: 84px; } }
@media (min-width: 1052px) {
      .item_pic {
        padding-right: 172px; }
      .item_pic .item__picture {
        right: -99px; } }
@media (min-width: 1112px) and (max-width: 1699px) {
  .grid_cards .grid__cell:nth-child(n+4) {
    margin-top: 44px; } }
@media (min-width: 1112px) {
      .item_pic {
        padding-right: 205px; }
      .item_pic .item__picture {
        right: -65px; }
  .grid_cards .grid__cell {
    width: 33.33%; } }
@media (min-width: 1200px) {
      .logo__img {
        width: 123px;
        height: 104px; }
      .logo__desc {
        font-size: 16px;
        line-height: 22px; }
      .page__content {
        padding-bottom: 55px; }
    .nav_side .nav__dropdown {
      padding-top: 0;
      position: relative;
      top: auto;
      left: 0;
      z-index: auto; }
    .breadcrumbs {
      padding-top: 8px; }
    .screen__inner {
      padding: 60px 80px; }
      .screen__title {
        font-size: 56px;
        margin-bottom: 38px; }
  .news_mid .news__figure {
    margin-bottom: 14px; }
  .news_mid .news__title {
    font-size: 23px;
    line-height: 32px; }
  .news_mid .news__date {
    margin-top: 9px; }
  .news_sm .news__figure {
    margin-bottom: 14px; }
  .news_sm .news__title {
    font-size: 20px;
    line-height: 28px; }
  .news_sm .news__date {
    margin-top: 9px; }
      .paginator_pages {
        margin-top: 48px; }
      .item__desc {
        line-height: 30px; }
        .item_bg .item__inner {
          min-height: 270px;
          padding: 25px 40px 38px; }
      .item_bg .item__title {
        width: 75%; }
        .item_bg .item__title br {
          display: inline; }
        .item_pic .item__inner {
          padding: 25px 32px 34px; }
    .layout__row {
      margin-bottom: 57px; }
      .layout__row:last-child {
        margin-bottom: 0; }
  .grid_items {
    margin-left: -22px;
    margin-right: -22px; }
  .grid_items .grid__cell {
    padding-left: 22px;
    padding-right: 22px; }
    .swiper-container {
      margin-left: -300px;
      margin-right: -300px; }
  .sep {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
      .sep__side_mob-hide {
        display: block; }
    .sep__side {
      width: 330px;
      display: block;
      padding-top: 8px;
      padding-right: 40px;
      margin-bottom: 0; }
    .sep__base {
      width: calc(100% - 330px); }
    .board__item {
      padding: 30px 34px 34px; }
    .board__cell_date {
      width: 425px; }
    .board__note {
      top: 6px; }
    .board__link {
      font-size: 21px;
      line-height: 30px; }
      .card__content {
        padding: 25px 29px 32px; }
      .card__desc {
        margin-top: 19px;
        font-size: 21px;
        line-height: 30px; }
      .card__bottom {
        margin-top: 29px;
        padding-top: 32px; }
      .card__row {
        margin-top: 24px; }
        .card__row:first-child {
          margin-top: 0; }
      .card__price {
        font-size: 32px; }
      .card__value {
        margin-left: 9px; }
      .pswp__caption {
        min-height: 90px; }
      .pswp__caption__center {
        font-size: 24px;
        max-width: 1020px; } }
@media (min-width: 1320px) {
      .page-header__side {
        -webkit-box-flex: 0;
            -ms-flex: 0 auto;
                flex: 0 auto;
        width: 55%; }
      .logo__desc {
        font-size: 18px;
        line-height: 25px; } }
@media (min-width: 1366px) {
  .programs_dates .programs__cell {
    width: 25%; }
    .programs_dates .programs__cell:nth-child(n+3) {
      margin-top: 0; } }
@media (min-width: 1400px) {
    .grid_desc .grid__cell {
      width: 33.33%; }
      .grid_desc .grid__cell:nth-child(n+3) {
        margin-top: 0; } }
@media (min-width: 1580px) {
  .programs_dates .programs__item {
    height: 416px; } }
@media (min-width: 1600px) {
    .sep__side {
      width: calc((100% - 876px)/2);
      padding-right: 54px; }
    .sep__base {
      width: 876px;
      -webkit-box-flex: 0;
          -ms-flex: 0 auto;
              flex: 0 auto; }
  .sep_wide .sep__base {
    width: auto;
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1; } }
@media (min-width: 1700px) {
  .grid_cards .grid__cell {
    width: 25%; }
    .grid_cards .grid__cell:nth-child(n+5) {
      margin-top: 44px; } }
@media (min-width: 1800px) {
      .page-header__side {
        width: 63%; }
    .page-footer__info {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
    .page-footer__base {
      padding-left: 6%; }
      .logo__desc {
        font-size: 19px;
        line-height: 26px; }
    .box {
      padding-left: 60px;
      padding-right: 60px; }
    .screen {
      margin-bottom: 60px; }
    .screen__inner {
      padding-left: 110px;
      padding-right: 110px; }
    .screen__flex {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      .screen__side {
        margin-top: -85px; }
      .screen__base {
        padding-right: 125px; }
      .screen__title {
        font-size: 71px;
        margin-bottom: 40px; }
      .screen__btn {
        margin-top: 49px; }
      .screen__caption {
        text-align: center; }
  .news_sm .news__title {
    font-size: 23px;
    line-height: 32px; }
      .item_bg .item__bottom {
        margin-top: 30px; }
      .item_pic {
        padding-right: 265px; }
      .item_pic .item__picture {
        right: -20px; }
      .item_light .item__picture {
        right: -50px; }
    .mb_xlarge {
      margin-bottom: 82px; }
    .hotels__desc {
      margin-top: 37px; }
    .swiper-container {
      margin-left: -400px;
      margin-right: -400px; }
    .programs__btn {
      margin-top: 58px; }
  .programs_tests .programs__item {
    height: 572px; }
      .map__container {
        padding-left: 60px;
        padding-right: 60px; } }
@media (min-width: 1900px) {
  .programs_tests .programs__cell {
    width: 33.333%; }
    .programs_tests .programs__cell:nth-child(n+3) {
      margin-top: 0; }
    .programs_tests .programs__cell:nth-child(n+4) {
      margin-top: 40px; } }
@media (max-width: 575px) {
      .page-header__enter-mob {
        padding-left: 20px; }
      .page-footer__side {
        padding-top: 30px;
        padding-bottom: 30px; }
    .page-footer__item {
      margin-bottom: 22px; }
      .page-footer__item:last-child {
        margin-bottom: 0; }
    .page-footer__base {
      padding-top: 30px;
      padding-bottom: 30px; }
  .f-nav__item {
    margin-bottom: 14px; }
    .f-nav__item:last-child {
      margin-bottom: 0; }
      .nav__link {
        padding-left: 20px;
        padding-right: 20px; }
      .nav__sub-link {
        padding-left: 38px;
        padding-right: 20px; }
      .screen__box {
        min-height: 198px; }
      .screen__side:after {
        left: 20px;
        right: 20px; }
    .item__picture {
      padding-top: 29px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      .item__img {
        max-width: 100%; }
  .grid_items .grid__cell {
    margin-bottom: 32px; }
    .grid_items .grid__cell:last-child {
      margin-bottom: 0; }
      .form__note {
        margin-top: 10px; }
      .form__inline-btn .btn {
        width: 100%; }
    .btn-line_popup {
      display: block; }
      .line__base {
        margin-top: 25px;
        padding-top: 20px;
        border-top: 1px solid #d4d4d4; } }
@media (max-width: 659px) {
    .grid_desc .grid__cell:nth-child(n+2) {
      margin-top: 40px; } }
@media screen and (max-width: 1199px) {
    .blazon {
      display: none; } }
@media (max-width: 696px) {
  .grid_cards .grid__cell {
    margin-bottom: 36px; }
    .grid_cards .grid__cell:last-child {
      margin-bottom: 0; } }
@media (max-width: 991px) {
    .page-header {
      background-color: #fff; }
      .page-header__top {
        height: 51px;
        border-bottom: 1px solid #e3e3df; }
      .page-header__base {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                flex: 1; }
    .page-header__nav {
      -webkit-transform: scale(0);
              transform: scale(0);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
      transition: visibility 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
      transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease;
      transition: visibility 0s ease 0.3s, transform 0s ease 0.3s, opacity 0.3s ease, -webkit-transform 0s ease 0.3s;
      position: absolute;
      top: 51px;
      left: 0;
      right: 0;
      padding-bottom: 23px;
      background-color: #fff;
      z-index: 1000; }
      .page-header__auth {
        display: none; }
  .nav-opened .page-header__nav {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    -webkit-user-select: auto;
       -moz-user-select: auto;
        -ms-user-select: auto;
            user-select: auto;
    -webkit-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease; }
  .nav-opened .overlay {
    height: 100%;
    width: 100%;
    opacity: .15;
    -webkit-transition: opacity 0.4s ease, width 0s ease 0s, height 0s ease 0s;
    transition: opacity 0.4s ease, width 0s ease 0s, height 0s ease 0s; }
    .box_phone_wide {
      padding-left: 0;
      padding-right: 0; }
    .unit__item {
      margin-bottom: 20px; }
      .unit__item:last-child {
        margin-bottom: 0; }
    .nav {
      -webkit-box-flex: 1;
          -ms-flex: 1;
              flex: 1; }
    .nav__list {
      padding-top: 14px; }
        .nav__item_auth > .nav__link + .nav__dropdown {
          padding-top: 5px; }
      .nav__link {
        padding-top: 7px;
        padding-bottom: 7px; }
      .nav__sub-link {
        padding-top: 8px;
        padding-bottom: 8px; }
    .nav_desktop-hidden {
      position: relative;
      margin-top: 12px;
      padding-top: 16px; }
      .nav_desktop-hidden:after {
        content: '';
        position: absolute;
        left: 20px;
        right: 20px;
        top: 0;
        border-top: 1px solid #d4d4d4; }
    .spec {
      display: none; }
      .screen__side {
        padding: 21px 30px 32px; }
        .screen__side:after {
          content: '';
          position: absolute;
          bottom: 0;
          border-bottom: 1px solid #dddcd3; }
      .screen__base {
        width: 100%;
        min-height: 198px;
        background-position: center bottom;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url("/assets/index/img/screen_01_mob.jpg");
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        padding: 28px 20px 28px; }
      .screen__title {
        text-align: center; }
        .screen__title_desktop {
          display: none; }
      .screen__caption {
        text-align: center;
        color: #000;
        font-size: 28px;
        margin-bottom: 13px; }
    .fact__item {
      color: #000; }
    .item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      .map__content {
        padding: 2px 21px 29px;
        display: none; }
    .form__grid_media_part .form__cell {
      margin-top: 15px; }
      .form__grid_media_part .form__cell:first-child {
        margin-top: 0; }
    .form__grid_media_field .form__cell {
      margin-top: 15px; }
      .form__grid_media_field .form__cell:first-child {
        margin-top: 0; }
    .tabs_resp .tabs__caption {
      display: block; }
    .tabs_resp .tabs__list {
      display: none;
      border: none;
      position: absolute;
      top: 100%;
      left: 0;
      right: 0;
      margin-top: 8px;
      padding: 6px;
      background-color: #fff;
      -webkit-box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
              box-shadow: 0 4px 9px 0 rgba(0, 0, 0, 0.11);
      z-index: 10; }
    .tabs_resp .tabs__item {
      margin-bottom: 3px; }
      .tabs_resp .tabs__item:last-child {
        margin-bottom: 0;
        border-right: none; }
    .tabs_resp .tabs__item_active .tabs__link {
      font-weight: bold;
      color: #2aa144;
      background-color: transparent; }
    .tabs_resp .tabs__link {
      border-radius: 2px;
      color: #000;
      font-size: 19px;
      line-height: 23px;
      padding: 5px 10px 8px;
      border-right: none; }
      .tabs_resp .tabs__link:hover {
        background-color: #f4f4f4; }
    .board__cell {
      margin-bottom: 20px; }
      .board__cell:last-child {
        margin-bottom: 0; }
    .board__cell_date {
      margin-bottom: 15px; }
      .board__cell_date:last-child {
        margin-bottom: 0; }
  .board__side {
    margin-bottom: 5px; }
    .step__item {
      margin-bottom: 17px; }
      .step__item:last-child {
        margin-bottom: 0; }
    .scale__counter {
      font-size: 45px; } }
@media (max-width: 1199px) {
    .nav_side {
      display: none; }
    .menu {
      display: none; } }
@media (max-width: 479px) {
    .form_media_sm .form__cell {
      width: 100%;
      margin-top: 15px; }
      .form_media_sm .form__cell:first-child {
        margin-top: 0; }
    .form_media_sm .form__row {
      display: block; }
    .form_media_sm .form__label {
      width: auto !important;
      padding-right: 0;
      min-height: 0;
      margin-bottom: 7px; }
    .form_media_sm .form__control {
      max-width: 100%; } }
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
      .page-footer__logo {
        background-image: url("/assets/index/img/logo_min@2x.png"); }
      .logo__img {
        background-image: url("/assets/index/img/logo@2x.png"); } }
@media (max-width: 768px) {
      .content blockquote {
        font-size: 20px;
        line-height: 28px;
        padding: 20px 24px 24px 24px;
        margin: 25px 0 26px 0; } }
@media (max-width: 679px) {
    .programs__cell {
      margin-bottom: 6px; }
      .programs__cell:last-child {
        margin-bottom: 0; }
  .programs_tests .programs__item {
    padding-bottom: 5px; } }
@media screen and (max-width: 620px) {
    .popup__box {
      width: 100%; }
    .popup__title {
      font-size: 24px;
      line-height: 28px; }
    .popup__close {
      top: 8px;
      right: 8px; } }
@media (max-width: 380px) {
    .scale__counter {
      font-size: 32px; }
    .scale__text {
      padding-top: 0; } }
@media screen and (max-width: 450px) {
  .google_translate_element {
    display: none; } }
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important;
    -webkit-box-shadow: none !important;
            box-shadow: none !important;
    text-shadow: none !important; }
  a,
  a:visited {
    text-decoration: underline !important; }
  a[href]:after {
    content: " (" attr(href) ")"; }
  a[href^='#']:after,
  a[href^='javascript:']:after {
    content: ''; }
  abbr[title]:after {
    content: " (" attr(title) ")"; }
  pre,
  blockquote {
    border: 1px solid #999 !important;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  img {
    max-width: 100% !important; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  table {
    border-collapse: collapse !important; }
    table td,
    table th {
      background-color: #fff !important; } }

/*# sourceMappingURL=style.min.css.map */
