.header-mobile {
  -webkit-box-shadow: 0 4px 10px rgba(0, 0, 0, .04);
  box-shadow: 0 4px 10px rgba(0, 0, 0, .04)
}

.dropdown-sub-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  z-index: 10;
  height: calc(100vh - 62px);
  font-size: 1.8rem
}

.dropdown-sub-menu.-active {
  display: block
}

.dropdown-sub-menu .but-back {
  position: relative;
  padding-left: 20px
}

.dropdown-sub-menu .but-back:after {
  content: "";
  display: block;
  position: absolute;
  width: 15px;
  height: 7.5px;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  background: url(../img/arrow-dropdown.svg) 0 0/100% no-repeat;
  left: 0;
  top: 50%;
  margin-top: -3.75px
}

.dropdown-sub-menu .subs-item {
  display: none
}

.dropdown-sub-menu .subs-item.-active {
  display: block
}

.dropdown-sub-menu .subs-item .list-item:not(:last-child) {
  padding-bottom: 20px
}

.dropdown-sub-menu .dropdown-group-sub {
  margin-top: 40px;
  padding-top: 40px;
  border-top: 1px solid hsla(0, 0%, 45%, .2)
}

.dropdown-sub-menu .dropdown-group-sub .list-link {
  color: #434647;
  font-size: 16px;
  line-height: 22px
}

.dropdown-sub-menu .dropdown-group-sub .list-link--bold {
  color: #f60
}

.section--annotation-intro {
  height: 460px
}

.section--annotation-intro p {
  font-size: 18px;
  max-width: 693px;
  letter-spacing: -.05em;
  margin: 0
}

.section--annotation-intro .container {
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%
}

.section--annotation-intro .button {
  margin-top: 40px
}

.section-mobile {
  display: none
}

.hero-slider-item-bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}

.hero-slider-item-bg-video--laptop,
.hero-slider-item-bg-video--mobile,
.hero-slider-item-bg-video--tablet {
  display: none
}

.abs-title {
  font-size: 42px;
  line-height: 54px
}

.abs-title__without-banner {
  max-width: 935px
}

.abs-title-text {
  max-width: 855px;
  margin-top: 40px;
  font-size: 18px
}

.section--tax-abs-select .section-row {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.flatpickr-calendar {
  background: transparent;
  opacity: 0;
  display: none;
  text-align: center;
  visibility: hidden;
  padding: 0;
  -webkit-animation: none;
  animation: none;
  direction: ltr;
  border: 0;
  font-size: 14px;
  line-height: 24px;
  position: absolute;
  width: 432px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  background: #fff;
  border: 1px solid #a6adaf;
  border-top: 0;
  margin-top: -6px;
  border-bottom-left-radius: 4px
}

.flatpickr-calendar.inline,
.flatpickr-calendar.open {
  opacity: 1;
  max-height: 640px;
  visibility: visible
}

.flatpickr-calendar.open {
  display: inline-block;
  z-index: 99999
}

.flatpickr-calendar.animate.open {
  -webkit-animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1);
  animation: fpFadeInDown .3s cubic-bezier(.23, 1, .32, 1)
}

.flatpickr-calendar.inline {
  display: block;
  position: relative;
  top: 2px
}

.flatpickr-calendar.static {
  position: absolute;
  top: calc(100% + 2px)
}

.flatpickr-calendar.static.open {
  z-index: 999;
  display: block
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+1) .flatpickr-day.inRange:nth-child(7n+7) {
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.flatpickr-calendar.multiMonth .flatpickr-days .dayContainer:nth-child(n+2) .flatpickr-day.inRange:nth-child(7n+1) {
  -webkit-box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -2px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-calendar .hasTime .dayContainer,
.flatpickr-calendar .hasWeeks .dayContainer {
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0
}

.flatpickr-calendar .hasWeeks .dayContainer {
  border-left: 0
}

.flatpickr-calendar.showTimeInput.hasTime .flatpickr-time {
  height: 40px;
  border-top: 1px solid #e6e6e6
}

.flatpickr-calendar.noCalendar.hasTime .flatpickr-time {
  height: auto
}

.flatpickr-calendar:focus {
  outline: 0
}

.flatpickr-wrapper {
  position: relative;
  display: inline-block
}

.flatpickr-months {
  margin: 0;
  position: relative
}

.flatpickr-months .flatpickr-month {
  background: #faf5f1;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9);
  height: 60px;
  line-height: 1;
  text-align: center;
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

.flatpickr-months .flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month {
  text-decoration: none;
  cursor: pointer;
  position: absolute;
  top: 16px;
  line-height: 16px;
  height: 28px;
  padding: 10px;
  z-index: 3;
  color: rgba(0, 0, 0, .9);
  fill: rgba(0, 0, 0, .9)
}

.flatpickr-months .flatpickr-next-month.disabled,
.flatpickr-months .flatpickr-prev-month.disabled {
  display: none
}

.flatpickr-months .flatpickr-next-month i,
.flatpickr-months .flatpickr-prev-month i {
  position: relative
}

.flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
  left: 80px
}

.flatpickr-months .flatpickr-next-month.flatpickr-next-month,
.flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
  right: 80px
}

.flatpickr-months .flatpickr-next-month:hover,
.flatpickr-months .flatpickr-prev-month:hover {
  color: #959ea9
}

.flatpickr-months .flatpickr-next-month:hover svg,
.flatpickr-months .flatpickr-prev-month:hover svg {
  fill: #404040
}

.flatpickr-months .flatpickr-next-month svg,
.flatpickr-months .flatpickr-prev-month svg {
  width: 14px;
  height: 14px
}

.flatpickr-months .flatpickr-next-month svg path,
.flatpickr-months .flatpickr-prev-month svg path {
  -webkit-transition: fill .1s;
  -o-transition: fill .1s;
  transition: fill .1s;
  fill: inherit
}

.numInputWrapper {
  position: relative;
  height: auto
}

.numInputWrapper input,
.numInputWrapper span {
  display: inline-block
}

.numInputWrapper input {
  width: 100%
}

.numInputWrapper input::-ms-clear {
  display: none
}

.numInputWrapper span {
  position: absolute;
  right: 0;
  width: 14px;
  padding: 0 4px 0 2px;
  height: 50%;
  line-height: 50%;
  opacity: 0;
  cursor: pointer;
  border: 1px solid rgba(57, 57, 57, .15);
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.numInputWrapper span:hover {
  background: rgba(0, 0, 0, .1)
}

.numInputWrapper span:active {
  background: rgba(0, 0, 0, .2)
}

.numInputWrapper span:after {
  display: block;
  content: "";
  position: absolute
}

.numInputWrapper span.arrowUp {
  top: 0;
  border-bottom: 0
}

.numInputWrapper span.arrowUp:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-bottom: 4px solid rgba(57, 57, 57, .6);
  top: 26%
}

.numInputWrapper span.arrowDown {
  top: 50%
}

.numInputWrapper span.arrowDown:after {
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid rgba(57, 57, 57, .6);
  top: 40%
}

.numInputWrapper span svg {
  width: inherit;
  height: auto
}

.numInputWrapper span svg path {
  fill: rgba(0, 0, 0, .5)
}

.numInputWrapper:hover {
  background: rgba(0, 0, 0, .05)
}

.numInputWrapper:hover span {
  opacity: 1
}

.flatpickr-current-month {
  font-size: 135%;
  line-height: inherit;
  font-weight: 300;
  color: inherit;
  position: absolute;
  width: 75%;
  left: 12.5%;
  line-height: 1;
  top: 23px;
  height: 28px;
  display: inline-block;
  text-align: center;
  -webkit-transform: translateZ(0);
  transform: translateZ(0)
}

.flatpickr-current-month span.cur-month {
  font-family: inherit;
  color: inherit;
  font-size: 16px;
  display: inline-block;
  margin-left: .5ch;
  padding: 0;
  color: #434647;
  font-weight: 400
}

.flatpickr-current-month .numInputWrapper {
  width: 6ch;
  width: 7ch\0;
  font-size: 16px;
  font-weight: 400;
  display: inline-block;
  color: #434647
}

.flatpickr-current-month .numInputWrapper span.arrowUp:after {
  border-bottom-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month .numInputWrapper span.arrowDown:after {
  border-top-color: rgba(0, 0, 0, .9)
}

.flatpickr-current-month input.cur-year {
  background: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  cursor: text;
  padding: 0 0 0 .5ch;
  margin: 0;
  display: inline-block;
  font-size: inherit;
  font-family: inherit;
  font-weight: 400;
  line-height: inherit;
  height: auto;
  border: 0;
  border-radius: 0;
  vertical-align: initial
}

.flatpickr-current-month input.cur-year:focus {
  outline: 0
}

.flatpickr-current-month input.cur-year[disabled],
.flatpickr-current-month input.cur-year[disabled]:hover {
  font-size: 100%;
  color: rgba(0, 0, 0, .5);
  background: transparent;
  pointer-events: none
}

.flatpickr-weekdays {
  background: transparent;
  text-align: center;
  overflow: hidden;
  font-size: 14px;
  color: #727272;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 46px;
  border-bottom: 1px solid #d4d4d4
}

.flatpickr-weekdays .flatpickr-weekdaycontainer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1
}

span.flatpickr-weekday {
  cursor: default;
  background: transparent;
  color: #a4a2a2;
  line-height: 1;
  margin: 0;
  text-align: center;
  display: block;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bolder
}

.dayContainer,
.flatpickr-weeks {
  padding: 1px 0 0
}

.flatpickr-days {
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%
}

.flatpickr-days:focus {
  outline: 0
}

.dayContainer {
  padding: 10px 0;
  outline: 0;
  text-align: left;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: inline-block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  opacity: 1
}

.dayContainer+.dayContainer {
  -webkit-box-shadow: -1px 0 0 #e6e6e6;
  box-shadow: -1px 0 0 #e6e6e6
}

.flatpickr-day {
  background: none;
  border: 1px solid transparent;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #404040;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  width: 14.2857143%;
  -ms-flex-preferred-size: 14.2857143%;
  flex-basis: 14.2857143%;
  max-width: 35px;
  height: 35px;
  line-height: 32px;
  margin: 2px 8px;
  display: inline-block;
  position: relative;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.flatpickr-day.inRange,
.flatpickr-day.nextMonthDay.inRange,
.flatpickr-day.nextMonthDay.today.inRange,
.flatpickr-day.nextMonthDay:focus,
.flatpickr-day.nextMonthDay:hover,
.flatpickr-day.prevMonthDay.inRange,
.flatpickr-day.prevMonthDay.today.inRange,
.flatpickr-day.prevMonthDay:focus,
.flatpickr-day.prevMonthDay:hover,
.flatpickr-day.today.inRange,
.flatpickr-day:focus,
.flatpickr-day:hover {
  cursor: pointer;
  outline: 0;
  background: #f2994a;
  border-color: #f2994a;
  color: #fff
}

.flatpickr-day.today {
  background: #f2994a;
  border-color: #f2994a;
  color: #fff
}

.flatpickr-day.today:focus,
.flatpickr-day.today:hover {
  border-color: #f60;
  background: #f60;
  color: #fff
}

.flatpickr-day.endRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.endRange.nextMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.endRange:focus,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected,
.flatpickr-day.selected.inRange,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.selected:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.startRange:focus,
.flatpickr-day.startRange:hover {
  border-color: #f2994a;
  background: #f2994a;
  color: #fff
}

.flatpickr-day.endRange.startRange,
.flatpickr-day.selected.startRange,
.flatpickr-day.startRange.startRange {
  border-radius: 50px 0 0 50px
}

.flatpickr-day.endRange.endRange,
.flatpickr-day.selected.endRange,
.flatpickr-day.startRange.endRange {
  border-radius: 0 50px 50px 0
}

.flatpickr-day.endRange.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.selected.startRange+.endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange+.endRange:not(:nth-child(7n+1)) {
  -webkit-box-shadow: -10px 0 0 #569ff7;
  box-shadow: -10px 0 0 #569ff7
}

.flatpickr-day.endRange.startRange.endRange,
.flatpickr-day.selected.startRange.endRange,
.flatpickr-day.startRange.startRange.endRange {
  border-radius: 50px
}

.flatpickr-day.inRange {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6;
  box-shadow: -5px 0 0 #e6e6e6, 5px 0 0 #e6e6e6
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover,
.flatpickr-day.nextMonthDay,
.flatpickr-day.notAllowed,
.flatpickr-day.notAllowed.nextMonthDay,
.flatpickr-day.notAllowed.prevMonthDay,
.flatpickr-day.prevMonthDay {
  color: rgba(57, 57, 57, .3);
  background: transparent;
  border-color: transparent;
  cursor: default
}

.flatpickr-day.disabled,
.flatpickr-day.disabled:hover {
  cursor: not-allowed;
  color: rgba(57, 57, 57, .1)
}

.flatpickr-day.week.selected {
  border-radius: 0;
  -webkit-box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7;
  box-shadow: -5px 0 0 #569ff7, 5px 0 0 #569ff7
}

.flatpickr-day.hidden {
  visibility: hidden
}

.rangeMode .flatpickr-day {
  margin-top: 1px
}

.flatpickr-weekwrapper {
  display: inline-block;
  float: left
}

.flatpickr-weekwrapper .flatpickr-weeks {
  padding: 0 12px;
  -webkit-box-shadow: 1px 0 0 #e6e6e6;
  box-shadow: 1px 0 0 #e6e6e6
}

.flatpickr-weekwrapper .flatpickr-weekday {
  float: none;
  width: 100%;
  line-height: 28px
}

.flatpickr-weekwrapper span.flatpickr-day,
.flatpickr-weekwrapper span.flatpickr-day:hover {
  display: block;
  width: 100%;
  max-width: none;
  color: rgba(57, 57, 57, .3);
  background: transparent;
  cursor: default;
  border: none
}

.flatpickr-innerContainer {
  display: block;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden
}

.flatpickr-innerContainer,
.flatpickr-rContainer {
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.flatpickr-rContainer {
  display: inline-block;
  padding: 0;
  width: 100%
}

.flatpickr-time {
  text-align: center;
  outline: 0;
  display: block;
  height: 0;
  line-height: 40px;
  max-height: 40px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.flatpickr-time:after {
  content: "";
  display: table;
  clear: both
}

.flatpickr-time .numInputWrapper {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 40%;
  height: 40px;
  float: left
}

.flatpickr-time .numInputWrapper span.arrowUp:after {
  border-bottom-color: #393939
}

.flatpickr-time .numInputWrapper span.arrowDown:after {
  border-top-color: #393939
}

.flatpickr-time.hasSeconds .numInputWrapper {
  width: 26%
}

.flatpickr-time.time24hr .numInputWrapper {
  width: 49%
}

.flatpickr-time input {
  background: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 0;
  border-radius: 0;
  text-align: center;
  margin: 0;
  padding: 0;
  height: inherit;
  line-height: inherit;
  color: #393939;
  font-size: 14px;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box
}

.flatpickr-time input.flatpickr-hour {
  font-weight: 700
}

.flatpickr-time input.flatpickr-minute,
.flatpickr-time input.flatpickr-second {
  font-weight: 400
}

.flatpickr-time input:focus {
  outline: 0;
  border: 0
}

.flatpickr-time .flatpickr-am-pm,
.flatpickr-time .flatpickr-time-separator {
  height: inherit;
  display: inline-block;
  float: left;
  line-height: inherit;
  color: #393939;
  font-weight: 700;
  width: 2%;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center
}

.flatpickr-time .flatpickr-am-pm {
  outline: 0;
  width: 18%;
  cursor: pointer;
  text-align: center;
  font-weight: 400
}

.flatpickr-time .flatpickr-am-pm:focus,
.flatpickr-time .flatpickr-am-pm:hover,
.flatpickr-time input:focus,
.flatpickr-time input:hover {
  background: #f3f3f3
}

.flatpickr-input[readonly] {
  cursor: pointer
}

@-webkit-keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

@keyframes fpFadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0)
  }
  to {
    opacity: 1;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
  }
}

.flatpickr-reset {
  margin-top: -25px;
  padding: 11px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  text-align: left;
  padding-left: 50px;
  font-size: 18px;
  color: #000;
  background: #e6e6e6;
  cursor: pointer;
  position: relative
}

.flatpickr-reset:after {
  content: "\2716";
  position: absolute;
  color: #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: auto;
  right: 60px;
  top: 12px
}

.caledar-block #flat {
  position: relative;
  background: #fff;
  border: 1px solid #a6adaf;
  border-radius: 4px;
  color: #434647;
  width: 100%;
  font-size: 2rem;
  -webkit-transition: .25s ease;
  -o-transition: .25s ease;
  transition: .25s ease;
  cursor: pointer;
  z-index: 0;
  padding: 18px 20px
}

.entry-custom {
  position: relative;
  height: 100%;
  width: 100%;
  background: #faf5f1;
  overflow: hidden;
  border-radius: 4px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.entry-custom__empty {
  height: 224px
}

.entry-custom__media {
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 224px;
  z-index: 1;
  background-position: 50% 0;
  background-repeat: no-repeat
}

.entry-custom__content {
  z-index: 2;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  padding: 30px 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.entry-custom__body {
  margin-bottom: 40px
}

.entry-custom__title {
  font-weight: 400;
  margin-bottom: 10px
}

.entry-custom__icons {
  margin-top: 30px
}

.entry-custom__footer {
  margin-top: auto
}

.partner-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px
}

.partner-icon__text {
  margin-left: 18px;
  letter-spacing: -.05em;
  color: #727272
}

.partner-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 20px
}

.partner-list-item {
  width: calc(100%/3 - 13px);
  margin-top: 40px
}

.partner-list__more {
  text-align: center
}

.partner-list__button {
  margin: 40px auto 0
}

.partner-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  border: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 0 30px 40px
}

.partner-card--m {
  min-height: 460px
}

.partner-card--l {
  min-height: 540px
}

.partner-card__media {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  min-height: 190px;
  border-bottom: 1px solid #d4d4d4
}

.partner-card__content,
.partner-card__media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.partner-card__content {
  margin-top: 40px;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.partner-card__title {
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 40px
}

.partner-card__description,
.partner-card__title {
  letter-spacing: -.05em
}

.partner-card__description--small {
  font-size: 16px
}

.partner-card__description--medium {
  font-size: 20px
}

.partner-card__footer {
  margin-top: auto;
  font-size: 18px;
  letter-spacing: -.05em
}

.partner-card__footer span {
  font-weight: 400
}

.partner-card__href {
  display: block;
  margin-top: 15px;
  color: #f60
}

.section--take-advantage .section-row-item {
  width: 50%
}

.section--take-advantage h3 {
  margin-bottom: 50px;
  line-height: 54px
}

.section--take-advantage .phone-big {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: inherit;
  font-size: 6.2rem;
  margin-bottom: 50px
}

.section--take-advantage .phone-big .phone-text {
  padding-left: 18px
}

.section--take-advantage .list-item {
  margin-bottom: 50px
}

.services-daily-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.services-daily-item {
  width: 32%
}

.section--daily-pif .container {
  padding-bottom: 0
}

.daily-pif {
  height: 430px;
  position: relative
}

.daily-pif-info {
  position: relative;
  padding-top: 70px;
  padding-left: 70px;
  z-index: 4;
  color: #fff
}

.daily-pif-title {
  margin-bottom: 30px;
  line-height: 54px;
  font-size: 42px;
  letter-spacing: -.05em
}

.daily-pif-item {
  margin-bottom: 15px;
  display: inline-block;
  position: relative;
  line-height: 23px;
  font-size: 18px;
  letter-spacing: -.05em
}

.daily-pif-item:hover {
  color: #f60
}

.daily-pif-item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 1px;
  background: #f60
}

.section--daily-services .container {
  padding-top: 30px
}

.personal {
  border: 1px solid #d4d4d4;
  border-radius: 4px;
  margin-top: 40px;
  max-width: 700px
}

.personal-block-wrapper {
  padding: 50px 70px
}

.personal-title {
  font-size: 30px;
  margin-bottom: 50px
}

.personal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.personal-item:not(:last-child) {
  margin-bottom: 40px
}

.personal-item img {
  margin-right: 15px
}

.personal-item-desc {
  letter-spacing: -.05em;
  line-height: 20px;
  font-size: 18px
}

.personal-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.personal-item-title {
  color: #a6adaf;
  font-size: 15px;
  padding-bottom: 5px
}

.row-wrapper {
  margin-bottom: 60px
}

.row-wrapper-big {
  margin-bottom: 100px
}

.tabs-item-date {
  color: #727272;
  font-size: 15px;
  margin-bottom: 30px
}

.tabs-item-title {
  margin-bottom: 40px
}

.tabs-item-description p {
  padding-bottom: 15px
}

.news-and-events .tabs-title,
.press-center-info .tabs-title {
  margin-bottom: 60px
}

.news-and-events .accordion,
.press-center-info .accordion {
  display: none
}

.news-block {
  -webkit-box-orient: horizontal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.news-block,
.news-block-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.news-block-item {
  background: #faf5f1;
  width: calc(100%/2 - 15px);
  padding: 50px 70px 70px;
  border-radius: 4px;
  -webkit-box-orient: vertical;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 40px
}

.news-block-item-date {
  font-size: 15px;
  color: #727272;
  margin-bottom: 30px
}

.news-block-item-title {
  font-size: 30px;
  margin-bottom: 40px;
  line-height: 38px;
  letter-spacing: -.05em
}

.news-block-item-content {
  padding-bottom: 20px
}

.load-more-block {
  text-align: center
}

.adv-information {
  background: #faf5f1;
  padding: 50px 70px 80px
}

.adv-information .abs-title {
  margin-bottom: 60px
}

.adv-information-content {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.adv-information-content,
.adv-information-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.adv-information-content-item {
  margin-right: 100px
}

.adv-information-content-item img {
  margin-right: 10px
}

.adv-information-content-item .description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.adv-information-content-item .description .file-info {
  font-size: 14px;
  color: #a6adaf
}

.section--partner-offers p {
  max-width: 555px
}

.partners-offers {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.partners-offers-item {
  width: 32%;
  min-height: 540px;
  margin-bottom: 40px
}

.partners-offers-item .entry-custom__content {
  background: #fff;
  border: 1px solid #d4d4d4;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 0 0 4px 4px
}

.partners-offers-item .entry-custom__content p {
  font-size: 18px;
  margin: 30px 0
}

.section--contacts-info .container {
  padding-bottom: 40px
}

.section--contacts-info h2 {
  margin-bottom: 4rem
}

.section--contacts-info .section-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section--contacts-info .section-row-item {
  width: 32%
}

.section--contacts-info .section-row-item .tile {
  padding-top: 40px
}

.section--contacts-info .section-row-item .tile-title {
  margin-bottom: 30px;
  line-height: 38px;
  font-size: 30px;
  letter-spacing: -.05em
}

.section--contacts-info .section-row-item .tile-phone {
  margin-bottom: 15px;
  line-height: 28px;
  font-size: 20px;
  font-weight: 500
}

.section--contacts-info .section-row-item .tile-description {
  line-height: 21px;
  font-size: 15px;
  margin-bottom: 30px
}

.section--contacts-info .section-row-item p {
  margin-bottom: 40px;
  line-height: 25px;
  font-size: 18px
}

.section-form--callback-cont {
  margin: 60px 0
}

.section--contacts-client .container {
  padding-top: 0;
  padding-bottom: 0
}

.section--contacts-client .clients-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section--contacts-client .clients-row-item {
  width: 32%
}

.section--contacts-client .clients-row-item p {
  line-height: 25px;
  font-size: 18px
}

.section--contacts-client h3 {
  line-height: 42px;
  font-size: 30px
}

.section--contacts-client .button {
  margin-top: 40px
}

.section--contacts-client .punkt {
  margin-bottom: 40px;
  background: none
}

.section--contacts-client .punkt-description {
  line-height: 21px;
  margin-bottom: 15px;
  font-size: 15px;
  color: #727272
}

.section--contacts-client .punkt-phone {
  line-height: 28px;
  font-size: 20px;
  font-weight: 500;
  color: #434647
}

.section--contacts-client .punkt-link {
  margin-right: 20px
}

.section--previlege-info-online .container {
  padding-bottom: 0 !important
}

.online-services-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 497px;
  border: 1px solid #d4d4d4;
  border-radius: 4px
}

.online-services-item:not(:last-child) {
  margin-bottom: 40px
}

.online-services-item__info {
  width: 840px;
  padding: 0 60px 0 70px;
  letter-spacing: -.05em
}

.online-services-item .highlight {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.online-services-item .highlight-holder {
  width: 45%;
  margin-bottom: 40px
}

.online-services-item__highlight {
  margin-top: 60px
}

.online-services-item__image {
  width: 600px;
  height: 100%;
  background-size: cover;
  background-position: 50%
}

.section.section--previlege-info h2 {
  line-height: 54px;
  margin-bottom: 60px
}

.section.section--previlege-info .previlege-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 40px;
  border: 1px solid #d4d4d4;
  border-radius: 4px
}

.section.section--previlege-info .previlege-row-info {
  width: 50%;
  padding: 60px 60px 70px 70px;
  letter-spacing: -.05em
}

.section.section--previlege-info .previlege-row-image {
  width: 50%;
  background-size: cover
}

.section.section--previlege-info .previlege-row .highlight {
  margin-bottom: 60px
}

.section.section--previlege-info .previlege-row h2 {
  line-height: 59px
}

.section--estate_partners .filter-city {
  max-width: 806px;
  width: 100%;
  margin-top: 60px
}

.section--estate_partners .filter-city label {
  font-size: 20px;
  font-weight: 400
}

.disclosure-info .abs-title {
  max-width: 950px;
  margin-bottom: 60px
}

.disclosure-item {
  border-radius: 4px;
  background: #faf5f1
}

.disclosure-item:not(:last-child) {
  margin-bottom: 20px
}

.disclosure-item .accordeon-content {
  display: none;
  padding: 20px 40px 50px
}

.disclosure-item .accordeon-content .file-content {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.disclosure-item .accordeon-content .file-content,
.disclosure-item .accordeon-content .file-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.disclosure-item .accordeon-content .file-content-item {
  width: calc(100%/2 - 33px)
}

.disclosure-item .accordeon-content .file-content-item:nth-child(odd) {
  margin-right: 33px
}

.disclosure-item .accordeon-content .file-content-item:not(:nth-last-child(-n+2)) {
  margin-bottom: 40px
}

.disclosure-item .accordeon-content .file-content-item-description {
  padding-left: 81px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background: url("../img/highlights/99.svg") no-repeat 0 0;
  background-size: 68px
}

.disclosure-item .accordeon-content .file-content-item-description .title {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 10px
}

.disclosure-item .accordeon-content .file-content-item-description .date,
.disclosure-item .accordeon-content .file-content-item-description .info {
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -.05em;
  color: #a6adaf
}

.disclosure-item .accordeon-content .full-content-item-title {
  line-height: 22px;
  font-size: 16px;
  margin-bottom: 15px;
  font-weight: 400
}

.disclosure-item .accordeon-content .full-content-item-date,
.disclosure-item .accordeon-content .full-content-item-desc {
  color: #a6adaf;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -.05em
}

.disclosure-item .accordeon-content .full-content-item:not(:last-child) {
  margin-bottom: 40px
}

.disclosure-item .accordeon-content .sides-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.disclosure-item .accordeon-content .sides-content-item:not(:last-child) {
  margin-bottom: 40px
}

.disclosure-item .accordeon-content .sides-content-item-left {
  width: calc(17% - 30px);
  line-height: 21px;
  font-size: 16px;
  letter-spacing: -.05em;
  color: #727272
}

.disclosure-item .accordeon-content .sides-content-item-right {
  width: calc(83% - 30px)
}

.disclosure-item .accordeon-content .sides-content-item-right .sides-title {
  line-height: 22px;
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 15px
}

.disclosure-item .accordeon-content .sides-content-item-right .sides-title a {
  color: #f60
}

.disclosure-item .accordeon-content .sides-content-item-right .sides-date,
.disclosure-item .accordeon-content .sides-content-item-right .sides-desc {
  color: #a6adaf;
  line-height: 18px;
  font-size: 14px;
  letter-spacing: -.05em
}

.disclosure-item-head {
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -.05em;
  padding: 30px 115px 30px 40px;
  position: relative;
  font-weight: 400
}

.disclosure-item-head:after {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 9px 7px 0;
  border-color: #434647 transparent transparent;
  top: 50%;
  right: 30px;
  margin-top: -3.5px
}

.disclosure .accordeon-title {
  cursor: pointer
}

.disclosure-item.active .accordeon-content {
  display: block
}

.disclosure-item.active .disclosure-item-head:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
  -ms-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.news-and-events {
  margin-top: 60px
}

.news-and-events .tabs-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 50px
}

.news-and-events .tabs-wrapper .tabs-title {
  margin-right: 30px;
  margin-bottom: 0
}

.news-and-events .tabs-wrapper .form-field {
  width: 300px
}

.news-and-events .tabs-wrapper .form-field .choices__inner {
  padding: 18px 20px
}

.flatpickr-calendar.news_events {
  width: 300px
}

.flatpickr-calendar.news_events .flatpickr-prev-month {
  left: 15px
}

.flatpickr-calendar.news_events .flatpickr-next-month {
  right: 15px
}

.flatpickr-calendar.news_events .flatpickr-day {
  margin: 2px
}

.section--tax-tiles .tile .tile-title {
  line-height: 45px;
  font-size: 30px;
  margin-bottom: 45px
}

.section--tax-tiles .tile .list-item .range-slider {
  width: 394px;
  max-width: 394px
}

.section--tax-tiles .tile .list-item .range-slider .range-slider-title {
  font-size: 16px;
  font-weight: 400;
  padding-left: 25px
}

.section--tax-tiles .tile .list-item .range-slider .range-slider-value {
  background: #fff
}

.section--tax-tiles .button {
  margin-top: 40px
}

.section--tax-tiles .cashback-item {
  margin-top: 40px;
  font-size: 30px;
  line-height: 32px;
  letter-spacing: -.05em
}

.section--tax-tiles .cashback-item .cash-val {
  font-size: 42px;
  font-weight: 400;
  color: #f60
}

.section--tax-tiles .cashback-item .rub {
  font-size: 20px;
  font-weight: 400
}

.section--tax-tiles .cashback-info {
  line-height: 23px;
  font-size: 15px;
  margin-top: 38px;
  color: #727272
}

#tax .investments-slider .slider-item {
  position: relative
}

#tax .investments-slider .action-mark {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  width: 120px
}

#tax .investment {
  position: relative
}

#tax .investment .action-mark {
  position: absolute;
  left: 0;
  top: 0;
  width: 120px
}

#tax .investment-header {
  border: 0
}

#tax .table-investments-aside-header {
  border: none
}

#tax .investment-tile-body table td {
  width: 16px
}

#tax .table-investments-aside {
  max-width: 490px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 490px;
  flex: 0 0 490px
}

#tax .table-investments-aside-row {
  padding-right: 10px;
  line-height: 25px;
  font-size: 18px
}

#tax .tax-price {
  line-height: 25px;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  color: #f60
}

#tax .tax-notice {
  margin-top: 20px;
  font-size: 15px;
  text-align: center
}

#tax .tax-notice a {
  color: #f60
}

#tax .button {
  margin-top: 20px
}

#tax .info-text {
  margin-top: 60px;
  font-size: 15px;
  color: #727272
}

#map {
  height: 700px
}

.section--contacts-object .filter-block {
  margin-top: 60px
}

.section--contacts-object .filter-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section--contacts-object .filter-row--checkbox {
  margin-top: 30px
}

.section--contacts-object .filter-row--checkbox .checkbox-item {
  margin-right: 75px
}

.section--contacts-object .filter-row .filter-select-item--small {
  width: 35%
}

.section--contacts-object .filter-row .filter-select-item--big {
  width: 65%;
  margin-left: 20px
}

.map-wrap {
  position: relative;
  margin-top: 60px
}

.map-wrap .map-info-block {
  position: absolute;
  height: 100%;
  width: 480px;
  top: 0;
  left: 0
}

.map-wrap .map-info-block__search {
  background: #f3f3f3;
  position: relative
}

.map-wrap .map-info-block__search input {
  padding: 28px 20px;
  width: 100%;
  max-width: 398px;
  border: none;
  background: transparent;
  font-size: 20px;
  line-height: normal;
  color: #434647
}

.map-wrap .map-info-block__search button {
  position: absolute;
  width: 20px;
  height: 20px;
  top: 30px
}

.map-wrap .map-info-block__search button.search-reset {
  background: url("../img/contacts-icons/close-icon.svg") 0 0/100% no-repeat;
  display: inline-block;
  padding: 0;
  margin: 0;
  border: 0;
  right: 20px
}

.map-wrap .map-info-block__search button.search-button {
  right: 60px
}

.map-wrap .map-info-block__items {
  height: 620px;
  background: #fff;
  padding: 0 20px 0 35px;
  overflow: auto
}

.map-info-item {
  cursor: pointer;
  border-bottom: 1px solid #c4c4c4;
  padding: 20px 0
}

.map-info-item:hover .map-info-item__num {
  color: #fff;
  background: #f60
}

.map-info-item:hover .map-info-item__name {
  color: #f60
}

.map-info-item.-active .map-info-item__num {
  color: #fff;
  background: #f60
}

.map-info-item.-active .map-info-item__name {
  font-weight: 400
}

.map-info-item.-active .map-info-item__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.map-info-item__num,
.map-info-item__wrap-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.map-info-item__num {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border: 1px solid #f60;
  border-radius: 30px;
  color: #f60;
  font-size: 14px
}

.map-info-item__name {
  line-height: 24px;
  font-size: 16px;
  padding-left: 20px;
  width: 90%
}

.map-info-item__wrap {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 20px
}

.map-item-descr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.map-item-descr:not(:last-child) {
  margin-bottom: 28px
}

.map-item-descr__icon {
  width: 40px
}

.map-item-descr__icon img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto
}

.map-item-descr__text {
  padding-left: 20px;
  line-height: 24px;
  font-size: 16px;
  width: 90%
}

.map-item-descr__text--href {
  color: #f60;
  font-size: 20px
}

.new-buildings-slider .hero-slider-item {
  height: 760px;
  padding-top: 100px
}

.new-buildings-slider .hero-slider-item .hero-content {
  padding-left: 70px
}

.new-buildings-slider-desc {
  line-height: 38px;
  font-size: 30px;
  letter-spacing: -.05em;
  margin: 40px 0 60px
}

.new-buildings-slider .tns-outer .tns-controls [data-controls=prev] {
  left: 60px;
  background: url("../img/arrow-prev-dark.svg")
}

.new-buildings-slider .tns-outer .tns-controls [data-controls=next] {
  right: 60px;
  width: 40px;
  background: url("../img/arrow-next-dark.svg")
}

.new-buildings-filter {
  background: #faf5f1;
  margin-bottom: 70px
}

.new-buildings-filter .container {
  padding-bottom: 70px
}

.new-buildings-filter .filter-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.new-buildings-filter .filter-block-controls {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.new-buildings-filter .filter-block-controls,
.new-buildings-filter .filter-block-controls .show-more-params {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.new-buildings-filter .filter-block-controls .show-more-params {
  line-height: 26px;
  font-size: 20px;
  color: #f60;
  cursor: pointer
}

.new-buildings-filter .filter-block-controls .show-more-params:hover .show-more-params-icon {
  background: #f60
}

.new-buildings-filter .filter-block-controls .show-more-params:hover .show-more-params-icon:after,
.new-buildings-filter .filter-block-controls .show-more-params:hover .show-more-params-icon:before {
  background: #fff
}

.new-buildings-filter .filter-block-controls .show-more-params-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #f60;
  border: 1px solid #f60;
  border-radius: 40px;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  margin-top: 5px
}

.new-buildings-filter .filter-block-controls .show-more-params-icon:after,
.new-buildings-filter .filter-block-controls .show-more-params-icon:before {
  content: "";
  position: absolute;
  background: #f60
}

.new-buildings-filter .filter-block-controls .show-more-params-icon:after {
  width: 16px;
  height: 1px;
  top: 50%;
  right: 11px
}

.new-buildings-filter .filter-block-controls .show-more-params-icon:before {
  height: 16px;
  width: 1px;
  right: 50%;
  top: 11px
}

.new-buildings-filter .filter-block-controls .show-more-params-icon.active:before {
  display: none
}

.new-buildings-filter .filter-block-controls .show-more-params-title {
  padding-left: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.new-buildings-filter .filter-block-item-half {
  width: calc(100%/2 - 15px)
}

.new-buildings-filter .filter-block-item-half:first-child {
  margin-right: 30px
}

.new-buildings-filter .filter-block-item {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-bottom: 50px
}

.new-buildings-filter .filter-block-item,
.new-buildings-filter .filter-block-item-group {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.new-buildings-filter .filter-block-item .form-label {
  margin-bottom: 20px;
  font-weight: 400
}

.new-buildings-filter .filter-block-item .range-slider-title {
  padding-left: 0;
  margin-bottom: 15px;
  font-weight: 400
}

.new-buildings-filter .filter-block-item .range-slider {
  max-width: 100%
}

.new-buildings-filter .filter-block-item .range-slider-value {
  height: 77px;
  background: #fff;
  border-bottom: 1px solid #a6adaf;
  border-left: 1px solid #a6adaf;
  border-right: 1px solid #a6adaf;
  border-radius: 4px;
  line-height: 26px;
  font-size: 20px
}

.new-buildings-filter .filter-block-item .form-label,
.new-buildings-filter .filter-block-item .range-slider-title {
  line-height: 26px;
  font-size: 20px
}

.new-buildings-filter .filter-block-item-rooms {
  width: 235px;
  margin-right: 30px
}

.new-buildings-filter .filter-block-item-price {
  width: 360px
}

.new-buildings-filter .filter-block-item-price:first-child {
  margin-right: 10px
}

.new-buildings-filter .filter-block-item-price:last-child {
  margin-right: 30px
}

.new-buildings-filter .filter-block-item-square {
  width: 200px
}

.new-buildings-filter .filter-block-item-square:first-child {
  margin-right: 10px
}

.new-buildings-filter .filter-block-item-deadline {
  width: 267px;
  margin-right: 30px
}

.new-buildings-filter .filter-block-item-house_type {
  width: 320px;
  margin-right: 30px
}

.new-buildings-filter .filter-block-item-kitchen {
  width: 280px
}

.new-buildings-filter .filter-block-item-kitchen:first-child {
  margin-right: 10px
}

.new-buildings-filter .filter-block-item-kitchen:last-child {
  margin-right: 30px
}

.new-buildings-filter .filter-block-item-roof {
  width: 192px
}

.new-buildings-filter .filter-block-item-roof .form-label {
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis
}

.new-buildings-filter .filter-block-item.hidden {
  visibility: hidden;
  height: 0;
  opacity: 0;
  margin-bottom: 0
}

.new-buildings-filter .filter-block-item.hidden.active {
  visibility: visible;
  height: 100%;
  opacity: 1;
  margin-bottom: 50px
}

.new-buildings-result {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.new-buildings-result .result-item {
  width: calc(100%/2 - 15px);
  background: #faf5f1;
  border-radius: 4px;
  margin-bottom: 40px
}

.new-buildings-result .result-item .item-map-hidden {
  display: none
}

.new-buildings-result .result-item .item-map-hidden .item-map-element {
  height: 285px;
  background-position: 50%
}

.new-buildings-result .result-item .item-map-hidden.active {
  display: block
}

.new-buildings-result .result-item-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.new-buildings-result .result-item-content-block {
  padding: 40px 40px 55px
}

.new-buildings-result .result-item-content-title {
  line-height: 42px;
  font-size: 30px;
  margin-bottom: 30px
}

.new-buildings-result .result-item-content-price {
  color: #f60;
  line-height: 30px;
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px
}

.new-buildings-result .result-item-content-location {
  line-height: 24px;
  font-size: 16px;
  margin-bottom: 30px
}

.new-buildings-result .result-item-content-metro {
  line-height: 24px;
  font-size: 16px;
  padding: 5px 0 7px 42px;
  background: url("../img/metro.svg") no-repeat 0
}

.new-buildings-result .result-item-content-rooms .content-room-row {
  border-top: 1px solid #e3e3e3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 35px 40px;
  line-height: 27px;
  font-size: 18px
}

.new-buildings-result .result-item-content-rooms .content-room-row:last-child {
  border-bottom: 1px solid #e3e3e3
}

.new-buildings-result .result-item-content-show-map {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer
}

.new-buildings-result .result-item-content-show-map .show-map-btn {
  padding: 30px 0 30px 55px;
  text-align: center;
  line-height: 26px;
  font-size: 20px;
  color: #f60;
  background: url("../img/marker.svg") no-repeat 0
}

.new-buildings-result .result-item-image {
  height: 290px;
  background-position: 50%
}

.new-buildings-result .result-item-image.hide {
  height: 0
}

.section--estate_base .filter-city .form-label {
  font-weight: 400
}

.section--estate_base .filter-city .form-field {
  max-width: 806px
}

.section--estate_base .estate-items {
  margin-top: 60px
}

.section--estate_base .estate-items__more {
  text-align: center
}

.section--estate_base .estate-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 40px;
  margin-top: 40px;
  background: #faf5f1;
  border-radius: 4px;
  cursor: pointer
}

.section--estate_base .estate-item__img {
  max-width: 300px;
  border-radius: 4px;
  overflow: hidden
}

.section--estate_base .estate-item__info {
  max-width: 610px;
  margin-left: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.section--estate_base .estate-item__name {
  font-size: 20px;
  font-weight: 400;
  letter-spacing: -.05em
}

.section--estate_base .estate-item__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section--estate_base .estate-item__description,
.section--estate_base .estate-item__hidden-descr {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.section--estate_base .estate-item__hidden-descr {
  display: none
}

.section--estate_base .estate-item__hidden-descr.-active,
.section--estate_base .estate-item__more-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.section--estate_base .estate-item__more-info {
  margin-top: 90px;
  height: 100%;
  width: 290px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.section--estate_base .estate-item__more-info:hover .estate-item__more-icon {
  background: #f60
}

.section--estate_base .estate-item__more-info:hover .estate-item__more-icon:after,
.section--estate_base .estate-item__more-info:hover .estate-item__more-icon:before {
  background: #fff
}

.section--estate_base .estate-item__more-icon {
  position: relative;
  width: 40px;
  height: 40px;
  background: transparent;
  color: #f60;
  border: 1px solid #f60;
  border-radius: 40px;
  font-size: 30px;
  line-height: 32px;
  text-align: center
}

.section--estate_base .estate-item__more-icon:after,
.section--estate_base .estate-item__more-icon:before {
  content: "";
  position: absolute;
  background: #f60
}

.section--estate_base .estate-item__more-icon:after {
  width: 16px;
  height: 1px;
  top: 50%;
  right: 11px
}

.section--estate_base .estate-item__more-icon:before {
  height: 16px;
  width: 1px;
  right: 50%;
  top: 11px
}

.section--estate_base .estate-item__more-icon.-active:before {
  display: none
}

.section--estate_base .estate-item__more-text {
  padding-left: 15px;
  color: #f60;
  font-size: 20px;
  min-width: 220px
}

.section--estate_base .estate-description-item {
  font-size: 16px;
  width: 50%;
  margin-top: 30px
}

.section--estate_base .estate-description-item:nth-child(2n) {
  padding-left: 80px
}

.section--estate_base .estate-description-item__title {
  letter-spacing: -.05em;
  color: #a6adaf
}

.section--estate_base .estate-description-item__value {
  margin-top: 15px
}

.press-contact {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.press-contact-title {
  line-height: 54px;
  font-size: 42px;
  letter-spacing: -.05em;
  margin-bottom: 50px
}

.press-contact-name {
  line-height: 38px;
  font-size: 30px;
  letter-spacing: -.05em;
  margin-bottom: 40px
}

.press-contact-contacts {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.press-contact-contacts,
.press-contact-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.press-contact-item:not(:last-child) {
  margin-right: 65px
}

.press-contact-item-image {
  margin-right: 20px
}

.press-contact-item-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.press-contact-item-text-title {
  line-height: 21px;
  font-size: 15px;
  letter-spacing: -.05em;
  margin-bottom: 10px;
  color: #d4d4d4
}

.press-contact-item-text-name {
  line-height: 25px;
  font-size: 18px;
  letter-spacing: -.05em;
  font-weight: 300
}

.press-center .container.full-width .sides-left {
  width: 100%
}

.press-center .container.full-width .sides-right {
  display: none
}

.press-center .container.full-width .sides .tabs-content {
  max-width: 100%
}

.press-center .container {
  padding-top: 60px
}

.press-center .tabs-title .tabs-item+.tabs-item {
  margin-left: 30px
}

.press-center .choices__inner {
  padding: 19px 40px
}

.press-center .tabs-title {
  margin-bottom: 60px
}

.press-center .tabs-content {
  max-width: 800px
}

.press-center .accordion {
  display: none
}

.press-center .sides {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.press-center .sides-left {
  width: calc(70% - 100px)
}

.press-center .sides-right {
  width: 30%
}

.press-center .sides-right .right-news {
  padding: 40px 50px 40px 40px;
  background: #faf5f1;
  border-radius: 4px
}

.press-center .sides-right .right-news-item.active .right-news-item-name {
  border-bottom: none;
  font-weight: 400
}

.press-center .sides-right .right-news-item:not(:last-child) {
  margin-bottom: 40px
}

.press-center .sides-right .right-news-item-date {
  color: #727272;
  line-height: 19px;
  font-size: 15px;
  letter-spacing: -.05em;
  margin-bottom: 20px
}

.press-center .sides-right .right-news-item-name {
  line-height: 26px;
  font-size: 20px;
  letter-spacing: -.05em;
  border-bottom: 1px solid #f60
}

@media (min-width:1121px) {
  .entry-custom__media--hover-image:hover {
    height: 100%
  }
  .entry-custom__media--hover-image:hover:after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, .6)));
    background: -webkit-linear-gradient(top, transparent, rgba(0, 0, 0, .6));
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .6) 100%);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, .6))
  }
  .entry-custom__media--hover-image:hover+.entry-custom__content {
    color: #fff
  }
  .entry-custom__media--hover-text:hover {
    height: 100%
  }
  .entry-custom__media--hover-text:hover+.entry-custom__content {
    background: #faf5f1
  }
}

@media screen and (max-width:1900px) {
  .hero-slider-item-bg-video--dekstop {
    display: none
  }
  .hero-slider-item-bg-video--laptop {
    display: block
  }
}

@media (max-width:1650px) {
  .section--annotation-intro--hidden-lg {
    display: none
  }
  .flatpickr-calendar {
    width: 372px
  }
  .entry-custom__content {
    padding: 30px 30px 40px
  }
  .entry-custom__body {
    margin-bottom: 30px
  }
  .partners-offers-item {
    min-height: 560px
  }
  .online-services-item__image {
    width: 470px
  }
}

@media (max-width:1440px) {
  .news-block-item {
    width: calc(100%/2 - 15px)
  }
}

@media screen and (max-width:1440px) {
  .hero-slider-item-bg-video--laptop {
    display: none
  }
  .hero-slider-item-bg-video--tablet {
    display: block
  }
}

@media (max-width:1250px) {
  .section--estate_base .estate-item__more-info {
    width: 350px
  }
  .section--estate_base .estate-description-item:nth-child(2n) {
    padding-left: 20px
  }
}

@media screen and (max-width:1200px) {
  .section--tax-abs-select .section-row-item--title {
    width: 100%;
    margin-bottom: 40px
  }
  .section--tax-abs-select .section-row-item .highlight-text {
    padding-left: 30px
  }
}

@media (max-width:1150px) {
  .online-services-item .highlight-holder {
    width: 40%;
    margin-bottom: 30px
  }
}

@media (max-width:1120px) {
  .section--annotation-intro {
    height: 300px
  }
  .section--annotation-intro p {
    max-width: 509px
  }
  .section--annotation-intro .button {
    margin-top: 30px
  }
  .section-laptop {
    display: none !important
  }
  .section-mobile {
    display: block !important
  }
  .abs-title {
    font-size: 36px;
    line-height: 46px
  }
  .abs-title__without-banner {
    padding-top: 60px
  }
  .abs-title-text {
    margin-top: 30px
  }
  .abs-title-text--hidden {
    display: none
  }
  .entry-custom__media {
    background-size: cover
  }
  .partner-list-item {
    width: 100%;
    margin-top: 30px
  }
  .partner-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    min-height: 100%;
    padding: 30px 30px 30px 0
  }
  .partner-card__media {
    border-bottom: none;
    border-right: 1px solid #d4d4d4;
    width: 260px;
    min-height: 100%
  }
  .partner-card__media img {
    max-width: 200px
  }
  .partner-card__content {
    width: calc(100% - 290px);
    margin-left: 30px;
    margin-top: 0
  }
  .partner-card__title {
    margin-bottom: 30px
  }
  .partner-card__footer {
    margin-top: 30px
  }
  .section--take-advantage .section-row-item {
    width: 100%
  }
  .section--take-advantage .section-row-item h2 {
    font-size: 36px
  }
  .section--take-advantage h3 {
    line-height: 46px;
    font-size: 36px;
    margin-bottom: 40px
  }
  .section--take-advantage .phone-big {
    font-size: 42px
  }
  .section--take-advantage .phone-big .phone-text {
    font-size: 42px;
    line-height: 58px
  }
  .section--take-advantage .list-item {
    margin-bottom: 30px
  }
  .section--take-advantage .highlight-text {
    line-height: 27px;
    font-size: 18px
  }
  .services-daily-list {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .services-daily-item {
    width: 100%;
    margin-bottom: 30px
  }
  .daily-pif {
    height: 330px
  }
  .daily-pif-info {
    padding-top: 40px;
    padding-left: 40px
  }
  .daily-pif-title {
    line-height: 46px;
    font-size: 36px
  }
  .daily-pif-item {
    line-height: 23px;
    font-size: 18px
  }
  .section--daily-order--hidden {
    display: none
  }
  .news-block-item {
    width: 100%;
    margin-bottom: 30px
  }
  .adv-information-content-item {
    width: 400px
  }
  .adv-information-content-item:not(:last-child) {
    margin-bottom: 40px
  }
  .partners-offers-item {
    width: calc(50% - 15px)
  }
  .section--contacts-info .container {
    padding-bottom: 0
  }
  .section--contacts-info .section-row-item {
    width: 100%;
    margin-bottom: 30px
  }
  .section--contacts-info .section-row-item .tile-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .section--contacts-info .section-row-item .tile-item {
    width: 50%;
    padding-right: 50px
  }
  .section-form--callback-cont {
    margin: 0 0 50px
  }
  .section--contacts-client .clients-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .section--contacts-client .clients-row-item:first-child {
    width: 100%;
    margin-bottom: 50px
  }
  .section--contacts-client .clients-row-item--contacts {
    width: 65%
  }
  .section--contacts-client h3 br {
    display: none
  }
  .section--contacts-client .punkt-link {
    display: block;
    margin-bottom: 20px
  }
  .online-services-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto
  }
  .online-services-item__info {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-top: 40px;
    padding: 0 40px 0 34px
  }
  .online-services-item__highlight {
    margin-top: 40px
  }
  .online-services-item__image {
    width: 100%;
    height: 270px;
    margin-bottom: auto
  }
  .online-services-item .button {
    margin: 10px 0 40px
  }
  .section.section--previlege-info h2 {
    display: none
  }
  .section.section--previlege-info .previlege-row {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .section.section--previlege-info .previlege-row-info {
    width: 100%;
    padding: 40px
  }
  .section.section--previlege-info .previlege-row-image {
    width: 100%;
    height: 270px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }
  .section.section--previlege-info .previlege-row .highlight {
    margin-bottom: 40px
  }
  .section.section--previlege-info .previlege-row .highlight-text {
    font-size: 18px
  }
  .section.section--previlege-info .previlege-row h2 {
    display: block;
    margin-bottom: 40px
  }
  .section--estate_partners .filter-city {
    margin-top: 50px
  }
  .disclosure-item .accordeon-content .file-content-item:not(:nth-last-child(-n+2)),
  .disclosure-item .accordeon-content .full-content-item:not(:last-child) {
    margin-bottom: 30px
  }
  .disclosure-item .accordeon-content .sides-content-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }
  .disclosure-item .accordeon-content .sides-content-item:not(:last-child) {
    margin-bottom: 30px
  }
  .disclosure-item .accordeon-content .sides-content-item-left {
    width: 100%;
    margin-bottom: 30px
  }
  .disclosure-item .accordeon-content .sides-content-item-right {
    width: 100%
  }
  .news-and-events {
    margin-top: 50px
  }
  .news-and-events .tabs-wrapper .tabs-title {
    width: calc(100%/2 - 15px)
  }
  .news-and-events .tabs-wrapper .tabs-scroller {
    overflow: auto
  }
  .news-and-events .tabs-wrapper .form-field {
    width: calc(100%/2 - 15px)
  }
  .section--tax-tiles .tile {
    padding: 40px
  }
  #tax .investment-tile-footer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: auto
  }
  #tax .investment-tile-body table th {
    padding-right: 328px
  }
  #tax .tax-price {
    text-align: left
  }
  #tax .tax-notice {
    margin-top: 10px;
    text-align: left
  }
  #tax .info-text {
    display: none
  }
  #map {
    height: 450px
  }
  .section--contacts-object .filter-block {
    margin-top: 50px
  }
  .section--contacts-object .filter-row--select {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .section--contacts-object .filter-row--checkbox {
    margin-top: 0
  }
  .section--contacts-object .filter-row .filter-select-item {
    width: 100%;
    margin: 0 0 30px
  }
  .map-wrap {
    margin-top: 50px
  }
  .map-wrap .map-info-block {
    position: static;
    width: 100%
  }
  .map-wrap .map-info-block__items {
    height: 480px
  }
  .map-info-item__wrap {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .map-item-descr {
    width: 50%
  }
  .map-item-descr--tel {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2
  }
  .map-item-descr--list {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3
  }
  .map-item-descr--href {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4
  }
  .map-item-descr__text {
    width: 85%
  }
  .new-buildings-slider .hero-slider-item {
    height: 420px
  }
  .new-buildings-slider .hero-slider-item .hero-content {
    padding-left: 30px
  }
  .new-buildings-slider-desc {
    margin: 20px 0 40px
  }
  .new-buildings-filter {
    margin-bottom: 50px
  }
  .new-buildings-filter .container {
    padding-bottom: 50px
  }
  .new-buildings-filter .filter-block-item-half {
    width: 100%;
    margin-bottom: 40px
  }
  .new-buildings-filter .filter-block-item-half:first-child {
    margin-right: 0
  }
  .new-buildings-filter .filter-block-item {
    margin-bottom: 0;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .new-buildings-filter .filter-block-item-group.price {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-bottom: 40px
  }
  .new-buildings-filter .filter-block-item-group.price .filter-block-item-price {
    width: 100%
  }
  .new-buildings-filter .filter-block-item-group.square {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    width: calc(80% - 10px);
    margin-bottom: 40px
  }
  .new-buildings-filter .filter-block-item-group.square .filter-block-item-square {
    width: 100%
  }
  .new-buildings-filter .filter-block-item-group.kitchen {
    width: calc(80% - 10px);
    margin-bottom: 40px;
    margin-right: 20px
  }
  .new-buildings-filter .filter-block-item-group.kitchen .filter-block-item-kitchen {
    width: 100%
  }
  .new-buildings-filter .filter-block-item-rooms {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-right: 20px;
    width: calc(20% - 10px)
  }
  .new-buildings-filter .filter-block-item-price:last-child {
    margin-right: 0
  }
  .new-buildings-filter .filter-block-item-square {
    width: 100%
  }
  .new-buildings-filter .filter-block-item-deadline,
  .new-buildings-filter .filter-block-item-house_type {
    width: calc(50% - 10px);
    margin: 0 10px 40px 0
  }
  .new-buildings-filter .filter-block-item-kitchen:last-child {
    margin-right: 0
  }
  .new-buildings-filter .filter-block-item-roof {
    width: calc(20% - 10px)
  }
  .new-buildings-filter .filter-block-item.hidden.active {
    margin-bottom: 0
  }
  .new-buildings-result .result-item {
    width: 100%;
    margin-bottom: 30px
  }
  .section--estate_base .estate-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }
  .section--estate_base .estate-item__info {
    margin: 40px 0 0;
    max-width: 100%;
    width: 100%
  }
  .section--estate_base .estate-item__more-info {
    margin-top: 40px
  }
  .section--estate_base .estate-description-item:nth-child(2n) {
    padding-left: 80px
  }
  .press-contact-title {
    line-height: 46px;
    font-size: 36px
  }
  .press-contact-name {
    margin-bottom: 30px
  }
  .press-contact-contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .press-contact-item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 30px
  }
  .press-contact-item-image {
    margin-right: 26px
  }
  .press-center .tabs-title {
    margin-bottom: 50px
  }
  .press-center .tabs-content {
    max-width: 100%
  }
  .press-center .sides {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: unset;
    -ms-flex-pack: unset;
    justify-content: unset
  }
  .press-center .sides-left {
    width: 100%;
    margin-bottom: 60px
  }
  .press-center .sides-right {
    width: 100%
  }
}

@media screen and (max-width:768px) {
  .hero-slider-item-bg-video--tablet {
    display: none
  }
  .hero-slider-item-bg-video--mobile {
    display: block
  }
}

@media (max-width:767px) {
  .flatpickr-innerContainer {
    padding: 10px 10px 0
  }
}

@media (max-width:650px) {
  .section--annotation-intro {
    height: 420px
  }
  .section--annotation-intro h2 {
    font-size: 36px
  }
  .abs-title {
    font-size: 30px;
    line-height: 38px
  }
  .abs-title__without-banner {
    padding-top: 50px
  }
  .section--tax-abs-select .section-row-item--title {
    margin-bottom: 10px
  }
  .section--tax-abs-select .section-row-item--title h3 {
    line-height: 38px;
    font-size: 30px
  }
  .section--tax-abs-select .section-row-item .highlight {
    margin-top: 30px
  }
  .section--tax-abs-select .section-row-item .highlight-text {
    padding-left: 10px;
    max-width: 90%
  }
  .flatpickr-calendar {
    width: calc(100% - 30px)
  }
  .flatpickr-day {
    margin: 2px 5px
  }
  .entry-custom__empty,
  .entry-custom__media {
    height: 150px
  }
  .entry-custom__content {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    padding: 30px 18px 30px 20px;
    font-size: 1.4rem
  }
  .entry-custom__body+.entry-custom__footer {
    font-size: 1.6rem
  }
  .entry-custom__body p {
    font-size: 16px
  }
  .entry-custom__title {
    font-size: 20px
  }
  .partner-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 20px 30px
  }
  .partner-card__media {
    border-right: none;
    border-bottom: 1px solid #d4d4d4;
    width: 100%;
    min-height: 140px
  }
  .partner-card__content {
    width: 100%;
    margin-left: 0;
    margin-top: 30px
  }
  .partner-card__description--medium,
  .partner-card__title {
    font-size: 18px
  }
  .section--take-advantage h3 {
    font-size: 3rem;
    line-height: 38px
  }
  .section--take-advantage .phone-big {
    font-size: 3rem
  }
  .section--take-advantage .phone-big .phone-text {
    font-size: 36px;
    line-height: 40px
  }
  .section--take-advantage .phone-big img {
    width: 38px;
    height: 38px
  }
  .section--take-advantage .highlight-text {
    width: 90%;
    font-size: 14px;
    line-height: 21px
  }
  .daily-pif-info {
    padding-top: 30px;
    padding-left: 30px
  }
  .daily-pif-title {
    line-height: 38px;
    font-size: 30px
  }
  .daily-pif-item {
    line-height: 23px;
    font-size: 18px
  }
  .personal-block-wrapper {
    padding: 20px 30px
  }
  .personal-title {
    line-height: 28px;
    font-size: 22px;
    letter-spacing: -.05em
  }
  .personal-item-desc {
    font-size: 14px
  }
  .row-wrapper {
    margin-bottom: 40px
  }
  .row-wrapper-big {
    margin-bottom: 60px
  }
  .tabs-item-title {
    margin-bottom: 30px
  }
  .tabs-item-description {
    height: 100px;
    overflow: hidden;
    margin-bottom: 15px
  }
  .news-and-events .tabs-title,
  .press-center-info .tabs-title {
    margin-bottom: 30px
  }
  .news-and-events .accordion,
  .press-center-info .accordion {
    display: block
  }
  .news-block-item {
    padding: 30px 20px
  }
  .news-block-item,
  .news-block-item-date {
    margin-bottom: 20px
  }
  .news-block-item-title {
    font-size: 22px;
    line-height: 28px;
    margin-bottom: 30px
  }
  .news-block-item-content {
    display: none
  }
  .adv-information {
    padding: 30px 15px
  }
  .adv-information .abs-title {
    font-size: 21px;
    margin-bottom: 30px;
    line-height: 28px;
    letter-spacing: -.05em
  }
  .adv-information-content-item {
    margin-right: 0
  }
  .adv-information-content-item:not(:last-child) {
    margin-bottom: 40px
  }
  .partners-offers-item {
    width: 100%;
    min-height: 100%
  }
  .partners-offers-item .entry-custom__content p {
    font-size: 14px;
    margin-bottom: 0
  }
  .partners-offers-item .entry-custom__title {
    font-size: 18px
  }
  .section--contacts-info .section-row-item .tile-item {
    width: 100%;
    padding-right: 20px
  }
  .section--contacts-info .section-row-item .tile-title {
    line-height: 28px;
    font-size: 22px
  }
  .section--contacts-info .section-row-item .tile-phone {
    line-height: 25px;
    font-size: 18px
  }
  .section--contacts-info .section-row-item .tile-description {
    line-height: 18px;
    font-size: 13px
  }
  .section-form--callback-cont {
    margin: 0 0 40px
  }
  .section--contacts-client .clients-row-item {
    width: 100%
  }
  .section--contacts-client .clients-row-item p {
    line-height: 22px;
    font-size: 16px
  }
  .section--contacts-client h3 {
    line-height: 31px;
    font-size: 22px
  }
  .section--contacts-client .button {
    margin-top: 30px
  }
  .section--contacts-client .punkt {
    margin-bottom: 30px
  }
  .section--contacts-client .punkt-description {
    margin-bottom: 10px;
    line-height: 18px;
    font-size: 13px
  }
  .section--contacts-client .punkt-phone {
    line-height: 25px;
    font-size: 18px
  }
  .online-services-item {
    border: none
  }
  .online-services-item__info {
    padding: 0 15px;
    margin-top: 30px
  }
  .online-services-item .highlight-holder {
    width: 100%;
    margin-bottom: 20px
  }
  .online-services-item .highlight-text {
    width: 90%
  }
  .online-services-item__highlight {
    margin-top: 30px
  }
  .online-services-item__image {
    height: 200px
  }
  .online-services-item .button {
    margin: 10px 0 0
  }
  .section.section--previlege-info .container {
    padding-left: 0;
    padding-right: 0
  }
  .section.section--previlege-info .previlege-row {
    border: none;
    margin-bottom: 0
  }
  .section.section--previlege-info .previlege-row-info {
    padding: 30px 15px 40px
  }
  .section.section--previlege-info .previlege-row-image {
    height: 200px
  }
  .section.section--previlege-info .previlege-row .highlight-text {
    width: 90%
  }
  .section.section--previlege-info .previlege-row h2 {
    margin-bottom: 30px
  }
  .section--estate_partners .filter-city {
    margin-top: 40px
  }
  .section--estate_partners .filter-city label {
    font-size: 14px
  }
  .disclosure-item .accordeon-content {
    padding: 0 15px 30px
  }
  .disclosure-item .accordeon-content .file-content-item {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }
  .disclosure-item .accordeon-content .file-content-item:nth-child(odd) {
    margin-right: 0
  }
  .disclosure-item .accordeon-content .file-content-item:not(:last-child) {
    margin-bottom: 30px
  }
  .disclosure-item .accordeon-content .file-content-item-description .title {
    line-height: 20px;
    font-size: 14px
  }
  .disclosure-item .accordeon-content .file-content-item-description .date,
  .disclosure-item .accordeon-content .file-content-item-description .info {
    line-height: 18px;
    font-size: 14px
  }
  .disclosure-item .accordeon-content .full-content-item-title {
    line-height: 20px;
    font-size: 14px
  }
  .disclosure-item .accordeon-content .full-content-item-date,
  .disclosure-item .accordeon-content .full-content-item-desc {
    line-height: 18px;
    font-size: 14px
  }
  .disclosure-item .accordeon-content .full-content-item {
    margin-bottom: 20px
  }
  .disclosure-item .accordeon-content .sides-content-item-left {
    line-height: 18px;
    font-size: 14px;
    margin-bottom: 20px
  }
  .disclosure-item .accordeon-content .sides-content-item-right .sides-title {
    line-height: 20px;
    font-size: 14px
  }
  .disclosure-item .accordeon-content .sides-content-item-right .sides-date,
  .disclosure-item .accordeon-content .sides-content-item-right .sides-desc {
    line-height: 18px;
    font-size: 14px
  }
  .disclosure-item-head {
    padding: 30px 60px 30px 15px;
    line-height: 23px;
    font-size: 18px
  }
  .news-and-events {
    margin-top: 40px
  }
  .news-and-events .tabs-wrapper .tabs-title {
    margin-right: 0;
    width: 100%;
    margin-bottom: 20px
  }
  .news-and-events .tabs-wrapper .form-field {
    width: 100%
  }
  .flatpickr-calendar.news_events {
    width: calc(100% - 30px)
  }
  .section--tax-tiles .tile {
    padding: 20px
  }
  .section--tax-tiles .tile .tile-title {
    line-height: 33px;
    font-size: 22px;
    margin-bottom: 30px
  }
  .section--tax-tiles .tile .list-item:not(:first-child) {
    margin-top: 30px
  }
  .section--tax-tiles .tile .list-item .highlight-text {
    max-width: 90%
  }
  .section--tax-tiles .tile .list-item .range-slider {
    width: 100%;
    max-width: 100%
  }
  .section--tax-tiles .tile .list-item .range-slider .range-slider-title {
    padding-left: 15px;
    font-size: 14px;
    margin-bottom: 10px
  }
  .section--tax-tiles .tile .list-item .range-slider .range-slider-title .help {
    line-height: 18px;
    font-size: 12px;
    width: 19px;
    height: 19px;
    margin-left: 15px
  }
  .section--tax-tiles .button {
    margin-top: 30px
  }
  .section--tax-tiles .cashback-item {
    font-size: 22px;
    margin-top: 30px
  }
  .section--tax-tiles .cashback-item .cash-val {
    font-size: 36px
  }
  .section--tax-tiles .cashback-info {
    margin-top: 30px
  }
  #tax .investments-slider .action-mark {
    width: 70px
  }
  #tax .investment-tile-body table th {
    padding-right: 40px
  }
  .section--contacts-object .filter-block {
    margin-top: 40px
  }
  .section--contacts-object .filter-row--checkbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }
  .section--contacts-object .filter-row--checkbox .checkbox-item {
    margin-bottom: 15px
  }
  .map-wrap {
    margin-top: 40px
  }
  .map-wrap .map-info-block__search input {
    font-size: 14px;
    padding: 17px 15px
  }
  .map-wrap .map-info-block__search button {
    top: 18px;
    width: 15px;
    height: 15px
  }
  .map-wrap .map-info-block__search button.search-reset {
    right: 15px
  }
  .map-wrap .map-info-block__search button.search-button {
    right: 40px
  }
  .map-wrap .map-info-block__items {
    padding: 0 20px 0 30px;
    height: 600px
  }
  .map-info-item__num {
    width: 34px;
    height: 34px;
    font-size: 12px
  }
  .map-info-item__name {
    padding-left: 15px;
    font-size: 14px;
    line-height: 21px;
    width: 83%
  }
  .map-item-descr {
    width: 100%
  }
  .map-item-descr:not(:last-child) {
    margin-bottom: 20px
  }
  .map-item-descr__icon {
    width: 34px
  }
  .map-item-descr__text {
    padding-left: 15px;
    font-size: 14px;
    width: 83%
  }
  .new-buildings-slider .hero-slider-item .hero-content h2 {
    line-height: 46px;
    font-size: 36px;
    letter-spacing: -.05em
  }
  .new-buildings-slider .hero-slider-item .hero-content {
    padding-left: 0
  }
  .new-buildings-slider-desc {
    line-height: 28px;
    font-size: 22px;
    letter-spacing: -.05em;
    margin: 10px 0 30px
  }
  .new-buildings-filter {
    margin-bottom: 30px
  }
  .new-buildings-filter .container {
    padding-bottom: 30px
  }
  .new-buildings-filter .choices__inner,
  .new-buildings-filter .choices__list--dropdown .choices__item,
  .new-buildings-filter .form-field-control {
    padding: 16px 20px
  }
  .new-buildings-filter .filter-block-controls {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }
  .new-buildings-filter .filter-block-controls input {
    width: 167px;
    margin: 0 auto
  }
  .new-buildings-filter .filter-block-controls .show-more-params-icon {
    width: 34px;
    height: 34px
  }
  .new-buildings-filter .filter-block-controls .show-more-params-icon:after {
    width: 14px;
    right: 9px
  }
  .new-buildings-filter .filter-block-controls .show-more-params-icon:before {
    height: 14px;
    top: 9.5px
  }
  .new-buildings-filter .filter-block-controls .show-more-params {
    font-size: 14px;
    width: 210px;
    margin: 0 auto 30px
  }
  .new-buildings-filter .filter-block-item .form-label,
  .new-buildings-filter .filter-block-item .range-slider-title {
    font-size: 14px
  }
  .new-buildings-filter .filter-block-item-group.square {
    margin-bottom: 30px;
    width: 100%
  }
  .new-buildings-filter .filter-block-item-group.price {
    margin-bottom: 30px
  }
  .new-buildings-filter .filter-block-item-group.kitchen {
    margin-bottom: 30px;
    width: 100%;
    margin-right: 0
  }
  .new-buildings-filter .filter-block-item .range-slider-value {
    height: 53px;
    font-size: 14px
  }
  .new-buildings-filter .filter-block-item-rooms {
    margin-right: 0;
    width: 100%;
    margin-bottom: 30px
  }
  .new-buildings-filter .filter-block-item-deadline,
  .new-buildings-filter .filter-block-item-house_type,
  .new-buildings-filter .filter-block-item-roof {
    width: 100%;
    margin: 0 0 30px
  }
  .new-buildings-result .result-item {
    margin-bottom: 20px
  }
  .new-buildings-result .result-item-content-block {
    padding: 20px 30px 36px 20px
  }
  .new-buildings-result .result-item-content-title {
    line-height: 31px;
    font-size: 22px
  }
  .new-buildings-result .result-item-content-price {
    line-height: 24px;
    font-size: 16px
  }
  .new-buildings-result .result-item-content-location {
    line-height: 21px;
    font-size: 14px
  }
  .new-buildings-result .result-item-content-metro {
    line-height: 21px;
    font-size: 14px;
    padding: 8px 0 7px 42px
  }
  .new-buildings-result .result-item-content-rooms .content-room-row {
    padding: 34px 20px;
    line-height: 21px;
    font-size: 14px
  }
  .new-buildings-result .result-item-content-rooms .content-room-row-item {
    width: calc(100%/3 - 20px)
  }
  .new-buildings-result .result-item-content-show-map .show-map-btn {
    line-height: 21px;
    font-size: 14px
  }
  .section--estate_base .estate-item {
    padding: 30px 15px;
    margin-top: 20px
  }
  .section--estate_base .estate-item__info {
    margin: 30px 0 0
  }
  .section--estate_base .estate-item__name {
    font-size: 18px
  }
  .section--estate_base .estate-item__more-info {
    margin-top: 30px;
    width: 100%
  }
  .section--estate_base .estate-item__more-icon {
    width: 34px;
    height: 34px
  }
  .section--estate_base .estate-item__more-icon:after {
    width: 14px;
    right: 9px
  }
  .section--estate_base .estate-item__more-icon:before {
    height: 14px;
    top: 9.5px
  }
  .section--estate_base .estate-item__more-text {
    font-size: 16px
  }
  .section--estate_base .estate-description-item {
    width: 100%;
    font-size: 14px;
    margin-top: 20px
  }
  .section--estate_base .estate-description-item:nth-child(2n) {
    padding-left: 0
  }
  .press-contact-title {
    line-height: 38px;
    font-size: 30px;
    margin-bottom: 40px
  }
  .press-contact-item-image {
    margin-right: 12px
  }
  .press-contact-item-text-name,
  .press-contact-item-text-title {
    line-height: 20px;
    font-size: 14px
  }
  .press-center .choices__inner {
    padding: 19px 20px
  }
  .press-center .tabs-title {
    margin-bottom: 30px
  }
  .press-center .accordion {
    display: block
  }
  .press-center .sides-right .right-news {
    padding: 30px 20px
  }
  .press-center .sides-right .right-news-item-name {
    line-height: 23px;
    font-size: 18px
  }
}

@media (max-width:500px) {
  .flatpickr-months .flatpickr-next-month.flatpickr-prev-month,
  .flatpickr-months .flatpickr-prev-month.flatpickr-prev-month {
    left: 30px
  }
  .flatpickr-months .flatpickr-next-month.flatpickr-next-month,
  .flatpickr-months .flatpickr-prev-month.flatpickr-next-month {
    right: 30px
  }
}

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