/*!***************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/styles/main.scss ***!
  \***************************************************************************************************************/
@charset "UTF-8";

* {
  padding: 0;
  margin: 0;
  border: 0; }

*,
*:before,
*:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

:focus,
:active {
  outline: none; }

a:focus,
a:active {
  outline: none; }

nav,
footer,
header,
aside {
  display: block; }

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

input,
button,
textarea {
  font-family: inherit; }

input::-ms-clear {
  display: none; }

button {
  cursor: pointer; }

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

a,
a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: none; }

ul li {
  list-style: none; }

img {
  vertical-align: top; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

h2 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #473F54; }
  @media screen and (max-width: 1365px) {
    h2 {
      font-size: 20px;
      line-height: 20px; } }

h3 {
  font-weight: 700;
  font-size: 32px;
  line-height: 38px;
  letter-spacing: -0.03em;
  color: #473F54; }

h1 {
  font-weight: 700;
  font-size: 56px;
  line-height: 64px;
  letter-spacing: -0.03em; }
  @media screen and (max-width: 1599px) {
    h1 {
      font-size: 42px;
      line-height: 48px; } }
  @media screen and (max-width: 1365px) {
    h1 {
      font-size: 32px;
      line-height: 38px;
      padding: 0 16px; } }

h5 {
  font-weight: 700;
  font-size: 17px;
  line-height: 32px; }

.shadow {
  background: #FFFFFF;
  box-shadow: 0px 8px 16px rgba(71, 63, 84, 0.07); }

.padding-bottom {
  padding-bottom: 48px; }
  @media screen and (max-width: 1365px) {
    .padding-bottom {
      padding-bottom: 20px; } }

.padding-trbl {
  padding: 48px 56px; }
  @media screen and (max-width: 1365px) {
    .padding-trbl {
      padding: 20px; } }

.link {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #473F54;
  padding-bottom: 4px;
  position: relative; }
  .link:hover {
    color: #9A92A6; }
    .link:hover:after {
      height: 8px;
      bottom: 1px; }
  .link:after {
    content: url(assets/svg/line.svg);
    overflow: hidden;
    position: absolute;
    bottom: -5px;
    left: 0;
    transition: height .3s ease;
    overflow: hidden; }
  .link.news-link:after {
    width: 79px; }
  .link.document-link:after {
    width: 95px; }

.social {
  display: flex;
  align-items: center; }
  .social__item:not(:last-child) {
    padding-right: 12px; }
  .social__link {
    width: 40px;
    height: 40px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #E4DFEC;
    border-radius: 50%; }
    .social__link:hover {
      background-color: #9A92A6; }
      .social__link:hover .social__svg {
        fill: #FFFFFF; }
  .social__svg {
    fill: #9A92A6;
    width: 40px;
    height: 40px; }

.button {
  background: linear-gradient(90deg, #00C0FF 0%, #AA00FF 27.08%, #00C0FF 100%);
  padding: 9px 16px;
  display: inline-flex;
  border-radius: 20px;
  transition: all .3s ease;
  background-position-x: -90px;
  background-size: 145%; }
  @media screen and (max-width: 1365px) {
    .button {
      padding: 7px 16px; } }
  .button:hover {
    background-size: 100%;
    background-position-x: 0; }
  .button__text {
    margin-left: 8px;
    font-weight: 700;
    color: #FFFFFF; }
  .button--small {
    background-position-x: -40px;
    background-size: 130%; }
  .button--tlr {
    border-top-left-radius: 0px; }
  .button--brr {
    border-bottom-right-radius: 0px; }
  .button--blr {
    border-bottom-left-radius: 0px; }

.search {
  position: relative; }
  .search:hover .search__input::placeholder {
    color: #473F54; }
  .search__btn {
    position: absolute;
    left: 16px;
    top: 11px;
    background-color: #FFFFFF; }
  .search__btn-svg {
    width: 18px;
    height: 18px; }
  .search__input {
    background: #FFFFFF;
    border: 1px solid #E4DFEC;
    border-radius: 20px;
    height: 40px;
    padding: 0 8px 0 42px;
    width: 100%;
    max-width: 530px; }
    .search__input::placeholder {
      font-size: 15px;
      line-height: 22px;
      color: #9A92A6; }
      @media screen and (max-width: 1365px) {
        .search__input::placeholder {
          font-size: 13px;
          line-height: 18px; } }
  .search__cross {
    width: 16px;
    height: 16px;
    position: absolute;
    right: 12px;
    top: 12px;
    cursor: pointer; }
    .search__cross::before {
      content: '';
      position: absolute;
      right: calc(50% - 1px);
      width: 2px;
      height: 16px;
      background-color: #473F54;
      border-radius: 2px;
      transform: rotate(45deg); }
    .search__cross::after {
      content: '';
      position: absolute;
      right: calc(50% - 1px);
      width: 2px;
      height: 16px;
      background-color: #473F54;
      border-radius: 2px;
      transform: rotate(-45deg); }
  .search__button {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: transparent;
    z-index: 1; }

.checkbox__input {
  position: absolute;
  z-index: -1;
  opacity: 0; }
  .checkbox__input:checked + .checkbox__label::after {
    content: '';
    display: inline-block;
    position: absolute;
    left: 4px;
    top: 5px;
    width: 12px;
    height: 12px;
    background-color: #473F54; }

.checkbox__label {
  cursor: pointer;
  color: #473F54;
  display: inline-flex;
  align-items: center;
  user-select: none;
  position: relative; }
  .checkbox__label::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    flex-shrink: 0;
    flex-grow: 0;
    border: 1px solid #E4DFEC;
    margin-right: 8px;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 50% 50%; }

.checkbox__label-text {
  margin-right: 5px; }
  .checkbox__label-text::after {
    content: 'Показывать дома, вышедшие из управления'; }
    @media screen and (max-width: 1365px) {
      .checkbox__label-text::after {
        content: 'Показывать вышедшие из управления'; } }

@media screen and (max-width: 1365px) {
  .checkbox__label-number {
    display: none; } }

.header {
  flex: 0 0 auto;
  color: #473F54; }
  .header__wrapper {
    display: flex;
    flex-direction: column; }
  .header__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 112px;
    padding: 0 40px;
    box-shadow: inset 0px -1px 0px #E4DFEC; }
    @media screen and (max-width: 1365px) {
      .header__content {
        order: 2;
        flex-direction: column;
        align-items: flex-start;
        padding: 0;
        height: auto; } }
  .header__block {
    padding-right: 48px;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1365px) {
      .header__block {
        width: 100%;
        padding-right: 0;
        padding: 12px 16px;
        border-bottom: 1px solid #E4DFEC; } }
  .header__logo {
    padding-right: 20px; }
  .header__logo-link {
    display: flex;
    align-items: center; }
  .header__logo-img {
    width: 32px;
    height: 32px; }
  .header__logo-name {
    color: #473F54;
    font-family: 'Oswald';
    font-style: normal;
    font-size: 20px;
    line-height: 20px;
    margin-left: 12px;
    text-transform: uppercase;
    white-space: nowrap; }
  @media screen and (max-width: 1365px) {
    .header__social {
      display: none; } }
  .header__contact {
    display: flex; }
    @media screen and (max-width: 1365px) {
      .header__contact {
        padding: 12px 16px;
        overflow-x: auto;
        max-width: 100%; } }
  .header__contact-item {
    display: flex;
    align-items: center;
    padding-left: 48px; }
    .header__contact-item:first-child {
      padding-left: 29px; }
    @media screen and (max-width: 1365px) {
      .header__contact-item {
        padding-left: 16px; }
        .header__contact-item:first-child {
          padding-left: 0; }
          .header__contact-item:first-child .header__contact-content {
            border-left: none;
            padding-left: 0; }
        .header__contact-item:last-child {
          display: none; } }
  .header__contact-img {
    height: 18px;
    width: 20px; }
    @media screen and (max-width: 1365px) {
      .header__contact-img {
        display: none; } }
  .header__contact-content {
    margin-left: 16px;
    padding-left: 16px;
    border-left: 1px solid #E4DFEC;
    position: relative; }
    @media screen and (max-width: 1365px) {
      .header__contact-content {
        margin-left: 0; } }
  .header__contact-popup {
    position: absolute;
    top: 50px;
    width: 160px;
    padding: 6px 8px;
    z-index: 2;
    display: none; }
  .header__contact-popup-item:not(:last-child) {
    margin-bottom: 10px; }
  .header__contact-popup-link {
    color: #473F54; }
    .header__contact-popup-link:hover {
      color: #9A92A6; }
  .header__contact-phone {
    padding-bottom: 4px; }
    @media screen and (max-width: 1365px) {
      .header__contact-phone {
        font-size: 15px;
        line-height: 22px;
        white-space: nowrap; } }
  .header__contact-phone-number {
    font-weight: 700;
    color: #473F54; }
  .header__contact-name {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase; }
  .header__contact-user {
    font-weight: 700; }
  .header__contact-button {
    cursor: pointer;
    position: relative;
    display: inline-flex; }
    .header__contact-button:hover .header__contact-button-text {
      color: #9A92A6; }
  .header__contact-button-text {
    padding-right: 5px; }
  .header__navigation {
    height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: inset 0px -1px 0px #E4DFEC;
    background-color: #F7F6F8; }
    @media screen and (max-width: 1365px) {
      .header__navigation {
        height: 48px;
        justify-content: flex-start;
        overflow-y: auto; } }
  .header__list {
    display: flex; }
    @media screen and (max-width: 1599px) {
      .header__list {
        height: 22px; } }
  .header__item._active .header__link {
    position: relative;
    background: #FFFFFF;
    box-shadow: inset 1px 0px 0px #E4DFEC, inset -1px 0px 0px #E4DFEC; }
    .header__item._active .header__link:before {
      content: '';
      position: absolute;
      top: -1px;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%); }
    @media screen and (max-width: 1365px) {
      .header__item._active .header__link:before {
        top: 100%; } }
  .header__link {
    color: #473F54;
    padding: 25px 24px; }
    @media screen and (max-width: 1365px) {
      .header__link {
        padding: 15px 12px;
        white-space: nowrap; } }
    .header__link:hover {
      color: #9A92A6; }
  .header__search {
    width: 100%;
    max-width: 496px;
    padding-right: 16px; }
    @media screen and (max-width: 1365px) {
      .header__search {
        display: none; } }

.teams__wrapper {
  padding-bottom: 0; }

.teams__container {
  display: flex;
  flex-wrap: wrap; }
  @media screen and (max-width: 1365px) {
    .teams__container {
      justify-content: space-between; } }

.teams__user {
  display: flex;
  align-items: center;
  max-width: 334px;
  padding: 32px 0;
  margin-right: 40px;
  border-top: 1px solid #E4DFEC; }
  .teams__user:nth-child(3n+3) {
    margin-right: 0; }
  @media screen and (max-width: 1365px) {
    .teams__user {
      width: 49%;
      max-width: 100%;
      margin-right: 0; } }
  @media screen and (max-width: 900px) {
    .teams__user {
      margin-right: 0;
      padding: 16px 0;
      max-width: 100%;
      width: 100%; } }
  @media screen and (max-width: 900px) {
    .teams__user {
      display: none; } }
  @media screen and (max-width: 900px) {
    .teams__user:first-child, .teams__user:nth-child(2) {
      display: flex; } }

.teams__avatar {
  width: 96px;
  height: 96px; }
  @media screen and (max-width: 900px) {
    .teams__avatar {
      width: 88px;
      height: 88px; } }

.teams__info {
  padding-left: 16px; }

.teams__name {
  max-width: 222px;
  padding-bottom: 8px;
  font-weight: 700;
  color: #473F54; }

.teams__job {
  font-size: 13px;
  line-height: 18px;
  color: #9A92A6;
  padding-bottom: 8px; }

.teams__phone {
  font-size: 13px;
  line-height: 18px;
  color: #473F54; }

.breadcrumbs {
  background: #F7F6F8;
  padding: 40px 0 16px; }
  @media screen and (max-width: 1365px) {
    .breadcrumbs {
      padding: 16px 0 8px; } }
  @media screen and (max-width: 1365px) {
    .breadcrumbs .container {
      padding: 0 24px; } }
  .breadcrumbs__list {
    display: inline-flex;
    background-color: #9A92A6;
    border-radius: 12px;
    padding: 5px 12px;
    font-size: 10px;
    line-height: 14px; }
  .breadcrumbs__item {
    display: inline-flex;
    font-size: 10px;
    line-height: 14px; }
    .breadcrumbs__item:not(:last-child) {
      padding-right: 24px;
      position: relative; }
      .breadcrumbs__item:not(:last-child)::after {
        content: '';
        width: 4px;
        height: 28px;
        background-color: #F7F6F8;
        position: absolute;
        right: 10px;
        top: -7px;
        transform: rotate(25deg); }
    @media screen and (max-width: 1365px) {
      .breadcrumbs__item:last-child .breadcrumbs__span {
        max-width: 158px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis; } }
  .breadcrumbs__link, .breadcrumbs__span {
    font-size: 10px;
    line-height: 14px;
    color: #FFFFFF;
    text-transform: uppercase; }

.services {
  background-color: #F7F6F8; }
  @media screen and (max-width: 1365px) {
    .services .container {
      max-width: 804px; } }
  .services__wrapper {
    box-shadow: 0px 8px 16px rgba(71, 63, 84, 0.07);
    background-color: #FFFFFF;
    background-image: url(assets/images/services.png);
    background-repeat: no-repeat;
    background-position: right; }
    @media screen and (max-width: 700px) {
      .services__wrapper {
        background-image: url(assets/images/services-mobile.png);
        background-position: center;
        background-size: 100%; } }
  .services__title {
    padding: 56px 0 52px 56px; }
    @media screen and (max-width: 700px) {
      .services__title {
        padding: 260px 24px 16px;
        font-size: 24px;
        line-height: 32px; } }
  .services__buttons {
    padding: 0 0 56px 56px; }
    @media screen and (max-width: 700px) {
      .services__buttons {
        padding: 0 24px 24px; } }
  .services .button:first-child {
    margin-right: 16px; }
  @media screen and (max-width: 700px) {
    .services .button:last-child {
      display: none; } }

.organization-info__wrapper {
  margin-top: 32px;
  padding-bottom: 40px; }
  @media screen and (max-width: 1365px) {
    .organization-info__wrapper {
      margin-top: 16px;
      padding-bottom: 20px; } }

@media screen and (max-width: 1365px) {
  .accounting__wrapper {
    padding: 20px 0 0; } }

@media screen and (max-width: 1365px) {
  .accounting__title {
    padding: 0 20px 20px; } }

.accounting__table {
  overflow: auto; }

.accounting__table-header {
  display: flex;
  align-items: center;
  background-color: #473F54;
  padding: 13px 16px;
  min-width: 882px; }
  @media screen and (max-width: 1000px) {
    .accounting__table-header {
      padding: 12px;
      min-width: 437px; } }

.accounting__table-title {
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis; }
  .accounting__table-title--device {
    padding-right: 40px;
    width: 200px;
    min-width: 200px; }
    @media screen and (max-width: 1000px) {
      .accounting__table-title--device {
        padding-right: 16px;
        width: 106px;
        min-width: 106px; } }
  .accounting__table-title--type {
    padding-right: 40px;
    width: 280px;
    min-width: 280px; }
    @media screen and (max-width: 1000px) {
      .accounting__table-title--type {
        padding-right: 16px;
        width: 151px;
        min-width: 151px; } }
  .accounting__table-title--date-start {
    padding-right: 40px;
    width: 200px;
    min-width: 200px; }
    @media screen and (max-width: 1000px) {
      .accounting__table-title--date-start {
        padding-right: 16px;
        width: 86px;
        min-width: 86px; } }
  .accounting__table-title--date-last {
    width: 160px;
    min-width: 160px; }
    @media screen and (max-width: 1000px) {
      .accounting__table-title--date-last {
        width: 70px;
        min-width: 70px; } }

.accounting__table-body {
  border: 1px solid #E4DFEC;
  min-width: 882px; }
  @media screen and (max-width: 1000px) {
    .accounting__table-body {
      min-width: 437px; } }

.accounting__table-item {
  display: flex;
  align-items: center;
  padding: 16px;
  color: #473F54;
  width: 100%; }
  .accounting__table-item:not(:last-child) {
    border-bottom: 1px solid #E4DFEC; }
  @media screen and (max-width: 1000px) {
    .accounting__table-item {
      padding: 12px; } }

.accounting__table-device {
  font-weight: 700;
  padding-right: 40px;
  width: 200px;
  min-width: 200px; }
  @media screen and (max-width: 1000px) {
    .accounting__table-device {
      padding-right: 16px;
      width: 106px;
      min-width: 106px; } }

.accounting__table-type {
  font-weight: 700;
  padding-right: 40px;
  width: 280px;
  min-width: 280px; }
  @media screen and (max-width: 1000px) {
    .accounting__table-type {
      padding-right: 16px;
      width: 151px;
      min-width: 151px; } }

.accounting__table-date-start {
  padding-right: 40px;
  width: 200px;
  min-width: 200px; }
  @media screen and (max-width: 1000px) {
    .accounting__table-date-start {
      padding-right: 16px;
      width: 86px;
      min-width: 86px; } }

.faq {
  margin-top: 24px;
  background: #F7F6F8; }
  @media screen and (max-width: 1365px) {
    .faq {
      margin-top: 8px; } }
  @media screen and (max-width: 1365px) {
    .faq .container {
      max-width: 804px; } }
  @media screen and (max-width: 1365px) {
    .faq .link {
      font-size: 0;
      width: 25px; }
      .faq .link:after {
        width: 25px; }
      .faq .link::before {
        content: 'Ещё';
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        color: #473F54; } }
  @media screen and (max-width: 1365px) {
    .faq .button {
      padding: 11px 16px; } }
  @media screen and (max-width: 1365px) {
    .faq__title {
      font-size: 24px;
      line-height: 32px; } }
  .faq__wrapper {
    padding: 49px 56px 32px;
    box-shadow: 0px 8px 16px rgba(71, 63, 84, 0.07);
    background-color: #FFFFFF;
    position: relative; }
    @media screen and (max-width: 1365px) {
      .faq__wrapper {
        padding: 24px;
        padding-bottom: 88px; } }
  .faq__header {
    display: flex;
    justify-content: space-between;
    padding-bottom: 48px; }
    @media screen and (max-width: 1365px) {
      .faq__header {
        padding-bottom: 24px; } }
  .faq__block {
    display: flex;
    align-items: center; }
  .faq__button {
    margin-right: 32px; }
    @media screen and (max-width: 1365px) {
      .faq__button {
        margin-right: 0;
        position: absolute;
        bottom: 24px;
        left: calc(50% - 133px); } }
  .faq__link {
    font-size: 10px;
    line-height: 14px;
    text-transform: uppercase;
    position: relative; }
    .faq__link::after {
      content: url(assets/svg/line.svg);
      position: absolute;
      bottom: -9px;
      left: 1px; }
  .faq__item {
    display: flex;
    align-items: flex-start;
    padding: 24px 0;
    box-shadow: inset 0px 1px 0px #E4DFEC;
    height: 74px;
    overflow: hidden;
    transition: all .7s ease; }
    @media screen and (max-width: 1365px) {
      .faq__item {
        padding: 16px 0;
        height: 68px; }
        .faq__item:last-child {
          border-bottom: 1px solid #E4DFEC; } }
    .faq__item._active .faq__plus::before {
      transform: rotate(-180deg); }
    .faq__item._active .faq__plus::after {
      transform: rotate(-270deg) translate(50%, 0); }
  .faq__icon {
    min-width: 24px;
    min-height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    color: #FFFFFF;
    background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%);
    border-radius: 50%;
    margin-right: 12px; }
  .faq__text {
    max-width: 1006px;
    padding-right: 12px;
    width: 100%}
  .faq__text-title {
    display: inline-flex;
    font-weight: 700;
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 8px; }
    @media screen and (max-width: 1365px) {
      .faq__text {width: 90%}
      .faq__text-title {
        font-size: 13px;
        line-height: 18px;
        min-height: 36px; } }
    @media screen and (max-width: 728px) {
      .faq__text {width: 80%}
    }
    .faq__text-title:hover {
      color: #9A92A6;
      cursor: pointer; }
  .faq__text-desc {
    padding-top: 16px; }
  .faq__plus {
    position: relative;
    min-width: 12px;
    min-height: 12px;
    cursor: pointer;
    margin-top: 8px; }
    .faq__plus:hover::after, .faq__plus:hover::before {
      background: #9A92A6; }
    .faq__plus::before {
      content: '';
      width: 12px;
      height: 2px;
      background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%);
      border-radius: 6px;
      position: absolute;
      top: 50%;
      left: 0;
      transform: translateY(-50%);
      transition: transform .7s ease; }
    .faq__plus::after {
      content: '';
      width: 2px;
      height: 12px;
      background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%);
      border-radius: 6px;
      position: absolute;
      top: 0;
      left: 50%;
      transform: translateX(-50%);
      transition: transform .7s ease; }

.document__list {
  border: 1px solid #E4DFEC; }

.document__item {
  display: flex;
  align-items: flex-start; }
  .document__item:not(:last-child) {
    border-bottom: 1px solid #E4DFEC; }

.document__format {
  width: 40px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-size: 10px;
  line-height: 14px;
  border: 1px solid #9A92A6;
  border-radius: 4px; }

.document__item-title {
  padding: 0 8px;
  width: 100%;
  color: #473F54; }

.document__item-link {
  color: #473F54; }
  .document__item-link:hover {
    color: #9A92A6; }

.document__download {
  display: flex;
  align-items: center; }

.document__download-icon {
  fill: #473F54;
  width: 16px;
  height: 16px; }
  .document__download-icon:hover {
    fill: #9A92A6; }

.block-document {
  background: #F7F6F8;
  margin-top: 24px; }
  @media screen and (max-width: 1365px) {
    .block-document {
      margin-top: 8px; } }
  @media screen and (max-width: 1365px) {
    .block-document .document {
      padding: 20px 0 0; } }
  .block-document .document__title {
    padding-bottom: 48px; }
    @media screen and (max-width: 1365px) {
      .block-document .document__title {
        padding: 0px 20px 20px; } }
  @media screen and (max-width: 1365px) {
    .block-document .document__list {
      border: none;
      border-top: 1px solid #E4DFEC; } }
  .block-document .document__item {
    padding: 16px; }
    @media screen and (max-width: 1365px) {
      .block-document .document__item {
        padding: 12px 12px 12px 20px;
        display: none; } }
    @media screen and (max-width: 1365px) {
      .block-document .document__item:first-child, .block-document .document__item:nth-child(2), .block-document .document__item:nth-child(3) {
        display: flex; } }
  @media screen and (max-width: 1365px) {
    .block-document .document__item-title {
      padding: 0 16px; } }

.about__contact {
  display: flex; }
  @media screen and (max-width: 1365px) {
    .about__contact {
      flex-direction: column; } }

.about__contact-item:not(:last-child) {
  padding-right: 40px; }
  @media screen and (max-width: 1365px) {
    .about__contact-item:not(:last-child) {
      padding-right: 0;
      padding-bottom: 16px; } }

.about__text-title {
  display: inline-flex;
  padding: 3px 6px;
  background: #9A92A6;
  border-radius: 4px;
  margin-bottom: 24px;
  color: #FFFFFF;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase; }
  @media screen and (max-width: 1365px) {
    .about__text-title {
      margin-bottom: 16px; } }

.about__text-item {
  max-width: 334px; }
  .about__text-item:not(:last-child) {
    padding-bottom: 16px; }
.about__text-normal {
  margin-bottom: 8px; }

.about__text-bold {
  font-weight: 700; }
  .about__text-bold--add {
    min-width: 64px; }

.about__text-container {
  display: flex; }
  .about__text-container .about__text-normal {
    padding-left: 8px;
    margin-bottom: 0;
    max-width: 262px; }
  .about__text-container:not(:last-child) {
    padding-bottom: 8px; }

.office .about__contact {
  display: none;
  padding: 0 56px; }
  @media screen and (max-width: 1365px) {
    .office .about__contact {
      padding: 0 20px; } }
  .office .about__contact._active {
    display: flex; }

.office__wrapper {
  margin: 24px 0;
  padding: 48px 0 40px; }
  @media screen and (max-width: 1365px) {
    .office__wrapper {
      margin: 8px 0;
      padding: 20px 0; } }

.office__title {
  padding: 0 56px 31px; }
  @media screen and (max-width: 1365px) {
    .office__title {
      padding: 0 20px 19px; } }

.office__navigation {
  background-color: #F7F6F8;
  box-shadow: inset 0px -1px 0px #E4DFEC;
  padding: 0 32px;
  margin-bottom: 48px; }
  @media screen and (max-width: 1365px) {
    .office__navigation {
      padding: 0;
      margin-bottom: 20px; } }

.office__list {
  display: flex; }
  @media screen and (max-width: 1365px) {
    .office__list {
      overflow: auto; } }

.office__item {
  cursor: pointer;
  padding: 13px 24px;
  position: relative; }
  .office__item._active {
    background-color: #FFFFFF;
    box-shadow: inset 1px 0px 0px #E4DFEC, inset -1px 0px 0px #E4DFEC;
    border-bottom: 1px solid #E4DFEC; }
    .office__item._active:before {
      content: '';
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 3px;
      background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%); }

.office__text {
  color: #473F54; }
  @media screen and (max-width: 1365px) {
    .office__text {
      white-space: nowrap; } }

.news__wrppaer {
  margin-top: 32px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 24px;
  row-gap: 24px; }
  @media screen and (max-width: 1365px) {
    .news__wrppaer {
      display: flex;
      flex-wrap: wrap;
      justify-content: center;
      margin-top: 16px;
      row-gap: 8px; } }

.news__card {
  display: flex;
  box-shadow: 0px 8px 16px rgba(71, 63, 84, 0.07);
  background-color: #FFFFFF; }
  @media screen and (max-width: 1365px) {
    .news__wrppaer .news__card {
      flex-direction: column;
      width: 30%;
    }
    .news__card .news__image {
      width: 100%;
    }
  }
  @media screen and (min-width: 1365px) {
    .news__card {
      position: relative;
    }
    .news__card .news__image {
      position: absolute;
      right: 0;
    }
  }
  @media screen and (max-width: 600px) {
    .news__wrppaer .news__card {
      flex-direction: column;
      width: 100%;
    }
  }

.news__content {
  padding: 32px; }
  @media screen and (max-width: 1365px) {
    .news__content {
      padding: 20px; } }
  @media screen and (max-width: 600px) {
    .news__content {
      order: 2; } }

.news__date {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  padding-bottom: 24px; }
  @media screen and (max-width: 600px) {
    .news__date {
      padding-bottom: 16px;
      font-size: 15px;
      line-height: 22px; } }

.news__title {
  display: block;
  max-width: 256px;
  margin-bottom: 24px;
  height: 90px;
  color: #473F54; }
  .news__title:hover {
    color: #9A92A6; }
  @media screen and (max-width: 600px) {
    .news__title {
      max-width: 304px;
      margin-bottom: 16px;
      height: 52px; } }

.news__link {
  display: flex;
  align-items: center; }

.news__link-wrapper {
  display: flex; }

.news__link-span {
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #473F54;
  margin-left: 12px; }

.news__image {
  display: block;
  width: 265px;
  height: 216px;
  object-fit: cover; }
  @media screen and (max-width: 600px) {
    .news__image {
      width: 100%;
      height: 192px; } }

.news__more {
  margin-top: 24px; }
  @media screen and (max-width: 1365px) {
    .news__more {
      margin-top: 8px; } }

.news__more-btn {
  height: 64px;
  width: 100%;
  font-size: 10px;
  line-height: 14px;
  color: #473F54;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  justify-content: center; }
  @media screen and (max-width: 1365px) {
    .news__more-btn {
      height: 48px; } }

.news__more-btn-plus {
  position: relative;
  display: block;
  width: 12px;
  height: 12px;
  margin-right: 8px; }
  .news__more-btn-plus:before {
    content: '';
    width: 2px;
    height: 12px;
    background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%);
    position: absolute;
    top: -1px;
    left: calc(50% - 1px); }
  .news__more-btn-plus:after {
    content: '';
    width: 12px;
    height: 2px;
    background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%);
    position: absolute;
    top: calc(50% - 2px);
    left: 0; }
.news-detail__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding-bottom: 32px; }
  @media screen and (max-width: 1365px) {
    .news-detail__header {
      flex-direction: column;
      padding: 0px 16px 16px; } }

.news-detail__title {
  max-width: 1013px;
  color: #473F54; }
  @media screen and (max-width: 1365px) {
    .news-detail__title {
      max-width: 100%; } }

.news-detail__date {
  padding-left: 48px;
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  letter-spacing: -0.03em;
  color: #473F54; }
  @media screen and (max-width: 1365px) {
    .news-detail__date {
      padding: 0 16px 4px;
      font-weight: 500; } }

.news-detail__img {
  /*height: 640px;*/
  width: 100%;
  max-width: 100%; }
  @media screen and (max-width: 1599px) {
    .news-detail__img {
      height: auto; } }

.news-detail__desc {
  max-width: 976px;
  margin: 16px 0 48px 16px;
  padding-left: 16px;
  color: #9A92A6;
  border-left: 2px solid #9A92A6; }
  @media screen and (max-width: 1365px) {
    .news-detail__desc {
      margin: 8px 0; } }

.news-detail__text {
  padding: 0 96px 48px; }
  @media screen and (max-width: 1365px) {
    .news-detail__text {
      padding: 20px; } }
  .news-detail__text p {
    font-size: 17px;
    line-height: 32px;
    padding-bottom: 32px;
    color: #473F54; }
    @media screen and (max-width: 1365px) {
      .news-detail__text p {
        font-size: 15px;
        line-height: 24px;
        padding-bottom: 16px; } }
  .news-detail__text h5 {
    padding-bottom: 16px; }
  .news-detail__text ul {
    padding-bottom: 32px; }
    @media screen and (max-width: 1365px) {
      .news-detail__text ul {
        padding-bottom: 16px; } }
    .news-detail__text ul li {
      padding-left: 48px;
      position: relative;
      font-size: 17px;
      line-height: 32px; }
      @media screen and (max-width: 1365px) {
        .news-detail__text ul li {
          font-size: 15px;
          line-height: 24px;
          padding-left: 32px; } }
      .news-detail__text ul li:before {
        content: '';
        position: absolute;
        left: 0;
        top: 15px;
        width: 32px;
        height: 2px;
        background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%); }
        @media screen and (max-width: 1365px) {
          .news-detail__text ul li:before {
            width: 24px;
            top: 11px; } }
      .news-detail__text ul li:not(:last-child) {
        padding-bottom: 16px; }

.info {
  background: #F7F6F8; }
  .info__wrapper {
    margin-bottom: 24px; }
  .info__container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 40px; }
    @media screen and (max-width: 1365px) {
      .info__container {
        grid-template-columns: 1fr 1fr; } }
    @media screen and (max-width: 600px) {
      .info__container {
        grid-template-columns: 1fr; } }
  .info__item {
    border-top: 1px solid #E4DFEC;
    height: 112px;
    display: flex;
    flex-direction: column;
    justify-content: center; }
    @media screen and (max-width: 1365px) {
      .info__item {
        height: 72px; } }
  .info__item-title {
    font-size: 13px;
    line-height: 18px;
    color: #9A92A6;
    padding-bottom: 8px; }
    @media screen and (max-width: 1365px) {
      .info__item-title {
        padding-bottom: 4px; } }
  .info__item-name {
    font-weight: 700;
    color: #473F54; }

.footer {
  flex: 0 0 auto;
  background: #F7F6F8;
  padding-top: 0;
  padding-bottom: 64px;
  margin-top: 64px; }
  @media screen and (max-width: 1365px) {
    .footer {
      padding-bottom: 24px;
      margin-top: 24px; } }
  .footer__wrapper {
    display: flex;
    justify-content: space-between; }
    @media screen and (max-width: 1365px) {
      .footer__wrapper {
        flex-direction: column;
        align-items: center; } }
  .footer__list {
    height: 86px;
    width: 501px;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap; }
    @media screen and (max-width: 1365px) {
      .footer__list {
        flex-direction: row;
        justify-content: center;
        height: auto;
        width: 316px; } }
  .footer__item {
    padding-bottom: 16px;
    padding-right: 64px;
    font-size: 13px;
    line-height: 18px; }
    .footer__item:nth-child(3n+3) {
      padding-bottom: 0; }
      @media screen and (max-width: 1365px) {
        .footer__item:nth-child(3n+3) {
          padding-bottom: 16px; } }
    @media screen and (max-width: 1365px) {
      .footer__item {
        padding-right: 16px;
        font-size: 11px;
        line-height: 16px; } }
  .footer__link {
    font-size: 13px;
    line-height: 18px;
    color: #473F54; }
    .footer__link:hover {
      color: #9A92A6; }
    @media screen and (max-width: 1365px) {
      .footer__link {
        font-size: 11px;
        line-height: 16px; } }
  .footer__contact {
    display: flex;
    padding-left: 64px; }
    @media screen and (max-width: 1365px) {
      .footer__contact {
        padding-left: 0;
        margin-top: 8px;
        flex-direction: column; } }
  .footer__phones {
    display: flex;
    padding-right: 86px; }
    @media screen and (max-width: 1365px) {
      .footer__phones {
        padding-right: 0;
        flex-direction: column;
        align-items: center; } }
  .footer__phone:not(:last-child) {
    padding-right: 48px; }
    @media screen and (max-width: 1365px) {
      .footer__phone:not(:last-child) {
        padding-right: 0; } }
  @media screen and (max-width: 1365px) {
    .footer__phone {
      padding-bottom: 24px; } }
  @media screen and (max-width: 1365px) {
    .footer__phone-number {
      display: flex;
      justify-content: center; } }
  .footer__phone-link {
    font-weight: 700;
    color: #473F54; }
    @media screen and (max-width: 1365px) {
      .footer__phone-link {
        margin-right: 5px; } }
  .footer__phone-name {
    padding-top: 14px;
    font-size: 10px;
    line-height: 14px;
    max-width: 97px;
    text-transform: uppercase; }
    @media screen and (max-width: 1365px) {
      .footer__phone-name {
        max-width: 100%;
        padding-top: 8px; } }
  .footer__logo {
    display: flex; }
    @media screen and (max-width: 1365px) {
      .footer__logo {
        width: 100%;
        display: block; } }
  .footer__logo-container {
    display: flex;
    align-items: center;
    height: 44px; }
    @media screen and (max-width: 1365px) {
      .footer__logo-container {
        height: auto;
        flex-direction: column; } }
  .footer__logo-img {
    width: 32px;
    height: 32px; }
  .footer__logo-text {
    padding-left: 16px; }
    @media screen and (max-width: 1365px) {
      .footer__logo-text {
        display: flex;
        padding-left: 0;
        padding-top: 12px; } }
  .footer__logo-name {
    font-weight: 700; }
    @media screen and (max-width: 1365px) {
      .footer__logo-name {
        margin-left: 4px; } }

.homes__wrapper {
  margin-top: 32px; }
  @media screen and (max-width: 1365px) {
    .homes__wrapper {
      margin-top: 16px; } }

.homes__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 24px; }
  @media screen and (max-width: 1365px) {
    .homes__header {
      flex-direction: column;
      align-items: flex-start;
      padding: 0; } }

.homes__search {
  width: 100%;
  max-width: 480px; }
  @media screen and (max-width: 1365px) {
    .homes__search {
      padding: 8px 12px; } }

@media screen and (max-width: 1365px) {
  .homes__checkbox {
    padding: 12px 20px;
    border-top: 1px solid #E4DFEC;
    width: 100%; } }

.homes__table-header {
  display: flex;
  align-items: center;
  padding: 13px 32px;
  background-color: #473F54; }
  @media screen and (max-width: 1365px) {
    .homes__table-header {
      display: none; } }

.homes__table-title {
  width: 100%;
  font-weight: 700;
  font-size: 10px;
  line-height: 14px;
  text-transform: uppercase;
  color: #FFFFFF; }
  .homes__table-title:not(:last-child) {
    padding-right: 40px; }
  .homes__table-title--address {
    max-width: 502px; }
  .homes__table-title--control {
    max-width: 320px; }
  .homes__table-title--date {
    max-width: 168px; }
  .homes__table-title--status {
    max-width: 180px; }

@media screen and (max-width: 1365px) {
  .homes__table-body {
    border-top: 1px solid #E4DFEC; } }

@media screen and (max-width: 1365px) {
  .homes__table-button {
    position: absolute;
    bottom: 20px; } }

.homes__table-item {
  padding: 24px 32px;
  display: flex;
  align-items: flex-start;
  border-bottom: 1px solid #E4DFEC;
  position: relative; }
  .homes__table-item.no-active {
    background-color: #F7F6F8; }
    .homes__table-item.no-active .homes__table-number,
    .homes__table-item.no-active .homes__table-addess-text,
    .homes__table-item.no-active .homes__table-control,
    .homes__table-item.no-active .homes__table-date,
    .homes__table-item.no-active .homes__table-status {
      color: #9A92A6; }
  @media screen and (max-width: 1365px) {
    .homes__table-item {
      flex-direction: column;
      padding: 20px 20px 68px; } }

.homes__tables-container {
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1365px) {
    .homes__tables-container {
      padding-top: 16px; } }

.homes__table-number {
  width: 40px;
  color: #473F54; }
  @media screen and (max-width: 1365px) {
    .homes__table-number {
      width: auto;
      padding-bottom: 4px;
      font-weight: 700; } }

.homes__table-address {
  width: 422px;
  padding-right: 40px; }
  @media screen and (max-width: 1365px) {
    .homes__table-address {
      width: auto;
      padding-right: 0; } }

.homes__table-addess-text {
  color: #473F54;
  padding-bottom: 8px;
  font-weight: 700; }
  @media screen and (max-width: 1365px) {
    .homes__table-addess-text {
      padding-bottom: 16px; } }

.homes__table-control {
  width: 320px;
  padding-right: 40px;
  color: #473F54; }
  @media screen and (max-width: 1365px) {
    .homes__table-control {
      width: auto;
      padding-right: 0;
      padding-top: 18px;
      min-width: 200px;
      position: relative; }
      .homes__table-control:before {
        content: 'Основание управления:';
        font-size: 10px;
        line-height: 14px;
        color: #9A92A6;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0; } }

.homes__table-date {
  color: #473F54;
  width: 168px;
  padding-right: 40px;
  text-align: right; }
  @media screen and (max-width: 1365px) {
    .homes__table-date {
      width: 152px;
      padding-right: 0;
      text-align: left;
      position: relative;
      padding-top: 18px; }
      .homes__table-date:before {
        content: 'Начало управления:';
        font-size: 10px;
        line-height: 14px;
        color: #9A92A6;
        text-transform: uppercase;
        position: absolute;
        top: 0;
        left: 0; } }

.homes__table-status {
  font-size: 10px;
  line-height: 14px;
  height: 22px;
  display: flex;
  align-items: center; }
  @media screen and (max-width: 1365px) {
    .homes__table-status {
      padding-top: 18px;
      height: 40px;
      position: relative; }
      .homes__table-status:after {
        content: 'Статус:';
        font-size: 10px;
        line-height: 14px;
        color: #9A92A6;
        text-transform: uppercase;
        position: absolute;
        top: 2px;
        left: 0; } }
  .homes__table-status.is-active::before {
    content: url(assets/svg/check.svg);
    display: inline-flex;
    width: 14px;
    height: 10px;
    margin-right: 8px; }
  .homes__table-status.is-noactive::before {
    content: url(assets/svg/cross.svg);
    display: inline-flex;
    width: 14px;
    height: 10px;
    margin-right: 8px; }

.homes__pagination {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 28px 40px; }
  @media screen and (max-width: 1365px) {
    .homes__pagination {
      justify-content: center;
      padding: 12px 0;
      overflow: auto; } }

.homes__pagination-wrapper {
  display: flex;
  flex: 1 0 auto;
  width: 100%;
  max-width: 740px;
  overflow: auto; }
  .homes__pagination-wrapper::-webkit-scrollbar {
    height: 5px; }
  .homes__pagination-wrapper::-webkit-scrollbar-track {
    background: transparent; }
  .homes__pagination-wrapper::-webkit-scrollbar-thumb {
    background-color: #E4DFEC; }

.homes__pagination-item {
  padding: 0px 16px;
  border-right: 1px solid #E4DFEC; }
  @media screen and (max-width: 1365px) {
    .homes__pagination-item {
      padding: 0; } }
  .homes__pagination-item:first-child {
    border-right: none; }
  .homes__pagination-item:first-child {
    border-left: 1px solid #E4DFEC; }
  .homes__pagination-item:nth-child(2) {
    border-left: 1px solid #E4DFEC; }
    @media screen and (max-width: 1365px) {
      .homes__pagination-item:nth-child(2) {
        border-left: none; } }

.homes__pagination-arrow-left {
  padding: 0px 16px;
  width: 100%;
  display: flex;
  justify-content: flex-start; }
  @media screen and (max-width: 1365px) {
    .homes__pagination-arrow-left {
      display: none; } }
  .homes__pagination-arrow-left .homes__pagination-link {
    height: 22px;
    width: 48px; }
    .homes__pagination-arrow-left .homes__pagination-link::before {
      content: url(assets/svg/arrow-left.svg);
      display: inline-flex;
      width: 48px; }

.homes__pagination-arrow-right {
  padding: 0px 16px;
  width: 100%;
  display: flex;
  justify-content: flex-end; }
  @media screen and (max-width: 1365px) {
    .homes__pagination-arrow-right {
      display: none; } }
  .homes__pagination-arrow-right .homes__pagination-link {
    height: 22px;
    width: 48px; }
    .homes__pagination-arrow-right .homes__pagination-link::before {
      content: url(assets/svg/arrow-left.svg);
      display: inline-flex;
      width: 48px;
      transform: rotate(180deg); }

.homes__pagination-link {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #473F54;
  font-size: 13px;
  line-height: 18px; }
  @media screen and (max-width: 1365px) {
    .homes__pagination-link {
      height: 24px;
      width: 48px; } }

.homes__pagination-span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #473F54;
  font-weight: 700;
  font-size: 18px;
  line-height: 26px; }
  @media screen and (max-width: 1365px) {
    .homes__pagination-span {
      height: 24px;
      width: 48px;
      font-size: 13px;
      line-height: 18px; } }

.homes-address {
  font-weight: 500;
  margin-bottom: 32px;
  margin-top: 8px; }
  @media screen and (max-width: 1365px) {
    .homes-address {
      font-size: 15px;
      line-height: 22px;
      padding: 0px 20px;
      margin-bottom: 16px; } }

@media screen and (max-width: 1365px) {
  .homes-title {
    padding: 0px 20px; } }

.main {
  height: 620px;
  /*background-image: url(assets/images/main.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative; }
  @media screen and (max-width: 1365px) {
    .main {
      height: 320px; } }
  .main .container {
    height: 100%; }
  .main__container {
    height: 100%;
    display: flex;
    align-items: center; }
    @media screen and (max-width: 1365px) {
      .main__container {
        align-items: flex-end;
        padding-bottom: 32px;
        overflow: auto;
        justify-content: center; } }
    @media screen and (max-width: 800px) {
      .main__container {
        justify-content: inherit; } }
  .main__imgs {
    display: none; }
  .main__item {
    display: grid;
    grid-template-columns: 382px 382px 382px;
    column-gap: 24px; }
    @media screen and (max-width: 1365px) {
      .main__item {
        column-gap: 8px;
        grid-template-columns: 240px 240px 240px; } }
  .main__card {
    background-color: #FFFFFF;
    padding: 38px 56px;
    position: relative; }
    @media screen and (max-width: 1365px) {
      .main__card {
        padding: 20px 24px; } }
    .main__card.triangle:before {
      content: '';
      width: 32px;
      height: 64px;
      border: 32px solid transparent;
      border-left: 32px solid #FFFFFF;
      position: absolute;
      left: 0;
      top: -32px; }
      @media screen and (max-width: 1365px) {
        .main__card.triangle:before {
          content: none; } }
  .main__card-title {
    font-weight: 700;
    font-size: 56px;
    line-height: 56px;
    letter-spacing: -0.03em;
    padding-bottom: 16px;
    color: #473F54; }
    @media screen and (max-width: 1365px) {
      .main__card-title {
        font-size: 32px;
        line-height: 38px;
        padding-bottom: 8px; } }
  .main__card-desc {
    color: #473F54;
    font-size: 18px;
    line-height: 26px;
    max-width: 202px; }
    @media screen and (max-width: 1365px) {
      .main__card-desc {
        font-size: 13px;
        line-height: 18px; } }
  .main__arrows {
    display: flex;
    position: absolute;
    bottom: 32px;
    right: 32px; }
    @media screen and (max-width: 1365px) {
      .main__arrows {
        top: 8px;
        right: 8px; } }
  .main__arrow {
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
    cursor: pointer; }
    .main__arrow:first-child {
      border-right: 1px solid #E4DFEC; }
    .main__arrow:last-child {
      border-left: 1px solid #E4DFEC; }
    .main__arrow:hover .main__arrow-svg {
      fill: #473F54; }
  .main__arrow-svg {
    fill: #CDC8D5;
    width: 16px;
    height: 10px; }
    .main__arrow-svg--left {
      transform: rotate(180deg); }

.widghet {
  height: 490px; }
  @media screen and (max-width: 1365px) {
    .widghet {
      height: auto; } }
  .widghet__wrapper {
    display: flex;
    margin-bottom: 24px; }
    @media screen and (max-width: 1365px) {
      .widghet__wrapper {
        flex-direction: column;
        align-items: center;
        margin-bottom: 8px; } }
    .widghet__wrapper .news {
      width: 100%;
      max-width: 788px;
      padding: 48px 56px 24px;
      transform: translateY(-83px); }
      @media screen and (max-width: 1365px) {
        .widghet__wrapper .news {
          transform: translateY(-24px);
          padding: 24px; } }
      .widghet__wrapper .news__wrapper {
        display: grid;
        grid-template-columns: 1fr 1fr;
        row-gap: 0;
        column-gap: 64px; }
        @media screen and (max-width: 700px) {
          .widghet__wrapper .news__wrapper {
            grid-template-columns: 1fr; } }
      .widghet__wrapper .news__header {
        display: flex;
        align-items: center;
        padding-bottom: 48px; }
        @media screen and (max-width: 1365px) {
          .widghet__wrapper .news__header {
            justify-content: space-between;
            padding-bottom: 16px; } }
      .widghet__wrapper .news__header-title {
        font-weight: 700;
        font-size: 32px;
        line-height: 38px;
        letter-spacing: -0.03em;
        width: 100%;
        max-width: 370px;
        padding-right: 64px; }
        @media screen and (max-width: 1365px) {
          .widghet__wrapper .news__header-title {
            width: auto;
            max-width: 100%;
            padding-right: 0;
            font-size: 24px;
            line-height: 32px; } }
      .widghet__wrapper .news__arrows {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: 227px; }
        @media screen and (max-width: 1365px) {
          .widghet__wrapper .news__arrows {
            display: none; } }
      .widghet__wrapper .news__arrow {
        cursor: pointer;
        height: 22px; }
        .widghet__wrapper .news__arrow:first-child {
          margin-right: 24px; }
        .widghet__wrapper .news__arrow:hover .news__arrow-svg {
          fill: #473F54; }
      .widghet__wrapper .news__arrow-svg {
        width: 32px;
        height: 22px;
        fill: #CDC8D5; }
        .widghet__wrapper .news__arrow-svg--right {
          transform: rotate(180deg); }
      .widghet__wrapper .news__header-link {
        font-size: 10px;
        line-height: 14px;
        text-transform: uppercase;
        color: #9A92A6;
        padding-bottom: 4px;
        position: relative; }
        .widghet__wrapper .news__header-link:after {
          content: url(assets/svg/line.svg);
          width: 79px;
          overflow: hidden;
          position: absolute;
          bottom: -5px;
          left: 0; }
      .widghet__wrapper .news__card {
        box-shadow: none;
        border-top: 1px solid #E4DFEC;
        padding: 32px 0; }
        @media screen and (max-width: 1365px) {
          .widghet__wrapper .news__card {
            padding: 24px 0;
            position: relative; } }
        @media screen and (max-width: 700px) {
          .widghet__wrapper .news__card {
            display: none; }
            .widghet__wrapper .news__card:first-child, .widghet__wrapper .news__card:nth-child(2) {
              display: flex; } }
      @media screen and (max-width: 1365px) {
        .widghet__wrapper .news__date {
          font-size: 15px;
          line-height: 22px;
          padding-bottom: 16px; } }
      @media screen and (max-width: 1365px) {
        .widghet__wrapper .news__link {
          position: absolute;
          right: 24px;
          top: 34px; } }
      .widghet__wrapper .news__title {
        max-width: 306px;
        text-overflow: clip;
        overflow: hidden;
        height: auto; }
        @media screen and (max-width: 1365px) {
          .widghet__wrapper .news__title {
            padding-bottom: 0; } }
      @media screen and (max-width: 1365px) {
        .widghet__wrapper .news__link-span {
          display: none; } }
      .widghet__wrapper .news__content {
        padding: 0; }
    .widghet__wrapper .document {
      width: 406px;
      height: 466px;
      background-color: #F7F6F8; }
      @media screen and (max-width: 1365px) {
        .widghet__wrapper .document {
          width: 100%;
          max-width: 788px;
          padding: 24px 24px 0;
          height: auto; } }
      @media screen and (max-width: 700px) {
        .widghet__wrapper .document {
          padding: 24px 0 0; } }
      .widghet__wrapper .document__header {
        padding: 32px 40px;
        display: flex;
        align-items: center;
        justify-content: space-between; }
        @media screen and (max-width: 700px) {
          .widghet__wrapper .document__header {
            padding: 24px 24px; } }
      .widghet__wrapper .document__title {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: -0.03em;
        color: #473F54; }
      .widghet__wrapper .document__list {
        border: none;
        background: #F7F6F8;
        padding: 0 40px 32px;
        height: 370px;
        overflow: hidden;
        transition: all .2s ease; }
        @media screen and (max-width: 700px) {
          .widghet__wrapper .document__list {
            padding: 0 24px 24px;
            height: 350px; } }
      .widghet__wrapper .document__item {
        padding: 18px 0;
        border-bottom: none;
        border-top: 1px solid #E4DFEC; }
        @media screen and (max-width: 1365px) {
          .widghet__wrapper .document__item {
            padding: 14px 0; } }

.header__mobile-overlay {
  position: fixed;
  left: 0;
  top: -100%;
  width: 100%;
  height: 100%;
  background-color: #473F54;
  opacity: 0.5;
  z-index: 3;
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
  transition: top .3s ease; }
  .header__mobile-overlay._active {
    top: 0; }

.header__mobile-menu {
  display: flex;
  flex-direction: column;
  position: fixed;
  left: -100%;
  top: 0;
  height: 100%;
  width: 240px;
  background-color: #FFFFFF;
  z-index: 4;
  transition: left .3s ease; }
  .header__mobile-menu._active {
    left: 0; }

.header__mobile-cross {
  width: 48px;
  height: 48px;
  cursor: pointer;
  position: relative; }
  .header__mobile-cross:before {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 8px);
    width: 2px;
    height: 16px;
    background-color: #473F54;
    transform: rotate(45deg); }
  .header__mobile-cross:after {
    content: '';
    position: absolute;
    left: calc(50% - 1px);
    top: calc(50% - 8px);
    width: 2px;
    height: 16px;
    background-color: #473F54;
    transform: rotate(-45deg); }

.header__mobile-list {
  flex: 1 0 auto;
  display: none; }
  .header__mobile-list._active {
    display: block; }

.header__mobile-item {
  padding: 15px 24px;
  color: #473F54;
  border-top: 1px solid #E4DFEC;
  position: relative; }
  .header__mobile-item:last-child {
    border-bottom: 1px solid #E4DFEC; }
  .header__mobile-item._active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 4px;
    height: 100%;
    background: linear-gradient(90deg, #AA00FF 0%, #00C0FF 100%); }

.header__mobile-link {
  color: #473F54; }

.header__mobile-social {
  padding: 16px; }

.header__mobile-hide {
  display: none; }
  @media screen and (max-width: 1365px) {
    .header__mobile-hide {
      display: flex;
      align-items: center; } }

.header__mobile-hide-search {
  display: none; }
  @media screen and (max-width: 1365px) {
    .header__mobile-hide-search {
      display: block; } }
  .header__mobile-hide-search::before {
    left: 11px;
    z-index: 1; }
  .header__mobile-hide-search .search__input {
    width: 40px;
    height: 40px;
    overflow: hidden;
    padding: 0;
    cursor: pointer;
    color: #FFFFFF; }
    .header__mobile-hide-search .search__input:hover::placeholder {
      color: transparent; }
    .header__mobile-hide-search .search__input::placeholder {
      color: transparent; }
  .header__mobile-hide-search .search__btn {
    left: 11px; }
  .header__mobile-hide-search .search__cross {
    width: 0;
    height: 0;
    opacity: 0; }
  .header__mobile-hide-search._active {
    position: absolute;
    left: 8px;
    top: 60px; }
    .header__mobile-hide-search._active .search__input {
      width: 334px;
      padding: 0 30px 0 42px;
      color: #473F54; }
      .header__mobile-hide-search._active .search__input::placeholder {
        color: #9A92A6; }
      .header__mobile-hide-search._active .search__input:hover::placeholder {
        color: #473F54; }
    .header__mobile-hide-search._active .search__btn {
      left: 16px; }
    .header__mobile-hide-search._active .search__cross {
      width: 12px;
      height: 12px;
      opacity: 1; }

.header__mobile-user {
  margin-left: 12px;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  border: 1px solid #E4DFEC; }

.header__burger {
  min-width: 48px;
  min-height: 48px;
  position: relative;
  display: none;
  align-items: center;
  justify-content: center;
  flex-direction: column; }
  @media screen and (max-width: 1365px) {
    .header__burger {
      display: flex; } }

.header__burger-span {
  height: 2px;
  width: 22px;
  border-radius: 2px;
  background-color: #473F54; }
  .header__burger-span:not(:last-child) {
    margin-bottom: 3px; }

.housing-stock__wrapper {
  margin-bottom: 24px; }
  @media screen and (max-width: 1365px) {
    .housing-stock__wrapper {
      margin-bottom: 8px; } }

.housing-stock__title {
  border-bottom: 1px solid #E4DFEC; }

.housing-stock__list {
  width: 100%; }

.housing-stock__item {
  padding: 32px 56px; }
  .housing-stock__item:not(:last-child) {
    border-bottom: 1px solid #E4DFEC; }
  @media screen and (max-width: 1365px) {
    .housing-stock__item {
      padding: 20px; } }

.housing-stock__item-name {
  padding-bottom: 32px;
  font-weight: 700;
  font-size: 24px;
  line-height: 32px;
  color: #473F54; }
  @media screen and (max-width: 900px) {
    .housing-stock__item-name {
      font-size: 15px;
      line-height: 22px;
      padding-bottom: 16px; } }

.housing-stock__text {
  display: flex;
  align-items: flex-start;
  padding: 12px 0;
  border-top: 1px solid #E4DFEC; }
  @media screen and (max-width: 900px) {
    .housing-stock__text {
      flex-direction: column;
      padding: 8px 0; } }

.housing-stock__text-title {
  color: #473F54;
  width: 100%;
  max-width: 816px;
  padding-right: 16px; }
  @media screen and (max-width: 900px) {
    .housing-stock__text-title {
      max-width: 100%; } }

.housing-stock__text-desc {
  font-weight: 700;
  color: #473F54;
  width: 276px;
  padding-left: 10px; }
  @media screen and (max-width: 900px) {
    .housing-stock__text-desc {
      width: 100%;
      padding-left: 0; } }

.housing-stock__list-title {
  font-weight: 700;
  color: #473F54;
  padding: 12px 0;
  border-top: 1px solid #E4DFEC; }
  .housing-stock__list-title--sub {
    padding-top: 0;
    border-top: none; }

.housing-stock__list-item {
  display: flex;
  margin-left: 40px;
  padding: 12px 0;
  border-top: 1px solid #E4DFEC; }
  .housing-stock__list-item--sub {
    display: block; }
  @media screen and (max-width: 900px) {
    .housing-stock__list-item {
      flex-direction: column;
      margin-left: 16px;
      padding: 8px 0; } }

.housing-stock__list-name {
  width: 100%;
  max-width: 776px;
  color: #9A92A6; }
  .housing-stock__list-name--sub {
    max-width: 736px; }
    @media screen and (max-width: 900px) {
      .housing-stock__list-name--sub {
        max-width: 100%; } }
  @media screen and (max-width: 900px) {
    .housing-stock__list-name {
      max-width: 100%; } }

.housing-stock__list-desc {
  font-weight: 700;
  color: #473F54;
  width: 276px;
  padding-left: 10px; }
  @media screen and (max-width: 900px) {
    .housing-stock__list-desc {
      width: 100%;
      padding-left: 0; } }

html {
  height: 100%; }

body {
  font-family: 'Montserrat';
  font-weight: 500;
  font-style: normal;
  font-size: 15px;
  line-height: 22px;
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #F7F6F8; }
  @media screen and (max-width: 1365px) {
    body {
      font-size: 13px;
      line-height: 18px; } }

.container {
  margin: 0 auto;
  padding: 0 20px;
  max-width: 1234px; }
  @media screen and (max-width: 1365px) {
    .container {
      padding: 0 8px;
      max-width: 1210px; } }

.content {
  flex: 1 0 auto;
  background: #F7F6F8; }

