.convenience,
.drink,
.food,
.lifestyle {
  width: 1.5rem;
  height: 1.5rem;
}

.pointer {
  width: 5rem;
  height: 5rem;
}

@media (min-width: 1025px) {
    .lois .lottery-first-wrapper {
    width: 60%;
    margin: auto;
    margin-top: 2rem;
    }
}

.pre-wrap {
    white-space: pre-wrap;
}

.lois .building-second {
    margin-bottom: 6.5rem;
}

.lois .location .slide-location {
    overflow-y: auto;
    padding: 0 0 1.5rem 1.5rem;
    }

/* single page max heigh */

@media (min-width: 1279px) {
.single-apartment .uk-position-relative {
    min-height: 495px;
    }
}

@media (min-width: 1365px) {
.single-apartment .uk-position-relative {
    min-height: 590px;
    }
}

@media (min-width: 1439px) {
.single-apartment .uk-position-relative {
    min-height: 660px;
    }
}

@media (min-width: 1601px) {
.single-apartment .uk-position-relative {
    min-height: 798px;
    }
}

/*temp*/
.lottery-ending, .lois .lottery-first-wrapper-ending--black, .lois .sticky-pdf {
    visibility: hidden;
}


@media  (max-width: 600px){
    .lois .building-second {
        margin-bottom: 5.5rem;
    }
}
/*@media (min-width: 601px) and (max-width: 899px) {*/
/*    .lois .building-second {*/
/*        margin-bottom: 0;*/
/*    }*/
/*}*/

.lois .lottery-first {
    height: calc(100vh - 30rem);
    min-height: 200px;
}
.lois .lottery-second .lottery-table-mark {
    margin: 0 0 0 auto;
}

.lois-navigation-tabs {
    width: 40%;
}

@media (min-width: 1200px) {
    .slide-in-cart__image .building-second-description--bg {
        height: 15vw;
        min-height: 15vw;
    }
}

.single-apartment .building__first .uk-position-center-right, .single-apartment .building__first .uk-position-center-left {
    top: calc(50% - 1rem);
}

.modal-contact {
    width: 32rem !important;
}

.broker-question-holder {
    background: transparent;
    border: none;
    margin-top: 1.5rem;
    font-size: 1rem;
    width: 100%;
    color: #000000;
    font-family: "FoundersGroteskText";
    display: flex;
    justify-content: space-between;
}

@media (max-width: 599px) and (min-width: 0px) {
    .broker-question-holder {
        margin-top: 1.5rem;
    }
}

.radio-btn>[type=radio] {
    margin: 0;
    border: 0;
    padding: 0;
    display: inline-block;
    visibility: hidden;
    cursor: pointer;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
}

.radio-btn label {
    font-weight: 400;
    line-height: 20px;
    padding: 0 0 0 16px;
    cursor: pointer;
    display: inline-block;
    margin: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.radio-btn, .radio-btn label {
    position: relative;
}

.broker-question-holder .radio-btn {
    float: right;
    margin-left: 2.5px;
}

.radio-btn label:before {
    box-sizing: border-box;
    content: '';
    position: absolute;
    left: 0;
    top: 5px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: 1px solid #646464;
}

.radio-btn label:after {
    width: 0;
    height: 0;
    display: inline-block;
    content: "";
    visibility: visible;
    cursor: pointer;
    margin: 0;
    transition: all .1s ease-in-out;
    position: absolute;
    top: 15px;
    left: 6px;
    border-radius: 50%;
}

.radio-btn>[type=radio]:checked+label:after {
    width: 6px;
    height: 6px;
    top: 8px;
    left: 3px;
    background-color: #000;
}

.question {
    font-family: "FoundersGroteskText";
    font-size: 1rem;
}

@media (max-width: 599px) and (min-width: 0px) {
    .question {
        font-size: 1.15rem;
    }
}


