.map-panel__map-area {
    width: 100%;
    height: 100%;
}

@media screen and (min-width: 1024px) {
    .map-panel__map-area {
        height: 615px;
    }
}

[data-cad-map] {
   width: 100%;
   height: 100%;
}

[map-layer] {
    width: 100%;
    height: 100%;
}

#map {
    width: 100%;
    height: 100%;
}

.map-placeholder {
    --placeholder-top-gap: 42px;
    --placeholder-top-alignment: 50%;

    position: relative;
    background: url('../images/map-placeholder.png') center no-repeat;
    background-image: image-set(
        url('../images/map-placeholder.png') type('image/png'),
        url('../images/map-placeholder.webp') type('image/webp'));
    background-size: cover;
}

@media (max-width: 576px) {
    .map-placeholder {
        --placeholder-top-gap: 70px;
        --placeholder-top-alignment: 35vh;
    }
}

.map-placeholder:after {
    content: '';
    position: absolute;
    background: rgba(34, 85, 130, 0.5) url(../icons/hand-white.svg) center var(--placeholder-top-alignment) no-repeat;
    width: 100%;
    height: 100%;
    top: 0;
}

.map-placeholder:before {
    content: 'Кликните для загрузки карты';
    position: absolute;
    top: calc(var(--placeholder-top-alignment) + var(--placeholder-top-gap));
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;

    font-family: 'Roboto', sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 1;
    color: #FDFDFD;
    white-space: nowrap;
}

.ymaps-2-1-79-copyrights-pane {
    display: none;
}

#im_super {
    opacity: .5;
}
.hidden {
    display: none;
}
#scroller {
    display: none;
}
#for-images {
    width: 2048px;
    height: 1024px;
    position: absolute;
    pointer-events: none;
    opacity: 1;
    overflow: hidden;
    z-index: 100;
}
.col-4-panel {
    float: left;
    width: 500px;
    position: relative;
    z-index: 1;
}
.col-8-map {
    float: left;
    width: 100%;
    margin-left: -500px;
    padding-left: 500px;
    position: relative;
    z-index: 0;
    overflow: hidden;
}
.steps {
    position: absolute;
    z-index: 1200;
    padding: 24px;
    width: 500px;
}
.step {
    background: #fff;
    padding: 35px 25px 25px;
    margin-top: 10px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
.search-address {
    position: relative;
}
input.address {
    min-height: 60px;
    padding-left: 18px;
    padding-right: 60px;
    outline: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 2px;
    border: none;
    background: #fff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.search-button {
    position: absolute;
    right: 0;
    padding: 8px 0;
    width: 58px;
    height: 44px;
    text-align: center;
    top: 8px;
    cursor: pointer;
    color: #1471C3;
    transform: scale(-1, 1);
}
.clear-button {
    position: absolute;
    right: 0;
    padding: 8px 0;
    width: 58px;
    height: 44px;
    text-align: center;
    top: 8px;
    cursor: pointer;
    color: #C4C4C4;
}
::-webkit-input-placeholder, ::-moz-placeholder, :-ms-input-placeholder, :-moz-placeholder {
    font-size: 14px;
    line-height: 16px;
    color: #93A5B3;
}
.hand-help {
    font-weight: 300;
    font-size: 14px;
    line-height: 19px;
    color: #464646;
    padding: 19px 51px 28px 74px;
    box-sizing: border-box;
    border-radius: 2px;
    background-image: url(../icons/hand.svg);
    background-repeat: no-repeat;
    background-position-x: 32px;
    background-position-y: 18px;
    background-size: 6%;
    margin: -35px;
}

.object-info-2 {
    margin-bottom: -10px;
}
.object-info .btn {
    margin-top: 10px;
}
.types-list h3 {
    font-weight: 500;
    font-size: 22px;
    line-height: 26px;
    color: #000000;
}
.list-items {
    padding-left: 2px;
}
.list-items ul {
    list-style: none;
    padding-left: 0;
}
div.heading {
    overflow: hidden;
}
div.heading>div {
    float: left;
}
div.heading>div.radio {
    width: 9%;
}
div.heading>div.desc {
    width: 61%;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    color: #000000;
}
div.heading>div.price {
    width: 30%;
}
li>.full-desc {
    padding-left: 9%;
    padding-right: 30%;
    font-size: 14px;
    line-height: 16px;
    margin-top: 12px;
    color: #464646;
}
.price>.discount-red {
    font-weight: 300;
    font-size: 18px;
    line-height: 21px;
    text-align: right;
    text-decoration-line: line-through;
    color: #797979;
    margin-bottom: 10px;
}
.price>.price-sum {
    font-family: Roboto;
    font-style: normal;
    font-weight: normal;
    font-size: 22px;
    line-height: 26px;
    /* identical to box height */

    text-align: right;

    color: #797979;
}
li.active .price>.price-sum {
    color: #464646;
}
.check-type {
    font-size: 16px;
    line-height: 19px;
    color: #737373;
    margin: 10px 0 18px;
}
.form-group {
    margin-top: 20px;
}
.form-group input {
    border: 1px solid #DADBDC;
    box-sizing: border-box;
    border-radius: 1px;
    outline: none;
}
.form-group label {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #000;
    margin-bottom: 8px;
}
.form-group span {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    color: #000000;
}

.guarantee-info>div:nth-child(1) {
    padding-top: 3px;
    background-image: url(../icons/clock.svg);
}
.guarantee-info>div {
    font-size: 12px;
    line-height: 14px;
    color: #464646;
    margin-bottom: 7px;
    padding-left: 29px;
    min-height: 21px;
    background-repeat: no-repeat;
    background-position-x: left;
    background-position-y: center;
    background-size: 5%;
}
.guarantee-info>div:nth-child(1) {
    padding-top: 3px;
    background-image: url("../icons/1.svg");
}
.guarantee-info>div:nth-child(2) {
    padding-top: 3px;
    background-image: url("../icons/2.svg");
}
.guarantee-info>div:nth-child(3) {
    background-image: url("../icons/3.svg");
    padding-top: 4px;
}
.rules {
    font-weight: 300;
    font-size: 10px;
    line-height: 12px;
    color: #000000;
    margin-top: 20px;
}
.btn:disabled {
    background: #C9C9C9;
}
.full-object-info {
    background-color: #F3F7FB;
    margin: -45px -25px 20px;
    color: #464646;
    padding: 35px 25px 15px;
}
.full-object-info h5 {
    font-weight: 500;
    font-size: 18px;
    line-height: 23px;
    text-align: left;
    color: #000;
}
#address-div{
    font-size: 14px;
    line-height: 19px;
    text-align: left;
    margin: 10px 0 16px;
}
.full-object-info .price-buy {
    color: #1471C3;
    font-size: 20px;
}
.base-price {
    font-size: 20px;
    line-height: 21px;
    text-align: center;
}
.final-discount {
    font-weight: 300;
    font-size: 20px;
    line-height: 19px;
    text-align: center;
    color: #797979;
    text-decoration-line: line-through;
    display: inline-block;
    padding-right: 20px;
}

.preloader-bg {
    position: fixed;
    background: #000;
    width: 100%;
    height: 100%;
    z-index: 1200;
    top: 0;
    left: 0;
    opacity: .2;
}
.preloader-image {
    position: fixed;
    z-index: 1201;
    top:48%;
    left: 48%;
}
.economy-minus {
    display: none;
}
h2.subjects-header {
    font-size: 24px;
    line-height: 28px;
    color: #000000;
    padding: 50px 0 30px;
    font-weight: normal;
}
.subject>a {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px;
    color: #464646;
    text-decoration: none;
    padding-bottom: 20px;
    display: block;
}
.subjects {
    padding-bottom: 50px;
}
.map-description {
    font-weight: 300;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
    padding-bottom: 15px;
}
.map-description>ul {
    margin-top: 15px;
}
.map-description>ul>li {
    list-style-image: url("../icons/li-trainagle.svg");
    margin-bottom: 4px;
}
.district-description ul {
    margin-block-start: 0;
    padding-inline-start: 20px;
}
.district-description li {
    list-style-image: url("../icons/li-trainagle.svg");
}
.district-description li strong {
    font-weight: normal;
}
.btn-red {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #FFFFFF;
    font-weight: normal;
    height: 48px;
    border-radius: 2px;
}
.btn-blue {
    font-size: 16px;
    line-height: 23px;
    text-align: center;
    color: #1471C4;
    font-weight: normal;
    height: 48px;
    border: 1px solid #1471C4;
    box-sizing: border-box;
    border-radius: 2px;
}
.rules a {
    color: #0067C1;
}
#locker {
    width: 100%;
    height: 1024px;
    position: absolute;
    top: 0;
    z-index: -1;
    display: none;
    background: #000;
    opacity: .2;
    cursor: not-allowed;
}
.radio-td {
    width: 5%;
}
.desc-td {
    width: 75%;
}
.full-desc {
    font-size: 11px;
    color: #464646;
    text-align: left;
}
.desc {
    font-weight: 500;
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
}
.district-header {
    font-size: 18px;
    margin-bottom: 20px;
    margin-top: 10px;
}
input:disabled {
    cursor: not-allowed;
    opacity: 1;
    background: #fff;
    z-index: 11100;
}
.breadcrumb__item {
    font-size: 13px;
    color: #464646;
}
.breadcrumb__item a {
    text-decoration: underline;
}
.cadastral-header {
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
    line-height: 47px;
}
.map-description-container {
    background: #F3F7FB;
}
.close-steps {
    font-weight: normal;
    font-size: 22px;
    display: block;
    margin-top: -21px;
    text-align: right;
    margin-right: -3px;
}
.close-steps>.fa {
    cursor: pointer;
}
.clear-button, .search-button {
    font-size: 22px;
}
span.fa {
    font-weight: normal;
}
.radio-li {
    cursor: pointer;
}
.form-group .info {
    font-weight: 300;
    font-size: 12px;
    line-height: 14px;
    font-style: italic;
    display: block;
    margin-top: 8px;
}
.guarantee-info {
    padding: 0px 0 12px;
}
.map-panel {
    position: relative;
    padding-right: 0;
    padding-left: 0;
    width: 100%;
    height: 100%;
    margin-right: 15px;
    margin-left: 15px;
}
.header__header__main {
    display: none;
}
.map-header {
    height: 100px;
    background: #F3F7FB;
}
.map-search-input {
    background: #FFFFFF;
    border-radius: 2px;
    border: none;
    height: 60px;
    outline: none;
    padding: 0 20px;
    font-size: 14px;
    line-height: 16px;
    color: #93A5B3;
    width: 100%;
}
.map-helper {
    display: inline-block;
    width: 102px;
    padding-right: 30px;
    font-size: 14px;
    line-height: 16px;
    color: #93A5B3;
    background: #FFFFFF;
}
.map-helper>span>img {
    display: inline-block;
    margin-top: -2px;
}
.map-search-form {
    background: #fff;
    margin-top: 20px;
}
.map-helper span:first-child {
    cursor: pointer;
    width: 16px;
    display: inline-block;
}
.popover {
    border: none;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
    border-radius: 0;
    max-width: none;
}
.bs-popover-auto[x-placement^=top] .arrow::before, .bs-popover-top .arrow::before {
    bottom: 0;
    border-top-color: rgba(0,0,0,.1);
}
.map-search-form .btn {
    height: 60px;
    width: 132px;
}
.btn-map-example {
    font-size: 16px;
    line-height: 19px;
    color: #1471C4;
    border: 1px solid #B8D0E9;
    box-sizing: border-box;
    border-radius: 2px;
    margin-top: 20px;
    height: 60px;
}
.btn-map-example:hover {
    background: #D9E8F9;
    color: #1471C4;
}
.radio-li>div {
    display: inline-block;
}
.radio-li.active {
    background: #F3F7FB;
}
div.descs {
    width: 290px;
}
div.radio {
    width: 25px;
    padding-left: 3px;
}
.radio-li  .radio>input {
    margin-top: -24px;
    display: block;
    position: relative;
}
.radio-li:first-child  .radio>input {
    margin-top: -40px;
    display: block;
}
div.price {
    width: 60px;
    position: absolute;
    margin-top: 21px;
}
div.price.price-full {
    margin-top: 6px;
}
.radio-li.active>div.price>.price-sum {
    color: #1471C4;
}
.out-image {
    width: 1024px;
    height: 1024px;
}
.radio-li {
    border: 1px solid #D2DAE1;
    box-sizing: border-box;
    border-radius: 2px;
    padding: 15px 5px;
    margin-bottom: 10px;
}
.radio-li:last-child {
    margin-bottom: 30px;
}
#map-controls{
    position: absolute;
    z-index: 900;
    right: 35px;
    bottom: 25px;
    box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.15);
}
#map-controls > .btn, #map-controls > .btn:hover {
    display: block;
    background: #fff;
    padding: 14px 15px;
    font-size: 12px;
    color: #000;
    opacity: 1;
}
.steps a {
    color: #1471C4;
    text-decoration: none;
}
.popover a {
    color: #1471C4;
}
.zd-secure {
    opacity: 0.3;
}
.popover-body {
    padding: 16px;
    color: #212529;
}

#preload-images, #cache-preload-images {
    position: absolute;
    height: 2048px;
    min-width: 2048px;
    top:0;
    left: 0;
    pointer-events: none;
}
#first-images {
    position: absolute;
    height: 2048px;
    min-width: 2048px;
    top:0;
    left: 0;
}
.popover a {
    color: #1471C4;
}
.zd-secure {
    opacity: 0.3;
}
.popover-body {
    padding: 16px;
    color: #212529;
}
.popover {
    z-index: 2001;
}

.map-panel .leaflet-bottom {
    z-index: 1200;
}

.map-panel .leaflet-bottom .leaflet-control-zoom {
    margin-bottom: 70px;
}

@media(max-width: 767px) {
    .map-panel .leaflet-top {
        top: 70px;
    }
}

.share-map-btn {
    border: 2px solid rgba(0,0,0,0.2);
    box-shadow: none;
    padding: 6px 10px 6px 6px;
    background: #fff url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 30 30'%3e%3cpath d='M23 3a4 4 0 0 0-4 4 4 4 0 0 0 0 1l-9 4a4 4 0 0 0-3-1 4 4 0 0 0-4 4 4 4 0 0 0 4 4 4 4 0 0 0 3-1l9 4a4 4 0 0 0 0 1 4 4 0 0 0 4 4 4 4 0 0 0 4-4 4 4 0 0 0-4-4 4 4 0 0 0-3 1l-9-4a4 4 0 0 0 0-1 4 4 0 0 0 0-1l9-4a4 4 0 0 0 3 1 4 4 0 0 0 4-4 4 4 0 0 0-4-4z'/%3e%3c/svg%3e") no-repeat center / 65%;
    width: 34px;
    height: 34px;
    font-size: 0;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer !important;
}
.share-map-btn:hover {
    background-color: #f4f4f4;
}
.share-map-btn--coped {
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg version='1.1' id='Capa_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 330 330' xml:space='preserve' fill='%2347d16c'%3e%3cg%3e%3cpath d='M35 270h45v45c0 8 7 15 15 15h200c8 0 15-7 15-15V75c0-8-7-15-15-15h-45V15c0-8-7-15-15-15H35c-8 0-15 7-15 15v240c0 8 7 15 15 15zm245 30H110V90h170v210zM50 30h170v30H95c-8 0-15 7-15 15v165H50V30z'/%3e%3cpath d='M155 120a15 15 0 0 0 0 30h80a15 15 0 0 0 0-30h-80zM235 180h-80a15 15 0 0 0 0 30h80a15 15 0 0 0 0-30zM235 240h-80a15 15 0 0 0 0 30h80a15 15 0 0 0 0-30z'/%3e%3c/g%3e%3c/svg%3e");
    box-shadow: 0 0 2px 0 #47d16c;
    border-color: #47d16c;
}

.fullscreen-map-btn {
    border: 2px solid rgba(0,0,0,0.2);
    box-shadow: none;
    padding: 6px 10px 6px 6px;
    background: #fff url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAAABHNCSVQICAgIfAhkiAAAAAlwSFlzAAAA7AAAAOwBeShxvQAAABl0RVh0U29mdHdhcmUAd3d3Lmlua3NjYXBlLm9yZ5vuPBoAAAEKSURBVFiF5dc7TsNAEIDhL9ScgBbuQAupkCJxCBpyhXQ5Bo8aZO6AhJTDcIXEhQNFHGE5NlmkfRSMNNWO/P9r7e7sEj/mqPF1JLd4ScBXBcD32UwSCJzhDqcDY1e4TMAMihusHf6FLDHDpgVusMop0J15jVsscwkMweUSGINnEfgNnlzgGDypQH+1z0bqFp2a7HB2h1WF+1jw6R/gSeKpJBwu8IjrEvD/F1M847wEvLvVHkrCNyIuuDne7A6HUHjUrba/QC5KwPlpCsuBsZDGkkwgC3xMIBt8SCArvC+QHd4VWCnUUvsPhWwzh4nDe9l7m/1o8IrP2BKN8MdkFRt+0n50G1Bb4yO2wDeTrqIYqbSLWwAAAABJRU5ErkJggg==") no-repeat center / 65%;
    width: 34px;
    height: 34px;
    font-size: 0;
    border-radius: 3px;
    background-clip: padding-box;
    cursor: pointer !important;
    transition: 0.3s background-color;
}

.fullscreen-map-btn--active {
    background-color: #dbdada;
}

.fullscreen-map-btn:hover {
    background-color: #f4f4f4;
}
