/*! normalize.css v4.1.1 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Prevent adjustments of font size after orientation changes in IE and iOS.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block; }

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

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

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none; }

/* Links
   ========================================================================== */
/**
 * 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 */ }

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

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

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

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

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

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

/**
 * 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
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
 * Correct the text style of placeholders in Chrome, Edge, and Safari.
 */
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54; }

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

body {
  font-family: 'Lato', sans-serif; }

* {
  box-sizing: border-box;
  outline: none; }

a {
  transition: all 0.5s; }

.container {
  width: 100%;
  max-width: 1230px;
  margin: 0 auto;
  padding: 0 15px; }

.btn {
  font-size: 13px;
  font-weight: bold;
  text-decoration: none;
  color: #FFF;
  padding: 13px 27px;
  border-radius: 30px;
  text-transform: uppercase;
  transition: all 0.5s;
  border: none;
  cursor: pointer; }
  .btn i {
    margin: 0 0 0 10px; }
  .btn--pink {
    background: #e85999; }
    .btn--pink:hover {
      background: #d44b88; }
  .btn--green {
    background: #33a2b5; }
    .btn--green:hover {
      background: #1d8293; }
  .btn--border-pink {
    border-radius: 20px;
    border: 2px solid #e85999;
    color: #e85999;
    padding-top: 11px;
    padding-bottom: 11px; }
    .btn--border-pink:hover {
      background: #e85999;
      color: #FFF; }
  .btn--border-gray {
    border-radius: 20px;
    border: 2px solid #e1e1e1;
    color: #e85999;
    padding-top: 11px;
    padding-bottom: 11px; }
    .btn--border-gray:hover {
      border-color: #e85999; }
  .btn--white-transparent {
    border: 2px solid #FFF;
    padding-top: 10px;
    padding-bottom: 10px; }
    .btn--white-transparent:hover {
      background: #0c58a3 !important;
      border-color: #0c58a3 !important; }
  .btn--bigger {
    padding: 17px 38px; }
    .btn--bigger i {
      font-size: 16px; }
  .btn--small {
    font-size: 12px; }

.recommended-btn {
  padding: 8px 39px 9px 17px;
  border-radius: 30px;
  font-family: "Playfair Display", serif;
  background: url("../images/icons/heart-white.png") #33a2b5 right 14px center no-repeat;
  display: inline-block;
  color: #FFF;
  font-size: 14px; }

.nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  padding: 26px 58px 26px 54px;
  transition: all 0.5s; }
  @media (max-width: 1200px) {
    .nav {
      padding: 20px 15px 20px 15px; } }
  @media (max-width: 767px) {
    .nav {
      position: absolute; } }
  .nav__inner {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1023px) {
      .nav__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center; } }
  .nav__logo {
    background: url("../images/logo-white.png") no-repeat;
    width: 288px;
    height: 30px;
    transition: all 0.5s;
    background-size: 100% auto; }
    @media (max-width: 1023px) {
      .nav__logo {
        margin-bottom: 17px;
        width: 230px; }
      .nav__logo img {
        opacity: 0;
      } }
  .nav__right {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1023px) {
      .nav__right {
        width: 100%;
        -ms-flex-pack: center;
        justify-content: center; } }
    .nav__right .menu-toggle {
      display: none; }
      @media (max-width: 767px) {
        .nav__right .menu-toggle {
          width: 33px;
          height: 25px;
          position: relative;
          transition: all 0.5s; }
          .nav__right .menu-toggle span {
            position: absolute;
            left: 0;
            width: 33px;
            height: 4px;
            border-radius: 5px;
            transition: all 0.5s; }
            .nav__right .menu-toggle span:nth-child(1) {
              top: 0; }
            .nav__right .menu-toggle span:nth-child(2) {
              top: 50%;
              margin-top: -2px; }
            .nav__right .menu-toggle span:nth-child(3) {
              bottom: 0; }
          .nav__right .menu-toggle.open {
            margin: 0 0 0 0; }
            .nav__right .menu-toggle.open span:nth-child(1) {
              transform: rotate(45deg);
              transform-origin: 0 0; }
            .nav__right .menu-toggle.open span:nth-child(2) {
              opacity: 0; }
            .nav__right .menu-toggle.open span:nth-child(3) {
              transform: rotate(-45deg);
              transform-origin: 1px 5px; } }
    .nav__right .btn {
      margin: 0 16px 0 9px; }
      @media (max-width: 767px) {
        .nav__right .btn {
          margin: 0 0 0 0;
          padding: 0px 0 !important;
          height: 45px !important;
          line-height: 45px;
          width: 45px;
          border-radius: 50%;
          text-align: center;
          font-size: 18px; }
          .nav__right .btn.btn--white-transparent {
            line-height: 36px; } }
      .nav__right .btn .mobile-text {
        display: none; }
        @media (max-width: 767px) {
          .nav__right .btn .mobile-text {
            display: block; } }
      @media (max-width: 767px) {
        .nav__right .btn .desktop-text {
          display: none; } }
      .nav__right .btn i {
        margin: 0 -6px 0 8px;
        font-size: 16px; }
        @media (max-width: 767px) {
          .nav__right .btn i {
            margin: 0; } }
    .nav__right .btn-social {
      color: #FFF;
      border-radius: 50%;
      border: 2px solid #FFF;
      font-size: 20px;
      width: 45px;
      height: 45px;
      text-align: center;
      line-height: 41px;
      margin: 0 0 0 5px; }
      .nav__right .btn-social:hover {
        background: #e85999;
        color: #FFF;
        border-color: #e85999; }
  .nav__phone {
    background: url("../images/icons/phone-icon-orange.svg") left center no-repeat;
    background-size: 26px 27px;
    color: #FFF;
    font-size: 14px;
    font-weight: bold;
    padding: 4px 0 4px 38px;
    margin-right: 87px;
    transition: all 0.5s; }
    @media (max-width: 1200px) {
      .nav__phone {
        margin-right: 10px; } }
    @media (max-width: 767px) {
      .nav__phone {
        margin-right: 25px; } }
    .nav__phone a {
      text-decoration: none !important;
      color: #FFF !important; }
  .nav__menu {
    margin: 0 19px 0 0;
    padding: 0;
    list-style: none; }
    .nav__menu li {
      display: inline-block;
      vertical-align: middle;
      margin: 0 0 0 21px; }
      .nav__menu li a {
        color: #FFF;
        font-size: 14px;
        font-weight: bold;
        text-decoration: none;
        text-transform: uppercase; }
        .nav__menu li a:hover {
          color: #e85999 !important; }
  @media all and (min-width: 768px) {
    .nav.fixed {
      background: #FFF;
      box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
      .nav.fixed .nav__logo {
        background-image: url("../images/logo-color.png"); }
      .nav.fixed .nav__logo img {
        opacity: 0;
      }
      .nav.fixed .nav__menu li a {
        color: #000; }
      .nav.fixed .btn-social {
        border-color: #e85999;
        color: #e85999; }
        .nav.fixed .btn-social:hover {
          background: #e85999;
          color: #FFF; } }
  .nav--color {
    background: #FFF;
    position: static; }
    .nav--color .nav__logo {
      background-image: url("../images/logo-color.png"); }
    .nav--color .nav__menu li a {
      color: #000; }
    .nav--color .btn-social {
      border-color: #e85999;
      color: #e85999; }
      .nav--color .btn-social:hover {
        background: #e85999;
        color: #FFF; }

.footer {
  background: #f2f2f2;
  margin: 100px 0 0 0;
  padding: 62px 0 0 0;
  position: relative; }
  @media (max-width: 767px) {
    .footer {
      text-align: center; } }
  .footer .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .footer__title {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin: 0 0 19px 0;
    font-size: 24px; }
  .footer ul {
    margin: 0;
    padding: 0;
    list-style: none; }
    .footer ul li {
      margin: 0 0 11px 0; }
      .footer ul li a {
        font-size: 15px;
        color: #565656;
        text-decoration: none; }
        .footer ul li a:hover {
          color: #e85999; }
  @media (max-width: 767px) {
    .footer__col {
      margin-bottom: 40px; }
      .footer__col:last-child {
        margin-bottom: 0 !important; } }
  .footer__col--col1 {
    width: 25%; }
    @media (max-width: 1023px) {
      .footer__col--col1 {
        width: 37%; } }
    @media (max-width: 767px) {
      .footer__col--col1 {
        width: 100%; } }
  .footer__col--col2 {
    width: 26%; }
    @media (max-width: 1023px) {
      .footer__col--col2 {
        width: 37%; } }
    @media (max-width: 767px) {
      .footer__col--col2 {
        width: 100%; } }
  .footer__col--col3 {
    width: 20%; }
    @media (max-width: 1023px) {
      .footer__col--col3 {
        width: 25%; } }
    @media (max-width: 767px) {
      .footer__col--col3 {
        width: 100%; } }
  .footer__col--col4 {
    margin-left: auto; }
    @media (max-width: 1023px) {
      .footer__col--col4 {
        margin-left: auto;
        margin-right: auto; } }
    @media (max-width: 767px) {
      .footer__col--col4 {
        width: 100%; } }
  .footer .btn-social {
    color: #e85999;
    border-radius: 50%;
    border: 2px solid #e85999;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 36px;
    margin: 0 5px 0 0px;
    display: inline-block; }
    .footer .btn-social:hover {
      background: #e85999;
      color: #FFF; }
  .footer .footer__tel {
    font-family: "Playfair Display", serif;
    padding: 0 50px 7px 0;
    font-size: 36px;
    color: #000000;
    background: url(../images/svg/phone-icon.svg) right 7px top 12px no-repeat;
    background-size: 25px 39px;
    display: inline-block;
    text-decoration: none; }
    .footer .footer__tel small {
      font-size: 20px; }
    .footer .footer__tel a {
      color: #000;
      text-decoration: none; }
  .footer__copyright {
    width: 100%;
    display: -ms-flexbox;
    display: flex;
    padding: 66px 0 49px 0;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 767px) {
      .footer__copyright {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        text-align: center;
        padding-bottom: 20px;
        padding-top: 20px; } }
    .footer__copyright span {
      font-size: 15px;
      color: #565656; }
      @media (max-width: 767px) {
        .footer__copyright span {
          width: 100%;
          display: block;
          margin-bottom: 30px; } }
      .footer__copyright span a {
        color: #565656;
        text-decoration: none; }
        .footer__copyright span a:hover {
          text-decoration: underline; }
  .footer .scroll-top {
    position: absolute;
    right: 116px;
    font-size: 12px;
    top: 0;
    transform: translateY(-50%);
    background: #e85999;
    color: #FFF;
    text-align: center;
    width: 58px;
    height: 58px;
    line-height: 58px;
    border-radius: 50%;
    opacity: 0.8; }
    @media (max-width: 1023px) {
      .footer .scroll-top {
        right: 15px; } }
    .footer .scroll-top:hover {
      opacity: 1; }

.section-title {
  font-size: 40px;
  line-height: 48px;
  margin: 55px 0 46px 0;
  padding: 0 0 32px 0;
  color: #000;
  font-family: "Playfair Display", serif;
  text-align: center;
  font-weight: normal;
  position: relative; }
  .section-title::after {
    left: 50%;
    bottom: 0;
    height: 1px;
    background: #c7c7c7;
    position: absolute;
    width: 62px;
    margin-left: -31px;
    content: ""; }
  @media (max-width: 767px) {
    .section-title {
      font-size: 24px;
      line-height: 36px;
      margin: 29px 0 22px 0;
      padding-bottom: 20px; } }
  @media (max-width: 580px) {
    .section-title {
      font-size: 22px;
      line-height: 30px; } }
  .section-title--left {
    text-align: left; }
    .section-title--left::after {
      left: 0;
      margin: 0; }
  .section-title--center {
    text-align: center; }
  .section-title--margins {
    margin: 59px 0 37px 0; }
  .section-title__desc {
    font-size: 16px;
    line-height: 20px;
    margin: -23px 0 15px 0; }
    .section-title__desc--center {
      text-align: center; }
  .section-title + .box-gray-text {
    margin-top: -23px; }
    @media (max-width: 767px) {
      .section-title + .box-gray-text {
        margin: 0 0 20px 0; } }

.box-gray-text {
  padding: 23px 22px;
  margin: 36px 0 27px 0;
  background: #f7f7f7; }
  .box-gray-text p {
    margin: 0 0 0 0;
    font-size: 13px;
    line-height: 18px;
    color: #565656; }

.tags__title {
  font-size: 24px;
  color: #05325e;
  margin: 0 0 22px 0; }
  @media (max-width: 767px) {
    .tags__title {
      font-size: 20px;
      margin: 0 0 18px 0; } }

.tags__item {
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #05325e;
  text-decoration: none;
  padding: 5px 15px;
  background: #f7f7f7;
  border-radius: 50px;
  font-size: 11px;
  font-weight: bold;
  margin: 0 0 6px 0; }
  .tags__item:hover {
    background: #05325e;
    color: #f7f7f7; }

.faq .section-title {
  margin: 39px 0 50px 0; }

.faq__item {
  max-width: 780px;
  margin: 0 auto 0 auto; }

.faq h3 {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 20px;
  margin: 0 0 0 0; }
  @media (max-width: 767px) {
    .faq h3 {
      font-size: 18px; } }

.faq p {
  font-size: 15px;
  color: #565656;
  line-height: 22px;
  margin: 9px 0 20px 0; }
  @media (max-width: 767px) {
    .faq p {
      font-size: 14px; } }

.text-box h1, .text-box h2, .text-box h3, .text-box h4, .text-box h5, .text-box h6 {
  color: #000;
  font-family: "Playfair Display", serif !important;
  font-weight: normal; }

.text-box h1 {
  font-size: 24px;
  line-height: 30px;
  margin: 20px 0; }

.text-box h2 {
  font-size: 22px;
  line-height: 28px;
  margin: 15px 0; }

.text-box h3 {
  font-size: 20px;
  line-height: 26px;
  margin: 15px 0; }

.text-box h4 {
  font-size: 18px;
  line-height: 24px;
  margin: 15px 0; }

.text-box h5 {
  font-size: 16px;
  line-height: 22px;
  margin: 15px 0; }

.text-box h6 {
  font-size: 14px;
  line-height: 20px;
  margin: 15px 0; }

.text-box p {
  font-size: 15px;
  line-height: 22px;
  color: #565656;
  margin: 20px 0; }
  @media (max-width: 767px) {
    .text-box p {
      font-size: 14px;
      line-height: 20px; } }
  .text-box p a {
    color: #e85999;
    text-decoration: none; }
    .text-box p a:hover {
      text-decoration: underline; }

.text-box ul {
  margin: 20px 0;
  padding: 0 0 0 50px;
  list-style: none;
  font-size: 15px;
  line-height: 22px;
  overflow: hidden; }
  .text-box ul li {
    position: relative;
    padding: 0 0 0 16px;
    color: #565656; }
    .text-box ul li::before {
      position: absolute;
      left: 0;
      top: 0;
      position: absolute;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #e85999;
      content: "\f054";
      font-size: 8px; }

.text-box ol {
  margin: 20px 0;
  padding: 0 0 0 65px;
  font-size: 15px;
  line-height: 22px;
  color: #565656; }

.text-box hr {
  border: none;
  background: #e1e1e1;
  height: 1px; }

.text-box blockquote {
  font-size: 15px;
  line-height: 22px;
  color: #565656;
  font-style: italic;
  margin: 22px 0 22px 50px;
  padding: 6px 0 5px 20px;
  border-left: 6px solid #e85999; }

.text-box img.float-left {
  float: left;
  margin: 0 20px 20px 0; }

.text-box img.float-right {
  float: right;
  margin: 0 0 20px 20px; }

.text-box img.float-center {
  display: block;
  margin-left: auto;
  margin-right: auto; }

.text-box table {
  width: 100%;
  margin: 20px 0;
  border-collapse: collapse;
  border: 1px solid #e1e1e1;
  color: #565656; }
  .text-box table th, .text-box table td {
    border: 1px solid #e1e1e1;
    text-align: left;
    padding: 7px 15px;
    font-size: 15px; }

.text-box .videoWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  padding-top: 25px;
  height: 0;
  margin: 20px 0; }

.text-box .videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.text-box--small p, .text-box--small ul, .text-box--small ol {
  font-size: 13px;
  line-height: 18px; }

.text-box--small2 p, .text-box--small2 ul, .text-box--small2 ol {
  font-size: 14px;
  line-height: 20px; }

.text-box img {
  margin: 0 15px 15px 0;
  height: auto;
  max-width: 100%; }

.distance-km {
  position: absolute;
  left: 15px;
  top: 15px;
  background: rgba(0, 0, 0, 0.5);
  color: #FFF;
  text-decoration: none;
  font-size: 13px;
  font-weight: bold;
  padding: 5px 10px; }

.object-thumb {
  background: #f5f5f5;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  position: relative;
  transition: all 0.5s; }
  .object-thumb:hover {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .object-thumb--white {
    background: #FFF; }
  .object-thumb__img {
    width: 100%;
    position: relative;
    display: block; }
    .object-thumb__img img {
      width: 100%;
      display: block; }
  .object-thumb__distance {
    position: absolute;
    right: 11px;
    top: 11px;
    background: rgba(0, 0, 0, 0.4);
    color: #FFF;
    padding: 7px 9px;
    font-weight: bold;
    font-size: 12px; }
  .object-thumb__text {
    padding: 20px 14px 19px 19px; }
  .object-thumb__title {
    font-size: 20px;
    line-height: 22px;
    min-height: 40px;
    display: block;
    color: #000;
    font-weight: bold;
    margin: 0 0 0 0;
    font-family: "Playfair Display", serif;
    text-decoration: none;
    font-weight: normal; }
    @media (max-width: 767px) {
      .object-thumb__title {
        font-size: 20px;
        line-height: 26px; } }
    .object-thumb__title:hover {
      color: #e85999; }
  .object-thumb__city {
    display: block;
    margin-top: 8px;
    text-transform: uppercase;
    font-size: 11px;
    line-height: 16px;
    font-weight: 600;
    text-decoration: none;
    padding: 0 0 0 30px;
    margin: 16px 0 0 0;
    background: url("../images/svg/location-icon.svg") left center no-repeat;
    background-size: 15px auto;
    color: #e85999; }
    .object-thumb__city a {
      color: #e85999;
      text-decoration: none; }
      .object-thumb__city a:hover {
        opacity: 0.8; }
  .object-thumb__desc {
    padding: 0px 14px 28px 14px; }
    .object-thumb__desc p {
      margin: 0;
      font-size: 13px;
      color: #565656;
      line-height: 18px; }
  .object-thumb--bigger .object-thumb__text {
    padding-top: 13px; }
  .object-thumb--bigger .object-thumb__title {
    font-size: 20px; }
  .object-thumb__btn {
    margin-left: auto;
    float: right;
    margin: 15px 0 20px 0;
    padding: 10px 15px; }

.object-thumb-big {
  position: relative;
  background: #f5f5f5;
  transition: all 0.5s; }
  .object-thumb-big:hover {
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .object-thumb-big--recommended {
    border: 6px solid #33a2b5; }
    .object-thumb-big--recommended .recommended-btn {
      position: absolute;
      right: 14px;
      top: 15px;
      z-index: 10; }
  .object-thumb-big--disabled .object-thumb-big__img {
    opacity: 0.5; }
    .object-thumb-big--disabled .object-thumb-big__img img {
      filter: grayscale(1); }
  .object-thumb-big__img {
    position: relative; }
    .object-thumb-big__img picture img {
      width: 100%;
      display: block; }
  .object-thumb-big__icons {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0 0 10px 28px; }
    .object-thumb-big__icons::after {
      position: absolute;
      left: 0;
      bottom: 0;
      right: 0;
      height: 150%;
      content: "";
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.65+100 */
      /* FF3.6-15 */
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.65) 100%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#a6000000',GradientType=0 );
      /* IE6-9 */ }
      @media (max-width: 767px) {
        .object-thumb-big__icons::after {
          height: 250%; } }
    .object-thumb-big__icons .icon {
      margin: 0 25px 7px 0;
      display: -ms-flexbox;
      display: flex;
      position: relative;
      z-index: 10;
      -ms-flex-align: center;
      align-items: center; }
      .object-thumb-big__icons .icon img {
        margin: 0 11px 0 0; }
      .object-thumb-big__icons .icon span {
        color: #FFF;
        font-size: 16px;
        font-family: "Playfair Display", serif; }
  .object-thumb-big__text {
    padding: 20px 25px 25px 20px;
    overflow: hidden; }
    .object-thumb-big__text h3 {
      font-family: "Playfair Display", serif;
      margin: 0 0 0 0;
      font-size: 24px;
      font-weight: normal; }
      .object-thumb-big__text h3 a {
        color: #000;
        text-decoration: none; }
        .object-thumb-big__text h3 a:hover {
          color: #e85999; }
    .object-thumb-big__text .icon-type,
    .object-thumb-big__text .icon-location {
      color: #e85999;
      font-weight: bold;
      padding: 5px 0 5px 33px;
      display: inline-block;
      vertical-align: middle;
      margin: 14px 14px 0 0;
      font-size: 11px;
      text-transform: uppercase; }
      .object-thumb-big__text .icon-type a,
      .object-thumb-big__text .icon-location a {
        color: #e85999;
        text-decoration: none; }
        .object-thumb-big__text .icon-type a:hover,
        .object-thumb-big__text .icon-location a:hover {
          text-decoration: underline; }
    .object-thumb-big__text .icon-type {
      background: url("../images/svg/object-type-icon.svg") 2px 0 no-repeat;
      background-size: 22px auto; }
    .object-thumb-big__text .icon-location {
      background: url("../images/svg/location-icon.svg") 5px 0 no-repeat;
      background-size: 16px auto; }
      .object-thumb-big__text .icon-location a {
        margin-right: 7px; }
    .object-thumb-big__text p {
      color: #565656;
      font-size: 13px;
      line-height: 20px;
      margin: 15px 0 19px 0; }
    .object-thumb-big__text .btn {
      margin-left: auto;
      display: inline-block;
      float: right; }

.object-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center; }
  .object-list .object-thumb {
    width: 23%;
    margin-right: 1%;
    margin-bottom: 2%;
    margin-left: 1%; }
    @media (max-width: 1023px) {
      .object-list .object-thumb {
        width: 48%;
        margin-bottom: 20px; } }
    @media (max-width: 580px) {
      .object-list .object-thumb {
        width: 100%; } }

.object-list-big {
  margin: 28px 0 0 0; }
  .object-list-big + .pagination {
    margin-top: -8px; }
  .object-list-big .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .object-list-big .object-thumb-big {
    width: 48.5%;
    margin-bottom: 33px; }
    @media (max-width: 580px) {
      .object-list-big .object-thumb-big {
        width: 100%; } }
  .object-list-big .section-title {
    width: 100%;
    margin-top: 20px;
    font-size: 30px;
    line-height: 38px; }

.object-thumb-vertical__bottom {
  padding: 14px 10px 8px 10px; }
  .object-thumb-vertical__bottom p {
    color: #565656;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 18px; }
  .object-thumb-vertical__bottom--dots {
    cursor: pointer; }
  .object-thumb-vertical__bottom--more {
    display: none; }
  .object-thumb-vertical__bottom.open .object-thumb-vertical__bottom--dots {
    display: none; }
  .object-thumb-vertical__bottom.open .object-thumb-vertical__bottom--more {
    display: inline; }

.news-list .banner-news,
.news-list .news-thumb {
  margin-bottom: 30px; }

.grid-masnory-item {
  width: 31.7%; }
  @media (max-width: 1023px) {
    .grid-masnory-item {
      width: 48%; } }
  @media (max-width: 580px) {
    .grid-masnory-item {
      width: 100%; } }

.grid-masnory-gutter-sizer {
  width: 2.3%; }

.news-thumb {
  background: #FFF;
  transition: all 0.5s; }
  .news-thumb img {
    width: 100%; }
  .news-thumb:hover {
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1); }
  .news-thumb__title {
    font-family: "Playfair Display", serif;
    color: #000;
    text-decoration: none;
    font-size: 26px;
    line-height: 32px; }
    @media (max-width: 767px) {
      .news-thumb__title {
        font-size: 20px;
        line-height: 26px; } }
    .news-thumb__title:hover {
      color: #e85999; }
  .news-thumb__text {
    padding: 15px 20px; }
    .news-thumb__text p {
      font-size: 14px;
      color: #565656;
      line-height: 20px;
      margin: 10px 0 0 0; }
  .news-thumb time {
    background: url("../images/icons/clock.png") left center no-repeat;
    padding: 4px 0 4px 37px;
    margin: 18px 0 9px 0;
    font-size: 12px;
    color: #565656;
    display: block; }

.banner-news {
  height: 510px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  .banner-news::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.45); }
  .banner-news__inner {
    text-align: center;
    width: 100%;
    position: relative;
    z-index: 10; }
  .banner-news h2 {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    color: #FFF;
    text-align: center;
    max-width: 300px;
    margin: -4px auto 25px auto;
    font-size: 30px;
    line-height: 36px; }
  .banner-news .btn {
    display: inline-block; }

@media (max-width: 1023px) {
  .only-desktop {
    display: none; } }

.only-tablet-mobile {
  display: none; }
  @media (max-width: 1023px) {
    .only-tablet-mobile {
      display: -ms-flexbox;
      display: flex; } }

.select2 {
  width: 100% !important; }
  .select2.select2-container--open .select2-selection {
    border-radius: 30px 30px 0 0 !important; }
  .select2.select2-container--open.select2-container--above .select2-selection {
    border-radius: 0 0 30px 30px !important; }
  .select2 .select2-selection {
    background: #FFF;
    border-radius: 30px !important;
    width: 100%;
    border: none;
    height: auto;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .select2 .select2-selection::after {
      position: absolute;
      right: 19px;
      top: 22px;
      content: "\f078";
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      color: #e85999;
      font-size: 12px;
      cursor: pointer; }
    .select2 .select2-selection::before {
      position: absolute;
      right: 0px;
      top: 16px;
      background: #FFF;
      width: 40px;
      content: "";
      height: 20px;
      border-radius: 0 10px 3px 0; }
    .select2 .select2-selection__arrow {
      display: none; }
    .select2 .select2-selection__rendered {
      padding: 14px 35px 13px 19px !important;
      font-size: 14px; }
      .select2 .select2-selection__rendered li {
        margin: 0 10px 0 0;
        background: none;
        border: none;
        padding: 0;
        color: #575757 !important;
        line-height: 28px !important; }
        .select2 .select2-selection__rendered li:last-child::after {
          display: none; }
        .select2 .select2-selection__rendered li:not(:nth-last-child(2))::after {
          content: ","; }
        .select2 .select2-selection__rendered li .select2-selection__choice__remove {
          display: none; }

.select2-container .select2-search--inline .select2-search__field {
  margin: 0;
  height: auto;
  border-radius: 0;
  width: 100% !important; }

.select2-container {
  z-index: 10001; }
  .select2-container .select2-dropdown {
    opacity: 0;
    animation: fadein 0.2s forwards; }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

.select2-dropdown {
  background: #FFF;
  border: none;
  border-radius: 0 0 40px 40px !important;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1);
  overflow: hidden; }
  .select2-dropdown.select2-dropdown--above {
    border-radius: 40px 40px 0 0 !important; }

.select2-results__options {
  overflow: auto;
  max-height: 100px !important;
  margin: 10px 15px 10px 0; }

.select2-results__option {
  background: none !important;
  color: #575757 !important;
  font-size: 14px;
  padding-left: 50px;
  margin: 2px 0 0 0;
  position: relative; }
  .select2-results__option[aria-selected=true]::before {
    opacity: 1 !important;
    transform: scale(1) translateY(-50%) !important; }
  .select2-results__option[aria-disabled] {
    opacity: 0.3; }
  .select2-results__option::after {
    position: absolute;
    left: 19px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background: #e3e3e3;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
    content: ""; }
    @media (max-width: 767px) {
      .select2-results__option::after {
        left: 12px;
        top: 50%;
        transform: translateY(-50%); } }
  .select2-results__option::before {
    position: absolute;
    left: 6px;
    top: 50%;
    transform: translateY(-50%);
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    color: #e85999;
    opacity: 0;
    content: "\f00c";
    z-index: 10;
    font-size: 12px;
    transform: scale(0);
    left: 23px;
    top: 50%; }
    @media (max-width: 767px) {
      .select2-results__option::before {
        left: 16px;
        top: 50%;
        transform: translateY(-50%) !important; } }

.autocomplete-city.open {
  border-radius: 40px 40px 0 0 !important; }

#autocompleteBox {
  position: absolute;
  z-index: 1000000;
  left: 0;
  right: 0;
  top: 100%;
  background: #FFF !important;
  border-radius: 0 0 40px 40px !important;
  overflow: hidden;
  box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
  #autocompleteBox ul {
    margin: 0 15px 10px 0;
    padding: 15px 20px 15px 32px;
    border: none;
    background: none !important;
    z-index: 100;
    overflow: auto;
    max-height: 235px;
    width: auto !important;
    position: static !important; }
    #autocompleteBox ul li {
      font-family: 'Lato', sans-serif;
      margin: 3px 0; }
      #autocompleteBox ul li.ui-autocomplete-category {
        font-size: 16px;
        font-weight: bold;
        color: #565656;
        margin: 9px 0 5px 0; }
      #autocompleteBox ul li .ui-menu-item-wrapper {
        color: #565656;
        font-size: 14px;
        text-decoration: none; }
        #autocompleteBox ul li .ui-menu-item-wrapper:hover {
          color: #e85999 !important; }
  #autocompleteBox .ui-menu .ui-menu-item-wrapper {
    padding: 0 !important;
    background: none !important;
    border: none !important;
    width: auto !important;
    margin: 0 !important; }

.Zebra_DatePicker .dp_daypicker th {
  background: #e85999 !important;
  color: #FFF !important; }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: inherit;
  transition: background-color 5000s ease-in-out 0s; }

.breadcrumbs {
  background: #f7f7f7;
  position: relative;
  padding: 0; }
  @media (max-width: 767px) {
    .breadcrumbs {
      white-space: nowrap;
      overflow: auto; } }
  .breadcrumbs__list {
    margin: 0;
    padding: 0;
    list-style: none; }
  .breadcrumbs.full {
    padding-left: 39px;
    padding-right: 39px; }
    @media (max-width: 1200px) {
      .breadcrumbs.full {
        padding-left: 0px;
        padding-right: 0px; } }
    .breadcrumbs.full .container {
      max-width: 100%; }
  .breadcrumbs__item {
    font-size: 11px;
    font-weight: bold;
    color: #adadad;
    text-transform: uppercase;
    margin: 0 25px 0 0;
    padding: 12px 0 9px 0;
    display: inline-block;
    vertical-align: top;
    position: relative; }
    .breadcrumbs__item a {
      color: #e85999;
      text-decoration: none; }
    @media (min-width: 1024px) {
      .breadcrumbs__item:hover .breadcrumbs__toggle {
        display: block; } }
    @media (max-width: 1023px) {
      .breadcrumbs__item.open .breadcrumbs__toggle {
        display: block; } }
    .breadcrumbs__item:not(:last-child)::before {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      content: "\f054";
      position: absolute;
      right: -15px;
      top: 14px;
      color: #e85999;
      font-size: 8px; }
  .breadcrumbs__toggle {
    position: absolute;
    left: -20px;
    top: 100%;
    background: #f7f7f7;
    padding: 20px 9px 14px 22px;
    min-width: 230px;
    z-index: 30;
    display: none; }
    .breadcrumbs__toggle-inner {
      overflow: auto;
      width: 100%;
      max-height: 120px; }
      .breadcrumbs__toggle-inner a {
        display: block;
        margin-bottom: 7px;
        color: #adadad; }
        .breadcrumbs__toggle-inner a:hover {
          color: #e85999; }

.adv {
  text-align: center;
  margin: 25px 0 -42px 0;
  padding: 0 15px; }
  @media (max-width: 1023px) {
    .adv {
      margin-bottom: 0; } }
  .adv img {
    max-width: 100%; }

.pagination {
  margin: 10px 0;
  min-height: 40px; }
  .pagination .container {
    position: relative; }
  .pagination__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .pagination__link {
    font-size: 14px;
    text-decoration: none;
    color: #565656;
    display: block;
    padding: 9px 5px;
    width: 35px;
    text-align: center;
    margin: 0 0 0 0;
    border-radius: 50%; }
    .pagination__link:hover, .pagination__link--current {
      background: #e85999;
      color: #FFF; }
  .pagination__prev, .pagination__next {
    border: 2px solid #e85999;
    display: block;
    padding: 0 0;
    color: #e85999;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    text-align: center;
    line-height: 31px;
    margin: 0 12px;
    font-size: 12px; }
    .pagination__prev:hover, .pagination__next:hover {
      background: #e85999;
      color: #FFF; }
  .pagination .map-view {
    position: absolute;
    right: 20px;
    top: 8px; }
    @media (max-width: 767px) {
      .pagination .map-view {
        position: relative;
        right: 0;
        top: 0;
        margin: 20px auto 0 auto; } }
  .pagination__count {
    color: #565656;
    font-size: 18px;
    margin: 5px 0 0 15px;
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0; }
    @media (max-width: 767px) {
      .pagination__count {
        position: static;
        text-align: center;
        margin-bottom: 20px;
        display: block; } }
    @media (max-width: 1023px) {
      .pagination__count {
        font-size: 12px; } }

.map-view {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
  align-items: center;
  height: 25px;
  width: 210px;
  position: relative;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-decoration: none; }
  .map-view__icon1 {
    background: url("../images/svg/maps-1-icon.svg") center no-repeat;
    height: 25px;
    width: 25px; }
  .map-view__icon2 {
    background: url("../images/svg/maps-2-icon.svg") center no-repeat;
    height: 25px;
    width: 18px;
    position: absolute;
    left: 31px;
    top: 1px;
    transition: all 0.3s; }
  .map-view__icon3 {
    background: url("../images/svg/maps-3-icon.svg") center no-repeat;
    height: 20px;
    width: 30px;
    margin-right: auto;
    margin-left: 30px; }
  .map-view:hover .map-view__icon2 {
    animation: animateMapIcon 0.5s infinite; }
  .map-view__title {
    text-transform: uppercase;
    color: #e85999;
    font-weight: bold;
    text-decoration: none;
    font-size: 12px; }

@keyframes animateMapIcon {
  0% {
    left: 29px; }
  50% {
    left: 33px; }
  100% {
    left: 29px; } }

/* Add this attribute to the element that needs a tooltip */
[data-tooltip] {
  position: relative;
  z-index: 2;
  cursor: pointer; }

/* Hide the tooltip content by default */
[data-tooltip]:before,
[data-tooltip]:after {
  visibility: hidden;
  opacity: 0;
  pointer-events: none; }

/* Position tooltip above the element */
[data-tooltip]:before {
  position: absolute;
  bottom: 150%;
  left: 50%;
  margin-bottom: 5px;
  margin-left: -80px;
  padding: 7px 5px 10px 5px;
  width: 130px;
  border-radius: 5px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  content: attr(data-tooltip);
  text-align: center;
  font-size: 13px;
  line-height: 16px;
  transition: all 0.5s; }

/* Triangle hack to make tooltip look like a speech bubble */
[data-tooltip]:after {
  position: absolute;
  bottom: 138%;
  left: 50%;
  margin-left: -18px;
  width: 0;
  border-top: 8px solid rgba(0, 0, 0, 0.6);
  border-right: 8px solid transparent;
  border-left: 8px solid transparent;
  content: " ";
  font-size: 0;
  line-height: 0;
  transition: all 0.5s; }

/* Show tooltip content on hover */
[data-tooltip]:hover:before,
[data-tooltip]:hover:after {
  visibility: visible;
  opacity: 1; }

.popup {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  transition: all 0.5s;
  z-index: 1000; }
  .popup.open {
    opacity: 1;
    visibility: visible; }
  .popup__inner {
    position: absolute;
    left: 50%;
    top: 110px;
    width: 100%;
    max-width: 940px;
    transform: translateX(-50%);
    background: #FFF;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    padding: 62px 70px 60px 78px;
    z-index: 50;
    transition: opacity 0.5s; }
    @media (max-width: 767px) {
      .popup__inner {
        padding: 30px 15px 30px 15px;
        top: 0;
        max-height: 100%;
        overflow: auto; } }
  .popup__title {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 24px;
    margin: 25px 0 29px 0; }
  .popup .form-wrap {
    width: 100%;
    margin: 0 0 12px 0; }
    .popup .form-wrap--w50 {
      width: 48%; }
      @media (max-width: 767px) {
        .popup .form-wrap--w50 {
          width: 100%; } }
    .popup .form-wrap > label {
      font-size: 14px;
      font-weight: bold;
      margin: 0 0 11px 0;
      display: block; }
      .popup .form-wrap > label span {
        color: #e85999; }
  .popup input, .popup textarea {
    border-radius: 30px;
    border: none;
    height: 40px;
    padding: 0 22px;
    color: #565656;
    background: #efefef;
    font-size: 14px;
    width: 100%; }
    .popup input:-ms-input-placeholder, .popup textarea:-ms-input-placeholder {
      opacity: 1;
      color: #565656; }
    .popup input::placeholder, .popup textarea::placeholder {
      opacity: 1;
      color: #565656; }
  .popup label.error {
    color: #e85999;
    font-size: 12px; }
  .popup textarea {
    height: 110px;
    padding: 10px 22px; }
  .popup__close {
    position: absolute;
    right: 24px;
    top: 28px;
    width: 19px;
    height: 19px;
    cursor: pointer; }
    .popup__close::after {
      position: absolute;
      width: 3px;
      height: 23px;
      background: #e85999;
      content: "";
      left: 7px;
      top: 0;
      transform: rotate(45deg); }
    .popup__close:before {
      position: absolute;
      width: 3px;
      height: 23px;
      background: #e85999;
      content: "";
      left: 7px;
      top: 0;
      transform: rotate(-45deg); }

.disabled-popup .disabled-text {
  text-align: center; }
  .disabled-popup .disabled-text h3 {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    font-size: 24px;
    margin-bottom: 13px; }
  .disabled-popup .disabled-text p {
    font-size: 16px;
    color: #565656;
    margin-top: 0; }
    .disabled-popup .disabled-text p a {
      color: #e85999;
      text-decoration: none; }
      .disabled-popup .disabled-text p a:hover {
        text-decoration: underline; }
  .disabled-popup .disabled-text .btn {
    display: inline-block;
    margin: 17px 0 54px 0; }

@media (max-width: 767px) {
  .disabled-popup .object-list {
    -ms-flex-pack: center;
    justify-content: center; } }

.disabled-popup .object-list__item {
  width: 30.7%; }
  @media (max-width: 767px) {
    .disabled-popup .object-list__item {
      width: 48%;
      margin: 0 1% 20px 1%; } }
  @media (max-width: 580px) {
    .disabled-popup .object-list__item {
      width: 100%; } }

.si-float-wrapper {
  position: absolute;
  width: 100%; }

.si-float-wrapper,
.si-float-wrapper * {
  box-sizing: border-box; }

[class*='si-wrapper'] {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  cursor: default; }

.si-wrapper-top {
  -ms-flex-direction: column;
  flex-direction: column;
  margin-top: -40px;
  margin-left: 0px;
  transform: translate(-50%, -100%); }

.si-wrapper-bottom {
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 0px;
  margin-left: 0px;
  transform: translate(-50%, 0); }

.si-wrapper-left {
  margin-top: -20px;
  margin-left: -11px;
  transform: translate(-100%, -50%); }

.si-wrapper-right {
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  margin-top: -20px;
  margin-left: 11px;
  transform: translate(0, -50%); }

[class*='si-shadow-wrapper'] {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0.29804;
  z-index: 1; }

.si-shadow-wrapper-top,
.si-shadow-wrapper-bottom {
  -ms-flex-direction: column;
  flex-direction: column; }

.si-shadow-pointer-bottom,
.si-shadow-pointer-right {
  -ms-flex-order: -1;
  order: -1; }

[class*='si-shadow-pointer'] {
  position: relative;
  width: 15px;
  height: 15px;
  margin: auto; }

[class*='si-shadow-inner-pointer'] {
  position: absolute;
  width: 141%;
  height: 141%; }

.si-shadow-inner-pointer-top {
  left: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-bottom {
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%) rotate(-45deg); }

.si-shadow-inner-pointer-left {
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg); }

.si-shadow-inner-pointer-right {
  top: 50%;
  right: 0;
  transform: translate(50%, -50%) rotate(-45deg); }

.si-frame {
  position: relative;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  border-radius: 0;
  overflow: hidden;
  z-index: 2; }

.si-content-wrapper {
  width: 100%;
  max-width: 100%;
  max-height: 100%; }

.si-content {
  overflow: auto; }

.si-close-button {
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  outline: none;
  background-color: transparent;
  color: inherit;
  font-family: Arial, Baskerville, monospace;
  font-size: 24px;
  cursor: pointer;
  opacity: 0.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.si-close-button:hover, .si-close-button:focus {
  opacity: 0.7; }

[class*='si-pointer-border'] {
  position: absolute;
  border: 15px solid transparent;
  z-index: 3; }

[class*='si-pointer-bg'] {
  position: relative;
  border: 15px solid transparent;
  z-index: 4; }

.si-has-border [class*='si-pointer-bg'] {
  border-width: 15px; }

.si-pointer-border-top,
.si-pointer-border-bottom {
  left: 50%;
  transform: translate(-50%, 0); }

.si-pointer-border-left,
.si-pointer-border-right {
  top: 50%;
  transform: translate(0, -50%); }

.si-pointer-top {
  border-bottom: 0; }

.si-pointer-bg-top {
  border-top-color: #fff; }

.si-has-border .si-pointer-bg-top {
  top: -1px;
  margin-bottom: 0px; }

.si-pointer-bottom {
  border-top: 0; }

.si-pointer-bg-bottom {
  border-bottom-color: #fff; }

.si-has-border .si-pointer-bg-bottom {
  bottom: -1px;
  margin-top: 0px; }

.si-pointer-left {
  border-right: 0; }

.si-pointer-bg-left {
  border-left-color: #fff; }

.si-has-border .si-pointer-bg-left {
  left: -1px;
  margin-right: 0px; }

.si-pointer-right {
  border-left: 0; }

.si-pointer-bg-right {
  border-right-color: #fff; }

.si-has-border .si-pointer-bg-right {
  right: -1px;
  margin-left: 0px; }

.marker-map {
  background: #FFF;
  border-radius: 0;
  max-width: 240px; }
  .marker-map__image {
    position: relative; }
    .marker-map__image img {
      display: block;
      max-width: 100%; }
  .marker-map__text {
    padding: 0 15px 20px 15px; }
    .marker-map__text h2 {
      font-size: 16px;
      font-weight: normal;
      margin: 15px 0 8px 0;
      font-family: "Playfair Display", serif;
      color: #000; }
      .marker-map__text h2:hover {
        color: #e85999; }
    .marker-map__text span {
      color: #e85999;
      font-size: 12px;
      display: block;
      font-weight: bold;
      text-transform: uppercase; }
    .marker-map__text a {
      text-decoration: none;
      color: #e85999; }
      .marker-map__text a:hover {
        text-decoration: underline; }

.object-thumb-vertical__info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  position: absolute;
  bottom: 0;
  padding: 0 15px;
  left: 0;
  right: 0;
  color: #FFF;
  font-family: "Playfair Display", serif; }
  .object-thumb-vertical__info > * {
    position: relative;
    z-index: 2;
    padding-top: 11px;
    padding-bottom: 11px;
    background-position: left center;
    background-repeat: no-repeat; }
  .object-thumb-vertical__info .info-price {
    background-image: url("../images/svg/money-icon-pink.svg");
    background-size: 18px 20px;
    padding-left: 28px; }
  .object-thumb-vertical__info .info-people {
    background-image: url("../images/svg/guest-icon-pink.svg");
    background-size: 29px 14px;
    padding-left: 34px; }
  .object-thumb-vertical__info .info-bed {
    background-image: url("../images/svg/bed-icon-pink.svg");
    background-size: 15px 17px;
    padding-left: 28px; }
  .object-thumb-vertical__info::after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 70px;
    content: "";
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+100&0+0,0.88+100 */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.88) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#e0000000',GradientType=0 );
    /* IE6-9 */ }

.home-top {
  height: 920px;
  background-position: center;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  max-height: 95vh;
  padding: 100px 0;
  position: relative; }
  .home-top-slider {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
    .home-top-slider .slick-list,
    .home-top-slider .slick-track {
      height: 100%; }
    .home-top-slider .slick-slide * {
      height: 100%;
      background-size: cover;
      background-position: center; }
  @media (max-width: 1023px) {
    .home-top {
      height: auto;
      padding: 100px 0 150px 0; } }
  @media (max-width: 767px) {
    .home-top {
      min-height: 600px;
      height: auto;
      max-height: none; } }
  .home-top::after {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    content: "";
    background: rgba(0, 0, 0, 0.45); }
  .home-top .scroll-down {
    background: url("../images/svg/scroll-mouse-icon.svg");
    background-size: 100% 100%;
    width: 18px;
    height: 28px;
    position: absolute;
    right: 117px;
    bottom: 70px;
    z-index: 10; }
    @media (max-width: 1023px) {
      .home-top .scroll-down {
        display: none; } }
    .home-top .scroll-down::before {
      position: absolute;
      width: 2px;
      height: 5px;
      background: #FFF;
      content: "";
      left: 8px;
      top: 8px;
      border-radius: 10px;
      animation-name: scroll;
      animation-duration: 2.2s;
      animation-timing-function: cubic-bezier(0.15, 0.41, 0.69, 0.94);
      animation-iteration-count: infinite; }
    .home-top .scroll-down::after {
      position: absolute;
      top: 100%;
      width: 1px;
      height: 150px;
      background: #e85999;
      content: "";
      left: 50%; }
  .home-top__inner {
    width: 100%; }
    @media (max-width: 767px) {
      .home-top__inner {
        margin-top: 60px; } }
  .home-top__title {
    text-align: center;
    color: #FFF;
    margin: 230px 0 36px 0;
    font-size: 58px;
    font-weight: 600;
    letter-spacing: 0.8px;
    font-family: "Playfair Display", serif;
    font-weight: normal;
    position: relative;
    z-index: 10; }
    @media all and (min-width: 1024px) and (max-height: 800px) {
      .home-top__title {
        margin-top: 100px; } }
    @media (max-width: 1023px) {
      .home-top__title {
        margin-top: 80px;
        font-size: 40px; } }
    @media (max-width: 767px) {
      .home-top__title {
        font-size: 26px;
        margin: 0 0 24px 0;
        line-height: 30px; } }
  .home-top__advance {
    display: block;
    width: 100%;
    text-align: center;
    margin: 24px 0 0 0;
    position: relative;
    z-index: 10; }
    @media (max-width: 1200px) {
      .home-top__advance {
        margin-top: -100px; } }
    @media (max-width: 767px) {
      .home-top__advance {
        -ms-flex-order: 3;
        order: 3;
        z-index: 5; } }
    .home-top__advance .btn {
      display: inline-block;
      vertical-align: top;
      background-color: rgba(0, 0, 0, 0.45);
      font-size: 12px;
      font-weight: 900;
      padding: 9px 21px 9px 21px; }
      .home-top__advance .btn .fas {
        color: #e85999; }
      .home-top__advance .btn:hover {
        background-color: black; }
  .home-top__description {
    font-size: 20px;
    font-weight: 300;
    text-align: center;
    color: #FFF;
    margin: 0 0 43px 0; }
    @media (max-width: 580px) {
      .home-top__description {
        font-size: 16px; } }
  .home-top--subpage {
    height: 286px;
    display: block;
    padding: 94px 0; }
    @media (max-width: 1200px) {
      .home-top--subpage {
        height: 430px; } }
    @media (max-width: 767px) {
      .home-top--subpage {
        height: auto;
        min-height: 0; } }
    .home-top--subpage .home-top__inner {
      margin: -12px 0 0 0;
      padding-bottom: 30px; }
    .home-top--subpage .home-top__title {
      margin: 0 0 29px 0;
      font-size: 24px; }
      @media (max-width: 1023px) {
        .home-top--subpage .home-top__title {
          margin: 55px 0 15px 0; } }
  .home-top--addObject {
    height: 390px;
    min-height: 0; }
  .home-top--contact {
    text-align: center;
    height: 360px;
    min-height: 0; }

.more-options {
  display: none !important; }

.home-top-form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  z-index: 10; }
  @media (max-width: 1200px) {
    .home-top-form {
      padding: 0 20px;
      position: static !important; } }
  .home-top-form__outer {
    position: relative;
    z-index: 11; }
    @media (max-width: 1200px) {
      .home-top-form__outer {
        margin-bottom: 110px; } }
    .home-top-form__outer.show-more-content .home-top-form__btns {
      bottom: -70px; }
      @media (max-width: 767px) {
        .home-top-form__outer.show-more-content .home-top-form__btns {
          bottom: -100px; } }
  @media (max-width: 767px) {
    .home-top-form {
      padding: 0 8px; } }
  .home-top-form__btns {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1200px) {
      .home-top-form__btns {
        position: absolute;
        left: 0;
        right: 0;
        bottom: -110px;
        -ms-flex-pack: center;
        justify-content: center; } }
  .home-top-form--left {
    -ms-flex-pack: start;
    justify-content: flex-start;
    max-width: 1180px;
    margin: 15px auto 0 auto;
    z-index: 9; }
    @media (max-width: 1200px) {
      .home-top-form--left {
        -ms-flex-pack: center;
        justify-content: center;
        margin-left: 40px; } }
    @media (max-width: 1023px) {
      .home-top-form--left {
        margin-left: 0; } }
    @media (max-width: 767px) {
      .home-top-form--left {
        margin-top: 0; } }
  .home-top-form__close {
    background: rgba(0, 0, 0, 0.5);
    width: 28px;
    height: 28px;
    border-radius: 50%;
    cursor: pointer;
    margin-left: 10px;
    position: relative;
    transition: all 0.5s; }
    .home-top-form__close:hover {
      background-color: black; }
    @media (max-width: 1023px) {
      .home-top-form__close {
        margin-right: 0; } }
    @media (max-width: 767px) {
      .home-top-form__close {
        margin-bottom: -30px; } }
    .home-top-form__close::after, .home-top-form__close::before {
      position: absolute;
      background: #e85999;
      width: 12px;
      height: 2px;
      content: ""; }
    .home-top-form__close::after {
      transform: rotate(45deg);
      top: 13px;
      left: 8px; }
    .home-top-form__close::before {
      transform: rotate(-45deg);
      top: 13px;
      left: 8px; }
  .home-top-form__input {
    margin: 0 5px 0 5px;
    background: #FFF;
    border-radius: 40px; }
    @media (max-width: 1200px) {
      .home-top-form__input {
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .home-top-form__input {
        width: 100% !important;
        margin-bottom: 12px; } }
    .home-top-form__input input {
      border: 0;
      border-radius: 40px;
      padding: 0 0 0 58px;
      height: 55px;
      font-size: 14px;
      width: 100%;
      background-repeat: no-repeat;
      background-color: transparent !important; }
      @media (max-width: 1023px) {
        .home-top-form__input input {
          padding-left: 55px !important; } }
      @media (max-width: 767px) {
        .home-top-form__input input {
          height: 55px;
          padding-left: 55px !important; } }
      .home-top-form__input input:-ms-input-placeholder {
        opacity: 0.7; }
      .home-top-form__input input::placeholder {
        opacity: 0.7; }
    .home-top-form__input .select-distance {
      position: absolute;
      right: 0;
      top: 0;
      z-index: 10010;
      display: none; }
      .home-top-form__input .select-distance.open .current {
        background: #f1f1f1; }
      .home-top-form__input .select-distance.open ul {
        display: block; }
      .home-top-form__input .select-distance .current {
        padding: 19px 36px 18px 8px;
        border-radius: 0 40px 40px 0;
        color: #565656;
        font-size: 14px;
        width: 100px;
        display: block;
        text-align: center;
        cursor: pointer; }
        .home-top-form__input .select-distance .current:hover {
          background: #f1f1f1; }
      .home-top-form__input .select-distance .fas {
        color: #e85999;
        position: absolute;
        right: 23px;
        top: 22px;
        font-size: 12px;
        pointer-events: none; }
      .home-top-form__input .select-distance ul {
        margin: 0;
        padding: 17px 0;
        list-style: none;
        position: absolute;
        width: 100px;
        top: 136%;
        background: #FFF;
        border-radius: 20px;
        left: 8px;
        display: none;
        z-index: 22;
        animation: fadein 0.2s forwards;
        box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
        .home-top-form__input .select-distance ul::after {
          width: 0;
          height: 0;
          border-left: 8px solid transparent;
          border-right: 8px solid transparent;
          border-bottom: 8px solid #FFF;
          position: absolute;
          left: 50%;
          top: -8px;
          content: "";
          margin-left: -9px;
          position: absolute;
          left: 50%;
          content: ""; }
        .home-top-form__input .select-distance ul li input {
          opacity: 0;
          position: absolute;
          visibility: hidden; }
        .home-top-form__input .select-distance ul li label {
          padding: 0 0 0 23px;
          color: #565656;
          font-size: 14px;
          height: 30px;
          line-height: 30px;
          cursor: pointer;
          display: block; }
          .home-top-form__input .select-distance ul li label:hover {
            background: #f1f1f1; }
    .home-top-form__input.input-localization {
      width: 300px;
      position: relative;
      border-radius: 40px 40px 0 0 !important;
      background: none !important; }
      @media (max-width: 1023px) {
        .home-top-form__input.input-localization {
          width: 250px; } }
      .home-top-form__input.input-localization input {
        background-image: url("../images/svg/location-icon.svg") !important;
        background-color: #FFF !important;
        background-position: 22px 14px;
        background-size: 20px 28px;
        padding-right: 100px; }
        @media (max-width: 767px) {
          .home-top-form__input.input-localization input {
            background-position: 21px 14px;
            background-size: 18px auto; } }
    .home-top-form__input.input-type {
      width: 300px;
      position: relative; }
      @media (max-width: 1023px) {
        .home-top-form__input.input-type {
          width: 250px; } }
      .home-top-form__input.input-type .select2-selection__rendered {
        background-image: url("../images/icons/typ-obiektu.png") !important;
        background-repeat: no-repeat;
        padding-left: 58px !important;
        background-position: 22px 14px;
        background-size: 20px 28px; }
      .home-top-form__input.input-type input {
        background-image: url("../images/icons/typ-obiektu.png") !important;
        background-position: 22px 14px;
        background-size: 20px 28px; }
        @media (max-width: 767px) {
          .home-top-form__input.input-type input {
            background-position: 26px 9px;
            background-size: 15px auto; } }
    .home-top-form__input.input-countPerson {
      width: 240px; }
      @media (max-width: 1023px) {
        .home-top-form__input.input-countPerson {
          width: 190px; } }
      .home-top-form__input.input-countPerson input {
        background-image: url("../images/svg/guests-icon.svg") !important;
        background-position: 18px 20px;
        padding-left: 65px;
        background-size: 35px 16px; }
        @media (max-width: 767px) {
          .home-top-form__input.input-countPerson input {
            background-position: 16px 19px;
            background-size: 30px auto; } }
    .home-top-form__input.input-price {
      width: 240px; }
      @media (max-width: 1023px) {
        .home-top-form__input.input-price {
          width: 190px; } }
      .home-top-form__input.input-price input {
        background-image: url("../images/svg/money-icon.svg") !important;
        background-position: 25px 16px;
        padding-left: 65px;
        background-size: 22px 23px; }
        @media (max-width: 767px) {
          .home-top-form__input.input-price input {
            background-position: 21px 11px;
            background-size: 28px auto; } }
    .home-top-form__input.input-countPlace {
      width: 250px; }
      @media (max-width: 1023px) {
        .home-top-form__input.input-countPlace {
          width: 230px; } }
      .home-top-form__input.input-countPlace input {
        background-image: url("../images/svg/bed-icon.svg") !important;
        background-size: 22px 25px;
        background-position: 20px 14px;
        padding-left: 55px; }
        @media (max-width: 767px) {
          .home-top-form__input.input-countPlace input {
            background-position: 20px 16px;
            background-size: 20px auto; } }
    .home-top-form__input.input-list {
      width: 300px; }
      @media (max-width: 1023px) {
        .home-top-form__input.input-list {
          width: 230px; } }
      .home-top-form__input.input-list .select2 .select2-selection {
        border: none !important;
        display: block !important;
        overflow: hidden !important;
        text-align: right !important; }
      .home-top-form__input.input-list .select2-selection__rendered {
        background-image: url("../images/icons/typ-obiektu.png") !important;
        background-repeat: no-repeat;
        padding-left: 58px !important;
        background-position: 22px 14px;
        background-size: 20px 28px;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        overflow: hidden !important;
        min-height: 55px; }
        .home-top-form__input.input-list .select2-selection__rendered li {
          background: none !important;
          border: none !important;
          margin: 0; }
      .home-top-form__input.input-list input {
        background-size: 22px 25px;
        background-position: 24px 17px;
        padding-left: 67px; }
        @media (max-width: 767px) {
          .home-top-form__input.input-list input {
            background-position: 20px 11px;
            background-size: 28px auto; } }
  .home-top-form__checkbox {
    position: relative;
    margin: 0 0 0 13px; }
    .home-top-form__checkbox input {
      opacity: 0;
      visibility: hidden;
      position: absolute; }
      .home-top-form__checkbox input:checked + label::before {
        opacity: 1;
        color: #e85999;
        transform: scale(1) translateY(-50%); }
    .home-top-form__checkbox label {
      color: #FFF;
      font-size: 14px;
      padding: 0 0 0 38px;
      position: relative;
      cursor: pointer; }
      @media (max-width: 767px) {
        .home-top-form__checkbox label {
          width: 100%;
          display: block; } }
      .home-top-form__checkbox label::after {
        position: absolute;
        left: 0;
        top: -5px;
        width: 24px;
        height: 24px;
        background: #FFF;
        background-position: center;
        background-repeat: no-repeat;
        border-radius: 4px;
        content: ""; }
        @media (max-width: 767px) {
          .home-top-form__checkbox label::after {
            left: 6px;
            top: 50%;
            transform: translateY(-50%); } }
      .home-top-form__checkbox label::before {
        position: absolute;
        left: 6px;
        top: 0px;
        font-family: "Font Awesome 5 Free";
        font-weight: 900;
        opacity: 0;
        content: "\f00c";
        z-index: 10;
        font-size: 12px;
        transform: scale(0) translateY(-50%);
        transition: all 0.5s;
        left: 6px;
        top: 47%; }
        @media (max-width: 767px) {
          .home-top-form__checkbox label::before {
            left: 12px;
            top: 50%;
            transform: translateY(-50%) !important; } }
  .home-top-form button {
    border: none;
    padding: 16px 30px 17px 40px;
    padding-left: 40px;
    margin: 0 7px; }
    @media (max-width: 767px) {
      .home-top-form button {
        width: 45%;
        padding-left: 0;
        padding-right: 0;
        text-align: center; } }
    .home-top-form button i {
      font-size: 18px;
      margin: -2px 0 0 13px;
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 767px) {
        .home-top-form button i {
          margin-left: 5px;
          font-size: 16px; } }

.section-home--gray {
  overflow: hidden;
  background: #f2f2f2;
  padding-bottom: 87px; }

.section-tags .container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.section-tags .section-title {
  margin-bottom: 24px;
  margin-top: 71px; }
  @media (max-width: 767px) {
    .section-tags .section-title {
      text-align: center; }
      .section-tags .section-title::after {
        left: 50%;
        margin-left: -31px; } }

.section-tags--center ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 820px;
  margin: 0 auto !important; }
  .section-tags--center ul li {
    margin: 0 2px; }

.section-tags__right, .section-tags__left {
  width: 33%; }
  @media (max-width: 767px) {
    .section-tags__right, .section-tags__left {
      width: 100%;
      text-align: center; } }

.section-tags p {
  font-size: 15px;
  line-height: 22px;
  color: #565656;
  margin: 16px 0 42px 0; }

.section-tags ul {
  margin: 0;
  padding: 0;
  list-style: none; }
  .section-tags ul li {
    display: inline-block;
    vertical-align: middle;
    color: #000000;
    font-family: "Playfair Display", serif;
    font-size: 16px;
    margin-right: 5px;
    margin-bottom: 13px; }
    .section-tags ul li a {
      font-family: 'Lato', sans-serif;
      color: #e85999;
      display: block;
      padding: 5px 11px;
      text-decoration: none;
      text-transform: uppercase;
      border-radius: 20px;
      background: #f7f7f7;
      font-weight: 900;
      font-size: 11px; }
      .section-tags ul li a:hover {
        background: #e85999;
        color: #FFF; }

.section-home-blog {
  overflow: hidden;
  position: relative;
  margin: 30px 0 0 0; }
  .section-home-blog::after {
    position: absolute;
    left: 50%;
    right: 0;
    top: 0;
    bottom: 0;
    content: "";
    background: #e85999;
    opacity: 0.9; }
    @media (max-width: 1023px) {
      .section-home-blog::after {
        left: 0; } }
  .section-home-blog .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: center;
    height: 654px; }
    @media (max-width: 767px) {
      .section-home-blog .container {
        height: auto;
        padding: 45px 25px 31px 26px; } }
  .section-home-blog__box {
    width: 40.33%;
    position: relative;
    z-index: 10;
    padding: 20px 0 40px 0; }
    @media (max-width: 1023px) {
      .section-home-blog__box {
        width: 100%; } }
  .section-home-blog__category {
    font-size: 18px;
    font-weight: bold;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .section-home-blog__category {
        font-size: 14px; } }
  .section-home-blog__title {
    margin: 9px 0 3px 0;
    color: #FFF;
    font-weight: bold;
    font-size: 36px;
    line-height: 46px; }
    @media (max-width: 767px) {
      .section-home-blog__title {
        font-size: 26px;
        line-height: 30px; } }
  .section-home-blog p {
    color: #FFF;
    font-size: 16px;
    line-height: 22px;
    margin: 19px 20px 41px 0; }
    @media (max-width: 767px) {
      .section-home-blog p {
        font-size: 14px;
        margin-bottom: 35px; } }

.section-home-info {
  margin: 93px 0 0 0; }
  @media (max-width: 767px) {
    .section-home-info {
      margin: 38px 0 0 0; } }
  .section-home-info .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    @media (max-width: 767px) {
      .section-home-info .container {
        display: block; } }
  .section-home-info__title {
    color: #05325e;
    font-size: 50px;
    line-height: 60px;
    margin: 24px 0 0 0; }
    @media (max-width: 1200px) {
      .section-home-info__title {
        font-size: 40px;
        line-height: 50px; } }
    @media (max-width: 767px) {
      .section-home-info__title {
        font-size: 36px;
        line-height: 44px; } }
  .section-home-info__subtitle {
    font-weight: 300;
    font-size: 30px;
    color: #05325e;
    margin: 0 0 37px 0; }
    @media (max-width: 1200px) {
      .section-home-info__subtitle {
        font-size: 24px; } }
    @media (max-width: 767px) {
      .section-home-info__subtitle {
        font-size: 24px;
        margin: 11px 0 22px 0;
        line-height: 28px; } }
  .section-home-info__left {
    width: 57.33%; }
    @media (max-width: 1023px) {
      .section-home-info__left {
        width: 100%; } }
    .section-home-info__left p {
      margin: 0 45px 25px 0;
      font-size: 16px;
      line-height: 24px;
      color: #565656; }
      @media (max-width: 767px) {
        .section-home-info__left p {
          margin: 22px 0;
          font-size: 14px;
          line-height: 20px; } }
  .section-home-info__right {
    width: 30.4%; }
    @media (max-width: 1023px) {
      .section-home-info__right {
        width: 100%; } }
    @media (max-width: 767px) {
      .section-home-info__right {
        width: auto;
        margin: 44px 0 0 0; } }
    @media (max-width: 1023px) {
      .section-home-info__right .object-popular {
        max-width: 360px;
        margin: 0 auto; } }
    @media (max-width: 767px) {
      .section-home-info__right .object-popular {
        margin: 0 auto;
        padding: 0 15px 32px 15px; } }

.section-home-news {
  background: #ededed;
  margin: 81px 0 0 0;
  padding: 0 0 300px 0;
  overflow: hidden;
  position: relative; }
  @media (max-width: 1023px) {
    .section-home-news {
      padding-bottom: 80px;
      margin-bottom: 80px; } }
  .section-home-news .section-title {
    margin-bottom: 42px;
    font-size: 44px; }
    @media (max-width: 767px) {
      .section-home-news .section-title {
        font-size: 26px;
        line-height: 30px; } }
  .section-home-news .container {
    position: relative;
    z-index: 10; }
  .section-home-news .flower1 {
    position: absolute;
    left: 0;
    top: 0;
    background: url("../images/flower1.png");
    width: 484px;
    height: 590px; }
    @media (max-width: 1023px) {
      .section-home-news .flower1 {
        display: none; } }
  .section-home-news .flower2 {
    position: absolute;
    right: 0;
    top: 0;
    background: url("../images/flower2.png");
    width: 404px;
    height: 221px; }
    @media (max-width: 1023px) {
      .section-home-news .flower2 {
        display: none; } }
  .section-home-news .flower3 {
    position: absolute;
    left: 0;
    bottom: 0;
    background: url("../images/flower3.png");
    width: 917px;
    height: 563px; }
    @media (max-width: 1023px) {
      .section-home-news .flower3 {
        display: none; } }
  .section-home-news .flower4 {
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../images/flower4.png");
    width: 750px;
    height: 563px; }
    @media (max-width: 1023px) {
      .section-home-news .flower4 {
        display: none; } }

.section-home-about-us {
  margin: 0 0 83px 0;
  position: relative; }
  .section-home-about-us::after {
    position: absolute;
    top: -150px;
    left: 50%;
    right: 0;
    height: 150px;
    background: #FFF;
    content: ""; }
    @media (max-width: 1023px) {
      .section-home-about-us::after {
        display: none; } }
  .section-home-about-us__img {
    position: absolute;
    left: 50%;
    top: -255px;
    margin: 0 0 0 -605px;
    z-index: 1; }
    @media (max-width: 1023px) {
      .section-home-about-us__img {
        display: none; } }
  .section-home-about-us__text {
    background: #f7f7f7;
    margin-left: auto;
    width: 764px;
    position: relative;
    z-index: 2;
    padding: 32px 82px; }
    @media (max-width: 1023px) {
      .section-home-about-us__text {
        width: auto;
        padding: 30px 15px;
        margin: 0 -15px; } }
    .section-home-about-us__text > h2 {
      font-family: "Playfair Display", serif;
      font-weight: normal;
      font-size: 40px;
      line-height: 48px;
      margin: 18px 0 28px 0; }
      @media (max-width: 767px) {
        .section-home-about-us__text > h2 {
          font-size: 24px;
          line-height: 30px; } }
    .section-home-about-us__text p {
      color: #565656;
      font-size: 16px;
      line-height: 24px;
      margin: 0 0 25px 0; }
      @media (max-width: 767px) {
        .section-home-about-us__text p {
          font-size: 14px;
          line-height: 20px; } }
    .section-home-about-us__text::after {
      position: absolute;
      left: -440px;
      bottom: 0;
      height: calc(100% - 370px);
      width: 1px;
      content: "";
      background: #e85999; }

.our-boxs {
  margin: 74px 0 0 0; }
  .our-boxs__list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .our-boxs__item {
    width: 25%;
    text-align: center; }
    @media (max-width: 1023px) {
      .our-boxs__item {
        width: 48%; } }
    @media (max-width: 767px) {
      .our-boxs__item {
        width: 48%; } }
    @media (max-width: 580px) {
      .our-boxs__item {
        width: 100%; } }
    .our-boxs__item .icon {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
      justify-content: center;
      -ms-flex-align: center;
      align-items: center;
      height: 90px; }
    .our-boxs__item h2 {
      font-family: "Playfair Display", serif;
      font-weight: normal;
      margin: 0;
      font-size: 24px;
      line-height: 28px; }
      @media (max-width: 767px) {
        .our-boxs__item h2 {
          font-size: 24px;
          line-height: 30px; } }
    .our-boxs__item p {
      font-size: 15px;
      line-height: 22px;
      color: #565656;
      margin: 18px 0 0 0;
      padding: 0 30px; }
      @media (max-width: 767px) {
        .our-boxs__item p {
          font-size: 14px;
          line-height: 20px; } }

.section-home-box {
  background-size: cover;
  background-position: center;
  margin: 80px 0 0 0;
  padding: 112px 0 97px 0; }
  @media (max-width: 767px) {
    .section-home-box {
      margin: 44px 0 0 0;
      padding: 0 0 0 0; } }
  .section-home-box .container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between; }
    @media (max-width: 1023px) {
      .section-home-box .container {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap; } }
    @media (max-width: 767px) {
      .section-home-box .container {
        padding: 0; } }
  .section-home-box__item {
    width: 30%;
    border-radius: 0 0 30px 0;
    padding: 57px 50px 27px 50px; }
    @media (max-width: 1023px) {
      .section-home-box__item {
        width: 100%;
        margin-bottom: 10px; } }
    @media (max-width: 767px) {
      .section-home-box__item {
        border-radius: 0;
        margin: 0;
        padding: 46px 25px 39px 25px; } }
    .section-home-box__item.blue1 {
      background: rgba(3, 49, 94, 0.9); }
    .section-home-box__item.blue2 {
      background: rgba(0, 85, 169, 0.9); }
    .section-home-box__item.orange {
      background: rgba(242, 144, 35, 0.9); }
  .section-home-box__icon {
    min-height: 74px; }
    .section-home-box__icon img {
      max-height: 64px;
      max-width: 60px; }
  .section-home-box__title {
    color: #FFF;
    font-size: 24px;
    line-height: 30px;
    margin: 0 0 0 0; }
  .section-home-box p {
    color: #FFF;
    font-size: 14px;
    line-height: 20px;
    margin: 19px 0; }

.section-home-partners {
  margin: 0 0 60px 0; }
  @media (max-width: 767px) {
    .section-home-partners {
      margin-bottom: 15px; } }

.partners-slider {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center; }
  .partners-slider a {
    filter: grayscale(100%);
    display: block;
    opacity: 0.45; }
    .partners-slider a img {
      max-width: 100%; }
    .partners-slider a:hover {
      opacity: 1;
      filter: grayscale(0); }
  .partners-slider > div {
    width: 16%;
    text-align: center; }
    @media (max-width: 1023px) {
      .partners-slider > div {
        width: 25%; } }
    @media (max-width: 767px) {
      .partners-slider > div {
        width: 50%;
        margin: 0 0 17px 0; } }

@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@keyframes scroll {
  0% {
    opacity: 0; }
  10% {
    transform: translateY(0);
    opacity: 1; }
  100% {
    transform: translateY(10px);
    opacity: 0; } }

.type-object-list {
  text-align: center;
  margin: 35px 0 20px 0; }
  .type-object-list .btn {
    display: inline-block;
    margin: 0 2px 8px 2px;
    padding: 7px 13px;
    font-size: 12px; }
    .type-object-list .btn.current {
      border-color: #e85999; }

#list-GoogleMap {
  height: calc(100vh - 200px); }
  @media (max-width: 1023px) {
    #list-GoogleMap {
      height: calc(100vh - 280px); } }

.add-object-banner {
  position: relative;
  z-index: 10;
  text-align: center;
  width: 100%; }
  @media (max-width: 767px) {
    .add-object-banner {
      padding-top: 15px; } }
  .add-object-banner h2 {
    font-size: 48px;
    margin: 26px 0 44px 0;
    color: #FFF;
    font-weight: normal;
    font-family: "Playfair Display", serif; }
    @media (max-width: 767px) {
      .add-object-banner h2 {
        font-size: 32px; } }
  .add-object-banner p {
    font-family: "Playfair Display", serif;
    margin: 32px 0 0 0;
    color: #FFF;
    font-size: 24px; }
    @media (max-width: 767px) {
      .add-object-banner p {
        font-size: 20px; } }

.add-object__section1 .section-title {
  margin: 43px 0 46px 0; }

.add-object__list-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  margin: 0 60px; }
  @media (max-width: 1023px) {
    .add-object__list-box {
      margin: 0; } }
  .add-object__list-box .item {
    width: 28%;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 8px 0 72px 0; }
    @media (max-width: 1023px) {
      .add-object__list-box .item {
        width: 48%; } }
    @media (max-width: 580px) {
      .add-object__list-box .item {
        width: 100%;
        margin-bottom: 30px; } }
    .add-object__list-box .item .img {
      width: 110px;
      text-align: center; }
    .add-object__list-box .item .text {
      width: calc(100% - 110px);
      color: #565656;
      font-size: 15px;
      line-height: 20px; }

.add-object__section2 .section-title {
  margin: 10px 0 46px 0; }

.add-object__item {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 0 0 0;
  -ms-flex-align: center;
  align-items: center;
  position: relative; }
  @media (max-width: 767px) {
    .add-object__item {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; } }
  .add-object__item .scroll-next {
    position: absolute;
    left: 50%;
    bottom: 0;
    color: #e85999;
    font-size: 16px;
    width: 58px;
    height: 58px;
    text-align: center;
    line-height: 58px;
    background: rgba(255, 255, 255, 0.8);
    transform: translateY(88px);
    z-index: 10;
    border-radius: 50%;
    margin-left: -29px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); }
    .add-object__item .scroll-next:hover {
      background: #FFF; }
  .add-object__item .img {
    text-align: center;
    width: 52%; }
    @media (max-width: 767px) {
      .add-object__item .img {
        width: 100%;
        -ms-flex-order: 1 !important;
        order: 1 !important;
        margin-bottom: 20px; } }
    @media (max-width: 1023px) {
      .add-object__item .img img {
        max-width: 80%; } }
  .add-object__item .text {
    width: 40%; }
    @media (max-width: 767px) {
      .add-object__item .text {
        width: 100%;
        -ms-flex-order: 2 !important;
        order: 2 !important; } }
    .add-object__item .text h3 {
      font-family: "Playfair Display", serif;
      font-weight: normal;
      font-size: 28px;
      line-height: 36px;
      margin: 0 0 15px 0; }
      @media (max-width: 767px) {
        .add-object__item .text h3 {
          font-size: 24px;
          line-height: 30px; } }
      @media (max-width: 767px) {
        .add-object__item .text h3 {
          font-size: 20px;
          line-height: 24px; } }
      .add-object__item .text h3 span {
        color: #e85999;
        display: block;
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        font-weight: bold;
        line-height: 16px;
        margin-bottom: 6px; }
    .add-object__item .text p {
      font-size: 16px;
      line-height: 24px;
      color: #565656;
      margin: 0 0 0 0; }
      @media (max-width: 767px) {
        .add-object__item .text p {
          font-size: 14px;
          line-height: 20px; } }
    .add-object__item .text .avatar {
      margin: 15px 0 25px 0; }
    .add-object__item .text .btn {
      display: inline-block; }
  .add-object__item:nth-child(2n) {
    background: #f7f7f7;
    margin: 62px 0 73px 0;
    padding: 38px 65px 69px 104px;
    min-height: 455px; }
    @media (max-width: 1023px) {
      .add-object__item:nth-child(2n) {
        padding-left: 30px;
        padding-right: 30px;
        margin-left: -15px;
        margin-right: -15px;
        width: auto; } }
    @media (max-width: 767px) {
      .add-object__item:nth-child(2n) {
        padding-left: 15px;
        padding-right: 15px; } }
    .add-object__item:nth-child(2n) .scroll-next {
      transform: translateY(50%); }
    .add-object__item:nth-child(2n) .img {
      -ms-flex-order: 2;
      order: 2; }
    .add-object__item:nth-child(2n) .text {
      -ms-flex-order: 1;
      order: 1; }

.add-object__form {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 140px 0 0 0; }
  .add-object__form .section-title {
    width: 100%; }
  .add-object__form .left {
    width: 40%; }
    @media (max-width: 767px) {
      .add-object__form .left {
        width: 100%; } }
  .add-object__form .right {
    width: 49%; }
    @media (max-width: 767px) {
      .add-object__form .right {
        width: 100%; } }
  .add-object__form .left h3, .add-object__form .right h3 {
    font-family: "Playfair Display", serif;
    font-size: 24px;
    margin: 19px 0 27px 0;
    color: #000;
    font-weight: normal; }
    @media (max-width: 767px) {
      .add-object__form .left h3, .add-object__form .right h3 {
        font-size: 20px; } }
  .add-object__form .left p, .add-object__form .right p {
    font-size: 15px;
    color: #565656;
    margin: 0 0 45px 0; }
    @media (max-width: 767px) {
      .add-object__form .left p, .add-object__form .right p {
        font-size: 14px; } }
  .add-object__form .left .avatar, .add-object__form .right .avatar {
    margin-bottom: 42px; }

.avatar {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center; }
  .avatar__img {
    width: 95px; }
    .avatar__img img {
      border-radius: 50%; }
  .avatar__text {
    width: calc(100% - 114px); }
  .avatar__title {
    font-family: "Playfair Display", serif;
    font-size: 20px; }
    .avatar__title + .avatar__text-inner {
      margin-top: 0; }
  .avatar__text-inner {
    margin: 12px 0 0 0;
    font-size: 15px;
    line-height: 20px;
    color: #565656; }
    .avatar__text-inner a {
      color: #e85999;
      text-decoration: none; }
      .avatar__text-inner a:hover {
        text-decoration: underline; }

.contact-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 45px 0; }
  .contact-box__img {
    width: 100px; }
    .contact-box__img img {
      border-radius: 50%;
      display: block; }
  .contact-box__text {
    width: calc(100% - 123px); }
    .contact-box__text p {
      font-size: 14px;
      margin: 12px 0;
      color: #565656; }
      .contact-box__text p a {
        color: #e85999;
        display: block;
        text-decoration: none;
        word-break: break-word; }
        .contact-box__text p a:hover {
          text-decoration: underline; }
      .contact-box__text p strong {
        font-size: 18px;
        color: #05325e;
        display: block; }
  .contact-box__list {
    margin: 51px 0 0 0; }

.question-form {
  padding: 24px 38px 35px 41px;
  border: 8px solid #f7f7f7;
  margin: 9px -45px 0 45px; }
  @media all and (max-width: 1300px) {
    .question-form {
      margin-right: 0;
      margin-left: 0; } }
  @media (max-width: 1023px) {
    .question-form {
      margin: 0;
      padding-left: 20px;
      padding-right: 20px; } }
  .question-form__heading {
    margin-bottom: 25px; }
    .question-form__heading .section-title {
      margin: 0 0 30px 0;
      font-size: 24px; }
      .question-form__heading .section-title__desc {
        font-size: 14px; }
  .question-form__form {
    margin: 0;
    padding: 0;
    list-style: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .question-form__form > li {
      width: 100%;
      margin-bottom: 14px; }
      .question-form__form > li label {
        font-weight: 500;
        font-size: 14px;
        display: block;
        color: #565656;
        margin-bottom: 8px;
        font-weight: bold; }
        .question-form__form > li label em {
          color: #e85999;
          font-style: normal; }
      .question-form__form > li > input:not([type="submit"]) {
        width: 100%;
        border: none;
        border-radius: 20px;
        background: #efefef;
        height: 40px;
        padding: 0 15px; }
      .question-form__form > li textarea {
        padding: 15px;
        width: 100%;
        border: none;
        border-radius: 20px;
        background: #efefef; }
      .question-form__form > li.half {
        width: 48%; }
        @media (max-width: 767px) {
          .question-form__form > li.half {
            width: 100%; } }
      .question-form__form > li.button {
        margin: 6px 0; }
    .question-form__form label.error {
      color: #e85999;
      font-size: 12px;
      margin: 4px;
      width: 100%;
      display: block;
      white-space: nowrap;
      font-weight: normal; }

.checkbox-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 7px 0 0 0; }
  .checkbox-wrap .checkbox-styled {
    width: 20px;
    height: 20px;
    position: relative;
    cursor: pointer; }
    .checkbox-wrap .checkbox-styled label {
      width: 20px;
      height: 20px;
      position: absolute;
      left: 0;
      top: 0;
      border-radius: 5px;
      background: #efefef;
      text-align: center;
      line-height: 18px;
      color: #e85999 !important;
      cursor: pointer; }
      .checkbox-wrap .checkbox-styled label i {
        opacity: 0;
        transform: scale(0);
        transition: all 0.5s;
        font-size: 12px; }
    .checkbox-wrap .checkbox-styled input {
      opacity: 0; }
      .checkbox-wrap .checkbox-styled input:checked + label i {
        opacity: 1;
        transform: scale(1); }
  .checkbox-wrap__label {
    width: calc(100% - 35px);
    font-size: 12px !important;
    line-height: 14px;
    color: #565656 !important;
    cursor: pointer;
    font-weight: normal !important; }
    .checkbox-wrap__label a {
      color: #e85999;
      text-decoration: none; }
      .checkbox-wrap__label a:hover {
        text-decoration: underline; }
  .checkbox-wrap label.error {
    padding-left: 30px; }

.req {
  color: #e85999; }

@media screen and (max-width: 575px) {
  #rc-imageselect, .g-recaptcha {
    transform: scale(0.77);
    -webkit-transform: scale(0.77);
    transform-origin: 0 0;
    -webkit-transform-origin: 0 0; } }

.object__title {
  text-align: center;
  padding: 38px 0 0 0; }
  .object__title .section-title {
    margin: 0;
    padding: 0;
    font-size: 60px;
    line-height: normal; }
    @media (max-width: 767px) {
      .object__title .section-title {
        font-size: 32px; } }
    .object__title .section-title::after {
      display: none; }
  .object__title .subtitle {
    margin: 17px 0 27px 0;
    padding: 0;
    font-family: "Playfair Display", serif; }
  .object__title .btn {
    display: inline-block;
    vertical-align: top;
    width: 200px;
    margin: 0 3px;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px; }
    @media (max-width: 767px) {
      .object__title .btn {
        display: block;
        margin: 0 auto 10px auto; } }
    .object__title .btn .fas {
      margin: -8px 10px -5px 0;
      font-size: 18px;
      display: inline-block;
      vertical-align: middle; }
  .object__title--fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 101;
    padding: 20px 0;
    background: #FFF;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
    opacity: 0;
    visibility: hidden;
    top: -90px;
    transition: all 0.3s; }
    .object__title--fixed.open {
      top: 0;
      opacity: 1;
      visibility: visible; }
    @media (max-width: 1023px) {
      .object__title--fixed {
        display: none; } }
    .object__title--fixed .container {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; }
    .object__title--fixed .section-title {
      font-size: 28px;
      max-width: calc(100% - 640px); }
    .object__title--fixed .fixed-right {
      margin-left: auto; }

.object__gallery {
  position: relative;
  margin: 44px -74px 0 -76px; }
  @media (max-width: 1500px) {
    .object__gallery {
      margin-left: 0px;
      margin-right: 0px; } }
  .object__gallery img {
    display: block;
    max-width: 100%;
    height: auto; }

.object .slick-big {
  margin: 0 0 0 0;
  opacity: 0;
  transition: opacity 0.5s; }
  .object .slick-big.slick-initialized {
    opacity: 1; }
  @media (max-width: 1023px) {
    .object .slick-big .slick-track {
      display: -ms-flexbox;
      display: flex;
      -ms-flex-align: center;
      align-items: center; } }
  .object .slick-big .slick-slide {
    background: #f3f3f3;
    text-align: center; }
    .object .slick-big .slick-slide img {
      display: inline-block;
      vertical-align: middle; }
      @media (max-width: 1023px) {
        .object .slick-big .slick-slide img {
          max-height: 400px; } }
      @media (max-width: 767px) {
        .object .slick-big .slick-slide img {
          max-height: 250px; } }
  .object .slick-big .slick-prev,
  .object .slick-big .slick-next {
    position: absolute;
    z-index: 100;
    top: 50%;
    width: 45px;
    height: 45px;
    border-radius: 50%;
    text-indent: -9999px;
    border: none;
    background: rgba(0, 0, 0, 0.5);
    transform: translateY(-50%);
    cursor: pointer; }
    .object .slick-big .slick-prev:hover,
    .object .slick-big .slick-next:hover {
      background: #e85999; }
    .object .slick-big .slick-prev::before,
    .object .slick-big .slick-next::before {
      position: absolute;
      left: 6px;
      top: 0px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-indent: 0;
      z-index: 10;
      font-size: 14px;
      transition: all 0.5s;
      left: 17px;
      top: 15px;
      color: #FFF; }
  .object .slick-big .slick-prev {
    left: 22px; }
    .object .slick-big .slick-prev::before {
      content: "\f053"; }
  .object .slick-big .slick-next {
    right: 22px; }
    .object .slick-big .slick-next::before {
      content: "\f054";
      left: 19px;
      top: 15px; }

.object .slick-thumb {
  position: absolute;
  bottom: 28px;
  left: 180px;
  right: 180px;
  text-align: center;
  opacity: 0;
  transition: opacity 0.5s; }
  .object .slick-thumb.slick-initialized {
    opacity: 1; }
  @media (max-width: 1200px) {
    .object .slick-thumb {
      left: 50px;
      right: 50px; } }
  @media (max-width: 1023px) {
    .object .slick-thumb {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      margin: 0 45px 0 42px; } }
  .object .slick-thumb img {
    display: inline-block;
    border: 2px solid #FFF;
    margin: 0 2px;
    cursor: pointer;
    opacity: 0;
    transition: opacity 0.5s; }
    .object .slick-thumb img:hover {
      border-color: #e85999; }
    @media (max-width: 1200px) {
      .object .slick-thumb img {
        margin-right: 5px; } }
  .object .slick-thumb .slick-prev,
  .object .slick-thumb .slick-next {
    position: absolute;
    top: 0;
    bottom: 0;
    text-indent: -9999px;
    background: rgba(0, 0, 0, 0.5);
    border: none;
    width: 39px;
    cursor: pointer; }
    .object .slick-thumb .slick-prev::before,
    .object .slick-thumb .slick-next::before {
      position: absolute;
      left: 6px;
      top: 0px;
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      text-indent: 0;
      z-index: 10;
      font-size: 14px;
      transition: all 0.5s;
      left: 50%;
      top: 50%;
      transform: translateX(-50%) translateY(-50%);
      color: #FFF; }
      @media (max-width: 767px) {
        .object .slick-thumb .slick-prev::before,
        .object .slick-thumb .slick-next::before {
          left: 12px;
          top: 50%;
          transform: translateY(-50%) !important; } }
    .object .slick-thumb .slick-prev:hover,
    .object .slick-thumb .slick-next:hover {
      background: #e85999; }
  .object .slick-thumb .slick-current img {
    border-color: #e85999; }
  .object .slick-thumb .slick-prev {
    left: -42px; }
    .object .slick-thumb .slick-prev::before {
      content: "\f053"; }
  .object .slick-thumb .slick-next {
    right: -45px; }
    .object .slick-thumb .slick-next::before {
      content: "\f054"; }

.object__list-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 41px 23px 0 24px; }
  @media (max-width: 1023px) {
    .object__list-icon {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -ms-flex-pack: start;
      justify-content: flex-start; } }
  @media (max-width: 1023px) {
    .object__list-icon {
      margin: 30px 0 20px 0; } }
  .object__list-icon .icon-item {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center; }
    @media (max-width: 1023px) {
      .object__list-icon .icon-item {
        width: 25%;
        margin-bottom: 20px; } }
    @media all and (max-width: 850px) {
      .object__list-icon .icon-item {
        width: 33%; } }
    @media (max-width: 580px) {
      .object__list-icon .icon-item {
        width: 50%; } }
    .object__list-icon .icon-item .icon {
      margin: 0 23px 0 0; }
      @media (max-width: 767px) {
        .object__list-icon .icon-item .icon img {
          max-width: 35px; } }
    .object__list-icon .icon-item .text span {
      font-family: "Playfair Display", serif;
      font-size: 14px; }
      @media (max-width: 1200px) {
        .object__list-icon .icon-item .text span {
          font-size: 12px; } }
    .object__list-icon .icon-item .text strong {
      color: #e85999;
      font-family: "Playfair Display", serif;
      font-weight: normal;
      display: block;
      font-size: 19px; }
      @media (max-width: 1200px) {
        .object__list-icon .icon-item .text strong {
          font-size: 14px; } }

.object__content {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 41px 0 0 0; }
  @media (max-width: 767px) {
    .object__content {
      margin: 20px 0 0 0; } }

.object__left {
  width: 62.8%; }
  @media (max-width: 1023px) {
    .object__left {
      width: 100%; } }

.object__right {
  width: 34.3%; }
  @media (max-width: 1023px) {
    .object__right {
      width: 100%; } }

.object-avaiable-form {
  background: #f3f3f3;
  padding: 25px 30px 11px 30px; }
  @media (max-width: 767px) {
    .object-avaiable-form {
      margin-left: -15px;
      margin-right: -15px;
      padding-left: 15px;
      padding-right: 15px; } }
  .object-avaiable-form h3 {
    font-family: "Playfair Display", serif;
    margin: 0 0 21px 0;
    font-weight: normal;
    font-size: 24px; }
  .object-avaiable-form .form-wrap {
    width: 100%;
    margin: 0 0 19px 0; }
    .object-avaiable-form .form-wrap--w50 {
      width: 46%; }
      @media (max-width: 1023px) {
        .object-avaiable-form .form-wrap--w50 {
          width: 100%; } }
  .object-avaiable-form input, .object-avaiable-form textarea {
    border-radius: 30px;
    border: none;
    height: 40px;
    padding: 0 22px;
    color: #565656;
    font-size: 14px;
    width: 100%; }
    .object-avaiable-form input:-ms-input-placeholder, .object-avaiable-form textarea:-ms-input-placeholder {
      opacity: 1;
      color: #565656; }
    .object-avaiable-form input::placeholder, .object-avaiable-form textarea::placeholder {
      opacity: 1;
      color: #565656; }
  .object-avaiable-form label.error {
    color: #e85999;
    font-size: 12px; }
  .object-avaiable-form textarea {
    height: 110px;
    padding: 10px 22px; }
  .object-avaiable-form__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .object-avaiable-form .checkbox-wrap {
    margin: -4px 0 0 0; }
    .object-avaiable-form .checkbox-wrap .checkbox-styled label {
      background: #FFF; }

.object-features {
  padding: 29px 30px 0 30px;
  border: 6px solid #f7f7f7;
  margin: 0 0 0 0; }
  @media (max-width: 767px) {
    .object-features {
      padding: 29px 15px 0 15px;
      border-left: 0;
      border-right: 0;
      margin-left: -15px;
      margin-right: -15px; }
      .object-features .right {
        white-space: nowrap;
        padding-left: 15px; } }
  .object-features h3 {
    font-family: "Playfair Display", serif;
    margin: 0 0 30px 0;
    font-weight: normal;
    font-size: 24px; }
  .object-features__item {
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: center;
    align-items: center;
    border-bottom: 1px solid #F7F7F7;
    padding: 0 0 15px 49px;
    margin: 0 0 15px 0;
    font-family: "Playfair Display", serif;
    font-size: 14px; }
    .object-features__item img {
      position: absolute;
      left: 3%;
      top: 0;
      transform: translateX(-50%); }
  .object-features__btn {
    background: #f7f7f7;
    margin: 20px -30px -6px -30px;
    text-align: center;
    color: #e85999;
    font-weight: 900;
    text-transform: uppercase;
    font-size: 12px;
    padding: 14px 1px;
    cursor: pointer; }
    @media (max-width: 767px) {
      .object-features__btn {
        margin-left: -15px;
        margin-right: -15px; } }
    .object-features__btn .fas {
      margin-left: 10px;
      font-size: 10px; }

.hidden-elements {
  display: none; }

.zoom-picture {
  position: absolute;
  text-indent: -9999px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  padding: 0;
  background: url(../images/svg/full-screen.svg) rgba(0, 0, 0, 0.4) center no-repeat;
  background-size: 18px 17px;
  bottom: 12px;
  border: none;
  z-index: 90;
  cursor: pointer;
  right: 12px;
  content: ""; }
  .zoom-picture:hover {
    background-color: #e85999; }

#date_from {
  padding-right: 15px !important; }

.Zebra_DatePicker_Icon_Wrapper {
  width: 100%; }

button.Zebra_DatePicker_Icon {
  background-image: url("../images/svg/karta/calendar-icon-card.svg") !important;
  width: 25px;
  height: 20px; }

.hidden-info__inner {
  display: none;
  font-size: 14px;
  margin: -1px 0; }

.hidden-info.visible .hidden-info__inner {
  display: block; }

.hidden-info.visible .hidden-info__btn {
  display: none; }

.object-nav {
  border-bottom: 4px solid #f7f7f7;
  margin: 38px 0 0 0;
  padding: 0 0 14px 0; }
  @media (max-width: 767px) {
    .object-nav {
      display: none; } }
  .object-nav a {
    font-family: "Playfair Display", serif;
    text-decoration: none;
    color: #000;
    display: inline-block;
    margin: 0 35px 0 0;
    font-size: 18px; }
    @media (max-width: 1200px) {
      .object-nav a {
        margin-right: 15px; } }
    .object-nav a:hover, .object-nav a.current {
      color: #e85999; }

.object-description h2 {
  font-size: 24px;
  font-weight: normal;
  margin: 23px 0 16px 0;
  font-family: "Playfair Display", serif; }

.object-description p {
  font-size: 15px;
  line-height: 22px;
  color: #565656;
  margin: 18px 0; }

.view-on-map {
  color: #e85999;
  text-decoration: none;
  font-size: 11px;
  font-weight: 900;
  text-transform: uppercase;
  font-family: 'Lato', sans-serif;
  padding-left: 39px;
  position: relative; }
  @media (max-width: 767px) {
    .view-on-map {
      display: block;
      max-width: 150px;
      margin: 15px auto 0 auto; } }
  .view-on-map::after {
    position: absolute;
    left: 6px;
    top: -7px;
    background: url("../images/svg/karta/maps-icon-card.svg");
    background-size: 100% 100%;
    width: 27px;
    height: 23px;
    content: ""; }

.object-hall {
  border: 6px solid #f7f7f7;
  padding: 15px 0 9px 14px;
  margin: 0 0 14px 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start; }
  @media (max-width: 767px) {
    .object-hall {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px 14px -15px;
      padding: 15px 15px 9px 14px;
      border-left: 0;
      border-right: 0; } }
  .object-hall__img {
    width: 41%;
    position: relative; }
    @media (max-width: 767px) {
      .object-hall__img {
        width: 100%; } }
  .object-hall__text {
    width: 54.2%; }
    @media (max-width: 767px) {
      .object-hall__text {
        width: 100%; } }
    .object-hall__text h3 {
      font-family: "Playfair Display", serif;
      margin: 11px 0 21px 0;
      font-weight: normal;
      font-size: 20px; }
    .object-hall__text ul {
      margin: 0;
      padding: 0;
      list-style: none; }
      .object-hall__text ul li {
        font-family: "Playfair Display", serif;
        font-size: 14px;
        position: relative;
        padding: 0 0 0 49px;
        display: inline-block;
        vertical-align: top;
        width: 49%;
        margin: 0 0 32px 0; }
        .object-hall__text ul li img {
          position: absolute;
          left: 9%;
          top: 11px;
          transform: translateY(-50%) translateX(-50%); }

.slider-image-small img {
  width: 100%; }

.slider-image-small .slick-prev,
.slider-image-small .slick-next {
  position: absolute;
  z-index: 100;
  top: auto;
  bottom: 12px;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  text-indent: -9999px;
  border: none;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer; }
  .slider-image-small .slick-prev:hover,
  .slider-image-small .slick-next:hover {
    background: #e85999; }
  .slider-image-small .slick-prev::before,
  .slider-image-small .slick-next::before {
    position: absolute;
    left: 6px;
    top: 0px;
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    text-indent: 0;
    z-index: 10;
    font-size: 12px;
    transition: all 0.5s;
    left: 14px;
    top: 11px;
    color: #FFF; }

.slider-image-small .slick-prev {
  left: 14px; }
  .slider-image-small .slick-prev::before {
    content: "\f053"; }

.slider-image-small .slick-next {
  left: 53px; }
  .slider-image-small .slick-next::before {
    content: "\f054";
    left: 16px;
    top: 11px; }

.object-info {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 28px 0;
  margin: 0 0 11px 0; }
  @media (max-width: 767px) {
    .object-info {
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      margin: 0 -15px 14px -15px;
      padding: 15px 15px 20px 14px;
      border-left: 0;
      border-right: 0; } }
  .object-info--last {
    padding: 0;
    margin: 0;
    border: none; }
  .object-info h3 {
    font-family: "Playfair Display", serif;
    font-weight: normal;
    margin: 5px 0 20px 0;
    width: 100%;
    font-size: 24px; }
  .object-info__img {
    width: 300px;
    position: relative;
    float: left;
    margin-right: 3%;
    margin-bottom: 20px; }
    @media (max-width: 767px) {
      .object-info__img {
        width: calc(100vw - 45px);
        margin-right: 0; } }
  .object-info__text {
    width: auto;
    display: block; }
    @media (max-width: 767px) {
      .object-info__text {
        width: 100%;
        clear: both; } }

.object-tags h3 {
  font-family: "Playfair Display", serif;
  margin: 14px 0 28px 0;
  font-weight: normal;
  font-size: 24px; }

.object-opinion > h3 {
  font-family: "Playfair Display", serif;
  margin: 14px 0 28px 0;
  font-weight: normal;
  font-size: 24px; }

.object-opinion__add {
  background: #f7f7f7;
  padding: 30px 20px 22px 92px;
  position: relative;
  margin-bottom: 32px; }
  .object-opinion__add .vote {
    position: absolute;
    left: 31px;
    top: 23px;
    font-size: 36px;
    font-family: "Playfair Display", serif; }
  .object-opinion__add span {
    color: #565656;
    font-size: 15px;
    margin: 10px 0 13px 7px;
    display: block; }
  .object-opinion__add .btn {
    display: inline-block; }

.object-opinion__item {
  position: relative;
  border-bottom: 1px solid #e9e9e9;
  padding: 0 0 23px 0;
  margin: 0 0 28px 0; }
  .object-opinion__item p {
    font-size: 15px;
    color: #565656;
    line-height: 22px;
    margin: 0 0 0 0; }
  .object-opinion__item .stars {
    position: absolute;
    right: 0;
    top: 0; }

.object-opinion__title {
  font-family: "Playfair Display", serif;
  font-weight: normal;
  font-size: 18px;
  margin: 0 0 11px 0; }

.object-opinion__btn {
  background: #FFF;
  margin: -29px 0 0 0;
  text-align: center;
  color: #e85999;
  font-weight: 900;
  text-transform: uppercase;
  font-size: 12px;
  padding: 17px 1px;
  cursor: pointer;
  position: relative; }
  .object-opinion__btn .fas {
    margin-left: 10px;
    font-size: 10px; }

.stars {
  display: -ms-flexbox;
  display: flex; }
  .stars__item {
    background: url("../images/svg/karta/star-on-icon-card.svg");
    background-size: 22px 21px;
    width: 22px;
    height: 21px;
    margin: 0 0 0 4px; }

.stars-vote {
  min-width: 90px;
  float: left;
  position: relative;
  margin-bottom: 10px; }
  .stars-vote__input {
    opacity: 0;
    visibility: hidden;
    display: none; }
  .stars-vote__label {
    padding-right: 3px;
    float: right;
    background: url("../images/svg/karta/star-off-icon-card.svg");
    background-size: 100% 100%;
    width: 29px;
    height: 28px;
    margin: 2px 5px 0 0 !important;
    cursor: pointer; }
  .stars-vote label.error {
    position: absolute;
    bottom: -25px;
    left: 0;
    display: none !important; }

#comment-vote-error {
  clear: both; }

.stars-vote > input:checked ~ label,
.stars-vote:not(.results) > label:not(.error):hover,
.stars-vote:not(.results) > label:not(.error):hover ~ label {
  background-image: url("../images/icons/vote-pink.png"); }

.object-map {
  padding: 69px 66px 15px 63px; }
  @media (max-width: 767px) {
    .object-map {
      padding: 0; } }
  .object-map a {
    text-decoration: none; }
  .object-map .popup__inner {
    background: #FFF;
    padding: 62px 15px 15px 15px;
    max-width: 100%;
    position: relative;
    transform: none;
    top: auto;
    left: auto; }
    @media (max-width: 1023px) {
      .object-map .popup__inner {
        padding: 190px 15px 15px 15px; } }
    @media (max-width: 767px) {
      .object-map .popup__inner {
        padding: 225px 15px 15px 15px; } }
  .object-map .popup__close {
    top: 20px;
    z-index: 100; }
  .object-map__search {
    position: absolute;
    left: 46px;
    top: 92px;
    z-index: 10;
    border-radius: 0 0 30px 0;
    background: #FFF;
    padding: 13px 24px;
    width: 515px; }
    .object-map__search > h2 {
      font-family: "Playfair Display", serif;
      margin: 7px 0 16px 0;
      font-size: 24px;
      font-weight: normal; }
    @media (max-width: 1023px) {
      .object-map__search {
        left: 0;
        top: 0; } }
    @media (max-width: 767px) {
      .object-map__search {
        width: 100%; } }
  .object-map #object-GoogleMap {
    height: calc(100vh - 200px); }
    @media (max-width: 1023px) {
      .object-map #object-GoogleMap {
        height: calc(100vh - 280px); } }
  .object-map .object-map-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: end;
    align-items: flex-end; }
    @media (max-width: 767px) {
      .object-map .object-map-form {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-items: center; } }
    .object-map .object-map-form .form-control {
      width: calc(100% - 188px); }
      @media (max-width: 767px) {
        .object-map .object-map-form .form-control {
          width: 100%; } }
      .object-map .object-map-form .form-control > label {
        font-size: 14px;
        display: block;
        margin: 0 0 10px 0; }
    .object-map .object-map-form button {
      padding: 13px 33px; }
      @media (max-width: 767px) {
        .object-map .object-map-form button {
          width: 100%;
          margin-top: 10px; } }
  .object-map #object-map-form-results {
    color: #e85999;
    margin: 18px 0 4px 5px;
    font-size: 16px; }

.btn-avaiable-mobile {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100;
  text-align: center;
  padding: 15px;
  transition: all .5s;
  background: rgba(0, 0, 0, 0.6); }
  .btn-avaiable-mobile .btn {
    display: inline-block; }
  @media (max-width: 767px) {
    .btn-avaiable-mobile.open {
      opacity: 1;
      visibility: visible; } }

.contact-banner {
  width: 100%;
  position: relative;
  z-index: 10; }
  .contact-banner .section-title {
    margin: 82px 0 0 0;
    color: #FFF; }
    @media (max-width: 767px) {
      .contact-banner .section-title {
        font-size: 30px; } }

.contact {
  padding: 39px 0 0 0; }
  @media (max-width: 767px) {
    .contact {
      padding: 15px 0 0 0; } }
  .contact__form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-align: start;
    align-items: flex-start; }
    .contact__form .left {
      width: 60%;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap; }
      @media (max-width: 1023px) {
        .contact__form .left {
          width: 100%; } }
    .contact__form .right {
      width: 40%; }
      @media (max-width: 1023px) {
        .contact__form .right {
          width: 100%; } }
    .contact__form .left h3, .contact__form .right h3 {
      font-family: "Playfair Display", serif;
      font-size: 24px;
      margin: 19px 0 27px 0;
      color: #000;
      font-weight: normal;
      width: 100%; }
      @media (max-width: 767px) {
        .contact__form .left h3, .contact__form .right h3 {
          font-size: 20px; } }
    .contact__form .left p, .contact__form .right p {
      font-size: 15px;
      color: #565656;
      margin: 0 0 45px 0;
      width: 100%; }
      @media (max-width: 767px) {
        .contact__form .left p, .contact__form .right p {
          font-size: 14px; } }
    .contact__form .left .avatar, .contact__form .right .avatar {
      margin-bottom: 42px;
      width: 48%; }
      @media (max-width: 580px) {
        .contact__form .left .avatar, .contact__form .right .avatar {
          width: 100%; } }
  .contact__info {
    background: #f2f2f2;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 45px 40px 70px 40px;
    margin: 90px 0 0 0; }
    @media (max-width: 1023px) {
      .contact__info {
        padding-bottom: 40px;
        margin-left: -15px;
        margin-right: -15px; } }
    @media (max-width: 767px) {
      .contact__info {
        padding-left: 15px;
        padding-right: 15px; } }
    .contact__info h2 {
      font-family: "Playfair Display", serif;
      font-weight: normal;
      width: 100%;
      margin: 0 0 23px 0; }
    .contact__info p {
      font-size: 15px;
      color: #565656;
      line-height: 20px;
      margin: 0 0 0 0; }
      @media (max-width: 767px) {
        .contact__info p {
          font-size: 14px; } }
  .contact__item {
    padding-right: 15px; }
    @media (max-width: 1023px) {
      .contact__item {
        width: 50%;
        margin-bottom: 15px; } }
    @media (max-width: 580px) {
      .contact__item {
        width: 100%; } }

.page-404__content {
  text-align: center; }
  .page-404__content .section-title {
    padding-bottom: 0;
    margin-bottom: 30px; }
    .page-404__content .section-title::after {
      display: none; }
  .page-404__content p {
    font-size: 15px;
    line-height: 20px;
    margin: 0 0 24px 0; }
  .page-404__content .btn {
    display: inline-block;
    margin: 0 0 0 0; }

.page-404 .section-home {
  margin-top: 50px; }

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

@keyframes showSweetAlert {
  0% {
    transform: scale(0.7);
  }
  45% {
    transform: scale(1.05);
  }
  80% {
    transform: scale(0.95);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes hideSweetAlert {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0.5);
  }
}
@keyframes slideFromTop {
  0% {
    top: 0%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToTop {
  0% {
    top: 50%;
  }
  100% {
    top: 0%;
  }
}
@keyframes slideFromBottom {
  0% {
    top: 70%;
  }
  100% {
    top: 50%;
  }
}
@keyframes slideToBottom {
  0% {
    top: 50%;
  }
  100% {
    top: 70%;
  }
}
.showSweetAlert {
  animation: showSweetAlert 0.3s;
}
.showSweetAlert[data-animation=none] {
  animation: none;
}
.showSweetAlert[data-animation=slide-from-top] {
  animation: slideFromTop 0.3s;
}
.showSweetAlert[data-animation=slide-from-bottom] {
  animation: slideFromBottom 0.3s;
}
.hideSweetAlert {
  animation: hideSweetAlert 0.3s;
}
.hideSweetAlert[data-animation=none] {
  animation: none;
}
.hideSweetAlert[data-animation=slide-from-top] {
  animation: slideToTop 0.3s;
}
.hideSweetAlert[data-animation=slide-from-bottom] {
  animation: slideToBottom 0.3s;
}
@keyframes animateSuccessTip {
  0% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  54% {
    width: 0;
    left: 1px;
    top: 19px;
  }
  70% {
    width: 50px;
    left: -8px;
    top: 37px;
  }
  84% {
    width: 17px;
    left: 21px;
    top: 48px;
  }
  100% {
    width: 25px;
    left: 14px;
    top: 45px;
  }
}
@keyframes animateSuccessLong {
  0% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  65% {
    width: 0;
    right: 46px;
    top: 54px;
  }
  84% {
    width: 55px;
    right: 0px;
    top: 35px;
  }
  100% {
    width: 47px;
    right: 8px;
    top: 38px;
  }
}
@keyframes rotatePlaceholder {
  0% {
    transform: rotate(-45deg);
  }
  5% {
    transform: rotate(-45deg);
  }
  12% {
    transform: rotate(-405deg);
  }
  100% {
    transform: rotate(-405deg);
  }
}
.animateSuccessTip {
  animation: animateSuccessTip 0.75s;
}
.animateSuccessLong {
  animation: animateSuccessLong 0.75s;
}
.sa-icon.sa-success.animate::after {
  animation: rotatePlaceholder 4.25s ease-in;
}
@keyframes animateErrorIcon {
  0% {
    transform: rotateX(100deg);
    opacity: 0;
  }
  100% {
    transform: rotateX(0deg);
    opacity: 1;
  }
}
.animateErrorIcon {
  animation: animateErrorIcon 0.5s;
}
@keyframes animateXMark {
  0% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  50% {
    transform: scale(0.4);
    margin-top: 26px;
    opacity: 0;
  }
  80% {
    transform: scale(1.15);
    margin-top: -6px;
  }
  100% {
    transform: scale(1);
    margin-top: 0;
    opacity: 1;
  }
}
.animateXMark {
  animation: animateXMark 0.5s;
}
@keyframes pulseWarning {
  0% {
    border-color: #F8D486;
  }
  100% {
    border-color: #F8BB86;
  }
}
.pulseWarning {
  animation: pulseWarning 0.75s infinite alternate;
}
@keyframes pulseWarningIns {
  0% {
    background-color: #F8D486;
  }
  100% {
    background-color: #F8BB86;
  }
}
.pulseWarningIns {
  animation: pulseWarningIns 0.75s infinite alternate;
}
@keyframes rotate-loading {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
body.stop-scrolling {
  height: 100%;
  overflow: hidden;
}
.sweet-overlay {
  background-color: rgba(0, 0, 0, 0.4);
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
  z-index: 1040;
}
.sweet-alert {
  background-color: #ffffff;
  width: 478px;
  padding: 17px;
  border-radius: 5px;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  margin-left: -256px;
  margin-top: -200px;
  overflow: hidden;
  display: none;
  z-index: 2000;
}
@media all and (max-width: 767px) {
  .sweet-alert {
    width: auto;
    margin-left: 0;
    margin-right: 0;
    left: 15px;
    right: 15px;
  }
}
.sweet-alert .form-group {
  display: none;
}
.sweet-alert .form-group .sa-input-error {
  display: none;
}
.sweet-alert.show-input .form-group {
  display: block;
}
.sweet-alert .sa-confirm-button-container {
  display: inline-block;
  position: relative;
}
.sweet-alert .la-ball-fall {
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -27px;
  margin-top: -9px;
  opacity: 0;
  visibility: hidden;
}
.sweet-alert button[disabled] {
  opacity: .6;
  cursor: default;
}
.sweet-alert button.confirm[disabled] {
  color: transparent;
}
.sweet-alert button.confirm[disabled] ~ .la-ball-fall {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.sweet-alert .sa-icon {
  width: 80px;
  height: 80px;
  border: 4px solid gray;
  border-radius: 50%;
  margin: 20px auto;
  position: relative;
  box-sizing: content-box;
}
.sweet-alert .sa-icon.sa-error {
  border-color: #d43f3a;
}
.sweet-alert .sa-icon.sa-error .sa-x-mark {
  position: relative;
  display: block;
}
.sweet-alert .sa-icon.sa-error .sa-line {
  position: absolute;
  height: 5px;
  width: 47px;
  background-color: #d9534f;
  display: block;
  top: 37px;
  border-radius: 2px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-left {
  transform: rotate(45deg);
  left: 17px;
}
.sweet-alert .sa-icon.sa-error .sa-line.sa-right {
  transform: rotate(-45deg);
  right: 16px;
}
.sweet-alert .sa-icon.sa-warning {
  border-color: #eea236;
}
.sweet-alert .sa-icon.sa-warning .sa-body {
  position: absolute;
  width: 5px;
  height: 47px;
  left: 50%;
  top: 10px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-warning .sa-dot {
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  left: 50%;
  bottom: 10px;
  background-color: #f0ad4e;
}
.sweet-alert .sa-icon.sa-info {
  border-color: #46b8da;
}
.sweet-alert .sa-icon.sa-info::before {
  content: "";
  position: absolute;
  width: 5px;
  height: 29px;
  left: 50%;
  bottom: 17px;
  border-radius: 2px;
  margin-left: -2px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-info::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  margin-left: -3px;
  top: 19px;
  background-color: #5bc0de;
}
.sweet-alert .sa-icon.sa-success {
  border-color: #4cae4c;
}
.sweet-alert .sa-icon.sa-success::before,
.sweet-alert .sa-icon.sa-success::after {
  content: '';
  border-radius: 50%;
  position: absolute;
  width: 60px;
  height: 120px;
  background: #ffffff;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success::before {
  border-radius: 120px 0 0 120px;
  top: -7px;
  left: -33px;
  transform: rotate(-45deg);
  transform-origin: 60px 60px;
}
.sweet-alert .sa-icon.sa-success::after {
  border-radius: 0 120px 120px 0;
  top: -11px;
  left: 30px;
  transform: rotate(-45deg);
  transform-origin: 0px 60px;
}
.sweet-alert .sa-icon.sa-success .sa-placeholder {
  width: 80px;
  height: 80px;
  border: 4px solid rgba(92, 184, 92, 0.2);
  border-radius: 50%;
  box-sizing: content-box;
  position: absolute;
  left: -4px;
  top: -4px;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-fix {
  width: 5px;
  height: 90px;
  background-color: #ffffff;
  position: absolute;
  left: 28px;
  top: 8px;
  z-index: 1;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line {
  height: 5px;
  background-color: #5cb85c;
  display: block;
  border-radius: 2px;
  position: absolute;
  z-index: 2;
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-tip {
  width: 25px;
  left: 14px;
  top: 46px;
  transform: rotate(45deg);
}
.sweet-alert .sa-icon.sa-success .sa-line.sa-long {
  width: 47px;
  right: 8px;
  top: 38px;
  transform: rotate(-45deg);
}
.sweet-alert .sa-icon.sa-custom {
  background-size: contain;
  border-radius: 0;
  border: none;
  background-position: center center;
  background-repeat: no-repeat;
}
.sweet-alert .btn-default:focus {
  border-color: #cccccc;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(204, 204, 204, 0.6);
}
.sweet-alert .btn-success:focus {
  border-color: #4cae4c;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(76, 174, 76, 0.6);
}
.sweet-alert .btn-info:focus {
  border-color: #46b8da;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(70, 184, 218, 0.6);
}
.sweet-alert .btn-danger:focus {
  border-color: #d43f3a;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(212, 63, 58, 0.6);
}
.sweet-alert .btn-warning:focus {
  border-color: #eea236;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(238, 162, 54, 0.6);
}
.sweet-alert button::-moz-focus-inner {
  border: 0;
}
/*!
 * Load Awesome v1.1.0 (http://github.danielcardoso.net/load-awesome/)
 * Copyright 2015 Daniel Cardoso <@DanielCardoso>
 * Licensed under MIT
 */
.la-ball-fall,
.la-ball-fall > div {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.la-ball-fall {
  display: block;
  font-size: 0;
  color: #fff;
}
.la-ball-fall.la-dark {
  color: #333;
}
.la-ball-fall > div {
  display: inline-block;
  float: none;
  background-color: currentColor;
  border: 0 solid currentColor;
}
.la-ball-fall {
  width: 54px;
  height: 18px;
}
.la-ball-fall > div {
  width: 10px;
  height: 10px;
  margin: 4px;
  border-radius: 100%;
  opacity: 0;
  -webkit-animation: ball-fall 1s ease-in-out infinite;
  -moz-animation: ball-fall 1s ease-in-out infinite;
  -o-animation: ball-fall 1s ease-in-out infinite;
  animation: ball-fall 1s ease-in-out infinite;
}
.la-ball-fall > div:nth-child(1) {
  -webkit-animation-delay: -200ms;
  -moz-animation-delay: -200ms;
  -o-animation-delay: -200ms;
  animation-delay: -200ms;
}
.la-ball-fall > div:nth-child(2) {
  -webkit-animation-delay: -100ms;
  -moz-animation-delay: -100ms;
  -o-animation-delay: -100ms;
  animation-delay: -100ms;
}
.la-ball-fall > div:nth-child(3) {
  -webkit-animation-delay: 0ms;
  -moz-animation-delay: 0ms;
  -o-animation-delay: 0ms;
  animation-delay: 0ms;
}
.la-ball-fall.la-sm {
  width: 26px;
  height: 8px;
}
.la-ball-fall.la-sm > div {
  width: 4px;
  height: 4px;
  margin: 2px;
}
.la-ball-fall.la-2x {
  width: 108px;
  height: 36px;
}
.la-ball-fall.la-2x > div {
  width: 20px;
  height: 20px;
  margin: 8px;
}
.la-ball-fall.la-3x {
  width: 162px;
  height: 54px;
}
.la-ball-fall.la-3x > div {
  width: 30px;
  height: 30px;
  margin: 12px;
}
/*
 * Animation
 */
@-webkit-keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-moz-keyframes ball-fall {
  0% {
    opacity: 0;
    -moz-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -moz-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@-o-keyframes ball-fall {
  0% {
    opacity: 0;
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}
@keyframes ball-fall {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-145%);
    -moz-transform: translateY(-145%);
    -o-transform: translateY(-145%);
    transform: translateY(-145%);
  }
  10% {
    opacity: .5;
  }
  20% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  80% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  90% {
    opacity: .5;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateY(145%);
    -moz-transform: translateY(145%);
    -o-transform: translateY(145%);
    transform: translateY(145%);
  }
}

.btn.btn-primary:not(.btn-outline) {
    background-color: #d44b88;
    border-color:    #d44b88;
}
.showSweetAlert .text-muted {
    color:#565656 ;
}
.showSweetAlert h2 {
    font-family: "Playfair Display", serif;
}
.cookies-wide {
    width: 100%;
    background-color: #707271;
    line-height: 14px;
    font-size: 11px;
    color: #fff;
    position: fixed;
    bottom: 0px;
    z-index: 100;
}

.cookies-inner {
    max-width: 1100px;
    background-color: #707271;
    margin:auto;
    padding: 0px 20px;
    position: relative;
}

.cookies-inner span {
    display: block;
    float: left;
    padding: 5px 80px 4px 0;
}

.cookies-inner a, .cookies-inner a:visited, .cookies-inner a:hover, .cookies-inner a:active {
    color: #fff;
}

.cookies-close-button {
    top: 50%;
    right: 10px;
    position: absolute;
    margin-top: 5px;

}

.cookies-inner img {
    margin-left: 4px;
}
.sweet-alert{
    z-index: 2000000 !important;
}
.autorize-popup {
    z-index: 9999;
    width: 444px;
    height: 255px;
    background: #fff;
    position: fixed;
    left: 50%;
    top: -300px;
    margin-top: -128px;
    margin-left: -222px;
}


.overlay {
    z-index: 1000;
    display: none;
    width: 100%;
    height: 100%;
    background: rgba(20, 29, 30, 0.19);
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 9999;
}


/****NIEKAKTYWNE POPUP****/
.autorize-popup.nieaktywnaprezentacja {
    top: 30%;
    height: auto;
    text-align: center;
    width: 1000px;
    box-sizing: border-box;
    margin-left: -500px;
    padding: 45px;
}

.nieaktywnaprezentacja .logo-popup {
    width: 230px;
    margin: 18px 0px;
}

.nieaktywnaprezentacja .logo-popup img {
    width: 230px;
}

.nieaktywnaprezentacja h3 {
    margin: 10px 0px;
    font-size: 18px;
    text-transform: uppercase;
}

.nieaktywnaprezentacja h6 {
    font-size: 13px;
    font-weight: 400;
    color: #2b2b2b;
}

.nieaktywnaprezentacja .offer-slider-i .offer-slider-link {
    text-align: left;
    margin-bottom: 5px;
}

.nieaktywnaprezentacja .offer-slider-link-city {
    margin-top: 0px;
}

.nieaktywnaprezentacja .offer-slider-buttons {
    margin-top: 5px;
}

.nieaktywnaprezentacja .offer-slider-buttons .zobacz-button {
    top: 0px;
    float: left;
}

.nieaktywnaprezentacja .h-liked-lok-km {
    float: right;
    font-size: 11px;
    position: relative;
    top: 7px;
}

.nieaktywnaprezentacja .mp-popular-row .offer-slider-i {
    width: 23%;
}

.nieaktywnaprezentacja .mp-popular-row .offer-slider-i:nth-of-type(4) {
    float: right;
    margin-right: 0px;
}

@media screen and (max-width: 1000px) {
    .nieaktywnaprezentacja .mp-popular-row .offer-slider-i {
        width: 23.5%;
    }

    .autorize-popup.nieaktywnaprezentacja {
        position: absolute;
        padding: 20px;
        width: 100%;
        left: 0px;
        top: 0px !important;
        margin: 0px;
    }

}

@media screen and (max-width: 900px) {
    .nieaktywnaprezentacja .offer-slider-buttons .zobacz-button {
        top: -7px;
    }

    .nieaktywnaprezentacja .mp-popular-row .offer-slider-i:nth-of-type(2n) {
        margin-right: 0px;
        float: right;
    }

    .nieaktywnaprezentacja .mp-popular-row .offer-slider-i {
        width: 48%;
    }
}

@media screen and (max-width: 500px) {
    .nieaktywnaprezentacja .h-liked-lok-km {
        display: block;
    }

    .nieaktywnaprezentacja .offer-slider-buttons .zobacz-button {
    }

    .nieaktywnaprezentacja .mp-popular-row .offer-slider-i {
        width: 100% !important;
    }
}

.nieaktywnaprezentacja .zobacz-button{
    right: auto !important;;
    top: auto !important;;
    bottom: 0px !important;;
    position: absolute;
    left: 10px !important;
}


.question-city {
  text-align: center;
}
.question-city .section-title::after {
  display: none;
}
.question-city p {
  font-size: 18px;
  color: #565656;
}

.question-city-star {
  width: 100%;
  display: block;
  text-align: center;
  float: none;
  margin: -40px auto 0 auto;
  max-width: 170px;
  clear: both;
  overflow: hidden;
}

.voting {
  display: flex;
  font-size: 24px;
  color: #cfcfcf;
}
.voting:not(.onhover) .star.current {
  color: #e85999;
}
.voting .star {
  padding-right: 5px;
  cursor: pointer;
}
.voting .star input {
  opacity: 0;
  position: absolute;
  pointer-events: none;
}
.voting .star.hover, .voting .star:hover {
  color: #ee0970 !important;
}
.voting .star svg {
  width: 30px;
}



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

.nav__menu li {
  position: relative;
  padding: 12px 0;
}
.nav__menu li .submenu {
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: calc(100% + 10px);
  left: -94px;
  width: 500px;
  background: #FFF;
  border-radius: 30px;
  padding: 20px 39px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s;
  -ms-flex-pack: justify;
  justify-content: space-between;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1); }
  .nav__menu li .submenu::after {
    position: absolute;
    left: 0;
    top: -10px;
    right: 0;
    content: "";
    height: 10px;
  }
  @media all and (max-width: 1250px) {
    .nav__menu li .submenu {
      width: 550px; } }
  @media (max-width: 767px) {
    .nav__menu li .submenu {
      box-shadow: none;
      width: 100%;
      position: static;
      display: block;
      max-height: 0 !important;
      overflow: hidden;
      padding: 0;
      transition: all 0.3s; }
      .nav__menu li .submenu.open {
        padding: 20px 0;
        max-height: 1100px !important;
        opacity: 1;
        visibility: visible; } }
  .nav__menu li .submenu__col__title {
    font-weight: bold;
    margin-top: 0;
    color: #0b3660; }
  .nav__menu li .submenu__col__nav {
    margin: 0;
    padding: 0;
    list-style: none; }
    .nav__menu li .submenu__col__nav li {
        margin-bottom: 3px;
        display: block;
        font-weight: normal;
        margin-left: 0;
        padding: 0; }
        .nav__menu li .submenu__col__nav li a {
          font-size: 13px;
          color: #000 !important;
          text-decoration: none;
          font-weight: normal;
          font-family: "Roboto", sans-serif;
          text-transform: none; }
        .nav__menu li .submenu__col__nav li a:hover {
          color: #e85999;
        }
  .nav__menu li:hover .submenu {
    opacity: 1;
    visibility: visible; }