@charset "UTF-8";

.main {
    width: 100%;
    max-width: 1440px;
    height: 100vh;
    margin: 0 auto;
}

.main__container {
    width: 100%;
    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;
}

.main__left {
    width: 100%;
    max-width: 770px;
    height: 1115px;
    background-color: #f2f2f2;
    border-radius: 20px;
}

.main__rigth {
    width: 100%;
    max-width: 600px;
    height: 1115px;
}

.info__container {
    width: 100%;
    padding: 20px 30px;
}

.header {
    width: 100%;
}

.header__title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 34.2857px;
    line-height: 42px;
    color: #3b3838;
    cursor: pointer;
}

.header__sub-title {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__links {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 15.12px;
    line-height: 18px;
    color: #3b3838;
}

.header__info {
  /* Кадастровый номер ЗУ */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12.8914px;
    line-height: 16px;
  /* identical to box height */
    color: #3b3838;
}

.header__link {
  /* 77:01:0002017:97 */
    color: #3b3838;
}

.blocks {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.item-block {
    padding: 15px;
    width: 100%;
    max-width: 225px;
    height: auto;
 /* Vector */
    border-radius: 10px;
    background: #ffffff;
    margin: 20px 0;
}

.item-block__title {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 15.0857px;
    line-height: 18px;
    margin: 0 0 15px 0;
    color: #3b3838;
}

.item-block__text {
  /* 1,9 млрд руб. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15.0857px;
    line-height: 18px;
    color: #3b3838;
}

.maps__container {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.maps__item {
    width: 350px;
    height: 290px;
    margin: 10px 0;
    border: 4.28571px solid #ffffff;
    border-radius: 5px;
}

.map__text {
    width: 100%;
    max-width: 316px;
    height: 100%;
    max-height: 290px;
 /* выкупаем с1 и тем самым */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 20.0571px;
    line-height: 24px;
    color: #3b3838;
}

.map__img {
    width: 350px;
    height: 250px;
    overflow: hidden;
  /* Vector */
    margin: 10px 0;
    border: 4.28571px solid #ffffff;
    border-radius: 5px;
}

.stats__title {
    width: 100%;
    height: 55px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  /* ИРД / */
    border-radius: 10px;
    background-color: #3381e2;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 25.7143px;
    line-height: 31px;
    padding: 0 0 0 15px;
    color: #ffffff;
}

.cheks {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    padding: 0 15px;
}

.cheks__content {
    width: 100%;
    max-width: 75px;
    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;
    margin: 5px 0 0 0;
}

.cheks__content label {
  /* ГПЗУ */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12.8571px;
    line-height: 16px;
  /* identical to box height */
    color: #000000;
}

.cheks__content .decor {
    width: 25px;
    height: 25px;
    background: #dbea31;
}

.main-table {
    border: none;
    margin: 20px 0;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15.0857px;
    line-height: 18px;
    color: #000000;
}

.main-table tbody tr:nth-child(odd) {
    background: #f7f7f7;
}

.main-table tbody tr:nth-child(even) {
    background: #fff;
  /* Площадь участка (га) */
}

.main-table tr {
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
    min-height: 30px;
}

.main-table td {
    padding: 5px 0 5px 30px;
}

.main-text-decor {
    max-width: 530px;
    height: auto;
 /* Покупка у ЦУГИ через компанию */
    margin: auto auto 20px auto;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 15.0857px;
    line-height: 18px;
    color: #000000;
}

.table-footer {
    border: none;
    margin: 20px 0;
    width: 100%;
}

.table-footer thead tr,
.table-footer tfoot tr {
    background: #f7f7f7;
  /* ВСЕГО ЗАТРАТЫ, руб. */
    height: 35px;
    padding: 7.5px 0;
  /* Площадь участка (га) */
}

.table-footer thead tr th,
.table-footer tfoot tr th {
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 12.8571px;
    line-height: 16px;
  /* identical to box height */
    text-align: start;
    color: #000000;
}

.table-footer thead tr th:first-child,
.table-footer tfoot tr th:first-child {
    padding: 0 0 0 10px;
}

.table-footer tbody tr {
  /* Цена приобретения, руб. */
    height: 20px;
    margin: 0 0 0 15px;
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 12.8571px;
    line-height: 16px;
  /* identical to box height */
    color: #000000;
}

.table-footer tbody tr td:first-child {
    padding: 0 0 0 35px;
}

.cheks-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.cheks-footer__left {
    width: 100%;
    max-width: 140px;
}

.cheks-footer__item {
    width: 100%;
    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;
    margin: 5px 0;
}

.cheks-footer__item label {
  /* ВСТРЕЧА С */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 400;
    font-size: 9.94286px;
    line-height: 12px;
    width: 100%;
    max-width: 100px;
    color: #000000;
}

.cheks-footer__item .decor {
    width: 25px;
    height: 25px;
    background: #dbea31;
    position: relative;
}

.cheks-footer__rigth {
    width: 100%;
    max-width: 410px;
    height: 130px;
    background-color: #7f56c5;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 10px;
    border-radius: 10px;
}

.cheks-footer__rigth p {
  /* Решение по проекту…. */
    font-family: "Montserrat";
    font-style: normal;
    font-weight: 700;
    font-size: 20.0571px;
    line-height: 24px;
    color: #ffffff;
}