.grecaptcha-badge {
    display: none;
}

.resultapartment-filter__title-select {
    color: rgb(72, 71, 71);
    cursor: pointer;
    background: none !important;
    position: relative;
}

.resultapartment-filter__select-selected {
    cursor: pointer;
    background: transparent;
    color: #282b2c;
}

.resultapartment-filter__select-selected:hover {
    color: initial;
}

.resultapartment-filter__select-selected svg {
    margin-bottom: 4px;

}

.resultapartment-filter__title-select:hover {
    color: initial;
}

.resultapartment-filter__select-item-wrap {
    border-bottom: gray;

}

.resultapartment-filter__select-item-wrap button {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #282b2c;
    z-index: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    background: transparent;
    padding: 16px 24px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #d9d8d8;
    width: 100%;
}

.active-select-item {
    display: flex;
    flex-flow: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 24px;
    width: 24px;
    position: relative;
    height: 24px;
    box-sizing: border-box;
    border-radius: 50%;
    visibility: visible;
    opacity: 1;
    background-color: rgb(255, 65, 20) !important;
    border: none;
    margin-left: 16px;
}


.resultapartment-filter__select-items {
    box-sizing: border-box;
    position: absolute;
    left: 0;
    top: 8px;
    overflow: hidden;
    z-index: 10000;
    background: white;
    perspective-origin: 50% 50%;
    transform-origin: 50% 50% 0px;
    opacity: 1;
    border: 1px solid #d9d8d8;
    border-radius: 30px;
    width: 100%;
    min-width: 250px;
}

.resultapartment-filter__select-item-circle {
    display: flex;
    flex-flow: row;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    flex: 0 0 24px;
    width: 24px;
    position: relative;
    height: 24px;
    box-sizing: border-box;
    border-radius: 50%;
    visibility: hidden;
    opacity: 0;
    background-color: transparent;
    border: 1px solid rgba(20, 20, 20, 0.1);
    margin-left: 16px;
}

.resultapartment-filter__select-item-wrap:hover .resultapartment-filter__select-item-circle {
    visibility: visible;
    cursor: pointer;
    opacity: 1;
}
.resultapartment-filter__select-item-wrap button .icon-arrow {
    transform: rotate(180deg);
    margin-top: 5px;
}

.footer-block {
    display: flex;
    width: 100%;
}

.footer-block nav {
    width: 95%;
    margin-left: 15px;
}

/* Footer начало */
@media (min-width: 768px) {
    .footer-block .footer-block-ul {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(5, 1fr);
        margin: 0 60px;
        gap: 30px 200px;
    }

    .footer-block .footer-block-ul li:nth-child(1) {
        grid-area: 1 / 1 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(2) {
        grid-area: 2 / 1 / 3;
    }

    .footer-block .footer-block-ul li:nth-child(3) {
        grid-area: 3 / 1 / 4;
    }

    .footer-block .footer-block-ul li:nth-child(4) {
        grid-area: 4 / 1 / 5;
    }

    .footer-block .footer-block-ul li:nth-child(5) {
        grid-area: 5 / 1 / 6;
    }

    .footer-block .footer-block-ul li:nth-child(6) {
        grid-area: 1 / 2 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(7) {
        grid-area: 2 / 2 / 3;
    }

    .footer-block .footer-block-ul li:nth-child(8) {
        grid-area: 3 / 2 / 4;
    }

    .footer-block .footer-block-ul li:nth-child(9) {
        grid-area: 4 / 2 / 5;
    }

    .footer-block .footer-block-ul li:nth-child(10) {
        grid-area: 1 / 3 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(11) {
        grid-area: 2 / 3 / 3;
    }
}

@media (max-width: 768px) {
    .footer-block .footer-block-ul {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(6, 1fr);
        gap: 30px 90px;
    }

    .footer-block .footer-block-ul li:nth-child(1) {
        grid-area: 1 / 1 / 2 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(2) {
        grid-area: 2 / 1 / 3 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(3) {
        grid-area: 3 / 1 / 4 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(4) {
        grid-area: 4 / 1 / 5 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(5) {
        grid-area: 5 / 1 / 6 / 2;
    }

    .footer-block .footer-block-ul li:nth-child(6) {
        grid-area: 1 / 2 / 2 / 3;
    }

    .footer-block .footer-block-ul li:nth-child(7) {
        grid-area: 2 / 2 / 3 / 3;
    }

    .footer-block .footer-block-ul li:nth-child(8) {
        grid-area: 3 / 2 / 4 / 3;
    }

    .footer-block .footer-block-ul li:nth-child(9) {
        grid-area: 4 / 2 / 5 / 3;
    }

    .footer-block .footer-block-ul li:nth-child(10) {
        grid-area: 5 / 2 / 6 / 3;
    }

    .footer-block .footer-block-ul li:nth-child(11) {
        grid-area: 6 / 2 / 7 / 3;
    }
}
/* Footer конец */

.add2compare,
.add2favorite,
.complex-rooms__card-icons
{
    display: none !important;
}

.apartment-main__box-img {
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Тумблер в шахматке */
.filters-control-chess .el-switch {
    display: none;
}

.content__container {
    display: flex;
    flex-wrap: wrap;
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
}

.download-modal__container .download-modal__close {
    right: 12px;
}

@media (max-width: 768px) {
    #objectFilterDetail .filters-controls__object .sort-wrapper .filter-sort {
        width: auto !important;
    }
}

.accordion-body .footer__feedback-button {
    margin-left: 0;
    margin-top: 10px;
}

.form__check-ticket.loading input {
    display: none;
}

.form__check-ticket.loading {
    background-image: url('/local/templates/sm_sochi/images/loader.svg');
    background-size: contain;
    background-repeat: no-repeat;
    min-height: 50px;
}

#ticketNumber {
    width: 315px;
    height: 52px;
    padding: 14px 54px 14px 20px;
    border-radius: 8px;
    border: 1px solid #9AADC6;
}

.form__check-ticket {
    display: flex;
    gap: 20px;
}

#check-ticket {
    margin-top: 0;
    padding: 14px 54px 14px 50px;
}

@media (max-width: 768px) {
    #ticketNumber {
        width: 100%;
        padding-right: 0;
    }

    .form__check-ticket {
        display: flex;
        flex-direction: column;
    }

    .form__check-ticket.loading {
        background-position: center center;
    }

    #check-ticket {
        width: 100%;
        max-width: none;
    }
}

@media (max-width: 420px) {
    .accordion-head {
        padding-right: 20px !important;
    }
}

/* Стиль для кнопки */
.open-popup {
    padding: 10px 20px;
    font-size: 16px;
    cursor: pointer;
}

/* Стиль для фона затемнения */
.overlay {
    display: none; /* Скрыт по умолчанию */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; /* На переднем плане */
}

/* Стиль для самого popup окна */
.popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: white;
    padding: 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.5);
    z-index: 2; /* На переднем плане */
    border-radius: 5px;
    text-align: center;
    width: 50%;
    height: 50%;
}

/* Стиль для кнопки закрытия */
.close-popup {
    position: absolute;
    right: 10px;
    top: -10px;
    cursor: pointer;
    font-size: 50px;
    color: #999;
}

/* Стиль для контента popup */
.popup-content {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    position: relative;
    top: 30%;
    width: 50%;
    margin-left: 25%;
}

/* Стиль для заголовка popup */
.popup-title {
    font-size: 36px;
    font-weight: 700;
    line-height: 36px;
    text-align: center;
}

/* Стиль для описания popup */
.popup-content__description {
    margin-top: 20px;
    padding: 0 50px 0 50px;
}

@media (max-width: 768px) {
    .popup {
        width: 90%;
    }

    .popup-content {
        margin: 0 auto;
        width: 100%;
    }

    .popup-title {
        font-size: 20px;
    }

    .popup-content__description {
        padding: 0;
        font-size: 14px;
    }
}

.chess-board--compact .card-chess__square {
    line-height: 10px !important;
}

.card-chess__cost {
    font-size: 13px !important;
    /*position: absolute;*/
    bottom: 27px !important;
    left: 88px;
}

.chess-board--compact .card-chess__square {
    line-height: 10px !important;
}

.card-chess__number {
    margin-left: 0 !important;
}

.chess-board--plus .card-chess__square {
    margin-left: -40px !important;
}

@media (max-width: 768px) {
    .complex-commercial-apartment__price-new {
        margin-bottom: 30px;
    }

    #howbuy .studii-calculator__wrap {
        padding: 0 1rem !important;
    }
}

#howbuy .studii-calculator__wrap {
    padding: 0 1rem !important;
}

#howbuy .calc__form-select-selected-value {
    display: flex;
    align-items: center;
    padding: 0 16px;
    font-size: 16px;
}

#howbuy .calc__form-select-selected-arrow {
    margin-right: 10px;
}