/*Фильтр раскрывающийся*/

.dropbutton {
    background-color: white;
    color: black;
    padding: 0;
    border: none;
    cursor: pointer;

    width: inherit;
    height: inherit;

    border: 1px solid #b9b9b9;
}

.dropbutton:hover{
    background-color: #f8e9d7;
}


.dropdown-filter {
    width: inherit;
    height: inherit;
}

.dropdown-content-filter {
    display: none;
    position: absolute;
    background-color: white;
    min-width: 230px;
    overflow: auto;
    border: 1px solid #ddd;
    z-index: 1;

    padding: 20px 30px;
    box-shadow: 5px 5px 20px rgb(51, 51, 51, 0.2);
}

.show {display: block;}

.flex_button{
    display: flex;
    flex-direction: row;

    align-items: center;
    justify-content: center;

    gap: 20px;
}

.delete-filter, .success-filter{
    background-color: white;
    border: 0;
}

.button-filter{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.delete-filter{
    color: #cf2929;
}


.success-filter{
    color: #2B2B53;
}

.success-filter:hover{
    color: #6b66be;
}

.input-filter{
    border: 1px solid #ddd;
    background: #ffffff !important;
    outline: none;
    color: #cccccc;
    font-size: 16px;

    width: 115px;
    padding: 10px 15px;

    font-family: "Montserrat", sans-serif !important;
}

.input-filter:focus {
    color: #000000;
    border: 1px solid #4C46A0;
}

.square-filter, .square-filter-input, .sale-filter, .checkbox-input{
    display: flex;
    flex-direction: row;
    align-items: center;
}

.radio-filter{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
}

.radio-filter{
    gap: 20px;
}

.sale-filter, .square-filter{
    gap: 40px;
}

.square-filter p, .sale-filter p, .radio-filter p{
    width: 110px;
}

.square-filter-input, .checkbox-input{
    gap: 5px;
}

.select-select{
    font-family: "Montserrat", sans-serif !important;
    padding: 7px 20px 7px 4px;
    font-weight: 500;
    border: none;
    border-radius: 0;
}

.content-w-hr{
    display: flex;
    flex-direction: column;
}

hr {
    margin: 10px 0;
	padding: 0;
	border: none;
	border-top: 1px solid #dddddd;
}

input[type="checkbox"]{
    accent-color: #A59EFE;
}

.regular{
    font-weight: 300;
}

.grid-radio{
    display: grid;
    gap: 5px;
}

.radio-input{
    margin-left: 20px;
}

.checkbox-input p{
    width: fit-content !important;
}

/*Первый блок*/
.top-rental{
    padding-top: 120px;
}

.text-button, .href-rental-N-text{
    display: flex;
    flex-direction: row;
}

.text-button{
    justify-content: space-between;
}

.flex-rental{
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.href-rental{
    color: #8C8C8C;
    text-decoration: none;
}

.href-rental:hover{
    color: black;
}

.href-rental-N-text{
    color: black;
}


.filter{
    width: 175px; /*ИЗМЕНИЛА РАЗМЕР*/
    height: 50px; /*ИЗМЕНИЛА РАЗМЕР*/  
}

nav{
    background-color: #212039;
}


/*Второй блок*/
.dont-find{
    background-image: url(../img/skyscrapers.png);
    background-repeat: no-repeat;
    background-size: cover;

    background-position: 0% 36%;
}

.dont-find-text {
    padding-top: 35px;
    padding-bottom: 35px;

    display: flex;
    flex-direction: column;

    gap: 30px;
}

.text-black{
    color: black;
}

.text-black-600{
    color: black;
    font-weight: 600;
}

.gap-mini{
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.check{
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    justify-content: space-between;
    
    width: -webkit-fill-available;
    width: -moz-available;

    gap: 10px;
}

.check_number{
    display: flex;
    flex-direction: row;
}

.dash-border-modal {
    height: auto !important;
    gap: 20px !important;
}

.gap-gap{
    display: flex;
    flex-direction: column;
    width: -webkit-fill-available;
    width: -moz-available;
    gap: 10px;
}

@media (max-width: 768px) {
    .title {
        font-size: 20px !important;
    }

    .text-black {
        font-size: 12px !important;
    }
}

.filter-region{
    font-family: "Montserrat", sans-serif !important;
    font-size: 16px;
    padding: 10px 15px;
    border: 1px solid #ddd;
    background: #ffffff !important;
}

@media (max-width: 768px) {
    .filter-region {
        font-size: 12px;
        padding: 8px 15px;
    }
}

@media (max-width: 425px) {
    .filter-region {
        padding: 8px;
    }
}



@media (max-width: 768px) {
    .dropdown-content-filter {
        width: 393px;
    }
}

@media (max-width: 425px) {
    .dropdown-content-filter {
        width: 312px;
    }
}