@charset "UTF-8";
/*! normalize.css v6.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
   ========================================================================== */
/**
 * 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
   ========================================================================== */
/**
 * Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  margin: 0; }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */ }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * 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,
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; }

input[type="search"] {
  box-sizing: border-box; }

* {
  -webkit-tap-highlight-color: transparent; }

a,
button,
input,
keygen,
select,
textarea {
  font-family: inherit;
  outline-width: 0; }

li,
ol,
p,
ul {
  margin: 0; }

input,
textarea {
  border-radius: 0;
  background-color: transparent; }
  input::-ms-clear,
  textarea::-ms-clear {
    display: none; }

button {
  padding: 0;
  border: none;
  background-color: transparent; }

input:-webkit-autofill,
select:-webkit-autofill,
textarea:-webkit-autofill {
  -webkit-text-fill-color: #333;
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s; }
  input:-webkit-autofill:focus, input:-webkit-autofill:hover,
  select:-webkit-autofill:focus,
  select:-webkit-autofill:hover,
  textarea:-webkit-autofill:focus,
  textarea:-webkit-autofill:hover {
    -webkit-text-fill-color: #333;
    -webkit-box-shadow: 0 0 0 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s; }

h1 {
  margin: 0; }

h2 {
  margin: 0; }

h3 {
  margin: 0; }

h4 {
  margin: 0; }

h5 {
  margin: 0; }

h6 {
  margin: 0; }

.about-nav, .blog__list, .description__list, .chosen__nav, .breadcrumbs, .footer__list, .menu, .office__list, .pagination, .declaration__nav, .personal-sidebar__list, .slick-dots, .blog-section__nav, .section__nav {
  list-style: none;
  margin: 0;
  padding: 0; }

.about, .article, .blog__head, .blog__content, .cart, .chosen, .constructor, .message, .main, .breadcrumbs, .footer__container, .footer__bottom, .header__container, .more, .personal, .blog-section__container, .description-section__container, .partner-section__container, .promo__section, .section, .kupon, .price, .search {
  width: 1170px;
  margin: 0 auto; }
  @media only screen and (max-width: 1200px) {
    .about, .article, .blog__head, .blog__content, .cart, .chosen, .constructor, .message, .main, .breadcrumbs, .footer__container, .footer__bottom, .header__container, .more, .personal, .blog-section__container, .description-section__container, .partner-section__container, .promo__section, .section, .kupon, .price, .search {
      width: 100%;
      padding: 0 10px; } }

.account__view, .account__meet, .constructor__preview, .dialog__visit, .message__back, .payment-item__btn, .features__submit, .actions__button, .options__more {
  width: 100%;
  height: 38px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
  border-radius: 3px;
  border: 1px solid #ccc;
  font-size: 13px;
  color: #6a6c6f;
  font-weight: 600;
  text-transform: uppercase;
  cursor: pointer;
  background: #fff;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .account__view:hover, .account__meet:hover, .constructor__preview:hover, .dialog__visit:hover, .message__back:hover, .payment-item__btn:hover, .features__submit:hover, .actions__button:hover, .options__more:hover {
    background: #ff9500;
    color: #fff;
    border-color: #ff9500; }
    .account__view:hover svg, .account__meet:hover svg, .constructor__preview:hover svg, .dialog__visit:hover svg, .message__back:hover svg, .payment-item__btn:hover svg, .features__submit:hover svg, .actions__button:hover svg, .options__more:hover svg {
      fill: #fff; }
  .account__view:active, .account__meet:active, .constructor__preview:active, .dialog__visit:active, .message__back:active, .payment-item__btn:active, .features__submit:active, .actions__button:active, .options__more:active {
    background: #ea6c17;
    color: #fff;
    border-color: #ea6c17; }
    .account__view:active svg, .account__meet:active svg, .constructor__preview:active svg, .dialog__visit:active svg, .message__back:active svg, .payment-item__btn:active svg, .features__submit:active svg, .actions__button:active svg, .options__more:active svg {
      fill: #fff; }
  .account__view svg, .account__meet svg, .constructor__preview svg, .dialog__visit svg, .message__back svg, .payment-item__btn svg, .features__submit svg, .actions__button svg, .options__more svg {
    fill: #6a6c6f;
    margin-right: 14px;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; }

.account__message, .route__submit, .constructor__submit, .dialog__submit, .faq-form__submit, .header__add, .sign-in__submit, .filter__submit, .price__btn, .options__submit, .search-notice__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  color: #fff;
  font-weight: 600;
  text-transform: uppercase;
  width: 190px;
  height: 40px;
  background: #fa3d28;
  padding: 0 15px;
  border-radius: 3px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }
  .account__message:hover::before, .route__submit:hover::before, .constructor__submit:hover::before, .dialog__submit:hover::before, .faq-form__submit:hover::before, .header__add:hover::before, .sign-in__submit:hover::before, .filter__submit:hover::before, .price__btn:hover::before, .options__submit:hover::before, .search-notice__link:hover::before {
    -webkit-transform: skewX(-30deg) translate3d(0, 0, 0);
    transform: skewX(-30deg) translate3d(0, 0, 0); }
  .account__message:hover::after, .route__submit:hover::after, .constructor__submit:hover::after, .dialog__submit:hover::after, .faq-form__submit:hover::after, .header__add:hover::after, .sign-in__submit:hover::after, .filter__submit:hover::after, .price__btn:hover::after, .options__submit:hover::after, .search-notice__link:hover::after {
    -webkit-transform: skewX(-30deg) translate3d(0, 0, 0);
    transform: skewX(-30deg) translate3d(0, 0, 0); }
  .account__message:active::before, .route__submit:active::before, .constructor__submit:active::before, .dialog__submit:active::before, .faq-form__submit:active::before, .header__add:active::before, .sign-in__submit:active::before, .filter__submit:active::before, .price__btn:active::before, .options__submit:active::before, .search-notice__link:active::before {
    background: #ea6c17; }
  .account__message::before, .route__submit::before, .constructor__submit::before, .dialog__submit::before, .faq-form__submit::before, .header__add::before, .sign-in__submit::before, .filter__submit::before, .price__btn::before, .options__submit::before, .search-notice__link::before {
    content: '';
    display: block;
    background: #ff9200;
    width: 115%;
    height: 60px;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: skewX(-30deg) translate3d(95%, 0, 0);
    transform: skewX(-30deg) translate3d(95%, 0, 0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    z-index: -1; }
  .account__message::after, .route__submit::after, .constructor__submit::after, .dialog__submit::after, .faq-form__submit::after, .header__add::after, .sign-in__submit::after, .filter__submit::after, .price__btn::after, .options__submit::after, .search-notice__link::after {
    content: '';
    display: block;
    background: #ffc400;
    width: 28px;
    height: 40px;
    position: absolute;
    bottom: 0;
    right: -12px;
    -webkit-transform: skewX(-30deg) translate3d(100%, 0, 0);
    transform: skewX(-30deg) translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .account__message svg, .route__submit svg, .constructor__submit svg, .dialog__submit svg, .faq-form__submit svg, .header__add svg, .sign-in__submit svg, .filter__submit svg, .price__btn svg, .options__submit svg, .search-notice__link svg {
    fill: #fff;
    margin-right: 8px; }

.blog__input, .route__input, .constructor__input, .constructor__textarea, .dialog__textarea, .faq-form__input, .faq-form__textarea, .features__input, .sign-in__input, .options__input {
  display: block;
  width: 100%;
  height: 40px;
  border-radius: 3px;
  border: 1px solid #ccc;
  padding: 0 10px;
  font-size: 16px;
  background: #fff;
  position: relative;
  -webkit-transition: border-color .14s ease-in-out;
  transition: border-color .14s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .blog__input, .route__input, .constructor__input, .constructor__textarea, .dialog__textarea, .faq-form__input, .faq-form__textarea, .features__input, .sign-in__input, .options__input {
      font-size: 12px; } }
  .blog__input::-webkit-input-placeholder, .route__input::-webkit-input-placeholder, .constructor__input::-webkit-input-placeholder, .constructor__textarea::-webkit-input-placeholder, .dialog__textarea::-webkit-input-placeholder, .faq-form__input::-webkit-input-placeholder, .faq-form__textarea::-webkit-input-placeholder, .features__input::-webkit-input-placeholder, .sign-in__input::-webkit-input-placeholder, .options__input::-webkit-input-placeholder {
    font-size: 16px;
    color: #6a6c6f;
    opacity: 1; }
  .blog__input::-moz-placeholder, .route__input::-moz-placeholder, .constructor__input::-moz-placeholder, .constructor__textarea::-moz-placeholder, .dialog__textarea::-moz-placeholder, .faq-form__input::-moz-placeholder, .faq-form__textarea::-moz-placeholder, .features__input::-moz-placeholder, .sign-in__input::-moz-placeholder, .options__input::-moz-placeholder {
    font-size: 16px;
    color: #6a6c6f;
    opacity: 1; }
  .blog__input:-ms-input-placeholder, .route__input:-ms-input-placeholder, .constructor__input:-ms-input-placeholder, .constructor__textarea:-ms-input-placeholder, .dialog__textarea:-ms-input-placeholder, .faq-form__input:-ms-input-placeholder, .faq-form__textarea:-ms-input-placeholder, .features__input:-ms-input-placeholder, .sign-in__input:-ms-input-placeholder, .options__input:-ms-input-placeholder {
    font-size: 16px;
    color: #6a6c6f;
    opacity: 1; }
  .blog__input::placeholder, .route__input::placeholder, .constructor__input::placeholder, .constructor__textarea::placeholder, .dialog__textarea::placeholder, .faq-form__input::placeholder, .faq-form__textarea::placeholder, .features__input::placeholder, .sign-in__input::placeholder, .options__input::placeholder {
    font-size: 16px;
    color: #6a6c6f;
    opacity: 1; }
    @media only screen and (max-width: 767px) {
      .blog__input::-webkit-input-placeholder, .route__input::-webkit-input-placeholder, .constructor__input::-webkit-input-placeholder, .constructor__textarea::-webkit-input-placeholder, .dialog__textarea::-webkit-input-placeholder, .faq-form__input::-webkit-input-placeholder, .faq-form__textarea::-webkit-input-placeholder, .features__input::-webkit-input-placeholder, .sign-in__input::-webkit-input-placeholder, .options__input::-webkit-input-placeholder {
        font-size: 12px; }
      .blog__input::-moz-placeholder, .route__input::-moz-placeholder, .constructor__input::-moz-placeholder, .constructor__textarea::-moz-placeholder, .dialog__textarea::-moz-placeholder, .faq-form__input::-moz-placeholder, .faq-form__textarea::-moz-placeholder, .features__input::-moz-placeholder, .sign-in__input::-moz-placeholder, .options__input::-moz-placeholder {
        font-size: 12px; }
      .blog__input:-ms-input-placeholder, .route__input:-ms-input-placeholder, .constructor__input:-ms-input-placeholder, .constructor__textarea:-ms-input-placeholder, .dialog__textarea:-ms-input-placeholder, .faq-form__input:-ms-input-placeholder, .faq-form__textarea:-ms-input-placeholder, .features__input:-ms-input-placeholder, .sign-in__input:-ms-input-placeholder, .options__input:-ms-input-placeholder {
        font-size: 12px; }
      .blog__input::placeholder, .route__input::placeholder, .constructor__input::placeholder, .constructor__textarea::placeholder, .dialog__textarea::placeholder, .faq-form__input::placeholder, .faq-form__textarea::placeholder, .features__input::placeholder, .sign-in__input::placeholder, .options__input::placeholder {
        font-size: 12px; } }
  .blog__input:focus, .route__input:focus, .constructor__input:focus, .constructor__textarea:focus, .dialog__textarea:focus, .faq-form__input:focus, .faq-form__textarea:focus, .features__input:focus, .sign-in__input:focus, .options__input:focus {
    border-color: #ff9500;
    z-index: 1; }
  .error.blog__input, .error.route__input, .error.constructor__input, .error.constructor__textarea, .error.dialog__textarea, .error.faq-form__input, .error.faq-form__textarea, .error.features__input, .error.sign-in__input, .error.options__input {
    border-color: #fa3d28; }

.chosen__heading, .constructor__heading, .personal__heading, .search__heading {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 35px; }
  @media only screen and (max-width: 1023px) {
    .chosen__heading, .constructor__heading, .personal__heading, .search__heading {
      font-size: 24px;
      margin-bottom: 25px; } }
  @media only screen and (max-width: 767px) {
    .chosen__heading, .constructor__heading, .personal__heading, .search__heading {
      font-size: 18px;
      margin-bottom: 15px; } }

body .jcf-select .jcf-select-opener::before {
  background-image: url(../themes/szukamty/assets/images/sprite.png);
  background-position: 0px 0px;
  width: 12px;
  height: 7px; }

@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
  body .jcf-select .jcf-select-opener::before {
    background-image: url(../themes/szukamty/assets/images/sprite@2x.png);
    background-size: 12px 7px; } }

html {
  height: 100%; }

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

* {
  box-sizing: border-box; }
  *::after, *::before {
    box-sizing: border-box; }

svg {
  display: block;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

img {
  max-width: 100%;
  height: auto; }

.slick-slide {
  outline: none; }

input,
textarea {
  -webkit-appearance: none; }

.responsiv-uploader-fileupload.style-file-single {
  width: 210px; }

body .hcc .hc__menu__right {
  display: none; }

body .hcc .hc__footer {
  display: none; }

.toast-error {
  background-color: #fa3d29; }
  .toast-error .toast-message {
    color: #ffffff; }

::-moz-selection {
  background: #ccc;
  color: #333; }

::webkit-selection {
  background: #ccc;
  color: #333; }

::-moz-selection {
  background: #ccc;
  color: #333; }

::selection {
  background: #ccc;
  color: #333; }

* {
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 14px;
  color: #000;
  font-weight: 400; }

a {
  text-decoration: none; }

.about__content .h1, .article__container .h1, .description__text .h1, .faq__content .h1, .description-section__container .h1, .about__content h1, .article__container h1, .description__text h1, .faq__content h1, .description-section__container h1 {
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .about__content .h1, .article__container .h1, .description__text .h1, .faq__content .h1, .description-section__container .h1, .about__content h1, .article__container h1, .description__text h1, .faq__content h1, .description-section__container h1 {
      font-size: 20px;
      font-weight: 600;
      margin-bottom: 10px; } }

.about__content .h2, .article__container .h2, .description__text .h2, .faq__content .h2, .description-section__container .h2, .about__content h2, .article__container h2, .description__text h2, .faq__content h2, .description-section__container h2 {
  font-size: 20px;
  line-height: 28px;
  font-weight: 600;
  margin-top: 15px;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .about__content .h2, .article__container .h2, .description__text .h2, .faq__content .h2, .description-section__container .h2, .about__content h2, .article__container h2, .description__text h2, .faq__content h2, .description-section__container h2 {
      font-size: 16px;
      line-height: 18px;
      font-weight: 600;
      margin-top: 10px;
      margin-bottom: 10px; } }

.about__content .h3, .article__container .h3, .description__text .h3, .faq__content .h3, .description-section__container .h3, .about__content h3, .article__container h3, .description__text h3, .faq__content h3, .description-section__container h3 {
  font-size: 20px;
  line-height: 28px;
  margin-top: 0;
  margin-bottom: 20px; }

.about__content .h4, .article__container .h4, .description__text .h4, .faq__content .h4, .description-section__container .h4, .about__content h4, .article__container h4, .description__text h4, .faq__content h4, .description-section__container h4 {
  font-size: 17px;
  line-height: 21px;
  margin-top: 21px;
  margin-bottom: 0; }

.about__content .h5, .article__container .h5, .description__text .h5, .faq__content .h5, .description-section__container .h5, .about__content h5, .article__container h5, .description__text h5, .faq__content h5, .description-section__container h5 {
  font-size: 18px;
  line-height: 21px;
  margin-top: 21px;
  margin-bottom: 0; }

.about__content .h6, .article__container .h6, .description__text .h6, .faq__content .h6, .description-section__container .h6, .about__content h6, .article__container h6, .description__text h6, .faq__content h6, .description-section__container h6 {
  font-size: 18px;
  line-height: 21px;
  margin-top: 21px;
  margin-bottom: 0; }

.about__content p, .article__container p, .description__text p, .faq__content p, .description-section__container p {
  font-size: 18px;
  color: #6a6c6f;
  line-height: 24px; }
  @media only screen and (max-width: 767px) {
    .about__content p, .article__container p, .description__text p, .faq__content p, .description-section__container p {
      font-size: 14px;
      color: #6a6c6f;
      line-height: 16px; } }

.about__content a, .article__container a, .description__text a, .faq__content a, .description-section__container a {
  font-size: 18px;
  color: #000;
  line-height: 28px; }
  @media only screen and (max-width: 767px) {
    .about__content a, .article__container a, .description__text a, .faq__content a, .description-section__container a {
      font-size: 14px;
      color: #6a6c6f;
      line-height: 16px; } }

.about__content ul, .article__container ul, .description__text ul, .faq__content ul, .description-section__container ul {
  list-style: none;
  padding: 0; }

.about__content li, .article__container li, .description__text li, .faq__content li, .description-section__container li {
  font-size: 18px;
  color: #6a6c6f;
  line-height: 28px;
  margin-bottom: 20px;
  padding-left: 10px;
  position: relative; }
  @media only screen and (max-width: 767px) {
    .about__content li, .article__container li, .description__text li, .faq__content li, .description-section__container li {
      font-size: 14px;
      color: #6a6c6f;
      line-height: 16px; } }
  .about__content li::before, .article__container li::before, .description__text li::before, .faq__content li::before, .description-section__container li::before {
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #fa3d28;
    position: absolute;
    top: 12px;
    left: 0; }

.about__content blockquote, .article__container blockquote, .description__text blockquote, .faq__content blockquote, .description-section__container blockquote, .about__content ol, .article__container ol, .description__text ol, .faq__content ol, .description-section__container ol, .about__content p, .article__container p, .description__text p, .faq__content p, .description-section__container p, .about__content pre, .article__container pre, .description__text pre, .faq__content pre, .description-section__container pre, .about__content table, .article__container table, .description__text table, .faq__content table, .description-section__container table, .about__content ul, .article__container ul, .description__text ul, .faq__content ul, .description-section__container ul {
  margin-top: 0;
  margin-bottom: 21px; }

.about__content table, .article__container table, .description__text table, .faq__content table, .description-section__container table {
  width: 100%;
  border-collapse: collapse; }

.about__content td, .article__container td, .description__text td, .faq__content td, .description-section__container td {
  border: 1px solid #ccc;
  padding: 15px 20px;
  font-size: 16px;
  color: #6a6c6f; }
  @media only screen and (max-width: 767px) {
    .about__content td, .article__container td, .description__text td, .faq__content td, .description-section__container td {
      padding: 10px 8px;
      font-size: 12px; } }

.about__content thead td, .article__container thead td, .description__text thead td, .faq__content thead td, .description-section__container thead td {
  background: #fafafa;
  font-size: 16px;
  color: #000;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .about__content thead td, .article__container thead td, .description__text thead td, .faq__content thead td, .description-section__container thead td {
      font-size: 12px; } }

.about__content ol ol, .article__container ol ol, .description__text ol ol, .faq__content ol ol, .description-section__container ol ol, .about__content ol ul, .article__container ol ul, .description__text ol ul, .faq__content ol ul, .description-section__container ol ul, .about__content ul ol, .article__container ul ol, .description__text ul ol, .faq__content ul ol, .description-section__container ul ol, .about__content ul ul, .article__container ul ul, .description__text ul ul, .faq__content ul ul, .description-section__container ul ul {
  margin-top: 0;
  margin-bottom: 0; }

.about__content .hr, .article__container .hr, .description__text .hr, .faq__content .hr, .description-section__container .hr, .about__content hr, .article__container hr, .description__text hr, .faq__content hr, .description-section__container hr {
  border: 1px solid;
  margin: -1px 0; }

.about__content a, .article__container a, .description__text a, .faq__content a, .description-section__container a, .about__content b, .article__container b, .description__text b, .faq__content b, .description-section__container b, .about__content code, .article__container code, .description__text code, .faq__content code, .description-section__container code, .about__content em, .article__container em, .description__text em, .faq__content em, .description-section__container em, .about__content i, .article__container i, .description__text i, .faq__content i, .description-section__container i, .about__content small, .article__container small, .description__text small, .faq__content small, .description-section__container small, .about__content strong, .article__container strong, .description__text strong, .faq__content strong, .description-section__container strong {
  font-size: 18px; }

.about__content sub, .article__container sub, .description__text sub, .faq__content sub, .description-section__container sub, .about__content sup, .article__container sup, .description__text sup, .faq__content sup, .description-section__container sup {
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

.about__content sup, .article__container sup, .description__text sup, .faq__content sup, .description-section__container sup {
  top: -0.5em; }

.about__content sub, .article__container sub, .description__text sub, .faq__content sub, .description-section__container sub {
  bottom: -0.25em; }

.about__content img, .article__container img, .description__text img, .faq__content img, .description-section__container img {
  margin-bottom: 30px; }

.about__content code, .article__container code, .description__text code, .faq__content code, .description-section__container code {
  color: #6a6c6f;
  padding: 10px;
  background: #ecf1f3;
  border-radius: 3px;
  font-family: 'Source Sans Pro', sans-serif; }

.about-nav {
  width: 270px;
  border: 1px solid #e0e7ea; }
  @media only screen and (max-width: 1200px) {
    .about-nav {
      display: none; } }
  .about-nav__item {
    border-bottom: 1px solid #e0e7ea; }
    .about-nav__item:last-of-type {
      border: none; }
    .about-nav__item.active {
      border-color: #fa3d28; }
      .about-nav__item.active .about-nav__link {
        background: #fa3d28;
        color: #fff; }
  .about-nav__link {
    width: 100%;
    height: 50px;
    font-size: 18px;
    color: #6a6c6f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    background: #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .about-nav__link:hover {
      color: #fa3d28;
      background: #fafafa; }

.about {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 80px; }
  @media only screen and (max-width: 1200px) {
    .about {
      padding-top: 20px; } }
  .about__content {
    width: 870px; }
    .about__content.full {
      width: auto;
      margin: auto; }
    @media only screen and (max-width: 1200px) {
      .about__content {
        width: 100%; } }
    .about__content p {
      font-size: 16px; }
      @media only screen and (max-width: 767px) {
        .about__content p {
          line-height: 22px; } }
  .about h2:nth-of-type(1) {
    margin-bottom: 27px; }
  .about h2:nth-of-type(2) {
    margin-bottom: 50px; }
  .about h2:nth-of-type(3) {
    margin-bottom: 50px; }
  .about__block {
    padding: 30px;
    background: #fafafa;
    margin-bottom: 50px; }
  .about__list {
    margin-bottom: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
  .about__item {
    width: 25%;
    height: 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden; }
    .about__item img {
      margin: 0; }

.article-quote {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
  margin-bottom: 40px; }
  .article-quote__icon {
    font-size: 100px;
    margin-bottom: -30px; }
  .article-quote__description {
    font-size: 24px;
    line-height: 30px;
    font-weight: 300;
    margin-bottom: 30px;
    max-width: 730px; }
    @media only screen and (max-width: 767px) {
      .article-quote__description {
        font-size: 16px;
        line-height: 20px; } }
  .article-quote__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end; }
  .article-quote__avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 15px; }
  .article-quote__name {
    font-size: 16px;
    margin-bottom: 2px; }
  .article-quote__subtitle {
    font-size: 16px;
    color: #6a6c6f; }

.article-sidebar {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  padding: 30px;
  padding-bottom: 0; }
  .article-sidebar__heading {
    font-size: 12px;
    text-transform: uppercase; }
  .article-sidebar__item {
    border-bottom: 1px solid #ccc;
    padding: 30px 0; }
    .article-sidebar__item:last-of-type {
      border: none; }
  .article-sidebar__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 15px; }
  .article-sidebar__type {
    font-size: 12px;
    color: #6a6c6f;
    text-transform: uppercase; }
  .article-sidebar__date {
    font-size: 12px;
    color: #6a6c6f;
    text-transform: uppercase; }
  .article-sidebar__title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    max-height: 69px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .article-sidebar__title {
        font-size: 16px; } }
    .article-sidebar__title:hover {
      color: #282828;
      text-decoration: underline; }
  .article-sidebar__description {
    font-size: 16px;
    color: #6a6c6f; }
    @media only screen and (max-width: 767px) {
      .article-sidebar__description {
        font-size: 14px; } }
  .article-sidebar__all {
    font-size: 16px;
    color: #0284cd;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    padding: 20px 0;
    border-top: 1px solid #ccc; }
    @media only screen and (max-width: 767px) {
      .article-sidebar__all {
        font-size: 14px; } }
    .article-sidebar__all:hover {
      text-decoration: underline; }
    .article-sidebar__all svg {
      fill: #0284cd;
      -webkit-transform: rotate(-90deg);
      transform: rotate(-90deg); }

.article {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .article {
      padding-top: 20px; } }
  .article__container {
    max-width: 860px;
    width: 100%; }
    @media only screen and (max-width: 1200px) {
      .article__container {
        margin: 0 auto;
        width: 100%; } }
    .article__container h1 {
      max-width: 670px; }
  @media only screen and (max-width: 1200px) {
    .article .search-sidebar {
      width: 100%; }
      .article .search-sidebar__item {
        display: none; } }
  .article__content {
    border-bottom: 1px solid #ccc;
    padding-bottom: 30px;
    margin-bottom: 30px; }
  .article__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .article__head {
        margin-bottom: 20px; } }
  .article__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .article__controls .article__type {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      font-size: 16px;
      color: #0284cd;
      text-transform: uppercase;
      margin-right: 15px; }
      .article__controls .article__type::after {
        content: '';
        display: block;
        width: 88%;
        height: 1px;
        margin-top: -5px;
        margin-left: 12%;
        background: #0284cd;
        opacity: 0;
        -webkit-transition: opacity .14s ease-in-out;
        transition: opacity .14s ease-in-out; }
      @media only screen and (max-width: 767px) {
        .article__controls .article__type {
          font-size: 12px; } }
      .article__controls .article__type:hover::after {
        opacity: 1; }
      .article__controls .article__type svg {
        fill: #0284cd;
        margin-right: 5px;
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg); }
        @media only screen and (max-width: 767px) {
          .article__controls .article__type svg {
            width: 7px;
            height: 7px;
            margin-right: 2px; } }
  .article__view {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 12px;
    color: #6a6c6f; }
    .article__view svg {
      fill: #6a6c6f;
      margin-right: 5px; }
  .article__date {
    font-size: 16px;
    color: #6a6c6f; }
    @media only screen and (max-width: 767px) {
      .article__date {
        font-size: 12px; } }
  .article__img {
    width: 100%; }
  .article__gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .article__gallery {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around; } }
  .article__link {
    display: block;
    width: 250px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 0 auto;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-right: 30px;
    margin-bottom: 30px;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .article__link {
        width: 30%;
        margin-right: 10px;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 1025px) {
      .article__link:hover .article__overlay {
        visibility: visible;
        opacity: 1; } }
    .article__link img {
      margin: 0; }
  .article__overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    background: rgba(56, 49, 49, 0.5);
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .article__overlay svg {
      fill: #fff; }
  .article__widget {
    height: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 16px;
    color: #6a6c6f;
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-bottom: 80px; }
    @media only screen and (max-width: 1023px) {
      .article__widget {
        margin-bottom: 30px; } }

.blog {
  width: 100%; }
  @media only screen and (max-width: 1200px) {
    .blog {
      padding-top: 10px; } }
  .blog__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .blog__head {
        padding-bottom: 10px; } }
  .blog__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .blog__list {
        width: 100%;
        margin-bottom: 10px; } }
  .blog__item {
    margin-right: 50px; }
    @media only screen and (max-width: 1200px) {
      .blog__item {
        margin-right: 10px;
        margin-bottom: 10px; } }
    .blog__item:last-of-type {
      margin-right: 0; }
    .blog__item.active .blog__link {
      color: #fa3d28; }
      @media only screen and (max-width: 1200px) {
        .blog__item.active .blog__link {
          background: #fa3d28;
          color: #fff;
          border-color: #fa3d28; } }
      .blog__item.active .blog__link::after {
        opacity: 1; }
        @media only screen and (max-width: 1200px) {
          .blog__item.active .blog__link::after {
            display: none; } }
  .blog__link {
    display: inline-block;
    font-size: 18px;
    color: #6a6c6f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 50px;
    position: relative;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .blog__link {
        border: 1px solid #dde8f0;
        border-radius: 8px;
        height: 30px;
        padding: 0 15px;
        white-space: nowrap;
        font-size: 14px;
        color: #000; } }
    .blog__link:hover {
      color: #fa3d28; }
    .blog__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background: #fa3d28;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0; }
  .blog__search {
    width: 270px;
    height: 50px;
    background: rgba(0, 0, 0, 0.05);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .blog__search {
        width: 100%;
        border-radius: 6px;
        overflow: hidden; } }
  .blog__input {
    width: calc(100% - 50px);
    height: 100%;
    border-radius: 0;
    border: none;
    background: none; }
  .blog__submit {
    display: block;
    width: 50px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer; }
    .blog__submit:hover svg {
      fill: #fa3d28; }
    .blog__submit svg {
      display: inline-block;
      fill: #6a6c6f;
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }
  .blog__container {
    padding-top: 45px;
    background: #f5f5f5; }
    @media only screen and (max-width: 1200px) {
      .blog__container {
        padding-top: 10px; } }
  .blog__content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 1200px) {
      .blog__content {
        margin-bottom: 10px; } }
    .blog__content .blog-item {
      margin-right: 30px; }
      @media only screen and (max-width: 1200px) {
        .blog__content .blog-item {
          margin-right: 10px; } }
      .blog__content .blog-item:nth-of-type(3n+3) {
        margin-right: 0; }
        @media only screen and (max-width: 767px) {
          .blog__content .blog-item:nth-of-type(3n+3) {
            margin-right: 10px; } }
      @media only screen and (max-width: 767px) {
        .blog__content .blog-item:nth-of-type(2n+2) {
          margin-right: 0; } }
  .blog__more {
    width: 100%;
    height: 110px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 20px;
    color: #0284cd;
    font-weight: 600;
    cursor: pointer;
    background: #fafafa;
    cursor: pointer;
    margin-top: 45px; }
    @media only screen and (max-width: 1200px) {
      .blog__more {
        height: 40px;
        font-size: 14px; } }
    .blog__more:hover {
      text-decoration: underline; }
    .blog__more svg {
      fill: #0284cd;
      margin-left: 6px; }

.account {
  width: 100%;
  border-radius: 3px;
  border: 1px solid #e0e7ea;
  padding: 30px;
  padding-bottom: 0;
  text-align: center;
  background: #fff; }
  @media only screen and (max-width: 1023px) {
    .account {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center; } }
  .account__avatar {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto 20px; }
  .account__name {
    display: inline-block;
    font-size: 24px;
    color: #6a6c6f;
    border-bottom: 1px solid rgba(106, 108, 111, 0.5);
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .account__name {
        font-size: 18px;
        margin-bottom: 10px; } }
  .account__message {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin-bottom: 20px;
    max-width: 220px; }
  .account__phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    height: 38px; }
    @media only screen and (max-width: 767px) {
      .account__phone {
        margin-bottom: 10px; } }
  .account__preview {
    font-size: 27px;
    font-weight: 600;
    white-space: nowrap;
    width: 108px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .account__preview {
        font-size: 18px;
        width: 72px; } }
  .account__view {
    width: 88px; }
  .account__tel {
    margin: 0 auto;
    display: inline-block;
    font-size: 24px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .account__tel {
        font-size: 18px; } }
  .account__meet {
    margin-bottom: 30px;
    max-width: 220px;
    width: 100%; }
    @media only screen and (max-width: 767px) {
      .account__meet {
        margin: 0 auto 30px; } }
  @media only screen and (max-width: 768px) {
    .account__meeting {
      width: 100%; } }
  .account__all {
    font-size: 16px;
    color: #0284cd;
    display: inline-block;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .account__all {
        margin-bottom: 10px; } }
    .account__all:hover {
      text-decoration: underline; }
  .account__controls {
    width: calc(100% + 60px);
    margin-left: -30px;
    height: 58px;
    background: #f2f2f2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
    @media only screen and (max-width: 1023px) {
      .account__controls {
        margin-left: 0; } }
  .account__complain {
    display: inline-block;
    font-size: 12px;
    color: #0284cd;
    margin: 0 6px;
    cursor: pointer; }
    .account__complain:hover {
      text-decoration: underline; }
  .account__print {
    display: inline-block;
    font-size: 12px;
    color: #0284cd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin: 0 6px;
    cursor: pointer; }
    .account__print:hover {
      text-decoration: underline; }
    .account__print svg {
      fill: #0284cd;
      margin-right: 5px; }
  .account__owner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin-bottom: 25px;
    color: #6a6c6f; }
    .account__owner svg {
      margin-right: 6px;
      fill: #fa3d28; }

.carousel-for {
  position: relative;
  width: 100%;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .carousel-for {
      margin-bottom: 10px; } }
  .carousel-for__container {
    width: 100%; }
  .carousel-for__slide {
    width: 732px;
    height: 512px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain; }
    @media only screen and (max-width: 1200px) {
      .carousel-for__slide {
        height: 492px !important; } }
    @media only screen and (max-width: 1023px) {
      .carousel-for__slide {
        height: 523px !important; } }
    @media only screen and (max-width: 767px) {
      .carousel-for__slide {
        height: 70vw !important; } }
  .carousel-for .arrow-prev {
    opacity: 1; }
  .carousel-for .arrow-next {
    opacity: 1; }
  @media only screen and (max-width: 1200px) {
    .carousel-for .slick-dots {
      display: none !important; } }

.carousel-nav {
  width: 100px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 100px;
  -ms-flex: 0 0 100px;
  flex: 0 0 100px;
  margin-right: 30px;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .carousel-nav {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      margin-right: 0;
      display: none; } }
  @media only screen and (max-width: 1200px) {
    .carousel-nav__container {
      padding: 0 20px; } }
  .carousel-nav__slide {
    width: 100%;
    display: block !important;
    height: 70px !important;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    cursor: pointer;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .carousel-nav__slide {
        margin-bottom: 0;
        margin: 0 5px;
        margin: 0;
        width: 100px;
        height: 90px !important; } }
    @media only screen and (max-width: 767px) {
      .carousel-nav__slide {
        width: 140px;
        height: 60px !important; } }
  .carousel-nav .slick-list {
    height: 512px !important; }
    @media only screen and (max-width: 1200px) {
      .carousel-nav .slick-list {
        height: 540px !important; } }
    @media only screen and (max-width: 1200px) {
      .carousel-nav .slick-list {
        height: 90px !important;
        padding: 0; } }
    @media only screen and (max-width: 767px) {
      .carousel-nav .slick-list {
        height: 66px !important; } }
  .carousel-nav .slick-slide {
    margin: 5px 0;
    border: 3px solid transparent !important; }
    @media only screen and (max-width: 1200px) {
      .carousel-nav .slick-slide {
        margin: 0 5px; } }
  .carousel-nav .slick-current {
    border-color: #fa3d28 !important; }
  .carousel-nav .arrow-prev {
    top: -30px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(-90deg);
    transform: translate3d(-50%, 0, 0) rotate(-90deg); }
    @media only screen and (max-width: 1200px) {
      .carousel-nav .arrow-prev {
        top: 50%;
        left: 0;
        -webkit-transform: translate3d(0, -50%, 0) rotate(-180deg);
        transform: translate3d(0, -50%, 0) rotate(-180deg); } }
    .carousel-nav .arrow-prev svg {
      fill: #6a6c6f; }
  .carousel-nav .arrow-next {
    top: auto;
    bottom: -40px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0) rotate(90deg);
    transform: translate3d(-50%, 0, 0) rotate(90deg); }
    @media only screen and (max-width: 1200px) {
      .carousel-nav .arrow-next {
        bottom: auto;
        left: auto;
        top: 50%;
        right: 0;
        -webkit-transform: translate3d(0, -50%, 0) rotate(0);
        transform: translate3d(0, -50%, 0) rotate(0); } }
    .carousel-nav .arrow-next svg {
      fill: #6a6c6f; }

.cart {
  padding-top: 20px; }
  @media only screen and (max-width: 1200px) {
    .cart {
      padding: 10px;
      padding-bottom: 0; }
      .cart .main {
        padding: 0; } }
  @media only screen and (max-width: 1023px) {
    .cart {
      margin-bottom: 50px; } }
  .cart__carousel {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 60px; }
    @media only screen and (max-width: 1200px) {
      .cart__carousel {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .cart__carousel {
        margin-bottom: 30px; } }
  .cart .content {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -ms-flex: none;
    flex: none;
    width: 870px;
    overflow: hidden; }
    @media only screen and (max-width: 1200px) {
      .cart .content {
        width: calc(100% - 320px); } }
    @media only screen and (max-width: 1023px) {
      .cart .content {
        width: 100%; } }

.description__favorites {
  color: #0284cd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  cursor: pointer;
  margin-bottom: 20px; }
  .description__favorites.active .description__add {
    display: none; }
  .description__favorites.active .description__delete {
    display: block; }
  @media only screen and (min-width: 1025px) {
    .description__favorites:hover {
      text-decoration: underline; } }
  .description__favorites.active svg {
    fill: #fa3d28; }
  .description__favorites svg {
    fill: rgba(173, 173, 173, 0.8);
    margin-right: 6px;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; }

.description__delete {
  display: none;
  font-size: 14px;
  color: #0284cd; }

.description__add {
  font-size: 14px;
  color: #0284cd; }

.description__container {
  border-bottom: 1px solid #e0e7ea;
  padding-bottom: 30px;
  margin-bottom: 30px; }
  .description__container:nth-child(5) .description__item::before {
    margin-right: 5px;
    content: '';
    display: block;
    width: 5px;
    height: 5px;
    background: #000;
    border-radius: 50%; }

.description__name {
  width: 100%;
  font-size: 36px;
  font-weight: 600;
  margin-bottom: 6px; }
  @media only screen and (max-width: 767px) {
    .description__name {
      font-size: 24px; } }

.description__location {
  display: inline-block;
  font-size: 16px;
  color: #6a6c6f;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .description__location {
      margin-bottom: 10px; } }

.description__view-map {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  font-size: 12px;
  color: #0284cd;
  font-weight: 600;
  cursor: pointer; }
  .description__view-map:hover {
    text-decoration: underline; }
  .description__view-map svg {
    fill: #0284cd;
    margin-right: 6px; }

.description__section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }

.description__block {
  width: 25%;
  padding-right: 40px; }
  @media only screen and (max-width: 767px) {
    .description__block {
      width: 50%;
      margin-bottom: 10px; } }

.description__price {
  font-size: 24px;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .description__price {
      font-size: 18px; } }

.description__subtitle {
  font-size: 16px;
  color: #6a6c6f; }
  @media only screen and (max-width: 767px) {
    .description__subtitle {
      font-size: 12px; } }

.description__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .description__title {
      font-size: 16px;
      margin-bottom: 5px; } }

.description__table {
  width: 100%; }

.description__tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 10px; }

.description__td {
  width: 200px;
  padding-right: 20px; }
  @media only screen and (max-width: 767px) {
    .description__td {
      width: 50%; } }
  .description__td:first-of-type {
    font-size: 16px;
    color: #6a6c6f; }
    @media only screen and (max-width: 767px) {
      .description__td:first-of-type {
        font-size: 12px; } }
  .description__td:last-of-type {
    font-size: 16px; }
    @media only screen and (max-width: 767px) {
      .description__td:last-of-type {
        font-size: 12px; } }

.description__list {
  -webkit-column-width: 200px;
  -moz-column-width: 200px;
  column-width: 200px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
  -webkit-column-gap: 0;
  -moz-column-gap: 0;
  column-gap: 0;
  min-height: 60px; }

.description__item {
  font-size: 16px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  overflow: hidden; }
  .description__item::first-letter {
    text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .description__item {
      font-size: 12px;
      margin-bottom: 5px; } }
  .description__item img {
    display: block;
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%; }

.description__item__icon {
  width: 21px;
  height: 21px;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }

.map {
  border-bottom: 1px solid #e0e7ea;
  margin-bottom: 25px; }
  .map__view {
    width: 100%;
    height: 400px;
    background: #ccc; }
    @media only screen and (max-width: 767px) {
      .map__view {
        height: 250px; } }
  .map__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 65px; }
    @media only screen and (max-width: 767px) {
      .map__container {
        margin: 10px 0; } }
  .map__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
  .map__subtitle {
    font-size: 16px;
    color: #6a6c6f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 4px; }
    .map__subtitle svg {
      fill: #6a6c6f;
      margin-right: 10px; }
  .map__title {
    font-size: 16px; }

.route {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  height: 100px;
  background: #f7f6f4;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 0 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .route {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      height: auto;
      padding: 20px 10px; } }
  .route__input {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 767px) {
      .route__input {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-bottom: 10px; } }
  .route__submit {
    width: 220px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin-left: 10px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 220px;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px; }
    @media only screen and (max-width: 767px) {
      .route__submit {
        width: calc(100% - 80px);
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-left: 0; } }
  .route__icon {
    width: 53px;
    height: 53px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    background: #575274;
    border-radius: 3px;
    overflow: hidden;
    cursor: pointer;
    margin-left: 23px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 53px;
    -ms-flex: 0 0 53px;
    flex: 0 0 53px; }
    @media only screen and (max-width: 767px) {
      .route__icon {
        margin-left: 0; } }

.chosen-filter {
  width: 100%;
  border: 1px solid #e0e7ea;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  .chosen-filter__container {
    width: 1090px;
    padding: 30px 0; }
    @media only screen and (max-width: 1200px) {
      .chosen-filter__container {
        width: calc(100% - 70px); } }
    @media only screen and (max-width: 767px) {
      .chosen-filter__container {
        width: 100%; } }
  .chosen-filter__remove {
    width: 70px;
    border-left: 1px solid #e0e7ea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    cursor: pointer;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .chosen-filter__remove {
        width: 100%;
        height: 50px;
        border: none;
        border-top: 1px solid #e0e7ea; } }
    .chosen-filter__remove:hover {
      background: rgba(0, 0, 0, 0.03); }
    .chosen-filter__remove svg {
      fill: #6a6c6f;
      -webkit-transition: fill .14s ease-in-out;
      transition: fill .14s ease-in-out; }
  .chosen-filter__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .chosen-filter__head {
        padding: 0 10px; } }
  .chosen-filter__query {
    font-size: 18px;
    color: #6a6c6f;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .chosen-filter__query {
        font-size: 16px; } }
  .chosen-filter__result {
    font-size: 18px;
    font-weight: 600;
    margin-left: 6px; }
    @media only screen and (max-width: 767px) {
      .chosen-filter__result {
        font-size: 16px;
        margin-left: 4px; } }
  .chosen-filter__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 25px; }
  .chosen-filter__section {
    padding: 0 30px;
    width: 260px;
    border-right: 1px solid #e0e7ea; }
    @media only screen and (max-width: 1200px) {
      .chosen-filter__section {
        width: 28%;
        margin-bottom: 20px;
        border: none; } }
    @media only screen and (max-width: 1023px) {
      .chosen-filter__section {
        width: 50%; } }
    @media only screen and (max-width: 767px) {
      .chosen-filter__section {
        width: 100%;
        padding: 0 10px; } }
  .chosen-filter__tr {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 12px; }
  .chosen-filter__subtitle {
    color: #6a6c6f;
    width: 100px;
    margin-right: 10px; }
    @media only screen and (max-width: 1200px) {
      .chosen-filter__subtitle {
        width: 50%;
        padding-right: 20px;
        margin-right: 0; } }
  .chosen-filter__title {
    width: 120px; }
  .chosen-filter__block {
    width: 560px;
    max-height: 140px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 1200px) {
      .chosen-filter__block {
        width: 44%; } }
    @media only screen and (max-width: 1023px) {
      .chosen-filter__block {
        width: 100%; } }
    @media only screen and (max-width: 767px) {
      .chosen-filter__block {
        width: 100%;
        max-height: 250px;
        padding: 0 10px; } }
  .chosen-filter .checkbox {
    margin-bottom: 12px; }
    .chosen-filter .checkbox__title {
      font-size: 14px;
      color: #6a6c6f; }
  .chosen-filter__submit {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    font-size: 18px;
    color: #0284cd;
    cursor: pointer; }
    @media only screen and (max-width: 1200px) {
      .chosen-filter__submit {
        padding: 0 10px;
        font-size: 14px; } }
    .chosen-filter__submit:hover {
      text-decoration: underline; }
    .chosen-filter__submit svg {
      fill: #0284cd;
      margin-left: 10px; }
      @media only screen and (max-width: 767px) {
        .chosen-filter__submit svg {
          display: none; } }

.chosen {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .chosen {
      padding-top: 20px; } }
  .chosen__head {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
  .chosen__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .chosen__nav {
        width: 100%;
        margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .chosen__item {
      width: 50%; } }
  .chosen__item.active .chosen__link {
    border-color: #fa412c;
    background: #fa412c;
    color: #fff; }
    .chosen__item.active .chosen__link::after {
      display: none; }
  .chosen__link {
    width: 275px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 16px;
    color: #6a6c6f;
    border: 1px solid #ccc;
    position: relative;
    background: #fafafa;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .chosen__link {
        width: 100%;
        font-size: 14px; } }
    .chosen__link:hover {
      background: #ff9500;
      border-color: #ff9500;
      color: #fff; }
      .chosen__link:hover::after {
        content: '';
        display: block;
        background: #ff9500; }
    .chosen__link::after {
      content: '';
      display: block;
      width: calc(100% + 2px);
      height: 4px;
      background: fa412c;
      position: absolute;
      bottom: -1px;
      left: -1px;
      z-index: 1;
      -webkit-transition: background .14s ease-in-out;
      transition: background .14s ease-in-out; }
  .chosen__remove-all {
    width: 180px;
    height: 40px;
    border: 1px solid #ccc;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 16px;
    color: #6a6c6f;
    cursor: pointer;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .chosen__remove-all {
        width: 100%;
        font-size: 14px; } }
    .chosen__remove-all:hover {
      background: #ff9500;
      border-color: #ff9500;
      color: #fff; }
      .chosen__remove-all:hover svg {
        fill: #fff; }
    .chosen__remove-all:active {
      background: #ea6c17;
      border-color: #ea6c17;
      color: #fff; }
      .chosen__remove-all:active svg {
        fill: #fff; }
    .chosen__remove-all svg {
      fill: #6a6c6f;
      margin-left: 15px;
      -webkit-transition: fill .14s ease-in-out;
      transition: fill .14s ease-in-out; }
  .chosen__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }

@media only screen and (max-width: 1200px) {
  .constructor {
    padding-top: 20px;
    overflow: hidden; } }

.constructor .checkbox__title {
  text-transform: capitalize; }

.constructor__container {
  padding-bottom: 50px;
  margin-bottom: 30px;
  border-bottom: 1px solid #e0e7ea;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .constructor__container:nth-child(9) {
    padding-bottom: 20px; }
  .constructor__container:nth-child(10) {
    padding-bottom: 30px; }
  .constructor__container:nth-child(11) {
    padding-bottom: 20px; }
  .constructor__container:nth-child(12) {
    border: none;
    margin-bottom: 50px;
    padding-bottom: 0; }
  @media only screen and (max-width: 1200px) {
    .constructor__container {
      padding-bottom: 20px;
      margin-bottom: 20px; } }

.constructor__section {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }
  .constructor__section--three .constructor__block {
    width: 370px; }
    @media only screen and (max-width: 1200px) {
      .constructor__section--three .constructor__block {
        width: calc(33.33% - 10px); } }
    @media only screen and (max-width: 767px) {
      .constructor__section--three .constructor__block {
        width: 100%; } }
    .constructor__section--three .constructor__block .jcf-select {
      width: 370px; }
      @media only screen and (max-width: 1200px) {
        .constructor__section--three .constructor__block .jcf-select {
          width: 100%; } }

.constructor__name {
  width: 100%;
  font-size: 16px;
  color: #6a6c6f;
  font-weight: 600;
  margin-bottom: 5px; }

.constructor__block {
  margin-right: 30px;
  width: 270px;
  position: relative; }
  .constructor__block.disabled {
    display: none; }
  @media only screen and (max-width: 1200px) {
    .constructor__block {
      width: calc(25% - 10px);
      margin-right: 10px; } }
  @media only screen and (max-width: 767px) {
    .constructor__block {
      width: 100%;
      margin-right: 0;
      margin-bottom: 10px; } }
  .constructor__block:last-of-type {
    margin-right: 0; }
  .constructor__block--big {
    width: 100%;
    margin-bottom: 30px; }
  .constructor__block--house {
    padding: 0 30px;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .constructor__block--house {
        padding: 0; } }
    .constructor__block--house::before {
      content: '';
      display: block;
      width: 100%;
      height: calc(100% + 40px);
      background: #f2f1ee;
      border-radius: 3px;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      z-index: -1; }
      @media only screen and (max-width: 767px) {
        .constructor__block--house::before {
          display: none; } }
  .constructor__block .jcf-select {
    width: 270px;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05); }
    @media only screen and (max-width: 1200px) {
      .constructor__block .jcf-select {
        width: 100%; } }
  .constructor__block select[disabled] + span.jcf-select {
    background-color: #dedede;
    border: 1px solid #ccc !important;
    cursor: default; }
  .constructor__block select[disabled] + span.jcf-select .jcf-select-text {
    cursor: default; }
  .constructor__block .constructor__floor .jcf-select,
  .constructor__block .constructor__floor .half {
    width: 110px;
    min-width: 110px; }
    @media only screen and (max-width: 767px) {
      .constructor__block .constructor__floor .jcf-select,
      .constructor__block .constructor__floor .half {
        width: 45%; } }

.constructor__title {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 20px; }

.constructor__input {
  height: 50px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05); }
  .constructor__input.datepicker {
    cursor: pointer; }
  .constructor__input[disabled] {
    background-color: #dedede; }

.constructor__datepicker {
  position: absolute;
  top: 48px;
  right: 17px;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  pointer-events: none; }
  .constructor__datepicker svg {
    fill: #6a6c6f; }

.constructor__textarea {
  height: 200px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  resize: none;
  padding: 10px; }

.constructor__note {
  font-size: 12px;
  color: #6a6c6f;
  margin-top: 8px; }

.constructor__floor {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.constructor__of {
  font-size: 16px; }

.constructor__label {
  width: 170px;
  height: 130px;
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  cursor: pointer;
  position: relative;
  margin-right: 30px;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .constructor__label {
      width: calc(16.666% - 10px);
      margin-right: 10px;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 1023px) {
    .constructor__label {
      height: 80px; } }
  @media only screen and (max-width: 767px) {
    .constructor__label {
      height: 50px; } }
  .constructor__label:nth-of-type(6n+6) {
    margin-right: 0; }
  .constructor__label:hover .constructor__add {
    background: #ff9500; }
  .constructor__label:active .constructor__add {
    background: #ea6c17; }
  .constructor__label.add {
    cursor: default; }
    .constructor__label.add .constructor__add {
      visibility: hidden;
      opacity: 0; }
    .constructor__label.add .constructor__photo {
      visibility: visible;
      opacity: 1; }
    .constructor__label.add .constructor__edit {
      visibility: visible;
      opacity: 1; }

.constructor__hidden {
  display: none; }

.constructor__add {
  width: 58px;
  height: 58px;
  background: #dededd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  border-radius: 50%;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media only screen and (max-width: 1023px) {
    .constructor__add {
      width: 30px;
      height: 30px; } }
  .constructor__add svg {
    fill: #fff; }
    @media only screen and (max-width: 1023px) {
      .constructor__add svg {
        width: 50%; } }

.constructor__photo {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  visibility: hidden;
  opacity: 0;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .constructor__photo img {
    min-width: 100%;
    min-height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }

.constructor__edit {
  width: 22px;
  height: 22px;
  border-radius: 3px;
  background: #fff;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .constructor__edit svg {
    fill: #fa3d28; }

.constructor__list {
  width: 420px;
  -webkit-columns: 2 200px;
  -moz-columns: 2 200px;
  columns: 2 200px; }
  @media only screen and (max-width: 767px) {
    .constructor__list {
      width: 100%; } }

.constructor__selection {
  width: 50%; }
  .constructor__selection:first-of-type {
    margin-bottom: 10px; }
  .constructor__selection.disabled {
    display: none; }
  @media only screen and (max-width: 767px) {
    .constructor__selection {
      width: 100%; } }
  .constructor__selection:last-of-type .constructor__list {
    -webkit-columns: 1 200px;
    -moz-columns: 1 200px;
    columns: 1 200px; }

.constructor__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 90px; }

.constructor__preview {
  width: 170px;
  margin-right: 30px; }
  @media only screen and (max-width: 767px) {
    .constructor__preview {
      width: 100%;
      margin: 0;
      margin-bottom: 10px; } }

.constructor__submit {
  width: 170px;
  display: block;
  line-height: 40px;
  text-align: center; }
  @media only screen and (max-width: 767px) {
    .constructor__submit {
      width: 100%;
      margin: 0; } }

.responsiv-uploader-fileupload.is-sortable {
  position: relative;
  min-height: 130px; }

.responsiv-uploader-fileupload.style-image-multi .upload-button {
  width: 170px;
  height: 130px;
  position: absolute;
  top: 0;
  left: 0; }
  @media only screen and (max-width: 767px) {
    .responsiv-uploader-fileupload.style-image-multi .upload-button {
      width: 128px;
      height: 128px;
      position: relative;
      margin-bottom: 20px; } }

.responsiv-uploader-fileupload.style-image-multi .upload-button .constructor__add {
  margin: auto; }

.responsiv-uploader-fileupload.style-image-multi .upload-object .info {
  margin-left: 140px; }
  @media only screen and (max-width: 767px) {
    .responsiv-uploader-fileupload.style-image-multi .upload-object .info {
      margin: 0; } }

.responsiv-uploader-fileupload.style-image-multi .upload-files-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 0; }
  @media only screen and (max-width: 767px) {
    .responsiv-uploader-fileupload.style-image-multi .upload-files-container {
      width: 100%; } }

.responsiv-uploader-fileupload.style-image-multi .upload-object {
  width: 230px;
  height: 130px;
  margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .responsiv-uploader-fileupload.style-image-multi .upload-object {
      width: 128px;
      height: 180px; } }
  .responsiv-uploader-fileupload.style-image-multi .upload-object:first-of-type {
    margin-left: 190px; }
    @media only screen and (max-width: 767px) {
      .responsiv-uploader-fileupload.style-image-multi .upload-object:first-of-type {
        margin-left: 0; } }

.responsiv-uploader-fileupload.style-image-multi .upload-object .icon-container {
  max-width: 128px;
  width: 100%;
  height: 100%; }
  @media only screen and (max-width: 767px) {
    .responsiv-uploader-fileupload.style-image-multi .upload-object .icon-container {
      height: 128px; } }

.dialog {
  width: 100%;
  border: 1px solid #e0e7ea;
  border-radius: 3px; }
  .dialog__list {
    padding: 0 30px; }
    @media only screen and (max-width: 767px) {
      .dialog__list {
        padding: 0 10px; } }
  .dialog__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 30px 0;
    border-bottom: 1px solid #e0e7ea; }
    .dialog__item:last-of-type {
      border: none; }
  .dialog__avatar {
    display: block;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    overflow: hidden;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 60px;
    -ms-flex: 0 0 60px;
    flex: 0 0 60px;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .dialog__avatar {
        width: 30px;
        height: 30px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 30px;
        -ms-flex: 0 0 30px;
        flex: 0 0 30px;
        margin-right: 10px; } }
  .dialog__container {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .dialog__time {
    font-size: 16px;
    color: #6a6c6f;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .dialog__time {
        font-size: 14px;
        margin-bottom: 10px; } }
  .dialog__text {
    font-size: 16px;
    line-height: 22px; }
    @media only screen and (max-width: 767px) {
      .dialog__text {
        font-size: 12px;
        line-height: 16px; } }
    .dialog__text .attachment {
      border-top: 1px solid #e0e7ea;
      margin-top: 10px;
      padding-top: 10px;
      text-align: right; }
      .dialog__text .attachment a {
        color: #0284cd; }
      .dialog__text .attachment .account__meet {
        display: inline-block;
        text-align: center;
        line-height: 38px; }
  .dialog__form {
    width: 100%;
    padding: 20px;
    background: #fafafa;
    border-top: 1px solid #e0e7ea; }
    @media only screen and (max-width: 767px) {
      .dialog__form {
        padding: 10px; } }
  .dialog__textarea {
    padding: 10px;
    height: 160px;
    resize: none;
    margin-bottom: 20px; }
  .dialog__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .dialog__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .dialog__section {
        width: 100%; } }
  .dialog__visit {
    width: 210px; }
    @media only screen and (max-width: 767px) {
      .dialog__visit {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; } }
  .dialog__submit {
    width: 190px;
    display: block;
    line-height: 40px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .dialog__submit {
        width: 100%;
        margin: 0; } }
  .dialog__label {
    display: block;
    cursor: pointer; }
    .dialog__label:hover .dialog__option {
      text-decoration: underline; }
  .dialog__hidden {
    display: none; }
  .dialog__option {
    font-size: 16px;
    color: #0284cd;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 18px; }
    @media only screen and (max-width: 767px) {
      .dialog__option {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; } }
    .dialog__option svg {
      margin-right: 7px;
      fill: #0284cd; }

.message {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 100px; }
  @media only screen and (max-width: 767px) {
    .message {
      height: auto;
      padding-top: 10px;
      margin-bottom: 20px; } }
  .message__back {
    width: 140px;
    background: #fafafa;
    font-size: 13px;
    color: #6a6c6f;
    text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .message__back {
        margin-bottom: 10px; } }
    .message__back svg {
      -webkit-transform: rotate(90deg) translateZ(0);
      transform: rotate(90deg) translateZ(0); }
  .message__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .message__section {
        width: 100%;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between; } }
  .message__blocking {
    display: inline-block;
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 600;
    text-transform: uppercase;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .message__blocking {
        font-size: 12px; } }
    .message__blocking:hover {
      text-decoration: underline; }
  .message__complain {
    display: inline-block;
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 600;
    text-transform: uppercase;
    margin-left: 30px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .message__complain {
        font-size: 12px;
        margin-left: 10px; } }
    .message__complain:hover {
      text-decoration: underline; }

.theme {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 3px;
  border: 1px solid #e0e7ea;
  margin-bottom: 30px;
  height: 150px;
  overflow: hidden; }
  @media only screen and (max-width: 767px) {
    .theme {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto;
      padding-bottom: 20px;
      margin-bottom: 10px; } }
  .theme__image {
    display: block;
    width: 240px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 240px;
    -ms-flex: 0 0 240px;
    flex: 0 0 240px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 1200px) {
      .theme__image {
        width: 150px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 150px;
        -ms-flex: 0 0 150px;
        flex: 0 0 150px; } }
    @media only screen and (max-width: 1023px) {
      .theme__image {
        width: 200px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; } }
    @media only screen and (max-width: 767px) {
      .theme__image {
        width: 100%;
        margin-bottom: 20px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: 180px; } }
  .theme__description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px;
    width: 420px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    align-self: center; }
    @media only screen and (max-width: 1200px) {
      .theme__description {
        padding: 0 10px;
        width: 340px; } }
    @media only screen and (max-width: 767px) {
      .theme__description {
        width: 100%;
        margin-bottom: 20px; } }
  .theme__title {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 767px) {
      .theme__title {
        font-size: 18px; } }
    .theme__title:hover {
      text-decoration: underline; }
  .theme__location {
    width: 100%;
    font-size: 16px;
    color: #6a6c6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .theme__location {
        font-size: 14px;
        margin-bottom: 15px; } }
  .theme__tag {
    font-size: 16px;
    color: #6a6c6f;
    display: inline-block;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .theme__tag {
        font-size: 12px;
        margin-right: 10px; } }
  .theme__container {
    width: 210px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 210px;
    -ms-flex: 0 0 210px;
    flex: 0 0 210px;
    padding: 0 20px;
    border-left: 1px solid #e0e7ea;
    padding-top: 30px; }
    @media only screen and (max-width: 1200px) {
      .theme__container {
        padding: 30px 10px 0; } }
    @media only screen and (max-width: 1023px) {
      .theme__container {
        padding-top: 0;
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }
  .theme__price {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .theme__price {
        font-size: 24px;
        margin-bottom: 10px; } }
  .theme__sup {
    font-size: 18px;
    font-weight: 700; }
    @media only screen and (max-width: 767px) {
      .theme__sup {
        font-size: 14px; } }
  .theme__subtitle {
    font-size: 16px;
    color: #6a6c6f;
    margin-bottom: 2px; }
    @media only screen and (max-width: 767px) {
      .theme__subtitle {
        font-size: 14px; } }

.faq-form {
  display: block;
  width: 770px; }
  @media only screen and (max-width: 1023px) {
    .faq-form {
      width: 100%; } }
  .faq-form__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 767px) {
      .faq-form__row {
        margin-bottom: 20px; } }
  .faq-form__block {
    width: 370px; }
    @media only screen and (max-width: 767px) {
      .faq-form__block {
        width: 100%;
        margin-bottom: 20px; }
        .faq-form__block:last-of-type {
          margin: 0; } }
  .faq-form__input {
    height: 50px; }
  .faq-form__textarea {
    height: 200px;
    padding: 10px;
    resize: none; }
  .faq-form__submit {
    display: block;
    width: 170px;
    line-height: 40px;
    text-align: center; }

.faq {
  margin-bottom: 40px;
  width: 770px; }
  @media only screen and (max-width: 1023px) {
    .faq {
      width: 100%; } }
  .faq__item {
    border-bottom: 1px solid #e0e7ea; }
    .faq__item.active .faq__content {
      display: block; }
  .faq__head {
    font-size: 24px;
    color: #0284cd;
    font-weight: 300;
    padding: 30px 0;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .faq__head {
        font-size: 16px;
        padding: 15px 0; } }
  .faq__content {
    padding: 30px;
    padding-left: 60px;
    background: #fafafa;
    display: none; }
    @media only screen and (max-width: 767px) {
      .faq__content {
        padding: 0;
        padding: 10px; } }

.content {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  max-width: 870px; }
  @media only screen and (max-width: 1023px) {
    .content {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      margin-bottom: 0px; } }

.main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 70px; }
  @media only screen and (max-width: 1200px) {
    .main {
      padding: 0 10px; } }
  @media only screen and (max-width: 1023px) {
    .main {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.sidebar {
  width: 270px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px; }
  @media only screen and (max-width: 1023px) {
    .sidebar {
      width: 100%;
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      margin-left: 0;
      margin-bottom: 10px; } }

.wrapper {
  width: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto; }
  @media only screen and (max-width: 1200px) {
    .wrapper {
      padding-top: 50px; } }

.arrow-prev {
  position: absolute;
  top: 50%;
  left: 40px;
  opacity: .8;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
  transform: translate3d(0, -50%, 0) rotate(180deg);
  cursor: pointer; }
  @media only screen and (max-width: 1500px) {
    .arrow-prev {
      left: 15px; } }
  .arrow-prev svg {
    fill: #fff; }

.arrow-next {
  position: absolute;
  top: 50%;
  right: 40px;
  opacity: .8;
  z-index: 10;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  cursor: pointer; }
  @media only screen and (max-width: 1500px) {
    .arrow-next {
      right: 15px; } }
  .arrow-next svg {
    fill: #fff; }

.breadcrumbs {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 65px; }
  @media only screen and (max-width: 1200px) {
    .breadcrumbs {
      display: none; } }
  .breadcrumbs__item {
    margin-right: 25px;
    position: relative; }
    .breadcrumbs__item::after {
      content: "";
      display: block;
      width: 4px;
      height: 4px;
      background: #fa412c;
      position: absolute;
      top: 7px;
      right: -14px; }
    .breadcrumbs__item:last-of-type::after {
      content: "";
      display: none; }
    .breadcrumbs__item span {
      font-size: 11px;
      color: #fa412c;
      letter-spacing: 0.1em;
      font-weight: 700;
      text-transform: uppercase;
      cursor: default; }
  .breadcrumbs__link {
    text-decoration: none;
    cursor: pointer; }
    .breadcrumbs__link span {
      font-size: 11px;
      color: #6a6c6f;
      letter-spacing: 0.1em;
      font-weight: 700;
      text-transform: uppercase;
      cursor: pointer; }
      .breadcrumbs__link span:hover {
        text-decoration: underline;
        color: #fa412c; }
      .breadcrumbs__link span:active {
        color: #ea6c17; }

.checkbox {
  margin-bottom: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer; }
  @media only screen and (max-width: 767px) {
    .checkbox {
      margin-bottom: 10px; } }
  .checkbox__input {
    display: none; }
    .checkbox__input:checked ~ .checkbox__icon {
      background: #fa3d28;
      border-color: #fa3d28; }
  .checkbox__icon {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin-right: 7px;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .checkbox__icon {
        width: 12px;
        height: 12px;
        margin-right: 4px; } }
  .checkbox__title {
    font-size: 16px;
    color: #6a6c6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 767px) {
      .checkbox__title {
        font-size: 14px; } }
  .checkbox__link {
    font-size: 16px;
    color: #0284cd;
    display: inline-block;
    margin-left: 5px; }
    .checkbox__link:hover {
      text-decoration: underline; }

.cookie {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background: #fbf423;
  z-index: 13;
  display: none; }
  .cookie.visible {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .cookie__container {
    width: 60%;
    text-align: center;
    font-size: 16px;
    color: #000;
    position: relative; }
    @media only screen and (max-width: 1023px) {
      .cookie__container {
        width: 80%; } }
    @media only screen and (max-width: 767px) {
      .cookie__container {
        font-size: 12px; } }
    .cookie__container a {
      font-size: 16px;
      color: #fff;
      margin-left: 5px; }
      @media only screen and (max-width: 767px) {
        .cookie__container a {
          font-size: 12px; } }
      .cookie__container a:hover {
        text-decoration: underline; }
  .cookie__close {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    position: absolute;
    top: 0;
    right: -60px;
    cursor: pointer;
    -webkit-transition: opacity .14s ease-in-out;
    transition: opacity .14s ease-in-out; }
    @media only screen and (min-width: 1025px) {
      .cookie__close:hover {
        opacity: 0.8; } }
    @media only screen and (max-width: 767px) {
      .cookie__close {
        right: -20px; } }
    .cookie__close svg {
      width: 60%;
      height: 60%;
      fill: #fff; }

.empty {
  font-size: 24px;
  color: #999;
  margin: 10px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.filter-open {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #fa3d28;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  position: fixed;
  bottom: 10%;
  right: 3%;
  z-index: 13;
  box-shadow: 0 1px 6px 0 rgba(0, 0, 0, 0.3);
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out;
  display: none;
  /*@include response(1200) {
		display: flex;
	}*/ }
  .filter-open.active .filter-open__decrease {
    display: block; }
  .filter-open.active .filter-open__increase {
    display: none; }
  .filter-open:active {
    background: #f9270f; }
  .filter-open svg {
    fill: #fff;
    width: 25px;
    height: 25px; }
  .filter-open__decrease {
    display: none; }

.footer {
  width: 100%;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background: #f7f6f4;
  border-top: 1px solid #e4e3e1; }
  .footer__container {
    padding: 40px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 1200px) {
      .footer__container {
        padding: 40px 10px; } }
  .footer__title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .footer__title {
        font-size: 14px;
        margin-bottom: 10px; } }
  .footer__language {
    border-radius: 3px;
    width: 170px;
    height: 50px; }
    .footer__language .jcf-select {
      border-radius: 3px;
      width: 100%;
      height: 100%; }
    @media only screen and (max-width: 1023px) {
      .footer__language {
        display: none; } }
  .footer__menu {
    width: 320px; }
    @media only screen and (max-width: 1023px) {
      .footer__menu {
        width: 220px; } }
    @media only screen and (max-width: 767px) {
      .footer__menu {
        width: auto; } }
    .footer__menu .footer__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start;
      height: 140px; }
      @media only screen and (max-width: 767px) {
        .footer__menu .footer__list {
          height: auto;
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
          -ms-flex-direction: row;
          flex-direction: row;
          -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
          flex-wrap: wrap;
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
          justify-content: space-between;
          -webkit-box-align: start;
          -webkit-align-items: flex-start;
          -ms-flex-align: start;
          align-items: flex-start;
          margin-bottom: 30px; } }
    .footer__menu .footer__item {
      margin-right: 20px; }
  @media only screen and (max-width: 767px) {
    .footer__list {
      margin-bottom: 30px;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-box-align: start;
      -webkit-align-items: flex-start;
      -ms-flex-align: start;
      align-items: flex-start; } }
  .footer__item {
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .footer__item {
        margin-right: 20px; } }
  .footer__link {
    font-size: 16px;
    color: #6a6c6f;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    .footer__link:hover {
      color: #fa412c; }
  .footer__subscribe {
    width: 270px; }
    @media only screen and (max-width: 1200px) {
      .footer__subscribe {
        width: 250px; } }
    @media only screen and (max-width: 767px) {
      .footer__subscribe {
        width: 100%; } }
  .footer__form {
    width: 100%;
    height: 50px;
    border: 1px solid #ccc;
    border-radius: 3px;
    background: #fff;
    position: relative; }
  .footer__input {
    display: block;
    width: 100%;
    height: 100%;
    border: none;
    padding: 0 20px;
    padding-right: 60px;
    font-size: 16px;
    color: #6a6c6f; }
    .footer__input::-webkit-input-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .footer__input::-moz-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .footer__input:-ms-input-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .footer__input::placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
  .footer__submit {
    width: 45px;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 50px;
    cursor: pointer; }
    .footer__submit::before {
      content: '';
      display: block;
      width: 1px;
      height: 30px;
      background: #ccc;
      position: absolute;
      top: 50%;
      margin-top: -15px;
      left: 0; }
    .footer__submit:hover svg {
      opacity: 1; }
    .footer__submit svg {
      display: inline-block;
      fill: #fa3d28;
      opacity: .7;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
  .footer__bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e4e3e1;
    height: 60px; }
    @media only screen and (max-width: 767px) {
      .footer__bottom {
        height: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -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;
        padding: 20px 0; } }
  .footer__subtitle {
    font-size: 13px;
    color: #6a6c6f; }
    @media only screen and (max-width: 767px) {
      .footer__subtitle {
        margin-bottom: 10px; } }
    .footer__subtitle a {
      font-weight: 600;
      color: #4a4a4a;
      -webkit-transition: color 0.5s ease;
      transition: color 0.5s ease; }
      .footer__subtitle a:hover {
        color: #202020; }

.social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .social__link {
    width: 24px;
    height: 24px;
    background: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin-left: 14px; }

.favorites {
  width: 40px;
  height: 40px;
  margin-left: 35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }
  @media only screen and (max-width: 1200px) {
    .favorites {
      width: 40px;
      margin: 0;
      height: auto; } }
  .favorites:hover svg {
    fill: #fa3d28; }
  .favorites:hover .favorites__current {
    color: #fa3d28; }
  .favorites svg {
    fill: #6a6c6f;
    opacity: .8;
    -webkit-transition: fill .2s ease-in-out;
    transition: fill .2s ease-in-out; }
  .favorites__current {
    color: #6a6c6f;
    font-weight: 600;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    margin-left: 4px; }

.hamburger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  width: 40px;
  height: 50px;
  margin-left: -8px;
  display: none;
  cursor: pointer; }
  @media only screen and (max-width: 1200px) {
    .hamburger {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }
  .hamburger__icon {
    width: 22px;
    height: 22px;
    position: relative; }
  .hamburger .close .hamburger__inner::before {
    content: '';
    display: none; }
  .hamburger .close .hamburger__inner::after {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 3px;
    width: 100%;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg); }
  .hamburger .close .hamburger__inner {
    position: absolute;
    height: 3px;
    width: 21px;
    top: 8px;
    left: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg); }
  .hamburger__inner {
    width: 100%;
    height: 3px;
    border-radius: 3px;
    background: #000;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    .hamburger__inner::before {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 3px;
      background: #000;
      overflow: hidden;
      position: absolute;
      top: -8px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }
    .hamburger__inner::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      border-radius: 3px;
      background: #000;
      overflow: hidden;
      position: absolute;
      bottom: -8px;
      left: 50%;
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0); }

.header {
  width: 100%;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.08); }
  @media only screen and (max-width: 1200px) {
    .header {
      position: fixed;
      top: 0;
      left: 0;
      z-index: 12;
      border-bottom: 1px solid #e6eaee; } }
  .header__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 80px; }
    @media only screen and (max-width: 1200px) {
      .header__container {
        height: 50px;
        background-color: #fff;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .header__logo {
    width: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__logo img {
      max-height: 100%; }
    @media only screen and (max-width: 1200px) {
      .header__logo {
        width: 75px; }
        .header__logo img {
          max-height: 45px; } }
    @media only screen and (max-width: 767px) {
      .header__logo {
        width: 100px; } }
  .header__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .header__controls {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .header__add {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    white-space: nowrap; }
    @media only screen and (max-width: 1200px) {
      .header__add {
        width: 100%; } }
    .header__add svg {
      fill: #fff;
      overflow: hidden;
      width: 10px;
      height: 10px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 10px;
      -ms-flex: 0 0 10px;
      flex: 0 0 10px; }

.language {
  position: relative;
  cursor: pointer;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  padding-left: 0;
  margin-left: 35px; }
  @media only screen and (max-width: 1200px) {
    .language {
      width: 0;
      height: 0;
      margin: 0; } }
  @media only screen and (min-width: 1025px) {
    .language:hover .language__insert {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
    .language:hover .language__current {
      color: #fa3d28; }
      .language:hover .language__current svg {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg);
        fill: #fa3d28; } }
  .language__current {
    color: #6a6c6f;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .language__current {
        display: none; } }
    .language__current svg {
      margin-left: 7px;
      fill: #6a6c6f;
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }
  .language__insert {
    position: absolute;
    top: 35px;
    left: -2px;
    z-index: 3;
    border-radius: 3px;
    overflow: hidden;
    border: 1px solid #ccc;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .language__insert {
        visibility: visible;
        opacity: 1;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        position: static;
        border: none;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
    .language__insert::before {
      content: '';
      display: block;
      width: 8px;
      height: 8px;
      background: #ccc;
      position: absolute;
      top: 0;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0) rotate(45deg);
      transform: translate3d(-50%, -50%, 0) rotate(45deg);
      z-index: -1; }
      @media only screen and (max-width: 1200px) {
        .language__insert::before {
          display: none; } }
  .language__link {
    width: 60px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    color: #6a6c6f;
    font-weight: 600;
    text-transform: uppercase;
    background: #fff;
    border-bottom: 1px solid #ccc;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .language__link {
        border: none;
        width: 40px;
        height: auto; } }
    .language__link:hover {
      color: #fa3d28; }
    .language__link:last-of-type {
      border: none; }

.menu-mobile {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 50px;
  left: 0;
  -webkit-overflow-scrolling: touch;
  z-index: 11;
  visibility: hidden;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  .menu-mobile.active {
    visibility: visible; }
    .menu-mobile.active .menu-mobile__overlay {
      opacity: .5; }
    .menu-mobile.active .menu-mobile__container {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0); }
  .menu-mobile__overlay {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5;
    z-index: 1;
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
  .menu-mobile__container {
    width: 250px;
    height: calc(100vh - 50px);
    background: #fff;
    -webkit-overflow-scrolling: touch;
    position: relative;
    z-index: 2;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    -webkit-transition: -webkit-transform .2s ease-in-out;
    transition: -webkit-transform .2s ease-in-out;
    transition: transform .2s ease-in-out;
    transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out; }
  .menu-mobile__head {
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #e6eaee;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .menu-mobile__add {
    padding: 10px 15px;
    background: #fff;
    border-bottom: 1px solid #e6eaee;
    min-height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
  .menu-mobile__list {
    height: calc(100vh - 160px);
    padding-bottom: 60px;
    overflow: auto;
    -webkit-overflow-scrolling: touch; }

.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }
  @media only screen and (max-width: 1200px) {
    .menu {
      display: block; } }
  @media only screen and (max-width: 1200px) {
    .menu__item {
      margin: 10px; } }
  .menu__item.active .menu__link {
    color: #fa3d28; }
    .menu__item.active .menu__link::after {
      opacity: 1; }
  .menu__link {
    font-size: 16px;
    color: #6a6c6f;
    font-weight: 600;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    height: 81px;
    padding: 0 13px;
    position: relative;
    -webkit-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .menu__link {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center;
        font-size: 14px;
        color: #161616;
        height: auto;
        padding: 10px 15px; } }
    .menu__link::after {
      content: '';
      display: block;
      width: 100%;
      height: 3px;
      background: #fa3d28;
      position: absolute;
      bottom: 0;
      left: 0;
      opacity: 0;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
    .menu__link:hover {
      color: #fa3d28;
      opacity: 1; }
      .menu__link:hover::after {
        opacity: 1; }

.office {
  width: 46px;
  height: 80px;
  margin-left: 25px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  position: relative; }
  @media only screen and (max-width: 1200px) {
    .office {
      width: 30px;
      height: 50px;
      margin-left: 10px; } }
  .office:hover::after {
    content: '';
    display: block;
    opacity: 1; }
  .office:hover .office__list {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
    @media only screen and (max-width: 1200px) {
      .office:hover .office__list {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0); } }
  .office::after {
    content: '';
    display: block;
    width: 100%;
    height: 3px;
    background: #fa3d28;
    position: absolute;
    bottom: -1px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out; }
  .office.push .office__push {
    visibility: visible;
    opacity: 1; }
  .office.active::after {
    opacity: 1; }
  .office__avatar {
    display: block;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    position: relative;
    border: 1px solid #cdd7da;
    border: 3px solid #efefef; }
    @media only screen and (max-width: 1200px) {
      .office__avatar {
        width: 30px;
        height: 30px; } }
    .office__avatar.sign-in-button {
      cursor: pointer; }
  .office__push {
    width: 20px;
    height: 20px;
    background: #fa3d28;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: -2px;
    right: -7px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .office__push {
        width: 15px;
        height: 15px; } }
    .office__push svg {
      fill: #fff; }
      @media only screen and (max-width: 1200px) {
        .office__push svg {
          width: 8px;
          height: 8px; } }
  .office__list {
    width: 210px;
    border: 1px solid #ccc;
    position: absolute;
    top: 80px;
    left: 50%;
    -webkit-transform: translate3d(-50%, 20px, 0);
    transform: translate3d(-50%, 20px, 0);
    z-index: 3;
    background: #fff;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .office__list {
        top: 50px;
        border-top: none;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        left: 0; } }
  .office__item.active .office__name {
    color: #000; }
  .office__item--out .office__link {
    border: none; }
  .office__item--out .office__name {
    color: #0284cd; }
  .office__link {
    width: 100%;
    height: 40px;
    padding: 0 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #e0e7ea;
    -webkit-transition: background .2s ease-in-out;
    transition: background .2s ease-in-out; }
    .office__link:hover {
      background: #fafafa; }
      .office__link:hover .office__name {
        color: #6a6c6f; }
  .office__name {
    font-size: 16px;
    color: #6a6c6f;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
  .office__current {
    width: 40px;
    height: 22px;
    border-radius: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 600; }
    .office__current--bg {
      background: #fa3d28;
      color: #fff; }

.blog-item {
  width: 370px;
  background: #fff;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .blog-item {
      width: calc(33.333% - 7px);
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .blog-item {
      width: calc(50% - 5px); } }
  .blog-item__image {
    display: block;
    width: 100%;
    height: 220px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    @media only screen and (max-width: 1023px) {
      .blog-item__image {
        height: 150px; } }
  .blog-item__container {
    padding: 30px; }
    @media only screen and (max-width: 1023px) {
      .blog-item__container {
        padding: 10px; } }
  .blog-item__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 10px; }
  .blog-item__type {
    width: 64%;
    font-size: 12px;
    color: #999999;
    text-transform: uppercase; }
  .blog-item__view {
    width: 36%;
    font-size: 12px;
    color: #999999;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .blog-item__view svg {
      margin-right: 5px;
      fill: #999999; }
  .blog-item__title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 10px;
    max-height: 46px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .blog-item__title {
        font-size: 16px;
        margin-bottom: 5px;
        max-height: 38px; } }
    .blog-item__title:hover {
      text-decoration: underline; }
  .blog-item__description {
    font-size: 16px;
    color: #6a6c6f;
    margin-bottom: 15px;
    max-height: 92px;
    overflow: hidden;
    position: relative; }
    @media only screen and (max-width: 767px) {
      .blog-item__description {
        font-size: 14px;
        margin-bottom: 5px;
        max-height: 82px; } }
    .blog-item__description::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
      background: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.9));
      position: absolute;
      bottom: 0;
      left: 0; }
  .blog-item__date {
    font-size: 12px;
    color: #0284cd;
    text-transform: uppercase; }

.chosen-item {
  width: 100%;
  border: 1px solid #e0e7ea;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 1200px) {
    .chosen-item:nth-of-type(3n+3) {
      margin-right: 0; } }
  @media only screen and (max-width: 767px) {
    .chosen-item:nth-of-type(3n+3) {
      margin: 0 auto 10px; } }
  @media only screen and (max-width: 1200px) {
    .chosen-item {
      width: calc(33.33% - 7px);
      border-radius: 3px;
      overflow: hidden;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px;
      margin-right: 10px;
      margin-bottom: 10px;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none; } }
  @media only screen and (max-width: 767px) {
    .chosen-item {
      width: 80%;
      margin-right: 0;
      margin: 0 auto 10px; } }
  @media only screen and (max-width: 413px) {
    .chosen-item {
      width: 100%; } }
  .chosen-item--special .chosen-item__price {
    color: #fa3d28; }
  .chosen-item--special .chosen-item__sup {
    color: #fa3d28; }
  .chosen-item__image {
    width: 270px;
    height: 150px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 1200px) {
      .chosen-item__image {
        width: 100%; } }
  .chosen-item__container {
    width: 550px;
    padding: 0 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 1200px) {
      .chosen-item__container {
        width: 100%;
        padding: 10px; } }
  .chosen-item__section {
    width: 270px;
    border-left: 1px solid #e0e7ea;
    padding: 0 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 1200px) {
      .chosen-item__section {
        width: 100%;
        padding: 0 10px;
        border: none;
        margin-bottom: 10px; } }
  .chosen-item__remove {
    width: 70px;
    border-left: 1px solid #e0e7ea;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    cursor: pointer;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .chosen-item__remove {
        width: 100%;
        height: 50px;
        border: none;
        border-top: 1px solid #e0e7ea; } }
    .chosen-item__remove:hover {
      background: rgba(0, 0, 0, 0.03); }
    .chosen-item__remove svg {
      fill: #6a6c6f;
      -webkit-transition: fill .14s ease-in-out;
      transition: fill .14s ease-in-out; }
  .chosen-item__price {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 15px; }
    @media only screen and (max-width: 1200px) {
      .chosen-item__price {
        font-size: 24px;
        margin-bottom: 10px; } }
  .chosen-item__sup {
    font-size: 18px;
    font-weight: 700;
    margin-left: 6px; }
    @media only screen and (max-width: 1200px) {
      .chosen-item__sup {
        font-size: 14px; } }
  .chosen-item__subtitle {
    font-size: 16px;
    color: #6a6c6f;
    margin-bottom: 5px; }
  .chosen-item__name {
    display: block;
    width: 100%;
    font-size: 24px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    .chosen-item__name:hover {
      text-decoration: underline; }
  .chosen-item__location {
    font-size: 16px;
    color: #6a6c6f;
    margin-bottom: 20px; }
  .chosen-item__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .chosen-item__label {
    font-size: 12px;
    color: #6a6c6f;
    margin-right: 30px;
    margin-bottom: 5px; }
    .chosen-item__label:nth-child(1) {
      font-size: 16px;
      margin-right: 20px; }
    .chosen-item__label:nth-child(2) {
      font-size: 16px;
      margin-right: 20px; }
    @media only screen and (max-width: 1200px) {
      .chosen-item__label {
        width: 50%;
        margin-right: 0; } }

.declaration-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-bottom: 30px;
  outline: 1px solid #e0e7ea;
  border-radius: 3px;
  overflow: hidden;
  background: #fff;
  z-index: 2; }
  @media only screen and (max-width: 1023px) {
    .declaration-item {
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .declaration-item {
      display: block;
      padding-bottom: 30px; } }
  .declaration-item > *:nth-child(1) {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
    @media only screen and (max-width: 767px) {
      .declaration-item > *:nth-child(1) {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: 40px; } }
    .declaration-item > *:nth-child(1) .declaration__title {
      cursor: pointer; }
  .declaration-item > *:nth-child(2) {
    width: 170px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px; }
    @media only screen and (max-width: 767px) {
      .declaration-item > *:nth-child(2) {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 0;
        width: 100%;
        height: 200px;
        display: block; } }
  .declaration-item > *:nth-child(3) {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .declaration-item > *:nth-child(3) {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 0;
        width: 100%; } }
  .declaration-item > *:nth-child(4) {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
    @media only screen and (max-width: 767px) {
      .declaration-item > *:nth-child(4) {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 0; } }
  .declaration-item > *:nth-child(5) {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; }
    @media only screen and (max-width: 767px) {
      .declaration-item > *:nth-child(5) {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }
  .declaration-item__date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 12px;
    color: #6a6c6f; }
  .declaration-item__image {
    width: 100%;
    min-height: 130px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center; }
    @media only screen and (max-width: 767px) {
      .declaration-item__image {
        margin-bottom: 20px; } }
  .declaration-item__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 1200px) {
      .declaration-item__container {
        padding: 20px 0; } }
    @media only screen and (max-width: 767px) {
      .declaration-item__container {
        padding: 0 20px;
        margin-bottom: 20px; } }
  .declaration-item__name {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .declaration-item__name {
        height: 20px;
        overflow: hidden;
        white-space: normal; } }
    .declaration-item__name:hover {
      text-decoration: underline; }
  .declaration-item__location {
    font-size: 16px;
    color: #6a6c6f;
    margin-bottom: 20px; }
  .declaration-item__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .declaration-item__label {
    font-size: 14px;
    color: #0284cd;
    margin-right: 10px; }
    .declaration-item__label:first-child {
      margin-right: 35px; }
      @media only screen and (max-width: 767px) {
        .declaration-item__label:first-child {
          margin-right: 10px;
          font-size: 12px;
          margin-right: 5px; } }
    .declaration-item__label:last-child {
      margin-right: 0; }
  .declaration-item__link {
    display: inline-block;
    font-size: 14px;
    color: #0284cd;
    margin-right: 10px;
    cursor: pointer; }
    .declaration-item__link:hover {
      text-decoration: underline; }
    @media only screen and (max-width: 767px) {
      .declaration-item__link {
        font-size: 12px;
        margin-right: 5px; } }
  .declaration-item__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    border-left: 1px solid #e0e7ea;
    padding: 0 20px; }
    @media only screen and (max-width: 767px) {
      .declaration-item__options {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    .declaration-item__options .declaration-item__link {
      margin-bottom: 15px; }
      .declaration-item__options .declaration-item__link:last-of-type {
        margin-bottom: 0; }
  .declaration-item__mail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    border-left: 1px solid #e0e7ea; }
    @media only screen and (max-width: 767px) {
      .declaration-item__mail {
        height: 50px;
        margin-bottom: 20px;
        border: none; } }
  .declaration-item__icon {
    position: relative; }
    .declaration-item__icon svg {
      fill: #6a6c6f; }
  .declaration-item__current {
    padding: 4px 10px;
    border-radius: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 13px;
    color: #ffffff;
    font-weight: 600;
    background: #6a6c6f;
    position: absolute;
    bottom: 0;
    right: 0;
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0); }
    .declaration-item__current--bg {
      background: #fa3d28; }
  .declaration-item__disabled {
    font-size: 14px;
    color: #6a6c6f;
    margin-bottom: 10px; }
  .declaration-item .account__view {
    width: 100%;
    font-size: 10px; }

.item {
  width: 270px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 30px;
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 270px;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px; }
  @media only screen and (max-width: 1200px) {
    .item {
      margin-right: 10px;
      margin-bottom: 0; } }
  .item:nth-of-type(4n+4) {
    margin-right: 0; }
    @media only screen and (max-width: 1200px) {
      .item:nth-of-type(4n+4) {
        margin-right: 10px; } }
  .item__container {
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    position: relative;
    display: block; }
    @media only screen and (min-width: 1025px) {
      .item__container:hover::before {
        opacity: .5; }
      .item__container:hover .item__zoom {
        opacity: .8; } }
    .item__container::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #383131;
      opacity: 0;
      -webkit-transition: opacity .2s ease-in-out;
      transition: opacity .2s ease-in-out; }
  .item__zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    -webkit-transition: opacity .2s ease-in-out;
    transition: opacity .2s ease-in-out;
    z-index: 2; }
    .item__zoom svg {
      fill: #fff; }
  .item__price {
    font-size: 18px;
    color: #ffffff;
    font-weight: 700;
    position: absolute;
    left: 20px;
    bottom: 15px;
    z-index: 2; }
  .item__description {
    width: 100%;
    height: 60px;
    padding: 0 20px;
    border-left: 1px solid #e0e7ea;
    border-right: 1px solid #e0e7ea;
    border-bottom: 1px solid #e0e7ea;
    overflow: hidden;
    display: block;
    padding-top: 10px; }
  .item__title {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 2px;
    display: block;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden; }
    .item__title:hover {
      -webkit-text-decoration-style: solid;
      text-decoration-style: solid;
      -webkit-text-decoration-color: #7f7f7f;
      text-decoration-color: #7f7f7f;
      -webkit-text-decoration-line: underline;
      text-decoration-line: underline; }
  .item__subtitle {
    color: #6a6c6f;
    font-weight: 600; }

.message-item {
  border: 1px solid #e0e7ea;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-transition: background .14s ease-in-out;
  transition: background .14s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .message-item {
      display: block;
      height: auto; } }
  .message-item.active {
    background: #fafafa; }
  .message-item__section {
    width: 268px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    border-right: 1px solid #e0e7ea;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 268px;
    -ms-flex: 0 0 268px;
    flex: 0 0 268px; }
    @media only screen and (max-width: 767px) {
      .message-item__section {
        width: 100%;
        border: none;
        border-bottom: 1px solid #e0e7ea;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
        margin-bottom: 20px; } }
  .message-item__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 0 20px;
    max-width: 460px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 767px) {
      .message-item__container {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-bottom: 20px; } }
  .message-item__label {
    display: block;
    margin-right: 7px;
    cursor: pointer; }
  .message-item__hidden {
    display: none; }
    .message-item__hidden:checked ~ .message-item__icon {
      background: #ffc000;
      border-color: #ffc000; }
  .message-item__icon {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
  .message-item__date {
    font-size: 12px;
    color: #6a6c6f;
    margin-right: 10px; }
  .message-item__name {
    width: 135px;
    font-size: 16px;
    font-weight: 600;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .message-item__name {
        width: auto;
        font-size: 14px; } }
    .message-item__name:hover {
      text-decoration: underline; }
  .message-item__current {
    display: inline-block;
    font-size: 16px;
    color: #6a6c6f; }
  .message-item__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .message-item__title {
        height: 20px;
        overflow: hidden;
        white-space: normal; } }
    .message-item__title:hover {
      text-decoration: underline; }
  .message-item__subtitle {
    display: block;
    width: 100%;
    font-size: 16px;
    color: #6a6c6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    @media only screen and (max-width: 1200px) {
      .message-item__subtitle {
        height: 18px;
        overflow: hidden;
        white-space: normal; } }
    @media only screen and (max-width: 767px) {
      .message-item__subtitle {
        font-size: 14px;
        height: 16px; } }
  .message-item__favorite {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    width: 70px;
    border-left: 1px solid #e0e7ea;
    cursor: pointer;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px; }
    @media only screen and (max-width: 767px) {
      .message-item__favorite {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: 40px;
        border: none;
        border-top: 1px solid #e0e7ea; } }
    .message-item__favorite.active svg {
      fill: rgba(250, 61, 40, 0.8); }
    .message-item__favorite svg {
      fill: #6a6c6f;
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }
  .message-item__remove {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    width: 70px;
    border-left: 1px solid #e0e7ea;
    cursor: pointer;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px; }
    @media only screen and (max-width: 767px) {
      .message-item__remove {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: 40px;
        border: none;
        border-top: 1px solid #e0e7ea; } }
    .message-item__remove:hover {
      background: rgba(0, 0, 0, 0.03); }
    .message-item__remove svg {
      fill: #6a6c6f;
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }

.news-item {
  width: 370px;
  border-radius: 3px;
  overflow: hidden;
  margin-right: 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 370px;
  -ms-flex: 0 0 370px;
  flex: 0 0 370px; }
  @media only screen and (max-width: 1200px) {
    .news-item {
      margin-right: 10px;
      margin-bottom: 0; } }
  @media only screen and (max-width: 767px) {
    .news-item {
      width: 270px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 270px;
      -ms-flex: 0 0 270px;
      flex: 0 0 270px; } }
  .news-item:nth-of-type(3) {
    margin-right: 0; }
    @media only screen and (max-width: 1200px) {
      .news-item:nth-of-type(3) {
        margin-right: 10px; } }
  .news-item__image {
    width: 100%;
    height: 170px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    display: block; }
  .news-item__container {
    width: 100%;
    height: 190px;
    padding: 20px;
    border-left: 1px solid #e0e7ea;
    border-right: 1px solid #e0e7ea;
    border-bottom: 1px solid #e0e7ea;
    background: #fff; }
    @media only screen and (max-width: 767px) {
      .news-item__container {
        padding: 10px;
        height: 150px; } }
  .news-item__title {
    display: inline-block;
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 15px;
    max-height: 48px;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      .news-item__title {
        font-size: 16px;
        margin-bottom: 10px;
        max-height: 36px; } }
    .news-item__title:hover {
      text-decoration: underline; }
  .news-item__description {
    font-size: 15px;
    color: #6a6c6f;
    max-height: 52px;
    overflow: hidden;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .news-item__description {
        font-size: 14px;
        max-height: 49px;
        margin-bottom: 10px; } }
  .news-item__date {
    font-size: 13px;
    color: #0284cd;
    text-transform: uppercase; }
    @media only screen and (max-width: 1200px) {
      .news-item__date {
        font-size: 12px; } }

.payment-item {
  border: 1px solid #e0e7ea;
  border-radius: 3px;
  margin-bottom: 20px;
  width: 100%;
  height: 80px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch; }
  @media only screen and (max-width: 767px) {
    .payment-item {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: center;
      -webkit-align-items: center;
      -ms-flex-align: center;
      align-items: center;
      height: auto; } }
  .payment-item__date {
    text-align: center;
    width: 98px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 12px;
    color: #6a6c6f;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 98px;
    -ms-flex: 0 0 98px;
    flex: 0 0 98px; }
    @media only screen and (max-width: 767px) {
      .payment-item__date {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: 40px; } }
  .payment-item__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-right: 30px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 767px) {
      .payment-item__container {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0 10px;
        margin-bottom: 20px; } }
  .payment-item__title {
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    margin-bottom: 10px;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .payment-item__title {
        font-size: 16px;
        margin-bottom: 5px; } }
    @media only screen and (max-width: 1200px) {
      .payment-item__title {
        height: 20px;
        overflow: hidden;
        white-space: normal; } }
    .payment-item__title:hover {
      text-decoration: underline; }
  .payment-item__subtitle {
    font-size: 14px;
    color: #6a6c6f;
    display: inline-block;
    cursor: pointer; }
    .payment-item__subtitle:hover {
      text-decoration: underline; }
  .payment-item__controls {
    width: 200px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    border-left: 1px solid #e0e7ea;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 200px;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px; }
    @media only screen and (max-width: 767px) {
      .payment-item__controls {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        border: none;
        margin-bottom: 20px; } }
  .payment-item__btn {
    width: 150px;
    height: 26px;
    font-size: 13px; }
  .payment-item__remove {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    width: 70px;
    border-left: 1px solid #e0e7ea;
    cursor: pointer;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 70px;
    -ms-flex: 0 0 70px;
    flex: 0 0 70px; }
    @media only screen and (max-width: 767px) {
      .payment-item__remove {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        height: 40px;
        border: none;
        border-top: 1px solid #e0e7ea; } }
    .payment-item__remove:hover {
      background: rgba(0, 0, 0, 0.03); }
    .payment-item__remove svg {
      fill: #6a6c6f; }

.search-item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #e0e7ea;
  border-radius: 3px;
  overflow: hidden;
  margin-bottom: 30px; }
  @media only screen and (max-width: 767px) {
    .search-item {
      width: 100%;
      display: block;
      margin-bottom: 10px;
      padding-bottom: 30px; } }
  .search-item__image {
    display: block;
    width: 268px;
    min-height: 280px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 268px;
    -ms-flex: 0 0 268px;
    flex: 0 0 268px; }
    @media only screen and (max-width: 1023px) {
      .search-item__image {
        width: 200px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; } }
    @media only screen and (max-width: 767px) {
      .search-item__image {
        width: 100%;
        min-height: 0;
        height: 200px;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-bottom: 20px; } }
  .search-item__container {
    position: relative;
    width: 370px;
    padding: 30px 25px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 767px) {
      .search-item__container {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        padding: 0 10px;
        margin-bottom: 20px; } }
  .search-item__favorite {
    width: 30px;
    height: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    cursor: pointer;
    position: absolute;
    top: 30px;
    right: 10px; }
    @media only screen and (max-width: 767px) {
      .search-item__favorite {
        top: -10px; } }
    .search-item__favorite.active svg {
      fill: #fa3d28; }
    .search-item__favorite svg {
      fill: #adadad;
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }
  .search-item__name {
    display: inline-block;
    font-size: 24px;
    font-weight: 600;
    max-height: 54px;
    overflow: hidden;
    padding-right: 30px; }
    @media only screen and (max-width: 767px) {
      .search-item__name {
        font-size: 18px; } }
    .search-item__name:hover {
      text-decoration: underline; }
  .search-item__location {
    font-size: 16px;
    color: #6a6c6f;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .search-item__location {
        font-size: 14px;
        margin-bottom: 10px; } }
  .search-item__block {
    margin-bottom: 15px; }
  .search-item__subtitle {
    font-size: 16px;
    color: #6a6c6f; }
    @media only screen and (max-width: 767px) {
      .search-item__subtitle {
        font-size: 14px; } }
  .search-item__section {
    width: 230px;
    padding: 40px 25px;
    border-left: 1px solid #e0e7ea;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 230px;
    -ms-flex: 0 0 230px;
    flex: 0 0 230px; }
    @media only screen and (max-width: 767px) {
      .search-item__section {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        border: none;
        padding: 0 10px; } }
  .search-item__price {
    font-size: 30px;
    color: #fa3d28;
    font-weight: 700;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .search-item__price {
        font-size: 24px;
        margin-bottom: 10px; } }
  .search-item__sup {
    font-size: 18px;
    color: #fa3d28;
    font-weight: 700;
    margin-left: 6px; }
    @media only screen and (max-width: 767px) {
      .search-item__sup {
        font-size: 14px;
        margin-left: 4px; } }
  .search-item__variables {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin-bottom: 20px;
    min-height: 66px; }
    @media only screen and (max-width: 767px) {
      .search-item__variables {
        min-height: 0;
        margin-bottom: 10px; } }
  .search-item__icon {
    width: 25%;
    height: 23px;
    margin-bottom: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    opacity: .4; }
  .search-item__type {
    color: #6a6c6f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    .search-item__type svg {
      fill: #fa3d28;
      margin-right: 6px; }
    .search-item__type img {
      margin-right: 6px; }
  .search-item.highlighted {
    background-color: #fbf423; }
    .search-item.highlighted .search-item__location {
      font-size: 16px;
      color: #090909; }
    .search-item.highlighted .search-item__subtitle {
      font-size: 16px;
      color: #090909; }
    .search-item.highlighted .search-item__favorite.active svg {
      fill: #fa3d28; }
    .search-item.highlighted .search-item__favorite svg {
      fill: #fefefe;
      -webkit-transition: fill .2s ease-in-out;
      transition: fill .2s ease-in-out; }
    .search-item.highlighted .search-item__type {
      color: #090909; }
    .search-item.highlighted .search-item__icon {
      opacity: .8; }

.more {
  margin-bottom: 80px; }
  @media only screen and (max-width: 1200px) {
    .more {
      padding: 0;
      margin-bottom: 50px; } }
  .more__heading {
    font-size: 36px;
    font-weight: 600;
    margin-bottom: 40px; }
    @media only screen and (max-width: 1200px) {
      .more__heading {
        font-size: 24px;
        padding: 0 10px;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .more__heading {
        font-size: 16px; } }
  .more__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .more__list {
        height: 230px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-left: 10px; }
        .more__list::after {
          content: '';
          display: block;
          width: 10px;
          height: 10px;
          background: none;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 1px;
          -ms-flex: 0 0 1px;
          flex: 0 0 1px; } }

.pagination {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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; }
  @media only screen and (max-width: 960px) {
    .pagination {
      -webkit-box-pack: center;
      -webkit-justify-content: center;
      -ms-flex-pack: center;
      justify-content: center; } }
  .pagination li {
    margin: 0 -1px; }
    @media only screen and (max-width: 760px) {
      .pagination li {
        display: none; } }
    .pagination li.active {
      z-index: 1; }
      .pagination li.active span {
        background: #fa3d28;
        border-color: #fa3d28;
        color: #fff; }
    .pagination li.disabled span {
      opacity: 0.4;
      background: #f0f0f0;
      overflow: hidden; }
    @media only screen and (max-width: 760px) {
      .pagination li:first-of-type {
        display: block; } }
    .pagination li:first-of-type a, .pagination li:first-of-type span {
      width: 150px;
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px;
      overflow: hidden; }
      .pagination li:first-of-type a svg, .pagination li:first-of-type span svg {
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
        margin-right: 8px; }
    @media only screen and (max-width: 760px) {
      .pagination li:last-of-type {
        display: block; } }
    .pagination li:last-of-type a, .pagination li:last-of-type span {
      width: 150px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px;
      overflow: hidden; }
      .pagination li:last-of-type a svg, .pagination li:last-of-type span svg {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        margin-left: 8px; }
    .pagination li--dots a {
      cursor: default; }
      .pagination li--dots a:hover {
        color: #6a6c6f; }
  .pagination a, .pagination span {
    display: block;
    width: 50px;
    height: 50px;
    background: #fff;
    border: 1px solid #ccc;
    font-size: 16px;
    color: #6a6c6f;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    -webkit-transition: box-shadow .2s ease-in-out;
    transition: box-shadow .2s ease-in-out;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    .pagination a svg, .pagination span svg {
      fill: #6a6c6f;
      -webkit-transition: fill .14s ease-in-out;
      transition: fill .14s ease-in-out; }
  .pagination span {
    cursor: default; }
  .pagination a:hover {
    color: #fa3d28; }
    .pagination a:hover svg {
      fill: #fa3d28; }

.declaration__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .declaration__heading {
      font-size: 16px;
      margin-bottom: 10px;
      display: none; } }

.declaration__nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }

.declaration__item {
  width: 33.333%; }
  .declaration__item:first-child .declaration__link {
    border-top-left-radius: 3px; }
  .declaration__item:last-child .declaration__link {
    border-top-right-radius: 3px; }
  @media only screen and (max-width: 767px) {
    .declaration__item {
      width: 100%;
      margin-bottom: 10px; } }
  .declaration__item.active .declaration__link {
    color: #fff;
    border-color: #fa412c;
    background: #fa412c; }
    .declaration__item.active .declaration__link svg {
      fill: #fff; }
    .declaration__item.active .declaration__link::after {
      display: none; }

.declaration__link {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  font-size: 16px;
  color: #6a6c6f;
  border: 1px solid #ccc;
  position: relative;
  background: #fafafa;
  -webkit-transition: all .14s ease-in-out;
  transition: all .14s ease-in-out; }
  .declaration__link:hover {
    background: #ff9500;
    border-color: #ff9500;
    color: #fff; }
    .declaration__link:hover svg {
      fill: #fff; }
    .declaration__link:hover::after {
      content: '';
      display: block;
      background: #ff9500; }
  .declaration__link::after {
    content: '';
    display: block;
    width: calc(100% + 2px);
    height: 4px;
    background: #fa412c;
    position: absolute;
    bottom: -1px;
    left: -1px;
    z-index: 1;
    -webkit-transition: background .14s ease-in-out;
    transition: background .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .declaration__link::after {
        display: none; } }
  .declaration__link svg {
    fill: #6a6c6f;
    margin-right: 8px;
    -webkit-transition: fill .14s ease-in-out;
    transition: fill .14s ease-in-out; }

.declaration__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  border-top: 1px solid #e0e7ea;
  border-bottom: 1px solid #e0e7ea; }
  @media only screen and (max-width: 767px) {
    .declaration__row {
      display: none; } }

.declaration__column {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .declaration__column:nth-of-type(1) {
    width: 100px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 100px;
    -ms-flex: 0 0 100px;
    flex: 0 0 100px; }
    .declaration__column:nth-of-type(1) .declaration__title {
      cursor: pointer; }
  .declaration__column:nth-of-type(2) {
    width: 170px;
    margin-right: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 170px;
    -ms-flex: 0 0 170px;
    flex: 0 0 170px; }
  .declaration__column:nth-of-type(3) {
    margin-right: 20px;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
  .declaration__column:nth-of-type(4) {
    width: 80px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 80px;
    -ms-flex: 0 0 80px;
    flex: 0 0 80px; }
  .declaration__column:nth-of-type(5) {
    width: 120px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 120px;
    -ms-flex: 0 0 120px;
    flex: 0 0 120px; }

.declaration__title {
  font-size: 12px;
  color: #6a6c6f;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media only screen and (max-width: 1200px) {
    .declaration__title {
      font-size: 10px; } }
  .declaration__title svg {
    fill: #6a6c6f;
    margin-left: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.features__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .features__heading {
      font-size: 16px;
      margin-bottom: 10px; } }

.features__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding-bottom: 50px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e0e7ea; }
  @media only screen and (max-width: 1200px) {
    .features__list {
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }

.features__item {
  display: block;
  width: 270px;
  padding-right: 30px;
  margin-right: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.07); }
  @media only screen and (max-width: 1200px) {
    .features__item {
      width: 33.333%;
      margin: 0;
      padding-left: 10px;
      padding-right: 10px;
      border: none; } }
  @media only screen and (max-width: 767px) {
    .features__item {
      width: 100%;
      margin-bottom: 20px;
      padding: 0; } }
  @media only screen and (max-width: 1200px) {
    .features__item:first-of-type {
      padding-left: 0; } }
  .features__item:last-of-type {
    margin-right: 0;
    border: none; }

.features__title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 25px; }
  @media only screen and (max-width: 767px) {
    .features__title {
      font-size: 14px;
      margin-bottom: 10px; } }

.features__input {
  width: 100%;
  height: 50px;
  margin-bottom: 20px; }
  @media only screen and (max-width: 767px) {
    .features__input {
      height: 40px;
      margin-bottom: 10px; } }

.features__submit {
  width: 100%;
  height: 40px;
  line-height: 40px;
  display: block;
  text-align: center;
  background: #fafafa;
  margin-left: 0; }
  @media only screen and (max-width: 1200px) {
    .features__submit {
      max-width: 240px; } }
  @media only screen and (max-width: 767px) {
    .features__submit {
      max-width: 100%; } }

.features__alerts {
  padding-right: 30px; }
  @media only screen and (max-width: 767px) {
    .features__alerts {
      padding-right: 0; } }

.features__section {
  width: 600px;
  height: 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto; }
  @media only screen and (max-width: 1200px) {
    .features__section {
      -webkit-box-flex: 0;
      -webkit-flex: none;
      -ms-flex: none;
      flex: none;
      width: 100%;
      margin-bottom: 10px; } }
  @media only screen and (max-width: 767px) {
    .features__section {
      height: auto; } }

.features .checkbox {
  width: 50%; }

.payment__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .payment__heading {
      font-size: 16px;
      margin-bottom: 10px;
      display: none; } }

.payment__row {
  width: 100%;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  border-top: 1px solid #e0e7ea;
  border-bottom: 1px solid #e0e7ea; }
  @media only screen and (max-width: 767px) {
    .payment__row {
      height: auto;
      padding: 10px 0; } }

.payment__column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .payment__column {
      width: 100%; } }
  @media only screen and (max-width: 767px) {
    .payment__column:first-of-type {
      display: none; } }

.payment__date {
  width: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .payment__date .payment__title {
    cursor: pointer; }
  .payment__date svg {
    fill: #6a6c6f;
    margin-left: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.payment__title {
  font-size: 12px;
  color: #6a6c6f;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  @media only screen and (max-width: 767px) {
    .payment__title {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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;
      width: 100%;
      margin-bottom: 15px; } }
  .payment__title svg {
    fill: #6a6c6f;
    margin-left: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.payment__balance {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  font-size: 12px;
  color: #fa3d28;
  text-transform: uppercase; }
  @media only screen and (max-width: 767px) {
    .payment__balance {
      width: 100%;
      margin-bottom: 15px; } }

.payment__total {
  font-size: 18px;
  color: #fa3d28;
  font-weight: 600;
  margin-left: 6px;
  text-transform: none; }

.payment__add {
  width: 110px;
  height: 26px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background: #fa3d28;
  overflow: hidden;
  border-radius: 3px;
  font-size: 13px;
  color: #fff;
  text-transform: uppercase;
  margin-left: 30px;
  cursor: pointer;
  -webkit-transition: background .2s ease-in-out;
  transition: background .2s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .payment__add {
      margin: 0 auto; } }
  .payment__add:hover {
    background: #ff9500; }
  .payment__add:active {
    background: #ea6c17; }

.payment form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%; }

.personal-message__heading {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 15px; }
  @media only screen and (max-width: 767px) {
    .personal-message__heading {
      display: none; } }

.personal-message__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 10px;
  border-top: 1px solid #e0e7ea;
  border-bottom: 1px solid #e0e7ea; }

.personal-message__column {
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  @media only screen and (max-width: 767px) {
    .personal-message__column {
      display: none; } }
  .personal-message__column:nth-of-type(1) {
    width: 110px; }
    .personal-message__column:nth-of-type(1) .personal-message__title {
      cursor: pointer; }
  .personal-message__column:nth-of-type(2) {
    width: 180px; }
  .personal-message__column:nth-of-type(3) {
    width: 260px; }
    @media only screen and (max-width: 1200px) {
      .personal-message__column:nth-of-type(3) {
        width: 94px; } }
  .personal-message__column:nth-of-type(4) {
    width: 320px; }
    @media only screen and (max-width: 1200px) {
      .personal-message__column:nth-of-type(4) {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 1023px) {
      .personal-message__column:nth-of-type(4) {
        width: 364px; } }
    @media only screen and (max-width: 767px) {
      .personal-message__column:nth-of-type(4) {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 100%; } }

.personal-message__block {
  width: 140px; }
  .personal-message__block:last-child {
    margin-left: 20px; }
    @media only screen and (max-width: 1200px) {
      .personal-message__block:last-child {
        margin-left: 5px; } }

.personal-message__title {
  font-size: 12px;
  color: #6a6c6f;
  text-transform: uppercase;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex; }
  .personal-message__title svg {
    fill: #6a6c6f;
    margin-left: 8px;
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

.personal-message .jcf-select {
  height: 26px;
  background: #fafafa;
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 3px; }

.personal-message .jcf-list .jcf-option {
  height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 10px;
  padding-right: 10px;
  border: none;
  font-size: 13px;
  color: #6a6c6f;
  line-height: 30px; }
  .personal-message .jcf-list .jcf-option:hover {
    color: #fa3d28; }

.personal-message .jcf-list .jcf-option,
.personal-message .jcf-list ul li {
  border-bottom: 1px solid #ccc; }

.personal-message .jcf-select .jcf-select-text span {
  font-size: 13px;
  color: #6a6c6f; }

.personal-message__label {
  display: block;
  margin-right: 7px;
  cursor: pointer; }

.personal-message__hidden {
  display: none; }
  .personal-message__hidden:checked ~ .personal-message__icon {
    background: #ffc000;
    border-color: #ffc000; }

.personal-message__icon {
  width: 16px;
  height: 16px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
  -webkit-transition: all .14s ease-in-out;
  transition: all .14s ease-in-out; }

.personal-message .jcf-select {
  min-width: 0; }

.personal-sidebar {
  width: 100%;
  border: 1px solid #e0e7ea;
  border-radius: 3px;
  overflow: hidden; }
  .personal-sidebar__container {
    padding: 30px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .personal-sidebar__avatar {
    width: 170px;
    height: 170px;
    border-radius: 50%;
    overflow: hidden;
    margin-bottom: 20px; }
  .personal-sidebar__user {
    font-size: 24px;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .personal-sidebar__user {
        font-size: 18px; } }
  .personal-sidebar__location {
    font-size: 16px;
    color: #6a6c6f; }
    @media only screen and (max-width: 767px) {
      .personal-sidebar__location {
        font-size: 14px; } }
  .personal-sidebar__item.active .personal-sidebar__name {
    color: #000; }
  .personal-sidebar__link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    border-top: 1px solid #e0e7ea;
    padding: 10px 0;
    padding-left: 30px;
    padding-right: 10px; }
    .personal-sidebar__link:hover .personal-sidebar__name {
      color: #fa3d28; }
  .personal-sidebar__name {
    font-size: 16px;
    color: #6a6c6f;
    -webkit-transition: color .14s ease-in-out;
    transition: color .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .personal-sidebar__name {
        font-size: 14px; } }
  .personal-sidebar__current {
    width: 40px;
    height: 22px;
    border-radius: 11px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 13px;
    color: #6a6c6f;
    font-weight: 600; }
    .personal-sidebar__current--bg {
      background: #fa3d28;
      color: #fff; }
  .personal-sidebar__sign-up {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 30px;
    font-size: 16px;
    color: #0284cd;
    cursor: pointer;
    border-top: 1px solid #e0e7ea;
    -webkit-transition: color 0.14s ease-in-out;
    transition: color 0.14s ease-in-out; }
    .personal-sidebar__sign-up::first-letter {
      text-transform: uppercase; }
    .personal-sidebar__sign-up:hover {
      color: #05a4fd; }

.personal {
  margin-bottom: 30px; }
  @media only screen and (max-width: 1200px) {
    .personal {
      padding-top: 20px; } }
  .personal__container {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 1023px) {
      .personal__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
  .personal__sidebar {
    width: 270px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 270px;
    -ms-flex: 0 0 270px;
    flex: 0 0 270px;
    margin-right: 30px; }
    @media only screen and (max-width: 1023px) {
      .personal__sidebar {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        margin-right: 0; } }
  .personal__content {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 870px; }
    @media only screen and (max-width: 1023px) {
      .personal__content {
        width: 100%;
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none; } }
  .personal .cd-schedule .event-modal .event-info {
    overflow: scroll; }

.actions {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  visibility: hidden;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .actions {
      display: block;
      padding: 50px 10px;
      overflow: auto; } }
  .actions.visible {
    visibility: visible;
    opacity: 1; }
  .actions__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5; }
  .actions__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .actions__close {
        right: -8px; } }
    .actions__close:hover svg {
      fill: #ff9500; }
    .actions__close:active svg {
      fill: #ea6c17; }
    .actions__close svg {
      fill: #fff;
      -webkit-transition: fill .14s ease-in-out;
      transition: fill .14s ease-in-out; }
  .actions__container {
    display: block;
    position: relative;
    z-index: 2;
    width: 580px;
    margin: 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 30px 20px; }
    @media only screen and (max-width: 767px) {
      .actions__container {
        width: 100%;
        max-width: 430px;
        padding: 30px 10px 10px; } }
  .actions__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .actions__title {
        font-size: 18px; } }
  .actions__description {
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .actions__description {
        font-size: 12px;
        line-height: 16px; } }
  .actions__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 40px; }
  .actions__label {
    font-size: 16px;
    color: #6a6c6f;
    line-height: 20px; }
    @media only screen and (max-width: 767px) {
      .actions__label {
        font-size: 12px; } }
  .actions__price {
    font-size: 16px;
    color: #6a6c6f;
    line-height: 20px;
    margin-left: 30px; }
    @media only screen and (max-width: 767px) {
      .actions__price {
        font-size: 14px; } }
  .actions__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .actions__button {
    display: inline-block;
    width: auto;
    padding: 0 15px;
    margin-left: 10px; }
    @media only screen and (max-width: 767px) {
      .actions__button {
        width: 100%;
        margin-bottom: 10px;
        margin-left: 0;
        font-size: 10px; } }

.sign-in {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  visibility: hidden;
  opacity: 0;
  -webkit-overflow-scrolling: touch;
  -webkit-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .sign-in {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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;
      padding: 50px 10px;
      overflow: auto; } }
  .sign-in.visible {
    visibility: visible;
    opacity: 1; }
  .sign-in__overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #000;
    opacity: .5; }
  .sign-in__close {
    width: 40px;
    height: 40px;
    position: absolute;
    top: -40px;
    right: -40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .sign-in__close {
        right: -8px; } }
    .sign-in__close:hover svg {
      fill: #ff9500; }
    .sign-in__close:active svg {
      fill: #ea6c17; }
    .sign-in__close svg {
      fill: #fff;
      -webkit-transition: fill .14s ease-in-out;
      transition: fill .14s ease-in-out; }
  .sign-in__form {
    display: block;
    position: relative;
    z-index: 2;
    width: 430px;
    margin: 0 auto 0 auto;
    background: #fff;
    border-radius: 3px;
    box-shadow: 0px 20px 20px 0px rgba(0, 0, 0, 0.2);
    padding: 50px 30px 0; }
    .sign-in__form:nth-child(2) {
      margin: 0; }
    @media only screen and (max-width: 767px) {
      .sign-in__form {
        width: 100%;
        max-width: 430px;
        padding: 30px 10px 0; } }
  .sign-in__heading {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin-bottom: 20px;
    font-size: 36px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .sign-in__heading {
        font-size: 24px; } }
  .sign-in__input {
    resize: none;
    padding: 15px 20px;
    margin-bottom: 20px; }
    .sign-in__input::-webkit-input-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .sign-in__input::-moz-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .sign-in__input:-ms-input-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .sign-in__input::placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
      @media only screen and (max-width: 767px) {
        .sign-in__input::-webkit-input-placeholder {
          font-size: 12px; }
        .sign-in__input::-moz-placeholder {
          font-size: 12px; }
        .sign-in__input:-ms-input-placeholder {
          font-size: 12px; }
        .sign-in__input::placeholder {
          font-size: 12px; } }
  .sign-in__options {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px; }
    .sign-in__options .checkbox {
      margin-bottom: 0; }
      @media only screen and (max-width: 767px) {
        .sign-in__options .checkbox {
          margin-bottom: 0; } }
  .sign-in__remind {
    font-size: 16px;
    color: #0284cd;
    -webkit-transition: text-decoration 3.14s ease-in-out;
    transition: text-decoration 3.14s ease-in-out;
    cursor: pointer; }
    .sign-in__remind a {
      color: #0284cd;
      font-size: 16px; }
    .sign-in__remind:hover {
      text-decoration: underline; }
  .sign-in__submit {
    width: 100%;
    display: block;
    line-height: 40px;
    text-align: center;
    margin-bottom: 30px; }
  .sign-in__container {
    border-bottom: 1px solid #e0e7ea; }
  .sign-in__controls {
    width: 100%;
    height: 100px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .sign-in__title {
    font-size: 16px;
    color: #6a6c6f;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 767px) {
      .sign-in__title {
        font-size: 14px; } }
  .sign-in__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    width: 275px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 275px;
    -ms-flex: 0 0 275px;
    flex: 0 0 275px; }
    @media only screen and (max-width: 767px) {
      .sign-in__list {
        width: 200px;
        -webkit-box-flex: 0;
        -webkit-flex: 0 0 200px;
        -ms-flex: 0 0 200px;
        flex: 0 0 200px; } }
  .sign-in__item {
    width: 34px;
    height: 34px;
    margin-left: 20px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
    .sign-in__item svg {
      fill: #fff; }
    @media only screen and (max-width: 767px) {
      .sign-in__item {
        width: 30px;
        height: 30px;
        margin-left: 10px; }
        .sign-in__item:first-of-type {
          margin-left: 0; } }
    .sign-in__item img {
      display: block;
      width: 100%;
      height: 100%; }
  .sign-in__check-in {
    width: 100%;
    height: 70px;
    font-size: 24px;
    color: #0284cd;
    font-weight: 300;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    cursor: pointer;
    border-top: 1px solid #e0e7ea; }
    @media only screen and (max-width: 767px) {
      .sign-in__check-in {
        height: 40px;
        font-size: 18px; } }
    .sign-in__check-in:hover {
      text-decoration: underline; }
  .sign-in .facebook {
    background: #3c5899; }
  .sign-in .twitter {
    background: #41abe1; }
  .sign-in .gp {
    background: #d95032; }
  .sign-in .vk {
    background: #5c82ab; }
  .sign-in .ok {
    background: #f38420; }

.preloader {
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  z-index: 9999;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out; }
  .preloader.hide {
    visibility: hidden;
    opacity: 0; }
  .preloader .spinner {
    -webkit-animation: rotator 1.4s linear infinite;
    animation: rotator 1.4s linear infinite; }

@-webkit-keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }

@keyframes rotator {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); } }
  .preloader .path {
    stroke-dasharray: 187;
    stroke-dashoffset: 0;
    -webkit-transform-origin: center;
    transform-origin: center;
    -webkit-animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite;
    animation: dash 1.4s ease-in-out infinite, colors 5.6s ease-in-out infinite; }

@-webkit-keyframes colors {
  0% {
    stroke: #F7C223; }
  25% {
    stroke: #ff9500; }
  50% {
    stroke: #ea6c17; }
  75% {
    stroke: #fa3d28; }
  100% {
    stroke: #ff9500; } }

@keyframes colors {
  0% {
    stroke: #F7C223; }
  25% {
    stroke: #ff9500; }
  50% {
    stroke: #ea6c17; }
  75% {
    stroke: #fa3d28; }
  100% {
    stroke: #ff9500; } }

@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

@keyframes dash {
  0% {
    stroke-dashoffset: 187; }
  50% {
    stroke-dashoffset: 46.75;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  100% {
    stroke-dashoffset: 187;
    -webkit-transform: rotate(450deg);
    transform: rotate(450deg); } }

.share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 50px; }
  @media only screen and (max-width: 1023px) {
    .share {
      margin-bottom: 30px; } }
  .share__title {
    font-size: 16px;
    color: #6a6c6f;
    margin-right: 12px; }
  .share__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .share__item {
    width: 34px;
    height: 34px;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    margin-right: 1px; }
    .share__item svg {
      fill: #fff; }

.slick-dots {
  position: absolute;
  right: 5px;
  bottom: 10px; }
  .slick-dots li {
    width: 25px;
    height: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    cursor: pointer; }
    .slick-dots li.slick-active button {
      background: #fff; }
    .slick-dots li button {
      font-size: 0;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: #fa3d28;
      -webkit-transition: background .2s ease-in-out;
      transition: background .2s ease-in-out;
      cursor: pointer; }

.blog-section {
  border-top: 1px solid #e1e0df;
  background: #f5f4f2;
  padding: 50px 0 60px; }
  @media only screen and (max-width: 1200px) {
    .blog-section {
      padding: 30px 0; } }
  @media only screen and (max-width: 767px) {
    .blog-section {
      padding: 10px 0; } }
  @media only screen and (max-width: 1200px) {
    .blog-section__container {
      padding: 0; } }
  .blog-section__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: baseline;
    -webkit-align-items: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .blog-section__head {
        margin-bottom: 10px;
        padding: 0 10px; } }
    @media only screen and (max-width: 767px) {
      .blog-section__head {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .blog-section__heading {
    font-size: 36px;
    font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      .blog-section__heading {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .blog-section__heading {
        font-size: 14px; } }
  .blog-section__nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
  .blog-section__more {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 18px;
    color: #fa412c;
    font-weight: 400;
    margin-left: 20px; }
    @media only screen and (max-width: 1200px) {
      .blog-section__more {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .blog-section__more {
        font-size: 10px; } }
    .blog-section__more:hover {
      text-decoration: underline; }
    .blog-section__more svg {
      fill: #fa3d28;
      opacity: .7;
      margin-left: 7px;
      margin-top: 3px;
      width: 22px; }
      @media only screen and (max-width: 767px) {
        .blog-section__more svg {
          display: none; } }
  .blog-section__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 1200px) {
      .blog-section__list {
        height: auto;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-left: 10px; }
        .blog-section__list::after {
          content: '';
          display: block;
          width: 10px;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 .1px;
          -ms-flex: 0 0 .1px;
          flex: 0 0 .1px; } }

.description-section {
  width: 100%;
  padding: 60px 0; }
  @media only screen and (max-width: 767px) {
    .description-section {
      display: none; } }
  .description-section__title {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 25px; }
  .description-section__block {
    -webkit-column-width: 560px;
    -moz-column-width: 560px;
    column-width: 560px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    -webkit-column-gap: 40px;
    -moz-column-gap: 40px;
    column-gap: 40px; }
    @media only screen and (max-width: 1200px) {
      .description-section__block {
        -webkit-column-width: 250px;
        -moz-column-width: 250px;
        column-width: 250px;
        -webkit-column-gap: 30px;
        -moz-column-gap: 30px;
        column-gap: 30px; } }
    .description-section__block p {
      font-size: 15px;
      color: #999999; }

.filter {
  width: 1170px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  -webkit-transform: translate3d(-50%, 0, 0);
  transform: translate3d(-50%, 0, 0);
  z-index: 3; }
  @media only screen and (max-width: 1200px) {
    .filter {
      position: fixed;
      width: 100%;
      height: 100vh;
      background: #fff;
      z-index: 12;
      bottom: auto;
      top: 0;
      left: 0;
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      padding: 50px 10px;
      overflow: auto;
      -webkit-overflow-scrolling: touch;
      visibility: hidden;
      opacity: 0; } }
  .filter.visible {
    visibility: visible;
    opacity: 1; }
  .filter__heading {
    font-size: 24px;
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
    margin-bottom: 12px; }
    @media only screen and (max-width: 1200px) {
      .filter__heading {
        color: #000;
        text-shadow: none;
        text-align: center; } }
    @media only screen and (max-width: 767px) {
      .filter__heading {
        font-size: 18px; } }
  .filter__form {
    width: 100%;
    background: #fff;
    border-radius: 3px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .filter__form {
        width: 60%;
        margin: 0 auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
    @media only screen and (max-width: 767px) {
      .filter__form {
        width: 100%; } }
  .filter__block {
    width: 168px;
    margin: 0 -1px; }
    .filter__block:last-child {
      margin: 0 auto; }
    @media only screen and (max-width: 1200px) {
      .filter__block {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; } }
    @media only screen and (max-width: 1200px) {
      .filter__block .jcf-select {
        border-right: 1px solid #dedede !important; } }
    .filter__block:first-of-type .jcf-select {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
    .filter__block--border {
      border-right: 1px solid #dedede; }
      @media only screen and (max-width: 1200px) {
        .filter__block--border {
          border: none; } }
  .filter input[type='number'] {
    -moz-appearance: textfield; }
  .filter input::-webkit-outer-spin-button,
  .filter input::-webkit-inner-spin-button {
    -webkit-appearance: none; }
  .filter__input {
    display: block;
    width: 100%;
    height: 60px;
    border: none;
    padding: 0 20px;
    font-size: 16px;
    color: #6a6c6f; }
    @media only screen and (max-width: 767px) {
      .filter__input {
        font-size: 12px;
        padding: 0 10px; } }
    .filter__input::-webkit-input-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .filter__input::-moz-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .filter__input:-ms-input-placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
    .filter__input::placeholder {
      font-size: 16px;
      color: #6a6c6f;
      opacity: 1; }
      @media only screen and (max-width: 767px) {
        .filter__input::-webkit-input-placeholder {
          font-size: 12px; }
        .filter__input::-moz-placeholder {
          font-size: 12px; }
        .filter__input:-ms-input-placeholder {
          font-size: 12px; }
        .filter__input::placeholder {
          font-size: 12px; } }
    @media only screen and (max-width: 1200px) {
      .filter__input {
        border: 1px solid #dedede; }
        .filter__input:focus {
          border-color: #ff9500;
          z-index: 1; } }
    @media only screen and (max-width: 767px) {
      .filter__input {
        height: 50px; } }
  .filter__submit {
    width: 140px;
    display: block;
    line-height: 40px;
    text-align: center;
    margin: 0 auto; }
  @media only screen and (max-width: 767px) {
    .filter .jcf-select {
      height: 50px; } }

.partner-section {
  width: 100%;
  background: #ece9e6;
  padding: 20px 0; }
  @media only screen and (max-width: 1200px) {
    .partner-section {
      padding: 30px 0; } }
  .partner-section__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .partner-section__container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
  .partner-section__block {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto; }
    @media only screen and (max-width: 1200px) {
      .partner-section__block {
        -webkit-box-flex: 0;
        -webkit-flex: none;
        -ms-flex: none;
        flex: none;
        width: 100%;
        margin-bottom: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .partner-section__heading {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .partner-section__heading {
        font-size: 14px; } }
  .partner-section__link {
    margin-left: 1px;
    font-size: 13px;
    color: #0284cd;
    display: inline-block; }
    @media only screen and (max-width: 767px) {
      .partner-section__link {
        font-size: 10px; } }
    .partner-section__link:hover {
      text-decoration: underline; }
  .partner-section__wrapper {
    width: 970px;
    position: relative;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    background: #fff;
    border-radius: 3px;
    margin-left: 20px;
    padding: 0 40px; }
    @media only screen and (max-width: 1200px) {
      .partner-section__wrapper {
        width: 100%;
        margin-left: 0; } }
  .partner-section__carousel {
    width: 100%;
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex !important; }
    @media only screen and (max-width: 1200px) {
      .partner-section__carousel {
        height: auto; } }
  .partner-section__slide {
    height: 60px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    display: flex !important;
    width: 17%; }
  .partner-section .arrow-prev {
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0) rotate(180deg);
    transform: translate3d(0, -50%, 0) rotate(180deg);
    cursor: pointer;
    width: 40px;
    height: 30px;
    border-left: 1px solid #ece9e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
  .partner-section .arrow-next {
    position: absolute;
    top: 50%;
    right: 0;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    cursor: pointer;
    width: 40px;
    height: 30px;
    border-left: 1px solid #ece9e6;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
  .partner-section .arrow-prev svg {
    fill: #fa3d28; }
  .partner-section .arrow-next svg {
    fill: #fa3d28; }

.promo {
  width: 100%;
  height: 500px;
  background: #000;
  position: relative;
  margin-bottom: 60px; }
  @media only screen and (max-width: 1200px) {
    .promo {
      margin: 10px;
      width: calc(100% - 20px);
      border-radius: 3px;
      overflow: hidden;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .promo {
      height: 200px; } }
  .promo__carousel {
    width: 100%;
    position: relative;
    z-index: 2; }
  .promo__slide {
    width: 100%;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
    .promo__slide::before {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: #383131;
      opacity: .5; }
    .promo__slide::after {
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-image: url("../themes/szukamty/assets/data/promo_mask.png");
      background-repeat: no-repeat;
      background-position: center;
      background-size: contain;
      z-index: 1; }
  .promo__section {
    height: 500px !important;
    padding-top: 100px;
    position: relative;
    z-index: 3; }
    @media only screen and (max-width: 1200px) {
      .promo__section {
        padding: 0 40px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -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;
        display: flex !important; } }
    @media only screen and (max-width: 767px) {
      .promo__section {
        height: 200px !important; } }
  .promo__heading {
    font-size: 72px;
    color: #fff;
    line-height: 62px;
    font-weight: 900;
    text-transform: uppercase;
    width: 760px;
    margin-bottom: 30px;
    position: relative; }
    .promo__heading::after {
      content: '';
      display: block;
      position: absolute;
      top: -30px;
      left: 6%;
      width: 111px;
      height: 220px;
      background-color: #daa60c;
      z-index: -1; }
      @media only screen and (max-width: 1200px) {
        .promo__heading::after {
          display: none; } }
    @media only screen and (max-width: 1200px) {
      .promo__heading {
        width: 80%;
        text-align: center;
        font-size: 48px;
        line-height: 50px;
        margin: 0 auto 30px; } }
    @media only screen and (max-width: 767px) {
      .promo__heading {
        width: 100%;
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
        max-height: 120px;
        overflow: hidden; } }
  .promo__link {
    font-size: 16px;
    color: #fff;
    text-transform: uppercase;
    width: 140px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    border-radius: 3px;
    border: 1px solid #fff;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    @media only screen and (max-width: 1200px) {
      .promo__link {
        margin: 0 auto; } }
    @media only screen and (max-width: 767px) {
      .promo__link {
        width: 100px;
        height: 25px;
        font-size: 12px; } }
    .promo__link:hover {
      background: #ff9500;
      border-color: #ff9500; }
    .promo__link:active {
      background: #ea6c17;
      border-color: #ea6c17; }

.section {
  margin-bottom: 60px; }
  .section:nth-of-type(2n+1) .section__block {
    margin-left: -3px; }
  @media only screen and (max-width: 767px) {
    .section:nth-of-type(2n) .section__block {
      margin-bottom: 0; } }
  @media only screen and (max-width: 1200px) {
    .section {
      margin-bottom: 20px;
      padding: 0; } }
  .section__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .section__head {
        margin-bottom: 10px;
        padding: 0 10px; } }
  .section__block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .section__block {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .section__heading {
    font-size: 36px;
    font-weight: 600; }
    @media only screen and (max-width: 1200px) {
      .section__heading {
        font-size: 24px; } }
    @media only screen and (max-width: 767px) {
      .section__heading {
        font-size: 14px; } }
  .section__nav {
    margin-top: 8px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 1200px) {
      .section__nav {
        margin-top: 4px; } }
    @media only screen and (max-width: 767px) {
      .section__nav {
        margin-top: 0; } }
  .section__item {
    margin-left: 10px; }
    @media only screen and (max-width: 767px) {
      .section__item {
        margin-left: 5px; } }
    .section__item.active .section__link {
      color: #fa3d28;
      border-color: transparent;
      font-weight: 600; }
  .section__link {
    font-size: 24px;
    color: #6a6c6f;
    font-weight: 300;
    border-bottom: 1px solid #6a6c6f;
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out; }
    .section__link:hover {
      color: #fa3d28;
      border-color: #fa3d28; }
    @media only screen and (max-width: 1200px) {
      .section__link {
        font-size: 16px; } }
    @media only screen and (max-width: 767px) {
      .section__link {
        font-size: 10px; } }
  .section__query {
    font-size: 13px;
    color: #0284cd;
    border-bottom: 1px solid #0284cd;
    border-color: transparent;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    .section__query:hover {
      border-color: #0284cd; }
    @media only screen and (max-width: 767px) {
      .section__query {
        font-size: 10px; } }
  .section__list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch; }
    @media only screen and (max-width: 1200px) {
      .section__list {
        height: 230px;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: auto;
        -webkit-overflow-scrolling: touch;
        padding-left: 10px; }
        .section__list::after {
          content: '';
          display: block;
          width: 10px;
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 .1px;
          -ms-flex: 0 0 .1px;
          flex: 0 0 .1px; } }
    .section__list--last .item {
      width: 170px;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 170px;
      -ms-flex: 0 0 170px;
      flex: 0 0 170px;
      margin-right: 30px; }
      @media only screen and (max-width: 1200px) {
        .section__list--last .item {
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 270px;
          -ms-flex: 0 0 270px;
          flex: 0 0 270px;
          margin-right: 10px;
          margin-bottom: 0; } }
      .section__list--last .item:nth-of-type(4n+4) {
        margin-right: 30px; }
        @media only screen and (max-width: 1200px) {
          .section__list--last .item:nth-of-type(4n+4) {
            margin-right: 10px; } }
      .section__list--last .item:nth-of-type(6) {
        margin-right: 0; }
        @media only screen and (max-width: 1200px) {
          .section__list--last .item:nth-of-type(6) {
            margin-right: 10px; } }

.kupon {
  margin-bottom: 180px; }
  @media only screen and (max-width: 1200px) {
    .kupon {
      padding-top: 20px;
      margin-bottom: 60px; } }
  .kupon__heading {
    font-size: 36px;
    text-align: center;
    margin-bottom: 5px; }
    @media only screen and (max-width: 767px) {
      .kupon__heading {
        font-size: 24px; } }
  .kupon__subtitle {
    font-size: 24px;
    color: #6a6c6f;
    font-weight: 300;
    text-align: center;
    width: 90%;
    margin: 0 auto; }
    @media only screen and (max-width: 767px) {
      .kupon__subtitle {
        font-size: 14px; } }
  .kupon__container {
    margin-top: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
  .kupon__block {
    width: 560px; }
    @media only screen and (max-width: 1200px) {
      .kupon__block {
        margin: 0 auto 50px; }
        .kupon__block:last-of-type {
          margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .kupon__block {
        width: 100%; } }
  .kupon__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 25px; }
    @media only screen and (max-width: 767px) {
      .kupon__head {
        margin-bottom: 15px; } }
  .kupon__icon {
    margin-right: 9px; }
  .kupon__title {
    font-size: 24px; }
    @media only screen and (max-width: 767px) {
      .kupon__title {
        font-size: 18px; } }
  .kupon__main {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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; }
  .kupon__section {
    width: 470px;
    border: 1px solid #e0e7ea;
    padding: 40px 30px;
    position: relative;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15); }
    @media only screen and (max-width: 767px) {
      .kupon__section {
        width: 100%;
        padding: 20px;
        border-radius: 3px;
        overflow: hidden;
        box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.1); } }
    .kupon__section::before {
      content: '';
      display: block;
      width: 48px;
      height: 100%;
      position: absolute;
      top: 0;
      left: -48px;
      background-image: url("../themes/szukamty/assets/images/kupon-l.png"); }
      @media only screen and (max-width: 767px) {
        .kupon__section::before {
          display: none; } }
    .kupon__section::after {
      content: '';
      display: block;
      width: 48px;
      height: 100%;
      position: absolute;
      top: 0;
      right: -48px;
      background-image: url("../themes/szukamty/assets/images/kupon-r.png"); }
      @media only screen and (max-width: 767px) {
        .kupon__section::after {
          display: none; } }
  @media only screen and (max-width: 767px) {
    .kupon__list {
      padding-left: 20px; } }
  .kupon__item {
    font-size: 16px;
    color: #6a6c6f;
    line-height: 24px;
    font-weight: 300;
    margin-bottom: 15px; }
    @media only screen and (max-width: 767px) {
      .kupon__item {
        font-size: 16px;
        line-height: 20px;
        margin-bottom: 10px; } }
    .kupon__item:last-of-type {
      margin-bottom: 0; }

body .jcf-select {
  width: 100%;
  height: 100%;
  border: none;
  margin-bottom: 0;
  cursor: pointer;
  background: #fff;
  padding: 0 20px;
  padding-right: 40px;
  border: none;
  height: 60px;
  border: 1px solid #dedede !important; }
  @media only screen and (max-width: 767px) {
    body .jcf-select {
      padding: 0 10px; } }
  body .jcf-select .jcf-select-opener {
    background: transparent;
    width: 40px; }
    body .jcf-select .jcf-select-opener::before {
      content: "";
      display: block;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0); }
  body .jcf-select .jcf-option-main-subscribe__option {
    color: 13; }
  body .jcf-select .jcf-select-drop {
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    top: 100%;
    border: 1px solid #ccc !important;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    overflow: hidden; }

body .jcf-option-main-subscribe__option {
  color: 13;
  display: block;
  padding: 13px 0; }

body .jcf-list .jcf-option {
  padding: 0; }

body .jcf-focus,
body .jcf-focus * {
  border-color: transparent !important; }

body .jcf-select.jcf-focus {
  border: 1px solid #FFBF00 !important; }

body .jcf-select-drop .jcf-select-drop-content {
  border: 1px solid #ccc;
  border: none !important; }

body .jcf-select .jcf-select-text {
  cursor: pointer;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  overflow: hidden; }
  body .jcf-select .jcf-select-text span {
    font-size: 16px;
    color: #6a6c6f;
    text-overflow: ellipsis;
    overflow: hidden; }
    @media only screen and (max-width: 767px) {
      body .jcf-select .jcf-select-text span {
        font-size: 12px; } }

body .jcf-option.jcf-option-main-subscribe__option {
  cursor: pointer; }

body .jcf-list-box .jcf-selected,
body .jcf-select-drop .jcf-hover {
  background: none;
  cursor: pointer;
  color: #fff; }

body .jcf-option-review-popup__option {
  color: 13; }

body body > .jcf-select-drop {
  border: none;
  border-radius: 2px; }

body .jcf-drop-active {
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border: 1px solid #FFBF00 !important;
  z-index: 1; }
  body .jcf-drop-active .jcf-select-opener {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg); }

body .jcf-select-drop {
  position: relative; }

body .jcf-list-content {
  position: relative;
  z-index: 1; }

body .jcf-disabled .jcf-select-opener {
  display: none; }

body .jcf-list .jcf-option {
  text-align: left;
  height: 40px;
  line-height: 40px;
  display: block;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  color: #6a6c6f;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-transition: color .2s ease-in-out;
  transition: color .2s ease-in-out; }
  body .jcf-list .jcf-option:hover {
    color: #fa3d28; }

body .jcf-list-content ul li {
  border-bottom: 1px solid #ccc !important; }
  body .jcf-list-content ul li:last-of-type {
    border: none !important; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 *
 * To view and modify this theme, visit http://jqueryui.com/themeroller/
 */
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget .ui-widget {
  font-size: 1em; }

.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em; }

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5; }

.ui-widget-content {
  border: 1px solid #dddddd;
  background: #ffffff;
  color: #333333; }

.ui-widget-content a {
  color: #333333; }

.ui-widget-header {
  border: 1px solid #dddddd;
  background: #e9e9e9;
  color: #333333;
  font-weight: bold; }

.ui-widget-header a {
  color: #333333; }

/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545; }

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited,
a.ui-button,
a:link.ui-button,
a:visited.ui-button,
.ui-button {
  color: #454545;
  text-decoration: none; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus,
.ui-button:hover,
.ui-button:focus {
  border: 1px solid #cccccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b; }

.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
a.ui-button:hover,
a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none; }

.ui-visual-focus {
  box-shadow: 0 0 3px 1px #5e9ed6; }

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #ffffff; }

.ui-icon-background,
.ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #ffffff; }

.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none; }

/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620; }

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90; }

.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #777620; }

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f; }

.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #5f3f3f; }

.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #5f3f3f; }

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold; }

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: Alpha(Opacity=70);
  /* support: IE8 */
  font-weight: normal; }

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: Alpha(Opacity=35);
  /* support: IE8 */
  background-image: none; }

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
  /* support: IE8 - See #6059 */ }

/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px; }

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("../themes/szukamty/assets/images/ui-icons_444444_256x240.png"); }

.ui-widget-header .ui-icon {
  background-image: url("../themes/szukamty/assets/images/ui-icons_444444_256x240.png"); }

.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon,
.ui-button:hover .ui-icon,
.ui-button:focus .ui-icon {
  background-image: url("../themes/szukamty/assets/images/ui-icons_555555_256x240.png"); }

.ui-state-active .ui-icon,
.ui-button:active .ui-icon {
  background-image: url("../themes/szukamty/assets/images/ui-icons_ffffff_256x240.png"); }

.ui-state-highlight .ui-icon,
.ui-button .ui-state-highlight.ui-icon {
  background-image: url("../themes/szukamty/assets/images/ui-icons_777620_256x240.png"); }

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("../themes/szukamty/assets/images/ui-icons_cc0000_256x240.png"); }

.ui-button .ui-icon {
  background-image: url("../themes/szukamty/assets/images/ui-icons_777777_256x240.png"); }

/* positioning */
.ui-icon-blank {
  background-position: 16px 16px; }

.ui-icon-caret-1-n {
  background-position: 0 0; }

.ui-icon-caret-1-ne {
  background-position: -16px 0; }

.ui-icon-caret-1-e {
  background-position: -32px 0; }

.ui-icon-caret-1-se {
  background-position: -48px 0; }

.ui-icon-caret-1-s {
  background-position: -65px 0; }

.ui-icon-caret-1-sw {
  background-position: -80px 0; }

.ui-icon-caret-1-w {
  background-position: -96px 0; }

.ui-icon-caret-1-nw {
  background-position: -112px 0; }

.ui-icon-caret-2-n-s {
  background-position: -128px 0; }

.ui-icon-caret-2-e-w {
  background-position: -144px 0; }

.ui-icon-triangle-1-n {
  background-position: 0 -16px; }

.ui-icon-triangle-1-ne {
  background-position: -16px -16px; }

.ui-icon-triangle-1-e {
  background-position: -32px -16px; }

.ui-icon-triangle-1-se {
  background-position: -48px -16px; }

.ui-icon-triangle-1-s {
  background-position: -65px -16px; }

.ui-icon-triangle-1-sw {
  background-position: -80px -16px; }

.ui-icon-triangle-1-w {
  background-position: -96px -16px; }

.ui-icon-triangle-1-nw {
  background-position: -112px -16px; }

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px; }

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px; }

.ui-icon-arrow-1-n {
  background-position: 0 -32px; }

.ui-icon-arrow-1-ne {
  background-position: -16px -32px; }

.ui-icon-arrow-1-e {
  background-position: -32px -32px; }

.ui-icon-arrow-1-se {
  background-position: -48px -32px; }

.ui-icon-arrow-1-s {
  background-position: -65px -32px; }

.ui-icon-arrow-1-sw {
  background-position: -80px -32px; }

.ui-icon-arrow-1-w {
  background-position: -96px -32px; }

.ui-icon-arrow-1-nw {
  background-position: -112px -32px; }

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px; }

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px; }

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px; }

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px; }

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px; }

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px; }

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px; }

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px; }

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px; }

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px; }

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px; }

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px; }

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px; }

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px; }

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px; }

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px; }

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px; }

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px; }

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px; }

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px; }

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px; }

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px; }

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px; }

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px; }

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px; }

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px; }

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px; }

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px; }

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px; }

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px; }

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px; }

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px; }

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px; }

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px; }

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px; }

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px; }

.ui-icon-arrow-4 {
  background-position: 0 -80px; }

.ui-icon-arrow-4-diag {
  background-position: -16px -80px; }

.ui-icon-extlink {
  background-position: -32px -80px; }

.ui-icon-newwin {
  background-position: -48px -80px; }

.ui-icon-refresh {
  background-position: -64px -80px; }

.ui-icon-shuffle {
  background-position: -80px -80px; }

.ui-icon-transfer-e-w {
  background-position: -96px -80px; }

.ui-icon-transferthick-e-w {
  background-position: -112px -80px; }

.ui-icon-folder-collapsed {
  background-position: 0 -96px; }

.ui-icon-folder-open {
  background-position: -16px -96px; }

.ui-icon-document {
  background-position: -32px -96px; }

.ui-icon-document-b {
  background-position: -48px -96px; }

.ui-icon-note {
  background-position: -64px -96px; }

.ui-icon-mail-closed {
  background-position: -80px -96px; }

.ui-icon-mail-open {
  background-position: -96px -96px; }

.ui-icon-suitcase {
  background-position: -112px -96px; }

.ui-icon-comment {
  background-position: -128px -96px; }

.ui-icon-person {
  background-position: -144px -96px; }

.ui-icon-print {
  background-position: -160px -96px; }

.ui-icon-trash {
  background-position: -176px -96px; }

.ui-icon-locked {
  background-position: -192px -96px; }

.ui-icon-unlocked {
  background-position: -208px -96px; }

.ui-icon-bookmark {
  background-position: -224px -96px; }

.ui-icon-tag {
  background-position: -240px -96px; }

.ui-icon-home {
  background-position: 0 -112px; }

.ui-icon-flag {
  background-position: -16px -112px; }

.ui-icon-calendar {
  background-position: -32px -112px; }

.ui-icon-cart {
  background-position: -48px -112px; }

.ui-icon-pencil {
  background-position: -64px -112px; }

.ui-icon-clock {
  background-position: -80px -112px; }

.ui-icon-disk {
  background-position: -96px -112px; }

.ui-icon-calculator {
  background-position: -112px -112px; }

.ui-icon-zoomin {
  background-position: -128px -112px; }

.ui-icon-zoomout {
  background-position: -144px -112px; }

.ui-icon-search {
  background-position: -160px -112px; }

.ui-icon-wrench {
  background-position: -176px -112px; }

.ui-icon-gear {
  background-position: -192px -112px; }

.ui-icon-heart {
  background-position: -208px -112px; }

.ui-icon-star {
  background-position: -224px -112px; }

.ui-icon-link {
  background-position: -240px -112px; }

.ui-icon-cancel {
  background-position: 0 -128px; }

.ui-icon-plus {
  background-position: -16px -128px; }

.ui-icon-plusthick {
  background-position: -32px -128px; }

.ui-icon-minus {
  background-position: -48px -128px; }

.ui-icon-minusthick {
  background-position: -64px -128px; }

.ui-icon-close {
  background-position: -80px -128px; }

.ui-icon-closethick {
  background-position: -96px -128px; }

.ui-icon-key {
  background-position: -112px -128px; }

.ui-icon-lightbulb {
  background-position: -128px -128px; }

.ui-icon-scissors {
  background-position: -144px -128px; }

.ui-icon-clipboard {
  background-position: -160px -128px; }

.ui-icon-copy {
  background-position: -176px -128px; }

.ui-icon-contact {
  background-position: -192px -128px; }

.ui-icon-image {
  background-position: -208px -128px; }

.ui-icon-video {
  background-position: -224px -128px; }

.ui-icon-script {
  background-position: -240px -128px; }

.ui-icon-alert {
  background-position: 0 -144px; }

.ui-icon-info {
  background-position: -16px -144px; }

.ui-icon-notice {
  background-position: -32px -144px; }

.ui-icon-help {
  background-position: -48px -144px; }

.ui-icon-check {
  background-position: -64px -144px; }

.ui-icon-bullet {
  background-position: -80px -144px; }

.ui-icon-radio-on {
  background-position: -96px -144px; }

.ui-icon-radio-off {
  background-position: -112px -144px; }

.ui-icon-pin-w {
  background-position: -128px -144px; }

.ui-icon-pin-s {
  background-position: -144px -144px; }

.ui-icon-play {
  background-position: 0 -160px; }

.ui-icon-pause {
  background-position: -16px -160px; }

.ui-icon-seek-next {
  background-position: -32px -160px; }

.ui-icon-seek-prev {
  background-position: -48px -160px; }

.ui-icon-seek-end {
  background-position: -64px -160px; }

.ui-icon-seek-start {
  background-position: -80px -160px; }

/* ui-icon-seek-first is deprecated, use ui-icon-seek-start instead */
.ui-icon-seek-first {
  background-position: -80px -160px; }

.ui-icon-stop {
  background-position: -96px -160px; }

.ui-icon-eject {
  background-position: -112px -160px; }

.ui-icon-volume-off {
  background-position: -128px -160px; }

.ui-icon-volume-on {
  background-position: -144px -160px; }

.ui-icon-power {
  background-position: 0 -176px; }

.ui-icon-signal-diag {
  background-position: -16px -176px; }

.ui-icon-signal {
  background-position: -32px -176px; }

.ui-icon-battery-0 {
  background-position: -48px -176px; }

.ui-icon-battery-1 {
  background-position: -64px -176px; }

.ui-icon-battery-2 {
  background-position: -80px -176px; }

.ui-icon-battery-3 {
  background-position: -96px -176px; }

.ui-icon-circle-plus {
  background-position: 0 -192px; }

.ui-icon-circle-minus {
  background-position: -16px -192px; }

.ui-icon-circle-close {
  background-position: -32px -192px; }

.ui-icon-circle-triangle-e {
  background-position: -48px -192px; }

.ui-icon-circle-triangle-s {
  background-position: -64px -192px; }

.ui-icon-circle-triangle-w {
  background-position: -80px -192px; }

.ui-icon-circle-triangle-n {
  background-position: -96px -192px; }

.ui-icon-circle-arrow-e {
  background-position: -112px -192px; }

.ui-icon-circle-arrow-s {
  background-position: -128px -192px; }

.ui-icon-circle-arrow-w {
  background-position: -144px -192px; }

.ui-icon-circle-arrow-n {
  background-position: -160px -192px; }

.ui-icon-circle-zoomin {
  background-position: -176px -192px; }

.ui-icon-circle-zoomout {
  background-position: -192px -192px; }

.ui-icon-circle-check {
  background-position: -208px -192px; }

.ui-icon-circlesmall-plus {
  background-position: 0 -208px; }

.ui-icon-circlesmall-minus {
  background-position: -16px -208px; }

.ui-icon-circlesmall-close {
  background-position: -32px -208px; }

.ui-icon-squaresmall-plus {
  background-position: -48px -208px; }

.ui-icon-squaresmall-minus {
  background-position: -64px -208px; }

.ui-icon-squaresmall-close {
  background-position: -80px -208px; }

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px; }

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px; }

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px; }

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px; }

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px; }

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px; }

/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px; }

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px; }

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px; }

/* Overlays */
.ui-widget-overlay {
  background: #aaaaaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  /* support: IE8 */ }

.ui-widget-shadow {
  box-shadow: 0 0 5px #666666; }

/*!
 * jQuery UI Datepicker 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/datepicker/#theming
 */
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none; }

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0; }

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em; }

.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px; }

.ui-datepicker .ui-datepicker-prev {
  left: 2px; }

.ui-datepicker .ui-datepicker-next {
  right: 2px; }

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px; }

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px; }

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px; }

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center; }

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0; }

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 45%; }

.ui-datepicker table {
  width: 100%;
  font-size: .9em;
  border-collapse: collapse;
  margin: 0 0 .4em; }

.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0; }

.ui-datepicker td {
  border: 0;
  padding: 1px; }

.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none; }

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0; }

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible; }

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left; }

/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto; }

.ui-datepicker-multi .ui-datepicker-group {
  float: left; }

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em; }

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%; }

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%; }

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%; }

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0; }

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left; }

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0; }

/* RTL support */
.ui-datepicker-rtl {
  direction: rtl; }

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto; }

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto; }

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left; }

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right; }

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px; }

/* Icons */
.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: .5em;
  top: .3em; }

/*!
 * jQuery UI CSS Framework 1.12.1
 * http://jqueryui.com
 *
 * Copyright jQuery Foundation and other contributors
 * Released under the MIT license.
 * http://jquery.org/license
 *
 * http://api.jqueryui.com/category/theming/
 */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none; }

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none; }

.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse; }

.ui-helper-clearfix:after {
  clear: both; }

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
  /* support: IE8 */ }

.ui-front {
  z-index: 100; }

/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
  pointer-events: none; }

/* Icons
----------------------------------*/
.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat; }

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block; }

/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.ui-timepicker-div .ui-widget-header {
  margin-bottom: 8px; }

.ui-timepicker-div dl {
  text-align: left; }

.ui-timepicker-div dl dt {
  float: left;
  clear: left;
  padding: 0 0 0 5px; }

.ui-timepicker-div dl dd {
  margin: 0 10px 10px 40%; }

.ui-timepicker-div td {
  font-size: 90%; }

.ui-tpicker-grid-label {
  background: none;
  border: none;
  margin: 0;
  padding: 0; }

.ui-timepicker-div .ui_tpicker_unit_hide {
  display: none; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input {
  background: none;
  color: inherit;
  border: none;
  outline: none;
  border-bottom: solid 1px #555;
  width: 95%; }

.ui-timepicker-div .ui_tpicker_time .ui_tpicker_time_input:focus {
  border-bottom-color: #aaa; }

.ui-timepicker-rtl {
  direction: rtl; }

.ui-timepicker-rtl dl {
  text-align: right;
  padding: 0 5px 0 0; }

.ui-timepicker-rtl dl dt {
  float: right;
  clear: right; }

.ui-timepicker-rtl dl dd {
  margin: 0 40% 10px 10px; }

/* Shortened version style */
.ui-timepicker-div.ui-timepicker-oneLine {
  padding-right: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time,
.ui-timepicker-div.ui-timepicker-oneLine dt {
  display: none; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_time_label {
  display: block;
  padding-top: 2px; }

.ui-timepicker-div.ui-timepicker-oneLine dl {
  text-align: right; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd,
.ui-timepicker-div.ui-timepicker-oneLine dl dd > div {
  display: inline-block;
  margin: 0; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_minute:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_second:before {
  content: ':';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_millisec:before,
.ui-timepicker-div.ui-timepicker-oneLine dl dd.ui_tpicker_microsec:before {
  content: '.';
  display: inline-block; }

.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide,
.ui-timepicker-div.ui-timepicker-oneLine .ui_tpicker_unit_hide:before {
  display: none; }

.fancybox-enabled {
  overflow: hidden; }

.fancybox-enabled body {
  overflow: visible;
  height: 100%; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99993;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

/* Make sure that the first one is on the top */
.fancybox-container ~ .fancybox-container {
  z-index: 99992; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
  transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity .25s, visibility 0s linear .25s;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  -webkit-transition: opacity .25s, visibility 0s;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 50%;
  margin-left: -79px; }

.fancybox-infobar__body {
  display: inline-block;
  width: 70px;
  line-height: 44px;
  font-size: 13px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  text-align: center;
  color: #ddd;
  background-color: rgba(30, 30, 30, 0.7);
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased; }

.fancybox-toolbar {
  top: 0;
  right: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide > * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font: 16px/20px "Helvetica Neue",Helvetica,Arial,sans-serif; }

.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 44px;
  height: 44px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  outline: none;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: '×';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background: #fff;
  -webkit-transition: background .25s;
  transition: background .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -44px; }

.fancybox-slide--iframe .fancybox-close-small:after {
  background: transparent;
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 30px 0 30px;
  background: -webkit-linear-gradient(top, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all; }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Buttons */
.fancybox-button {
  display: inline-block;
  position: relative;
  margin: 0;
  padding: 0;
  border: 0;
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  background: transparent;
  color: #ddd;
  border-radius: 0;
  cursor: pointer;
  vertical-align: top;
  outline: none; }

.fancybox-button[disabled] {
  cursor: default;
  pointer-events: none; }

.fancybox-infobar__body, .fancybox-button {
  background: rgba(30, 30, 30, 0.6); }

.fancybox-button:hover:not([disabled]) {
  color: #fff;
  background: rgba(0, 0, 0, 0.8); }

.fancybox-button::before,
.fancybox-button::after {
  content: '';
  pointer-events: none;
  position: absolute;
  background-color: currentColor;
  color: currentColor;
  opacity: 0.9;
  box-sizing: border-box;
  display: inline-block; }

.fancybox-button[disabled]::before,
.fancybox-button[disabled]::after {
  opacity: 0.3; }

.fancybox-button--left::after,
.fancybox-button--right::after {
  top: 18px;
  width: 6px;
  height: 6px;
  background: transparent;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor; }

.fancybox-button--left::after {
  left: 20px;
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg); }

.fancybox-button--right::after {
  right: 20px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--left {
  border-bottom-left-radius: 5px; }

.fancybox-button--right {
  border-bottom-right-radius: 5px; }

.fancybox-button--close::before, .fancybox-button--close::after {
  content: '';
  display: inline-block;
  position: absolute;
  height: 2px;
  width: 16px;
  top: calc(50% - 1px);
  left: calc(50% - 8px); }

.fancybox-button--close::before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg); }

.fancybox-button--close::after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg); }

/* Navigation arrows */
.fancybox-arrow {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  height: 100px;
  width: 54px;
  padding: 0;
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  z-index: 99995;
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: opacity .25s;
  transition: opacity .25s; }

.fancybox-arrow::after {
  content: '';
  position: absolute;
  top: 28px;
  width: 44px;
  height: 44px;
  background-color: rgba(30, 30, 30, 0.8);
  background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjRkZGRkZGIiBoZWlnaHQ9IjQ4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSI0OCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiAgICA8cGF0aCBkPSJNMTIgNGwtMS40MSAxLjQxTDE2LjE3IDExSDR2MmgxMi4xN2wtNS41OCA1LjU5TDEyIDIwbDgtOHoiLz48L3N2Zz4=);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 24px 24px; }

.fancybox-arrow--right {
  right: 0; }

.fancybox-arrow--left {
  left: 0;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1); }

.fancybox-arrow--right::after,
.fancybox-arrow--left::after {
  left: 0; }

.fancybox-show-nav .fancybox-arrow {
  opacity: 0.6; }

.fancybox-show-nav .fancybox-arrow[disabled] {
  opacity: 0.3; }

/* Loading indicator */
.fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -25px;
  margin-left: -25px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-infobar {
    left: 0;
    margin-left: 0; }
  .fancybox-button--left,
  .fancybox-button--right {
    display: none !important; }
  .fancybox-caption {
    padding: 20px 0;
    margin: 0; } }

/* Fullscreen  */
.fancybox-button--fullscreen::before {
  width: 15px;
  height: 11px;
  left: calc(50% - 7px);
  top: calc(50% - 6px);
  border: 2px solid;
  background: none; }

/* Slideshow button */
.fancybox-button--play::before,
.fancybox-button--pause::before {
  top: calc(50% - 6px);
  left: calc(50% - 4px);
  background: transparent; }

.fancybox-button--play::before {
  width: 0;
  height: 0;
  border-top: 6px inset transparent;
  border-bottom: 6px inset transparent;
  border-left: 10px solid;
  border-radius: 1px; }

.fancybox-button--pause::before {
  width: 7px;
  height: 11px;
  border-style: solid;
  border-width: 0 2px 0 2px; }

/* Thumbs */
.fancybox-thumbs {
  display: none; }

.fancybox-button--thumbs {
  display: none; }

@media all and (min-width: 800px) {
  .fancybox-button--thumbs {
    display: inline-block; }
  .fancybox-button--thumbs span {
    font-size: 23px; }
  .fancybox-button--thumbs::before {
    width: 3px;
    height: 3px;
    top: calc(50% - 2px);
    left: calc(50% - 2px);
    box-shadow: 0 -4px 0, -4px -4px 0, 4px -4px 0, 0 0 0 32px inset, -4px 0 0, 4px 0 0, 0 4px 0, -4px 4px 0, 4px 4px 0; }
  .fancybox-thumbs {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: auto;
    width: 220px;
    margin: 0;
    padding: 5px 5px 0 0;
    background: #fff;
    word-break: normal;
    -webkit-tap-highlight-color: transparent;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    box-sizing: border-box;
    z-index: 99995; }
  .fancybox-show-thumbs .fancybox-thumbs {
    display: block; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 220px; }
  .fancybox-thumbs > ul {
    list-style: none;
    position: absolute;
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    overflow-y: auto;
    font-size: 0; }
  .fancybox-thumbs > ul > li {
    float: left;
    overflow: hidden;
    max-width: 50%;
    padding: 0;
    margin: 0;
    width: 105px;
    height: 75px;
    position: relative;
    cursor: pointer;
    outline: none;
    border: 5px solid transparent;
    border-top-width: 0;
    border-right-width: 0;
    -webkit-tap-highlight-color: transparent;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    box-sizing: border-box; }
  li.fancybox-thumbs-loading {
    background: rgba(0, 0, 0, 0.1); }
  .fancybox-thumbs > ul > li > img {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    max-width: none;
    max-height: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .fancybox-thumbs > ul > li:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    border-radius: 2px;
    border: 4px solid #4ea7f9;
    z-index: 99991;
    opacity: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
    transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }
  .fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
    opacity: 1; } }

.pac-container {
  border-radius: 0;
  font-family: 'Source Sans Pro', sans-serif;
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  top: 100%;
  border: 1px solid #ccc !important;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  overflow: hidden;
  -webkit-transform: translateY(-1px);
  transform: translateY(-1px); }

.pac-item {
  line-height: 40px;
  font-size: 16px;
  color: #6a6c6f;
  border: none;
  border-bottom: 1px solid #ccc !important;
  padding-left: 20px;
  padding-right: 20px;
  cursor: pointer; }

.pac-item-query {
  font-size: 16px;
  padding-right: 3px;
  color: #6a6c6f; }

.pac-item span, .options__select {
  font-size: 16px;
  color: #6a6c6f;
  -webkit-transition: color .14s ease-in-out;
  transition: color .14s ease-in-out; }

.pac-item:hover {
  background: #fff; }

.pac-item:hover span {
  color: #fa3d28; }

.pac-icon-marker {
  display: none; }

input.options__select {
  cursor: text; }

.jcf-radio {
  border-radius: 9px; }

.jcf-radio span {
  display: none;
  position: absolute;
  top: 3px;
  left: 3px;
  right: 3px;
  bottom: 3px;
  background: #777;
  border-radius: 100%; }

.jcf-radio input[type=radio] {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-radio.jcf-checked span {
  display: block; }

.jcf-checkbox, .jcf-radio {
  vertical-align: middle;
  display: inline-block;
  position: relative;
  overflow: hidden;
  cursor: default;
  background: #fff;
  border: 1px solid #777;
  margin: 0 3px 0 0;
  height: 16px;
  width: 16px; }

.jcf-checkbox span {
  position: absolute;
  display: none;
  height: 4px;
  width: 8px;
  top: 50%;
  left: 50%;
  margin: -7px 0 0 -6px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

:root .jcf-checkbox span {
  margin: -4px 0 0 -5px; }

.jcf-checkbox input[type=checkbox] {
  position: absolute;
  width: 100%;
  height: 100%;
  border: 0;
  margin: 0;
  left: 0;
  top: 0; }

.jcf-checkbox.jcf-checked span {
  display: block; }

.jcf-button, .jcf-file {
  display: inline-block;
  position: relative;
  overflow: hidden;
  background: #fff; }

.jcf-button {
  vertical-align: top;
  border: 1px solid #777;
  margin: 0 10px 10px 0;
  padding: 5px 10px; }

.jcf-button .jcf-real-element {
  position: absolute;
  min-height: 100%;
  min-width: 100%;
  outline: none;
  opacity: 0;
  padding: 0;
  margin: 0;
  border: 0;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0; }

.jcf-file {
  white-space: nowrap; }

.jcf-file .jcf-real-element {
  position: absolute;
  font-size: 200px;
  height: 200px;
  margin: 0;
  right: 0;
  top: 0; }

.jcf-file .jcf-fake-input, .jcf-file .jcf-upload-button {
  display: inline-block;
  vertical-align: top;
  white-space: nowrap;
  overflow: hidden;
  border: 1px solid #777;
  line-height: 28px;
  height: 28px; }

.jcf-file .jcf-fake-input {
  text-overflow: ellipsis;
  font-size: 13px;
  width: 125px;
  padding: 0 8px; }

.jcf-file .jcf-upload-button {
  margin: 0 0 0 -1px;
  padding: 0 10px; }

.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative; }

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  background: #e3e3e3;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-dec, .jcf-scrollbar-vertical .jcf-scrollbar-inc {
  background: #bbb;
  height: 14px;
  width: 14px;
  left: 0;
  top: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0; }

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #888;
  height: 1px;
  width: 14px; }

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-dec, .jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0; }

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px; }

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden; }

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec, .jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3; }

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px; }

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0; }

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px; }

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0; }

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999; }

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0; }

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px; }

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto; }

.jcf-select.jcf-compact-multiple {
  max-width: 220px; }

.jcf-select.jcf-compact-multiple .jcf-select-opener:before {
  display: inline-block;
  padding-top: 2px;
  content: '...'; }

.jcf-select-drop .jcf-select-drop-content {
  border: 1px solid red; }

.jcf-select-drop.jcf-compact-multiple .jcf-hover {
  background: 0 0; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected {
  background: #e6e6e6;
  color: #000; }

.jcf-select-drop.jcf-compact-multiple .jcf-selected:before {
  display: inline-block;
  content: '';
  height: 4px;
  width: 8px;
  margin: -7px 5px 0 -3px;
  border: 3px solid #777;
  border-width: 0 0 3px 3px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -ms-filter: "progid:DXImageTransform.Microsoft.Matrix(M11=0.7071067811865483, M12=0.7071067811865467, M21=-0.7071067811865467, M22=0.7071067811865483, SizingMethod='auto expand')"; }

.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px; }

.jcf-list, .jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  width: 100%; }

.jcf-list {
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 12px; }

.jcf-list .jcf-list-content {
  overflow: auto; }

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0; }

.jcf-list .jcf-option, .jcf-list ul li {
  overflow: hidden;
  display: block; }

.jcf-list .jcf-overflow {
  overflow: auto; }

.jcf-list .jcf-option {
  white-space: nowrap;
  cursor: default;
  padding: 5px 9px;
  color: #656565;
  min-height: 14px;
  height: 1%; }

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important; }

.jcf-list-box .jcf-selected, .jcf-select-drop .jcf-hover {
  background: #e6e6e6;
  color: #000; }

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: 700;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000; }

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px; }

.jcf-textarea {
  border: 1px solid #b8c3c9;
  box-sizing: content-box;
  display: inline-block;
  position: relative; }

.jcf-textarea .jcf-scrollbar-horizontal {
  display: none;
  height: 0; }

.jcf-textarea textarea {
  padding: 8px 10px;
  border: none;
  margin: 0; }

.jcf-textarea .jcf-resize {
  position: absolute;
  text-align: center;
  cursor: se-resize;
  background: #e3e3e3;
  font-weight: 700;
  line-height: 15px;
  text-indent: 1px;
  font-size: 12px;
  height: 15px;
  width: 14px;
  bottom: 0;
  right: 0; }

.jcf-textarea .jcf-resize:before {
  border: 1px solid #000;
  border-width: 0 1px 1px 0;
  display: block;
  margin: 4px 0 0 3px;
  width: 6px;
  height: 6px;
  content: ''; }

.jcf-number {
  display: inline-block;
  position: relative;
  height: 32px; }

.jcf-number input {
  -moz-appearance: textfield;
  box-sizing: border-box;
  border: 1px solid #777;
  padding: 3px 27px 3px 7px;
  margin: 0;
  height: 100%; }

.jcf-number input::-webkit-inner-spin-button, .jcf-number input::-webkit-outer-spin-button {
  -webkit-appearance: none; }

.jcf-number .jcf-btn-dec, .jcf-number .jcf-btn-inc {
  position: absolute;
  background: #aaa;
  width: 20px;
  height: 15px;
  right: 1px; }

.jcf-number .jcf-btn-inc {
  top: 1px; }

.jcf-number .jcf-btn-dec {
  top: auto;
  bottom: 1px; }

.jcf-number .jcf-btn-dec:hover, .jcf-number .jcf-btn-inc:hover {
  background: #e6e6e6; }

.jcf-number.jcf-disabled .jcf-btn-dec:hover, .jcf-number.jcf-disabled .jcf-btn-inc:hover {
  background: #aaa; }

.jcf-number .jcf-btn-dec:before, .jcf-number .jcf-btn-inc:before {
  position: absolute;
  content: '';
  width: 0;
  height: 0;
  top: 50%;
  left: 50%;
  border: 4px solid #aaa; }

.jcf-number .jcf-btn-inc:before {
  margin: -6px 0 0 -4px;
  border-color: transparent transparent #000 transparent; }

.jcf-number .jcf-btn-dec:before {
  margin: -1px 0 0 -4px;
  border-color: #000 transparent transparent transparent; }

.jcf-number .jcf-btn-dec.jcf-disabled:before, .jcf-number .jcf-btn-inc.jcf-disabled:before, .jcf-number.jcf-disabled .jcf-btn-dec:before, .jcf-number.jcf-disabled .jcf-btn-inc:before {
  opacity: .3; }

.jcf-number.jcf-disabled input {
  background: #ddd; }

.jcf-range {
  display: inline-block;
  min-width: 200px;
  margin: 0 10px;
  width: 130px; }

.jcf-range .jcf-range-track {
  margin: 0 20px 0 0;
  position: relative;
  display: block;
  height: 10px; }

.jcf-range .jcf-range-wrapper {
  position: relative;
  background: #e5e5e5;
  border-radius: 5px;
  display: block;
  margin: 5px 0; }

.jcf-range.jcf-vertical {
  min-width: 0;
  width: auto; }

.jcf-range.jcf-vertical .jcf-range-wrapper {
  margin: 0;
  width: 10px;
  height: auto;
  padding: 20px 0 0; }

.jcf-range.jcf-vertical .jcf-range-track {
  height: 180px;
  width: 10px; }

.jcf-range.jcf-vertical .jcf-range-handle {
  left: -5px;
  top: auto; }

.jcf-range .jcf-range-display-wrapper {
  position: absolute;
  min-height: 10px;
  min-width: 10px;
  left: 10px;
  right: 10px; }

.jcf-range .jcf-range-display {
  border-radius: 5px;
  position: absolute;
  background: #888;
  width: 10px;
  height: 10px; }

.jcf-range .jcf-range-display.jcf-range-min {
  margin: 0 0 0 -10px;
  padding: 0 0 0 10px; }

.jcf-range .jcf-range-display.jcf-range-max {
  margin: 0 -10px 0 0;
  padding: 0 10px 0 0; }

.jcf-range.jcf-vertical .jcf-range-display-wrapper {
  left: auto;
  right: auto;
  top: 10px;
  bottom: 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-min {
  margin: 0 0 -10px;
  padding: 0 0 10px; }

.jcf-range.jcf-vertical .jcf-range-display.jcf-range-max {
  margin: -10px 0 0;
  padding: 10px 0 0; }

.jcf-range .jcf-range-handle {
  position: absolute;
  background: #aaa;
  border-radius: 19px;
  width: 19px;
  height: 19px;
  margin: -4px 0 0;
  z-index: 1;
  top: 0;
  left: 0; }

.jcf-range .jcf-range-mark {
  position: absolute;
  overflow: hidden;
  background: #000;
  width: 1px;
  height: 3px;
  top: -7px;
  margin: 0 0 0 9px; }

.jcf-range.jcf-vertical .jcf-range-mark {
  margin: 0 0 9px;
  left: 14px;
  top: auto;
  width: 3px;
  height: 1px; }

.jcf-range .jcf-active-handle {
  z-index: 2; }

.jcf-range.jcf-focus .jcf-active-handle {
  border: 1px solid red;
  margin: -5px 0 0 -1px; }

.jcf-range.jcf-disabled {
  background: 0 0 !important;
  opacity: .3; }

.jcf-disabled {
  background: #ddd !important; }

.jcf-focus, .jcf-focus * {
  border-color: red !important; }

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-slide,
.slick-current,
.slick-active {
  border-style: red; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block;
  width: 100%; }
  @media only screen and (max-width: 767px) {
    .slick-slide img {
      max-width: 160px;
      width: 100%; } }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

.sticky-right {
  margin-left: 30px; }
  @media only screen and (max-width: 1023px) {
    .sticky-right {
      margin-left: 0; } }

.sticky-left {
  margin-right: 30px; }
  @media only screen and (max-width: 1023px) {
    .sticky-left {
      margin-right: 0; } }

@media only screen and (max-width: 1200px) {
  .price {
    padding-top: 20px; } }

.price__container {
  position: relative; }
  .price__container:nth-of-type(2n + 1)::before {
    content: '';
    display: block;
    width: 100vw;
    height: 100%;
    background-image: url("../themes/szukamty/assets/images/bonus_bg.png");
    background-repeat: no-repeat;
    background-size: 100%;
    background-position: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0); }
    @media only screen and (max-width: 1200px) {
      .price__container:nth-of-type(2n + 1)::before {
        display: none; } }
  .price__container:nth-of-type(2n+2) {
    padding-top: 40px; }
    .price__container:nth-of-type(2n+2)::before {
      content: '';
      display: block;
      width: 100vw;
      height: 100%;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
      transform: translate3d(-50%, -50%, 0);
      background: #f5f4f2; }
      @media only screen and (max-width: 1200px) {
        .price__container:nth-of-type(2n+2)::before {
          display: none; } }

.price__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 30px;
  position: relative;
  z-index: 1; }

.price__heading {
  font-size: 36px;
  font-weight: 600; }
  @media only screen and (max-width: 767px) {
    .price__heading {
      font-size: 18px;
      margin-bottom: 10px;
      width: 100%;
      text-align: center;
      text-transform: uppercase; } }

.price__tab {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline; }

.price__link {
  font-size: 24px;
  color: #6a6c6f;
  font-weight: 300;
  display: block;
  margin-left: 8px;
  border-bottom: 1px solid rgba(106, 108, 111, 0.5);
  -webkit-transition: color .14s ease-in-out;
  transition: color .14s ease-in-out; }
  @media only screen and (max-width: 767px) {
    .price__link {
      font-size: 16px;
      margin: 0 7px; } }
  @media only screen and (min-width: 1025px) {
    .price__link:hover {
      color: #fa3d28; } }
  .price__link.active {
    font-size: 24px;
    color: #fa3d28;
    font-weight: 600;
    border: none; }
    @media only screen and (max-width: 767px) {
      .price__link.active {
        font-size: 16px; } }

.price__content {
  width: 970px;
  margin: 0 auto;
  position: relative; }
  @media only screen and (max-width: 1023px) {
    .price__content {
      width: 100%; } }

.price__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  display: none;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 1023px) {
    .price__list {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
      -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;
      display: none; } }
  .price__list.active {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }

.price__item {
  width: 470px;
  margin-bottom: 60px; }
  @media only screen and (max-width: 767px) {
    .price__item {
      width: 100%; } }

.price__block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px; }

.price__icon {
  margin-right: 9px; }

.price__title {
  font-size: 24px; }
  @media only screen and (max-width: 767px) {
    .price__title {
      font-size: 18px; } }

.price__section {
  width: 100%;
  border: 1px solid #e0e7ea;
  padding: 30px;
  padding-right: 0;
  border-radius: 3px;
  overflow: hidden;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.15);
  position: relative;
  margin-bottom: 30px;
  background: #fff; }
  @media only screen and (max-width: 767px) {
    .price__section {
      padding: 30px 20px;
      padding-right: 0; } }
  .price__section:last-of-type {
    margin-bottom: 0; }
  .price__section::before {
    content: '';
    display: block;
    width: 90px;
    height: 100%;
    background: #f9f9f9;
    position: absolute;
    top: 0;
    right: 0; }

.price__row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  margin-bottom: 15px;
  position: relative;
  z-index: 2; }
  @media only screen and (max-width: 767px) {
    .price__row {
      margin-bottom: 10px; } }
  .price__row:last-child {
    margin-bottom: 0; }

.price__column:first-of-type {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  font-size: 16px;
  color: #6a6c6f;
  line-height: 24px;
  padding-left: 12px;
  position: relative;
  z-index: 1; }
  @media only screen and (max-width: 767px) {
    .price__column:first-of-type {
      font-size: 12px;
      line-height: 16px; } }
  .price__column:first-of-type::before {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #6a6c6f;
    position: absolute;
    top: 11px;
    left: 0; }
    @media only screen and (max-width: 767px) {
      .price__column:first-of-type::before {
        top: 6px; } }

.price__column:last-of-type {
  width: 90px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 90px;
  -ms-flex: 0 0 90px;
  flex: 0 0 90px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  font-size: 16px;
  color: #fa3d28;
  font-weight: 700; }
  @media only screen and (max-width: 767px) {
    .price__column:last-of-type {
      font-size: 12px;
      line-height: 16px; } }

.price__sb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

.price__label {
  font-size: 24px;
  color: #fa3d28;
  font-weight: 600;
  margin-bottom: 20px;
  width: 75%; }
  @media only screen and (max-width: 767px) {
    .price__label {
      width: 68%;
      font-size: 16px; } }

.price__btn {
  width: 260px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  margin-top: 20px; }
  @media only screen and (max-width: 767px) {
    .price__btn {
      width: 60%; } }

.price__sale {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 0;
  right: 15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -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;
  background: #fa3d28;
  background-image: -webkit-linear-gradient(left, #fa3c28 0%, #fb4830 100%);
  background-image: linear-gradient(90deg, #fa3c28 0%, #fb4830 100%); }
  .price__sale::before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 30px 12px 30px;
    border-color: transparent transparent #f9f9f9 transparent;
    position: absolute;
    bottom: -1px;
    left: 0; }

.price__sale-title {
  font-size: 15px;
  color: #ffffff;
  font-weight: 600;
  margin-bottom: 10px; }

.price__total {
  width: 82px;
  height: 68px;
  position: absolute;
  bottom: 18px;
  right: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -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;
  overflow: hidden;
  -webkit-transform: rotate(-30deg) translateZ(0);
  transform: rotate(-30deg) translateZ(0); }
  .price__total::before {
    content: '';
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    background: #fa3d28;
    position: absolute;
    bottom: 0;
    left: 0; }
  .price__total::after {
    content: '';
    display: block;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    overflow: hidden;
    background: #fbf423;
    position: absolute;
    bottom: 55px;
    left: 0; }

.price__total-title {
  font-size: 10px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.price__total-subtitle {
  font-size: 20px;
  color: #fff;
  font-weight: 600;
  position: relative;
  z-index: 1;
  margin-top: -2px;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.options {
  position: relative;
  padding-bottom: 25px;
  margin-bottom: 40px; }
  .options::before {
    content: '';
    display: block;
    width: 100vw;
    height: 1px;
    background: rgba(0, 0, 0, 0.08);
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0); }
  .options.active .options__more {
    display: none; }
  .options.active .options__floor {
    display: block; }
  .options.active .options__people {
    display: block; }
  .options.active .options__utilities {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .options.active #hide {
    display: block; }
  .options.active #show {
    display: none; }
  .options.active .options__row--hidden {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  .options.active .options__submit {
    width: 146px; }
  .options__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
    min-height: 50px; }
    .options__row--hidden {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-pack: start;
      -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
      justify-content: flex-start;
      -webkit-box-align: stretch;
      -webkit-align-items: stretch;
      -ms-flex-align: stretch;
      align-items: stretch;
      display: none; }
    .options__row:nth-of-type(1) > div:nth-child(1) > span {
      border-bottom-left-radius: 3px;
      border-top-left-radius: 3px; }
    .options__row:nth-of-type(1) > div:nth-child(4) > span {
      border-bottom-right-radius: 3px;
      border-top-right-radius: 3px; }
    .options__row:nth-of-type(3) {
      margin-bottom: 0; }
  .options__select {
    width: 25%; }
    @media only screen and (max-width: 767px) {
      .options__select {
        width: 100%;
        margin-bottom: 10px; } }
    .options__select:last-of-type .jcf-select {
      border-right: 1px solid #dedede !important; }
    .options__select .jcf-select {
      border-right: none !important;
      z-index: 2; }
      @media only screen and (max-width: 767px) {
        .options__select .jcf-select {
          border-right: 1px solid #dedede !important; } }
  .options .jcf-select {
    height: 50px;
    min-width: 0; }
    @media only screen and (max-width: 767px) {
      .options .jcf-select {
        height: 40px; } }
  .options__range {
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 20px; }
    @media only screen and (max-width: 1200px) {
      .options__range {
        box-shadow: none; } }
    @media only screen and (max-width: 767px) {
      .options__range {
        width: 100%;
        margin-right: 0; } }
  .options__block {
    width: 156px;
    position: relative; }
    @media only screen and (max-width: 1200px) {
      .options__block {
        margin-bottom: 15px; } }
    @media only screen and (max-width: 767px) {
      .options__block {
        width: 100%; } }
    .options__block--full {
      display: block;
      width: 100%; }
    .options__block:first-of-type .options__input {
      border-top-left-radius: 3px;
      border-bottom-left-radius: 3px; }
      @media only screen and (max-width: 767px) {
        .options__block:first-of-type .options__input {
          border-radius: 3px; } }
    .options__block:last-of-type .options__input {
      margin-left: -1px;
      border-top-right-radius: 3px;
      border-bottom-right-radius: 3px; }
      @media only screen and (max-width: 767px) {
        .options__block:last-of-type .options__input {
          border-radius: 3px; } }
  .options__input {
    border-radius: 0;
    overflow: hidden;
    background: none; }
    .options__input.rounded {
      border-radius: 3px; }
  .options__note {
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 16px;
    color: #6a6c6f;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out;
    pointer-events: none; }
    .options__note.active {
      top: -15px;
      font-size: 10px; }
      @media only screen and (max-width: 1200px) {
        .options__note.active {
          font-size: 8px;
          top: -11px; } }
    @media only screen and (max-width: 767px) {
      .options__note {
        font-size: 12px;
        top: 13px; } }
  .options__checkbox {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.03);
    border: 1px solid #ccc;
    border-radius: 3px;
    overflow: hidden;
    margin-right: 20px; }
    @media only screen and (max-width: 1200px) {
      .options__checkbox {
        margin-bottom: 10px;
        margin-right: 50px;
        box-shadow: none; } }
    @media only screen and (max-width: 1023px) {
      .options__checkbox {
        margin-bottom: 0; } }
    @media only screen and (max-width: 767px) {
      .options__checkbox {
        width: 100%;
        margin-right: 0;
        border: none;
        margin-bottom: 10px; } }
  .options__label {
    display: block; }
    @media only screen and (max-width: 767px) {
      .options__label {
        border: 1px solid #ccc;
        margin: 0 1px; } }
    .options__label:last-of-type .options__icon {
      border: none; }
  .options__hidden {
    display: none; }
    .options__hidden:checked ~ .options__icon {
      background: #fa3d28;
      color: #fff; }
  .options__icon {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    font-size: 16px;
    color: #6a6c6f;
    border-right: 1px solid #ccc;
    cursor: pointer;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .options__icon {
        border: none; } }
    @media only screen and (min-width: 1025px) {
      .options__icon:hover {
        color: #fa3d28; } }
    .options__icon--long {
      width: 100px; }
      @media only screen and (max-width: 767px) {
        .options__icon--long {
          width: auto;
          padding: 0 7px; } }
  .options__more {
    width: 170px;
    height: 40px;
    background: #fafafa;
    margin-left: 0;
    margin-right: 20px; }
    @media only screen and (max-width: 767px) {
      .options__more {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; } }
  .options__submit {
    width: 184px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    display: block;
    text-align: center; }
    @media only screen and (max-width: 767px) {
      .options__submit {
        width: 100%;
        margin: 0;
        margin-bottom: 10px; } }
  .options__controls {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center; }
    @media only screen and (max-width: 767px) {
      .options__controls {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center; } }
  .options__tag {
    font-size: 13px;
    color: #0284cd;
    margin-left: 15px;
    cursor: pointer; }
    @media only screen and (max-width: 767px) {
      .options__tag {
        margin-right: 0;
        margin-bottom: 10px; } }
    @media only screen and (min-width: 1025px) {
      .options__tag:hover {
        text-decoration: underline; } }
  .options__floor {
    width: 130px;
    margin-right: 20px;
    display: none; }
    @media only screen and (max-width: 767px) {
      .options__floor {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; } }
    .options__floor .jcf-select {
      border-radius: 3px; }
  .options__utilities {
    display: none !important;
    margin-bottom: 0 !important;
    margin-right: 20px !important; }
    @media only screen and (max-width: 767px) {
      .options__utilities {
        width: 100%;
        margin-bottom: 10px;
        margin-right: 0; } }
  .options__people {
    width: 184px;
    display: none; }
    @media only screen and (max-width: 1200px) {
      .options__people {
        width: 180px; } }
    @media only screen and (max-width: 767px) {
      .options__people {
        width: 100%; } }
    .options__people .jcf-select {
      border-radius: 3px; }
  .options #hide {
    display: none; }
  .options #show {
    display: block; }
  .options__variables {
    width: 180px;
    margin-right: 20px; }
    .options__variables .options__range {
      margin-right: 0; }
      .options__variables .options__range .options__block {
        width: 90px; }
    @media only screen and (max-width: 1200px) {
      .options__variables {
        margin-bottom: 10px; } }
    @media only screen and (max-width: 767px) {
      .options__variables {
        width: 100%;
        margin-right: 0; } }
    .options__variables .jcf-select {
      border-radius: 3px;
      margin-bottom: 20px; }
      @media only screen and (max-width: 767px) {
        .options__variables .jcf-select {
          margin-bottom: 10px; } }
      .options__variables .jcf-select:last-of-type {
        margin-bottom: 0; }
    .options__variables .options__input {
      margin-right: 0;
      margin-bottom: 20px; }
  .options__section {
    -webkit-column-width: 220px;
    -moz-column-width: 220px;
    column-width: 220px;
    -webkit-column-count: 2;
    -moz-column-count: 2;
    column-count: 2;
    padding-top: 15px;
    margin-right: 50px; }
    @media only screen and (max-width: 1200px) {
      .options__section {
        -webkit-column-width: 210px;
        -moz-column-width: 210px;
        column-width: 210px;
        margin-bottom: 10px;
        margin-right: 0; } }
    @media only screen and (max-width: 767px) {
      .options__section {
        -webkit-column-width: 140px;
        -moz-column-width: 140px;
        column-width: 140px;
        margin-right: 0; } }
    .options__section .options__hidden:checked ~ .options__square {
      background: #fa3d28;
      border-color: #fa3d28; }
  .options__type {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    cursor: pointer;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .options__type {
        margin-bottom: 10px; } }
  .options__square {
    width: 16px;
    height: 16px;
    border: 1px solid #ccc;
    border-radius: 3px;
    box-shadow: 0px 2px 2px 0px rgba(0, 0, 0, 0.05);
    margin-right: 7px;
    -webkit-transition: all .14s ease-in-out;
    transition: all .14s ease-in-out; }
    @media only screen and (max-width: 767px) {
      .options__square {
        width: 10px;
        height: 10px;
        margin-right: 4px; } }
  .options__name {
    font-size: 16px;
    color: #6a6c6f;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
    .options__name::first-letter {
      text-transform: uppercase; }
    @media only screen and (max-width: 767px) {
      .options__name {
        font-size: 12px; } }
  .options__offer {
    margin-right: 120px;
    margin-top: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start; }
    @media only screen and (max-width: 767px) {
      .options__offer {
        width: 100%;
        margin-right: 0; } }
    .options__offer .options__hidden:checked ~ .options__square {
      background: #fa3d28;
      border-color: #fa3d28; }
  .options__title {
    font-size: 16px;
    color: #6a6c6f;
    font-weight: 700;
    margin-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .options__title {
        font-size: 14px;
        margin-bottom: 10px; } }
  .options__photo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding-bottom: 20px; }
    @media only screen and (max-width: 767px) {
      .options__photo {
        width: 100%; } }
    .options__photo .options__hidden:checked ~ .options__square {
      background: #fa3d28;
      border-color: #fa3d28; }

.search-notice {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border: 1px solid #ffc000;
  border-radius: 3px;
  overflow: hidden;
  padding: 35px 30px;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-color: #fafafa !important; }
  @media only screen and (max-width: 767px) {
    .search-notice {
      padding: 30px 10px; } }
  .search-notice__container {
    width: 460px; }
    @media only screen and (max-width: 1023px) {
      .search-notice__container {
        width: 100%;
        margin-bottom: 20px; } }
  .search-notice__section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -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;
    width: 250px; }
  .search-notice__title {
    font-size: 28px;
    color: #fa3d28;
    line-height: 32px;
    font-weight: 700;
    margin-bottom: 10px; }
    @media only screen and (max-width: 767px) {
      .search-notice__title {
        font-size: 18px;
        line-height: 22px; } }
  .search-notice__subtitle {
    font-size: 18px;
    font-weight: 600; }
    @media only screen and (max-width: 767px) {
      .search-notice__subtitle {
        font-size: 14px; } }
  .search-notice__link {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -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; }

.search-sidebar {
  width: 270px; }
  @media only screen and (max-width: 1200px) {
    .search-sidebar {
      width: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -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;
      margin-left: 0; } }
  @media only screen and (max-width: 767px) {
    .search-sidebar {
      display: none; } }
  .search-sidebar__item {
    width: 100%;
    margin-bottom: 30px; }
    @media only screen and (max-width: 1200px) {
      .search-sidebar__item {
        margin: 0 10px;
        width: 30%; } }
  .search-sidebar img {
    width: 100%; }

@media only screen and (max-width: 1200px) {
  .search {
    padding-top: 20px; } }

.search__container {
  margin-bottom: 60px; }

.search__heading {
  margin-bottom: 0; }
  @media only screen and (max-width: 767px) {
    .search__heading {
      margin-bottom: 10px; } }

.search__controls {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 30px; }

.search__result {
  font-size: 16px;
  color: #6a6c6f; }
  @media only screen and (max-width: 767px) {
    .search__result {
      margin-bottom: 10px;
      font-size: 14px; } }

.search__sort {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }
  .search__sort .jcf-select {
    width: 190px;
    height: 40px;
    margin-left: 10px;
    border-radius: 3px;
    padding-left: 10px;
    padding-right: 35px; }

.search__title {
  font-size: 16px;
  color: #6a6c6f; }
  @media only screen and (max-width: 767px) {
    .search__title {
      font-size: 14px; } }

.search__wrapper {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start; }

.search__content {
  width: 870px; }
  @media only screen and (max-width: 1200px) {
    .search__content {
      width: 100%;
      margin-bottom: 30px; } }
  @media only screen and (max-width: 767px) {
    .search__content {
      margin-bottom: 0; } }

.search__list {
  width: 100%;
  margin-bottom: 60px; }

/*# sourceMappingURL=main.css.map */
