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

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */

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

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */

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

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */

[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */

/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */

html {
  font-family: sans-serif; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/**
 * Remove default margin.
 */

body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */

/**
 * Remove the gray background color from active links in IE 10.
 */

a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */

a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */

a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */

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

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */

b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */

dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */

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

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */

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

/**
 * Improve readability of pre-formatted text in all browsers.
 */

pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */

q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */

/**
 * Remove border when inside `a` element in IE 8/9.
 */

img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */

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

/* ==========================================================================
   Figures
   ========================================================================== */

/**
 * Address margin not present in IE 8/9 and Safari 5.
 */

figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */

/**
 * Define consistent border, margin, and padding.
 */

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */

legend {
  border: 0; /* 1 */
  padding: 0; /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */

button,
input,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 2 */
  margin: 0; /* 3 */
}

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

button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */

button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */

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

/**
 * Re-set default cursor for disabled elements.
 */

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

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */

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

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */

input[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box; /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */

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

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */

textarea {
  overflow: auto; /* 1 */
  vertical-align: top; /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */

/**
 * Remove most spacing between table cells.
 */

table {
  border-collapse: collapse;
  border-spacing: 0;
}
body {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
}

.ReactModal__Body--open {
  overflow-y: hidden;
}

.Logo__root {
  margin-top: 5px;
  margin-bottom: 0;
  height: 20px;
}

.LogoCian__root {
  margin-top: 5px;
  margin-bottom: 0;
  height: 20px;
}

.CianBanner__container {
  display: flex;
  border-radius: 4px;
  background-color: #333333;
  color: #fff;
  padding: 6px;
  max-width: 225px;
  margin: 0 10px;
}

.CianBanner__icon {
  width: 42px;
  height: 42px;
  margin-right: 10px;
}

.CianBanner__text {
  color: #fff;
  font-size: 12px;
}
.UnionIcon__root {
  margin-top: 5px;
  margin-bottom: 0;
  height: 20px;
}

.MainMenu__root {

}

.MainMenu__logo {
  display: flex;
  padding: 0 16px;
  align-items: center;
  height: 56px;
  min-height: 56px;
}

.MainMenu__logoText {
  font-size: 13px;
  font-weight: 400;
  line-height: 14px;
  padding: 0 16px 14px;
  margin-top: -5px;
}

.MainMenu__balloonText {
  font-size: 10px !important;
  background-color: #006CFD;
  border-radius: 2px;
  padding: 1px 3px;
  flex: none !important;
  margin-left: 4px;
}

.MainMenu__commonListItemText {
  flex: 0 1 auto !important;
}

.MainMenu__selectedText {
  color: #94C133;
}
.Header__leftIcon {
  margin-top: 0;
}

.Header__menuButton {
  color: #ffffff;
}

.Header__rightElement {
  margin-left: auto;
}
.Select__root {
  height: 50px;
  background-color: #fff;
  line-height: 50px;
  font-size: 16px;
  font-weight: 400;
  display: table;
  width: 100%;
  position: relative;
  border-radius: 3px;
}

.Select__element {
  /*color: transparent;*/
  /*background: transparent;*/
  /*appearance: none;*/
  /*border: none;*/
  /*outline: none;*/
  /*position: absolute;*/
  /*left: -100000px;*/

  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0
}

.Select__selected {
  font-size: 15px;
  color: #FF7F29;
  margin-right: 20px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 100px;
  float: right;
}

.Select__label {
  font-size: 15px;
  white-space: nowrap;
  padding-left: 16px;
  padding-right: 10px;
  vertical-align: middle;
  display: table-cell;
}

.Select__wrapper {
  max-height: 20px;
  padding-right: 16px;
  display: table-cell;
  position: relative;
  text-align: right;
  overflow: hidden;
}

.Select__wrapper span {
  color: #9d9d9d;
}

.Select__value {
  padding-right: 18px;
  max-width: 20px;
  color: #8dc63f;
}
.TextField__root {
  width: 100%;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  border-radius: 4px;
}

.TextField__rootError{
  width: 100%;
  border: 1px solid #F44336;
  box-sizing: border-box;
}

.TextField__input {
  display: block;
  width: 100%;
  padding: 10px;
  box-sizing: border-box;
  color: #7e7e7e;
  border: none;
  border-radius: 4px;
}

.TextField__input:focus {
  outline: none;
  color: #252525;
}

.TextField__errorText{
  color: #F44336;
  padding: 3px;
}
.Panel__title {
  width: 100%;
  padding: 0 20px;
  line-height: 28px;
  background-color: #EFEFEF;
  font-size: 11px;
  color: #6d6d6d;
  font-weight: 400;
  text-transform: uppercase;
  box-sizing: border-box;
}

.Panel__content {
  padding: 20px 0;
}
.RangeField__root {
  box-sizing: border-box;
  margin: 0 16px;
}

.RangeField__field {
  display: inline-block;
  width: auto;
  box-sizing: border-box;
  position: relative;
  flex-grow: 1;
}

.RangeField__label {
  position: absolute;
  top: -5px;
  left: 5px;
  background-color: white;
  text-align: center;
  font-size: 0.7em;
  padding: 0 5px;
  color: #757575;
}

.RangeField__measureLabel {
  position: absolute;
  top: -5px;
  right: 5px;
  background-color: white;
  padding: 0 5px;
  text-align: center;
  font-size: 0.7em;
  color: #757575;
}

.RangeField__input {
  width: 100%;
  box-sizing: border-box;
  padding: 8px 10px 8px 30px;
  text-align: right;
  outline: none;
  color: #FF7F29;
  border: 1px solid #D8D8D8;
  border-radius: 3px;
  appearance: none;
  -webkit-appearance: none;
}

.RangeField__input:focus {
  color: #252525;
}

.RangeField__placeholder {
  position: absolute;
  top: 10px;
  left: 5px;
  color: #9E9E9E;
  font-size: 15px;
}

.RangeField__min input {
  border-radius: 4px 0 0 4px;
}

.RangeField__max input {
  border-radius: 0 4px 4px 0;
  border-left: none;
}

.RangeField__mainLabel {
  font-size: 12px;
  line-height: 14px;
  color: #757575;
  padding: 8px 0 0;
}

.RangeField__fieldsWrapper {
  display: flex;
  padding: 8px 0;
}
.Autocomplete__react-autosuggest__input {
  font-size: 15px;
  display: block;
  width: calc(100% - 32px);
  padding: 10px;
  box-sizing: border-box;
  outline: none;
  color: #FF7F29;
  border: 1px solid #dddddd;
  border-radius: 4px;
  appearance: none;
  -webkit-appearance: none;
  margin: 16px 16px 0 16px;
}

.Autocomplete__react-autosuggest__input:focus {
  color: #252525;
  border: 1px solid #dddddd;
}

.Autocomplete__react-autosuggest__suggestions {
  padding: 0;
  margin: 0 0 10px 16px;
  max-height: 258px;
}

.Autocomplete__react-autosuggest__suggestion {
  list-style-type: none;
  font-size: 15px;
  font-weight: 400;
  padding: 16px 0;
  border-bottom: 1px solid #dddddd;
}

.Autocomplete__react-autosuggest__suggestion--focused {

}

.Autocomplete__react-autosuggest__suggestions-section {
  padding: 0;
}

.Autocomplete__react-autosuggest__suggestions-section-name {

}

.Autocomplete__react-autosuggest__suggestions-section-suggestions {

}

.Autocomplete__react-autosuggest__suggestion--focused {
  background-color: rgba(150, 150, 150, 0.2);
}

.Autocomplete__clearButton {
  position: absolute;
  right: 25px;
  top: 69px;
}

.Modals__header {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  border-bottom: 1px solid #D8D8D8;
  font-size: 15px;
  min-height: 41px;
  background-color: #fff;
}

.Modals__headerName {
  flex-grow: 1;
  text-align: center;
  padding: 12px 0 10px 0;
}

.Modals__headerClose {
  padding: 11px 13px 0 0;
}

.Modals__saveButton {
  color: white;
  border: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
  background-color: #FF7F29;
  width: calc(100% - 32px);
  border-radius: 4px;
  margin: 10px auto;
  min-height: 48px;
}

.Modals__secondSaveButton {
  color: #202020;
  border: solid 1px #757575;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
  background-color: #fff;
  width: calc(100% - 32px);
  border-radius: 4px;
  margin: 10px auto;
  min-height: 48px;
}

.Modals__orangeSecondSaveButton {
  color: #FF7F29;
  border: solid 1px #FF7F29;
  text-align: center;
  font-size: 15px;
  font-weight: 400;
  padding: 15px;
  background-color: #fff;
  width: calc(100% - 32px);
  border-radius: 4px;
  margin: 10px auto;
  min-height: 48px;
}

.Modals__description {
  font-size: 15px;
  margin: 16px;
  color: #757575;
  text-align: center;
}

.Modals__descriptionRow {
  padding: 15px 0;
}

.Modals__timerDescription {
  font-size: 13px;
  color: #757575;
  text-align: center;
  margin: -5px 0 7px;
}

.Modals__inlineButtons {
  display: flex;
  flex-direction: row;
  margin: 16px;
  justify-content: space-between;
}

.Modals__inlineButtons .Modals__saveButton {
  width: auto;
  margin-right: 10px;
  flex: 1;
}

.Modals__inlineButtons .Modals__secondSaveButton {
  width: auto;
  flex: 2;
}

.Modals__textFieldWrapper {
  margin: 10px 0 10px 16px;
}

.Modals__unionModalBody {
  margin: 16px;
}

.Modals__unionHeaderContent {
  font-size: 24px;
  font-weight: bold;
  margin: 16px 0 8px;

}

.Modals__unionBanner {
  width: 100%;
}

.Modals__unionDescription {
  font-size: 17px;
  color: #212121;
  text-align: left;
}

.styles__textFieldWrapper {
  margin: 10px 0 10px 16px;
}
.CookieAgreementModal__body {
    margin: 15px 0 15px 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
}

.CookieAgreementModal__description {
    font-size: 17px;
    line-height: 24px;
}

.CookieAgreementModal__link {
    color: #f27927;
    text-decoration: none;
}

.CookieAgreementModal__close {
    padding: 15px;
    display: flex;
    align-items: center;
}

.CookieAgreementModal__close > span {
    font-size: 20px;
    color: black;
}

.CookieAgreementRulesModal__header {
    padding-left: 16px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: row;
    border-bottom: 1px solid #D8D8D8;
    font-size: 15px;
    background-color: #fff;
}

.CookieAgreementRulesModal__title {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 17px;
    font-weight: 700;
}

.CookieAgreementRulesModal__close {
    padding: 15px;
    display: flex;
    align-items: center;
}

.CookieAgreementRulesModal__close > span {
    font-size: 20px;
    color: black;
}

.CookieAgreementRulesModal__body {
    margin: 16px;
}

.CookieAgreementRulesModal__cancelButton {
    color: #FF7F29;
    border: solid 1px #FF7F29;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
    background-color: #fff;
    width: calc(100% - 32px);
    border-radius: 4px;
    margin: 16px 16px 8px 16px;
    min-height: 48px;
}

.CookieAgreementRulesModal__successButton {
    color: white;
    border: 0;
    text-align: center;
    font-size: 15px;
    font-weight: 400;
    padding: 15px;
    background-color: #FF7F29;
    width: calc(100% - 32px);
    border-radius: 4px;
    margin: 8px 16px 16px 16px;
    min-height: 48px;
}

.CookieAgreementRulesModal__heading {
    margin-bottom: 15px;
    font-weight: bold;
}

.CookieAgreementRulesModal__text {
    margin-bottom: 15px;
    line-height: 24px;
}

.CookieAgreementRulesModal__list {
    margin-bottom: 15px;
    list-style: disc;
    padding-left: 15px;
    line-height: 24px;
}

.CookieAgreementRulesModal__list > li + li {
    margin-top: 10px;
}

.SavedSearchPage__title {
  border-top: solid 1px #D8D8D8;
  padding: 16px;
  font-weight: 500;
  font-size: 18px;
  color: #212121;
}

.SavedSearchPage__savedSearchItem {
  padding: 8px 11px 8px 16px;
}

.SavedSearchPage__savedSearchLink {
  font-size: 16px;
  color: #0168BB;
  text-decoration-line: underline;
}

.SavedSearchPage__savedSearchType {
  font-size: 14px;
  color: #212121;
}

.SavedSearchPage__savedSearchField {
  padding: 3px 0;
}

.SavedSearchPage__deleteButton {
  float: right;
}

.SavedSearchPage__emptyList {
  font-size: 15px;
  margin: 16px;
  color: #757575;
  text-align: center;
}

.PropertyItem__root {
  position: relative;
  box-sizing: border-box;
  overflow: hidden;
}

.PropertyItem__SliderContainer {
  max-height: 350px;
  width: 100vw;
  height: 56.25vw;
  background-color: #EEEEEE;
}

.PropertyItem__Slide {
  max-height: 350px !important;
  width: 100vw;
  height: 56.25vw;
  background-color: #EEEEEE;
  object-fit: cover !important;
}

@media (orientation: landscape) {
  .PropertyItem__SliderContainer {
    height: 23.125vw;
  }
  .PropertyItem__Slide {
    height: 23.125vw;
  }
}

.slick-slider {
  margin-bottom: 0px;
}

.PropertyItem__Image {
  display: block;
  height: 100%;
  width: auto;
}

.PropertyItem__sliderWrapper {
  position: relative;
}

.PropertyItem__photoCounter {
  position: absolute;
  left: 10px;
  bottom: 15px;
  background: rgba(0, 0, 0, 0.3);
  padding: 3px 9px;
  border-radius: 2px;
  z-index: 2;
  font-weight: bold;
  font-size: 12px;
  color: #FAFAFA;
  transform: translate3d(0,0,0);
}

.PropertyItem__badge {
  pointer-events: none;
  display: inline-block;
  width: 22px;
  margin: 0 4px;
}

.PropertyItem__badgeContainer {
  position: absolute;
  right: 9px;
  top: 10px;
}

.PropertyItem__info {
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  display: block;
  color: black;
  padding: 5px 15px;
  background: #EEEEEE;
}

.PropertyItem__promo {
  background: #F1FDDF;
}

.PropertyItem__special {
  background: #FFFEED;
}

.PropertyItem__price {
  font-size: 16px;
  font-weight: 700;
  padding: 6px 0;
}

.PropertyItem__price svg {
  position: relative;
  top: 2px;
}

.PropertyItem__placeholder {
  width: 100%;
  height: 100%;
  line-height: 100%;
  color: #aaa;
  background: white;
  text-align: center;
  vertical-align: middle;
  font-size: 20px
}

.PropertyItem__complexLink a {
  font-size: 14px;
  color: #0168BB;
  font-weight: normal;
  padding-bottom: 5px;
}

.PropertyItem__complexLink {
  padding-bottom: 5px;
}

.PropertyItem__area {
  font-weight: normal;
  font-size: 14px;
  padding-bottom: 5px;
}

.PropertyItem__address {
  font-weight: normal;
  font-size: 15px;
  padding-bottom: 5px;
}

.PropertyItem__params {
  font-weight: normal;
  font-size: 14px;
  color: #757575;
}

.PropertyItem__square {
  display: inline-block;
}

.PropertyItem__floors {
  display: inline-block;
}

.PropertyItem__devider {
  padding: 0 8px;
  display: inline-block;
  position: relative;
  top: 1px;
}

.PropertyItem__trusted {
  position: absolute;
  top: 10px;
  left: 11px;
  z-index: 2;
  transform: translate3d(0,0,0);
}

.PropertyItem__buttonFavoriteContainer {
  position: absolute;
  right: 5px;
  top: 3px;
  z-index: 2;
  text-align: center;
  transform: translate3d(0,0,0);
}

.ProperyList__root {
  margin: 0;
  padding: 0;
  background-color: #F5F6F8;
}

.ProperyList__item {
  list-style-type: none;
  margin-bottom: 10px;
}
.Adfox__base {
  width: 100%;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.Banner__base {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  background-color: white;
}

.ListView__root {
  list-style-type: none;
  margin: 0;
  padding: 0;
  background: '#f9f9f9';
}

.ListView__item {
  padding: 3px 5px;
  position: relative;
}

.ListView__itemContainer {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.ListView__itemPhotoWrapper {
  padding: 7px;
  height: 100px;
  position: relative;
}

.ListView__adItem {
  height: 114px;
  overflow: hidden;
}
.ListView__listAdItem {

}
.tinkoff__title {
  font-size: 22px;
  font-weight: normal;
  margin: 20px 0;
}
.tinkoff__success {
  color: #8dc63f;
  font-size: 16px;
}
.tinkoff__fail {
  color: #F44336;
}
.tinkoff__button {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  text-align: center;
  padding: 15px;
  background-color: #FF7F29;
  width: 100%;
  box-sizing: border-box;
  margin-top: 30px;
}
.PropertyView__root {
  position: relative;
  box-sizing: border-box;
  border-bottom: 4px solid white;
  height: 170px;
}

.PropertyView__image {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  image-rendering: pixelated;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.PropertyView__photoCounter {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(20, 20, 20, 0.5);
  color: #FFFFFF;
  font-size: 12px;
  padding: 5px 8px;
  border-radius: 2px;
  z-index: 1;
  pointer-events: none;
}

.PropertyView__priceInfo {
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  color: white;
  text-align: center;
  line-height: 50px;
  left: 0;
  font-size: 18px;
  bottom: 0;
}

.PropertyView__infoTable {
  width: 100%;
}

.PropertyView__infoTable tr {
  line-height: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.PropertyView__infoTable tr:last-child {
  border-bottom: none;
}

.PropertyView__infoTable td {
  padding: 8px 0;
}
.PropertyView__paramName {
    color: #7a7a7a;
}
.PropertyView__paramValue {
  color: #252525;
  text-align: right;
}

.PropertyView__panelTitle {
  margin: 0;
  text-align: center;
}

.PropertyView__price {
  color: #8dc63f;
  font-size: 26px;
}

.PropertyView__priceSquare {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
}

.PropertyView__mainInfo {
  font-size: 16px;
  padding: 5px 15px;
}

.PropertyView__mainInfoRow {
  background-color: #f8f8f8;
}

.PropertyView__slider {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.PropertyView__premiumBadge {
  position: absolute;
  top: 64px;
  left: 15px;
  width: 20px;
  pointer-events: none;
}

/* style for contacts page view */
.PropertyView__contactSellerBtn {
    color: white;
    border: 0;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 300;
    display: block;
    background-color: #FF7F29;
    text-decoration: none;
}
.PropertyView__contactsBlock {
    font-size: 14px;
    margin: 0 20px;
    color: #252525;
}
.PropertyView__contactsBlock a{
    color: #8dc63f;
    text-decoration: none;
}
.PropertyView__contactsBlock div div:first-child{
    float: left;
}
.PropertyView__contactsBlock div div:last-child {
    text-align: right;
    color: #8dc63f;
}
.PropertyView__contactsBlock div {
    padding: 5px 0;
}
.PropertyView__callTrackingDescription span {
  text-align: left;
  color: #757575;
}
.PropertyView__contactsBlock .PropertyView__callTrackingDescription {
  padding: 10px 0;
}
.PropertyView__objMainInfo {
    margin: 5px 20px;
}
.PropertyView__objMainInfo div {
    font-size: 14px;
    color: #252525;
    padding: 3px 0;
 }
.PropertyView__objMainInfo div:first-child {
    color: #8dc63f;
    font-size: 16px;
}
.PropertyView__objMainInfo div:first-letter {
    text-transform: capitalize;
}

.PropertyView__pager{
    text-align: center;
    height: 40px;
    margin-top: 12px;
}
.PropertyView__pager a{
    padding: 10px;
    color: #8dc63f;
    text-decoration: none;
    border-radius: 5px;
    border: 1px solid #a7e342;
}
.PropertyView__pager a:first-child{
    margin-right: 10px;
}

.PropertyView__sticky {
    position: fixed;
    bottom: 0;
    z-index: 6;
    left: 0;
    right: 0;
}

@media (orientation: portrait) {
    .PropertyView__adaptive {
        right: 0;
    }
    .PropertyView__adaptive a{
        font-size: 20px;
    }
}
@media (orientation: landscape) {
    .PropertyView__adaptive {
        right: inherit;
    }
    .PropertyView__adaptive a {
        font-size: 15px;
    }
}

.PropertyView__hide {
    display: none;
}
.Carousel__carousel {
    overflow: hidden;
    position: relative;
    width: 100%;
}

.Carousel__wrapper {
    display: flex;
    width: 100%;
    position: relative;
    touch-action: none;
    user-select: none;
    -webkit-user-drag: none;
}

.Carousel__item {
    width: 100%;
    /*overflow: hidden;*/
    display: flex;
    align-items: center;
    justify-content: center;
}

.Carousel__img {
    width: 100%;
    display: block;
}

.YandexPanorama__base {
  width: 100%;
  height: 100%;
  position: relative;
}

.YandexPanorama__body {
  width: 100%;
  position: absolute;
  top: 50%;
  text-align: center;
  color: white;
  transform: translateY(-50%);
}
.style__similarObject{
    margin-right: 20px;
    display: inline-block;
    width: 180px;
    height: 225px;
    overflow: hidden;
    vertical-align: middle;
}
.style__similarObject a{
    text-decoration: none;
    color: #252525;
    font-size: 13px;
}
.style__similarObject .style__price{
    font-size: 16px;
    color: #8dc63f;
    font-weight: 500;
}
.style__similarObject div {
    margin-bottom: 3px;
    white-space: normal;
}
.style__similarObjectBlock {
    overflow-x: auto;
    margin: 0 0 0 20px;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
}
.SubmitButton__root {
  text-transform: uppercase;
  color: white;
  border: 0;
  text-align: center;
  font-size: 18px;
  padding: 15px;
  background-color: #FF7F29;
  width: 100%;
  border-radius: 4px;
}
.MortgageLink__base {
  color: #8dc63f;
  text-decoration: none;
}

.MortgageLink__wrapper {
  margin-top: 10px;
}

.UserTariff__base {
  padding: 16px;
}

.UserTariff__base b {
  margin: 5px 0;
  display: inline-block;
  font-weight: 500;
}

.UserTariff__userTariff {
  background-color: #EFEFEF;
  height: 100vh;
}

.UserTariff__tariffName {
  color: #212121;
  font-size: 18px;
  font-weight: 500;
  padding-bottom: 8px;
}

.UserTariff__tariffDescription {
  color: #212121;
  font-size: 14px;
  line-height: 16px;
  font-weight: 400;
  white-space: pre-line;
}

.UserTariff__tableHeader {
  padding: 24px 16px 12px;
}

.UserTariff__tariffTable table {
  width: 100%;
}

.UserTariff__tariffTable .UserTariff__subTable > tr td,
.UserTariff__tariffTable .UserTariff__subTable > tr th {
  border-right: 1px solid #D8D8D8;
  border-bottom: 1px solid #D8D8D8;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: normal;
  text-align: left;
  min-height: 16px;
  height: 16px;
  white-space: nowrap;
}

.UserTariff__tariffTable .UserTariff__subTable > tr th{
  border-top: 1px solid #D8D8D8;
  color: #757575;
  font-size: 14px;
}

.UserTariff__tariffTable .UserTariff__subTable:first-child > tr td{
  border-top: 1px solid #D8D8D8;
}

.UserTariff__tariffTable > table > tr > td:last-child {
  border-right: none;
}

.UserTariff__tariffTable table > tr > td:last-child > table tr td,
.UserTariff__tariffTable table > tr > td:last-child > table tr th {
  border-right: none;
}

.UserTariff__tariffTable table > tr > td {
  padding: 0px;
  color: #212121;
}

.UserTariff__hint {
  font-size: 12px;
  white-space: normal;
}

.UserTariff__tariffTable > .UserTariff__subTable > tr > .UserTariff__smTableHeader {
  white-space: normal;
}


.UserLogin__title {
  vertical-align: middle;
  color: #FF7F29;
  font-size: 16px;
  box-sizing: border-box;
  text-transform: uppercase;
  padding-bottom: 16px;
}

.UserLogin__borderButton {
  display: block;
  text-transform: none;
  color: #8dc63f;
  border: 1px solid #8dc63f;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  background-color: #ffffff;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
  text-decoration: none;
  margin: 10px 0;
}

.UserLogin__paymentPage {
  padding: 10px 0 70px;
  font-size: 14px;
  background-color: #EFEFEF;
  height: 100vh;
}

.UserLogin__paymentForm {
  padding: 16px;
}

@media (orientation: landscape) {
  .UserLogin__paymentPage {
    height: 350px;
  }
}

.UserRegisterRestore__titleSuccess {
  text-align: center;
  vertical-align: middle;
  height: 40px;
  color: #8dc63f;
  font-size: 16px;
  box-sizing: border-box;
  margin: 20px 0;
  text-transform: none;
}

.UserRegisterRestore__button {
  display: block;
  text-transform: uppercase;
  text-decoration: none;
  color: white;
  border: 0;
  text-align: center;
  font-size: 16px;
  padding: 15px;
  background-color: #FF7F29;
  width: 100%;
  border-radius: 4px;
  box-sizing: border-box;
}

.UserRegisterRestore__restore,
.UserRegisterRestore__register {
  padding: 10px;
  font-size: 14px;
}

.UserRegisterRestore__phoneBlock {
  width: 100%;
}

.UserRegisterRestore__phone {
  display: flex;
  width: 100%;
  margin-bottom: 15px;
}

.UserRegisterRestore__phoneLabel {
  width: 40px;
  font-size: 16px;
  text-align: center;
  padding-top: 10px;
}

.UserRegisterRestore__phoneField {
  width: 100%;
}

.UserRegisterRestore__smsButton {
  text-transform: none;
  color: white;
  border: 0;
  text-align: center;
  font-size: 16px;
  padding: 10px;
  background-color: #FF7F29;
  width: 100%;
  border-radius: 4px;
}
.UserRegisterRestore__smsButton[disabled] {
  background-color: #b8b8b8;
}

.UserRegisterRestore__confirm {
  display: flex;
}

.UserRegisterRestore__checkbox {
  width: 30px;
}

.UserRegisterRestore__rulesLink {
  display: inline-block;
  width: 100%;
  color: #8dc63f;
  text-align: center;
}

.UserRegisterRestore__redirectTimer {
  margin: 10px;
  font-size: 60px;
  text-align: center;
}

.UserLine__root {
  display: flex;
  justify-content: space-between;
  padding: 16px;
  font-size: 15px;
}
.UserLine__name {

}
.UserLine__value {
  color: #FF7F29;
}

.User__panelTitle {
  font-size: 11px;
  background-color: #EFEFEF;
  padding-left: 16px;
}

.User__firstPanelTitle {
  padding-top: 10px;
  background-color: #EFEFEF;
  border-top: 1px solid #f8f8f8;
  box-shadow: 0px 1px 2px rgb(0 0 0 / 8%);
  padding-left: 16px;
}

.User__userAccount {
  background-color: #EFEFEF;
  height: 100vh;
  padding-bottom: 70px;
}

.User__userProfile {
  padding-top: 10px;
  background-color: #EFEFEF;
  height: 100vh;
}

.User__userBalance {
  padding-top: 10px;
  background-color: #EFEFEF;
  height: 100vh;
}

.User__link {
  display: block;
  padding: 0;
  color: #252525;
  text-decoration: none;
  font-size: 15px;
}

.User__arrowLink {
  position: relative;
  display: block;
  padding: 16px;
  color: #212121;
  text-decoration: none;
  font-size: 15px;
}

.User__arrowLink:after {
  content: '';
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  right: 16px;
  top: 50%;
  margin-top: -6px;
  border-top: 2px solid #D8D8D8;
  border-right: 2px solid #D8D8D8;
  transform: rotate(45deg);
}

.User__green {
  color: #8dc63f;
}

.User__orange {
  color: #FF7F29;
}

.User__filler {

}

.User__fillerContainer {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

@media (orientation: landscape) {
  .User__userAccount {
    height: 100%;
  }
  .User__userProfile {
    height: 100%;
    padding-bottom: 25px;
  }
  .User__userBalance {
    height: 100%;
    padding-bottom: 25px;
  }
}

.UserPayments__paymentsPeriod {
  font-size: 16px;
  padding: 5px 0;
}

.UserPayments__debit {
  font-size: 16px;
  color: #F44336;
  padding: 5px 0;
}

.UserPayments__credit {
  font-size: 16px;
  color: #8dc63f;
  padding: 5px 0;
}

.UserPayments__paymentsInput {
  position: absolute;
  right: 0;
  opacity: 0;
  z-index: 2;
}

.UserPayments__select {
  height: 40px;
  background-color: transparent;
  line-height: 40px;
  border-bottom: 1px solid #f8f8f8;
}
.UserPayments__select > [class*="label"] {
  padding: 0 0 0 20px;
}
.UserPayments__select > [class*="wrapper"] {
  padding: 0 20px 0 0;
}
.UserPayments__select [class*="selected"] {
  margin: 0 20px 0 0;
  padding: 0;
  max-width: 120px;
}
.UserPayments__select [class*="material-icons"] {
  top: 9px !important;
  right: 15px !important;
}

.UserPayments__item {
  padding: 0 10px;
  margin: 10px 0;
}

.UserPayments__params {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0;
}

.UserPayments__label {
  font-size: 12px;
  color: #323232;
  margin-bottom: 4px;
  margin-top: 4px;
}

.UserPayments__alignLeft {
  text-align: left;
}

.UserPayments__alignCenter {
  text-align: center;
}

.UserPayments__alignRight {
  text-align: right;
}

.UserPayments__sum {
  color: #8DC63F;
}

.UserPayments__costs {
  color: #F44336;
}

.UserPayments__date {
  color: #8DC63F;
}

.UserPayments__description {
  display: flex;
  align-items: flex-end;
  min-height: 36px;
  font-size: 14px;
  color: #808080;
  padding: 10px;
}

.UserPayments__paramsItem {

}

.UserPayments__button {
}

.UserPayments__modalContent {
  display: flex;
  min-height: 100%;
  padding: 0 10px;
  align-items: center;
}

.UserPayments__modalClose {
  width: 28px;
  height: 28px;
  position: fixed;
  right: 15px;
  top: 12px;
  color: white;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  border-radius: 50%;
}

.UserPayments__modalClose a {
  display: block;
  position: relative;
  top: 2px;
}

.UserPayments__modalContent .UserPayments__description {
  display: block;
  min-height: 0;
}

.UserList__item {
  padding: 3px 5px;
  position: relative;
}

.UserList__itemContainer {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.UserList__itemPhotoWrapper {
  padding: 7px;
  height: 100px;
  position: relative;
}

.UserList__itemLink {
  text-decoration: none;
}

.UserList__itemBadgeLifted,
.UserList__itemBadgePremium {
  position: absolute;
  color: white;
  bottom: 7px;
  text-align: center;
  width: 100px;
  padding: 3px 0;
  font-size: 14px;
}

.UserList__itemBadgePremium {
  background: #FF7F29;
}

.UserList__itemBadgeLifted {
  background: #8DC63F;
}

.UserInvoices__paymentsPeriod {
  font-size: 16px;
  padding: 5px 0;
}

.UserInvoices__debit {
  font-size: 16px;
  color: #F44336;
  padding: 5px 0;
}

.UserInvoices__credit {
  font-size: 16px;
  color: #8dc63f;
  padding: 5px 0;
}

.UserInvoices__paymentsInput {
  position: absolute;
  right: 0;
  opacity: 0;
  z-index: 2;
}

.UserInvoices__select {
  height: 40px;
  background-color: transparent;
  line-height: 40px;
  border-bottom: 1px solid #f8f8f8;
}
.UserInvoices__select > [class*="label"] {
  padding: 0 0 0 20px;
}
.UserInvoices__select > [class*="wrapper"] {
  padding: 0 20px 0 0;
}
.UserInvoices__select [class*="selected"] {
  margin: 0 20px 0 0;
  padding: 0;
  max-width: 120px;
}
.UserInvoices__select [class*="material-icons"] {
  top: 9px !important;
  right: 15px !important;
}

.UserInvoices__item {
  padding: 0 10px;
  margin: 10px 0;
}

.UserInvoices__card {
  width: 100%;
  min-height: 85px;
}

.UserInvoices__params {
  display: flex;
  justify-content: space-between;
  padding: 10px;
}

.UserInvoices__header {
  display: flex;
  justify-content: space-between;
  padding: 10px 10px 0;
}

.UserInvoices__label {
  font-size: 12px;
  color: #323232;
  margin-bottom: 4px;
  margin-top: 4px;
}

.UserInvoices__alignLeft {
  text-align: left;
}

.UserInvoices__alignCenter {
  text-align: center;
}

.UserInvoices__alignRight {
  text-align: right;
}

.UserInvoices__number {
  color: #8DC63F;
}

.UserInvoices__sum {
  padding: 10px 0 0 10px;
}

.UserInvoices__costs {
  color: #F44336;
}

.UserInvoices__date {
  color: #8DC63F;
}

.UserInvoices__description {
  display: flex;
  align-items: flex-end;
  font-size: 14px;
  color: #808080;
  padding: 0 10px 10px 10px;
}

.UserInvoices__button {
}

.UserInvoices__createInvoiceBtn {
    color: white;
    border: 0;
    text-align: center;
    font-size: 20px;
    padding: 10px;
    font-weight: 300;
    display: block;
    background-color: #FF7F29;
    text-decoration: none;
}

.UserInvoices__price {
  font-size: 24px;
  padding-top: 3px;
  margin-bottom: 14px;
}

.UserInvoices__contractor {
  font-size: 13px;
  color: #757575;
}

.UserInvoices__btn-download {
  display: inline-block;
  padding: 7px 7px 4px 7px;
  background: #eee;
}
.UserRegister__integrationContainer {
  background: linear-gradient(0deg, #c1e8fd 0%, #7cbcfd 25.05%, #2684fd 100%);
  margin-bottom: 20px;
}

.UserRegister__integrationImage {
  width: 100%;
  position: relative;
  bottom: -4px;
}

.UserRegister__title {
  color: white;
  font-weight: bold;
  font-size: 32px;
  line-height: 36px;
  margin-bottom: 16px;
  padding: 24px 24px 0 24px;
}

.UserRegister__description {
  color: white;
  margin-bottom: 32px;
  font-size: 18px;
  line-height: 26px;
  padding: 0 24px;
}

.UserRegister__buttons {
  display: flex;
  flex-direction: column;
  padding: 0 24px;
}

.UserRegister__successBtn {
  display: flex;
  cursor: pointer;
  background-color: #fff;
  color: #006cfd;
  padding: 12px 18px 10px 22px;
  border-radius: 4px;
  font-weight: bold;
  width: fit-content;
  font-size: 22px;
  line-height: 24px;
  text-decoration: none;
}

.UserRegister__closeBtn {
  margin-top: 16px;
  display: flex;
  cursor: pointer;
  font-size: 18px;
  line-height: 24px;
  color: #fff;
  text-decoration: underline;
}

.ModalButton__root {
  width: 100%;
  display: flex;
  flex-direction: row;
}

.ModalButton__root .ModalButton__defaultIcon {
  padding: 17px 16px 14px 10px;
}
.ModalButton__wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  padding: 16px 0 16px 16px;
  font-size: 15px;
  width: 100%;
}

.ModalButton__value {
  color: #9E9E9E;
}

.ModalButton__selected {
  color: #FF7F29;
}
.styles__item {
  padding: 10px 20px;
  margin-right: 4px;
  margin-left: 4px;
  margin-bottom: 8px;
  font-size: 15px;
  border: 1px solid #D8D8D8;
  border-radius: 4px;
  flex-grow: 1;
  background: #EEEEEE;
  text-align: center;
}

.styles__checked {
  background: #FF7F29;
  border: 1px solid #FF7F29;
  color: white;
}

.styles__label {
  font-size: 12px;
  color: #757575;
  padding: 8px 16px;
}

.styles__container {
  display: flex;
  flex-wrap: wrap;
  padding: 0 12px;
}
.TabsSelect__root {
  padding: 10px 16px;
}
.Sticky__sticky {
    position: fixed;
    bottom: 0;
    z-index: 6;
    left: 0;
    right: 0;
}

@media (orientation: portrait) {
    .Sticky__adaptive {
        right: 0;
    }
    .Sticky__adaptive a{
        font-size: 20px;
    }
}
@media (orientation: landscape) {
    .Sticky__adaptive {
        right: inherit;
    }
    .Sticky__adaptive a {
        font-size: 15px;
    }
}
.SearchForm__form {
  padding: 10px 0 65px;
  background: #EFEFEF;
}
.SubmitFormButton__root {
  color: white;
  border: 0;
  text-align: center;
  font-size: 15px;
  font-weight: 500;
  padding: 15px;
  background-color: #FF7F29;
  width: 100%;
  border-radius: 0;
  border-radius: 4px;
}

.SubmitFormButton__wrapper {
  margin: 16px;
}
.SearchPage__TabsWrapper {
  padding: 0px 10px 10px;
  border-bottom: solid 1px #D8D8D8;
}
.ResultsPage__linkToggle {
  padding: 0 0 10px;
  display: block;
  text-decoration: none;
  color: #757575;
  text-align: center;
}

.ResultsPage__toggleContainer {
  background-color: #EEEEEE;
  padding: 2px;
  margin: 0 10px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  height: 34px;
  justify-content: center;
}

.ResultsPage__toggleButtonActive {
  flex-grow: 1;
  line-height: 34px;
  background-color: #FF7F29;
  border-radius: 3px;
  color: white;
}

.ResultsPage__toggleButton {
  flex-grow: 1;
  line-height: 34px;
}

.ResultsPage__counter {
  border-top: 1px solid #D8D8D8;
  padding: 9px 8px 10px;
  font-size: 12px;
  color: #9E9E9E;
  background-color:#F5F6F8;
  text-align: center;
}

.ResultsPage__filterButtonContainer {
  position: absolute;
  bottom: 15px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 135px;
  z-index: 3;
  text-decoration: none;
}

.ResultsPage__filterButton {
  background: #fff;
  border: 1px solid #FF7F29;
  border-radius: 16px;
  text-align: center;
  color: #FF7F29;
  padding: 4px 4px 7px 8px;
}

.ResultsPage__filterIcon {
  position: relative;
  top: 3px;
  right: 4px;
}
.PropertiesListMap__list {
    position: absolute;
    bottom: 0;
    background: white;
    width: 100%;
    max-height: 235px;
    min-height: 112px;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
.PropertiesListMap__item {
    margin: 5px;
    display: flex;
    background-color: #ffffff;
    transition: all 450ms cubic-bezier(0.23, 1, 0.32, 1) 0ms;
    box-sizing: border-box;
    font-family: Roboto, sans-serif;
    box-shadow: 0 1px 6px rgba(0, 0, 0, 0.12), 0 1px 4px rgba(0, 0, 0, 0.24);
    border-radius: 2px;
    overflow: hidden
}
.MapPage__linkToggle {
  padding: 0 0 10px;
  display: block;
  text-decoration: none;
  color: #757575;
}

.MapPage__toggleContainer {
  background-color: #EEEEEE;
  padding: 2px;
  margin: 0 10px;
  display: flex;
  flex-direction: row;
  border-radius: 4px;
  height: 34px;
  justify-content: center;
}

.MapPage__toggleButtonActive {
  flex-grow: 1;
  line-height: 34px;
  background-color: #FF7F29;
  border-radius: 3px;
  color: white;
}
.MapPage__toggleButton{
  flex-grow: 1;
  line-height: 34px;
}
.style__bannerWrapper {
    margin-top: 20px;
    margin-bottom: 50px;
    text-align: center;
}

.style__header {
    font-weight: 700;
    font-size: 22px;
    line-height: 32px;
    color: #152242;
    margin-bottom: 17px;
}

.style__text {
    margin: 0 0 90px 0;
    font-size: 14px;
    line-height: 22px;
    color: #152242;
}

.style__link {
    margin: 25px auto 0;
    background: #0468FF;
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 24px;
    border-radius: 4px;
    text-decoration: none;
    padding: 13px 74px;
    display: inline-block;
}

.style__link:hover {
    background: #005de9;
 }
.ComplexView__root {
  position: relative;
  box-sizing: border-box;
  border-bottom: 4px solid white;
  height: 160px;
}

.ComplexView__image {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  image-rendering: pixelated;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ComplexView__photoCounter {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(20, 20, 20, 0.5);
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 2px;
  z-index: 1;
}

.ComplexView__priceInfo {
  height: 50px;
  width: 100%;
  background: rgba(0, 0, 0, 0.7);
  position: absolute;
  color: white;
  text-align: center;
  line-height: 50px;
  left: 0;
  font-size: 18px;
  bottom: 0;
}

.ComplexView__infoTable {
  width: 100%;
}

.ComplexView__infoTable tr {
  line-height: 20px;
  border-bottom: 1px solid #f5f5f5;
}

.ComplexView__infoTable tr:last-child {
  border-bottom: none;
}

.ComplexView__infoTable td {
  padding: 8px 0;
}

.ComplexView__paramValue {
  color: #8dc63f;
  text-align: right;
}

.ComplexView__panelTitle {
  margin: 0;
  text-align: center;
}

.ComplexView__price {
  color: #8dc63f;
  font-size: 22px;
}

.ComplexView__priceSquare {
  color: #666;
  font-weight: 300;
  font-size: 14px;
  line-height: 30px;
}

.ComplexView__mainInfo {
  font-size: 16px;
  padding: 15px;
}

.ComplexView__mainInfoRow {
  background-color: #f8f8f8;
}

.ComplexView__slider {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ComplexView__premiumBadge {
  position: absolute;
  top: 60px;
  left: 12px;
  background: #FF7F29;
  color: white;
  padding: 5px 8px;
  font-size: 14px;
}

.ComplexView__arrow {
  position: relative;
  padding-right: 15px;
}

.ComplexView__arrow:before {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 10px;
  height: 10px;
  margin-top: -5px;
  border-top: 1px solid #252525;
  border-right: 1px solid #252525;
  transform: rotate(45deg);
}

.ComplexView__apartments {

}

.ComplexListView__root {
  list-style-type: none;
  margin: 0; 
  padding: 0; 
  background: '#f9f9f9';
}

.ComplexListView__item {
  padding: 3px 5px;
  position: relative;
}

.ComplexListView__itemContainer {
  display: flex;
  width: 100%;
  background-color: #fff;
}

.ComplexListView__itemPhotoWrapper {
  padding: 7px;
  height: 100px;
  position: relative;
}


.ComplexListHistory__root {
  position: relative;
  box-sizing: border-box;
  border-bottom: 4px solid white;
  height: 250px;
}

.ComplexListHistory__image {
  background-size: cover !important;
  background-position: center !important;
  position: absolute;
  image-rendering: pixelated;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ComplexListHistory__photoCounter {
  position: absolute;
  right: 15px;
  top: 15px;
  background: rgba(20, 20, 20, 0.5);
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 2px;
  z-index: 1;
}

.ComplexListHistory__date {
  position: absolute;
  left: 15px;
  bottom: 15px;
  background: rgba(20, 20, 20, 0.5);
  color: #FFFFFF;
  font-size: 14px;
  padding: 5px 8px;
  border-radius: 2px;
  z-index: 1;
}

.ComplexListHistory__slider {
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.ComplexListHistory__sliderBox {
  margin-bottom: 0;
}


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