@charset "UTF-8";
/*stylelint-disable*/
/* shadows */
/* Transitions */
/* Breakpoints */
/* На данном этапе участвуют только в respond-to-min */
/* Sizes */
/* Z-indexes */
/*stylelint-enable*/
/*stylelint-disable*/
/* For respond-to */
/* End respond-to */
/*stylelint-enable*/
/*stylelint-disable*/
/* Animations */
/*stylelint-enable*/
.realtors-header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 375px;
  color: white;
  background-image: url(/static/images/realtors-header.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #f2f2f2; }
  @media only screen and (max-width: 750px) {
    .realtors-header {
      height: 242px;
      padding: 20px 0; } }
  .realtors-header._index {
    height: 444px;
    background-image: url("https://cdn.brusnika.ru/media/realtors-header.png"); }
    .realtors-header._index:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      display: block;
      width: 100%;
      height: 100%;
      z-index: 1; }
    @media only screen and (max-width: 750px) {
      .realtors-header._index {
        height: 418px;
        padding: 20px 0;
        background-image: url("https://cdn.brusnika.ru/media/realtors-header-mobile.png"); } }
  .realtors-header.--main {
    position: relative;
    background-image: url(/static/images/realtors-main-header.jpg); }
    @media only screen and (max-width: 750px) {
      .realtors-header.--main {
        height: 320px; }
        .realtors-header.--main:before {
          content: '';
          position: absolute;
          left: 0;
          top: 0;
          display: block;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.4);
          z-index: 1; } }
  .realtors-header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    z-index: 2; }
    .realtors-header__container._index {
      display: block;
      height: auto;
      padding-top: 122px; }
      @media only screen and (max-width: 750px) {
        .realtors-header__container._index {
          padding-top: 166px; } }
    .realtors-header__container.--main {
      display: block;
      height: auto;
      padding-top: 124px; }
      @media only screen and (max-width: 750px) {
        .realtors-header__container.--main {
          position: relative;
          padding-top: 64px;
          z-index: 2; } }
  .realtors-header__title {
    margin-top: auto;
    margin-bottom: 40px;
    font-size: 34px;
    line-height: 49px; }
    @media only screen and (max-width: 750px) {
      .realtors-header__title {
        margin-bottom: 0;
        font-size: 26px;
        line-height: 30px; } }
    .realtors-header__title._index {
      max-width: 428px;
      margin-top: auto;
      margin-bottom: 20px;
      font-size: 36px;
      font-weight: 700;
      line-height: 48px; }
      @media only screen and (max-width: 750px) {
        .realtors-header__title._index {
          font-size: 24px;
          line-height: 32px;
          margin-bottom: 8px; } }
    .realtors-header__title.--main {
      margin-bottom: 20px; }
      @media only screen and (max-width: 750px) {
        .realtors-header__title.--main {
          color: #fff; } }
  .realtors-header__text {
    max-width: 426px;
    margin-bottom: 30px;
    font-style: normal;
    font-size: 16px;
    line-height: 33px; }
    @media only screen and (max-width: 750px) {
      .realtors-header__text {
        width: 100%;
        line-height: 24px; } }
    .realtors-header__text._index {
      max-width: 428px;
      margin-bottom: 30px;
      font-style: normal;
      font-size: 16px;
      line-height: 24px; }
      @media only screen and (max-width: 750px) {
        .realtors-header__text._index {
          margin-bottom: 16px;
          font-style: normal;
          font-size: 14px;
          line-height: 20px; } }
  .realtors-header__button {
    width: 288px;
    height: 59px; }
  .realtors-header__callback {
    display: none;
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    min-width: 180px;
    padding: 12px 20px;
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
    background-color: #ff001f;
    border-radius: 8px; }
    .realtors-header__callback:hover {
      background-color: #ff1a35; }
    @media only screen and (max-width: 750px) {
      .realtors-header__callback {
        display: block; } }

.realtors-section {
  padding-top: 48px; }
  @media only screen and (max-width: 750px) {
    .realtors-section {
      padding-top: 32px; } }
  .realtors-section.--small {
    padding-top: 28px; }
    @media only screen and (max-width: 750px) {
      .realtors-section.--small {
        padding-top: 20px; } }
    .realtors-section.--small .realtors-section__title {
      margin-bottom: 28px;
      font-size: 20px;
      line-height: 160%; }
      @media only screen and (max-width: 750px) {
        .realtors-section.--small .realtors-section__title {
          width: 100%;
          margin-bottom: 20px;
          font-size: 14px;
          line-height: 148%; } }
      .realtors-section.--small .realtors-section__title._w841 {
        max-width: 841px; }
      @media only screen and (max-width: 750px) {
        .realtors-section.--small .realtors-section__title.--cabinet {
          margin-bottom: 0; } }
  .realtors-section.--form {
    padding-top: 44px; }
    @media only screen and (max-width: 750px) {
      .realtors-section.--form {
        padding-top: 22px; } }
    .realtors-section.--form .realtors-section__title {
      margin-bottom: 36px; }
      @media only screen and (max-width: 750px) {
        .realtors-section.--form .realtors-section__title {
          margin-bottom: 20px; } }
  @media only screen and (max-width: 750px) {
    .realtors-section.--tabs {
      padding-top: 0; } }
  .realtors-section__menu-mob-btn {
    display: none;
    font-size: 14px;
    line-height: 20px;
    font-weight: 500;
    padding: 12px 17px;
    border-radius: 8px;
    background-color: #ff001f;
    color: #fff;
    width: calc(100% - 40px);
    margin: 12px 20px;
    -webkit-transform: translateY(-1px);
            transform: translateY(-1px); }
    @media only screen and (max-width: 750px) {
      .realtors-section__menu-mob-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center; } }
  .realtors-section__menu-mob-icn {
    -webkit-transform: translateY(1px);
            transform: translateY(1px);
    margin-left: 4px;
    width: 16px;
    height: 16px; }
  .realtors-section__title {
    margin-bottom: 40px;
    font-size: 28px;
    font-weight: 700;
    line-height: 36px; }
    @media only screen and (max-width: 750px) {
      .realtors-section__title {
        margin-bottom: 32px;
        font-size: 20px;
        line-height: 28px; } }
    .realtors-section__title.--mobile-hidden {
      display: none; }
    @media only screen and (max-width: 750px) {
      .realtors-section__title.--cabinet {
        margin-bottom: 0; } }
  @media only screen and (max-width: 750px) {
    .realtors-section.--padding-none {
      padding-top: 0; } }

.realtors-tabs {
  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;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  border-bottom: 1px solid #d9d9d9; }
  @media only screen and (max-width: 750px) {
    .realtors-tabs {
      max-width: 100%;
      padding-top: 24px;
      overflow-x: scroll;
      /*stylelint-disable*/
      scrollbar-width: none;
      /* Firefox */
      /*stylelint-enable*/
      -ms-overflow-style: none;
      /* IE 10+ */ }
      .realtors-tabs::-webkit-scrollbar {
        display: none;
        /* Chrome Safari */ } }
  .realtors-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;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap; }
    @media only screen and (max-width: 750px) {
      .realtors-tabs__wrapper:before, .realtors-tabs__wrapper:after {
        content: "";
        -ms-flex-negative: 0;
            flex-shrink: 0;
        width: 20px;
        height: 20px;
        background-color: transparent; } }
  .realtors-tabs__item {
    position: relative;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    height: 40px;
    margin-right: 60px;
    font-size: 16px;
    line-height: 19px;
    pointer-events: all;
    cursor: pointer; }
    .realtors-tabs__item:last-of-type {
      margin-right: 0; }
    @media only screen and (max-width: 750px) {
      .realtors-tabs__item {
        margin-right: 25px; }
        .realtors-tabs__item:last-of-type {
          margin-right: 0; } }
    .realtors-tabs__item:after {
      content: '';
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 1px;
      background-color: #3b4658;
      -webkit-transform: scaleX(0);
              transform: scaleX(0);
      -webkit-transition: -webkit-transform .3s ease-out;
      transition: -webkit-transform .3s ease-out;
      transition: transform .3s ease-out;
      transition: transform .3s ease-out, -webkit-transform .3s ease-out; }
    .realtors-tabs__item:hover:after {
      -webkit-transform: scaleX(1);
              transform: scaleX(1); }
    .realtors-tabs__item.--active {
      pointer-events: none;
      cursor: default; }
      .realtors-tabs__item.--active:after {
        -webkit-transform: scaleX(1);
                transform: scaleX(1); }
  .realtors-tabs__button {
    display: none; }
  .realtors-tabs._index {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-transition: border 0.3s ease;
    transition: border 0.3s ease; }
    @media only screen and (max-width: 750px) {
      .realtors-tabs._index {
        padding: 0; } }
    .realtors-tabs._index .realtors-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;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap; }
    .realtors-tabs._index .realtors-tabs__item {
      height: unset;
      margin-right: 48px;
      padding-bottom: 4px;
      font-size: 16px;
      line-height: 48px;
      pointer-events: all;
      cursor: pointer;
      color: #000; }
      .realtors-tabs._index .realtors-tabs__item:last-of-type {
        margin-right: 0; }
      .realtors-tabs._index .realtors-tabs__item:after {
        height: 2px;
        background-color: #000; }
      @media only screen and (max-width: 750px) {
        .realtors-tabs._index .realtors-tabs__item {
          margin-right: 40px; }
          .realtors-tabs._index .realtors-tabs__item:last-of-type {
            margin-right: 0; } }
    .realtors-tabs._index .realtors-tabs__button {
      display: block;
      position: relative;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      width: 180px;
      padding: 12px 20px;
      font-size: 14px;
      font-weight: 500;
      line-height: 20px;
      background-color: #ff001f;
      border-radius: 8px; }
      .realtors-tabs._index .realtors-tabs__button:hover {
        background-color: #ff1a35; }
      @media only screen and (max-width: 750px) {
        .realtors-tabs._index .realtors-tabs__button {
          display: none; } }

@media only screen and (max-width: 750px) {
  .realtors {
    background-color: #f9f9f9; }
    .realtors-cabinet {
      background-color: #fff; } }

.realtors.--grey {
  background-color: #f9f9f9; }

.realtors__slider {
  height: 439px; }
  @media only screen and (max-width: 750px) {
    .realtors__slider {
      height: 200px; } }
  .realtors__slider .slick-dots {
    bottom: 15px; }

.realtors__text {
  width: 300px;
  padding-left: 40px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px; }
  @media only screen and (max-width: 750px) {
    .realtors__text {
      width: 100%;
      padding-left: 0; } }
  .realtors__text._fs12 {
    font-size: 12px;
    font-weight: normal;
    line-height: 21px; }
    @media only screen and (max-width: 750px) {
      .realtors__text._fs12 {
        font-size: 16px;
        font-weight: 300;
        line-height: 21px; } }
  .realtors__text p {
    margin-bottom: 20px; }
    @media only screen and (max-width: 750px) {
      .realtors__text p {
        margin-bottom: 10px; } }
    .realtors__text p:last-child {
      margin-bottom: 0; }

.realtors__link {
  font-size: 16px;
  line-height: 38px;
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
  height: 50px; }
  .realtors__link:hover {
    border-color: #3b4658; }

.realtors__recovery-text {
  width: 480px;
  margin-bottom: 25px;
  font-size: 14px;
  line-height: 33px; }

.realtors__flat-about {
  margin-top: 38px;
  background-color: white; }
  @media only screen and (max-width: 750px) {
    .realtors__flat-about {
      margin-top: 0;
      background-color: transparent; } }

.realtors__menu {
  padding-top: 16px; }
  @media only screen and (max-width: 750px) {
    .realtors__menu {
      width: 100%;
      padding: 0;
      min-width: 100%; } }

@media only screen and (max-width: 750px) {
  .realtors__block {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    width: 100vw;
    position: relative;
    left: -20px; } }

