html,
body {
  height: 100%;
}
html {
  font-size: 16px;
  font-weight: 300;
  line-height: 1.5;
  box-sizing: border-box;
}
html.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
*,
*:before,
*:after {
  box-sizing: inherit;
}
body {
  min-height: 100vh;
  background: #efefef;
  font-family: "Open Sans", sans-serif;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #333;
}
body.noScroll {
  position: fixed;
  width: 100%;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
}
a {
  text-decoration: none;
  outline: none;
}
.scrollButton {
  display: none;
  position: fixed;
  right: 2rem;
  bottom: 2rem;
  padding: 1rem 0.75rem;
  cursor: pointer;
  color: #fff;
  opacity: 0.7;
  background-color: #5c5c5c;
}
.scrollButton:after {
  content: "";
  display: block;
  border-bottom: 1rem solid #fff;
  border-left: 0.75rem solid transparent;
  border-right: 0.75rem solid transparent;
}
.hide {
  display: none;
  visibility: hidden;
}
/* layout */
.content {
  width: 100%;
  padding: 1rem 0 0 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1 0 auto;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  -webkit-flex-basis: auto;
      -ms-flex-preferred-size: auto;
          flex-basis: auto;
  background: #fff;
  overflow: hidden;
}
.content_scroll {
  margin: 1.5rem 0 0;
  overflow-x: auto;
}
.button,
.linkButton {
  margin: 0;
  padding: 0;
  background: none;
  border: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  height: 2.5rem;
  border: 1px solid #08c;
  background: #08c;
  color: #fff;
  font-weight: 400;
  text-transform: uppercase;
}
.button__second,
.linkButton__second {
  width: 100%;
  background: transparent;
  color: #007cba;
  border-color: #08c;
}
.button__center,
.linkButton__center {
  width: -webkit-calc(100% - 2rem) !important;
  width: calc(100% - 2rem) !important;
  background: transparent !important;
  color: #007cba !important;
  border: 1px solid #08c !important;
  margin: auto 1rem;
}
.button__disabled,
.linkButton__disabled {
  border-color: #e3e3e3;
  background: #efefef;
  color: #7f7f7f;
}
.button__cart,
.linkButton__cart {
  margin-bottom: 1.5rem;
  width: 100%;
}
.button__cartPopup,
.linkButton__cartPopup {
  margin-bottom: 1rem;
  width: 100%;
}
.button__filters,
.linkButton__filters {
  width: -webkit-calc((100% - 0.5rem) / 2) !important;
  width: calc((100% - 0.5rem) / 2) !important;
}
.button__fullWidth,
.linkButton__fullWidth {
  width: 100%;
}
.button__showMore,
.linkButton__showMore {
  width: 100%;
  margin-bottom: 1rem;
}
.button__marginBottom,
.linkButton__marginBottom {
  margin-bottom: 1rem !important;
}
.button__marginRight,
.linkButton__marginRight {
  margin-right: 20px !important;
}
.button__backCheckout,
.linkButton__backCheckout {
  margin-right: 20px;
  width: 80px;
  min-width: 80px;
}
.linkButton {
  color: #fff !important;
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 0 1rem;
}
.linkButton:hover {
  color: #fff !important;
}
.widgetHolder {
  margin-bottom: 24px;
}
.widget_header {
  margin-bottom: 1rem;
}
/*.sideWidgetHolder
	margin-bottom: 24px*/
.htmlShare {
  text-align: right;
  margin-top: 2.5rem;
  margin-bottom: 2.5rem;
  padding: 0 1rem;
  clear: both;
}
.htmlShare__nomarginbottom {
  margin-bottom: 0;
}
.search_item:not(:last-child) {
  margin-bottom: 1rem;
}
.search_itemParent {
  display: block;
  margin-top: 0.25rem;
  font-size: 0.875rem;
  font-weight: 400;
  color: #a6a6a6;
}
.currency {
  font-size: 0.85em;
}
.linkImage {
  display: block;
  position: relative;
  overflow: hidden;
}
.linkImage:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  background: rgba(0,0,0,0.2);
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
  opacity: 0;
}
.linkImage:hover:before {
  opacity: 1;
}
.linkImage9 {
  display: block;
  overflow: hidden;
  -webkit-transition: -webkit-transform 0.5s ease-in-out;
  transition: -webkit-transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out;
  transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;
}
.linkImage9:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}
/* Удаление браузерных стрелок в input[type="number"] */
input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type="number"] {
  -moz-appearance: textfield;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.realtyFiltersHomepageWidget_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #f7f7f8;
}
.realtyFiltersHomepageWidget_content .form {
  display: block;
}
.realtyFiltersHomepageWidget_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  background-color: #08c;
  list-style: none;
  padding: 0px;
  margin-bottom: 0px;
}
.realtyFiltersHomepageWidget_buttons li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  text-align: center;
  position: relative;
}
.realtyFiltersHomepageWidget_buttons a {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  width: 100%;
  height: 100px;
  padding: 20px;
  background-color: #08c;
  color: #fff;
  position: relative;
}
.realtyFiltersHomepageWidget_buttons a:hover {
  background-color: #1ba3e7;
}
.realtyFiltersHomepageWidget_buttons span {
  display: none;
  width: 17px;
  height: 17px;
  background-color: #1ba3e7;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.realtyFiltersHomepageWidget_item {
  display: none;
  width: 100%;
}
.realtyFiltersHomepageWidget_item__active {
  display: block;
}
.realtyFiltersHomepageWidget_item .form_title {
  color: #333;
  font-size: 1.125rem;
  font-weight: 700;
}
.realtyFiltersHomepageWidget_item .form_actions {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.realtyFiltersHomepageWidget_item .form_action {
  text-transform: uppercase;
  background-color: #08c;
  border: none;
  font-size: 1rem;
  font-weight: 400;
  width: 49%;
}
.realtyFiltersHomepageWidget_item .form_action:last-child {
  text-transform: uppercase;
  background-color: transparent;
  border: 1px solid #08c;
  color: #08c;
}
.realtyFiltersHomepageWidget_item button[name=action_clear] {
  display: none;
}
.realtyFiltersHomepageWidget_tab {
  background-color: #08c;
}
.realtyFiltersHomepageWidget_tab__active a {
  background-color: #1ba3e7;
}
.realtyFiltersHomepageWidget_tab__active span {
  display: block;
  z-index: 5;
}
.estateObjectsHomepageWidget_wrapper {
  width: 100%;
  margin: auto;
  padding-bottom: 0px;
  background-color: #f7f7f8;
}
.estateObjectsHomepageWidget_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.estateObjectsHomepageWidget_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.estateObjectsHomepageWidget_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0px;
}
.estateObjectsHomepageWidget_buttons a {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  font-weight: 400;
  background-color: transparent;
  color: #333;
  position: relative;
}
.estateObjectsHomepageWidget_buttons a:hover {
  background-color: #1ba3e7;
  color: #fff;
}
.estateObjectsHomepageWidget_buttons span {
  display: none;
  width: 17px;
  height: 17px;
  background-color: #1ba3e7;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.estateObjectsHomepageWidget_item {
  display: none;
  width: 100%;
}
.estateObjectsHomepageWidget_item__active {
  display: block;
}
.estateObjectsHomepageWidget_tab {
  background-color: #08c;
}
.estateObjectsHomepageWidget_tab__active a {
  background-color: #1ba3e7;
  color: #fff;
}
.estateObjectsHomepageWidget_tab__active span {
  display: block;
}
.estateObjectsHomepageWidget_list {
  padding: 0px 16px 1rem;
  list-style: none;
}
.estateObjectsHomepageWidget_listItem {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  width: 100%;
  margin-bottom: 1rem;
  background-color: #fff;
  box-shadow: 1px 1px 3px rgba(66,69,70,0.2);
}
.estateObjectsHomepageWidget_listItem a {
  width: 100%;
}
.estateObjectsHomepageWidget_listItem:last-child {
  margin-bottom: 0px;
}
.estateObjectsHomepageWidget_listItem__figure {
  width: 100%;
  overflow: hidden;
  margin: 0px;
}
.estateObjectsHomepageWidget_listItem__image {
  width: 100%;
}
.estateObjectsHomepageWidget_listItem__descr {
  width: 100%;
  padding: 20px;
}
.estateObjectsHomepageWidget_listItem__title {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #333;
}
.estateObjectsHomepageWidget_listItem__region {
  font-size: 14px;
  color: #686868;
  font-weight: 300;
  line-height: 24px;
}
.estateObjectsHomepageWidget_listItem__price {
  color: #08c;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
}
.estateObjectsHomepageWidgetCarousel_wrapperWhite {
  width: 100%;
  background-color: #fff;
}
.estateObjectsHomepageWidgetCarousel_wrapper {
  width: 100%;
  margin: auto;
}
.estateObjectsHomepageWidgetCarousel_title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
}
.estateObjectsHomepageWidgetCarousel_content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  overflow: hidden;
  height: 200px;
  position: relative;
}
.estateObjectsHomepageWidgetCarousel_buttons {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  list-style: none;
  padding: 0px;
}
.estateObjectsHomepageWidgetCarousel_buttons a {
  cursor: pointer;
  display: block;
  padding: 10px 15px;
  font-weight: 400;
  background-color: transparent;
  color: #333;
  position: relative;
}
.estateObjectsHomepageWidgetCarousel_buttons a:hover {
  background-color: #1ba3e7;
  color: #fff;
}
.estateObjectsHomepageWidgetCarousel_buttons span {
  display: none;
  width: 17px;
  height: 17px;
  background-color: #1ba3e7;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -8px;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.estateObjectsHomepageWidgetCarousel_item {
  display: none;
  width: 1040px;
  height: 234px;
  margin: auto;
  overflow-x: auto;
  overflow-y: hidden;
  position: relative;
}
.estateObjectsHomepageWidgetCarousel_item__active {
  display: block;
}
.estateObjectsHomepageWidgetCarousel_arrow {
  position: absolute;
  display: none;
  height: 10vw;
  width: 10vw;
  border: 1px solid #08c;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  margin: auto 0px;
  cursor: pointer;
}
.estateObjectsHomepageWidgetCarousel_arrow:hover {
  background-color: #08c;
}
.estateObjectsHomepageWidgetCarousel_arrow:hover .estateObjectsHomepageWidgetCarousel_arrow__icon {
  color: #fff;
}
.estateObjectsHomepageWidgetCarousel_arrow__left {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg);
}
.estateObjectsHomepageWidgetCarousel_arrow__right {
  right: 0;
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg);
}
.estateObjectsHomepageWidgetCarousel_arrow__icon {
  width: 16px;
  height: 16px;
  margin: auto;
  fill: #08c;
  color: #08c;
}
.estateObjectsHomepageWidgetCarousel_dot {
  width: 8px;
  height: 8px;
  border: 1px solid #08c;
  margin: 0px 8px;
  border-radius: 50%;
}
.estateObjectsHomepageWidgetCarousel_dot__active {
  background-color: #08c;
}
.estateObjectsHomepageWidgetCarousel_tab {
  background-color: #08c;
}
.estateObjectsHomepageWidgetCarousel_tab__active a {
  background-color: #1ba3e7;
  color: #fff;
}
.estateObjectsHomepageWidgetCarousel_tab__active span {
  display: block;
}
.estateObjectsHomepageWidgetCarousel_list {
  padding: 0px;
  list-style: none;
  width: 3000px;
}
.estateObjectsHomepageWidgetCarousel_listItem {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: start;
      -ms-flex-align: start;
          align-items: start;
  position: relative;
  width: 96vw;
  padding-left: 16px;
}
.estateObjectsHomepageWidgetCarousel_listItem__link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  background-color: #f7f7f8;
}
.estateObjectsHomepageWidgetCarousel_listItem__figure {
  height: 162px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin: 0px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.estateObjectsHomepageWidgetCarousel_listItem__image {
  width: 100%;
}
.estateObjectsHomepageWidgetCarousel_listItem__descr {
  width: 100%;
  padding: 0.5rem 1rem;
}
.estateObjectsHomepageWidgetCarousel_listItem__title {
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 24px;
  color: #007cba;
  overflow: hidden;
  max-height: 5.75rem;
}
.estateObjectsHomepageWidgetCarousel_listItem__region {
  font-size: 1rem;
  color: #686868;
  font-weight: 300;
  line-height: 24px;
  margin-top: 0.5rem;
}
.estateObjectsHomepageWidgetCarousel_listItem__price {
  color: #373737;
  font-weight: 600;
  font-size: 22px;
  line-height: 20px;
  margin-top: 0.5rem;
}

/*# sourceMappingURL=maps/main.css.map */
