.apartmentPrice {
    font-size: 18px;
}
.apartmentPriceDescriptionTitle {
    text-decoration: underline;
}
.apartmentPriceDescription {
    font-size:18px;
    margin-bottom:0;
}
.apartmentPricePositions {
    margin:0;
    padding:0;
    margin-left:20px;
}
.apartmentPricePositions li {
    margin:0 ;
    padding:0;
    font-size:15px;
}
.apartmentPrice.apartmentPriceOmnibus {
    font-size: 13px;
}
.apartmentPriceValue {
    font-weight: 700;
}
.apartmentPriceValue.apartmentPriceValueTotal {
    color:#A81B1C;
}
.apartmentPriceArchive button {
    font-size: 14px;
    padding: 10px;
}
.apartmentPriceArchive button:hover {
    background-color:#555555;
    border-color:#555555;
}


.apartmentPriceBlockWrapper .popup-overlay {
    visibility: hidden; /* ukryc*/
    position: fixed;
    z-index: 9;
    background: #ffffff;
    border: 3px solid #424242;
    width: 60%;
    height: 60%;
    left: 20%;
    top: 20%;
    padding:15px;
}

.apartmentPriceBlockWrapper .popup-overlay.active {
    visibility: visible;
}

.apartmentPriceBlockWrapper .popup-content {
    visibility: hidden; /* ukryc*/
    height:100%;
}

.apartmentPriceBlockWrapper .popup-content.active {
    visibility: visible;
}

.apartmentPriceBlockWrapper .popup-overlay button {
    display: inline-block;
    vertical-align: middle;
    margin: .20rem;
    font-size: 1rem;
    color: #D3D3D3;
    background: #ffffff;
    border: 1px solid #666666;
}

.apartmentPriceBlockWrapper .popup-overlay button:hover {
    border: 1px solid #666666;
    background: #666666;
    color: #ffffff;
}
#apartmentPriceArchivePopup .popup-header {
    text-align: center;
    border-bottom: 1px #D3D3D3 solid;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom:10px;
}
#apartmentPriceArchivePopup .popup-title {
    font-size:20px;
    font-weight: 700;
}
#apartmentPriceArchivePopup .popup-content-inner {
    overflow: hidden;
    overflow-y: auto;
    height: calc( 100% - 50px );
}
