@charset "UTF-8";

/*
--------------------------------------------------
Reset and normalize default browser styles
--------------------------------------------------
*/

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
button,
input,
select,
textarea {
  margin: 0;
  padding: 0;
  outline: none;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  background: transparent;
}

/* Handle box-sizing while better addressing child elements */

html {
  box-sizing: border-box;
}

*,
*:after,
*:before {
  box-sizing: inherit;
}

/* force a vertical scrollbar to prevent a jumpy page */

html {
  overflow-y: scroll;
}

html,
body {
  min-height: 100%;
  overflow-x: hidden;
  /* disable webkit tap highlight */
  -webkit-tap-highlight-color: transparent;
}

img,
fieldset,
hr,
legend {
  border: 0;
}

object,
video,
embed,
img {
  max-width: 100%;
  height: auto;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
  display: block;
}

audio,
canvas,
video,
figure {
  display: inline-block;
}

ol,
ul {
  list-style: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

tr {
  page-break-inside: avoid;
}

blockquote {
  quotes: none;
}

blockquote:before,
blockquote:after {
  content: '';
  content: none;
}

[hidden] {
  display: none;
}

svg:not(:root) {
  overflow: hidden;
}

/* Form normalize BEGIN */

button,
input,
select,
textarea {
  box-shadow: none;
  background-color: transparent;
  border: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

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

textarea {
  overflow: auto;
  vertical-align: top;
  resize: none;
}

/*
--------------------------------------------------
Magnific popup Library
--------------------------------------------------
*/

/* Magnific Popup CSS */

.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1042;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8;
  filter: alpha(opacity=80);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: absolute;
  right: 0;
  top: 0;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  filter: alpha(opacity=65);
  padding: 0 0 18px 10px;
  color: #fff;
  font-style: normal;
  font-size: 28px;
  font-family: Arial, Baskerville, monospace;
}

.mfp-close:hover,
.mfp-close:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  filter: alpha(opacity=65);
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent;
}

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

.mfp-arrow:hover,
.mfp-arrow:focus {
  opacity: 1;
  filter: alpha(opacity=100);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Main image in popup */

img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto;
}

/* The shadow behind the image */

.mfp-figure {
  line-height: 0;
}

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

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

.mfp-figure figure {
  margin: 0;
}

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

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

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

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

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */

  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0;
  }

  .mfp-img-mobile img.mfp-img {
    padding: 0;
  }

  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0;
  }

  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px;
  }

  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .mfp-img-mobile .mfp-bottom-bar:empty {
    padding: 0;
  }

  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px;
  }

  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0;
  }
}

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75);
  }

  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0;
  }

  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%;
  }

  .mfp-container {
    padding-left: 6px;
    padding-right: 6px;
  }
}

.mfp-ie7 .mfp-img {
  padding: 0;
}

.mfp-ie7 .mfp-bottom-bar {
  width: 600px;
  left: 50%;
  margin-left: -300px;
  margin-top: 5px;
  padding-bottom: 5px;
}

.mfp-ie7 .mfp-container {
  padding: 0;
}

.mfp-ie7 .mfp-content {
  padding-top: 44px;
}

.mfp-ie7 .mfp-close {
  top: 0;
  right: 0;
  padding-top: 0;
}

/*
--------------------------------------------------
Project Components
--------------------------------------------------
*/

/*
--------------------------------------------------
Body, Html and other base styles
--------------------------------------------------
*/

html {
  font-size: 14px;
  height: 100%;
}

body {
  font-family: "Open Sans", sans-serif;
  color: #4f4f4f;
  line-height: 1.3;
  background-color: #fff;
}

.hidden {
  display: none !important;
}

textarea {
  resize: none !important;
}

.container__padding {
  padding-bottom: 100px;
}

.page_details {
  padding-bottom: 100px;
}

.fixed-table-container tbody td {
  border: none !important;
}

.fixed-table-container thead th {
  border: none !important;
}

.fixed-table-container {
  border: none !important;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
  border: none !important;
}

.bootstrap-table .table {
  border: none !important;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
  padding: 18px !important;
}

@media (max-width: 768px) {
  /* Force table to not be like tables anymore */

  .price-list table,
  .price-list thead,
  .price-list tbody,
  .price-list th,
  .price-list td,
  .price-list tr {
    display: block;
  }

  .price-list thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }

  .price-list td {
    position: relative;
    padding-left: 60% !important;
  }

  .price-list td:before {
    position: absolute;
    left: 6px;
    width: 45%;
    padding-right: 10px;
    white-space: nowrap;
    text-align: right;
  }

  .price-list td:before {
    content: " " attr(title) " ";
  }
}

.page__frame {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.page__content {
  flex: 1 0 auto;
}

.page__container {
  max-width: 1180px;
  margin: 0 auto;
  padding-right: 15px;
  padding-left: 15px;
}

.page__container:before,
.page__container:after {
  display: table;
  content: " ";
}

.page__container--flex {
  width: 100%;
}

.page__container:after {
  clear: both;
}

.page__search {
  background-color: #f6f6f6;
  position: relative;
  z-index: 1;
}

.page__search--sticky {
  position: fixed;
  width: 100%;
  z-index: 1;
  top: 0;
}

.page__search--sticky .filter-form {
  padding-top: 20px;
}

@media (max-width: 980px) {
  .page__search {
    display: none;
  }
}

.page__catalog {
  padding-top: 0px;
}

.page__catalog--sticky {
  padding-top: 226px;
}

@media (max-width: 980px) {
  .page__catalog--sticky {
    padding-top: 0px;
  }
}

.page__similar {
  background-color: #f6f6f6;
  padding: 55px 0 80px;
}

.page__hero {
  height: 575px;
  background-size: cover;
  background-position: 50% 50%;
  display: block;
}

@media (max-width: 980px) {
  .page__hero {
    display: none;
  }
}

.page__properties {
  background: #f6f6f6;
  padding: 48px 0 64px;
}

@media (max-width: 980px) {
  .page__properties {
    padding: 32px 0 64px;
  }
}

.page__title {
  color: #000000;
  font-size: 31px;
  font-weight: 700;
  margin-bottom: 25px;
}

.page__title--sub {
  font-size: 14px;
  color: #666666;
  font-weight: 400;
  font-weight: 400;
}

.page__inline-title {
  display: inline;
  padding-right: 5px;
}

.page__promotions {
  padding-top: 70px;
}

.page__pagination {
  padding-bottom: 100px;
}

.page__team {
  margin-top: 20px;
}

.page__sticky {
  background: #fff;
  width: 100%;
  z-index: 999;
}

.page__sticky--active {
  position: fixed;
  top: 0;
}

.page__footer {
  flex: 0 0 auto;
  padding: 25px 0;
  background-color: #232323;
  color: #fff;
  position: relative;
}

.page__start-seo {
  position: relative;
  min-height: auto;
}

.page__start-seo-text {
  height: 100%;
  top: 0;
  width: 100%;
  align-items: center;
}

@media (max-width: 991px) {
  .page__start-seo-text {
    position: relative;
    padding: 50px 0;
  }
}

.page__mobile-search {
  display: none;
  padding: 16px;
  background-color: #499bdd;
  margin-top: 66px;
}

@media (max-width: 980px) {
  .page__mobile-search {
    display: block;
  }
}

/*
--------------------------------------------------
Typography styles.
Use for content outputted from admin panel
WYSIWYG editor
--------------------------------------------------
*/

.typo {
  line-height: 1.5;
  /** Headers BEGIN **/
  /** END Headers **/
  /** List BEGIN **/
  /** END List **/
  /** Table BEGIN **/
  /** END Table **/
  /** Inline BEGIN **/
}

.typo > :last-child {
  margin-bottom: 0;
}

.typo > :first-child {
  margin-top: 0;
}

.typo a {
  text-decoration: none;
  color: #3590d9;
}

.typo a:hover {
  text-decoration: none;
  color: #000000;
}

.typo ul,
.typo ol,
.typo p,
.typo dl,
.typo table,
.typo figure,
.typo form,
.typo form fieldset {
  margin: 0 0 0.6em 0;
}

.typo figcaption {
  font-size: 0.8em;
  line-height: 1;
  text-align: center;
}

.typo blockquote {
  position: relative;
  min-height: 45px;
  padding: 0 0 0.8em 3.7em;
  color: #999;
}

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

.typo blockquote:before {
  content: '\f10d';
  position: absolute;
  top: 0;
  left: 0;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: 3em;
}

.typo hr {
  height: 1px;
  background: #4f4f4f;
}

.typo h1,
.typo h2,
.typo h3,
.typo h4,
.typo h5,
.typo h6 {
  margin: 1.5em 0 0.5em;
  line-height: 1.1;
}

.typo h1 {
  font-size: 2em;
  color: #000;
}

.typo h2 {
  font-size: 1.6em;
}

.typo h3 {
  font-size: 1.4em;
}

.typo h4 {
  font-size: 1.3em;
}

.typo h5 {
  font-size: 1.2em;
}

.typo h6 {
  font-size: 1.1em;
}

.typo ul {
  margin-left: 1.1em;
  list-style: disc;
}

.typo ul ul {
  margin: 0 0 0 2em;
  list-style: circle;
}

.typo ul ul ul {
  list-style: square;
}

.typo ol {
  list-style: none;
  counter-reset: num;
}

.typo ol ol {
  margin: 0 0 0 2em;
}

.typo ol li:before {
  content: counters(num, ".") " ";
  counter-increment: num;
}

.typo dt {
  font-weight: bold;
}

.typo dd {
  margin-bottom: 0.4em;
}

.typo table {
  border-color: black;
}

.typo table caption {
  font-size: 1.3em;
}

.typo table thead {
  font-weight: bold;
}

.typo table tfoot {
  font-weight: bold;
}

.typo table td {
  padding: 0.2em 0.5em 0.2em 0.5em;
}

.typo strong,
.typo b {
  font-weight: bold;
}

.typo em,
.typo cite,
.typo dfn,
.typo i,
.typo var {
  font-style: italic;
}

.typo i.fa {
  /* Font Awesome default reset */
  font-style: normal !important;
}

.typo code,
.typo kbd,
.typo pre,
.typo samp {
  font-family: monospace, serif;
  font-size: 1em;
}

.typo ins {
  text-decoration: underline;
}

.typo del,
.typo s,
.typo strike {
  text-decoration: line-through;
}

.typo mark {
  background: #ff0;
  color: #000;
}

.typo small {
  font-size: 80%;
}

.typo sub,
.typo sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

.typo sup {
  top: -0.5em;
}

.typo sub {
  bottom: -0.25em;
}

.typo abbr[title] {
  border-bottom: 1px dotted;
}

.typo audio:not([controls]) {
  display: none;
  height: 0;
}

.typo iframe {
  max-width: 100%;
}

.typo p {
  line-height: 1.5;
}

.modal-popup {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 600px;
  background: #fff;
  height: 500px;
  margin-top: 118px;
  top: 50%;
  /* Modal elements */
  /* Modal modifiers */
}

@media (max-width: 480px) {
  .modal-popup {
    height: 100%;
    margin-top: 0px;
    top: 0;
  }
}

.modal-popup--search {
  width: 100%;
  max-width: 100%;
  overflow-y: scroll;
}

.modal-popup__header {
  position: relative;
  padding: 15px 25px;
  background: #f6f6f6;
  border-bottom: 1px solid #e0e0e0;
}

.modal-popup__header--search {
  padding: 22px 25px;
  background: #fff;
}

.modal-popup__header-title {
  font-size: 21px;
  line-height: 1;
  color: #000;
  padding-right: 20px;
}

.modal-popup__content {
  padding: 15px 25px;
}

.modal-popup__content--search {
  padding: 24px 0 0 0;
}

.modal-popup__content--search .form-inline__item {
  padding: 0 16px;
}

.modal-popup__content--search .form-inline__item--search {
  padding: 0 0px !important;
  /* */
  position: fixed;
  top: 100%;
  left: 0;
  margin-top: -44px;
  /* */
}

.modal-popup__content-cell {
  margin-bottom: 15px;
}

.modal-popup__footer {
  text-align: right;
  padding: 15px 15px;
  background: #f0532f;
  border-top: 1px solid #dfe4eb;
}

.modal-popup__footer-row:not(:first-child) {
  margin-top: 20px;
}

.modal-popup__footer-btn {
  display: inline-block;
  margin-left: 15px;
}

.modal-popup--sm {
  max-width: 500px;
}

.modal-popup--lg {
  max-width: 900px;
}

.mfp-wrap {
  z-index: 9999999;
}

.mfp-container {
  padding-left: 0px !important;
  padding-right: 0px !important;
}

@media only screen and (max-width: 500px) {
  .mfp-bg {
    opacity: 1;
  }
}

@media only screen and (max-width: 500px) {
  .mfp-content {
    margin: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, -50%);
  }
}

@media (min-width: 900px) {
  .mfp-iframe-scaler iframe {
    max-width: 799px;
    margin: 40px 40px;
  }

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

.container-fluid {
  padding-right: 0px;
  padding-left: 0px;
}

.container-fluid__map {
  display: none;
}

@media (min-width: 1200px) {
  .container-fluid {
    display: flex;
  }

  .container-fluid__category,
  .container-fluid__map {
    display: flex;
    flex-direction: column;
  }

  .container-fluid__map {
    width: 33.33333333%;
    overflow: visible;
    display: block;
    height: 100%;
  }

  .container-fluid__category {
    width: 66.66666%;
  }
}

@media (max-width: 991px) {
  .container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 15px;
    padding-right: 15px;
  }
}

.catalog__object--similar .object__gallery {
  margin-bottom: 17px;
}

.object--property {
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}

.object__gallery {
  margin-bottom: 17px;
  position: relative;
}

@media (max-width: 768px) {
  .object__gallery {
    margin-bottom: 65px;
  }
}

.object__img-link {
  display: block;
}

.object__title {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 4px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 10px;
}

.object__title--left {
  padding: 0 10px 0 0;
  text-align: left;
}

.object__title--property {
  margin-bottom: 30px;
}

.object__title--similar {
  text-align: left;
  padding: 0;
}

.object__link {
  color: #337ab7;
  text-decoration: none;
}

.object__link:hover {
  text-decoration: underline;
}

.object__link--property {
  line-height: 16px;
  font-size: 18px;
  font-weight: 700;
}

.object__label {
  position: absolute;
  left: 0;
  text-align: left;
  bottom: 8px;
}

@media (max-width: 768px) {
  .object__label {
    bottom: 60px;
  }
}

.object__label-tour {
  position: absolute;
  right: 15px;
  top: 0;
  text-align: right;
}

.object__location {
  font-size: 14px;
  color: #999999;
  margin-bottom: 7px;
}

.object__photo {
  width: 380px !important;
  height: 250px !important;
  object-fit: cover;
}

.object__photo--height {
  height: 100%;
}

.object__photo_promo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object__photo-home {
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.catalog {
  margin-top: 32px;
}

.catalog__title {
  margin-bottom: 32px;
  justify-content: space-between;
  align-items: baseline;
}

@media (max-width: 768px) {
  .catalog__title-frame {
    margin-bottom: 10px;
  }
}

.catalog__name {
  color: #000000;
  display: inline;
  font-size: 31px;
  font-weight: 800;
  line-height: 1.3;
  padding-right: 5px;
}

.catalog__count {
  color: #4f4f4f;
  font-weight: 300;
  font-size: 14px;
}

@media (max-width: 768px) {
  .catalog__count {
    display: none;
  }
}

.catalog__items {
  font-size: 0;
  margin: 0 -10px;
}

.catalog__object {
  display: inline-block;
  font-size: 1rem;
  padding: 0 10px;
  margin-bottom: 60px;
  vertical-align: top;
  width: 100%;
}

.catalog__object--property {
  text-align: center;
  margin-bottom: 34px;
}

.catalog__object--similar .slick-list {
  height: auto;
}

@media (min-width: 320px) {
  .catalog__object {
    width: 100%;
    max-width: 100%;
  }
}

@media (min-width: 480px) {
  .catalog__object {
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 980px) {
  .catalog__object {
    width: 33.333%;
    max-width: 33.333%;
  }
}

@media (min-width: 1200px) {
  .catalog__object {
    width: 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {
  .catalog__object--similar {
    width: 50%;
  }

  .catalog__object--property {
    width: 33.3333333%;
  }
}

@media (min-width: 1200px) {
  .catalog__object--similar {
    width: 33.3333333%;
  }

  .catalog__object--property {
    width: 33.3333333%;
  }
}

.catalog__monipulation {
  color: #999999;
  padding-right: 4px;
}

.catalog__monipulation .select {
  display: block;
  color: #000000;
}

.catalog-list {
  margin-bottom: 40px;
}

.catalog-list__item:not(:last-child) {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dfdfdf;
}

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

.catalog-list__figure {
  margin-bottom: 10px;
  border-radius: 3px;
  overflow: hidden;
}

@media (min-width: 480px) {
  .catalog-list__figure {
    width: 180px;
    height: 132px;
    float: left;
    margin-bottom: 0px;
  }

  .catalog-list__figure .object__img-link {
    height: 132px;
  }
}

@media (min-width: 480px) {
  .catalog-list__img-link {
    height: 132px;
  }
}

.catalog-list__img {
  max-height: 100%;
  width: auto;
}

@media (min-width: 480px) {
  .catalog-list__text {
    margin-left: 200px;
  }
}

.catalog-list__head {
  margin-bottom: 15px;
}

@media (min-width: 769px) {
  .catalog-list__head {
    display: flex;
    justify-content: space-between;
  }
}

.catalog-list__title {
  font-size: 16px;
  font-weight: bold;
  color: #000000;
}

@media (max-width: 768px) {
  .catalog-list__title {
    margin-bottom: 5px;
  }
}

.catalog-list__price {
  font-size: 18px;
  font-weight: bold;
  color: #000000;
  min-width: 150px;
}

@media (min-width: 769px) {
  .catalog-list__price {
    text-align: right;
    padding-left: 10px;
  }
}

.catalog-list__visual-info {
  margin-bottom: 15px;
}

@media (min-width: 1200px) {
  .catalog-list {
    margin-right: 20px;
  }
}

.catalog-list__desc {
  height: 37px;
  overflow-y: hidden;
}

.gallery {
  position: relative;
  border-radius: 2px;
}

@media (min-width: 768px) {
  .gallery {
    height: 251px;
    overflow: hidden;
  }
}

.gallery--prom {
  height: auto;
}

@media (min-width: 1200px) {
  .gallery--prom {
    height: 377px;
  }
}

.gallery--property {
  border-radius: 0px;
  height: 188px;
  margin-bottom: 23px;
}

.gallery__inner .slick-list {
  overflow: hidden;
  border-radius: 3px;
}

.gallery__arrow {
  position: absolute;
  top: 50%;
  margin-top: -12px;
  background-color: rgba(46, 46, 46, 0.71);
  width: 2.375rem;
  height: 3.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
}

.gallery__arrow:hover {
  background-color: rgba(120, 120, 120, 0.71);
}

.gallery__arrow--left {
  left: 0;
  border-radius: 0 5px 5px 0;
}

.gallery__arrow--right {
  right: 0;
  border-radius: 5px 0 0 5px;
}

.gallery__location {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  font-weight: 400;
  margin-bottom: 7px;
}

.gallery__icon {
  display: inline-block;
}

.gallery__icon--left {
  background-image: url("../_img/sprite.png");
  background-position: 0px -63px;
  width: 13px;
  height: 24px;
}

.gallery__icon--right {
  background-image: url("../_img/sprite.png");
  background-position: -68px -21px;
  width: 13px;
  height: 24px;
}

.slick-list {
  height: 290px;
}

@media (min-width: 768px) {
  .slick-list {
    height: 500px;
  }
}

.slick-list .slick-track {
  height: 100%;
}

.slick-list img {
  width: 100%;
  height: 100%;
}

.map {
  position: fixed;
  height: 100%;
  opacity: 0;
  transition: opacity 0.5s;
  top: 0;
}

.map--sticky {
  width: 100%;
}

@media (min-width: 1200px) {
  .map--sticky {
    top: 210px;
    opacity: 1;
  }
}

@media (min-width: 1200px) {
  .map {
    width: 438px;
    padding-left: 20px;
  }
}

@media (min-width: 1300px) {
  .map {
    width: 488px;
  }
}

@media (min-width: 1400px) {
  .map {
    width: 538px;
  }
}

@media (min-width: 1500px) {
  .map {
    width: 588px;
  }
}

@media (min-width: 1600px) {
  .map {
    width: 733px;
  }
}

.map__inner {
  width: 100%;
  height: 100%;
}

.marker-rental {
  background-color: #ee5438;
  position: relative;
  display: inline-block;
  z-index: 999;
}

.marker-rental a,
.marker-rental a:hover {
  color: white;
}

.marker-sales {
  background-color: #3394d6;
  position: relative;
  display: inline-block;
  z-index: 999;
}

.marker-sales a,
.marker-sales a:hover {
  color: white;
}

.arrow-rental {
  border-top-color: #ee5438;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.arrow-sales {
  border-top-color: #3394d6;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-left-color: transparent;
}

.infoWidow {
  background: #ffffff;
  color: #ffffff;
  max-width: 300px;
  z-index: 9999;
}

.infoWidow p {
  color: #000000;
}

.infoWidow .visual-info {
  padding-top: 10px;
}

.infoWidow .visual-info__text {
  color: black;
  font-size: 11px;
}

.infoWidow .visual-info__item {
  font-size: 12px;
  margin-right: 18px !important;
}

.popover {
  z-index: 9999999999 !important;
}

.popover__container {
  max-width: 300px;
  padding: 0 10px;
}

.visual-info {
  font-size: 0;
}

.visual-info--property {
  margin-bottom: 14px;
}

@media (max-width: 980px) {
  .visual-info--property {
    margin: 0 25px 14px;
  }
}

.visual-info__360_icon {
  margin-top: 10px;
  color: #999999 !important;
  fill: #999999 !important;
}

.visual-info__item {
  font-size: 16px;
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 15px;
}

.visual-info__item:not(:last-child) {
  margin-right: 20px;
}

@media (min-width: 1200px) {
  .visual-info__item:not(:last-child) {
    margin-right: 40px;
  }
}

.visual-info__item--property:not(:last-child) {
  margin-right: 14px;
}

@media (min-width: 1200px) {
  .visual-info__item--property:not(:last-child) {
    margin-right: 24px;
  }
}

@media (max-width: 980px) {
  .visual-info__item--property:not(:last-child) {
    margin-right: 0px;
  }
}

@media (max-width: 980px) {
  .visual-info__item--property {
    margin-right: 0px;
    width: 33.3%;
  }
}

@media (max-width: 500px) {
  .visual-info__item--property {
    margin-right: 0px;
    width: 25%;
  }
}

.visual-info__icon {
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

.visual-info__icon--bed {
  color: #c4915c;
  fill: #c4915c;
}

.visual-info__icon--bath {
  color: #c4915c;
  fill: #c4915c;
}

.visual-info__icon--area {
  color: #c4915c;
  fill: #c4915c;
}

.visual-info__icon--full-area {
  color: #c4915c;
  fill: #c4915c;
}

.visual-info__icon--grey {
  color: #999999 !important;
  fill: #999999 !important;
}

.visual-info__svg {
  color: #9a9a9a;
  fill: #9a9a9a;
  font-size: 25px !important;
  height: 30px;
}

.visual-info__svg--small {
  color: #9a9a9a;
  fill: #9a9a9a;
  font-size: 16px !important;
}

.visual-info__svg--small > svg {
  color: #c4915c;
  fill: #c4915c;
  width: 23px;
  height: 14px;
}

.visual-info__title {
  display: block;
  font-size: 13px;
  color: #000000;
  height: 25px;
}

html:lang(de) .visual-info__title {
  font-size: 10px;
}

.visual-info__text {
  vertical-align: middle;
  font-size: 13px;
}

.visual-info__text--property {
  font-size: 13px;
  color: #666666;
}

.visual-info--small .visual-info__item {
  margin-right: 20px;
}

.visual-info--small .visual-info__icon {
  margin-right: 2px;
}

.pagination__inner {
  font-size: 0;
}

.pagination__item {
  display: inline-block;
  font-size: 1rem;
  vertical-align: middle;
}

.pagination__item:not(:last-child) {
  margin-right: 12px;
}

.pagination__link {
  display: block;
  width: 46px;
  height: 46px;
  line-height: 44px;
  text-decoration: none;
  border-radius: 50%;
  border: 2px solid #dfdfdf;
  text-align: center;
}

.pagination__link:hover,
.pagination__link--active {
  border-color: #499bdd;
}

.pagination__icon {
  position: relative;
  top: 2px;
  color: #3590d9;
  fill: #3590d9;
}

.label {
  border-radius: 0 4px 4px 0;
  padding: 8px 20px 8px 14px;
  color: #ffffff;
}

.label--buy {
  background-color: #3590d9;
}

.label--buy svg {
  fill: #ffffff;
}

.label--tour {
  border-radius: 0 0 4px 4px;
  background-color: #3590d9;
}

.label--tour svg {
  fill: #ffffff;
}

.label--rent {
  background-color: #f0532f;
}

.label--rent svg {
  fill: #ffffff;
}

.label__title {
  line-height: 16px;
  font-size: 14px;
  margin-bottom: 2px;
  display: none;
}

.label__price {
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
}

.select {
  position: relative;
}

.select:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 15px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #3590d9 transparent transparent transparent;
  pointer-events: none;
}

.select .form-control {
  padding: 6px 20px 6px 20px;
}

.select--view {
  width: 70px;
}

.select--view select {
  display: block;
  width: 100%;
  cursor: pointer;
}

.select--view:before {
  right: 0;
}

.select--order {
  width: 210px;
}

.select--order select {
  display: block;
  width: 100%;
  cursor: pointer;
}

.select--order:before {
  right: 0;
}

.select--prop {
  right: 350px !important;
  z-index: 1;
  background: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.select--prop--active {
  right: 2px !important;
}

.select-chosen:before {
  display: none !important;
}

select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form-group {
  margin-bottom: 15px;
}

.form-group--city {
  position: relative;
  z-index: 500;
  margin-bottom: 0;
}

.form-group--city:before {
  content: "";
  width: 14px;
  height: 14px;
  display: block;
  position: absolute;
  left: 23px;
  top: 16px;
  background: url("../_img/Search.svg");
  background-repeat: no-repeat;
  background-size: contain;
}

.form-group--city .no-bottom-padding {
  padding: 6px 200px 6px 48px;
  margin-bottom: 16px;
  list-style-type: none;
}

.form-group--city .select {
  position: absolute;
  right: 1px;
  top: 1px;
  width: 250px;
}

.form-group--city .select .form-control {
  border: none;
  height: 43px;
}

.form-group--city .select .form-control--prop {
  height: 65px;
}

.form-group__type-select {
  position: absolute;
  top: 1px;
  right: 2px;
}

.form-group__type-select .chosen-container {
  padding: 9px 0 !important;
}

.form-group__btn-wrapp {
  position: absolute;
  top: 4px;
  right: 4px;
  width: 345px;
  height: 58px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group__btn-wrapp--active {
  width: 0px;
}

.form-group--city-main .form-control {
  display: flex;
  align-items: center;
}

.form-group--city-main .form-control .token-input-token {
  flex: 0 0 auto;
  white-space: nowrap;
}

.form-group--city-main:before {
  top: 26px;
}

.form-group--city-main .no-bottom-padding {
  padding: 6px 550px 6px 48px;
  height: 66px;
  border: none;
}

.form-group__flex {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  margin: 0 -6px;
}

.form-group__flex--position {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  background-color: #f6f6f6;
  border-top: 1px solid #dfdfdf;
  padding: 15px 30px 14px;
  border-radius: 0 0 4px 4px;
  margin: 0 0px;
}

.form-group__flex .form-group__item {
  flex: 1 100%;
  margin: 0 6px;
}

@media (min-width: 900px) {
  .form-group__flex .form-group__item:nth-child(2) > .form-group {
    width: 190px;
  }

  .form-group__flex .form-group__item:nth-child(5) > .form-group {
    width: 200px;
  }

  .form-group__flex .form-group__item:nth-child(6) > .form-group {
    width: 150px;
  }

  .form-group__flex .form-group__item:nth-child(2) > .form-group > .select > .form-control,
  .form-group__flex .form-group__item:nth-child(5) > .form-group > .select > .form-control {
    padding: 6px 10px 6px 20px;
  }
}

.form-group__label {
  margin-bottom: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.form-group__label sup {
  font-size: 9px;
}

.form-group__btn-rent {
  position: absolute;
  width: 169px;
  text-align: center;
  left: 0;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-group__btn-sale {
  width: 169px;
  text-align: center;
  position: absolute;
  left: 175px;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.form-group__wrapp {
  height: 66px;
  overflow: hidden;
  margin-bottom: 16px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.form-group__wrapp--active {
  height: 189px;
}

.form-group__wrapp--active .form-group--city-main .form-control {
  border-radius: 4px 4px 0 0;
}

.advanced .select--prop {
  right: 4px !important;
}

.filter-form {
  padding: 70px 0 9px 0;
  position: relative;
}

.form--main {
  height: 72px;
}

.btn-lg,
.agent__btn,
.agent__virtual-tour-btn {
  line-height: 1;
  padding: 14px 16px;
}

.btn-form,
.agent__btn,
.agent__virtual-tour-btn,
.promotions__link,
.form-inline__btn,
.start-seo__link,
.articles__link {
  display: block;
  width: 100%;
  background: #3590d9;
  border-color: #3590d9;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 2px;
  border-radius: 4px;
  padding: 17px 46px;
}

.btn-form--inline,
.start-seo__link {
  width: auto;
  display: inline-block;
  padding: 17px 46px;
}

.btn-form:hover,
.agent__btn:hover,
.agent__virtual-tour-btn:hover,
.promotions__link:hover,
.form-inline__btn:hover,
.start-seo__link:hover,
.articles__link:hover {
  color: #fff;
  text-decoration: none;
}

.btn__rent,
.form-group__btn-rent {
  border-radius: 4px;
  background-color: #824219;
  color: #ffffff;
  padding: 17px 10px;
}

.btn__buy,
.form-group__btn-sale {
  border-radius: 4px;
  background-color: #3590d9;
  color: #ffffff;
  padding: 17px 10px;
}

.btn__more,
.main-properties__link {
  display: inline-block;
  border: 2px solid #dfdfdf;
  border-radius: 61px;
  height: 42px;
  line-height: 40px;
  padding: 0 27px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
  color: #090909;
  font-weight: bold;
  text-decoration: none;
}

.btn__more:hover,
.main-properties__link:hover {
  text-decoration: none;
  color: #090909;
  background-color: #fff;
}

.btn-search {
  display: inline-block;
  background-color: #3590d9;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 600;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #ffffff;
  padding: 12px 38px;
}

.btn-search--search {
  width: 100%;
  border-radius: 0px;
}

.btn-see-more {
  display: inline-block;
  padding: 0 3px;
  font-size: 12px;
  line-height: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #000000;
  font-weight: bold;
  position: relative;
}

.btn-see-more:before {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 100%;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #c4915c transparent transparent transparent;
}

.btn-see-more--aсtive:before {
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #c4915c transparent;
}

.form-group--city .token-input-input-token input {
  min-height: 30px;
}

.form-group--city-main .token-input-input-token input {
  min-height: 52px;
  font-size: 18px;
}

.form-group--city-main .form-control {
  height: 66px;
  margin-bottom: 0;
}

.monipulation {
  display: flex;
  white-space: nowrap;
  flex-wrap: wrap;
}

.monipulation__item {
  display: flex;
}

@media (min-width: 769px) {
  .monipulation__item {
    width: 340px;
    padding: 0 15px;
  }
}

@media (min-width: 981px) {
  .monipulation__item:not(:last-child) {
    border-right: 1px solid #999999;
  }
}

@media (max-width: 480px) {
  .monipulation__item {
    padding: 0 0 10px 0;
    width: 100%;
    border-right: none;
  }
}

@media (max-width: 980px) {
  .monipulation__item--view {
    display: none;
  }
}

.monipulation__select {
  display: inline-block;
}

.monipulation__select > .select--order > select {
  width: 340px;
}

.monipulation__title {
  padding-right: 5px;
}

.a2a_svg {
  height: 24px !important;
  line-height: 24px !important;
  width: 24px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
  height: 89px;
  overflow: hidden;
}

.mfp-container:before {
  vertical-align: top !important;
}

.chosen-container-single .chosen-single {
  color: #000 !important;
}

.details__manipulation {
  border-bottom: 1px solid #dfdfdf;
}

.details__head {
  display: flex;
  padding: 18px 0;
  justify-content: space-between;
  margin-top: 0;
  margin-left: 180px;
}

@media (min-width: 981px) {
  .details__head {
    margin-left: 185px;
  }
}

.details__head-mobile {
  padding: 20px;
  display: none;
}

@media (max-width: 500px) {
  .details__head-mobile {
    display: block;
  }
}

.details__link {
  color: #000000;
  text-decoration: none;
}

.details__link:hover {
  text-decoration: none;
}

.details__back-icon {
  display: inline-block;
  margin-right: 5px;
}

.details__next-prev {
  display: inline-block;
}

@media (max-width: 500px) {
  .details__next-prev {
    display: none;
  }
}

.details__mobile-prev {
  width: 50%;
}

.details__mobile-next {
  float: right;
}

.details__next-prev-item {
  display: inline-block;
  padding: 0 19px;
}

.details__next-prev-item:first-child {
  padding: 0 19px 0 0;
}

.details__next-prev-item:last-child {
  padding: 0 0 0 19px;
}

.details__next-prev-item:not(:last-child) {
  border-right: 1px solid #d8d8d8;
}

.details__title {
  padding-top: 32px;
}

.details__title-name {
  font-size: 31px;
  font-weight: 700;
  line-height: 40px;
  color: #000000;
  margin-bottom: 7px;
}

.details__subtitle {
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  .details__subtitle {
    display: flex;
    justify-content: space-between;
  }
}

.details__location {
  line-height: 16px;
  color: #4f4f4f;
}

.details__location-icon {
  display: inline-block;
  position: relative;
  top: 3px;
  background-image: url("../_img/sprite.png");
  background-position: -94px -34px;
  width: 13px;
  height: 18px;
}

.details__content {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 -11px;
}

.details__full {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 55px;
  padding: 0 11px;
}

@media (min-width: 992px) {
  .details__full {
    flex-basis: 65%;
    max-width: 65%;
  }
}

.details__agent {
  flex-basis: 100%;
  max-width: 100%;
  margin-bottom: 55px;
  padding: 0 11px;
}

@media (min-width: 992px) {
  .details__agent {
    flex-basis: 35%;
    max-width: 35%;
  }
}

.details__main-photo {
  text-align: center;
  margin-bottom: 55px;
}

.details__icon-back {
  padding-right: 5px;
  display: inline-block;
}

.details__icon-next {
  padding-left: 5px;
  transform: rotate(180deg);
  display: inline-block;
}

.details__social {
  padding-top: 10px;
  padding-bottom: 10px;
  flex-basis: 34%;
  max-width: 34%;
}

@media (max-width: 515px) {
  .details__social {
    flex-basis: 50%;
    max-width: 50%;
    float: right;
  }
}

.details__container {
  max-width: 1180px;
  margin: 0 auto;
}

.addthis_inline_share_toolbox {
  display: inline-block;
  width: 50%;
}

@media (max-width: 980px) {
  .addthis_inline_share_toolbox {
    width: inherit;
    float: right;
  }
}

.lSAction > a,
.lg-icon {
  width: 17px;
  height: 33px;
  opacity: 1;
}

.lSPrev,
.lg-prev {
  background-image: url("../_img/sprite.png");
  background-position: -21px 0px;
  width: 21px;
  height: 37px;
}

.lSPrev:after,
.lg-prev:after {
  content: '';
  display: none;
}

.lSNext,
.lg-next {
  background-image: url("../_img/sprite.png");
  background-position: 0px 0px;
  width: 21px;
  height: 37px;
}

.lSNext:before,
.lg-next:before {
  content: '';
  display: none;
}

.lg-toolbar .lg-icon {
  margin-right: 20px;
}

.lg-close:after {
  font-family: Arial;
  content: "x" !important;
}

#lg-download,
.lg-fullscreen,
.lg-autoplay-button,
#lg-zoom-in,
#lg-zoom-out,
#lg-actual-size,
#lg-counter,
.lg-toogle-thumb {
  display: none;
}

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover,
.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #3590d9 !important;
}

.lSSlideWrapper {
  margin-bottom: 8px;
}

.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover,
.lSSlideOuter .lSPager.lSGallery li {
  border-radius: 3px !important;
}

.lSSlideOuter .lSPager.lSGallery li {
  margin-right: 20px;
}

.lightSlider > li {
  text-align: center;
}

.lSSlideOuter {
  margin-bottom: 55px;
}

.agent {
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  background-color: #f6f6f6;
  position: relative;
  text-align: center;
}

.agent:before {
  content: "";
  display: block;
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #f0532f;
  position: absolute;
  width: 100%;
  top: -4px;
}

.agent--promotion:before {
  height: 4px;
  border-radius: 4px 4px 0 0;
  background-color: #824219;
  position: absolute;
  width: 100%;
  top: -4px;
}

.agent__head {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
  border-top: none;
  padding: 41px 15px 67px;
  position: relative;
}

.agent__head--promosition {
  padding: 50px 20px;
}

.agent__action {
  line-height: 16px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #4f4f4f;
}

.agent__price {
  font-weight: 700;
  color: #000000;
  font-size: 18px;
}

.agent__count-price {
  font-size: 40px;
  line-height: 56px;
}

.agent__photo {
  width: 90px;
  height: 90px;
  border-radius: 45px;
  display: inline-block;
  overflow: hidden;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.agent__frame-photo {
  position: absolute;
  bottom: -45px;
  left: 50%;
  margin-left: -45px;
}

.agent__frame-photo--promotion {
  display: inline-block;
  position: relative;
  bottom: auto;
  left: auto;
  margin-left: 0;
}

.agent__inner {
  padding: 80px 15px 49px;
  margin-bottom: 58px;
}

.agent__position {
  color: #4f4f4f;
  line-height: 16px;
  margin-bottom: 9px;
}

.agent__name {
  font-size: 18px;
  color: #000000;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  line-height: 16px;
  margin-bottom: 18px;
}

.agent__property-item {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
}

.agent__property-item:not(:last-child) {
  border-bottom: 1px solid #dfdfdf;
}

.agent__property-name {
  color: #4f4f4f;
  line-height: 16px;
}

.agent__email {
  display: inline-block;
  margin-right: 2px;
  color: #c4915c;
  fill: #c4915c;
}

.agent__property-value {
  color: #000000;
  line-height: 16px;
  font-weight: 700;
}

.agent__phone {
  display: inline-block;
  margin-right: 4px;
  position: relative;
  top: 3px;
  color: #c4915c;
  fill: #c4915c;
}

.agent__language {
  display: inline-block;
  color: #c4915c;
  fill: #c4915c;
  margin-right: 2px;
  position: relative;
  top: 4px;
}

.agent__property {
  margin-bottom: 28px;
}

.agent__btn {
  width: auto;
  display: inline-block;
  padding: 17px 46px;
}

.agent__virtual-tour-btn {
  width: auto;
  display: inline-block;
  padding: 12px 2px;
  margin: 10px 0;
  height: 45px;
}

.agent__virtual-tour-btn svg {
  fill: #ffffff;
  vertical-align: middle;
}

.agent__link {
  text-decoration: none;
  color: #000000;
}

.agent__link:hover {
  text-decoration: none;
  color: #3590d9;
}

.properties__item {
  padding-top: 48px;
  margin-bottom: 7px;
}

.properties__item-promotion-1 {
  padding-top: 48px;
  margin-bottom: 7px;
  display: none;
}

@media (max-width: 768px) {
  .properties__item-promotion-1 {
    display: block;
  }
}

.properties__item-promotion-2 {
  padding-top: 48px;
  margin-bottom: 7px;
}

@media (max-width: 768px) {
  .properties__item-promotion-2 {
    display: none;
  }
}

.properties__title {
  font-size: 26px;
  font-weight: 700;
  color: #000000;
  line-height: 26px;
  margin-bottom: 16px;
}

.properties__table {
  margin: 0 -10px;
  font-size: 0;
}

.properties__table-item {
  display: inline-block;
  font-size: 1rem;
  width: 100%;
  padding: 0 10px;
}

@media (min-width: 480px) {
  .properties__table-item {
    width: 50%;
  }

  .properties__table-item:nth-child(4n+1) .properties__table-item-inner,
  .properties__table-item:nth-child(4n+2) .properties__table-item-inner {
    background-color: #f6f6f6;
    border-radius: 4px;
  }
}

@media (max-width: 479px) {
  .properties__table-item:nth-child(2n+1) .properties__table-item-inner {
    background-color: #f6f6f6;
    border-radius: 4px;
  }
}

.properties__table-item-inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 16px 20px;
}

.properties__table-item-inner-promotion {
  display: flex;
  justify-content: space-between;
}

.properties__table-name {
  width: 50%;
  text-align: left;
  color: #4f4f4f;
}

.properties__table-val {
  width: 50%;
  text-align: right;
  color: #000000;
  font-weight: 700;
}

.properties__inner--map {
  height: 360px;
}

.properties__promotion-link {
  padding-top: 10px;
}

.similar__title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 24px;
}

.hero {
  padding-top: 324px;
}

.hero__title {
  font-size: 61px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 84px;
  margin-bottom: 8px;
  color: #ffffff;
  text-align: center;
  text-shadow: 0 0 30px rgba(0, 0, 0, 0.5);
}

.hero__desc {
  font-size: 18px;
  font-weight: 500;
  line-height: 26px;
  color: #ffffff;
  margin-bottom: 30px;
  max-width: 560px;
  margin: 0 auto;
  text-align: center;
}

.hero__mobile {
  display: none;
  background: #fff;
  padding: 5px;
  border-radius: 4px;
}

@media (max-width: 980px) {
  .hero__mobile {
    display: block;
  }
}

@media (max-width: 980px) {
  .hero__form {
    display: none;
  }
}

.show-more {
  text-align: center;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
}

.show-more__btn {
  background-color: #ffffff;
  border-radius: 61px;
  height: 42px;
  line-height: 42px;
  padding: 0 27px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #090909;
  display: inline-block;
  cursor: pointer;
}

.show-more__btn:hover {
  background: #f6f6f6;
}

.show-more__btn .show-more__title--less {
  display: none;
}

.show-more__btn .show-more__title--more {
  display: inline;
}

.show-more__btn--active .show-more__title--less {
  display: inline;
}

.show-more__btn--active .show-more__title--more {
  display: none;
}

.show-more__btn--active .show-more__icon {
  border-width: 0 4.5px 4px 4.5px;
  border-color: transparent transparent #3590d9 transparent;
  position: relative;
  top: -3px;
}

.show-more__icon {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #3590d9 transparent transparent transparent;
  position: relative;
  top: -3px;
}

.main-properties__title {
  color: #000000;
  font-size: 42px;
  font-weight: 700;
  letter-spacing: -1px;
  line-height: 84px;
  padding-bottom: 14px;
  text-align: center;
}

@media (max-width: 980px) {
  .main-properties__title {
    font-size: 31px;
    line-height: 40px;
  }
}

.main-properties__footer {
  text-align: center;
}

.main-properties__arrow {
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4.5px 0 4.5px 4px;
  border-color: transparent transparent transparent #007bff;
  position: relative;
  margin-left: 10px;
}

.team {
  padding-bottom: 100px;
}

.team__title {
  font-size: 31px;
  line-height: 40px;
  margin-bottom: 5px;
  color: #000;
  font-weight: 800;
  padding-top: 62px;
}

.team__items {
  font-size: 0;
  display: flex;
  flex-wrap: wrap;
}

@media screen and (min-width: 1024px) {
  .team__items {
    margin-left: -10px;
  }
}

.team__item {
  font-size: 1rem;
  display: inline-block;
  text-align: center;
  margin-bottom: 40px;
  width: 100%;
  max-width: 23%;
  margin-left: 10px;
  margin-right: 10px;
}

@media screen and (max-width: 1024px) {
  .team__item {
    flex: calc(100% / 3);
    max-width: calc(100% / 2);
    margin-left: 0;
  }
}

@media screen and (max-width: 768px) {
  .team__item {
    flex: 100%;
    max-width: 100%;
    margin-left: 0;
  }
}

.team__photo {
  margin-bottom: 14px;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 100%;
  max-height: 100%;
  text-align: center;
  margin-bottom: 14px;
}

.team__img {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  max-height: inherit;
  border-radius: 3px;
}

.team__name {
  font-size: 18px;
  color: #000000;
  font-weight: 800;
  margin-bottom: 4px;
}

.team__mail {
  color: #4f4f4f;
  margin-bottom: 4px;
  font-weight: 300;
}

.team__phone {
  color: #4f4f4f;
  margin-bottom: 4px;
  font-weight: 300;
}

.team__link {
  text-transform: uppercase;
  color: #499bdd;
}

.promotions-list__row {
  font-size: 0;
  margin: 0 -20px;
}

.promotions-list__galery {
  display: inline-block;
  font-size: 1rem;
  padding: 0 20px;
  width: 47%;
  vertical-align: top;
}

.promotions-list__info {
  display: inline-block;
  font-size: 1rem;
  padding: 0 20px;
  width: 53%;
  vertical-align: top;
}

@media (max-width: 768px) {
  .promotions-list__row {
    display: flex;
    flex-wrap: wrap;
  }

  .promotions-list__galery {
    order: 1;
    width: 100%;
  }

  .promotions-list__info {
    order: 2;
    width: 100%;
    margin-bottom: 20px;
  }
}

.promotions-list__head {
  display: flex;
  justify-content: space-between;
  margin-bottom: 30px;
}

@media (max-width: 768px) {
  .promotions-list__head {
    display: none;
  }
}

.promotions-list__head--mob {
  display: none;
}

@media (max-width: 768px) {
  .promotions-list__head--mob {
    display: block;
  }
}

.promotions-list__title-name {
  font-size: 31px;
  font-weight: 700;
  line-height: 32px;
  color: #000000;
  margin-bottom: 16px;
}

.promotions-list__location {
  color: #666666;
  font-size: 14px;
  line-height: 16px;
}

@media (max-width: 768px) {
  .promotions-list__logo {
    float: right;
  }
}

.promotions-list__logo-img {
  width: 92px;
  height: 58px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  text-align: center;
  position: relative;
  margin-left: 20px;
}

.promotions-list__logo-img > img {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  padding: 0px;
  max-height: inherit;
}

.promotions-list__icon {
  display: inline-block;
  margin-right: 5px;
}

.promotions-list__icon--location {
  background-image: url("../_img/sprite.png");
  background-position: -110px 0px;
  width: 9px;
  height: 13px;
}

.promotions-list__item:not(:last-child) {
  padding-bottom: 55px;
  margin-bottom: 55px;
  border-bottom: 1px solid #f6f6f6;
}

.promotions-list__item:last-child {
  padding-bottom: 50px;
}

@media (max-width: 768px) {
  .promotions-list__title {
    width: 50%;
    display: inline-block;
  }
}

.promotions__prop {
  margin-bottom: 10px;
}

.promotions__prop-row {
  display: flex;
  justify-content: space-between;
  padding: 12px 0;
  font-size: 16px;
}

.promotions__prop-row:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.promotions__prop-name {
  color: #666666;
}

.promotions__prop-value {
  color: #000000;
  font-weight: 700;
}

.promotions__link {
  display: inline-block;
  padding: 0 25px;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 14px;
  color: #ffffff !important;
  width: inherit;
  height: 50px;
  line-height: 50px;
}

.price-list {
  margin-bottom: 50px;
}

.price-list__tabs__list {
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  box-shadow: 0 1px 0 #e0e0e0;
}

.price-list__tabs__item {
  list-style: none;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 2px;
  text-transform: uppercase;
  position: relative;
  margin-right: 20px;
  padding-top: 15px;
  padding-bottom: 15px;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  .price-list__tabs__item {
    margin-right: 40px;
  }
}

.price-list__tabs__item:hover {
  color: #c4915c;
}

.price-list__tabs__item.active {
  color: #c4915c;
}

.price-list__tabs__item.active:after {
  content: "";
  display: block;
  height: 3px;
  background-color: #c4915c;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.price-list__table {
  width: 100%;
}

@media (max-width: 980px) {
  .price-list__table {
    display: none;
  }
}

.price-list__table--wrapp {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.price-list__table_el {
  border: none;
  font-weight: 400;
  color: #000000;
  font-size: 14px;
  width: 100%;
}

.price-list__table_el tr {
  cursor: pointer;
}

.price-list__table__title {
  color: #000000;
  font-size: 26px;
  font-weight: 700;
  line-height: 26px;
  margin-bottom: 20px;
}

.price-list__table th,
.price-list__table td {
  padding: 15px;
  text-align: left;
}

.price-list__table tr:nth-child(odd) td {
  background-color: #f6f6f6;
}

.price-list__table th {
  font-weight: 700;
}

.price-list__table td:first-child {
  font-weight: 700;
}

.price-list__table td:last-child,
.price-list__table td:nth-last-child(2) {
  color: #c4915c;
  font-weight: 700;
}

.price-list__table__show-more {
  cursor: pointer;
  color: #000000;
  font-size: 14px;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  height: 48px;
  border-radius: 4px;
  border: 1px solid #dbdbdb;
}

.price-list__table__show-more:after {
  content: "";
  margin-left: 5px;
  display: inline-block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 3.5px 0 3.5px;
  border-color: #c4925c transparent transparent transparent;
}

@media (min-width: 980px) {
  .price-list__table-mobile {
    display: none;
  }
}

.price-list__table-mobile__item {
  font-weight: 600;
  padding: 10px 0;
}

.price-list__table-mobile__value {
  padding: 10px 0;
}

.price-list__table-mobile__row {
  font-size: 12px;
  padding: 20px;
  border-bottom: 1px solid #dddddd;
}

.price-list__table-mobile__price {
  font-weight: 600;
  padding: 10px 0;
}

.price-list__table-mobile__link {
  color: #000;
}

.form__item {
  margin-bottom: 20px;
}

.form-control {
  width: 100%;
  font-size: 14px;
  display: block;
  height: 46px;
  padding: 6px 20px;
  line-height: 1.42857143;
  color: #000000;
  background-color: #fff;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

label {
  display: inline-block;
  max-width: 100%;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #999999;
}

#d1-form-status {
  font-size: 14px;
}

.planing {
  display: flex;
  margin: 0 -10px;
  flex-wrap: wrap;
}

.planing__item {
  width: 100%;
  padding: 0 10px;
  margin-bottom: 15px;
}

@media (min-width: 992px) {
  .planing__item {
    width: 50%;
  }
}

.planing__table {
  background-color: #f6f6f6;
  padding: 23px 30px;
}

.planing__title {
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: #000000;
  margin-bottom: 7px;
}

.planing__row {
  display: flex;
  justify-content: space-between;
  padding: 13px 0;
}

.planing__row:not(:last-child) {
  border-bottom: 1px solid #dbdbdb;
}

.planing__prop {
  font-size: 14px;
  color: #000000;
}

.planing__value {
  font-size: 14px;
  color: #000000;
  font-weight: 700;
}

.amenities {
  padding-bottom: 50px;
  border-bottom: 1px solid #dbdbdb;
}

.amenities__list {
  font-size: 0;
  margin-left: -10px;
  margin-top: -15px;
}

.amenities__item {
  font-size: 14px;
  color: #000000;
  display: inline-block;
  width: 50%;
  padding-left: 10px;
  margin-top: 15px;
}

@media (min-width: 768px) {
  .amenities__item {
    width: 25%;
  }
}

@media (min-width: 1200px) {
  .amenities__item {
    width: 16.666666%;
  }
}

.amenities__icon {
  display: inline-block;
  width: 11px;
  height: 11px;
  position: relative;
  top: 1px;
  background-image: url("../_img/sprite.png");
  background-position: -30px -87px;
  width: 12px;
  height: 12px;
}

.actors {
  border-bottom: 1px solid #dbdbdb;
}

.actors__list {
  font-size: 0;
  vertical-align: top;
  margin: 0 -10px;
}

.actors__item {
  width: 175px;
  display: inline-block;
  vertical-align: top;
  font-size: 1rem;
  padding: 0 10px;
  margin-bottom: 45px;
}

@media (max-width: 480px) {
  .actors__item {
    width: 100%;
  }
}

.actors__photo {
  height: 117px;
  border: 1px solid #dbdbdb;
  border-radius: 4px;
  margin-bottom: 12px;
  position: relative;
  display: block;
  width: 100%;
  padding-bottom: 65%;
  max-height: 100%;
  text-align: center;
}

.actors__img {
  display: inline-block !important;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  max-height: inherit;
}

.actors__sub-title {
  font-size: 14px;
  color: #999999;
  line-height: 16px;
  margin-bottom: 5px;
}

.actors__title {
  font-weight: 700;
  color: #000000;
  font-size: 14px;
}

.header {
  background-color: #232323;
  position: relative;
  z-index: 500;
  color: #fff;
}

@media (max-width: 980px) {
  .header {
    background-color: #000;
  }
}

.header__container {
  max-width: 1180px;
  position: relative;
  margin: 0 auto;
  padding: 0 16px;
}

.header__flex-container {
  padding: 23px 0;
  display: flex;
  display: -ms-flexbox;
  flex-flow: row wrap;
  justify-content: space-between;
  margin: 0 -10px;
  align-items: center;
}

.header__branding {
  align-self: flex-start;
  display: inline-block;
  position: relative;
  z-index: 9;
  width: 158px;
}

.header__link {
  position: absolute;
  top: -23px;
  width: 158px;
  height: 64px;
  background-color: #000;
  align-items: center;
  left: 10px;
  justify-content: center;
}

@media (min-width: 981px) {
  .header__link {
    height: 130px;
    width: 158px;
    display: flex;
  }
}

@media (min-width: 981px) {
  .header__custom-logo {
    max-width: 158px;
    max-height: 130px;
  }
}

.header__navigation {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}

.header__site-lang {
  padding: 0 10px;
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .header__site-lang {
    display: none;
  }
}

.change-language {
  position: relative;
}

.change-language:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 50%;
  margin-top: -2px;
  right: 0px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 4.5px 0 4.5px;
  border-color: #fff transparent transparent transparent;
}

.change-language__controll {
  cursor: pointer;
  padding: 6px 10px;
  color: #fff;
}

.change-language__controll option {
  color: #000;
}

.change-language__container {
  width: 26%;
  padding-left: 16px;
  margin-top: 30px;
  display: none;
}

@media screen and (max-width: 980px) {
  .change-language__container {
    display: block !important;
  }
}

.navigation__menu-button {
  display: none;
}

@media screen and (max-width: 980px) {
  .navigation__menu-button {
    display: block;
    text-transform: uppercase;
    cursor: pointer;
    text-align: center;
    color: #fff;
  }
}

.navigation__menu-close {
  display: none;
}

@media screen and (max-width: 980px) {
  .navigation__menu-close {
    display: block;
    border-radius: 4px;
    position: absolute;
    top: 10px;
    right: 10px;
    text-align: center;
    padding: 10px 15px;
    cursor: pointer;
  }
}

.navigation__ico--menu {
  color: #fff;
  fill: #fff;
}

.navigation__container {
  font-size: 14px;
  font-weight: bold;
}

@media screen and (max-width: 980px) {
  .navigation__container {
    color: #FFFFFF;
    position: fixed;
    top: 0;
    right: -280px;
    width: 280px;
    max-width: 100%;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
    padding: 50px 22px 30px 22px;
    z-index: 99998;
    height: 100%;
    overflow: auto;
    transition: right 0.4s ease 0s;
    background-color: #2f2f2f;
  }
}

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

.navigation__item {
  position: relative;
  float: left;
  margin: 0;
}

.navigation__item:not(:first-child) {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media screen and (max-width: 980px) {
  .navigation__item {
    float: none;
    display: block;
    border-left: none !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
}

.navigation__link {
  padding: 2px 25px 2px;
  display: block;
  text-decoration: none;
}

@media screen and (max-width: 980px) {
  .navigation__link {
    padding: 10px 25px 10px;
  }
}

.navigation__link:hover {
  text-decoration: none;
  opacity: 0.7;
  color: #fff;
}

.navigation__link__up {
  top: -158px;
}

.show-menu .navigation__container {
  right: 0px !important;
}

.footer {
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: center;
}

.contact-page {
  background-color: #f6f6f6;
  padding: 77px 0 175px;
  margin-top: 1px;
}

.contact-page__title {
  font-size: 51px;
  color: #000;
  font-weight: 800;
  margin-bottom: 32px;
  text-align: center;
  line-height: 1;
}

.contact-page__inner {
  background-color: #ffffff;
  border-radius: 8px;
  display: flex;
  overflow: hidden;
}

.contact-page__form {
  width: 62%;
  padding: 50px 60px 30px 60px;
}

.contact-page__info {
  width: 38%;
  background: #c4915c;
  padding: 50px 60px;
}

.contact-page__block {
  font-size: 16px;
  font-weight: 600;
  line-height: 24px;
  color: #ffffff;
  margin-bottom: 30px;
}

.contact-page__block-phone {
  color: #ffffff;
}

.contact-page__block-phone a {
  color: #ffffff;
}

.contact-page__info-title {
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 4px;
}

.social-block ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.social-block li {
  display: inline-block;
}

.social-block li:not(:first-child) {
  margin-left: 8px;
}

.social-block__btn {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
}

.social-block__ico {
  display: block;
  width: 100%;
  height: 100%;
}

@media (max-width: 767px) {
  .contact-page__inner {
    flex-direction: column;
  }

  .contact-page__form,
  .contact-page__info {
    width: 100%;
  }

  .contact-page__form {
    padding: 30px 20px 30px 20px;
  }
}

.contact-page__footer {
  flex: 0 0 auto;
  position: relative;
  border: 1px solid #ddd;
  border-radius: 10px;
}

.contact-page__footer .d1-form-input {
  float: left;
  overflow: hidden;
  padding: 8px 0px;
  width: 100%;
}

.contact-page__footer .d1-form-input input {
  font-size: 12px;
}

.contact-page__footer .d1-form-button-style {
  color: #ffffff;
  background: #3590d9;
  padding: 12.5px 20px;
}

.contact-page__footer #d1-form-textarea {
  height: 108px;
  resize: none;
  font-size: 12px;
}

.contact-page__footer #d1-form-status {
  display: none;
  font-size: 12px;
  padding-top: 10px;
  text-align: right;
}

.contact-page__footer #d1-footer-address {
  min-height: 75px;
}

.contact-page__footer h5 {
  height: 55px;
  padding-top: 20px;
}

.contact-page__footer .no-padding {
  padding: 10px 0;
}

.contact-page__footer__message {
  padding: 10px 0;
  color: #000;
}

.d1-background-contact-form {
  background: #f6f6f6;
}

#d1-form-status {
  font-size: 14px;
}

.form-inline {
  font-size: 0;
}

.form-inline__item {
  width: 100%;
}

.form-inline__item--inline {
  display: inline-block;
  width: 50%;
}

.form-inline__item--inline:nth-child(2n+2) {
  padding-left: 10px;
}

.form-inline__item--inline:nth-child(2n+1) {
  padding-right: 10px;
}

@media (max-width: 768px) {
  .form-inline__item--inline {
    width: 100%;
  }

  .form-inline__item--inline:nth-child(2n+2) {
    padding-left: 0px;
  }

  .form-inline__item--inline:nth-child(2n+1) {
    padding-right: 0px;
  }
}

.form-inline__item:not(:last-child) {
  margin-bottom: 20px;
}

.form-inline__item .form-control {
  background: #f6f6f6;
}

.form-inline__title {
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  font-size: 14px;
  margin-bottom: 4px;
}

.form-inline__title--grey {
  color: #999999;
}

.form-inline__input {
  color: #666;
  background-color: #f6f6f6;
  border: 1px solid #e0e0e0;
  border-radius: 4px;
  padding: 8px 10px;
  width: 100%;
  resize: none;
  font-size: 1rem;
}

.form-inline__input--search {
  padding: 13px 20px;
}

.form-inline__input--search::-webkit-input-placeholder {
  color: #000;
}

.form-inline__label {
  width: 100%;
  display: block;
}

.form-inline__btn {
  width: auto;
  display: inline-block;
  padding: 12px 67px;
  background: #c4915c;
  border-color: #c4915c;
}

.form-inline__icon {
  display: inline-block;
}

.form-inline__icon--search {
  position: relative;
  top: 2px;
}

.form-inline__wrapper {
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
  height: 246px;
  overflow: hidden;
}

.form-inline__wrapper--active {
  height: 685px;
}

.form-inline__show-more {
  text-align: center;
  margin: 17px 0 76px;
}

.photo-gallery__icon svg {
  width: 30px;
  height: auto;
}

.photo-gallery__big-photo {
  position: relative;
  margin-bottom: 10px;
}

.photo-gallery__items {
  overflow: hidden;
}

.photo-gallery__item {
  text-align: center;
  display: none;
  float: left;
  font-size: 0;
  overflow: hidden;
  border-radius: 3px;
  background: #232323;
}

.photo-gallery__big-img {
  display: inline-block !important;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
}

.photo-gallery__big-img-floorplan {
  display: inline-block !important;
  overflow: hidden;
  border-radius: 3px;
  width: auto !important;
  object-fit: cover;
}

.photo-gallery__thumbs-container {
  font-size: 0;
  margin: 0 -10px;
  vertical-align: top;
}

.photo-gallery__thumbs-item {
  display: inline-block;
  width: 33.333333%;
  vertical-align: top;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .photo-gallery__thumbs-item {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .photo-gallery__thumbs-item {
    width: 16.6666667%;
  }
}

.photo-gallery__thumbs-photo {
  height: 71px;
  overflow: hidden;
  border-radius: 3px;
  display: block;
  position: relative;
}

.photo-gallery__thumbs-photo--nl {
  position: relative;
}

.photo-gallery__thumbs-photo--nl:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 3px;
}

.photo-gallery__thumbs-info {
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 23px;
  text-align: center;
  margin-left: -20px;
  margin-top: -11px;
}

.photo-gallery__thumbs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.video-gallery__icon svg {
  width: 30px;
  height: auto;
}

.video-gallery__thumbs {
  margin-top: 10px;
}

.video-gallery__big-photo {
  position: relative;
  margin-bottom: 10px;
}

.video-gallery__items {
  overflow: hidden;
}

.video-gallery__item {
  text-align: center;
  display: none;
  float: left;
  font-size: 0;
  overflow: hidden;
  border-radius: 2px;
  background: #232323;
}

.video-gallery__big-img {
  display: inline-block !important;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
}

.video-gallery__big-img-floorplan {
  display: inline-block !important;
  overflow: hidden;
  border-radius: 3px;
  width: auto !important;
  object-fit: cover;
}

.video-gallery__thumbs-container {
  font-size: 0;
  margin: 0 -10px;
  vertical-align: top;
}

.video-gallery__thumbs-item {
  display: inline-block;
  width: 33.333333%;
  vertical-align: top;
  padding: 0 10px;
}

@media (max-width: 768px) {
  .video-gallery__thumbs-item {
    margin-bottom: 10px;
  }
}

@media (min-width: 768px) {
  .video-gallery__thumbs-item {
    width: 16.6666667%;
  }
}

.video-gallery__thumbs-photo {
  height: 71px;
  overflow: hidden;
  border-radius: 3px;
  display: block;
  position: relative;
}

.video-gallery__thumbs-photo--nl {
  position: relative;
}

.video-gallery__thumbs-photo--nl:before {
  content: '';
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.65);
  border-radius: 3px;
}

.video-gallery__thumbs-info {
  position: absolute;
  color: #ffffff;
  font-size: 18px;
  font-weight: 600;
  left: 50%;
  top: 50%;
  width: 40px;
  height: 23px;
  text-align: center;
  margin-left: -20px;
  margin-top: -11px;
}

.video-gallery__thumbs-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.start-seo {
  font-size: 0;
  vertical-align: top;
}

.start-seo__img {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  text-align: left;
  background: #3590d9;
  float: right;
}

@media (max-width: 991px) {
  .start-seo__img {
    float: none;
    width: auto;
  }
}

.start-seo__photo {
  width: 100%;
  object-fit: cover;
}

.start-seo__text {
  width: 50%;
  padding-right: 40px;
  padding-top: 20px;
  line-height: 25px;
  text-align: justify;
}

@media (max-width: 991px) {
  .start-seo__text {
    width: 100%;
    padding-right: 0px;
  }
}

.start-seo__title {
  font-size: 200%;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  padding-top: 20px;
}

@media (max-width: 991px) {
  .start-seo__title {
    text-align: center;
  }
}

.start-seo__desc blockquote {
  font-size: 18px;
  line-height: 28px;
  color: #000000;
  margin-bottom: 21px;
  border: none;
  overflow: scroll;
}

@media (max-width: 991px) {
  .start-seo__desc blockquote {
    text-align: center;
  }
}

.start-seo__desc p {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  margin-bottom: 11px;
}

.start-seo__desc ul {
  list-style: square;
  padding-left: 15px;
  padding-bottom: 15px;
}

.start-seo__link {
  padding: 13px 33px;
  font-size: 15px;
  text-decoration: none;
}

@media (max-width: 480px) {
  .start-seo__link {
    width: 100%;
    text-align: center;
  }
}

.start-seo__container {
  margin: 0 auto;
  padding-right: 30px;
  padding-left: 30px;
}

#d1-filter-rental {
  position: relative;
}

#d1-filter-rental .select-chosen {
  position: absolute;
  right: 38%;
  top: 4px;
  z-index: 500;
  width: 170px !important;
}

#d1-filter-rental .chosen-container {
  width: 170px !important;
  padding: 17px 0;
  background: #fff;
}

#d1-filter-rental .chosen-container .chosen-single {
  border: none;
  border-radius: 5px;
  background: transparent !important;
  box-shadow: none;
}

#d1-filter-rental .chosen-container .chosen-drop {
  margin-top: 12px;
  box-shadow: 0 3px 8px rgba(101, 101, 101, 0.5);
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
}

#d1-filter-rental .chosen-container .chosen-drop:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -10px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 10px 13px;
  border-color: transparent transparent #fff transparent;
}

#d1-filter-rental .chosen-container .chosen-results {
  padding: 20px 0;
  overflow: hidden;
  max-height: none;
}

#d1-filter-rental .chosen-container .chosen-results .active-result {
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  padding: 8px 20px;
  color: #000000;
}

#d1-filter-rental .chosen-container .chosen-results .active-result.highlighted {
  border-radius: 4px;
  color: #000000;
  background-color: #f6f6f6;
  background-image: none;
}

#d1-filter-rental .chosen-container .chosen-search {
  display: none;
}

#d1-filter-rental .chosen-container .chosen-container-active .chosen-single {
  border: none;
  border-radius: 5px;
  background: transparent !important;
  box-shadow: none;
}

.token-input-dropdown {
  padding: 20px;
  background: #fff;
  box-shadow: 0 3px 8px rgba(101, 101, 101, 0.5);
  border: 1px solid #e0e0e0;
  position: relative;
  margin-top: 10px !important;
  margin-left: 23px;
  border-radius: 4px;
  z-index: 9999999 !important;
}

.token-input-dropdown:after {
  content: "";
  display: block;
  position: absolute;
  top: -10px;
  left: 38px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 13px 10px 13px;
  border-color: transparent transparent #fff transparent;
}

.token-input-dropdown li {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1.5 !important;
  color: #000;
  padding: 8px 0;
  position: relative;
  cursor: pointer;
}

.token-input-dropdown li:after {
  content: "";
  position: absolute;
  border-radius: 2px;
  left: -15px;
  right: 0;
  top: 0;
  bottom: -5px;
  background-color: #fff;
  display: block;
  z-index: -1;
}

.token-input-dropdown li:hover:after {
  background-color: #f6f6f6;
}

.token-input-token {
  background-color: #999999;
  padding: 0 !important;
  padding-left: 10px !important;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.token-input-token .token-input-delete-token,
.token-input-token p {
  color: #fff;
}

.soc {
  font-size: 0;
}

.soc__item {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  float: right;
}

.soc__item:not(:last-child) {
  margin-right: 20px;
}

.soc__link {
  font-size: 0;
  text-decoration: none;
  vertical-align: middle;
  color: #000000;
  display: inline-flex;
  align-items: center;
}

.soc__link:hover {
  text-decoration: none;
  color: #000000;
}

.soc__text {
  font-size: 14px;
  vertical-align: middle;
}

.soc__icon-frame {
  display: inline-block;
  width: 24px;
  height: 24px;
  border-radius: 4px;
  background-color: #c4915c;
  margin-left: 6px;
  text-align: center;
  line-height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.soc__icon--share {
  display: inline-block;
  background-image: url("../_img/sprite.png");
  background-position: -94px 0px;
  width: 16px;
  height: 16px;
  line-height: 24px;
  vertical-align: middle;
}

.soc__icon--print {
  display: inline-block;
  background-image: url("../_img/sprite.png");
  background-position: -16px -87px;
  width: 14px;
  height: 12px;
  line-height: 24px;
  vertical-align: middle;
}

.articles__item {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: 1px solid #dfdfdf;
}

.articles__item:nth-child(2n+2) .articles__thumbnail {
  order: 1;
}

.articles__item:nth-child(2n+2) .articles__content {
  order: 2;
}

.articles__items {
  padding-top: 85px;
  padding-bottom: 117px;
}

.articles__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (max-width: 992px) {
  .articles__container {
    flex-direction: column;
  }
}

.articles__thumbnail {
  display: block;
  width: 380px;
}

@media (max-width: 992px) {
  .articles__thumbnail {
    width: 100%;
    margin-bottom: 20px;
    order: 1;
  }
}

.articles__img {
  display: inline-block;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 280px;
  object-fit: cover;
}

.articles__content {
  padding-left: 30px;
}

@media (max-width: 992px) {
  .articles__content {
    width: 100%;
    margin-bottom: 0px;
    order: 2;
  }
}

.articles__title {
  font-size: 25px;
  line-height: 56px;
  font-weight: 900;
}

.articles__title--link {
  color: #000000;
  text-decoration: none;
}

.articles__title--link:hover {
  text-decoration: none;
}

.articles__text {
  color: #666666;
  font-size: 14px;
  line-height: 22px;
}

.articles__text > blockquote {
  color: #000000;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
  margin: 0 0 20px 0;
  border: none;
  color: #000;
}

.articles__text > p {
  margin: 0 0 20px 0;
}

.articles__link {
  display: inline-block;
  width: auto;
  font-size: 15px;
  padding: 13px 37px;
}

.articles__info {
  padding-top: 100px;
}

.articles__specs {
  font-size: 15px;
  font-weight: bold;
  padding: 10px 0 15px 0;
}

.articles__specs h3 {
  display: inline;
}

.article {
  padding: 0px 0 120px;
}

.article__title {
  font-size: 200%;
  color: #000000;
  font-weight: 600;
  margin-bottom: 20px;
  padding-top: 32px;
}

.article__text {
  font-size: 15px;
  color: #666666;
  line-height: 24px;
  text-align: justify;
}

.article__info {
  font-size: 15px;
  color: #000;
}

.article__head {
  border-bottom: 1px solid #dfdfdf;
  padding: 18px 0;
  margin-bottom: 45px;
}

.article__back {
  padding-left: 168px;
}

@media (min-width: 981px) {
  .article__back {
    padding-left: 185px;
  }
}

.article__img {
  float: left;
  padding-right: 30px;
  margin: 0;
  object-fit: cover;
}

@media (max-width: 991px) {
  .article__img {
    float: none;
    width: 100%;
    padding-right: 0;
  }
}

.article__container {
  width: 80%;
  margin: 0 auto;
  max-width: 960px;
  padding-right: 15px;
  padding-left: 15px;
  text-align: justify;
}

.article__container-back {
  width: 80%;
  margin: 0 auto;
  margin-left: 0;
}

.popup-screen,
.popup-success {
  display: flex;
  align-items: center;
  justify-content: center;
}

.popup-screen {
  z-index: 9999;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  display: none;
}

.popup-screen.open {
  display: flex;
}

.popup-success {
  width: 400px;
  padding: 50px;
  box-shadow: 0 3px 8px rgba(101, 101, 101, 0.5);
  border: 1px solid #e0e0e0;
  background-color: #ffffff;
  border-radius: 3px;
  text-align: center;
}

.search-group {
  position: relative;
}

.search-group__input {
  padding: 0 65px 0 15px;
  width: 100%;
  display: block;
  height: 38px;
  line-height: 38px;
  color: #000;
}

.search-group__input::-webkit-input-placeholder {
  color: #000;
}

.search-group__addon {
  position: absolute;
  width: 48px;
  height: 38px;
  right: 0;
  top: 0;
}

.search-group__icon {
  width: 14px;
  height: 14px;
  display: inline-block;
  background: url("../_img/Search.svg");
  background-repeat: no-repeat;
  background-size: contain;
  fill: #499bdd;
  color: #499bdd;
}

.token-input-list {
  list-style-type: none;
  margin-left: 0;
  color: #1D3B68;
  padding-top: 0px;
  height: auto;
}

.token-input-token {
  border-radius: 5px;
  display: inline-block;
  height: 28px;
  margin-top: 2px;
  padding: 6px;
  padding-top: 3px !important;
  margin-right: 10px;
}

.token-input-list input {
  border: 0px !important;
}

.token-input-token p {
  display: inline-block;
  margin-bottom: 0;
}

.token-input-token .token-input-delete-token {
  font-size: 15px;
  display: inline-block;
  vertical-align: middle;
  padding-bottom: 2px;
  cursor: pointer;
  padding-left: 10px;
  padding-right: 10px;
}

.token-input-token:first-of-type {
  padding-left: 9px;
}

li.token-input-input-token {
  width: 100% !important;
}

.token-input-input-token {
  transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
  vertical-align: middle;
  display: inline-block;
}

.token-input-input-token input {
  color: #1d3b68;
  border: none;
  min-height: 24px;
  padding: 6px;
  font-size: 14px;
  line-height: 1.42857;
  min-width: 50px;
  width: 100% !important;
}

.token-input-dropdown {
  background-color: white;
  border: 1px solid #e0e0df;
  color: #1d3b68;
}

.token-input-dropdown ul {
  list-style-type: none;
  padding-left: 12px;
  padding-top: 6px;
  color: #1d3b68;
}

/* Slider */

.slick-slider {
  position: relative;
  display: block;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

/*!
Chosen, a Select Box Enhancer for jQuery and Prototype
by Patrick Filler for Harvest, http://getharvest.com

Version 1.8.7
Full source at https://github.com/harvesthq/chosen
Copyright (c) 2011-2018 Harvest http://getharvest.com

MIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.md
This file is generated by `grunt build`, do not edit it by hand.
*/

/* @group Base */

.chosen-container {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  font-size: 13px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.chosen-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.chosen-container .chosen-drop {
  position: absolute;
  top: 100%;
  z-index: 1010;
  width: 100%;
  border: 1px solid #aaa;
  border-top: 0;
  background: #fff;
  -webkit-box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  box-shadow: 0 4px 5px rgba(0, 0, 0, 0.15);
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

.chosen-container.chosen-with-drop .chosen-drop {
  clip: auto;
  -webkit-clip-path: none;
  clip-path: none;
}

.chosen-container a {
  cursor: pointer;
}

.chosen-container .search-choice .group-name,
.chosen-container .chosen-single .group-name {
  margin-right: 4px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  font-weight: normal;
  color: #999999;
}

.chosen-container .search-choice .group-name:after,
.chosen-container .chosen-single .group-name:after {
  content: ":";
  padding-left: 2px;
  vertical-align: top;
}

/* @end */

/* @group Single Chosen */

.chosen-container-single .chosen-single {
  position: relative;
  display: block;
  overflow: hidden;
  padding: 0 0 0 8px;
  height: 25px;
  border: 1px solid #aaa;
  border-radius: 5px;
  background-color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #fff), color-stop(50%, #f6f6f6), color-stop(52%, #eee), to(#f4f4f4));
  background: linear-gradient(#fff 20%, #f6f6f6 50%, #eee 52%, #f4f4f4 100%);
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 3px #fff inset, 0 1px 1px rgba(0, 0, 0, 0.1);
  color: #444;
  text-decoration: none;
  white-space: nowrap;
  line-height: 24px;
}

.chosen-container-single .chosen-default {
  color: #999;
}

.chosen-container-single .chosen-single span {
  display: block;
  overflow: hidden;
  margin-right: 26px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.chosen-container-single .chosen-single-with-deselect span {
  margin-right: 38px;
}

.chosen-container-single .chosen-single abbr {
  position: absolute;
  top: 6px;
  right: 26px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../_img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-single .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
  background-position: -42px -10px;
}

.chosen-container-single .chosen-single div {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 18px;
  height: 100%;
}

.chosen-container-single .chosen-single div b {
  display: block;
  width: 100%;
  height: 100%;
  background: url("../_img/chosen-sprite.png") no-repeat 0px 2px;
}

.chosen-container-single .chosen-search {
  position: relative;
  z-index: 1010;
  margin: 0;
  padding: 3px 4px;
  white-space: nowrap;
}

.chosen-container-single .chosen-search input[type="text"] {
  margin: 1px 0;
  padding: 4px 20px 4px 5px;
  width: 100%;
  height: auto;
  outline: 0;
  border: 1px solid #aaa;
  background: url("../_img/chosen-sprite.png") no-repeat 100% -20px;
  font-size: 1em;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
}

.chosen-container-single .chosen-drop {
  margin-top: -1px;
  border-radius: 0 0 4px 4px;
  background-clip: padding-box;
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  -webkit-clip-path: inset(100% 100%);
  clip-path: inset(100% 100%);
}

/* @end */

/* @group Results */

.chosen-container .chosen-results {
  color: #444;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  margin: 0 4px 4px 0;
  padding: 0 0 0 4px;
  max-height: 240px;
  -webkit-overflow-scrolling: touch;
}

.chosen-container .chosen-results li {
  display: none;
  margin: 0;
  padding: 5px 6px;
  list-style: none;
  line-height: 15px;
  word-wrap: break-word;
  -webkit-touch-callout: none;
}

.chosen-container .chosen-results li.active-result {
  display: list-item;
  cursor: pointer;
}

.chosen-container .chosen-results li.disabled-result {
  display: list-item;
  color: #ccc;
  cursor: default;
}

.chosen-container .chosen-results li.highlighted {
  background-color: #3875d7;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #3875d7), color-stop(90%, #2a62bc));
  background-image: linear-gradient(#3875d7 20%, #2a62bc 90%);
  color: #fff;
}

.chosen-container .chosen-results li.no-results {
  color: #777;
  display: list-item;
  background: #f4f4f4;
}

.chosen-container .chosen-results li.group-result {
  display: list-item;
  font-weight: bold;
  cursor: default;
}

.chosen-container .chosen-results li.group-option {
  padding-left: 15px;
}

.chosen-container .chosen-results li em {
  font-style: normal;
  text-decoration: underline;
}

/* @end */

/* @group Multi Chosen */

.chosen-container-multi .chosen-choices {
  position: relative;
  overflow: hidden;
  margin: 0;
  padding: 0 5px;
  width: 100%;
  height: auto;
  border: 1px solid #aaa;
  background-color: #fff;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
  background-image: linear-gradient(#eee 1%, #fff 15%);
  cursor: text;
}

.chosen-container-multi .chosen-choices li {
  float: left;
  list-style: none;
}

.chosen-container-multi .chosen-choices li.search-field {
  margin: 0;
  padding: 0;
  white-space: nowrap;
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
  margin: 1px 0;
  padding: 0;
  height: 25px;
  outline: 0;
  border: 0 !important;
  background: transparent !important;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #999;
  font-size: 100%;
  font-family: sans-serif;
  line-height: normal;
  border-radius: 0;
  width: 25px;
}

.chosen-container-multi .chosen-choices li.search-choice {
  position: relative;
  margin: 3px 5px 3px 0;
  padding: 3px 20px 3px 5px;
  border: 1px solid #aaa;
  max-width: 100%;
  border-radius: 3px;
  background-color: #eeeeee;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  background-size: 100% 19px;
  background-repeat: repeat-x;
  background-clip: padding-box;
  -webkit-box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 2px #fff inset, 0 1px 0 rgba(0, 0, 0, 0.05);
  color: #333;
  line-height: 13px;
  cursor: default;
}

.chosen-container-multi .chosen-choices li.search-choice span {
  word-wrap: break-word;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
  position: absolute;
  top: 4px;
  right: 3px;
  display: block;
  width: 12px;
  height: 12px;
  background: url("../_img/chosen-sprite.png") -42px 1px no-repeat;
  font-size: 1px;
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
  padding-right: 5px;
  border: 1px solid #ccc;
  background-color: #e4e4e4;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
  background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
  color: #666;
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
  background: #d4d4d4;
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
  background-position: -42px -10px;
}

.chosen-container-multi .chosen-results {
  margin: 0;
  padding: 0;
}

.chosen-container-multi .chosen-drop .result-selected {
  display: list-item;
  color: #ccc;
  cursor: default;
}

/* @end */

/* @group Active  */

.chosen-container-active .chosen-single {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active.chosen-with-drop .chosen-single {
  border: 1px solid #aaa;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #eee), color-stop(80%, #fff));
  background-image: linear-gradient(#eee 20%, #fff 80%);
  -webkit-box-shadow: 0 1px 0 #fff inset;
  box-shadow: 0 1px 0 #fff inset;
}

.chosen-container-active.chosen-with-drop .chosen-single div {
  border-left: none;
  background: transparent;
}

.chosen-container-active.chosen-with-drop .chosen-single div b {
  background-position: -18px 2px;
}

.chosen-container-active .chosen-choices {
  border: 1px solid #5897fb;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
  color: #222 !important;
}

/* @end */

/* @group Disabled Support */

.chosen-disabled {
  opacity: 0.5 !important;
  cursor: default;
}

.chosen-disabled .chosen-single {
  cursor: default;
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
  cursor: default;
}

/* @end */

/* @group Right to Left */

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

.chosen-rtl .chosen-single {
  overflow: visible;
  padding: 0 8px 0 0;
}

.chosen-rtl .chosen-single span {
  margin-right: 0;
  margin-left: 26px;
  direction: rtl;
}

.chosen-rtl .chosen-single-with-deselect span {
  margin-left: 38px;
}

.chosen-rtl .chosen-single div {
  right: auto;
  left: 3px;
}

.chosen-rtl .chosen-single abbr {
  right: auto;
  left: 26px;
}

.chosen-rtl .chosen-choices li {
  float: right;
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
  direction: rtl;
}

.chosen-rtl .chosen-choices li.search-choice {
  margin: 3px 5px 3px 0;
  padding: 3px 5px 3px 19px;
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
  right: auto;
  left: 4px;
}

.chosen-rtl.chosen-container-single .chosen-results {
  margin: 0 0 4px 4px;
  padding: 0 4px 0 0;
}

.chosen-rtl .chosen-results li.group-option {
  padding-right: 15px;
  padding-left: 0;
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
  border-right: none;
}

.chosen-rtl .chosen-search input[type="text"] {
  padding: 4px 5px 4px 20px;
  background: url("../_img/chosen-sprite.png") no-repeat -30px -20px;
  direction: rtl;
}

.chosen-rtl.chosen-container-single .chosen-single div b {
  background-position: 6px 2px;
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
  background-position: -12px 2px;
}

/* @end */

/* @group Retina compatibility */

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
  .chosen-rtl .chosen-search input[type="text"],
  .chosen-container-single .chosen-single abbr,
  .chosen-container-single .chosen-single div b,
  .chosen-container-single .chosen-search input[type="text"],
  .chosen-container-multi .chosen-choices .search-choice .search-choice-close,
  .chosen-container .chosen-results-scroll-down span,
  .chosen-container .chosen-results-scroll-up span {
    background-image: url("../_img/chosen-sprite@2x.png") !important;
    background-size: 52px 37px !important;
    background-repeat: no-repeat !important;
  }
}

/* @end */

/**
 * @author zhixin wen <wenzhixin2010@gmail.com>
 * version: 1.13.1
 * https://github.com/wenzhixin/bootstrap-table/
 */

.bootstrap-table .table {
  margin-bottom: 0 !important;
  border-bottom: 1px solid #dddddd;
  border-collapse: collapse !important;
  border-radius: 1px;
}

.bootstrap-table .table:not(.table-condensed),
.bootstrap-table .table:not(.table-condensed) > tbody > tr > th,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > th,
.bootstrap-table .table:not(.table-condensed) > thead > tr > td,
.bootstrap-table .table:not(.table-condensed) > tbody > tr > td,
.bootstrap-table .table:not(.table-condensed) > tfoot > tr > td {
  padding: 8px;
}

.bootstrap-table .table.table-no-bordered > thead > tr > th,
.bootstrap-table .table.table-no-bordered > tbody > tr > td {
  border-right: 2px solid transparent;
}

.bootstrap-table .table.table-no-bordered > tbody > tr > td:last-child {
  border-right: none;
}

.fixed-table-container {
  position: relative;
  clear: both;
  border: 1px solid #dddddd;
  border-radius: 4px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
}

.fixed-table-container.table-no-bordered {
  border: 1px solid transparent;
}

.fixed-table-footer,
.fixed-table-header {
  overflow: hidden;
}

.fixed-table-footer {
  border-top: 1px solid #dddddd;
}

.fixed-table-body {
  overflow-x: auto;
  overflow-y: auto;
  height: 100%;
}

.fixed-table-container table {
  width: 100%;
}

.fixed-table-container thead th {
  height: 0;
  padding: 0;
  margin: 0;
  border-left: 1px solid #dddddd;
}

.fixed-table-container thead th:focus {
  outline: 0 solid transparent;
}

.fixed-table-container thead th:first-child:not([data-not-first-th]) {
  border-left: none;
  border-top-left-radius: 4px;
  -webkit-border-top-left-radius: 4px;
  -moz-border-radius-topleft: 4px;
}

.fixed-table-container thead th .th-inner,
.fixed-table-container tbody td .th-inner {
  padding: 8px;
  line-height: 24px;
  vertical-align: top;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.fixed-table-container thead th .sortable {
  cursor: pointer;
  background-position: right;
  background-repeat: no-repeat;
  padding-right: 30px;
}

.fixed-table-container thead th .both {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAQAAADYWf5HAAAAkElEQVQoz7X QMQ5AQBCF4dWQSJxC5wwax1Cq1e7BAdxD5SL+Tq/QCM1oNiJidwox0355mXnG/DrEtIQ6azioNZQxI0ykPhTQIwhCR+BmBYtlK7kLJYwWCcJA9M4qdrZrd8pPjZWPtOqdRQy320YSV17OatFC4euts6z39GYMKRPCTKY9UnPQ6P+GtMRfGtPnBCiqhAeJPmkqAAAAAElFTkSuQmCC");
}

.fixed-table-container thead th .asc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZ0lEQVQ4y2NgGLKgquEuFxBPAGI2ahhWCsS/gDibUoO0gPgxEP8H4ttArEyuQYxAPBdqEAxPBImTY5gjEL9DM+wTENuQahAvEO9DMwiGdwAxOymGJQLxTyD+jgWDxCMZRsEoGAVoAADeemwtPcZI2wAAAABJRU5ErkJggg==");
}

.fixed-table-container thead th .desc {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABMAAAATCAYAAAByUDbMAAAAZUlEQVQ4y2NgGAWjYBSggaqGu5FA/BOIv2PBIPFEUgxjB+IdQPwfC94HxLykus4GiD+hGfQOiB3J8SojEE9EM2wuSJzcsFMG4ttQgx4DsRalkZENxL+AuJQaMcsGxBOAmGvopk8AVz1sLZgg0bsAAAAASUVORK5CYII=");
}

.fixed-table-container th.detail {
  width: 30px;
}

.fixed-table-container tbody td {
  border-left: 1px solid #dddddd;
}

.fixed-table-container tbody tr:first-child td {
  border-top: none;
}

.fixed-table-container tbody td:first-child {
  border-left: none;
}

/* the same color with .active */

.fixed-table-container tbody .selected td {
  background-color: #f5f5f5;
}

.fixed-table-container .bs-checkbox {
  text-align: center;
}

.fixed-table-container input[type="radio"],
.fixed-table-container input[type="checkbox"] {
  margin: 0 auto !important;
}

.fixed-table-container .no-records-found {
  text-align: center;
}

.fixed-table-pagination div.pagination,
.fixed-table-pagination .pagination-detail {
  margin-top: 10px;
  margin-bottom: 10px;
}

.fixed-table-pagination div.pagination .pagination {
  margin: 0;
}

.fixed-table-pagination .pagination a {
  padding: 6px 12px;
  line-height: 1.428571429;
}

.fixed-table-pagination .pagination-info {
  line-height: 34px;
  margin-right: 5px;
}

.fixed-table-pagination .btn-group {
  position: relative;
  display: inline-block;
  vertical-align: middle;
}

.fixed-table-pagination .dropup .dropdown-menu {
  margin-bottom: 0;
}

.fixed-table-pagination .page-list {
  display: inline-block;
}

.fixed-table-toolbar .columns-left {
  margin-right: 5px;
}

.fixed-table-toolbar .columns-right {
  margin-left: 5px;
}

.fixed-table-toolbar .columns label {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
}

.fixed-table-toolbar .bs-bars,
.fixed-table-toolbar .search,
.fixed-table-toolbar .columns {
  position: relative;
  margin-top: 10px;
  margin-bottom: 10px;
}

.fixed-table-pagination li.disabled a {
  pointer-events: none;
  cursor: default;
}

.fixed-table-loading {
  display: none;
  position: absolute;
  top: 42px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 99;
  background-color: #fff;
  text-align: center;
}

.fixed-table-body .card-view .title {
  font-weight: bold;
  display: inline-block;
  min-width: 30%;
  text-align: left !important;
}

/* support bootstrap 2 */

.fixed-table-body thead th .th-inner {
  box-sizing: border-box;
}

.table th,
.table td {
  vertical-align: middle;
  box-sizing: border-box;
}

.fixed-table-toolbar .dropdown-menu {
  text-align: left;
  max-height: 300px;
  overflow: auto;
}

.fixed-table-toolbar .btn-group > .btn-group {
  display: inline-block;
  margin-left: -1px !important;
}

.fixed-table-toolbar .btn-group > .btn-group > .btn {
  border-radius: 0;
}

.fixed-table-toolbar .btn-group > .btn-group:first-child > .btn {
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.fixed-table-toolbar .btn-group > .btn-group:last-child > .btn {
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

.bootstrap-table .table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 1px solid #ddd;
}

.bootstrap-table .table > thead.thead-dark > tr > th {
  border-bottom: 1px solid #212529;
}

/* support bootstrap 3 */

.bootstrap-table .table thead > tr > th {
  padding: 0;
  margin: 0;
}

.bootstrap-table .fixed-table-footer tbody > tr > td {
  padding: 0 !important;
}

.bootstrap-table .fixed-table-footer .table {
  border-bottom: none;
  border-radius: 0;
  padding: 0 !important;
}

.bootstrap-table .pull-right .dropdown-menu {
  right: 0;
  left: auto;
}

/* calculate scrollbar width */

p.fixed-table-scroll-inner {
  width: 100%;
  height: 200px;
}

div.fixed-table-scroll-outer {
  top: 0;
  left: 0;
  visibility: hidden;
  width: 200px;
  height: 150px;
  overflow: hidden;
}

/* for get correct heights  */

.fixed-table-toolbar:after,
.fixed-table-pagination:after {
  content: "";
  display: block;
  clear: both;
}

.bootstrap-table.fullscreen {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100%!important;
  background: #FFF;
}